@charset "UTF-8";
/* CSS Document */
/*--------------------------------------
    common
--------------------------------------*/
.header {
  border-bottom: 2px solid #e40012;
}
.header .btnarea .btn002 {
  width: 150px;
  height: 32px;
  border-radius: 18px;
  border: 2px solid #d30012;
  overflow: hidden;
}
.header .btnarea .btn002 a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 32px;
  text-align: center;
  color: #d30012;
  background: #fff;
  font-weight: 700;
}

.visual {
  width: 100%;
  height: 470px;
  position: relative;
}
.visual .pic {
  width: 100%;
  height: 470px;
  position: absolute;
  top: 0;
  left: 0;
}
.visual .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.visual .inner {
  width: 1284px;
  height: 330px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.visual .inner h1 {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 84px;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #e20012;
  font-weight: 700;
}
.visual .inner h1 span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  display: block;
}
.visual .page-title {
  width: 1284px;
  height: 330px;
  position: absolute;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.visual .page-title .title-en {
  width: 100%;
  font-size: 84px;
  font-size: 8.4rem;
  line-height: 1.1;
  color: #e20012;
  font-weight: 700;
}
.visual .page-title .title-jp {
  color: #e20012;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 700;
  display: block;
}

@media (max-width: 1400px) {
  .visual .inner,
  .visual .page-title {
    width: 90%;
  }
}
@media (max-width: 740px) {
  .visual {
    width: 100%;
    height: auto;
    padding-top: 65%;
  }
  .visual .pic {
    height: 100%;
  }
  .visual .inner {
    width: 90%;
    height: calc(100% - 72px);
  }
  .visual .inner h1 {
    font-size: 40px;
    font-size: 4rem;
  }
  .visual .inner h1.title-jp,
  .visual .inner h1 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .visual .page-title .title-en {
    font-size: 40px;
    font-size: 4rem;
  }
  .visual .page-title h1.title-jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*--------------------------------------
    breadcrumbs
--------------------------------------*/
.breadcrumbs {
  background: #fff;
  position: relative;
  width: 100%;
  height: 55px;
}
.breadcrumbs ul {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumbs ul li {
  font-size: 14px;
  font-size: 1.4rem;
  color: #d30012;
  font-weight: 700;
  margin-right: 40px;
  position: relative;
}
.breadcrumbs ul li:after {
  position: absolute;
  top: 50%;
  right: -22px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent #666666 #666666 transparent;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  font-weight: 700;
}

@media (max-width: 1400px) {
  .visual .inner {
    width: 90%;
  }
}
@media (max-width: 740px) {
  .breadcrumbs {
    width: 90%;
    margin: 10px auto;
    height: auto;
  }
  .breadcrumbs ul {
    width: 100%;
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
/*--------------------------------------
    features
--------------------------------------*/
.features .featuresbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .right-box {
  width: 200px;
  padding-right: calc(50% - 642px);
  position: relative;
  padding-top: 40px;
  float: none;
}
.features .right-box .sidenav {
  width: 200px;
}
.features .right-box .sidenav.fixed {
  position: fixed;
  top: 160px;
  z-index: 999;
}
.features .right-box .sidenav.fixed.bottom {
  position: absolute;
  top: auto;
  bottom: 30px;
}
.features .right-box .sidenav h2 {
  position: relative;
  margin-bottom: 20px;
}
.features .right-box .sidenav h2:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #000;
  content: "";
  z-index: -1;
}
.features .right-box .sidenav h2 span {
  color: #ce0012;
  font-weight: 700;
  background: #fff;
  padding-right: 10px;
}
.features .right-box .sidenav ul li {
  margin-bottom: 20px;
}
.features .right-box .sidenav ul li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
}
.features .right-box .sidenav ul li a:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 2px solid;
}
.features .right-box .sidenav ul li:nth-child(1) a:before {
  border-color: transparent #ce0012 #ce0012 transparent;
}
.features .right-box .sidenav ul li:nth-child(2) a:before {
  border-color: transparent #046d00 #046d00 transparent;
}
.features .right-box .sidenav ul li:nth-child(3) a:before {
  border-color: transparent #b55809 #b55809 transparent;
}
.features .right-box .sidenav ul li:nth-child(4) a:before {
  border-color: transparent #10419b #10419b transparent;
}
.features .right-box .sidenav ul li:nth-child(5) a:before {
  border-color: transparent #00817a #00817a transparent;
}
.features .right-box .sidenav .btn {
  width: 100%;
  height: 40px;
}
.features .right-box .sidenav .btn a {
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ce0012;
  color: #fff;
  font-weight: 700;
  position: relative;
  font-size: 94%;
}
.features .right-box .sidenav .btn a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../images/features/icon_sidenav_001.png") no-repeat center center;
  width: 15px;
  height: 17px;
}
.features .left-box {
  width: calc(1040px + 50% - 642px);
  padding-top: 40px;
  float: none;
}
.features .left-box section {
  width: 1000px;
  padding-left: calc(100% - 1040px);
  padding-right: 40px;
  padding-bottom: 65px;
  position: relative;
  margin-bottom: 100px;
}
.features .left-box section:last-child {
  margin-bottom: 0;
}
.features .left-box section:after {
  width: 100%;
  height: calc(100% - 260px);
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  z-index: -1;
}
.features .left-box section:nth-child(1):after {
  background: rgba(206, 0, 18, 0.1);
}
.features .left-box section:nth-child(2):after {
  background: rgba(4, 109, 0, 0.1);
}
.features .left-box section:nth-child(3):after {
  background: rgba(181, 88, 9, 0.1);
}
.features .left-box section:nth-child(4):after {
  background: rgba(16, 65, 155, 0.1);
}
.features .left-box section:nth-child(5):after {
  background: rgba(0, 129, 122, 0.1);
}
.features .left-box h2 {
  width: 100%;
  position: relative;
  font-size: 44px;
  font-size: 4.4rem;
  padding-top: 25px;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}
.features .left-box h2 span {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  line-height: 84px;
  font-size: 84px;
  font-size: 8.4rem;
  font-weight: 700;
}
.features .left-box section:nth-child(1) h2 span {
  color: rgba(206, 0, 18, 0.2);
}
.features .left-box section:nth-child(2) h2 span {
  color: rgba(4, 109, 0, 0.2);
}
.features .left-box section:nth-child(3) h2 span {
  color: rgba(181, 88, 9, 0.2);
}
.features .left-box section:nth-child(4) h2 span {
  color: rgba(16, 65, 155, 0.2);
}
.features .left-box section:nth-child(5) h2 span {
  color: rgba(0, 129, 122, 0.2);
}
.features span.comment {
  display: block;
  margin: 0 auto 490px;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 16px;
  font-weight: 700;
  padding: 5px 0 10px 20px;
  position: relative;
  border-bottom: 2px solid;
  text-align: center;
}
.features .left-box section:nth-child(1) span.comment {
  width: 210px;
  text-align: right;
}
.features .left-box section:nth-child(2) span.comment {
  width: 330px;
}
.features .left-box section:nth-child(3) span.comment {
  width: 360px;
}
.features .left-box section:nth-child(4) span.comment {
  width: 410px;
}
.features .left-box section:nth-child(5) span.comment {
  width: 380px;
}
.features span.comment:before {
  position: absolute;
  width: 17px;
  height: 22px;
  content: "";
  top: 0;
  left: 0;
  display: block;
}
.features .left-box section:nth-child(1) span.comment:before {
  background: url("../images/features/icon_h3_001.png") no-repeat center center;
}
.features .left-box section:nth-child(2) span.comment:before {
  background: url("../images/features/icon_h3_002.png") no-repeat center center;
}
.features .left-box section:nth-child(3) span.comment:before {
  background: url("../images/features/icon_h3_003.png") no-repeat center center;
}
.features .left-box section:nth-child(4) span.comment:before {
  background: url("../images/features/icon_h3_004.png") no-repeat center center;
}
.features .left-box section:nth-child(5) span.comment:before {
  background: url("../images/features/icon_h3_005.png") no-repeat center center;
}
.features span.comment:after {
  position: absolute;
  width: 6px;
  height: 6px;
  content: "";
  bottom: 0px;
  left: 50%;
  display: block;
  background: #fff;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.features .left-box section:nth-child(1) span.comment {
  border-color: #ce0012;
}
.features .left-box section:nth-child(2) span.comment {
  border-color: #046d00;
}
.features .left-box section:nth-child(3) span.comment {
  border-color: #b55809;
}
.features .left-box section:nth-child(4) span.comment {
  border-color: #10419b;
}
.features .left-box section:nth-child(5) span.comment {
  border-color: #00817a;
}
.features .left-box section:nth-child(1) span.comment:after {
  border-color: transparent #ce0012 #ce0012 transparent;
}
.features .left-box section:nth-child(2) span.comment:after {
  border-color: transparent #046d00 #046d00 transparent;
}
.features .left-box section:nth-child(3) span.comment:after {
  border-color: transparent #b55809 #b55809 transparent;
}
.features .left-box section:nth-child(4) span.comment:after {
  border-color: transparent #10419b #10419b transparent;
}
.features .left-box section:nth-child(5) span.comment:after {
  border-color: transparent #00817a #00817a transparent;
}
.features .introduction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  height: 460px;
  position: absolute;
  top: 150px;
  left: 0;
}
.features .introduction .right {
  width: 360px;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.features .introduction .right h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.features .left-box section:nth-child(1) h3 {
  color: #ce0012;
}
.features .left-box section:nth-child(2) h3 {
  color: #046d00;
}
.features .left-box section:nth-child(3) h3 {
  color: #b55809;
}
.features .left-box section:nth-child(4) h3 {
  color: #10419b;
}
.features .left-box section:nth-child(5) h3 {
  color: #00817a;
}
.features .introduction .right p {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}
.features .introduction .pic {
  width: calc(100% - 440px);
  border-left: 10px solid;
}
.features .left-box section:nth-child(1) .introduction .pic {
  border-color: #ce0012;
}
.features .left-box section:nth-child(2) .introduction .pic {
  border-color: #046d00;
}
.features .left-box section:nth-child(3) .introduction .pic {
  border-color: #b55809;
}
.features .left-box section:nth-child(4) .introduction .pic {
  border-color: #10419b;
  padding: 10px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.features .left-box section:nth-child(5) .introduction .pic {
  border-color: #00817a;
}
.features .introduction .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features .left-box section:nth-child(1) .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .left-box section:nth-child(1) .contents .box {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 50px;
}
.features .left-box section:nth-child(1) .contents .box h4 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ce0012;
  padding: 30px 30px 20px;
  background: #fff;
}
.features .left-box section:nth-child(1) .contents .box .img {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  background: #fff;
}
.features .left-box section:nth-child(1) .contents .box .read {
  width: 100%;
  height: 40px;
  background: #ce0012;
  text-align: center;
  position: relative;
}
.features .left-box section:nth-child(1) .contents .box .read:before {
  display: inline-block;
  content: "続きを読む";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-right: 20px;
}
.features .left-box section:nth-child(1) .contents .box .read.more:before {
  content: "閉じる";
}
.features .left-box section:nth-child(1) .contents .box .read:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(45px, -70%) rotate(45deg);
          transform: translate(45px, -70%) rotate(45deg);
  width: 7px;
  height: 7px;
  content: "";
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
}
.features .left-box section:nth-child(1) .contents .box .read.more:after {
  -webkit-transform: translate(30px, -30%) rotate(-135deg);
          transform: translate(30px, -30%) rotate(-135deg);
}
.features .left-box section:nth-child(1) .contents .box .description {
  padding: 30px;
  display: none;
  background: #fff;
}
.features .left-box section:nth-child(1) .contents .box .heading {
  line-height: 24px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #9b9b9b;
  display: block;
  border-radius: 5px;
}
.features .left-box section:nth-child(1) .contents .box:nth-child(1) .heading {
  width: 140px;
}
.features .left-box section:nth-child(1) .contents .box:nth-child(2) .heading {
  width: 120px;
}
.features .left-box section:nth-child(1) .contents .box:nth-child(3) .heading {
  width: 170px;
}
.features .left-box section:nth-child(1) .contents .box:nth-child(4) .heading {
  width: 190px;
}
.features .left-box section:nth-child(1) .contents .box .heading.red {
  position: relative;
  background: #ce0012;
}
.features .left-box section:nth-child(1) .contents .box .heading.red:after {
  position: absolute;
  top: -10px;
  right: -10px;
  content: "";
  background: url("../images/features/icon_features_001.png") no-repeat center center;
  width: 17px;
  height: 15px;
}
.features .left-box section:nth-child(1) .contents .box .text {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 14px;
  font-size: 1.4rem;
}
.features .left-box section:nth-child(1) .contents .box .arrow {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  padding: 0 0 0 20px;
}
.features .left-box section:nth-child(1) .contents .box .arrow:after {
  position: absolute;
  width: 10px;
  height: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  top: 0;
  left: 0;
  border: 2px solid;
  border-color: transparent transparent #ce0012 #ce0012;
}
.features .left-box section:nth-child(1) .contents .box h5 {
  color: #ce0012;
  font-weight: 700;
  margin-bottom: -20px;
}
.features .left-box section:nth-child(2) .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .left-box section:nth-child(2) .contents .box {
  width: 480px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-top: 60px;
  position: relative;
}
.features .left-box section:nth-child(2) .contents .box h4 {
  position: absolute;
  top: 0;
  left: 30px;
  width: calc(100% - 30px);
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  color: #046d00;
  font-weight: 700;
}
.features .left-box section:nth-child(2) .contents .box h4:before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 30px;
  content: "";
}
.features .left-box section:nth-child(2) .contents .box:nth-child(1) h4:before {
  background: url("../images/features/icon_secondary_001.png") no-repeat center center;
}
.features .left-box section:nth-child(2) .contents .box:nth-child(2) h4:before {
  background: url("../images/features/icon_secondary_002.png") no-repeat center center;
}
.features .left-box section:nth-child(2) .contents .box:nth-child(3) h4:before {
  background: url("../images/features/icon_secondary_003.png") no-repeat center center;
}
.features .left-box section:nth-child(2) .contents .box:nth-child(4) h4:before {
  background: url("../images/features/icon_secondary_004.png") no-repeat center center;
}
.features .left-box section:nth-child(2) .contents .box:nth-child(5) h4:before {
  background: url("../images/features/icon_secondary_005.png") no-repeat center center;
}
.features .left-box section:nth-child(2) .contents .box .text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 30px;
}
.features .left-box section:nth-child(2) .contents .box h5 {
  color: #046d00;
  font-weight: 700;
}
.features .left-box section:nth-child(3) .contents {
  width: 1000px;
  padding: 40px 80px 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 560px auto 50px;
}
.features .left-box section:nth-child(3) .contents:before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  background: url("../images/features/icon_balloon_001.png") no-repeat center center;
  width: 67px;
  height: 73px;
}
.features .left-box section:nth-child(3) .contents h4 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.features .left-box section:nth-child(3) .contents .content001 {
  width: 100%;
}
.features .left-box section:nth-child(3) .contents .content001 .left {
  width: 337px;
  float: left;
}
.features .left-box section:nth-child(3) .contents .content001 .right {
  width: 470px;
  height: 210px;
  position: relative;
  float: right;
}
.features .left-box section:nth-child(3) .contents .content001 .right ul {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.features .left-box section:nth-child(3) .contents .content001 .right ul li {
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  line-height: 30px;
  background: url("../images/features/icon_third_001.png") no-repeat left center;
}
.features .left-box section:nth-child(3) .contents .content002 {
  width: 100%;
  margin: 50px auto;
}
.features .left-box section:nth-child(3) .contents .content002 .left {
  width: 501px;
  float: left;
}
.features .left-box section:nth-child(3) .contents .content002 .right {
  width: 311px;
  float: right;
  padding-top: 20px;
}
.features .left-box section:nth-child(3) .contents .content002 .right h5 {
  color: #b55809;
  font-weight: 700;
  line-height: 1.5;
}
.features .left-box section:nth-child(3) .contents .content002 .right p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 700;
}
.features .left-box section:nth-child(3) .contents .content003 {
  width: 100%;
  margin: 50px auto 40px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
.features .left-box section:nth-child(3) .contents .content003 .left {
  width: 361px;
  float: left;
}
.features .left-box section:nth-child(3) .contents .content003 .right {
  width: 450px;
  float: right;
  padding-top: 20px;
}
.features .left-box section:nth-child(3) .contents .content003 .right h5 {
  color: #b55809;
  font-size: 24px;
  font-size: 2.4rem;
}
.features .left-box section:nth-child(3) .contents .content003 .right p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.features .left-box section:nth-child(3) .contents .content004 {
  width: 100%;
  margin: 0px auto 50px;
}
.features .left-box section:nth-child(3) .contents .content004 .left {
  width: 440px;
  float: left;
  padding-top: 20px;
}
.features .left-box section:nth-child(3) .contents .content004 .right {
  width: 362px;
  float: right;
}
.features .left-box section:nth-child(3) .contents .content004 .left h5 {
  color: #b55809;
  font-size: 24px;
  font-size: 2.4rem;
}
.features .left-box section:nth-child(3) .contents .content004 .left p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 10px;
}
.features .left-box section:nth-child(3) .contents .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .left-box section:nth-child(3) .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -38px;
}
.features .left-box section:nth-child(3) .boxs .box {
  width: 308px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px 30px 60px;
  background: #fff;
  margin-left: 38px;
  margin-top: 50px;
  position: relative;
}
.features .left-box section:nth-child(3) .boxs .box h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #b55809;
  text-align: center;
}
.features .left-box section:nth-child(3) .boxs .box .pic {
  margin: 20px auto;
}
.features .left-box section:nth-child(3) .boxs .box .text {
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}
.features .left-box section:nth-child(3) .boxs .box .read {
  width: 100%;
  height: 40px;
  background: #b55809;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.features .left-box section:nth-child(3) .boxs .box .read:before {
  display: inline-block;
  content: "続きを読む";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-right: 20px;
}
.features .left-box section:nth-child(3) .boxs .box .read.more:before {
  content: "閉じる";
}
.features .left-box section:nth-child(3) .boxs .box .read:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(45px, -70%) rotate(45deg);
          transform: translate(45px, -70%) rotate(45deg);
  width: 7px;
  height: 7px;
  content: "";
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
}
.features .left-box section:nth-child(3) .boxs .box .read.more:after {
  -webkit-transform: translate(30px, -30%) rotate(-135deg);
          transform: translate(30px, -30%) rotate(-135deg);
}
.features .left-box section:nth-child(4) .contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .left-box section:nth-child(4) .contents .box {
  width: 480px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  margin-top: 50px;
  position: relative;
}
.features .left-box section:nth-child(4) .contents .box h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #10419b;
}
.features .left-box section:nth-child(4) .contents .box .pic {
  margin: 20px auto;
}
.features .left-box section:nth-child(4) .contents .box .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.features .left-box section:nth-child(4) .contents .box .comment {
  margin-top: 20px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
  text-align: right;
}
.features .left-box section:nth-child(5) .contents {
  width: 1000px;
  padding: 40px 80px 60px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 560px auto 50px;
}
.features .left-box section:nth-child(5) .contents:before {
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  content: "";
  display: block;
  background: url("../images/features/icon_balloon_002.png") no-repeat center center;
  width: 67px;
  height: 73px;
}
.features .left-box section:nth-child(5) .contents h4 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.features .left-box section:nth-child(5) .contents .description {
  margin: 30px auto;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
.features .left-box section:nth-child(5) .contents .img {
  margin-bottom: 50px;
}
.features .left-box section:nth-child(5) .contents .content001 {
  width: 100%;
  margin: 50px auto 40px;
  padding-top: 50px;
  border-top: 1px solid #808080;
}
.features .left-box section:nth-child(5) .contents .content001 .left {
  width: 362px;
  float: left;
}
.features .left-box section:nth-child(5) .contents .content001 .right {
  width: 435px;
  float: right;
}
.features .left-box section:nth-child(5) .contents .content002 {
  width: 100%;
  margin: 50px auto 0;
}
.features .left-box section:nth-child(5) .contents .content002 .left {
  width: 435px;
  float: left;
}
.features .left-box section:nth-child(5) .contents .content002 .right {
  width: 362px;
  float: right;
}
.features .left-box section:nth-child(5) .contents h5 {
  color: #00817a;
  font-weight: 700;
  line-height: 1.5;
  font-size: 21px;
  font-size: 2.1rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
.features .left-box section:nth-child(5) .contents .content002 .right p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
  font-weight: 700;
}
.features .left-box section:nth-child(5) .boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features .left-box section:nth-child(5) .boxs .box {
  width: 480px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 30px;
  background: #fff;
  margin-bottom: 60px;
}
.features .left-box section:nth-child(5) .boxs .box h4 {
  font-size: 24px;
  font-size: 2.4rem;
  color: #00817a;
}
.features .left-box section:nth-child(5) .boxs .box .pic {
  margin: 20px auto;
}
.features .left-box section:nth-child(5) .boxs .box .text {
  font-size: 14px;
  font-size: 1.4rem;
}
.features .left-box section:nth-child(5) .usedbox {
  width: 100%;
  padding: 40px 80px 30px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.features .left-box section:nth-child(5) .usedbox h4 {
  color: #00817a;
  font-size: 24px;
  font-size: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 100%;
  text-align: center;
}
.features .left-box section:nth-child(5) .usedbox .box {
  width: 190px;
  padding: 15px 15px 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #00817a;
  border-radius: 5px;
  position: relative;
}
.features .left-box section:nth-child(5) .usedbox .box h5 {
  color: #00817a;
  text-align: center;
}
.features .left-box section:nth-child(5) .usedbox .box .img {
  margin: 10px auto;
  width: 100%;
  text-align: center;
}
.features .left-box section:nth-child(5) .usedbox .box .text {
  font-size: 14px;
  font-size: 1.4rem;
  display: none;
}
.features .left-box section:nth-child(5) .usedbox .box .read {
  width: 100%;
  height: 40px;
  background: #00817a;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.features .left-box section:nth-child(5) .usedbox .box .read:before {
  display: inline-block;
  content: "続きを読む";
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  padding-right: 20px;
}
.features .left-box section:nth-child(5) .usedbox .box .read.more:before {
  content: "閉じる";
}
.features .left-box section:nth-child(5) .usedbox .box .read:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(45px, -70%) rotate(45deg);
          transform: translate(45px, -70%) rotate(45deg);
  width: 7px;
  height: 7px;
  content: "";
  border: 2px solid;
  border-color: transparent #fff #fff transparent;
}
.features .left-box section:nth-child(5) .usedbox .box .read.more:after {
  -webkit-transform: translate(30px, -30%) rotate(-135deg);
          transform: translate(30px, -30%) rotate(-135deg);
}
.features .features-index {
  display: none;
}

@media (max-width: 1400px) {
  .features .right-box {
    padding-right: 10px;
  }
  .features .left-box {
    width: calc(100% - 250px);
  }
  .features .left-box h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .features .left-box section {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 50px;
  }
  .features .introduction .pic {
    width: calc(100% - 400px);
  }
  .features .left-box section:nth-child(1) .contents .box {
    width: 49%;
    margin-top: 40px;
  }
  .features .left-box section:nth-child(1) .contents .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(2) .contents .box {
    width: 49%;
    margin-top: 40px;
  }
  .features .left-box section:nth-child(3) .contents {
    width: 100%;
    padding: 40px 5% 60px;
  }
  .features .left-box section:nth-child(3) .contents .content001 .left {
    width: 45%;
  }
  .features .left-box section:nth-child(3) .contents .content001 .right {
    width: 55%;
    height: auto;
  }
  .features .left-box section:nth-child(3) .contents .content001 .right ul {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .features .left-box section:nth-child(3) .contents .content002 .left {
    width: 50%;
  }
  .features .left-box section:nth-child(3) .contents .content002 .right {
    width: 45%;
  }
  .features .left-box section:nth-child(3) .contents .content003 .left {
    width: 45%;
  }
  .features .left-box section:nth-child(3) .contents .content003 .right {
    width: 50%;
  }
  .features .left-box section:nth-child(3) .contents .content004 .left {
    width: 50%;
  }
  .features .left-box section:nth-child(3) .contents .content004 .right {
    width: 45%;
  }
  .features .left-box section:nth-child(3) .boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0%;
  }
  .features .left-box section:nth-child(3) .boxs .boxwrapper {
    width: 30%;
    margin-left: 2.5%;
  }
  .features .left-box section:nth-child(3) .boxs .box {
    width: 100%;
    margin-left: 0;
  }
  .features .left-box section:nth-child(3) .boxs .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(4) .contents .box {
    width: 49%;
  }
  .features .left-box section:nth-child(4) .contents .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(5) .contents {
    width: 100%;
    padding: 40px 5% 60px;
  }
  .features .left-box section:nth-child(5) .contents .content001 .left {
    width: 45%;
  }
  .features .left-box section:nth-child(5) .contents .content001 .right {
    width: 50%;
  }
  .features .left-box section:nth-child(5) .contents .content002 .left {
    width: 50%;
  }
  .features .left-box section:nth-child(5) .contents .content002 .right {
    width: 45%;
  }
  .features .left-box section:nth-child(5) .boxs .box {
    width: 49%;
  }
  .features .left-box section:nth-child(5) .usedbox {
    width: 100%;
    padding: 40px 5% 30px;
  }
  .features .left-box section:nth-child(5) .usedbox .boxwrapper {
    width: 24%;
  }
  .features .left-box section:nth-child(5) .usedbox .box {
    width: 100%;
  }
}
@media (max-width: 740px) {
  .features .right-box {
    display: none;
  }
  .features .left-box {
    width: 100%;
  }
  .features .left-box section {
    width: 100%;
    padding: 0 0 30px;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .features .left-box section:nth-child(1):after, .features .left-box section:nth-child(2):after, .features .left-box section:nth-child(3):after {
    height: calc(100% - 230px);
  }
  .features .left-box section:nth-child(4):after {
    height: calc(100% - 280px);
  }
  .features .left-box section:nth-child(5):after {
    height: calc(100% - 230px);
  }
  .features .left-box h2 {
    font-size: 24px;
    font-size: 2.4rem;
    padding-top: 20px;
  }
  .features .left-box h2 span {
    line-height: 40px;
    font-size: 40px;
    font-size: 4rem;
  }
  .features span.comment {
    margin: 0 auto 30px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 25px 0 10px;
  }
  .features .left-box section:nth-child(1) span.comment, .features .left-box section:nth-child(2) span.comment, .features .left-box section:nth-child(3) span.comment, .features .left-box section:nth-child(4) span.comment, .features .left-box section:nth-child(5) span.comment {
    width: auto;
    text-align: center;
    display: inline-block;
  }
  .features span.comment:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  .features .introduction {
    display: block;
    width: 100%;
    height: auto;
    position: static;
    text-align: left;
  }
  .features .introduction .right {
    width: 100%;
    padding: 30px 5%;
  }
  .features .introduction .right h3 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .introduction .pic {
    width: 95%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-left: 10px solid;
  }
  .features .left-box section:nth-child(1) .contents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    text-align: left;
  }
  .features .left-box section:nth-child(1) .contents .box {
    width: 100%;
    padding: 10px;
    margin-top: 30px;
  }
  .features .left-box section:nth-child(1) .contents .box:first-child {
    margin-top: 0px;
  }
  .features .left-box section:nth-child(1) .contents .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(1) .contents .box .img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 5% 0px;
  }
  .features .left-box section:nth-child(2) .contents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    text-align: left;
  }
  .features .left-box section:nth-child(2) .contents .box {
    width: 100%;
    padding: 30px 15px 10px;
    margin-top: 50px;
    text-align: center;
  }
  .features .left-box section:nth-child(2) .contents .box h4 {
    top: -30px;
    left: 0;
    width: auto;
    padding-left: 0;
    position: relative;
    display: inline-block;
  }
  .features .left-box section:nth-child(2) .contents .box h4:before {
    left: -35px;
  }
  .features .left-box section:nth-child(2) .contents .box .text {
    text-align: left;
    margin-top: -30px;
  }
  .features .left-box section:nth-child(2) .contents .box h5 {
    text-align: left;
  }
  .features .left-box section:nth-child(3) .contents {
    width: 90%;
    padding: 80px 5% 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto;
    text-align: left;
  }
  .features .left-box section:nth-child(3) .contents h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(3) .contents .content001 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(3) .contents .content001 .right {
    width: 100%;
    height: auto;
    float: none;
    margin-top: 20px;
  }
  .features .left-box section:nth-child(3) .contents .content001 .right ul {
    position: static;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .features .left-box section:nth-child(3) .contents .content001 .right ul li {
    background: url(../images/features/icon_third_001.png) no-repeat left 5px;
  }
  .features .left-box section:nth-child(3) .contents .content002 {
    width: 100%;
    margin: 50px auto;
  }
  .features .left-box section:nth-child(3) .contents .content002 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(3) .contents .content002 .right {
    width: 100%;
    float: none;
  }
  .features .left-box section:nth-child(3) .contents .content003 {
    margin: 40px auto;
    padding-top: 40px;
  }
  .features .left-box section:nth-child(3) .contents .content003 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(3) .contents .content003 .right {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .features .left-box section:nth-child(3) .contents .content003 .right h5 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(3) .contents .content004 {
    margin: 0px auto 40px;
  }
  .features .left-box section:nth-child(3) .contents .content004 .left {
    width: 100%;
    float: none;
    padding-top: 10px;
  }
  .features .left-box section:nth-child(3) .contents .content004 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(3) .contents .content004 .left h5 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(3) .contents .flex {
    display: none;
  }
  .features .left-box section:nth-child(3) .contents .mblist li {
    width: 100%;
    height: 44px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px solid #b55809;
    border-radius: 5px;
    line-height: 40px;
    color: #b55809;
    font-weight: 700;
    text-align: center;
    margin-top: 15px;
  }
  .features .left-box section:nth-child(3) .boxs {
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  .features .left-box section:nth-child(3) .boxs .boxwrapper {
    width: 100%;
  }
  .features .left-box section:nth-child(3) .boxs .box {
    width: 100%;
    padding: 30px 20px 60px;
    margin-left: 0;
    margin-top: 30px;
    text-align: left;
  }
  .features .left-box section:nth-child(3) .boxs .box h4 {
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
  }
  .features .left-box section:nth-child(3) .boxs .box .pic {
    text-align: center;
  }
  .features .left-box section:nth-child(3) .boxs .box .pic img {
    max-width: 100%;
    border-radius: 10px;
  }
  .features .left-box section:nth-child(4) .contents {
    text-align: left;
  }
  .features .left-box section:nth-child(4) .contents .box {
    width: 90%;
    padding: 10px;
    margin: 30px auto 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .features .left-box section:nth-child(4) .contents .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(4) .contents .box .text {
    text-align: left;
  }
  .features .left-box section:nth-child(5) .contents {
    width: 90%;
    padding: 80px 5% 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 30px auto;
    text-align: left;
  }
  .features .left-box section:nth-child(5) .contents h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(5) .contents .description {
    margin: 20px auto;
  }
  .features .left-box section:nth-child(5) .contents .img {
    margin-bottom: 20px;
    text-align: center;
  }
  .features .left-box section:nth-child(5) .contents .content001 {
    width: 100%;
    margin: 40px auto;
    padding-top: 40px;
  }
  .features .left-box section:nth-child(5) .contents .content001 .left {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(5) .contents .content001 .right {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .features .left-box section:nth-child(5) .contents .content002 {
    width: 100%;
    margin: 40px auto 0;
  }
  .features .left-box section:nth-child(5) .contents .content002 .left {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .features .left-box section:nth-child(5) .contents .content002 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .features .left-box section:nth-child(5) .boxs {
    width: 90%;
    margin: 0 auto;
    display: block;
  }
  .features .left-box section:nth-child(5) .boxs .box {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
  }
  .features .left-box section:nth-child(5) .boxs .box h4 {
    font-size: 21px;
    font-size: 2.1rem;
  }
  .features .left-box section:nth-child(5) .usedbox {
    width: 90%;
    padding: 40px 5%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .features .left-box section:nth-child(5) .usedbox h4 {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .features .left-box section:nth-child(5) .usedbox .boxwrapper {
    width: 100%;
  }
  .features .left-box section:nth-child(5) .usedbox .box {
    width: 100%;
    padding: 10px 10px 50px;
    margin-top: 20px;
    text-align: left;
  }
  .features .left-box section:nth-child(5) .usedbox .box .usedhead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .features .left-box section:nth-child(5) .usedbox .box .usedhead h5 {
    width: calc(100% - 94px);
    line-height: 94px;
  }
  .features .left-box section:nth-child(5) .usedbox .box .usedhead .img {
    width: 94px;
  }
  .features .features-index {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
  }
  .features .features-index h2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ce0012;
    position: relative;
  }
  .features .features-index h2 span {
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 100;
  }
  .features .features-index h2:before {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    content: "";
    border-radius: 25px;
    background: #ce0012;
    z-index: 10;
  }
  .features .features-index h2:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 44px;
    color: #fff;
    z-index: 20;
    background: url("../src/images/nav_icon.png") no-repeat center center;
    width: 22px;
    height: 22px;
  }
  .features .features-index h2.active:after {
    right: 44px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .features .features-index ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 5% 30px;
    background: #fff;
  }
  .features .features-index ul li {
    margin-bottom: 20px;
  }
  .features .features-index ul li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-weight: 700;
  }
  .features .features-index ul li a:before {
    content: "";
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 2px solid;
  }
  .features .features-index ul li:nth-child(1) a:before {
    border-color: transparent #ce0012 #ce0012 transparent;
  }
  .features .features-index ul li:nth-child(2) a:before {
    border-color: transparent #046d00 #046d00 transparent;
  }
  .features .features-index ul li:nth-child(3) a:before {
    border-color: transparent #b55809 #b55809 transparent;
  }
  .features .features-index ul li:nth-child(4) a:before {
    border-color: transparent #10419b #10419b transparent;
  }
  .features .features-index ul li:nth-child(5) a:before {
    border-color: transparent #00817a #00817a transparent;
  }
}
/*--------------------------------------
    company
--------------------------------------*/
.company .message .inner {
  width: 100%;
  margin: 60px 0;
  position: relative;
  padding: 65px 0;
}
.company .message .inner:before {
  width: calc(950px + 50% - 530px);
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #e7e7e7;
  z-index: -1;
}
.company .message .inner:nth-child(2n):before {
  left: auto;
  right: 0;
}
.company .message .inner .contentsWidth {
  width: 1060px;
  margin: 0 auto;
}
.company .message .inner .contentsWidth .right-box {
  width: 555px;
}
.company .message .inner:nth-child(2n) .contentsWidth .left-box {
  width: 555px;
}
.company .message .inner .contentsWidth .left-box, .company .message .inner:nth-child(2n) .contentsWidth .right-box {
  width: 420px;
}
.company .message .pic {
  width: 545px;
  height: 347px;
  position: relative;
  margin-bottom: 15px;
}
.company .message .pic img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company .message .pic:after {
  width: 545px;
  height: 347px;
  position: absolute;
  bottom: -15px;
  right: -15px;
  content: "";
  display: block;
  background: url("../src/images/bg_intro.gif") repeat center center;
  z-index: 10;
}
.company .message .text {
  text-align: right;
}
.company .message span {
  width: 110px;
  height: 18px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #da0012;
  font-weight: 700;
  margin-bottom: 20px;
}
.company .message h2 {
  color: #da0012;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 30px;
}
.company .about {
  width: 100%;
  position: relative;
}
.company .about:after {
  width: calc(100px + 50% - 582px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #d30012;
  z-index: -1;
}
.company .about .pic img {
  width: 100%;
  height: auto;
}
.company .about .inner {
  width: 1164px;
  margin: 0 auto;
  padding-top: 50px;
}
.company .about .inner:last-child {
  padding-bottom: 50px;
}
.company .about .inner .left-box {
  width: 270px;
}
.company .about .inner .right-box {
  width: 840px;
}
.company .about span {
  width: 110px;
  height: 18px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #000;
  font-weight: 700;
  margin-bottom: 20px;
}
.company .about table {
  width: 100%;
}
.company .about table tr:first-child th,
.company .about table tr:first-child td {
  padding-top: 0;
}
.company .about table th {
  width: 25%;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  color: #d30012;
  text-align: left;
  line-height: 1.5;
}
.company .about table td {
  width: 75%;
  border-bottom: 1px solid #e7e7e7;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700;
  line-height: 1.5;
}
.company .about table td a {
  font-weight: 700;
}
.company .about h2 {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.company .about .text {
  color: #808080;
  margin-bottom: 20px;
  font-weight: 700;
}
.company .about .number li {
  color: #808080;
  padding-left: 20px;
  position: relative;
  font-weight: 700;
}
.company .about .number li a {
  color: #808080;
  font-weight: 700;
}
.company .about .number li:after {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  content: "";
  background: url("../images/company/icon_company_001.png") no-repeat center center;
  width: 15px;
  height: 15px;
  display: block;
}
.company .about .number li:last-child:after {
  background: url("../images/company/icon_company_002.png") no-repeat center center;
}
.company .about .inner:last-child .right-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company .about .inner:last-child .right-box .box {
  width: 48%;
  margin-bottom: 30px;
}
.company .history {
  width: 100%;
  position: relative;
  padding: 100px 0;
  background: url("../src/images/bg_intro.gif") repeat center center;
}
.company .history:before {
  width: 100%;
  height: 520px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background: url("../images/company/bg_company_002.jpg") no-repeat center center;
  background-size: cover;
  z-index: 10;
}
.company .history .inner {
  width: 1284px;
  margin: 0 auto;
  background: #fff;
  padding: 70px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 60;
}
.company .history .inner .left-box {
  width: 330px;
}
.company .history .inner .left-box span {
  width: 110px;
  height: 18px;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 18px;
  color: #fff;
  background: #da0012;
  font-weight: 700;
  margin-bottom: 20px;
}
.company .history .inner .right-box {
  width: 734px;
}
.company .history .inner .right-box dl {
  width: 100%;
  position: relative;
}
.company .history .inner .right-box dl dt,
.company .history .inner .right-box dl dd {
  line-height: 1.8;
  font-weight: 700;
}
.company .history .inner .right-box dl dt {
  float: left;
  font-weight: 700;
  padding: 5px 0;
}
.company .history .inner .right-box dl dd {
  position: relative;
  padding: 5px 0 5px 220px;
}
.company .history .inner .right-box dl dd:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 170px;
  height: 100%;
  width: 1px;
  background: #808080;
}
.company .history .inner .right-box dl dd:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 167px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border-radius: 4px;
  height: 7px;
  width: 7px;
  background: #da0012;
}

@media (max-width: 1400px) {
  .company .message .inner .contentsWidth {
    width: 96%;
  }
  .company .message .inner .contentsWidth .right-box {
    width: 50%;
  }
  .company .message .inner:nth-child(2n) .contentsWidth .left-box {
    width: 50%;
  }
  .company .message .inner .contentsWidth .left-box, .company .message .inner:nth-child(2n) .contentsWidth .right-box {
    width: 45%;
  }
  .company .message .pic {
    width: 100%;
    height: auto;
    padding-top: 62%;
  }
  .company .message .pic:after {
    width: 100%;
    height: auto;
    padding-top: 62%;
  }
  .company .about .inner {
    width: 96%;
  }
  .company .about .inner .left-box {
    width: 20%;
  }
  .company .about .inner .right-box {
    width: 78%;
  }
  .company .history .inner {
    width: 96%;
  }
  .company .history .inner .left-box {
    width: 25%;
  }
  .company .history .inner .right-box {
    width: 72%;
  }
}
@media (max-width: 740px) {
  .company .message .inner {
    width: 100%;
    margin: 10px 0;
    padding: 30px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company .message .inner:before {
    display: none;
  }
  .company .message .inner .contentsWidth {
    width: 90%;
  }
  .company .message .inner .contentsWidth .right-box {
    width: 100%;
  }
  .company .message .inner:nth-child(2n) .contentsWidth .left-box,
  .company .message .inner .contentsWidth .left-box, .company .message .inner:nth-child(2n) .contentsWidth .right-box {
    width: 100%;
  }
  .company .message .pic {
    width: 100%;
    height: auto;
    padding-top: 65%;
  }
  .company .message .pic:after {
    display: none;
  }
  .company .message span {
    margin-top: 20px;
  }
  .company .message h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
  .company .about:after {
    width: 10%;
  }
  .company .about .inner {
    width: 90%;
    padding: 30px 2%;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .company .about .inner:last-child {
    padding-bottom: 30px;
  }
  .company .about .inner .left-box,
  .company .about .inner .right-box {
    width: 100%;
  }
  .company .about table {
    width: 100%;
    display: block;
    margin-top: 30px;
    background: #fff;
    padding: 10px;
  }
  .company .about table tbody {
    display: block;
  }
  .company .about table tr {
    width: 100%;
    display: block;
  }
  .company .about table th {
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .company .about table td {
    width: 100%;
    display: block;
  }
  .company .about .inner:last-child .right-box {
    display: block;
  }
  .company .about .inner:last-child .right-box .box {
    width: 100%;
  }
  .company .history {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 5%;
  }
  .company .history .inner {
    width: 100%;
    padding: 20px 5%;
  }
  .company .history .inner .left-box {
    width: 100%;
  }
  .company .history .inner .right-box {
    width: 100%;
  }
  .company .history .inner .right-box dl dd {
    padding: 5px 0 5px 120px;
  }
  .company .history .inner .right-box dl dd:before {
    left: 110px;
  }
  .company .history .inner .right-box dl dd:after {
    left: 107px;
  }
}
/*--------------------------------------
    flow
--------------------------------------*/
.flow .chart {
  width: 100%;
  height: 250px;
  position: relative;
}
.flow .chart ul {
  width: 1284px;
  height: 104px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  padding: 0 75px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("../images/flow/bg_chart.jpg") no-repeat left 61px;
}
.flow .chart ul li {
  text-align: center;
}
.flow .chart ul li:last-child {
  width: 147px;
}
.flow .chart ul li .pic {
  height: 64px;
  position: relative;
}
.flow .chart ul li .pic img {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.flow .chart ul li .number {
  line-height: 20px;
  color: #b60019;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.flow .chart ul li .text {
  line-height: 20px;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
}
.flow .flow-index {
  display: none;
}
.flow .wrapper {
  width: 100%;
  position: relative;
  text-align: center;
  padding: 115px 0 80px;
  background: #e7e7e7;
}
.flow .wrapper .flowbox {
  margin: 80px auto 0;
}
.flow .wrapper .contents {
  width: 1284px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 110px;
  margin: 0 auto;
}
.flow .wrapper .contents:before {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 2px;
  height: 80px;
  background: #000;
  content: "";
  display: block;
}
.flow .wrapper .flowbox:first-child .contents:before {
  display: none;
}
.flow .wrapper .contents .icon {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("../images/flow/icon_contents_001.png") no-repeat center center;
  width: 67px;
  height: 73px;
  text-align: center;
  color: #fff;
  line-height: 67px;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
}
.flow .wrapper .contents.content002 .icon, .flow .wrapper .contents.content004 .icon {
  background: url("../images/flow/icon_contents_002.png") no-repeat center center;
}
.flow .wrapper .contents .left-box {
  width: 400px;
  height: 250px;
}
.flow .wrapper .contents .left-box .pic {
  width: 400px;
  height: 250px;
}
.flow .wrapper .contents .left-box .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .wrapper .contents .right-box {
  width: 620px;
  text-align: left;
}
.flow .wrapper .contents .right-box h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  font-weight: 700;
}
.flow .wrapper .contents .right-box dl {
  width: 100%;
}
.flow .wrapper .contents .right-box dl dt {
  padding: 0 0 5px 10px;
  border-left: 5px solid #d70012;
  color: #d70012;
  line-height: 20px;
  font-weight: 700;
}
.flow .wrapper .contents .right-box dl dd {
  padding: 0 0 0 10px;
  border-left: 5px solid #d70012;
  margin-bottom: 30px;
  line-height: 20px;
  font-weight: 700;
}
.flow .wrapper .contents.content001 .right-box:first-child {
  padding-top: 60px;
}
.flow .wrapper .contents.content001 .img {
  position: absolute;
  bottom: -50px;
  left: 30px;
}
.flow .wrapper .contents.content003 .img {
  position: absolute;
  bottom: 0px;
  right: 15px;
}
.flow .wrapper .contents.content005 .img {
  position: absolute;
  bottom: 80px;
  left: 50px;
}
.flow .wrapper .contents.content005 a {
  font-weight: 700;
  text-decoration: underline;
}

@media (max-width: 1400px) {
  .flow .chart ul {
    width: 96%;
    padding: 0;
  }
  .flow .wrapper .contents {
    width: 96%;
    padding: 60px 5%;
    margin: 0 auto;
  }
  .flow .wrapper .contents .left-box {
    width: 40%;
  }
  .flow .wrapper .contents .left-box .pic {
    width: 100%;
    height: auto;
  }
  .flow .wrapper .contents .left-box .pic:after {
    content: "";
    display: inline-block;
    padding-top: 65%;
  }
  .flow .wrapper .contents .right-box {
    width: 55%;
  }
  .flow .wrapper .contents.content001 .img {
    width: 80px;
    bottom: -20px;
    left: 20px;
  }
  .flow .wrapper .contents.content003 .img {
    width: 80px;
  }
  .flow .wrapper .contents.content005 .img {
    width: 80px;
    top: 270px;
    bottom: auto;
    left: 20px;
  }
}
@media (max-width: 740px) {
  .flow .chart {
    display: none;
  }
  .flow .flow-index {
    display: block;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 9999;
  }
  .flow .flow-index h2 {
    display: block;
    width: 100%;
    height: 40px;
    padding: 0 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #ce0012;
    position: relative;
  }
  .flow .flow-index h2 span {
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 100;
  }
  .flow .flow-index h2:before {
    position: absolute;
    top: -25px;
    right: 30px;
    width: 50px;
    height: 50px;
    content: "";
    border-radius: 25px;
    background: #ce0012;
    z-index: 10;
  }
  .flow .flow-index h2:after {
    content: "";
    position: absolute;
    top: -18px;
    right: 44px;
    color: #fff;
    z-index: 20;
    background: url("../src/images/nav_icon.png") no-repeat center center;
    width: 22px;
    height: 22px;
  }
  .flow .flow-index h2.active:after {
    right: 44px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .flow .flow-index ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 5% 30px;
    background: #fff;
  }
  .flow .flow-index ul li {
    margin-bottom: 20px;
  }
  .flow .flow-index ul li a {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
    font-weight: 700;
  }
  .flow .flow-index ul li a span {
    color: #ce0012;
    font-weight: 700;
  }
  .flow .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 50px 5%;
  }
  .flow .wrapper .flowbox {
    margin: -50px auto 0;
    padding: 120px 0 0;
  }
  .flow .wrapper .flowbox:nth-child(1) {
    margin: -100px auto 0;
  }
  .flow .wrapper .contents {
    width: 100%;
    padding: 30px 20px;
  }
  .flow .wrapper .contents:before {
    height: 70px;
  }
  .flow .wrapper .contents .left-box {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }
  .flow .wrapper .contents .left-box .pic {
    width: 100%;
    height: auto;
  }
  .flow .wrapper .contents .right-box {
    width: 100%;
    padding-top: 20px;
  }
  .flow .wrapper .contents .right-box h2 {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 10px;
    text-align: center;
  }
  .flow .wrapper .contents.content001 .right-box:first-child {
    padding-top: 20px;
  }
  .flow .wrapper .contents.content001 .img {
    width: 80px;
    bottom: 130px;
    left: 20px;
  }
  .flow .wrapper .contents.content003 {
    padding: 30px 20px 70px;
  }
  .flow .wrapper .contents.content003 .img {
    width: 80px;
  }
  .flow .wrapper .contents.content005 .img {
    width: 80px;
    top: 270px;
    bottom: auto;
    left: 20px;
  }
}
/*--------------------------------------
    recruit
--------------------------------------*/
.recruit .wrapper {
  width: 100%;
  position: relative;
  text-align: center;
}
.recruit .wrapper:after {
  width: calc(170px + 50% - 642px);
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #d30012;
  z-index: -1;
}
.recruit .wrapper h2 {
  display: inline-block;
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 50px;
  padding: 0 15px 10px;
  margin-bottom: 35px;
}
.recruit .wrapper h2:before {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #000;
}
.recruit .wrapper h2:after {
  width: 6px;
  height: 6px;
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  display: block;
  background: #fff;
  border: 2px solid;
  border-color: transparent #000 #000 transparent;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
          transform: translate(-50%, 50%) rotate(45deg);
}
.recruit .wrapper section {
  padding: 70px 0 0;
}
.recruit .wrapper section:last-child {
  padding: 70px 0;
}
.recruit .wrapper section .pic {
  width: 100%;
}
.recruit .wrapper section .pic img {
  width: 100%;
  height: auto;
}
.recruit .wrapper section .inner {
  width: 1284px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 212px;
  border: 1px solid #d30012;
  text-align: left;
  background: #fff;
}
.recruit .wrapper section .inner table {
  width: 100%;
}
.recruit .wrapper section .inner table th {
  width: 30%;
  font-size: 21px;
  font-size: 2.1rem;
  color: #d30012;
  font-weight: 700;
  padding: 0 10px 0 0;
  vertical-align: top;
}
.recruit .wrapper section .inner table td {
  width: 70%;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0 0 45px;
}
.recruit .wrapper section .inner .btn {
  width: 400px;
  height: 54px;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recruit .wrapper section .inner .btn a {
  display: block;
  border: 1px solid #d30012;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 52px;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  color: #d30012;
  font-weight: 700;
  border-radius: 27px;
  background: #fff;
}

@media (max-width: 1400px) {
  .recruit .wrapper section .inner {
    width: 96%;
    padding: 80px 5%;
  }
}
@media (max-width: 740px) {
  .recruit .wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
  .recruit .wrapper:after {
    width: 10%;
  }
  .recruit .wrapper h2 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 40px;
    margin-bottom: 25px;
  }
  .recruit .wrapper section {
    padding: 40px 0 0;
  }
  .recruit .wrapper section:last-child {
    padding: 40px 0;
  }
  .recruit .wrapper section .inner {
    width: 100%;
    padding: 30px;
  }
  .recruit .wrapper section .inner table th {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .recruit .wrapper section .inner table td {
    width: 100%;
    display: block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 0 30px;
  }
  .recruit .wrapper section .inner .btn {
    width: 90%;
  }
  .recruit .wrapper section .inner .btn a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/*--------------------------------------
    contact
--------------------------------------*/
.contact .tab {
  margin: 60px auto 50px;
  width: 1284px;
}
.contact .tab ul {
  width: 100%;
  height: 61px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-bottom: 1px solid #da0012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .tab ul li {
  width: 618px;
  height: 60px;
  border: 1px solid #da0012;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  background: #da0012;
}
.contact .tab ul li a {
  width: 100%;
  height: 100%;
  display: block;
  line-height: 58px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  background: #fff;
}
.contact .giftcard {
  width: 100%;
  height: 580px;
  background: url("../src/images/bg_intro.gif") repeat center center;
  position: relative;
}
.contact .giftcard img {
  width: 944px;
  height: 429px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.contact .giftcard2 {
  width: 100%;
  height: 560px;
  background: url("../src/images/bg_intro.gif") repeat center center;
  position: relative;
}
.contact .giftcard2 img {
  width: 944px;
  height: 408px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
.contact .giftcard .price {
  position: absolute;
  top: 50%;
  right: calc(50% + 50px);
  color: #da0012;
  font-size: 54px;
  font-size: 5.4rem;
  line-height: 54px;
  z-index: 20;
}
.contact .form {
  padding: 70px 0 120px;
  background: #e7e7e7;
  position: relative;
}
.contact .form .comment {
  position: absolute;
  top: 10px;
  right: calc(50% - 420px);
}
.contact .form .inner {
  width: 840px;
  margin: 0 auto;
}
.contact .form .inner input:focus,
.contact .form .inner textarea:focus {
  outline: none !important;
}
.contact .form .inner table .name {
  width: 400px;
  padding-right: 40px;
}
.contact .form .inner table th {
  color: #2e2d2d;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 30px;
}
.contact .form .inner table th span {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 5px;
  color: #fff;
  line-height: 15px;
  margin-left: 10px;
  background: #da0012;
}
.contact .form .inner table td.privacybox {
  width: 840px;
  height: 170px;
  background: #fff;
  padding: 30px;
  overflow-y: scroll;
  scrollbar-color: #da0012 #a7a7a7;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.contact .form .inner table td.privacybox::-webkit-scrollbar {
  width: 14px;
  border-radius: 7px;
}
.contact .form .inner table td.privacybox::-webkit-scrollbar-track {
  background-color: #a7a7a7;
}
.contact .form .inner table td.privacybox::-webkit-scrollbar-thumb {
  background: #da0012;
  border-radius: 7px;
}
.contact .form .inner table td.privacybox div {
  height: 170px;
}
.contact .form .inner table td.privacybox div p {
  padding-bottom: 30px;
}
.contact .form .inner table td a {
  font-weight: 700;
  text-decoration: underline;
}
.contact .form .inner table input {
  width: 100%;
  line-height: 30px;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.contact .form .inner table .content input,
.contact .form .inner table .check input,
.contact .form .inner table .radio input {
  width: auto;
}
.contact .form .inner table .human input {
  width: 150px;
}
.contact .form .inner.reserve table .human select {
  width: 180px;
  margin-bottom: 5px;
}
.contact .form .inner table .check .mwform-checkbox-field {
  width: 24%;
  display: inline-block;
  padding: 5px 0;
}
.contact .form .inner table .radio .mwform-radio-field {
  width: 100%;
  display: block;
  padding: 5px 0;
  margin: 5px 0;
}
.contact .form .inner.reserve table .radio .mwform-radio-field {
  width: 24%;
  display: inline-block;
}
.contact .form .inner.reserve table .content {
  border: 2px solid #fff;
  padding: 15px;
  font-size: 21px;
  font-size: 2.1rem;
}
.contact .form .inner.reserve table .content .mwform-radio-field {
  width: auto;
  display: inline-block;
}
.contact .form .inner.reserve table select {
  width: 100%;
  height: 50px;
  border: none;
  padding: 10px;
}
.contact .form .inner table .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .form .inner table .check input {
  width: 25px;
  height: 25px;
  background: #fff;
}

.mwform-checkbox-field-text {
  position: relative;
}

.contact .form .inner table .check input:checked + .mwform-checkbox-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -25px;
  width: 10px;
  height: 22px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 5px solid #d01137;
  border-right: 5px solid #d01137;
}
.contact .form .inner table .check span {
  display: block;
  line-height: 25px;
  padding-left: 10px;
}
.contact .form .inner table .radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact .form .inner table .radio input {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
}

.mwform-radio-field-text {
  position: relative;
}

.contact .form .inner table .radio input:checked {
  background: #da0012;
}
.contact .form .inner table .radio input:checked + .mwform-radio-field-text:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: -22px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fff;
}
.contact .form .inner table .radio span {
  display: block;
  line-height: 25px;
  padding-left: 10px;
}
.contact .form .inner table .radio input[name=その他] {
  width: calc(100% - 75px);
  height: 60px;
  border-radius: 0;
  margin-left: 20px;
}
.contact .form .inner table input[name=ご希望の内容] {
  display: none;
}
.contact .form .inner table textarea {
  width: 100%;
  height: 230px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
}
.contact .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0px;
}
.contact .form .inner .button {
  margin: 40px auto 0;
  width: 400px;
  height: 60px;
}
.contact .form .mw_wp_form_confirm.mw_wp_form_preview .inner .button {
  margin: 40px auto 0;
  width: 840px;
  height: 60px;
}
.contact .form .inner .button .right-box {
  width: 400px;
  height: 60px;
  border: 1px solid #da0012;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px;
}
.contact .form .inner .button .right-box input[name=submitConfirm], .contact .form .inner .button .right-box input[name=確認] {
  display: block;
  text-align: center;
  color: #da0012;
  line-height: 58px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  font-weight: 700;
}
.contact .form .mw_wp_form_input .button .inner .left-box {
  display: none;
}
.contact .form .inner .button .left-box {
  width: 400px;
  height: 60px;
  border: 1px solid #808080;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  border-radius: 30px;
}
.contact .form .inner .button .left-box input[name=submitBack] {
  display: block;
  text-align: center;
  color: #808080;
  line-height: 58px;
  font-size: 21px;
  font-size: 2.1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border: none;
  font-weight: 700;
}
.contact .linearea,
.contact .telarea {
  padding: 80px 0 100px;
  background: #e7e7e7;
}
.contact .linearea .inner,
.contact .telarea .inner {
  width: 1060px;
  margin: 0 auto;
}
.contact .linearea .flex {
  width: 100%;
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .linearea .flex .box {
  width: 400px;
  text-align: center;
}
.contact .linearea .flex .btn {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  overflow: hidden;
  margin-top: 30px;
}
.contact .linearea .flex .btn a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 60px;
}
.contact .linearea .flex .box:nth-child(1) .btn a {
  position: relative;
  background: #33ba4d;
}
.contact .linearea .flex .box:nth-child(1) .btn a:after {
  content: "";
  display: block;
  top: 50%;
  right: 50px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  background: url("../images/contact/icon_btn_001.png") no-repeat center center;
  width: 17px;
  height: 15px;
}
.contact .linearea .flex .box:nth-child(2) .btn a {
  background: #da0012;
}
.contact .telarea .inner {
  width: 1060px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.contact .telarea .inner .box {
  width: 511px;
}
.contact .telarea .inner .box h2 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 20px;
}
.contact .hallarea {
  width: 1060px;
  margin: 0 auto;
  padding: 70px 0 30px;
}
.contact .hallarea .kagawa,
.contact .hallarea .ehime {
  margin: 60px auto;
}
.contact .hallarea h2 {
  font-size: 32px;
  font-size: 3.2rem;
  margin-bottom: 20px;
  text-align: center;
}
.contact .hallarea h3 {
  position: relative;
  font-size: 21px;
  font-size: 2.1rem;
}
.contact .hallarea h3:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #808080;
  content: "";
  display: block;
  z-index: -1;
}
.contact .hallarea h3 span {
  padding-right: 10px;
  background: #fff;
}
.contact .hallarea h4 {
  font-size: 21px;
  font-size: 2.1rem;
  margin-bottom: 10px;
}
.contact .hallarea .box {
  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto 0;
}
.contact .hallarea .box .left {
  width: 400px;
}
.contact .hallarea .box .right {
  width: 400px;
  position: relative;
}
.contact .hallarea .box .right .inner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.contact .hallarea .box .right .inner .tel {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 40px;
  padding-left: 40px;
  background: url("../images/contact/icon_tel_001.png") no-repeat left center;
  margin-top: 20px;
}
.contact .hallarea .tel a {
  font-weight: 700;
}

@media (max-width: 1400px) {
  .contact .tab {
    width: 96%;
  }
  .contact .tab ul li {
    width: 49%;
  }
}
@media (max-width: 740px) {
  .contact .tab {
    margin: 40px auto;
    width: 100%;
  }
  .contact .tab ul {
    display: block;
    height: auto;
    border-bottom: none;
  }
  .contact .tab ul li {
    width: 100%;
  }
  .contact .giftcard,
  .contact .giftcard2 {
    height: auto;
    padding: 30px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .giftcard img,
  .contact .giftcard2 img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .contact .giftcard .price {
    font-size: 21px;
    font-size: 2.1rem;
    line-height: 2;
    top: 48%;
    right: calc(50% + 30px);
  }
  .contact .form {
    padding: 40px 5%;
  }
  .contact .form .comment {
    right: auto;
    left: 5%;
  }
  .contact .form .inner {
    width: 100%;
  }
  .contact .form .inner table .name {
    width: 52%;
    padding-right: 4%;
  }
  .contact .form .inner table .check .mwform-checkbox-field {
    width: auto;
    margin-right: 10px;
  }
  .contact .form .inner table td.privacybox {
    width: 100%;
  }
  .contact .form .inner.reserve table .radio input[name=その他] {
    width: 100%;
    margin-left: 0;
  }
  .contact .form .inner.reserve table .radio .mwform-radio-field {
    width: auto;
    display: inline-block;
  }
  .contact .form .inner .button {
    width: 100%;
  }
  .contact .form .mw_wp_form_confirm.mw_wp_form_preview .inner .button {
    width: 100%;
  }
  .contact .form .inner .button .right-box {
    width: 100%;
  }
  .contact .form .inner .button .left-box {
    width: 100%;
    margin-top: 30px;
  }
  .contact .linearea,
  .contact .telarea {
    padding: 40px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .contact .linearea .inner {
    width: 100%;
  }
  .contact .telarea .inner {
    width: 100%;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .contact .telarea .inner .box {
    width: 100%;
    margin-top: 10px;
  }
  .contact .hallarea {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0;
  }
  .contact .hallarea h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .contact .hallarea .kagawa,
  .contact .hallarea .ehime {
    margin: 40px auto;
  }
  .contact .hallarea .box {
    width: 100%;
    margin: 30px auto;
    display: block;
  }
  .contact .hallarea .box .left {
    width: 100%;
    height: auto;
    text-align: center;
  }
  .contact .hallarea .box .right {
    width: 100%;
    margin-top: 10px;
  }
  .contact .hallarea .box .right .inner {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
  .contact .hallarea .box .right .inner h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .contact .hallarea .box .right .inner .tel {
    font-size: 28px;
    font-size: 2.8rem;
    margin-top: 10px;
  }
  .contact .hallarea .box .right .inner a {
    font-weight: 700;
  }
}
/*--------------------------------------
    sitemap
--------------------------------------*/
.sitemap .contents {
  width: 100%;
  height: auto;
  background: url("../src/images/bg_intro.gif") repeat center center;
  padding: 60px 0 90px;
}
.sitemap .contents .inner {
  width: 1064px;
  height: auto;
  padding: 80px 110px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  margin: 0 auto;
}
.sitemap .contents .inner ul li {
  width: 285px;
  margin-bottom: 25px;
}
.sitemap .contents .inner ul li a {
  padding: 0 0 25px 20px;
  display: block;
  line-height: 1.5;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #b9b9b9;
}
.sitemap .contents .inner ul li a:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border: 2px solid;
  border-color: transparent #d30012 #d30012 transparent;
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.sitemap .contents .inner ul li.parent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sitemap .contents .inner ul li.parent a {
  padding: 0 0 0 20px;
  display: block;
  width: 285px;
  border-bottom: 1px solid #b9b9b9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sitemap .contents .inner ul li.parent a:before {
  top: 16px;
}
.sitemap .contents .inner ul li.parent ul.child {
  width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #b9b9b9;
  margin-top: -21px;
  padding: 25px 5px;
}
.sitemap .contents .inner ul li.parent ul.child li {
  width: 48%;
  margin-bottom: 10px;
}
.sitemap .contents .inner ul li.parent ul.child li a {
  padding: 0 0 0 15px;
  font-size: 16px;
  font-size: 1.6rem;
  border-bottom: none;
}
.sitemap .contents .inner ul li.parent ul.child li a:before {
  width: 4px;
  height: 4px;
  top: 11px;
}
.sitemap .outer {
  position: relative;
}
.sitemap .outer:after {
  position: absolute;
  top: 8px;
  right: 10px;
  content: "";
  display: block;
  background: url("../src/images/icon_link_002.png") no-repeat center center;
  width: 17px;
  height: 15px;
}

@media (max-width: 740px) {
  .sitemap .contents {
    padding: 40px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .sitemap .contents .inner {
    width: 100%;
    padding: 30px;
  }
  .sitemap .contents .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sitemap .contents .inner ul li a {
    padding: 0 0 20px 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .sitemap .contents .inner ul li.parent {
    display: block;
  }
  .sitemap .contents .inner ul li.parent a {
    width: 100%;
    padding: 0 0 20px 20px;
    border-bottom: none;
  }
  .sitemap .contents .inner ul li.parent ul.child {
    width: 100%;
    padding: 20px 5px;
    border-top: none;
    border-bottom: 1px solid #b9b9b9;
  }
  .sitemap .contents .inner ul li.parent ul.child li {
    width: 48%;
    margin-bottom: 10px;
  }
  .sitemap .contents .inner ul li.parent ul.child li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/*--------------------------------------
    privacy
--------------------------------------*/
.privacy p {
  margin-top: 20px;
}
.privacy p:first-child {
  margin-top: 0;
}
.privacy h3 {
  font-weight: 700;
  text-align: center;
  font-size: 21px;
  font-size: 2.1rem;
  margin: 50px 0 20px;
}
.privacy h4 {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 30px 0 20px;
}
.privacy a {
  font-weight: 700;
  text-decoration: underline;
}