@charset "UTF-8";
/*===============================================
 reset
===============================================*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, main, article, aside, dialog, figcaption, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

main, section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  line-height: 0;
}

.defs {
  display: none;
}

/*===============================================
 base
===============================================*/
* {
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  color: #2e1813;
}

html {
  font-size: 62.5%;
}

@media only screen and (max-width: 767px) {
  html {
    min-width: 0;
  }
}
body {
  position: relative;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: inherit;
    font-size: 1.3rem;
  }
}
a {
  text-decoration: none;
  color: #2e1813;
}

h3,
p,
span {
  font-weight: bold;
}

img {
  max-width: 100%;
}

.inview {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s, transform 0.8s;
}
.inview.active {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.inview.fade {
  transform: none;
}

/*===============================================
 font-family
===============================================*/
.en {
  font-family: "Lato", sans-serif;
}

@media only screen and (max-width: 767px) {
  .serif,
  .serif dt,
  .serif dd,
  .serif p {
    font-weight: 500;
  }
}
/*===============================================
 pc sp setting
===============================================*/
.sp {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
}
@keyframes spmenuAnim1 {
  0% {
    top: 0;
    margin-top: 0;
  }
  50% {
    top: 50%;
    margin-top: -2px;
  }
  100% {
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
  }
}
/*===============================================
 keyframes
===============================================*/
@keyframes spmenuAnim2 {
  0% {
    bottom: 0;
    margin-top: 0;
  }
  50% {
    bottom: 50%;
    margin-top: -2px;
  }
  100% {
    bottom: 50%;
    margin-top: -2px;
    transform: rotate(-45deg);
  }
}
/* Header
========================== */
#rec-header {
  position: fixed;
  justify-content: space-between;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  z-index: 100;
  transition: background 0.3s;
}
@media only screen and (max-width: 1100px) {
  #rec-header {
    height: 86px;
  }
}
@media only screen and (max-width: 768px) {
  #rec-header {
    height: 68px;
  }
}
@media only screen and (max-width: 1100px) {
  #rec-header.open {
    background-color: #fff !important;
  }
  #rec-header.open .headerIn h1 svg {
    fill: #2e1813;
  }
}
#rec-header.is-color, #rec-header.is-scroll {
  background: rgba(255, 255, 255, 0.8);
}
#rec-header.is-color .headerIn h1 svg, #rec-header.is-scroll .headerIn h1 svg {
  width: 220px;
  fill: #2e1813;
}
@media only screen and (max-width: 768px) {
  #rec-header.is-color .headerIn h1 svg, #rec-header.is-scroll .headerIn h1 svg {
    width: 100%;
  }
}
#rec-header.is-color .headerIn h1 span, #rec-header.is-scroll .headerIn h1 span {
  border-color: #2e1813;
}
#rec-header.is-color .headerIn h1 span, #rec-header.is-scroll .headerIn h1 span {
  color: #2e1813;
}
#rec-header.is-color .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem > a, #rec-header.is-scroll .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem > a {
  color: #2e1813;
}
#rec-header.is-color .headerIn #js-toggle span, #rec-header.is-scroll .headerIn #js-toggle span {
  background-color: #2e1813;
}
#rec-header.is-color .headerIn #js-toggle::before, #rec-header.is-color .headerIn #js-toggle::after, #rec-header.is-scroll .headerIn #js-toggle::before, #rec-header.is-scroll .headerIn #js-toggle::after {
  background-color: #2e1813;
}
#rec-header .headerIn {
  position: relative;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  height: 100%;
}
#rec-header .headerIn h1 {
  width: 360px;
}
@media only screen and (max-width: 1250px) {
  #rec-header .headerIn h1 {
    width: 200px;
  }
  #rec-header .headerIn h1 a {
    flex-direction: column;
  }
  #rec-header .headerIn h1 svg {
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn h1 {
    width: 158px;
  }
}
#rec-header .headerIn h1 a {
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#rec-header .headerIn h1 svg {
  width: 220px;
  height: 25px;
  fill: #fff;
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn h1 svg {
    width: 100%;
  }
}
#rec-header .headerIn h1 .sub {
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #fff;
  line-height: 1;
  color: #fff;
}
@media only screen and (max-width: 1250px) {
  #rec-header .headerIn h1 .sub {
    font-size: 1.4rem;
    padding: 5px 0 0;
    margin: 0;
    border: none;
  }
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn h1 .sub {
    display: none;
  }
}
#rec-header .headerIn #js-toggle {
  display: none;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: auto;
  margin-right: 15px;
  width: 40px;
  height: 32px;
  z-index: 100;
  cursor: pointer;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-toggle {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn #js-toggle {
    width: 33px;
    height: 22px;
  }
}
#rec-header .headerIn #js-toggle span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn #js-toggle span {
    height: 2px;
  }
}
#rec-header .headerIn #js-toggle::after, #rec-header .headerIn #js-toggle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  left: 0;
  transition: all 0.2s ease-in;
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn #js-toggle::after, #rec-header .headerIn #js-toggle::before {
    height: 2px;
  }
}
#rec-header .headerIn #js-toggle::before {
  top: 0;
}
#rec-header .headerIn #js-toggle::after {
  bottom: 0;
}
#rec-header .headerIn #js-toggle.open span {
  opacity: 0;
  background-color: #2e1813;
}
#rec-header .headerIn #js-toggle.open::before {
  animation: spmenuAnim1 0.2s ease-in 0s forwards;
  background-color: #2e1813;
}
#rec-header .headerIn #js-toggle.open::after {
  animation: spmenuAnim2 0.2s ease-in 0s forwards;
  background-color: #2e1813;
}
#rec-header .headerIn #js-globalNavBox {
  flex: 1;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox {
    display: none;
    position: fixed;
    left: 0;
    top: 86px;
    width: 100%;
    height: calc(100vh - 86px);
    background-color: #fff;
  }
}
@media only screen and (max-width: 768px) {
  #rec-header .headerIn #js-globalNavBox {
    top: 68px;
    height: calc(100vh - 68px);
  }
}
#rec-header .headerIn #js-globalNavBox nav {
  height: 100%;
  scrollbar-width: thin;
}
#rec-header .headerIn #js-globalNavBox nav::-webkit-scrollbar {
  width: 3px;
}
#rec-header .headerIn #js-globalNavBox nav::-webkit-scrollbar-track {
  background: #ccc;
}
#rec-header .headerIn #js-globalNavBox nav::-webkit-scrollbar-thumb {
  background: #666;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox nav {
    overflow-y: scroll;
  }
}
#rec-header .headerIn #js-globalNavBox #js-globalNavList {
  display: flex;
  justify-content: end;
  height: 100%;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox #js-globalNavList {
    display: block;
  }
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .entry {
    display: none;
  }
}
#rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem {
  margin-left: 1.2vw;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem {
    height: auto;
    border-bottom: 1px solid #D5D0CF;
    margin-left: 0;
  }
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem.issub {
    position: relative;
  }
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem.issub::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    margin-top: 17px;
    margin-right: 15px;
    padding-top: 10px;
    width: 10px;
    height: 0;
    border-right: 1px solid #2e1813;
    border-bottom: 1px solid #2e1813;
    transform: rotate(45deg);
  }
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem.issub.active::after {
    transform: rotate(-135deg);
    margin-top: 23px;
  }
}
#rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem > a {
  display: flex;
  height: 100%;
  align-items: center;
  color: #fff;
  font-size: clamp(1.3rem, 1vw, 1.6rem);
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem > a {
    color: #2e1813;
    padding: 18px 20px;
  }
}
#rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem:hover ul li {
  overflow: visible;
  height: 50px;
  transition: 0.5s;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox #js-globalNavList .js-globalNavItem:hover ul li {
    height: auto;
    transition: none;
  }
}
#rec-header .headerIn #js-globalNavBox .globalNavListSub {
  position: absolute;
  overflow: hidden;
  top: 90px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox .globalNavListSub {
    position: relative;
    top: 0;
    left: 0;
    overflow: visible;
    margin-top: 0;
    margin-left: 0;
    transform: none;
    display: none;
  }
}
#rec-header .headerIn #js-globalNavBox .globalNavListSub li {
  overflow: hidden;
  display: block;
  margin: -1px 0 0;
  width: 240px;
  height: 0;
  background: #fff;
  border-top: 1px solid #bababa;
  transition: 0.5s;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox .globalNavListSub li {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
}
#rec-header .headerIn #js-globalNavBox .globalNavListSub li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 18px 20px;
  height: auto;
  font-size: 1.3rem;
  line-height: 1;
  z-index: 1;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox .globalNavListSub li a {
    text-align: left;
  }
  #rec-header .headerIn #js-globalNavBox .globalNavListSub li a:hover {
    text-decoration: underline;
  }
}
#rec-header .headerIn #js-globalNavBox #headerSpNav {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #rec-header .headerIn #js-globalNavBox #headerSpNav {
    display: block;
  }
}
#rec-header .entry {
  width: 23%;
  max-width: 195px;
  display: flex;
  height: 100%;
  align-items: center;
}
#rec-header .entry a {
  width: 100%;
  height: 60px;
  background: transparent linear-gradient(295deg, #AA3400 0%, #FF7F00 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  font-size: 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 1.2vw;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#rec-header .entry a span {
  display: block;
  font-size: 1.3rem;
}
#rec-header #entry-sp {
  display: none;
}
@media only screen and (max-width: 1100px) {
  #rec-header #entry-sp {
    display: block;
    width: 50%;
    height: 36px;
  }
  #rec-header #entry-sp .entry {
    width: 100%;
    margin-left: auto;
    margin-right: 60px;
  }
  #rec-header #entry-sp .entry a {
    font-size: 1.3rem;
  }
  #rec-header #entry-sp .entry a span {
    display: none;
  }
}
@media only screen and (max-width: 1100px) and (max-width: 768px) {
  #rec-header #entry-sp .entry {
    max-width: 94px;
    margin-right: 40px;
  }
  #rec-header #entry-sp .entry a {
    height: 36px;
  }
}

/* Footer
========================== */
#pagetop {
  position: fixed !important;
  right: 22px;
  bottom: 20px !important;
  z-index: 98;
  cursor: pointer;
  transition: opacity 0.3s;
}
#pagetop:hover {
  opacity: 0.8;
}

#side-snsList {
  position: fixed;
  right: 40px;
  bottom: 75px;
  z-index: 98;
}
@media only screen and (max-width: 768px) {
  #side-snsList {
    display: none;
  }
}
#side-snsList li {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
  width: 17px;
  height: 17px;
}
#side-snsList svg {
  width: 100%;
  height: 100%;
  fill: #2e1813;
}

#rec-footer {
  width: 100%;
  background-color: #F5F1ED;
  padding: 80px 0 30px;
}
#rec-footer .logo {
  margin-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  #rec-footer .logo {
    margin-bottom: 35px;
  }
}
#rec-footer .logo a {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #rec-footer .logo a {
    display: block;
  }
}
#rec-footer .logo a svg {
  width: 210px;
  height: 25px;
}
#rec-footer .logo a .sub {
  flex: 1;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #2e1813;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #rec-footer .logo a .sub {
    display: block;
    padding: 0;
    font-size: 1.2rem;
    border: none;
    margin: 1rem 0 0 0;
  }
}
#rec-footer .col01 {
  margin-bottom: 90px;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
  }
}
#rec-footer .col01 > ul {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col01 > ul {
    display: block;
    width: 49%;
  }
}
#rec-footer .col01 > ul .footerNavItemBox span {
  display: block;
  margin-bottom: 25px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col01 > ul .footerNavItemBox span {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 768px) {
  #rec-footer .col01 > ul .footerNavItemBox .footerNavListSub {
    margin-bottom: 30px;
  }
}
#rec-footer .col01 > ul .footerNavItemBox .footerNavListSub li {
  margin-bottom: 1rem;
}
#rec-footer .col01 > ul .footerNavItemBox .footerNavListSub li a {
  font-size: 1.2rem;
}
#rec-footer .col02 {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col02 {
    display: block;
  }
}
#rec-footer .col02 ul {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col02 ul {
    display: block;
    margin-bottom: 30px;
  }
}
#rec-footer .col02 ul li {
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  #rec-footer .col02 ul li {
    margin-bottom: 15px;
  }
}
#rec-footer .col02 ul li a {
  padding-right: 25px;
  font-size: 1.2rem;
  background: url(../images/blank.svg) no-repeat right center;
}
#rec-footer .col02 .copyright {
  font-size: 1.1rem;
}

/* Common
========================== */
#bottom-entry {
  background: url(/corporate/recruit/global-style/images/bottom-entry-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 64px 0;
}
#bottom-entry .inner .inner-box {
  background-color: #fff;
  padding: 40px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner .inner-box {
    display: block;
    padding: 20px 5%;
  }
}
#bottom-entry .inner h2 {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner h2 {
    margin-bottom: 25px;
  }
}
#bottom-entry .inner h2 .en {
  font-size: 6rem;
  font-weight: 400;
  padding-right: 40px;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner h2 .en {
    font-size: 4rem;
  }
}
#bottom-entry .inner h2 .jp {
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner h2 .jp {
    font-size: 1.2rem;
  }
}
#bottom-entry .inner .link {
  max-width: 266px;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner .link {
    max-width: none;
  }
}
#bottom-entry .inner .link a {
  display: block;
  background: transparent linear-gradient(288deg, #AA3400 0%, #FF7F00 100%) 0% 0% no-repeat padding-box;
  border-radius: 30px;
  line-height: 1;
  padding: 18px 70px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #bottom-entry .inner .link a {
    padding: 25px 0;
    width: 100%;
  }
}

.inner {
  max-width: calc(1000px + 10%);
  margin: 0 auto;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  .inner {
    max-width: calc(1000px + 6%);
    padding: 0 3%;
  }
}

.btn {
  display: inline-block;
  position: relative;
  border: 2px solid #2e1813;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1;
  padding: 10px 25px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .btn {
    font-size: 1.3rem;
    padding: 15px 25px;
    border-radius: 26px;
  }
}
.btn.btn-arrow {
  padding-right: 55px;
  background: #fff url(../images/arrow.svg) no-repeat right 20px center;
}
.btn.btn-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

/* Toppage
========================== */
#toppage #visual {
  position: relative;
  width: 100%;
  height: 100vh;
}
#toppage #visual::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 1;
}
#toppage #visual .visual-in {
  position: relative;
  z-index: 10;
  position: absolute;
  width: 100%;
  bottom: 5%;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #toppage #visual .visual-in {
    padding: 0 5%;
  }
}
#toppage #visual .visual-in .copy {
  text-align: center;
  margin-bottom: 20px;
}
#toppage #visual .visual-in .copy-sub {
  color: #fff;
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #toppage #visual .visual-in .copy-sub {
    font-size: 1.4rem;
  }
}
#toppage .bg {
  background-color: #F5F1ED;
}
#toppage .title-ej .en {
  display: block;
  font-size: 6rem;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #toppage .title-ej .en {
    font-size: 4rem;
  }
}
#toppage .title-ej .jp {
  display: block;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  #toppage .title-ej .jp {
    font-size: 1.2rem;
  }
}
#toppage #message {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #toppage #message {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 768px) {
  #toppage #message h2 {
    margin-bottom: 40px;
  }
}
#toppage #message .layout {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout {
    display: block;
  }
}
#toppage #message .layout .image {
  padding-top: 100px;
  max-width: 425px;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .image {
    padding-top: 0;
  }
}
#toppage #message .layout .image figure {
  position: relative;
  line-height: 0;
}
#toppage #message .layout .image figure figcaption {
  position: absolute;
  right: 15px;
  bottom: 20px;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: right;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .image figure figcaption {
    font-size: 1.1rem;
  }
}
#toppage #message .layout .image figure figcaption span {
  font-size: 1.7rem;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .image figure figcaption span {
    font-size: 1.5rem;
  }
}
#toppage #message .layout .text {
  flex: 1;
  padding-left: 57px;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .text {
    padding-left: 0;
  }
}
#toppage #message .layout .text h3 {
  font-size: 2.6rem;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .text h3 {
    font-size: 1.8rem;
    margin: 50px 0;
  }
}
#toppage #message .layout .text p {
  line-height: 3;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  #toppage #message .layout .text p {
    line-height: 2;
  }
}
#toppage #news {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #toppage #news {
    padding-bottom: 70px;
  }
}
#toppage #news .inner .inner-box {
  background-color: #fff;
  padding: 40px 5%;
}
#toppage #news .inner .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
#toppage #news .inner ul li {
  margin-bottom: 2rem;
}
#toppage #news .inner ul li .date {
  display: inline-block;
  width: 130px;
}
@media only screen and (max-width: 768px) {
  #toppage #news .inner ul li .date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 768px) {
  #toppage #news .inner .more {
    text-align: center;
  }
}
#toppage #pickup {
  background: url(../images/toppage/pickup-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  #toppage #pickup {
    padding: 60px 0;
  }
}
#toppage #pickup h2 {
  color: #fff;
  margin-bottom: 35px;
}
#toppage #pickup #pickup-slider {
  max-width: 1200px;
  margin: auto;
  padding: 0 100px;
}
@media only screen and (max-width: 768px) {
  #toppage #pickup #pickup-slider {
    padding: 0;
  }
}
#toppage #pickup #pickup-slider .slider {
  display: flex;
  /* flex-wrap: wrap; */
  justify-content: center;
  width: 100%;
  margin-bottom: 35px;
}
#toppage #pickup #pickup-slider .slider .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;
  max-width: 388px;

  /* aspect-ratio: 2/3; */
  margin-right: 15px;
}
@media only screen and (max-width: 1100px) {
  #toppage #pickup #pickup-slider .slider .box {
    /* aspect-ratio: 3/4; */
  }
}
@media only screen and (max-width: 768px) {
  #toppage #pickup #pickup-slider .slider .box {
    margin-right: 0;
    /* aspect-ratio: 3/4; */
    margin: 0 5px;
  }
}
#toppage #pickup #pickup-slider .slider .box .image {
  margin-bottom: 15px;
}
#toppage #pickup #pickup-slider .slider .box .type {
  margin-bottom: 12px;
}
#toppage #pickup #pickup-slider .slider .box .type span {
  display: inline-block;
  border: 1px solid #000000;
  border-radius: 12px;
  line-height: 1;
  padding: 5px 15px;
  font-size: 1.3rem;
}
#toppage #pickup #pickup-slider .slider .box h3 {
  font-size: 2.2rem;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1100px) {
  #toppage #pickup #pickup-slider .slider .box h3 {
    font-size: 1.8rem;
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 768px) {
  #toppage #pickup #pickup-slider .slider .box h3 {
    font-size: 1.8rem;
  }
}
#toppage #pickup #pickup-slider .slider .box .area {
  font-size: 1.4rem;
}
#toppage #pickup #pickup-slider .slider .box .area .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#toppage #pickup #pickup-slider .slider .box .det {
  position: absolute;
  bottom: 20px;
  right: 5%;
  text-align: right;
}
#toppage #pickup #pickup-slider .slider .box .det .icon {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
#toppage #pickup .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  #toppage #pickup .slick-arrow {
    width: 30px;
  }
}
#toppage #pickup .slick-arrow.slick-prev {
  left: -70px;
}
@media only screen and (max-width: 768px) {
  #toppage #pickup .slick-arrow.slick-prev {
    left: auto;
    right: 50px;
    top: -40px;
  }
}
#toppage #pickup .slick-arrow.slick-next {
  right: -60px;
}
@media only screen and (max-width: 768px) {
  #toppage #pickup .slick-arrow.slick-next {
    right: 0;
    top: -40px;
  }
}
#toppage #pickup .more {
  text-align: center;
}
#toppage #pickup .more .btn {
  padding: 16px 60px;
  border-radius: 34px;
}
@media only screen and (max-width: 1100px) {
  #toppage #pickup .more .btn {
    width: 70%;
  }
}
#toppage #interview {
  padding: 80px 0;
}
#toppage #interview .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  #toppage #interview .title {
    display: block;
    margin-bottom: 40px;
  }
}
#toppage #interview .title h2 {
  margin-bottom: 40px;
}
#toppage #interview .title p {
  font-size: 1.5rem;
}
#toppage #interview #interview-slider {
  margin-bottom: 36px;
}
#toppage #interview #interview-slider .slider {
  display: flex;
}
#toppage #interview #interview-slider .slider .box {
  position: relative;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 310px;
  height: 443px;
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  #toppage #interview #interview-slider .slider .box {
    width: 248px;
    height: 390px;
  }
}
#toppage #interview #interview-slider .slider .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  pointer-events: none;
  height: 50%;
}
#toppage #interview #interview-slider .slider .box:hover .image img {
  transform: translateX(-50%) scale(1.05);
}
#toppage #interview #interview-slider .slider .box .image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#toppage #interview #interview-slider .slider .box .image img {
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  max-width: none;
  width: 310px;
  height: 443px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  #toppage #interview #interview-slider .slider .box .image img {
    width: 273px;
    height: 390px;
  }
}
#toppage #interview #interview-slider .slider .box .num {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 4.5rem;
  font-weight: 500;
}
#toppage #interview #interview-slider .slider .box .text {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: 500;
}
#toppage #interview #interview-slider .slider .box .text .copy {
  font-size: 2rem;
  font-weight: bold;
}
#toppage #interview #interview-slider .slider .box .text .name {
  font-size: 2.3rem;
  font-weight: bold;
}
#toppage #interview #interview-slider .slider .box .text .prof {
  font-size: 1.2rem;
  font-weight: normal;
}
#toppage #interview .more {
  text-align: center;
}
#toppage #interview .more .btn {
  padding: 16px 37px;
  border-radius: 34px;
}
#toppage #contents {
  padding-bottom: 50px;
}
#toppage #contents .banners {
  display: flex;
  flex-wrap: wrap;
  gap: 1%;
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  #toppage #contents .banners {
    margin-bottom: 30px;
  }
}
#toppage #contents .banners .box {
  position: relative;
  width: 32.65%;
  margin-bottom: 1%;
  aspect-ratio: 3/2;
}
@media only screen and (max-width: 768px) {
  #toppage #contents .banners .box {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
}
#toppage #contents .banners .box.wide {
  width: 49.5%;
  aspect-ratio: 11/5;
}
@media only screen and (max-width: 768px) {
  #toppage #contents .banners .box.wide {
    width: 100%;
    height: 200px;
    aspect-ratio: unset;
  }
}
#toppage #contents .banners .box.border {
  border: 2px solid #2e1813;
}
#toppage #contents .banners .box .image {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#toppage #contents .banners .box .image img {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#toppage #contents .banners .box:hover .image img {
  transform: translate(-50%, -50%) scale(1.05);
}
#toppage #contents .banners .box span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 500;
}
#toppage #contents .movie {
  text-align: center;
}
#toppage #contents .movie iframe {
  width: 100%;
  max-width: 630px;
  height: auto;
  aspect-ratio: 16/9;
  margin: auto;
}
#toppage #about {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  #toppage #about .inner {
    padding: 0;
  }
}
#toppage #about h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #toppage #about h2 {
    padding-left: 5%;
  }
}
#toppage #about .banners .slider {
  display: block;
}
#toppage #about .banners .slider .box {
  position: relative;
  aspect-ratio: 3/2;
  width: 32.65%;
  margin-right: 10px;
}
#toppage #about .banners .slider .box h3 {
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #fff;
}
#toppage #about .banners .slider .box h3 .en {
  font-size: 4.5rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
#toppage #about .banners .slider .box h3 .jp {
  display: block;
  font-size: 1.4rem;
}
#toppage #about .banners .slider .box .image {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#toppage #about .banners .slider .box .image img {
  transition: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#toppage #about .banners .slider .box:hover .image img {
  transform: translate(-50%, -50%) scale(1.05);
}

.breadcrumbs {
  position: fixed;
  top: 700px;
  left: -450px;
  transform: rotate(90deg);
  z-index: 99;
  width: 1000px;
  height: 20px;
}
@media only screen and (max-width: 1100px) {
  .breadcrumbs {
    left: -480px;
  }
}
@media only screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs > span {
  position: relative;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.2em;
}
.breadcrumbs > span::after {
  content: " >";
}
.breadcrumbs > span:last-child::after {
  content: "";
}

.subcontent #visual {
  background: no-repeat center center;
  background-size: cover;
  height: 380px;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  .subcontent #visual {
    height: 200px;
  }
}
.subcontent #visual .visual-in {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.subcontent #visual .visual-in h1 {
  color: #fff;
  text-align: center;
}
.subcontent #visual .visual-in h1 .en {
  display: block;
  font-size: 4rem;
  margin-bottom: 15px;
  letter-spacing: 2px;
  font-weight: 500;
}
.subcontent #visual .visual-in h1 .jp {
  display: block;
  font-size: 1.5rem;
}

#message #visual {
  background-image: url("/corporate/recruit/global-style/images/message/visual.jpg");
}
@media only screen and (max-width: 768px) {
  #message #visual {
    margin-bottom: 30px;
  }
}
#message #contents .main-image {
  position: relative;
  margin: 0 auto 60px;
  max-width: 830px;
  line-height: 0;
}
@media only screen and (max-width: 768px) {
  #message #contents .main-image {
    margin-bottom: 30px;
  }
}
#message #contents .main-image .text {
  position: absolute;
  bottom: 40px;
  right: 35px;
  color: #fff;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  #message #contents .main-image .text {
    position: static;
    background-color: #2e1813;
    padding: 3%;
  }
}
#message #contents .main-image .text .copy {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1100px) {
  #message #contents .main-image .text .copy {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #message #contents .main-image .text .copy {
    font-size: 1.8rem;
  }
}
#message #contents .main-image .text .prof {
  text-align: right;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 30px;
}
@media only screen and (max-width: 768px) {
  #message #contents .main-image .text .prof {
    font-size: 1.2rem;
  }
}
#message #contents .main-image .text .prof span {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #message #contents .main-image .text .prof span {
    font-size: 1.8rem;
  }
}
#message #contents .bodytext {
  position: relative;
  margin-bottom: 60px;
}
#message #contents .bodytext p {
  line-height: 3.5rem;
  margin-bottom: 3rem;
  padding: 0 10%;
}
@media only screen and (max-width: 1100px) {
  #message #contents .bodytext p {
    padding: 0 5%;
  }
}
@media only screen and (max-width: 768px) {
  #message #contents .bodytext p {
    padding: 0;
  }
}
#message #contents .bodytext .layout {
  display: flex;
}
@media only screen and (max-width: 768px) {
  #message #contents .bodytext .layout {
    display: block;
  }
}
#message #contents .bodytext .layout p {
  flex: 1;
  padding-right: 3%;
}
#message #contents .bodytext .layout .image {
  width: 348px;
}
@media only screen and (max-width: 768px) {
  #message #contents .bodytext .layout .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#message #contents .who {
  max-width: 800px;
  margin: 0 auto 95px;
  padding: 50px;
  border: 2px solid #2E1813;
}
@media only screen and (max-width: 768px) {
  #message #contents .who {
    padding: 30px;
  }
}
#message #contents .who h2 {
  font-weight: 500;
  font-size: 3rem;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 2px;
}
@media only screen and (max-width: 768px) {
  #message #contents .who h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }
}
#message #contents .who p {
  line-height: 3.5rem;
}

#infographics h1 {
  position: relative;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 80px;
  margin-bottom: 50px;
  max-width: 531px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #infographics h1 {
    width: 90%;
  }
}
#infographics h1::after {
  content: "";
  display: block;
  position: absolute;
  width: 105px;
  height: 1px;
  background-color: #2e1813;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
#infographics .subtitle {
  text-align: center;
  padding: 30px 0;
  margin-bottom: 20px;
}
#infographics .subtitle .en {
  font-size: 4rem;
  letter-spacing: 3px;
}
#infographics .subtitle p {
  text-align: center;
  padding: 6px 0;
}
#infographics .graphs .rows {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
  justify-content: space-between;
  max-width: 940px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #infographics .graphs .rows {
    display: block;
    padding: 20px 5%;
  }
}
#infographics .graphs .rows .col {
  position: relative;
  width: 43%;
}
@media only screen and (max-width: 768px) {
  #infographics .graphs .rows .col {
    width: 100% !important;
    padding: 10px 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #infographics .graphs .rows .col .graph {
    text-align: center;
  }
  #infographics .graphs .rows .col .graph img{
    max-width: 100%;
    width: 100%;
  }
}
#infographics .graphs .rows .col h2 {
  margin-bottom: 40px;
}

#infographics .graphs .rows #g01 img {
  max-width: 410px;
}
#infographics .graphs .rows #g02 img {
  max-width: 396px;
}
#infographics .graphs .rows #g03 img {
  max-width: 410px;
}
#infographics .graphs .rows #g04 img {
  max-width: 270px;
}
#infographics .graphs .rows #g05{
  width: 100%;
}

#infographics .graphs .rows #g05 img {
  max-width: 100%;

}


#tab {
  margin: 75px auto;
  max-width: 868px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media only screen and (max-width: 768px) {
  #tab {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 4%;
    padding-left: 4%;
    width: 100%;
  }
}
#tab li {
  width: calc(25% - 10px);
  font-size: 1.3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #tab li {
    width: calc(50% - 10px);
  }
}
#tab li a {
  display: block;
  border: 2px solid #2e1813;
  border-radius: 20px;
  background-color: #fff;
  line-height: 1;
  padding: 10px 0;
  font-weight: bold;
}
#tab li a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  #tab li a {
    font-size: 1.3rem;
    padding: 15px 5px;
    border-radius: 26px;
  }
}
#tab li.act a {
  color: #fff;
  background: #aa926c;
  border: 2px solid #aa926c;
}

#interview #visual {
  background-image: url("/corporate/recruit/global-style/interview/images/index_mv_01.jpg");
}
@media only screen and (max-width: 768px) {
  #interview #visual {
    margin-bottom: 30px;
  }
}
#interview .profileBox .profileBoxIn {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #interview .profileBox .profileBoxIn {
    justify-content: center;
  }
}
#interview .profileBox .box {
  position: relative;
  margin-right: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  width: calc(33.333% - 34px);
  height: 443px;
  margin: 17px;
}
@media only screen and (max-width: 768px) {
  #interview .profileBox .box {
    width: 248px;
    height: 390px;
  }
}
#interview .profileBox .box::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  pointer-events: none;
  height: 50%;
}
#interview .profileBox .box:hover .image img {
  transform: translateX(-50%) scale(1.05);
}
#interview .profileBox .box .image {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#interview .profileBox .box .image img {
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  transform: translateX(-50%);
  max-width: none;
  width: 310px;
  height: 443px;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (max-width: 768px) {
  #interview .profileBox .box .image img {
    width: 273px;
    height: 390px;
  }
}
#interview .profileBox .box .num {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 4.5rem;
  font-weight: bold;
}
#interview .profileBox .box .text {
  position: relative;
  z-index: 1;
  color: #fff;
}
#interview .profileBox .box .text .copy {
  font-size: 2rem;
  font-weight: bold;
}
#interview .profileBox .box .text .name {
  font-size: 2.3rem;
  font-weight: bold;
}
#interview .profileBox .box .text .prof {
  font-size: 1.2rem;
  font-weight: normal;
}

#interview-det {
  padding-top: 205px;
  background: #f7f6f5;
}
@media only screen and (max-width: 768px) {
  #interview-det {
    padding-top: 100px;
  }
}
#interview-det .layout {
  display: flex;
}
#interview-det .layout .image {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  #interview-det .layout {
    display: block;
  }
  #interview-det .layout .image {
    width: 100%;
    margin-bottom: 30px;
  }
}
#interview-det .rowBox {
  display: flex;
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #interview-det .rowBox {
    display: block;
  }
}
#interview-det .rowBox .col01 {
  flex: 1;
  padding-right: 35px;
}
@media only screen and (max-width: 768px) {
  #interview-det .rowBox .col01 {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
#interview-det .rowBox .col01 h1 {
  font-size: 2.7rem;
  margin-bottom: 20px;
}
#interview-det .rowBox .col01 h1 span {
  font-weight: 500;
}
#interview-det .rowBox .col01 .copy {
  font-size: 3rem;
  padding-bottom: 22px;
  max-width: 430px;
}
#interview-det .rowBox .col01 .profile {
  border-top: 1px solid #2e1813;
  display: flex;
  padding-top: 22px;
}
#interview-det .rowBox .col01 .profile .prof {
  padding-right: 30px;
}
#interview-det .rowBox .col01 .profile .name {
  font-size: 3.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #interview-det .rowBox .col01 .profile .name {
    font-size: 2rem;
  }
}
#interview-det .rowBox .image {
  width: 380px;
}
@media only screen and (max-width: 768px) {
  #interview-det .rowBox .image {
    width: 100%;
  }
}
#interview-det .defList dt {
  position: relative;
  display: inline-block;
  margin-bottom: 75px;
  margin-left: 50px;
  padding: 25px 20px;
  background: #e5e5e5;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dt {
    margin-bottom: 40px;
    margin-left: 8%;
    padding: 15px 10px;
    max-width: 85%;
  }
}
#interview-det .defList dt::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin-top: 22px;
  margin-left: -16px;
  padding-top: 20px;
  width: 16px;
  height: 0;
  background: url("../interview/images/staff_balloon_01.png") left top no-repeat;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dt::after {
    margin-top: 14px;
  }
}
#interview-det .defList dt .txt01 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
  margin-left: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dt .txt01 {
    margin-top: -6px;
    font-size: 1.2rem;
  }
}
#interview-det .defList dt .txt02 {
  font-size: 1.9rem;
  letter-spacing: 0.09em;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dt .txt02 {
    font-size: 1.3rem;
    letter-spacing: 0;
    line-height: 1.5;
  }
}
#interview-det .defList dd {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd {
    margin-bottom: 40px;
  }
}
#interview-det .defList dd div {
  position: relative;
  display: block;
  margin-right: 50px;
  margin-left: auto;
  padding: 25px 20px;
  max-width: 700px;
  background: #fff;
  border: 2px solid #de6e00;
  border-radius: 5px;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd div {
    margin-left: 5.33333%;
    padding: 15px 10px 10px;
    width: 85.33333%;
  }
}
#interview-det .defList dd div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -2px;
  margin-left: -2px;
  display: inline-block;
  width: 150px;
  height: 20px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd div::before {
    width: 100px;
    height: 15px;
  }
}
#interview-det .defList dd div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  margin-top: 22px;
  margin-right: -20px;
  padding-top: 22px;
  width: 20px;
  height: 0;
  background: url("../interview/images/staff_balloon_02.png") left top no-repeat;
}
#interview-det .defList dd div .txt01 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -18px;
  margin-left: -5px;
  font-size: 2.2rem;
  letter-spacing: 0.18em;
  color: #de6e00;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd div .txt01 {
    font-size: 1.6rem;
  }
}
#interview-det .defList dd div .txt02 {
  font-size: 1.6rem;
  letter-spacing: 0.09em;
  line-height: 1.91875;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd div .txt02 {
    font-size: 1.2rem;
  }
}
#interview-det .defList dd img {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #interview-det .defList dd img {
    display: block;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    width: 92%;
  }
}
#interview-det .navBox {
  position: relative;
  padding-top: 60px;
  padding-bottom: 160px;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}
#interview-det .navBox p {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  width: 206px;
  border: 1px solid #2e1813;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox p {
    width: 140px;
    font-size: 1.3rem;
  }
}
#interview-det .navBox p a {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 80px;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox p a {
    padding-left: 50px;
  }
}
#interview-det .navBox p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 40px;
  padding-top: 20px;
  width: 24px;
  height: 0;
  background: url("../interview/images/staff_ico_block_01.png") left top no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox p::before {
    margin-left: 15px;
  }
}
#interview-det .navBox ul {
  position: relative;
  margin-top: -30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1100px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox ul {
    width: 100%;
    font-size: 1.3rem;
  }
}
#interview-det .navBox ul li {
  position: absolute;
}
#interview-det .navBox ul li a {
  font-weight: bold;
}
#interview-det .navBox ul li a:hover {
  opacity: 0.7;
}
#interview-det .navBox ul li.item01 {
  left: 0;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox ul li.item01 {
    margin-left: 4%;
  }
}
#interview-det .navBox ul li.item01::before {
  content: "";
  display: inline-block;
  margin-right: 25px;
  width: 44px;
  height: 10px;
  background: url("../interview/images/staff_ico_arrow_01.png") left top no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox ul li.item01::before {
    margin-right: 10px;
    width: 22px;
  }
}
#interview-det .navBox ul li.item02 {
  right: 0;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox ul li.item02 {
    margin-right: 4%;
  }
}
#interview-det .navBox ul li.item02::after {
  content: "";
  display: inline-block;
  margin-left: 25px;
  width: 44px;
  height: 10px;
  background: url("../interview/images/staff_ico_arrow_02.png") left top no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #interview-det .navBox ul li.item02::after {
    margin-left: 10px;
    width: 22px;
  }
}

#education {
  overflow: hidden;
}
#education #visual {
  background-image: url("/corporate/recruit/global-style/images/education_mv_01.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #education #visual {
    margin-bottom: 30px;
  }
}
#education h2 {
  margin-top: 50px;
  margin-bottom: 35px;
  font-size: 2.9rem;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #education h2 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
#education .writeMain {
  margin-bottom: 120px;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #education .writeMain {
    margin-bottom: 30px;
    padding-right: 4%;
    padding-left: 4%;
    font-size: 1.2rem;
  }
}
#education .sec {
  position: relative;
  margin-bottom: 180px;
}
@media only screen and (max-width: 768px) {
  #education .sec {
    margin-bottom: 50px;
  }
}
#education .sec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) rotate(5deg);
  display: block;
  margin-top: 30px;
  padding-top: 410px;
  width: 120%;
  height: 0;
  background: #f8f7f7;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #education .sec::before {
    width: 140%;
    margin-top: 50px;
    padding-top: 570px;
  }
}
#education .sec .inner {
  position: relative;
  z-index: 1;
  max-width: calc(920px + 10%);
}
#education .sec h3 {
  text-align: center;
  margin: 0 auto 55px;
}
@media only screen and (max-width: 1100px) {
  #education .sec h3 {
    text-align: left;
    padding-left: 17%;
  }
}
@media only screen and (max-width: 768px) {
  #education .sec h3 {
    padding-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}
#education .sec h3 .txt01 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -85px;
  margin-left: 6%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #education .sec h3 .txt01 {
    position: static;
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
  }
}
#education .sec h3 .txt01 .txtIn01 {
  display: block;
  margin-bottom: 5px;
  font-size: 1.7rem;
  letter-spacing: 0.15em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #education .sec h3 .txt01 .txtIn01 {
    font-size: 1rem;
    text-align: left;
  }
}
#education .sec h3 .txt01 .txtIn02 {
  display: block;
  font-size: 8.5rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #education .sec h3 .txt01 .txtIn02 {
    font-size: 4rem;
    text-align: left;
  }
}
#education .sec h3 .txt02 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #2e1813;
  font-size: 2.5rem;
  letter-spacing: 0.09em;
  line-height: 1.228;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #education .sec h3 .txt02 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 0 auto;
  }
}
#education .sec .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#education .sec .row.rev {
  flex-direction: row-reverse;
}

@media only screen and (max-width: 768px) {
  #education .sec .row {
    display: block;
  }
}
#education .sec .row dl {
  width: 410px;
}
@media only screen and (max-width: 768px) {
  #education .sec .row dl {
    width: 100%;
  }
}
#education .sec .row dt {
  margin-bottom: 20px;
  font-size: 2.3rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #education .sec .row dt {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
}
#education .sec .row dd {
  font-size: 1.5rem;
  letter-spacing: 0.07em;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #education .sec .row dd {
    margin-bottom: 15px;
    font-size: 1.2rem;
  }
}
#education .sec .row .imgBox {
  width: 450px;
}
@media only screen and (max-width: 768px) {
  #education .sec .row .imgBox {
    width: 100%;
  }
  #education .sec .row .imgBox img {
    width: 100%;
  }
}
#education .sec02 h3 .txt01 {
  left: auto;
  right: 6%;
}
@media only screen and (max-width: 1100px) {
  #education .sec02 h3 .txt01 {
    left: 0;
    right: auto;
  }
}

#education .sec02 .write01 {
    font-size: 1.5rem;
  line-height: 2;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  #education .sec02 .write01 {
    font-size: 1.2rem;
  }
}

#division {
  overflow: hidden;
}
#division #visual {
  background-image: url("/corporate/recruit/global-style/division/images/index_mv_01.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #division #visual {
    margin-bottom: 30px;
  }
}
#division h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #division h2 {
    margin-bottom: 15px;
  }
}
#division h2 .txt01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #division h2 .txt01 {
    font-size: 1.6rem;
  }
}
#division h2 .txt02 {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #division h2 .txt02 {
    font-size: 1.6rem;
  }
}
#division .writeMain {
  margin-bottom: 30px;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #division .writeMain {
    margin: 0 auto 20px;
    font-size: 1.3rem;
  }
}
#division .imgBox {
  margin: 0 auto 50px;
  max-width: 890px;
}
@media only screen and (max-width: 768px) {
  #division .imgBox {
    margin-bottom: 30px;
  }
}
#division .sec {
  margin: 0 auto 55px;
  max-width: 890px;
  border: 1px solid #bcb5b4;
}
@media only screen and (max-width: 768px) {
  #division .sec {
    margin-bottom: 30px;
  }
}
#division .sec h3 {
  padding: 10px 0;
  background: #f1efef;
  border-bottom: 1px solid #bcb5b4;
  font-size: 1.8rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #division .sec h3 {
    font-size: 1.3rem;
  }
}
#division .sec dl {
  padding: 40px 50px;
  line-height: 1.8;
}
@media only screen and (max-width: 768px) {
  #division .sec dl {
    padding: 15px;
  }
}
#division .sec dl dt {
  margin-bottom: 30px;
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #division .sec dl dt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
#division .sec dl dd {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #division .sec dl dd {
    font-size: 1.2rem;
  }
}
#division .sec p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #division .sec p {
    font-size: 1.2rem;
  }
}

#faq {
  padding: 150px 0 80px;
  background: #f8f7f7;
}
@media only screen and (max-width: 768px) {
  #faq {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#faq h1 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #faq h1 {
    margin-bottom: 15px;
  }
}
#faq h1 .txt01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #faq h1 .txt01 {
    font-size: 1.6rem;
  }
}
#faq h1 .txt02 {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.23em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #faq h1 .txt02 {
    font-size: 1rem;
  }
}
#faq #tab li {
  width: calc(33.333% - 10px);
}
@media only screen and (max-width: 768px) {
  #faq #tab li {
    width: calc(50% - 10px);
  }
}
#faq h2 {
  margin-bottom: 30px;
  text-align: center;
}
#faq h2 span {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 2rem;
  border-bottom: 1px solid #2e1813;
}
@media only screen and (max-width: 768px) {
  #faq h2 span {
    font-size: 1.4rem;
  }
}
#faq .list02 {
  margin: 0 auto;
  max-width: 868px;
}
#faq .list02 li {
  margin-bottom: 30px;
  border: 1px solid #aa926c;
}
#faq .list02 dt {
  padding: 8px 0;
  background: #aa926c;
  font-size: 1.8rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #faq .list02 dt {
    font-size: 1.3rem;
  }
}
#faq .list02 dd {
  padding: 30px 40px;
  font-size: 1.5rem;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #faq .list02 dd {
    padding: 15px 20px;
    font-size: 1.2rem;
  }
}

#application {
  overflow: hidden;
}
#application #visual {
  background-image: url("/corporate/recruit/global-style/application/images/index_mv_01.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #application #visual {
    margin-bottom: 30px;
  }
}
#application .writeMain {
  margin: 60px auto 50px;
  font-size: 1.5rem;
  text-align: center;
}
#application .row {
  margin: 0 auto 50px;
  max-width: 850px;
}
@media only screen and (max-width: 768px) {
  #application .row {
    margin-bottom: 25px;
  }
}
#application .row .linkBox {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
  height: 230px;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox {
    margin-bottom: 10px;
    height: auto;
  }
}
#application .row .linkBox::before {
  display: inline-block;
  opacity: 0;
  content: "VIEW MORE";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 165px;
  padding-top: 10px;
  padding-bottom: 10px;
  width: 130px;
  border: 2px solid #fff;
  font-size: 1.2rem;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  z-index: 1;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox::before {
    display: none;
  }
}
#application .row .linkBox:hover::before {
  opacity: 1;
}
#application .row .linkBox:hover img {
  opacity: 0.7;
  transform: scale(1.05);
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox:hover img {
    opacity: 1;
  }
}
#application .row .linkBox .imgBox {
  background: #000;
  width: 55%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .imgBox {
    width: 100%;
  }
}
#application .row .linkBox .imgBox img {
  transition: transform 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  max-width: none;
  width: 100%;
  height: 230px;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .imgBox img {
    position: static;
    height: auto;
  }
}
#application .row .linkBox .linkBoxIn {
  flex: 1;
  padding: 30px;
  background: #f3f3f3;
  transition: all 0.3s ease-out;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .linkBoxIn {
    padding: 15px;
  }
}
#application .row .linkBox .linkBoxIn h2 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .linkBoxIn h2 {
    margin-bottom: 15px;
  }
}
#application .row .linkBox .linkBoxIn h2 span {
  display: block;
}
#application .row .linkBox .linkBoxIn h2 .txt01 {
  margin-bottom: 5px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .linkBoxIn h2 .txt01 {
    font-size: 1.6rem;
  }
}
#application .row .linkBox .linkBoxIn h2 .txt02 {
  font-size: 2.5rem;
}
#application .row .linkBox .linkBoxIn p {
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #application .row .linkBox .linkBoxIn p {
    font-size: 1.2rem;
  }
}
#application .row .linkBox:hover .linkBoxIn {
  background: #aa926c;
}
#application .row .linkBox:hover .linkBoxIn h2 span {
  color: #fff;
}
#application .row .linkBox:hover .linkBoxIn p {
  color: #fff;
}

#stylist-det {
  overflow: hidden;
}
#stylist-det #visual {
  background-image: url("/corporate/recruit/global-style/application/images/stylist_mv_01.jpg");
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  #stylist-det #visual {
    margin-bottom: 30px;
  }
}
#stylist-det #tab {
  max-width: 100%;
}
@media only screen and (max-width: 768px) {
  #stylist-det #tab {
    padding: 0;
    margin: 0 auto 30px;
  }
}
#stylist-det #tab li {
  width: calc(16.666% - 10px);
}
@media only screen and (max-width: 768px) {
  #stylist-det #tab li {
    width: calc(33.33% - 10px);
  }
}
#stylist-det #tab li a.act {
  background: #aa926c;
  color: #fff;
}
#stylist-det #tab.tab-stylist li {
  width: calc(12.5% - 10px);
}
@media only screen and (max-width: 768px) {
  #stylist-det #tab.tab-stylist li {
    width: calc(25% - 10px);
  }
}
#stylist-det h2 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #stylist-det h2 {
    margin-bottom: 20px;
  }
}
#stylist-det h2 .txt01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #stylist-det h2 .txt01 {
    font-size: 1.6rem;
  }
}
#stylist-det h2 .txt02 {
  display: block;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #stylist-det h2 .txt02 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  #stylist-det .area-title {
    padding-bottom: 0;
    padding-left: 10px;
    border-left: 2px solid #2e1813;
    margin-bottom: 1rem;
  }
}
#stylist-det h3 {
  background-color: #DEDEDE;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 100%;
  padding: 15px;
  text-align: center;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #stylist-det h3 {
    background-color: #aa926c;
    color: #fff;
    margin-bottom: 20px;
  }
}
#stylist-det .border-table {
  margin-bottom: 45px;
  width: 100%;
}
#stylist-det .border-table th {
  background-color: #dedede;
  border: 1px solid #776B66;
  padding: 16px 40px;
  width: 210px;
  font-weight: bold;
}
#stylist-det .border-table td {
  border: 1px solid #776B66;
  padding: 16px 40px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  #stylist-det .border-table {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  #stylist-det .border-table tbody,
  #stylist-det .border-table tbody,
  #stylist-det .border-table tr {
    display: block;
    width: 100%;
    border: none;
    padding: 0;
  }
  #stylist-det .border-table th {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 10px 6px;
    text-align: left;
  }
  #stylist-det .border-table td {
    display: block;
    width: 100%;
    border: none;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 2rem 10px;
  }
}
@media only screen and (max-width: 768px) {
  #stylist-det #bosyu-detail h3 {
    background-color: transparent;
    color: #2e1813;
    line-height: 1.5;
  }
}
#stylist-det #bosyu-detail p {
  font-weight: 500;
}
#stylist-det #bosyu-detail p strong,
#stylist-det #bosyu-detail p b {
  font-weight: bold;
}
#stylist-det #bosyu-detail img {
  margin: 2rem 0;
}
#stylist-det #shoplist {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  #stylist-det #shoplist {
    margin-bottom: 20px;
  }
}
#stylist-det #shoplist h3 {
  background: none;
  text-align: center;
  margin-bottom: 25px;
  color: #2E1813;
}
@media only screen and (max-width: 768px) {
  #stylist-det #shoplist h3 {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 20px;
    text-align: center;
    margin-bottom: 0;
  }
}
#stylist-det #shoplist h3 span {
  display: inline-block;
  border-bottom: 2px solid #2E1813;
  font-size: 1.9rem;
  font-weight: bold;
  padding: 8px 0;
  letter-spacing: 4px;
}
#stylist-det #shoplist ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #stylist-det #shoplist ul {
    display: none;
  }
}
#stylist-det #shoplist ul li {
  display: flex;
  align-items: center;
  width: 50%;
  border: 1px solid #776B66;
}
#stylist-det #shoplist ul li a {
  position: relative;
  display: block;
  line-height: 100%;
  padding: 18px;
  padding-right: 40px;
  width: 100%;
}
#stylist-det #shoplist ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  border-bottom: 1px solid #2E1813;
  border-right: 1px solid #2E1813;
  transform: rotate(45deg);
}
#stylist-det #shoplist ul li:nth-child(even) {
  border-left: none;
}
#stylist-det #shoplist ul li:nth-child(n+3) {
  border-top: none;
}
#stylist-det #shoplist p {
  padding: 20px 0;
  font-size: 1.3rem;
}
#stylist-det #shopdetail .shopimg {
  margin-bottom: 40px;
}
#stylist-det #shopdetail table a {
  text-decoration: underline;
}

#news-index {
  padding: 150px 0 80px;
  background: #f8f7f7;
}
@media only screen and (max-width: 768px) {
  #news-index {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#news-index h1 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #news-index h1 {
    margin-bottom: 15px;
  }
}
#news-index h1 .txt01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #news-index h1 .txt01 {
    font-size: 1.6rem;
  }
}
#news-index h1 .txt02 {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.23em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #news-index h1 .txt02 {
    font-size: 1rem;
  }
}
#news-index .inner {
  width: 850px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #news-index .inner {
    width: 100%;
    padding: 0 10px;
  }
}
#news-index .news-list-wrap {
  margin-bottom: 70px;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #news-index .news-list-wrap {
    display: block;
  }
}
#news-index .news-list-wrap h2 {
  width: 150px;
  font-weight: bold;
  font-size: 3rem;
  color: #9B8775;
  padding-top: 6px;
}
@media only screen and (max-width: 768px) {
  #news-index .news-list-wrap h2 {
    font-size: 2rem;
    text-align: center;
    width: 100%;
  }
}
#news-index .news-list-wrap ul {
  flex: 1;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  #news-index .news-list-wrap ul {
    width: 100%;
  }
}
#news-index .news-list-wrap ul li {
  padding: 16px 0;
  border-bottom: 1px solid #A8A09D;
  display: flex;
}
#news-index .news-list-wrap ul li .date {
  width: 100px;
}
#news-index .news-list-wrap ul li a {
  display: block;
  flex: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #news-index .news-list-wrap ul li a {
    width: 100%;
  }
}
#news-index .news-list-wrap ul li a:hover {
  text-decoration: underline;
}

#news-det {
  padding: 150px 0 80px;
  background: #f8f7f7;
}
@media only screen and (max-width: 768px) {
  #news-det {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#news-det h1 {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  #news-det h1 {
    margin-bottom: 15px;
  }
}
#news-det h1 .txt01 {
  display: block;
  margin-bottom: 10px;
  font-size: 2.8rem;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #news-det h1 .txt01 {
    font-size: 1.6rem;
  }
}
#news-det h1 .txt02 {
  display: block;
  font-size: 1.5rem;
  letter-spacing: 0.23em;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  #news-det h1 .txt02 {
    font-size: 1rem;
  }
}
#news-det #date {
  text-align: right;
  padding-bottom: 2rem;
}
#news-det #date p {
  display: inline-block;
  font-size: 1.3rem;
  text-align: right;
  line-height: 180%;
}
#news-det h2 {
  background-color: #DEDEDE;
  border-left: 5px solid #AA926C;
  padding: 16px;
  font-weight: bold;
  font-size: 2rem;
}
#news-det #page-contents {
  padding: 0 20px 100px;
  line-height: 180%;
}
@media only screen and (max-width: 768px) {
  #news-det #page-contents {
    padding: 0 0 20px;
  }
}
#news-det #page-contents p {
  margin: 1em 0;
}
#news-det #page-contents img {
  height: auto;
}
#news-det #page-contents img.alignleft {
  text-align: left;
}
#news-det #page-contents img.aligncenter {
  display: block;
  margin: 1px auto;
}
#news-det #page-contents img.alignright {
  display: block;
  margin: 1px 1px 1px auto;
}
#news-det #page-contents h3 {
  font-size: 1.8rem;
  line-height: 22px;
  font-weight: bold;
}
#news-det #page-contents h4 {
  font-size: 1.6rem;
  line-height: 22px;
  font-weight: bold;
}
#news-det #page-contents h5 {
  font-size: 12px;
  line-height: 22px;
  color: #a2a2a2;
  font-weight: normal;
}
#news-det #page-contents a {
  text-decoration: underline;
  color: #9B8775;
}
#news-det #page-contents a:hover {
  text-decoration: none;
}
#news-det .pageNav {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
#news-det .pageNav li {
  font-size: 1.4rem;
}
#news-det .pageNav li::before {
  content: "";
  display: inline-block;
  padding-top: 10px;
  width: 44px;
  height: 0;
  margin-right: 20px;
  background: url("/corporate/common/images/ico_arrow_02.png") right center no-repeat;
}