@charset "UTF-8";

/*
#f59fb1 ピンク
#e7e4da 茶
*/

/* *{outline: 1px solid rgba(150, 150, 150, 0.1);} */

.cont-elem {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.hero-after.section {
  position: relative;
  padding-top: 0;
  margin-top: -120px;
}

.hero-after .logo-lg {
  width: 175px;
  height: auto;
  margin: 0 auto;
}
.hero-after .cont-elem {
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}
.hero-after .title-h2 {
  letter-spacing: 0em;
}
.hero-after .title-h2 .sizeS {
  letter-spacing: 0.05em;
}
.hero-after .title-h3 {
  font-size: 4.2rem;
  margin-bottom: 1.2rem;
}
.hero-after .title-wrap + .box2 {
  margin-top: 30px;
}
.hero-after .box2 > .box:last-child {
  padding-left: 40px;
}
.hero-after .txt {
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  color: #007c97;
  margin-top: 0.5em;
}
.hero-after .txt2 {
  font-size: 1.4rem;
  line-height: 1.2;
  color: #505050;
  margin-top: 0.5em;
}

@media screen and (max-width: 750px) {
  .hero-after.section {
    margin-top: 0;
  }
  .hero-after .cont-elem {
    padding: 30px 0 20px;
    background-color: #fff;
    box-shadow: none;
  }
  .hero-after .title-h2 {
    line-height: 1.2;
  }
  .hero-after .title-h3 {
    font-size: 2.6rem;
    margin-bottom: 0.6em;
  }
  .hero-after .title-wrap + .box2 {
    margin-top: 25px;
  }
  .hero-after .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero-after .box2 > .box {
    width: 100%;
  }
  .hero-after .box2 > .box:first-child {
    padding: 20px 20px 0;
  }
  .hero-after .box2 > .box:last-child {
    padding: 0 44px;
  }
}

.top-speed {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 75px;
}

.top-speed .btn-wrap {
  text-align: right;
  padding-top: 30px;
}
.top-speed .part-link {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
}
.top-speed .elem2 .cont-elem {
  padding: 40px 30px 0 30px;
}

.top-speed .box3-sl {
  margin: 0 -16px;
  width: calc(100% + 32px);
}
.top-speed .box3-sl .box {
  padding: 0 16px;
}
.top-speed .box3-sl .lead {
  font-size: 1.6rem;
  text-align: center;
  padding-top: 0.5em;
}
.top-speed .elem1 {
  margin-top: 10px;
}
.top-speed .elem1 .title-h2 {
  text-align: center;
  margin-bottom: 12px;
}
.top-speed .elem2 .title-h2 {
  text-align: center;
  margin-bottom: 25px;
  color: #007c97;
}
.top-speed .elem2 .title-h3 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.top-speed .elem2 .title-h3 + li {
  color: #505050;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.top-speed .elem2 .box {
  position: relative;
  max-width: 500px;
  height: auto;
  margin: 0 auto;
}
.top-speed .elem2 ol li:last-child {
  margin-bottom: 0;
}
.top-speed .elem2 .box img {
  padding: 0 30px;
}
.top-speed .elem2 .box .performance {
  max-width: 210px;
  height: auto;
  color: #505050;
  font-size: 1.4rem;
  line-height: 1.8;
}
.top-speed .elem2 .box .performance.txt1 {
  position: absolute;
  top: 5px;
  right: -50px;
}
.top-speed .elem2 .box .performance.txt2 {
  position: absolute;
  bottom: -15px;
  left: -200px;
}
.top-speed .elem2 .box .performance.txt3 {
  position: absolute;
  bottom: -15px;
  right: -200px
}
.top-speed ol.sp {
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .top-speed {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .top-speed .elem2 .cont-elem {
    padding: 0px 0px;
  }
  .top-speed .elem2 .title-h2 {
    font-size: 2.3rem;
  }
  .top-speed .elem2 .title-h3 {
    font-size: 1.8rem;
  }
  .top-speed .box3-sl {
    margin: 0 -12px;
    width: calc(100% + 24px);
  }
  .top-speed .box3-sl .box {
    padding: 0 12px;
  }

  .top-speed .elem1 .box2 > .box {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .top-speed .elem1 .title-wrap {
    background: url(../img/com-product-title-bg_sp.jpg) no-repeat 50%;
    background-size: cover;
    margin: 0 -12px;
    height: 43vw;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-speed .elem1 {
    margin-top: 0;
  }
  .top-speed .elem1 .title-h2 {
    color: #fff;
    margin-bottom: unset;
  }
  .top-speed .elem1 .lead {
    padding: 20px 20px 0;
  }
  /* .top-speed .elem1 .title-h2+.lead{margin-top: 1em;} */
  .top-speed .elem2 {
    padding-top: 30px;
  }
}

.elem-feat-com.feat2 {
  background-color: #e0dfe2;
}

.elem-feat-com .cont-elem {
  max-width: 1080px;
  padding-top: 60px;
}
.elem-feat-com .box2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.elem-feat-com:nth-child(odd) .box2 > .txt {
  padding-left: 40px !important;
  padding-right: 12px;
  /* outline: 1px solid #F0F; */
}
.elem-feat-com:nth-child(even) .box2 > .txt {
  padding-left: 12px !important;
  padding-right: 40px;
  /* outline: 1px solid #00F; */
}
.elem-feat-com .box2 > .txt .lead {
  margin-top: 1.2em;
}

@media screen and (max-width: 750px) {
  .elem-feat-com .cont-elem {
    padding-top: 30px;
  }
  .elem-feat-com .box2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .elem-feat-com:nth-child(odd) .box2 > .txt {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .elem-feat-com:nth-child(even) .box2 > .txt {
    padding-left: 0 !important;
    padding-right: 0;
  }
  .elem-feat-com .box2 > .img {
    width: 100%;
  }
  .elem-feat-com .box2 > .txt {
    width: 100%;
  }
  .elem-feat-com .box2 > .txt .lead {
    padding: 20px 20px 0;
  }
  .elem-feat-com .box2 > .txt .img {
    margin-top: 30px;
  }
}

.feat1 .box2 > .img {
  width: 50%;
  display: flex;
  align-items: center;
  padding-top: 10%;
}
.feat1 .box2 > .txt {
  width: 50%;
  padding-right: 20px !important;
}
.feat1 .cont-elem {
  padding-bottom: 75px;
}
.feat2:not(.feat4) .cont-elem {
  padding-bottom: 75px;
}
.feat2 .box2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feat2 .box2 > .img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.feat2 .box2 > .txt {
  padding-left: 12px;
  padding-right: 40px;
}
.feat2 .elem-video video {
  width: 100%;
  min-height: 100%;
}
.feat2 .title-h3 {
  font-size: 2.8rem;
  margin-bottom: 1rem;
}
.feat2 .title-h3 + li {
  color: #505050;
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 2rem;
}
.feat2 ol li:last-child {
  margin-bottom: 0;
}
.feat4 .elem-video {
  margin-top: -30px;
}

.feat3 {
  background: url(../img/feature3-bg_pc.jpg) no-repeat 50%;
  background-size: cover;
  color: #fff;
  overflow: hidden;
}
.feat3 .cont-elem {
  padding-bottom: 60px;
}
.feat3 .title-h2 {
  text-align: center;
}
.feat3 .box2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.feat3 .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}
.feat3 .box .box-child {
  position: relative;
  width: 290px;
  height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  margin: 15px;
}
.feat3 .box-child .title-num {
  position: absolute;
  font-size: 3.8rem;
  color: #007c97;
  top: 15px;
  left: 16px;
}
.feat3 .box-child .txt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #007c97;
  text-align: center;
}
.feat3 .lead {
  color: #fff;
}
.feat3 .box4-2 {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 7%;
}
.feat3 .box4-2 > .box {
  display: block;
  width: 50%;
  max-width: 198px;
}
.feat3 .box4-2 > .box:nth-child(2n) {
  margin-left: -34px;
}
.feat3 .box4-2 .capt {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  margin-top: -0.5em;
}
.feat3 .part-img {
  width: 758px;
  margin-top: 20px;
  margin-left: -14%;
}
.feat4 .cont-elem {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 75px;
}
.feat4 .box {
  position: relative;
}
.feat4 .box.mar-contr {
  margin-bottom: 60px;
}
.feat4 .box2 {
  margin-bottom: 60px;
}
.feat4 .box2 > .box:first-child {
  padding-left: 30px;
}
.feat4 .box2 > .box:last-child {
  padding-right: 30px;
}
.feat4 .title-wrap {
  margin-bottom: 20px;
}
.feat4 .title-wrap.creative {
  position: absolute;
  top: 10;
  margin-left: 55%;
  z-index: 1;
}
.feat4 .box .title-h3{
  line-height: 1.2;
  margin-bottom: 20px;
}
.feat4 .lead {
  margin-bottom: 35px;
}
.feat4 .elem img {
  padding: 0 30px;
  margin-bottom: 30px;
}
.feat5 {
  background-color: #ededed;
}
.feat5 .lead {
  margin-bottom: 35px;
}
.feat5 .cont-elem {
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
}
.feat5 .title-wrap {
  margin-bottom: 20px;
}
.feat5 .title-wrap .lead {
  margin-bottom: 35px;
}
.feat5 .box.col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.feat5 .col .title-h2 {
  color: #007c97;
}
.feat5 .box2 {
  margin-bottom: 35px;
}
.feat5 .box2 > .img {
  padding-left: 12px;
  padding-right: 40px !important;
  padding-top: 125px;
}
.feat5 .box2 .elem-li-txt {
  color: #505050;
  font-size: 1.6rem;
  font-weight: bold;
}
.feat5 .box3 {
  width: 100%;
  justify-content: space-around;
  align-items: baseline;
  margin-bottom: 35px;
}

@media screen and (max-width: 750px) {
  .feat1 .cont-elem {
    padding-bottom: unset;
  }
  .feat1 .box2 > .img {
    width: 100%;
  }
  .feat1 .box2 > .txt {
    width: 100%;
    padding-right: 0 !important;
  }
  .feat1 .box2 .img.sp {
    padding: 0 20px;
  }
  .feat1 .box2 .box.img.pc {
    display: none;
  }
  .feat1 .box2 > .txt .lead {
    margin-top: unset;
    padding: 30px 20px 20px 20px;
  }
  .feat2:not(.feat4) .cont-elem,
  .feat4 .cont-elem,
  .feat5 .cont-elem {
    padding-bottom: 20px;
  }
  .feat2 .title-h3 {
    font-size: 1.8rem;
  }
  .feat2 .title-h3 + li {
    font-size: 1.4rem;
  }

  .feat2 .box2 > .img {
    width: 100%;
  }
  .feat2 .box2 > .txt {
    width: 100%;
  }
  .feat2 .elem-video {
    margin-left: -23vw;
    overflow: hidden;
  }
  .feat2 .elem-video video {
    width: 85%;
    margin-left: 65px;
    padding: 0 30px;
  }
  .feat2 .box2 > .txt .img {
    margin-bottom: 30px;
  }
  .feat2 .box2 > .txt .lead {
    margin-top: -6vw;
  }
  .feat2 .box ol {
    padding: 0 20px;
  }
  .feat3 .box2 > .img {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 30px;
  }
  .feat3 .box2 > .txt {
    width: 100%;
  }
  .feat3 {
    background: url(../img/feature3-bg_sp.jpg) no-repeat 50%;
    background-size: cover;
  }
  .feat3 .cont-elem {
    padding-bottom: 20px;
  }
  .feat3 .title-h2 {
    text-align: left;
  }
  .feat3 .box .box-child {
    width: 100%;
    height: 120px;
    margin: 5px 20px;
  }
  .feat3 .box-child .txt {
    text-align: left;
    word-wrap: break-word;
    padding-left: 15%;
    padding-right: 16px;
  }
  .feat3 .box-child:last-child {
    margin-bottom: unset;
  }
  .feat3 .box2 > .txt .lead {
    margin-top: 0;
  }
  .feat3 .box4-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    width: 103%;
  }
  .feat3 .box4-2 > .box {
    display: block;
    width: 25%;
    max-width: 198px;
  }
  .feat3 .box4-2 > .box:nth-child(2n),
  .feat3 .box4-2 > .box {
    margin-left: -3%;
  }
  .feat3 .box4-2 .capt {
    font-size: 0.8rem;
    padding: 0 0.5em;
  }
  .feat3 .part-img {
    width: calc(100% + 12px);
    margin-top: 20px;
    margin-left: 0;
  }
  .feat4 .lead {
    margin-bottom: unset;
    padding: 0 20px 20px 20px;
  }
  .feat4 .lead:last-child {
    padding-bottom: unset;
  }
  .feat4 .cont-elem {
    padding-left: unset;
    padding-right: unset;
  }
  .feat4 .box .title-h3 {
    font-size: 1.8rem;
    text-align: center;
    line-height: 1.2;
  }
  .feat4 .title-wrap.creative {
    position: relative;
    z-index: unset;
    margin: unset;
  }
  .feat4 .box2 {
    flex-direction: column-reverse;
    margin-bottom: unset;
  }
  .feat4 .box2 > .box:first-child {
    padding-right: unset;
    padding-left: unset;
    margin-bottom: 30px;
  }
  .feat4 .box2 > .box:last-child {
    padding-right: unset;
    padding-left: unset;
    margin-bottom: 30px;
  }
  .feat4 .box2 > .txt .lead {
    margin-top: -12vw;
  }
  .feat4 .box2 .box img {
    padding: 0 30px;
  }
  .feat5 .lead {
    padding: 0 20px 20px 20px;
    margin-bottom: unset;
  }
  .feat5 .lead .last{
    padding-bottom: unset;
  }
  .feat5 .box2 > .img {
    padding-left: 20px;
    padding-right: 20px !important;
    padding-top: 0;
  }
  .feat5 .cont-elem {
    padding-right: unset;
    padding-left: unset;
  }
  .feat5 .box2 > .txt .lead {
    margin-top: 0;
  }
  .feat5 .box3.box5.pc {
    display: none;
  }
  .feat5 .sp img {
    padding: 0 20px 20px 20px;
  }
  .feat5 .elem-detail.sp {
    padding: 0 20px;
  }
  .feat5 .lead.last {
    padding-bottom: unset;
  }
}
.elem-dl .cont-elem {
  padding-top: 50px;
  padding-bottom: 55px;
}
.elem-dl .title-wrap {
  padding-bottom: 50px;
}
.elem-dl .title-wrap .lead {
  text-align: center;
}
.elem-dl .title-h2 {
  text-align: center;
  margin-bottom: 0.6em;
}
.elem-dl .btn-wrap {
  margin-top: 30px;
}
.elem-dl .box.size {
  padding: 0 30px;
}
.elem-dl .box2 .box {
  text-align: center;
}
.elem-dl .btn-sq.type3.last {
  margin-top: 30px;
}
.elem-dl .btn-wrap .btn-sq > * {
  min-width: 100%;
}
.elem-dl .btn-wrap > * {
  display: block;
  width: 440px;
  margin-left: auto;
  margin-right: auto;
}
.elem-dl .btn-wrap .btn-sq + .btn-sq {
  margin-top: 20px;
}
.elem-detail > .box {
  position: relative;
  z-index: 0;
}
.elem-detail .box + .box {
  z-index: -1;
}
.elem-detail .box2 + .box2 {
  margin-top: 80px;
}
.elem-detail .box2 > .img {
  padding-right: 20px !important;
  margin-left: -50px;
  width: 257px;
}
.elem-detail .box2 > .txt {
  width: calc(100% - 207px);
}
.elem-detail.check li:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 0;
  width: 10px;
  height: 16px;
  transform: rotate(45deg);
  border-right: 2px solid #007c97;
  border-bottom: 2px solid #007c97;
}
.elem-detail.circle li:before {
  content: "●";
  position: absolute;
  color: #007c97;
  left: 0;
  width: 16px;
  height: 16px;
}
.elem-detail li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.4;
  padding-left: 27px;
}
.elem-detail .title {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 2em;
}
.box.contact {
  text-align: center;
  margin-top: 45px;
}
@media screen and (max-width: 750px) {
  .elem-dl .inner > .box2 > .box {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .elem-dl .inner > .box2 > .box + .box {
    margin-top: 20px;
  }
  .elem-dl .cont-elem {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .elem-dl .title-wrap {
    padding-bottom: 20px;
  }
  .elem-dl .title-wrap .lead {
    font-size: 1.1rem;
  }
  .elem-dl .btn-wrap > * {
    width: 100%;
  }
  .elem-dl .btn-wrap .btn-sq + .btn-sq {
    margin-top: 15px;
  }
  .elem-dl .btn-sq.type3.last {
    margin-top: unset;
  }
  .elem-detail .box2 + .box2 {
    margin-top: 30px;
  }
  .elem-detail .box2 > .img {
    padding-right: 10px !important;
    margin-left: 0;
    width: 36%;
  }
  .elem-detail .box2 > .txt {
    width: 64%;
  }
  .elem-detail .title {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  .feat5 .box2 .elem-detail li {
    font-size: 1.4rem;
    margin-bottom: 12px;
  }
}

img {
  width: 100%;
  height: auto;
}

.box2,
.box3,
.box4-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.box2 > .box {
  width: 50%;
}
.box2 > .box:first-child {
  padding-right: 12px;
}
.box2 > .box:last-child {
  padding-left: 12px;
}
.box3 > .box {
  width: calc(100% / 3);
}
.r100 .box2 > .box:first-child {
  width: calc(50% - 70px);
}
.r100 .box2 > .box:last-child {
  width: calc(50% + 70px);
}
.box.pad50r {
  padding-right: 50px;
}
.box.pad80r {
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  /* .box2>.box{width: 50%;}
    .box3>.box{width: calc(100% / 3.001);} */
  /* .box3>.box:nth-child(n + 4){margin-top: 50px;} */
  /* .box3>.box.fxpc{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    } */
  .r100 .box2 > .box:first-child,
  .r100 .box2 > .box:last-child {
    width: 100%;
  }
  .box.pad50r {
    padding-right: 0;
  }
  .box.pad80r {
    padding-right: 0;
  }
  /* .box3 .title{font-size: 1.8rem;} */
}

.section-type1 .cont-elem .inner + .inner {
  margin-top: 75px;
}

.section-type1 .cont-elem .part1 {
  background-color: #e7e4da;
  padding-top: 58px;
  padding-bottom: 50px;
  margin-left: 57px;
}
.section-type1.fill-pink .cont-elem .part1 {
  background-color: #fff;
}
.section-type1 .cont-elem .part1 .img {
  width: 280px;
  height: 247px;
  /* padding-top: 58px; */
  margin-bottom: 55px;
}
.section-type1 .cont-elem .part1 dt + dd {
  margin-top: 1.4em;
}
.section-type1 .cont-elem .part1 dd + dt {
  margin-top: 2em;
}

@media screen and (max-width: 750px) {
  /* .section{padding: 60px 0;} */
  .section.no-en {
    padding-top: 40px;
  }
  .section .title-elem {
    /* width: 100%; */
    background-color: royalblue;
    display: none;
  }
  .section .title-elem .title-v,
  .section .title-elem .title-v:before {
    display: none;
  }
  .section .cont-elem {
    padding-left: 0;
  }

  .section .cont-elem > .inner {
    padding-left: 12px;
    padding-right: 12px;
    /* background-color:rgba(46, 139, 87, .1); */
  }
  .section .cont-elem > .inner.r100 {
    padding-right: 20px;
  }
  .section .cont-elem > .inner.r100 > .inner-in {
    padding-right: 0;
  }
  .section-type1 .cont-elem .inner + .inner {
    margin-top: 40px;
  }
  .section-type1 .cont-elem .part1 {
    padding-top: 30px;
    padding-bottom: 25px;
    margin-left: 0;
  }
  .section-type1 .cont-elem .part1 .img {
    width: 240px;
    height: 214px;
    margin: 10px auto 40px;
  }
  /* .section-type1 .cont-elem .part1 dt+dd{margin-top: 1.4em;}
    .section-type1 .cont-elem .part1 dd+dt{margin-top: 2em;} */
}

header.col-white {
  color: #666;
}
#page-company header.col-white {
  color: #ccc;
}
#page-contact header.col-white {
  color: #fff;
}
#page-privacy header.col-white {
  color: #fff;
}

.hero .inner {
  background-image: url(../img/top-hero_pc.jpg);
  background-repeat: no-repeat;
  background-position: 50% 63%;
  background-size: cover;
  position: relative;

  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  height: 360px;
  padding: 0 40px;
}
.hero .part-title .txt {
  font-size: 4.2rem;
  line-height: 1.3;
  margin-bottom: 1.2rem;
}
.hero-top .part-title {
  width: 50%;
  margin-left: 50%;
  padding: 50px 0 50px 30px;
  background: linear-gradient(to right, #ffff, rgba(255, 255, 255, 0.20));
}
.hero .part-title p {
  font-size: 1.8rem;
  font-weight: bold;
}
.hero .part-title .btn-sq {
  margin-top: 45px;
}
.hero-top .inner {
  height: 600px;
  position: relative;
}
.hero .inner .emblem {
  position: absolute;
  bottom: 150px;
}
.hero p {
  position: relative;
}
.hero p .txt-wrap {
  position: relative;
}

.hero p .txt-num {
  position: absolute;
  font-size: 10px;
  left: 2px;
}
.hero p .txt-conma {
  position: absolute;
  left: 20px;
}

@media screen and (max-width: 750px) {
  .hero {
    padding-left: 0;
  }
  .hero .inner {
    background-image: url(../img/top-hero_sp.jpg);
    height: 50vw;
    padding: 20px 20px;
  }
  .hero .inner .emblem {
    left: 5px;
    bottom: 10px;
  }
  .hero .title {
    font-size: 2.2rem;
  }
  .hero-top .inner {
    height: 100vw;
  }

  .hero .part-title .txt {
    font-size: 2.2rem;
    font-size: calc(100vw / 16);
  }

  .hero-top .part-title {
    text-align: center;
    color: #fff;
    width: 100%;
    margin-left: 0%;
    padding: unset;
    background: unset;
    padding-bottom: calc(100% / 3);
  }
  .hero .part-title .btn-sq {
    margin-top: 20px;
  }
  .hero .part-title .sp {
    display: inline;
  }
  .hero .part-title .btn-wrap {
    text-align: center;
  }
}
