@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

/****************************************************
 * RESET
 ****************************************************/
/*!
 YUI 3.18.1 (build f7e7bcb)
 Copyright 2014 Yahoo! Inc. All rights reserved.
 Licensed under the BSD License.
 http://yuilibrary.com/license/
 */
html {
  color: #333;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

/****************************************************
 * COMMON
 ****************************************************/
body {
  margin: 0;
  font-size: 16px;
  line-height: 2;
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN',
    'Hiragino Sans', Meiryo, sans-serif;
  font-weight: 400;
  color: #212121;
  text-align: left;
  overflow-x: hidden;
  font-feature-settings: 'palt';
  box-sizing: border-box;
  letter-spacing: 0.05em;
  position: relative;
  background: url(https://cdn.geechs-job.com/pardot/direct-lp/images/bg_line.webp)
    repeat center center;
}

a {
  color: #32405b;
  transition: all 0.5s ease;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

* {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

li {
  box-sizing: border-box;
}

p {
  margin: 0;
  padding: 0;
  position: relative;
}

img {
  max-width: 100%;
  vertical-align: top;
}

section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.pcNone {
  display: none;
}

.textBold {
  font-weight: 600;
}

.textSml {
  font-size: 80%;
}

.remarkSml {
  font-size: 80%;
  vertical-align: top;
}

.fontMincho {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝',
    'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
    line-height: 1.8;
  }

  .pcNone {
    display: block;
  }

  .spNone {
    display: none;
  }

  section {
    padding: 40px 0;
  }
}

/*pagetop*/
.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  font-size: 16px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  color: #212121;
  border: solid 4px #212121;
}

.topBtn:hover {
  color: #fff;
  background-color: #212121;
}

@media (max-width: 768px) {
  .topBtn {
    bottom: 10px;
    right: 10px;
    border: solid 2px #212121;
  }
}

/*container*/
.container {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

@media (max-width: 1120px) {
  .container {
    width: 90%;
  }
}

/* common */
.headingH2 {
  position: relative;
  margin: 40px 0 120px;
}

.headingH2En {
  font-family: 'Abel', sans-serif;
  font-size: 32px;
  color: #b6262d;
  position: relative;
  z-index: 3;
}

.headingH2En::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #b6262d;
  position: absolute;
  bottom: 8px;
  left: 0;
}

.headingH2En::before {
  content: '';
  width: 1120px;
  height: 1px;
  background-color: #b6262d;
  position: absolute;
  bottom: 8px;
  left: 0;
  margin-left: -1120px;
}

.headingH2Jp {
  font-size: 18px;
  font-weight: 600;
  color: #32405b;
  display: block;
  line-height: 1;
  z-index: 3;
  position: relative;
}

.headingH2Bg {
  font-family: 'Abel', sans-serif;
  font-size: 200px;
  color: #f6f8fb;
  position: absolute;
  margin-left: calc(50% - 50vw);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  z-index: 1;
  white-space: nowrap;
}

.headingH3 {
  color: #c90000;
  font-size: 32px;
  font-weight: 400;
  margin: 150px 0 50px;
  position: relative;
}

.headingH3::after {
  content: '';
  width: 500%;
  height: 1px;
  background-color: #b2c0db;
  left: 0;
  top: -30px;
  position: absolute;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  z-index: 1;
}

.headingH3::before {
  content: '';
  width: 88px;
  height: 3px;
  background-color: #c90000;
  left: 0;
  top: -31px;
  position: absolute;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .headingH2 {
    margin: 0 0 60px;
  }

  .headingH2En {
    font-size: 20px;
  }

  .headingH2En::after {
    bottom: 5px;
  }

  .headingH2En::before {
    bottom: 5px;
  }

  .headingH2Jp {
    font-size: 16px;
  }

  .headingH2Bg {
    font-size: 100px;
  }

  .headingH3 {
    font-size: 20px;
    margin: 75px 0 25px;
  }

  .headingH3::after {
    top: -15px;
    width: 110%;
  }

  .headingH3::before {
    top: -16px;
  }
}

/*header*/
#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

header {
  width: 100%;
  margin: 0 auto;
  position: sticky;
  background-color: #fff;
  z-index: 5;
  box-shadow: 0px 4px 4px -2px rgba(0, 0, 0, 0.08);
  height: 100px;
  z-index: 999;
  top: 0;
}

header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .logo {
  width: 200px;
}

.headerLogo {
  line-height: 0;
}

.openBtn {
  display: none;
}

.menuListTop {
  margin: 10px 0 15px;
  font-size: 14px;
  justify-content: flex-end;
}

#gNav {
  margin-left: auto;
}

.gNavBtn {
  font-size: 18px;
  padding: 8px 20px;
}

.gNavBtnLogin {
  border: solid 1px #8290ab;
  color: #8290ab;
}

.gNavBtnDocs {
  background-color: #8290ab;
  color: #fff;
}

.gNavBtnContact {
  background-color: #b6262d;
  color: #fff;
}

.menuListBottom {
  margin-bottom: 15px;
}

.menuList {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 600;
  z-index: 9;
  justify-content: flex-end;
}

.menuList li {
  padding-right: 40px;
}

.menuList li:last-child {
  padding-right: 0;
}

.menuListTop li {
  padding-right: 10px;
}

.menuListTop li:last-child {
  padding-right: 0;
}

.arrow {
  position: relative;
  padding: 0 0 0 16px;
  display: flex;
  line-height: 1.6;
}

.arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border: 5px solid transparent;
  border-left: 8px solid #b2c0db;
}

.headerTxt {
  font-size: 14px;
  line-height: 1.6;
  margin-left: 20px;
}

.linkEngineer {
  text-decoration: underline;
}

@media screen and (max-width: 960px) {
  header {
    height: 56px;
  }

  header .container {
    height: 56px;
  }

  button {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    vertical-align: middle;
    text-align: inherit;
    font: inherit;
    -webkit-appearance: none;
    appearance: none;
  }

  .openBtn {
    margin-left: auto;
    top: 0;
    right: 0;
    z-index: 999;
    width: 56px;
    height: 56px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: -5%;
  }

  .btnLine {
    display: block;
    position: relative;
    width: 24px;
    height: 2px;
    background-color: #212121;
    transition: 0.2s;
  }

  .btnLine::before,
  .btnLine::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #212121;
    transition: 0.5s;
  }

  .btnLine::before {
    transform: translateY(-9px);
  }

  .btnLine::after {
    transform: translateY(9px);
  }

  .btnLine.open {
    background-color: transparent;
  }

  .btnLine.open::before,
  .btnLine.open::after {
    content: '';
    transition: 0.2s;
  }

  .btnLine.open::before {
    transform: rotate(45deg);
  }

  .btnLine.open::after {
    transform: rotate(-45deg);
  }

  #gNav {
    position: fixed;
    z-index: 999;
    left: -120%;
    top: 0;
    width: 80%;
    height: 100vh;
    background: #32405b;
    transition: all 0.5s;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
  }

  #gNav.panelActive {
    left: 0;
  }

  .menuList {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .menuList li {
    width: 90%;
    margin: 0 auto;
    padding: 10px;
    border-bottom: solid 1px #fff;
  }

  .menuList a {
    color: #fff;
    text-decoration: none;
    padding: 15px;
    display: block;
  }

  .gNavBtn {
    font-size: 18px;
    padding: 8px 20px;
  }

  .menuListTop {
    margin: 0;
  }

  .menuListBottom {
    margin-bottom: 10px;
  }

  .menuListTop li {
    border-bottom: none;
    padding: 5px 10px;
  }

  .menuListTop li:nth-child(1) {
    order: 3;
  }

  .menuList li {
    padding-right: initial;
  }

  .menuListTop li {
    padding-right: initial;
  }

  .headerTxt {
    color: #fff;
    margin-top: 20px;
  }

  .linkEngineer {
    color: #fff;
  }
}

/* ----- Footer ----- */
#footer {
  position: relative;
  background-color: #212121;
  color: #fff;
  padding: 30px 0;
  z-index: 1;
}

#footer .footerCopy {
  display: flex;
  justify-content: space-between;
}

.footerLink {
  display: flex;
}

.footerLink li {
  margin-right: 40px;
}

.footerLink li:last-child {
  margin-right: 0;
}

.footerLink a {
  color: #fff;
}

.copyright {
  font-family: 'Abel', sans-serif;
}

.footerRemark {
  border-bottom: solid 1px #8290ab;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.signature {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
}

.signature .footerLogo {
  width: 200px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .copyright {
    font-size: 12px;
  }
}

/* MAIN VISUAL */
#mainVisual {
  padding: 100px 0;
}

#mainVisual .container {
  height: 522px;
}

.hero_d {
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 3;
}

.hero_d img {
  height: 492px;
}

.hero_irect {
  position: absolute;
  bottom: 0;
  right: -30px;
  white-space: nowrap;
  z-index: 1;
}

.hero_irect img {
  height: 200px;
  padding-right: 30px;
}

.heroH2 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝',
    'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  color: #b6262d;
  font-size: 120px;
  position: absolute;
  z-index: 5;
  top: 240px;
  right: 0;
}

.hero_sml01 {
  font-size: 80px;
}

.hero_sml02 {
  font-size: 100px;
}

.hero_logo {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: 5;
}

.hero_logo img {
  width: 620px;
}

@media (max-width: 1120px) {
  .heroH2 {
    font-size: 100px;
  }

  .hero_sml01 {
    font-size: 60px;
  }

  .hero_sml02 {
    font-size: 80px;
  }
}

@media (max-width: 960px) {
  .heroH2 {
    font-size: 80px;
  }

  .hero_sml01 {
    font-size: 48px;
  }

  .hero_sml02 {
    font-size: 64px;
  }
}

@media (max-width: 768px) {
  #mainVisual {
    padding: 56px 0;
  }

  #mainVisual .container {
    height: 500px;
  }

  .hero_d {
    top: 20px;
    left: -100px;
  }

  .hero_d img {
    height: 480px;
  }

  .hero_irect {
    left: 250px;
  }

  .hero_irect img {
    height: 120px;
    padding-right: 10px;
  }

  .heroH2 {
    font-size: 48px;
    top: 240px;
  }

  .hero_sml01 {
    font-size: 32px;
  }

  .hero_sml02 {
    font-size: 40px;
  }

  .hero_logo {
    top: 307px;
    top: 200px;
  }

  .hero_logo img {
    width: 400px;
  }
}

@media (max-width: 480px) {
  #mainVisual {
    padding: 56px 0 0;
  }

  #mainVisual .container {
    height: 340px;
  }

  .hero_d {
    top: 20px;
    left: -80px;
  }

  .hero_d img {
    height: 320px;
  }

  .hero_irect {
    left: 140px;
  }

  .hero_irect img {
    height: 80px;
    padding-right: 5px;
  }

  .heroH2 {
    font-size: 36px;
    top: 180px;
  }

  .hero_sml01 {
    font-size: 24px;
  }

  .hero_sml02 {
    font-size: 30px;
  }

  .hero_logo {
    top: 307px;
    top: 140px;
  }

  .hero_logo img {
    width: 300px;
  }
}

/* MAIN VISUAL BK
#mainVisual {padding:100px 0;}
#mainVisual .container {height:750px;}
.hero_d {position:absolute; top:30px; left:-160px; z-index:3;}
.hero_d img {height:720px;}
.hero_irect {position:absolute; bottom:0; left:362px; white-space: nowrap; z-index:1;}
.hero_irect img {height:258px; padding-right:30px;}
.heroH2 {font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif; color:#B6262D; font-size:120px; position:absolute; z-index:5; top:360px; right:0;}
.hero_sml01 {font-size:80px;}
.hero_sml02 {font-size:100px;}
.hero_logo {position:absolute; top:307px; right:0; z-index:5;}
.hero_logo img {width:620px;}

@media (max-width:1120px) {
  .heroH2 {font-size:100px;}
  .hero_sml01 {font-size:60px;}
  .hero_sml02 {font-size:80px;}
}

@media (max-width:960px) {
  .heroH2 {font-size:80px;}
  .hero_sml01 {font-size:48px;}
  .hero_sml02 {font-size:64px;}
}

@media (max-width:768px) {
  #mainVisual {padding:56px 0;}
  #mainVisual .container {height:500px;}
  .hero_d {top:20px; left:-100px;}
  .hero_d img {height:480px;}
  .hero_irect {left:250px;}
  .hero_irect img {height:120px; padding-right:10px;}
  .heroH2 {font-size:48px; top:240px;}
  .hero_sml01 {font-size:32px;}
  .hero_sml02 {font-size:40px;}
  .hero_logo {top:307px; top:200px;}
  .hero_logo img {width:400px;}
}

@media (max-width:480px) {
  #mainVisual {padding:56px 0 0;}
  #mainVisual .container {height:340px;}
  .hero_d {top:20px; left:-80px;}
  .hero_d img {height:320px;}
  .hero_irect {left:140px;}
  .hero_irect img {height:80px; padding-right:5px;}
  .heroH2 {font-size:36px; top:180px;}
  .hero_sml01 {font-size:24px;}
  .hero_sml02 {font-size:30px;}
  .hero_logo {top:307px; top:140px;}
  .hero_logo img {width:300px;}
}*/

/* LOGO */
.infinite-slider .swiper-slide {
  height: 100px;
  width: 100px;
  margin: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ABOUT */
.aboutHeadingH2 {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝',
    'Yu Mincho', '游明朝体', 'YuMincho', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
  font-size: 88px;
  font-weight: 300;
  color: #c90000;
  line-height: 1;
  margin-bottom: 50px;
}

.aboutHeadingH2 span {
  font-size: 72px;
}

.aboutTxt {
  margin-bottom: 40px;
}

.aboutImg {
  padding-top: 30px;
}

@media (max-width: 768px) {
  .aboutHeadingH2 {
    font-size: 32px;
    margin-bottom: 25px;
  }

  .aboutHeadingH2 span {
    font-size: 24px;
  }

  .aboutTxt {
    margin-bottom: 20px;
  }

  .aboutImg {
    padding-top: 15px;
  }
}

/* SERVICE */
.serviceList {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.serviceList li {
  width: 31%;
}

.serviceIcon {
  width: 120px;
  height: 120px;
  background-color: #c90000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 60px;
  margin: 0 auto 15px;
}

.serviceIcon img {
  width: 80px;
}

.serviceH3 {
  font-size: 20px;
  font-weight: 600;
  color: #c90000;
  text-align: center;
  line-height: 1.6;
  margin-bottom: 10px;
}

.serviceTxtRemark {
  font-size: 80%;
}

.sesBox {
  background-color: #f6f8fb;
  padding: 30px 30px;
}

.sesH4 {
  font-size: 20px;
  font-weight: 600;
}

.flowList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 20px;
}

.flowList::after {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #8290ab;
  z-index: 1;
}

.flowList li {
  border: solid 1px #b2c0db;
  padding: 40px 15px 30px;
  text-align: center;
  position: relative;
  font-weight: 600;
  background-color: #fff;
  z-index: 3;
}

.flowList01 li {
  width: 23%;
}

.flowList02 li {
  width: 18%;
}

.flowNum {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  font-family: 'Abel', sans-serif;
  font-size: 24px;
  color: #fff;
  background-color: #8290ab;
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
}

.flowList li::before {
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -9px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8290ab;
  border-right: 1px solid #8290ab;
  transform: rotate(45deg);
}

.flowList li:first-child::before {
  content: none;
}

.flowDays {
  font-size: 24px;
  font-weight: 600;
  color: #c90000;
  text-align: center;
  line-height: 1.6;
}

.flowList03 {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.flowList03 li {
  width: 38.5%;
  margin-right: 2.5%;
  background-color: #8290ab;
  color: #fff;
  font-size: 18px;
  position: relative;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flowList03 li:before,
.flowList03 li:after {
  position: absolute;
  content: '';
  display: inline-block;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 20px 20px 20px 0;
  border-style: solid;
  border-color: #fff transparent #fff #fff;
}

.flowList03 li:after {
  left: initial;
  right: 0;
  transform: rotate(180deg);
}

.strengthTable {
  border: solid 1px #b2c0db;
  border-collapse: separate;
  display: inline-block;
  line-height: 1.6;
  table-layout: fixed;
}

.strengthTable th,
.strengthTable td {
  padding: 20px;
  position: relative;
}

.tableHeadingService {
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

.tableHeading {
  background-color: #ecf0f6;
  border: solid #fff;
  border-width: 5px 20px;
  min-width: 13em;
  font-weight: 600;
}

.directHeading {
  background-color: #c90000;
  color: #fff;
}

.directHeading::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #c90000;
}

.directTxt {
  border: solid #c90000;
  border-width: 5px 20px;
  font-size: 18px;
  width: 42%;
}

.directTxtRemark {
  font-size: 80%;
}

.otherTxt {
  border: solid 1px #b2c0db;
  border: solid #fff;
  border-width: 5px 20px;
  position: relative;
}

.directTxtLast,
.otherTxtLast,
.tableHeadingLast {
  border-width: 5px 20px 20px;
}

.directTxtLast::after {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -30px;
  left: -20px;
  width: calc(100% + 40px);
  height: 10px;
  background-color: #c90000;
}

.otherTxt::before {
  content: '';
  width: 100%;
  height: 100%;
  border: solid 1px #b2c0db;
  position: absolute;
  top: 0;
  left: 0;
}

.downloadLink {
  position: relative;
  display: inline-block;
  padding: 0 0 0 24px;
  vertical-align: middle;
  text-decoration: none;
  text-decoration: underline;
  font-weight: 600;
}

.downloadLink::before,
.downloadLink::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.downloadLink::before {
  width: 16px;
  height: 2px;
  background: #212121;
}

.downloadLink::after {
  left: 6px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #212121;
  border-right: 2px solid #212121;
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .serviceList {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .serviceList li {
    width: 100%;
    margin-bottom: 30px;
  }

  .serviceList li:last-child {
    margin-bottom: 0;
  }

  .serviceIcon {
    width: 100px;
    height: 100px;
    border-radius: 50px;
    margin: 0 auto 10px;
  }

  .serviceIcon img {
    width: 70px;
  }

  .serviceH3 {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .sesBox {
    padding: 15px 15px;
  }

  .sesH4 {
    font-size: 16px;
  }

  .flowList {
    flex-direction: column;
    margin-bottom: 10px;
  }

  .flowList::after {
    content: none;
  }

  .flowList li {
    padding: 20px 15px;
    border-bottom: none;
  }

  .flowList li:last-child {
    border-bottom: solid 1px #b2c0db;
  }

  .flowList01 li {
    width: 100%;
  }

  .flowList02 li {
    width: 100%;
  }

  .flowNum {
    width: 32px;
    height: 32px;
    border-radius: 16px;
    font-size: 16px;
    top: -16px;
  }

  .flowList li::before {
    content: none;
  }

  .flowDays {
    font-size: 16px;
  }

  .tableScroll {
    overflow-x: auto;
    padding: 5px 0;
  }

  .strengthTable {
    min-width: 640px;
  }

  .strengthTable th,
  .strengthTable td {
    padding: 10px;
  }

  .tableHeadingService {
    font-size: 16px;
  }

  .tableHeading {
    border-width: 2px 5px;
    width: 10em;
  }

  .directHeading::before {
    top: -5px;
    height: 5px;
  }

  .directTxt {
    border-width: 2px 5px;
    font-size: 16px;
  }

  .otherTxt {
    border-width: 2px 5px;
  }

  .directTxtLast,
  .otherTxtLast,
  .tableHeadingLast {
    border-width: 2px 5px 4px;
  }

  .directTxtLast::after {
    bottom: -10px;
    left: -5px;
    width: calc(100% + 10px);
    height: 5px;
  }

  .flowList03 {
    display: none;
  }
}

/* INTERVIEW */
.interviewList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.interviewList li {
  width: 48%;
  background-color: #fff;
  box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.08);
  padding: 40px;
}

.interviewProfile {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

.interviewImg {
  width: 100px;
  margin-right: 20px;
}

.interviewH3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .interviewList {
    flex-direction: column;
  }

  .interviewList li {
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.08);
    padding: 15px;
    margin-bottom: 30px;
  }

  .interviewProfile {
    margin-bottom: 15px;
  }

  .interviewImg {
    width: 80px;
    margin-right: 15px;
  }

  .interviewH3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

/* CHART */
.chartList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.chartList > div {
  width: 48%;
}

.chartH3 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  color: #32405b;
  margin-bottom: 30px;
}

.chartTxt {
  font-size: 18px;
  text-align: center;
}

.pie-chart {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.pie-chart-data {
  width: 360px;
  height: 360px;
  position: relative;
}

.pie-chart-data svg {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pie-chart-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  letter-spacing: -0.25px;
}

.pie-chart-list::after {
  content: '';
  display: block;
  width: 30%;
}

.pie-chart-list li {
  width: 30%;
  display: inline-block;
  font-size: 12px;
}

.pie-chart-list em {
  font-size: 1.1rem;
  font-style: normal;
}

.pie-chart-list small {
  font-size: 1rem;
}

.pie-chart-list i:after {
  display: inline-block;
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: currentColor;
}

.chartRemark {
  text-align: right;
  font-size: 80%;
}

@media (max-width: 991.98px) {
  .pie-chart-list li {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .chartList {
    flex-direction: column;
  }

  .chartList > div {
    width: 100%;
  }
  .chartAgeBox {
    margin-bottom: 30px;
  }

  .pie-chart-list li {
    width: 48%;
  }

  .chartH3 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

@media (max-width: 350px) {
  .pie-chart-data {
    width: 200px;
    height: 200px;
    margin-top: -20px;
  }

  .pie-chart-data svg {
    top: 20%;
    left: 20%;
    transform: scale(0.6) translate(-50%, -50%);
  }

  .pie-chart-list {
    padding: 0 0 20px 40px;
  }

  .pie-chart-list li {
    width: 100%;
    padding-bottom: 0;
  }
}

/* FAQ */
/* accordion */
.accItem {
  background-color: #fff;
  border: solid 1px #999;
  color: #212121;
  cursor: pointer;
  display: block;
  margin-bottom: 20px;
}

.accItemLink {
  color: #212121;
  display: block;
  padding: 20px 40px 20px 20px;
  position: relative;
  font-weight: 600;
}

.accItemLink::before,
.accItemLink::after {
  position: absolute;
  content: '';
  width: 16px;
  height: 1px;
  background-color: #212121;
}

.accItemLink:after {
  top: 48%;
  right: 20px;
  transform: rotate(0deg);
}

.accItemLink:before {
  top: 48%;
  right: 20px;
  transform: rotate(90deg);
}

.accItemLink.open {
  border-bottom: solid 1px #999;
}

.accItemLink.open:after {
  transform: rotate(45deg);
}

.accItemLink.open:before {
  transform: rotate(-45deg);
}

.accDetail {
  background: #fff;
  display: none;
  padding: 30px;
}

@media (max-width: 768px) {
  .accItem {
    margin-bottom: 15px;
  }

  .accItemLink {
    padding: 15px 30px 15px 10px;
  }

  .accItemLink::before,
  .accItemLink::after {
    width: 12px;
  }

  .accItemLink:after {
    right: 10px;
  }

  .accItemLink:before {
    right: 10px;
  }

  .accDetail {
    padding: 15px;
  }
}

/* CTA */
#cta {
  background: url(https://cdn.geechs-job.com/pardot/direct-lp/images/cta_bg.webp)
    no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.ctaList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ctaList li {
  width: 48%;
}

.ctaList li a {
  background-color: #c90000;
  height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.6;
  position: relative;
}

.ctaList li a.telBtn {
  background-color: #fff;
  color: #c90000;
  text-align: center;
}

.contactBtn {
  background: url(https://cdn.geechs-job.com/pardot/direct-lp/images/mail.webp)
    no-repeat left center #c90000;
  background-size: cover;
}

.docsBtn {
  background: url(https://cdn.geechs-job.com/pardot/direct-lp/images/docs.webp)
    no-repeat left center #c90000;
  background-size: cover;
}

.telBtn {
  background: url(https://cdn.geechs-job.com/pardot/direct-lp/images/tel.webp)
    no-repeat left center #fff;
  background-size: cover;
}

.ctaList li a span {
  font-weight: 300;
  font-family: 'Abel', sans-serif;
}

.telTxt {
  font-size: 24px;
  font-weight: 600 !important;
}

.telNum {
  font-family: 'Abel', sans-serif;
  font-size: 56px;
  display: block;
}

@media (max-width: 960px) {
  .telTxt {
    font-size: 20px;
  }

  .telNum {
    font-size: 40px;
  }

  .ctaList li a {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  #cta {
    padding: 30px;
  }

  .ctaList {
    flex-direction: column;
  }

  .ctaList li {
    width: 100%;
    margin-bottom: 20px;
  }

  .ctaList li:last-child {
    margin-bottom: 0;
  }

  .ctaList li a {
    height: 120px;
    font-size: 20px;
  }

  .telTxt {
    font-size: 16px;
  }

  .telNum {
    font-size: 32px;
  }

  .contactBtn,
  .telBtn {
    background-size: contain;
  }
}

/* COMPANY */
#company {
  background-color: #ecf0f6;
  padding: 80px 0 0;
}

.companyH2 {
  font-size: 24px;
  font-weight: 600;
  color: #32405b;
  margin-bottom: 20px;
}

.companyList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 20px;
}

.companyList li {
  width: 48%;
}

#company dt {
  font-weight: 600;
}

#company dd,
#company dd p {
  margin-bottom: 20px;
}

.geechsLink {
  padding-bottom: 100px;
}

.geechsLinkList {
  display: flex;
}

.geechsLinkList li {
  padding-right: 20px;
}

@media (max-width: 1120px) {
  .geechsLinkList {
    flex-direction: column;
  }

  .geechsLink {
    padding-bottom: 60px;
  }
}

@media (max-width: 768px) {
  #company {
    padding: 40px 0 0;
  }

  #company .container {
    background-size: 28%;
  }

  .companyH2 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .companyList {
    flex-direction: column;
  }

  .companyList li {
    width: 100%;
  }

  .geechsLink {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .geechsLinkList li {
    padding-right: 0;
  }
}

/* coronavirus */
.coronavirus {
  position: sticky;
}

.coronavirus .c-container {
  width: auto;
  width: 1200px;
  margin: auto;
}

@media (max-width: 1280px) {
  .coronavirus .c-container {
    width: 1000px;
  }
}

@media (max-width: 1024px) {
  .coronavirus .c-container {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

.horizontal-accordion {
  width: 100%;
  position: relative;
}

.horizontal-accordion-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
  padding: 16px 8px;
  cursor: pointer;
  position: relative;
}

.horizontal-accordion-title::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: '\f078';
  font-weight: 900;
  right: 8px;
  transition: all 0.3s;
}

.horizontal-accordion-title.is-active::after {
  transform: rotate(-180deg);
}

.horizontal-accordion-title small {
  font-weight: normal;
  font-size: 11px;
}

.horizontal-accordion-content {
  height: 0;
  opacity: 0.2;
  visibility: hidden;
  padding: 0;
  background-color: #fff;
  transition: 0.5s;
}

.horizontal-accordion-text {
  margin: auto;
  font-size: 14px;
  line-height: 0;
  color: transparent;
  display: flex;
  justify-content: center;
}

.is-active + .horizontal-accordion-content {
  height: auto;
  opacity: 1;
  visibility: visible;
  padding: 16px;
  margin-bottom: 16px;
}

.is-active + .horizontal-accordion-content .horizontal-accordion-text {
  line-height: 160%;
  color: #3c4e65;
}

@media (max-width: 768px) {
  .horizontal-accordion-title,
  .horizontal-accordion-content {
    font-size: 12px;
  }
}

@media (max-width: 350px) {
  .horizontal-accordion-title,
  .horizontal-accordion-content {
    font-size: 10px;
  }
}

/* coronavirus only */
.coronavirus {
  background-color: #f4dede;
  color: #ea6464;
  border-bottom: 1px solid #ea6464;
  box-sizing: border-box;
}

/*------------------------------------
bar graph
------------------------------------*/
.barGraphWrap div {
  max-width: calc(100% - 13em);
}
.barGraphWrap li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  line-height: 1.4;
}
.graphAgeTitle {
  width: 4em;
  color: #212121;
  font-size: 14px;
  font-weight: 600;
}
.graphSkillTitle {
  width: 11em;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
}
.graphExperienceTitle {
  width: 6em;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
}
.graphOrderTitle {
  width: 6em;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
}
.graphGenreTitle {
  width: 16em;
  color: #212121;
  font-size: 12px;
  font-weight: 600;
}
.graphGenreTitle span {
  font-size: 10px;
}
.graphNum {
  padding-left: 10px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}

.graphAge {
  height: 56px;
}
.graphSkill {
  height: 32px;
}
.graphExperience {
  height: 38px;
}
.graphOrder {
  height: 80px;
}
.graphGenre {
  height: 40px;
}

.age20,
.skillPM,
.experience11,
.orderNo,
.genreBtoB {
  background: #76aee3;
}
.age30,
.skillWeb,
.experience6,
.orderYes,
.genreBtoC {
  background: #4a79a9;
}
.age40,
.skillInfrastructure,
.experience3,
.genreInternal {
  background: #269f9a;
}
.age50,
.skillSmartphone,
.experience2,
.genreAd {
  background: #9cce7d;
}
.age60,
.skillCreative,
.experience16,
.genreHr {
  background: #eaa8a8;
}
.skillControl,
.experience20,
.genreIoT {
  background: #d94749;
}
.skillOpen,
.experience1,
.genreOthers {
  background: #f7ad4e;
}
.skillOthers {
  background: #c4af6c;
}

.age20Num,
.skillPMNum,
.experience11Num,
.orderNoNum,
.genreBtoBNum {
  color: #76aee3;
}
.age30Num,
.skillWebNum,
.experience6Num,
.orderYesNum,
.genreBtoCNum {
  color: #4a79a9;
}
.age40Num,
.skillInfrastructureNum,
.experience3Num,
.genreInternalNum {
  color: #269f9a;
}
.age50Num,
.skillSmartphoneNum,
.experience2Num,
.genreAdNum {
  color: #9cce7d;
}
.age60Num,
.skillCreativeNum,
.experience16Num,
.genreHrNum {
  color: #eaa8a8;
}
.skillControlNum,
.experience20Num,
.genreIoTNum {
  color: #d94749;
}
.skillOpenNum,
.experience1Num,
.genreOthersNum {
  color: #f7ad4e;
}
.skillOthersNum {
  color: #c4af6c;
}
.ta-right {
  text-align: right;
}

@media (max-width: 768px) {
  .barGraphWrap li {
    margin-bottom: 8px;
  }
  .graphAgeTitle {
    font-size: 10px;
  }
  .graphSkillTitle {
    font-size: 10px;
  }
  .graphNum {
    padding-left: 8px;
    font-size: 16px;
  }
  .graphAge {
    height: 32px;
  }
  .graphOrder {
    height: 40px;
  }
}
