@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300&display=swap');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
.common-loading.loaded{
    background: white;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    position: sticky;
    text-align: center;
}
.common-loading__image{
    padding-top: 40vh;
    width: 20%;
    margin: 0 auto;
    max-width: 300px;
}
.common-loading__image img{
    width: 100%;
}
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media print, screen and (min-width:1120px){
.header-nav__mobile {
    display: none;
}
.color01{
    color: #3a0465;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    background: white;
    height: 60px;
}
.header h1{
    padding: 15px 40px;
}
  .header {
    right: 1em;
    left: 1em;
    top: 0;
  }
.header-company img {
  height: 30px;
}
.header-mobile {
  opacity: 0;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #ffffff;
  z-index: 25000;
  text-align: center;
  transition: all 0.3s;
}
.header-mobile.active {
  transition: all 0.2s;
  opacity: 1;
}
.header-mobile ul {
  margin-top: 150px;
}
.header-mobile li {
  margin-bottom: 1.8em;
}
.header-mobile a {
  font-size: 16px;
}
.header-mobile__contact {
  margin-top: 0.5em;
}
.header-mobile__contact a {
  padding: 0.7em 2.5em 0.5em !important;
  color: #ffffff;
}
.header-mobile__arrow {
  top: 40% !important;
}
.header-mobile__arrow img {
  transform: translate(20%, -65%) !important;
}
.header-nav {
  color: #ffffff;
  flex-basis: 60%;
}
.header-nav ul {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 60px;
    color: black;
}
.header-nav li {
  font-size: 15px;
  flex-basis: 25%;
  height: 100%;
  text-align: center;
  padding-top: 22px;
  position: relative;
}
.header-nav li:nth-child(3):before{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 60px solid transparent;
    border-right: 15px solid #3a0465;
    left: -15px;
    top: 0;
}
.header-nav li:nth-child(4):before{
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    border-top: 60px solid transparent;
    border-right: 15px solid #671ba3;
    left: -15px;
    top: 0;
}
.header-nav li:nth-child(3){
    background: #3a0465;
    color: white;
    padding-top: 15px;
}
.header-nav li:nth-child(4){
    background: #671ba3;
    color: white;
    padding-top: 15px;
}
.header-nav li span{
  font-size: 10px;
}
.header-nav__mobile span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 6px;
  background: #ffffff;
}
.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 print, screen and (min-width:890px){
.js-inview {
  opacity: 0;
  transform: translateY(60px);
  transition: all 1s;
}

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

.main {

  background-image: url(../../assets/images/img-bk.png);
  background-size: cover;
  background-attachment: fixed;
}
.main-hero__catchcopy h1{
    position: absolute;
    top: 130px;
    left: -100px;
    writing-mode: vertical-rl;
    font-size: 30px;
    font-weight: bold;
    line-height: 50px;
}
.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);
    margin-left: 280px;
    position: relative;
    margin-top: 60px;
}
.main-hero:before{
    content: "";
    position: absolute;
    border-top: 50px solid transparent;
    border-bottom: calc(100vh - 50px) solid transparent;
    border-left: 107px solid #ffffff;
    top: -50px;
}
.main-hero_wrapper{

}
.main-hero.small{
    display:none;
}
.main-hero_message_intro{
    max-width: 200px;
    top: 150px;
    right: 80px;
    position: absolute;
}
.main-hero_drone{
    position: absolute;
    right: 120px;
    width: 280px;
    top: 40px;
    z-index: 9;
}
.main-id{
    padding-top: 110px;
    max-width: 1200px;
    margin: 0 auto;
}
.main-common__title{
    text-align: center;
    font-size: 25px;
    padding: 20px 20px;
    font-weight: bold;
}
.main-id__intro__contents{
    display: flex;
    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;
    position: relative;
    flex-basis: 50%;
}
.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;
    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;
}
.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: right;
    margin-left:200px;
    position: absolute;
    width: calc(100% - 200px);
    top: -190px;
    background-position-y: center;
}

.main-id__example__heading{
    padding-top: 30px;
    font-size: 17px;
    line-height: 45px;
    color: white;
    margin-right: 100px;
}
.main-id__example__title{
    position: absolute;
}
.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{
    max-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
    margin: 0 auto;
    margin-top: 250px;
    padding-top: 170px;
    display: flex;
    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;
    display: flex;
    margin: 0 auto;
    text-align: center;
    flex-basis: content;
}
.example_left__contents h4 img{
    height: 35px;
    margin-right: 10px;
}
.example_center__contents img{
    height: 55px;
}
.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;
    text-shadow: 0 0 2px white;
}
.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;
    margin-left: 200px;
    padding: 50px 70px 30px 150px;
    color: white;
    font-size: 19px;
    line-height: 46px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
}
.bottom__contents:before{
    content: "";
    position: absolute;
    border-top: 0px solid transparent;
    border-bottom: 300px solid transparent;
    border-left: 65px solid #ffffff;
    left: 0;
    top: 0;
}
.bottom__contents img{
    position: absolute;
    left: -140px;
    bottom: 0;
    width: 300px;
}
.bottom__contents p .dotto1{
    position: relative;
}
.bottom__contents p .dotto1:after{
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 95%;
    background: white;
    position: absolute;
    top: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    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: 150px;
}
.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: -13px;
    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: -13px;
    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: -13px;
    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: -13px;
    left: 10px;
}
.main-id__example__image{
    text-align: center;
    margin-top: 30px;
}
.main-id__example__image img{
    width: 130px;
}
.result_contents{
    display: flex;
    padding: 50px;
    margin-top: 60px;
    justify-content: center;
}
.result_left__contents{
    position: relative;
    margin: 20px 30px 0;
    flex-basis: 50%;
    background: #9e1fa3;
    color: white;
    border-radius: 5px;
    padding: 60px 45px 25px 65px;
    max-width: 390px;
}
.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;
    margin: 20px 30px 0;
    flex-basis: 50%;
    background: #461aa4;
    color: white;
    border-radius: 5px;
    padding: 60px 45px 25px 65px;
    max-width: 390px;
}
.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;
}
.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;
}
.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;
}
.main-id__details{
    background: #671ba3;
}
.main-id__details__contents{
    text-align: center;
    padding-top: 100px;
}
.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{
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: center;
}
.main-common__id__screen .content{
    flex-basis: 50%;
    position: relative;
    max-width: 400px;
}
.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: 40px;
}
.main-common__id__screen .content_inner img{
    width: 100%;
}
.main-common__id__screen .content_inner p{
    color: white;
    font-size: 12px;
    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{
    display: flex;
    justify-content: center;
}
.main-id__support__intro img{
    padding: 0 20px;
    max-width: 400px;
}
.support_content{
    color: white;
    padding: 10px;
}
.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;
    font-size: 13px;
    max-width: 500px;
}
.main-id__support__intro__what{
    max-width: 800px;
    border-style: solid;
    border-width: 4px;
    border-radius: 5px;
    border-color: #3a0465;
    background: white;
    padding: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 130px;
}
.main-id__support__intro__what h1{
    text-align: center;
    position: absolute;
    top: -30px;
    background: #3a0465;
    color: white;
    padding: 20px 50px;
    font-size: 25px;
    border-radius: 5px;
    box-shadow: 0 0 3px #3c3c3c;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 400px;
}
.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-top: 60px;
    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{
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    color: #671ba3;
}
.contact_us a:hover{
  opacity:0.7;
}
.contact_us .main-id__support__image{
    flex-basis: 50%;
    background: white;
    max-width: 300px;
    padding: 30px;
    margin: 10px 18px;
    position: relative;
    min-height: 100px;
}
.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{
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding-top: 150px;
}
.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;
    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{
    flex-basis: 47%;
    padding: 0 20px;
    background: #f1f1f1;
    height: 200px;
    position: relative;
}
.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 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 40px;
    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{
    flex-basis: 50%;
    max-width: 300px;
    padding: 30px;
    margin: 10px 18px;
    position: relative;
    min-height: 100px;
}
.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;
}
.footer-links__nav{
    background: #565656;
    padding: 30px;
    color: white;
}
.footer-links .common-link__list{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.footer-links .common-link__list li{
    padding: 0 30px;
    font-size: 13px;
    position: relative;
}
.footer-links .common-link__list li img{
    position: absolute;
    right: 15px;
    top: -3px;
    width: 10px;
}
.footer-links__icon_tk{
    max-width: 800px;
    margin: 0 auto;
    margin-top: 100px;
}
.footer-links__icon_tk img{
    height: 45px;
}
.footer_contents_wrapper{
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.footer-links__icon{
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0;
}
.footer-links__icon:nth-child(1), .footer-links__icon:nth-child(2){
    padding-right: 50px;
    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;
    margin-bottom: 17px;
    display: block;
}
.footer-links__icon .g_hk{
    height: 30px;
}
.common-to-top .top_back{
    width: 50px;
    position: fixed;
    right: 200px;
    bottom: 50px;
}
.footer-links small{
    font-size: 10px;
    display: block;
    text-align: right;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 50px;

}
}