@charset "utf-8";

/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue',
    sans-serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  color: #313131;
  font-feature-settings: 'palt';
  background: #f3f4f0;
}

@media (max-width: 767px) {
  body {
    font-size: 13px;
  }
}

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td,
input,
a,
textarea,
select,
span,
nav,
section,
header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input,
textarea {
  margin: 0;
  font-size: 100%;
  appearance: none;
  -webkit-appearance: none;
  border: none;
  outline: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
}

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

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

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

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

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

a,
input {
  /* outline: none; */
}

abbr,
acronym {
  border: 0;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}

.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

* html .clearfix {
  height: 1%;
  /*\*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {}

@media print {

  html,
  html body {
    *zoom: 0.65;
  }
}

/* link
------------------------------------------------ */
a {
  color: #313131;
  text-decoration: none;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

a:hover {
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  /* IE lt 8 */
  -ms-filter: 'alpha(opacity=50)';
  /* IE 8 */
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}

.visible-ts {
  display: none !important;
}

.visible-pad {
  display: block !important;
}

@media (max-width: 1024px) {
  .visible-pad {
    display: none !important;
  }
}

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

  .visible-ts {
    display: block !important;
  }
}

/* !fonts
------------------------------------------------ */
.fwb {
  font-weight: 700;
}

.vat {
  vertical-align: top !important;
}

.vam {
  vertical-align: middle !important;
}

.tal {
  text-align: left !important;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* !fc
------------------------------------------------ */
.ffManrope {
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.ffMarcellus {
  font-family: 'Marcellus', serif;
  font-weight: 400;
}

.ffZen {
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
}

.ffPoppins {
  font-family: 'Poppins', sans-serif;
}

/* !bg
------------------------------------------------ */
.bgdark {
  background: #e4e6df;
}

.fcred {
  color: #8d0023;
}

.fcyellow {
  color: #cac1ab;
}

/* wrapper
----------------------------------------------- */
body {}

#wrapper {
  overflow: hidden;
}

.inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

/* header
----------------------------------------------- */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
}

#header .headerin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 60px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.show #header .headerin {
  height: 80px;
  background: rgba(0, 0, 0, 0.4);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.recruit #header .headerin,
.recruit.show #header .headerin {
  position: relative;
  height: 116px;
  background: none;
}

.recruit #header:before {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0);
  width: 100%;
  height: 80px;
  left: 0;
  top: 0;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.recruit.show #header:before {
  background: rgba(255, 255, 255, 1);
}

.recruit #header .headerin {
  padding: 0;
}

#header .headerlogo {
  margin-right: 10px;
}

#header .headerlogo a {
  display: block;
  position: relative;
  z-index: 2;
}

.recruit #header .headerlogo {
  width: 300px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 5px 0;
  flex-shrink: 0;
  position: relative;
}

.recruit #header .headerlogo:before {
  position: absolute;
  content: '';
  background: #fff;
  width: 330px;
  height: 330px;
  transform: translate(-30px, -130px);
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

#header .headermess {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

#header .gnavi {
  display: flex;
  justify-content: center;
  column-gap: 50px;
  margin-right: 60px;
}

#header .gnavi li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.04em;
  color: #fff;
}

#header .headerbtn a {
  display: flex;
  width: 147px;
  height: 40px;
  border: 1px #fff solid;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.09em;
}

.recruit #header .gnavi li a {
  color: #282523;
}

.recruit #header .headerbtn a {
  background: #282523;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 208px;
  height: 116px;
  border: none;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.09em;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
  border-radius: 0 0 0 30px;
}

.navbar-toggle {
  display: none;
}

.navbar-collapse {
  display: none;
}

@media (max-width: 1024px) {
  #header .headerin {
    height: 50px;
    padding: 0 20px;
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  .show #header .headerin {
    height: 50px;
    background: rgba(0, 0, 0, 0.4);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  #header .headerlogo img {
    /* width: 113px; */
  }

  .recruit #header {}

  .recruit #header:before {
    background: rgba(255, 255, 255, 0);
    height: 0;
  }

  .recruit.show #header:before {
    background: rgba(255, 255, 255, 0);
  }

  .recruit #header .headerin,
  .recruit.show #header .headerin {
    height: 60px;
  }

  .recruit #header .headerlogo {
    width: 160px;
    padding: 10px 10px 10px 0;
    z-index: 91;
  }

  .recruit #header .headerlogo:before {
    width: 170px;
    height: 170px;
    transform: translate(-10px, -90px);
  }

  #header .headermess {
    display: none;
  }

  #header .gnavibox {
    display: none;
  }

  .navbar-toggle {
    display: block;
    width: 30px;
    height: 25px;
    position: relative;
    z-index: 99;
  }

  .recruit .navbar-toggle {
    width: 70px;
    height: 60px;
    background: #282523;
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
    border-radius: 0 0 0 15px;
  }

  .navbar-toggle span.navline {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: 30px;
    height: 1px;
  }

  #header .navbar-toggle span:nth-of-type(1) {
    top: 0;
  }

  #header .navbar-toggle span:nth-of-type(2) {
    top: 8px;
  }

  #header .navbar-toggle span.menutxt {
    position: absolute;
    font-size: 10px;
    color: #fff;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.08em;
    left: 0;
    top: 18px;
    width: 100%;
  }

  #header .navbar-toggle.on span:nth-of-type(1) {
    transform: translateY(11px) rotate(-45deg);
  }

  #header .navbar-toggle.on span:nth-of-type(2) {
    transform: translateY(3px) rotate(45deg);
  }

  #header .navbar-toggle.on span:nth-of-type(3) {
    opacity: 0;
  }

  .recruit .navbar-toggle span.navline {
    left: 20px;
  }

  .recruit #header .navbar-toggle span:nth-of-type(1) {
    top: 18px;
  }

  .recruit #header .navbar-toggle span:nth-of-type(2) {
    top: 27px;
  }

  .recruit #header .navbar-toggle span.menutxt {
    top: 35px;
  }

  .navbar-collapse {
    position: absolute;
    left: 0;
    top: 100%;
    height: calc(100vh - 50px);
    width: 100%;
    background: #282523;
    z-index: 90;
  }

  .navbarin {
    height: 100%;
    padding: 60px 20px;
  }

  .navbarin .navbarlist li+li {
    margin-top: 25px;
  }

  .navbarin .navbarlist li a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  .navbarin .navbarbtn {
    max-width: 160px;
    margin: 45px auto 0;
  }

  .navbarin .navbarbtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px #fff solid;
    color: #fff;
    height: 45px;
    font-size: 17px;
    letter-spacing: 0.09em;
  }

  .recruit .navbar-collapse {
    left: auto;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding: 35px 0 0 88px;
    top: 0;
  }

  .recruit .navbar-collapse .navbarin {
    background: #282523;
  }
}

@media (max-width: 767px) {
  .recruit .navbar-collapse {
    width: 100%;
    padding-left: 34px;
  }
}

/* anchor
----------------------------------------------- */
.anchor {
  position: absolute;
  left: 0;
  top: 0;
  padding-top: 80px;
  margin-top: -80px;
  z-index: 0;
}

.recruit .anchor {
  padding-top: 0;
  margin-top: 0;
}

@media (max-width: 1024px) {
  .anchor {
    padding-top: 50px;
    margin-top: -50px;
  }

  .recruit .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

/* teaser
----------------------------------------------- */
.teaser {
  display: flex;
  align-items: flex-end;
  padding: 70px 20px;
  justify-content: center;
  height: 362px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.teaser .teaserin {
  width: 1000px;
  max-width: 100%;
  color: #fff;
}

.teaser .teasereng {
  font-size: 54px;
  letter-spacing: 0.2em;
  line-height: 1.1;
}

.teaser .teaserjps {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.2;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .teaser {
    padding: 45px 20px;
    height: 250px;
  }

  .teaser .teasereng {
    font-size: 33px;
    letter-spacing: 0.2em;
  }

  .teaser .teaserjps {
    font-size: 13px;
    letter-spacing: 0.08em;
    margin-top: 8px;
  }
}

/* contents
----------------------------------------------- */
article {}

/* pagetop
----------------------------------------------- */
.pagetop {
  display: flex;
  height: 180px;
  padding: 0 50px;
  align-items: center;
  justify-content: flex-end;
}

.pagetop a {
  display: block;
}

@media (max-width: 767px) {
  .pagetop {
    height: 190px;
    padding: 0 20px;
  }

  .pagetop a img {
    width: 88px;
  }
}

/* comcta
----------------------------------------------- */
.comcta a {
  display: flex;
  height: 280px;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #282523;
}

.comcta .ctainner {
  padding: 0 200px;
  color: #fff;
  position: relative;
}

.comcta .ctainner .ctaeng {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

.comcta .ctainner .ctajps {
  font-size: 18px;
  margin-top: 25px;
}

.comcta .ctainner .ctaarrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: 1px #fff solid;
  width: 110px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 1;
}

@media (max-width: 767px) {
  .comcta a {
    height: 160px;
    padding: 0 20px;
  }

  .comcta .ctainner {
    padding: 0 90px;
  }

  .comcta .ctainner .ctaeng {
    font-size: 26px;
    letter-spacing: 0.09em;
  }

  .comcta .ctainner .ctajps {
    font-size: 13px;
    margin-top: 15px;
  }

  .comcta .ctainner .ctaarrow {
    width: 48px;
    height: 48px;
  }

  .comcta .ctainner .ctaarrow img {
    width: 11px;
  }
}

@media (max-width: 320px) {
  .comcta .ctainner {
    padding: 0 60px;
  }
}

/* footer
----------------------------------------------- */
#footer {
  padding: 50px 100px 40px 60px;
}

#footer .footerbtn {
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}

#footer .footerbtn a {
  display: block;
  color: #353029;
  font-size: 16px;
  padding: 20px 65px 20px 40px;
  border: 1px #353029 solid;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  position: relative;
}

#footer .footerbtn a:before {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_footer.png) center center no-repeat;
  width: 18px;
  height: 100%;
  right: 20px;
  top: 0;
  z-index: 0;
}

#footer .footerin {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer .footerlogo {
  margin-right: 10px;
}

#footer .footerlogo a {
  display: block;
}

#footer .fnavi {
  display: flex;
  column-gap: 55px;
}

#footer .fnavi a {
  display: block;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: #353029;
}

#footer .footermess {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 25px;
  margin-top: 40px;
}

#footer .footerpp a {
  font-size: 12px;
  letter-spacing: 0.04em;
  display: block;
  color: #353029;
}

#footer .copyright {
  color: #353029;
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  #footer {
    padding: 50px 20px 40px;
  }
}

@media (max-width: 767px) {
  #footer {
    padding: 50px 20px 20px;
  }

  #footer .footerbtn {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
  }

  #footer .footerbtn a {
    font-size: 13px;
    padding: 20px 50px 20px 40px;
  }

  #footer .footerbtn a:before {
    background: url(../img/common/arrow_footer.png) center center no-repeat;
    background-size: 14px auto;
    width: 14px;
  }

  #footer .footerin {
    display: block;
  }

  #footer .footerlogo {
    margin: 0 0 30px;
  }

  #footer .footerlogo img {
    width: 113px;
  }

  #footer .fnavi {
    column-gap: 25px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  #footer .fnavi a {
    font-size: 13px;
  }

  #footer .footermess {
    justify-content: flex-start;
    column-gap: 10px;
    margin-top: 30px;
  }

  #footer .footerpp a {
    font-size: 10px;
  }

  #footer .copyright {
    font-size: 10px;
  }
}

/* H
----------------------------------------------- */
.hdl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.hdl .hdljps {
  letter-spacing: 0.04em;
}

.hdl .hdleng {
  font-size: 50px;
  line-height: 1.2;
  letter-spacing: 0.09em;
}

@media (max-width: 767px) {
  .hdl .hdljps {
    letter-spacing: 0.04em;
  }

  .hdl .hdleng {
    font-size: 30px;
  }
}

.hdm {
  border-bottom: 1px #d2d2d2 solid;
  padding: 0 10px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #20171a;
}

.hdm .hdmeng {
  font-size: 24px;
  letter-spacing: 0.08em;
  margin-bottom: 40px;
  position: relative;
}

.hdm .hdmeng:before {
  position: absolute;
  content: '';
  background: #201b17;
  width: 1px;
  height: 25px;
  margin-left: -1px;
  left: 50%;
  top: calc(100% + 6px);
  z-index: 0;
}

.hdm .hdmjps {
  font-size: 37px;
  letter-spacing: 0.08em;
}

@media (max-width: 767px) {
  .hdm .hdmeng {
    font-size: 15px;
    letter-spacing: 0.08em;
    margin-bottom: 20px;
  }

  .hdm .hdmeng:before {
    height: 13px;
    top: calc(100% + 3px);
  }

  .hdm .hdmjps {
    font-size: 24px;
    letter-spacing: 0.08em;
  }
}

.hds {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.hds .hdseng {
  color: #201b17;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.hds .hdsjps {
  color: #20171a;
  font-size: 21px;
  line-height: 1.2;
  margin-top: 10px;
  letter-spacing: 0.08em;
  padding-right: 0.5em;
}

@media (max-width: 767px) {
  .hds .hdseng {
    font-size: 28px;
    letter-spacing: 0.08em;
  }

  .hds .hdsjps {
    font-size: 13px;
    margin-top: 5px;
    letter-spacing: 0.08em;
    padding-right: 0.5em;
  }
}

/* news
----------------------------------------------- */
.newsteaser {
  background-image: url(../img/news/teaser_news.jpg);
}

.post {
  padding: 70px 0 0;
}

.postbox {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  max-width: 1160px;
  padding: 0 20px;
  margin: 0 auto;
}

.postbox .postside {
  width: 200px;
  max-width: 18%;
}

.postbox .postside .posttag {
  display: none;
}

.postbox .postside .sidebox {
  margin-bottom: 45px;
  padding: 30px 0 0;
  border-bottom: 1px #d2d2d2 solid;
  position: relative;
}

.postbox .postside .sidetitbox {
  padding: 0 0 10px;
  cursor: pointer;
}

.postbox .postside .sidetit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  letter-spacing: 0.04em;
}

.postbox .postside .titpc {
  display: flex;
}

.postbox .postside .titsp {
  display: none;
}

.postbox .postside .sidetit .titname {
  color: #a0a0a0;
}

.postbox .postside .sidetit .titdown {
  padding-right: 25px;
  position: relative;
}

.postbox .postside .sidetit .titdown:before {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_down.png) center center no-repeat;
  width: 10px;
  height: 100%;
  right: 2px;
  top: 0;
  z-index: 0;
}

.postbox .postside .sidelist {
  display: none;
  padding: 30px 0 0;
}

.postbox .postside .sidelist li {
  margin-bottom: 25px;
}

.postbox .postside .sidelist li a {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.postbox .postside .sidelist li a:hover {
  color: #8d0023;
}

.postbox .postlist {
  width: 820px;
  max-width: 74%;
  border-top: 1px #d2d2d2 solid;
}

.postbox .postlist li {
  border-bottom: 1px #d2d2d2 solid;
}

.postbox .postlist .postitem {
  display: flex;
  align-items: flex-start;
  padding: 45px 0 45px 12px;
}

.postbox .postlist .postdc {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin-right: 25px;
}

.postbox .postlist .postdate {
  width: 100px;
  color: #908f8f;
}

.postbox .postlist .postcate {
  width: 130px;
  padding: 5px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.postbox .postlist .posttxt {
  flex: 1;
  line-height: 1.9;
  align-self: center;
  padding-right: 70px;
  letter-spacing: 0.04em;
  position: relative;
}

.postbox .postlist .posttxt:before {
  position: absolute;
  content: '';
  border: 5px #20171a solid;
  width: 0;
  height: 0;
  top: 50%;
  right: 20px;
  transform: translate(50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

.postbox .postlist .postitem:hover .posttxt {
  color: #8d0023;
}

.postbox .postlist .postitem:hover .posttxt:before {
  position: absolute;
  content: '';
  border: 1px #8d0023 solid;
  background: url(../img/common/arrow_red.png) center center no-repeat;
  width: 38px;
  height: 38px;
  top: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
}

@media (max-width: 1024px) {
  .postbox {
    display: block;
  }

  .postbox .postside {
    width: auto;
    max-width: none;
    margin-bottom: 50px;
  }

  .postbox .postside .titpc {
    display: none;
  }

  .postbox .postside .titsp {
    display: flex;
  }

  .postbox .postlist {
    width: auto;
    max-width: none;
    border-top: none;
  }

  .postbox .postside .sidebox {
    margin-bottom: 0;
  }

  .postbox .postside .posttag {
    display: flex;
    align-items: center;
  }

  .postbox .postside .posttag .tagcircle {
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
  }

  .postbox .postside .posttag .tagcircle:before {
    position: absolute;
    content: '';
    background: #20171a;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }

  .postbox .postside .posttag .tagcircle:after {
    position: absolute;
    content: '';
    background: #20171a;
    width: 2px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
    z-index: 0;
  }

  .postbox .postside .posttag.on .tagcircle:after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  .postbox .postside .posttag .tagtxt {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .postbox .postside .taginner {
    display: none;
  }
}

@media (max-width: 767px) {
  .newsteaser {
    background-image: url(../img/news/teaser_news_sp.jpg);
  }

  .post {
    padding: 25px 0 0;
  }

  .postbox .postside .posttag .tagcircle:before {
    width: 12px;
    height: 2px;
  }

  .postbox .postside .posttag .tagcircle:after {
    width: 2px;
    height: 12px;
  }

  .postbox .postside .posttag .tagtxt {
    font-size: 14px;
  }

  .postbox .postside .posttag .tagcircle {
    margin-right: 10px;
  }

  .postbox .postlist .postitem {
    display: block;
    padding: 15px 0;
  }

  .postbox .postlist .postdc {
    font-size: 12px;
    margin: 0 0 20px;
  }

  .postbox .postlist .postdate {
    width: 80px;
  }

  .postbox .postlist .postcate {
    width: 100px;
    padding: 5px;
    font-size: 11px;
  }

  .postbox .postlist .posttxt {
    font-size: 13px;
    line-height: 1.4;
    padding-right: 60px;
    letter-spacing: 0.04em;
  }

  .postbox .postlist .posttxt:before {
    border: 3px #20171a solid;
    right: 20px;
  }

  .postbox .postlist .postitem:hover .posttxt:before {
    position: absolute;
    content: '';
    border: 1px #8d0023 solid;
    background: url(../img/common/arrow_red.png) center center no-repeat;
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1025px) {
  .postbox .postside .taginner {
    display: block !important;
  }
}

/* wp-pagenavi
----------------------------------------------- */
.wp-pagenavi {
  margin-top: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wp-pagenavi a,
.wp-pagenavi span {
  margin: 0 3px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  color: #3a3430;
  font-family: 'Manrope', sans-serif;
  font-weight: 400;
}

.wp-pagenavi span {
  border: 1px #a4a3a2 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  color: #7a0825;
}

.wp-pagenavi .extend {
  border: none;
  background: none;
  width: auto;
}

.wp-pagenavi .previouspostslink {
  background: url(../img/common/prev_post.png) center center no-repeat;
}

.wp-pagenavi .nextpostslink {
  background: url(../img/common/next_post.png) center center no-repeat;
}

@media (max-width: 767px) {
  .wp-pagenavi {
    margin-top: 50px;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    margin: 5px 2px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}

/* detail
----------------------------------------------- */
.detailbox {
  padding: 70px 0 0;
}

.detaildc {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.detaildc .detaildate {
  color: #8d0023;
  font-weight: 700;
  margin-bottom: 25px;
}

.detaildc .detaildate .datemonth {
  font-size: 20px;
  line-height: 1;
}

.detaildc .detaildate .dateday {
  font-size: 54px;
  line-height: 0.8;
}

.detaildc .detaildate .datesml {
  font-size: 32px;
  font-weight: 200;
}

.detaildc .detailcate {
  background: #fff;
  display: flex;
  min-width: 130px;
  text-align: center;
  padding: 0 10px;
  height: 30px;
  font-size: 13px;
  letter-spacing: 0.04em;
  align-items: center;
  justify-content: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .detailbox {
    padding: 20px 0 0;
  }

  .detaildc .detaildate {
    margin-bottom: 15px;
  }

  .detaildc .detaildate .datemonth {
    font-size: 15px;
  }

  .detaildc .detaildate .dateday {
    font-size: 39px;
    line-height: 0.9;
  }

  .detaildc .detaildate .datesml {
    font-size: 23px;
  }

  .detaildc .detailcate {
    min-width: 100px;
    padding: 0 5px;
    height: 22px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}

.post-body {}

.post-body p {
  line-height: 2.5;
}

.post-body p em {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #f1d1d1 0%) repeat scroll 0 0;
}

.post-body>img {
  display: block;
  margin: 40px 0;
}

.post-body b {
  display: block;
  margin: 10px 0 30px;
  font-size: 21px;
  color: #8d0023;
  font-weight: 700;
  line-height: 2.1;
}

.post-body>img+b {
  margin-top: -30px;
}

.post-body h2 {
  margin: 70px 0 50px;
  font-size: 37px;
  font-weight: 700;
  color: #8d0023;
}

.post-body h3 {
  color: #222020;
  margin: 50px 0 45px;
  border-bottom: 3px #c9c9c9 solid;
  font-size: 32px;
  line-height: 1.75;
  font-weight: 700;
  padding: 0 0 15px;
  position: relative;
}

.post-body h3:before {
  position: absolute;
  content: '';
  background: #8d0023;
  width: 115px;
  height: 3px;
  left: 0;
  top: 100%;
  z-index: 0;
}

.post-body h4 {
  background: url(../img/detail/bg_h.png) 0 0 no-repeat;
  padding: 6px 0 6px 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5;
  margin: 50px 0 15px;
}

.post-body h5 {
  font-size: 24px;
  color: #8d0023;
  margin: 60px 0 20px;
}

.post-body ol {
  margin: 70px 0;
}

.post-body ol li {
  border-bottom: 1px #d2d2d2 solid;
  padding: 0 10px 7px 40px;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 25px;
}

.post-body ol li:before {
  position: absolute;
  content: '';
  background: url(../img/detail/ico_list.png) center center no-repeat;
  width: 17px;
  height: 17px;
  left: 15px;
  top: 1px;
  z-index: 0;
}

.post-body .red {
  color: #8d0023;
}

.post-body .mark {
  padding: 0 10px 7px 24px;
  position: relative;
  letter-spacing: 0.04em;

  font-family: 'Marcellus', serif;
  font-weight: 400;
  color: #8d0023;
}

.post-body .mark:before {
  position: absolute;
  content: '';
  background: url(../img/detail/ico_list.png) center center no-repeat;
  width: 17px;
  height: 17px;
  left: 0;
  top: 1px;
  z-index: 0;
}

.postone {
  overflow: hidden;
  margin: 50px 0 70px;
}

.postone img {
  display: block;
  float: right;
  width: 430px;
  margin: 0 0 50px 50px;
}

.postcol {
  display: flex;
  column-gap: 7%;
  margin: 70px 0 25px;
}

.postcol li {
  flex: 1;
  flex-grow: 1;
}

.post-body blockquote {
  margin: 70px 0;
}

.post-body table {
  width: 100%;
  border-left: 1px #9e9f9d solid;
  border-top: 1px #9e9f9d solid;
}

.post-body table th,
.post-body table td {
  width: 20%;
  vertical-align: middle;
  padding: 15px 10px;
  text-align: center;
  border-right: 1px #9e9f9d solid;
  border-bottom: 1px #9e9f9d solid;
}

.post-body table th {
  background: #e4e6df;
  font-size: 16px;
  font-weight: 700;
}

.post-body table td {
  font-size: 14px;
  background: #f3f4f0;
}

@media (max-width: 767px) {
  .post-body p {
    line-height: 2;
  }

  .post-body p span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #f1d1d1 0%) repeat scroll 0 0;
  }

  .post-body b {
    margin: 7px 0 20px;
    font-size: 11px;
  }

  .post-body h2 {
    margin: 40px 0;
    font-size: 23px;
    line-height: 1.5;
  }

  .post-body h3 {
    margin: 40px 0 30px;
    border-bottom: 2px #c9c9c9 solid;
    font-size: 21px;
    line-height: 1.6;
  }

  .post-body h3:before {
    width: 60px;
    height: 2px;
  }

  .post-body h4 {
    background: url(../img/detail/bg_h.png) 0 0 no-repeat;
    background-size: 38px 38px;
    padding: 5px 0 5px 15px;
    font-size: 20px;
    line-height: 1.6;
    margin: 45px 0 20px;
  }

  .post-body h5 {
    font-size: 17px;
    margin: 30px 0 15px;
  }

  .post-body ol {
    margin: 40px 0 60px;
  }

  .post-body ol li {
    padding: 0 5px 10px 30px;
    font-size: 12px;
    letter-spacing: 0.04em;
    margin-top: 20px;
  }

  .post-body ol li:before {
    position: absolute;
    content: '';
    background: url(../img/detail/ico_list.png) center center no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    left: 8px;
    top: 1px;
    z-index: 0;
  }

  .postone {
    margin: 30px 0;
  }

  .postone img {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }

  .postcol {
    display: block;
    margin: 30px 0 20px;
  }

  .postcol li {
    text-align: center;
    margin-bottom: 15px;
  }

  .postcol li img {
    width: 100%;
  }

  .post-body blockquote {
    margin: 40px 0 30px;
    padding: 0 0 15px;
    overflow-x: scroll;
  }

  .post-body blockquote::-webkit-scrollbar {
    width: 100%;
    height: 2px;
    background: #e4e6df;
  }

  .post-body blockquote::-webkit-scrollbar-thumb {
    background: #282523;
  }

  .post-body table {
    width: 800px;
  }

  .post-body table th,
  .post-body table td {
    padding: 13px 10px;
    font-size: 12px;
  }
}

.detailnavi {
  display: flex;
  justify-content: center;
  max-width: 270px;
  margin: 70px auto 0;
  position: relative;
}

.detailnavi .detailhome a {}

.detailnavi .detailhome a:hover {
  color: #7a0825;
}

.detailnavi .detailprev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 0;
}

.detailnavi .detailprev a {
  display: block;
}

.detailnavi .detailnext {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  z-index: 0;
}

.detailnavi .detailnext a {
  display: block;
}

@media (max-width: 767px) {
  .detailnavi {
    max-width: 210px;
  }

  .detailnavi .detailhome a {
    font-size: 15px;
  }
}

/* entry
----------------------------------------------- */
.entryteaser {
  background-image: url(../img/entry/teaser_entry.jpg);
}

@media (max-width: 767px) {
  .entryteaser {
    background-image: url(../img/entry/teaser_entry_sp.jpg);
  }
}

.entrybox {
  padding: 70px 0 50px;
}

.entrybox .entrydet {
  text-align: center;
  font-weight: 400;
  color: #20171a;
  letter-spacing: 0.08em;
  line-height: 2.3;
  margin-bottom: 110px;
}

.entrybox .entrytab {
  width: 100%;
  margin-bottom: 100px;
}

.entrybox .entrytab th,
.entrybox .entrytab td {
  padding: 20px 0;
  font-weight: 500;
  vertical-align: middle;
}

.entrybox .entrytab th {
  width: 33%;
  font-size: 24px;
  letter-spacing: 0.04em;
  padding-right: 10px;
}

.entrybox .entrytab .must {
  color: #8d0023;
}

.entrybox .entrytab td {
  width: 67%;
  font-size: 21px;
  letter-spacing: 0.09em;
}

.entrybox .entrytab input[type='text'],
.entrybox .entrytab input[type='email'],
.entrybox .entrytab input[type='tel'] {
  width: 100%;
  background: #fff;
  height: 60px;
  padding: 0 30px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue',
    sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

.entrybox .entrytab input::placeholder,
.entrybox .entrytab textarea::placeholder {
  color: #b5b5b5;
}

.entrybox .entrytab input.age {
  width: 32%;
  margin-right: 25px;
}

.entrybox .entrytab textarea {
  width: 100%;
  background: #fff;
  height: 460px;
  padding: 15px 30px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue',
    sans-serif;
  line-height: 1.5;
  font-weight: 500;
}

.entrybox .entrytab .entryradio {
  margin: -10px 0;
}

.entrybox .entrytab .entryradio li {
  padding: 10px 0;
}

.entrybox .entrytab .entryradio input[type='radio'] {
  width: 30px;
  height: 30px;
  background: #fff;
  vertical-align: middle;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.entrybox .entrytab .entryradio input[type='radio']:before {
  position: absolute;
  content: '';
  background: #f3f4f0;
  width: 12px;
  height: 12px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  z-index: 0;
}

.entrybox .entrytab .entryradio input[type='radio']:checked:before {
  background: #8d0023;
}

.entrybox .entrybtn {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 9%;
}

.entrybox .entrybtn input,
.entrybox .entrybtn a {
  width: 360px;
  height: 94px;
  border: 1px #353029 solid;
  font-size: 21px;
  font-family: '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'Helvetica Neue',
    sans-serif;
  line-height: 1.5;
  font-weight: 500;
  color: #353029;
  text-align: center;
  letter-spacing: 0.1em;
  background: url(../img/common/arrow_com.png) right 40px center no-repeat #f3f4f0;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  cursor: pointer;
}

.entrybox .entrybtn input:hover,
.entrybox .entrybtn a:hover {
  background: url(../img/common/arrow_com_wh.png) right 40px center no-repeat #282523;
  color: #fff;
}

.entrybox .entrybtn a {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .entrybox {
    padding: 40px 0 20px;
  }

  .entrybox .entrydet {
    font-size: 12px;
    margin-bottom: 50px;
  }

  .entrybox .entrytab {
    margin-bottom: 50px;
  }

  .entrybox .entrytab th,
  .entrybox .entrytab td {
    display: block;
    padding: 10px 0;
  }

  .entrybox .entrytab th {
    width: auto;
    font-size: 18px;
  }

  .entrybox .entrytab td {
    width: auto;
    font-size: 16px;
  }

  .entrybox .entrytab input[type='text'],
  .entrybox .entrytab input[type='email'],
  .entrybox .entrytab input[type='tel'] {
    height: 50px;
    padding: 0 20px;
  }

  .entrybox .entrytab input::placeholder,
  .entrybox .entrytab textarea::placeholder {
    color: #b5b5b5;
  }

  .entrybox .entrytab input.age {
    width: 50%;
    margin-right: 15px;
  }

  .entrybox .entrytab textarea {
    height: 200px;
    padding: 10px 20px;
  }

  .entrybox .entrytab .entryradio input[type='radio'] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .entrybox .entrytab .entryradio input[type='radio']:before {
    width: 8px;
    height: 8px;
  }

  .entrybox .entrybtn {
    column-gap: 0;
    flex-direction: column;
    align-items: center;
  }

  .entrybox .entrybtn input,
  .entrybox .entrybtn a {
    width: 280px;
    max-width: 100%;
    height: 60px;
    font-size: 16px;
    margin: 10px 0;
    background: url(../img/common/arrow_com.png) right 20px center no-repeat #f3f4f0;
    background-size: 16px auto;
  }

  .entrybox .entrybtn input:hover,
  .entrybox .entrybtn a:hover {
    background: url(../img/common/arrow_com_wh.png) right 20px center no-repeat #282523;
    background-size: 16px auto;
  }

  .entrybox .entrytab .nomust {
    display: none;
  }
}

/* confirm
----------------------------------------------- */
.confirm .entrybox .entrytab th,
.confirm .entrybox .entrytab td {
  padding: 30px 0;
}

@media (max-width: 767px) {

  .confirm .entrybox .entrytab th,
  .confirm .entrybox .entrytab td {
    padding: 10px 0;
  }
}

/* company
----------------------------------------------- */
.compteaser {
  background-image: url(../img/company/teaser_company.jpg);
}

@media (max-width: 767px) {
  .compteaser {
    background-image: url(../img/company/teaser_company_sp.jpg);
  }
}

.companybox {
  padding: 70px 0 60px;
}

.comptag {
  display: none;
}

.comptaginner {
  max-width: 780px;
  margin: 0 auto;
}

.companchor {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin-bottom: -25px;
}

.companchor li {
  width: calc((100% - 60px) / 3);
  margin: 0 30px 25px 0;
  border-bottom: 1px #d2d2d2 solid;
}

.companchor li a {
  display: flex;
  align-items: flex-end;
  letter-spacing: 0.1em;
  padding: 10px 20px 10px 10px;
  height: 100%;
  position: relative;
}

.companchor li a:before {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_down.png) center center no-repeat;
  width: 10px;
  height: 12px;
  right: 10px;
  bottom: 12px;
  z-index: 0;
}

.companchor li:nth-child(3n) {
  margin-right: 0;
}

@media (max-width: 1024px) {
  .comptag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .comptag .tagcircle {
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
  }

  .comptag .tagcircle:before {
    position: absolute;
    content: '';
    background: #20171a;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }

  .comptag .tagcircle:after {
    position: absolute;
    content: '';
    background: #20171a;
    width: 2px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
    z-index: 0;
  }

  .comptag.on .tagcircle:after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  .comptag .tagtxt {
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .comptaginner {
    display: none;
  }
}

@media (max-width: 767px) {
  .companybox {
    padding: 25px 0 20px;
  }

  .companchor {
    display: block;
    margin-bottom: -15px;
  }

  .companchor li {
    width: auto;
    margin: 0 0 15px;
  }

  .companchor li a {
    padding: 7px 15px 7px 0;
  }

  .companchor li a:before {
    right: 8px;
    bottom: 10px;
  }

  .comptag .tagcircle:before {
    width: 12px;
    height: 2px;
  }

  .comptag .tagcircle:after {
    width: 2px;
    height: 12px;
  }

  .comptag .tagtxt {
    font-size: 14px;
  }

  .comptag .tagcircle {
    margin-right: 10px;
  }
}

@media (min-width: 1025px) {
  .comptaginner {
    display: block !important;
  }
}

.compflex {
  margin-top: 100px;
  display: flex;
  align-items: center;
  position: relative;
}

.compflex.reverse {
  flex-direction: row-reverse;
}

.compflex .fleximg {
  width: 50%;
  align-self: flex-start;
}

.compflex .flexin {
  width: 50%;
  padding: 0 0 0 6%;
}

.compflex.reverse .flexin {
  padding: 0 2% 0 0;
}

.compflex .hdl {
  margin-bottom: 30px;
}

.compflex .flextxt {
  font-size: 30px;
  line-height: 1.93;
}

@media (max-width: 1024px) {
  .compflex .flextxt {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .compflex {
    margin-top: 50px;
    display: block;
  }

  .compflex .fleximg {
    width: auto;
  }

  .compflex .fleximg img {
    width: 100%;
  }

  .compflex .flexin {
    width: auto;
    padding: 30px 0 0;
  }

  .compflex.reverse .flexin {
    padding: 30px 0 0;
  }

  .compflex .hdl {
    margin-bottom: 10px;
  }

  .compflex .flextxt {
    font-size: 18px;
    letter-spacing: 0.1em;
  }
}

.compbasic {
  position: relative;
  margin-top: 145px;
  padding: 0 0 160px;
}

.compbasic:before {
  position: absolute;
  content: '';
  background: #e4e6df;
  width: 100%;
  height: calc(100% - 185px);
  left: 0;
  bottom: 0;
  z-index: 0;
}

.compbasic .basicbox {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.compbasic .basiclar {
  text-align: right;
}

.compbasic .basicflex {
  margin-top: 100px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.compbasic .basicflex .fleximg {
  width: 45%;
  margin-right: 5%;
}

.compbasic .basicflex .flexin {}

.compbasic .hdl {
  margin-bottom: 50px;
}

.compbasic .basicflex .flexlist li {
  padding-left: 25px;
  background: url(../img/common/ico_list.png) 0 7px no-repeat;
  font-size: 26px;
  letter-spacing: 0.08em;
}

.compbasic .basicflex .flexlist li+li {
  margin-top: 25px;
}

@media (max-width: 1024px) {
  .compbasic {
    margin-top: 100px;
    padding: 0 0 100px;
  }

  .compbasic .basicflex .flexlist li {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .compbasic {
    margin-top: 70px;
    padding: 0 0 40px;
  }

  .compbasic:before {
    height: 100%;
  }

  .compbasic .basicbox {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }

  .compbasic .basiclar img {
    width: 100%;
  }

  .compbasic .basicflex {
    margin-top: 60px;
    display: block;
  }

  .compbasic .basicflex .fleximg {
    width: auto;
    margin: 0 0 30px;
  }

  .compbasic .hdl {
    margin-bottom: 20px;
  }

  .compbasic .basicflex .flexlist li {
    padding-left: 15px;
    background: url(../img/common/ico_list.png) 0 7px no-repeat;
    background-size: 10px auto;
    font-size: 16px;
    letter-spacing: 0.08em;
  }

  .compbasic .basicflex .flexlist li+li {
    margin-top: 15px;
  }
}

.compbegu {
  margin-top: 170px;
  position: relative;
}

.compbegu .hdl {
  margin-bottom: 50px;
}

.compbegu .beguflex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
}

.compbegu .beguflex .fleximg {
  width: 46%;
  margin-left: 5%;
  padding: 70px 0 0;
}

.compbegu .beguflex .imgpc img {
  display: block;
}

.compbegu .beguflex .imgpc img+img {
  margin-top: 60px;
}

.compbegu .beguflex .flexin {}

.compbegu .beguflex .flexlist li {
  padding: 33px 0;
  border-bottom: 1px #d2d2d2 solid;
}

.compbegu .beguflex .flextit {
  font-size: 29px;
  line-height: 1.2;
  color: #8d0023;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.compbegu .beguflex .flextxt {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.compbegu .beguflex .imgsp {
  display: none;
}

@media (max-width: 767px) {
  .compbegu {
    margin-top: 50px;
  }

  .compbegu .hdl {
    margin-bottom: 35px;
  }

  .compbegu .beguflex {
    display: block;
  }

  .compbegu .beguflex .fleximg {
    width: auto;
    margin: 0 0 30px;
    padding: 0;
  }

  .compbegu .beguflex .imgpc {
    display: none;
  }

  .compbegu .beguflex .flexlist li {
    padding: 20px 0 10px;
  }

  .compbegu .beguflex .flextit {
    font-size: 21px;
  }

  .compbegu .beguflex .flextxt {
    font-size: 13px;
    letter-spacing: 0.04em;
    line-height: 1.85;
  }

  .compbegu .beguflex .imgsp {
    display: block;
  }

  .compbegu .beguflex .imgsp img {
    width: 100%;
  }
}

.compoffice {
  margin-top: 170px;
  position: relative;
}

.compoffice .hdl {
  margin-bottom: 85px;
}

.compoffice .offitable {
  border-top: 1px #d2d2d2 solid;
  position: relative;
}

.compoffice .offitable:before {
  position: absolute;
  content: '';
  background: #20171a;
  width: 108px;
  height: 1px;
  bottom: 100%;
  z-index: 0;
}

.compoffice .offitable .tablein {
  border-bottom: 1px #d2d2d2 solid;
  padding: 15px 0;
  display: flex;
  align-items: stretch;
  font-size: 21px;
  letter-spacing: 0.1em;
  position: relative;
}

.compoffice .offitable .tablein:before {
  position: absolute;
  content: '';
  background: #20171a;
  width: 108px;
  height: 1px;
  top: 100%;
  z-index: 0;
}

.compoffice .offitable .tableth {
  width: 214px;
  border-right: 1px #d2d2d2 solid;
  text-align: center;
  flex-shrink: 0;
  padding: 30px 10px;
}

.compoffice .offitable .tabletd {
  padding: 30px 0 30px 60px;
  flex: 1;
}

.compoffice .offitable .offimember {
  line-height: 2.3;
}

.compoffice .offitable .offiname {
  margin-bottom: 15px;
}

.compoffice .offitable .officont li {
  padding-left: 25px;
  background: url(../img/common/ico_list_dark.png) 0 4px no-repeat;
  font-size: 18px;
  letter-spacing: 0.04em;
}

.compoffice .offitable .officont li+li {
  margin-top: 10px;
}

.compoffice .offitable .offisite li+li {
  margin-top: 13px;
}

.compoffice .offitable .offisite li {
  font-size: 18px;
}

.compoffice .offitable .offisite .sitetit {
  padding-left: 25px;
  background: url(../img/common/ico_list_dark.png) 0 4px no-repeat;
  font-size: 18px;
  letter-spacing: 0.04em;
  margin-bottom: 2px;
}

.compoffice .offitable .offisite .sitelink a {
  color: #6e2526;
  word-break: break-all;
}

.compoffice .offitable .offiaddr+.offiaddr {
  margin-top: 70px;
}

.compoffice .offitable .offimail a {
  display: flex;
  align-items: center;
}

.compoffice .offitable .offimail .mailico {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px #313131 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.compoffice .offitable .offimail .mailtxt {
  font-size: 24px;
  letter-spacing: 0.04em;
}

.compoffice .offitable .addrmap {
  margin-bottom: 35px;
}

.compoffice .offitable .addrmap iframe {
  height: 380px;
  width: 100%;
}

.compoffice .offitable .addrname {
  font-size: 21px;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}

.compoffice .offitable .addrpos {
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.compoffice .offitable .addrpos .postxt {
  font-size: 18px;
  letter-spacing: 0.04em;
  width: 480px;
}

.compoffice .offitable .addrpos .posbtn {
  flex-shrink: 0;
}

.compoffice .offitable .addrpos .posbtn a {
  border: 1px #20171a solid;
  width: 140px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #20171a;
  font-size: 13px;
  letter-spacing: 0.08em;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.compoffice .offitable .addrpos .posbtn img {
  margin-right: 5px;
}

.compoffice .offitable .addrtf {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.compoffice .offitable .addrlink {
  display: flex;
  align-items: center;
}

.compoffice .offitable .addrlink .linkico {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px #313131 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.compoffice .offitable .addrlink .linktxt {
  font-size: 18px;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .compoffice .offitable .addrpos .postxt {
    width: auto;
    margin-right: 20px;
  }
}

@media (max-width: 767px) {
  .compoffice {
    margin-top: 50px;
  }

  .compoffice .hdl {
    margin-bottom: 30px;
  }

  .compoffice .offitable .tablein {
    padding: 10px 0;
    font-size: 16px;
    display: block;
  }

  .compoffice .offitable .tableth {
    width: auto;
    border-right: none;
    border-bottom: 1px #d2d2d2 solid;
    text-align: left;
    padding: 20px 10px;
  }

  .compoffice .offitable .tabletd {
    padding: 20px 10px;
  }

  .compoffice .offitable .offiname {
    margin-bottom: 10px;
  }

  .compoffice .offitable .officont li {
    padding-left: 15px;
    background: url(../img/common/ico_list_dark.png) 0 4px no-repeat;
    background-size: 10px 10px;
    font-size: 13px;
  }

  .compoffice .offitable .offisite li+li {
    margin-top: 10px;
  }

  .compoffice .offitable .offisite li {
    font-size: 13px;
  }

  .compoffice .offitable .offisite .sitetit {
    padding-left: 15px;
    background: url(../img/common/ico_list_dark.png) 0 4px no-repeat;
    background-size: 10px 10px;
    font-size: 13px;
  }

  .compoffice .offitable .offiaddr+.offiaddr {
    margin-top: 30px;
  }

  .compoffice .offitable .offimail .mailtxt {
    font-size: 18px;
  }

  .compoffice .offitable .addrmap {
    margin-bottom: 20px;
  }

  .compoffice .offitable .addrmap iframe {
    height: 250px;
  }

  .compoffice .offitable .addrname {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .compoffice .offitable .addrpos {
    flex-direction: column;
    align-items: flex-start;
  }

  .compoffice .offitable .addrpos .postxt {
    font-size: 13px;
    width: auto;
  }

  .compoffice .offitable .addrpos .posbtn {
    flex-shrink: 0;
    margin: 10px 0;
  }

  .compoffice .offitable .addrtf {
    flex-direction: column;
    align-items: flex-start;
    column-gap: 0;
  }

  .compoffice .offitable .addrlink {
    margin: 5px 0;
  }

  .compoffice .offitable .addrlink .linktxt {
    font-size: 16px;
  }

  .compoffice .offitable:before {
    width: 60px;
  }

  .compoffice .offitable .tablein:before {
    width: 60px;
  }
}

/* business
----------------------------------------------- */
.busiteaser {
  background-image: url(../img/business/teaser_business.jpg);
}

@media (max-width: 767px) {
  .busiteaser {
    background-image: url(../img/business/teaser_business_sp.jpg);
  }
}

.busiintro {
  padding: 65px 0 90px;
}

.busiintro .introtxt {
  text-align: center;
  line-height: 2.3;
  letter-spacing: 0.08em;
  margin-bottom: 70px;
}

.busiintro .introimg {
  text-align: center;
}

@media (max-width: 767px) {
  .busiintro {
    padding: 40px 0 50px;
  }

  .busiintro .introtxt {
    line-height: 2;
    margin-bottom: 30px;
  }
}

.busisup {
  background: #e4e6df;
  padding: 160px 0 90px;
  position: relative;
}

.busisup:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-top: 80px solid #f3f4f0;
  border-bottom: 0;
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  z-index: 1;
}

.busisup .hdm {
  margin-bottom: 70px;
}

.busisup .suplist {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin: 0 auto -20px;
  flex-wrap: wrap;
  column-gap: 50px;
}

.busisup .suplist li {
  width: 180px;
  height: 180px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  color: #8d0023;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .busisup {
    padding: 80px 0 60px;
  }

  .busisup:before {
    border-top: 40px solid #f3f4f0;
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
  }

  .busisup .hdm {
    margin-bottom: 30px;
  }

  .busisup .suplist {
    column-gap: 20px;
  }

  .busisup .suplist li {
    width: 130px;
    height: 130px;
    font-size: 16px;
  }
}

.caseblock {
  padding: 90px 0 140px;
}

.caseblock .hdm {
  margin-bottom: 70px;
}

.caseblock .caseflex {
  display: flex;
  align-items: center;
}

.caseblock .caseflex+.caseflex {
  margin-top: 80px;
}

.caseblock .caseflex.reverse {
  flex-direction: row-reverse;
}

.caseblock .caseflex .fleximg {
  width: 47.8%;
  flex-shrink: 0;
  margin: 0 7% 0 0;
  align-self: flex-start;
}

.caseblock .caseflex.reverse .fleximg {
  margin: 0 0 0 7%;
}

.caseblock .caseflex .flexin {
  flex: 1;
}

.caseblock .casetit {
  padding-left: 25px;
  background: url(../img/common/ico_list.png) 0 10px no-repeat;
  font-size: 30px;
  letter-spacing: 0.08em;
  color: #8d0023;
  margin-bottom: 30px;
}

.caseblock .casedet {
  font-size: 20px;
  border-bottom: 1px #d2d2d2 solid;
  padding: 0 0 5px;
  margin-bottom: 15px;
}

.caseblock .caseflex .flexcont {
  padding: 0 0 0 25px;
}

.caseblock .caseflex .flextxt {
  font-size: 16px;
  line-height: 2.125;
  letter-spacing: 0.04em;
}

.caseblock .caseflex .flexcheck {
  margin-top: 50px;
}

.caseblock .caseflex .flexcheck li {
  padding-left: 35px;
  background: url(../img/common/ico_check.png) 0 1px no-repeat;
  font-size: 16px;
  letter-spacing: 0.04em;
}

.caseblock .caseflex .flexcheck li+li {
  margin-top: 10px;
}

.caseblock .caseflex .flexcheck .checksml {
  font-size: 13px;
  line-height: 1.85;
  letter-spacing: 0.04em;
  padding: 5px 0;
  display: block;
}

.caseblock .caseflex .flexbtn {
  margin-top: 70px;
  position: relative;
}

.caseblock .caseflex .flexbtn a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px 0 25px;
  border: 1px #313131 solid;
  font-size: 0;
  width: 300px;
  height: 70px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  position: relative;
}

.caseblock .caseflex .flexbtn a:before {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_com_s.png) center center no-repeat;
  width: 17px;
  height: 100%;
  right: 25px;
  top: 0;
  z-index: 0;
}

.caseblock .casebtnbox {
  margin-top: 100px;
  display: flex;
  justify-content: flex-start;
}

.caseblock .casebtnbox .flexbtn {
  margin: 0;
}

.caseblock .casebtnbox .casepop {
  display: none;

  /* position: absolute;
  left: calc(100% + 10px);
  top: 50%;
  transform: translateY(-50%);
  width: 244px;
  z-index: 0; */
}

.caseblock .caseflex .imgpc {
  display: flex;
  flex-direction: column;
}

.caseblock .caseflex .imgpc img+img {
  margin-top: 55px;
}

.caseblock .caseflex .imgsp {
  display: none;
}

.caseblock .caseflex .flexcheckbox {
  position: relative;
  margin-top: 85px;
}

.caseblock .caseflex .flexcheckbox .flexcheck {
  margin-top: 0;
}

/* .caseblock .caseflex .checkpop {
  background: #8d0023;
  position: absolute;
  width: 130px;
  height: 130px;
  top: -35px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.04em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transform: rotate(15deg);
  z-index: 1;
} */

@media (max-width: 1300px) {
  /* .caseblock .caseflex+.caseflex {
    margin-top: 180px;
  } */

  /* .caseblock .casebtnbox .casepop {
    position: absolute;
    right: 0;
    left: auto;
    top: calc(100% + 10px);
    transform: translateY(0);
    z-index: 0;
  } */

  /* .caseblock .caseflex .checkpop {
    top: -80px;
    width: 100px;
    height: 100px;
    right: -40px;
    font-size: 15px;
  } */
}

@media (max-width: 767px) {
  .caseblock {
    padding: 40px 0 60px;
  }

  .caseblock .hdm {
    margin-bottom: 50px;
  }

  .caseblock .caseflex .imgpc {
    display: none;
  }

  .caseblock .caseflex .imgsp {
    display: block;
  }

  .caseblock .caseflex {
    display: block;
  }

  .caseblock .caseflex+.caseflex {
    margin-top: 60px;
  }

  .caseblock .caseflex .fleximg {
    width: auto;
    margin: 0 0 30px;
  }

  .caseblock .caseflex.reverse .fleximg {
    margin: 0 0 30px;
  }

  .caseblock .casetit {
    padding-left: 15px;
    background: url(../img/common/ico_list.png) 0 8px no-repeat;
    background-size: 10px 10px;
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
  }

  .caseblock .casedet {
    font-size: 15px;
    padding: 0 0 3px;
    margin-bottom: 10px;
  }

  .caseblock .caseflex .flexcont {
    padding: 0 0 0 15px;
  }

  .caseblock .caseflex .flextxt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .caseblock .caseflex .flexcheck {
    margin-top: 30px;
  }

  .caseblock .caseflex .flexcheck li {
    padding-left: 20px;
    background: url(../img/common/ico_check.png) 0 1px no-repeat;
    background-size: 14px auto;
    font-size: 13px;
    letter-spacing: 0.04em;
  }

  .caseblock .caseflex .flexcheck .checksml {
    font-size: 11px;
  }

  .caseblock .caseflex .flexbtn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
  }

  .caseblock .caseflex .flexbtn a {
    padding: 0 30px 0 20px;
    font-size: 0;
    width: 190px;
    height: 50px;
  }

  .caseblock .caseflex .flexbtn a:before {
    background: url(../img/common/arrow_com_s.png) center center no-repeat;
    background-size: 12px auto;
    width: 12px;
    right: 10px;
  }

  .caseblock .casebtnbox {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }

  .caseblock .casebtnbox .flexbtn {
    margin: 0;
  }

  .caseblock .casebtnbox .casepop {
    /* position: relative;
    left: auto;
    right: auto;
    top: auto;
    transform: translateY(0);
    width: 122px; */
  }

  .caseblock .caseflex .flexcheckbox {
    margin-top: 60px;
  }

  /* .caseblock .caseflex .checkpop {
    width: 80px;
    height: 80px;
    top: -50px;
    right: -15px;
    font-size: 13px;
  } */
}

.ownerbox {
  background: #07172c;
  padding: 140px 0 160px;
}

.ownerbox .ownerhd {
  max-width: 354px;
  background: url(../img/business/bg_tit_owner.png) center center no-repeat;
  margin: 0 auto 40px;
  height: 74px;
  font-weight: 700;
  color: #07172c;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 52px;
}

.ownerbox .ownercap {
  text-align: center;
  font-size: 37px;
  font-weight: 700;
  border-bottom: 1px #d2d2d2 solid;
  padding: 0 0 20px;
  margin-bottom: 80px;
}

.ownerbox .ownercap .lar {
  font-size: 60px;
  line-height: 1.6;
}

.ownerbox .ownerflex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
}

.ownerbox .ownerflex .fleximg {
  width: 47.8%;
  margin-left: 2%;
  align-self: flex-start;
}

.ownerbox .ownerflex .flexin {}

.ownerbox .ownerflex .flextxt {
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.06em;
  max-width: 410px;
  line-height: 3.3;
  margin-bottom: 40px;
}

.ownerbox .ownerflex .flexcont {
  display: flex;
  align-items: flex-end;
}

.ownerbox .ownerflex .flexlogo {
  margin-right: 15px;
  flex-shrink: 0;
}

.ownerbox .ownerflex .flexcontin {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.ownerbox .ownerflex .flexlogotit {
  font-size: 20px;
  color: #fff;
  border-bottom: 1px #fff solid;
  margin-bottom: 5px;
}

.ownerbox .ownerflex .flexlogotxt {
  color: #fff;
}

.ownerbox .ownernote {
  background: url(../img/common/ico_list_yl.png) 0 20px no-repeat;
  margin-bottom: 10px;
  font-size: 30px;
  padding-left: 25px;
  color: #fff;
  font-weight: 700;
  line-height: 1.8;
}

.ownerbox .ownerstep {
  text-align: center;
}

.ownerbox .ownercase {
  margin-top: 135px;
}

.ownerbox .ownercase .hdm {
  color: #fff;
  margin-bottom: 70px;
}

.ownerbox .ownercase .hdm .hdmeng:before {
  background: #fff;
}

.ownerbox .ownercase .owcasetxt {
  font-size: 16px;
  line-height: 2.125;
  color: #fff;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

.ownerbox .ownercase .owcaseopen {
  text-align: center;
  margin-bottom: 30px;
}

.ownerbox .ownercase .owcasedet {
  color: #fff;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: 0.06em;
  margin-bottom: 50px;
}

.ownerbox .ownercase .format {
  border: 2px #fff solid;
  padding: 10px 0;
  display: flex;
  align-items: stretch;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.06em;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

.ownerbox .ownercase .formattit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  padding: 15px 5px;
  flex-shrink: 0;
  border-right: 1px #fff solid;
}

.ownerbox .ownercase .formattit img {
  margin-right: 10px;
}

.ownerbox .ownercase .formatcont {
  padding: 15px 40px;
  display: flex;
  align-items: center;
}

@media (max-width: 1024px) {
  .ownerbox .ownercap {
    font-size: 32px;
  }

  .ownerbox .ownercap .lar {
    font-size: 50px;
  }
}

@media (max-width: 767px) {
  .ownerbox {
    padding: 70px 0 40px;
  }

  .ownerbox .ownerhd {
    max-width: 260px;
    background: url(../img/business/bg_tit_owner.png) center center no-repeat;
    background-size: 260px 54px;
    height: 54px;
    margin: 0 auto 30px;
    line-height: 40px;
  }

  .ownerbox .ownercap {
    font-size: 18px;
    margin-bottom: 40px;
  }

  .ownerbox .ownercap .lar {
    font-size: 30px;
    display: block;
  }

  .ownerbox .ownerflex {
    display: block;
    margin-bottom: 70px;
  }

  .ownerbox .ownerflex .fleximg {
    width: auto;
    margin: 0 0 30px;
  }

  .ownerbox .ownerflex .fleximg img {
    width: 100%;
  }

  .ownerbox .ownerflex .flextxt {
    max-width: none;
    line-height: 2;
    margin-bottom: 20px;
  }

  .ownerbox .ownerflex .flexlogo {
    margin-right: 10px;
  }

  .ownerbox .ownerflex .flexlogotit {
    font-size: 18px;
  }

  .ownerbox .ownernote {
    background: url(../img/common/ico_list_yl.png) 0 15px no-repeat;
    background-size: 10px 10px;
    font-size: 20px;
    padding-left: 15px;
    margin-bottom: 50px;
  }

  .ownerbox .ownercase {
    margin-top: 80px;
  }

  .ownerbox .ownercase .hdm {
    color: #fff;
    margin-bottom: 30px;
  }

  .ownerbox .ownercase .owcasetxt {
    font-size: 13px;
  }

  .ownerbox .ownercase .owcasedet {
    margin-bottom: 30px;
  }

  .ownerbox .ownercase .formattit {
    width: 100px;
  }

  .ownerbox .ownercase .formattit img {
    width: 10px;
  }

  .ownerbox .ownercase .formatcont {
    padding: 15px 20px;
  }
}

/* recruit
----------------------------------------------- */
.recruit {
  background: #fff;
  padding: 80px 0 0;
}

.recruit .comcta a {
  background: #8d0023;
}

@media (max-width: 1024px) {
  .recruit {
    padding: 35px 0 0;
  }
}

@media (max-width: 767px) {
  .recruit .pagetop a img {
    width: 89px;
  }
}

.recruit .recben {
  background: #8d0023;
  padding: 100px 0 115px;
  position: relative;
}

.recruit .recben .hds {
  margin-bottom: 90px;
}

.recruit .recben .hds * {
  color: #fff;
}

.recruit .recben .benbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 60px;
  margin-bottom: -30px;
}

.recruit .recben .benbox li {
  width: 200px;
  margin-bottom: 30px;
}

.recruit .recben .bencircle {
  background: #fff;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.recruit .recben .bentxt {
  text-align: center;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

@media (max-width: 767px) {
  .recruit .recben {
    padding: 45px 0 50px;
  }

  .recruit .recben .hds {
    margin-bottom: 50px;
  }

  .recruit .recben .benbox {
    column-gap: 20px;
    margin-bottom: -45px;
  }

  .recruit .recben .benbox li {
    width: 150px;
    margin-bottom: 45px;
  }

  .recruit .recben .bencircle {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .recruit .recben .bencircle img {
    width: 65px;
  }

  .recruit .recben .bentxt {
    font-size: 16px;
    letter-spacing: 0.04em;
  }
}

.recruit .recup {
  position: relative;
}

.recruit .recup:before {
  position: absolute;
  content: '';
  background: #8d0023;
  height: 62%;
  width: 93%;
  left: 0;
  top: 0;
  -webkit-border-radius: 0 60px 0 0;
  -moz-border-radius: 0 60px 0 0;
  -ms-border-radius: 0 60px 0 0;
  -o-border-radius: 0 60px 0 0;
  border-radius: 0 60px 0 0;
  z-index: 0;
}

@media (max-width: 767px) {
  .recruit .recup:before {
    position: absolute;
    content: '';
    background: #8d0023;
    height: 70%;
    width: calc(100% - 20px);
    left: 0;
    top: 0;
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
    z-index: 0;
  }
}

.recruit .recmain {
  /* padding: 80px 0 110px; */
  padding: 100px 0 110px;
  margin-bottom: 20px;
  position: relative;
}

.recruit .recmain .mainscroll {
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 0 0 30px 0;
  -moz-border-radius: 0 0 30px 0;
  -ms-border-radius: 0 0 30px 0;
  -o-border-radius: 0 0 30px 0;
  border-radius: 0 0 30px 0;
  z-index: 1;
}

.recruit .recmain .mainscroll .arrow {
  animation: arrowmove 2s ease-in-out infinite;
}

@keyframes arrowmove {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(20%);
  }

  100% {
    transform: translateY(0);
  }
}

.recruit .recmain .mainbox {
  overflow: hidden;
}

.recruit .recmain .maintxt {
  position: absolute;
  left: 0;
  top: 0;
  width: 48%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px 0 110px;
}

.recruit .recmain .mainslider {
  width: 52%;
  float: right;
}

.recruit .recmain .mainslider img {
  width: 100%;
  -webkit-border-radius: 40px 0 0 40px;
  -moz-border-radius: 40px 0 0 40px;
  -ms-border-radius: 40px 0 0 40px;
  -o-border-radius: 40px 0 0 40px;
  border-radius: 40px 0 0 40px;
}

@media (max-width: 767px) {
  .recruit .recmain {
    padding: 40px 0 30px;
  }

  .recruit .recmain .mainscroll {
    width: 34px;
    -webkit-border-radius: 0 0 15px 0;
    -moz-border-radius: 0 0 15px 0;
    -ms-border-radius: 0 0 15px 0;
    -o-border-radius: 0 0 15px 0;
    border-radius: 0 0 15px 0;
  }

  .recruit .recmain .mainscroll .arrow img {
    width: 10px;
  }

  .recruit .recmain .maintxt {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 20px 0 54px;
  }

  .recruit .recmain .maintxt img {
    width: 217px;
  }

  .recruit .recmain .mainslider {
    width: 76%;
  }

  .recruit .recmain .mainslider img {
    width: 100%;
    -webkit-border-radius: 18px 0 0 18px;
    -moz-border-radius: 18px 0 0 18px;
    -ms-border-radius: 18px 0 0 18px;
    -o-border-radius: 18px 0 0 18px;
    border-radius: 18px 0 0 18px;
  }
}

.recruit .recanchor {
  display: none;
  position: relative;
}

@media (max-width: 1024px) {

  .recruit .recanchor {
    display: block;
    padding: 50px 14% 70px 20px;
  }

  .recruit .rectag {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }

  .recruit .rectag .tagcircle {
    background: #fff;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 15px;
    position: relative;
  }

  .recruit .rectag .tagcircle:before {
    position: absolute;
    content: '';
    background: #20171a;
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
  }

  .recruit .rectag .tagcircle:after {
    position: absolute;
    content: '';
    background: #20171a;
    width: 2px;
    height: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
    z-index: 0;
  }

  .recruit .rectag.on .tagcircle:after {
    transform: translate(-50%, -50%) rotate(90deg);
    transition: all 0.3s !important;
    -moz-transition: all 0.3s !important;
    /* Firefox */
    -webkit-transition: all 0.3s !important;
    /* Chrome&Safari */
  }

  .recruit .rectag .tagtxt {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.1em;
  }

  .recruit .rectaginner {
    display: none;
  }

  .recruit .rectaglist li {
    border-bottom: 1px #d2d2d2 solid;
  }

  .recruit .rectaglist li a {
    display: block;
    padding: 30px 30px 15px 0;
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.04em;
    position: relative;
  }

  .recruit .rectaglist li a:before {
    position: absolute;
    content: '';
    background: url(../img/recruit/down_anchor.png) center center no-repeat;
    right: 15px;
    bottom: 15px;
    width: 16px;
    height: 20px;
    z-index: 0;
  }
}

@media (max-width: 767px) {
  .recruit .recanchor {
    /* padding: 50px 40px 70px 20px; */
    padding: 30px 40px 70px 20px;
  }

  .recruit .rectag .tagcircle:before {
    width: 12px;
    height: 2px;
  }

  .recruit .rectag .tagcircle:after {
    width: 2px;
    height: 12px;
  }

  .recruit .rectag .tagtxt {
    font-size: 14px;
  }

  .recruit .rectag .tagcircle {
    margin-right: 10px;
  }

  .recruit .rectaglist li a {
    display: block;
    padding: 20px 20px 10px 0;
    font-size: 14px;
  }

  .recruit .rectaglist li a:before {
    position: absolute;
    content: '';
    background: url(../img/recruit/down_anchor.png) center center no-repeat;
    background-size: 10px 13px;
    right: 10px;
    bottom: 13px;
    width: 10px;
    height: 13px;
  }
}

.recruit .recat {
  padding: 0 0 165px;
  position: relative;
}

.recruit .recat:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  right: 0;
  bottom: 0;
  width: 93%;
  height: 90%;
  -webkit-border-radius: 60px 0 0 0;
  -moz-border-radius: 60px 0 0 0;
  -ms-border-radius: 60px 0 0 0;
  -o-border-radius: 60px 0 0 0;
  border-radius: 60px 0 0 0;
  z-index: 0;
}

.recruit .recat .atinner {
  background: #fff;
  max-width: 990px;
  margin: 0 auto;
  padding: 75px 0 140px;
  border: 2px #e5e5e5 solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}

.recruit .recat .atabout {
  padding: 0 0 0 80px;
  display: flex;
  align-items: center;
  position: relative;
}

.recruit .recat .atabout .aboutimg {
  flex-shrink: 0;
  align-self: flex-start;
}

.recruit .recat .atabout .aboutimg img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.recruit .recat .atabout .aboutin {
  margin: 0 0 0 -85px;
  position: relative;
}

.recruit .recat .atabout .hds {
  margin-bottom: 15px;
  text-align: left;
  align-items: center;
}

.recruit .recat .atabout .aboutcont {
  background: #fff;
  padding: 40px 20px 40px 50px;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
}

.recruit .recat .atabout .abouttit {
  font-size: 28px;
  line-height: 1.78;
  letter-spacing: 0.04em;
  margin-bottom: 30px;
}

.recruit .recat .atabout .abouttxt {
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.04em;
}

.recruit .recat .atabout .aboutpic {
  position: absolute;
  left: 85px;
  top: 100%;
  /* width: 614px; */
  width: 45vw;
  height: 370px;
  overflow: hidden;
  border-radius: 0 0 0 30px;
}

.recruit .recat .atabout .aboutpic img {
  -webkit-border-radius: 0 0 0 30px;
  -moz-border-radius: 0 0 0 30px;
  -ms-border-radius: 0 0 0 30px;
  -o-border-radius: 0 0 0 30px;
  border-radius: 0 0 0 30px;
}

.recruit .recat .atmessage {
  margin-top: 250px;
  padding: 0 80px;
  position: relative;
}

.recruit .recat .atmessage .hds {
  align-items: flex-start;
  text-align: left;
  margin-bottom: 60px;
}

.recruit .recat .atmessage .messdet {
  text-align: center;
  margin-bottom: 60px;
}

.recruit .recat .atmessage .messdetin {
  display: inline-block;
  text-align: left;
  font-size: 26px;
  line-height: 1.78;
}

.recruit .recat .atmessage .messimg {
  text-align: center;
  margin-bottom: 45px;
}

.recruit .recat .atmessage .messimg img {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

.recruit .recat .atmessage .messtxt {
  font-size: 16px;
  line-height: 2.375;
  letter-spacing: 0.04em;
  margin-bottom: 70px;
}

.recruit .recat .atmessage .messtxt .ceo_text {
  display: block;
  text-align: end;
  padding-top: 20px;
}

.recruit .recat .atmessage .messbtn {
  display: flex;
  justify-content: center;
  column-gap: 45px;
}

.recruit .recat .atmessage .messbtn a {
  background: #282523;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 270px;
  height: 70px;
  padding: 0 50px 0 20px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  position: relative;
}

.recruit .recat .atmessage .messbtn a:before {
  position: absolute;
  content: '';
  background: url(../img/common/arrow_com_wh.png) center center no-repeat;
  background-size: 17px 14px;
  width: 17px;
  height: 100%;
  right: 30px;
  top: 0;
  z-index: 0;
}

.recruit .recat .atmessage .messbtn a:hover {
  background: #7a0825;
}

@media (max-width: 1440px) {
  .recruit .recat .atabout .aboutpic {
    width: 43vw;
    height: inherit;
  }
}

@media (max-width: 1024px) {
  .recruit .recat .atinner {
    margin: 0 80px;
  }

  .recruit .recat .atabout {
    padding: 0 80px;
    flex-direction: column;
    align-items: center;
  }

  .recruit .recat .atabout .aboutimg {
    align-self: center;
  }

  .recruit .recat .atabout .aboutin {
    margin: 50px 0 0;
  }

  .recruit .recat .atabout .aboutcont {
    background: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .recruit .recat .atabout .aboutpic {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    text-align: right;
    margin-right: -80px;
    margin-top: 30px;
  }

  .recruit .recat .atabout .aboutpic img {
    -webkit-border-radius: 0 0 0 15px;
    -moz-border-radius: 0 0 0 15px;
    -ms-border-radius: 0 0 0 15px;
    -o-border-radius: 0 0 0 15px;
    border-radius: 15px 0 0 15px;
  }

  .recruit .recat .atmessage {
    margin-top: 150px;
  }

  .recruit .recat .atmessage .messbtn {
    column-gap: 20px;
  }
}

@media (max-width: 767px) {
  .recruit .recat {
    padding: 0 0 40px;
  }

  .recruit .recat:before {
    width: calc(100% - 20px);
    height: 97%;
    -webkit-border-radius: 15px 0 0 0;
    -moz-border-radius: 15px 0 0 0;
    -ms-border-radius: 15px 0 0 0;
    -o-border-radius: 15px 0 0 0;
    border-radius: 15px 0 0 0;
  }

  .recruit .recat .atinner {
    margin: 0 40px;
    padding: 15px 0 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }

  .recruit .recat .atabout {
    padding: 0 15px;
  }

  .recruit .recat .atabout .aboutimg img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  .recruit .recat .atabout .aboutin {
    margin: 30px 0 0;
  }

  .recruit .recat .atabout .hds {
    align-items: flex-start;
    margin-bottom: 25px;
  }

  .recruit .recat .atabout .abouttit {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .recruit .recat .atabout .abouttxt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.04em;
  }

  .recruit .recat .atabout .aboutpic {
    margin: 20px -55px 0 0;
  }

  .recruit .recat .atmessage {
    margin-top: 50px;
    padding: 0 15px;
  }

  .recruit .recat .atmessage .hds {
    margin-bottom: 25px;
  }

  .recruit .recat .atmessage .messdet {
    text-align: left;
    margin-bottom: 30px;
  }

  .recruit .recat .atmessage .messdetin {
    font-size: 17px;
  }

  .recruit .recat .atmessage .messimg {
    margin-bottom: 30px;
  }

  .recruit .recat .atmessage .messimg img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }

  .recruit .recat .atmessage .messtxt {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.04em;
    margin-bottom: 30px;
  }

  .recruit .recat .atmessage .messbtn {
    flex-direction: column;
    align-items: center;
    column-gap: 0;
  }

  .recruit .recat .atmessage .messbtn a {
    width: 190px;
    height: 50px;
    padding: 0 35px 0 20px;
    font-size: 12px;
    letter-spacing: 0.1em;
    margin: 10px 0;
  }

  .recruit .recat .atmessage .messbtn a:before {
    position: absolute;
    content: '';
    background: url(../img/common/arrow_com_wh.png) center center no-repeat;
    background-size: 12px auto;
    width: 12px;
    height: 100%;
    right: 20px;
  }
}

.recruit .recbtm {
  padding: 200px 0 0;
  position: relative;
}

.recruit .recbtm:before {
  position: absolute;
  content: '';
  background: #e5e5e5;
  width: 50%;
  height: calc(100% - 70px);
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0 60px 0 0;
  -moz-border-radius: 0 60px 0 0;
  -ms-border-radius: 0 60px 0 0;
  -o-border-radius: 0 60px 0 0;
  border-radius: 0 60px 0 0;
  z-index: 0;
}

.recruit .recjf {
  margin-top: 110px;
  position: relative;
}

.recruit .recjf:before {
  position: absolute;
  content: '';
  background: #8d0023;
  width: 50%;
  height: calc(100% - 415px);
  bottom: 145px;
  right: 0;
  z-index: 0;
}

.recruit .jfinner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.recruit .recfaq {
  margin-top: 80px;
  background: #fff;
  border: 2px #e5e5e5 solid;
  padding: 60px 100px 95px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  position: relative;
}

.recruit .recfaq .hds {
  margin-bottom: 60px;
}

.recruit .recfaq .faqbox li {
  border-bottom: 1px #d2d2d2 solid;
}

.recruit .recfaq .qbox {
  display: flex;
  align-items: center;
  padding: 28px 50px 28px 20px;
  cursor: pointer;
  position: relative;
}

.recruit .recfaq .qbox:before {
  position: absolute;
  content: '';
  right: 30px;
  top: 50%;
  background: #535353;
  width: 14px;
  height: 2px;
  transform: translateY(-50%);
  z-index: 0;
}

.recruit .recfaq .qbox:after {
  position: absolute;
  content: '';
  right: 36px;
  top: 50%;
  background: #535353;
  width: 2px;
  height: 14px;
  transform: translateY(-50%);
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 0;
}

.recruit .recfaq .qbox.on:after {
  transform: translateY(-50%) rotate(90deg);
}

.recruit .recfaq .qbox .qico {
  width: 45px;
  flex-shrink: 0;
  font-size: 18px;
  color: #353029;
  letter-spacing: 0.09em;
}

.recruit .recfaq .qbox .qtxt {
  letter-spacing: 0.04em;
}

.recruit .recfaq .abox {
  display: none;
  border-top: 1px #535353 solid;
  padding: 25px 50px 25px 65px;
}

.recruit .recfaq .abox .atxt {
  line-height: 1.9;
  letter-spacing: 0.04em;
}

@media (max-width: 1024px) {
  .recruit .jfinner {
    padding: 0 20px;
  }

  .recruit .recfaq {
    margin-top: 80px;
    background: #fff;
    border: 2px #e5e5e5 solid;
    padding: 60px 50px 95px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .recruit .recbtm {
    padding: 100px 0 0;
  }

  .recruit .recbtm:before {
    height: calc(100% - 60px);
    -webkit-border-radius: 0 15px 0 0;
    -moz-border-radius: 0 15px 0 0;
    -ms-border-radius: 0 15px 0 0;
    -o-border-radius: 0 15px 0 0;
    border-radius: 0 15px 0 0;
  }

  .recruit .recjf {
    margin-top: 50px;
    position: relative;
  }

  .recruit .recjf:before {
    height: calc(100% - 310px);
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }

  .recruit .recfaq {
    margin-top: 50px;
    padding: 35px 20px 50px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }

  .recruit .recfaq .hds {
    margin-bottom: 20px;
  }

  .recruit .recfaq .qbox {
    padding: 18px 20px 18px 12px;
  }

  .recruit .recfaq .qbox:before {
    right: 15px;
    width: 10px;
  }

  .recruit .recfaq .qbox:after {
    right: 19px;
    top: 50%;
    height: 10px;
  }

  .recruit .recfaq .qbox .qico {
    width: 30px;
    font-size: 13px;
  }

  .recruit .recfaq .abox {
    padding: 20px 20px 20px 42px;
  }

  .recruit .recfaq .abox .atxt {
    line-height: 2;
  }
}

.recruit .recinter {
  position: relative;
  z-index: 1;
}

.recruit .recinter .hds {
  margin-bottom: 110px;
}

.recruit .recinter .interbox {
  position: relative;
  margin-top: 60px;
  padding: 0 20px;
}

.recruit .recinter .interbox:before {
  position: absolute;
  content: '';
  background: #fff;
  border-top: 2px #e5e5e5 solid;
  border-bottom: 2px #e5e5e5 solid;
  border-left: 2px #e5e5e5 solid;
  width: 97.5%;
  height: calc(100% - 65px);
  right: 0;
  bottom: 0;
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  z-index: 0;
}

.recruit .recinter .interbox.reverse:before {
  border-top: 2px #e5e5e5 solid;
  border-bottom: 2px #e5e5e5 solid;
  border-right: 2px #e5e5e5 solid;
  right: auto;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -ms-border-radius: 0 30px 30px 0;
  -o-border-radius: 0 30px 30px 0;
  border-radius: 0 30px 30px 0;
  left: 0;
}

.recruit .recinter .interlist {
  padding-bottom: 40px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.recruit .recinter .interlist li {
  width: calc((100% - 88px) / 4);
  margin-right: 29px;
}

.recruit .recinter .interlist li:nth-child(4n) {
  margin-right: 0;
}

.recruit .recinter .interitem {
  position: relative;
  display: block;
}

.recruit .recinter .interitem:before {
  position: absolute;
  content: 'VIEW.';
  font-family: 'Marcellus', serif;
  font-weight: 400;
  right: 15px;
  top: 50%;
  width: 100px;
  height: 100px;
  border: 1px #fff solid;
  transform: translate(0, -50%) scale(0);
  background: rgba(255, 255, 255, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #353029;
  font-size: 13px;
  letter-spacing: 0.02em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s !important;
  -moz-transition: all 0.3s !important;
  /* Firefox */
  -webkit-transition: all 0.3s !important;
  /* Chrome&Safari */
  z-index: 1;
}

.recruit .recinter .interitem:hover:before {
  transform: translate(0, -50%) scale(1);
}

.recruit .recinter .interimg {
  overflow: hidden;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.recruit .recinter .interimg img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
  transform: scale(1);
}

.recruit .recinter .interitem:hover .interimg img {
  transform: scale(1.1);
  transition: all 0.6s;
}

.recruit .recinter .intername {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.recruit .recinter .intername .nametxt {
  color: #353029;
  font-size: 21px;
  line-height: 1.2;
}

.recruit .recinter .intername .nameeng {
  font-size: 32px;
  font-weight: 500;
}

.recruit .recinter .intername .namearrow {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  border: 1px #e5e5e5 solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.recruit .recinter .intername .namearrow:after {
  position: absolute;
  content: '';
  background: #000;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: opacity 0.2s, transform 0.3s;
}

.recruit .recinter .intername .namearrow:before {
  position: absolute;
  content: '';
  background: url(../img/recruit/arrow_inter.png) center center no-repeat #8d0023;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 1;
}

.recruit .recinter .interitem:hover .namearrow:before {
  transform: translate(-50%, -50%) scale(1);
}

.recruit .recinter .interdet {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

@media (max-width: 1300px) {
  .recruit .recinter .interbox:before {
    width: calc(100% - 15px);
  }
}

@media (max-width: 1024px) {
  .recruit .recinter .interlist li {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
  }

  .recruit .recinter .intername .nametxt {
    font-size: 18px;
  }

  .recruit .recinter .intername .nameeng {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .recruit .recinter {
    position: relative;
    z-index: 1;
  }

  .recruit .recinter .hds {
    margin-bottom: 20px;
  }

  .recruit .recinter .interinner {
    position: relative;
    padding: 0 0 30px 20px;
  }

  .recruit .recinter .interinner:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 2px #e5e5e5 solid;
    right: 0;
    bottom: 0;
    border-right: none;
    height: calc(100% - 60px);
    width: calc(100% - 20px);
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    z-index: 0;
  }

  .recruit .recinter .interbox {
    position: relative;
    margin-top: 0;
    padding: 0 20px;
  }

  .recruit .recinter .interbox:before {
    display: none;
  }

  .recruit .recinter .interlist {
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
  }

  .recruit .recinter .interlist li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-top: 20px;
  }

  .recruit .recinter .interlist li:nth-child(2n) {
    margin-right: 0;
  }

  .recruit .recinter .interitem {
    position: relative;
    display: block;
  }

  .recruit .recinter .interitem:before {
    right: 10px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }

  .recruit .recinter .interitem:hover:before {
    transform: translate(0, -50%) scale(1);
  }

  .recruit .recinter .interimg {
    overflow: hidden;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }

  .recruit .recinter .intername {
    margin-top: 5px;
  }

  .recruit .recinter .intername .nametxt {
    font-size: 12px;
  }

  .recruit .recinter .intername .nameeng {
    font-size: 21px;
  }

  .recruit .recinter .intername .namearrow {
    width: 16px;
    height: 16px;
  }

  .recruit .recinter .intername .namearrow:after {
    width: 3px;
    height: 3px;
  }

  .recruit .recinter .intername .namearrow:before {
    background: url(../img/recruit/arrow_inter.png) center center no-repeat #8d0023;
    background-size: 6px auto;
  }

  .recruit .recinter .interdet {
    margin-top: 5px;
    font-size: 11px;
  }
}

.popbox {
  display: none;
}

.fancybox-skin {
  padding: 0 !important;
  overflow: hidden;
  background: #fff !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
}

.fancybox-inner {
  -ms-overflow-style: none !important;
  overflow: -moz-scrollbars-none !important;
}

.fancybox-inner::-webkit-scrollbar {
  display: none !important;
}

.fancybox-inner {
  scrollbar-width: none !important;
}

.fancybox-close {
  background: url(../img/recruit/close_pop.png) center content-box no-repeat !important;
  right: 40px !important;
  top: 35px !important;
  width: 46px !important;
  height: 46px !important;
}

.popinner {
  width: 1200px;
  max-width: 100%;
  padding: 0 0 150px;
  position: relative;
}

.popinner:before {
  position: absolute;
  content: '';
  background: #8d0023;
  width: 77%;
  height: calc(100% - 130px);
  left: 0;
  bottom: 0;
  -webkit-border-radius: 0 80px 0 0;
  -moz-border-radius: 0 80px 0 0;
  -ms-border-radius: 0 80px 0 0;
  -o-border-radius: 0 80px 0 0;
  border-radius: 0 80px 0 0;
  z-index: 0;
}

.popinner .popblock {
  position: relative;
  z-index: 1;
}

.popinner .pophead {
  max-width: 62%;
}

.popinner .pophead img {
  height: 100%;
}

.popinner .popcont {
  max-width: 1000px;
  padding: 0 20px;
  margin: -240px auto 0;
  display: flex;
  flex-direction: column;
}

.popinner .popintro {
  align-self: flex-end;
  width: 57%;
  background: #fff;
  padding: 40px;
  margin-bottom: 20px;
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -ms-border-radius: 20px 0 0 20px;
  -o-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}

.popinner .popintro .introtit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #353029;
  margin-bottom: 60px;
}

.popinner .popintro .introdet {
  font-size: 28px;
  line-height: 1.78;
  color: #8d0023;
  margin-bottom: 55px;
}

.popinner .popintro .introcap {
  font-size: 16px;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

.popinner .popintro .intromess {
  display: flex;
  align-items: flex-end;
  color: #353029;
}

.popinner .popintro .introname {
  font-size: 24px;
  line-height: 1;
  margin-right: 15px;
}

.popinner .popintro .introname .namelar {
  font-size: 45px;
  font-weight: 500;
}

.popinner .popintro .introdate {
  font-size: 16px;
  letter-spacing: 0.04em;
}

.popinner .popother {
  width: 100%;
}

.popinner .popother li {
  margin-bottom: 60px;
  background: #fff;
  padding: 40px 50px;
  border: 3px #8d0023 solid;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}

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

.popinner .popother .othertit {
  border-bottom: 1px #d2d2d2 solid;
  font-size: 28px;
  font-weight: 700;
  color: #222020;
  padding: 0 0 10px;
  margin-bottom: 25px;
  position: relative;
}

.popinner .popother .othertit .sml {
  font-size: 21px;
}

.popinner .popother .othertit:before {
  position: absolute;
  content: '';
  background: #20171a;
  width: 110px;
  height: 1px;
  left: 0;
  top: 100%;
  z-index: 0;
}

.popinner .popother .othertxt {
  font-size: 18px;
  line-height: 2.5;
}

@media (max-width: 767px) {
  .fancybox-skin {
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    -ms-border-radius: 15px !important;
    -o-border-radius: 15px !important;
    border-radius: 15px !important;
  }

  .fancybox-close {
    background: url(../img/recruit/close_pop.png) center content-box no-repeat !important;
    background-size: 23px 23px !important;
    right: 15px !important;
    top: 15px !important;
    width: 23px !important;
    height: 23px !important;
  }

  .popinner {
    padding: 0 0 25px;
  }

  .popinner:before {
    width: calc(100% - 40px);
    height: calc(100% - 50px);
    -webkit-border-radius: 0 30px 0 0;
    -moz-border-radius: 0 30px 0 0;
    -ms-border-radius: 0 30px 0 0;
    -o-border-radius: 0 30px 0 0;
    border-radius: 0 30px 0 0;
    z-index: 0;
  }

  .popinner .pophead {
    max-width: 80%;
  }

  .popinner .popcont {
    margin: -20px auto 0;
  }

  .popinner .popintro {
    width: 93%;
    padding: 20px 0 20px 20px;
    margin-bottom: 40px;
    -webkit-border-radius: 10px 0 0 10px;
    -moz-border-radius: 10px 0 0 10px;
    -ms-border-radius: 10px 0 0 10px;
    -o-border-radius: 10px 0 0 10px;
    border-radius: 10px 0 0 10px;
  }

  .popinner .popintro .introtit {
    font-size: 28px;
    letter-spacing: 0.09em;
    margin-bottom: 5px;
  }

  .popinner .popintro .introdet {
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px;
  }

  .popinner .popintro .introcap {
    font-size: 11px;
    margin-bottom: 10px;
  }

  .popinner .popintro .intromess {
    display: flex;
    align-items: flex-end;
    color: #353029;
  }

  .popinner .popintro .introname {
    font-size: 16px;
    margin-right: 10px;
  }

  .popinner .popintro .introname .namelar {
    font-size: 30px;
  }

  .popinner .popintro .introdate {
    font-size: 11px;
    letter-spacing: 0.04em;
  }

  .popinner .popother li {
    margin-bottom: 20px;
    padding: 25px 15px;
    border: 2px #8d0023 solid;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }

  .popinner .popother .othertit {
    font-size: 17px;
    padding: 0 0 5px;
    margin-bottom: 10px;
    position: relative;
  }

  .popinner .popother .othertit .sml {
    font-size: 13px;
  }

  .popinner .popother .othertit:before {
    width: 100px;
  }

  .popinner .popother .othertxt {
    font-size: 13px;
    line-height: 2.15;
  }
}

.recruit .recjob {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.recruit .recjob .hds {
  margin-bottom: 70px;
}

.recruit .recjob .jobbox {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.recruit .recjob .jobtab {
  width: 35%;
}

.recruit .recjob .jobtab li a {
  display: flex;
  align-items: center;
  height: 90px;
  padding-right: 80px;
  position: relative;
}

.recruit .recjob .jobtab .tabcont {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 2px 0 10px;
  position: relative;
  z-index: 1;
}

.recruit .recjob .jobtab .tabtype {
  letter-spacing: 0.1em;
}

.recruit .recjob .jobtab .tabarrow {
  width: 30px;
  height: 30px;
  display: block;
  flex-shrink: 0;
  margin-left: 5px;
  border: 1px #bcbcbc solid;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.recruit .recjob .jobtab .tabarrow:after {
  position: absolute;
  content: '';
  background: #000;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: opacity 0.2s, transform 0.3s;
}

.recruit .recjob .jobtab .tabarrow:before {
  position: absolute;
  content: '';
  background: url(../img/recruit/arrow_job.png) center center no-repeat #8d0023;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  transition: 0.3s;
  z-index: 1;
}

.recruit .recjob .jobtab .tabcont:before {
  position: absolute;
  content: '';
  background: #d2d2d2;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
  z-index: 0;
}

.recruit .recjob .jobtab li a:hover .tabcont,
.recruit .recjob .jobtab li a.on .tabcont {
  color: #8d0023;
}

.recruit .recjob .jobtab li a:hover .tabcont:before,
.recruit .recjob .jobtab li a.on .tabcont:before {
  display: none;
}

.recruit .recjob .jobtab li a:hover .tabarrow:before,
.recruit .recjob .jobtab li a.on .tabarrow:before {
  transform: translate(-50%, -50%) scale(1);
}

.recruit .recjob .jobtab li a:hover:before,
.recruit .recjob .jobtab li a.on:before {
  position: absolute;
  content: '';
  background: #fff;
  right: 0;
  bottom: 0;
  width: calc(100% + 50px);
  -webkit-border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -ms-border-radius: 30px 0 0 30px;
  -o-border-radius: 30px 0 0 30px;
  border-radius: 30px 0 0 30px;
  height: 100%;
  border-top: 2px #e5e5e5 solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 0;
}

.recruit .recjob .jobinner {
  width: 65%;
  background: #fff;
  border: 2px #e5e5e5 solid;
  border-left: none;
  padding: 60px 60px 90px;
  -webkit-border-radius: 0 30px 30px 30px;
  -moz-border-radius: 0 30px 30px 30px;
  -ms-border-radius: 0 30px 30px 30px;
  -o-border-radius: 0 30px 30px 30px;
  border-radius: 0 30px 30px 30px;
}

.recruit .recjob .tabbox {
  display: none;
}

.recruit .recjob #tabone {
  display: block;
}

.recruit .recjob .jobtable {
  border-top: 1px #d2d2d2 solid;
  position: relative;
}

.recruit .recjob .jobtable:before {
  position: absolute;
  content: '';
  background: #20171a;
  width: 108px;
  height: 1px;
  bottom: 100%;
  z-index: 0;
}

.recruit .recjob .jobtable .tablein {
  border-bottom: 1px #d2d2d2 solid;
  padding: 15px 0;
  display: flex;
  align-items: stretch;
  letter-spacing: 0.1em;
  position: relative;
}

.recruit .recjob .jobtable .tablein:before {
  position: absolute;
  content: '';
  background: #20171a;
  width: 108px;
  height: 1px;
  top: 100%;
  z-index: 0;
}

.recruit .recjob .jobtable .tableth {
  width: 214px;
  border-right: 1px #d2d2d2 solid;
  text-align: center;
  flex-shrink: 0;
  padding: 15px 10px;
  font-size: 21px;
  letter-spacing: 0.1em;
}

.recruit .recjob .jobtable .tabletd {
  padding: 10px 0 15px 30px;
  flex: 1;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.04em;
}

.recruit .recjob .jobtable .tabletd img {
  display: inline-block;
  vertical-align: middle;
}

.recruit .recjob .jobtable .tabletd .tdlar {
  line-height: 2.375;
}

.recruit .recjob .jobtable .tabletd .tddot {
  font-size: 10px;
}

.recruit .recjob .jobtable .tabletd .tdtxt+.tdtxt {
  margin-top: 15px;
}

.recruit .recjob .jobtable .tabletd .tdnote {
  font-size: 13px;
  margin-top: 20px;
  letter-spacing: 0;
}

.recruit .recjob .jobbtn {
  max-width: 360px;
  margin: 80px auto 0;
}

.recruit .recjob .jobbtn a {
  display: flex;
  height: 94px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 21px;
  color: #fff;
  letter-spacing: 0.1em;
  position: relative;
  padding: 0 60px;
  background: url(../img/common/arrow_cta.png) right 40px center no-repeat #282523;
  -webkit-border-radius: 80px;
  -moz-border-radius: 80px;
  -ms-border-radius: 80px;
  -o-border-radius: 80px;
  border-radius: 80px;
}

.recruit .recjob .jobbtn a:hover {
  color: #fff;
  background: url(../img/common/arrow_cta.png) right 40px center no-repeat #7a0825;
}

.recruit .recjob .tabtit {
  display: none;
}

@media (max-width: 1024px) {
  .recruit .recjob .jobbox {
    display: block;
  }

  .recruit .recjob .jobtab {
    display: none;
  }

  .recruit .recjob .jobinner {
    width: auto;
    background: none;
    border: none;
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .recruit .recjob .tabbox {
    background: #fff;
    border: 2px #e5e5e5 solid;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    padding: 40px;
    display: block !important;
  }

  .recruit .recjob .tabbox+.tabbox {
    margin-top: 30px;
  }

  .recruit .recjob .tabblock {
    display: none;
    margin-top: 50px;
  }

  .recruit .recjob .tabtit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 21px;
  }

  .recruit .recjob .tabtit .titarrow {
    width: 36px;
    height: 36px;
    display: block;
    flex-shrink: 0;
    margin-left: 5px;
    border: 1px #bcbcbc solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
  }

  .recruit .recjob .tabtit .titarrow:after {
    position: absolute;
    content: '';
    background: #000;
    width: 6px;
    height: 6px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: opacity 0.2s, transform 0.3s;
  }

  .recruit .recjob .tabtit .titarrow:before {
    position: absolute;
    content: '';
    background: url(../img/recruit/arrow_down_wh.png) center center no-repeat #8d0023;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: 0.3s;
    z-index: 1;
  }

  .recruit .recjob .tabtit.on {
    color: #8d0023;
  }

  .recruit .recjob .tabtit.on .titarrow:before {
    transform: translate(-50%, -50%) scale(1);
  }
}

@media (max-width: 767px) {
  .recruit .recjob .tabbox {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    padding: 20px;
  }

  .recruit .recjob .tabbox+.tabbox {
    margin-top: 20px;
  }

  .recruit .recjob .tabblock {
    margin-top: 30px;
  }

  .recruit .recjob .tabtit {
    font-size: 17px;
  }

  .recruit .recjob .tabtit .titarrow {
    width: 18px;
    height: 18px;
  }

  .recruit .recjob .tabtit .titarrow:after {
    width: 3px;
    height: 3px;
  }

  .recruit .recjob .tabtit .titarrow:before {
    background: url(../img/recruit/arrow_down_wh.png) center center no-repeat #8d0023;
    background-size: 5px 6px;
  }

  .recruit .recjob .jobtable:before {
    width: 100px;
  }

  .recruit .recjob .jobtable .tablein {
    padding: 0;
    display: block;
  }

  .recruit .recjob .jobtable .tablein:before {
    position: absolute;
    content: '';
    background: #20171a;
    width: 100px;
    height: 1px;
    top: 100%;
    z-index: 0;
  }

  .recruit .recjob .jobtable .tableth {
    width: auto;
    border-right: none;
    text-align: left;
    padding: 15px 0;
    font-size: 17px;
    letter-spacing: 0.1em;
    border-bottom: 1px #d2d2d2 solid;
  }

  .recruit .recjob .jobtable .tabletd {
    padding: 20px 0;
    font-size: 13px;
    line-height: 1.625;
    letter-spacing: 0.04em;
  }

  .recruit .recjob .jobtable .tabletd img {
    width: 12px;
  }

  .recruit .recjob .jobtable .tabletd .tdlar {
    line-height: 2;
  }

  .recruit .recjob .jobtable .tabletd .tdtxt+.tdtxt {
    margin-top: 10px;
  }

  .recruit .recjob .jobtable .tabletd .tdnote {
    font-size: 11px;
  }

  .recruit .recjob .jobbtn {
    max-width: 200px;
    margin: 50px auto 0;
  }

  .recruit .recjob .jobbtn a {
    height: 50px;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0 30px;
    background: url(../img/common/arrow_cta.png) right 20px center no-repeat #282523;
    background-size: 12px auto;
  }

  .recruit .recjob .jobbtn a:hover {
    background: url(../img/common/arrow_cta.png) right 20px center no-repeat #7a0825;
    background-size: 12px auto;
  }
}

@media (min-width: 1025px) {
  .recruit .recjob .tabblock {
    display: block !important;
    margin-top: 0;
  }
}

/* XXXXXXXXXXXXXXX
----------------------------------------------- */

@media (max-width: 1024px) {}

@media (max-width: 767px) {}