@charset "UTF-8";
@import url("https://fonts.cdnfonts.com/css/helvetica-neue-5");
@font-face {
  font-family: "MyYuMinchoC";
  src: local("YuMincho-Demibold"), local("YuMincho Demibold");
  /* for Mac */
}
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, 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, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

article, aside, figure, footer, header, nav, section, details, summary {
  display: block;
}

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

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

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type=radio] {
  vertical-align: text-bottom;
}

input[type=checkbox] {
  vertical-align: bottom;
}

.ie7 input[type=checkbox] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
  height: auto;
  overflow: visible;
}

body {
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #282828;
  height: auto;
  overflow: visible;
  font-weight: 500;
  background-color: #f0f4f4;
}
body.is__fix {
  overflow: hidden;
  height: 100%;
  position: static;
}
body.is_show {
  overflow: hidden;
  height: 100%;
  position: static;
}
body.is_show .main {
  position: relative;
}
body.is_show .main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  z-index: 3;
}
body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
body.fade:after {
  opacity: 1;
}

html, body, 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, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  font-weight: 400;
}

img {
  vertical-align: bottom;
}

input,
button,
select {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadein {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.fadein.jsActive {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 960px) {
  .fadein.spAnimationNone {
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
}

.breadcrumb {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin-top: 0px;
    width: 100%;
  }
}
/*
.breadcrumb__list {
  font-size: 0;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.breadcrumb__item {
  height: 15px;
  padding-right: calc(3px + 1em);
  position: relative;
  font-size: 1.2rem;
  line-height: 0;
  display: inline;
}
.breadcrumb__item:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 2px);
  right: calc(.5em + 2px);
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    padding-right: calc(1px + 2em);
  }
  .breadcrumb__item:after {
    font-size: 1rem;
    top: calc(50% - 1px);
    right: calc(1em + 2px);
  }
}
.breadcrumb__item:last-of-type {
  padding-right: 0;
}
.breadcrumb__item:last-of-type:after {
  display: none;
}
*/
.breadcrumb__list {
  overflow: hidden;
}
.breadcrumb__item {
  display: inline;
  font-size: 1.2rem;
  line-height: 0;
  padding-right: calc(1em + 5px);
  position: relative;
}
.breadcrumb__item:after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 1px solid #282828;
  border-right: 1px solid #282828;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: calc(.5em + 1px);
  right: calc(.5em + 2px);
}
@media screen and (max-width: 768px) {
  .breadcrumb__item {
    padding-right: calc(2em + 5px);
  }
  .breadcrumb__item:after {
    top: calc(.5em + 2px);
    right: calc(1em + 3px);
  }
}
.breadcrumb__item:last-of-type {
  padding-right: 0;
}
.breadcrumb__item:last-of-type:after {
  display: none;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}
.breadcrumb__link {
  color: #282828;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 15px;
  text-decoration: underline;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .breadcrumb__link {
    font-size: 1rem;
  }
}
.breadcrumb__link_type_text {
  text-decoration: none;
}

.breadcrumb_type_recruit {
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .breadcrumb_type_recruit {
    display: none;
  }
}
.breadcrumb_type_recruit .breadcrumb__item {
  padding-right: calc(2em + .3em);
}
.breadcrumb_type_recruit .breadcrumb__item:after {
  content: "-";
  background: none;
  border: none;
  color: #b3b3b3;
  -webkit-transform: none;
          transform: none;
  width: auto;
  height: auto;
  top: calc(.5em + 1px);
  right: calc(1em + 1px);
}
.breadcrumb_type_recruit .breadcrumb__link {
  color: #b3b3b3;
  text-decoration: none;
}
.breadcrumb_type_recruit .breadcrumb__link:hover {
  text-decoration: underline;
}
.roundBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 454px;
  height: 82px;
  border-radius: 82px;
  background-color: #0859a8;
  color: #fff;
  text-decoration: none;
  margin: 0 auto;
  border: 1px solid #0859a8;
}
@media screen and (max-width: 768px) {
  .roundBtn {
    width: 100%;
    height: 56px;
    position: relative;
  }
}
.roundBtn__text {
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .roundBtn__text {
    font-size: 1.4rem;
  }
}
.roundBtn:after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background: url(../img/common/icon_arrow_button.svg) no-repeat center center/cover;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .roundBtn:after {
    width: 20px;
    height: 20px;
    position: absolute;
    top: calc(50% - 10px);
    right: 12px;
  }
}
.roundBtn:hover {
  background: #fff;
}
.roundBtn:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2029%2029%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%230859a8%3B%7D.cls-2%7Bfill%3A%23fff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Ccircle%20class%3D%22cls-1%22%20cx%3D%2214.5%22%20cy%3D%2214.5%22%20r%3D%2214.5%22%2F%3E%3Cpath%20class%3D%22cls-2%22%20d%3D%22M18.78%2C15.98h-1.5v-3.09l-6.45%2C6.45-1.06-1.06%2C6.45-6.45h-3.09v-1.5h5.66v5.66Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.roundBtn:hover .roundBtn__text {
  color: #0859a8;
}

.sqBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #282828;
  color: #fff;
  text-decoration: none;
  border: 1px solid #282828;
  padding: 8px 20px 12px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .sqBtn {
    width: 200px;
    height: 40px;
    padding-left: 15px;
    padding: 9px 20px 11px 15px;
  }
}
.sqBtn_type_lg {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .sqBtn_type_lg {
    width: 100%;
  }
}
.sqBtn:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_02.svg) no-repeat center center/contain;
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sqBtn:after {
    width: 17.75px;
    height: 5.65px;
    top: calc(50% - 3px);
    right: 15px;
  }
}
.sqBtn:hover {
  background-color: #fff;
  color: #282828;
}
.sqBtn:hover:after {
  background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/contain;
}
.sqBtn__text {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sqBtn__text {
    font-size: 1.4rem;
  }
}
.sqBtn_type_newWindow:after {
  background: url(../img/common/icon_new_window_02.svg) no-repeat center center/contain;
  width: 19px;
  height: 14px;
  right: 20px;
}
.sqBtn_type_newWindow:hover:after {
  background: url(../img/common/icon_new_window_02.svg) no-repeat center center/contain;
}

.sqBtn_type_line {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.pcnon {
  display: none;
}
@media screen and (max-width: 768px) {
  .pcnon {
    display: block;
  }
}

.spnon {
  display: block;
}
@media screen and (max-width: 768px) {
  .spnon {
    display: none;
  }
}

.lowPage {
  padding-bottom: 150px;
  padding-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .lowPage {
    padding-top: 90px;
    padding-bottom: 75px;
  }
}
.lowPage_type_pb0 {
  padding-bottom: 0;
}
.lowPage__header {
  overflow: hidden;
  margin-bottom: 105px;
}
@media screen and (max-width: 768px) {
  .lowPage__header {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .lowPage_type_sticky {
    overflow: visible;
  }
}
.lowPage__ttl {
  padding-bottom: 80px;
  border-bottom: 1px solid #e8eaea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lowPage__ttl {
    padding-bottom: 20px;
    border-bottom: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.lowPage__ttl:before {
  content: "";
  display: block;
  width: 29px;
  height: 1px;
  background-color: #999999;
  position: relative;
  top: 2px;
  margin-right: 38px;
}
@media screen and (max-width: 768px) {
  .lowPage__ttl:before {
    width: 15px;
    margin-right: 20px;
    top: 22px;
  }
}
.lowPage__ttlJp {
  font-size: 5.8rem;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .lowPage__ttlJp {
    font-size: 3rem;
  }
}
.lowPage__mainCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1160px) {
  .lowPage__mainCol {
    display: block;
  }
}
.lowPage__mainCol_type_maintain .lowPage__mainTtl {
  margin-left: -25px;
}
@media screen and (max-width: 1160px) {
  .lowPage__mainCol_type_maintain {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .lowPage__mainCol_type_maintain .lowPage__mainTtl {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 1160px) and (max-width: 768px) {
  .lowPage__mainCol_type_maintain .lowPage__mainTtl {
    margin-left: -15px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 1160px) {
  .lowPage__mainCol_type_maintain .lowPage__body {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1160px) and (max-width: 768px) {
  .lowPage__mainCol_type_maintain .lowPage__body {
    padding-left: 15px;
  }
}
.lowPage__mainTtl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  white-space: nowrap;
}
@media screen and (max-width: 1160px) {
  .lowPage__mainTtl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
  }
}
@media screen and (max-width: 768px) {
  .lowPage__mainTtl {
    font-size: 3rem;
  }
}
.lowPage__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 40px;
  padding-top: 45px;
}
@media screen and (max-width: 1160px) {
  .lowPage__body {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .lowPage__body {
    padding-top: 25px;
  }
}

.lowPage__headerContainer {
  max-width: none;
  margin-left: calc(50vw - 615px);
  padding-right: 0;
}
@media screen and (max-width: 1260px) {
  .lowPage__headerContainer {
    margin-left: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.lowSection {
  width: 100%;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .lowSection {
    margin-bottom: 70px;
  }
}
.lowSection:last-of-type {
  margin-bottom: 0;
}
.lowSection__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lowSection__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
  white-space: nowrap;
}
@media screen and (max-width: 1160px) {
  .lowSection__ttl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .lowSection__ttl {
    font-size: 3rem;
    padding-right: 15px;
    position: -webkit-sticky;
    position: sticky;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    top: 3em;
  }
}
.lowSection__contents {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .lowSection__contents {
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .lowSection__contents {
    overflow: hidden;
  }
}
.lowSection__contents_type_pdt0 {
  padding-top: 0;
}
.lowSection__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.rlowPage {
  padding-top: 240px;
  padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .rlowPage {
    padding-top: 95px;
    padding-bottom: 70px;
  }
}
.rlowPage_type_pb0 {
  padding-bottom: 0;
}
.rlowPage__header {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .rlowPage__header {
    margin-bottom: 40px;
  }
}
.rlowPage__ttl {
  position: relative;
  z-index: 2;
}
.rlowPage__ttlText {
  position: relative;
  z-index: 2;
}
.rlowPage__ttlEn {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rlowPage__ttlEn {
    font-size: 1rem;
  }
}
.rlowPage__ttlJp {
  display: block;
  font-weight: bold;
  font-size: 4rem;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .rlowPage__ttlJp {
    margin-top: 15px;
    font-size: 3rem;
  }
}
.rlowPage__ttlBg {
  font-size: 14rem;
  color: #e6eff4;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  position: absolute;
  left: 47px;
  top: -58px;
  line-height: 1;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .rlowPage__ttlBg {
    font-size: 6rem;
    top: -5px;
    left: 30px;
    white-space: nowrap;
  }
}
.rlowPage__ttlBg_type_message {
  top: -56px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .rlowPage__ttlBg_type_message {
    top: -10px;
    left: 31px;
  }
}
.rlowPage__ttlBg_type_recruit {
  top: -56px;
  left: 54px;
}
@media screen and (max-width: 768px) {
  .rlowPage__ttlBg_type_recruit {
    top: -9px;
    left: 28px;
  }
}
.recruitBody {
  background-color: #f7fafc;
}

.row2Ttl {
  position: relative;
}
.row2Ttl__en {
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "League Spartan", serif;
  letter-spacing: 0.15em;
  text-shadow: 1px 1px 0 #222, -1px 1px 0 #222, -1px -1px 0 #222, 1px -1px 0 #222;
  color: #fff;
  display: block;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .row2Ttl__en {
    font-size: 1.5rem;
    margin-bottom: 15px;
    line-height: 1.66;
  }
}
.row2Ttl__jp {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .row2Ttl__jp {
    font-size: 2.5rem;
    line-height: 1.6;
  }
}
.row2TtlIcon {
  text-shadow: none;
  color: #fa3e37;
  font-weight: 700;
}
.row2Ttl_type_icon:before {
  content: "";
  width: 140px;
  height: 140px;
  background: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20140.5%20140.5%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23f5f5f1%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1-2%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M140.5%2C70.25C140.5%2C31.51%2C108.99%2C0%2C70.25%2C0S0%2C31.51%2C0%2C70.25s31.51%2C70.25%2C70.25%2C70.25%2C70.25-31.51%2C70.25-70.25M70.25%2C129.04c-32.42%2C0-58.8-26.37-58.8-58.79S37.83%2C11.45%2C70.25%2C11.45s58.8%2C26.38%2C58.8%2C58.8-26.38%2C58.79-58.8%2C58.79%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M116.78%2C37.27h-14.85c-2.09%2C0-3.55-2.06-2.86-4.03l2.5-7.16c.69-1.97-.78-4.03-2.86-4.03h-13.84c-1.31%2C0-2.47.84-2.88%2C2.08l-3.67%2C11.07c-.41%2C1.24-1.57%2C2.08-2.88%2C2.08H26.78c-1.3%2C0-2.46.83-2.88%2C2.07l-3.05%2C9.16c-.65%2C1.96.81%2C3.99%2C2.88%2C3.99h44.75c2.04%2C0%2C3.5%2C1.97%2C2.9%2C3.92l-17.88%2C58.11c-.6%2C1.95.86%2C3.92%2C2.9%2C3.92h33.41c-7.2%2C0-13.07-5.7-13.34-12.82-.01-.33.04-.66.14-.98l15.63-50.02c.4-1.27%2C1.57-2.13%2C2.89-2.13h18.6c1.3%2C0%2C2.46-.84%2C2.88-2.07l3.05-9.16c.65-1.96-.81-3.99-2.88-3.99%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E") no-repeat center center/cover;
  position: absolute;
  left: -80px;
  top: -65px;
}
@media screen and (max-width: 1060px) {
  .row2Ttl_type_icon:before {
    left: -30px;
    top: -65px;
  }
}
@media screen and (max-width: 768px) {
  .row2Ttl_type_icon:before {
    width: 50px;
    height: 50px;
    left: -20px;
    top: -20px;
  }
}

.contactSection {
  background: url(../img/common/bg_contacr_section.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 120px 0 145px;
}
@media screen and (max-width: 768px) {
  .contactSection {
    padding: 40px 0;
  }
}
.contactSection__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .contactSection__ttl {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
}
.contactSection__ttl:after {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .contactSection__ttl:after {
    width: 15px;
    margin-top: 25px;
  }
}
.contactSection__desc {
  line-height: 1.6875;
  font-weight: 500;
  text-align: center;
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .contactSection__desc {
    font-size: 2rem;
    line-height: 1.75;
  }
}
.contactSection__para {
  text-align: center;
  line-height: 1.875;
  font-weight: 400;
}
.contactSection__btn {
  margin: 30px auto 0;
}

.footer {
  background-color: #fff;
  padding-top: 170px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .footer {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__container {
    position: static;
  }
}
.footer__logo {
  width: 265px;
  margin: 0 auto;
  margin-bottom: 125px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 165px;
    margin-bottom: 35px;
  }
}
.footer__address {
  display: none;
}
@media screen and (max-width: 768px) {
  .footer__address {
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.666;
  }
}
.footer__bar {
  position: relative;
  bottom: 0px;
  z-index: 0;
}
@media screen and (max-width: 1260px) {
  .footer__bar {
    bottom: -60px;
  }
}
@media screen and (max-width: 768px) {
  .footer__bar {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 53px;
  }
}
.footer__barList {
  position: absolute;
  left: 0;
  top: 0;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 60px;
  padding-right: 60px;
  width: 100%;
  z-index: 2;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer__barList {
    position: relative;
    left: 0;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.footer__barItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.footer__barItem:nth-of-type(1) {
  margin-right: 19%;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(1) {
    margin-right: 18.46%;
    top: 10px;
  }
}
.footer__barItem:nth-of-type(1) .footer__barItemImg {
  width: 28.88px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(1) .footer__barItemImg {
    height: 105px;
    width: 14.44px;
  }
}
.footer__barItem:nth-of-type(2) {
  margin-right: 28.5%;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(2) {
    margin-right: 23.07%;
    top: 10px;
  }
}
.footer__barItem:nth-of-type(2) .footer__barItemImg {
  height: 240px;
  width: 21.1px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(2) .footer__barItemImg {
    height: 105px;
    width: 10.55px;
  }
}
.footer__barItem:nth-of-type(3) {
  margin-right: 28.5%;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(3) {
    margin-right: 23.07%;
    position: relative;
    top: 16px;
  }
}
.footer__barItem:nth-of-type(3) .footer__barItemImg {
  width: 13.8px;
  height: 240px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(3) .footer__barItemImg {
    height: 100px;
    width: 5.77px;
  }
}
.footer__barItem:nth-of-type(4) {
  margin-right: 19%;
  position: relative;
  top: 12px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(4) {
    top: 10px;
    margin-right: 18.46%;
  }
}
.footer__barItem:nth-of-type(4) .footer__barItemImg {
  height: 240px;
  width: 21.1px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(4) .footer__barItemImg {
    height: 105px;
    width: 10.55px;
  }
}
.footer__barItem:nth-of-type(5) {
  position: relative;
  top: 12px;
}
.footer__barItem:nth-of-type(5) .footer__barItemImg {
  width: 28.88px;
  height: 239px;
}
@media screen and (max-width: 768px) {
  .footer__barItem:nth-of-type(5) .footer__barItemImg {
    top: 10px;
    height: 105px;
    width: 14.44px;
  }
}
.footer__bottom {
  background-color: #f0f4f4;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .footer__bottom {
    background-color: #fff;
    padding-top: 0;
    background-color: transparent;
  }
  .footer__bottom:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: -1;
  }
}
.footer__service {
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .footer__service {
    margin-bottom: 45px;
  }
}
.footer__serviceContainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .footer__serviceContainer {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__banner {
  border: 1px solid #282828;
  width: 850px;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 1160px) {
  .footer__banner {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 960px) {
  .footer__banner {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .footer__banner {
    display: none;
  }
}
.footer__bannerLink:hover {
  opacity: 0.75;
}
.footer__copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 40px 40px 40px;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    display: block;
    padding: 0;
  }
}
.footer__copyList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .footer__copyList {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }
}
.footer__copyItem {
  font-size: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__copyItem:first-of-type:after {
  content: "｜";
  padding: 0 1em;
  display: block;
}
.footer__copyLink {
  color: inherit;
  text-decoration: none;
  font-weight: 500;
}
.footer__copyLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .footer__copyRight {
    background-color: #f0f4f4;
    text-align: center;
    padding: 15px 0;
    font-size: 1.1rem;
  }
}
.footer__copyRightText {
  font-size: 1.5rem;
  font-weight: 500;
}

.footerWave {
  position: relative;
}
@media screen and (max-width: 768px) {
  .footerWave {
    bottom: 30px;
    position: absolute;
    left: 0;
  }
}
.footerWave__svg {
  width: 100vw;
  height: 200px;
  position: absolute;
  left: 0;
  top: -145px;
}
@media screen and (max-width: 1260px) {
  .footerWave__svg {
    height: 120px;
    top: -120px;
  }
}
@media screen and (max-width: 1060px) {
  .footerWave__svg {
    height: 120px;
    top: -70px;
  }
}
@media screen and (max-width: 768px) {
  .footerWave__svg {
    height: 56.5px;
    bottom: 30px;
    top: 0;
    position: relative;
  }
}

.fNav {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .fNav {
    padding-bottom: 0;
  }
}
.fNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1160px) {
  .fNav__list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 960px) {
  .fNav__list {
    display: none;
  }
}
.fNav__item {
  padding-right: 90px;
}
@media screen and (max-width: 1160px) {
  .fNav__item {
    padding-right: 40px;
  }
}
.fNav__item:last-of-type {
  padding-right: 0;
}
.fNav__mainItem {
  line-height: 2.26;
}
.fNav__mainHead {
  line-height: 2.26;
  font-weight: 600;
}
.fNav__mainLink {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
}
.fNav__mainLink:hover {
  text-decoration: underline;
}
.fNav__subItem {
  line-height: 2.26;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fNav__subItem:before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  background-color: #282828;
  margin-right: 10px;
}
.fNav__subLink {
  font-weight: 500;
  color: inherit;
  text-decoration: none;
}
.fNav__subLink:hover {
  text-decoration: underline;
}

.snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
  padding-left: 55px;
  width: calc(100% - 850px);
}
@media screen and (max-width: 1160px) {
  .snsList {
    width: 300px;
  }
}
@media screen and (max-width: 960px) {
  .snsList {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 40px;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .snsList {
    margin-top: 35px;
  }
}
.snsList__item {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .snsList__item {
    padding: 7.5px;
  }
}
.snsList__link:hover {
  opacity: 0.75;
}
.snsList__img {
  width: 44px;
}
@media screen and (max-width: 768px) {
  .snsList__img {
    width: 45px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header_type_top .header__logo {
  visibility: hidden;
  opacity: 0;
}
.header_type_top .gNav__link {
  color: #fff;
}
.header_type_top.isScrolled {
  background-color: #fff;
}
.header_type_top.isScrolled .header__logo {
  visibility: visible;
  opacity: 1;
}
.header_type_top.isScrolled .gNav__link {
  color: #282828;
}
.header_type_under .ham__bar {
  background-color: #282828;
}
.header_type_under.isScrolled {
  background-color: #fff;
}
.header_type_under.isScrolled .header__logo {
  width: 205px;
  width: 205px;
}
@media screen and (max-width: 1300px) {
  .header_type_under.isScrolled .header__logo {
    width: 182px;
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
  }
}
@media screen and (max-width: 1260px) {
  .header_type_under.isScrolled .header__logo {
    width: 182px;
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
  }
}
.header.isScrolled {
  position: fixed;
}
.header.isScrolled .header__logo {
  width: 205px;
  width: 205px;
}
@media screen and (max-width: 1300px) {
  .header.isScrolled .header__logo {
    width: 182px;
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
  }
}
@media screen and (max-width: 1260px) {
  .header.isScrolled .header__logo {
    width: 182px;
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
  }
}
.header.isScrolled .gNav__link_type_mm:after {
  background-color: #1D2538;
}
.header.isScrolled .gNav__link_type_mm.jsActive:after {
  opacity: 1;
  visibility: visible;
}
.header.isScrolled .gNav__contact {
  margin-left: 20px;
}
.header.isScrolled .ham__bar {
  background-color: #282828;
}
@media screen and (max-width: 1260px) {
  .header.jsActive {
    background-color: #fff;
  }
  .header.jsActive .header__inner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1260px) and (max-width: 768px) {
  .header.jsActive .header__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1260px) {
  .header.jsActive .header__logo {
    z-index: 3;
    visibility: visible;
    opacity: 1;
  }
}
@media screen and (max-width: 1260px) {
  .header.jsActive .header__desc {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .header.jsActive .gNav {
    display: block;
    margin-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 81px;
    background-color: #fff;
    height: calc(100dvh - 90px);
    padding: 15px 30px 45px 30px;
    overflow: scroll;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) and (max-width: 768px) {
  .header.jsActive .gNav {
    top: 65px;
    padding: 5px 30px 45px 30px;
    height: calc(100dvh - 65px);
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .header.jsActive .gNav__list {
    display: block;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .header.jsActive .gNav__item {
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid #dcdddd;
    display: block;
  }
  .header.jsActive .gNav__item:after {
    display: none;
  }
  .header.jsActive .gNav__item:before {
    content: "";
    display: block;
    width: 15px;
    height: 4.8px;
    aspect-ratio: 15/4.8;
    background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/cover;
    position: absolute;
    right: 10px;
    top: calc(50% - 2.4px);
  }
  .header.jsActive .gNav__item_type_mm:before,
  .header.jsActive .gNav__item_type_mm_sp:before {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .header.jsActive .gNav__link {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #282828;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .header.jsActive .gNav__contact {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .header.jsActive .mm {
    position: static;
    visibility: visible;
    z-index: 1;
    opacity: 1;
  }
  .header.jsActive .mm__inner {
    padding: 0;
    border-radius: 0;
    max-width: none;
  }
  .header.jsActive .mm__colList, .header.jsActive .mm__rowList {
    display: block;
    margin: 0 0 0 30px;
  }
  .header.jsActive .mm__colListItem, .header.jsActive .mm__rowListItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border-bottom: 1px solid #dcdddd;
    padding: 0;
  }
  .header.jsActive .mm__rowListItem:first-of-type .mm__rowListItemInner {
    padding-top: 0;
  }
  .header.jsActive .mm__rowListItem:last-of-type {
    border-bottom: none;
  }
  .header.jsActive .mm__colListItem:first-of-type .mm__rowListItemInner {
    padding-top: 0;
  }
  .header.jsActive .mm__colListItem:last-of-type {
    border-bottom: none;
  }
  .header.jsActive .mm__colListItemInner, .header.jsActive .mm .mm__rowListItemInner {
    padding: 15px 0;
    display: block;
  }
  .header.jsActive .mm__colListText, .header.jsActive .mm__rowListText {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
  .header.jsActive .mm__colListFig, .header.jsActive .mm__rowListFig {
    display: none;
  }
  .header.jsActive .mm__colListTextEn, .header.jsActive .mm__rowListTextEn {
    display: none;
  }
  .header.jsActive .mm__colListTextJp, .header.jsActive .mm .mm__rowListTextJp {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }
  .header.jsActive .mm__otherLink {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1260px) {
  .header.jsActive .ham__bar {
    background-color: #282828;
  }
  .header.jsActive .ham__bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0.75px);
  }
  .header.jsActive .ham__bar:nth-of-type(2) {
    opacity: 0;
  }
  .header.jsActive .ham__bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.75px);
  }
}
.header_type_low .gNav__list {
  background-color: #fff;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header__inner {
    padding: 0 20px;
    width: 100%;
  }
}
.header__logo {
  width: 205px;
  width: 205px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1060px) {
  .header__logo {
    width: 182px;
    -webkit-flex-basis: 182px;
        -ms-flex-preferred-size: 182px;
            flex-basis: 182px;
  }
}
@media screen and (max-width: 1060px) {
  .header__logoImg_type_pc {
    display: none;
  }
}
.header__logoImg_type_tab {
  display: none;
}
@media screen and (max-width: 1060px) {
  .header__logoImg_type_tab {
    display: block;
  }
}
.header__bg {
  position: relative;
  z-index: 0;
}
.header__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
  display: none;
  background-color: rgba(40, 50, 76, 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 0;
  left: 0;
}
.header__bg.jsActive:after {
  opacity: 1;
  visibility: visible;
}

.gNav {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .gNav {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    position: absolute;
    right: -100vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.5s;
    transition: opacity 0.15s, -webkit-transform 0.5s;
    transition: opacity 0.15s, transform 0.5s;
    transition: opacity 0.15s, transform 0.5s, -webkit-transform 0.5s;
  }
}
.gNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 17px 40px;
  border-radius: 40px;
}
@media screen and (max-width: 1260px) {
  .gNav__list {
    padding: 17px 20px;
  }
}
@media screen and (max-width: 1060px) {
  .gNav__list {
    padding: 0;
  }
}
.gNav__item {
  margin-left: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gNav__item:first-of-type {
  margin-left: 0;
}
.gNav__item_type_mm.jsActive {
  z-index: 1;
}
.gNav__item_type_mm.jsActive:before {
  opacity: 1;
}
.gNav__item_type_pcnon.jsActive .mm {
  display: none;
}
.gNav__link {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  position: relative;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
}
.gNav__link_type_mm {
  position: relative;
  z-index: 1;
}
.gNav__link_type_mm:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -12px;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .gNav__link_type_mm:after {
    display: none;
  }
}
.gNav__link_type_mm.jsActive:after {
  opacity: 1;
  visibility: visible;
}
.gNav__link_type_cart, .gNav__link_type_lang {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  z-index: 1;
  font-family: "itc-avant-garde-gothic-pro", "zen-kaku-gothic-new";
}
.gNav__link_type_cart:hover, .gNav__link_type_lang:hover {
  background-color: #232323;
  border-radius: 39px;
  color: #fff;
}
.gNav__link_type_cart:hover .gNav__cartIcon path, .gNav__link_type_lang:hover .gNav__cartIcon path {
  fill: #fff;
}
.gNav__link_type_cart.jsActive, .gNav__link_type_lang.jsActive {
  background-color: #232323;
  border-radius: 39px;
  color: #fff;
}
.gNav__link_type_cart.jsActive .gNav__cartIcon path, .gNav__link_type_lang.jsActive .gNav__cartIcon path {
  fill: #fff;
}
.gNav__contact {
  width: 192px;
  height: 58px;
  border-radius: 58px;
  background-color: #fa3e37;
  border: 1px solid #fa3e37;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin-left: 20px;
}
@media screen and (max-width: 1260px) {
  .gNav__contact {
    margin-left: 30px;
  }
}
.gNav__contact:before {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/common/icon_mail.svg) no-repeat center center/cover;
  aspect-ratio: 16/12;
  position: relative;
  top: 1px;
  margin-right: 8px;
}
.gNav__contact:hover {
  background-color: #fff;
  color: #fa3e37;
}
.gNav__contact:hover:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016%2012%22%3E%3Cpath%20d%3D%22M1.5%2012c-.41%200-.77-.15-1.06-.44-.29-.29-.44-.65-.44-1.06V1.49C0%201.08.15.73.44.43c.29-.29.65-.44%201.06-.44h13c.41%200%20.77.15%201.06.44.29.29.44.65.44%201.06v9.01c0%20.41-.15.77-.44%201.06-.29.29-.65.44-1.06.44h-13zM8%207L1.5%203.27v7.23h13V3.27L8%207zm0-1.77l6.5-3.73h-13L8%205.23zM1.5%203.27V1.5v9-7.23z%22%20fill%3D%22%23fa3e37%22%2F%3E%3C%2Fsvg%3E");
}
.gNav .toggleIcon {
  display: none;
}
@media screen and (max-width: 960px) {
  .gNav .toggleIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 10px;
    top: 21px;
    z-index: 1;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .gNav .toggleIcon {
    top: 26px;
  }
}
.gNav .toggleIcon__inner {
  width: 20px;
  height: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gNav .toggleIcon__inner {
    width: 14px;
    height: 14px;
  }
}
.gNav .toggleIcon__inner:after {
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  position: absolute;
  top: calc(50% - 1px);
  left: calc(50% - 7px);
  background-color: #282828;
}
.gNav .toggleIcon__inner:before {
  content: "";
  display: block;
  height: 14px;
  width: 2px;
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 1px);
  background-color: #282828;
}
.gNav .toggleIcon.jsActive .toggleIcon__inner::before {
  display: none;
}

.mm {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 57px;
  padding-top: 40px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1260px) {
  .mm {
    top: 52px;
    padding-top: 31px;
  }
}
@media screen and (max-width: 960px) {
  .mm {
    display: none;
    padding-top: 0;
  }
}
.mm.jsActive {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.mm__inner {
  background-color: #fff;
  padding: 50px;
  max-width: 1100px;
}
.mm__rowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -20px;
}
.mm__rowListItem {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 20px;
}
.mm__rowListItemInner {
  color: inherit;
  text-decoration: none;
}
.mm__rowListItemInner:hover .mm__rowListFig:after {
  visibility: visible;
  opacity: 1;
}
.mm__rowListItemInner:hover .mm__rowListImg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.mm__rowListItemInner:hover .mm__rowListImg {
  opacity: 0.75;
}
.mm__rowListFig {
  aspect-ratio: 220 / 160;
  position: relative;
  overflow: hidden;
}
.mm__rowListImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.mm__rowListText {
  margin-top: 15px;
}
.mm__rowListTextJp {
  font-size: 1.6rem;
  font-weight: 500;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .mm__rowListTextJp {
    font-weight: 400;
  }
}

@media screen and (min-width: 961px) {
  .gNav__item_type_mm--service {
    position: relative;
  }
  .gNav__item_type_mm--service .mm {
    width: 100vw;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .gNav__item_type_mm--service .mm__inner {
    width: 840px;
    max-width: calc(75vw + 25px);
  }
}


.gNavSp {
  display: none;
}
@media screen and (max-width: 960px) {
  .gNavSp {
    display: block;
    margin-top: 30px;
  }
}
.gNavSp .snsList {
  width: 100%;
  padding: 0 0 0 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gNavSp__logo {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .gNavSp__logo {
    margin-top: 50px;
  }
}
.gNavSp__logoImg {
  width: 132px;
}
.gNavSp__bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
  position: relative;
  top: 20px;
}
.gNavSp__bgItem:nth-of-type(1) {
  margin-right: 22.7%;
}
.gNavSp__bgItem:nth-of-type(1) .gNavSp__bgImg {
  height: 238px;
}
@media screen and (max-width: 768px) {
  .gNavSp__bgItem:nth-of-type(1) .gNavSp__bgImg {
    height: 113px;
  }
}
.gNavSp__bgItem:nth-of-type(2) {
  margin-right: 27.03%;
}
.gNavSp__bgItem:nth-of-type(2) .gNavSp__bgImg {
  height: 238px;
}
@media screen and (max-width: 768px) {
  .gNavSp__bgItem:nth-of-type(2) .gNavSp__bgImg {
    height: 113px;
  }
}
.gNavSp__bgItem:nth-of-type(3) {
  margin-right: 27.18%;
}
.gNavSp__bgItem:nth-of-type(3) .gNavSp__bgImg {
  height: 182px;
}
@media screen and (max-width: 768px) {
  .gNavSp__bgItem:nth-of-type(3) .gNavSp__bgImg {
    height: 91px;
  }
}
.gNavSp__bgItem:nth-of-type(4) {
  margin-right: 21.56%;
}
.gNavSp__bgItem:nth-of-type(4) .gNavSp__bgImg {
  height: 238px;
}
@media screen and (max-width: 768px) {
  .gNavSp__bgItem:nth-of-type(4) .gNavSp__bgImg {
    height: 113px;
  }
}
.gNavSp__bgItem:nth-of-type(5) .gNavSp__bgImg {
  height: 238px;
}
@media screen and (max-width: 768px) {
  .gNavSp__bgItem:nth-of-type(5) .gNavSp__bgImg {
    height: 113px;
  }
}
.ham {
  display: none;
  width: 36px;
  height: 32px;
  border-radius: 60px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .ham {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .ham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .ham {
    width: 24px;
    height: 22px;
  }
}
.ham__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.ham__bar {
  width: 100%;
  height: 1.5px;
  background-color: #fff;
  position: absolute;
  left: 0;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .ham__bar {
    height: 1px;
  }
}
.ham__bar:nth-of-type(1) {
  top: 0;
}
.ham__bar:nth-of-type(2) {
  top: calc(50% - 1px);
}
.ham__bar:nth-of-type(3) {
  top: 100%;
}

.main {
  display: block;
}

.rfooter {
  padding-top: 100px;
  background-color: #ffffff;
  position: relative;
  z-index: 2;
  margin-top: -1px;
}
@media screen and (max-width: 768px) {
  .rfooter {
    padding-top: 60px;
    overflow: hidden;
  }
}
.rfooter:after {
  content: "";
  width: 740px;
  height: 472.89px;
  background: url(../img/recruit/logo_bg.svg) no-repeat center center/cover;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .rfooter:after {
    width: 634.2182px;
    height: 405.03145px;
    top: 0;
    left: -60px;
  }
}
.rfooter__top {
  max-width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .rfooter__top {
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rfooter__logo {
  width: 200px;
  margin-right: 120px;
}
@media screen and (max-width: 960px) {
  .rfooter__logo {
    margin-right: 0;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .rfooter__logo {
    width: 150px;
    margin-bottom: 25px;
  }
}
.rfooter__logoLink:hover {
  opacity: 0.75;
}
.rfooter__pageTop {
  display: block;
  margin-top: auto;
  margin-left: auto;
  font-family: "Montserrat", sans-serif;
  color: #223a70;
  font-style: italic;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.rfooter__pageTop:after {
  content: "";
  display: block;
  margin-left: 8px;
  width: 11.25px;
  height: 10.628px;
  background: url(../img/recruit/icon_pagetop.svg) no-repeat center center/cover;
}
@media screen and (max-width: 960px) {
  .rfooter__pageTop {
    display: none;
  }
}
.rfooter__bottom {
  background-color: #f7fafc;
  margin-top: 100px;
  padding: 40px 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .rfooter__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    background-color: transparent;
    padding: 0 0 0 0;
  }
}
@media screen and (max-width: 768px) {
  .rfooter__bottom {
    margin-top: 55px;
    position: relative;
    z-index: 2;
  }
}
.rfooter__others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .rfooter__others {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rfooter__others {
    margin-bottom: 15px;
  }
}
.rfooter__othersItem {
  margin-right: 2.25em;
}
@media screen and (max-width: 768px) {
  .rfooter__othersItem {
    margin-right: 1.5em;
  }
}
.rfooter__othersItem:last-of-type {
  margin-right: 0;
}
.rfooter__othersLink {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .rfooter__othersLink {
    font-size: 0.9rem;
    font-weight: bold;
  }
}
.rfooter__othersLink:after {
  content: "";
  width: 13.75px;
  height: 13.75px;
  background: url(../img/common/icon_new_link.svg) no-repeat center center/cover;
  margin-left: 8px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .rfooter__othersLink:after {
    width: 7.5px;
    height: 7.5px;
    top: -1px;
    margin-left: 3px;
  }
}
.rfooter__othersLink:hover {
  text-decoration: underline;
}
@media screen and (max-width: 960px) {
  .rfooter__copy {
    background-color: #f7fafc;
    width: 100%;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .rfooter__copy {
    font-size: 1rem;
    padding: 10px 0;
  }
}
.rfNav {
  padding-top: 120px;
  margin: -15px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  width: 330px;
}
@media screen and (max-width: 960px) {
  .rfNav {
    padding-top: 0;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .rfNav {
    max-width: 350px;
    margin: -7.5px auto;
    justify-content: center;
  }
}
.rfNav__item {
  padding: 15px 0;
}
@media screen and (min-width: 961px) {
  .rfNav__item:nth-child(1) {
    min-width: 200px;
  }
  .rfNav__item:nth-child(2) {
    min-width: 200px;
    order: 3;
  }
  .rfNav__item:nth-child(3) {
    order: 2;
  }
  .rfNav__item:nth-child(4) {
    order: 4;
  }
}
@media screen and (max-width: 960px) {
  .rfNav__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 1em;
  }
  .rfNav__item:before {
    content: "・";
    color: #20447d;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .rfNav__item {
    width: 145px;
    padding: 7.5px 0.5em;
  }
}
.rfNav__link {
  color: inherit;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .rfNav__link {
    font-size: 1.2rem;
  }
}

.rfNavR__btn {
  width: 190px;
  height: 56px;
  background-color: #223a70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 56px;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-style: italic;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: 120px;
  right: 0;
  z-index: 3;
  margin-left: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1160px) {
  .rfNavR__btn {
    width: 140px;
    height: 44px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .rfNavR__btn {
    margin-top: 30px;
    width: 100%;
    height: 55px;
    margin-left: 0;
    position: relative;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .rfNavR__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.rfNavR__btn:hover {
  background-color: #fff;
  color: #223a70;
}
.rfNavR__btn:hover .rfNavR__btnText:after {
  background-color: #223a70;
}
.rfNavR__btn:hover .rfNavR__btnIcon {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.rfNavR__btn:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.rfNavR__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 130px;
  top: calc(50% - 4px);
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 25px;
  height: 8px;
  background: url(../img/recruit/icon_arrow_right_02.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1160px) {
  .rfNavR__btn::before {
    width: 15px;
    height: 5px;
    left: 100px;
    top: calc(50% - 2.5px);
  }
}
@media screen and (max-width: 960px) {
  .rfNavR__btn::before {
    width: 20px;
    height: 6.4px;
    left: auto;
    right: 25px;
    top: calc(50% - 3.2px);
  }
}
.rfNavR__btnText {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1160px) {
  .rfNavR__btnText {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .rfNavR__btnText {
    font-size: 2rem;
  }
}
.rfNavR__btnText:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 17px;
  margin-right: 18px;
}
@media screen and (max-width: 1160px) {
  .rfNavR__btnText:after {
    margin-left: 10px;
    margin-right: 10px;
    height: 14px;
  }
}
@media screen and (max-width: 960px) {
  .rfNavR__btnText:after {
    display: none;
  }
}
.rfNavR__btnIcon {
  width: 25px;
  height: 8px;
  background: url(../img/recruit/icon_arrow_right_01.svg) no-repeat center center/cover;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1160px) {
  .rfNavR__btnIcon {
    width: 15px;
    height: 5px;
  }
}
@media screen and (max-width: 960px) {
  .rfNavR__btnIcon {
    position: absolute;
    width: 20px;
    height: 6.4px;
    right: 25px;
    top: calc(50% - 3.2px);
  }
}

.rheader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .rheader {
    position: fixed;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.rheader_type_top {
  background-color: #f7fafc;
}
.rheader.isScrolled {
  position: fixed;
  background-color: #fff;
}
@media screen and (max-width: 1260px) {
  .rheader.isScrolled .gNavR__item {
    margin-left: 1em;
  }
}
.rheader.isScrolled .gNavR__link_type_mm:after {
  background-color: #1D2538;
}
.rheader.isScrolled .gNavR__link_type_mm.jsActive:after {
  opacity: 1;
  visibility: visible;
}
.rheader.isScrolled .gNavR__contact {
  margin-left: 20px;
}
.rheader.isScrolled .rham__bar {
  background-color: #282828;
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive {
    background-color: #fff;
  }
  .rheader.jsActive .rheader__logo {
    z-index: 3;
    visibility: visible;
    opacity: 1;
  }
  .rheader.jsActive .rheader__desc {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .rheader.jsActive .gNavR {
    display: block;
    margin-left: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 81px;
    background-color: #fff;
    height: calc(100dvh - 90px);
    padding: 15px 30px 0px 30px;
    overflow: scroll;
    right: auto;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) and (max-width: 768px) {
  .rheader.jsActive .gNavR {
    top: 49px;
    padding: 5px 30px 0px 30px;
    height: calc(100dvh - 60px);
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .rheader.jsActive .gNavR__list {
    display: block;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .rheader.jsActive .gNavR__item {
    margin-left: 0;
    position: relative;
    border-bottom: 1px solid #dcdddd;
    display: block;
  }
  .rheader.jsActive .gNavR__item:after {
    display: none;
  }
  .rheader.jsActive .gNavR__item:before {
    content: "";
    display: block;
    width: 10px;
    height: 7.24px;
    aspect-ratio: 20/14.48;
    background: url(../img/recruit/icon_arrow_right_04.svg) no-repeat center center/cover;
    position: absolute;
    right: 8px;
    top: calc(50% - 3.7px);
  }
  .rheader.jsActive .gNavR__item_type_mm:before {
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .rheader.jsActive .gNavR__link {
    padding: 20px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #282828;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) and (max-width: 768px) {
  .rheader.jsActive .gNavR__link {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1260px) and (max-width: 1260px) {
  .rheader.jsActive .gNavR__contact {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm {
    position: static;
    visibility: visible;
    z-index: 1;
    opacity: 1;
  }
  .rheader.jsActive .rmm__inner {
    padding: 0;
    border-radius: 0;
    max-width: none;
  }
  .rheader.jsActive .rmm__colList, .rheader.jsActive .rmm__rowList {
    display: block;
    margin: 0 0 0 30px;
  }
  .rheader.jsActive .rmm__colListItem, .rheader.jsActive .rmm__rowListItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border-bottom: 1px solid #dcdddd;
    padding: 0;
  }
  .rheader.jsActive .rmm__rowListItem:first-of-type .rmm__rowListItemInner {
    padding-top: 0;
  }
  .rheader.jsActive .rmm__rowListItem:last-of-type {
    border-bottom: none;
    display: none;
  }
}
@media screen and (max-width: 1260px) and (max-width: 960px) {
  .rheader.jsActive .rmm__rowListItem_type_boderNone {
    border-bottom: none;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListItem:first-of-type .rmm__rowListItemInner {
    padding-top: 0;
  }
  .rheader.jsActive .rmm__colListItem:last-of-type {
    border-bottom: none;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListItemInner, .rheader.jsActive .rmm .rmm__rowListItemInner {
    padding: 15px 0;
    display: block;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListText, .rheader.jsActive .rmm__rowListText {
    padding-left: 0;
    margin-top: 0;
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListFig, .rheader.jsActive .rmm__rowListFig {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListTextEn, .rheader.jsActive .rmm__rowListTextEn {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__colListTextJp, .rheader.jsActive .rmm .rmm__rowListTextJp {
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 400;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rmm__otherLink {
    color: inherit;
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1260px) {
  .rheader.jsActive .rham__bar {
    background-color: #282828;
  }
  .rheader.jsActive .rham__bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: calc(50% - 0.75px);
  }
  .rheader.jsActive .rham__bar:nth-of-type(2) {
    opacity: 0;
  }
  .rheader.jsActive .rham__bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 0.75px);
  }
}
.rheader__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 40px;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .rheader__inner {
    padding: 20px 30px;
  }
}
@media screen and (max-width: 768px) {
  .rheader__inner {
    padding: 0 25px 0 10px;
    width: 100%;
  }
}
.rheader__logo {
  width: 224px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 1260px) {
  .rheader__logo {
    width: 180px;
    -webkit-flex-basis: 180px;
        -ms-flex-preferred-size: 180px;
            flex-basis: 180px;
  }
}
@media screen and (max-width: 1160px) {
  .rheader__logo {
    width: 150px;
    -webkit-flex-basis: 150px;
        -ms-flex-preferred-size: 150px;
            flex-basis: 150px;
  }
}
@media screen and (max-width: 768px) {
  .rheader__logo {
    width: 113px;
    -webkit-flex-basis: 113px;
        -ms-flex-preferred-size: 113px;
            flex-basis: 113px;
  }
}
@media screen and (max-width: 1060px) {
  .rheader__logoImg_type_pc {
    display: none;
  }
}
.rheader__logoImg_type_tab {
  display: none;
}
@media screen and (max-width: 1060px) {
  .rheader__logoImg_type_tab {
    display: block;
  }
}
.rheader__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: calc(100vh - 118px);
  position: absolute;
  z-index: 0;
  display: none;
  background-color: rgba(34, 34, 34, 0.5);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  display: block;
  visibility: hidden;
  opacity: 0;
  top: 118px;
  left: 0;
}
.rheader__bg.jsActive:after {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}

.gNavR {
  margin-left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .gNavR {
    visibility: hidden;
    opacity: 0;
    z-index: -2;
    position: absolute;
    right: -100vw;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
    -webkit-transition: opacity 0.15s, -webkit-transform 0.5s;
    transition: opacity 0.15s, -webkit-transform 0.5s;
    transition: opacity 0.15s, transform 0.5s;
    transition: opacity 0.15s, transform 0.5s, -webkit-transform 0.5s;
  }
}
.gNavR__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 40px;
}
@media screen and (max-width: 1060px) {
  .gNavR__list {
    padding: 0;
  }
}
.gNavR__item {
  margin-left: 2em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.gNavR__item:first-of-type {
  margin-left: 0;
}
@media screen and (max-width: 1260px) {
  .gNavR__item {
    margin-left: 1em;
  }
}
.gNavR__item_type_mm.jsActive {
  z-index: 1;
}
.gNavR__item_type_mm.jsActive:before {
  opacity: 1;
}
.gNavR__link {
  text-decoration: none;
  color: inherit;
  font-weight: 600;
  position: relative;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1160px) {
  .gNavR__link {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__link {
    font-size: 1.6rem;
  }
}
.gNavR__link:before {
  content: "・";
  font-weight: bold;
  color: #223a70;
}
.gNavR__link:hover {
  color: #223a70;
}
.gNavR__link_type_mm {
  position: relative;
  z-index: 3;
}
.gNavR__link_type_mm:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #223a70;
  border-radius: 8px;
  position: absolute;
  left: 0;
  bottom: -49px;
  opacity: 0;
}
@media screen and (max-width: 1160px) {
  .gNavR__link_type_mm:after {
    bottom: -35px;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__link_type_mm:after {
    display: none;
  }
}
.gNavR__link_type_mm.jsActive:after {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
.gNavR .toggleIcon {
  display: none;
}
@media screen and (max-width: 960px) {
  .gNavR .toggleIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: -6px;
    top: 17px;
    z-index: 3;
    cursor: pointer;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .gNavR .toggleIcon {
    top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .gNavR .toggleIcon {
    top: 11px;
  }
}
.gNavR .toggleIcon__inner {
  width: 36px;
  height: 36px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .gNavR .toggleIcon__inner {
    width: 36px;
    height: 36px;
  }
}
.gNavR .toggleIcon__inner:after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  top: calc(50% - 0.5px);
  left: calc(50% - 5px);
  background-color: #20447d;
}
.gNavR .toggleIcon__inner:before {
  content: "";
  display: block;
  height: 10px;
  width: 1px;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 0.5px);
  background-color: #20447d;
}
.gNavR .toggleIcon.jsActive .toggleIcon__inner::before {
  display: none;
}
.gNavR__btn {
  width: 190px;
  height: 56px;
  background-color: #223a70;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 56px;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-style: italic;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  position: relative;
  z-index: 3;
  margin-left: 40px;
  overflow: hidden;
}
@media screen and (max-width: 1160px) {
  .gNavR__btn {
    width: 140px;
    height: 44px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__btn {
    margin-top: 30px;
    width: 100%;
    height: 55px;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .gNavR__btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.gNavR__btn:hover {
  background-color: #fff;
  color: #223a70;
}
.gNavR__btn:hover .gNavR__btnText:after {
  background-color: #223a70;
}
.gNavR__btn:hover .gNavR__btnIcon {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.gNavR__btn:hover::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.gNavR__btn::before {
  content: "";
  display: block;
  position: absolute;
  left: 130px;
  top: 50%;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 25px;
  height: 8px;
  background: url(../img/recruit/icon_arrow_right_02.svg) no-repeat center center/cover;
}
@media screen and (max-width: 1160px) {
  .gNavR__btn::before {
    width: 15px;
    height: 5px;
    left: 100px;
    top: calc(50% - 2.5px);
  }
}
@media screen and (max-width: 960px) {
  .gNavR__btn::before {
    width: 20px;
    height: 6.4px;
    left: auto;
    right: 25px;
    top: calc(50% - 3.2px);
  }
}
.gNavR__btnText {
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1160px) {
  .gNavR__btnText {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__btnText {
    font-size: 2rem;
  }
}
.gNavR__btnText:after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  background-color: #fff;
  margin-left: 17px;
  margin-right: 18px;
}
@media screen and (max-width: 1160px) {
  .gNavR__btnText:after {
    margin-left: 10px;
    margin-right: 10px;
    height: 14px;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__btnText:after {
    display: none;
  }
}
.gNavR__btnIcon {
  width: 25px;
  height: 8px;
  background: url(../img/recruit/icon_arrow_right_01.svg) no-repeat center center/cover;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1160px) {
  .gNavR__btnIcon {
    width: 15px;
    height: 5px;
  }
}
@media screen and (max-width: 960px) {
  .gNavR__btnIcon {
    position: absolute;
    width: 20px;
    height: 6.4px;
    right: 25px;
    top: calc(50% - 3.2px);
  }
}

.rmm {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 72px;
  padding-top: 46px;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (max-width: 1160px) {
  .rmm {
    top: 59px;
    padding-top: 33px;
  }
}
@media screen and (max-width: 960px) {
  .rmm {
    display: none;
    padding-top: 0;
  }
}
.rmm.jsActive {
  visibility: visible;
  z-index: 1;
  opacity: 1;
}
.rmm__inner {
  background-color: #fff;
  padding: 40px 50px 50px 50px;
  border-top: 1px solid #e6e6e6;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 960px) {
  .rmm__inner {
    border-top: none;
    margin-top: 10px;
  }
}
.rmm__rowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -10px;
}
.rmm__rowListItem {
  width: 20%;
  -webkit-flex-basis: 20%;
      -ms-flex-preferred-size: 20%;
          flex-basis: 20%;
  padding: 10px;
}
@media screen and (max-width: 960px) {
  .rmm__rowListItem_type_hidden {
    display: none;
  }
}
.rmm__rowListItem_type_hidden .rmm__rowListItemInner {
  pointer-events: none;
}
.rmm__rowListItem_type_hidden .rmm__rowListFig:before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.rmm__rowListItem_type_hidden .rmm__rowListFig:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.rmm__rowListItem_type_hidden .rmm__rowListText {
  display: none;
}
.rmm__rowListItemInner {
  color: inherit;
  text-decoration: none;
}
.rmm__rowListItemInner:hover .rmm__rowListFig:after {
  visibility: visible;
  opacity: 1;
}
.rmm__rowListItemInner:hover .rmm__rowListImg {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.rmm__rowListItemInner:hover .rmm__rowListImg {
  opacity: 0.75;
}
.rmm__rowListFig {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.rmm__rowListImg {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  border-radius: 10px;
}
.rmm__rowListText {
  margin-top: 10px;
}
.rmm__rowListAffiliation {
  font-size: 1.2rem;
  margin-bottom: 7px;
}
@media screen and (max-width: 960px) {
  .rmm__rowListAffiliation {
    display: none;
  }
}
.rmm__rowListName {
  padding-bottom: 8px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
@media screen and (max-width: 960px) {
  .rmm__rowListName {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.rmm__rowListName:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #223a70;
  position: absolute;
  right: 0;
  bottom: -0.5px;
}
@media screen and (max-width: 960px) {
  .rmm__rowListName:after {
    display: none;
  }
}
.rmm__rowListNameText {
  font-size: 1.4rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .rmm__rowListNameText {
    font-size: 1.6rem;
    font-weight: 400;
  }
}
.rmm__rowListNameText:after {
  content: "";
  display: block;
  width: 10px;
  height: 7.24px;
  aspect-ratio: 20/14.48;
  background: url(../img/recruit/icon_arrow_right_04.svg) no-repeat center center/cover;
  position: absolute;
  right: 8px;
  top: calc(50% - 3.7px);
}

.rham {
  display: none;
  width: 25px;
  height: 15px;
  border-radius: 60px;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  .rham {
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .rham {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .rham {
    width: 25px;
    height: 15px;
  }
}
.rham__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.rham__bar {
  width: 100%;
  height: 1.5px;
  background-color: #20447d;
  position: absolute;
  left: 0;
  border-radius: 1px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media screen and (max-width: 768px) {
  .rham__bar {
    height: 1px;
  }
}
.rham__bar:nth-of-type(1) {
  top: 0;
}
.rham__bar:nth-of-type(2) {
  top: calc(50% - 0.5px);
}
.rham__bar:nth-of-type(3) {
  top: 100%;
}

.recruitBg:after {
  content: "";
  display: block;
  width: 600px;
  height: 383.1px;
  background: url(../img/recruit/logo_bg_02.svg) no-repeat center center/cover;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 960px) {
  .recruitBg:after {
    display: none;
  }
}

.lowSection {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .lowSection {
    display: block;
  }
}
.lowSection:nth-of-type(odd) .lowSection__topColPics {
  right: calc(-50vw + 550px);
}
@media screen and (max-width: 1260px) {
  .lowSection:nth-of-type(odd) .lowSection__topColPics {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .lowSection:nth-of-type(odd) .lowSection__topColPics {
    margin-right: -30px;
  }
}
.lowSection:nth-of-type(odd) .lowSection__main {
  padding-right: 75px;
}
@media screen and (max-width: 960px) {
  .lowSection:nth-of-type(odd) .lowSection__main {
    padding-right: 0;
  }
}
.lowSection:nth-of-type(even) .lowSection__topColPics {
  left: calc(-50vw + 550px);
}
@media screen and (max-width: 1260px) {
  .lowSection:nth-of-type(even) .lowSection__topColPics {
    left: -30px;
  }
}
.lowSection:nth-of-type(even) .aboutSectionTexts {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .lowSection:nth-of-type(even) .aboutSectionTexts {
    padding-top: 25px;
  }
}
.lowSection:nth-of-type(even) .lowSection__topCol {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
.lowSection:nth-of-type(even) .lowSection__topColTtl {
  padding-left: 555px;
}
@media screen and (max-width: 1260px) {
  .lowSection:nth-of-type(even) .lowSection__topColTtl {
    padding-left: calc(36.79vw + 20px);
  }
}
@media screen and (max-width: 960px) {
  .lowSection:nth-of-type(even) .lowSection__topColTtl {
    padding-left: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 40px;
    padding-right: 0;
    margin-left: 0;
    margin-right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .lowSection:nth-of-type(even) .lowSection__topColTtl {
    padding-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .lowSection:nth-of-type(even) .lowSection__topColPics {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.lowSection:nth-of-type(4) {
  margin-bottom: 0;
}
.lowSection__topCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lowSection__topColTtl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .lowSection__topColTtl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .lowSection__topColTtl {
    font-size: 3rem;
    padding-right: 20px;
  }
}
.lowSection__topColPics {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  width: 46.42vw;
  top: 0;
}
@media screen and (max-width: 1260px) {
  .lowSection__topColPics {
    width: calc(100% - 555px);
  }
}
@media screen and (max-width: 960px) {
  .lowSection__topColPics {
    position: static;
    width: 100%;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lowSection__topColPics {
    padding-top: 20px;
  }
}
.lowSection__topColPicsItem:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .lowSection__topColPicsItem:first-of-type {
    margin-bottom: 5px;
  }
}
.lowSection__topColPicsImg {
  width: 100%;
}
.lowSection__main {
  max-width: 525px;
}
@media screen and (max-width: 960px) {
  .lowSection__main {
    width: 100%;
    max-width: 100%;
  }
}

.aboutArai {
  min-height: 65.71vw;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .aboutArai {
    margin-bottom: 70px;
  }
}

.aboutSectionTexts {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .aboutSectionTexts {
    padding-top: 25px;
  }
}
.aboutSectionTexts__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .aboutSectionTexts__ttl {
    font-size: 2rem;
    margin-bottom: 12px;
    margin-top: 20px;
  }
}
.aboutSectionTexts__intro {
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .aboutSectionTexts__intro {
    margin-bottom: 25px;
  }
}
.aboutSectionTexts__descPara {
  margin-bottom: 1.5em;
}
.aboutSectionTexts__descPara:last-of-type {
  margin-bottom: 0;
}

.aboutDl {
  max-width: 525px;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  .aboutDl {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aboutDl {
    margin-bottom: 25px;
  }
}
.aboutDl__dt {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #282828;
  padding: 4px 10px 6px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
}
@media screen and (max-width: 768px) {
  .aboutDl__dt {
    font-size: 2rem;
    padding: 3px 10px 5px;
    line-height: 2;
  }
}
.aboutDl__dd {
  margin-top: 15px;
  line-height: 1.875;
}
.aboutDl:last-of-type {
  margin-bottom: 0;
}

.aboutBusinessContent {
  min-height: 63.78vw;
}
@media screen and (max-width: 768px) {
  .aboutBusinessContent {
    margin-bottom: 70px;
  }
}

.aboutMission {
  min-height: 60.5vw;
}
@media screen and (max-width: 768px) {
  .aboutMission {
    margin-bottom: 70px;
  }
}

.aboutVision {
  min-height: 48.92vw;
}

.aboutValue {
  margin-top: 175px;
  background: url(../img/about/img_09.jpg) no-repeat center center/cover;
  padding-top: 145px;
  padding-bottom: 150px;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .aboutValue {
    margin-top: 70px;
    padding-top: 70px;
    padding-bottom: 70px;
    margin-bottom: 70px;
  }
}
.aboutValue__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .aboutValue__col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.aboutValue__ttl {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
}
@media screen and (max-width: 960px) {
  .aboutValue__ttl {
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .aboutValue__ttl {
    font-size: 3rem;
    padding-right: 30px;
  }
}
.aboutValue__intro {
  color: #fff;
  position: absolute;
  left: 124px;
  top: 40px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .aboutValue__intro {
    position: static;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 768px) {
  .aboutValue__intro {
    font-size: 1.4rem;
    line-height: 1.785;
  }
}
.aboutValue__list {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .aboutValue__list {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .aboutValue__list {
    margin-top: 25px;
  }
}

.aboutValueItem {
  margin-bottom: 20px;
}
.aboutValueItem:last-of-type {
  margin-bottom: 0;
}
.aboutValueItem:nth-of-type(1) .aboutValueItem__img {
  height: 70.4px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem:nth-of-type(1) .aboutValueItem__img {
    height: 120px;
  }
}
.aboutValueItem:nth-of-type(2) .aboutValueItem__img {
  height: 61.86px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem:nth-of-type(2) .aboutValueItem__img {
    height: 120px;
  }
}
.aboutValueItem:nth-of-type(3) .aboutValueItem__img {
  height: 68.59px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem:nth-of-type(3) .aboutValueItem__img {
    height: 120px;
  }
}
.aboutValueItem:nth-of-type(4) .aboutValueItem__img {
  height: 72.57px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem:nth-of-type(4) .aboutValueItem__img {
    height: 120px;
  }
}
.aboutValueItem__inner {
  background-color: #fff;
  position: relative;
  padding: 35px 210px 35px 40px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem__inner {
    padding: 30px 25px;
  }
}
.aboutValueItem__img {
  position: absolute;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .aboutValueItem__img {
    position: static;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto 15px auto;
    display: block;
  }
}
.aboutValueItem__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .aboutValueItem__ttl {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 12px;
  }
}
.aboutValueItem__desc {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .aboutValueItem__desc {
    line-height: 1.875;
  }
}

.aboutEpisode {
  position: relative;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .aboutEpisode {
    margin-bottom: 70px;
  }
}
.aboutEpisode__intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 40.78vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__intro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .aboutEpisode__intro {
    margin-bottom: 25px;
  }
}
.aboutEpisode__introTtl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .aboutEpisode__introTtl {
    font-size: 3rem;
    margin-left: -10px;
    padding-right: 20px;
  }
}
.aboutEpisode__introImg {
  position: absolute;
  right: calc(-50vw + 550px);
  top: 0;
  width: 48.21vw;
  max-width: none;
}
@media screen and (max-width: 1260px) {
  .aboutEpisode__introImg {
    width: calc(100% - 425px - 95px);
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .aboutEpisode__introImg {
    position: static;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -40px;
  }
}
.aboutEpisode__introText {
  padding-top: 45px;
}
@media screen and (max-width: 768px) {
  .aboutEpisode__introText {
    padding-top: 30px;
  }
}
.aboutEpisode__introDl {
  max-width: 425px;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__introDl {
    max-width: 100%;
    width: 100%;
  }
}
.aboutEpisode__mainItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .aboutEpisode__mainItem {
    margin-bottom: 25px;
  }
}
.aboutEpisode__mainItem:nth-of-type(1) {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 26.64vw;
}
.aboutEpisode__mainItem:nth-of-type(1) .aboutEpisode__mainImg {
  left: calc(-50vw + 550px);
  width: 51.785vw;
}
@media screen and (max-width: 1260px) {
  .aboutEpisode__mainItem:nth-of-type(1) .aboutEpisode__mainImg {
    width: calc(100% - 425px - 55px);
    left: -30px;
  }
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainItem:nth-of-type(1) .aboutEpisode__mainImg {
    display: block;
    max-width: calc(100% + 30px);
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.aboutEpisode__mainItem:nth-of-type(1) .aboutEpisode__mainDl {
  width: 475px;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainItem:nth-of-type(1) .aboutEpisode__mainDl {
    width: 100%;
  }
}
.aboutEpisode__mainItem:nth-of-type(2) {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 28.71vw;
}
.aboutEpisode__mainItem:nth-of-type(2) .aboutEpisode__mainImg {
  right: calc(-50vw + 550px);
  width: 48.21vw;
}
@media screen and (max-width: 1260px) {
  .aboutEpisode__mainItem:nth-of-type(2) .aboutEpisode__mainImg {
    width: calc(100% - 425px - 95px);
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainItem:nth-of-type(2) .aboutEpisode__mainImg {
    width: calc(100% + 30px);
    display: block;
    margin-right: -30px;
    max-width: calc(100% + 30px);
  }
}
.aboutEpisode__mainItem:nth-of-type(2) .aboutEpisode__mainDl {
  width: 525px;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainItem:nth-of-type(2) .aboutEpisode__mainDl {
    width: 100%;
  }
}
.aboutEpisode__mainItem:last-of-type {
  margin-bottom: 0;
}
.aboutEpisode__mainImg {
  position: absolute;
  top: 0;
  max-width: none;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainImg {
    position: static;
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .aboutEpisode__mainImg {
    margin-bottom: 30px;
  }
}
.aboutEpisode__mainDl:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .aboutEpisode__mainDl {
    width: 100%;
  }
}
.aboutStrengths {
  background: url(../img/about/img_17.jpg) no-repeat center center/cover;
  padding: 140px 0 150px;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .aboutStrengths {
    padding: 70px 0;
    margin-bottom: 70px;
  }
}
.aboutStrengths__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aboutStrengths__col {
    display: block;
  }
}
.aboutStrengths__ttl {
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
}
@media screen and (max-width: 768px) {
  .aboutStrengths__ttl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-left: 0;
    padding-right: 0;
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.aboutStrengths__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 960px) {
  .aboutStrengths__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutStrengths__main {
    padding-top: 0;
  }
}
.aboutStrengths__mainItem {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 960px) {
  .aboutStrengths__mainItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .aboutStrengths__mainItem:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .aboutStrengths__mainItem {
    margin-bottom: 20px;
  }
}

.aboutStrengthsItem__inner {
  background-color: #fff;
  height: 100%;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .aboutStrengthsItem__inner {
    padding: 30px 25px 30px 25px;
  }
}
.aboutStrengthsItem__num {
  text-align: center;
  line-height: 1;
  font-size: 6rem;
  font-family: "Zen Old Mincho", serif;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .aboutStrengthsItem__num {
    font-size: 5rem;
    margin-bottom: 20px;
  }
}
.aboutStrengthsItem__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.66;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .aboutStrengthsItem__ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}
.aboutStrengthsItem__desc {
  line-height: 1.875;
}

.aboutReason {
  position: relative;
}
.aboutReason__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 57.57vw;
}
@media screen and (max-width: 960px) {
  .aboutReason__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.aboutReason__intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .aboutReason__intro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.aboutReason__ttl {
  padding-left: 555px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 4.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  margin-left: -25px;
  padding-right: 40px;
}
@media screen and (max-width: 1260px) {
  .aboutReason__ttl {
    padding-left: calc(36.79vw + 20px);
  }
}
@media screen and (max-width: 960px) {
  .aboutReason__ttl {
    padding-left: 0;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .aboutReason__ttl {
    font-size: 3rem;
    padding-right: 20px;
  }
}
.aboutReason__pics {
  left: calc(-50vw + 550px);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: absolute;
  width: 46.42vw;
  top: 0;
}
@media screen and (max-width: 1260px) {
  .aboutReason__pics {
    left: -30px;
    width: 36.79vw;
  }
}
@media screen and (max-width: 960px) {
  .aboutReason__pics {
    position: static;
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: -30px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .aboutReason__pics {
    padding-top: 20px;
  }
}
.aboutReason__picsItem:first-of-type {
  margin-bottom: 6px;
}
.aboutReason__list {
  padding-top: 40px;
}
@media screen and (max-width: 960px) {
  .aboutReason__list {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
@media screen and (max-width: 768px) {
  .aboutReason__list {
    padding-top: 30px;
  }
}

.blogArchive__catInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .blogArchive__catInfo {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
.blogArchive__catInfo:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/icon_search.svg) no-repeat center center/cover;
  margin-right: 8px;
  position: relative;
  top: 6px;
}
@media screen and (max-width: 768px) {
  .blogArchive__catInfo:before {
    width: 15px;
    height: 15px;
    margin-right: 5px;
    top: 5px;
  }
}

.blogRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .blogRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.blogRow__main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 960px) {
  .blogRow__main {
    width: 100%;
  }
}
.blogRow__side {
  width: 300px;
}

.blogArchiveList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}
@media screen and (max-width: 768px) {
  .blogArchiveList {
    margin: -25px -7.5px;
  }
}
.blogArchiveList__item {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 15px;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__item {
    padding: 25px 7.5px;
  }
}
.blogArchiveList__itemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
.blogArchiveList__itemLink:hover .blogArchiveList__itemFig {
  opacity: 0.75;
}
.blogArchiveList__itemFig {
  aspect-ratio: 360/240;
  width: 100%;
  height: auto;
}
.blogArchiveList__itemImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogArchiveList__itemMeta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 15px -5px -5px;
  padding: 0 0 0 0;
  list-style: none;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemMeta {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 6px -2px -4px;
  }
}
.blogArchiveList__itemDateWrap {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemDateWrap {
    width: 100%;
    margin: 4px 2px;
  }
}
.blogArchiveList__itemDate {
  color: #222;
  font-size: 1.2rem;
  font-family: inherit;
}
.blogArchiveList__itemCatWrap {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemCatWrap {
    margin: 4px 2px;
  }
}
.blogArchiveList__itemCat {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 20px;
  padding: 3px 10px 4px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  background: #fff;
  line-height: 1;
  white-space: nowrap;
}
.blogArchiveList__itemNewWrap {
  margin: 5px;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemNewWrap {
    margin: 4px 2px;
  }
}
.blogArchiveList__itemNew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 21px;
  padding: 3px 0 4px;
  font-size: 1.2rem;
  line-height: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px 1px;
  background-color: #2a3448;
  border: 1px solid #2a3448;
  color: #fff;
  border-radius: 21px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemNew {
    width: 42px;
  }
}
.blogArchiveList__itemTtl {
  margin: 10px 0 0 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  color: #222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
  .blogArchiveList__itemTtl {
    -webkit-line-clamp: 3;
    line-height: 1.5625;
    margin-top: 12px;
  }
}

.blogSide {
  width: 300px;
}
@media screen and (max-width: 960px) {
  .blogSide {
    width: 100%;
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .blogSide {
    margin-top: 45px;
  }
}
.blogSide__section {
  margin-bottom: 50px;
  background: transparent;
  padding: 0;
}
.blogSide__section:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .blogSide__section {
    margin-bottom: 30px;
  }
}
.blogSide__ttl {
  background: #262626;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 5px 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blogSide__ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.blogSide__catList {
  list-style: none;
  padding: 0 0 0 0;
  margin: 0;
}
.blogSide__catListItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 12px;
}
.blogSide__catListItem:last-of-type {
  margin-bottom: 0;
}
.blogSide__catListItem_is_active .blogSide__catListItemText {
  font-weight: bold;
}
.blogSide__catListItemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  width: 100%;
}
.blogSide__catListItemLink:hover {
  text-decoration: underline;
}
.blogSide__catListItemText {
  color: #222;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.blogSide__catListItemText:before {
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url(../images/icon_arrow_cat.svg) no-repeat center center/cover;
  margin-right: 10px;
  position: relative;
  top: 1px;
}
.blogSide__pickupList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blogSide__pickupItem {
  border-bottom: 1px solid #4d4d4d;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.blogSide__pickupItem:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.blogSide__pickupLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: inherit;
}
.blogSide__pickupLink:hover .blogSide__pickupFig {
  opacity: 0.75;
}
.blogSide__pickupFig {
  width: 120px;
  height: auto;
  aspect-ratio: 120/80;
}
@media screen and (max-width: 768px) {
  .blogSide__pickupFig {
    width: 150px;
  }
}
.blogSide__pickupFig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blogSide__pickupBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.blogSide__pickupDate {
  font-size: 1.2rem;
  color: #222;
  margin-bottom: 2px;
}
.blogSide__pickupTtl {
  font-size: 1.6rem;
  color: #222;
  line-height: 1.875;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .blogSide__pickupTtl {
    line-height: 1.5625;
    font-weight: bold;
  }
}
.blogSide .blogSide__prList {
  list-style: none;
  padding: 0;
  margin: 0;
}
.blogSide .blogSide__prItem {
  margin-bottom: 20px;
}
.blogSide .blogSide__prItem:last-of-type {
  margin-bottom: 0;
}
.blogSide .blogSide__prLink {
  display: block;
  text-decoration: none;
  color: inherit;
}
.blogSide a.blogSide__prLink:hover .blogSide__prFig {
  opacity: 0.75;
}
.blogSide .blogSide__prImg {
  width: 100%;
  height: auto;
}
.blogSide .blogSide__prTxt {
  margin-top: 5px;
}
.blogSide a.blogSide__prLink:hover .blogSide__prTxt {
  text-decoration: underline;
}

.blogSingleBody {
  padding-left: 0;
  padding-top: 0;
}
.blogSingleBody__eyecatch {
  margin-bottom: 40px;
}
.blogSingleBody__eyecatchImg {
  width: 100%;
  height: auto;
}

.blogSingle__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blogSingle__info {
    margin-bottom: 25px;
  }
}
.blogSingle__infoDate {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .blogSingle__infoDate {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.blogSingle__infoCatItems {
  margin: -3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .blogSingle__infoCatItems {
    margin: -3px;
    order: 3;
  }
}
.blogSingle__infoCat {
  margin: 3px;
  background-color: #fff;
  padding: 3px 8px 4px;
  min-width: 90px;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: -0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 100px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
a.blogSingle__infoCat:hover {
  opacity: .7;
}
.blogSingle__infoNew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 21px;
  padding: 3px 0 4px;
  border-radius: 20px;
  color: #fff;
  background-color: #2a3448;
  margin-left: 20px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .blogSingle__infoNew {
    margin-left: 0;
    margin-right: 10px;
  }
}
.blogSingle__headerTtl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.666;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .blogSingle__headerTtl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.blogSingle__headerIntro {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .blogSingle__headerIntro {
    margin-bottom: 25px;
  }
}
#toc_container,
.blogSingle__toc {
  background-color: #fff;
  padding: 30px 40px 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #toc_container,
  .blogSingle__toc {
    padding: 20px 25px 25px 25px;
    margin-bottom: 25px;
  }
}
#toc_container .toc_title,
.blogSingle__tocTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #toc_container .toc_title,
  .blogSingle__tocTtl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
#toc_container .toc_list,
.blogSingle__tocList {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 7px;
}
#toc_container .toc_list li,
.blogSingle__tocItem {
  line-height: 1.875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #toc_container .toc_list li,
  .blogSingle__tocItem {
    line-height: 1.5625;
  }
}
#toc_container .toc_list li:last-of-type,
.blogSingle__tocItem:last-of-type {
  margin-bottom: 0;
}
#toc_container .toc_list li:before,
.blogSingle__tocItem:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background: url(../img/common/icon_toc.svg) no-repeat center center/cover;
  margin-right: 10px;
  position: relative;
  top: 9px;
}
#toc_container .toc_list li a,
.blogSingle__tocLink {
  color: inherit;
  text-decoration: none;
}
#toc_container .toc_list li a:hover,
.blogSingle__tocLink:hover {
  text-decoration: underline;
}
.blogSingle__contents {
  padding-bottom: 60px;
  border-bottom: 1px solid #1a1a1a;
}
@media screen and (max-width: 768px) {
  .blogSingle__contents {
    padding-bottom: 30px;
  }
}
.blogSingle__contents .wp-block-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .blogSingle__contents .wp-block-image {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
.blogSingle__footer {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .blogSingle__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
}
.blogSingle__footerSns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 10px;
}
.blogSingle__footerSnsLink:hover {
  opacity: 0.75;
}
.blogSingle__footerSnsIcon {
  width: 30px;
}

.copyUrl {
  position: relative;
}
.copyUrl::before {
  content: "URLをクリップボードにコピーしました";
  display: inline-block;
  height: 34px;
  padding: 0 15px;
  background: #141414;
  border-radius: 4px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.17);
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 34px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 4px 0 4px;
  border-color: #141414 transparent transparent transparent;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
}
.copyUrl.on::before,
.copyUrl.on::after {
  opacity: 1;
}

.companyProfile {
  padding-top: 30px;
  margin-top: -30px;
}
.companyProfile__list {
  border-top: 1px solid #282828;
  width: 100%;
}
.companyProfile__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #282828;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .companyProfile__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 20px 0;
  }
}
.companyProfile__term {
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .companyProfile__term {
    width: 100%;
    margin-bottom: 10px;
  }
}
.companyProfile__detail {
  line-height: 1.875;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .companyProfile__detail {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-right: 30px;
  }
}
.companyProfile__detailLink {
  color: inherit;
}
.companyProfile__detailLink:after {
  content: "";
  display: inline-block;
  width: 13.75px;
  height: 13.75px;
  background: url(../img/common/icon_new_link.svg) no-repeat center center/cover;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
.companyProfile__detailLink:hover {
  text-decoration: none;
}
.companyProfile__dl {
  line-height: 1.875;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .companyProfile__dl {
    padding-left: 1em;
    margin-bottom: 15px;
  }
  .companyProfile__dl:last-of-type {
    margin-bottom: 0;
  }
}
.companyProfile__dl::last-of-type {
  margin-bottom: 0;
}
.companyProfile__dt {
  font-weight: 600;
}
.companyProfile__dd {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .companyProfile__dd {
    font-size: 1.4rem;
  }
}
.companyProfile__dd_linkPdf {
  display: inline-block;
  padding-right: 27px;
  color: inherit;
  text-decoration: none;
  background: url(../img/common/icon_pdf.svg) no-repeat right center/17px;
}
@media screen and (max-width: 768px) {
  .companyProfile__dd_linkPdf {
    padding-right: 16px;
    background-size: 13px;
  }
}
.companyProfile__dd_linkPdf:hover {
  text-decoration: underline;
}
.companyProfile__dd_note {
  font-size: 1.2rem;
}
.companyProfile__dd_logoItms {
  margin: 3px -7px -7px calc(-7px - 1em);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.companyProfile__dd_logoItm {
  margin: 7px;
  width: 120px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .companyProfile__dd_logoItms {
    margin: 2px -4px -4px calc(-4px - 1em);
  }
  .companyProfile__dd_logoItm {
    margin: 4px;
    width: 100px;
  }
}

.companyNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .companyNav__list {
    margin-left: 0;
    margin-right: -6px;
    margin-bottom: 30px;
  }
}
.companyNav__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .companyNav__item {
    padding: 0;
    margin-left: -1px;
    margin-right: -1px;
  }
}
.companyNav__item_is_current .companyNav__link {
  background-color: #282828;
  color: #fff;
}
.companyNav__item_is_current .companyNav__link:after {
  border-color: #fff;
}
.companyNav__link {
  background-color: #fff;
  border: 1px solid #282828;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #282828;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-decoration: none;
  position: relative;
}
.companyNav__link:hover {
  background-color: #282828;
  color: #fff;
}
.companyNav__link:hover:after {
  border-color: #fff;
}
.companyNav__link:after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 1px solid #282828;
  border-bottom: 1px solid #282828;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 40px;
  top: 50%;
}
@media screen and (max-width: 768px) {
  .companyNav__link:after {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .companyNav__link {
    font-size: 1.2rem;
    height: 42px;
  }
}

.companyOffice {
  padding-top: 30px;
  margin-top: -30px;
}

.officeList__item {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .officeList__item {
    border-bottom: 1px solid #282828;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
}
.officeList__item:last-of-type {
  margin-bottom: 0;
}
.officeList__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 768px) {
  .officeList__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.officeList__thumb {
  width: 190px;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 768px) {
  .officeList__thumb {
    width: 100%;
    position: static;
    margin-bottom: 15px;
  }
}
.officeList__mapLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 168px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #282828;
  text-decoration: none;
  background-color: #fff;
  color: inherit;
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .officeList__mapLink {
    width: calc(100% - 30px);
    margin-left: 0;
    height: 34px;
  }
}
.officeList__mapLink:hover {
  background-color: #282828;
  color: #fff;
}
.officeList__mapLink:hover .officeList__mapLinkText:before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.79%2026.19%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E4%BA%8B%E6%A5%AD%E6%89%80%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.89%2C0C3.98%2C0%2C0%2C3.98%2C0%2C8.9s7.91%2C17.29%2C8.89%2C17.29%2C8.89-12.38%2C8.89-17.29S13.81%2C0%2C8.89%2C0ZM8.89%2C12.3c-1.88%2C0-3.4-1.52-3.4-3.4s1.52-3.4%2C3.4-3.4%2C3.4%2C1.52%2C3.4%2C3.4-1.52%2C3.4-3.4%2C3.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.officeList__mapLinkText {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.officeList__mapLinkText:before {
  content: "";
  display: block;
  width: 9px;
  height: 13.25px;
  background: url(../img/common/icon_pin.svg) no-repeat center center/cover;
  margin-right: 5px;
}
.officeList__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 220px;
}
@media screen and (max-width: 768px) {
  .officeList__detail {
    padding-left: 0;
  }
}
.officeList__ttl {
  font-weight: bold;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .officeList__ttl {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}
.officeList__info {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .officeList__info {
    padding-right: 30px;
  }
}

.companyHistory {
  padding-top: 30px;
  margin-top: -30px;
  width: 100%;
}
.companyHistory__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #282828;
}
@media screen and (max-width: 768px) {
  .companyHistory__dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.companyHistory__dl:first-of-type {
  border-top: 1px solid #282828;
}
.companyHistory__dt {
  width: 200px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .companyHistory__dt {
    width: 100%;
    margin-bottom: 10px;
  }
}
.companyHistory__dd {
  line-height: 1.875;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .companyHistory__dd {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding-right: 30px;
  }
}

.confidentiallIntro {
  min-height: 38.142vw;
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .confidentiallIntro {
    margin-bottom: 75px;
  }
}
.confidentiallIntro__fig {
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
  width: 46.428vw;
}
@media screen and (max-width: 1100px) {
  .confidentiallIntro__fig {
    width: calc(100vw - 610px);
  }
}
@media screen and (max-width: 960px) {
  .confidentiallIntro__fig {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
  }
}
.confidentiallIntro__contents {
  width: 347px;
  max-width: 347px;
}
@media screen and (max-width: 960px) {
  .confidentiallIntro__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .confidentiallIntro__contents {
    padding-top: 25px;
  }
}
.confidentiallIntro__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.confidentiallIntro__para:last-of-type {
  margin-bottom: 0;
}
.confidentiallIntro__btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .confidentiallIntro__btn {
    margin-top: 25px;
  }
}

.confidentialBgSection {
  background: url(../img/confidential/bg_01.jpg) no-repeat center center/cover;
  padding: 140px 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .confidentialBgSection {
    padding: 70px 0 75px;
  }
}
.confidentialBgSection__ttl {
  font-size: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .confidentialBgSection__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
  }
}
.confidentialBgSection__para {
  color: #fff;
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.confidentialBgSection__para:last-of-type {
  margin-bottom: 0;
}

.confidentialConsulting {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 160px 0 150px 0;
}
@media screen and (max-width: 768px) {
  .confidentialConsulting {
    padding: 70px 0 75px;
  }
}
.confidentialConsulting__container {
  min-height: 29.5vw;
}
.confidentialConsulting__text {
  width: 525px;
}
@media screen and (max-width: 960px) {
  .confidentialConsulting__text {
    width: 100%;
  }
}
.confidentialConsulting__ttl {
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 40px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .confidentialConsulting__ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 15px;
  }
}
.confidentialConsulting__fig {
  position: absolute;
  width: 46.428vw;
  right: calc(-50vw + 50%);
  top: 0;
}
@media screen and (max-width: 1100px) {
  .confidentialConsulting__fig {
    width: calc(100vw - 560px);
  }
}
@media screen and (max-width: 960px) {
  .confidentialConsulting__fig {
    position: static;
    width: 100%;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .confidentialConsulting__fig {
    margin-bottom: 15px;
  }
}
.confidentialConsulting__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.confidentialConsulting__para:last-of-type {
  margin-bottom: 0;
}
.confidentialConsulting__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .confidentialConsulting__btn {
    margin-top: 25px;
  }
}

.confidentialStrengths {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .confidentialStrengths {
    padding: 70px 0;
  }
}
.confidentialStrengths__ttl {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .confidentialStrengths__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 25px;
    text-align: center;
  }
}

.confidentialStrengthsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 960px) {
  .confidentialStrengthsList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.confidentialStrengthsList__item {
  width: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .confidentialStrengthsList__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .confidentialStrengthsList__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .confidentialStrengthsList__item {
    margin-bottom: 20px;
  }
  .confidentialStrengthsList__item:last-of-type {
    margin-bottom: 0;
  }
}
.confidentialStrengthsList__itemInner {
  background-color: #fff;
  padding: 50px 50px 45px 50px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .confidentialStrengthsList__itemInner {
    padding: 30px 25px 25px 25px;
  }
}
.confidentialStrengthsList__itemFig {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.confidentialStrengthsList__itemFig_type_left {
  left: 19px;
}
@media screen and (max-width: 768px) {
  .confidentialStrengthsList__itemFig {
    margin-bottom: 15px;
  }
}
.confidentialStrengthsList__itemImg {
  height: 80px;
}
.confidentialStrengthsList__itemTtl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.666;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .confidentialStrengthsList__itemTtl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    height: auto;
  }
}
.confidentialStrengthsList__itemPara {
  line-height: 1.875;
}

.confidentialFlow {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .confidentialFlow {
    padding: 70px 30px;
  }
}
.confidentialFlow__container {
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .confidentialFlow__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.confidentialFlow__ttl {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .confidentialFlow__ttl {
    font-size: 2.5rem;
    margin-bottom: 0;
  }
}

.confidentialFlowList {
  position: relative;
}
.confidentialFlowList:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 180px);
  background-color: #000000;
  position: absolute;
  left: 30.5px;
  top: 50px;
}
@media screen and (max-width: 768px) {
  .confidentialFlowList:after {
    left: 24.5px;
  }
}
.confidentialFlowList__item {
  padding: 45px 0 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .confidentialFlowList__item {
    padding: 30px 0 25px;
  }
}
.confidentialFlowList__item:after {
  content: "";
  display: block;
  background-color: #999999;
  position: absolute;
  left: calc(-50vw + 500px);
  bottom: 0;
  width: 100vw;
  height: 1px;
}
@media screen and (max-width: 1260px) {
  .confidentialFlowList__item:after {
    left: -120px;
  }
}
@media screen and (max-width: 768px) {
  .confidentialFlowList__item:last-of-type {
    padding-bottom: 0;
  }
}
.confidentialFlowList__item:last-of-type:after {
  display: none;
}
.confidentialFlowList__itemCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.confidentialFlowList__itemNum {
  width: 60px;
  height: 60px;
  border-radius: 80px;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 60px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
  font-size: 2.25rem;
}
@media screen and (max-width: 768px) {
  .confidentialFlowList__itemNum {
    width: 50px;
    height: 50px;
    min-width: 50px;
    font-size: 2rem;
  }
}
.confidentialFlowList__itemBody {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
  margin-top: 13px;
}
@media screen and (max-width: 768px) {
  .confidentialFlowList__itemBody {
    margin-top: 13px;
    padding-left: 15px;
  }
}
.confidentialFlowList__itemTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .confidentialFlowList__itemTtl {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 12px;
  }
}
.confidentialFlowList__itemDesc {
  line-height: 1.875;
}

@media screen and (max-width: 768px) {
  .contact {
    margin-top: 0;
  }
}
.contact__intro {
  font-weight: 400;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .contact__intro {
    margin-bottom: 20px;
  }
}

.contactMail__ttl {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactMail__ttl:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #2b3347;
  position: relative;
  top: 2px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .contactMail__ttl:before {
    width: 4px;
    height: 4px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .contactMail__ttl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.contactMail__intro {
  font-weight: 400;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contactMail__intro {
    line-height: 1.875;
    margin-bottom: 20px;
  }
}

.contactForm {
  position: relative;
}
.contactForm__detail .contactForm__dl:first-of-type {
  border-top: 1px solid #dcdddd;
}
.contactForm__ttl {
  font-size: 2rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .contactForm__ttl {
    margin-bottom: 12px;
  }
}
.contactForm__ttl:before {
  content: "-";
  margin-right: 0.5em;
}
.contactForm_type_conf .contactMail__ttl {
  margin-bottom: 30px;
}
.contactForm_type_conf .contactForm__dt {
  width: 285px;
  -webkit-flex-basis: 285px;
      -ms-flex-preferred-size: 285px;
          flex-basis: 285px;
}
@media screen and (max-width: 768px) {
  .contactForm_type_conf .contactForm__dt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.contactForm_type_conf .contactForm__dd {
  width: calc(100% - 285px);
  -webkit-flex-basis: calc(100% - 285px);
      -ms-flex-preferred-size: calc(100% - 285px);
          flex-basis: calc(100% - 285px);
}
@media screen and (max-width: 768px) {
  .contactForm_type_conf .contactForm__dd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.contactForm_type_conf .contactForm__bts {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .contactForm_type_conf .contactForm__bts {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.contactForm__dl {
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-bottom: 1px solid #dcdddd;
}
@media screen and (max-width: 768px) {
  .contactForm__dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 17px 0 20px 0;
  }
}
.contactForm__dt {
  width: 250px;
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
  padding-right: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 600;
}
@media screen and (max-width: 1160px) {
  .contactForm__dt {
    width: 270px;
    -webkit-flex-basis: 270px;
        -ms-flex-preferred-size: 270px;
            flex-basis: 270px;
  }
}
@media screen and (max-width: 768px) {
  .contactForm__dt {
    font-size: 1.6rem;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }
}
.contactForm__dt_type_project {
  display: block;
}
.contactForm__dtSm {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  .contactForm__dtSm {
    font-size: 1rem;
  }
}
.contactForm__dt_type_req:after {
  content: "必須";
  width: 38px;
  height: 24px;
  background-color: #2b3347;
  color: #fff;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  line-height: 1;
  font-weight: 400;
  padding: 1px 0 2px;
}
@media screen and (max-width: 768px) {
  .contactForm__dt_type_req:after {
    margin-left: 10px;
    font-size: 1rem;
    width: 25px;
    height: 15px;
    border-radius: 2px;
    position: relative;
    padding-bottom: 1px;
    position: relative;
    top: 1px;
  }
}
.contactForm__dd {
  width: calc(100% - 250px);
  -webkit-flex-basis: calc(100% - 250px);
      -ms-flex-preferred-size: calc(100% - 250px);
          flex-basis: calc(100% - 250px);
  line-height: 1.875;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  font-weight: 400;
}
@media screen and (max-width: 1160px) {
  .contactForm__dd {
    width: calc(100% - 270px);
    -webkit-flex-basis: calc(100% - 270px);
        -ms-flex-preferred-size: calc(100% - 270px);
            flex-basis: calc(100% - 270px);
  }
}
@media screen and (max-width: 768px) {
  .contactForm__dd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    line-height: 1.6;
    font-size: 1.7rem;
  }
}
.contactForm__ddPlaceholderWrap {
  display: none;
  width: 100%;
  height: 100%;
  padding: 13px 20px;
  font-size: 1.6rem;
  line-height: 1.3;
  color: #c9caca;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .contactForm__ddPlaceholderWrap {
    font-weight: 500;
  }
}
.contactForm__ddPlaceholderWrap .contactForm__text {
  background-color: transparent;
  z-index: 2;
  position: relative;
}
.contactForm .contactForm__ddPlaceholderWrap .contactForm__text:placeholder-shown + .contactForm__ddPlaceholder {
  display: block;
}
@media screen and (max-width: 768px) {
  .contactForm .contactForm__ddPlaceholderWrap .contactForm__text {
    height: 70px;
  }
  .contactForm .contactForm__ddPlaceholder {
    padding: 15px 16px;
  }
}
.contactForm .contactForm__dd .form-err {
  margin-top: 10px;
  color: #f00;
}
.contactForm .contactForm__recaptcha {
  width: 100%;
  text-align: center;
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .contactForm .contactForm__recaptcha {
    margin-top: 25px;
  }
}
.contactForm .contactForm__recaptcha .g-recaptcha {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contactForm .contactForm__recaptcha .form-err-recaptcha {
  margin-top: 10px;
  color: #f00;
  text-align: center;
}
.contactForm__ddCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -7px;
  margin-right: -7px;
}
@media screen and (max-width: 768px) {
  .contactForm__ddCol {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0;
  }
}
.contactForm__ddColItem {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 7px;
}
@media screen and (max-width: 768px) {
  .contactForm__ddColItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
  }
  .contactForm__ddColItem:first-of-type {
    margin-bottom: 15px;
  }
}
.contactForm__ddColText {
  font-weight: 400;
  display: block;
  margin-right: 10px;
}
.contactForm__select {
  width: 370px;
  max-width: 100%;
  padding: 11px 20px;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../img/common/icon_arrow_bottom.svg) right 20px center no-repeat;
  background-size: 10.9px 11px;
  color: #1d1d1d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contactForm__select {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    padding: 10px 15px;
    background: url(../img/common/icon_arrow_bottom.svg) right 15px center no-repeat;
    background-color: #fff;
    background-size: 11.9px 11px;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
.contactForm__text {
  width: 100%;
  padding: 11px 20px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.contactForm__text::-webkit-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}
.contactForm__text::-moz-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}
.contactForm__text:-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}
.contactForm__text::-ms-input-placeholder {
  color: #cfcfcf;
  font-weight: 400;
}
.contactForm__text::placeholder {
  color: #cfcfcf;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contactForm__text {
    width: 100%;
    min-width: none;
    padding: 10px 15px;
    font-size: 1.6rem;
  }
}
.contactForm__text_type_sm {
  width: 300px;
}
@media screen and (max-width: 768px) {
  .contactForm__text_type_sm {
    width: 100%;
  }
}
.contactForm__text_type_address {
  height: 47px;
}
@media screen and (max-width: 768px) {
  .contactForm__text_type_address {
    height: 71px;
  }
}
.contactForm__checks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.contactForm__checksItems:first-of-type {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contactForm__checksItems:first-of-type {
    margin-right: 40px;
  }
}
.contactForm__checksLab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contactForm__checksText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-weight: 500;
}
.contactForm__checksText:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  border-radius: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .contactForm__checksText:before {
    margin-right: 15px;
  }
}
.contactForm__checksInput {
  display: none;
}
.contactForm__checksInput:checked + .contactForm__checksText:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 10px;
  position: absolute;
  top: 10px;
  left: 5px;
}
@media screen and (max-width: 768px) {
  .contactForm__checksInput:checked + .contactForm__checksText:after {
    top: 8.5px;
  }
}
.contactForm__body {
  padding: 11px 20px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 260px;
  color: inherit;
  font-weight: 400;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .contactForm__body {
    height: 200px;
    padding: 10px 15px;
  }
}
.contactForm__privacy {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .contactForm__privacy {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-top: 25px;
    text-align: left;
  }
}
.contactForm__privacyLink {
  color: inherit;
  text-decoration: underline;
}
.contactForm__privacyLink:hover {
  text-decoration: none;
}
.contactForm__bts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 35px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactForm__bts {
    margin-top: 25px;
  }
}
@media screen and (max-width: 430px) {
  .contactForm__bts {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .contactForm__bts_type_confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contactForm__btsItem {
  padding: 0 20px;
}
.contactForm__btsItem_type_conf {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contactForm__btsItem_type_back {
    padding-left: 0;
    padding-right: 0;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 768px) {
  .contactForm__btsItem_type_submit {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
.contactForm__btsButton {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton {
    font-size: 1.4rem;
  }
}
.contactForm__btsButton_type_back {
  width: 300px;
  height: 45px;
  background: #fff;
  color: #282828;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #fff;
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_back {
    width: 100%;
    height: 43px;
    font-size: 1.4rem;
  }
}
.contactForm__btsButton_type_back:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_03.svg) no-repeat center center/cover;
  position: absolute;
  left: 20px;
  top: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_back:after {
    width: 17.75px;
    height: 5.65px;
    top: calc(50% - 3px);
    left: 15px;
  }
}
.contactForm__btsButton_type_back:hover {
  border: 1px solid #282828;
}
.contactForm__btsButton_type_backText {
  font-weight: 400;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.contactForm__btsButton_type_submit {
  width: 300px;
  height: 45px;
  background: #282828;
  color: #fff;
  font-weight: 700;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #282828;
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_submit {
    width: 100%;
    height: 43px;
    font-size: 1.4rem;
  }
}
.contactForm__btsButton_type_submit:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_02.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_submit:after {
    width: 17.75px;
    height: 5.65px;
    top: calc(50% - 3px);
    right: 15px;
  }
}
.contactForm__btsButton_type_submit:hover {
  background-color: #fff;
  color: #282828;
}
.contactForm__btsButton_type_submit:hover:after {
  background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_submit:hover:after {
    width: 17.75px;
    height: 5.65px;
    top: calc(50% - 3px);
    right: 15px;
  }
}
.contactForm__btsButton_type_conf {
  width: 300px;
  height: 44px;
  background: #282828;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #282828;
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_conf {
    width: 100%;
    height: 43px;
    font-size: 1.4rem;
  }
}
.contactForm__btsButton_type_conf:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_02.svg) no-repeat center center/cover;
  position: absolute;
  right: 20px;
  top: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  .contactForm__btsButton_type_conf:after {
    width: 17.75px;
    height: 5.65px;
    top: calc(50% - 3px);
    right: 15px;
  }
}
.contactForm__btsButton_type_conf:hover {
  background-color: #fff;
  color: #282828;
}
.contactForm__btsButton_type_conf:hover:after {
  background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/cover;
}
.contactThanks__inner {
  padding: 25px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .contactThanks__inner {
    padding: 15px;
  }
}
.contactThanks__para {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .contactThanks__para {
    line-height: 1.6875;
  }
}
.contactThanks__return {
  width: 300px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .contactThanks__return {
    width: 100%;
  }
}

.environmentalpolicy__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.environmentalpolicy__list {
  list-style: none;
  margin-bottom: 1.5em;
  counter-reset: number 0;
}
.environmentalpolicy__listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.875;
  counter-increment: number 1;
}
.environmentalpolicy__listItem:before {
  content: counter(number) ".";
  margin-right: 1em;
}
.environmentalpolicy__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Zen Old Mincho", serif;
}
.environmentalpolicy__dt {
  font-size: 2rem;
  margin-right: 0.5em;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .environmentalpolicy__dt {
    font-size: 1.6rem;
  }
}
.environmentalpolicy__dd {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .environmentalpolicy__dd {
    font-size: 2.5rem;
  }
}

.errorPageText__para {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .errorPageText__para {
    line-height: 1.6875;
  }
}
.errorPageText__return {
  margin-top: 30px;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .errorPageText__return {
    width: 100%;
  }
}

.errorPageTextInner {
  padding: 25px 30px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .errorPageTextInner {
    padding: 15px;
  }
}

.main {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .top {
    overflow: hidden;
  }
}

.topMv {
  height: auto;
  aspect-ratio: 1400/900;
  position: relative;
  max-width: 100vw;
  z-index: 2;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 960px) {
  .topMv {
    min-height: 753px;
    aspect-ratio: auto;
  }
}
.topMv__main {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .topMv__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding-left: 30px;
    padding-right: 30px;
    padding: 180px 30px 0 30px;
    position: relative;
  }
}
@media screen and (max-width: 960px) {
  .topMv__main {
    padding: 180px 30px 0;
    min-height: 823px;
    -webkit-align-content: flex-start;
        -ms-flex-line-pack: start;
            align-content: flex-start;
  }
}
.topMv__left {
  position: absolute;
  left: 40px;
  top: 40px;
  height: calc(100% - 40px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .topMv__left {
    left: 30px;
    top: 50px;
    height: calc(100% - 50px);
  }
}
.topMv__catch {
  font-size: 3.8rem;
  font-weight: 300;
  color: #fff;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .topMv__catch {
    font-size: 1.9rem;
  }
}
.topMv__catchImg {
  height: 471px;
}
@media screen and (max-width: 960px) {
  .topMv__catchImg {
    height: 236px;
  }
}
.topMv__scroll {
  padding-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .topMv__scroll {
    padding-bottom: 30px;
  }
}
.topMv__scrollText {
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
}
.topMv__scrollArrow {
  -webkit-animation: scroll 2s infinite;
          animation: scroll 2s infinite;
  width: 7.2px;
  height: 7.2px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: block;
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
            transform: rotate(-45deg) translate(-10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
.topMv__logo {
  width: 380px;
}
@media screen and (max-width: 960px) {
  .topMv__logo {
    width: 205px;
  }
}
@media screen and (max-width: 960px) {
  .topMv__logo {
    margin-bottom: 110px;
  }
}
.topMv__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.topMv__bgItem {
  height: 100%;
}
.topMv__bgImg {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.topWave {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .topWave {
    bottom: 30px;
    position: absolute;
    left: 0;
  }
}
.topWave__svg {
  width: 100vw;
  height: 60px;
  position: absolute;
  left: 0;
  top: -60px;
}
@media screen and (max-width: 768px) {
  .topWave__svg {
    height: 56.5px;
    bottom: 30px;
    top: 0;
    position: relative;
  }
}

.mvNews {
  position: absolute;
  width: 245px;
  right: 45px;
  bottom: 80px;
  border-top: 1px solid #fff;
}
@media screen and (max-width: 960px) {
  .mvNews {
    position: static;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 30px;
  }
}
.mvNews__item {
  border-bottom: 1px solid #fff;
}
.mvNews__link {
  color: #fff;
  text-decoration: none;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  display: block;
  padding: 20px 5px;
}
.mvNews__link:hover .mvNews__ttl {
  text-decoration: underline;
}
.mvNews__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.mvNews__time {
  font-size: 1.4rem;
  font-weight: 600;
}
@media screen and (max-width: 960px) {
  .mvNews__time {
    font-size: 1.2rem;
  }
}
.mvNews__cat {
  color: #1d2538;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 10px;
  background-color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 10px;
  border-radius: 99px;
}
@media screen and (max-width: 960px) {
  .mvNews__cat {
    padding: 5px 10px;
    font-size: 1.2rem;
    margin-left: 10px;
  }
}
.mvNews__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.mvNews__fig {
  margin-top: 7px;
  width: 98px;
  aspect-ratio: 98 / 69;
  margin-right: 20px;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .mvNews__fig {
    margin-top: 5px;
    width: 90px;
    aspect-ratio: 90 / 50;
    margin-right: 10px;
  }
}
.mvNews__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mvNews__fig + .mvNews__ttl {
  width: calc(100% - 98px - 20px);
}
@media screen and (max-width: 960px) {
  .mvNews__fig + .mvNews__ttl {
    width: calc(100% - 90px - 10px);
  }
}
.mvNews__ttl {
  font-weight: 500;
  line-height: 1.75;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-overflow: ellipsis;
}
@media screen and (max-width: 960px) {
  .mvNews__ttl {
    font-size: 1.2rem;
    line-height: 19px;
  }
}
.mvNews__btn {
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  margin-top: 12px;
}
@media screen and (max-width: 960px) {
  .mvNews__btn {
    margin-top: 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.mvNews__btn:hover {
  text-decoration: underline;
}
.mvNews__btn:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/common/icon_arrow_circle.svg) no-repeat center center/cover;
  margin-right: 3px;
}
.mvNews__lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 50vw;
  max-width: 742px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: auto;
  right: auto;
}
@media screen and (max-width: 1300px) {
  .mvNews__lines {
    width: 36vw;
  }
}
@media screen and (max-width: 960px) {
  .mvNews__lines {
    position: relative;
    margin-top: auto;
    bottom: -20px;
  }
}
@media screen and (max-width: 768px) {
  .mvNews__lines {
    width: 214px;
  }
}
.mvNews__linesItem {
  position: relative;
  bottom: -10px;
}
.mvNews__linesItem_type_01 .mvNews__linesImg {
  width: 21.09px;
  height: 266px;
}
@media screen and (max-width: 960px) {
  .mvNews__linesItem_type_01 .mvNews__linesImg {
    width: 10.545px;
    height: 133px;
  }
}
.mvNews__linesItem_type_02 .mvNews__linesImg {
  width: 11.8px;
  height: 256px;
}
@media screen and (max-width: 960px) {
  .mvNews__linesItem_type_02 .mvNews__linesImg {
    width: 5.9px;
    height: 128px;
  }
}
.mvNews__linesItem_type_03 .mvNews__linesImg {
  width: 21.09px;
  height: 266px;
}
@media screen and (max-width: 960px) {
  .mvNews__linesItem_type_03 .mvNews__linesImg {
    width: 10.545px;
    height: 133px;
  }
}

.mvWave {
  position: relative;
  z-index: 3;
  top: -40px;
}
@media screen and (max-width: 768px) {
  .mvWave {
    top: -20px;
  }
}
.mvWave__top, .mvWave__bottom {
  position: absolute;
  width: 100%;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .mvWave__top, .mvWave__bottom {
    height: 20px;
  }
}
.mvWave__top {
  top: 0;
}
.mvWave__bottom {
  top: 40px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .mvWave__bottom {
    top: 20px;
  }
}
.mvWave__svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mvWave__path_type_synced {
  fill: #f0f4f4;
  -webkit-animation: waveAnim 3s ease-in-out infinite alternate;
          animation: waveAnim 3s ease-in-out infinite alternate;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

@-webkit-keyframes waveAnim {
  0% {
    d: path("M0,25 C33.3,90 66.6,-50 100,25 C100,25 100,40 100,40 L100,40 L0,40 Z");
  }
  50% {
    d: path("M0,15 C33.3,60 66.6,10 100,15 C100,15 100,40 100,40 L100,40 L0,40 Z");
  }
  100% {
    d: path("M0,25 C33.3,90 66.6,-50 100,25 C100,25 100,40 100,40 L100,40 L0,40 Z");
  }
}

@keyframes waveAnim {
  0% {
    d: path("M0,25 C33.3,90 66.6,-50 100,25 C100,25 100,40 100,40 L100,40 L0,40 Z");
  }
  50% {
    d: path("M0,15 C33.3,60 66.6,10 100,15 C100,15 100,40 100,40 L100,40 L0,40 Z");
  }
  100% {
    d: path("M0,25 C33.3,90 66.6,-50 100,25 C100,25 100,40 100,40 L100,40 L0,40 Z");
  }
}
.topIntro {
  position: relative;
  padding-top: 210px;
  z-index: 2;
  padding-bottom: 260px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topIntro {
    padding-top: 90px;
    padding-bottom: 60px;
  }
}
.topIntro__container {
  position: relative;
  z-index: 2;
}
.topIntro__ttl {
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .topIntro__ttl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 35px;
  }
}
.topIntro__desc {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .topIntro__desc {
    padding-left: 0;
  }
}
.topIntro__descPara {
  font-size: 1.8rem;
  line-height: 2.22;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .topIntro__descPara {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 1.5em;
  }
  .topIntro__descPara:last-of-type {
    margin-bottom: 0;
  }
}
.topIntro__img {
  position: absolute;
  width: 961px;
  right: -130px;
  top: -50px;
  z-index: 1;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .topIntro__img {
    width: 83.46vw;
    right: -10.66vw;
    top: -15px;
  }
}

.topAbout {
  position: relative;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .topAbout {
    margin-bottom: 70px;
  }
}
.topAbout__container {
  position: static;
  min-height: 52.85vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.topAbout__enTtl {
  right: 35px;
}
@media screen and (max-width: 960px) {
  .topAbout__enTtl {
    right: -10px;
  }
}
@media screen and (max-width: 768px) {
  .topAbout__enTtl {
    top: -20px !important;
  }
}
.topAbout__col {
  width: 100%;
}
.topAbout__text {
  width: 450px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .topAbout__text {
    width: 100%;
  }
}
.topAbout__fig {
  position: absolute;
  left: 0;
  top: 0;
  width: 50vw;
}
@media screen and (max-width: 1260px) {
  .topAbout__fig {
    width: calc(50vw - 45px);
  }
}
@media screen and (max-width: 960px) {
  .topAbout__fig {
    position: static;
    width: calc(100% + 30px);
    margin-left: -30px;
    margin-bottom: 25px;
  }
}
.topAbout__img {
  width: 100%;
}
.topAbout__descPara {
  line-height: 1.875;
  margin-bottom: 1.5em;
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.topAbout__descPara:last-of-type {
  margin-bottom: 0;
}
.topAbout__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topAbout__btn {
    margin-top: 25px;
  }
}

.sectionBgTtl {
  font-size: 16.6rem;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: 500;
  position: absolute;
  top: 0;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  z-index: -1;
}
@media screen and (max-width: 1160px) {
  .sectionBgTtl {
    font-size: 8.3rem;
  }
}

.sectionTtl {
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  font-family: "Zen Old Mincho", serif;
}
.sectionTtl:before {
  content: "";
  display: block;
  width: 18px;
  height: 1px;
  background-color: #1d2577;
  margin-right: 18px;
}
@media screen and (max-width: 768px) {
  .sectionTtl {
    font-size: 1.6rem;
    margin-bottom: 25px;
  }
  .sectionTtl:before {
    width: 16px;
    margin-right: 16px;
  }
}

.sectionSubTtl {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.11em;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .sectionSubTtl {
    font-size: 2.5rem;
    line-height: 2;
    margin-bottom: 25px;
  }
}

.topBusiness {
  position: relative;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .topBusiness {
    margin-bottom: 75px;
  }
}
.topBusiness__container {
  position: static;
}
.topBusiness__enTtl {
  right: 35px;
}
@media screen and (max-width: 960px) {
  .topBusiness__enTtl {
    right: -10px;
  }
}
.topBusiness__subTtl {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .topBusiness__subTtl {
    position: relative;
    z-index: 2;
  }
}
.topBusiness__subTtlText {
  background-color: #f0f4f4;
}
@media screen and (max-width: 768px) {
  .topBusiness__subTtlText {
    white-space: pre;
    letter-spacing: 0.05em;
  }
}
.topBusiness__list {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .topBusiness__list {
    padding-left: 0;
  }
}
.topBusiness__item {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .topBusiness__item {
    margin-bottom: 50px;
  }
}
.topBusiness__item:nth-of-type(odd) .topBusiness__itemInner {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.topBusiness__item:nth-of-type(odd) .topBusiness__itemFig {
  left: 0;
}
.topBusiness__item:nth-of-type(even) .topBusiness__itemInner {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.topBusiness__item:nth-of-type(even) .topBusiness__itemFig {
  right: 0;
}
.topBusiness__item:last-of-type {
  margin-bottom: 0;
}
.topBusiness__itemInner {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 290px;
}
.topBusiness__itemText {
  width: 450px;
}
@media screen and (max-width: 960px) {
  .topBusiness__itemText {
    width: 100%;
  }
}
.topBusiness__itemTtl {
  font-size: 2.6rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  margin-bottom: 20px;
  border-left: 1px solid #1d2538;
  padding-left: 15px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 960px) {
  .topBusiness__itemTtl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .topBusiness__itemTtl {
    font-size: 2rem;
    padding-left: 18px;
    line-height: 1.5;
  }
}
.topBusiness__itemFig {
  width: 525px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 1260px) {
  .topBusiness__itemFig {
    width: calc(100% - 450px - 45px);
  }
}
@media screen and (max-width: 960px) {
  .topBusiness__itemFig {
    width: 100%;
    position: static;
    margin-bottom: 25px;
  }
}
.topBusiness__itemImg {
  width: 100%;
}
.topBusiness__itemDescPara {
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 1.875;
}
.topBusiness__itemBtn {
  margin-top: 25px;
}

.topOffice {
  position: relative;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .topOffice {
    margin-bottom: 70px;
  }
}
.topOffice__container {
  position: static;
}
.topOffice__enTtl {
  left: 54px;
  top: 15.7vw;
}
@media screen and (max-width: 960px) {
  .topOffice__enTtl {
    left: -10px;
    top: 56vw;
  }
}
@media screen and (max-width: 768px) {
  .topOffice__enTtl {
    top: 48vw;
  }
}
.topOffice__images {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .topOffice__images {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.topOffice__fig {
  margin-left: calc(50vw - 410px);
}
@media screen and (max-width: 1260px) {
  .topOffice__fig {
    margin-left: calc(50vw - 340px);
  }
}
@media screen and (max-width: 960px) {
  .topOffice__fig {
    margin-left: -30px;
    margin-right: -30px;
  }
}
.topOffice__figImg {
  width: 100%;
  max-width: 1260px;
}
.topOffice__map {
  width: 35.57vw;
  position: absolute;
  right: 10.7vw;
  top: 17.85vw;
  max-width: 600px;
}
@media screen and (max-width: 960px) {
  .topOffice__map {
    position: relative;
    top: 0;
    width: 79.2vw;
    max-width: 100%;
    margin-top: -28.66vw;
    right: -4px;
  }
}
.topOffice__ttl {
  margin-top: -180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .topOffice__ttl {
    position: static;
    margin-top: 0;
  }
}
.topOffice__subTtl {
  position: relative;
  z-index: 1;
}
.topOffice__subTtlText {
  background-color: #f0f4f4;
  display: inline-block;
  line-height: 1;
  padding: 3px 0 5px;
}
.topOffice__text {
  padding-left: 50px;
  width: 552px;
}
@media screen and (max-width: 960px) {
  .topOffice__text {
    padding-left: 0;
    width: 100%;
  }
}
.topOffice__desc {
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .topOffice__desc {
    margin-bottom: 25px;
  }
}
.topOffice__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -4px;
  list-style: none;
}
.topOffice__item {
  padding: 4px;
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  .topOffice__item {
    width: 50%;
  }
}
.topOffice__item:nth-of-type(1) .topOffice__itemLinkNum {
  padding-left: 2px;
}
@media screen and (max-width: 768px) {
  .topOffice__item:nth-of-type(1) .topOffice__itemLinkNum {
    padding-left: 1px;
  }
}
.topOffice__item:nth-of-type(4) .topOffice__itemLinkNum {
  padding-left: 1px;
}
@media screen and (max-width: 768px) {
  .topOffice__item:nth-of-type(4) .topOffice__itemLinkNum {
    padding-left: 0;
  }
}
.topOffice__itemLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 1px solid #282828;
  height: 50px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
}
.topOffice__itemLink:hover {
  background-color: #282828;
  color: #fff;
}
.topOffice__itemLink:hover .topOffice__itemLinkNum {
  background-color: #fff;
  color: #282828;
}
.topOffice__itemLinkNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background-color: #282828;
  color: #fff;
  font-size: 1.18rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  text-align: center;
  padding-bottom: 2px;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .topOffice__itemLinkNum {
    margin-right: 10px;
    width: 19px;
    height: 19px;
    font-size: 1.2rem;
  }
}
.topOffice__itemLinkText {
  font-weight: 500;
}
.topOffice__btn {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .topOffice__btn {
    margin-top: 30px;
  }
}

.topSustainability {
  position: relative;
}
@media screen and (max-width: 1160px) {
  .topSustainability {
    margin-bottom: 170px;
  }
}
@media screen and (max-width: 768px) {
  .topSustainability {
    margin-bottom: 70px;
  }
}
.topSustainability__container {
  position: static;
  min-height: 67.85vw;
}
.topSustainability__enTtl {
  top: -105px;
  right: 30px;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .topSustainability__enTtl {
    right: -10px;
  }
}
.topSustainability__ttl {
  margin-left: 480px;
  position: relative;
  z-index: 1;
  margin-bottom: 25px;
  left: -10px;
}
@media screen and (max-width: 960px) {
  .topSustainability__ttl {
    left: 0;
    margin-left: 0;
  }
}
.topSustainability__subTtl {
  margin-left: 480px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .topSustainability__subTtl {
    margin-left: 0;
    letter-spacing: 0;
  }
}
.topSustainability__subTtlText {
  background-color: #f0f4f4;
  display: inline-block;
  line-height: 1;
  padding: 3px 0 5px 5px;
}
.topSustainability__fig {
  width: 51.78vw;
  position: absolute;
  left: 0;
  top: 6.428vw;
}
@media screen and (max-width: 1260px) {
  .topSustainability__fig {
    width: calc(50vw - 45px);
  }
}
@media screen and (max-width: 960px) {
  .topSustainability__fig {
    position: static;
    width: 81.2vw;
    margin-bottom: 25px;
    margin-left: -30px;
  }
}
.topSustainability__img {
  width: 100%;
}
.topSustainability__text {
  width: 450px;
  margin-left: auto;
}
@media screen and (max-width: 960px) {
  .topSustainability__text {
    width: 100%;
  }
}
.topSustainability__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.topSustainability__para:last-of-type {
  margin-bottom: 0;
}
.topSustainability__btn {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .topSustainability__btn {
    margin-top: 30px;
  }
}

.topRecruit {
  background: url(../img/top/bg_01.jpg) no-repeat center center/cover;
  color: #fff;
  padding: 155px 0 170px;
}
@media screen and (max-width: 768px) {
  .topRecruit {
    padding: 60px 0 75px;
  }
}
.topRecruit__enTtl {
  font-size: 12.4rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 95px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .topRecruit__enTtl {
    margin-bottom: 0;
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__enTtl {
    font-size: 5.5rem;
    margin-bottom: -13px;
  }
}
.topRecruit__ttl {
  position: absolute;
  z-index: 2;
  font-size: 1.8rem;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  font-family: "Zen Old Mincho", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  left: 30px;
  top: 188px;
}
@media screen and (max-width: 768px) {
  .topRecruit__ttl {
    top: 102px;
    font-size: 1.6rem;
  }
}
.topRecruit__ttl:before {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  background-color: #fff;
  margin-bottom: 18px;
}
.topRecruit__main {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .topRecruit__main {
    padding-left: 0;
  }
}
.topRecruit__subTtl {
  font-size: 4.4rem;
  font-weight: 500;
  line-height: 1.59;
  letter-spacing: 0.11em;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .topRecruit__subTtl {
    margin-top: -108px;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__subTtl {
    font-size: 2.5rem;
    margin-bottom: -15px;
    margin-top: -77px;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__subTtlTop {
    margin-bottom: 0;
  }
}
.topRecruit__subTtlText {
  color: #282828;
  background-color: #fff;
  display: inline-block;
  line-height: 1;
  padding: 3px 0px 5px 4px;
}
@media screen and (max-width: 768px) {
  .topRecruit__subTtlText {
    margin-bottom: 15px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}
.topRecruit__item_type_top {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .topRecruit__item_type_top {
    margin-bottom: 25px;
  }
}
.topRecruit__item_type_top .topRecruit__desc {
  width: 400px;
}
@media screen and (max-width: 960px) {
  .topRecruit__item_type_top .topRecruit__desc {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__item_type_top .topRecruit__desc {
    margin-top: 25px;
  }
}
.topRecruit__fig_type_top {
  position: absolute;
  width: 575px;
  top: 90px;
  right: 30px;
}
@media screen and (max-width: 1260px) {
  .topRecruit__fig_type_top {
    width: calc(50% - 60px);
  }
}
@media screen and (max-width: 960px) {
  .topRecruit__fig_type_top {
    position: static;
    width: 100%;
    padding-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .topRecruit__fig_type_top {
    padding-left: 25px;
  }
}
.topRecruit__desc {
  line-height: 1.875;
}
.topRecruit__item_type_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 960px) {
  .topRecruit__item_type_bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 0;
  }
}
.topRecruit__item_type_bottom .topRecruit__fig {
  width: 474px;
}
@media screen and (max-width: 960px) {
  .topRecruit__item_type_bottom .topRecruit__fig {
    width: 100%;
    margin-bottom: 25px;
  }
}
.topRecruit__item_type_bottom .topRecruit__text {
  width: calc(100% - 474px);
  padding-left: 70px;
}
@media screen and (max-width: 960px) {
  .topRecruit__item_type_bottom .topRecruit__text {
    width: 100%;
    padding-left: 0;
  }
}
.topRecruit__btn {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .topRecruit__btn {
    margin-top: 25px;
  }
}

.topBlog {
  margin: 175px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topBlog {
    margin: 70px 0;
  }
}
.topBlog__container {
  position: static;
}
.topBlog__enTtl {
  top: -70px;
  left: 30px;
}
@media screen and (max-width: 960px) {
  .topBlog__enTtl {
    top: -30px;
    left: -10px;
  }
}
.topBlog__list {
  margin: 0 50px 35px;
}
@media screen and (max-width: 768px) {
  .topBlog__list {
    margin: 0 0 25px;
  }
}
.topBlog__list .blogArchiveList {
  margin: -10px;
}
@media screen and (max-width: 768px) {
  .topBlog__list .blogArchiveList {
    margin: -15px -7.5px;
  }
}
.topBlog__list .blogArchiveList__item {
  width: 33.33%;
  -webkit-flex-basis: 33.33%;
      -ms-flex-preferred-size: 33.33%;
          flex-basis: 33.33%;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .topBlog__list .blogArchiveList__item:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .topBlog__list .blogArchiveList__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 15px 7.5px;
  }
}
.topBlog__list .blogArchiveList__itemFig {
  aspect-ratio: 320/240;
}
@media screen and (max-width: 768px) {
  .topBlog__list .blogArchiveList__itemFig {
    aspect-ratio: 360/240;
  }
}
.topBlog__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .topBlog__btn {
    margin-right: 0;
  }
}

.topNews {
  margin: 175px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .topNews {
    margin: 70px 0;
  }
}
.topNews__container {
  position: static;
}
.topNews__enTtl {
  top: -70px;
  right: 30px;
}
@media screen and (max-width: 960px) {
  .topNews__enTtl {
    top: -30px;
    right: -10px;
  }
}
.topNews__list {
  margin: 0 50px 35px;
}
@media screen and (max-width: 768px) {
  .topNews__list {
    margin: 0 0 25px;
  }
}
.topNews__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .topNews__btn {
    margin-right: 0;
  }
}

.newsList {
  border-top: 1px solid #dcdddd;
}
.newsList__item {
  border-bottom: 1px solid #dcdddd;
  position: relative;
}
.newsList__item:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/cover;
  position: absolute;
  right: 23px;
  top: calc(50% - 2px);
}
@media screen and (max-width: 768px) {
  .newsList__item:after {
    display: none;
  }
}
.newsList__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
  text-decoration: none;
  padding: 30px 100px 30px 20px;
}
@media screen and (max-width: 1160px) {
  .newsList__itemInner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .newsList__itemInner {
    padding: 20px 0;
  }
}
.newsList__itemInner:hover .newsList__head {
  text-decoration: underline;
}
.newsList__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
@media screen and (max-width: 1160px) {
  .newsList__info {
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.newsList__time {
  font-weight: 500;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .newsList__time {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.newsList__cat {
  font-weight: 500;
  padding: 4px 10px;
  border: 1px solid #282828;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 26px;
  min-width: 132px;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: -.05em;
}
@media screen and (max-width: 768px) {
  .newsList__cat {
    font-size: 1.2rem;
    padding: 5px 10px;
  }
}
.newsList__new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #2a3448;
  margin-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 2px;
}
@media screen and (max-width: 768px) {
  .newsList__new {
    margin-left: 10px;
  }
}
.newsList__head {
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 1160px) {
  .newsList__head {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .newsList__head {
    -webkit-line-clamp: 2;
    line-height: 1.875;
  }
}

.arrowBtn {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: inherit;
}
.arrowBtn:after {
  content: "";
  display: block;
  width: 12.3px;
  height: 3.91px;
  background: url(../img/common/icon_arrow_right_01.svg) no-repeat center center/contain;
  margin-left: 12px;
}
@media screen and (max-width: 768px) {
  .arrowBtn:after {
    display: none;
  }
}
.arrowBtn:hover {
  text-decoration: none;
}

.topMv__bgCanvas {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .topMv__bgCanvas {
    height: 104.5%;
  }
}

canvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1.5s ease;
  transition: opacity 1.5s ease;
}

/* 非表示のSwiperエリア */
.topMv__bg {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  position: absolute;
}

.topMv__bgLogo {
  position: absolute;
  max-width: 961px;
  right: -130px;
  bottom: -562px;
  z-index: -2;
}
@media screen and (max-width: 768px) {
  .topMv__bgLogo {
    width: 83.46vw;
    right: -10.66vw;
    bottom: -52vw;
  }
}

.lowPage__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .lowPage__top {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 960px) {
  .lowPage__topFig {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100% + 30px);
    margin-right: -30px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .lowPage__topFig {
    padding-left: 15px;
    padding-top: 25px;
  }
}
@media screen and (max-width: 960px) {
  .lowPage__mainCol_type_spCol {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.message__container {
  position: relative;
  min-height: 753px;
}
.messagePic {
  position: absolute;
  right: 30px;
  top: 0;
  width: 500px;
}
@media screen and (max-width: 1260px) {
  .messagePic {
    width: calc(100% - 640px);
  }
}
@media screen and (max-width: 960px) {
  .messagePic {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .messagePic__img {
    height: auto;
    aspect-ratio: 480/900;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .message__body {
    padding-left: 0;
  }
}
.message__text {
  width: 420px;
  padding-right: 50px;
}
@media screen and (max-width: 960px) {
  .message__text {
    width: 100%;
    padding-right: 0;
  }
}
.message__descPara {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.message__descPara:last-of-type {
  margin-bottom: 0;
}
.message__dl {
  margin-top: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .message__dl {
    margin-top: 35px;
  }
}
.message__dt {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .message__dt {
    font-size: 1.6rem;
  }
}
.message__dd {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .message__dd {
    font-size: 2.5rem;
  }
}

.newsArchive__catInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .newsArchive__catInfo {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}
.newsArchive__catInfo:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_search.svg) no-repeat center center/cover;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .newsArchive__catInfo:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
.newsArchive .newsList__itemInner {
  padding-right: 180px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .newsArchive .newsList__itemInner {
    padding-right: 0;
    padding: 20px 0;
  }
}
.newsArchive .newsList__info {
  margin-bottom: 0;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .newsArchive .newsList__info {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.newsArchive .newsList__time {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .newsArchive .newsList__time {
    margin-right: 10px;
  }
}
.newsArchive .newsList__cat {
  padding: 4px 10px;
  min-width: 109px;
  font-size: 1.2rem;
  letter-spacing: -0.1em;
}
.newsArchive .newsList__head {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .newsArchive .newsList__head {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
.pagenation {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin-top: 40px;
  }
}
.pagenation__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation__prev {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .pagenation__prev {
    margin-right: 10px;
  }
}
.pagenation__prev:after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  border-top: 1.5px solid #282828;
  border-left: 1.5px solid #282828;
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.pagenation__prev:hover {
  background-color: #282828;
}
.pagenation__prev:hover:after {
  border-color: #fff;
}
.pagenation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
}
.pagenation__listItem {
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .pagenation__listItem:nth-of-type(3) {
    display: none;
  }
}
.pagenation__listItem a,
.pagenation__listItem span.current,
.pagenation__listLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  background-color: #fff;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .pagenation__listItem a,
  .pagenation__listItem span.current,
  .pagenation__listLink {
    width: 35px;
    height: 35px;
    font-size: 1.5rem;
  }
}
.pagenation__listItem a:hover,
.pagenation__listLink:hover {
  background-color: #282828;
  color: #fff;
}
.pagenation__listItem span.current,
.pagenation__listLink_is_current {
  background-color: #282828;
  color: #fff;
}
.pagenation__listItem span.dots,
.pagenation__listItemDot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  font-size: 0;
}
@media screen and (max-width: 768px) {
  .pagenation__listItem span.dots,
  .pagenation__listItemDot {
    padding: 0 10px;
  }
}
.pagenation__listItem span.dots::after,
.pagenation__listItemDotImg {
  width: 35px;
  height: 5px;
  aspect-ratio: 35/5;
}
@media screen and (max-width: 768px) {
  .pagenation__listItem span.dots::after,
  .pagenation__listItemDotImg {
    width: 22px;
    height: 4px;
  }
}
.pagenation__listItem span.dots::after {
  content: "";
  display: block;
  background: url(../img/common/icon_dot.svg) no-repeat center/contain;
}
.pagenation__next {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 30px;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .pagenation__next {
    margin-left: 10px;
  }
}
.pagenation__next:after {
  content: "";
  width: 4.5px;
  height: 4.5px;
  border-top: 1.5px solid #282828;
  border-right: 1.5px solid #282828;
  display: block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.pagenation__next:hover {
  background-color: #282828;
}
.pagenation__next:hover:after {
  border-color: #fff;
}
.pagenation__info {
  text-align: center;
  margin-top: 20px;
  line-height: 1;
  font-size: 1.2rem;
}

.newsSingle__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .newsSingle__info {
    margin-bottom: 25px;
  }
}
.newsSingle__infoDate {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  display: block;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .newsSingle__infoDate {
    font-size: 1.2rem;
    margin-right: 10px;
  }
}
.newsSingle__infoCatItems {
  margin: -3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .newsSingle__infoCatItems {
    margin: -3px;
    order: 3;
  }
}
.newsSingle__infoCat {
  margin: 3px;
  background-color: #fff;
  padding: 3px 8px 4px;
  min-width: 90px;
  line-height: 1;
  font-size: 1.2rem;
  letter-spacing: -0.1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000000;
  border-radius: 100px;
  font-weight: bold;
  color: inherit;
  text-decoration: none;
}
a.newsSingle__infoCat:hover {
  opacity: .7;
}
.newsSingle__infoNew {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 21px;
  padding: 3px 0 4px;
  border-radius: 20px;
  color: #fff;
  background-color: #2a3448;
  margin-left: 20px;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #2a3448;
}
@media screen and (max-width: 768px) {
  .newsSingle__infoNew {
    margin-left: 0;
    margin-right: 10px;
  }
}
.newsSingle__headerTtl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.666;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .newsSingle__headerTtl {
    font-size: 2.5rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
}
.newsSingle__headerIntro {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .newsSingle__headerIntro {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .newsSingle__contents {
    margin-left: -50px;
    border-top: 1px solid #dcdddd;
    padding-top: 25px;
  }
}

.privacySection {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .privacySection {
    margin-bottom: 35px;
  }
}
.privacySection:last-of-type {
  margin-bottom: 0;
}
.privacySection__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .privacySection__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.privacySection__desc {
  line-height: 1.875;
  font-weight: 400;
}
.privacySection__ol {
  list-style: none;
  counter-reset: number 0;
}
.privacySection__ol_type_01 .privacySection__olItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.privacySection__ol_type_01 .privacySection__olItem:before {
  content: counter(number) "）";
}
.privacySection__olItem {
  line-height: 1.875;
  font-weight: 400;
  counter-increment: number 1;
}
.privacySection__ol_type_02 .privacySection__olItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.privacySection__ol_type_02 .privacySection__olItem:before {
  content: counter(number) ".";
}
.privacySection__sign {
  margin-top: 1.5em;
  line-height: 1.875;
  font-weight: 400;
}
.privacyAbout {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .privacyAbout {
    margin-left: -50px;
    margin-top: 35px;
  }
}
.privacyAbout__ttl {
  font-size: 4rem;
  margin-bottom: 30px;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (max-width: 768px) {
  .privacyAbout__ttl {
    font-size: 2.5rem;
    padding-top: 35px;
    border-top: 1px solid #dcdddd;
    margin-bottom: 25px;
  }
}
.privacyAbout__list {
  list-style: none;
}
.privacyAbout__listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.875;
}
.privacyAbout__listItem:before {
  content: "・";
}

.recruit {
  padding-top: 118px;
  background-color: #f7fafc;
}
@media screen and (max-width: 1160px) {
  .recruit {
    padding-top: 92px;
  }
}
@media screen and (max-width: 768px) {
  .recruit {
    padding-top: 60px;
  }
}

.recruitMv {
  position: relative;
  background-color: #f7fafc;
  max-height: calc(100vh - 118px);
}
@media screen and (max-width: 960px) {
  .recruitMv {
    max-height: none;
  }
}
.recruitMv__inner {
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 14px;
}
.recruitMv__text {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  padding-left: 5.71vw;
  padding-bottom: 5vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
          align-content: flex-end;
}
@media screen and (max-width: 768px) {
  .recruitMv__text {
    padding-left: 20px;
    padding-bottom: 28px;
  }
}
.recruitMv__ttl {
  margin-bottom: 2.14vw;
}
@media screen and (max-width: 768px) {
  .recruitMv__ttl {
    margin-bottom: 4vw;
  }
}
.recruitMv__ttlText {
  overflow: hidden;
}
.recruitMv__ttlImg {
  width: 73.14vw;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  white-space: nowrap;
}
.recruitMv__ttlImg.isShow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .recruitMv__ttlImg {
    width: 71.46vw;
  }
}
.recruitMv__catch {
  overflow: hidden;
}
.recruitMv__catchImg {
  width: 34.78vw;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1.2s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1.2s cubic-bezier(0.19, 1, 0.22, 1);
}
.recruitMv__catchImg.isShow {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .recruitMv__catchImg {
    width: 66vw;
  }
}
.recruitMv__img {
  width: 100%;
}
.recruitMv .recruitMvBg {
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  max-height: calc(100vh - 132px);
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg {
    max-height: none;
  }
}
.recruitMv .recruitMvBg.isShow {
  opacity: 1;
}
.recruitMv .recruitMvBg__inner {
  border-radius: 30px;
  overflow: hidden;
  max-height: calc(100vh - 132px);
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__inner {
    max-height: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitMv .recruitMvBg__inner {
    border-radius: 25px;
  }
}
.recruitMv .recruitMvBg__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100vh - 132px);
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__col {
    max-height: none;
  }
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recruitMv .recruitMvBg__left {
  width: 66.9% !important;
  padding-right: 6px;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__left {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}
.recruitMv .recruitMvBg__leftTop {
  height: 50%;
  padding-bottom: 6px;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftTop {
    margin-bottom: 5px;
    height: auto;
    padding-bottom: 0;
  }
}
.recruitMv .recruitMvBg__leftTopInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.recruitMv .recruitMvBg__leftTopItem {
  width: 50% !important;
  height: 100%;
}
.recruitMv .recruitMvBg__leftTopItem:first-of-type {
  padding-right: 6px;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftTopItem:first-of-type {
    height: auto;
    padding-right: 2.5px;
  }
}
.recruitMv .recruitMvBg__leftTopItem:last-of-type {
  padding-left: 6px;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftTopItem:last-of-type {
    padding-left: 2.5px;
  }
}
.recruitMv .recruitMvBg__leftTopItem .moveSlider__item {
  overflow: hidden;
}
.recruitMv .recruitMvBg__leftTopItem .moveSlider__img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftTopItem .moveSlider__img {
    height: auto;
  }
}
.recruitMv .recruitMvBg__leftBottom {
  height: 50%;
  padding-top: 6px;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftBottom {
    height: auto;
    padding-top: 0;
  }
}
.recruitMv .recruitMvBg__leftBottomInner {
  position: relative;
  height: 100%;
}
.recruitMv .recruitMvBg__leftBottomInner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.recruitMv .recruitMvBg__leftBottomItem {
  height: 100%;
}
.recruitMv .recruitMvBg__leftBottomItem .moveSlider__item {
  overflow: hidden;
}
.recruitMv .recruitMvBg__leftBottomItem .moveSlider__img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__leftBottomItem .moveSlider__img {
    height: auto;
  }
}
.recruitMv .recruitMvBg__right {
  width: 33.1% !important;
  padding-left: 6px;
}
.recruitMv .recruitMvBg__right .swiper-slide-active .moveSlider__img {
  -webkit-animation: slidePanLeft02 5s linear forwards !important;
          animation: slidePanLeft02 5s linear forwards !important;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__right {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
    padding-bottom: 5px;
  }
}
.recruitMv .recruitMvBg__rightInner {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__rightInner {
    height: auto;
  }
}
.recruitMv .recruitMvBg__rightInner:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  display: block;
  background: rgb(0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.6)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__rightInner:after {
    display: none;
  }
}
.recruitMv .recruitMvBg__rightInner .moveSlider {
  height: 100%;
}
.recruitMv .recruitMvBg__rightInner .moveSlider__item {
  overflow: hidden;
  height: 100% !important;
}
@media screen and (max-width: 960px) {
  .recruitMv .recruitMvBg__rightInner .moveSlider__item {
    aspect-ratio: 710/453;
    height: auto !important;
  }
}
.recruitMv .recruitMvBg__rightInner .moveSlider__img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  width: 100%;
}
.recruitMv .moveSlider {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMv .moveSlider {
    height: auto;
  }
}
.recruitMv .moveSlider__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-animation: none;
          animation: none;
}
@media screen and (max-width: 960px) {
  .recruitMv .moveSlider__img_type_pc {
    display: none;
  }
}
.recruitMv .moveSlider__img_type_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .recruitMv .moveSlider__img_type_sp {
    display: block;
  }
}
.recruitMv .moveSlider .swiper-slide-active .moveSlider__img {
  -webkit-animation: slidePanLeft01 5s linear forwards;
          animation: slidePanLeft01 5s linear forwards;
}
@-webkit-keyframes slidePanLeft01 {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-7%) scale(1.15);
            transform: translateX(-7%) scale(1.15);
  }
}
@keyframes slidePanLeft01 {
  0% {
    -webkit-transform: translateX(0) scale(1.15);
            transform: translateX(0) scale(1.15);
  }
  100% {
    -webkit-transform: translateX(-7%) scale(1.15);
            transform: translateX(-7%) scale(1.15);
  }
}
@-webkit-keyframes slidePanLeft02 {
  0% {
    -webkit-transform: translateX(0) scale(1.4);
            transform: translateX(0) scale(1.4);
  }
  100% {
    -webkit-transform: translateX(-7%) scale(1.4);
            transform: translateX(-7%) scale(1.4);
  }
}
@keyframes slidePanLeft02 {
  0% {
    -webkit-transform: translateX(0) scale(1.4);
            transform: translateX(0) scale(1.4);
  }
  100% {
    -webkit-transform: translateX(-7%) scale(1.4);
            transform: translateX(-7%) scale(1.4);
  }
}
.recruitNews {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #f7fafc;
}
@media screen and (max-width: 768px) {
  .recruitNews {
    padding-top: 70px;
    padding-bottom: 75px;
  }
}
.recruitNews__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 960px) {
  .recruitNews__container {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recruitNews__main {
  width: 550px;
}
@media screen and (max-width: 1160px) {
  .recruitNews__main {
    width: calc(60vw - 15px - 30px);
    padding-right: 30px;
  }
}
@media screen and (max-width: 960px) {
  .recruitNews__main {
    width: 100%;
    padding-right: 0;
    margin-bottom: 50px;
  }
}
.recruitNews__ttl {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .recruitNews__ttl {
    margin-bottom: 20px;
  }
}
.recruitNews__intro {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruitNews__intro {
    margin-bottom: 15px;
  }
}
.recruitNews__btn {
  margin-top: 40px;
  margin-left: 50px;
}
@media screen and (max-width: 960px) {
  .recruitNews__btn {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitNews__btn {
    margin-top: 25px;
  }
}

.bgSectionTtl {
  position: relative;
}
.bgSectionTtl__text {
  position: relative;
  z-index: 2;
}
.bgSectionTtl__textEn {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  letter-spacing: 0.075em;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bgSectionTtl__textEn {
    font-size: 1rem;
  }
}
.bgSectionTtl__textJp {
  display: block;
  font-weight: bold;
  font-size: 4rem;
  margin-top: 20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .bgSectionTtl__textJp {
    margin-top: 15px;
    font-size: 3rem;
  }
}
.bgSectionTtl__bg {
  font-size: 14rem;
  color: #e6eff4;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  position: absolute;
  left: 47px;
  top: -58px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .bgSectionTtl__bg {
    font-size: 6rem;
    top: -10px;
    left: 33px;
    white-space: nowrap;
  }
}

.recruitNewsList {
  padding-left: 50px;
}
@media screen and (max-width: 960px) {
  .recruitNewsList {
    padding-left: 0;
  }
}
.recruitNewsList__item {
  border-bottom: 1px solid #e6e6e6;
}
.recruitNewsList__item:first-of-type {
  border-top: 1px solid #e6e6e6;
}
.recruitNewsList__link {
  padding: 30px 0 25px;
  display: block;
  color: inherit;
  text-decoration: none;
}
.recruitNewsList__link:hover .recruitNewsList__ttl {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .recruitNewsList__link {
    padding: 20px 0 17px;
  }
}
.recruitNewsList__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.recruitNewsList__date {
  display: block;
  font-size: 1.2rem;
}
.recruitNewsList__new {
  margin-left: 15px;
  width: 46px;
  height: 18px;
  border-radius: 18px;
  background-color: #223a70;
  color: #fff;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .recruitNewsList__new {
    margin-left: 10px;
  }
}
.recruitNewsList__cat {
  margin-left: 15px;
  background-color: #1a1a1a;
  padding: 5px 10px 6px 10px;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .recruitNewsList__cat {
    margin-left: 10px;
    font-size: 1rem;
    padding: 5px 10px 6px 10px;
  }
}
.recruitNewsList__ttl {
  line-height: 1.875;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .recruitNewsList__ttl {
    line-height: 1.78;
    font-size: 1.4rem;
  }
}

.rMoreBtn {
  width: 152px;
  height: 42px;
  border-radius: 42px;
  background-color: #223a70;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.rMoreBtn:hover {
  background-color: #fff;
  color: #223a70;
}
.rMoreBtn:hover .rMoreBtn__text:after {
  background-color: #223a70;
}
.rMoreBtn:hover .rMoreBtn__icon {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.rMoreBtn:hover::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.rMoreBtn::before {
  content: url("../img/recruit/icon_arrow_right_02.svg");
  position: absolute;
  left: 113px;
  top: 8px;
  -webkit-transform: translateY(-50%) translateX(-20px);
          transform: translateY(-50%) translateX(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 15px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .rMoreBtn::before {
    left: 94px;
    width: 10px;
    height: 3.4px;
    top: -1.5px;
  }
}
@media screen and (max-width: 768px) {
  .rMoreBtn {
    width: 125px;
    height: 28px;
  }
}
.rMoreBtn__text {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .rMoreBtn__text {
    font-size: 1rem;
  }
}
.rMoreBtn__text:after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background-color: #fff;
  margin-left: 8px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .rMoreBtn__text:after {
    height: 10px;
    margin-right: 8px;
  }
}
.rMoreBtn__icon {
  display: block;
  width: 15px;
  height: 5px;
  background: url(../img/recruit/icon_arrow_right_01.svg) no-repeat center center/cover;
  -webkit-transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
@media screen and (max-width: 768px) {
  .rMoreBtn__icon {
    width: 10px;
    height: 3.4px;
  }
}

.recruitSlider {
  padding-left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  right: calc(-50vw + 595px);
  top: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
  width: 45.35vw;
  padding-left: 0;
}
@media screen and (max-width: 1160px) {
  .recruitSlider {
    width: 40vw;
    right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .recruitSlider {
    width: calc(100% + 60px);
    margin-left: -30px;
    margin-right: -30px;
    position: static;
    display: block;
  }
}
@media screen and (max-width: 1160px) {
  .recruitSlider .infiniteslide_wrap {
    height: 100% !important;
  }
}
@media screen and (max-width: 960px) {
  .recruitSlider__list:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .recruitSlider__list:first-of-type {
    margin-bottom: 5px;
  }
}
.recruitSlider__item {
  padding: 5px 0;
}
@media screen and (max-width: 960px) {
  .recruitSlider__item {
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .recruitSlider__item {
    padding: 0 2.5px;
  }
}
.recruitSlider__img {
  border-radius: 20px;
  width: 23.4285714286vw;
}
@media screen and (max-width: 768px) {
  .recruitSlider__img {
    width: 156px;
    border-radius: 10px;
  }
}
.recruitMessageTop {
  background-color: #fff;
  padding-top: 140px;
  border-radius: 150px 150px 0 0;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .recruitMessageTop {
    padding-top: 70px;
    padding-bottom: 75px;
    border-radius: 50px 50px 0 0;
  }
}
.recruitMessageTop__container {
  position: relative;
}
.recruitMessageTop__ttl {
  margin-bottom: 50px;
}
.recruitMessageTop__main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__main {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recruitMessageTop__mainTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: calc((50vw + 200px) * 0.555 + 40px + 42px);
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__mainTop {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.recruitMessageTop__fig {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__fig {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruitMessageTop__img {
  position: absolute;
  left: calc(-50vw + 550px);
  width: calc(50vw + 200px);
  max-width: 100vw;
  border-radius: 0 30px 30px 0;
}
@media screen and (max-width: 1160px) {
  .recruitMessageTop__img {
    left: -30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: calc(100vw - 365px);
  }
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__img {
    position: relative;
    width: 100%;
    aspect-ratio: 500/500;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .recruitMessageTop__img {
    width: calc(100% + 30px);
    border-radius: 0 25px 25px 0;
  }
}
.recruitMessageTop__subTtl {
  font-size: 5rem;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.6;
  margin-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 160px;
  white-space: nowrap;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__subTtl {
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitMessageTop__subTtl {
    font-size: 3rem;
    line-height: 1.333;
    margin-left: 20px;
  }
}
.recruitMessageTop__desc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    display: block;
  }
}
.recruitMessageTop__descPara {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  line-height: 1.875;
  margin-top: 75px;
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__descPara {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    margin-top: 30px;
  }
  .recruitMessageTop__descPara br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .recruitMessageTop__descPara {
    margin-top: 15px;
  }
}
.recruitMessageTop__btn {
  position: absolute;
  top: calc((50vw + 200px) * 0.555 + 40px);
  left: calc(50% + 200px - 58px);
}
@media screen and (max-width: 1160px) {
  .recruitMessageTop__btn {
    top: calc((100vw - 335px) * 0.555 + 0px);
    left: calc(100vw - 365px - 182px);
  }
}
@media screen and (max-width: 960px) {
  .recruitMessageTop__btn {
    position: static;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .recruitMessageTop__btn {
    margin-top: 20px;
  }
}

.recruitInterviewTop {
  padding-bottom: 150px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTop {
    padding-bottom: 70px;
  }
}
.recruitInterviewTop__ttl {
  margin-bottom: 40px;
}
.recruitInterviewTop__ttl .bgSectionTtl__textEn {
  color: #fff;
}
.recruitInterviewTop__ttl .bgSectionTtl__textJp {
  color: #fff;
}
.recruitInterviewTop__ttl .bgSectionTtl__bg {
  color: #e6eff4;
  left: 54px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTop__ttl .bgSectionTtl__bg {
    left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .recruitInterviewTop__ttl {
    margin-bottom: 25px;
  }
}

.recruitInterviewTopMain__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__item {
    height: auto;
  }
}
.recruitInterviewTopMain__item_type_hidden .recruitInterviewTopMain__info, .recruitInterviewTopMain__item_type_hidden .recruitInterviewTopMain__sub, .recruitInterviewTopMain__item_type_hidden .recruitInterviewTopMain__ttl, .recruitInterviewTopMain__item_type_hidden .recruitInterviewTopMain__btn {
  opacity: 0;
}
.recruitInterviewTopMain__item_type_hidden .recruitInterviewTopMain__itemInner {
  pointer-events: none;
}
.recruitInterviewTopMain__itemInner {
  position: relative;
  text-decoration: none;
  display: block;
}
.recruitInterviewTopMain__itemInner:hover .recruitInterviewTopMain__img {
  -webkit-transform: scale(1.2) !important;
          transform: scale(1.2) !important;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__itemInner:hover .recruitInterviewTopMain__img {
    -webkit-transform: scale(1.75) !important;
            transform: scale(1.75) !important;
  }
}
.recruitInterviewTopMain__itemInner:hover .rMoreBtn {
  background-color: #fff;
  color: #223a70;
}
.recruitInterviewTopMain__itemInner:hover .rMoreBtn .rMoreBtn__text:after {
  background-color: #223a70;
}
.recruitInterviewTopMain__itemInner:hover .rMoreBtn .rMoreBtn__icon {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}
.recruitInterviewTopMain__itemInner:hover .rMoreBtn::before {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.recruitInterviewTopMain__text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  z-index: 4;
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopMain__text {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 390px) {
  .recruitInterviewTopMain__text {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruitInterviewTopMain__textInner {
  width: 100%;
  padding-bottom: 2.857vw;
}
@media screen and (max-width: 1260px) {
  .recruitInterviewTopMain__textInner {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopMain__textInner {
    padding-top: 65px;
    padding-bottom: 45px;
  }
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__textInner {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 0px;
    padding-top: 65px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.recruitInterviewTopMain__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruitInterviewTopMain__num {
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__num {
    font-size: 6rem;
    margin-bottom: 15px;
  }
}
.recruitInterviewTopMain__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__sub {
    margin-left: 0;
    top: 0;
  }
}
.recruitInterviewTopMain__position {
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  line-height: 1;
  margin-bottom: 7px;
  padding: 1px 4px 2px;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__position {
    font-size: 1rem;
  }
}
.recruitInterviewTopMain__name {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px 2px;
}
.recruitInterviewTopMain__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__ttl {
    display: block;
    position: relative;
  }
}
.recruitInterviewTopMain__ttlText {
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px;
  line-height: 1;
  padding: 1px 5px 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopMain__ttlText {
    display: inline;
    line-height: 1.7;
    font-size: 2rem;
  }
  .recruitInterviewTopMain__ttlText:first-of-type {
    margin-right: -0.2em;
  }
}
@media screen and (max-width: 390px) {
  .recruitInterviewTopMain__ttlText {
    display: inline;
    line-height: 1.7;
    position: relative;
    z-index: 2;
    background-color: #223a70;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
  }
  .recruitInterviewTopMain__ttlText:first-of-type {
    margin-right: -0.5em;
  }
}
.recruitInterviewTopMain__ttlText:last-of-type {
  margin-bottom: 0;
}
.recruitInterviewTopMain__btn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__btn {
    margin-top: 25px;
  }
}
.recruitInterviewTopMain__fig {
  border-radius: 150px 150px 0 0;
  aspect-ratio: 1400/620;
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1160px) {
  .recruitInterviewTopMain__fig {
    aspect-ratio: auto;
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopMain__fig {
    aspect-ratio: 750/1100;
    max-height: 600px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__fig {
    border-radius: 50px 50px 0 0;
  }
}
@media screen and (max-width: 390px) {
  .recruitInterviewTopMain__fig {
    aspect-ratio: 750/901;
  }
}
.recruitInterviewTopMain__img {
  border-radius: 150px 150px 0 0;
  width: 100%;
  aspect-ratio: 1400/620;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  position: relative;
  z-index: 1;
}
.recruitInterviewTopMain__img.zoom-anim {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media screen and (max-width: 1160px) {
  .recruitInterviewTopMain__img {
    aspect-ratio: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 1260px) {
  .recruitInterviewTopMain__img {
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopMain__img {
    aspect-ratio: 750/901;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopMain__img {
    border-radius: 50px 50px 0 0;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
    -o-object-position: top center;
       object-position: top center;
  }
}
@media screen and (max-width: 390px) {
  .recruitInterviewTopMain__img {
    -o-object-position: top center;
       object-position: top center;
    -webkit-transform: scale(1.4);
            transform: scale(1.4);
  }
}

.recruitInterviewTopSub {
  position: relative;
  top: -1px;
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopSub__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.recruitInterviewTopSub__item {
  cursor: pointer;
  width: 20% !important;
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopSub__item:nth-of-type(-n + 2) {
    width: 50% !important;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .recruitInterviewTopSub__item:nth-of-type(-n + 2) .recruitInterviewTopSub__img {
    aspect-ratio: 375/180;
    -o-object-fit: cover;
       object-fit: cover;
    height: auto;
  }
}
@media screen and (max-width: 960px) {
  .recruitInterviewTopSub__item:nth-of-type(n + 3) {
    width: 33.333% !important;
  }
}
.recruitInterviewTopSub__item.swiper-slide-thumb-active .recruitInterviewTopSub__fig:after {
  opacity: 0;
}
.recruitInterviewTopSub__item.swiper-slide-thumb-active .recruitInterviewTopSub__num {
  color: #fff;
}
.recruitInterviewTopSub__item_type_hidden .recruitInterviewTopSub__fig {
  position: relative;
}
.recruitInterviewTopSub__item_type_hidden .recruitInterviewTopSub__fig:after {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.recruitInterviewTopSub__item_type_hidden .recruitInterviewTopSub__fig:before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .recruitInterviewTopSub__item_type_hidden .recruitInterviewTopSub__fig:before {
    z-index: 2;
    font-size: 1.4rem;
  }
}
.recruitInterviewTopSub__item_type_hidden .recruitInterviewTopSub__num {
  color: #223a70 !important;
}
.recruitInterviewTopSub__fig {
  position: relative;
}
.recruitInterviewTopSub__fig:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
}
.recruitInterviewTopSub__img {
  width: 100%;
}
.recruitInterviewTopSub__num {
  font-size: 4.28vw;
  color: #223a70;
  position: absolute;
  left: 0.714vw;
  top: 0.714vw;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  line-height: 1;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruitInterviewTopSub__num {
    font-size: 3rem;
  }
}

.recruitNumberTop {
  padding-bottom: 155px;
  background-color: #fff;
  padding-top: 75px;
  margin-top: -75px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop {
    padding-top: 30px;
    margin-top: -30px;
    padding-bottom: 75px;
  }
}
.recruitNumberTop__ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__ttl {
    margin-bottom: 40px;
  }
}
.recruitNumberTop__ttl .bgSectionTtl__bg {
  left: 54px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__ttl .bgSectionTtl__bg {
    left: 33px;
  }
}
.recruitNumberTop__note {
  margin-top: calc(-40px - 1em);
  margin-bottom: 40px;
  text-align: right;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__note {
    margin-top: -10px;
    margin-bottom: 10px;
  }
}
.recruitNumberTop__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}
@media screen and (max-width: 960px) {
  .recruitNumberTop__list {
    margin: 0;
  }
}
.recruitNumberTop__item {
  width: 33.333%;
  padding: 5px;
}
@media screen and (max-width: 960px) {
  .recruitNumberTop__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .recruitNumberTop__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item {
    margin-bottom: 10px;
  }
}
.recruitNumberTop__item:nth-of-type(1) .recruitNumberTop__itemDetailImg {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(1) .recruitNumberTop__itemDetailImg {
    height: 45px;
  }
}
.recruitNumberTop__item:nth-of-type(2) .recruitNumberTop__itemDetailImg {
  height: 46px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(2) .recruitNumberTop__itemDetailImg {
    height: 45px;
  }
}
.recruitNumberTop__item:nth-of-type(3) .recruitNumberTop__itemDetailImg {
  height: 47px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(3) .recruitNumberTop__itemDetailImg {
    height: 45px;
  }
}
.recruitNumberTop__item:nth-of-type(4) .recruitNumberTop__itemDetailImg {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(4) .recruitNumberTop__itemDetailImg {
    height: 50px;
  }
}
.recruitNumberTop__item:nth-of-type(5) .recruitNumberTop__itemDetailImg {
  height: 48px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(5) .recruitNumberTop__itemDetailImg {
    height: 45px;
  }
}
.recruitNumberTop__item:nth-of-type(6) .recruitNumberTop__itemDetailImg {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__item:nth-of-type(6) .recruitNumberTop__itemDetailImg {
    height: 50px;
  }
}
.recruitNumberTop__itemInner {
  background-color: #f7fafc;
  border-radius: 20px;
  padding: 20px 40px;
}
@media screen and (max-width: 1260px) {
  .recruitNumberTop__itemInner {
    padding: 20px 20px;
  }
}
.recruitNumberTop__itemTtl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.recruitNumberTop__itemTtlSm {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__itemTtlSm {
    display: block;
    font-size: 1.2rem;
  }
}
.recruitNumberTop__itemDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruitNumberTop__itemDetailFig {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__itemDetailFig {
    height: 50px;
  }
}
.recruitNumberTop__itemDetailImg {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__itemDetailImg {
    margin-right: 25px;
  }
}
.recruitNumberTop__itemDataNum {
  font-size: 7rem;
  color: #223a70;
  line-height: 1;
  display: inline-block;
  position: relative;
  top: 5px;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
}
@media screen and (max-width: 1260px) {
  .recruitNumberTop__itemDataNum {
    font-size: 5.4rem;
  }
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__itemDataNum {
    font-size: 5rem;
  }
}
.recruitNumberTop__itemDataUnit {
  font-size: 2.4rem;
  font-weight: 600;
  margin-left: 10px;
}
@media screen and (max-width: 1260px) {
  .recruitNumberTop__itemDataUnit {
    font-size: 1.8rem;
    position: relative;
    top: 3px;
    margin-left: 3px;
  }
}
.recruitNumberTop__itemDataNumUnit {
  font-size: 4rem;
  font-weight: bold;
  color: #223a70;
  margin-left: 5px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .recruitNumberTop__itemDataNumUnit {
    font-size: 2.5rem;
    margin-left: 0;
    position: relative;
    top: 3px;
    margin-right: -11px;
  }
}
.recruitNumberTop__itemDataNumSm {
  font-size: 3rem;
  font-weight: 600;
}

.rectuitTopDescription {
  padding: 80px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .rectuitTopDescription {
    padding: 35px 0 40px;
  }
}
.rectuitTopDescription:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/recruit/img_07.jpg) no-repeat center center/cover;
  border-radius: 150px 150px 0 0;
}
@media screen and (max-width: 768px) {
  .rectuitTopDescription:after {
    border-radius: 50px 50px 0 0;
    background: url(../img/recruit/img_07_sp.jpg) no-repeat center center/cover;
  }
}
.rectuitTopDescription__container {
  position: relative;
  z-index: 2;
}
.rectuitTopDescription__ttl {
  text-align: center;
}
.rectuitTopDescription__ttlEn {
  font-size: 14rem;
  color: #fff;
  opacity: 0.5;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  display: block;
}
@media screen and (max-width: 768px) {
  .rectuitTopDescription__ttlEn {
    font-size: 4.5rem;
    white-space: nowrap;
  }
}
.rectuitTopDescription__ttlJp {
  display: block;
  font-size: 4rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  margin-top: -60px;
}
@media screen and (max-width: 768px) {
  .rectuitTopDescription__ttlJp {
    font-size: 3rem;
    margin-top: -30px;
  }
}
.rectuitTopDescription__btn {
  margin: 45px auto 0 auto;
  background-color: #fff;
  border-color: #fff;
  color: #223a70;
}
@media screen and (max-width: 768px) {
  .rectuitTopDescription__btn {
    margin-top: 15px;
  }
}
.rectuitTopDescription__btn .rMoreBtn__text:after {
  background-color: #223a70;
}
.rectuitTopDescription__btn .rMoreBtn__icon {
  background-image: url(../img/recruit/icon_arrow_right_02.svg);
}
.rectuitTopDescription__btn:hover {
  background-color: #223a70;
  color: #fff;
  border-color: #223a70;
}
.rectuitTopDescription__btn:hover::before {
  content: url(../img/recruit/icon_arrow_right_03.svg);
}
.rectuitTopDescription__btn:hover .rMoreBtn__text:after {
  background-color: #fff;
}
.rectuitTopDescription__btn:hover .rMoreBtn__icon {
  background-image: url(../img/recruit/icon_arrow_right_01.svg);
}

.recyclingIntro {
  min-height: 49.28vw;
  margin-bottom: 175px;
}
@media screen and (max-width: 768px) {
  .recyclingIntro {
    margin-bottom: 75px;
  }
}
.recyclingIntro__fig {
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
  width: 46.428vw;
}
@media screen and (max-width: 1100px) {
  .recyclingIntro__fig {
    width: calc(100vw - 605px);
  }
}
@media screen and (max-width: 960px) {
  .recyclingIntro__fig {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
  }
}
.recyclingIntro__contents {
  width: 425px;
  max-width: 425px;
}
@media screen and (max-width: 960px) {
  .recyclingIntro__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .recyclingIntro__contents {
    padding-top: 25px;
  }
}
.recyclingIntro__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.recyclingIntro__para:last-of-type {
  margin-bottom: 0;
}
.recyclingIntro__btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .recyclingIntro__btn {
    margin-top: 25px;
  }
}

.recyclingBgSection {
  background: url(../img/recycling/bg_01.jpg) no-repeat center center/cover;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 140px 0 150px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection {
    padding: 70px 0 75px;
    margin-bottom: 70px;
  }
}
.recyclingBgSection__ttl {
  font-size: 3rem;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 30px;
  }
}
.recyclingBgSection__desc {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__desc {
    margin-bottom: 25px;
  }
}
.recyclingBgSection__descPara {
  color: #fff;
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.recyclingBgSection__descPara:last-of-type {
  margin-bottom: 0;
}
.recyclingBgSection__navList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
  list-style: none;
}
.recyclingBgSection__navItem {
  width: 50%;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__navItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}
.recyclingBgSection__navLink {
  background-color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  color: inherit;
  height: 56px;
  padding: 10px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__navLink {
    height: 40px;
    padding: 5px 10px;
  }
}
.recyclingBgSection__navLink:after {
  content: "";
  display: block;
  width: 6.6px;
  height: 6.6px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__navLink:after {
    right: 15px;
  }
}
.recyclingBgSection__navLink:hover {
  background-color: #000;
  color: #fff;
}
.recyclingBgSection__navLink:hover .recyclingBgSection__navNum {
  background-color: #fff;
  color: #000;
}
.recyclingBgSection__navLink:hover:after {
  border-color: #fff;
}
.recyclingBgSection__navNum {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  color: #fff;
  background-color: #000;
  width: 34px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 34px;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .recyclingBgSection__navNum {
    width: 20px;
    height: 20px;
    font-size: 1.2rem;
  }
}
.recyclingBgSection__navText {
  font-weight: bold;
}

.recyclingFlow {
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .recyclingFlow {
    padding-bottom: 75px;
  }
}
.recyclingFlow__continer {
  padding-left: 0;
  padding-right: 0;
}
.recyclingFlow__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recyclingFlow__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.recyclingFlowList__item {
  position: relative;
}
.recyclingFlowList__item:after {
  content: "";
  width: 6px;
  height: calc(100% - 158px);
  display: block;
  background-image: radial-gradient(circle, #999999 2.8px, transparent 2.8px);
  background-size: 5.6px 9.6px;
  position: absolute;
  left: 47px;
  top: 143px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:after {
    left: 28px;
    top: 94px;
    height: calc(100% - 114px);
  }
}
.recyclingFlowList__item:nth-of-type(1) {
  padding-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:nth-of-type(1) {
    padding-bottom: 20px;
  }
}
.recyclingFlowList__item:nth-of-type(2) {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:nth-of-type(2) {
    padding-bottom: 20px;
  }
}
.recyclingFlowList__item:nth-of-type(3) {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:nth-of-type(3) {
    padding-bottom: 20px;
  }
}
.recyclingFlowList__item:nth-of-type(4) {
  padding-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:nth-of-type(4) {
    padding-bottom: 20px;
  }
  .recyclingFlowList__item:nth-of-type(4):after {
    height: calc(100% - 117px);
  }
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__item:last-of-type .recyclingFlowList__itemRight {
    padding-top: 23px;
  }
}
.recyclingFlowList__item:last-of-type:after {
  display: none;
}
.recyclingFlowList__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recyclingFlowList__itemLeft {
  width: 100px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemLeft {
    width: 60px;
  }
}
.recyclingFlowList__itemStep {
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemStep {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}
.recyclingFlowList__itemIcon {
  width: 100px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemIcon {
    width: 60px;
  }
}
.recyclingFlowList__itemRight {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemRight {
    padding-top: 32px;
  }
}
.recyclingFlowList__itemTtl {
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemTtl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.recyclingFlowList__itemDesc {
  line-height: 1.875;
  padding: 15px 20px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recyclingFlowList__itemDesc {
    padding: 15px 20px;
  }
}

.recyclingList__item:nth-of-type(1) .aboutrecycling__introInner {
  min-height: 39.57vw;
}
.recyclingList__item:nth-of-type(2) .aboutrecycling__introFig {
  top: 125px;
}
.recyclingList__item:nth-of-type(2) .aboutrecycling__introInner {
  min-height: calc(26.57vw + 125px);
}
.recyclingList__item:nth-of-type(3) .aboutrecycling__introFig {
  top: 125px;
}
.recyclingList__item:nth-of-type(3) .aboutrecycling__introInner {
  min-height: calc(26.5vw + 125px);
}
.recyclingList__item:nth-of-type(4) .aboutrecycling__introFig {
  top: 125px;
}
.recyclingList__item:nth-of-type(4) .aboutrecycling__introInner {
  min-height: calc(41.5vw + 125px);
}

.aboutrecycling__intro {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__intro {
    padding: 70px 0;
  }
}
.aboutrecycling__introInner {
  position: relative;
}
.aboutrecycling__introText {
  width: 525px;
}
@media screen and (max-width: 960px) {
  .aboutrecycling__introText {
    width: 100%;
  }
}
.aboutrecycling__introTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introTtl {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
.aboutrecycling__introTtlNum {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introTtlNum {
    font-size: 5rem;
    display: block;
  }
}
.aboutrecycling__introTtlNum:after {
  content: "";
  display: block;
  width: 1px;
  height: 70px;
  background-color: #282828;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 30px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introTtlNum:after {
    display: none;
  }
}
.aboutrecycling__introTtlText {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  line-height: 1;
  display: block;
  padding-top: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introTtlText {
    font-size: 3rem;
    white-space: wrap;
    letter-spacing: -0.05em;
    line-height: 1.33;
  }
}
.aboutrecycling__introFig {
  position: absolute;
  top: 0;
  right: calc(-50vw + 550px);
  width: 46.428vw;
}
@media screen and (max-width: 1260px) {
  .aboutrecycling__introFig {
    right: calc(-50vw + 560px);
    width: calc(100% - 525px - 40px);
  }
}
@media screen and (max-width: 1160px) {
  .aboutrecycling__introFig {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .aboutrecycling__introFig {
    position: static;
    width: 100%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introFig {
    margin-bottom: 15px;
  }
}
.aboutrecycling__introImg {
  width: 100%;
}
.aboutrecycling__introPara {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.aboutrecycling__introPara:last-of-type {
  margin-bottom: 0;
}
.aboutrecycling__introBtn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .aboutrecycling__introBtn {
    margin-top: 25px;
  }
}

.recyclingMerit {
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .recyclingMerit {
    padding: 70px 0;
  }
}
.recyclingMerit__container {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .recyclingMerit__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.recyclingMerit__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .recyclingMerit__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}

.recyclingMeritList__item {
  margin-bottom: 50px;
}
.recyclingMeritList__item:last-of-type {
  margin-bottom: 0;
}
.recyclingMeritList__itemInner {
  display: block;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}
.recyclingMeritList__itemNum {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  letter-spacing: 0.1em;
  font-family: "Zen Old Mincho", serif;
  font-size: 3rem;
  font-weight: bold;
  left: 20px;
  top: -20px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .recyclingMeritList__itemNum {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    font-size: 2rem;
    top: -25px;
  }
}
.recyclingMeritList__itemTtl {
  position: relative;
  padding-left: 120px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-top: 31px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .recyclingMeritList__itemTtl {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 2rem;
    text-align: center;
    min-height: auto;
    padding-top: 32px;
    padding-bottom: 10px;
  }
}
.recyclingMeritList__itemTtl:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: rgba(0, 0, 0, 0.2);
  width: calc(100% - 10px);
  height: 100%;
}
.recyclingMeritList__itemTtlText {
  font-weight: bold;
}
.recyclingMeritList__itemDesc {
  padding: 25px 40px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .recyclingMeritList__itemDesc {
    padding: 15px 20px;
  }
}

.recyclingReason {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .recyclingReason {
    padding: 70px 0;
  }
}
.recyclingReason__ttl {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recyclingReason__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 25px;
  }
}

.recyclingReasonList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 960px) {
  .recyclingReasonList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.recyclingReasonList__item {
  width: 33.333%;
  padding: 0 15px;
}
@media screen and (max-width: 960px) {
  .recyclingReasonList__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .recyclingReasonList__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .recyclingReasonList__item {
    margin-bottom: 20px;
  }
  .recyclingReasonList__item:last-of-type {
    margin-bottom: 0;
  }
}
.recyclingReasonList__itemInner {
  background-color: #f7f7f7;
  padding: 50px 50px 45px 50px;
  display: block;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .recyclingReasonList__itemInner {
    padding: 30px 25px 25px 25px;
  }
}
.recyclingReasonList__itemFig {
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.recyclingReasonList__itemFig_type_left {
  left: 19px;
}
@media screen and (max-width: 768px) {
  .recyclingReasonList__itemFig {
    margin-bottom: 15px;
  }
}
.recyclingReasonList__itemImg {
  height: 80px;
}
.recyclingReasonList__itemTtl {
  text-align: center;
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1.666;
  margin-bottom: 20px;
  letter-spacing: -0.03em;
  height: 77px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .recyclingReasonList__itemTtl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
    height: auto;
  }
}
.recyclingReasonList__itemDesc {
  line-height: 1.875;
}
.recyclingCan__container {
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .recyclingCan__container {
    padding: 70px 0 90px;
  }
}
.recyclingCan__ttl {
  font-size: 3rem;
  display: block;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recyclingCan__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.recyclingCan__intro {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .recyclingCan__intro {
    margin-bottom: 15px;
  }
}

.recyclingCanList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -35px -20px;
}
@media screen and (max-width: 1260px) {
  .recyclingCanList {
    margin: -35px -10px;
  }
}
@media screen and (max-width: 768px) {
  .recyclingCanList {
    margin: -25px -7.5px;
  }
}
.recyclingCanList__itemFig {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recyclingCanList__itemFig {
    margin-bottom: 12px;
  }
}
.recyclingCanList__itemTtl {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .recyclingCanList__itemTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }
}
.recyclingCanList__itemDesc {
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .recyclingCanList__itemDesc {
    padding-left: 0;
    padding-right: 0;
  }
}

.recyclingCanList_col_04 .recyclingCanList__item {
  width: 25%;
  padding: 35px 10px;
}
@media screen and (max-width: 1260px) {
  .recyclingCanList_col_04 .recyclingCanList__item {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 960px) {
  .recyclingCanList_col_04 .recyclingCanList__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recyclingCanList_col_04 .recyclingCanList__item {
    padding: 25px 7.5px;
  }
}

.recyclingCanList_col_03 .recyclingCanList__item {
  width: 33.333%;
  padding: 35px 10px;
}
@media screen and (max-width: 1260px) {
  .recyclingCanList_col_03 .recyclingCanList__item {
    padding: 35px 10px;
  }
}
@media screen and (max-width: 960px) {
  .recyclingCanList_col_03 .recyclingCanList__item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recyclingCanList_col_03 .recyclingCanList__item {
    padding: 25px 7.5px;
  }
}

@media screen and (max-width: 768px) {
  .recyclingOthers__container {
    padding: 0;
  }
}

.recyclingFaq {
  padding-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .recyclingFaq {
    padding-bottom: 75px;
  }
}
.recyclingFaq__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .recyclingFaq__ttl {
    font-size: 2.4rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.recyclingFaqList__dl {
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__dl {
    -webkit-box-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 1.5px 1.5px 0 rgba(0, 0, 0, 0.5);
    margin-bottom: 15px;
  }
}
.recyclingFaqList__dl:last-of-type {
  margin-bottom: 0;
}
.recyclingFaqList__dt {
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 40px 40px 35px 40px;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__dt {
    padding: 20px 50px 20px 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recyclingFaqList__dt:before {
  content: "";
  display: block;
  width: 22px;
  aspect-ratio: 132/150;
  background: url(../img/recycling/icon_18.svg) no-repeat center center/cover;
  min-width: 22px;
  margin-right: 20px;
  position: relative;
  top: 1px;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__dt:before {
    width: 17.5px;
    min-width: 17.5px;
    height: 20px;
    margin-right: 15px;
  }
}
.recyclingFaqList__dt:after {
  content: "";
  display: block;
  width: 7.8px;
  height: 7.8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(135deg) translateY(-50%);
          transform: rotate(135deg) translateY(-50%);
  position: absolute;
  top: calc(50% - 7px);
  right: 40px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__dt:after {
    right: 25px;
  }
}
.recyclingFaqList__dt.jsActive:after {
  -webkit-transform: rotate(-45deg) translateY(-50%);
          transform: rotate(-45deg) translateY(-50%);
  top: calc(50% - 0px);
}
.recyclingFaqList__dd {
  display: none;
  margin-top: -10px;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__dd {
    margin-top: 0;
  }
}
.recyclingFaqList__ddInner {
  line-height: 1.875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px 35px 40px;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__ddInner {
    padding: 0 25px 20px 25px;
  }
}
.recyclingFaqList__ddInner:before {
  content: "";
  display: block;
  width: 20.94px;
  height: 21.5px;
  background: url(../img/recycling/icon_19.svg) no-repeat center center/cover;
  position: relative;
  top: 4px;
  margin-right: 21px;
  min-width: 20.94px;
}
@media screen and (max-width: 768px) {
  .recyclingFaqList__ddInner:before {
    width: 17.4px;
    min-width: 17.4px;
    height: 17.85px;
    margin-right: 15px;
  }
}
.recyclingFaqList__ddPara {
  margin-bottom: 1.5em;
}
.recyclingFaqList__ddPara:last-of-type {
  margin-bottom: 0;
}

.recyclingEx {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 140px 0 150px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .recyclingEx {
    padding: 70px 0;
  }
}
.recyclingEx__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .recyclingEx__ttl {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }
}

.recyclingExList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px -15px;
}
@media screen and (max-width: 768px) {
  .recyclingExList {
    margin: 0;
  }
}
.recyclingExList__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 20px 15px;
}
@media screen and (max-width: 960px) {
  .recyclingExList__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}
@media screen and (max-width: 768px) {
  .recyclingExList__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 0 0 0;
    margin-bottom: 40px;
  }
  .recyclingExList__item:last-of-type {
    margin-bottom: 0;
  }
}
.recyclingExList__itemInner {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.recyclingExList__itemFig {
  margin-bottom: 15px;
}
.recyclingExList__itemImg {
  width: 100%;
  height: auto;
}
.recyclingExList__itemTtl {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.recyclingExList__itemBottom {
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemBottom {
    margin-top: 15px;
  }
}
.recyclingExList__itemInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: -5px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemInfo {
    margin: -2.5px;
  }
}
.recyclingExList__itemInfoItem {
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemInfoItem {
    padding: 2.5px;
  }
}
.recyclingExList__itemInfoItemText {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  padding: 2px 10px 4px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemInfoItemText {
    font-size: 1.2rem;
    padding: 2px 5px 4px;
  }
}
.recyclingExList__itemInfoItemText_type_cat {
  background-color: #000000;
}
.recyclingExList__itemInfoItemText_type_area {
  background-color: #00823b;
}
.recyclingExList__itemDetail {
  margin-top: 25px;
  border: 1px solid #999999;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemDetail {
    margin-top: 17.5px;
  }
}
.recyclingExList__itemDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999999;
}
.recyclingExList__itemDl:nth-of-type(1) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(1) .recyclingExList__itemDd {
  min-height: 126px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemDl:nth-of-type(1) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(1) .recyclingExList__itemDd {
    min-height: none;
  }
}
.recyclingExList__itemDl:nth-of-type(2) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(2) .recyclingExList__itemDd {
  min-height: 149px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemDl:nth-of-type(2) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(2) .recyclingExList__itemDd {
    min-height: none;
  }
}
.recyclingExList__itemDl:nth-of-type(3) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(3) .recyclingExList__itemDd {
  min-height: 102px;
}
@media screen and (max-width: 768px) {
  .recyclingExList__itemDl:nth-of-type(3) .recyclingExList__itemDt, .recyclingExList__itemDl:nth-of-type(3) .recyclingExList__itemDd {
    min-height: none;
  }
}
.recyclingExList__itemDl:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.recyclingExList__itemDt {
  width: 120px;
  font-weight: bold;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  border-right: 1px solid #999999;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}
.recyclingExList__itemDt .recyclingExList__itemTabeCell {
  font-weight: bold;
}
.recyclingExList__itemDd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 15px 20px;
  font-size: 1.4rem;
  line-height: 1.7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.rInterview__container {
  max-width: 1420px;
}

.rInterviewList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
  border-right: 1px solid #d3e3ea;
}
@media screen and (max-width: 960px) {
  .rInterviewList {
    border: none;
    margin: -30px -30px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList {
    margin: -15px -12.5px;
    margin-bottom: 0;
  }
}
.rInterviewList:before {
  content: "";
  position: absolute;
  inset-inline: calc(50% - 50vw);
  border-top: 1px solid #d3e3ea;
  top: -0.5px;
}
@media screen and (max-width: 960px) {
  .rInterviewList:before {
    display: none;
  }
}
.rInterviewList:after {
  content: "";
  position: absolute;
  inset-inline: calc(50% - 50vw);
  border-bottom: 1px solid #d3e3ea;
  bottom: calc(50% - 1.5px);
}
@media screen and (max-width: 960px) {
  .rInterviewList:after {
    display: none;
  }
}
.rInterviewList__item {
  width: calc(33.333% + 1px);
  margin: -0.5px;
  border: 1px solid #d3e3ea;
}
.rInterviewList__item_is_hidden {
  position: relative;
}
.rInterviewList__item_is_hidden:after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewList__item_is_hidden:after {
    display: none;
  }
}
.rInterviewList__item_is_hidden:before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: calc(30% + 37px);
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .rInterviewList__item_is_hidden:before {
    top: calc(12vw + 40px);
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList__item_is_hidden:before {
    display: none;
  }
}
.rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
  height: 180%;
  left: 2px;
  width: calc(100% - 1px);
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:before {
    display: none;
  }
}
.rInterviewList__item_is_hidden.rInterviewList__item_is_hidden02:before, .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden03:before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: calc(39% + 37px);
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden02:before, .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden03:before {
    top: calc(12vw + 40px);
    z-index: 2;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden02:before, .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden03:before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden02:after, .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden03:after {
    display: none;
  }
}
.rInterviewList__item_is_hidden.rInterviewList__item_is_hiheItem .rInterviewList__image {
  position: relative;
}
.rInterviewList__item_is_hidden.rInterviewList__item_is_hiheItem .rInterviewList__image:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 3;
}
.rInterviewList__item_is_hidden.rInterviewList__item_is_hiheItem .rInterviewList__image::before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 2rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
}
.rInterviewList__item_is_hidden .rInterviewList__image {
  margin-bottom: 0;
}
.rInterviewList__item_is_hidden .rInterviewList__details {
  display: none;
}
.rInterviewList__item_is_hidden .rInterviewList__link {
  pointer-events: none;
}
.rInterviewList__item_is_hidden .rInterviewList__imageCatch {
  opacity: 0;
}
.rInterviewList__item_is_hidden .rInterviewList__details {
  opacity: 0;
}
.rInterviewList__item_is_hidden01 {
  right: 1px;
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden .rInterviewList__image {
    margin-bottom: 0;
  }
  .rInterviewList__item_is_hidden .rInterviewList__imageCatch {
    display: none;
  }
  .rInterviewList__item_is_hidden .rInterviewList__fig {
    margin-bottom: 0;
  }
  .rInterviewList__item_is_hidden .rInterviewList__details {
    display: none;
  }
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01 {
    position: relative;
    right: 0;
  }
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    content: "";
    display: block;
    width: 100vw;
    height: 112vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    left: -17.5px;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:before {
    content: "coming soon";
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 4rem;
    display: block;
    width: 100vw;
    text-align: center;
    position: absolute;
    color: #fff;
    left: -17px;
    top: calc(100% - 30px);
    z-index: 3;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__item {
    width: 50%;
    margin: 0;
    border: none;
    padding: 30px 25px;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList__item {
    padding: 30px 12.5px;
  }
}
.rInterviewList__item:nth-of-type(3n) {
  border-right: none;
  border-left: none;
}
.rInterviewList__link {
  padding: 50px;
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
}
@media screen and (max-width: 960px) {
  .rInterviewList__link {
    padding: 0;
  }
}
.rInterviewList__link:hover .rInterviewList__img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.rInterviewList__link:hover .rMoreBtn {
  background-color: #fff;
  color: #223a70;
}
.rInterviewList__link:hover .rMoreBtn .rMoreBtn__text:after {
  background-color: #fff;
}
.rInterviewList__link:hover .rMoreBtn .rMoreBtn__icon {
  background: url(../img/recruit/icon_arrow_right_02.svg) no-repeat center center/cover;
}
.rInterviewList__image {
  position: relative;
  margin-bottom: 15px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .rInterviewList__image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList__image {
    margin-bottom: 10px;
  }
}
.rInterviewList__imageText {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  left: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .rInterviewList__imageText {
    position: static;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rInterviewList__imageNum {
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  padding: 10px;
}
@media screen and (max-width: 1260px) {
  .rInterviewList__imageNum {
    font-size: 6rem;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__imageNum {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList__imageNum {
    font-size: 4rem;
    top: 5px;
    left: 5px;
  }
}
.rInterviewList__imageCatch {
  max-width: 220px;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 1260px) {
  .rInterviewList__imageCatch {
    max-width: 100%;
    padding: 0 10px 10px 10px;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList__imageCatch {
    padding: 0;
  }
}
.rInterviewList__imageCatchText {
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  background-color: #223a70;
  display: inline;
}
@media screen and (max-width: 768px) {
  .rInterviewList__imageCatchText {
    line-height: 1.5;
  }
}
.rInterviewList__fig {
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .rInterviewList__fig {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList__fig {
    margin-bottom: 13px;
  }
}
.rInterviewList__img {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .rInterviewList__img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.rInterviewList__detailsAffiliation {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .rInterviewList__detailsAffiliation {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 5px;
  }
}
.rInterviewList__name {
  font-weight: bold;
}
.rInterviewList__btn {
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .rInterviewList__btn {
    margin-top: 10px;
  }
}

.rInterviewSingleTop {
  position: relative;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleTop {
    margin-bottom: 60px;
  }
}
.rInterviewSingleTop__inner {
  position: relative;
}
.rInterviewSingleTop__text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 960px) {
  .rInterviewSingleTop__text {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewSingleTop__text {
    height: 100%;
  }
}
@media screen and (max-width: 390px) {
  .rInterviewSingleTop__text {
    padding: 0;
    height: 100%;
  }
}
.rInterviewSingleTop__textInner {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .rInterviewSingleTop__fig {
    height: 100%;
  }
}
.rInterviewSingleTop__img {
  border-radius: 150px 150px 0 0;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleTop__img {
    aspect-ratio: 400/480;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 50px 50px 0 0;
    max-height: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 390px) {
  .rInterviewSingleTop__img {
    aspect-ratio: auto;
  }
}
.rInterviewSingleTop__bgText {
  font-size: 14rem;
  color: #98c6f4;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  position: absolute;
  right: 0px;
  bottom: -70px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleTop__bgText {
    display: none;
  }
}

.rInterviewTop__textInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .rInterviewTop__textInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.rInterviewTop__textInfoNum {
  line-height: 1;
  font-size: 10rem;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  .rInterviewTop__textInfoNum {
    font-size: 6rem;
    margin-bottom: 15px;
  }
}
.rInterviewTop__textInfoDetails {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 40px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .rInterviewTop__textInfoDetails {
    margin-left: 0;
    top: 0;
  }
}
.rInterviewTop__textInfoAffiliation {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  line-height: 1;
  margin-bottom: 7px;
  padding: 1px 4px 2px;
}
@media screen and (max-width: 768px) {
  .rInterviewTop__textInfoAffiliation {
    font-size: 1rem;
  }
}
.rInterviewTop__textInfoName {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1px 3px 2px;
}
.rInterviewTop__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  opacity: 0;
}
@media screen and (max-width: 960px) {
  .rInterviewTop__ttl {
    display: inline-block;
  }
}
@media screen and (max-width: 390px) {
  .rInterviewTop__ttl {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.rInterviewTop__ttl.isShow {
  -webkit-animation: tvm 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
          animation: tvm 0.6s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  -webkit-transition: opacity 0;
  transition: opacity 0;
}
@-webkit-keyframes tvm {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
@keyframes tvm {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
            clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
  }
  90% {
    -webkit-clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
  }
}
.rInterviewTop__ttlText {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  background-color: #223a70;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 7px;
  line-height: 1;
  padding: 1px 5px 2px;
  letter-spacing: 0.1em;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
}
@media screen and (max-width: 960px) {
  .rInterviewTop__ttlText {
    display: inline;
    line-height: 1.7;
  }
  .rInterviewTop__ttlText:first-of-type {
    margin-right: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewTop__ttlText {
    font-size: 2rem;
    display: inline-block;
    line-height: 1.2;
    background-color: transparent;
    position: relative;
    z-index: 2;
    background-color: #223a70;
    -webkit-box-decoration-break: clone;
            box-decoration-break: clone;
    margin-bottom: 2px;
  }
}
.rInterviewTop__ttlText:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 390px) {
  .rInterviewTop__ttlText:last-of-type {
    margin-left: -0.2em !important;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewTop__ttlTextCol {
    display: inline;
    margin-left: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewTop__ttlTextCol {
    margin-left: -0.5em;
  }
}
@media screen and (max-width: 390px) {
  .rInterviewTop__ttlTextCol {
    display: inline;
    margin-left: -0.25em;
  }
}
.rInterviewTop__ttlTextCol .rInterviewTop__ttlText {
  margin-left: -0.25em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .rInterviewTop__ttlTextCol .rInterviewTop__ttlText {
    margin-left: -0.15em;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewTop__ttlTextCol .rInterviewTop__ttlText {
    margin-left: 0;
  }
}
.rInterviewTop__ttlTextCol .rInterviewTop__ttlText:first-of-type {
  margin-left: 0;
  position: relative;
  z-index: 1;
  margin-right: -0.1em;
}
@media screen and (max-width: 390px) {
  .rInterviewTop__ttlTextCol .rInterviewTop__ttlText:first-of-type {
    margin-right: -0.5em !important;
  }
}
.rInterviewTop__ttlTextCol .rInterviewTop__ttlText:last-of-type {
  z-index: 2;
}
.rInterviewSingleBody {
  font-family: "zen-kaku-gothic-new", "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 145px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody {
    margin-bottom: 75px;
  }
}
.rInterviewSingleBody__section {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__section {
    margin-bottom: 70px;
  }
}
.rInterviewSingleBody__section:first-of-type {
  margin-bottom: 75px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__section:first-of-type {
    margin-bottom: 70px;
  }
}
.rInterviewSingleBody__section:last-of-type {
  margin-bottom: 0;
}
.rInterviewSingleBody__section:nth-of-type(2) .rInterviewSingleBody__sectionFig {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__section:nth-of-type(2) .rInterviewSingleBody__sectionFig {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.rInterviewSingleBody__section:nth-of-type(2) .rInterviewSingleBody__sectionText {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__section:nth-of-type(2) .rInterviewSingleBody__sectionText {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-left: 0;
  }
}
.rInterviewSingleBody__section:nth-of-type(2) .rInterviewSingleBody__sectionTtl {
  margin-bottom: 15px;
}
.rInterviewSingleBody__section:nth-of-type(4) .rInterviewSingleBody__sectionFig {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.rInterviewSingleBody__section:nth-of-type(4) .rInterviewSingleBody__sectionText {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-right: 80px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__section:nth-of-type(4) .rInterviewSingleBody__sectionText {
    padding-right: 0;
  }
}
.rInterviewSingleBody__section:nth-of-type(4) .rInterviewSingleBody__sectionTtl {
  margin-bottom: 15px;
}
.rInterviewSingleBody__sectionTtl {
  position: relative;
  margin-bottom: 40px;
  line-height: 1.666;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionTtl {
    margin-bottom: 15px;
    padding-left: 0;
  }
}
.rInterviewSingleBody__sectionTtlNum {
  font-family: "Montserrat", sans-serif;
  font-size: 10rem;
  color: #e6eff4;
  font-weight: 500;
  position: absolute;
  left: -7px;
  top: -79px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionTtlNum {
    font-size: 6rem;
    left: 0;
    top: -42px;
  }
}
.rInterviewSingleBody__sectionTtlText {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionTtlText {
    font-size: 2rem;
  }
}
.rInterviewSingleBody__sectionDesc {
  position: relative;
  z-index: 2;
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionDesc {
    padding-left: 0;
  }
}
.rInterviewSingleBody__sectionDescPara {
  line-height: 1.875;
}
.rInterviewSingleBody__sectionCol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionCol {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.rInterviewSingleBody__sectionText {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.rInterviewSingleBody__sectionDeac {
  padding-left: 33px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionDeac {
    padding-left: 0;
  }
}
.rInterviewSingleBody__sectionDeacPara {
  line-height: 1.875;
}
.rInterviewSingleBody__sectionFig {
  width: 500px;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 0 #d3e3ea;
          box-shadow: 5px 5px 0 #d3e3ea;
}
@media screen and (max-width: 1260px) {
  .rInterviewSingleBody__sectionFig {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionFig {
    width: 100%;
    margin-top: 20px;
    border-radius: 15px;
  }
}
.rInterviewSingleBody__sectionImg {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionImg {
    border-radius: 15px;
  }
}
.rInterviewSingleBody__sectionRow .rInterviewSingleBody__sectionFig {
  width: 100%;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleBody__sectionRow .rInterviewSingleBody__sectionFig {
    margin-top: 20px;
  }
  .rInterviewSingleBody__sectionRow .rInterviewSingleBody__sectionFig .rInterviewSingleBody__sectionImg {
    aspect-ratio: 630/400;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.rInterviewSchedule {
  padding-top: 145px;
  padding-bottom: 150px;
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule {
    padding-top: 70px;
    padding-bottom: 75px;
    margin-bottom: 70px;
  }
}
.rInterviewSchedule .rInterviewSchedule__ttl {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule .rInterviewSchedule__ttl {
    margin-bottom: 20px;
  }
}
.rInterviewSchedule .rInterviewSchedule__ttlText {
  position: relative;
  z-index: 1;
}
.rInterviewSchedule .rInterviewSchedule__ttlTextEn {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  letter-spacing: 0.075em;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule .rInterviewSchedule__ttlTextEn {
    font-size: 1rem;
  }
}
.rInterviewSchedule .rInterviewSchedule__ttlTextJp {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule .rInterviewSchedule__ttlTextJp {
    margin-top: 15px;
    font-size: 3rem;
  }
}
.rInterviewSchedule .rInterviewSchedule__ttlBg {
  font-size: 14rem;
  color: #e6eff4;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  position: absolute;
  line-height: 1;
  text-align: center;
  display: block;
  width: 100%;
  left: 0;
  bottom: 8px;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule .rInterviewSchedule__ttlBg {
    font-size: 6rem;
    top: -7px;
    white-space: nowrap;
  }
}
.rInterviewSchedule__container {
  max-width: 760px;
}
.rInterviewSchedule__inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  padding: 45px 50px;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__inner {
    padding: 20px 25px;
    border-radius: 15px;
  }
}
.rInterviewSchedule__list {
  position: relative;
}
.rInterviewSchedule__list:after {
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  display: block;
  background-color: #98c6f4;
  position: absolute;
  top: 10px;
  left: 4.5px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__list:after {
    left: 3.5px;
    height: calc(100% - 60px);
  }
}
.rInterviewSchedule__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.rInterviewSchedule__dl:last-of-type {
  margin-bottom: 0;
}
.rInterviewSchedule__dl::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #223a70;
  margin-right: 28px;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__dl::before {
    width: 8px;
    height: 8px;
    margin-right: 18px;
  }
}
.rInterviewSchedule__dt {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  display: block;
  width: 62px;
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__dt {
    font-size: 2rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.rInterviewSchedule__dd {
  line-height: 1.875;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewSchedule__dd {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
    padding-left: 26px;
    margin-top: 5px;
  }
}

.rInterviewSchedule_type_01 {
  background: url(../img/recruit/interview/img_01_05.jpg) no-repeat center center/cover;
}
.rInterviewSchedule_type_02 {
  background: url(../img/recruit/interview/img_02_04.jpg) no-repeat center center/cover;
}
.rInterviewSchedule_type_03 {
  background: url(../img/recruit/interview/img_03_04.jpg) no-repeat center center/cover;
}
.rInterviewSchedule_type_04 {
  background: url(../img/recruit/interview/img_04_04.jpg) no-repeat center center/cover;
}
.rInterviewSchedule_type_05 {
  background: url(../img/recruit/interview/img_05_04.jpg) no-repeat center center/cover;
}

.rInterviewSingleOther__container {
  max-width: 1460px;
}
.rInterviewSingleOther__ttl {
  position: relative;
  margin-bottom: 50px;
}
.rInterviewSingleOther__ttlEn {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Work Sans", sans-serif;
  font-weight: 700;
  font-style: italic;
  display: block;
  letter-spacing: 0.075em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleOther__ttlEn {
    font-size: 1rem;
  }
}
.rInterviewSingleOther__ttlJp {
  display: block;
  font-weight: bold;
  font-size: 4rem;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .rInterviewSingleOther__ttlJp {
    margin-top: 15px;
    font-size: 3rem;
  }
}

.rInterviewList_col_04:after {
  display: none;
}
.rInterviewList_col_04 .rInterviewList__item {
  width: calc(25% + 1px);
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden {
  position: relative;
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden:after {
  content: "";
  display: block;
  width: calc(100% + 1px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden:after {
    display: none;
  }
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden:before {
  content: "coming soon";
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 100;
  font-size: 3rem;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  color: #fff;
  left: 0;
  top: calc(26% + 40px);
  z-index: 2;
}
@media screen and (max-width: 1260px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden:before {
    top: calc(20vw + 40px);
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden:before {
    display: none;
  }
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__link {
  pointer-events: none;
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__imageCatch {
  opacity: 0;
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__details {
  opacity: 0;
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__image {
  z-index: 0;
}
.rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01 {
  right: 1px;
}
@media screen and (max-width: 1260px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    right: -2px;
    left: auto;
    top: 1px;
  }
}
@media screen and (max-width: 1260px) and (max-width: 960px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    left: 0px;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden:after {
    display: none;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden:before {
    display: none;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__image {
    margin-bottom: 0;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__fig {
    margin-bottom: 0;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden .rInterviewList__details {
    display: none;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01 {
    position: relative;
    right: 0;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    content: "";
    display: block;
    width: 100vw;
    height: 105vw;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 960px) and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:after {
    left: -17.5px;
    height: 113vw;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hidden01:before {
    content: "coming soon";
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 4rem;
    display: block;
    width: 100vw;
    text-align: center;
    position: absolute;
    color: #fff;
    left: -17px;
    top: calc(100% - 30px);
    z-index: 2;
  }
}
@media screen and (max-width: 960px) {
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hideItem .rInterviewList__image {
    position: relative;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hideItem .rInterviewList__image:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 3;
  }
  .rInterviewList_col_04 .rInterviewList__item_is_hidden.rInterviewList__item_is_hideItem .rInterviewList__image::before {
    content: "coming soon";
    font-family: "Montserrat", sans-serif;
    font-style: italic;
    font-weight: 100;
    font-size: 2rem;
    display: block;
    width: 100%;
    text-align: center;
    position: absolute;
    color: #fff;
    left: 0;
    top: 50%;
    z-index: 2;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 4;
  }
}
.rInterviewList_col_04 .rInterviewList__item_is_active {
  display: none;
}
@media screen and (max-width: 960px) {
  .rInterviewList_col_04 .rInterviewList__item_is_active {
    display: block;
    opacity: 0.5;
  }
}
@media screen and (max-width: 1260px) {
  .rInterviewList_col_04 .rInterviewList__item {
    width: 50%;
  }
  .rInterviewList_col_04 .rInterviewList__item:nth-of-type(2) {
    border-right: none;
  }
}
.rInterviewList_col_04 .rInterviewList__item:last-of-type {
  border-right: none;
}
.rInterviewList_col_04 .rInterviewList__link {
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__link {
    padding: 0;
  }
}
.rInterviewList_col_04 .rInterviewList__imageNum {
  font-size: 6rem;
  padding: 10px 15px 15px;
}
@media screen and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__imageNum {
    font-size: 4rem;
    top: 5px;
    left: 5px;
    padding: 0;
  }
}
.rInterviewList_col_04 .rInterviewList__imageCatchText {
  font-size: 2rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .rInterviewList_col_04 .rInterviewList__imageCatchText {
    line-height: 1.5;
  }
  .rInterviewList_col_04 .rInterviewList__imageCatchText br {
    display: none;
  }
}
.rMessage__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.rMessage__ttl {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1.666;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .rMessage__ttl {
    font-size: 3rem;
    line-height: 1.333;
    padding-left: 20px;
  }
}
.rMessage__fig {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  margin-left: calc(-50vw + 550px);
  margin-top: 45px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1260px) {
  .rMessage__fig {
    margin-left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .rMessage__fig {
    margin-top: 35px;
  }
}
.rMessage__img {
  border-radius: 0 30px 30px 0;
  width: 100%;
  display: block;
}
@media screen and (max-width: 960px) {
  .rMessage__img.pc {
    display: none;
  }
}
.rMessage__img.sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .rMessage__img.sp {
    display: block;
    border-radius: 0 25px 25px 0;
  }
}
.rMessage__detail {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
@media screen and (max-width: 768px) {
  .rMessage__detail {
    margin-right: -100px;
  }
}
.rMessage__desc {
  margin-bottom: 40px;
}
.rMessage__descPara {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.rMessage__descPara:last-of-type {
  margin-bottom: 0;
}
.rMessage__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.rMessage__dt {
  margin-right: 20px;
}
.rMessage__dd {
  font-size: 3rem;
  font-weight: bold;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .rMessage__dd {
    font-size: 2.5rem;
    top: 2px;
  }
}

.sdgsIntro {
  min-height: 87.7vw;
  margin-bottom: 120px;
}
.sdgsIntro_type_carbon {
  min-height: 93vw;
  margin-bottom: 100px;
}
.sdgsIntro_type_esg {
  min-height: 123.7vw;
}
@media screen and (max-width: 768px) {
  .sdgsIntro_type_esg .sdgsIntro__sectionDesc {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sdgsIntro {
    margin-bottom: 45px;
  }
}
.sdgsIntro__ttl_text_s {
  margin-top: -0.25em;
}
.sdgsIntro__fig {
  position: absolute;
  right: calc(-50vw + 550px);
  top: 0;
  width: 46.42vw;
}
@media screen and (max-width: 1260px) {
  .sdgsIntro__fig {
    right: calc(-50vw + 550px);
    width: calc(100% - 555px);
  }
}
@media screen and (max-width: 1160px) {
  .sdgsIntro__fig {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sdgsIntro__fig {
    position: static;
    width: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sdgsIntro__fig {
    padding-top: 20px;
  }
}
.sdgsIntro__figItem {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__figItem {
    margin-bottom: 5px;
  }
}
.sdgsIntro__figItem:last-of-type {
  margin-bottom: 0;
}
.sdgsIntro__figItem_type_carbon {
  margin-top: 1.5em;
  margin-bottom: 0;
}
.sdgsIntro__contents {
  width: 425px;
  max-width: 425px;
}
@media screen and (max-width: 960px) {
  .sdgsIntro__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .sdgsIntro__contents {
    padding-top: 25px;
    overflow: visible;
  }
}
.sdgsIntro__top {
  line-height: 1.875;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__top {
    margin-bottom: 25px;
  }
}
.sdgsIntro__topPara {
  margin-bottom: 1.5em;
}
.sdgsIntro__topPara:last-of-type {
  margin-bottom: 0;
}
.sdgsIntro__section {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__section {
    margin-bottom: 35px;
  }
}
.sdgsIntro__section:last-of-type {
  margin-bottom: 0;
}
.sdgsIntro__sectionTtl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #282828;
  padding: 2px 10px 6px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__sectionTtl {
    font-size: 2rem;
    padding: 3px 10px 5px;
    line-height: 2;
  }
  .sdgsIntro__sectionTtl br {
    display: none;
  }
}
.sdgsIntro__sectionDesc {
  line-height: 1.875;
  margin-bottom: 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__sectionDesc {
    margin-bottom: 25px;
  }
}
.sdgsIntro__sectionDescPara {
  margin-bottom: 1.5em;
}
.sdgsIntro__sectionDescPara:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sdgsIntro__sectionDescPara .sdgsIntro__figItem {
    margin-bottom: 1.5em;
    margin-right: -30px;
  }
}
.sdgsIntro__sectionDescCaution {
  font-size: 1.2rem;
  font-style: normal;
  margin-bottom: 1.5em;
}
.sdgsIntro__sectionDescCite {
  font-style: normal;
  font-size: 1.2rem;
}
.sdgsIntro__sectionDescCiteLink {
  color: inherit;
}
.sdgsIntro__sectionDescCiteLink:hover {
  text-decoration: none;
}

.sdgsDifference {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sdgsDifference {
    margin-bottom: 45px;
  }
}
.sdgsDifference__outroPara {
  margin-bottom: 1.5em;
  line-height: 1.875;
}
.sdgsDifference__outroPara:last-of-type {
  margin-bottom: 0;
}

.sdgsBesideTtl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sdgsBesideTtl {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}

.sdgsTable {
  width: 100%;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sdgsTableContents {
    overflow: scroll;
    margin-right: -30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sdgsTable {
    width: 534px;
    overflow: scroll;
  }
}
.sdgsTable__tr {
  border-bottom: 1px solid #cccccc;
}
.sdgsTable__th {
  background-color: #333333;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.75;
  padding: 30px 40px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sdgsTable__th {
    line-height: 1.5625;
    padding: 12px 10px;
  }
}
.sdgsTable__th:nth-of-type(1) {
  width: 17.18%;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .sdgsTable__th:nth-of-type(1) {
    width: 126px;
  }
}
.sdgsTable__th:nth-of-type(2) {
  width: 41.41%;
  border-right: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .sdgsTable__th:nth-of-type(2) {
    width: 204px;
  }
}
.sdgsTable__th:nth-of-type(3) {
  width: 41.41%;
}
@media screen and (max-width: 768px) {
  .sdgsTable__th:nth-of-type(3) {
    width: 204px;
  }
}
.sdgsTable__td {
  background-color: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 30px 40px;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .sdgsTable__td {
    line-height: 1.5625;
    padding: 12px 10px;
  }
}
.sdgsTable__td:nth-of-type(1) {
  border-right: 1px solid #cccccc;
}
.sdgsStandard {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .sdgsStandard {
    margin-bottom: 50px;
  }
}
.sdgsStandard__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 960px) {
  .sdgsStandard__list {
    margin: -10px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sdgsStandard__list {
    margin: -7.5px;
  }
}
.sdgsStandard__item {
  width: 20%;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .sdgsStandard__item {
    width: 33.333%;
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .sdgsStandard__item {
    width: 50%;
    padding: 7.5px;
  }
}
.sdgsStandard__itemInner {
  background-color: #fff;
  padding: 40px 30px 35px 30px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sdgsStandard__itemInner {
    padding: 25px 15px 20px 15px;
  }
}
.sdgsStandard__itemFig {
  text-align: center;
  margin-bottom: 15px;
}
.sdgsStandard__itemImg {
  height: 80px;
}
.sdgsStandard__itemTtl {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.sdgsStandard__desc {
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .sdgsStandard__desc {
    line-height: 1.5625;
  }
}
.sdgsStandard__descSt {
  font-weight: bold;
}

.sustainabilityColSection {
  position: relative;
  min-height: 92.5vw;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sustainabilityColSection {
    margin-bottom: 45px;
  }
}
.sustainabilityColSection_type_carbon {
  min-height: 75.914vw;
}
.sustainabilityColSection_type_esg {
  min-height: 54.15vw;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilityColSection_type_esg {
    margin-bottom: 75px;
  }
}
.sustainabilityColSection__main {
  width: 525px;
}
@media screen and (max-width: 960px) {
  .sustainabilityColSection__main {
    width: 100%;
  }
}
.sustainabilityColSection__item {
  margin-bottom: 30px;
}
.sustainabilityColSection__item:last-of-type {
  margin-bottom: 0;
}
.sustainabilityColSection__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #282828;
  padding: 2px 10px 6px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  display: inline;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .sustainabilityColSection__ttl {
    font-size: 2rem;
    padding: 3px 10px 5px;
    line-height: 2;
  }
  .sustainabilityColSection__ttl br {
    display: none;
  }
}
.sustainabilityColSection__desc {
  margin-top: 15px;
}
.sustainabilityColSection__para {
  margin-bottom: 1.5em;
  line-height: 1.875;
}
.sustainabilityColSection__para:last-of-type {
  margin-bottom: 0;
}
.sustainabilityColSection__img {
  position: absolute;
  width: 46.42vw;
  right: calc(-50vw + 550px);
}
@media screen and (max-width: 1260px) {
  .sustainabilityColSection__img {
    right: calc(-50vw + 550px);
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityColSection__img {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityColSection__img {
    position: static;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityColSection__img {
    margin-right: -30px;
    max-width: calc(100% + 30px);
    display: block;
    width: calc(100% + 30px);
  }
}
.sustainabilityColSection__img_type_01_01 {
  top: 0;
}
.sustainabilityColSection__img_type_01_02 {
  top: calc((30.5vw + 6px) * 1);
}
@media screen and (max-width: 1260px) {
  .sustainabilityColSection__img_type_01_02 {
    top: 380.8776px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityColSection__img_type_01_02 {
    top: calc((100vw - 60px - 530px) * 0.65768 + 6px);
  }
}
.sustainabilityColSection__img_type_01_03 {
  top: calc((30.5vw + 6px) * 2);
}
@media screen and (max-width: 1260px) {
  .sustainabilityColSection__img_type_01_03 {
    top: 761.7552px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityColSection__img_type_01_03 {
    top: calc(((100vw - 60px - 530px) * 0.65768 + 6px) * 2);
  }
}
.sustainabilityColSection__img_type_02_01 {
  top: 0;
}
.sustainabilityColSection__img_type_02_02 {
  top: calc((37.71vw + 6px) * 1);
}
@media screen and (max-width: 1260px) {
  .sustainabilityColSection__img_type_02_02 {
    top: 469.457064216px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityColSection__img_type_02_02 {
    top: calc((100vw - 60px - 530px) * 0.8130825688 + 6px);
  }
}
.sustainabilityColSection__img_type_03_01 {
  top: 0;
}
.sustainabilityColSection__img_type_03_02 {
  top: calc((26.857vw + 6px) * 1);
}
@media screen and (max-width: 1260px) {
  .sustainabilityColSection__img_type_03_02 {
    top: 337.03669353px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityColSection__img_type_03_02 {
    top: calc(((100vw - 60px - 530px) * 0.580766129 + 6px) * 1);
  }
}

.sustainabilityTerms {
  background-color: #fff;
}
.sustainabilityTerms__inner {
  padding: 35px 50px 40px 50px;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__inner {
    padding: 20px 20px 25px 20px;
  }
}
.sustainabilityTerms__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.sustainabilityTerms__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
@media screen and (max-width: 960px) {
  .sustainabilityTerms__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
  }
}
.sustainabilityTerms__listItem {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .sustainabilityTerms__listItem {
    width: 100%;
    padding: 0;
  }
  .sustainabilityTerms__listItem:first-of-type {
    margin-bottom: 20px;
  }
}
.sustainabilityTerms__listLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #282828;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  padding: 10px 30px;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink {
    font-size: 1.4rem;
    height: 49px;
    padding: 5px 15px;
  }
}
.sustainabilityTerms__listLink:hover {
  background-color: #282828;
  color: #fff;
}
.sustainabilityTerms__listLink:hover:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2013.56%209.55%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%23fff%3Bstroke-linecap%3Around%3Bstroke-linejoin%3Around%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%83%95%E3%83%83%E3%82%BF%E3%83%BC%22%3E%3Cpolyline%20class%3D%22cls-1%22%20points%3D%227.91%209.05%2013.06%204.78%207.91%20.5%22%2F%3E%3Cline%20class%3D%22cls-1%22%20x1%3D%22.5%22%20y1%3D%224.78%22%20x2%3D%2213.06%22%20y2%3D%224.78%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.sustainabilityTerms__listLink:after {
  content: "";
  display: block;
  width: 12.56px;
  height: 8.55px;
  aspect-ratio: 12.56/8.55;
  background: url(../img/common/icon_arrow_right_05.svg) no-repeat center center/cover;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink:after {
    right: 18px;
    width: 12px;
    height: 8.2px;
  }
}
.sustainabilityTerms__listLink:before {
  content: "";
  margin-right: 20px;
  display: block;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink:before {
    margin-right: 10px;
  }
}
.sustainabilityTerms__listLink_type_carbon:before {
  width: 42px;
  height: 31.82px;
  aspect-ratio: 42/31.82;
  background: url(../img/sdgs/icon_07.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink_type_carbon:before {
    width: 25px;
    height: 18.94px;
  }
}
.sustainabilityTerms__listLink_type_carbon:hover:before {
  background: url(../img/sdgs/icon_07_02.svg) no-repeat center center/cover;
}
.sustainabilityTerms__listLink_type_esg:before {
  width: 38.36px;
  height: 40px;
  aspect-ratio: 38.36/40;
  background: url(../img/sdgs/icon_06.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink_type_esg:before {
    width: 20px;
    height: 20.25px;
    margin-left: 2.5px;
    margin-right: 12.5px;
  }
}
.sustainabilityTerms__listLink_type_sdgs:before {
  width: 40px;
  height: 40px;
  aspect-ratio: 40/40;
  background: url(../img/sdgs/icon_08.svg) no-repeat center center/cover;
}
@media screen and (max-width: 768px) {
  .sustainabilityTerms__listLink_type_sdgs:before {
    width: 25px;
    height: 25px;
    margin-left: -2.5px;
    margin-right: 12.5px;
  }
}

.sustainabilityGpif {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGpif {
    margin-bottom: 50px;
  }
}
.sustainabilityGpif__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGpif__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.sustainabilityGpif__img_type_pc {
  display: block;
}
@media screen and (max-width: 960px) {
  .sustainabilityGpif__img_type_pc {
    display: none;
  }
}
.sustainabilityGpif__img_type_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sustainabilityGpif__img_type_sp {
    display: block;
  }
}

.sustainabilityBgSection {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: url(../img/carbon-neutral/bg_01.jpg) no-repeat center center/cover;
  padding: 140px 0;
  margin-bottom: 150px;
}
.sustainabilityBgSection_type_esg {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection {
    padding: 70px 0;
    margin-bottom: 75px;
  }
}
.sustainabilityBgSection__ttl {
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.666;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}
.sustainabilityBgSection__intro {
  line-height: 1.875;
  color: #fff;
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__intro {
    text-align: left;
    margin-bottom: 40px;
  }
}
.sustainabilityBgSection__dteial {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .sustainabilityBgSection__dteial {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__dteial {
    margin-bottom: 40px;
  }
}
.sustainabilityBgSection__dteialItem {
  width: 33.333%;
  padding: 0 25px;
}
@media screen and (max-width: 960px) {
  .sustainabilityBgSection__dteialItem {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__dteialItem {
    padding: 0;
    width: 100%;
    margin-bottom: 45px;
  }
  .sustainabilityBgSection__dteialItem:last-of-type {
    margin-bottom: 0;
  }
}
.sustainabilityBgSection__dteialInner {
  color: #fff;
}
.sustainabilityBgSection__dteialTtl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__dteialTtl {
    margin-bottom: 10px;
  }
}
.sustainabilityBgSection__dteialFig {
  margin-bottom: 15px;
}
.sustainabilityBgSection__dteialDesc {
  padding-left: 20px;
  padding-right: 20px;
  font-weight: bold;
  line-height: 1.875;
}
.sustainabilityBgSection__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  .sustainabilityBgSection__list {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__list {
    margin-bottom: 25px;
  }
}
.sustainabilityBgSection__item {
  padding: 0 15px;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .sustainabilityBgSection__item {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .sustainabilityBgSection__item:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__item {
    margin-bottom: 15px;
  }
}
.sustainabilityBgSection__itemInner {
  background-color: #f2f2f2;
  padding: 50px 50px 40px 50px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__itemInner {
    padding: 25px 25px 20px 25px;
  }
}
.sustainabilityBgSection__itemFig {
  max-width: 390px;
  margin: 0 auto;
}
.sustainabilityBgSection__itemDesc {
  line-height: 1.875;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .sustainabilityBgSection__itemDesc {
    margin-top: 10px;
  }
}
.sustainabilityBgSection__descPara {
  color: #fff;
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.sustainabilityBgSection__descPara:last-of-type {
  margin-bottom: 0;
}

.service {
  position: relative;
  min-height: calc((31.785vw + 6px) * 3);
  /* min-height: calc((31.785vw + 6px) * 4); */
}
.service__fig {
  position: absolute;
  right: calc(-50vw + 50%);
  top: calc((31.785vw + 6px) * 1);
  width: 46.428vw;
}
@media screen and (max-width: 1100px) {
  .service__fig {
    width: calc(100vw - 600px);
    min-width: calc(100vw - 600px);
    top: calc((68.46vw - 410px + 6px) * 1);
  }
}
@media screen and (max-width: 960px) {
  .service__fig {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .service__figItem {
    height: 100%;
  }
}
.service__figImg {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .service__figImg {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 32% center;
       object-position: 32% center;
  }
}
.service__contents {
  width: 350px;
  max-width: 350px;
}
@media screen and (max-width: 960px) {
  .service__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .service__contents {
    padding-top: 30px;
    overflow: visible;
  }
}

.serviceList__section {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .serviceList__section {
    margin-bottom: 75px;
  }
}
.serviceList__section:last-of-type {
  margin-bottom: 0;
}
.serviceList__sectionTtl {
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background-color: #282828;
  padding: 4px 10px 6px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .serviceList__sectionTtl {
    font-size: 2rem;
    padding: 7px 10px;
  }
  .serviceList__sectionTtl br {
    display: none;
  }
}
.serviceList__sectionDesc {
  line-height: 1.875;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .serviceList__sectionDesc {
    margin-bottom: 25px;
  }
}
.serviceList__sectionPara {
  margin-bottom: 1.5em;
}
.serviceList__sectionPara:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .serviceList__sectionPara .sdgsIntro__figItem {
    margin-bottom: 1.5em;
    margin-right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .serviceList__sectionFig {
    margin-bottom: 1.5em;
    margin-right: -30px;
  }
}
@media screen and (max-width: 768px) {
  .serviceList__sectionFig {
    margin-bottom: 30px;
  }
}
.serviceList__sectionImg {
  position: absolute;
  right: calc(-50vw + 50%);
  width: 46.428vw;
  min-width: 46.428vw;
}
@media screen and (max-width: 1100px) {
  .serviceList__sectionImg {
    width: calc(100vw - 600px);
    min-width: calc(100vw - 600px);
  }
}
@media screen and (max-width: 960px) {
  .serviceList__sectionImg {
    position: static;
    width: 100%;
    min-width: 100%;
  }
}
.serviceList__sectionImg_type_01 {
  top: 0;
}
.serviceList__sectionImg_type_02 {
  top: calc((31.785vw + 6px) * 2);
}
@media screen and (max-width: 1100px) {
  .serviceList__sectionImg_type_02 {
    top: calc((68.46vw - 410px + 6px) * 2);
  }
}
.serviceList__sectionImg_type_03 {
  top: calc((31.785vw + 6px) * 3);
}
@media screen and (max-width: 1100px) {
  .serviceList__sectionImg_type_03 {
    top: calc((68.46vw - 410px + 6px) * 3);
  }
}
.serviceList__sectionContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}
.serviceList__sectionContentsItem {
  width: 50%;
  padding: 5px;
}
.serviceList__sectionContentsItemText {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #231815;
  height: 36px;
}
@media screen and (max-width: 768px) {
  .serviceList__sectionContentsItemText {
    font-size: 1.4rem;
    height: 32px;
  }
}
.serviceList__sectionBtn {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .serviceList__sectionBtn {
    margin-top: 30px;
  }
}

@media screen and (max-width: 960px) {
  .lowSection__col_tab_full {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media screen and (max-width: 960px) {
  .lowSection__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.sustainabilityIntro {
  min-height: 62.42vw;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro {
    margin-bottom: 75px;
  }
}
.sustainabilityIntro__fig {
  position: absolute;
  right: calc(-50vw + 550px);
  top: 0;
  width: 46.42vw;
}
@media screen and (max-width: 1260px) {
  .sustainabilityIntro__fig {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityIntro__fig {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityIntro__fig {
    position: static;
    width: auto;
    padding-left: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__fig {
    padding-top: 20px;
  }
}
.sustainabilityIntro__figItem:first-of-type {
  margin-bottom: 6px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__figItem:first-of-type {
    margin-bottom: 5px;
  }
}
.sustainabilityIntro__contents {
  width: 350px;
  max-width: 350px;
}
@media screen and (max-width: 960px) {
  .sustainabilityIntro__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__contents {
    padding-top: 25px;
  }
}
.sustainabilityIntro__top {
  line-height: 1.875;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__top {
    margin-bottom: 25px;
  }
}
.sustainabilityIntro__section {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__section {
    margin-bottom: 35px;
  }
}
.sustainabilityIntro__section:last-of-type {
  margin-bottom: 0;
}
.sustainabilityIntro__sectionTtl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__sectionTtl {
    font-size: 2.5rem;
    margin-bottom: 10px;
  }
}
.sustainabilityIntro__sectionDesc {
  line-height: 1.875;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sustainabilityIntro__sectionDesc {
    margin-bottom: 15px;
  }
}
.sqArrowBtn {
  background-color: #282828;
  width: 250px;
  height: 45px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border: 1px solid #282828;
  text-decoration: none;
  padding: 0 20px;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.4rem;
}
.sqArrowBtn:hover {
  color: #282828;
  background-color: #fff;
}
.sqArrowBtn:hover:after {
  border-color: #282828;
}
.sqArrowBtn:after {
  content: "";
  display: block;
  width: 6.7px;
  height: 6.7px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  right: 20px;
  top: 50%;
}
.sqArrowBtn__text {
  font-weight: bold;
}

.sustainabilitySociety {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilitySociety {
    margin-bottom: 50px;
  }
}

.sustainabilityOnTextContents {
  padding-top: 45px;
  margin-top: -45px;
}
.sustainabilityOnTextContents__col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 34.57vw;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .sustainabilityOnTextContents__col {
    display: block;
    min-height: auto;
  }
}
.sustainabilityOnTextContents__text {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sustainabilityOnTextContents__ttl {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
          text-orientation: upright;
  font-size: 4rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  line-height: 1.666;
  margin-left: -20px;
  padding-right: 35px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1160px) {
  .sustainabilityOnTextContents__ttl {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin-left: -10px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityOnTextContents__ttl {
    font-size: 2.7rem;
    padding-right: 15px;
    position: static;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.sustainabilityOnTextContents__desc {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  width: 496px;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  .sustainabilityOnTextContents__desc {
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityOnTextContents__desc {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
.sustainabilityOnTextContents__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.sustainabilityOnTextContents__para:last-of-type {
  margin-bottom: 0;
}
.sustainabilityOnTextContents__fig {
  width: 71.42vw;
  position: absolute;
  top: 0;
  right: calc(-50vw + 550px);
}
@media screen and (max-width: 1160px) {
  .sustainabilityOnTextContents__fig {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityOnTextContents__fig {
    position: static;
    width: calc(100% + 30px);
    margin-right: -30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityOnTextContents__img_type_pc {
    display: none;
  }
}
.sustainabilityOnTextContents__img_type_sp {
  display: none;
}
@media screen and (max-width: 960px) {
  .sustainabilityOnTextContents__img_type_sp {
    display: block;
  }
}

.sustainabilityAlignment__ttl {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignment__ttl {
    font-size: 2.5rem;
    margin-bottom: 25px;
  }
}
.sustainabilityAlignment__main {
  position: relative;
}
.sustainabilityAlignment__main_type_01 {
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignment__main_type_01 {
    margin-bottom: 75px;
  }
}
.sustainabilityAlignment__main_type_01Fig {
  width: 46.42vw;
  height: calc(100% + 6px);
  position: absolute;
  top: 0;
  z-index: -1;
  right: calc(50% - 50vw);
}
.sustainabilityAlignment__main_type_01Fig .sustainabilityAlignmentSub__img {
  width: 100%;
  height: calc(25% - 6px);
  object-fit: cover;
  margin-bottom: 6px;
  position: relative;
  top: inherit;
  right: 0;
}
.sustainabilityAlignment__main_type_01Fig .sustainabilityAlignmentSub__img:nth-child(4) {
  object-position: left center;
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignment__main_type_01Fig {
    width: calc(100% - 530px);
  }
}
.sustainabilityAlignment__main_type_02 {
  min-height: 55.2vw;
  margin-bottom: 200px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignment__main_type_02 {
    margin-bottom: 75px;
  }
}
.sustainabilityAlignment__main_type_03 {
  min-height: 94.714vw;
}
.sustainabilityAlignment__main .sustainabilityAlignmentSub {
  width: 525px;
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignment__main .sustainabilityAlignmentSub {
    width: 100%;
  }
}

.sustainabilityAlignmentSub {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub {
    margin-bottom: 40px;
  }
}
.sustainabilityAlignmentSub:last-of-type {
  margin-bottom: 0;
}
.sustainabilityAlignmentSub_type_top {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub_type_top {
    margin-bottom: 35px;
  }
}
.sustainabilityAlignmentSub_type_top:last-of-type {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub_type_top:last-of-type {
    margin-bottom: 35px;
  }
}
.sustainabilityAlignmentSub__img {
  position: absolute;
  right: calc(-50vw + 550px);
  width: 46.42vw;
  max-width: none;
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img {
    width: calc(100% - 530px);
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img {
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img {
    width: calc(100% + 30px);
    margin-right: -30px;
    position: static;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .sustainabilityAlignmentSub__img:last-of-type {
    margin-bottom: 0;
  }
}
.sustainabilityAlignmentSub__img_type_01 {
  top: 0;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__img_type_01 {
    margin-top: 0;
    margin-bottom: 1.5em !important;
  }
}
.sustainabilityAlignmentSub__img_type_02 {
  top: calc(33.5714vw + 6px);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_02 {
    top: 418.1385px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_02 {
    top: calc((100vw - 60px - 530px) * 0.72305 + 6px);
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_02 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__img_type_02 {
    margin-top: 1.5em;
  }
}
.sustainabilityAlignmentSub__img_type_03 {
  top: calc((33.5714vw + 6px) * 2);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_03 {
    top: 836.277px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_03 {
    top: calc(((100vw - 60px - 530px) * 0.72305 + 6px) * 2);
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_03 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__img_type_03 {
    margin-top: 1.5em;
  }
}
.sustainabilityAlignmentSub__img_type_04 {
  top: calc((33.5714vw + 6px) * 3);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_04 {
    top: 1254.4155px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_04 {
    top: calc(((100vw - 60px - 530px) * 0.72305 + 6px) * 3);
  }
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__img_type_04 {
    margin-top: 1.5em;
  }
}
.sustainabilityAlignmentSub__img_type_05 {
  top: 0;
}
.sustainabilityAlignmentSub__img_type_06 {
  top: calc(27.428vw + 6px);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_06 {
    top: 343.16982px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_06 {
    top: calc(((100vw - 60px - 530px) * 0.591526 + 6px) * 1);
  }
}
.sustainabilityAlignmentSub__img_type_07 {
  top: 0;
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_07 {
    margin-top: 0 !important;
  }
}
.sustainabilityAlignmentSub__img_type_08 {
  top: calc((31.2428vw + 6px) * 1);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_08 {
    top: 390.090000021px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_08 {
    top: calc(((100vw - 60px - 530px) * 0.6738421053 + 6px) * 1);
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_08 {
    margin-top: 0 !important;
  }
}
.sustainabilityAlignmentSub__img_type_09 {
  top: calc((31.2428vw + 6px) * 2);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_09 {
    top: 780.180000042px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_09 {
    top: calc(((100vw - 60px - 530px) * 0.6738421053 + 6px) * 2);
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_09 {
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__img_type_09 {
    margin-top: 0 !important;
    margin-bottom: 1.5em !important;
  }
}
.sustainabilityAlignmentSub__img_type_10 {
  top: calc((31.2428vw + 6px) * 3);
}
@media screen and (max-width: 1260px) {
  .sustainabilityAlignmentSub__img_type_10 {
    top: 1170.270000063px;
  }
}
@media screen and (max-width: 1160px) {
  .sustainabilityAlignmentSub__img_type_10 {
    top: calc(((100vw - 60px - 530px) * 0.6738421053 + 6px) * 3);
  }
}
.sustainabilityAlignmentSub__descPara {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.sustainabilityAlignmentSub__descPara:last-of-type {
  margin-bottom: 0;
}
.sustainabilityAlignmentSub__descPara_sp_mb0 {
  margin-bottom: 0;
}
.sustainabilityAlignmentSub__btn {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__btn {
    margin-top: 25px;
  }
}
.sustainabilityAlignmentSub__detail {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__detail {
    margin-bottom: 35px;
  }
}
.sustainabilityAlignmentSub__detail:last-of-type {
  margin-bottom: 0;
}
.sustainabilityAlignmentSub__subTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__subTtl {
    font-size: 1.8rem;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.sustainabilityAlignmentSub__subTtl_type_end {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__subTtl_type_end {
    margin-top: 35px;
  }
}
.sustainabilityAlignmentSub__list {
  list-style: none;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__list {
    margin-top: 25px;
  }
}
.sustainabilityAlignmentSub__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  line-height: 1.875;
}
.sustainabilityAlignmentSub__item::before {
  content: "・";
}
.sustainabilityAlignmentSub__item_linkPdf {
  display: inline-block;
  padding-right: 27px;
  color: inherit;
  text-decoration: none;
  background: url(../img/common/icon_pdf.svg) no-repeat right center/17px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAlignmentSub__item_linkPdf {
    padding-right: 16px;
    background-size: 13px;
  }
}
.sustainabilityAlignmentSub__item_linkPdf:hover {
  text-decoration: underline;
}
.sustainabilityAlignmentSub__descCaution {
  font-size: 1.2rem;
  line-height: 1.66;
  display: block;
  margin-top: 35px;
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__descCaution {
    margin-top: 1em;
  }
}
.sustainabilityAlignmentSub__descLink {
  color: inherit;
  text-decoration: none;
  word-wrap: break-word;
}
.sustainabilityAlignmentSub__descLink:hover {
  text-decoration: underline;
}
.sustainabilityAlignmentSub__logoFig {
  margin-top: 10px;
  width: 300px;
  font-size: 0;
}
@media screen and (max-width: 960px) {
  .sustainabilityAlignmentSub__logoFig {
    margin-top: 7px;
    width: 250px;
  }
}
.sustainabilityAlignmentSub__logoImg {
  width: 100%;
  height: auto;
}

.iconTtl__text {
  font-size: 3rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .iconTtl__text {
    font-size: 2rem;
  }
}
.iconTtl__img {
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .iconTtl__img {
    width: 50px;
    height: 50px;
  }
}

.iconTtl_type_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .iconTtl_type_col {
    margin-bottom: 15px;
  }
}
.iconTtl_type_col .iconTtl__text {
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .iconTtl_type_col .iconTtl__text {
    margin-left: 15px;
  }
}
.iconTtl_type_row {
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .iconTtl_type_row {
    margin-bottom: 25px;
  }
}
.iconTtl_type_row .iconTtl__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .iconTtl_type_row .iconTtl__text {
    margin-top: 15px;
  }
}
.sustainabilityAttempt {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilityAttempt {
    margin-bottom: 50px;
  }
}

.sustainabilityDevelopment {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .sustainabilityDevelopment {
    margin-bottom: 50px;
  }
}
.sustainabilityDevelopment .sustainabilityOnTextContents__col {
  min-height: 41vw;
}

.sustainabilityGx {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx {
    margin-top: 40px;
  }
}
.sustainabilityGx__itro {
  line-height: 1.875;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx__itro {
    margin-bottom: 20px;
  }
}
.sustainabilityGx__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx__list {
    margin-left: 0;
    margin-right: 0;
  }
}
.sustainabilityGx__item {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 0 15px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .sustainabilityGx__item:last-of-type {
    margin-bottom: 0;
  }
}
.sustainabilityGx__item:first-of-type .sustainabilityGx__itemText {
  border-top: 1px solid #cccccc;
}
.sustainabilityGx__itemInner {
  height: 100%;
  background-color: #fff;
}
.sustainabilityGx__itemText {
  padding: 40px 50px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx__itemText {
    padding: 25px;
  }
}
.sustainabilityGx__itemTtl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .sustainabilityGx__itemTtl {
    font-size: 2rem;
    margin-bottom: 15px;
  }
}
.sustainabilityGx__itemDesc {
  line-height: 1.875;
}

.bijokiIntro {
  min-height: calc(52.21vw + 150px);
  padding-bottom: 150px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .bijokiIntro {
    padding-bottom: 75px;
  }
}
.bijokiIntro__fig {
  position: absolute;
  top: 0;
  right: calc(-50vw + 50%);
  width: 46.428vw;
}
@media screen and (max-width: 1100px) {
  .bijokiIntro__fig {
    width: calc(100vw - 605px);
  }
}
@media screen and (max-width: 960px) {
  .bijokiIntro__fig {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 0;
  }
}
.bijokiIntro__contents {
  width: 425px;
  max-width: 425px;
}
@media screen and (max-width: 960px) {
  .bijokiIntro__contents {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: none;
        -ms-flex: none;
            flex: none;
  }
}
@media screen and (max-width: 768px) {
  .bijokiIntro__contents {
    padding-top: 25px;
  }
}
.bijokiIntro__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.bijokiIntro__para:last-of-type {
  margin-bottom: 0;
}
.bijokiIntro__btn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .bijokiIntro__btn {
    margin-top: 25px;
  }
}

.aboutCircular {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .aboutCircular {
    padding: 70px 0;
  }
}
.aboutCircular__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
  position: relative;
  top: -10px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .aboutCircular__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 20px;
    position: static;
  }
}
.aboutCircular__text {
  width: 500px;
  margin-left: auto;
  position: relative;
}
@media screen and (max-width: 960px) {
  .aboutCircular__text {
    width: 100%;
  }
}
.aboutCircular__para {
  line-height: 1.875;
  margin-bottom: 1.5em;
}
.aboutCircular__para:last-child {
  margin-bottom: 0;
}

.circularImages {
  position: absolute;
  left: -575px;
  top: 0;
  width: 525px;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .circularImages {
    width: calc(100vw - 471px - 60px - 70px);
    left: auto;
    right: 542px;
  }
}
@media screen and (max-width: 960px) {
  .circularImages {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 1.5em;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .circularImages {
    margin-bottom: 40px;
  }
}
.circularImages__item {
  height: 100%;
}
@media screen and (max-width: 960px) {
  .circularImages__item {
    height: auto;
  }
}
.circularImages__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .circularImages__img {
    height: auto;
    width: 100%;
  }
}
.circularImages__pagination {
  position: absolute;
  bottom: -30px !important;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-right: -5px !important;
  width: calc(100% + 5px) !important;
}
@media screen and (max-width: 960px) {
  .circularImages__pagination {
    position: static;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .circularImages__pagination {
    margin-top: 15px;
  }
}
.circularImages__pagination .swiper-pagination-bullet {
  width: 10px !important;
  height: 10px !important;
  margin-left: 5px !important;
  margin-right: 5px !important;
  opacity: 1 !important;
  background-color: #e6e6e6;
}
@media screen and (max-width: 768px) {
  .circularImages__pagination .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
}
.circularImages__pagination .swiper-pagination-bullet-active {
  background-color: #b3b3b3;
}

.bijokiBgContents {
  padding: 140px 0 150px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .bijokiBgContents {
    padding: 70px 0;
  }
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__container {
    padding-left: 0;
    padding-right: 0;
  }
}
.bijokiBgContents__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__section {
    margin-bottom: 35px;
  }
}
.bijokiBgContents__section:last-of-type {
  margin-bottom: 0;
}
.bijokiBgContents__sectionText {
  width: 545px;
}
@media screen and (max-width: 1260px) {
  .bijokiBgContents__sectionText {
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .bijokiBgContents__sectionText {
    width: 100%;
  }
}
.bijokiBgContents__sectionTtl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__sectionTtl {
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.bijokiBgContents__sectionItem {
  line-height: 1.875;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.bijokiBgContents__sectionItem:before {
  content: "・";
}
.bijokiBgContents__sectionFig {
  position: absolute;
  right: calc(-50vw + 550px);
  top: 0;
  width: 46.428vw;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .bijokiBgContents__sectionFig {
    width: calc(50% - 15px);
    right: -30px;
  }
}
@media screen and (max-width: 960px) {
  .bijokiBgContents__sectionFig {
    width: 100%;
    right: 0;
    position: static;
    margin-top: 25px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__sectionFig {
    margin-top: 20px;
  }
}
.bijokiBgContents__sectionImg {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .bijokiBgContents__sectionImg {
    height: auto;
    width: 100%;
  }
}
.bijokiBgContents__sectionDesc {
  margin-top: 20px;
  line-height: 1.875;
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__sectionDesc {
    margin-top: 1.5em;
  }
}
.bijokiBgContents__sectionBtn {
  margin-top: 35px;
}
@media screen and (max-width: 768px) {
  .bijokiBgContents__sectionBtn {
    margin-top: 25px;
  }
}

.bijokiInspection {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding: 140px 0 150px;
}
@media screen and (max-width: 768px) {
  .bijokiInspection {
    padding: 70px 0;
  }
}
.bijokiInspection__ttl {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
  position: relative;
  top: -10px;
}
@media screen and (max-width: 768px) {
  .bijokiInspection__ttl {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-bottom: 15px;
    position: static;
  }
}
.bijokiInspection__col {
  width: 500px;
  margin-left: auto;
}
@media screen and (max-width: 1260px) {
  .bijokiInspection__col {
    width: 55%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 960px) {
  .bijokiInspection__col {
    width: 100%;
    padding-left: 0;
  }
}
.bijokiInspection__fig {
  position: absolute;
  left: 30px;
  top: 0;
  width: 525px;
  height: 100%;
}
@media screen and (max-width: 1260px) {
  .bijokiInspection__fig {
    width: 45%;
  }
}
@media screen and (max-width: 960px) {
  .bijokiInspection__fig {
    width: 100%;
    position: static;
    height: auto;
  }
}
.bijokiInspection__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .bijokiInspection__img {
    height: auto;
    width: 100%;
  }
}
.bijokiInspection__list {
  width: 100%;
}
@media screen and (max-width: 960px) {
  .bijokiInspection__list {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
    border: 1px solid #cccccc;
  }
}
@media screen and (max-width: 768px) {
  .bijokiInspection__list {
    margin-top: 20px;
  }
}
.bijokiInspection__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .bijokiInspection__dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: none;
  }
}
.bijokiInspection__dl:first-of-type {
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 960px) {
  .bijokiInspection__dl:first-of-type {
    border-top: none;
  }
}
.bijokiInspection__dt {
  background-color: #333333;
  width: 130px;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .bijokiInspection__dt {
    width: 100%;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1;
    padding: 15px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.bijokiInspection__dd {
  width: calc(100% - 130px);
  padding: 25px 0 25px 30px;
}
@media screen and (max-width: 960px) {
  .bijokiInspection__dd {
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .bijokiInspection__dd {
    width: 100%;
    padding: 20px 25px;
  }
}
.bijokiInspection__ddPara {
  line-height: 1.875;
}
.bijokiInspection__ddBtn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  background-color: #fff;
  color: inherit;
  height: 30px;
  border: 1px solid #242424;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 5px 20px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .bijokiInspection__ddBtn {
    width: 100%;
    height: 34px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
  }
}
.bijokiInspection__ddBtn:before {
  content: "";
  display: block;
  width: 9px;
  height: 13.25px;
  background: url(../img/common/icon_pin.svg) no-repeat center center/cover;
  margin-right: 5px;
}
.bijokiInspection__ddBtn:hover {
  background-color: #242424;
  color: #fff;
}
.bijokiInspection__ddBtn:hover::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017.79%2026.19%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23ffffff%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E4%BA%8B%E6%A5%AD%E6%89%80%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M8.89%2C0C3.98%2C0%2C0%2C3.98%2C0%2C8.9s7.91%2C17.29%2C8.89%2C17.29%2C8.89-12.38%2C8.89-17.29S13.81%2C0%2C8.89%2C0ZM8.89%2C12.3c-1.88%2C0-3.4-1.52-3.4-3.4s1.52-3.4%2C3.4-3.4%2C3.4%2C1.52%2C3.4%2C3.4-1.52%2C3.4-3.4%2C3.4Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.show_page_loading::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
}

.pace {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #fff url(../img/logo.svg) center center no-repeat;
  background-size: 240px auto;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.pace .pace-progress {
  position: absolute;
  left: 50%;
  margin-left: -120px;
  width: 240px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}

.pace-done.show_page_loading::before {
  content: none;
}

.pace-done .pace {
  top: 100%;
}
