@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
html {
  width: 100%;
  height: 100%;
  color: #333333;
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Noto Sans JP", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif !important;
}

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

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

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

li {
  list-style: none;
}

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

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
Media Quary
==================================================== */
/* ====================================================
opacity
==================================================== */
/* ====================================================
Base style & container
==================================================== */
* {
  min-height: 0;
  min-width: 0;
}

body {
  font-size: calc(15px + 1 * (100vw - 640px) / 1280);
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }
}
body.open {
  overflow: hidden;
}

a {
  color: #333333;
}
@media screen and (min-width: 768px) {
  a {
    /*
    &.rollover,
    &:hover {
    	@include hover(0.7);
    }
    */
  }
}
@media screen and (max-width: 767px) {
  a.rollover, a:hover {
    pointer–events: none;
  }
}
a.no-underline {
  text-decoration: none;
}

p {
  line-height: 180%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  pointer-events: none;
}

figure {
  margin: 0;
}

.inner {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1232px;
}
.inner--880 {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 912px;
}
.inner--1080 {
  margin: 0 auto;
  padding: 0 16px;
  max-width: 1112px;
}

.container {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

.d-none {
  display: none !important;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
column layout
==================================================== */
/* column2--layout */
.column2--layout {
  display: flex;
  flex-wrap: wrap;
}

/* column3--layout */
.column3--layout {
  display: flex;
  flex-wrap: wrap;
}

/* column4--layout */
.column4--layout {
  display: flex;
  flex-wrap: wrap;
}

.jc-space-between {
  justify-content: space-between;
}

.ai--center {
  align-items: center;
}

/* ====================================================
float layout
==================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.ofh {
  overflow: hidden;
}

/* ====================================================
section
==================================================== */
@media screen and (min-width: 1201px) {
  .sec {
    padding: 160px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec {
    padding: 64px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec:first-of-type {
    padding: 120px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec:last-of-type {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .sec:last-of-type {
    padding-bottom: 64px;
  }
}
.sec.bg--gray {
  padding: 0;
}
@media screen and (min-width: 1201px) {
  .sec.bg--gray {
    margin: 160px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec.bg--gray {
    margin: 64px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec.bg--gray:first-of-type {
    margin: 120px 0 0;
  }
}
@media screen and (min-width: 1201px) {
  .sec.bg--gray:last-of-type {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .sec.bg--gray:last-of-type {
    margin-bottom: 64px;
  }
}

/* ====================================================
Header
==================================================== */
body.open header {
  position: fixed;
}

.header {
  border-top: 4px solid #333333;
  position: relative;
  z-index: 100;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .header {
    border-top-width: 10px;
  }
}
.header .head--top {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  background: #fff;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header .head--logo {
  display: flex;
  align-items: center;
  padding: 16px 0 16px 16px;
}
@media screen and (min-width: 1201px) {
  .header .head--logo {
    padding: 21px 0 21px 1.88%;
  }
}
.header .head--logo > a,
.header .head--logo > p {
  display: block;
}
.header .head--logo p {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  color: #F27C0F;
  position: relative;
  padding-left: 30px;
}
@media screen and (min-width: 1400px) {
  .header .head--logo p {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--logo p {
    padding-left: 30px;
  }
}
.header .head--logo p:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 24px;
  margin: 0 12px;
  background: #F27C0F;
  position: absolute;
  top: 4px;
  left: 2px;
}
@media screen and (min-width: 1400px) {
  .header .head--logo p:before {
    width: 1px;
    height: 28px;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--logo p:before {
    width: 1px;
    height: 28px;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--logo p:before {
    top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .header .head--logo p:before {
    top: 2px;
  }
}
.header .head--logo__img {
  height: 16px;
  line-height: 16px;
}
.header .head--logo__img img {
  height: 16px;
  vertical-align: top;
}
@media screen and (min-width: 1201px) {
  .header .head--logo__img {
    height: 16px;
    line-height: 16px;
  }
  .header .head--logo__img img {
    height: 16px;
  }
}
@media screen and (min-width: 1400px) {
  .header .head--logo__img {
    height: 20px;
    line-height: 20px;
  }
  .header .head--logo__img img {
    height: 20px;
  }
}
.header .head--nav {
  flex-grow: 1;
  padding-right: 1.88%;
}
.header .head--nav__gnavi {
  text-align: right;
  width: 100%;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi {
    position: fixed;
    top: 63px;
    left: 100vw;
    padding: 20px 32px;
    height: calc(100% - 47px);
    background: #fff;
    text-align: left;
    overflow-y: auto;
  }
  .header .head--nav__gnavi.active {
    left: 0vw;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul {
    border-top: 1px solid #CACACA;
  }
}
.header .head--nav__gnavi > ul > li {
  position: relative;
}
.header .head--nav__gnavi > ul > li.parent__link--toggle:after {
  content: "\f107";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #F27C0F;
  padding-left: 8px;
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li.parent__link--toggle:after {
    font-size: 18px;
    background: #fdc830; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #F27C0F, #FBC796);
    background: linear-gradient(to right, #F27C0F, #FBC796);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: absolute;
    top: 25px;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li.parent__link--toggle.current .sub-menu {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    height: auto;
    z-index: 1;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li:not(:first-of-type) {
    margin: 0 0 0 0.58%;
  }
}
@media screen and (min-width: 1300px) {
  .header .head--nav__gnavi > ul > li:not(:first-of-type) {
    margin: 0 0 0 1.58%;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li {
    display: inline-block;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li {
    border-bottom: 1px solid #CACACA;
  }
  .header .head--nav__gnavi > ul > li.current:after {
    content: "\f106";
  }
}
.header .head--nav__gnavi > ul > li.btn--entry {
  width: 100%;
  vertical-align: middle;
}
.header .head--nav__gnavi > ul > li.btn--entry:after {
  display: none;
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li.btn--entry {
    max-width: 180px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1220px) {
  .header .head--nav__gnavi > ul > li.btn--entry {
    max-width: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li.btn--entry {
    border: 0;
    text-align: center;
    margin: 32px auto 0;
  }
}
.header .head--nav__gnavi > ul > li a {
  text-decoration: none;
}
.header .head--nav__gnavi > ul > li a.btn {
  width: 100%;
  font-size: calc(15px + 1 * (100vw - 640px) / 1280);
  padding: 9px;
}
@media screen and (max-width: 767px) {
  .header .head--nav__gnavi > ul > li a.btn {
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li a.btn {
    padding: 12px;
    max-width: 80%;
    margin: auto;
  }
}
.header .head--nav__gnavi > ul > li > a,
.header .head--nav__gnavi > ul > li > span {
  position: relative;
  display: inline-block;
  font-weight: 500;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li > a,
  .header .head--nav__gnavi > ul > li > span {
    position: relative;
    display: block;
    padding: 12px 0;
    font-size: 18px;
  }
  .header .head--nav__gnavi > ul > li > a:after,
  .header .head--nav__gnavi > ul > li > span:after {
    content: attr(data-txt);
    display: block;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    color: #808080;
    font-size: 12px;
    padding-top: 5px;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li > a,
  .header .head--nav__gnavi > ul > li > span {
    padding: 12px 0 8px;
  }
}
.header .head--nav__gnavi > ul > li > a:hover,
.header .head--nav__gnavi > ul > li > span:hover {
  opacity: 1;
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li > a:hover,
  .header .head--nav__gnavi > ul > li > span:hover {
    opacity: 0.6;
  }
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li .sub-menu {
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: block !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 44px;
    background: #fff;
    box-shadow: 0px 0px 12px rgba(113, 113, 113, 0.16);
    padding: 4px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li .sub-menu {
    display: none;
  }
}
.header .head--nav__gnavi > ul > li .sub-menu li {
  display: block;
  text-align: left;
}
@media screen and (min-width: 1201px) {
  .header .head--nav__gnavi > ul > li .sub-menu li {
    border-bottom: 1px solid #CACACA;
    white-space: nowrap;
  }
}
.header .head--nav__gnavi > ul > li .sub-menu li:last-of-type {
  border-bottom: 0px;
}
.header .head--nav__gnavi > ul > li .sub-menu li a {
  display: block;
  padding: 12px 0;
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .header .head--nav__gnavi > ul > li .sub-menu li a {
    padding: 6px 0 12px;
  }
}
@media screen and (max-width: 767px) {
  .header .head--nav__gnavi > ul > li .sub-menu li a:before {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: 8px;
    background: #fdc830; /* fallback for old browsers */
    background: -webkit-linear-gradient(right, #F27C0F, #FBC796);
    background: linear-gradient(to right, #F27C0F, #FBC796);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.header .head--nav .btn--sp {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .head--nav .btn--sp {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translateY(-50%);
    z-index: 2;
  }
  .header .head--nav .btn--sp span {
    display: block;
    width: 28px;
    height: 2px;
    background: #333333;
    position: absolute;
    right: 50%;
    transform: translateX(50%);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
  }
  .header .head--nav .btn--sp span.top {
    top: 10px;
  }
  .header .head--nav .btn--sp span.middle {
    top: 20px;
  }
  .header .head--nav .btn--sp span.bottom {
    top: 30px;
  }
  .header .head--nav .btn--sp.close span.top {
    transform: translateX(50%) rotate(45deg);
    top: 19px;
  }
  .header .head--nav .btn--sp.close span.middle {
    opacity: 0;
  }
  .header .head--nav .btn--sp.close span.bottom {
    transform: translateX(50%) rotate(-45deg);
    top: 19px;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
}

/* ====================================================
Footer
==================================================== */
.footer .index--blog {
  background: #F2F2F2;
  padding: 48px 0;
}
@media screen and (min-width: 1201px) {
  .footer .index--blog {
    padding: 80px 0;
  }
}
.footer .recruit--bnr-area {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
@media screen and (min-width: 768px) {
  .footer .recruit--bnr-area {
    grid-template-columns: repeat(3, 1fr);
  }
}
.footer .recruit--bnr-area article {
  min-height: 188px;
  border-bottom: 1px solid #fff;
}
@media screen and (min-width: 768px) {
  .footer .recruit--bnr-area article {
    min-height: 345px;
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
  }
  .footer .recruit--bnr-area article:not(:last-of-type) {
    border-right: 1px solid #CACACA;
  }
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article.bg_newrecruit a:before {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit@2x.jpg) 2x);
  }
}
@media screen and (max-width: 1200px) {
  .footer .recruit--bnr-area article.bg_newrecruit a {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_newrecruit@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article.bg_career a:before {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career@2x.jpg) 2x);
  }
}
@media screen and (max-width: 1200px) {
  .footer .recruit--bnr-area article.bg_career a {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_career@2x.jpg) 2x);
  }
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article.bg_entry a:before {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);
  }
}
@media screen and (max-width: 1200px) {
  .footer .recruit--bnr-area article.bg_entry a {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg);
    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);
  }
}
.footer .recruit--bnr-area article a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article a {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer .recruit--bnr-area article a span {
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer .recruit--bnr-area article a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-position: center center;
    background-size: cover;
    opacity: 0;
  }
  .footer .recruit--bnr-area article a:hover:before {
    opacity: 1;
  }
  .footer .recruit--bnr-area article a:hover {
    color: #fff;
  }
  .footer .recruit--bnr-area article a:hover span {
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .footer .recruit--bnr-area article a {
    color: #fff;
    background-size: cover;
  }
}
.footer .recruit--bnr-area article a .btn--minicircle {
  position: absolute;
  bottom: 33px;
  right: 16px;
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article a .btn--minicircle {
    width: 64px;
    height: 64px;
    bottom: 60px;
    right: 80px;
  }
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article a .btn--minicircle:before {
    font-size: 22px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article a .btn--minicircle:after {
    width: 64px;
    height: 64px;
    bottom: 60px;
    right: 80px;
  }
}
.footer .recruit--bnr-area article h2 {
  font-size: calc(28px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  padding: 32px 0 0 16px;
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article h2 {
    padding: 64px 0 0 80px;
  }
}
@media screen and (max-width: 767px) {
  .footer .recruit--bnr-area article h2 {
    font-size: 28px;
  }
}
.footer .recruit--bnr-area article h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: calc(13px + 7 * (100vw - 640px) / 1280);
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .footer .recruit--bnr-area article h2 span {
    color: #F27C0F;
  }
}
@media screen and (max-width: 1200px) {
  .footer .recruit--bnr-area article h2 span {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .footer .recruit--bnr-area article h2 span {
    font-size: 13px;
  }
}
.footer .footer--container {
  max-width: 1320px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .footer .footer--container {
    padding: 64px 0 48px;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer--container {
    display: none;
  }
}
.footer .footer--nav {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.footer .footer--nav a {
  text-decoration: none;
  font-weight: 500;
}
.footer .footer--nav > ul > li {
  padding-bottom: 24px;
}
.footer .footer--nav > ul > li > a {
  font-size: calc(15px + 5 * (100vw - 640px) / 1280);
}
.footer .footer--nav > ul > li > a span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
  color: #808080;
  padding-top: 2px;
}
.footer .footer--nav > ul > li ul {
  padding-top: 24px;
}
.footer .footer--nav > ul > li ul li {
  margin-bottom: 12px;
}
.footer .footer--nav > ul > li ul li a:before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background: #fdc830; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #F27C0F, #FBC796);
  background: linear-gradient(to right, #F27C0F, #FBC796);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 12px;
}

.copyright {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 16px 48px;
}
@media screen and (max-width: 767px) {
  .copyright {
    padding: 32px 16px 24px;
    border-bottom: 1px solid #CACACA;
  }
}
.copyright p {
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .copyright p {
    width: 100%;
    order: 2;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .copyright ul {
    order: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 16px;
    width: 100%;
  }
}
.copyright ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .copyright ul li:first-of-type {
    text-align: center;
    width: 100%;
    margin-bottom: 16px;
  }
}
.copyright ul li:last-of-type {
  padding-left: 32px;
}
@media screen and (min-width: 768px) {
  .copyright ul li {
    padding-left: 40px;
  }
}
.copyright ul li a {
  text-decoration: none;
}

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .pagetop {
    bottom: 40px;
    right: 40px;
  }
}
.pagetop a {
  display: block;
  width: 32px;
  height: 32px;
  background: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/pagetop.svg) no-repeat center center;
  background-color: #fff;
  border-radius: 5rem;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .pagetop a {
    width: 64px;
    height: 64px;
  }
}
.pagetop a:hover {
  background: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/pagetop_hov.svg) no-repeat center center;
  background-size: cover;
}

/* ====================================================
bread
==================================================== */
.bread {
  border-top: 1px solid #CACACA;
  border-bottom: 1px solid #CACACA;
  margin: 0 auto;
}
.bread ul {
  max-width: 1232px;
  width: 100%;
  margin: auto;
  padding: 12px 16px;
}
.bread ul li {
  display: inline-block;
}
.bread ul li:not(:last-of-type):after {
  content: "＞";
  color: #F27C0F;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 8px 0 12px;
  position: relative;
  top: 0px;
}
.bread ul li a {
  text-decoration: none;
}

.btnone {
  border-top: none;
}

/* ====================================================
Content-common
==================================================== */
/* ====================================================
MODULE
==================================================== */
.hook {
  height: 0;
  font-size: 0%;
}

/*パンくずMODULE*/
/*見出しMODULE*/
.page--head {
  padding: 34px 0 0;
}
@media screen and (min-width: 1201px) {
  .page--head {
    padding: 47px 0 0;
  }
}
.page--head h1,
.page--head .page--head_title {
  font-size: calc(28px + 36 * (100vw - 640px) / 1280);
  font-weight: 500;
  border-bottom: 2px solid #CACACA;
}
@media screen and (min-width: 1201px) {
  .page--head h1,
  .page--head .page--head_title {
    padding-bottom: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .page--head h1,
  .page--head .page--head_title {
    font-size: 28px;
    padding-bottom: 24px;
  }
}
.page--head p {
  font-family: "Roboto", sans-serif;
  font-style: italic;
  display: block;
  font-size: calc(12px + 12 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 1200px) {
  .page--head p {
    font-size: 12px;
  }
}

.ttl--left {
  position: relative;
  line-height: normal;
  font-size: calc(28px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-bottom: 24px;
}
@media screen and (min-width: 1201px) {
  .ttl--left {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .ttl--left {
    font-size: 28px;
  }
}
.ttl--left span {
  display: block;
  font-size: calc(13px + 7 * (100vw - 640px) / 1280);
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #F27C0F;
  padding-bottom: 4px;
}
@media screen and (min-width: 1201px) {
  .ttl--left span {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .ttl--left span {
    font-size: 13px;
  }
}
.ttl--left_line {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .ttl--left_line {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .ttl--left_line {
    margin-bottom: 24px;
    padding-left: 28px;
  }
}
.ttl--left_line:before {
  content: "";
  display: block;
  width: 97.7%;
  height: 1px;
  background: #F27C0F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -94%;
}
@media screen and (min-width: 768px) {
  .ttl--left_line:before {
    width: 95.7%;
  }
}
@media screen and (min-width: 1201px) {
  .ttl--left_line:before {
    width: 98%;
    height: 1.5px;
    left: -100%;
  }
}
.ttl--left_line:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  border-radius: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 1201px) {
  .ttl--left_line:after {
    width: 16px;
    height: 16px;
    left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .ttl--left_line {
    font-size: 16px;
  }
}

.ttl--center {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .ttl--center {
    margin-bottom: 64px;
  }
}
.ttl--center:after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  margin: 20px auto 0;
  background: linear-gradient(270deg, #F84887 0%, #DFA584 99.99%);
}
.ttl--center2 {
  font-weight: 700;
  text-align: center;
}
.ttl--center3 {
  display: inline-block;
  text-align: center;
  background: linear-gradient(270deg, #F84887 0%, #DFA584 99.99%);
  color: #fff;
  padding: 8px 20px;
  border-radius: 6px;
}
@media screen and (min-width: 1201px) {
  .ttl--center3 {
    border-radius: 16px;
  }
}
.ttl--center4 {
  font-weight: 500;
  text-align: center;
}
/* font MODULE */
/*
font-family: 'M PLUS 1p', sans-serif;
font-family: 'Noto Sans JP', sans-serif;
font-family: 'Roboto', sans-serif;
*/
.bold {
  font-weight: 700;
}
.bold * {
  font-weight: 700 !important;
}

/*テキストMODULE*/
.txt--center {
  text-align: center;
}

.txt--right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .sp-txt--center {
    text-align: center;
  }
}

/*リンクMODULE*/
.underline {
  text-decoration: underline;
}

.links:hover {
  cursor: pointer;
}

/*ボタンMODULE*/
.btn {
  display: inline-block;
  position: relative;
  z-index: 0;
  width: 100%;
  background: #fff;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  cursor: pointer;
  text-decoration: none;
  appearance: none;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  padding: 14px 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: calc(16px + 2 * (100vw - 640px) / 1280);
    max-width: 320px;
    padding: 19px 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .btn {
    max-width: 310px;
  }
}
.btn--round {
  border-radius: 5em;
}
.btn--radius {
  border-radius: 8px;
}
.btn:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  opacity: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .btn:hover {
    opacity: 1 !important;
    filter: alpha(opacity=70) !important;
  }
  .btn:hover:after {
    left: 0;
  }
}
.btn--reverse {
  background: linear-gradient(66.12deg, #414141 0%, #B3B3B3 100%);
}
.btn--reverse:after {
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
}
.btn--border {
  background: transparent;
  border: 1px solid #F27C0F;
  color: #F27C0F;
}
@media screen and (min-width: 1201px) {
  .btn--border:after {
    background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  }
  .btn--border:hover {
    color: #fff;
  }
  .btn--border:hover:after {
    background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  }
}
.btn--minicircle {
  display: inline-block;
  background: linear-gradient(66.12deg, #414141 0%, #B3B3B3 100%);
  border-radius: 5rem;
  width: 32px;
  max-width: none;
  height: 32px;
  padding: 0;
  font-style: normal;
  line-height:1;
}
.btn--minicircle:before {
  content: "\f105";
  display: inline-block;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  width: 32px;
  line-height: 32px;
  text-align: center;
  text-indent: 0;
  color: #fff;
  font-size: 11px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .btn--minicircle:before {
    top: 0;
  }
}
@media screen and (max-width: 1200px) {
  .btn--minicircle:before {
    top: 1px;
  }
}
.btn--orange {
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
}
.btn--arrow_right:before {
  content: "";
  display: block;
  background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .btn--arrow_right:before {
    width: 24px;
    height: 24px;
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .btn--arrow_right:before {
    width: 18px;
    height: 18px;
    right: 20px;
  }
}

@media screen and (min-width: 768px) {
  a:hover {
    left: 0;
  }
  a:hover .btn--minicircle:after {
    left: 0;
  }
}
/*ボックスMODULE*/
/*テーブルMODULE*/
.tbl--border {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .tbl--border {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 768px) {
  .tbl--border tr th, .tbl--border tr td {
    border-bottom: 1px solid #CACACA;
  }
}
.tbl--border th, .tbl--border td {
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .tbl--border th, .tbl--border td {
    padding: 16px 0;
    display: block;
  }
}
.tbl--border th {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1201px) {
  .tbl--border th {
    width: 20%;
  }
}
@media screen and (max-width: 767px) {
  .tbl--border th {
    padding-bottom: 8px;
    border-bottom: 0;
  }
}
.tbl--border th span {
  font-weight: 400;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .tbl--border td {
    padding-top: 0;
    border-bottom: 1px solid #CACACA;
  }
}

/*セレクト MODULE*/
/*モーダルMODULE*/
/* ====================================================
pages
==================================================== */
/* index */
.index .wrapper {
  background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/index/bg_container.png);
  background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/index/bg_container.png) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/index/bg_container@2x.png) 2x);
  background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/index/bg_container.png) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/index/bg_container@2x.png) 2x);
  background-position: left bottom;
}

.kv--index {
  position: relative;
}
@media screen and (min-width: 1201px) {
  .kv--index .inner {
    max-width: 100%;
    margin-left: 7.5%;
    margin-right: 7.5%;
    padding-left: 0.83%;
    padding-right: 0.83%;
  }
}
.kv--index .kv--copy {
  position: absolute;
  z-index: 50;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .kv--index .kv--copy {
    top: 160px;
  }
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--copy {
    bottom: 80px;
  }
}
.kv--index .kv--copy h1 {
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  font-size: calc(20px + 20 * (100vw - 640px) / 1280);
  line-height: 28px;
  margin-bottom: 24px;
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--copy h1 {
    line-height: 57px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .kv--index .kv--copy h1 {
    font-size: 20px;
  }
}
.kv--index .kv--copy p {
  font-size: calc(14px + 4 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .kv--index .kv--copy p {
    font-size: 14px;
  }
}
.kv--index .kv--btn {
  position: absolute;
  z-index: 50;
  width: 100%;
  bottom: 76px;
  max-width: 260px;
  margin: auto;
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--btn {
    bottom: 80px;
    right: 7.29%;
    max-width: 320px;
  }
}
@media screen and (max-width: 1200px) {
  .kv--index .kv--btn {
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--btn .btn {
    padding: 19px 50px 19px 20px;
  }
}
@media screen and (min-width: 768px) {
  .kv--index .kv--btn .btn--arrow_right:before {
    right: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--btn .btn--arrow_right:before {
    right: 55px;
  }
}
.kv--index .kv--img > img {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .kv--index .kv--img .kv--pc_video {
    display: none !important;
  }
}
@media screen and (min-width: 1201px) {
  .kv--index .kv--img .kv--sp_slide {
    display: none !important;
  }
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
  /*モーダル本体の擬似要素の指定*/
  /*モーダル本体に「active」クラス付与した時のスタイル*/
}
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  width: 80%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
}

.txt--linear {
  background: #fdc830; /* fallback for old browsers */
  background: -webkit-linear-gradient(right, #F27C0F, #FBC796);
  background: linear-gradient(to right, #F27C0F, #FBC796);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* works */
@media screen and (min-width: 1201px) {
  .sec--works .column2--layout:not(:last-of-type) {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout {
    border-top: 1px solid #CACACA;
    padding: 16px 0;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout:last-of-type {
    border-bottom: 1px solid #CACACA;
  }
}
.sec--works .column2--layout .txt--area {
  position: relative;
  order: 2;
  flex: 1;
}
@media screen and (min-width: 1201px) {
  .sec--works .column2--layout .txt--area {
    order: 1;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout .txt--area {
    padding-left: 20px;
    padding-right: 48px;
  }
}
.sec--works .column2--layout .txt--area h3 {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec--works .column2--layout .txt--area h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .sec--works .column2--layout .txt--area h3 {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 16px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout .txt--area h3 {
    padding-bottom: 12px;
  }
}
.sec--works .column2--layout .txt--area h3 span {
  display: block;
  font-size: calc(11px + 9 * (100vw - 640px) / 1280);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .sec--works .column2--layout .txt--area h3 span {
    font-size: 11px;
  }
}
.sec--works .column2--layout .txt--area p {
  font-size: calc(12px + 4 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1201px) {
  .sec--works .column2--layout .txt--area p {
    padding-right: 120px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .sec--works .column2--layout .txt--area p {
    font-size: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout .txt--area p br {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .sec--works .column2--layout .txt--area .btn {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: linear-gradient(66.12deg, #414141 0%, #B3B3B3 100%);
    border: 0;
  }
  .sec--works .column2--layout .txt--area .btn:after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    text-indent: 0;
    color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    left: 0;
    background: transparent;
    z-index: 1;
    line-height: 32px;
    font-size: 11px;
  }
}
.sec--works .column2--layout figure {
  max-width: 80px;
  flex-basis: 80px;
  width: 100%;
  order: 1;
}
@media screen and (min-width: 1201px) {
  .sec--works .column2--layout figure {
    order: 2;
    max-width: 605px;
    flex-basis: 605px;
  }
}

/* members */
.slide--members_interview {
  justify-content: space-between;
  padding: 36px 0 47px;
}
@media screen and (min-width: 1201px) {
  .slide--members_interview {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slide--members_interview {
    padding: 0;
  }
}
.slide--members_interview article {
  margin: 0 0;
  border: 1px solid #CACACA;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .slide--members_interview article {
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 1201px) {
  .slide--members_interview article {
    margin: 0 0 60px 0;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .slide--members_interview article:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .slide--members_interview article:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .slide--members_interview article {
    margin-bottom: 32px;
  }
}
.slide--members_interview article a {
  text-decoration: none;
}
.slide--members_interview article div {
  position: relative;
  padding: 16px 56px 16px 12px;
  background: #fff;
}
@media screen and (min-width: 1201px) {
  .slide--members_interview article div {
    padding: 24px 68px 24px 16px;
  }
}
.slide--members_interview article div h3 {
  font-size: calc(15px + 5 * (100vw - 640px) / 1280);
  font-weight: 700;
  padding-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .slide--members_interview article div h3 {
    font-size: 15px;
  }
}
@media screen and (min-width: 1201px) {
  .slide--members_interview article div h3 {
    padding-bottom: 16px;
  }
}
.slide--members_interview article div p {
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
}
.slide--members_interview article div .btn--minicircle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.slide--members_interview .slick-dots {
  bottom: -40px;
}
@media screen and (max-width: 1200px) {
  .slide--members_interview .slick-dots {
    bottom: 0px;
  }
}
.slide--members_interview .slick-prev,
.slide--members_interview .slick-next {
  border: 0;
  background: #F27C0F;
  color: #fff;
}
.slide--members_interview .slick-prev:hover,
.slide--members_interview .slick-prev:focus,
.slide--members_interview .slick-next:hover,
.slide--members_interview .slick-next:focus {
  color: transparent;
  background: #F27C0F;
  opacity: 0.75;
}
.slide--members_interview .slick-prev:before,
.slide--members_interview .slick-next:before {
  color: #fff;
  opacity: 1;
}
.slide--members_interview .slick-prev:hover:before,
.slide--members_interview .slick-prev:focus:before,
.slide--members_interview .slick-next:hover:before,
.slide--members_interview .slick-next:focus:before {
  color: #fff;
  opacity: 0.75;
}
.slide--members_interview .slick-prev {
  left: 0;
}
.slide--members_interview .slick-next {
  right: 0;
}

.index .slide--members_interview {
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .index .slide--members_interview {
    padding: 32px 0 47px;
  }
}
.index .slide--members_interview article {
  margin: 0 8px;
}
@media screen and (min-width: 1201px) {
  .index .slide--members_interview article {
    margin: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .index .slide--members_interview article {
    max-width: 295px;
  }
}

/* company */
.sec--company .column2--layout .left--area,
.sec--company .column2--layout .right--area,
.sec--environment .column2--layout .left--area,
.sec--environment .column2--layout .right--area {
  flex: 1;
}
.sec--company .column2--layout .left--area,
.sec--environment .column2--layout .left--area {
  max-width: 495px;
  flex-basis: 495px;
  margin-bottom: 32px;
}
.sec--company .column2--layout .right--area,
.sec--environment .column2--layout .right--area {
  max-width: 585px;
  flex-basis: 585px;
}

/* post */
.post--detail .intro h1 {
  font-size: calc(20px + 12 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .post--detail .intro h1 {
    font-size: 20px;
  }
}
.post--detail .intro .cat--list {
  margin-top: 12px;
}
@media screen and (min-width: 1201px) {
  .post--detail .intro .cat--list {
    margin-top: 16px;
  }
}
.post--detail .intro .cat--list li {
  display: inline-block;
  border: 1px solid #808080;
  font-size: calc(12px + 6 * (100vw - 640px) / 1280);
  margin: 12px 11px 0 0;
}
@media screen and (min-width: 768px) {
  .post--detail .intro .cat--list li {
    margin: 16px 27px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .post--detail .intro .cat--list li {
    font-size: 12px;
  }
}
.post--detail .intro .cat--list li a {
  display: block;
  padding: 4px 20px;
  text-decoration: none;
}
.post--detail .intro--copy {
  margin-top: 48px;
}
@media screen and (min-width: 1201px) {
  .post--detail .intro--copy {
    margin-top: 64px;
  }
}
.post--detail h2 {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-top: 64px;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .post--detail h2 {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .post--detail h2 {
    padding-left: 28px;
  }
}
.post--detail h2:before {
  content: "";
  display: block;
  width: 98%;
  height: 1px;
  background: #F27C0F;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -94%;
}
@media screen and (min-width: 1201px) {
  .post--detail h2:before {
    height: 1.5px;
    left: -100%;
  }
}
.post--detail h2:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  border-radius: 5rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
}
@media screen and (min-width: 1201px) {
  .post--detail h2:after {
    width: 16px;
    height: 16px;
    left: -32px;
  }
}
@media screen and (max-width: 767px) {
  .post--detail h2 {
    font-size: 16px;
  }
}
.post--detail h3 {
  font-size: calc(20px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 1201px) {
  .post--detail h3 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .post--detail h3 {
    font-size: 20px;
  }
}
.post--detail h4 {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-top: 32px;
  position: relative;
  padding-left: 8px;
}
@media screen and (min-width: 1201px) {
  .post--detail h4 {
    margin-top: 48px;
    padding-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .post--detail h4 {
    font-size: 16px;
  }
}
.post--detail h4:before {
  content: "";
  display: block;
  width: 2px;
  height: 18px;
  background: linear-gradient(66.12deg, #414141 0%, #B3B3B3 100%);
  margin-right: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}
@media screen and (min-width: 1201px) {
  .post--detail h4:before {
    width: 4px;
    height: 32px;
  }
}
.post--detail .left-image--layout,
.post--detail .right-image--layout {
  margin-top: 24px;
}
@media screen and (min-width: 1201px) {
  .post--detail .left-image--layout,
  .post--detail .right-image--layout {
    margin-top: 40px;
  }
}
.post--detail .profile.large--profile .box--txt .name {
  display: flex;
  align-items: center;
  font-size: calc(15px + 5 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .post--detail .profile.large--profile .box--txt .name {
    font-size: 15px;
  }
}
.post--detail .profile.large--profile .box--txt .name .position {
  font-size: calc(13px + 3 * (100vw - 640px) / 1280);
  margin-left: 10px;
  margin-bottom: 0;
}
@media screen and (min-width: 1201px) {
  .post--detail .profile.large--profile .box--txt .name .position {
    margin-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  .post--detail .profile.large--profile .box--txt .name .position {
    font-size: 13px;
  }
}
.post--detail .profile.large--profile .box--txt .joining {
  margin-top: 2px;
  font-size: calc(13px + 3 * (100vw - 640px) / 1280);
}
@media screen and (min-width: 1201px) {
  .post--detail .profile.large--profile .box--txt .joining {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .post--detail .profile.large--profile .box--txt .joining {
    font-size: 13px;
  }
}
.post--detail .profile.large--profile .box--txt .comment {
  margin-top: 12px;
}
@media screen and (min-width: 1201px) {
  .post--detail .profile.large--profile .box--txt .comment {
    margin-top: 32px;
  }
}
.post--detail h2 + div {
  margin-top: 32px;
}
@media screen and (min-width: 1201px) {
  .post--detail h2 + div {
    margin-top: 48px;
  }
}
.post--detail h3 + p,
.post--detail h4 + p {
  margin-top: 12px;
}
@media screen and (min-width: 1201px) {
  .post--detail h3 + p,
  .post--detail h4 + p {
    margin-top: 16px;
  }
}

/* common */
.thumb--link_list {
  padding: 16px 0;
  border-top: 1px solid #CACACA;
}
@media screen and (min-width: 1201px) {
  .thumb--link_list {
    padding: 36px 0;
  }
}
.thumb--link_list:last-of-type {
  border-bottom: 1px solid #CACACA;
}
.thumb--link_list a {
  text-decoration: none;
  position: relative;
}
.thumb--link_list a .btn--minicircle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.thumb--link_list .txt--area {
  position: relative;
  padding-left: 20px;
  padding-right: 58px;
  flex: 1;
}
.thumb--link_list .txt--area h3 {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .thumb--link_list .txt--area h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .thumb--link_list .txt--area h3 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .thumb--link_list .txt--area h3 {
    padding-bottom: 12px;
  }
}
.thumb--link_list .txt--area h3 span {
  display: block;
  font-size: calc(11px + 9 * (100vw - 640px) / 1280);
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .thumb--link_list .txt--area h3 span {
    font-size: 11px;
  }
}
.thumb--link_list .txt--area p {
  font-size: calc(12px + 4 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .thumb--link_list .txt--area p {
    font-size: 12px;
  }
}
.thumb--link_list figure {
  max-width: 80px;
  flex-basis: 80px;
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .thumb--link_list figure {
    max-width: 120px;
    flex-basis: 120px;
  }
}

.column2--layout {
  /*
  &.right-image--layout {
  	.txt--area {
  		order: 2;
  		@include mq(xl-min) {
  			order: 1;
  		}
  	}
  	figure {
  		order: 1;
  		@include mq(xl-min) {
  			order: 2;
  		}
  	}
  }
  &.left-image--layout {
  	.txt--area {
  		order: 1;
  		@include mq(xl-min) {
  			order: 2;
  		}
  	}
  	figure {
  		order: 2;
  		@include mq(xl-min) {
  			order: 1;
  		}
  	}
  }
  */
}
@media screen and (min-width: 1201px) {
  .column2--layout > .thumb--link_list {
    border-top: 1px solid #CACACA;
    border-bottom: 1px solid #CACACA;
    max-width: 560px;
    flex-basis: 560px;
    width: 100%;
  }
}
.column2--layout.right-image--layout figure, .column2--layout.left-image--layout figure {
  max-width: 480px;
  flex-basis: 480px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .column2--layout.right-image--layout .txt--area, .column2--layout.left-image--layout .txt--area {
    flex: 1;
  }
}
@media screen and (min-width: 1201px) {
  .column2--layout.right-image--layout:not(:last-of-type), .column2--layout.left-image--layout:not(:last-of-type) {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .column2--layout.right-image--layout:not(:last-of-type), .column2--layout.left-image--layout:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
.column2--layout.right-image--layout .copy, .column2--layout.left-image--layout .copy {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  line-height: 180%;
}
@media screen and (min-width: 768px) {
  .column2--layout.right-image--layout .copy, .column2--layout.left-image--layout .copy {
    line-height: 240%;
  }
}
@media screen and (max-width: 767px) {
  .column2--layout.right-image--layout .copy, .column2--layout.left-image--layout .copy {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .column2--layout.right-image--layout .copy, .column2--layout.left-image--layout .copy {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .column2--layout.right-image--layout figure {
    margin-left: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .column2--layout.right-image--layout figure {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .column2--layout.left-image--layout figure {
    margin-right: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .column2--layout.left-image--layout figure {
    margin-bottom: 24px;
  }
}

.box--flow {
  position: relative;
  padding-left: 28px;
  padding-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .box--flow {
    padding-left: 52px;
    padding-bottom: 80px;
  }
}
.box--flow:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #F27C0F;
  position: absolute;
  top: 16px;
  left: 7px;
}
@media screen and (min-width: 1201px) {
  .box--flow:not(:last-of-type):after {
    top: 20px;
    left: 9px;
  }
}
.box--flow .ttl--flow {
  position: relative;
  font-size: calc(16px + 8 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 1201px) {
  .box--flow .ttl--flow {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .box--flow .ttl--flow {
    font-size: 16px;
  }
}
.box--flow .ttl--flow:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: #F27C0F;
  border-radius: 5rem;
  position: absolute;
  top: 5px;
  left: -28px;
}
@media screen and (min-width: 1201px) {
  .box--flow .ttl--flow:before {
    width: 21px;
    height: 21px;
    top: 10px;
    left: -52px;
  }
}
@media screen and (min-width: 768px) {
  .box--flow .box--img {
    margin-right: 64px;
    max-width: 360px;
    flex-basis: 360px;
  }
}
@media screen and (max-width: 1200px) {
  .box--flow .box--img {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 768px) {
  .box--flow .box--txt {
    flex: 1;
  }
}

.group--btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.group--btn .btn {
  margin: 0 30px 10px;
}
@media screen and (max-width: 767px) {
  .group--btn .btn {
    margin: 0 0 10px;
  }
}
.group--btn2 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.group--btn2 .btn {
  margin: 0 20px 10px;
}
@media screen and (max-width: 767px) {
  .group--btn2 .btn {
    margin: 0 0 10px;
  }
}

@media screen and (min-width: 1201px) {
  .area--comment.right--img .left--area {
    max-width: 750px;
    flex-basis: 750px;
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .area--comment.right--img .right--area {
    margin-left: 120px;
    max-width: 57.41%;
    flex-basis: 57.41%;
  }
}
@media screen and (max-width: 1200px) {
  .area--comment.right--img .right--area {
    margin-top: 32px;
    margin: 32px -16px 0 auto;
    max-width: 100%;
    flex-basis: 100%;
    text-align: right;
  }
}
@media screen and (min-width: 1201px) {
  .area--comment.left--img {
    margin: 0 calc(50% - 50vw);
  }
}
@media screen and (min-width: 1201px) {
  .area--comment.left--img .left--area {
    margin-right: 120px;
  }
}
@media screen and (max-width: 1200px) {
  .area--comment.left--img .left--area {
    margin: 0 auto 32px -16px;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .area--comment.left--img .right--area {
    max-width: 39.56%;
    flex-basis: 39.56%;
  }
}
@media screen and (min-width: 1201px) {
  .area--comment {
    display: flex;
    width: 100vw;
  }
  .area--comment:not(:last-of-type) {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1200px) {
  .area--comment {
    margin-bottom: 40px;
  }
}

.box--comment {
  display: table;
  margin-bottom: 40px;
}
.box--comment > div {
  display: table-cell;
  vertical-align: top;
}
.box--comment .box--img {
  width: 80px;
}
@media screen and (min-width: 1201px) {
  .box--comment .box--img {
    width: 120px;
  }
}
.box--comment .box--img p {
  text-align: center;
  font-weight: 700;
}
.box--comment .box--txt {
  padding-left: 24px;
}
@media screen and (min-width: 1201px) {
  .box--comment .box--txt {
    padding-left: 48px;
    padding-top: 17px;
  }
}

.profile {
  margin-bottom: 48px;
}
@media screen and (min-width: 1201px) {
  .profile {
    margin-bottom: 83px;
  }
}
@media screen and (max-width: 1200px) {
  .profile figure {
    margin-bottom: 16px;
  }
}
.profile figure .name {
  font-size: calc(15px + 1 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .profile figure .name {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) {
  .profile.large--profile figure {
    margin-right: 60px;
  }
}
@media screen and (min-width: 768px) {
  .profile.large--profile .box--txt {
    flex: 1;
  }
}
.profile.large--profile .box--txt .name {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .profile.large--profile .box--txt .name {
    font-size: 16px;
  }
}
.profile.large--profile .box--txt .position {
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .profile.large--profile .box--txt .position {
    margin-bottom: 32px;
  }
}
.profile.small--profile {
  justify-content: center;
}
@media screen and (min-width: 1201px) {
  .profile.small--profile > div {
    flex: 1;
    max-width: 410px;
    flex-basis: 410px;
    margin: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .profile.small--profile > div {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1201px) {
  .profile.small--profile figure {
    margin-bottom: 12px;
  }
}
.profile.small--profile .name {
  color: #F27C0F;
}

.blog--list {
  display: flex;
  flex-wrap: wrap;
}
.blog--list article {
  width: 100%;
}
@media screen and (min-width: 1201px) {
  .blog--list article {
    background: #fff;
    border: 1px solid #CACACA;
    max-width: 360px;
    flex-basis: 360px;
    margin: 0 30px;
  }
}
@media screen and (max-width: 1200px) {
  .blog--list article {
    border-bottom: 1px solid #CACACA;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1201px) {
  .blog--list article:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) {
  .blog--list article:last-of-type {
    margin-right: 0;
  }
}
.blog--list article a {
  position: relative;
  text-decoration: none;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .blog--list article figure {
    display: none;
  }
}
.blog--list article .txt--area {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1201px) {
  .blog--list article .txt--area {
    padding: 24px 48px 24px 16px;
    min-height: 171px;
    max-height: 171px;
  }
}
@media screen and (max-width: 1200px) {
  .blog--list article .txt--area {
    padding-right: 66px;
  }
}
.blog--list article .txt--area .btn--minicircle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}
.blog--list article .txt--area h3 {
  font-size: calc(16px + 2 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .blog--list article .txt--area h3 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1201px) {
  .blog--list article .txt--area h3 {
    padding-top: 12px;
  }
}
@media screen and (max-width: 1200px) {
  .blog--list article .txt--area h3 {
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .blog--list article .txt--area h3 {
    font-size: 15px;
  }
}
.blog--list article .txt--area .label {
  display: inline-block;
  border: 1px solid #808080;
  background: #fff;
  color: #808080;
  padding: 2px 16px;
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
  margin-bottom:4px;
}
@media screen and (max-width: 767px) {
  .blog--list article .txt--area .label {
    font-size: 12px;
  }
}

.flow--number dl {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.flow--number dl:not(:last-of-type):after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #f27c0f;
  position: absolute;
  top: 2px;
  left: 23px;
  z-index: -1;
}
@media screen and (min-width: 1201px) {
  .flow--number dl:not(:last-of-type):after {
    left: 30px;
  }
}
.flow--number dl dt {
  background: #F27C0F;
  border-radius: 5rem;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  color: #fff;
  text-align: center;
  margin-right: 16px;
}
@media screen and (min-width: 1201px) {
  .flow--number dl dt {
    margin-right: 32px;
    width: 64px;
    height: 64px;
    line-height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .flow--number dl dt {
    font-size: 16px;
  }
}
.flow--number dl dd {
  flex: 1;
}
@media screen and (min-width: 1201px) {
  .flow--number dl dd {
    padding-top: 10px;
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 1200px) {
  .flow--number dl dd {
    padding-top: 11px;
    margin-bottom: 24px;
  }
}
.flow--number dl dd .point {
  font-size: calc(16px + 8 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .flow--number dl dd .point {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .flow--number dl dd .point {
    font-size: 16px;
  }
}

.column1--entry a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .column1--entry a {
    padding: 65px 0 63px;
  }
}
@media screen and (max-width: 1200px) {
  .column1--entry a {
    color: #fff;
    padding: 32px 0;
  }
}
@media screen and (max-width: 767px) {
  .column1--entry a {
    padding-bottom: 46px;
  }
}
.column1--entry a:hover {
  color: #fff;
}
.column1--entry a:hover span {
  color: #fff;
}
.column1--entry a .btn--minicircle {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 1201px) {
  .column1--entry a .btn--minicircle {
    width: 64px;
    height: 64px;
    bottom: 63px;
  }
}
@media screen and (max-width: 1200px) {
  .column1--entry a .btn--minicircle {
    bottom: 32px;
  }
}
@media screen and (min-width: 1201px) {
  .column1--entry a .btn--minicircle:before {
    font-size: 22px;
    line-height: 64px;
  }
}
@media screen and (min-width: 1201px) {
  .column1--entry a .btn--minicircle:after {
    width: 64px;
    height: 64px;
    bottom: 60px;
    right: 80px;
  }
}
.column1--entry h2 {
  font-size: calc(28px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
}
@media screen and (min-width: 1201px) {
  .column1--entry h2 {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .column1--entry h2 {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .column1--entry h2 {
    font-size: 28px;
  }
}
.column1--entry h2 span {
  display: block;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-size: calc(13px + 7 * (100vw - 640px) / 1280);
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .column1--entry h2 span {
    color: #F27C0F;
  }
}
@media screen and (max-width: 1200px) {
  .column1--entry h2 span {
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  .column1--entry h2 span {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .column1--entry p {
    padding-bottom: 57px;
  }
}

.bg--gray {
  background: #F2F2F2;
}

.sec--entry {
  position: relative;
  pointer-events: none;
}
@media screen and (min-width: 1201px) {
  .sec--entry:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry_entry.jpg);
/*    background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry_entry@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry_entry@2x.jpg) 2x);*/    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec--entry:hover:before {
    opacity: 1;
  }
  .sec--entry .column1--entry {
    pointer-events: auto;
  }
}
@media screen and (max-width: 1200px) {
  .sec--entry {
    background-image: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg);
  /*  background-image: image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);
    background-image: -webkit-image-set(url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry.jpg) 1x, url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/bg_entry@2x.jpg) 2x);*/
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.color--blue {
  color: #1A0DAB;
}

.ml--auto {
  margin-left: auto;
}

.mr--auto {
  margin-right: auto;
}

.mb {
  margin-bottom: 20px;
}
@media screen and (min-width: 1201px) {
  .mb {
    margin-bottom: 40px;
  }
}/*# sourceMappingURL=style.css.map */
@charset "UTF-8";
p {
  font-size: calc(14px + 2 * (100vw - 640px) / 1280);
}

.no-mb {
  margin-bottom: 0;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.btnone {
  border-top: none;
}

.bread {
  border-bottom: 1px solid #CACACA;
  margin: 0 auto;
}

.bread ul {
  display: flex;
  padding: 12px 16px;
}

.bread ul li:not(:last-of-type):after {
  content: "＞";
  color: #F27C0F;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 8px 0 12px;
  position: relative;
  top: 0px;
}

@media (min-width: 1201px) {
  .sec:last-of-type {
    padding-bottom: 100px;
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .sec:last-of-type {
    padding: 48px 0;
  }
  .thumb--link_list {
    width: 100%;
  }
}
.page__business .sec__ttl {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page__business .sec__ttl {
    font-size: 16px;
  }
}
.page__business .solution__img {
  text-align: center;
}
.page__business .item__icon {
  width: 80px;
  margin: 0 auto 20px;
}
.page__business .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__business .flex__item3 {
  width: 28%;
}
@media (max-width: 767px) {
  .page__business .flex__item3 {
    width: 100%;
  }
}
.page__business .item__ttl {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}
.page__business .item__txt {
  margin-bottom: 30px;
}
.page__business .sm-ttl {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 50px;
}
@media (max-width: 767px) {
  .page__business .sm-ttl {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.page__business .evidence__img {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page__business .evidence__img {
    margin-top: 30px;
  }
}
.page__business .itc__img {
  text-align: center;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .page__business .itc__img {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .page__flow p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
  }
}
.page__flow .box--flow:last-of-type {
  padding-bottom: 0;
}
.page__flow .box--flow .ttl--flow:before {
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 1201px) {
  .page__flow .box--flow .ttl--flow:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .page__flow .box--flow .ttl--flow:before {
    transform: translateY(0);
    top: 5px;
  }
}
.page__flow .tab-area {
  margin-top: 100px;
  margin-bottom: -50px;
}
.page__flow .tab-area.bottom {
  margin-top: 50px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .page__flow .tab-area {
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .page__flow .tab-area.bottom {
    margin-top: 30px;
    margin-bottom: 0px;
  }
 }
@media (max-width: 767px) {
  .page__flow .group--btn2 {
    justify-content: space-between;
    padding: 0 16px;
  }
  .page__flow .group--btn2 .btn {
    width: 48%;
  }
}
.page__flow .ttl--flow {
  display: flex;
}
.page__flow .time--flow {
  min-width: 60px;
}
.page__flow .content--flow {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page__flow .content--flow {
    padding-left: 0;
  }
}
.page__flow .content--flow02 {
  padding-left: 20px;
}

@media (min-width: 1201px) {
  .page__pj-story .sec:first-of-type {
    padding: 100px 0 0;
  }
}
@media (max-width: 767px) {
  .page__pj-story p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
  }
}
.page__pj-story .sec__ttl {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .page__pj-story .sec__ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
.page__pj-story .d-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__pj-story .flex__item3 {
  width: 28%;
}
@media (max-width: 767px) {
  .page__pj-story .flex__item3 {
    width: 100%;
  }
  .page__pj-story .flex__item3:last-of-type .item__txt {
    margin-bottom: 0;
  }
}
.page__pj-story .item__img {
  margin-bottom: 10px;
}
.page__pj-story .item__ttl {
  font-size: calc(14px + 2 * (100vw - 640px) / 1280);
  font-weight: 700;
  margin-bottom: 5px;
  color: #F27C0F;
}
.page__pj-story .item__sub-ttl {
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
  margin-bottom: 12px;
}
.page__pj-story .item__txt {
  margin-bottom: 40px;
}
.page__pj-story .pj-story__kv {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media (min-width: 1201px) {
  .page__pj-story .area--comment:not(:last-of-type) {
    margin-bottom: 40px;
  }
}
.page__pj-story .right--img .right--area {
  max-width: fit-content;
  flex-basis: auto;
  padding-left: 20px;
}

@media (min-width: 1201px) {
  .page__crosstalk .sec:first-of-type {
    padding: 100px 0 0;
  }
}
.page__crosstalk .mb80 {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page__crosstalk .mb80 {
    margin-bottom: 56px;
  }
}
@media (max-width: 767px) {
  .page__crosstalk .position {
    margin-bottom: 12px !important;
  }
}
@media (max-width: 767px) {
  .page__crosstalk .area--comment {
    margin-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .page__crosstalk .column2--layout.profile {
    margin-bottom: 28px;
  }
}
.page__crosstalk .sec__ttl {
  font-size: calc(16px + 12 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .page__crosstalk .sec__ttl {
    font-size: 20px;
    margin-bottom: 32px;
  }
}
@media (min-width: 1201px) {
  .page__crosstalk .area--comment.no-mb {
    margin-bottom: 0px;
  }
}
.page__crosstalk .lg-comment {
  font-size: calc(16px + 16 * (100vw - 640px) / 1280);
  margin: 120px auto;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page__crosstalk .lg-comment {
    font-size: 16px;
    margin: 64px auto;
  }
}
@media (min-width: 1201px) {
  .page__crosstalk .profile.small--profile {
    margin-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .page__crosstalk .name {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .page__crosstalk .position {
    margin-bottom: 12px;
  }
}

@media (min-width: 1201px) {
  .page__message .sec:first-of-type {
    padding: 100px 0 0;
  }
}
.page__message .message__kv {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .page__message .message__kv {
    margin-bottom: 40px;
  }
}
.page__message .message__copy01 {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  text-align: center;
  line-height: 180%;
}
.page__message .message__img {
  max-width: 880px;
  margin: 0 auto 40px;
}

@media (min-width: 1201px) {
  .page__corporate .sec:first-of-type {
    padding: 100px 0 0;
  }
  .page__corporate .tbl--border {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page__corporate .tbl--border tr:first-of-type th {
    padding-top: 0;
  }
}
.page__corporate .tbl--border tr th,
.page__corporate .tbl--border tr td {
  line-height: 1.8;
}
.page__corporate .d-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.page__corporate .corporate__img {
  width: 56%;
}
@media (max-width: 767px) {
  .page__corporate .corporate__img {
    width: 100%;
    margin-top: 20px;
  }
}
.page__corporate .corporate__img img {
  width: 100%;
}
.page__corporate .corporate__txt {
  width: 35%;
  line-height: 2.4;
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
}
@media (max-width: 767px) {
  .page__corporate .corporate__txt {
    width: 100%;
    line-height: 2;
  }
}
.page__corporate .sec__ttl {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page__corporate .sec__ttl {
    font-size: 16px;
  }
}
.page__corporate .icon_map {
  color: #1A0DAB;
}
.page__corporate .icon_map::after {
  content: "";
  display: inline-block;
  background: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/corporate/icon_map.png) no-repeat;
  width: 20px;
  height: 15px;
  background-size: contain;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .page__corporate .icon_map::after {
    height: 10px;
  }
}
.page__corporate .flex__item2 {
  width: 47%;
}
@media (max-width: 767px) {
  .page__corporate .flex__item2 {
    width: 100%;
  }
  .page__corporate .flex__item2:first-of-type {
    margin-bottom: 20px;
  }
}
.page__corporate .googlemap {
  width: 100%;
}
.page__corporate .googlemap .hs-responsive-embed {
  max-width: 640px !important;
  min-height: 480px !important;
  margin: 0 auto 60px !important;
}
@media (max-width: 767px) {
  .page__corporate .googlemap .hs-responsive-embed {
    min-height: 200px !important;
    margin: 0 auto 40px !important;
  }
}
.page__corporate .googlemap .hs-responsive-embed > div {
  min-height: 480px;
}
@media (max-width: 767px) {
  .page__corporate .googlemap .hs-responsive-embed > div {
    min-height: 200px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page__corporate .mb-sm {
    margin-bottom: 12px;
  }
}
.page__corporate .mb64 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .page__corporate .mb64 {
    margin-bottom: 32px;
  }
}

@media (min-width: 1201px) {
  .page__environment .sec:first-of-type {
    padding: 100px 0 0;
  }
}
.page__environment .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page__environment .d-flex::after {
  content: "";
  display: block;
  width: 30%;
}
.page__environment .flex__item3 {
  width: 30%;
  border-radius: 10px;
  background: #E5F0FE;
  padding: 20px 30px 30px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page__environment .flex__item3 {
    width: 47%;
    margin-bottom: 20px;
    padding: 20px 15px 20px;
  }
}
.page__environment .env-icon {
  text-align: center;
  width: 88px;
  margin: 0 auto 15px;
}
@media (max-width: 767px) {
  .page__environment .env-icon {
    margin-bottom: 10px;
  }
  .page__environment .env-icon img {
    width: 50px;
  }
}
.page__environment .env-ttl {
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
}

.page__education {
  /* タイトルの背景色 */
  /* 矢印 */
}
@media (min-width: 1201px) {
  .page__education .sec:first-of-type {
    padding: 100px 0 0;
  }
}
.page__education .mb0 {
  margin-bottom: 0;
}
.page__education .align-right {
  margin-top: 10px;
  text-align: right;
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
}
.page__education .d-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page__education .d-flex {
    justify-content: space-between;
  }
}
.page__education .flex__item3 {
  width: 33%;
  padding-right: 40px;
}
@media (max-width: 767px) {
  .page__education .flex__item3 {
    width: 47%;
    padding-right: 0;
  }
}
.page__education td {
  font-size: calc(12px + 2 * (100vw - 640px) / 1280);
  padding: 12px 0;
}
.page__education .table__ttl {
  font-size: calc(16px + 4 * (100vw - 640px) / 1280);
  font-weight: 700;
  position: relative;
  padding-left: 15px;
  margin-top: 40px;
  margin-bottom: 10px;
}
.page__education .table__ttl::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  background: linear-gradient(66.12deg, #414141 0%, #B3B3B3 100%);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0;
}
.page__education .comment__txt {
  background: #F2F2F2;
  padding: 20px 20px 30px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .page__education .comment__txt {
    margin-bottom: 80px;
    padding: 20px;
  }
}
.page__education .comment__txt::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: url(https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/education/kaku.png) no-repeat;
  width: 40px;
  height: 40px;
  z-index: 10;
  background-size: contain;
}
@media (max-width: 767px) {
  .page__education .comment__txt::before {
    width: 30px;
    left: 40%;
  }
}
.page__education .comment__txt .icon-edu {
  width: 100px;
  position: absolute;
  right: 20px;
  bottom: -80px;
}
@media (max-width: 767px) {
  .page__education .comment__txt .icon-edu {
    width: 64px;
    right: 10px;
    bottom: -50px;
  }
}
.page__education .accordion {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
}
.page__education .accordion-title {
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  padding: 12px;
}
.page__education .accordion-content {
  display: none;
}
.page__education .accordion-content p {
  font-size: 13px;
  line-height: 1.5;
}
.page__education .accordion-item:nth-of-type(1) .accordion-title {
  border: 1px solid #F27C0F;
  margin-top: 15px;
}
.page__education .accordion-title {
  position: relative;
}
.page__education .accordion-title::after {
  border-right: solid 2px #F27C0F;
  border-top: solid 2px #F27C0F;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  left: calc(50% - 4px);
  transform: rotate(135deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  width: 8px;
  top: 36%;
}
.page__education .accordion-title.open::after {
  top: 47%;
  transform: rotate(-45deg);
}
.page__education .table__td {
  padding: 15px 0 10px;
  border-bottom: 1px solid #CACACA;
}

@media (max-width: 767px) {
  .page__entry p {
    font-size: 15px;
    line-height: 180%;
    letter-spacing: 0.06em;
  }
}
.page__entry .box--flow:last-of-type {
  padding-bottom: 0;
}
.page__entry .box--flow .ttl--flow:before {
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  top: 50%;
}
@media (min-width: 1201px) {
  .page__entry .box--flow .ttl--flow:before {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 767px) {
  .page__entry .box--flow .ttl--flow:before {
    transform: translateY(0);
    top: 5px;
  }
}
.page__entry .tab-area {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page__entry .tab-area {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page__entry .group--btn2 {
    justify-content: space-between;
    padding: 0 16px;
  }
  .page__entry .group--btn2 .btn {
    width: 48%;
  }
}
.page__entry .ttl--flow {
  display: flex;
}
.page__entry .time--flow {
  min-width: 60px;
}
.page__entry .content--flow {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .page__entry .content--flow {
    padding-left: 0;
  }
}

.page__entry .form-columns-2 {
  max-width: 100% !important;
  display: flex;
  justify-content: space-between;
}
.page__entry .form-columns-2 > div{
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page__entry .form-columns-2 > div{
    margin-bottom: 24px;
  }
}
.page__entry .form-columns-2 .hs-fieldtype-text {
  width: 47%;
}
.page__entry fieldset:first-child .hs-main-font-element {
  display: none;
}
.page__entry .form-columns-2 input {
  width: 100%;
}
@media (max-width: 767px) {
  .page__entry .form-columns-2 .input {
    margin-right: 0 !important;
  }
}
.page__entry .form-columns-2 .hs-form-field {
  width: 47% !important;
}
.page__entry input ,
.page__entry select {
  background: #F2F2F2;
  border: 1px solid #CACACA;
  padding: 18px 24px;
  widht:100%!important;
}
#application_type-fc63c88e-5cd3-417b-9f94-caec135b30e3.hs-input {
    width: 100%;
}
.page__entry label span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
  display: inline-block;
}
@media (max-width: 767px) {
  .page__entry label span {
    font-size: 15px;
  }
}
.page__entry .form-columns-1 {
  max-width: 100%;
}
.page__entry .form-columns-1 div{
  margin-bottom: 40px;
}
.page__entry .form-columns-1 input {
  width: 100% !important;
}
@media (max-width: 767px) {
  .page__entry .form-columns-1 div{
    margin-bottom: 24px;
  }
}
.page__entry .form-columns-1 .hs-form-booleancheckbox {
  max-width: 880px;
  margin: 0 auto;
}
.page__entry .form-columns-1 fieldset:nth-of-type(10) {
  display: none;
}
.page__entry .hs_recaptcha {
  display: flex;
  justify-content: start;
  max-width: 880px;
  margin: 0 auto;
}
.page__entry .hs-form-booleancheckbox input {
  margin-right: 10px;
}
.page__entry .hs_submit {
  text-align: center;
}
.page__entry .actions {
  text-align: center;
  /*キラッと光る基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  color: #fff;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  margin-top: 64px;
  max-width: 320px;
  margin: 64px auto 0;
  width: 100%;
  /*hoverした際の移動のアニメーション*/
}
@media (max-width: 767px) {
  .page__entry .actions {
    margin: 40px auto 0;
  }
}
.page__entry .actions::before {
  content: "";
  /*絶対配置でキラッと光るの位置を決める*/
  position: absolute;
  top: 0;
  left: -75%;
  /*キラッと光る形状*/
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.page__entry .actions:hover::before {
  animation: shine 1s;
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.page__entry .actions input {
  font-weight: 700;
  color: #fff;
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  cursor: pointer;
  width: 100% !important;
  max-width: 320px !important;
  border: none;
  border-radius: 50px;
}
.page__entry .hs_error_rollup {
  color: #FF0000;
  margin-top: 5px;
  text-align: center;
}
.page__entry .hs-error-msg {
  margin-top: 5px;
  display: block;
  color: #FF0000;
}
.page__entry .hs-form-required {
  color: #FF0000;
}
.page__entry .form01 .form-columns-1:nth-of-type(5), .page__entry .form01 .form-columns-1:nth-of-type(6) {
  max-width: 530px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .page__entry .form01 .form-columns-1:nth-of-type(5) .hs-input, .page__entry .form01 .form-columns-1:nth-of-type(6) .hs-input {
    width: 100% !important;
  }
}
.page__entry .form01 .form-columns-1:nth-of-type(7) {
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
  margin-bottom: 0;
}
.page__entry .form01 .form-columns-1:nth-of-type(7) p {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.page__entry .form01 fieldset:nth-of-type(4) .hs-richtext {
  display: none;
}
.page__entry .form01 fieldset:nth-of-type(7) {
  max-width: 100%;
  text-align: center;
  padding-top: 40px;
}
.page__entry .form01 fieldset:nth-of-type(10) {
  display: none;
}
.page__entry .form01 fieldset:nth-of-type(8) {
  margin: 0 auto 50px;
  max-width: 880px;
  padding: 30px;
  height: 240px;
  overflow-y: scroll;
  border: 1px solid #CACACA;
  border-radius: 5px;
}
.page__entry .form02 .grecaptcha-badge {
  width: 100% !important;
}
.page__entry .form02 .form-columns-1 .hs_resume_file, .page__entry .form02 .form-columns-1 .hs_resume, .page__entry .form02 .form-columns-1 .hs_resume_other{
  max-width: 530px !important;
  width: 100% !important;
}
@media (max-width: 767px) {
  .page__entry .form02 .form-columns-1  .hs_resume .hs-input, .page__entry .form02 .form-columns-1  .hs_resume, .hs-input, .page__entry .form02 .form-columns-1 .hs_resume_other .hs-input {
    width: 100% !important;
  }
}
.page__entry .form02 fieldset:nth-of-type(4) .hs-richtext ,
.page__entry .form02 fieldset:nth-of-type(5) .hs-richtext {
  display: none;
}
.page__entry .form02 fieldset.form-columns-0 {
  max-width: 100% !important;
  width: 100% !important;
  text-align: center;
  margin-bottom: 0;
}
.page__entry .form02 .form-privacy {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 40px;
}
.page__entry .form02 fieldset .form-privacy_ｔｘｔ ,.page__entry .form02 fieldset #form-privacy_ｔｘｔ{
  margin: 0 auto 50px;
  max-width: 880px;
  padding: 30px;
  height: 240px;
  overflow-y: scroll;
  border: 1px solid #CACACA;
  border-radius: 5px;
  text-align: left;

}
.page__entry .form02 fieldset .hs_persona{
  display: none;
}

.sec--entry a {
  pointer-events: all !important;
}

#privacy_policy_check-000aa87e-dbc7-48c3-9090-cc07db5c8739,
#privacy_policy_check-69ca6b98-244e-4444-a28a-d86d3f940844 ,
li.hs-form-booleancheckbox input.hs-input{
  width: 100% !important;
  max-width: 15px !important;
}

/*@media (min-width: 767px) {
  .sec--entry {
    position: relative;
  }
  .sec--entry::after {
    content: "";
    display: block;
    background: url(https://www.it-comm.co.jp/hubfs/assets-recruit/images/common/new_bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -10;
    opacity: 0;
    background-position: bottom;
  }
  .sec--entry:hover::after {
    content: "";
    display: block;
    background: url(https://www.it-comm.co.jp/hubfs/assets-recruit/images/common/new_bg.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: 10;
    opacity: 1;
    transition: 0.5s;
    background-position: bottom;
  }
  .sec--entry a {
    z-index: 20;
    left: 0;
  }
}*/
@media (max-width: 767px) {
  #privacy_policy_check-69ca6b98-244e-4444-a28a-d86d3f940844,
  #privacy_policy_check-000aa87e-dbc7-48c3-9090-cc07db5c8739 {
    transform: scale(0.4);
    margin: 0px;
  }
  .hs-form-booleancheckbox-display {
    display: flex;
    margin: 0;
    margin-left: -10px;
  }
  .hs-form-booleancheckbox-display span {
    white-space: nowrap;
    margin-bottom: 0;
    padding-top: 3px;
    margin-left: -6px;
  }
}/*# sourceMappingURL=addition.css.map */
@charset "UTF-8";
/* ====================================================
Media Quary
==================================================== */
.sec.pt {
  padding: 50px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec.pt {
    padding: 28px 0 48px;
  }
}

.slide--members_interview {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1201px) {
  .slide--members_interview {
    padding: 50px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .slide--members_interview {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .slide--members_interview article {
    margin: 0 auto 32px;
  }
}
@media screen and (min-width: 1201px) {
  .slide--members_interview article {
    margin: 0 0 60px 0;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .slide--members_interview article:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1201px) and (min-width: 1201px) {
  .slide--members_interview article:last-of-type {
    margin-right: 0;
  }
}

.pagenavi-btn {
  padding-top: 20px;
  margin: auto;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pagenavi-btn {
    padding-top: 8px;
  }
}
.pagenavi-btn li {
  display: inline-block;
  text-align: center;
  margin: 0 2px;
  font-size: calc(14px + 2 * (100vw - 640px) / 1280);
  color: #fff;
  cursor: pointer;
}
.pagenavi-btn li a {
  width: 40px;
  height: 40px;
  display: inline-block;
  padding: 0;
  line-height: 38px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .pagenavi-btn li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
  }
}
@media screen and (min-width: 768px) {
  .pagenavi-btn li a:hover {
    background: #F27C0F;
    color: #FFF;
  }
}
.pagenavi-btn li:first-of-type {
  margin-right: 34px;
}
.pagenavi-btn li:first-of-type a {
  background: url("https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/oar_l.png") 50% 50% no-repeat;
  background-size: 6px 10px;
}
@media screen and (min-width: 768px) {
  .pagenavi-btn li:first-of-type a:hover {
    background: url("https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/war_l.png") 50% 50% no-repeat #F27C0F;
    background-size: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi-btn li:first-of-type {
    margin-right: 19px;
  }
}
.pagenavi-btn li:last-of-type {
  margin-left: 34px;
}
.pagenavi-btn li:last-of-type a {
  background: url("https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/oar_r.png") 50% 50% no-repeat;
  background-size: 6px 10px;
}
@media screen and (min-width: 768px) {
  .pagenavi-btn li:last-of-type a:hover {
    background: url("https://recruit.it-comm.co.jp/hubfs/assets-recruit/images/common/war_r.png") 50% 50% no-repeat #F27C0F;
    background-size: 6px 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi-btn li:last-of-type {
    margin-left: 19px;
  }
}
.pagenavi-btn .active {
  background: #F27C0F;
  color: #FFF;
}
.pagenavi-btn .group--btn a {
  width: 380px;
  line-height: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .pagenavi-btn .group--btn a {
    line-height: 46px;
    height: 46px;
    width: 242px;
  }
}
.pagenavi-btn .group--btn .btn {
  margin: 0 0px -25px;
}
@media screen and (max-width: 767px) {
  .pagenavi-btn .group--btn .btn {
    margin: 0 0px -16px;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 40px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 32px !important;
  }
}

.mb160 {
  margin-bottom: 160px !important;
}
@media screen and (max-width: 767px) {
  .mb160 {
    margin-bottom: 64px !important;
  }
}

/* ====================================================
bread
==================================================== */
.bread {
  border-bottom: 1px solid #CACACA;
  margin: 0 auto;
}
.bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
}
.bread ul li {
  display: inline-block;
}
.bread ul li:not(:last-of-type):after {
  content: "＞";
  color: #F27C0F;
  font-weight: bold;
  display: inline-block;
  background: #FFF;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0 8px 0 12px;
  position: relative;
  top: 0px;
}

.btnone {
  border-top: none;
}

.sec.bg--gray:last-of-type.mb0 {
  margin-bottom: 0 !important;
}

/* ====================================================
interview
==================================================== */
h3.ttl_h3 {
  font-weight: 700;
  font-size: calc(20px + 12 * (100vw - 640px) / 1280);
  line-height: 46px;
  letter-spacing: 0.06em;
  margin-bottom: 64px;
}
@media screen and (max-width: 767px) {
  h3.ttl_h3 {
    margin-bottom: 40px;
  }
}

.sec.interview,
.sec.rec,
.sec.page404 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .sec.interview,
.sec.rec,
.sec.page404 {
    padding-top: 64px;
  }
}
.sec.interview .name,
.sec.rec .name,
.sec.page404 .name {
  margin-bottom: 16px;
  font-size: calc(15px + 5 * (100vw - 640px) / 1280);
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .sec.interview .name,
.sec.rec .name,
.sec.page404 .name {
    margin-bottom: 8px;
  }
}
.sec.interview .name span,
.sec.rec .name span,
.sec.page404 .name span {
  font-size: calc(14px + 2 * (100vw - 640px) / 1280);
  padding-left: 1em;
}
.sec.interview .position,
.sec.rec .position,
.sec.page404 .position {
  margin-bottom: 32px;
  font-size: calc(14px + 2 * (100vw - 640px) / 1280);
}
@media screen and (max-width: 767px) {
  .sec.interview .position,
.sec.rec .position,
.sec.page404 .position {
    margin-bottom: 12px;
  }
}
.sec.interview .tbl--border tr td,
.sec.rec .tbl--border tr td,
.sec.page404 .tbl--border tr td {
  line-height: 180%;
}
.sec.interview .txt--area,
.sec.rec .txt--area,
.sec.page404 .txt--area {
  margin: 0 auto;
}

.sec.page404 {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .sec.page404 {
    padding-bottom: 54px;
  }
}

/* ====================================================
blog
==================================================== */
.sec.blog {
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  .sec.blog {
    padding: 64px 0 64px;
  }
}
.sec.blog #blog_tag {
  padding: 0px inherit 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sec.blog #blog_tag {
    padding: 0px inherit 56px;
  }
}
.sec.blog #blog_tag li {
  margin-right: 40px;
}
.sec.blog #blog_tag li a {
  padding: 4px 20px;
  color: #808080;
  border: 1px solid #808080;
  text-decoration: none;
  font-weight: 400;
  font-size: calc(14px + 4 * (100vw - 640px) / 1280);
}
.sec.blog #blog_tag li.current a {
  color: #FFF;
  background: #808080;
}
.sec.blog .blog--list {
  padding-top: 80px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec.blog .blog--list article {
  margin: 0 0 60px;
}
@media screen and (max-width: 767px) {
  .sec.blog .blog--list article {
    margin: 0 0 20px;
  }
}
.sec.blog .blog--list article figure {
  position: relative;
  width: 360px;
  height: 180px;
}
.sec.blog .blog--list article figure img {
  position: absolute;
  top: 0;
  left: 0;
}
.sec.blog .blog--list article figure figcaption {
  position: absolute;
  top: 42px;
  left: 42px;
  padding-right: 40px;
  color: #FFF;
  font-weight: 700;
  font-size: calc(14px + 4 * (100vw - 640px) / 1280);
  line-height: 165%;
  letter-spacing: 0.06em;
}
.sec.blog .blog--list article figure figcaption span {
  background: linear-gradient(66.12deg, #F27C0F 0%, #FBC796 100%);
  padding: 0 3px;
}

@media screen and (max-width: 1200px) {
  .sec.sec--entry.bg--gray.sp_bg--entry.mb0 {
    margin: 22px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .column2--layout.right-image--layout .copy, .column2--layout.left-image--layout .copy {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .column2--layout.right-image--layout:not(:last-of-type).mb100, .column2--layout.left-image--layout:not(:last-of-type).mb100 {
    margin: 0px 0 64px !important;
  }
}

.sec.sec--entry:last-of-type {
    padding-bottom: 0px;
    padding-top: 0px;