@charset "UTF-8";
/* ---------------------------------------------------
	common
------------------------------------------------------ */
.sec-block {
  position: relative;
  padding: 110px 64px 120px;
  border-bottom: 4px solid #222;
}
.sec-block.block-contact {
  padding-top: 100px;
  background: #fff3f6;
  text-align: center;
}
.sec-block.block-contact .sec-tit02 {
  margin-bottom: 50px;
}
.sec-block.block-contact .tel-box {
  margin-bottom: 30px;
  padding: 20px 20px 20px;
  background: #fff;
  border: 2px solid #222;
  box-shadow: 8px 7px 0px -2px #222;
}
.sec-block.block-contact .tel-box .box-tit {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.sec-block.block-contact .tel-box .box-tel {
  margin: 0;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}
.sec-block.block-contact .tel-box .box-tel span {
  font-weight: bold;
}
.sec-block.block-contact .tel-box .box-tel a {
  font-weight: bold;
}
.sec-block.block-contact .tel-box .box-txt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.sec-block.block-contact .contact-btn {
  position: relative;
  display: block;
  padding: 30px 20px 30px;
  background: #222;
  border: 2px solid #222;
  box-shadow: 8px 7px 0px -2px #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
}
.sec-block.block-contact .contact-btn:hover {
  background: #ff7070;
  opacity: 1;
}
.sec-block.block-contact .contact-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  border-top-width: 4px;
  border-left-width: 4px;
  box-sizing: border-box;
}
.sec-block.block-contact .contact-btn .icon {
  margin-right: 20px;
}

.sec-tit {
  margin: 0;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}
.sec-tit-bg {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 154px;
  background: url(../images/common/bg-tit-01.png) no-repeat left top, url(../images/common/bg-tit-02.png) no-repeat right top, url(../images/common/bg-pattern.png) center top;
  background-size: auto 100%, auto 100%, auto;
}

.sec-tit02 {
  margin: 0 0 40px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.75;
  text-align: center;
}

.icon-arrow {
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.stroke {
  position: relative;
  color: #fff;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}
.stroke:after {
  content: attr(data-stroke);
  position: absolute;
  left: 0;
  top: 50%;
  color: #fff;
  -webkit-text-stroke: 6px #000;
  text-stroke: 6px #000;
  transform: translate(0, -50%);
  z-index: -1;
}

@media screen and (max-width: 1366px) {
  .sec-block {
    padding-left: 38px;
    padding-right: 37px;
  }
}
@media screen and (max-width: 896px) {
  .sec-block {
    padding: 60px 20px;
    border-bottom-width: 3px;
  }
  .sec-block.block-contact {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .sec-block.block-contact .sec-tit02 {
    width: calc(100% + 0.5em);
    margin-bottom: 40px;
  }
  .sec-block.block-contact .tel-box {
    margin-bottom: 25px;
    padding: 20px 20px 20px;
    box-shadow: 8px 7px 0px -2px #222;
  }
  .sec-block.block-contact .tel-box .box-tit {
    font-size: 1.4rem;
  }
  .sec-block.block-contact .tel-box .box-tel {
    font-size: 3.2rem;
  }
  .sec-block.block-contact .tel-box .box-txt {
    font-size: 1.4rem;
  }
  .sec-block.block-contact .contact-btn {
    padding: 30px 10px 30px;
    box-shadow: 8px 7px 0px -2px #222;
    font-size: 2.4rem;
  }
  .sec-block.block-contact .contact-btn:hover {
    background: #ff7070;
    opacity: 1;
  }
  .sec-block.block-contact .contact-btn:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    border-top-width: 4px;
    border-left-width: 4px;
    box-sizing: border-box;
  }
  .sec-block.block-contact .contact-btn .icon {
    width: 20px;
    margin-right: 12px;
  }
  .sec-tit {
    font-size: 2.6rem;
  }
  .sec-tit-bg {
    min-height: 114px;
  }
  .sec-tit02 {
    margin-bottom: 30px;
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .icon-arrow {
    bottom: -15px;
  }
  .icon-arrow img {
    width: 28px;
  }
  .stroke:after {
    -webkit-text-stroke: 4px #000;
    text-stroke: 4px #000;
  }
}
/* ---------------------------------------------------
	mainvisual
------------------------------------------------------ */
.mainvisual {
  text-align: center;
}
.mainvisual .main-tit {
  padding-top: 100px;
  padding-bottom: 100px;
  line-height: 1;
}
.mainvisual .main-tit h1 {
  margin: 0;
  padding: 0;
}
.mainvisual .main-tit .img01 {
  animation: bounce-in 1.2s ease forwards;
  opacity: 0;
}
.mainvisual .main-tit .img01.show {
  animation-delay: 2300ms;
}
.mainvisual .main-tit .img02 {
  margin-top: 30px;
  animation: bounce-in 1.2s ease forwards;
  opacity: 0;
}
.mainvisual .main-tit .img02.show {
  animation-delay: 2600ms;
}
.mainvisual .main-lead {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #fff3f6;
  text-align: center;
}
.mainvisual .main-lead .lead-tit {
  display: inline-block;
}
.mainvisual .main-lead .lead-tit h2 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.mainvisual .main-lead .lead-tit .tit-note {
  margin: 20px 0 0;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
  text-align: left;
}

@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1.04);
  }
  70% {
    transform: scale(0.96);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@media screen and (max-width: 1240px) {
  .mainvisual {
    border-top: 2px solid #222;
    text-align: center;
  }
  .mainvisual .main-tit {
    padding: 80px 40px 60px;
    background: url(../images/common/bg-sp.jpg) center no-repeat;
    background-size: cover;
  }
  .mainvisual .main-tit .img02 {
    max-width: 80%;
  }
  .mainvisual .main-lead {
    padding: 40px 40px;
  }
  .mainvisual .main-lead .lead-tit .tit-note {
    margin-top: 15px;
  }
}
/* ---------------------------------------------------
	case
------------------------------------------------------ */
.case .block-case {
  padding-top: 130px;
}
.case .case-row {
  margin-top: 80px;
}
.case .case-row + .case-row {
  margin-top: 120px;
}
.case .case-info {
    width: 520px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.case .case-info-wrap {
  position: relative;
  padding-left: 60px;
}
.case .case-info-tit {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
.case .case-info .case-item .item-box {
/*  position: relative;*/
  border: 4px solid #222;
}
.case .case-info .case-item .item-box .box-label {
  position: absolute;
  padding: 10px 30px;
  left: -4px;
  bottom: calc(100% - 26px);
  background: #ff7070;
  border: 4px solid #222;
  font-size: 2.8rem;
  line-height: 1.2;
}
.case .case-info .case-item .item-box .box-label.c2 {
  background: #70bdff;
}
.case .case-info .case-item .item-box .box-pic {
  padding: 26px;
}
.case .case-info .case-item .item-box .box-body {
  min-height: 160px;
  border-top: 4px solid #222;
  padding: 20px 26px 35px;
  font-size: 2rem;
  font-weight: bold;
}
.case .case-info .case-item .item-box .box-body p {
  line-height: 1.6;
}

.case .case-info .case-item .item-box .box-body-red {
  min-height: 50px;
  border-top: 4px solid #222;
  padding: 25px 26px;
  font-size: 2rem;
  font-weight: bold;
  background: #ff7070;
}
.case .case-info .case-item .item-box .box-body-red img{
	position: absolute;
	top: 460px;
	right: 70px;
}
.case .case-info .case-item .item-box .box-body-red p {
  line-height: 1.6;
  color: #fff;
}

.case .case-info .case-info-btn {
  position: absolute;
  right: 35px;
  top: 100px;
  padding: 30px 20px;
  background: #fff;
  border: 4px solid #222;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  z-index: 10;
}
.case .case-info .case-info-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-top: 18px;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #222;
}
.case .case-detail {
  padding-top: 45px;
}
.case .case-detail p {
  margin: 0;
}
.case .case-detail .detail-tit {
  margin: 0 0 5px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  margin-left: 40px;
}
.case .case-detail .detail-col {
  margin-top: 25px;
  padding: 30px 0;
  border-top: 2px solid #222;
  border-bottom: 2px solid #222;
}
.case .case-detail .detail-col .col-txt {
  width: 48%;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.case .case-detail .detail-col .col-txt img {
  float: right;
  margin-top: 30px;
  margin-right: 10px;
}
.case .case-detail .detail-col .col-price {
  width: 46%;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.4;
}
.case .case-detail .detail-col .col-price .num {
  color: #ff7070;
  font-size: 7.2rem;
  letter-spacing: 1px;
}
.case .subsidy-flex{
	display: flex;
	align-items: center;
}
.case .detail-tit-before{
	position: relative;
    padding: 5px 10px 5px 20px;
	background: #70bdff;
	font-size: 2.5rem;
}
.case .detail-tit-before:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: 0;
	left: 155px;
	border-style: solid;
	border-width: 27px 0 26px 28px;
	border-color: transparent transparent transparent #70bdff;
}
.case .case-detail .subsidy-remarks {
  font-size: 14px;
  margin-top: 10px;
}

@media screen and (max-width: 1280px) {
  .case .case-info .case-item .item-box .box-body-red img{
    right: 50px;
  }
}

@media screen and (min-width: 897px) {
  .case .case-info-tit {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 896px) {
  .case .block-case {
    padding-top: 70px;
  }
  .case .case-row {
    margin-top: 50px;
  }
  .case .case-row + .case-row {
    margin-top: 60px;
  }
  .case .case-info {
	width: auto;
    margin: 0;
    padding: 32px 0 0;
    overflow: hidden;
  }
  .case .case-info-wrap {
    position: relative;
    margin-top: 60px;
    padding-left: 0;
  }
  .case .case-info-tit {
    position: static;
    margin-bottom: 20px;
    font-size: 2.4rem;
    text-align: center;
  }
  .case .case-info .slick-list {
    width: 85%;
  }
  .case .case-info .slick-slide {
    padding-right: 40px;
    opacity: 0.1;
    transition: opacity 0.4s;
  }
  .case .case-info .slick-slide.slick-current {
    opacity: 1;
  }
  .case .case-info .case-item .item-box {
/*    position: relative;*/
    border-width: 3px;
  }
  .case .case-info .case-item .item-box .box-label {
    padding: 10px 20px;
    left: -3px;
    bottom: calc(100% - 16px);
    border-width: 3px;
    font-size: 1.8rem;
  }
  .case .case-info .case-item .item-box .box-label .stroke:after {
    margin-top: 1px;
  }
  .case .case-info .case-item .item-box .box-pic {
    padding: 16px;
    text-align: center;
  }
  .case .case-info .case-item .item-box .box-pic img {
    margin: 0 auto;
  }
  .case .case-info .case-item .item-box .box-body {
    min-height: 144px;
    border-top-width: 2px;
    padding: 16px 16px 16px;
    font-size: 1.6rem;
  }
  .case .case-info .case-item .item-box .box-body p {
    line-height: 1.5;
  }

  .case .case-info .case-item .item-box .box-body-red {
    min-height: 50px;
    border-top-width: 2px;
    padding: 16px 16px 16px;
    font-size: 1.3rem;
  }
  .case .case-info .case-item .item-box .box-body-red p {
    line-height: 1.5;
	color: #fff;
  }
  .case .case-info .case-item .item-box .box-body-red img {
    width: 44%;
	top: 84%;
	right: 1px;
  }

  .case .case-info .case-info-btn {
    right: 25px;
    top: 60px;
    padding: 30px 15px;
    background: #fff;
    border-width: 3px;
    font-size: 1.8rem;
  }
  .case .case-info .case-info-btn:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 18px;
    border-style: solid;
    border-width: 8.5px 0 8.5px 15px;
    border-color: transparent transparent transparent #222;
  }
  .case .case-detail {
    padding-top: 35px;
    font-size: 1.2rem;
  }
  .case .case-detail p {
    margin: 0;
  }
  .case .case-detail .detail-tit {
    font-size: 1.8rem;
	width: 58%;
	margin-left: 20px;
  }
  .case .case-detail .detail-col {
    margin-top: 25px;
    padding: 20px 0;
    border-top-width: 2px;
    border-bottom-width: 2px;
  }
  .case .case-detail .detail-col .col-txt {
    width: 47%;
    font-size: 1.5rem;
  }
  .case .case-detail .detail-col .col-txt img {
    margin-top: 15px;
    margin-right: 5px;
  }
  .case .case-detail .detail-col .col-price {
    width: 49%;
    font-size: 1.5rem;
  }
  .case .case-detail .detail-col .col-price .num {
    padding-right: 2px;
    font-size: 4rem;
  }
  .case .detail-tit-before{
    font-size: 14px;
  }
  .case .detail-tit-before:after{
    left: 100px;
    border-style: solid;
    border-width: 17px 0 17px 18px;
  }
}

@media screen and (max-width: 896px) and (orientation: landscape) {
  .case .case-info .case-item .item-box .box-body-red img {
    max-width: 160px;
    top: 86.5%;
    right: 5%;
  }
}
/* ---------------------------------------------------
	example
------------------------------------------------------ */
.example .sec-tit-bg + .icon-arrow {
  position: static;
  margin: 60px 0;
}
.example .block-example {
  padding-bottom: 30px;
  border-bottom: none;
}
.example .block-example .example-tit {
  margin: 0 0 20px;
  padding: 30px 20px;
  background: #ff7070;
  border: 4px solid #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-align: center;
}
.example .block-example .example-row {
  margin-top: 40px;
  padding: 40px 0 20px;
  text-align: center;
}
.example .block-example .example-row + .example-row {
  margin-top: 0;
  border-top: 2px solid #222;
}
.example .block-example .example-row .row-tit {
  display: inline-block;
  margin-bottom: 20px;
  padding: 10px 1.5em;
  border: 4px solid #222;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.example .block-example .example-row .row-txt {
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
}
.example .block-example .example-row .row-txt .en {
  position: relative;
  top: -5px;
  padding: 0 5px;
  color: #ff7070;
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1;
  vertical-align: middle;
}
.example .block-example .example-row .row-txt .colon {
  padding: 0 1em;
  font-weight: 900;
}
.example .block-example .example-row .row-txt .slush {
  font-weight: 400;
}
.example .block-check {
  padding-top: 90px;
  padding-bottom: 170px;
  background: #e3f6ff;
}
.example .block-check:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #fff transparent transparent transparent;
}
.example .block-check .sec-tit02 {
  margin-bottom: 70px;
  font-size: 2.8rem;
}
.example .block-check .check-col {
  margin-top: 40px;
  align-items: center;
}
.example .block-check .check-col .col-pic {
  width: 50%;
  padding: 16px;
  background: #fff;
  border: 4px solid #222;
  text-align: center;
}
.example .block-check .check-col .col-pic img {
  display: block;
  margin: 0 auto;
}
.example .block-check .check-col .col-txt {
  position: relative;
  width: calc(50% + 40px);
  min-height: 181px;
  margin-left: -40px;
  padding: 40px 30px;
  background: #fff;
  border: 4px solid #222;
}
.example .block-check .check-col .col-txt:before {
  content: "";
  position: absolute;
  left: -4px;
  top: calc(100% + 4px);
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 40px 40px 0;
  border-color: transparent #222 transparent transparent;
}
.example .block-check .check-col .col-txt .txt-num {
  position: absolute;
  left: 0;
  right: 0;
  top: -60px;
  width: 82px;
  height: 82px;
  margin: 0 auto;
  padding-top: 20px;
  background: #ff7070;
  border: 4px solid #222;
  border-radius: 50%;
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
.example .block-check .check-col.reverse .col-txt {
  margin-left: 0;
  margin-right: -40px;
}
.example .block-check .check-col.reverse .col-txt:before {
  left: auto;
  right: -4px;
  border-width: 40px 40px 0 0;
  border-color: #222 transparent transparent transparent;
}
.example .block-check .check-note {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 896px) {
  .example .sec-tit-bg + .icon-arrow {
    margin: 50px 0;
  }
  .example .block-example {
    padding-top: 80px;
    padding-bottom: 30px;
    border-bottom: none;
  }
  .example .block-example .example-tit {
    margin: 0 0 20px;
    padding: 30px 10px;
    border-width: 3px;
    font-size: 2.2rem;
    letter-spacing: 0.05em;
  }
  .example .block-example .example-row {
    padding: 30px 0 15px;
    text-align: center;
  }
  .example .block-example .example-row + .example-row {
    border-top-width: 1px;
  }
  .example .block-example .example-row .row-tit {
    margin-bottom: 15px;
    padding: 7px 0.8em;
    border-width: 3px;
    font-size: 2.2rem;
  }
  .example .block-example .example-row .row-txt {
    font-size: 1.6rem;
  }
  .example .block-example .example-row .row-txt .en {
    top: -2px;
    padding: 0 5px;
    font-size: 3.6rem;
  }
  .example .block-example .example-row .row-txt .colon {
    padding: 0 1em;
    font-weight: 900;
  }
  .example .block-example .example-row .row-txt .slush {
    padding: 0;
  }
  .example .block-check {
    padding-top: 60px;
    padding-bottom: 80px;
  }
  .example .block-check:before {
    top: -1px;
    border-width: 30px 29px 0 29px;
  }
  .example .block-check .sec-tit02 {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .example .block-check .check-col {
    margin-top: 35px;
    align-items: center;
  }
  .example .block-check .check-col .col-pic {
    width: calc(100% - 94px);
    margin: 0 auto;
    padding: 16px;
    border-width: 3px;
    text-align: center;
  }
  .example .block-check .check-col .col-txt {
    width: calc(100% - 20px);
    min-height: 0;
    margin-top: -23px;
    margin-left: 0;
    padding: 35px 30px 30px;
    border-width: 3px;
    font-weight: bold;
  }
  .example .block-check .check-col .col-txt:before {
    left: auto;
    right: -3px;
    top: -30px;
    border-width: 27px 0 0 27px;
    border-color: transparent transparent transparent #222;
  }
  .example .block-check .check-col .col-txt .txt-num {
    position: absolute;
    left: 15px;
    right: auto;
    top: -26px;
    width: 52px;
    height: 52px;
    padding-top: 10px;
    border-width: 3px;
    font-size: 2.6rem;
  }
  .example .block-check .check-col .col-txt p {
    line-height: 1.5;
  }
  .example .block-check .check-col.reverse .col-txt {
    margin-left: 20px;
    margin-right: 0;
  }
  .example .block-check .check-col.reverse .col-txt:before {
    right: auto;
    left: -2px;
    border-width: 0 0 27px 27px;
    border-color: transparent transparent #222 transparent;
  }
  .example .block-check .check-col.reverse .col-txt .txt-num {
    left: auto;
    right: 15px;
  }
  .example .block-check .check-note {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .example .block-contact {
    padding-top: 60px;
  }
  .example .block-contact .sec-tit02 {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 15px;
    text-align: left;
  }
}
/* ---------------------------------------------------
	trouble
------------------------------------------------------ */
.trouble .block-lead {
  padding-top: 150px;
  padding-bottom: 150px;
  border-bottom: none;
}
.trouble .block-lead .sec-tit-bg {
  margin-bottom: 100px;
}
.trouble .block-lead .lead-row {
  position: relative;
  clear: both;
  width: calc(100% - 60px);
  margin-bottom: -20px;
  padding: 30px 20px 44px;
  background: #ff7070;
  font-size: 2.8rem;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.trouble .block-lead .lead-row:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 8px;
  display: block;
  width: calc(100% - 16px);
  height: 100%;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -2;
}
.trouble .block-lead .lead-row:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff7070;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -1;
}
.trouble .block-lead .lead-row p {
  line-height: 1.5;
}
.trouble .block-lead .lead-row .icon {
  position: absolute;
  left: 30px;
  top: -40px;
}
.trouble .block-lead .lead-row .fukidashi {
  position: absolute;
  left: 10px;
  top: calc(100% - 4px);
  z-index: 10;
}
.trouble .block-lead .lead-row.row02 {
  float: right;
  width: 480px;
}
.trouble .block-lead .lead-row.row02 .icon {
  left: auto;
  right: 28px;
}
.trouble .block-lead .lead-row.row02 .fukidashi {
  left: auto;
  right: 10px;
}
.trouble .block-lead .lead-row.row03 {
  width: 480px;
  margin-left: 30px;
}
.trouble .block-support {
  padding-top: 0;
  padding-bottom: 130px;
  background: #f5f5f5;
}
.trouble .block-support .sec-tit-bg {
  position: relative;
  width: calc(100% + 128px);
  height: auto;
  min-height: 0;
  margin: 0 -64px 60px;
  min-height: 265px;
  padding: 82px 0 112px;
  background: url(../images/top/bg-trouble-03.png) no-repeat center top;
}
.trouble .block-support .sec-tit-bg .bg {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 0.425em 5px;
  background: #fff;
  border: 4px solid #222;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}
.trouble .block-support .sec-tit-bg .stroke {
  letter-spacing: 0.08em;
}
.trouble .block-support .support-row {
  position: relative;
  width: calc(100% - 60px);
  margin-top: 45px;
  background: #fff;
  z-index: 1;
}
.trouble .block-support .support-row:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -2;
}
.trouble .block-support .support-row:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -1;
}
.trouble .block-support .support-row.even {
  margin-left: 60px;
}
.trouble .block-support .support-row .row-tit {
  position: relative;
  margin: 0;
  padding: 18px 15px 18px calc(11% + 25px);
  border-bottom: 4px solid #222;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.trouble .block-support .support-row .row-tit:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 11%;
  top: 38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ff7070;
  transition: border-color 0.3s;
}
.trouble .block-support .support-row .row-body {
  padding: 30px 11%;
  font-size: 2rem;
  font-weight: bold;
}
.trouble .block-contact {
  padding-top: 90px;
  background: #e3f6ff;
}

@media screen and (max-width: 896px) {
  .trouble .block-lead {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .trouble .block-lead .sec-tit-bg {
    margin-bottom: 40px;
  }
  .trouble .block-lead .lead-row {
    width: calc(100% - 70px);
    margin-bottom: -20px;
    padding: 30px 20px 44px;
    font-size: 2rem;
  }
  .trouble .block-lead .lead-row:before {
    bottom: -10px;
    border-width: 3px;
  }
  .trouble .block-lead .lead-row:after {
    border-width: 3px;
  }
  .trouble .block-lead .lead-row p {
    line-height: 1.5;
  }
  .trouble .block-lead .lead-row .icon {
    position: absolute;
    left: 40px;
    top: -30px;
    width: 52px;
  }
  .trouble .block-lead .lead-row .fukidashi {
    position: absolute;
    left: 10px;
    top: calc(100% - 3px);
    width: 65px;
    height: auto;
    vertical-align: top;
  }
  .trouble .block-lead .lead-row.row02 {
    width: calc(100% - 70px);
  }
  .trouble .block-lead .lead-row.row02 .icon {
    left: auto;
    right: 40px;
  }
  .trouble .block-lead .lead-row.row02 .fukidashi {
    left: auto;
    right: 10px;
  }
  .trouble .block-lead .lead-row.row03 {
    width: calc(100% - 70px);
    margin-left: 0;
  }
  .trouble .block-support {
    padding-bottom: 90px;
  }
  .trouble .block-support .sec-tit-bg {
    width: calc(100% + 40px);
    height: auto;
    min-height: 0;
    margin: 0 -20px 30px;
    min-height: 265px;
    padding: 30px 0 60px;
    background: url(../images/top/bg-trouble-03.png) no-repeat center top;
  }
  .trouble .block-support .sec-tit-bg .bg {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 5px 1em 3px;
    border-width: 3px;
  }
  .trouble .block-support .support-row {
    width: calc(100% - 40px);
    margin-top: 36px;
  }
  .trouble .block-support .support-row:before {
    bottom: -10px;
    left: 10px;
    border-width: 3px;
  }
  .trouble .block-support .support-row:after {
    border-width: 3px;
  }
  .trouble .block-support .support-row.even {
    margin-left: 20px;
  }
  .trouble .block-support .support-row .row-tit {
    padding: 22px 15px 18px 40px;
    border-bottom-width: 3px;
    font-size: 2.2rem;
  }
  .trouble .block-support .support-row .row-tit:before {
    top: 32px;
    left: 20px;
    border-width: 5px 0 5px 10px;
  }
  .trouble .block-support .support-row .row-body {
    min-height: 104px;
    padding: 20px 20px 20px;
    font-size: 1.6rem;
  }
  .trouble .block-support .support-row .row-body p {
    line-height: 1.5;
  }
  .trouble .block-contact {
    padding-top: 60px;
  }
}
@media screen and (max-width: 400px) {
  .trouble .block-support .support-row {
    width: calc(100% - 30px);
  }
  .trouble .block-support .support-row .row-tit {
    letter-spacing: 0;
  }
}
/* ---------------------------------------------------
	flow
------------------------------------------------------ */
.flow .block-flow {
  padding-top: 140px;
  padding-bottom: 80px;
  border-bottom: none;
}
.flow .block-flow .flow-slide {
  margin: 0;
  padding: 32px 0 0;
  overflow: hidden;
}
.flow .block-flow .flow-slide-wrap {
  position: relative;
  margin-top: 80px;
  padding-left: 60px;
}
.flow .block-flow .flow-slide-tit {
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.1em;
}
.flow .block-flow .flow-slide .slick-list {
  width: 500px;
  overflow: visible;
}
.flow .block-flow .flow-slide .slick-slide {
  padding-right: 60px;
  opacity: 0.1;
  transition: opacity 0.4s;
}
.flow .block-flow .flow-slide .slick-slide.slick-current {
  opacity: 1;
}
.flow .block-flow .flow-slide .slide-item .item-box {
  position: relative;
  border: 4px solid #222;
}
.flow .block-flow .flow-slide .slide-item .item-box .box-label {
  position: absolute;
  padding: 10px 30px;
  left: -4px;
  bottom: calc(100% - 26px);
  background: #ff7070;
  border: 4px solid #333131;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1.2;
  white-space: nowrap;
}
.flow .block-flow .flow-slide .slide-item .item-box .box-label .stroke:after {
  margin-top: 1px;
}
.flow .block-flow .flow-slide .slide-item .item-box .box-pic {
  padding: 26px;
}
.flow .block-flow .flow-slide .slide-item .item-box .box-body {
  min-height: 104px;
  border-top: 4px solid #222;
  padding: 12px 26px 35px;
  font-weight: 900;
}
.flow .block-flow .flow-slide .slide-item .item-box .box-body h3 {
  margin: 0;
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.5;
}
.flow .block-flow .flow-slide .flow-slide-btn {
  position: absolute;
  right: 30px;
  top: 150px;
  width: 80px;
  height: 80px;
  padding: 23px 10px;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  white-space: nowrap;
  text-align: center;
  z-index: 10;
}
.flow .block-flow .flow-slide .flow-slide-btn:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 15px;
  border-color: transparent transparent transparent #222;
}
.flow .block-faq {
  padding-top: 100px;
  padding-bottom: 130px;
  background: #fff8b0;
  border-bottom: none;
}
.flow .block-faq:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #fff transparent transparent transparent;
}
.flow .block-faq .faq-row {
  position: relative;
  clear: both;
  width: calc(100% - 60px);
  margin-bottom: -20px;
  padding: 30px 20px 44px;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  z-index: 1;
}
.flow .block-faq .faq-row:before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 8px;
  display: block;
  width: calc(100% - 16px);
  height: 100%;
  background: #ff7070;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -2;
}
.flow .block-faq .faq-row:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 4px solid #222;
  box-sizing: border-box;
  z-index: -1;
}
.flow .block-faq .faq-row p {
  line-height: 1.5;
}
.flow .block-faq .faq-row .icon {
  position: absolute;
  left: 30px;
  top: -40px;
}
.flow .block-faq .faq-row .fukidashi {
  position: absolute;
  left: 10px;
  top: calc(100% - 4px);
  z-index: 10;
}
.flow .block-faq .faq-row.row02 {
  float: right;
  width: 480px;
}
.flow .block-faq .faq-row.row02 .icon {
  left: auto;
  right: 28px;
}
.flow .block-faq .faq-row.row02 .fukidashi {
  left: auto;
  right: 10px;
}
.flow .block-faq .faq-row.row03 {
  width: 480px;
  margin-left: 30px;
}
.flow .block-consult {
  padding-top: 80px;
  text-align: center;
}
.flow .block-consult:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -1px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #fff8b0 transparent transparent transparent;
}
.flow .block-consult .sec-tit02 {
  margin: 0 0 50px;
  font-size: 3.6rem;
  line-height: 1.5;
}
.flow .block-consult .sec-tit02 .bg {
  display: inline-block;
  margin-right: 15px;
  padding: 8px 0.425em 5px;
  background: #fff;
  border: 4px solid #222;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}
.flow .block-consult .consult-txt {
  margin-bottom: 45px;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.flow .block-consult .consult-txt .row {
  display: inline-block;
  margin-bottom: 0.75em;
  padding-bottom: 0.1em;
  border-bottom: 6px solid #222;
  font-weight: 900;
}
.flow .block-consult .consult-box {
  position: relative;
  padding: 45px 20px;
  background: url(../images/top/bg-flow-03.svg) no-repeat left 8px top 8px, url(../images/top/bg-flow-03.svg) no-repeat right 8px top 8px, url(../images/top/bg-flow-03.svg) no-repeat left 8px bottom 8px, url(../images/top/bg-flow-03.svg) no-repeat right 8px bottom 8px, #fffc00;
  border: 6px solid #222;
  font-size: 3.6rem;
  letter-spacing: 0.08em;
}
.flow .block-consult .consult-box span {
  white-space: nowrap;
}

@media screen and (min-width: 897px) {
  .flow .block-flow .flow-slide-tit {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
  }
}
@media screen and (max-width: 896px) {
  .flow .block-flow {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .flow .block-flow .flow-slide {
    padding: 32px 0 0;
  }
  .flow .block-flow .flow-slide-wrap {
    margin-top: 50px;
    padding-left: 0;
  }
  .flow .block-flow .flow-slide-tit {
    position: static;
    margin-bottom: 30px;
    font-size: 2.6rem;
    text-align: center;
  }
  .flow .block-flow .flow-slide .slick-list {
    width: 85%;
  }
  .flow .block-flow .flow-slide .slick-slide {
    padding-right: 40px;
  }
  .flow .block-flow .flow-slide .slide-item .item-box {
    border-width: 3px;
  }
  .flow .block-flow .flow-slide .slide-item .item-box .box-label {
    padding: 10px 20px;
    left: -4px;
    bottom: calc(100% - 16px);
    border-width: 3px;
    font-size: 1.8rem;
  }
  .flow .block-flow .flow-slide .slide-item .item-box .box-pic {
    padding: 16px;
    text-align: center;
  }
  .flow .block-flow .flow-slide .slide-item .item-box .box-pic img {
    margin: 0 auto;
  }
  .flow .block-flow .flow-slide .slide-item .item-box .box-body {
    min-height: 85px;
    border-width: 3px;
    padding: 12px 16px 16px;
  }
  .flow .block-flow .flow-slide .slide-item .item-box .box-body h3 {
    font-size: 2.2rem;
  }
  .flow .block-flow .flow-slide .flow-slide-btn {
    right: 25px;
    top: 120px;
    width: 55px;
    height: 55px;
    padding: 10px 10px;
    border-width: 3px;
    font-size: 2.4rem;
  }
  .flow .block-flow .flow-slide .flow-slide-btn:after {
    border-width: 6.5px 0 6.5px 11px;
  }
  .flow .block-faq {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .flow .block-faq:before {
    border-width: 30px 29px 0 29px;
  }
  .flow .block-faq .faq-row {
    width: calc(100% - 70px);
    margin-bottom: -20px;
    padding: 30px 18px 44px;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.5;
    text-align: center;
    z-index: 1;
  }
  .flow .block-faq .faq-row:before {
    bottom: -10px;
    border-width: 3px;
  }
  .flow .block-faq .faq-row:after {
    border-width: 3px;
  }
  .flow .block-faq .faq-row .icon {
    left: 40px;
    top: -30px;
    width: 52px;
  }
  .flow .block-faq .faq-row .fukidashi {
    left: 6px;
    top: calc(100% - 3px);
    width: 65px;
    vertical-align: top;
  }
  .flow .block-faq .faq-row.row02 {
    width: calc(100% - 70px);
  }
  .flow .block-faq .faq-row.row02 .icon {
    left: auto;
    right: 40px;
  }
  .flow .block-faq .faq-row.row02 .fukidashi {
    left: auto;
    right: 4px;
  }
  .flow .block-faq .faq-row.row03 {
    width: calc(100% - 70px);
    margin-left: 0;
  }
  .flow .block-consult {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .flow .block-consult:before {
    border-width: 30px 29px 0 29px;
  }
  .flow .block-consult .sec-tit02 {
    margin: 0 0 30px;
    font-size: 2.6rem;
  }
  .flow .block-consult .sec-tit02 .bg {
    margin-right: 0;
    margin-bottom: 10px;
    padding: 6px 1em 5px;
    border-width: 3px;
  }
  .flow .block-consult .consult-txt {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .flow .block-consult .consult-txt .row {
    margin-bottom: 0.75em;
    padding-bottom: 0.1em;
    border-width: 5px;
    letter-spacing: 0;
  }
  .flow .block-consult .consult-box {
    padding: 35px 20px;
    background: url(../images/top/bg-flow-03.svg) no-repeat left 8px top 8px, url(../images/top/bg-flow-03.svg) no-repeat right 8px top 8px, url(../images/top/bg-flow-03.svg) no-repeat left 8px bottom 8px, url(../images/top/bg-flow-03.svg) no-repeat right 8px bottom 8px, #fffc00;
    background-size: 18px;
    border-width: 3px;
    font-size: 2.6rem;
    line-height: 1.4;
  }
  .flow .block-consult .consult-box p {
    line-height: 1.4;
  }
  .flow .block-consult .consult-box .stroke:after {
    margin-top: 1px;
  }
  .flow .block-contact {
    padding-top: 70px;
  }
}
@media screen and (max-width: 400px) {
  .flow .block-consult .consult-txt {
    font-size: 2.1rem;
  }
}
/* ---------------------------------------------------
	comparison
------------------------------------------------------ */
.comparison .block-comparison {
  padding-top: 150px;
  border-bottom: none;
}
.comparison .block-comparison .comparison-note {
  margin: 80px 0 35px;
  text-align: center;
}
.comparison .block-comparison .comparison-img-wrap{
    display: flex;
    flex-wrap: nowrap;
    margin: 59px 0 24px;
}
.comparison .block-comparison .comparison-img-wrap .trlr{
	width: 55%;
}
.comparison .block-comparison .comparison-img-wrap .kcncar{
	width: 45%;
}

.comparison .block-comparison .comparison-table {
  width: auto;
  max-width: 100%;
  table-layout: fixed;
}
.comparison .block-comparison .comparison-table-wrap {
}
.comparison .block-comparison .comparison-table th,
.comparison .block-comparison .comparison-table td {
  padding: 16px 16px;
  border: 4px solid #222;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
.comparison .block-comparison .comparison-table th.bg00,
.comparison .block-comparison .comparison-table td.bg00 {
  background: none;
}
.comparison .block-comparison .comparison-table th.bg01,
.comparison .block-comparison .comparison-table td.bg01 {
  background: #fff3f6;
}
.comparison .block-comparison .comparison-table th.bg02,
.comparison .block-comparison .comparison-table td.bg02 {
  background: #e3f6ff;
}
.comparison .block-comparison .comparison-table th.w01,
.comparison .block-comparison .comparison-table td.w01 {
  width: 226px;
}
.comparison .block-comparison .comparison-table th.td-head,
.comparison .block-comparison .comparison-table td.td-head {
  padding-top: 14px;
  padding-bottom: 14px;
  font-weight: 900;
}
.comparison .block-comparison .comparison-table th {
  letter-spacing: 0.15em;
  background: #666666;
  color: #fff;
  font-weight: 900;
  text-align: center;
  vertical-align: middle;
  width: 1em;
  letter-spacing: inherit;
  line-height: 1.2;
}
.comparison .block-comparison .comparison-table td {
  font-size: 1.7rem;
}
.comparison .block-comparison .comparison-table td:nth-child(2) {
  width: 45.5%;
}
.comparison .block-comparison .comparison-table .icon {
  margin-top: 15px;
  margin-bottom: 20px;
  text-align: center;
}
.comparison .block-comparison .comparison-btn {
  margin-top: 60px;
  margin-bottom: 10px;
  text-align: center;
}
.comparison .block-comparison .comparison-btn .pc-block {
  display: inline-block;
}
.comparison .block-comparison .comparison-btn .sp-block {
  display: none;
}

@media screen and (max-width: 1280px) {
  .comparison .block-comparison .comparison-table td:nth-child(2) {
    width: 46%;
  }
}

@media screen and (max-width: 896px) {
  .comparison .block-comparison {
    padding-top: 100px;
    padding-bottom: 80px;
  }
  .comparison .block-comparison .comparison-note {
    margin: 50px 0 30px;
    font-size: 1.2rem;
  }
  .comparison .block-comparison .comparison-table {
    width: auto;
  }
  .comparison .block-comparison .comparison-table th,
  .comparison .block-comparison .comparison-table td {
    padding: 5px;
    border-width: 3px;
    font-size: 1.4rem;
  }
  .comparison .block-comparison .comparison-table th.w01,
  .comparison .block-comparison .comparison-table td.w01 {
    width: 180px;
    padding: 10px;
  }
  .comparison .block-comparison .comparison-table th.td-head,
  .comparison .block-comparison .comparison-table td.td-head {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.6rem;
  }
  .comparison .block-comparison .comparison-table th {
    font-size: 1.6rem;
  }
  .comparison .block-comparison .comparison-table .icon {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .comparison .block-comparison .comparison-table .icon img {
    width: 30px;
  }
  .comparison .block-comparison .comparison-btn {
    margin-top: 35px;
    margin-bottom: 10px;
    padding: 0 20px;
    text-align: center;
  }
  .comparison .block-comparison .comparison-btn .pc-block {
    display: none;
  }
  .comparison .block-comparison .comparison-btn .sp-block {
    display: inline-block;
  }

}
@media screen and (max-width: 400px) {
  .comparison .block-comparison .sec-tit {
    font-size: 2.3rem;
    letter-spacing: 0;
  }
  .comparison .block-comparison .comparison-btn {
    padding: 0;
  }
}
/* ---------------------------------------------------
	trailer
------------------------------------------------------ */
.trailer > .sec-tit-bg {
  height: 414px;
  background: url(../images/top/bg-trailer-01.png) no-repeat center top, #eee;
}
.trailer > .sec-tit-bg .sec-tit {
  font-size: 2.8rem;
  padding-bottom: 20px;
}
.trailer > .sec-tit-bg .sec-tit .bg {
  display: inline-block;
  margin: 0 0 20px 0;
  padding: 8px 0.5em 5px 0.75em;
  background: #fff;
  border: 4px solid #222;
  font-size: 3.2rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}
.trailer > .sec-tit-bg .sec-tit .bg .en {
  padding-right: 5px;
  font-size: 3.6rem;
  font-weight: bold;
}
.trailer > .sec-tit-bg .sec-tit .stroke {
  display: inline-block;
  margin-top: 15px;
  font-size: 3.8rem;
  letter-spacing: 0.06em;
}
.trailer .block-trailer {
  padding-top: 80px;
  padding-bottom: 40px;
  background: #eee;
}
.trailer .block-trailer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 38px 38px 0 38px;
  border-color: #222 transparent transparent transparent;
  z-index: 1;
}
.trailer .block-trailer:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #eee transparent transparent transparent;
  z-index: 1;
}
.trailer .block-trailer .trailer-list {
  /*align-items: flex-start;*/
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.5;
  list-style-type: none;
}
.trailer .block-trailer .trailer-list li {
  width: 46.09375%;
  max-width: 295px;
  margin-bottom: 40px;
  border: 4px solid #222;
  background: #fff;
  box-sizing: border-box;
}
.trailer .block-trailer .trailer-list .list-tit {
  margin: 0;
  padding: 6px 10px 10px;
  background: #222;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.trailer .block-trailer .trailer-list .list-pic {
  padding: 16px;
}
.trailer .block-trailer .trailer-list .list-detail {
  padding: 14px 16px;
  border-top: 4px solid #222;
  line-height: 1.5;
}
.trailer .block-trailer .trailer-list .list-note {
  padding: 14px 16px;
  border-top: 4px solid #222;
  line-height: 1.5;
}
.trailer .block-licence {
  padding-top: 70px;
  padding-bottom: 80px;
}
.trailer .block-licence:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -38px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 38px 38px 0 38px;
  border-color: #222 transparent transparent transparent;
  z-index: 1;
}
.trailer .block-licence:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #fff transparent transparent transparent;
  z-index: 1;
}
.trailer .block-licence .licence-list {
  width: max-content;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
}
.trailer .block-licence .licence-list li {
  position: relative;
  margin-bottom: 25px;
  padding: 0.25em 10px 0.325em 75px;
  border-bottom: 4px solid #222;
  box-sizing: border-box;
  font-size: 2.8rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.trailer .block-licence .licence-list li .list-icon {
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 54px;
  min-height: 54px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ff7070;
  border: 4px solid #222;
  box-sizing: border-box;
  text-align: center;
}
.trailer .block-licence .licence-list li .list-icon img {
  display: block;
}
.trailer .block-licence .licence-note {
  margin: 50px 0 0;
  text-align: center;
}
.trailer .block-custom {
  padding-top: 90px;
  background: #eeeeee;
}
.trailer .block-custom .sec-tit {
  margin-bottom: 40px;
}
.trailer .block-custom .sec-tit .bg {
  display: inline-block;
  margin: 20px 15px 20px 0;
  padding: 8px 0.425em 5px;
  background: #fff;
  border: 4px solid #222;
  letter-spacing: 0.08em;
  text-align: center;
  vertical-align: middle;
}
.trailer .block-custom .sec-tit .stroke {
  letter-spacing: 0.08em;
}
.trailer .block-custom .custom-pic {
  width: calc(100% + 128px);
  margin: 0 -64px 60px;
}
.trailer .block-custom .custom-txt {
  font-size: 1.8rem;
}
.trailer .block-custom .custom-txt p {
  font-weight: bold;
  line-height: 1.5;
}

@media screen and (max-width: 1366px) {
  .trailer .block-custom .custom-pic {
    width: calc(100% + 75px);
    margin: 0 -37px 60px -38px;
  }
  .trailer .block-custom .custom-pic img {
    width: 100%;
  }
}
@media screen and (max-width: 896px) {
  .trailer > .sec-tit-bg {
    position: relative;
    height: 280px;
    background: url(../images/top/bg-trailer-01.png) repeat-x center bottom, #eee;
    background-size: 680px;
    border-top: 3px solid #222;
  }
  .trailer > .sec-tit-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 33px 33px 0 33px;
    border-color: #222 transparent transparent transparent;
    z-index: 1;
  }
  .trailer > .sec-tit-bg:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -4px;
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 29px 29px 0 29px;
    border-color: #fff transparent transparent transparent;
    z-index: 1;
  }
  .trailer > .sec-tit-bg .sec-tit {
    font-size: 2.2rem;
    padding-bottom: 20px;
  }
  .trailer > .sec-tit-bg .sec-tit .bg {
    margin-bottom: 10px;
    padding: 6px 1em 5px 1em;
    border-width: 3px;
    font-size: 2.2rem;
  }
  .trailer > .sec-tit-bg .sec-tit .bg .en {
    font-size: 2.6rem;
  }
  .trailer > .sec-tit-bg .sec-tit .stroke {
    margin-top: 10px;
    font-size: 2.6rem;
  }
  .trailer .block-trailer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .trailer .block-trailer:before {
    bottom: -33px;
    border-width: 33px 33px 0 33px;
  }
  .trailer .block-trailer:after {
    bottom: -28px;
    border-width: 29px 29px 0 29px;
  }
  .trailer .block-trailer .trailer-list {
    max-width: 600px;
    margin: 0 auto;
  }
  .trailer .block-trailer .trailer-list li {
    max-width: 100%;
    margin-bottom: 10px;
    border-width: 3px;
  }
  .trailer .block-trailer .trailer-list .list-tit {
    padding: 6px 10px 10px;
    font-size: 1.8rem;
  }
  .trailer .block-trailer .trailer-list .list-pic {
    padding: 16px;
  }
  .trailer .block-trailer .trailer-list .list-pic img {
    width: 100%;
  }
  .trailer .block-trailer .trailer-list .list-detail {
    padding: 10px 16px;
    border-top-width: 2px;
  }
  .trailer .block-trailer .trailer-list .list-note {
    padding: 10px 16px;
    border-top-width: 2px;
  }
  .trailer .block-licence {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .trailer .block-licence:before {
    bottom: -33px;
    border-width: 33px 33px 0 33px;
  }
  .trailer .block-licence:after {
    bottom: -28px;
    border-width: 29px 29px 0 29px;
  }
  .trailer .block-licence .licence-list {
    width: 100%;
    max-width: 480px;
    padding: 0 20px;
  }
  .trailer .block-licence .licence-list li {
    margin-bottom: 17px;
    padding: 0.1em 0 0.25em 55px;
    border-bottom-width: 3px;
    font-size: 2.2rem;
  }
  .trailer .block-licence .licence-list li .list-icon {
    bottom: -3px;
    width: 42px;
    min-height: 42px;
    border-width: 3px;
  }
  .trailer .block-licence .licence-list li .list-icon img {
    width: 22px;
    height: auto;
  }
  .trailer .block-licence .licence-note {
    margin-top: 30px;
    font-size: 1.2rem;
  }
  .trailer .block-custom {
    padding-top: 60px;
  }
  .trailer .block-custom .sec-tit {
    margin-bottom: 30px;
  }
  .trailer .block-custom .sec-tit .bg {
    margin: 10px 10px 10px 0;
    padding: 6px 0.5em 5px;
    border-width: 3px;
    font-size: 2.6rem;
  }
  .trailer .block-custom .sec-tit .stroke {
    letter-spacing: 0;
  }
  .trailer .block-custom .custom-pic {
    width: calc(100% + 40px);
    margin: 0 -20px 30px;
    overflow: hidden;
  }
  .trailer .block-custom .custom-pic img {
    width: 100%;
    height: auto;
  }
  .trailer .block-custom .custom-txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 480px) {
  .trailer .block-trailer .trailer-list {
    max-width: 295px;
  }
  .trailer .block-trailer .trailer-list li {
    width: 100%;
    max-width: 100%;
  }
  .trailer .block-licence .licence-list {
    padding: 0;
  }
  .trailer .block-custom .sec-tit {
    font-size: 2.3rem;
  }
  .trailer .block-custom .sec-tit .bg {
    margin-top: 10px;
    letter-spacing: 0.02em;
  }
  .trailer .block-custom .sec-tit .stroke:after {
    margin-top: 1px;
  }
}
/* ---------------------------------------------------
	contact
------------------------------------------------------ */
.contact .block-tel {
  padding-top: 150px;
  padding-bottom: 80px;
  background: #fff3f6;
}
.contact .block-tel .sec-tit-bg {
  background: url(../images/common/bg-tit-01.png) no-repeat left top, url(../images/common/bg-tit-02.png) no-repeat right top, url(../images/common/bg-pattern-03.png) center top;
  background-size: auto 100%, auto 100%, auto;
}
.contact .block-tel .sec-tit02 {
  margin: 50px 0;
}
.contact .block-tel .tel-box {
  padding: 20px;
  background: #fff;
  text-align: center;
}
.contact .block-tel .tel-box .box-tit {
  margin: 0 0 5px;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1.4;
}
.contact .block-tel .tel-box .box-tel {
  margin: 0;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}
.contact .block-tel .tel-box .box-tel span {
  font-weight: bold;
}
.contact .block-tel .tel-box .box-tel a {
  font-weight: bold;
}
.contact .block-tel .tel-box .box-txt {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.contact .block-form {
  padding-top: 0;
  padding-bottom: 170px;
}
.contact .block-form .form-tit {
  position: relative;
  margin-top: -70px;
  margin-bottom: 70px;
  padding: 32px 20px;
  background: #222;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
}
.contact .block-form .form-tit:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -33px;
  display: block;
  width: 0;
  height: 0;
  margin: 0 auto;
  border-style: solid;
  border-width: 34px 34px 0 34px;
  border-color: #222 transparent transparent transparent;
}
.contact .block-form .form-tit .icon {
  display: block;
  margin: 0 auto 10px;
}
.contact .block-form .form-lead {
  margin: 0 30px 50px;
}
.contact .block-form form input[type=text],
.contact .block-form form input[type=tel],
.contact .block-form form input[type=email],
.contact .block-form form input[type=number] {
  width: 100%;
  max-width: 100%;
  margin: 2px 0;
  padding: 1.75em 1.5em;
  min-height: 1.75em;
  background: #eee;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  letter-spacing: 1px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
.contact .block-form form select {
  max-width: 100%;
  margin: 5px 0;
  background: #eee;
  border: none;
  padding: 1.75em 1.5em;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
}
.contact .block-form form textarea {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 5px 0;
  padding: 1.75em 1.5em;
  height: 15em;
  background: #eee;
  border: none;
  border-radius: 0;
  font-size: 18px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: none;
}
.contact .block-form form label {
  display: inline-block;
  margin-right: 2em;
  padding: 3px 0;
  cursor: pointer;
  line-height: 1.6;
}
.contact .block-form form input[type=radio] {
  width: 1.5em;
  height: 1.5em;
  margin: 0 5px 4px 0;
  vertical-align: middle;
}
.contact .block-form .form-list > dt {
  position: relative;
  padding: 0 30px 8px;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
}
.contact .block-form .form-list > dd {
  margin: 0 0 25px;
}
.contact .block-form .must {
  position: absolute;
  right: 20px;
  top: 5px;
  width: 70px;
  padding: 8px 5px 22px;
  background: #ff7070;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  z-index: 1;
}
.contact .block-form dd.privacy-box {
  height: 320px;
  padding: 30px;
  border: 2px solid #222;
  box-sizing: border-box;
  overflow-y: scroll;
  /* スクロールバー */
}
.contact .block-form dd.privacy-box p {
  line-height: 1.5;
}
.contact .block-form dd.privacy-box .privacy-list {
  line-height: 1.5;
}
.contact .block-form dd.privacy-box .privacy-list dt {
  margin: 0 0 5px;
  font-weight: bold;
}
.contact .block-form dd.privacy-box .privacy-list dd {
  margin: 0 0 1em;
}
.contact .block-form dd.privacy-box::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.contact .block-form dd.privacy-box::-webkit-scrollbar-track {
  background: #fff;
  border: 1px solid #ddd;
}
.contact .block-form dd.privacy-box::-webkit-scrollbar-thumb {
  background-color: #ddd;
  border-radius: 5px;
}
.contact .block-form .form-btn {
  margin-top: 60px;
  text-align: center;
  display: block;
  max-width: 100%;
}
.contact .block-form button {
  width: 100%;
  padding: 30px 20px 35px;
  background: #ff7070;
  border: 4px solid #222;
  box-shadow: 8px 7px 0px -2px #222;
  color: #fff;
  cursor: pointer;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  transition: all 0.3s;
}
.contact .block-form button:hover {
  background: #ffa3a3;
}
.contact .block-form button:hover:before {
  transform: translateX(5px);
}
.contact .block-form button:before {
  content: "";
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 20px 2px 0;
  border-style: solid;
  border-width: 8px 0 8px 16px;
  border-color: transparent transparent transparent #222;
  vertical-align: middle;
  transition: all 0.3s;
}
.contact .block-form .back-btn button {
  background: #666;
}
.contact .block-form .back-btn button:hover {
  background: #999;
}
.contact .block-form .message {
  margin-bottom: 20px;
}

:placeholder-shown {
  color: #999;
}

::-webkit-input-placeholder {
  color: #999;
}

:-moz-placeholder {
  color: #999;
  opacity: 1;
}

::-moz-placeholder {
  color: #999;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #999;
}

@media screen and (max-width: 896px) {
  .contact .block-tel {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  .contact .block-tel .sec-tit02 {
    width: calc(100% + 0.5em);
    margin: 35px 0;
    text-align: center;
  }
  .contact .block-tel .tel-box {
    padding: 20px 20px 20px;
    text-align: center;
  }
  .contact .block-form {
    padding-bottom: 120px;
  }
  .contact .block-form .form-tit {
    margin-top: -50px;
    margin-bottom: 50px;
    padding: 32px 20px;
    font-size: 2.2rem;
  }
  .contact .block-form .form-tit:before {
    bottom: -28px;
    border-width: 29px 29px 0 29px;
  }
  .contact .block-form .form-tit .icon {
    margin-bottom: 5px;
  }
  .contact .block-form .form-lead {
    margin: 0 20px 20px;
  }
  .contact .block-form form input[type=text],
  .contact .block-form form input[type=tel],
  .contact .block-form form input[type=email],
  .contact .block-form form input[type=number] {
    margin: 2px 0;
    padding: 1em 20px;
    min-height: 1.75em;
    border-radius: 0;
    font-size: 16px;
  }
  .contact .block-form form select {
    margin: 5px 0;
    padding: 1em 20px;
    font-size: 16px;
  }
  .contact .block-form form textarea {
    margin: 5px 0;
    padding: 1em 20px;
    height: 10em;
    font-size: 16px;
  }
  .contact .block-form .form-list > dt {
    padding: 0 20px 5px;
    font-size: 1.6rem;
  }
  .contact .block-form .form-list > dd {
    margin: 0 0 16px;
  }
  .contact .block-form .must {
    top: 5px;
    right: 20px;
    width: 54px;
    padding: 8px 5px 16px;
    font-size: 1.2rem;
  }
  .contact .block-form dd.privacy-box {
    height: 300px;
    margin-top: 10px;
    padding: 20px;
    font-size: 1.4rem;
  }
  .contact .block-form dd.privacy-box .privacy-list dt {
    margin: 0 0 5px;
  }
  .contact .block-form dd.privacy-box .privacy-list dd {
    margin: 0 0 1em;
  }
  .contact .block-form .form-btn {
    margin-top: 40px;
  }
  .contact .block-form button {
    padding: 32px 20px 38px;
    border-width: 3px;
    font-size: 2.4rem;
  }
  .contact .block-form button:hover {
    background: #ff7070;
  }
  .contact .block-form button:hover:before {
    transform: unset;
  }
  .contact .block-form button:before {
    margin: 0 18px 2px 0;
    border-width: 6px 0 6px 12px;
  }
}
@media screen and (max-width: 400px) {
  .contact .block-tel .sec-tit {
    font-size: 2.3rem;
  }
}

.contact-form-label, .contact-form-control {
  background: #eee;
  padding: 1.75em 1.5em;
}
.contact-box .message-text {
  color: #ff7070;
  font-size: 2.0rem;
}
@media screen and (max-width: 896px) {
  .contact-form-label, .contact-form-control {
    padding: 1em 20px;
  }
  .contact-form-label {
    font-size: 1.6rem;
  }
  .contact-box .message-text {
    font-size: 1.8rem;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/