@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

.color-white {
  color: #fff;
}

.color-gray {
  color: #505256;
}

.color-black {
  color: #000;
}

.color-red, .txthead-box .en {
  color: #CC1D00;
}

.bg-cream {
  background-color: #FBF9F5;
}

.bg-gray-light {
  background-color: #F3F4F7;
}

.font-zen {
  font-family: "Zen Kaku Gothic New", serif;
}

.font-shippori {
  font-family: "Shippori Mincho", serif;
}

.font-arial, .txthead-box .en {
  font-family: arial;
}

.fw-bold {
  font-weight: bold;
}

.fw-500-medium {
  font-weight: 500 !important;
}

.fw-700-bold {
  font-weight: 700 !important;
}

.fw-900-black {
  font-weight: 900 !important;
}

.show-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .show-sp {
    display: block;
  }
}

@media only screen and (max-width: 750px) {
  .hide-sp {
    display: none;
  }
}

/* Stylesheet */
html {
  width: 100%;
  height: auto;
  font-size: 62.5%;
}

body {
  width: 100%;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-style: normal;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  outline: none;
}

.with-border {
  border: 1px solid #D9D9D9;
}

strong {
  font-weight: bold;
}

.uppercase {
  text-transform: uppercase;
}

.transition, #interview .interview .content .interview-slick .slick-arrow, #jobs .jobs .jobs-slick .slick-arrow, .menu-responsive, .btn.icon-right .icon, .btn.line-left-icon-right .icon, .btn.line-left-icon-right::after, button, .fadeInUp, a .cover img, a {
  -webkit-transition: all 0.7s cubic-bezier(0.3, 0.6, 0, 1);
  transition: all 0.7s cubic-bezier(0.3, 0.6, 0, 1);
}

.anchor {
  display: block;
  position: relative;
  top: -140px;
  visibility: hidden;
}
@media only screen and (max-width: 1180px) {
  .anchor {
    top: -100px;
  }
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
a:hover .cover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
a .cover {
  overflow: hidden;
}
.link-underline-red {
  display: inline-block;
  text-decoration: underline;
  color: #CC1D00;
}

.fadeInUp {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#mask {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.lt25, .txthead-box .en {
  letter-spacing: 2.5px;
}

/* Content */
#wrapper {
  padding-top: 120px;
}
@media only screen and (max-width: 1180px) {
  #wrapper {
    padding-top: 60px;
  }
}

main {
  position: relative;
}

.content-1440 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.content-1340 {
  width: 88%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.content-1240 {
  width: 88%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.content-1200 {
  width: 88%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.content-1040 {
  width: 88%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.content-940 {
  width: 88%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.content-700 {
  width: 88%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.pad120 {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1180px) {
  .pad120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad120 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1180px) {
  .pad100 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pad100 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pad80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad80 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.pt100 {
  padding-top: 100px;
}
@media only screen and (max-width: 1180px) {
  .pt100 {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 750px) {
  .pt100 {
    padding-top: 50px;
  }
}

.pt80 {
  padding-top: 80px;
}
@media only screen and (max-width: 750px) {
  .pt80 {
    padding-top: 50px;
  }
}

.pt50 {
  padding-top: 50px;
}

.pb80 {
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pb80 {
    padding-bottom: 50px;
  }
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.fz18 {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  .fz18 {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

/* Txthead */
.txthead-box.mb80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb80 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb80 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb60 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb60 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb60 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb50 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box.mb50 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb40 {
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box.mb40 {
    margin-bottom: 30px;
  }
}
.txthead-box.mb20 {
  margin-bottom: 20px;
}
.txthead-box .fz64 {
  font-size: 6.4rem;
  line-height: 7.4rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz64 {
    font-size: 4.4rem;
    line-height: 5.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz64 {
    font-size: 3.6rem;
    line-height: 4.6rem;
  }
}
.txthead-box .fz48 {
  font-size: 4.8rem;
  line-height: 5.8rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz48 {
    font-size: 3.8rem;
    line-height: 4.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz48 {
    font-size: 3rem;
    line-height: 4rem;
  }
}
.txthead-box .fz40 {
  font-size: 4rem;
  line-height: 5.5rem;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .fz40 {
    font-size: 3rem;
    line-height: 4.5rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .fz40 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
.txthead-box .en {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1180px) {
  .txthead-box .en {
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .txthead-box .en {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 10px;
  }
}
.txthead-box .center {
  text-align: center;
}
.txthead-box span {
  display: block;
}

#txthead-box .txthead-box {
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #txthead-box .txthead-box {
    margin-bottom: 30px;
  }
}
#txthead-box .txthead-box p + h1 {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #txthead-box .txthead-box p + h1 {
    margin-top: 0;
  }
}
#txthead-box .txthead-box h1 + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #txthead-box .txthead-box h1 + p {
    margin-top: 0px;
    font-size: 1.2rem;
  }
}
#txthead-box .text-gray {
  padding: 40px 0;
}
@media only screen and (max-width: 750px) {
  #txthead-box .text-gray {
    padding: 20px 0;
  }
}
#txthead-box .text-gray p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  #txthead-box .text-gray p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}

/* Button */
button {
  outline: none;
}

.btn-box {
  position: relative;
  z-index: 8;
}
.btn-box.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  .btn-box.mt80 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.mt80 {
    margin-top: 40px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 40px;
  }
}
.btn-box.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media only screen and (max-width: 850px) {
  .btn-box.flex-end {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.btn-box.flex-justify-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  .btn-box.flex-justify-col3 {
    display: block;
  }
}
.btn-box.flex-justify-col3 .btn {
  width: 31.33%;
}
@media only screen and (max-width: 850px) {
  .btn-box.flex-justify-col3 .btn {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 850px) {
  .btn-box.flex-justify-col3 .btn + .btn {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-box.flex-justify-col3 .btn + .btn {
    margin-top: 10px;
  }
}

.btn.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
}
.btn.square.large {
  height: 90px;
}
@media only screen and (max-width: 1180px) {
  .btn.square.large {
    height: 80px;
  }
}
.btn.square.large .text {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 1180px) {
  .btn.square.large .text {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.square.large .text {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.btn.square.large .text.fz20 {
  font-size: 2rem;
  line-height: 3rem;
}
@media only screen and (max-width: 750px) {
  .btn.square.large .text.fz20 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.btn.square.large.icon-abs-right .icon {
  right: 25px;
}
.btn.square.red {
  color: #fff;
  background-color: #CC1D00;
}
.btn.square.white-border-gray {
  background-color: #fff;
  border: 1px solid #BDBFC5;
}
.btn.square.white-border-gray:hover {
  border-color: #000;
}
.btn.square.white-border-red {
  background-color: #fff;
  color: #CC1D00;
  border: 1px solid #CC1D00;
}
.btn.square.white-border-red:hover {
  opacity: 1;
  color: #fff;
  background-color: #CC1D00;
}
.btn.square.white-border-red:hover .icon img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(85%) saturate(202%) hue-rotate(54deg) brightness(108%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(85%) saturate(202%) hue-rotate(54deg) brightness(108%) contrast(102%);
}
.btn.square .text {
  font-weight: 700;
}
.btn.square.medium {
  height: 80px;
}
.btn.square.medium .text {
  font-size: 1.8rem;
}
.btn.mw450 {
  width: 100%;
  max-width: 450px;
}
.btn.mw340 {
  width: 100%;
  max-width: 340px;
}
.btn.mw300 {
  width: 100%;
  max-width: 300px;
}
.btn.center {
  margin-left: auto;
  margin-right: auto;
}
.btn.w180 {
  width: 180px;
}
.btn.icon-abs-left {
  position: relative;
}
.btn.icon-abs-left .icon {
  position: absolute;
  left: 10px;
}
.btn.icon-abs-left .icon.left20 {
  left: 20px;
}
.btn.icon-abs-right {
  position: relative;
}
.btn.icon-abs-right .icon {
  position: absolute;
  right: 10px;
}
.btn.line-left-icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px;
  border-left: 1px solid #ccc;
  padding-left: 40px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .btn.line-left-icon-right {
    height: 80px;
    padding-left: 30px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 850px) {
  .btn.line-left-icon-right {
    padding-right: 30px;
    border-left: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 750px) {
  .btn.line-left-icon-right {
    height: 70px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.line-left-icon-right:hover {
  opacity: 1;
}
.btn.line-left-icon-right:hover::after {
  width: 100%;
}
.btn.line-left-icon-right:hover .icon {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media only screen and (max-width: 1180px) {
  .btn.line-left-icon-right:hover .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
.btn.line-left-icon-right::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 0;
  height: 100%;
  background: rgb(249, 232, 229);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(249, 232, 229)), color-stop(100%, rgba(204, 204, 204, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgb(249, 232, 229)), to(rgba(204, 204, 204, 0)));
  background: linear-gradient(to right, rgb(249, 232, 229) 0%, rgba(204, 204, 204, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#f9e8e5", endColorstr="#cccccc", GradientType=1 );
}
@media only screen and (max-width: 1180px) {
  .btn.line-left-icon-right::after {
    display: none;
  }
}
.btn.line-left-icon-right .icon {
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  .btn.line-left-icon-right .icon {
    width: 50px;
    height: 50px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.line-left-icon-right .icon {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.line-left-icon-right .icon img {
    width: auto;
    height: 8px;
  }
}
.btn.icon-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 1180px) {
  .btn.icon-right {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  .btn.icon-right {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.btn.icon-right:hover {
  opacity: 1;
}
.btn.icon-right .icon {
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  .btn.icon-right .icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.icon-right .icon {
    width: 40px;
    height: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .btn.icon-right .icon img {
    width: auto;
    height: 8px;
  }
}

/* Breadcrumb */
#breadcrumb {
  position: relative;
  margin-top: 30px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #breadcrumb {
    margin-top: 15px;
    margin-bottom: 25px;
  }
}
#breadcrumb.absolute {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #breadcrumb.absolute {
    position: static;
    margin-bottom: 15px;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  font-family: "Zen Kaku Gothic New", serif;
  font-size: 1.2rem;
  line-height: 1.6rem;
  margin-right: 12px;
  padding-right: 18px;
}
#breadcrumb .breadcrumb ul li::after {
  content: "/";
  color: #85878C;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
#breadcrumb .breadcrumb ul li:last-child {
  margin-right: 0;
  padding-right: 0;
}
#breadcrumb .breadcrumb ul li:last-child::after {
  display: none;
}
#breadcrumb .breadcrumb ul li a {
  display: table;
  color: #85878C;
}
#breadcrumb .breadcrumb ul li a:hover {
  text-decoration: underline;
}

/* Submn Bottom */
#submn-btm .submn-btm {
  padding: 40px 70px 60px 70px;
  background-color: #F7F2EB;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm {
    padding: 20px;
  }
}
#submn-btm .submn-btm .topic {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 25px;
  min-width: 150px;
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1180px) {
  #submn-btm .submn-btm .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
    padding-bottom: 4px;
  }
}
#submn-btm .submn-btm .topic.fz18 {
  font-size: 1.8rem;
  line-height: 3.8rem;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm .topic.fz18 {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
#submn-btm .submn-btm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -1%;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm ul {
    display: block;
    margin-top: 0;
  }
}
#submn-btm .submn-btm ul.col4 li {
  width: 24%;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm ul.col4 li {
    width: 100%;
  }
}
#submn-btm .submn-btm ul li {
  width: 19%;
  min-width: 220px;
  margin: 0 0.5%;
  margin-top: 1%;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm ul li {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm ul li + li {
    margin-top: 5px;
  }
}
#submn-btm .submn-btm ul li:first-child a {
  background-image: none;
}
#submn-btm .submn-btm ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
  background-image: url("/recruit/assets/images/commons/submn-btm-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px;
}
@media only screen and (max-width: 750px) {
  #submn-btm .submn-btm ul li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  header {
    border-bottom: 1px solid #D9D9D9;
  }
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 120px;
}
@media only screen and (max-width: 1180px) {
  header .header {
    height: 60px;
  }
}
header .header .col-left .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left .logo .img img {
    width: auto;
    height: 36px;
  }
}
header .header .col-left .logo .jp {
  margin-left: 20px;
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left .logo .jp {
    margin-left: 10px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
header .header .col-left .logo .en {
  margin-left: 20px;
  font-size: 1.4rem;
  line-height: 1.4rem;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-left .logo .en {
    padding-top: 10px;
    margin-left: 10px;
    font-size: 0.9rem;
    line-height: 0.9rem;
  }
}
header .header .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header .col-right .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .menu {
    display: none;
  }
}
header .header .col-right .menu ul + ul {
  margin-left: 37px;
}
header .header .col-right .menu ul li {
  position: relative;
  font-size: 1.4rem;
  line-height: 3rem;
}
header .header .col-right .menu ul li a {
  position: relative;
  display: block;
  font-weight: 700;
  padding-left: 20px;
}
header .header .col-right .menu ul li a:hover {
  text-decoration: underline;
}
header .header .col-right .menu ul li a::before {
  content: "ー";
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
header .header .col-right .btn-box {
  margin-left: 40px;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-box {
    display: none;
  }
}
header .header .col-right .btn-burger {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #CC1D00;
  border-radius: 100%;
}
@media only screen and (max-width: 1180px) {
  header .header .col-right .btn-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
header .header .col-right .btn-burger .bar-icon {
  position: relative;
}
header .header .col-right .btn-burger .bar-icon:hover {
  opacity: 1;
}
header .header .col-right .btn-burger .bar-icon .bar1, header .header .col-right .btn-burger .bar-icon .bar2, header .header .col-right .btn-burger .bar-icon .bar3 {
  width: 16px;
  height: 1px;
  background-color: #fff;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
header .header .col-right .btn-burger .bar-icon.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-5px, 4px);
  transform: rotate(-45deg) translate(-5px, 4px);
}
header .header .col-right .btn-burger .bar-icon.open .bar2 {
  opacity: 0;
}
header .header .col-right .btn-burger .bar-icon.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -4px);
  transform: rotate(45deg) translate(-5px, -4px);
}

.menu-responsive {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  z-index: 14;
  width: 100%;
  height: 100%;
  padding-top: 60px;
  background-color: #F3F4F7;
  opacity: 0;
  visibility: hidden;
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
  top: 0;
}
@media only screen and (max-width: 1180px) {
  .menu-responsive {
    display: block;
  }
}
.menu-responsive .content {
  padding: 8%;
  height: 100%;
  overflow: auto;
}
.menu-responsive .content nav > ul > li {
  position: relative;
  padding: 15px 0;
  border-top: 1px solid #85878C;
}
.menu-responsive .content nav > ul > li:last-child {
  border-bottom: 1px solid #85878C;
}
.menu-responsive .content nav > ul > li > a {
  display: block;
  font-weight: 700;
}
.menu-responsive .content nav > ul > li > a.toggle-btn {
  background-image: url("/recruit/assets/images/commons/sitemap-toggle-close.png");
  background-repeat: no-repeat;
  background-position: right 6px center;
  background-size: 15px 15px;
}
.menu-responsive .content nav > ul > li > a.toggle-btn.active {
  background-image: url("/recruit/assets/images/commons/sitemap-toggle-open.png");
}
.menu-responsive .content nav > ul > li > a.with-icon-link {
  background-image: url("/recruit/assets/images/commons/sitemap-arrow.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px;
}
.menu-responsive .content nav > ul > li .toggle-content {
  display: none;
  margin-top: 10px;
}
.menu-responsive .content nav > ul > li .toggle-content li + li {
  margin-top: 5px;
}
.menu-responsive .content nav > ul > li .toggle-content li a {
  display: table;
  position: relative;
  color: #505256;
  padding-left: 25px;
}
.menu-responsive .content nav > ul > li .toggle-content li a:hover {
  text-decoration: underline;
}
.menu-responsive .content nav > ul > li .toggle-content li a::before {
  content: "ー";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  line-height: 2.4rem;
}
.menu-responsive .content .btn-box-border {
  margin-top: 50px;
}
.menu-responsive .content .btn-box-border a {
  display: block;
}
.menu-responsive .content .btn-box {
  margin-top: 30px;
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06 {
  color: #CC1D00;
}
.active-mn-01 .mn-01::before,
.active-mn-02 .mn-02::before,
.active-mn-03 .mn-03::before,
.active-mn-04 .mn-04::before,
.active-mn-05 .mn-05::before,
.active-mn-06 .mn-06::before {
  content: "→" !important;
}

/* Footer */
footer .footer-top {
  position: relative;
  padding: 60px 0 80px;
  background-color: #F0F1F5;
}
@media only screen and (max-width: 750px) {
  footer .footer-top {
    padding: 50px 0;
  }
}
footer .footer-top .content .sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap {
    display: block;
  }
}
footer .footer-top .content .sitemap > ul {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul {
    width: 100%;
    border-top: 1px solid #85878C;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul:last-child {
    border-bottom: 1px solid #85878C;
  }
}
footer .footer-top .content .sitemap > ul > li > a {
  display: table;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul > li > a {
    display: block;
    padding: 20px 0;
    background-image: url("/recruit/assets/images/commons/sitemap-arrow.png");
    background-repeat: no-repeat;
    background-position: center right;
    background-size: 22px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul > li > a.toggle-btn-sp {
    background-image: url("/recruit/assets/images/commons/sitemap-toggle-close.png");
    background-size: 15px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul > li > a.toggle-btn-sp.active {
    background-image: url("/recruit/assets/images/commons/sitemap-toggle-open.png");
  }
}
footer .footer-top .content .sitemap > ul > li > a:hover {
  text-decoration: underline;
}
footer .footer-top .content .sitemap > ul > li ul {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .sitemap > ul > li ul.toggle-content-sp {
    display: none;
    margin-top: 0;
    padding-bottom: 20px;
  }
}
footer .footer-top .content .sitemap > ul > li ul li {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
footer .footer-top .content .sitemap > ul > li ul li + li {
  margin-top: 10px;
}
footer .footer-top .content .sitemap > ul > li ul li a {
  display: table;
  position: relative;
  color: #505256;
  padding-left: 25px;
}
footer .footer-top .content .sitemap > ul > li ul li a:hover {
  text-decoration: underline;
}
footer .footer-top .content .sitemap > ul > li ul li a::before {
  content: "ー";
  position: absolute;
  top: -2px;
  left: 0;
  z-index: 1;
  line-height: 2.4rem;
}
footer .footer-top .content .flex {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .flex {
    display: block;
  }
}
footer .footer-top .content .flex .banner {
  width: 32.258%;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .flex .banner {
    width: 100%;
    max-width: 100%;
  }
}
footer .footer-top .content .flex .banner a {
  display: block;
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .flex .logo {
    margin-top: 40px;
  }
}
footer .footer-top .content .flex .logo a {
  display: block;
}
@media only screen and (max-width: 1180px) {
  footer .footer-top .content .flex .logo a img {
    width: auto;
    height: 36px;
  }
}
@media only screen and (max-width: 750px) {
  footer .footer-top .content .flex .logo a img {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
}
footer .footer-btm {
  color: #fff;
  background-color: #505256;
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm {
    padding: 20px 0;
  }
}
footer .footer-btm .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 56px;
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm .content {
    display: block;
    min-height: auto;
  }
}
footer .footer-btm .content .col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm .content .col-left ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
footer .footer-btm .content .col-left ul li {
  position: relative;
}
footer .footer-btm .content .col-left ul li + li {
  margin-left: 20px;
  padding-left: 25px;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .content .col-left ul li + li {
    margin-left: 10px;
    padding-left: 15px;
  }
}
footer .footer-btm .content .col-left ul li + li::before {
  content: "｜";
  position: absolute;
  top: 0px;
  left: 0;
  z-index: 1;
  font-size: 1.3rem;
  line-height: 2rem;
  font-weight: 400;
}
footer .footer-btm .content .col-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .content .col-left ul li a {
    font-size: 1rem;
  }
}
footer .footer-btm .content .col-left ul li a:hover {
  text-decoration: underline;
}
footer .footer-btm .content .col-left ul li a .icon {
  margin-left: 5px;
}
footer .footer-btm .content .col-left ul li a.bold {
  font-size: 1.4rem;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  footer .footer-btm .content .col-left ul li a.bold {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm .content .col-right {
    margin-top: 15px;
  }
}
footer .footer-btm .content .col-right p {
  font-size: 1.3rem;
  line-height: 2rem;
}
@media only screen and (max-width: 1180px) {
  footer .footer-btm .content .col-right p {
    text-align: center;
  }
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 8;
  display: none;
}
@media only screen and (max-width: 1180px) {
  .gototop {
    width: 60px;
  }
}
.gototop a {
  display: block;
  opacity: 0.7;
}
.gototop a:hover {
  opacity: 1;
}

.stop-sticky {
  position: absolute !important;
  bottom: 20px;
  right: 20px;
}

/* CEO */
#ceo .ceo .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 850px) {
  #ceo .ceo .flex {
    display: block;
  }
}
#ceo .ceo .flex .col-left {
  width: 40.7692%;
}
@media only screen and (max-width: 850px) {
  #ceo .ceo .flex .col-left {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #ceo .ceo .flex .col-left {
    width: 66.66%;
  }
}
#ceo .ceo .flex .col-right {
  width: 59.2308%;
  padding-left: 9.6153%;
  margin-top: -10px;
}
@media only screen and (max-width: 850px) {
  #ceo .ceo .flex .col-right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
}
#ceo .ceo .flex .col-right .content p {
  font-size: 1.8rem;
  line-height: 4.6rem;
  font-weight: 700;
}
@media only screen and (max-width: 1180px) {
  #ceo .ceo .flex .col-right .content p {
    font-size: 1.6rem;
    line-height: 4rem;
  }
}
@media only screen and (max-width: 750px) {
  #ceo .ceo .flex .col-right .content p {
    font-size: 1.4rem;
    line-height: 3.8rem;
  }
}

/* About */
#about {
  overflow: hidden;
}
#about .about {
  position: relative;
}
#about .about .content {
  width: 64.838%;
  max-width: 620px;
  padding-right: 5%;
}
@media only screen and (max-width: 750px) {
  #about .about .content {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
#about .about .content .about-btn {
  margin-top: 70px;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .about-btn {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .about-btn {
    margin-top: 40px;
  }
}
#about .about .content .about-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#about .about .content .about-btn ul li {
  width: 48%;
  border-top: 1px solid #D9D9D9;
}
@media only screen and (max-width: 750px) {
  #about .about .content .about-btn ul li {
    width: 47%;
  }
}
#about .about .content .about-btn ul li:nth-child(3), #about .about .content .about-btn ul li:nth-child(4) {
  border-bottom: 1px solid #D9D9D9;
}
#about .about .content .about-btn ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 92px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 700;
  background-image: url("/recruit/assets/images/commons/btn-arrow-right-red.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: 26px 12px;
}
@media only screen and (max-width: 1180px) {
  #about .about .content .about-btn ul li a {
    height: 82px;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .content .about-btn ul li a {
    height: 72px;
    font-size: 1.6rem;
    line-height: 2.6rem;
    background-size: 20px;
  }
}
#about .about .content .about-btn ul li a:hover {
  opacity: 1;
  color: #CC1D00;
  padding-left: 5px;
}
#about .about .about-img {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  width: 35.833%;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  #about .about .about-img {
    width: 100%;
    height: auto;
    position: static;
  }
}
#about .about .about-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* special */
#special {
  padding-top: clamp(50px, 2rem, 6%);
  padding-bottom: clamp(50px, 2rem, 6%);
}
@media only screen and (max-width: 750px) {
  #special {
    padding-top: 6%;
    padding-bottom: 6%;
  }
}

/* Job */
#jobs {
  overflow: hidden;
}
#jobs .jobs {
  position: relative;
}
#jobs .jobs::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: 1;
  width: 1000px;
  height: 100%;
  background-color: #fff;
}
#jobs .jobs .jobs-slick {
  margin-top: 60px;
  padding-bottom: 100px;
  width: 536px;
}
@media only screen and (max-width: 1180px) {
  #jobs .jobs .jobs-slick {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick {
    padding-bottom: 80px;
  }
}
#jobs .jobs .jobs-slick .slick-slide {
  margin: 0 10px;
}
#jobs .jobs .jobs-slick .slick-list {
  margin: 0 -10px;
  overflow: visible;
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .slick-list {
    width: 300px;
  }
}
#jobs .jobs .jobs-slick .item .box {
  display: block;
  position: relative;
}
#jobs .jobs .jobs-slick .item .box .no {
  position: absolute;
  top: -4rem;
  right: 25px;
  z-index: 1;
  font-family: Arial;
  font-size: 8rem;
  line-height: 8rem;
  color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #jobs .jobs .jobs-slick .item .box .no {
    top: -3rem;
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .no {
    top: -4%;
    font-size: 4rem;
    line-height: 4rem;
  }
}
#jobs .jobs .jobs-slick .item .box .img {
  position: relative;
  padding: 0 28px;
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .img {
    padding: 0 18px;
  }
}
#jobs .jobs .jobs-slick .item .box .img .topic {
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .img .topic {
    bottom: 25px;
  }
}
#jobs .jobs .jobs-slick .item .box .img .topic .tag {
  display: table;
  margin-bottom: 14px;
  padding: 4px 14px;
  color: #fff;
  font-weight: 700;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #jobs .jobs .jobs-slick .item .box .img .topic .tag {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .img .topic .tag {
    font-size: 1rem;
    padding: 0px 10px;
    margin-bottom: 8px;
  }
}
#jobs .jobs .jobs-slick .item .box .img .topic h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #jobs .jobs .jobs-slick .item .box .img .topic h3 {
    font-size: 2rem;
    line-height: 5.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .img .topic h3 {
    font-size: 1.4rem;
    line-height: 4.4rem;
  }
}
#jobs .jobs .jobs-slick .item .box .img .topic h3 span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 9px 14px;
  background-color: #fff;
}
#jobs .jobs .jobs-slick .item .box .brief {
  margin-top: 20px;
  padding: 0 28px;
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .brief {
    padding: 0 18px;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .item .box .brief p {
    font-size: 1.2rem;
    line-height: 2.4rem;
  }
}
#jobs .jobs .jobs-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 33px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
}
#jobs .jobs .jobs-slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
#jobs .jobs .jobs-slick .slick-arrow.slick-prev {
  background-image: url("/recruit/assets/images/commons/btn-slick-prev.svg");
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .slick-arrow.slick-prev {
    left: -70px;
    right: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#jobs .jobs .jobs-slick .slick-arrow.slick-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
#jobs .jobs .jobs-slick .slick-arrow.slick-next {
  left: 98px;
  background-image: url("/recruit/assets/images/commons/btn-slick-next.svg");
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .jobs-slick .slick-arrow.slick-next {
    left: 0;
    right: -70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#jobs .jobs .jobs-slick .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
#jobs .jobs .btn-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #jobs .jobs .btn-box {
    position: static;
    margin-top: 40px;
  }
}

/* Interview */
#interview {
  overflow: hidden;
}
#interview .interview .content {
  position: relative;
}
#interview .interview .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .flex {
    display: block;
  }
}
#interview .interview .content .flex .col-left {
  max-width: 748px;
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .flex .col-left {
    margin-right: 0;
  }
}
#interview .interview .content .flex .col-right {
  min-width: 240px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .flex .col-right {
    margin-top: 40px;
  }
}
#interview .interview .content .interview-slick {
  position: static;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
  margin-top: 60px;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick {
    max-width: 184px;
    margin-top: 60px;
    padding-bottom: 80px;
  }
}
#interview .interview .content .interview-slick .slick-slide {
  margin: 0 30px;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick .slick-slide {
    margin: 0 20px;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .slick-slide {
    margin: 0 15px;
  }
}
#interview .interview .content .interview-slick .slick-list {
  margin: 0 -30px;
  overflow: visible;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick .slick-list {
    margin: 0 -20px;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .slick-list {
    margin: 0 -15px;
  }
}
#interview .interview .content .interview-slick .item a {
  display: block;
  position: relative;
}
#interview .interview .content .interview-slick .item a .img {
  position: relative;
}
#interview .interview .content .interview-slick .item a .img .topic {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
  background-color: #fff;
  width: 100%;
  max-width: 184px;
  padding: 8px 20px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .item a .img .topic {
    width: 70%;
    padding: 4px 14px;
  }
}
#interview .interview .content .interview-slick .item a .img .topic h3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick .item a .img .topic h3 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .item a .img .topic h3 {
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
}
#interview .interview .content .interview-slick .item a .img .topic p {
  font-size: 1.4rem;
  line-height: 2.2rem;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .item a .img .topic p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#interview .interview .content .interview-slick .item a .img .cover {
  position: relative;
  background-image: url("/recruit/assets/images/top/interview-list-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#interview .interview .content .interview-slick .item a .brief {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick .item a .brief {
    margin-top: 30px;
  }
}
#interview .interview .content .interview-slick .item a .brief p {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #interview .interview .content .interview-slick .item a .brief p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .item a .brief p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
#interview .interview .content .interview-slick .slick-arrow {
  position: absolute;
  bottom: 0;
  left: 33px;
  z-index: 9;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  border-radius: 100%;
  font-size: 0;
  line-height: 0;
  border: 0;
  background-color: transparent;
}
#interview .interview .content .interview-slick .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}
#interview .interview .content .interview-slick .slick-arrow.slick-prev {
  background-image: url("/recruit/assets/images/commons/btn-slick-prev.svg");
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .slick-arrow.slick-prev {
    left: -70px;
    right: 0;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#interview .interview .content .interview-slick .slick-arrow.slick-prev:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
#interview .interview .content .interview-slick .slick-arrow.slick-next {
  left: 98px;
  background-image: url("/recruit/assets/images/commons/btn-slick-next.svg");
}
@media only screen and (max-width: 750px) {
  #interview .interview .content .interview-slick .slick-arrow.slick-next {
    left: 0;
    right: -70px;
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
}
#interview .interview .content .interview-slick .slick-arrow.slick-next:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/* Workplace */
#workplace .workplace .content .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #workplace .workplace .content .flex {
    display: block;
  }
}
#workplace .workplace .content .flex .col-left {
  margin-right: 40px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #workplace .workplace .content .flex .col-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 850px) {
  #workplace .workplace .content .flex .col-right {
    display: table;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }
}

/* About */
#about-inner .about-inner .intro > p {
  font-size: 1.8rem;
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .intro > p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
#about-inner .about-inner .intro .list {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .intro .list {
    margin-top: 60px;
  }
}
#about-inner .about-inner .intro .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -5%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .intro .list ul {
    display: block;
    margin-top: 0;
  }
}
#about-inner .about-inner .intro .list ul li {
  width: 47.5%;
  margin-top: 5%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .intro .list ul li {
    width: 100%;
    margin-top: 0;
    padding-bottom: 21px;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .intro .list ul li + li {
    margin-top: 30px;
  }
}
#about-inner .about-inner .intro .list ul li a .btn-box {
  margin-top: 20px;
}
#about-inner .about-inner .message .box-text-brown {
  background-image: url("/recruit/assets/images/about/message/box-text-brown-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text-brown {
    background-image: url("/recruit/assets/images/about/message/box-text-brown-bg-sp.jpg");
    padding: 30px 10px;
  }
}
#about-inner .about-inner .message .box-text-brown .content {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
#about-inner .about-inner .message .box-text-brown .content h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 9rem;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text-brown .content h2 {
    font-size: 2.8rem;
    line-height: 6.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text-brown .content h2 {
    font-size: 1.7rem;
    line-height: 4rem;
  }
}
#about-inner .about-inner .message .box-text-brown .content p {
  margin-top: 20px;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: right;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text-brown .content p {
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text-brown .content p {
    margin-top: 20px;
    font-size: 0.9rem;
  }
}
#about-inner .about-inner .message .box-text-brown .content p span {
  font-size: 2.8rem;
  margin-left: 10px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text-brown .content p span {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text-brown .content p span {
    font-size: 1.6rem;
  }
}
#about-inner .about-inner .message .box-text {
  width: 100%;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text {
    margin-top: 40px;
    padding: 0 15px;
  }
}
#about-inner .about-inner .message .box-text p {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 4.8rem;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text p {
    font-size: 2rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text p {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
#about-inner .about-inner .message .box-text p + p {
  margin-top: 45px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .message .box-text p + p {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .message .box-text p + p {
    margin-top: 20px;
  }
}
#about-inner .about-inner .philosophy .box-text-brown {
  background-image: url("/recruit/assets/images/about/philosophy/box-text-brown.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .box-text-brown {
    background-image: url("/recruit/assets/images/about/philosophy/box-text-brown-sp.jpg");
  }
}
#about-inner .about-inner .philosophy .box-text-brown .content p {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .box-text-brown .content p {
    font-size: 1.8rem;
    line-height: 4.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .box-text-brown .content p {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
#about-inner .about-inner .philosophy .box-text-brown .content p + p {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .box-text-brown .content p + p {
    margin-top: 30px;
  }
}
#about-inner .about-inner .philosophy .value {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 80px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .value {
    padding: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value {
    margin-top: 6%;
    padding: 30px 20px 20px 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .txthead-box h2 {
    font-size: 2.4rem;
  }
}
#about-inner .about-inner .philosophy .value .content .img {
  display: table;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .img {
    width: 70%;
  }
}
#about-inner .about-inner .philosophy .value .content .flex {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .value .content .flex {
    margin-top: 40px;
  }
}
#about-inner .about-inner .philosophy .value .content .flex ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -50px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .flex ul {
    display: block;
    margin-top: 0;
  }
}
#about-inner .about-inner .philosophy .value .content .flex ul li {
  width: 31.33%;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #fff;
  border: 1px solid #D9D9D9;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li {
    width: 100%;
    margin-top: 0;
    padding: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li + li {
    margin-top: 10px;
  }
}
#about-inner .about-inner .philosophy .value .content .flex ul li h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 3.8rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about-inner .about-inner .philosophy .value .content .flex ul li p {
  margin-top: 25px;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3.6rem;
  text-align: center;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li p {
    margin-top: 10px;
    font-size: 1.6rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .value .content .flex ul li p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-top: 5px;
  }
}
#about-inner .about-inner .philosophy .mean {
  background-color: #FBF9F5;
}
#about-inner .about-inner .philosophy .mean .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .mean .flex {
    display: block;
  }
}
#about-inner .about-inner .philosophy .mean .flex .col-left {
  width: 58.334%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .mean .flex .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#about-inner .about-inner .philosophy .mean .flex .col-left .content h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 5.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .mean .flex .col-left .content h3 {
    font-size: 2rem;
    line-height: 4.4rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .mean .flex .col-left .content h3 {
    font-size: 1.8rem;
    line-height: 4rem;
    margin-bottom: 20px;
  }
}
#about-inner .about-inner .philosophy .mean .flex .col-left .content p {
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .mean .flex .col-left .content p {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .mean .flex .col-left .content p {
    font-size: 1.4rem;
    line-height: 3.2rem;
  }
}
#about-inner .about-inner .philosophy .mean .flex .col-right {
  width: 41.666%;
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .mean .flex .col-right {
    margin-top: 40px;
    width: 80%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-inner .about-inner .philosophy .growth {
  margin-top: 50px;
}
#about-inner .about-inner .philosophy .growth .txthead-box h2 {
  line-height: 8rem;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .txthead-box h2 {
    line-height: 6.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .txthead-box h2 {
    line-height: 4.8rem;
  }
}
#about-inner .about-inner .philosophy .growth .content .row {
  padding: 60px 70px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .content .row {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row {
    padding: 30px;
  }
}
#about-inner .about-inner .philosophy .growth .content .row + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row + .row {
    margin-top: 30px;
  }
}
#about-inner .about-inner .philosophy .growth .content .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex {
    display: block;
  }
}
#about-inner .about-inner .philosophy .growth .content .row.flex .col-img {
  width: 41.666%;
  max-width: 500px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex .col-img {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
#about-inner .about-inner .philosophy .growth .content .row.flex .col-text {
  width: 58.334%;
  padding-left: 90px;
  margin-top: -15px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex .col-text {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex .col-text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
#about-inner .about-inner .philosophy .growth .content .row.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about-inner .about-inner .philosophy .growth .content .row.flex.reverse .col-text {
  padding-left: 0;
  padding-right: 90px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex.reverse .col-text {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row.flex.reverse .col-text {
    padding-right: 0;
  }
}
#about-inner .about-inner .philosophy .growth .content .row .col-text.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row .col-text.flex {
    display: block;
  }
}
#about-inner .about-inner .philosophy .growth .content .row .col-text.flex .col-right {
  padding-left: 90px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .philosophy .growth .content .row .col-text.flex .col-right {
    padding-left: 0;
  }
}
#about-inner .about-inner .philosophy .growth .content .row .col-text h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 5.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .content .row .col-text h3 {
    font-size: 2rem;
    line-height: 4rem;
    margin-bottom: 15px;
  }
}
#about-inner .about-inner .philosophy .growth .content .row .col-text p {
  font-size: 1.6rem;
  line-height: 3.2rem;
}
#about-inner .about-inner .philosophy .growth .content .row .col-text p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .about-inner .philosophy .growth .content .row .col-text p + p {
    margin-top: 20px;
  }
}
#about-inner .about-inner .about-number .box-red {
  padding: 20px;
  background-color: #CC1D00;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red {
    padding: 10px;
  }
}
#about-inner .about-inner .about-number .box-red .row + .row {
  margin-top: 1%;
}
#about-inner .about-inner .about-number .box-red .row.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-red .row.flex {
    display: block;
  }
}
#about-inner .about-inner .about-number .box-red .row.flex .col {
  width: 49.5%;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-red .row.flex .col {
    width: 100%;
  }
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-red .row.flex .col + .col {
    margin-top: 1%;
  }
}
#about-inner .about-inner .about-number .box-red .row .col {
  padding: 40px 20px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col {
    padding: 25px 20px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col.pad-lr {
  padding-left: 80px;
  padding-right: 80px;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-red .row .col.pad-lr {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col.pad-lr {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .topic {
  font-size: min(1.94vw, 2.8rem);
  line-height: normal;
  font-weight: 700;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-red .row .col .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
    text-align: center;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .topic.center {
  text-align: center;
}
#about-inner .about-inner .about-number .box-red .row .col .visitor {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .visitor {
    margin-top: 15px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .visitor .number {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .visitor .number.fz100vw {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .visitor .number.fz100vw .fz60vw {
    font-size: 6vw;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .visitor .img {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .visitor .img {
    margin-top: 15px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .visitor .img img {
  width: 76.966%;
  margin-left: auto;
  margin-right: auto;
}
#about-inner .about-inner .about-number .box-red .row .col .app {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .app {
    margin-top: 15px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .app .number {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .app .number.fz100vw {
    font-size: 10vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .app .number.fz100vw .fz60vw {
    font-size: 6vw;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .app .img {
  margin-top: 25px;
  margin-bottom: -9%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .app .img {
    margin-top: 15px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .app .img img {
  width: 21.161%;
  margin-left: auto;
  margin-right: auto;
}
#about-inner .about-inner .about-number .box-red .row .col .store {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .store {
    margin-top: 20px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .store ul {
  width: 85.714%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .store ul {
    width: 100%;
    margin-top: -20px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .store ul li {
  width: 25%;
  min-width: 239px;
  padding: 0 30px;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .store ul li {
    width: 50%;
    padding: 0;
    min-width: auto;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .store ul li .img {
    width: 70%;
    margin: 0 auto;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .store ul li p {
  margin-top: 15px;
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .store ul li p {
    margin-top: 10px;
    font-size: 1.3rem;
    line-height: 2rem;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .shop {
  margin-top: 15px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .shop {
    margin-top: 5px;
    margin-bottom: -10px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .shop .number {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .shop .number {
    font-size: 24vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .shop .number span {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .shop .img {
  margin-left: 40px;
  width: 17.602%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .shop .img {
    margin-left: 25px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .featured {
  margin-top: 15px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .featured {
    margin-top: 5px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .featured .number {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .featured .number {
    font-size: 24vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .featured .number span {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .featured .img {
  margin-left: 20px;
  width: 17.602%;
}
#about-inner .about-inner .about-number .box-red .row .col .best {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best {
    margin-top: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best > p {
    font-size: 1.4rem;
    text-align: center;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex {
    display: block;
    margin-top: 15px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left {
  width: 51.2%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left {
    width: 100%;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -2%;
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li {
  width: 49%;
  padding: 25px 0;
  background-color: #F3F4F7;
  margin-top: 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li .fz22vw {
    font-size: 3vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li .fz60vw {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li .fz32vw {
    font-size: 5vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li .fz36vw {
    font-size: 6vw;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li p {
  text-align: center;
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li p.fz14 {
  margin-top: -8px;
  margin-bottom: -16px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-left ul li p.fz14 {
    font-size: 1.2rem;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-right {
  width: 41.1%;
  margin-top: -31px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-right {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
#about-inner .about-inner .about-number .box-red .row .col .best .flex .col-right .number {
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-red .row .col .best .flex .col-right .number {
    font-size: 12vw;
  }
}
#about-inner .about-inner .about-number .box-support {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support {
    margin-top: 50px;
  }
}
#about-inner .about-inner .about-number .box-support .txthead-box h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px 15px 15px;
  text-align: center;
  border-bottom: 4px solid #CC1D00;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .txthead-box h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    border-bottom: 2px solid #CC1D00;
    padding: 0 10px 10px 10px;
  }
}
#about-inner .about-inner .about-number .box-support .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -1.668%;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-support .content {
    display: block;
  }
}
#about-inner .about-inner .about-number .box-support .content .col {
  width: 49.166%;
  max-width: 590px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.668%;
  padding: 40px 20px;
  background-color: #F7F2EB;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-support .content .col {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col {
    padding: 20px;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .topic {
  text-align: center;
}
@media only screen and (max-width: 850px) {
  #about-inner .about-inner .about-number .box-support .content .col .topic {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .topic {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .ratio {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .ratio {
    margin-top: 20px;
    padding-bottom: 10px;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .ratio .img {
  width: 93.09%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
#about-inner .about-inner .about-number .box-support .content .col .age {
  margin-top: 40px;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .age {
    margin-top: 20px;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .age .box {
  width: 46%;
  padding: 11% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #CC1D00;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .age .box .fz24vw {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .age .box .fz70vw {
    font-size: 8vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .age .box .fz40vw {
    font-size: 5vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .employee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
  margin-bottom: -40px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .employee {
    margin-top: 15px;
    margin-bottom: -20px;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .employee .img {
  width: 31.2727%;
}
#about-inner .about-inner .about-number .box-support .content .col .employee .number {
  margin-top: -30px;
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .employee .number {
    margin-top: -10px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .employee .number.fz200vw {
    font-size: 25vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .employee .number.fz200vw .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .parttime {
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime {
    margin-top: 0;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .parttime p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime p {
    font-size: 1.2rem;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .parttime .flex {
  margin-top: 10px;
  margin-bottom: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime .flex {
    margin-bottom: 0;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .parttime .flex .col-left {
  text-align: center;
}
#about-inner .about-inner .about-number .box-support .content .col .parttime .flex .col-right {
  text-align: center;
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
}
#about-inner .about-inner .about-number .box-support .content .col .parttime .flex .col-right::before {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2px;
  height: 82%;
  display: table;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #CC1D00;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime .flex .fz20vw {
    font-size: 2.5vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime .flex .fz130vw {
    font-size: 14vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parttime .flex .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .parents {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about-inner .about-inner .about-number .box-support .content .col .parents .img {
  width: 17.486%;
}
#about-inner .about-inner .about-number .box-support .content .col .parents .number {
  padding-left: 40px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parents .number {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parents .number.fz200vw {
    font-size: 25vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .parents .number.fz200vw .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .female {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 25%;
}
#about-inner .about-inner .about-number .box-support .content .col .female .img {
  width: 26%;
}
#about-inner .about-inner .about-number .box-support .content .col .female .number {
  padding-left: 30px;
  margin-bottom: -10px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .female .number.fz200vw {
    font-size: 25vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .female .number.fz200vw .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .female .img-abs {
  position: absolute;
  right: 10px;
  bottom: -40px;
  z-index: 1;
  width: 28.415%;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .female .img-abs {
    bottom: -20px;
    width: 25%;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .angel {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .angel {
    margin-top: 0;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .angel p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .angel p {
    font-size: 1.2rem;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .angel .flex {
  margin-top: 5px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#about-inner .about-inner .about-number .box-support .content .col .angel .flex .img {
  width: 36.794%;
}
#about-inner .about-inner .about-number .box-support .content .col .angel .flex .number {
  padding-left: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .angel .flex .number {
    font-size: 20vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .angel .flex .number .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .participants {
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .participants {
    margin-top: 0;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .participants p {
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .participants p {
    font-size: 1.2rem;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .participants .flex {
  margin-top: 15px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .participants .flex {
    margin-bottom: 0;
    margin-top: 10px;
  }
}
#about-inner .about-inner .about-number .box-support .content .col .participants .flex .img {
  width: 31.329%;
}
#about-inner .about-inner .about-number .box-support .content .col .participants .flex .number {
  padding-left: 10px;
  white-space: nowrap;
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .participants .flex .number {
    font-size: 18vw;
  }
}
@media only screen and (max-width: 750px) {
  #about-inner .about-inner .about-number .box-support .content .col .participants .flex .number .fz50vw {
    font-size: 8vw;
  }
}
#about-inner .about-inner .about-number .fz200vw {
  font-size: min(13.89vw, 20rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz180vw {
  font-size: min(12.5vw, 18rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz150vw {
  font-size: min(10.42vw, 15rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz130vw {
  font-size: min(9.03vw, 13rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz100vw {
  font-size: min(6.94vw, 10rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz70vw {
  font-size: min(4.86vw, 7rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz60vw {
  font-size: min(4.17vw, 6rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz50vw {
  font-size: min(3.47vw, 5rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz40vw {
  font-size: min(2.78vw, 4rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz36vw {
  font-size: min(2.5vw, 3.6rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz32vw {
  font-size: min(2.22vw, 3.2rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz28vw {
  font-size: min(1.94vw, 2.8rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz24vw {
  font-size: min(1.67vw, 2.4rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz22vw {
  font-size: min(1.53vw, 2.2rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz20vw {
  font-size: min(1.39vw, 2rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz18vw {
  font-size: min(1.25vw, 1.8rem);
  line-height: normal;
}
#about-inner .about-inner .about-number .fz16vw {
  font-size: min(1.11vw, 1.6rem);
  line-height: normal;
}
#about-inner .special {
  margin-top: 100px;
}
@media only screen and (max-width: 1180px) {
  #about-inner .special {
    margin-top: 80px;
  }
}
#about-inner .special a {
  display: block;
}

/* Work */
#work {
  overflow: hidden;
}
#work .work .work-list .work-list-row {
  position: relative;
  padding-bottom: 50px;
}
#work .work .work-list .work-list-row + .work-list-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row + .work-list-row {
    margin-top: 60px;
  }
}
#work .work .work-list .work-list-row:nth-child(even)::after {
  left: inherit;
  right: 0;
}
#work .work .work-list .work-list-row:nth-child(even) a .no {
  right: inherit;
  left: 2rem;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row:nth-child(even) a .no {
    left: 3rem;
  }
}
#work .work .work-list .work-list-row::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 2000px;
  height: 410px;
  background-color: #F3F4F7;
}
#work .work .work-list .work-list-row a {
  position: relative;
  z-index: 2;
  display: table;
}
#work .work .work-list .work-list-row a:hover {
  opacity: 1;
}
#work .work .work-list .work-list-row a:hover .brief .flex .btn-box .btn::after {
  width: 100%;
}
#work .work .work-list .work-list-row a:hover .brief .flex .btn-box .btn .icon {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
@media only screen and (max-width: 1180px) {
  #work .work .work-list .work-list-row a:hover .brief .flex .btn-box .btn .icon {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
#work .work .work-list .work-list-row a .no {
  position: absolute;
  top: -4rem;
  right: 2rem;
  z-index: 1;
  font-family: Arial;
  font-size: 8rem;
  line-height: 8rem;
  color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-list .work-list-row a .no {
    top: -3rem;
    font-size: 6rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .no {
    right: 3rem;
  }
}
#work .work .work-list .work-list-row a .cover {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin: 0 20px;
}
#work .work .work-list .work-list-row a .brief {
  position: relative;
  margin-top: -95px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief {
    margin-top: -50px;
  }
}
#work .work .work-list .work-list-row a .brief .tag {
  display: table;
  margin-bottom: 15px;
  padding: 4px 16px;
  font-weight: 700;
  color: #fff;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-list .work-list-row a .brief .tag {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .tag {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 8px;
    margin-bottom: 5px;
  }
}
#work .work .work-list .work-list-row a .brief h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-list .work-list-row a .brief h2 {
    font-size: 3rem;
    line-height: 6.6rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief h2 {
    font-size: 2rem;
    line-height: 4.2rem;
  }
}
#work .work .work-list .work-list-row a .brief h2 span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 9px 14px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief h2 span {
    padding: 4px 14px;
  }
}
#work .work .work-list .work-list-row a .brief .flex {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .flex {
    display: block;
  }
}
#work .work .work-list .work-list-row a .brief .flex .des {
  width: 100%;
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .flex .des {
    padding-right: 0;
  }
}
@media only screen and (max-width: 1180px) {
  #work .work .work-list .work-list-row a .brief .flex .des p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .flex .des p {
    line-height: 2.8rem;
  }
}
#work .work .work-list .work-list-row a .brief .flex .btn-box {
  width: 285px;
  min-width: 285px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .flex .btn-box {
    margin-left: auto;
    margin-right: auto;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-list .work-list-row a .brief .flex .btn-box .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#work .work .work-detail .cover {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover {
    background-color: #F3F4F7;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 170px;
    background-color: #fff;
  }
}
#work .work .work-detail .cover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 290px;
  background-color: #F3F4F7;
}
#work .work .work-detail .cover .row-img {
  position: relative;
  z-index: 3;
}
#work .work .work-detail .cover .row-img .title {
  position: absolute;
  bottom: 70px;
  left: -20px;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .cover .row-img .title {
    bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-img .title {
    position: relative;
    bottom: 0;
    margin-top: -110px;
  }
}
#work .work .work-detail .cover .row-img .title .tag {
  display: table;
  margin-bottom: 15px;
  padding: 4px 16px;
  font-weight: 700;
  color: #fff;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .cover .row-img .title .tag {
    font-size: 1.4rem;
    line-height: 1.4rem;
    padding: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-img .title .tag {
    margin-bottom: 10px;
  }
}
#work .work .work-detail .cover .row-img .title h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 8rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .cover .row-img .title h1 {
    font-size: 3rem;
    line-height: 6.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-img .title h1 {
    font-size: 2rem;
    line-height: 4.6rem;
  }
}
#work .work .work-detail .cover .row-img .title h1 span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 9px 14px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-img .title h1 span {
    padding: 6px 10px;
  }
}
#work .work .work-detail .cover .row-des {
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-des {
    display: block;
    padding: 0;
    margin-top: 35px;
  }
}
#work .work .work-detail .cover .row-des .no {
  width: 90px;
  min-width: 90px;
  font-family: Arial;
  font-size: 8rem;
  line-height: 8rem;
  color: #CC1D00;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-des .no {
    font-size: 5rem;
    line-height: 5rem;
    border-right: 1px solid #000;
    width: auto;
    min-width: auto;
    display: table;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 30px;
  }
}
#work .work .work-detail .cover .row-des .text {
  margin-left: 40px;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-left: 2px solid #000;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .cover .row-des .text {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }
}
#work .work .work-detail .cover .row-des .text p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .cover .row-des .text p {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
#work .work .work-detail .des {
  position: relative;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des {
    padding-top: 30px;
  }
}
#work .work .work-detail .des .abs {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 49.93%;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .des .abs {
    position: static;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
}
#work .work .work-detail .des .abs img {
  width: 100%;
  height: auto;
}
#work .work .work-detail .des .box-white {
  padding: 90px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .des .box-white {
    padding: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white {
    padding: 30px;
  }
}
#work .work .work-detail .des .box-white .title {
  margin-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .title {
    margin-bottom: 30px;
  }
}
#work .work .work-detail .des .box-white .title h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 7rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .des .box-white .title h2 {
    font-size: 3rem;
    line-height: 5rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .title h2 {
    font-size: 2.4rem;
    line-height: 4.4rem;
    text-align: center;
  }
}
#work .work .work-detail .des .box-white .text-line {
  margin-bottom: 70px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .text-line {
    margin-bottom: 30px;
  }
}
#work .work .work-detail .des .box-white .text-line p {
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 5.4rem;
  font-weight: 500;
  padding: 15px 0;
}
@media only screen and (max-width: 1180px) {
  #work .work .work-detail .des .box-white .text-line p {
    font-size: 2.2rem;
    line-height: 4.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .text-line p {
    font-size: 1.8rem;
    line-height: 3.2rem;
  }
}
#work .work .work-detail .des .box-white .text-line p + p {
  border-top: 1px solid #000;
}
#work .work .work-detail .des .box-white .content .content-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row {
    display: block;
  }
}
#work .work .work-detail .des .box-white .content .content-row + .content-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row + .content-row {
    margin-top: 40px;
  }
}
#work .work .work-detail .des .box-white .content .content-row.block .col-left {
  width: 100%;
}
#work .work .work-detail .des .box-white .content .content-row.block .col-left .img {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
#work .work .work-detail .des .box-white .content .content-row .col-left {
  width: 58.824%;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-left {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-left p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-left p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-left p + p {
    margin-top: 20px;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-left p + .img {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-left p + .img {
    margin-top: 30px;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-left .img + p {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-left .img + p {
    margin-top: 30px;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-right {
  width: 29.412%;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 8%;
  }
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-right .img {
    width: 46.5%;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-right .img img {
  margin-left: auto;
  margin-right: auto;
}
#work .work .work-detail .des .box-white .content .content-row .col-right .img img + img {
  margin-top: 20px;
}
#work .work .work-detail .des .box-white .content .content-row .col-right .img .caption {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #505256;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-right .img .caption {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}
#work .work .work-detail .des .box-white .content .content-row .col-right .img + .img {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #work .work .work-detail .des .box-white .content .content-row .col-right .img + .img {
    margin-top: 0;
  }
}

/* Interview */
#interview-inner .interview-inner .list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .list ul {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
#interview-inner .interview-inner .list ul li a {
  display: block;
  position: relative;
}
#interview-inner .interview-inner .list ul li a .img {
  position: relative;
}
#interview-inner .interview-inner .list ul li a .img .topic {
  position: absolute;
  bottom: -20px;
  right: 0;
  z-index: 1;
  background-color: #fff;
  min-width: 184px;
  padding: 8px 20px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .list ul li a .img .topic {
    width: 70%;
    padding: 4px 14px;
  }
}
#interview-inner .interview-inner .list ul li a .img .topic h3 {
  font-size: 1.8rem;
  line-height: 3.6rem;
  font-weight: 700;
  margin-bottom: 8px;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner .list ul li a .img .topic h3 {
    font-size: 1.6rem;
    line-height: 3.4rem;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .list ul li a .img .topic h3 {
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 0;
  }
}
#interview-inner .interview-inner .list ul li a .img .topic p {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .list ul li a .img .topic p {
    font-size: 1rem;
    line-height: 2rem;
  }
}
#interview-inner .interview-inner .list ul li a .img .cover {
  position: relative;
  background-image: url("/recruit/assets/images/top/interview-list-bg.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
#interview-inner .interview-inner .list ul li a .brief {
  margin-top: 40px;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner .list ul li a .brief {
    margin-top: 30px;
  }
}
#interview-inner .interview-inner .list ul li a .brief p {
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  line-height: 3.6rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner .list ul li a .brief p {
    font-size: 1.8rem;
    line-height: 3.4rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .list ul li a .brief p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
#interview-inner .interview-inner .detail {
  overflow: hidden;
}
#interview-inner .interview-inner .detail .cover {
  position: relative;
}
#interview-inner .interview-inner .detail .cover .title {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .cover .title {
    top: inherit;
    bottom: 6%;
  }
}
#interview-inner .interview-inner .detail .cover .title h1 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 8.5rem;
  font-weight: 500;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner .detail .cover .title h1 {
    font-size: 3rem;
    line-height: 7rem;
  }
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .cover .title h1 {
    font-size: 2.4rem;
    line-height: 6rem;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .cover .title h1 {
    font-size: 1.8rem;
    line-height: 5rem;
  }
}
#interview-inner .interview-inner .detail .cover .title h1 span {
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 9px 20px;
  background-color: #fff;
}
#interview-inner .interview-inner .detail .cover img {
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .cover img {
    max-height: auto;
    min-height: auto;
  }
}
#interview-inner .interview-inner .detail .des .profile {
  position: relative;
  margin-top: -140px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .profile {
    margin-top: 0;
  }
}
#interview-inner .interview-inner .detail .des .profile::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 240px;
  height: 7px;
  background-color: #CC1D00;
}
#interview-inner .interview-inner .detail .des .profile::after {
  content: "";
  position: absolute;
  top: 0;
  left: -2000px;
  z-index: 1;
  width: 2000px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .profile::after {
    display: none;
  }
}
#interview-inner .interview-inner .detail .des .profile .box {
  display: table;
  padding: 50px 50px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .profile .box {
    padding: 30px 0 0 0;
  }
}
#interview-inner .interview-inner .detail .des .profile .box h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .profile .box h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 10px;
  }
}
#interview-inner .interview-inner .detail .des .profile .box p + h3 {
  margin-top: 20px;
}
#interview-inner .interview-inner .detail .des .profile .box h3 {
  font-family: Arial;
  color: #CC1D00;
}
#interview-inner .interview-inner .detail .des .firststep {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  padding: 60px;
  background-color: #F7F2EB;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .firststep {
    padding: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .firststep {
    margin-top: 40px;
    padding: 30px;
  }
}
#interview-inner .interview-inner .detail .des .firststep .col-text {
  padding-right: 375px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .firststep .col-text {
    padding-right: 0;
  }
}
#interview-inner .interview-inner .detail .des .firststep .col-text h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .firststep .col-text h2 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#interview-inner .interview-inner .detail .des .firststep .col-text h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 60px;
  height: 1px;
  background-color: #CC1D00;
}
#interview-inner .interview-inner .detail .des .firststep .col-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 360px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .firststep .col-img {
    width: 18%;
    right: 40px;
    top: -30px;
    bottom: inherit;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .firststep .col-img {
    width: 30%;
    right: 30px;
  }
}
#interview-inner .interview-inner .detail .des .reason {
  position: relative;
  margin-top: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 533px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .reason {
    display: block;
    min-height: auto;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .reason {
    margin-top: 50px;
  }
}
#interview-inner .interview-inner .detail .des .reason .col-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 55.55%;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .reason .col-img {
    position: static;
    width: 100%;
  }
}
#interview-inner .interview-inner .detail .des .reason .col-img img {
  min-height: 533px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .reason .col-img img {
    min-height: auto;
  }
}
#interview-inner .interview-inner .detail .des .reason .col-text {
  position: relative;
  padding-top: 100px;
  z-index: 2;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .reason .col-text {
    padding-top: 0;
  }
}
#interview-inner .interview-inner .detail .des .reason .col-text .box {
  width: 55.833%;
  margin-left: auto;
  margin-bottom: -1px;
  padding: 60px 0 15px 90px;
  background-color: #fff;
}
@media only screen and (max-width: 1180px) {
  #interview-inner .interview-inner .detail .des .reason .col-text .box {
    padding: 60px 0 15px 60px;
  }
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .reason .col-text .box {
    width: 100%;
    padding: 40px 0 0 0;
  }
}
#interview-inner .interview-inner .detail .des .job {
  margin-top: 80px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .job {
    margin-top: 50px;
  }
}
#interview-inner .interview-inner .detail .des .job::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 25%;
  height: 100%;
  background-color: #F3F4F7;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .job::after {
    display: none;
  }
}
#interview-inner .interview-inner .detail .des .job .col-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 41.667%;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .job .col-img {
    position: static;
    width: 100%;
  }
}
#interview-inner .interview-inner .detail .des .job .col-img img {
  width: 100%;
  height: auto;
}
#interview-inner .interview-inner .detail .des .job .col-text .box {
  width: 60%;
  max-width: 680px;
  padding-right: 100px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .job .col-text .box {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
    padding-top: 40px;
  }
}
#interview-inner .interview-inner .detail .des .job .col-text .box .text p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .job .col-text .box .text p + p {
    margin-top: 20px;
  }
}
#interview-inner .interview-inner .detail .des .job .goal-img {
  margin-top: 80px;
  width: 75%;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .job .goal-img {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .job .goal-img {
    margin-top: 50px;
  }
}
#interview-inner .interview-inner .detail .des .goal-text {
  position: relative;
  margin-top: -80px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .goal-text {
    margin-top: 0;
  }
}
#interview-inner .interview-inner .detail .des .goal-text .content {
  position: relative;
}
#interview-inner .interview-inner .detail .des .goal-text .content::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  z-index: 1;
  width: 1000px;
  height: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .goal-text .content::after {
    display: none;
  }
}
#interview-inner .interview-inner .detail .des .goal-text .content .box {
  width: 100%;
  max-width: 670px;
  padding: 80px 100px 0 0;
  background-color: #fff;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .goal-text .content .box {
    padding: 40px 0 0 0;
  }
}
#interview-inner .interview-inner .detail .des .text-row {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .text-row {
    margin-top: 60px;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row {
    display: block;
    padding: 30px;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row + .row {
  margin-top: 50px;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row + .row {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .text-row .row + .row {
    margin-top: 20px;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row.bg-cream {
  background-color: #F7F2EB;
}
#interview-inner .interview-inner .detail .des .text-row .row .col-left {
  width: 320px;
  min-width: 320px;
  position: relative;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left {
    width: 100%;
    min-width: 100%;
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left {
    min-height: 60px;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row .col-left h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 2.8rem;
  line-height: 4.4rem;
  color: #505256;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left h2 {
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row .col-left .en {
  position: absolute;
  bottom: -35px;
  left: 0;
  z-index: 1;
  width: 100%;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left .en {
    bottom: inherit;
    top: 0;
    left: inherit;
    right: 0;
    width: 35%;
  }
}
@media only screen and (max-width: 750px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-left .en {
    top: 10px;
    width: 40%;
  }
}
#interview-inner .interview-inner .detail .des .text-row .row .col-left .en img {
  margin-left: auto;
  margin-right: auto;
}
#interview-inner .interview-inner .detail .des .text-row .row .col-right {
  width: 100%;
  margin-left: 50px;
  padding-left: 50px;
  padding-right: 20px;
  border-left: 1px solid #BDBFC5;
}
@media only screen and (max-width: 850px) {
  #interview-inner .interview-inner .detail .des .text-row .row .col-right {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    border-left: 0;
    border-top: 1px solid #BDBFC5;
    margin-top: 20px;
    padding-top: 21px;
  }
}

/* environment */
#env .env .env-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex {
    display: block;
  }
}
#env .env .env-flex .col-left {
  width: 25%;
  min-width: 360px;
  background-color: #F3F4F7;
  padding: 50px;
}
@media only screen and (max-width: 850px) {
  #env .env .env-flex .col-left {
    min-width: 260px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left {
    width: 100%;
    min-width: 100%;
    padding: 6%;
  }
}
#env .env .env-flex .col-left ul {
  position: sticky;
  top: 170px;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-left ul {
    top: 110px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left ul {
    position: static;
  }
}
#env .env .env-flex .col-left ul li + li {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left ul li + li {
    margin-top: 10px;
  }
}
#env .env .env-flex .col-left ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #D9D9D9;
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  line-height: 2.8rem;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#env .env .env-flex .col-left ul li a .icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left ul li a .icon {
    position: relative;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-left ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #fff;
    border: 1px solid #D9D9D9;
    padding: 0;
    height: 60px;
  }
}
#env .env .env-flex .col-left ul li a:hover {
  color: #CC1D00;
}
#env .env .env-flex .col-right {
  width: 75%;
  padding: 0 100px 100px 100px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right {
    padding: 0 50px 50px 50px;
  }
}
@media only screen and (max-width: 850px) {
  #env .env .env-flex .col-right {
    padding: 0 40px 40px 40px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right {
    width: 100%;
    margin-top: 50px;
    padding: 0 6% 60px 6%;
  }
}
#env .env .env-flex .col-right .intro {
  margin-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .intro {
    margin-bottom: 50px;
  }
}
#env .env .env-flex .col-right .intro p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .intro p {
    font-size: 1.6rem;
    line-height: 3.4rem;
  }
}
#env .env .env-flex .col-right .content .row + .row {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row + .row {
    margin-top: 60px;
  }
}
#env .env .env-flex .col-right .content .row h2 {
  font-family: "Shippori Mincho", serif;
  font-size: 4rem;
  line-height: 6rem;
  font-weight: 700;
  margin-bottom: 50px;
  position: relative;
  padding-left: 30px;
  padding-top: 8px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row h2 {
    font-size: 3rem;
    line-height: 5rem;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin-bottom: 30px;
  }
}
#env .env .env-flex .col-right .content .row h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 5px;
  height: 80px;
  background-color: #CC1D00;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row h2::before {
    height: 70px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row h2::before {
    width: 3px;
    height: 50px;
  }
}
#env .env .env-flex .col-right .content .row h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 700;
  margin-bottom: 25px;
  padding-left: 50px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row h3 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#env .env .env-flex .col-right .content .row h3::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  z-index: 1;
  width: 30px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row h3::before {
    top: 14px;
  }
}
#env .env .env-flex .col-right .content .row h4 {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row h4 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row h4 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#env .env .env-flex .col-right .content .row p {
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
#env .env .env-flex .col-right .content .row p + h2 {
  margin-top: 80px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row p + h2 {
    margin-top: 60px;
  }
}
#env .env .env-flex .col-right .content .row p + h4 {
  margin-top: 50px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row p + h4 {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row p + h4 {
    margin-top: 30px;
  }
}
#env .env .env-flex .col-right .content .row .list-disc {
  margin-top: 20px;
  margin-left: 30px;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .list-disc {
    margin-top: 10px;
  }
}
#env .env .env-flex .col-right .content .row .list-disc li {
  list-style: disc;
}
#env .env .env-flex .col-right .content .row .list-disc + h4 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .list-disc + h4 {
    margin-top: 30px;
  }
}
#env .env .env-flex .col-right .content .row .box-list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row .box-list ul {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .box-list ul {
    gap: 10px;
  }
}
#env .env .env-flex .col-right .content .row .box-list ul.col5 {
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}
@media only screen and (max-width: 1180px) {
  #env .env .env-flex .col-right .content .row .box-list ul.col5 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .box-list ul.col5 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
#env .env .env-flex .col-right .content .row .box-list ul.col5 li {
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .box-list ul.col5 li {
    aspect-ratio: unset;
  }
}
#env .env .env-flex .col-right .content .row .box-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 15px;
  border: 1px solid #CC1D00;
  background-color: #F7F2EB;
  line-height: 2.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #env .env .env-flex .col-right .content .row .box-list ul li {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#env .env .env-flex .col-right .content .row * + h3 {
  margin-top: 40px;
}

/* Entry */
#entry .entry .graduate .box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("/recruit/assets/images/entry/graduate/table-bg.png");
  background-repeat: repeat;
  background-position: top left;
  background-size: 17px;
  padding: 70px 80px;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex {
    padding: 50px 60px;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex {
    display: block;
    padding: 40px 30px;
  }
}
#entry .entry .graduate .box-flex .col-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 80px;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex .col-left {
    padding-right: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex .col-left {
    padding-right: 0;
  }
}
#entry .entry .graduate .box-flex .col-left h3 {
  font-family: "Shippori Mincho", serif;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex .col-left h3 {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex .col-left h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#entry .entry .graduate .box-flex .col-right {
  padding-left: 80px;
  border-left: 1px solid #BDBFC5;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex .col-right {
    padding-left: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex .col-right {
    border-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
#entry .entry .graduate .box-flex .col-right p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex .col-right p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex .col-right p {
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
}
#entry .entry .graduate .box-flex .col-right p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 1180px) {
  #entry .entry .graduate .box-flex .col-right p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .box-flex .col-right p + p {
    margin-top: 15px;
  }
}
#entry .entry .graduate .table {
  margin-top: 90px;
  border-top: 1px solid #d9d9d9;
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .table {
    margin-top: 60px;
    border-top: 0;
  }
}
#entry .entry .graduate .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 29px;
  padding-bottom: 30px;
  border-bottom: 1px solid #d9d9d9;
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .table .tr {
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
#entry .entry .graduate .table .tr .td {
  width: 100%;
}
#entry .entry .graduate .table .tr .td:first-child {
  width: 170px;
  min-width: 170px;
  font-weight: 700;
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .table .tr .td:first-child {
    background-color: #f3f4f7;
    width: 100%;
    min-width: 100%;
    padding: 5px;
    text-align: center;
  }
}
#entry .entry .graduate .table .tr .td + .td {
  padding-left: 30px;
  border-left: 1px solid #D9D9D9;
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .table .tr .td + .td {
    border-left: 0;
    padding: 15px 15px 25px 15px;
  }
}
#entry .entry .graduate .table .tr .td p + p {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #entry .entry .graduate .table .tr .td p + p {
    margin-top: 10px;
  }
}
#entry .entry .graduate .table .tr .td ul {
  margin-left: 20px;
}
#entry .entry .graduate .table .tr .td ul li {
  list-style: disc;
}
#entry .entry .career p {
  font-size: 1.8rem;
  line-height: 3.6rem;
}
@media only screen and (max-width: 750px) {
  #entry .entry .career p {
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
}