body {
  position: relative;
}

.mainVisual01 {
  height: 900px;
  background: url("../images/pic_mv01.jpg") no-repeat 50% 50%/cover;
}
@media screen and (max-width: 1500px) {
  .mainVisual01 {
    height: 710px;
  }
}
@media screen and (max-width: 1200px) {
  .mainVisual01 {
    height: 560px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual01 {
    height: 425px;
  }
}
@media screen and (max-width: 767px) {
  .mainVisual01 {
    height: 94.3vh;
    background-image: url("../images/pic_mv01_sp.jpg"), url("../images/pic_mv02_sp.jpg");
    background-position: 50% 0, 50% 100%;
    background-size: 100%;
  }
}
.mainVisual01 span {
  width: 533px;
  height: 525px;
  display: block;
}
@media screen and (max-width: 1200px) {
  .mainVisual01 span {
    width: 425px;
    height: 425px;
  }
}
@media screen and (max-width: 1000px) {
  .mainVisual01 span {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 360px) {
  .mainVisual01 span {
    width: 280px;
    height: 280px;
  }
}

.contentArea {
  padding: 70px 0 60px;
}
@media screen and (max-width: 767px) {
  .contentArea {
    padding: 50px 0;
  }
}

.aboutArea01,
.catalogArea01 {
  background: url("../images/bg_common01.jpg");
}

.aboutArea01 {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 {
    padding-top: 65px;
  }
}
.aboutArea01 .aboutDetailArea01 {
  max-width: 760px;
  margin-bottom: 90px;
  padding: 5px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutDetailArea01 {
    width: 89%;
    margin-bottom: 52px;
  }
}
.aboutArea01 .aboutDetailArea01:before, .aboutArea01 .aboutDetailArea01:after {
  content: "";
  width: 100%;
  height: 1px;
  margin: 0 auto;
  background: #333;
  position: absolute;
  right: 0;
  left: 0;
}
.aboutArea01 .aboutDetailArea01:before {
  top: 5px;
}
.aboutArea01 .aboutDetailArea01:after {
  bottom: 5px;
}
.aboutArea01 .aboutDetail01 {
  max-width: 750px;
  width: 98.5%;
  margin: 0 auto;
  padding: 50px 45px 30px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutDetail01 {
    width: 96.5%;
    padding: 30px 25px 20px;
  }
}
.aboutArea01 .aboutDetail01:before, .aboutArea01 .aboutDetail01:after {
  content: "";
  width: 1px;
  height: 100%;
  margin: auto 0;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
}
.aboutArea01 .aboutDetail01:before {
  left: 5px;
}
.aboutArea01 .aboutDetail01:after {
  right: 5px;
}
.aboutArea01 .aboutImg01 {
  width: 16%;
  margin-right: 2%;
  z-index: 1;
  position: absolute;
  top: -30px;
  left: 8%;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutImg01 {
    width: 18.58%;
    top: 15px;
    left: 5%;
  }
}
.aboutArea01 .aboutTxtArea01 {
  font-size: 1.6rem;
  font-weight: 500;
  width: 72%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutTxtArea01 {
    font-size: 1.2rem;
    width: 75.3504%;
  }
}
.aboutArea01 h2 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  width: 304px;
  height: 82px;
  padding-top: 5px;
  padding-left: 10px;
  background: url("../images/bg_about02.png") no-repeat 0 0;
  position: absolute;
  top: -105px;
  left: -50px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 h2 {
    font-size: 1.3rem;
    width: 198px;
    height: 55px;
    background-size: 100%;
    top: -65px;
    left: -20px;
  }
}
.aboutArea01 h2 img {
  width: 173px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 h2 img {
    width: 112px;
    height: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-slide {
    height: 100%;
    transition: 0.5s ease-in-out all;
    transform: scale(0.8);
  }
}
.aboutArea01 .slick-slide img {
  display: inline;
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-slide h3:after,
.aboutArea01 .slick-slide p:after {
    content: "";
    width: 100%;
    margin: auto;
    background: #190f00;
    opacity: 0.3;
    transition: 0.5s ease-in-out all;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-slide h3:after {
    height: 15px;
  }
}
.aboutArea01 .slick-slide p {
  line-height: 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-slide p:after {
    height: 100%;
    bottom: 0;
  }
}
.aboutArea01 .aboutSliderContent {
  padding: 15px 0;
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .aboutSliderContent {
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .aboutSliderContent {
    padding-top: 6px;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-current,
.aboutArea01 .is-active-next {
    transform: scale(1);
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-current .aboutSliderContent,
.aboutArea01 .is-active-next .aboutSliderContent {
    text-align: center;
    width: 100%;
    margin-right: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-current h3:after,
.aboutArea01 .slick-current p:after,
.aboutArea01 .is-active-next h3:after,
.aboutArea01 .is-active-next p:after {
    opacity: 0;
  }
}
.aboutArea01 .slick-current .aboutSliderImg,
.aboutArea01 .is-active-next .aboutSliderImg {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  .aboutArea01 .slick-current .aboutSliderImg,
.aboutArea01 .is-active-next .aboutSliderImg {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-current + .slick-slide,
.aboutArea01 .is-active-next + .slick-slide {
    justify-content: center;
  }
}
@media print, screen and (min-width: 768px) {
  .aboutArea01 .slick-current + .slick-slide .aboutSliderContent,
.aboutArea01 .is-active-next + .slick-slide .aboutSliderContent {
    left: -30%;
  }
}
.aboutArea01 h3 {
  width: 452px;
  height: 100px;
  margin: 0 auto;
  padding-top: 20px;
  background: url("../images/bg_about03.png") no-repeat 50% 0/100%;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
@media screen and (max-width: 1400px) {
  .aboutArea01 h3 {
    width: 400px;
    height: 80px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutArea01 h3 {
    width: 350px;
    height: 77px;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 h3 {
    position: relative;
    margin-bottom: -50px;
    width: 270px;
    height: 59px;
    padding-top: 12px;
  }
}
.aboutArea01 h3 img {
  height: 37px;
}
@media screen and (max-width: 1400px) {
  .aboutArea01 h3 img {
    height: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .aboutArea01 h3 img {
    height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 h3 img {
    height: 22px;
  }
}
.aboutArea01 .slide-arrow {
  width: 60px;
  height: 70px;
  margin: auto 0;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .aboutArea01 .slide-arrow {
    width: 40px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .slide-arrow {
    width: 55px;
    height: 63px;
  }
}
.aboutArea01 .prev-arrow {
  left: calc(100% - 94%);
}
@media screen and (max-width: 1500px) {
  .aboutArea01 .prev-arrow {
    left: calc(100% - 92%);
  }
}
@media screen and (max-width: 1200px) {
  .aboutArea01 .prev-arrow {
    left: calc(100% - 98%);
  }
}
@media screen and (max-width: 1000px) {
  .aboutArea01 .prev-arrow {
    left: calc(100% - 99%);
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .prev-arrow {
    left: 0;
  }
}
.aboutArea01 .next-arrow {
  right: calc(100% - 94%);
}
@media screen and (max-width: 1500px) {
  .aboutArea01 .next-arrow {
    right: calc(100% - 92%);
  }
}
@media screen and (max-width: 1200px) {
  .aboutArea01 .next-arrow {
    right: calc(100% - 98%);
  }
}
@media screen and (max-width: 1000px) {
  .aboutArea01 .next-arrow {
    right: calc(100% - 99%);
  }
}
@media screen and (max-width: 767px) {
  .aboutArea01 .next-arrow {
    right: 0;
  }
}
.aboutArea01 .slide-dots {
  text-align: center;
  margin-top: 15px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .slide-dots {
    margin-top: 5px;
  }
}
.aboutArea01 .slide-dots li {
  margin: 0 6px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .slide-dots li {
    margin: 0 5px;
  }
}
.aboutArea01 .slide-dots button {
  color: #fff;
  text-indent: 100%;
  width: 15px;
  height: 15px;
  padding: 0;
  background: #fff;
  border: 1px solid #333;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .slide-dots button {
    width: 10px;
    height: 10px;
  }
}
.aboutArea01 .slide-dots button:focus {
  outline: none;
}
.aboutArea01 .slick-active button {
  color: #333;
  background: #333;
}
.aboutArea01 .attentionArea01 {
  font-size: 1.3rem;
  max-width: 840px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .aboutArea01 .attentionArea01 {
    font-size: 1.1rem;
    margin-top: 30px;
  }
}
.aboutArea01 .attentionArea01 li {
  text-indent: -1em;
  padding-left: 1em;
}

.utilizationArea01 {
  padding: 90px 0 120px;
  background: url("../images/bg_utilization01.png") no-repeat 34px 50px, url("../images/bg_utilization02.png") no-repeat right 10px top 45px;
}
@media screen and (max-width: 1400px) {
  .utilizationArea01 {
    background-size: 22%;
  }
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 {
    background-size: 30%;
    background-position: 10px 20px, right 10px top 15px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 {
    padding: 45px 0 60px;
    background-image: url("../images/bg_utilization01_sp.png"), url("../images/bg_utilization02_sp.png");
    background-position: 8px 10px, right 10px top 10px;
    background-size: 22%, 17%;
  }
}
.utilizationArea01 h2 img {
  width: 491px;
  height: 87px;
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 h2 img {
    width: 340px;
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 h2 img {
    width: 245px;
    height: 43px;
  }
}
.utilizationArea01 .utilizationList01 {
  font-size: 1.6rem;
  font-weight: 500;
  max-width: 980px;
  margin-top: 90px;
  padding-top: 40px;
  background-repeat: no-repeat;
  background-position: right 35px top 70px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .utilizationArea01 .utilizationList01 {
    background-size: 85%;
  }
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 .utilizationList01 {
    padding-top: 30px;
    background-position: right 35px top 40px;
    background-size: 75%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01 {
    font-size: 1.3rem;
    width: 100%;
    margin-top: 40px;
    padding-top: 50px;
    background-position: 50% 22px;
    background-size: 94%;
  }
}
.utilizationArea01 .utilizationList01 ul {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01 ul {
    margin-bottom: 28px;
    align-items: flex-start;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .utilizationList01 ul.red {
    margin-bottom: -50px;
  }
}
.utilizationArea01 .utilizationList01 li,
.utilizationArea01 .utilizationList01 .greenImg03,
.utilizationArea01 .utilizationList01 .redImg03,
.utilizationArea01 .utilizationList01 .blueImg03 {
  line-height: 0;
}
.utilizationArea01 .utilizationList01:not(:first-child) {
  margin-top: 150px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01:not(:first-child) {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .utilizationList01:not(:first-child):before {
    content: "";
    max-width: 900px;
    height: 1px;
    margin: 0 auto;
    background: #c2c2c2;
    display: block;
    position: absolute;
    top: -75px;
    right: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .utilizationList01:not(.red) {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .utilizationArea01 .utilizationList01:not(.red) {
    padding-left: 30px;
  }
}
.utilizationArea01 .utilizationList01.green {
  background-image: url("../images/bg_utilization03.png");
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01.green {
    background-image: url("../images/bg_utilization03_sp.png");
  }
}
.utilizationArea01 .utilizationList01.red {
  background-image: url("../images/bg_utilization04.png");
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .utilizationList01.red {
    background-position: 50% 70px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01.red {
    background-image: url("../images/bg_utilization04_sp.png");
  }
}
.utilizationArea01 .utilizationList01.blue {
  background-image: url("../images/bg_utilization05.png");
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationList01.blue {
    background-image: url("../images/bg_utilization05_sp.png");
  }
}
.utilizationArea01 h3 {
  width: 365px;
  padding-right: 5px;
  padding-bottom: 3px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-style: solid;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 h3 {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 h3 {
    width: 248px;
    margin: 0 auto;
    padding-right: 2px;
    padding-bottom: 2px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    right: 0;
  }
}
.utilizationArea01 h3 img {
  height: 64px;
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 h3 img {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 h3 img {
    height: 40px;
  }
}
.utilizationArea01 h3 span {
  width: 360px;
  height: 145px;
}
@media screen and (max-width: 1000px) {
  .utilizationArea01 h3 span {
    width: 295px;
    height: 120px;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 h3 span {
    width: 245px;
    height: 82px;
  }
}
.utilizationArea01 h3.green {
  border-color: #1f4823;
}
.utilizationArea01 h3.green span {
  background: #1f4823;
}
.utilizationArea01 h3.red {
  border-color: #812a25;
}
.utilizationArea01 h3.red span {
  background: #812a25;
}
.utilizationArea01 h3.blue {
  border-color: #00457a;
}
.utilizationArea01 h3.blue span {
  background: #00457a;
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .order1 {
    order: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .order2 {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .utilizationTxt01,
.utilizationArea01 .redTxt01 {
    width: 79.1%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .utilizationTxt01 {
    width: 45.745%;
    margin-right: 5%;
  }
}
.utilizationArea01 .utilizationTxt01.green {
  color: #1f4823;
}
.utilizationArea01 .utilizationTxt01.blue {
  color: #00457a;
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .greenImg01,
.utilizationArea01 .blueImg01 {
    width: 89.334%;
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .greenImg01,
.utilizationArea01 .redImg01,
.utilizationArea01 .blueImg01 {
    margin-bottom: 4%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .greenImg02,
.utilizationArea01 .blueImg02 {
    width: 30.67%;
    margin-left: 11%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .greenImg03,
.utilizationArea01 .redImg02,
.utilizationArea01 .blueImg03 {
    width: 54.67%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .greenImg01 {
    width: 73.405%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .greenImg02 {
    width: 22.342%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .greenImg03 {
    width: 39.363%;
  }
}
.utilizationArea01 .redImgArea01 {
  max-width: 800px;
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .redImg01 {
    width: 58.674%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .redImg01 {
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .redImg01 img {
    width: 89.334%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .redImg02 {
    width: 37.245%;
    margin-top: 70px;
  }
}
.utilizationArea01 .redImg03 {
  width: 27.5%;
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .utilizationArea01 .redImg03 {
    margin-left: 4%;
  }
}
@media screen and (max-width: 767px) {
  .utilizationArea01 .redImg03 {
    width: 30.67%;
    margin-right: 11%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .blueImg01 {
    width: 70.214%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .blueImg02 {
    width: 25.533%;
  }
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .blueImg03 {
    width: 39.363%;
  }
}
.utilizationArea01 .redTxt01 {
  color: #812a25;
}
@media print, screen and (min-width: 768px) {
  .utilizationArea01 .redTxt01 {
    width: 63.75%;
  }
}

.catalogArea01 .catalogContent01 {
  max-width: 980px;
  padding: 142px 0 45px;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .catalogArea01 .catalogContent01 {
    padding-top: 130px;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogContent01 {
    width: 92%;
    padding: 80px 0 30px;
  }
}
.catalogArea01 .catalogContent01 .container {
  max-width: 850px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogContent01 .container {
    width: 89%;
    justify-content: flex-start;
  }
}
.catalogArea01 h2 {
  font-size: 2rem;
  font-weight: 700;
  height: 136px;
  margin: 0 auto;
  padding-top: 30px;
  background: url("../images/bg_catalog01.png") no-repeat 50% 0;
  line-height: 1.5;
  position: absolute;
  top: -15px;
  right: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .catalogArea01 h2 {
    font-size: 1.4rem;
    width: 295px;
    height: 84px;
    padding-top: 18px;
    background-size: 100%;
    top: -10px;
  }
}
@media screen and (max-width: 360px) {
  .catalogArea01 h2 {
    font-size: 1.3rem;
    width: 270px;
    height: 82px;
  }
}
.catalogArea01 .catalogImg01,
.catalogArea01 .catalogImg02 {
  line-height: 0;
}
.catalogArea01 .catalogImg01 {
  width: 44.236%;
}
@media print, screen and (min-width: 768px) {
  .catalogArea01 .catalogImg01 {
    padding-top: 10px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .catalogArea01 .catalogImg01 {
    width: 42%;
    margin-top: 25px;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogImg01 {
    width: 53.74%;
    position: relative;
  }
}
.catalogArea01 .catalogImg01:after {
  content: "";
  width: 350px;
  height: 350px;
  margin: auto;
  background: #d9d3c3;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  .catalogArea01 .catalogImg01:after {
    width: 90%;
    height: 90%;
  }
}
.catalogArea01 .catalogImg01 img {
  z-index: 1;
  position: relative;
}
.catalogArea01 .catalogDetail01 {
  font-feature-settings: "palt";
  width: 62.354%;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .catalogArea01 .catalogDetail01 {
    padding-top: 15px;
    padding-left: 8%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .catalogArea01 .catalogDetail01 {
    width: 65%;
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogDetail01 {
    width: 97.71%;
    margin: 0 auto;
  }
}
.catalogArea01 .catalogDetail01:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #d9d3c3;
  position: absolute;
  top: 115px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogDetail01:after {
    top: 15px;
  }
}
.catalogArea01 h3 {
  font-size: 3.3rem;
  font-weight: 700;
  margin-left: -50px;
}
@media screen and (max-width: 1000px) {
  .catalogArea01 h3 {
    font-size: 2.8rem;
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 h3 {
    font-size: 1.7rem;
    line-height: 1.4;
    position: absolute;
    top: -65%;
    right: 8%;
  }
}
@media screen and (max-width: 360px) {
  .catalogArea01 h3 {
    top: -46%;
    right: 4%;
  }
}
.catalogArea01 .catalogTit01 {
  width: 68px;
  height: 56px;
  margin-top: 16px;
  margin-left: 22%;
  background: #fff;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTit01 {
    width: 40px;
    height: 28px;
    margin: 0 auto;
  }
}
.catalogArea01 .catalogTit01 img {
  width: 28px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTit01 img {
    width: 21px;
    height: 23px;
  }
}
.catalogArea01 .catalogTit02,
.catalogArea01 .catalogTxt {
  margin-left: 10px;
}
@media print, screen and (min-width: 768px) {
  .catalogArea01 .catalogTit02,
.catalogArea01 .catalogTxt {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .catalogArea01 .catalogTit02,
.catalogArea01 .catalogTxt {
    padding-left: 2%;
    margin-left: 60px;
  }
}
.catalogArea01 .catalogTit02 {
  font-size: 2.3rem;
  font-weight: 700;
  margin: 0 0 5px 0;
  padding-left: 0;
}
@media screen and (max-width: 1000px) {
  .catalogArea01 .catalogTit02 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTit02 {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 10px 0 0 0;
  }
}
@media screen and (max-width: 360px) {
  .catalogArea01 .catalogTit02 {
    font-size: 1.1rem;
  }
}
.catalogArea01 .catalogTxtArea01 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 35px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTxtArea01 {
    font-size: 1.3rem;
    margin-top: 5px;
  }
}
.catalogArea01 .catalogTxt {
  width: 55%;
  padding-left: 0;
}
@media print, screen and (min-width: 768px) {
  .catalogArea01 .catalogTxt {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  .catalogArea01 .catalogTxt {
    width: 58%;
    margin-left: 0;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTxt {
    width: 175px;
    margin-left: 0;
  }
}
.catalogArea01 .catalogTxt01 {
  width: 100%;
  margin-bottom: 5px;
  display: block;
}
.catalogArea01 .catalogTxt01 span {
  padding: 0 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTxt01 span {
    padding: 0 5px;
  }
}
.catalogArea01 .catalogTxt01 span:before, .catalogArea01 .catalogTxt01 span:after {
  content: "";
  width: 1px;
  height: 18px;
  margin: auto 0;
  background: #333;
  position: absolute;
  top: 0;
  bottom: 0;
}
.catalogArea01 .catalogTxt01 span:before {
  transform: skewX(18deg);
  left: 0;
}
.catalogArea01 .catalogTxt01 span:after {
  transform: skewX(-18deg);
  right: 0;
}
.catalogArea01 .catalogTxt02 {
  font-size: 4rem;
  font-weight: 700;
  color: #f0913c;
  display: block;
  margin-top: -57px;
  margin-left: -80px;
}
@media screen and (max-width: 1000px) {
  .catalogArea01 .catalogTxt02 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogTxt02 {
    text-align: center;
    font-size: 3rem;
    margin-top: 0;
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  .catalogArea01 .catalogTxt02 {
    font-size: 2.5rem;
  }
}
.catalogArea01 .catalogImg02 {
  width: 39.394%;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogImg02 {
    width: 33%;
  }
}
@media screen and (max-width: 360px) {
  .catalogArea01 .catalogImg02 {
    width: 35%;
  }
}
@media screen and (max-width: 320px) {
  .catalogArea01 .catalogImg02 {
    width: 30%;
  }
}
.catalogArea01 .catalogBtn01 {
  font-size: 2rem;
  font-weight: 700;
  width: 440px;
  height: 70px;
  margin: 70px auto 0;
  background: #f0913c;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .catalogArea01 .catalogBtn01 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogBtn01 {
    font-size: 1.6rem;
    width: 250px;
    height: 65px;
    margin-top: 35px;
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
.catalogArea01 .catalogBtn01 a {
  color: #fff;
  width: 100%;
  height: 100%;
  position: relative;
}
.catalogArea01 .catalogBtn01 a:after {
  content: "";
  width: 14px;
  height: 14px;
  margin: auto 0;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .catalogArea01 .catalogBtn01 a:after {
    width: 6px;
    height: 6px;
    border-top-width: 1px;
    border-right-width: 1px;
    right: 10px;
  }
}