@media only screen and (max-width: 1119px) {
.header-nav__desktop {
    display: none !important;
  }
.header-nav__mobile {
  display: block;
  position: fixed;
  z-index: 30000;
  right: 10px;
  top: 18px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
  transition: 0.5s all;
  /* ナビ開いてる時のボタン */
}
.color01{
  color: #3a0465;
}
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
    height: 60px;
    width: 100%;
}
.header h1{
    padding: 15px 20px;
}
.header h1 img{
    height: 35px;
}
.header-nav{
    position: fixed;
    right: 50px;
    top: 10px;
}
.header-mobile.active{
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
}
.header-mobile ul li{
    padding: 20px 0;
    font-size: 17px;
    color: rebeccapurple;

}
.header-mobile {
    display: none;
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
}
.header-nav__mobile span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #5d3c3c;
}
.header-nav__desktop{
    display: none;
}
.header-nav__mobile span:nth-child(1) {
  top: 10px;
}
.header-nav__mobile span:nth-child(2) {
  top: 20px;
}
.header-nav__mobile span:nth-child(3) {
  top: 30px;
}
.header-nav__mobile.active {
  transform: rotate(360deg);
}
.header-nav__mobile.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #646464;
  transform: rotate(-45deg);
}
.header-nav__mobile.active span:nth-child(2) {
  top: 16px;
  background: #646464;
  transform: rotate(45deg);
}
.header-nav__mobile.active span:nth-child(3) {
  opacity: 0;
}
.header-nav__contact {
  position: relative;
  display: inline-block;
}
.header-nav__contact a {
  border-radius: 24px;
  border: 2px solid #e0e0e0;
  padding: 0em 3em 0em 1.5em;
  background-color: rgba(100, 100, 100, 0.5);
  transition: all 0.3s;
}
.header-nav__contact a:hover {
  background-color: rgba(100, 100, 100, 0.8);
}
.header-nav__contact a img {
  transform: translate(140%, -60%);
}
}
@media only screen and (max-width: 889px) {
.color01{
  color: #3a0465;
}
.header {
    position: fixed;
    top: 0;
    z-index: 100;
    background: white;
    height: 60px;
    width: 100%;
}
.header h1{
    padding: 15px 20px;
}
.header h1 img{
    height: 35px;
}
.header-nav{
    position: fixed;
    right: 50px;
    top: 10px;
}
.header-mobile.active{
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
}
.header-mobile ul li{
    padding: 20px 0;
    font-size: 17px;
    color: rebeccapurple;

}
.header-mobile {
    display: none;
    background: white;
    height: calc(100vh - 60px);
    margin-top: -6px;
    padding: 100px 20px;
    text-align: center;
}
.header-nav__mobile span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #5d3c3c;
}
.header-nav__desktop{
    display: none;
}
.header-nav__mobile span:nth-child(1) {
  top: 10px;
}
.header-nav__mobile span:nth-child(2) {
  top: 20px;
}
.header-nav__mobile span:nth-child(3) {
  top: 30px;
}
.header-nav__mobile.active {
  transform: rotate(360deg);
}
.header-nav__mobile.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #646464;
  transform: rotate(-45deg);
}
.header-nav__mobile.active span:nth-child(2) {
  top: 16px;
  background: #646464;
  transform: rotate(45deg);
}
.header-nav__mobile.active span:nth-child(3) {
  opacity: 0;
}
.header-nav__contact {
  position: relative;
  display: inline-block;
}
.header-nav__contact a {
  border-radius: 24px;
  border: 2px solid #e0e0e0;
  padding: 0em 3em 0em 1.5em;
  background-color: rgba(100, 100, 100, 0.5);
  transition: all 0.3s;
}
.header-nav__contact a:hover {
  background-color: rgba(100, 100, 100, 0.8);
}
.header-nav__contact a img {
  transform: translate(140%, -60%);
}

.js-inview {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s;
}

.inview {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s;
}

.main {
  overflow: hidden;
  background-image: url(../../assets/images/img-bk.png);
  background-size: cover;
  background-attachment: fixed;
}
.main-hero__catchcopy h1{
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    padding: 20px;
    background: white;
    text-align: center;
    padding-top: 30px;
}
.main-hero__catchcopy h3 img{
    width: 45px;
    position: absolute;
    left: -155px;
    top: 135px;
}
.main-hero{
    background-image: url(../../assets/images/img-sky.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: calc(100vh - 60px);
    position: relative;
    margin-top: 60px;
}
.main-hero:before{

}
.main-hero_wrapper{
  
}
.main-hero.small{
  display:none;
}
.main-hero_message_intro{
    max-width: 200px;
    bottom: 20px;
    left: 10px;
    position: absolute;
}
.main-hero_drone{
    position: absolute;
    width: 180px;
    top: 160px;
    right: 20px;
    z-index: 2;
}
.main-id{
    padding-top: 80px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-common__title{
    text-align: center;
    font-size: 25px;
    padding: 20px 20px;
    font-weight: bold;
    line-height: 70px;
}
.main-id__intro__contents{
    padding-top: 50px;
}
.main-common__title .dotto1{
    position: relative;
}
.main-common__title .dotto1:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.main-common__title .dotto2{
    position: relative;
}
.main-common__title .dotto2:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.main-common__title .dotto3{
    position: relative;
}
.main-common__title .dotto3:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.main-common__title .dotto4{
    position: relative;
}
.main-common__title .dotto4:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.main-common__title .dotto5{
    position: relative;
}
.main-common__title .dotto5:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.intro_left__contents{
    padding: 20px 10px;
    position: relative;
    flex-basis: 50%;
    margin-bottom: 150px;
}
.intro_personal{
  text-align: center;
  background: #f8f8f8;
}
.intro_personal h3{
    background: #9e1fa3;
    text-align: center;
    padding: 13px 50px;
    color: white;
    border-radius: 5px;
    display: inline;
}
.intro_personal ul{
    margin-top: 40px;
    padding-bottom: 100px;
}
.intro_personal ul li{
    margin-bottom: 18px;
    padding: 0 20px 0 55px;
    line-height: 25px;
    text-align: left;
    position: relative;
}
.intro_personal ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 95%;
    background: #9e1fa3;
    position: absolute;
    left: 35px;
    top: 8px;
}
.intro_personal img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    width: 150px;
    margin: 0 auto;
}


.intro_right__contents{
    padding: 20px 10px;
    position: relative;
    flex-basis: 50%;
}
.intro_corporate{
  text-align: center;
  background: #f8f8f8;
}
.intro_corporate h3{
    background: #9e1fa3;
    text-align: center;
    padding: 13px 50px;
    color: white;
    border-radius: 5px;
    display: inline;
}
.intro_corporate ul{
    margin-top: 40px;
    padding-bottom: 100px;
}
.intro_corporate ul li{
    margin-bottom: 18px;
    padding: 0 20px 0 55px;
    line-height: 25px;
    text-align: left;
    position: relative;
}
.intro_corporate ul li:before{
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 95%;
    background: #9e1fa3;
    position: absolute;
    left: 35px;
    top: 8px;
}
.intro_corporate img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    width: 150px;
    margin: 0 auto;
}
.arrow{
      margin-top: 160px;
      text-align: center;
}
.arrow img{
      width: 130px;
      margin-bottom: 100px;
}
.arrow h2{
    text-align: center;
    font-size: 25px;
    padding: 20px 20px;
    font-weight: bold;
    line-height: 70px;
}
.arrow h2 .dotto1{
    position: relative;
}
.arrow h2 .dotto1:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.arrow h2 .dotto2{
    position: relative;
}
.arrow h2 .dotto2:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.arrow h2 .dotto3{
    position: relative;
}
.arrow h2 .dotto3:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.arrow h2 .dotto4{
    position: relative;
}
.arrow h2 .dotto4:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.arrow h2 .dotto5{
    position: relative;
}
.arrow h2 .dotto5:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #3a0565;
    position: absolute;
    top: -13px;
    left: 10px;
}
.main-id__example{
    margin-top: 50px;
    position: relative;
}
.main-id__example__contents{
    background-image: url(../../assets/images/img-dronesky.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    background-position-x: revert;
    position: absolute;
    width: 100%;
    top: -190px;
}

.main-id__example__heading{
    padding-top: 30px;
    font-size: 17px;
    line-height: 45px;
    color: white;
    margin-right: 100px;
}
.main-id__example__title{
    position: absolute;
    margin-left: 10px;
}
.main-id__example__title h3{
    display: inline;
}
.main-id__example__title h3 span{
    background: #671ba3;
    padding: 6px 15px;
}
.main-id__example__content_wrapper{
    background: rgba(241,235,249,0.4);
}
.main-id__example__content{
    margin: 0 auto;
    margin-top: 250px;
    padding-top: 170px;
    padding-bottom: 70px;
}
.example_left__contents{
    flex-basis: 40%;
    padding: 0 20px;
}
.example_left__contents h4{
    margin-bottom: 5px;
}
.example_center__contents{
    align-items: center;
    vertical-align: middle;
    text-align: center;
    flex-basis: content;
    margin: 20px 0;
}
.example_left__contents h4 img{
    height: 35px;
    margin-right: 10px;
}
.example_center__contents img{
    height: 55px;
    transform: rotate(90deg);
}
.example_right__contents{
    flex-basis: 40%;
    padding: 0 20px;
    position: relative;
}
.example_right__contents p{
    position: absolute;
    right: 30px;
    top: -5px;
    writing-mode: vertical-rl;
    background: white;
    padding: 5px;
}
.example_right__contents p span{
    color:#3a0465;
}
.example_right__contents h4{
    margin-bottom: 5px;
}
.example_right__contents h4 img{
    height: 35px;
    margin-right: 10px;
}
.example_before{
    width: 100%;
    height:210px;
    background: white;
}
.example_after{
    width: 100%;
    height:210px;
    background: white;
}
.bottom__contents{
    background: #671ba3;
    padding: 40px 20px 80px;
    color: white;
    font-size: 19px;
    line-height: 46px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
}
.bottom__contents:before{

}
.bottom__contents img{
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 200px;
}
.bottom__contents p .dotto1{
    position: relative;
}
.bottom__contents p .dotto1:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto2{
    position: relative;
}
.bottom__contents p .dotto2:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto3{
    position: relative;
}
.bottom__contents p .dotto3:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto4{
    position: relative;
}
.bottom__contents p .dotto4:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto5{
    position: relative;
}
.bottom__contents p .dotto5:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto6{
    position: relative;
}
.bottom__contents p .dotto6:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto7{
    position: relative;
}
.bottom__contents p .dotto7:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.bottom__contents p .dotto8{
    position: relative;
}
.bottom__contents p .dotto8:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -7px;
    left: 10px;
}
.main-id__example__result{

}
.main-id__example__result h2{
    text-align: center;
    font-size: 25px;
    padding-bottom: 40px;
    font-weight: bold;
    margin-top: 120px;
}
.main-id__example__result h2 .dotto1{
    position: relative;
}
.main-id__example__result h2 .dotto1:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #671ba3;
    position: absolute;
    top: -7px;
    left: 10px;
}
.main-id__example__result h2 .dotto2{
    position: relative;
}
.main-id__example__result h2 .dotto2:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #671ba3;
    position: absolute;
    top: -7px;
    left: 10px;
}
.main-id__example__result h2 .dotto3{
    position: relative;
}
.main-id__example__result h2 .dotto3:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #671ba3;
    position: absolute;
    top: -7px;
    left: 10px;
}
.main-id__example__result h2 .dotto4{
    position: relative;
}
.main-id__example__result h2 .dotto4:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: #671ba3;
    position: absolute;
    top: -7px;
    left: 10px;
}
.main-id__example__image{
    text-align: center;
    margin-top: 30px;
}
.main-id__example__image img{
    width: 130px;
}
.result_contents{
    margin-top: 160px;
    justify-content: center;
    margin-bottom: 80px;
}
.result_left__contents{
    position: relative;
    background: #9e1fa3;
    color: white;
    border-radius: 5px;
    padding: 60px 45px 25px 65px;
    max-width: 390px;
    margin: 0 auto;
    margin-bottom: 200px;
}
.result_left__contents h3{
    position: absolute;
    top: -20px;
    background: #f8f8f8;
    padding: 15px 50px;
    left: -10px;
    box-shadow: 0 2px 3px darkgrey;
    border-radius: 5px;
    color: #9e1fa3;
    font-weight: bold;
    font-size: 16px;
}
.result_personal img{
    width: 150px;
    position: absolute;
    right: 0;
    top: -110px;
}
.result_personal ol li{
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.result_personal ol li:nth-child(1){
    position: relative;
}
.result_personal ol li:nth-child(1):before{
    content: "1";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #9e1fa3;
    padding-top: 4px;
    font-weight: bold;
}
.result_personal ol li:nth-child(2){
    position: relative;
}
.result_personal ol li:nth-child(2):before{
    content: "2";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #9e1fa3;
    padding-top: 4px;
    font-weight: bold;
}
.result_personal ol li:nth-child(3){
    position: relative;
}
.result_personal ol li:nth-child(3):before{
    content: "3";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #9e1fa3;
    padding-top: 4px;
    font-weight: bold;
}
.result_right__contents{
    position: relative;
    background: #461aa4;
    color: white;
    border-radius: 5px;
    padding: 60px 45px 25px 65px;
    max-width: 390px;
    margin: 0 auto;
}
.result_right__contents h3{
    position: absolute;
    top: -20px;
    background: #f8f8f8;
    padding: 15px 50px;
    left: -10px;
    box-shadow: 0 2px 3px darkgrey;
    border-radius: 5px;
    color: #461aa4;
    font-weight: bold;
    font-size: 16px;
}
.result_corporate img{
    width: 150px;
    position: absolute;
    right: 0;
    top: -110px;
}
.result_corporate ol li{
    line-height: 25px;
    margin-bottom: 25px;
    font-size: 16px;
    letter-spacing: 1px;
}
.result_corporate ol li:nth-child(1){
    position: relative;
}
.result_corporate ol li:nth-child(1):before{
    content: "1";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #461aa4;
    padding-top: 4px;
    font-weight: bold;
    padding-left: 1px;
}
.result_corporate ol li:nth-child(2){
    position: relative;
}
.result_corporate ol li:nth-child(2):before{
    content: "2";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #461aa4;
    padding-top: 4px;
    font-weight: bold;
    padding-left: 1px;
}
.result_corporate ol li:nth-child(3){
    position: relative;
}
.result_corporate ol li:nth-child(3):before{
    content: "3";
    position: absolute;
    left: -40px;
    top: 0px;
    font-size: 14px;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    border-radius: 50%;
    color: #461aa4;
    padding-top: 4px;
    font-weight: bold;
    padding-left: 1px;
}
.main-id__details{
    background: #671ba3;
}
.main-id__details__contents{
    text-align: center;
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
}
.main-common__id__intro b{
    color: white;
    letter-spacing: 2px;
    font-weight: normal;
    margin-bottom: 10px;
    display: block;
}
.main-common__id__intro h2{
    color: white;
    font-size: 32px;
    letter-spacing: 3px;
}
.main-common__id__screen{
    max-width: 800px;
    padding: 0 0 0 10px;
    margin: 0 auto;
    margin-top: 50px;
}
.main-common__id__screen .content{
    position: relative;
    margin: 0 auto;
}
.main-common__id__screen .content h2{
    position: absolute;
    left: -20px;
    top: 5px;
    color: #671ba3;
    padding: 20px;
    display: inline-block;
    line-height: 35px;
    font-weight: bold;
    font-size: 14px;
}
.main-common__id__screen .content span{
    background: white;
    padding: 5px 5px;
}
.main-common__id__screen .content_inner{
    padding: 20px 20px 20px 10px;
}
.main-common__id__screen .content_inner img{
    width: 100%;
}
.main-common__id__screen .content_inner p{
    color: white;
    padding: 20px 0;
    line-height: 27px;
}
.separete_line{
    border-style: dotted none none none;
    border-width: 1px;
    padding: 40px 0;
    max-width: 1000px;
    margin: 0 auto;
    border-color: white;
    margin-top: 20px;
}
.main-id__support{
    background: #671ba3;
}
.main-id__support__contents{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
}
.main-id__support__intro{

}
.main-id__support__intro img{
    padding: 0 20px;
    width: 100%;
}
.support_content{
    color: white;
    padding: 10px 20px;
}
.support_content h2{
    line-height: 40px;
    font-size: 14px;
}
.support_content .color2{
    background: #bc1300;
    padding: 5px 6px;
}
.support_content .color3{
    background: #ffffff;
    padding: 5px 6px;
    color: #671ba3;
}
.support_content p{
    padding: 30px 10px;
    line-height: 32px;
}
.main-id__support__intro__what{
    max-width: 800px;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px;
    border-color: #3a0465;
    background: white;
    padding: 40px 10px;
    position: relative;
    margin: 0 auto;
    margin-top: 130px;
    margin-left: 10px;
    margin-right: 10px;
}
.main-id__support__intro__what h1{
    text-align: center;
    position: absolute;
    top: -30px;
    background: #3a0465;
    color: white;
    padding: 20px 20px;
    font-size: 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px #3c3c3c;
    left: 10px;
    right: 10px;
    margin: 0 auto;
    width: calc(100% - 20px);
}
.main-id__support__intro__what h1 span{
    font-size: 15px;
    display: block;
    font-weight: bold;
    margin-bottom: 15px;
}
.main-id__support__intro__what p{
    padding: 60px 20px 0;
    line-height: 30px;
}
.color3{
    color: #671ba3;
}
.main-id__support__images{
    margin-top: 100px;
    text-align: center;
    color: white;
    padding-bottom: 100px;
}
.main-id__support__image h2{
    font-size: 20px;
    margin-bottom: 20px;
}
.contact_us{
    color: #671ba3;
}
.contact_us a:hover{
    opacity:0.7;
}
.contact_us .main-id__support__image{
    background: white;
    padding: 30px;
    margin: 20px 40px 20px;
    position: relative;
    min-height: 100px;
}
.main-id__customer__images{
    padding: 10px;
}
.contact_us .main-id__support__image:before{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 100px solid transparent;
    border-right: 15px solid #ffffff;
    left: -15px;
    top: 0;
}
.contact_us .main-id__support__image:after{
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 15px solid #ffffff;
    right: -15px;
    top: 0;
}
.contact_us .main-id__support__image h5{
    font-size: 18px;
    font-weight: bold;
}
.contact_us .main-id__support__image h5 span{
    font-size: 15px;
    margin-right: 7px;
}
.contact_us .main-id__support__image small{
    color: black;
    font-size: 10px;
}
.main-id__customer{
    margin: 0 auto;
    text-align: center;
    padding-top: 120px;
}
.main-id__customer h2{
    font-size: 25px;
    margin-bottom: 50px;
    color: #671ba3;
    font-weight: bold;
}
.main-id__customer__contents .main-id__customer__image_large{
    max-width: 800px;
    height: 400px;
    background: #f1f1f1;
    margin: 0 auto;
    position: relative;
    background-image: url(../../assets/images/img-example-big.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-id__customer__contents .main-id__customer__image_large p{
    position: absolute;
    bottom: 0;
    background: #671ba3;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
}
.small_contents{
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: space-between;
}
.main-id__customer__image_small:nth-child(1){
    background-image: url(../../assets/images/img-example-middle.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-id__customer__image_small:nth-child(2){
    background-image: url(../../assets/images/img-example-small.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.main-id__customer__image_small{
    flex-basis: 47%;
    padding: 0 20px;
    background: #f1f1f1;
    height: 200px;
    position: relative;
}
.main-id__customer__image_small p{
    position: absolute;
    bottom: 0;
    background: #671ba3;
    width: 100%;
    text-align: left;
    padding: 5px 10px;
    font-size: 12px;
    color: white;
    left: 0;
}
.main-id__customer__content{
    background-image: url(../../assets/images/img-bk2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 110px;
    padding: 70px 50px 70px 50px;
    text-align: center;
}
.main-id__customer__content h3{
    text-align: center;
    color: #671ba3;
    background: white;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
}
.main-id__customer__content h4{
    color: white;
    font-size: 20px;
    margin-top: 50px;
    line-height: 47px;
}
.main-id__customer__content h4 span{
    position: relative;
}
.main-id__customer__content h4 img{
    width: 50px;
    position: absolute;
}
.main-id__customer__content h4 .kakko1 img{
    left: -60px;
    top: -35px;
}
.main-id__customer__content h4 .kakko2 img{
    right: -70px;
    bottom: -20px;
}
.main-contact__container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 50px 100px 50px;
    color: #3a0465;
    position: relative;
    text-align: center;
}
.main-id__support__image_contact{
    max-width: 300px;
    padding: 30px;
    position: relative;
    min-height: 100px;
    margin: 0 auto;
    margin-top: 10px;
}
.contact_us a:nth-child(1) .main-id__support__image_contact{
    background: #3a0465;
    color: white;
    text-align: center;
}
.contact_us a:nth-child(2) .main-id__support__image_contact{
    background: #671ba3;
    color: white;
    text-align: center;
}
.contact_us a:nth-child(1) .main-id__support__image_contact:before{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 100px solid transparent;
    border-right: 15px solid #3a0465;
    left: -15px;
    top: 0;
}
.contact_us a:nth-child(1) .main-id__support__image_contact:after{
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 15px solid #3a0465;
    right: -15px;
    top: 0;
}
.contact_us a:nth-child(2) .main-id__support__image_contact:before{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 100px solid transparent;
    border-right: 15px solid #671ba3;
    left: -15px;
    top: 0;
}
.contact_us a:nth-child(2) .main-id__support__image_contact:after{
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 100px solid transparent;
    border-left: 15px solid #671ba3;
    right: -15px;
    top: 0;
}
.main-id__support__image_contact h5{
    font-size: 18px;
    font-weight: bold;
}
.main-id__support__image_contact small{
    font-size: 10px;
}
.main-id__support__image_contact h5 span{
    font-size: 15px;
    margin-right: 7px;
}
.main-contact__container .main-common__title2{
    text-align: center;
    font-size: 25px;
    padding: 20px 20px 50px;
    font-weight: bold;
    line-height: 50px;
}
.main-contact__container .main-common__title2 .title1{
    font-size: 20px;
    background: linear-gradient(transparent 40%, #fef9d8 40%);
}
.main-contact__container .main-common__title2 .title2{
    background: linear-gradient(transparent 40%, #fef9d8 40%);
}
.main-contact__container h3{
    text-align: center;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}
.main-contact__container h3:before{
    content: "";
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url(../../assets/images/icon-line.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -5px;
    left: -25px;
}
.main-contact__container h3:after{
    content: "";
    width: 25px;
    height: 25px;
    margin-right: 5px;
    background: url(../../assets/images/icon-line02.png) center center no-repeat;
    background-size: contain;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -25px;
}
.footer-links__nav{
    background: #565656;
    padding: 30px;
    color: white;
    text-align: center;
}
.footer-links .common-link__list{

}
.footer-links .common-link__list li{
    padding: 10px 20px;
    font-size: 13px;
}
.footer-links .common-link__list li a{
    position: relative;
}
.footer-links .common-link__list li img{
    position: absolute;
    right: -15px;
    top: -3px;
    width: 10px;
}
.footer-links__icon_tk{
    margin-top: 100px;
    text-align: center;
}
.footer-links__icon_tk img{
    height: 45px;
}
.footer_contents_wrapper{
    text-align: center;
}
.footer-links__icon{
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-links__icon:nth-child(1), .footer-links__icon:nth-child(2){
    border-right-style: solid;
    border-right-width: 2px;
    border-color: #d6d6d6;
}
.footer-links__icon b{
    margin-bottom: 15px;
    display: block;
}
.footer-links__icon p{
    font-size: 12px;
    line-height: 20px;
}
.footer-links__icon .g_title{
    height: 20px;
    display: block;
    margin: 0 auto;
    margin-bottom: 17px;
}
.footer-links__icon .g_hk{
    height: 30px;
}
.common-to-top .top_back{
    width: 30px;
    position: fixed;
    right: 20px;
    bottom: 20px;
}
.footer-links small{
    font-size: 10px;
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 50px;
}
  }