/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */

*,
::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*/
}

/* 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;
  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 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;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

/**
 * Correct cursors for clickable elements.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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. Fix font inheritance.
 */

::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* end of reset css */


/* ページ全体 */
img{max-width: 100%;}
html{scroll-behavior: smooth;}

body{font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;}

/* トップ全体 */

.corp-top{
    height: 100vh;
}

/* トップ nav */

.corp-nav{width: 100%; display: flex; justify-content: center;}
.corp-nav-ul{margin-top: 5%;}
.corp-nav-ul li{color: #fff;display: inline;margin: 0 2.5rem;} 
.l-draewr{display: none;}
.l-drawer-checkbox{display: none;}
.corp-drawer-menu{display: none;}

/* トップ画像 */

.corp-bg{width:100%;background:#000;}
.corp-top-img img{max-width: 100%; margin-top: 20vh;}

/* メインコンテンツ */

main{width: 100%;}
section{display: flex; justify-content: center; margin: 0 10vw;}
section h1{color: #fff;text-align: center; font-size: 200%;}

/* our service */

.service-section{display: flex; flex-direction: column;}

.service-content-odd,.service-content-even{height: 100%; margin: 5vh 0;}
.service-content-odd{display: flex; flex-direction: row;}
.service-content-even{display: flex; flex-direction: row-reverse;}

.service-desc,.service-img{width: 50%;}
.service-desc{margin: 0 3vw;}
.service-desc h3{color: #41BDE8; font-size: 150%;}
.service-desc p{color: #fff; margin-top: 5%; font-size: 130%;}

.service-img {text-align: center;}
.service-img img{max-height: 100%;}
.service-img-landscape{display: none;}

/* proof of concept */

.service-content h1{margin-top: 20%;}
.service-content h3{color: #41BDE8; text-align: center; font-size: 150%; margin-top: 5%;}
.service-content p{color: #fff; font-size: 140%; margin: 3rem 20%;}

.service-poc-img {display: flex; justify-content: center;}
.service-content img{width: 58%;}


/* work with us */

.job-offer h1{margin-top: 10vh;}
.job-offer-img{display: flex; flex-direction: row; margin: 10vh 0;}
.job-img{position:relative; width: calc(100%/2); background-color: #fff;}
.job-img a:hover{opacity: 0.8; transition: 0.3s; }


.job-img figcaption{position: absolute;color: #fff; background: rgba(0, 0, 0, 0.6);box-sizing: border-box;padding: 15px 3vw;width: 100%;max-height: 100%;font-size: large; overflow-y: auto;left: 0;bottom: 0;}


/* 求人モーダル */

.job-drawer-checkbox,.job-drawer-checkbox2,.job-drawer-checkbox3{display: none;}

.work-label-position,.work-label-position2,.work-label-position3{display: none; position: fixed; background: #000;border-radius: 50%;opacity: .9;top: 0; right: 0;}

.job-drawer-overlay,.job-drawer-overlay2,.job-drawer-overlay3{background: #fff;opacity: 0;pointer-events: none;width: 100%;height: 100%;position: fixed;top: 0;right: 0;z-index: 2;}
.job-drawer-checkbox:checked ~ .job-drawer-overlay,.job-drawer-checkbox2:checked ~ .job-drawer-overlay2,.job-drawer-checkbox3:checked ~ .job-drawer-overlay3 {opacity: 0.2;pointer-events: auto;}

.g-modal,.g-modal2,.g-modal3{display: flex;background: #000;color: #fff;width: 100%;max-width: 1440px;height: 100vh;overflow-y: auto;overscroll-behavior: none;-webkit-overflow-scrolling: touch;position: fixed;top: 0;right: -300vw;z-index: 5;transition: all 0.5s;}

/* 1 */
.job-drawer-checkbox:checked ~ .g-modal,.job-drawer-checkbox2:checked ~ .g-modal2,.job-drawer-checkbox3:checked ~ .g-modal3 {right: 0vw;}
.job-drawer-checkbox:checked ~ .g-modal .work-label-position,.job-drawer-checkbox2:checked ~ .g-modal2 .work-label-position2,.job-drawer-checkbox3:checked ~ .g-modal3 .work-label-position3{display:block; width: 35px; height: 35px;top: 15px; right: 15px; z-index: 6;}

.job-drawer-checkbox:checked ~ .job-drawer-icon-parts,.job-drawer-icon-parts::before,.job-drawer-icon-parts::after,
.job-drawer-checkbox2:checked ~ .job-drawer-icon-parts2,.job-drawer-icon-parts2::before,.job-drawer-icon-parts2::after,
.job-drawer-checkbox3:checked ~ .job-drawer-icon-parts3,.job-drawer-icon-parts3::before,.job-drawer-icon-parts3::after{background-color: #fff;display: block;width: 24px;height: 2px;position: absolute;margin: auto;}


/* アイコン x印 + 位置調整 */
.job-drawer-icon-parts::before,.job-drawer-icon-parts2::before,.job-drawer-icon-parts3::before{top: 10px; content: "";}
.job-drawer-icon-parts::after,.job-drawer-icon-parts2::after,.job-drawer-icon-parts3::after{top: -10px; content: "";}
.job-drawer-icon-parts,.job-drawer-icon-parts2,.job-drawer-icon-parts3{background: transparent;}
.job-drawer-icon-parts::before,.job-drawer-icon-parts2::before,.job-drawer-icon-parts3::before{color:#fff; transform: rotate(-45deg);top: 0;}
.job-drawer-icon-parts::after,.job-drawer-icon-parts2::after,.job-drawer-icon-parts3::after{color:#fff; transform: rotate(45deg);top: 0;}
.job-drawer-icon,.job-drawer-icon2,.job-drawer-icon3{position: fixed; top: 32px; right: 44px;}

.g-modal-inner,.g-modal-inner2,.g-modal-inner3{width: 100%; height: 300px;}

/* 求人内容 */

.job-contents,.job-contents2,.job-contents3{width: 100%;}
.job-contents-titles,.job-contents-titles2,.job-contents-titles3{width:100%; height: 15vh; background-color: #ccc;}
.job-title-area,.job-title-area2,.job-title-area3{padding:0 10%; display: flex; flex-direction: row;}
.job-title,.job-subtitle,.job-title2,.job-subtitle2,.job-title3,.job-subtitle3{padding-top: 3vh;}
.job-subtitle,.job-subtitle2,.job-subtitle3{width: 30%;}
.job-subtitle span,.job-subtitle2 span,.job-subtitle3 span{color: #000;}
.job-title,.job-title2,.job-title3{width: 70%;}
.job-title h3,.job-title2 h3,.job-title3 h3{font-size: 170%; color: #000;}
.job-title h5,.job-title2 h5,.job-title3 h5{padding-top: 1vh; font-size: 110%; color: #000;}
.job-articles,.job-articles2,.job-articles3{display: flex; flex-direction: row; width: 100%; padding:5vh 10%;}
.job-article,.job-article2,.job-article3{width: 70%; padding-right: 15%;}
.job-article-side,.job-article-side2,.job-article-side3{width: 30%;}
.job-article p,.job-article2 p,.job-article3 p{font-size: 120%;}


.job-conditions-title{margin:4em 0 2em 0; font-size: 130%; font-weight: bolder;}
.job-conditions-role{font-weight: bolder;}
.job-conditions{margin: 5vh 0;}
.job-conditions li::before{content: '\2212';position: relative;left: -5px;font-weight: 300;}
.job-conditions li{text-indent: -10px;line-height: 1.5em;margin-bottom: 0.5em;}


.apply-for-job{max-width: 248px;padding-right: 20px;margin: 30px 0;}

.job-btn{color: #333;font-weight:600;background-color: #ccc;width: 100%;text-align: center;height: 40px;}


/* company profile */

.profile{display: block;}
.company-profile{display: flex; justify-content: center; margin-bottom: 10vh;}
.tablebox {overflow: hidden;padding: 1.5rem 0;}
.table {display: table;}
.table-l {width: 43%;float: left;}
.table .tr {display: table-row;}
.table .th {display: table-cell;font-size: 0.8rem;width: 4.5rem;padding-top: 1.5em;}
.table .tre .th, .table .tre .td {padding-top: 0;}
.table .th {display: table-cell;font-size: 0.8rem;width: 4.5rem;padding-top: 1.5em; color: #fff;}
.table .tre .td {font-size: 11px;padding: 4px;text-align: right;margin-bottom: 0.5em;position: relative;}
.td{color: #fff;}

/* コピーライト */
.corp-copyright{color: #fff; display: flex; justify-content: center;}

/* その他 装飾関連 */

/* 引用 */
.quotes-title{display: inline; text-align: center;}
.quotes-title p{font-size: 120%; margin: 1rem 20%;}
.quotes p{font-size: 120%; margin:1rem 20%; text-decoration: underline;}

/* 水平ライン */
.corp-hr{color: #fff; margin:0 20%}

@media screen and (max-width: 1200px) {

    /* nav */
    .corp-nav-ul li {margin:0 0.4rem;}

    /* PoC */
    .service-content p{margin: 3rem 0;}
    .service-content img{width: 100%;}

    /* work with us */
    .job-img figcaption{font-size: 90%;}
}


@media screen and (max-width: 850px) {

    /* nav */
    .corp-top {height: 90vh;}
    .corp-nav-ul li {padding: 0rem;}

    
    /* our service */  /* PoC */
    .service-img{display: none;}
    .service-img-landscape{ display:block; width: 100%;}
    .service-desc{width: 100%;}
    .service-desc h3,.service-desc p{margin: 3vw}
    .service-content-odd,.service-content-even{margin-bottom: 22vh;display: flex; flex-direction: column; width: 100%; }
    

    /* work with us */
    .job-offer-img{flex-direction: column; margin: 10vh 0;}
    .job-img{width: 100%; margin: 5px 0;}
    .job-img figcaption{font-size: large;}
    
}

@media screen and (max-width: 600px) {

    section{display: flex; justify-content: center; margin: 0 5vw;}

    .corp-top {height: 90vh;}
    .corp-top img{margin-top: 30vh;}

    /* nav */
    .corp-nav{display: none;}
    .l-drawer{display: block; position: relative;}

    .l-drawer-icon{z-index: 4;display: block; width: 56px; height: 60px; position: fixed;right: 0;}
    .l-drawer-icon-parts,.l-drawer-icon-parts::before,.l-drawer-icon-parts::after{background-color: #fff;display: block;width: 28px;height: 2px;position: absolute;margin: auto;transition: all 0.3s;}
    .l-drawer-icon-parts{top: 0;right: 0;left: 0;bottom: 0;}
    .l-drawer-icon-parts::before{top: 10px; content: "";}
    .l-drawer-icon-parts::after{top: -10px; content: "";}

    .l-drawer-checkbox:checked ~ .l-drawer-icon .l-drawer-icon-parts{background: transparent;}
    .l-drawer-checkbox:checked ~ .l-drawer-icon .l-drawer-icon-parts::before{transform: rotate(-45deg);top: 0;transition: all 0.4s;}
    .l-drawer-checkbox:checked ~ .l-drawer-icon .l-drawer-icon-parts::after{transform: rotate(45deg);top: 0;transition: all 0.4s;}
  
    .corp-drawer-menu{display: flex;flex-direction: column;align-items: center;background: #000;color: #fff;padding-top: 20vh;width: 100%;height: 100vh;overflow-y: auto;-webkit-overflow-scrolling: touch;position: fixed;top: 0;right: 100vw;z-index: 3;}

    .corp-drawer-ul li{font-size: 130%;padding:1vh 0;}
    .l-drawer-checkbox:checked ~ .corp-drawer-menu {right: 0vw;}


    /* our service */  /* PoC */
    .service-content-odd,.service-content-even{margin-bottom:5vh;height: 100%;}
    .service-content p{font-size: 110%; margin: 2rem 1%;}
    .service-content img{width: 100%;}
    .service-desc{margin: 0;}
    .service-desc p{line-height: 1.6; font-size: 100%;}

    /* work with us */
    .job-offer h1{margin-top: 5vh;}
    .job-offer-img{flex-direction: column; margin: 5vh 0;}

    /* 求人 */

    .job-subtitle span,.job-subtitle2 span,.job-subtitle3 span{font-size: 80%;}
    .job-title-area,.job-title-area2,.job-title-area3{padding:0 5%;}
    .job-title,.job-title2,.job-title3{padding-left: 0%;}
    .job-title h3,.job-title2 h3,.job-title3 h3{font-size: 100%; color: #000;}
    .job-title h5,.job-title2 h5,.job-title3 h5{padding-top: 1vh; font-size: 80%; color: #000;}
    .job-articles,.job-articles2,.job-articles3{display: flex; flex-direction: row; width: 100%; padding:5vh 5%;}
    .job-article p,.job-article2 p,.job-article3 p{width: 90%;padding-left: 0%; font-size: 100%;}
    .job-article-side h5{font-size: 90%;}
    .job-article,.job-article2,.job-article3{width: 70%; padding-right: 0%; margin-bottom: 5vh;}


    /* Company Profile */
    .tablebox{display: flex; flex-direction: column;justify-content: center; padding: 1em;}
    .table-l{width: 100%;}

    /* copyright */
    .corp-copyright{font-size: 70%;padding-right: 1vh;}

    /* その他 装飾関連 */

    /* 水平ライン */

    .corp-hr{color: #fff; margin:0}
}