@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  width: 100%;
  min-width: 1280px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.7rem;
  line-height: 3rem;
  font-weight: 400;
  color: #000;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  -webkit-text-size-adjust: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  body {
    font-size: 1.5rem;
    line-height: 2.6rem;
    min-width: auto;
  }
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  outline: none;
}

div {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a, a i {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

a img {
  display: block;
  outline: none;
}

a:hover img {
  opacity: 1 !important;
}

a:focus, a:active, input, textarea {
  outline: none;
}

a:hover, a:hover img, a:hover {
  opacity: 0.8;
}

.link-sp {
  pointer-events: none;
}

.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}

.fw100-thin {
  font-weight: 100;
}

.fw300-light {
  font-weight: 300;
}

.fw400-regular {
  font-weight: 400;
}

.fw500-medium {
  font-weight: 500;
}

.fw600-semi-bold {
  font-weight: 600;
}

.fw700-bold {
  font-weight: 700;
}

.fw900-black {
  font-weight: 900;
}

.PlayfairDisplay {
  font-family: "Playfair Display", serif;
}

.NotoSerifJP {
  font-family: "Noto Serif JP", serif;
}

.Roboto {
  font-family: "Roboto", sans-serif;
}

.txthead-box {
  overflow: hidden;
}
.txthead-box.center {
  text-align: center;
}
.txthead-box.mb15 {
  margin-bottom: 15px;
}
.txthead-box .txthead88 {
  font-size: 8.8rem !important;
  line-height: 8.8rem !important;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead88 {
    font-size: 5rem;
    line-height: 5rem;
  }
}
.txthead-box .txthead58 {
  font-size: 5.8rem;
  line-height: 5.8rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txthead58 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.txthead-box .txtsub32line {
  display: table;
  margin-top: 40px;
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txtsub32line {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 3rem;
  }
}
.txthead-box .txtsub32line::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -125px;
  z-index: 9;
  width: 110px;
  height: 1px;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .txthead-box .txtsub32line::after {
    width: 65px;
    right: -80px;
  }
}

.btn-box.mt75 {
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt75 {
    margin-top: 30px;
  }
}
.btn-box.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .btn-box.mt60 {
    margin-top: 30px;
  }
}
.btn-box.mt30 {
  margin-top: 30px;
}

button {
  border: 0;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: background 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), color 0.5s cubic-bezier(0.75, 0.3, 0.25, 1), opacity 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
button:hover {
  cursor: pointer;
  opacity: 0.8;
}

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  color: #fff;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  .btn {
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-weight: 400;
    height: 55px;
  }
}
.btn.white {
  color: #000;
  background-color: #ffffff;
}
.btn.border {
  color: #292d35;
  border: 1px solid #292d35;
  background-color: transparent;
}
.btn.small {
  height: 38px;
}

.btn-arrow-half {
  background-image: url("/assets/images/commons/btn-arrow-half.svg");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 35px 11px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-half {
    background-size: 26px 8px;
  }
}
.btn-arrow-half.white {
  background-image: url("/assets/images/commons/btn-arrow-half-black.svg");
}

.btn-arrow-half-left {
  background-image: url("/assets/images/commons/btn-arrow-previous-half.svg");
  background-repeat: no-repeat;
  background-position: center left 16px;
  background-size: 35px 11px;
}
@media only screen and (max-width: 750px) {
  .btn-arrow-half-left {
    background-size: 26px 8px;
  }
}
.btn-arrow-half-left.grey {
  background-color: #8c8c8c;
}
.btn-arrow-half-left.white {
  background-image: url("/assets/images/commons/btn-arrow-previous-half-black.svg");
}

.btn-arrow-link-box {
  background-image: url(/assets/images/recruit/common/arrow-link-box-btn.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 55px 47px;
}

.arrow-black-top {
  background-image: url("/assets/images/commons/page-top-btn.png");
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 16px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-weight: normal;
}

.btn-zoom {
  margin-top: 25px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.btn-zoom .btn-icon-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-zoom .btn-icon-left .icon {
  margin-right: 10px;
  margin-top: 4px;
}
.btn-zoom .btn-icon-left .underline {
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  text-decoration: underline;
}

.btn-auto {
  padding: 0 30px;
}

.btn-300 {
  width: 100%;
  max-width: 300px;
}
@media only screen and (max-width: 750px) {
  .btn-300 {
    max-width: 300px;
  }
}

.btn-400 {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 750px) {
  .btn-400 {
    max-width: 300px;
  }
}

.btn-900 {
  width: 100%;
  max-width: 900px;
}
@media only screen and (max-width: 750px) {
  .btn-900 {
    max-width: 300px;
  }
}

.btn-height-40 {
  height: 40px !important;
}

.btn-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.color-white {
  color: #fff;
}

.btn-tag {
  margin-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  .btn-tag {
    margin-bottom: 40px;
  }
}
.btn-tag ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: -5px;
}
@media only screen and (max-width: 750px) {
  .btn-tag ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -2%;
  }
}
.btn-tag ul li {
  width: 100%;
  max-width: 180px;
  margin-top: 5px;
  margin-right: 5px;
}
@media only screen and (max-width: 750px) {
  .btn-tag ul li {
    width: 49%;
    margin-top: 2%;
  }
}
.btn-tag ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 40px;
  padding: 8px 10px;
  color: #292d35;
  background-color: #e9eaea;
  background-image: url("/assets/images/commons/btn-arrow-half-black.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 24px 9px;
}
.btn-tag ul li a.active {
  color: #fff;
  background-color: #292d35;
  background-image: url("/assets/images/commons/btn-arrow-half.svg");
}

.btn-scroll ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul {
    display: block;
  }
}
.btn-scroll ul li {
  width: 100%;
  max-width: 300px;
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li + li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li {
    margin: 0 auto;
    max-width: 280px;
  }
}
.btn-scroll ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  font-size: 1.8rem;
  line-height: 2.8rem;
  text-align: center;
  color: #292d35;
  border: 1px solid #292d35;
  background-image: url("/assets/images/commons/btn-scroll-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 17px 14px;
}
@media only screen and (max-width: 750px) {
  .btn-scroll ul li a {
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}

.btn-page {
  margin-top: 75px;
}
@media only screen and (max-width: 750px) {
  .btn-page {
    margin-top: 40px;
  }
}
.btn-page ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-page ul li:first-child {
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li:first-child {
    margin-right: 15px;
  }
}
.btn-page ul li:last-child {
  margin-left: 25px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li:last-child {
    margin-left: 15px;
  }
}
.btn-page ul li.no {
  margin: 0 5px;
}
.btn-page ul li.no a {
  width: 33px;
  height: 33px;
  border-radius: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  line-height: 2.2rem;
  color: #292d35;
  background-color: #e9eaea;
  padding-top: 2px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li.no a {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
.btn-page ul li.no a.active {
  color: #fff;
  background-color: #292d35;
}
.btn-page ul li .btn-box {
  margin: 0 50px;
  min-width: 300px;
}
@media only screen and (max-width: 750px) {
  .btn-page ul li .btn-box {
    margin: 0 15px;
    min-width: 175px;
  }
}

.btn-green {
  background-color: #23d1c0;
}

/* Header */
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  min-width: 1280px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  header {
    background-color: #292d35;
    min-width: auto;
  }
}
header.with-bg {
  background-color: #292d35;
}
header.with-bg .header .header-left {
  padding-top: 0;
  padding-bottom: 0;
}
header.with-bg .header .header-left a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header.with-bg .header .header-left a .logo img {
  width: auto;
  height: 35px;
}
@media only screen and (max-width: 750px) {
  header.with-bg .header .header-left a .logo img {
    width: 38px;
    height: auto;
  }
}
header.with-bg .header .header-left a .text {
  padding-top: 0;
  padding-left: 10px;
}
header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  header .header {
    width: 90%;
    height: 60px;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
header .header .header-left {
  padding-top: 12px;
  padding-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  header .header .header-left {
    padding-top: 0;
    padding-bottom: 0;
  }
}
header .header .header-left a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
header .header .header-left a .logo img {
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  header .header .header-left a .logo img {
    width: 38px;
    height: auto;
  }
}
header .header .header-left a .text {
  padding-top: 6px;
  padding-left: 12px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  header .header .header-left a .text {
    padding-top: 0;
    padding-left: 10px;
  }
}
header .header .header-left a .text p {
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 600;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a .text p {
    font-size: 1.2rem;
    line-height: 2.2rem;
  }
}
header .header .header-left a .text p span {
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  header .header .header-left a .text p span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media only screen and (max-width: 750px) {
  header .header .header-right .menu {
    display: none;
  }
}
header .header .header-right .menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .header .header-right .menu ul li {
  background-color: #fff;
}
header .header .header-right .menu ul li:nth-child(1) a {
  padding-left: 30px;
}
header .header .header-right .menu ul li:nth-child(5) a {
  padding-right: 30px;
}
header .header .header-right .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 0 20px;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 500;
  color: #fff;
  background-color: #292d35;
}
header .header .header-right .menu ul li a span {
  margin-left: 10px;
}
header .header .header-right .menu ul li a.careers {
  width: 150px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 15px;
  background-image: url("/assets/images/commons/careers-bg-header.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
header .header .header-right .header-email {
  display: none;
  margin-right: 25px;
}
@media only screen and (max-width: 750px) {
  header .header .header-right .header-email {
    display: block;
  }
}
header .header .header-right .header-burger {
  display: none;
}
@media only screen and (max-width: 750px) {
  header .header .header-right .header-burger {
    display: block;
  }
}

.active-mn-01 .mn-01,
.active-mn-02 .mn-02,
.active-mn-03 .mn-03,
.active-mn-04 .mn-04,
.active-mn-05 .mn-05,
.active-mn-06 .mn-06,
.active-mn-07 .mn-07 {
  text-decoration: underline;
}

.nav-icon {
  display: block;
  width: 35px;
  height: 40px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer;
  opacity: 1;
}

.nav-icon:focus, .nav-icon:active, .nav-icon:visited {
  opacity: 1;
}

.nav-icon span {
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  background: #fff !important;
  border-radius: 0;
  opacity: 1;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.nav-icon span:nth-child(1) {
  top: 10px;
}

.nav-icon span:nth-child(2), .nav-icon span:nth-child(3) {
  top: 19px;
}

.nav-icon span:nth-child(4) {
  top: 29px;
}

.nav-icon.open span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 0;
  right: 0;
}

.nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-icon.open span:nth-child(4) {
  top: 30px;
  width: 0%;
  left: 0;
  right: 0;
}

.menu-responsive {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100vh;
  padding-top: 80px;
  padding-bottom: 35px;
  color: #fff;
  background-color: #292d35;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.menu-responsive.active {
  opacity: 1;
  visibility: visible;
}
.menu-responsive .menu-main ul li + li {
  margin-top: 15px;
}
.menu-responsive .menu-main ul li.careers {
  margin-top: 25px;
  margin-bottom: 20px;
  background-image: url("/assets/images/commons/careers-bg-header-sp.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.menu-responsive .menu-main ul li.careers a {
  padding: 25px 14% 25px 7%;
  text-align: right;
}
.menu-responsive .menu-main ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  padding: 0 7%;
}
.menu-responsive .menu {
  margin-top: 20px;
  padding-right: 7%;
}
.menu-responsive .menu ul li + li {
  margin-top: 5px;
}
.menu-responsive .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  .menu-responsive .menu ul li a {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.menu-responsive .menu ul li a span {
  margin-left: 10px;
}
.menu-responsive .social {
  margin-top: 25px;
  padding-right: 7%;
}
.menu-responsive .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.menu-responsive .social ul li + li {
  margin-left: 30px;
}
.menu-responsive .social ul li a {
  display: block;
}

/* Wrapper */
@media only screen and (max-width: 750px) {
  #wrapper {
    padding-top: 60px;
  }
}
#wrapper #mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

/* Main */
.content-1140 {
  width: 92%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-1140 {
    width: 90%;
  }
}

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

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

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

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

.pad75 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  .pad75 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad7575 {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media only screen and (max-width: 750px) {
  .pad7575 {
    padding-top: 40px;
    padding-bottom: 75px;
  }
}

.pad75100 {
  padding-top: 75px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  .pad75100 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad65 {
  padding-top: 65px;
  padding-bottom: 65px;
}
@media only screen and (max-width: 750px) {
  .pad65 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.pad6580 {
  padding-top: 65px;
  padding-bottom: 80px;
}
@media only screen and (max-width: 750px) {
  .pad6580 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

.mt20 {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .mt20 {
    margin-top: 20px;
  }
}

.mt40 {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .mt40 {
    margin-top: 20px;
  }
}

.mt50 {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .mt50 {
    margin-top: 30px;
  }
}

.mt60 {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt80 {
  margin-top: 80px;
}
@media only screen and (max-width: 750px) {
  .mt80 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .mt100 {
    margin-top: 40px;
  }
}

/* MV */
#mv .mv {
  position: relative;
}
#mv .mv .mv-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#mv .mv .mv-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex {
    display: block;
    width: 88%;
  }
}
#mv .mv .mv-text .flex .col-left h1 {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-left h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
    margin-bottom: 10px;
  }
}
#mv .mv .mv-text .flex .col-left p {
  font-size: 2.8rem;
  line-height: 4.3rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-left p {
    font-size: 1.6rem;
    line-height: 2.6rem;
    font-weight: 400;
  }
}
#mv .mv .mv-text .flex .col-left p:last-child {
  margin-top: 40px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-left p:last-child {
    margin-top: 10px;
    font-size: 2rem;
  }
}
#mv .mv .mv-text .flex .col-left p:last-child span {
  font-size: 2.2rem;
  margin-right: 10px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-left p:last-child span {
    font-size: 1.4rem;
  }
}
#mv .mv .mv-text .flex .col-right {
  padding-bottom: 60px;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-right {
    padding-bottom: 0;
    margin-top: 10px;
  }
}
#mv .mv .mv-text .flex .col-right p {
  font-family: "Playfair Display", serif;
  font-size: 10rem;
  line-height: 10rem;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #mv .mv .mv-text .flex .col-right p {
    font-size: 6rem;
    line-height: 6rem;
    text-align: right;
  }
}
#mv .mv .mv-slick .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#mv .mv .mv-slick .item img {
  width: 100%;
  max-height: 840px;
  min-height: 560px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 600px) {
  #mv .mv .mv-slick .item img {
    max-height: auto;
    min-height: auto;
  }
}

#mv-inner .mv-inner {
  position: relative;
}
#mv-inner .mv-inner .mv-inner-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 {
  color: #fff;
}
#mv-inner .mv-inner .mv-inner-text h1 span {
  display: block;
}
#mv-inner .mv-inner .mv-inner-text h1 span.jp {
  font-size: 4.2rem;
  line-height: 5.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.jp {
    font-size: 3.4rem;
    line-height: 4.4rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span.jp span {
  display: inline-block;
  font-size: 3.4rem;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.jp span {
    margin-top: 10px;
    font-size: 2.2rem;
    line-height: 3rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span.en {
  margin-top: 35px;
  font-family: "Playfair Display", serif;
  font-size: 5.4rem;
  line-height: 5.2rem;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.en {
    margin-top: 15px;
    font-size: 4.8rem;
    line-height: 4.6rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span.en.big {
  font-size: 7rem;
  line-height: 7rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.en.big {
    font-size: 5rem;
    line-height: 3rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span.en.big span {
  display: inline-block;
  font-size: 2rem;
  line-height: 3rem;
  margin-left: 15px;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.en.big span {
    margin-left: 0;
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#mv-inner .mv-inner .mv-inner-text h1 span.en.big + .big {
  margin-top: 0;
}
@media only screen and (max-width: 750px) {
  #mv-inner .mv-inner .mv-inner-text h1 span.en.big + .big {
    margin-top: 25px;
  }
}
#mv-inner .mv-inner .mv-inner-img img {
  width: 100%;
  max-height: 480px;
  min-height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
}

/* Breadcrumb */
#breadcrumb {
  padding: 14px 0 18px 0;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb {
    display: none;
  }
}
#breadcrumb .breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#breadcrumb .breadcrumb ul li {
  position: relative;
  margin-right: 10px;
}
#breadcrumb .breadcrumb ul li + li {
  padding-left: 20px;
}
#breadcrumb .breadcrumb ul li + li::before {
  content: ">";
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 9;
  display: block;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb ul li + li::before {
    font-size: 1.2rem;
  }
}
#breadcrumb .breadcrumb ul li:first-child a p {
  position: relative;
}
#breadcrumb .breadcrumb ul li:first-child a p::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
#breadcrumb .breadcrumb ul li p {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #fff;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #breadcrumb .breadcrumb ul li p {
    font-size: 1.2rem;
  }
}

/* News */
#news {
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  #news {
    padding: 15px 0 20px 0;
  }
}
#news .news {
  width: 92%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news .news {
    display: block;
    width: 90%;
  }
}
#news .news .col-left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left {
    padding-right: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
#news .news .col-left .txthead-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 80px;
}
#news .news .col-left .txthead-box h2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .txthead-box h2 {
    font-size: 1.6rem;
    line-height: 1.6rem;
  }
}
#news .news .col-left .txthead-box .img {
  padding-left: 40px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .txthead-box .img {
    display: none;
  }
}
#news .news .col-left .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .news-list {
    padding-left: 0;
    width: 100%;
  }
}
#news .news .col-left .news-list a {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #fff;
  background-image: url("/assets/images/commons/btn-arrow-half.svg");
  background-repeat: no-repeat;
  background-position: bottom 6px right;
  background-size: 35px 11px;
  padding-right: 60px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .news-list a {
    font-size: 1.2rem;
    line-height: 1.6rem;
    padding-right: 40px;
    background-size: 26px 8px;
  }
}
#news .news .col-left .news-list a span {
  font-size: 1.7rem;
}
@media only screen and (max-width: 750px) {
  #news .news .col-left .news-list a span {
    font-size: 1.4rem;
  }
}
#news .news .col-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 110px;
  min-width: 110px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-right {
    margin-left: auto;
    margin-top: 10px;
  }
}
#news .news .col-right a {
  display: block;
  width: 100%;
  padding: 0 0 5px 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  color: #fff;
  border-bottom: 1px solid #fff;
  background-image: url("/assets/images/commons/btn-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 6px right;
  background-size: 12px 14px;
}
@media only screen and (max-width: 750px) {
  #news .news .col-right a {
    background-size: 10px 12px;
    background-position: top 7px right;
  }
}

/* Mission */
#mission {
  padding-top: 120px;
}
@media only screen and (max-width: 750px) {
  #mission {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission {
    width: 100%;
  }
}
#mission .mission .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #mission .mission .intro {
    display: block;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#mission .mission .intro .col-left {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .intro .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#mission .mission .intro .col-right {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #mission .mission .intro .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#mission .mission .intro .col-right p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .intro .col-right p + p {
    margin-top: 20px;
  }
}
#mission .mission .img {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #mission .mission .img {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 750px) {
  #mission .mission .btn-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Services */
#services .services .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #services .services .intro {
    display: block;
  }
}
#services .services .intro .col-left {
  width: 50%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #services .services .intro .col-left {
    width: 100%;
    padding-right: 0;
  }
}
#services .services .intro .col-right {
  width: 50%;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #services .services .intro .col-right {
    width: 100%;
    margin-top: 30px;
  }
}
#services .services .intro .col-right p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #services .services .intro .col-right p + p {
    margin-top: 20px;
  }
}
#services .services .content-bg {
  margin-top: 100px;
  background-image: url("/assets/images/top/services-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1440px 580px;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg {
    background: none;
    margin-bottom: 0;
  }
}
#services .services .content-bg .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content {
    width: 100%;
    display: block;
  }
}
#services .services .content-bg .content::before {
  content: "";
  position: absolute;
  top: -45px;
  left: 0;
  right: 0;
  z-index: 9;
  width: 1px;
  height: 630px;
  margin-left: auto;
  margin-right: auto;
  background-color: #414349;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content::before {
    display: none;
  }
}
#services .services .content-bg .content .col {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col {
    width: 100%;
  }
}
#services .services .content-bg .content .col:first-child {
  margin-top: -10px;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col:first-child {
    margin-top: 0;
  }
}
#services .services .content-bg .content .col .row {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row {
    display: inline-block;
    width: 100%;
  }
}
#services .services .content-bg .content .col .row + .row {
  margin-top: 1px;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row + .row {
    margin-top: 0;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row.row1 {
    background-image: url("/assets/images/top/services-img-01.jpg");
  }
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row.row2 {
    background-image: url("/assets/images/top/services-img-02.jpg");
    padding-top: 1px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row.row3 {
    padding-top: 1px;
    background-image: url("/assets/images/top/services-img-03.jpg");
  }
}
#services .services .content-bg .content .col .row .box {
  display: block;
  position: absolute;
  width: 80%;
  max-width: 330px;
  min-width: 330px;
  min-height: 380px;
  padding: 20px 25px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box {
    position: relative;
    width: 75%;
    min-width: auto;
    min-height: auto;
  }
}
#services .services .content-bg .content .col .row .box:hover {
  opacity: 1;
}
#services .services .content-bg .content .col .row .box:hover::after {
  width: 100%;
}
#services .services .content-bg .content .col .row .box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 110px;
  height: 100%;
  background-color: #292d35;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box::after {
    width: 90px;
  }
}
#services .services .content-bg .content .col .row .box.box01 {
  top: -40px;
  background-image: url("/assets/images/top/services-bg-01.jpg");
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box.box01 {
    top: 0;
    margin-top: -30px;
    display: inline-block;
  }
}
#services .services .content-bg .content .col .row .box.box02 {
  background-image: url("/assets/images/top/services-bg-02.jpg");
}
#services .services .content-bg .content .col .row .box.box03 {
  background-image: url("/assets/images/top/services-bg-03.jpg");
}
#services .services .content-bg .content .col .row .box .text {
  position: relative;
  z-index: 9;
}
#services .services .content-bg .content .col .row .box .text .ttl h3 {
  font-family: "Noto Serif JP", serif;
  font-size: 5.4rem;
  line-height: 5.4rem;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box .text .ttl h3 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
#services .services .content-bg .content .col .row .box .text .ttl h3 span {
  font-family: "Playfair Display", serif;
  font-size: 1.8rem;
  letter-spacing: 1px;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box .text .ttl h3 span {
    font-size: 1.6rem;
  }
}
#services .services .content-bg .content .col .row .box .text .ttl p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box .text .ttl p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#services .services .content-bg .content .col .row .box .text .arrow {
  margin-top: 25px;
  margin-bottom: 25px;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box .text .arrow {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
#services .services .content-bg .content .col .row .box .text .brief p {
  font-size: 1.5rem;
  line-height: 2.2rem;
  font-weight: 300;
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row .box .text .brief p {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
}
@media only screen and (max-width: 750px) {
  #services .services .content-bg .content .col .row > img {
    display: none;
  }
}

/* Careers */
#careers {
  margin-top: 65px;
  background-image: url("/assets/images/top/careers-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 1440px 680px;
}
@media only screen and (max-width: 750px) {
  #careers {
    margin-top: 40px;
    padding-top: 0;
    background: none;
  }
}
@media only screen and (max-width: 750px) {
  #careers .careers {
    width: 100%;
    background-image: url("/assets/images/top/careers-bg-sp.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
#careers .careers .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex {
    display: block;
  }
}
#careers .careers .flex::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex::after {
    display: none;
  }
}
#careers .careers .flex .col-left {
  width: 50%;
  padding-top: 65px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-left {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 320px;
  }
}
#careers .careers .flex .col-right {
  width: 50%;
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right {
    width: 100%;
    margin-top: 0;
    padding-bottom: 40px;
  }
}
#careers .careers .flex .col-right .box {
  width: 100%;
  max-width: 520px;
  height: 100%;
  min-height: 720px;
  padding: 140px 50px 0 50px;
  color: #fff;
  background-image: url("/assets/images/top/careers-bg-text.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  background: cover;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right .box {
    height: auto;
    min-height: auto;
    padding: 25px 5%;
    background-image: url("/assets/images/top/careers-bg-text-sp.jpg");
  }
}
#careers .careers .flex .col-right .box h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 300;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right .box h3 {
    font-size: 2rem;
    line-height: 3rem;
    margin-bottom: 15px;
  }
}
#careers .careers .flex .col-right .box h3 span.icon {
  margin-right: 15px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right .box h3 span.icon {
    width: 35px;
  }
}
#careers .careers .flex .col-right .box h3 strong {
  font-weight: 500;
}
#careers .careers .flex .col-right .box p {
  font-family: "Noto Serif JP", serif;
  font-size: 2.2rem;
  line-height: 3.7rem;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right .box p {
    font-size: 1.6rem;
    line-height: 3rem;
    font-weight: 300;
  }
}
#careers .careers .flex .col-right .box p + p {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .flex .col-right .box p + p {
    margin-top: 20px;
  }
}
#careers .careers .btn-box {
  position: relative;
  z-index: 9;
  margin-top: -200px;
}
@media only screen and (max-width: 750px) {
  #careers .careers .btn-box {
    margin-top: 25px;
  }
}
#careers .careers .img {
  position: relative;
  z-index: 9;
  margin-top: 40px;
}
#careers .careers .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  width: 1px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
#careers .careers .img img {
  margin-left: auto;
  margin-right: auto;
}
#careers .img-sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  #careers .img-sp {
    display: block;
    margin-top: -20px;
  }
}

/* Contact */
@media only screen and (max-width: 750px) {
  #contact {
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact {
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .txthead-box {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .intro {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#contact .contact .intro p {
  text-align: center;
}
#contact .contact .flex {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex {
    display: block;
    background-color: #e9eaea;
    padding-bottom: 30px;
  }
}
#contact .contact .flex .col {
  width: 33.33%;
  min-height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col {
    width: 100%;
    min-height: auto;
    display: block;
    padding: 0;
  }
}
#contact .contact .flex .col + .col::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  padding-bottom: 30px;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col + .col::before {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col + .col {
    margin-top: 30px;
  }
}
#contact .contact .flex .col .icon {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .icon {
    width: 50px;
    height: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .icon span img {
    width: 25px;
    height: auto;
  }
}
#contact .contact .flex .col .text {
  padding-top: 10px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text {
    padding-top: 20px;
    padding-left: 70px;
    padding-right: 5%;
  }
}
#contact .contact .flex .col .text p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact .contact .flex .col .text p.tel {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  padding: 0 5px 3px 5px;
  font-family: "Roboto", sans-serif;
  font-size: 3.6rem;
  font-weight: 300;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text p.tel {
    font-size: 3rem;
  }
}
#contact .contact .flex .col .text p.tel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 8px;
  background-color: #fff;
}
#contact .contact .flex .col .text p.tel a {
  position: relative;
  z-index: 9;
}
#contact .contact .flex .col .text p.time {
  display: table;
  margin-top: 10px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 8px 0 8px;
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  background-color: #292d35;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text p.time {
    min-width: 90px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}
#contact .contact .flex .col .text2 {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text2 {
    margin-top: 0;
    padding-left: 70px;
    padding-right: 5%;
  }
}
#contact .contact .flex .col .text2 .box {
  width: 90%;
  min-width: 290px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  background-image: url("/assets/images/commons/btn-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: center right 12px;
  background-size: 15px 16px;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text2 .box {
    width: 100%;
    height: 80px;
    background-size: 11px 12px;
  }
}
#contact .contact .flex .col .text2 .box p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.9rem;
  line-height: 2.6rem;
  font-weight: 500;
  padding-bottom: 4px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text2 .box p {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#contact .contact .flex .col .text2 p {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text2 p {
    font-size: 1.4rem;
  }
}
#contact .contact .flex .col .text2 p.time {
  position: relative;
  z-index: 9;
  min-width: 100px;
  display: table;
  margin-top: -11px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 8px 0 8px;
  font-size: 1.6rem;
  line-height: 2rem;
  color: #fff;
  text-align: center;
  background-color: #292d35;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #contact .contact .flex .col .text2 p.time {
    min-width: 90px;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
}

/* Content Text Bg */
.content-text-bg {
  margin-top: 80px;
  padding-bottom: 45px;
  background-image: url("/assets/images/commons/content-text-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 4px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .content-text-bg {
    width: 100%;
    padding-bottom: 30px;
  }
}
.content-text-bg .box-text {
  padding: 35px 45px;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text {
    padding: 7.5%;
  }
}
.content-text-bg .box-text::before {
  content: "";
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
  z-index: 9;
  width: 30px;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text::before {
    width: 5%;
    top: 5.5%;
  }
}
.content-text-bg .box-text .ttl {
  margin-bottom: 20px;
}
.content-text-bg .box-text .ttl p {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text .ttl p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-text-bg .box-text .text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.content-text-bg .box-text .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text .flex {
    display: block;
    padding-right: 0;
  }
}
.content-text-bg .box-text .flex .text {
  width: 100%;
  padding-right: 45px;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text .flex .text {
    padding-right: 0;
  }
}
.content-text-bg .box-text .flex .badge {
  min-width: 158px;
}
.content-text-bg .box-text .flex .badge img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-text .flex .badge {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-img {
    padding: 0 5% 5% 5%;
  }
}
.content-text-bg .box-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-img ul {
    display: block;
  }
}
.content-text-bg .box-img ul li {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .content-text-bg .box-img ul li {
    width: 100%;
  }
}
.content-text-bg .box-img ul li img {
  width: 100%;
  height: auto;
}

.content-text-bg-row .list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url("/assets/images/commons/content-text-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 4px;
}
.content-text-bg-row .list-row + .list-row {
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row {
    display: block;
  }
}
.content-text-bg-row .list-row .col-img {
  min-width: 550px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row .col-img {
    min-width: auto;
  }
}
.content-text-bg-row .list-row .col-img .badge {
  position: absolute;
  bottom: 13px;
  right: 13px;
  z-index: 8;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  padding-top: 20px;
  color: #fff;
  border: 2px solid #fff;
  background-color: #e60012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.content-text-bg-row .list-row .col-img .badge .box p {
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 600;
}
.content-text-bg-row .list-row .col-img .badge .box p.date {
  margin-top: 5px;
  font-size: 1rem;
  line-height: 1.4rem;
  font-weight: 400;
  text-align: center;
}
.content-text-bg-row .list-row .col-text {
  width: 100%;
  padding: 0 40px 40px 40px;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row .col-text {
    padding: 0 25px 25px 25px;
  }
}
.content-text-bg-row .list-row .col-text h5 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  margin-bottom: 25px;
  padding-top: 35px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row .col-text h5 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.content-text-bg-row .list-row .col-text h5::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 8;
  width: 1px;
  height: 30px;
  background-color: #000;
}
.content-text-bg-row .list-row .col-text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row .col-text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.content-text-bg-row .list-row .col-text p + p {
  margin-top: 12px;
}
.content-text-bg-row .list-row .col-text p span {
  display: inline-block;
  margin-right: 8px;
  padding: 2px 8px;
  background-color: #fff;
}
@media only screen and (max-width: 750px) {
  .content-text-bg-row .list-row .col-text p span {
    display: table;
    margin-bottom: 3px;
  }
}

.gototop-sticky {
  position: sticky;
  bottom: 0;
  right: 0;
  z-index: 9;
  height: 0;
}
.gototop-sticky a {
  display: table;
  margin-left: auto;
  position: absolute;
  right: 15px;
  top: -33px;
}

/* Footer */
footer {
  padding-top: 40px;
  padding-bottom: 50px;
  color: #fff;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
footer .footer {
  width: 92%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  footer .footer {
    width: 90%;
  }
}
footer .footer .content {
  display: table;
  margin-left: auto;
}
footer .footer .content .logo img {
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .logo img {
    width: 48px;
    height: auto;
  }
}
footer .footer .content .logo p {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .logo p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
footer .footer .content .logo p span {
  font-size: 1.3rem;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .logo p span {
    font-size: 1.2rem;
  }
}
footer .footer .content .menu {
  margin-top: 35px;
}
footer .footer .content .menu ul li + li {
  margin-top: 5px;
}
footer .footer .content .menu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #fff;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  footer .footer .content .menu ul li a {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
footer .footer .content .menu ul li a span {
  margin-left: 10px;
}
footer .footer .content .social {
  margin-top: 45px;
}
footer .footer .content .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .content .social ul li + li {
  margin-left: 30px;
}
footer .footer .content .social ul li a {
  display: block;
}
footer .footer .copyright {
  margin-top: 180px;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright {
    margin-top: 100px;
  }
}
footer .footer .copyright p {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  footer .footer .copyright p {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

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

.show600 {
  display: none !important;
}
@media only screen and (max-width: 600px) {
  .show600 {
    display: block !important;
  }
}

@media only screen and (max-width: 750px) {
  .hide750 {
    display: none !important;
  }
}

@media only screen and (max-width: 600px) {
  .hide600 {
    display: none !important;
  }
}

/* About */
#about .about .intro h2 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about .intro h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#about .about .intro img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#about .about .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #about .about .content {
    margin-top: 80px;
  }
}
#about .about .content .row + .row {
  margin-top: 110px;
}
#about .about .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .ttl {
    min-height: 60px;
  }
}
#about .about .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
#about .about .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .ttl::after {
    height: 30px;
  }
}
#about .about .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#about .about .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
#about .about .content .row .content-value .value-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row {
    display: block;
  }
}
#about .about .content .row .content-value .value-row + .value-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row + .value-row {
    margin-top: 40px;
  }
}
#about .about .content .row .content-value .value-row .text {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text {
    padding-right: 0;
  }
}
#about .about .content .row .content-value .value-row .text h4 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #292d35;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#about .about .content .row .content-value .value-row .text p + p {
  margin-top: 25px;
}
#about .about .content .row .content-value .value-row .text .box-need {
  width: 100%;
  max-width: 580px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e9eaea;
}
#about .about .content .row .content-value .value-row .text .box-need .need-topic {
  padding: 10px 0;
  background-color: #292d35;
}
#about .about .content .row .content-value .value-row .text .box-need .need-topic p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  text-align: center;
}
#about .about .content .row .content-value .value-row .text .box-need .need-topic p span {
  margin-right: 18px;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail {
  padding: 15px 35px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text .box-need .need-detail {
    padding: 15px;
  }
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row + .need-row {
  margin-top: 35px;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row + .need-row::before {
  display: table;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  content: "×";
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 200;
  color: #292d35;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img {
  max-width: 120px;
  min-width: 120px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img {
    max-width: 95px;
    min-width: 95px;
  }
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text {
  width: 100%;
  padding: 7px 20px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text {
    padding: 5px 15px;
  }
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5 {
  display: table;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #787248;
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  background-color: #94969a;
}
#about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#about .about .content .row .content-value .value-row .img {
  min-width: 360px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-value .value-row .img {
    margin-top: 30px;
  }
}
#about .about .content .row .content-value .value-row .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
  padding-bottom: 32px;
}
#about .about .content .row .content-value .value-row .img img {
  width: 100%;
  height: auto;
}
#about .about .content .row .content-mission.vision {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-mission.vision {
    width: 100%;
    margin-top: 40px;
  }
}
#about .about .content .row .content-mission .text {
  margin-top: 30px;
}
#about .about .content .row .content-mission .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #about .about .content .row .content-mission .text p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #about .about .btn-box {
    margin-top: 60px;
  }
}

/* Business  */
#business .business .intro h2 {
  display: table;
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-right: 140px;
}
@media only screen and (max-width: 750px) {
  #business .business .intro h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding-right: 0px;
  }
}
#business .business .intro h2::after {
  content: "";
  display: inline-block;
  position: static;
  width: 113px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  #business .business .intro h2::after {
    width: 60px;
    margin-bottom: 8px;
  }
}
#business .business .intro img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#business .business .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #business .business .content {
    margin-top: 60px;
  }
}
#business .business .content .row + .row {
  margin-top: 110px;
}
#business .business .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .ttl {
    min-height: 60px;
    margin-bottom: 20px;
  }
}
#business .business .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
#business .business .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .ttl::after {
    height: 30px;
  }
}
#business .business .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#business .business .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
#business .business .content .row .content-value .value-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row {
    display: block;
  }
}
#business .business .content .row .content-value .value-row + .value-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row + .value-row {
    margin-top: 40px;
  }
}
#business .business .content .row .content-value .value-row.block {
  display: block;
}
#business .business .content .row .content-value .value-row.block .text {
  padding-right: 0;
}
#business .business .content .row .content-value .value-row .text {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text {
    padding-right: 0;
  }
}
#business .business .content .row .content-value .value-row .text h4 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  color: #292d35;
  margin-bottom: 40px;
}
#business .business .content .row .content-value .value-row .text h4.mb20 {
  margin-bottom: 20px;
}
#business .business .content .row .content-value .value-row .text h4 span {
  font-size: 2.4rem;
  line-height: 3.4rem;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text h4 span {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#business .business .content .row .content-value .value-row .text p + p {
  margin-top: 25px;
}
#business .business .content .row .content-value .value-row .text .btn-box {
  margin-top: 40px;
}
#business .business .content .row .content-value .value-row .text .list {
  margin-top: 25px;
  display: table;
}
#business .business .content .row .content-value .value-row .text .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  width: auto;
  height: 36px;
  background-image: url("/assets/images/commons/content-text-bg-slash.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 3px;
  padding: 0 10px;
}
#business .business .content .row .content-value .value-row .text .list-no {
  margin-top: 10px;
}
#business .business .content .row .content-value .value-row .text .list-no + p {
  margin-top: 10px;
}
#business .business .content .row .content-value .value-row .text .list-no li {
  position: relative;
  font-weight: 500;
  padding-left: 40px;
}
#business .business .content .row .content-value .value-row .text .list-no li + li {
  margin-top: 1px;
}
#business .business .content .row .content-value .value-row .text .list-no li span {
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 8;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1.7rem;
  font-family: "Roboto", sans-serif;
  color: #fff;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .list-no li span {
    top: 2px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#business .business .content .row .content-value .value-row .text .box-need {
  width: 100%;
  max-width: 580px;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
  background-color: #e9eaea;
}
#business .business .content .row .content-value .value-row .text .box-need .need-topic {
  padding: 10px 0;
  background-color: #292d35;
}
#business .business .content .row .content-value .value-row .text .box-need .need-topic p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  text-align: center;
}
#business .business .content .row .content-value .value-row .text .box-need .need-topic p span {
  margin-right: 18px;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail {
  padding: 15px 35px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .box-need .need-detail {
    padding: 15px;
  }
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  position: relative;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row + .need-row {
  margin-top: 35px;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row + .need-row::before {
  display: table;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  content: "×";
  font-size: 4rem;
  line-height: 4rem;
  font-weight: 200;
  color: #292d35;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img {
  max-width: 120px;
  min-width: 120px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img {
    max-width: 95px;
    min-width: 95px;
  }
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-img img {
  -o-object-fit: cover;
  object-fit: cover;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text {
  width: 100%;
  padding: 7px 20px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text {
    padding: 5px 15px;
  }
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5 {
  display: table;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  color: #787248;
  position: relative;
  margin-bottom: 2px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5 {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text h5::after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 1px;
  background-color: #94969a;
}
#business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .text .box-need .need-detail .need-row .need-text p {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
#business .business .content .row .content-value .value-row .img {
  width: 100%;
  min-width: 550px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .img {
    min-width: auto;
    margin-top: 30px;
  }
}
#business .business .content .row .content-value .value-row .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
  padding-bottom: 32px;
}
#business .business .content .row .content-value .value-row .img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-value .value-row .btn-box {
    margin-top: 50px !important;
  }
}
#business .business .content .row .content-mission.vision {
  width: 50%;
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-mission.vision {
    width: 100%;
    margin-top: 40px;
  }
}
#business .business .content .row .content-mission .text {
  margin-top: 30px;
}
#business .business .content .row .content-mission .text p + p {
  margin-top: 25px;
}
@media only screen and (max-width: 750px) {
  #business .business .content .row .content-mission .text p + p {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #business .business .btn-box {
    margin-top: 60px;
  }
}

.toggle {
  margin-top: 30px;
}
.toggle .toggle-row + .toggle-row {
  margin-top: 20px;
}
.toggle .toggle-row .toggle-btn {
  width: 100%;
  display: block;
  position: relative;
  padding: 25px 110px 25px 45px;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-btn {
    padding: 25px 65px 25px 25px;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
}
.toggle .toggle-row .toggle-btn.active::after {
  background-image: url("/assets/images/commons/toggle-close.svg");
}
.toggle .toggle-row .toggle-btn::after {
  content: "";
  position: absolute;
  top: 17px;
  right: 45px;
  z-index: 8;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 100%;
  background-image: url("/assets/images/commons/toggle-open.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-btn::after {
    top: 16px;
    right: 25px;
  }
}
.toggle .toggle-row .toggle-content {
  margin-top: 25px;
  display: none;
}
.toggle .toggle-row .toggle-content .topic-no {
  min-height: 36px;
}
.toggle .toggle-row .toggle-content .topic-no p {
  position: relative;
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 500;
  padding-left: 50px;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-content .topic-no p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
.toggle .toggle-row .toggle-content .topic-no p span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-size: 2.6rem;
  line-height: 2.6rem;
  color: #fff;
  background-color: #292d35;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-content .topic-no p span {
    width: 34px;
    height: 34px;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
.toggle .toggle-row .toggle-content .description {
  margin-top: 15px;
}
.toggle .toggle-row .toggle-content .description p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-content .description p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.toggle .toggle-row .toggle-content .description p.fz15 {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .toggle .toggle-row .toggle-content .description p.fz15 {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
.toggle .toggle-row .toggle-content .description p.underline {
  display: table;
  font-size: 1.8rem;
  line-height: 2.8rem;
  font-weight: 500;
  position: relative;
  padding-right: 20px;
}
.toggle .toggle-row .toggle-content .description p.underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 8;
  width: 100%;
  height: 1px;
  background-color: #959595;
}
.toggle .toggle-row .toggle-content .description p.underline + p {
  margin-top: 10px !important;
}
.toggle .toggle-row .toggle-content .description p.tag span {
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 500;
  padding: 2px 10px;
  color: #292d35;
  background-color: #e9eaea;
}
.toggle .toggle-row .toggle-content .description p.tag + p {
  margin-top: 10px !important;
}
.toggle .toggle-row .toggle-content .description .box-img {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.toggle .toggle-row .toggle-content .description .box-img li {
  margin-right: 2px;
}
.toggle .toggle-row .toggle-content .description .box-img + p {
  margin-top: 15px;
}
.toggle .toggle-row .toggle-content .triangle {
  width: 36px;
  margin-top: 15px;
  margin-bottom: 15px;
}
.toggle .toggle-row .toggle-content .triangle img {
  margin-left: auto;
  margin-right: auto;
}

/* About */
#company .company .intro h2 {
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #company .company .intro h2 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#company .company .intro img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#company .company .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #company .company .content {
    margin-top: 80px;
  }
}
#company .company .content .row + .row {
  margin-top: 60px;
}
#company .company .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .ttl {
    min-height: 60px;
  }
}
#company .company .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
#company .company .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .ttl::after {
    height: 30px;
  }
}
#company .company .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#company .company .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
#company .company .content .row .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .profile {
    display: block;
    margin-top: 0;
  }
}
#company .company .content .row .profile .col {
  width: 47.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .profile .col {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .profile .col + .col {
    margin-top: 15px;
  }
}
#company .company .content .row .profile .col p.topic {
  color: #292d35;
  font-weight: 500;
  margin-bottom: 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid #292d35;
}
#company .company .content .row .map .iframe {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  min-height: 375px;
  overflow: hidden;
}
#company .company .content .row .map .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
#company .company .content .row .map p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .map p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#company .company .content .row .map a {
  margin-top: 5px;
  display: table;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
#company .company .content .row .history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #292d35;
  padding-bottom: 10px;
}
#company .company .content .row .history ul li + li {
  margin-top: 10px;
}
#company .company .content .row .history ul li p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  #company .company .content .row .history ul li p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
#company .company .content .row .history ul li p.year {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 500;
}

/* Business  */
#csr .csr .intro h2 {
  display: table;
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  margin-bottom: 30px;
  position: relative;
  padding-right: 140px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .intro h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    padding-right: 0px;
  }
}
#csr .csr .intro h2::after {
  content: "";
  display: inline-block;
  position: static;
  width: 113px;
  height: 1px;
  margin-bottom: 10px;
  background-color: #000;
}
@media only screen and (max-width: 750px) {
  #csr .csr .intro h2::after {
    width: 60px;
    margin-bottom: 8px;
  }
}
#csr .csr .intro img {
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
#csr .csr .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content {
    margin-top: 60px;
  }
}
#csr .csr .content .row + .row {
  margin-top: 110px;
}
#csr .csr .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .ttl {
    min-height: 60px;
    margin-bottom: 20px;
  }
}
#csr .csr .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
#csr .csr .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .ttl::after {
    height: 30px;
  }
}
#csr .csr .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#csr .csr .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
#csr .csr .content .row .content-csr .csr-img + .csr-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-img + .csr-row {
    margin-top: 40px;
  }
}
#csr .csr .content .row .content-csr .csr-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row {
    display: block;
  }
}
#csr .csr .content .row .content-csr .csr-row + .csr-row {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row + .csr-row {
    margin-top: 40px;
  }
}
#csr .csr .content .row .content-csr .csr-row .text {
  width: 100%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row .text {
    padding-right: 0;
  }
}
#csr .csr .content .row .content-csr .csr-row .text h4 {
  font-size: 2.9rem;
  line-height: 3.9rem;
  font-weight: 500;
  color: #292d35;
  margin-bottom: 30px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row .text h4 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
}
#csr .csr .content .row .content-csr .csr-row .text p {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
#csr .csr .content .row .content-csr .csr-row .text p + p {
  margin-top: 25px;
}
#csr .csr .content .row .content-csr .csr-row .img {
  min-width: 540px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row .img {
    min-width: auto;
    margin-top: 30px;
  }
}
#csr .csr .content .row .content-csr .csr-row .img.none-line::before {
  display: none;
}
#csr .csr .content .row .content-csr .csr-row .img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
  padding-bottom: 32px;
}
#csr .csr .content .row .content-csr .csr-row .img img {
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-row .img img {
    width: 100%;
    height: auto;
  }
}
#csr .csr .content .row .content-csr .csr-list {
  margin-top: 40px;
}
#csr .csr .content .row .content-csr .csr-list .list-row + .list-row {
  margin-top: 30px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .topic {
  display: table;
  margin-bottom: 15px;
  padding: 1px 15px 1px 1px;
  background-color: #e9eaea;
}
#csr .csr .content .row .content-csr .csr-list .list-row .topic p {
  padding-left: 40px;
  min-height: 30px;
  position: relative;
}
#csr .csr .content .row .content-csr .csr-list .list-row .topic p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  width: 30px;
  height: 30px;
  font-family: "Roboto", sans-serif;
  font-size: 1.7rem;
  line-height: 1.7rem;
  color: #fff;
  background-color: #292d35;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail p {
  font-size: 1.6rem;
  line-height: 2.6rem;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail p strong {
  font-weight: 500;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail p + p {
  margin-top: 25px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail ul {
  margin-left: 25px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail ul li {
  list-style: disc;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail ul + p {
  margin-top: 25px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex {
    display: block;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col {
  width: 47.36%;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col {
    width: 100%;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg {
  margin-top: 25px;
  background-image: url("/assets/images/commons/content-text-bg.jpg");
  background-repeat: repeat;
  background-position: top left;
  background-size: 4px;
  padding: 0 30px 30px 30px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg {
    margin-top: 15px;
    padding: 0 25px 25px 25px;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg .text-bg-topic {
  position: relative;
  margin-bottom: 8px;
  padding-top: 35px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg .text-bg-topic::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 7px;
  z-index: 8;
  width: 1px;
  height: 30px;
  background-color: #292d35;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg .text-bg-topic p {
  font-weight: 500;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col .text-bg .text-bg-detail p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program {
  background-image: url("/assets/images/csr/img-03-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 45px 40px;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program {
    margin-top: 20px;
    padding: 30px 20px;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program > p {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program > p {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol {
    display: block;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol li {
  width: 32%;
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol li + li {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol li {
    width: 140px;
    margin-left: auto;
    margin-right: auto;
  }
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol li .box {
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 5px;
}
#csr .csr .content .row .content-csr .csr-list .list-row .detail .flex .col.program ol li p {
  margin-top: -15px;
  text-align: center;
}

/* Contact Inner  */
#contact-inner .contact-inner .content .row + .row {
  margin-top: 110px;
}
#contact-inner .contact-inner .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .ttl {
    min-height: 60px;
    margin-bottom: 20px;
  }
}
#contact-inner .contact-inner .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
#contact-inner .contact-inner .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .ttl::after {
    height: 30px;
  }
}
#contact-inner .contact-inner .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
#contact-inner .contact-inner .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #292d35;
  padding-bottom: 15px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row {
    display: block;
    padding-bottom: 0;
    border-bottom: 0;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row + .form-row {
  margin-top: 30px;
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-topic {
  position: relative;
  max-width: 235px;
  min-width: 235px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-topic {
    display: table;
    max-width: auto;
    min-width: auto;
    padding-right: 55px;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-topic p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-weight: 500;
  color: #292d35;
  white-space: nowrap;
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-topic p.important {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 8;
  width: 45px;
  height: 18px;
  padding-bottom: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  line-height: 1.3rem;
  color: #fff;
  background-color: #ff0000;
  border-radius: 6px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-topic p.important {
    top: 5px;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field {
  width: 100%;
  max-width: 630px;
  padding-left: 15px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field {
    border-top: 1px solid #292d35;
    padding-left: 0;
    margin-top: 8px;
    padding-top: 10px;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field.flex {
    display: block;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field.flex .col {
  margin-right: 28px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field.flex .col {
    margin-right: 0;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row .form-field p a {
  text-decoration: underline;
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row-button {
  margin-top: 60px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-form .form .form-row-button {
    margin-top: 40px;
  }
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row-button .btn-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
#contact-inner .contact-inner .content .row .contact-form .form .form-row-button .btn-box ul li {
  margin: 10px 0;
}
#contact-inner .contact-inner .content .row .contact-thanks {
  padding: 0 40px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-thanks {
    padding: 0 5px;
  }
}
#contact-inner .contact-inner .content .row .contact-thanks h4 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.4rem;
  line-height: 4.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-thanks h4 {
    font-size: 2.2rem;
    line-height: 3.2rem;
    margin-bottom: 20px;
  }
}
#contact-inner .contact-inner .content .row .contact-thanks ul {
  margin-left: 18px;
}
#contact-inner .contact-inner .content .row .contact-thanks ul li {
  list-style: disc;
}
#contact-inner .contact-inner .content .row .contact-thanks .btn-box {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  #contact-inner .contact-inner .content .row .contact-thanks .btn-box {
    margin-top: 60px;
  }
}

.page-confirm .form-field p {
  margin-top: 2px !important;
}

.textbox {
  width: 100%;
  padding: 2px 12px 3px 12px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  color: #292d35;
  background-color: #f1f1f1;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.textbox.alert {
  background-color: #fde6e6;
}
.textbox.alert::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0000 !important;
  opacity: 1;
  /* Firefox */
}
.textbox.alert::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0000 !important;
  opacity: 1;
  /* Firefox */
}
.textbox.alert:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0000 !important;
  opacity: 1;
  /* Firefox */
}
.textbox.alert::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0000 !important;
  opacity: 1;
  /* Firefox */
}
.textbox.alert::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ff0000 !important;
  opacity: 1;
  /* Firefox */
}
.textbox.alert:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff0000 !important;
}
.textbox.alert::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ff0000 !important;
}

textarea.textbox {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 300;
  height: 220px;
  resize: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1;
  /* Firefox */
}

::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #a6a6a6;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #a6a6a6;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #a6a6a6;
}

/* Checkbox */
.chkbox-btn {
  display: block;
  position: relative;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 35px;
  margin-top: 0px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #292d35;
}

.chkbox-btn + .chkbox-btn {
  margin-top: 10px;
}

.chkbox-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.chkbox {
  position: absolute;
  top: 4px;
  left: 0;
  border: 2px solid #292d35;
  height: 22px;
  width: 22px;
  background-color: #fff;
  border-radius: 6px;
}

.chkbox-btn:hover input ~ .chkbox {
  background-color: #fff;
}

.chkbox:after {
  content: "";
  position: absolute;
  display: none;
}

.chkbox-btn input:checked ~ .chkbox:after {
  display: block;
}

.chkbox-btn .chkbox:after {
  top: 0px;
  left: 2px;
  width: 24px;
  height: 17px;
  background-image: url("/assets/images/commons/icon-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 17px;
}

/* News Inner */
#news-inner .news-inner .news-inner-list ul li + li {
  margin-top: 40px;
}
#news-inner .news-inner .news-inner-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a {
    display: block;
  }
}
#news-inner .news-inner .news-inner-list ul li a .cover {
  min-width: 360px;
}
#news-inner .news-inner .news-inner-list ul li a .cover img {
  width: 100%;
  height: auto;
}
#news-inner .news-inner .news-inner-list ul li a .brief {
  width: 100%;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a .brief {
    padding-left: 0;
    margin-top: 15px;
  }
}
#news-inner .news-inner .news-inner-list ul li a .brief p {
  display: table;
}
#news-inner .news-inner .news-inner-list ul li a .brief p.tag {
  font-size: 1.5rem;
  line-height: 1.5rem;
  min-width: 110px;
  padding: 2px 0 4px 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background-color: #292d35;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a .brief p.tag {
    min-width: 100px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#news-inner .news-inner .news-inner-list ul li a .brief .text {
  margin-top: 15px;
  padding-left: 8px;
  padding-right: 8px;
  position: relative;
  z-index: 9;
}
#news-inner .news-inner .news-inner-list ul li a .brief .text::after {
  display: block;
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
#news-inner .news-inner .news-inner-list ul li a .brief .text p {
  display: table;
}
#news-inner .news-inner .news-inner-list ul li a .brief .text p.date {
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  line-height: 2rem;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a .brief .text p.date {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
#news-inner .news-inner .news-inner-list ul li a .brief .text h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a .brief .text h2 {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }
}
#news-inner .news-inner .news-inner-list ul li a .brief .text p {
  font-size: 1.5rem;
  line-height: 2.5rem;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-inner-list ul li a .brief .text p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
#news-inner .news-inner .news-detail .ttl p {
  display: table;
  position: relative;
}
#news-inner .news-inner .news-detail .ttl p.tag {
  font-size: 1.5rem;
  line-height: 1.5rem;
  min-width: 110px;
  padding: 2px 0 4px 0;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background-color: #292d35;
  border-radius: 4px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .ttl p.tag {
    min-width: 100px;
    font-size: 1.4rem;
    line-height: 1.4rem;
  }
}
#news-inner .news-inner .news-detail .ttl p.date {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 25px;
  padding-bottom: 23px;
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .ttl p.date {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
#news-inner .news-inner .news-detail .ttl p.date::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
#news-inner .news-inner .news-detail .ttl h1 {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .ttl h1 {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
}
#news-inner .news-inner .news-detail .content {
  margin-top: 50px;
}
#news-inner .news-inner .news-detail .content .row {
  width: 92%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row {
    width: 90%;
  }
}
#news-inner .news-inner .news-detail .content .row.w100 {
  width: 100%;
}
#news-inner .news-inner .news-detail .content .row.w100 + .w100 {
  margin-top: 50px;
}
#news-inner .news-inner .news-detail .content .row .img {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#news-inner .news-inner .news-detail .content .row .img + .img {
  margin-top: 50px;
}
#news-inner .news-inner .news-detail .content .row .img.col1 div {
  max-width: 700px;
}
#news-inner .news-inner .news-detail .content .row .img.col3 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row .img.col3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
  }
}
#news-inner .news-inner .news-detail .content .row .img.col3 div {
  width: 32.3%;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row .img.col3 div {
    width: 49%;
    margin-top: 20px;
  }
}
#news-inner .news-inner .news-detail .content .row .img.col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row .img.col2 {
    display: block;
  }
}
#news-inner .news-inner .news-detail .content .row .img.col2 div {
  width: 49%;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row .img.col2 div {
    width: 100%;
    margin-top: 30px;
  }
}
#news-inner .news-inner .news-detail .content .row .img p {
  font-size: 1.4rem;
  line-height: 2rem;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row .img p {
    padding: 0 5%;
  }
}
#news-inner .news-inner .news-detail .content .row + .row {
  margin-top: 40px;
}
#news-inner .news-inner .news-detail .content .row h2 {
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333333;
}
@media only screen and (max-width: 750px) {
  #news-inner .news-inner .news-detail .content .row h2 {
    font-size: 2rem;
    line-height: 3rem;
    padding-bottom: 15px;
  }
}
#news-inner .news-inner .news-detail .content .row p + p {
  margin-top: 25px;
}

.noto-san {
  font-family: "Noto Serif JP", serif;
}

.list-col2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list-col2 > ul li {
  width: 50%;
}
.list-col2 > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcumb-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 1.6rem;
  margin-top: 15px;
  margin-left: 20px;
  line-height: 25px;
  position: fixed;
  top: 13px;
  left: 330px;
  z-index: 99;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.breadcumb-recruit a {
  margin: 0 5px;
  background-color: #fff;
  padding: 0px 15px;
}
@media only screen and (max-width: 750px) {
  .breadcumb-recruit {
    display: none !important;
  }
}

.menu-fixed .breadcumb-recruit {
  position: fixed;
  margin-top: 0px !important;
  margin-left: 0px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}

header.with-bg .header .header-left a .breadcumb-recruit {
  margin-top: 0;
}

.recruit-page .menu-responsive {
  overflow: scroll;
}
.recruit-page .menu-responsive .menu-main {
  font-family: "Noto Serif JP", serif;
}
.recruit-page .menu-responsive .menu-main a {
  font-size: 2.2rem;
}
.recruit-page .menu-responsive .menu-user {
  margin-top: 20px;
  font-family: "Noto Serif JP", serif;
}
.recruit-page .menu-responsive .menu-user > ul li {
  padding: 0 7%;
}
.recruit-page .menu-responsive .menu-user > ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  font-size: 1.8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.recruit-page .menu-responsive .menu-user > ul li a .image-menu-user {
  width: 58px;
  margin-right: 20px;
}
.recruit-page .menu-responsive .menu-user > ul li a .txt-menu-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-page .menu-responsive .menu-user > ul li a .txt-menu-user span:first-child {
  font-size: 2.2rem;
  margin-right: 20px;
  min-width: 100px;
}
.recruit-page .menu-responsive .menu-user > ul li a .txt-menu-user span:last-child {
  font-size: 1.6rem;
}
.recruit-page .menu-responsive .menu-user > ul li a {
  background: url("/assets/images/recruit/menu/line-menu.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: bottom center;
}
.recruit-page .menu-responsive .link-top-master {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
  padding: 0 7%;
}
.recruit-page .menu-responsive .link-top-master a {
  font-size: 1.6rem;
  padding-left: 40px;
  margin-left: auto;
  margin-right: auto;
  background: url("/assets/images/recruit/menu/arrow-top-master.png");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: left 0.3em center;
  color: #fff;
  font-weight: bold;
}
.recruit-page header.with-bg .header .header-left a .text {
  padding-top: 0;
}
.recruit-page .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.recruit-page .slick-track .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  height: auto !important;
}
.recruit-page .slick-slide div {
  height: 100% !important;
  width: 100% !important;
}
.recruit-page .slick-slide div img {
  width: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  height: 680px !important;
}
@media only screen and (max-width: 750px) {
  .recruit-page header {
    background-color: #17cebb;
    min-width: auto;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header {
    width: 94%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.recruit-page header .header .header-right .header-burger {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
  margin-right: 10px;
}
.recruit-page header .header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #32cebb;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .menu {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .menu ul li:nth-child(1) {
    display: none;
  }
  .recruit-page header .header .header-right .menu ul li:nth-child(3) {
    display: none;
  }
}
.recruit-page .menu-responsive {
  background-color: #32cebb;
  max-width: 400px;
  right: -500px;
  left: auto;
}
@media only screen and (max-width: 750px) {
  .recruit-page .menu-responsive {
    background-color: #32cebb;
    right: inherit;
    max-width: 100%;
  }
}
.recruit-page .menu-responsive.active {
  right: 0;
}
@media only screen and (max-width: 750px) {
  .recruit-page .menu-responsive.active {
    right: inherit;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .header-burger {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .header-email {
    display: none;
  }
}
.recruit-page header .header .header-left a .text {
  padding-top: 15px;
  min-width: 250px;
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-left a .text {
    padding-top: 0px;
    min-width: inherit;
  }
}
.recruit-page header .header .header-left a .text p {
  font-weight: normal;
}
.recruit-page header .header .header-right .menu ul li a span {
  margin-right: 10px;
  font-size: 2rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .menu ul li a span {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-left a .text p span {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-left a .logo img {
    width: 30px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.recruit-page .mv-slick {
  position: relative;
}
.recruit-page .mv-slick:after {
  content: url("/assets/images/recruit/top/thumb-mv.png");
  position: absolute;
  bottom: -160px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 750px) {
  .recruit-page .mv-slick:after {
    content: inherit;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left h1 {
  font-size: 8.8rem !important;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left h1 {
    font-size: 6.4rem !important;
    line-height: 5.4rem !important;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .banner-img, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .banner-img, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img {
    width: auto;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .banner-img p, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p {
  margin-top: 0 !important;
  width: 50px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .banner-img p, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p {
    width: 35px;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .banner-img p:nth-child(1), .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p:nth-child(1) {
  margin-right: 10px !important;
  font-size: 3.4rem !important;
}
.recruit-page #mv .mv .mv-text .flex .col-left .banner-img p:nth-child(2), .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p:nth-child(2) {
  font-size: 1.8rem !important;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .banner-img p:nth-child(2) span, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p:nth-child(2) span {
    font-size: 1.6rem !important;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .banner-img p span, .recruit-page #mv .mv .mv-text .flex .col-right .banner-img p span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-right: 0px !important;
  padding: 5px 0;
  line-height: 1.4;
}
.recruit-page #mv .mv .mv-text .flex .col-left .txt-banner, .recruit-page #mv .mv .mv-text .flex .col-right .txt-banner {
  margin-top: 20px;
}
.recruit-page #mv .mv .mv-text .flex .col-left .txt-banner .txt, .recruit-page #mv .mv .mv-text .flex .col-right .txt-banner .txt {
  padding-left: 115px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .txt-banner .txt, .recruit-page #mv .mv .mv-text .flex .col-right .txt-banner .txt {
    padding-left: 90px;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .txt-banner .txt p span, .recruit-page #mv .mv .mv-text .flex .col-right .txt-banner .txt p span {
  font-size: 4rem;
}
.recruit-page #mv .mv .mv-text .flex .col-left p {
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  margin-top: 30px;
  font-weight: normal;
  line-height: 1.6;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left p {
    font-size: 1.5rem;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left p:last-child {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left p:last-child {
    margin-top: 10px;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .btn-green-line {
  background-color: #1fd0be;
  padding: 5px 100px 5px 20px;
  max-width: 285px;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-top: 25px;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .btn-green-line {
    font-size: 2rem;
    max-width: 185px;
    padding: 5px 50px 5px 20px;
  }
}
.recruit-page #mv .mv .mv-text .flex .col-left .btn-green-line:after {
  content: url("/assets/images/recruit/common/line-btn-green-white.png");
  position: absolute;
  top: -7px;
  right: -55px;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #mv .mv .mv-text .flex .col-left .btn-green-line:after {
    top: -2px;
  }
}
.recruit-page header .header .header-right .menu ul li:nth-child(1) a {
  background: url("/assets/images/recruit/common/arrow-menu-left.png") #17cebb;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 65px;
  padding-right: 60px;
  background-position: left 1.5em center;
}
.recruit-page header .header .header-right .menu ul li:nth-child(2) a {
  background: url("/assets/images/recruit/common/link-line-bg.png"), url("/assets/images/recruit/common/arrow-link-box.png") #17cebb;
  background-size: cover, 30px;
  background-repeat: no-repeat, no-repeat;
  padding-left: 25px;
  padding-right: 60px;
  background-position: center, right 1.5em center;
}
@media only screen and (max-width: 750px) {
  .recruit-page header .header .header-right .menu ul li:nth-child(2) a {
    padding-left: 10px;
    padding-right: 50px;
    background-position: center, right 1em center;
    background-size: cover, 25px;
  }
}
.recruit-page header .header .header-right .menu ul li a {
  background-color: #17cebb;
}
.recruit-page header.with-bg {
  background-color: #17cebb;
}
.recruit-page footer {
  background-color: #20d0be;
}
.recruit-page .image-sub-thumb {
  display: none;
}
@media only screen and (max-width: 750px) {
  .recruit-page .image-sub-thumb {
    position: relative;
    margin-top: -30px;
  }
}
.recruit-page #team {
  padding-top: 200px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #team {
    padding-top: 40px;
  }
}
.recruit-page .logo-section img {
  margin-left: auto;
  margin-right: auto;
}
.recruit-page .title-section {
  text-align: center;
  font-size: 2.6rem;
  margin-top: 10px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .title-section {
    font-size: 2.2rem;
  }
}
.recruit-page .title-section h1, .recruit-page .title-section h2, .recruit-page .title-section h3, .recruit-page .title-section h4 {
  font-weight: bold;
}
.recruit-page .title-section h1 span, .recruit-page .title-section h2 span, .recruit-page .title-section h3 span, .recruit-page .title-section h4 span {
  font-weight: normal;
}
.recruit-page .title-section p {
  font-size: 1.5rem;
  margin-top: 15px;
}
.recruit-page section.line-top {
  background: url("/assets/images/recruit/common/line-section.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: top center;
}
@media only screen and (max-width: 750px) {
  .recruit-page section.line-top {
    background-size: 680px;
  }
}
.recruit-page .sub-title-section {
  font-weight: normal !important;
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  margin-top: 15px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .sub-title-section {
    margin-top: 20px;
  }
}
.recruit-page .detail-section {
  text-align: center;
  margin-top: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .recruit-page .detail-section {
    margin-top: 30px;
  }
}
.recruit-page .detail-section p + p {
  margin-top: 30px;
}
@media only screen and (max-width: 750px) {
  .recruit-page .detail-section p + p {
    margin-top: 20px;
  }
}
.recruit-page #team .detail-section {
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page #team .detail-section {
    font-size: 2rem;
  }
}
.recruit-page #our-services .title-section p {
  text-align: left;
  margin-top: 30px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
  margin-right: auto;
}
.recruit-page #our-services .list-col3 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li + li {
    margin-top: 12px;
  }
}
.recruit-page #our-services .list-col3 ul li {
  width: 33.33%;
  min-height: 165px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li {
    width: 100%;
    min-height: auto;
  }
}
.recruit-page #our-services .list-col3 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recruit-page #our-services .list-col3 ul li a .txt-detail {
  position: relative;
  width: 220px;
  color: #fff;
  background: url("/assets/images/recruit/common/arrow-scroll-down.png") #21d1bf;
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: right 1em top 40px;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail .txt {
  padding: 25px 25px;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li a .txt-detail .txt {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li a .txt-detail {
    width: 450px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li a .txt-detail {
    height: 150px;
  }
}
.recruit-page #our-services .list-col3 ul li a .txt-detail p {
  line-height: 1.6;
  text-align: left;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail p:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail p + p {
  margin-top: 10px;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail span {
  line-height: 1.2;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail span:first-child {
  font-size: 5.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 15px;
  font-weight: 100;
}
.recruit-page #our-services .list-col3 ul li a .txt-detail span:last-child {
  margin-bottom: 5px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li a .txt-detail span:last-child {
    font-size: 2rem;
  }
}
.recruit-page #our-services .list-col3 ul li .active .cursor-active {
  display: block;
  position: absolute;
  bottom: -12px;
  -webkit-transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 0.5s cubic-bezier(0.75, 0.3, 0.25, 1);
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li .active .cursor-active {
    bottom: -7px;
  }
}
.recruit-page #our-services .list-col3 ul li .cursor-active {
  border-top: 5px solid #fff;
  display: none;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col3 ul li .cursor-active {
    position: absolute;
    bottom: -7px;
    max-width: 100%;
    width: 450px;
  }
}
.recruit-page #our-services .list-col3 ul li .cursor-active img {
  width: 100%;
  height: 7px;
}
.recruit-page #our-services .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #our-services .flex .col-left {
  width: 65.79%;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .flex .col-left {
    width: 100%;
  }
}
.recruit-page #our-services .flex .col-right {
  width: 335px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .flex .col-right {
    width: 100%;
  }
}
.recruit-page #our-services .flex .col-right .txt h3 {
  font-size: 3.4rem;
  text-align: left;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .flex .col-right .txt h3 {
    font-size: 2.8rem;
  }
}
.recruit-page #our-services .flex .col-right .txt p {
  font-size: 1.6rem;
  text-align: left;
  margin-top: 10px;
}
.recruit-page #our-services .content-section {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .content-section {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col2 > ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.recruit-page #our-services .list-col2 > ul li {
  width: 49%;
  background-color: #1ccfbd;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-col2 > ul li {
    width: 45%;
  }
  .recruit-page #our-services .list-col2 > ul li:first-child {
    margin-right: 10px;
  }
}
.recruit-page #our-services .list-col2 > ul li .image {
  min-width: 110px;
}
.recruit-page #our-services .list-col2 > ul li .space-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 0px 20px 0px;
}
.recruit-page #our-services .list-bottom {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-services .list-bottom {
    margin-top: 30px;
  }
}
.recruit-page #our-services .list-bottom h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.recruit-page #our-services .list-bottom h4 span:first-child {
  margin-right: 10px;
}
.recruit-page #our-services .detail-ourservice {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.recruit-page #our-services .detail-active {
  opacity: 1;
  visibility: visible;
  position: inherit;
  -webkit-transition: all 1s cubic-bezier(0.75, 0.3, 0.25, 1);
  transition: all 1s cubic-bezier(0.75, 0.3, 0.25, 1);
}
.recruit-page #our-team .title-section p {
  margin-top: 30px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .title-section p {
    font-size: 1.4rem;
  }
}
.recruit-page #our-team .list-col3 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -30px;
  margin-left: -22px;
  margin-top: -30px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #our-team .list-col3 > ul li {
  width: 31.4%;
  margin-top: 30px;
  margin-left: 22px;
}
.recruit-page #our-team .list-col3 > ul li a:hover {
  opacity: 0.6;
  display: block;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul li {
    margin-top: 15px;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 75%;
  }
  .recruit-page #our-team .list-col3 > ul li:nth-child(even) {
    margin-left: auto;
  }
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .txt {
  background-color: #17cebb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 0 10px 0;
  width: 70px;
  color: #fff;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .txt .name {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .txt .name h3 {
  margin-right: auto;
  margin-left: auto;
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul li .content-txt-image .txt .name h3 {
    font-size: 2.2rem;
  }
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .image {
  width: 100%;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .image img {
  width: 100%;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .position {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: url("/assets/images/recruit/common/logo-team-small-white-02.png");
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: top 12px center;
  padding-top: 40px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul li .content-txt-image .position {
    height: 70px;
  }
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .position .position-txt {
  line-height: 1.4;
  font-size: 1.4rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul li .content-txt-image .position .position-txt {
    font-size: 1.2rem;
  }
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .position .logo-team {
  margin-bottom: 10px;
}
.recruit-page #our-team .list-col3 > ul li .content-txt-image .position .logo-team img {
  margin-right: auto;
  margin-left: auto;
}
.recruit-page #our-team .list-col3 > ul li .txt-sub-txt {
  font-size: 2rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 10px;
  padding-right: 40px;
  background: url("/assets/images/recruit/common/arrow-right-black.png");
  background-size: 35px;
  background-repeat: no-repeat;
  background-position: right 0 top 13px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #our-team .list-col3 > ul li .txt-sub-txt {
    font-size: 1.6rem;
    background-position: right 0em top 13px;
  }
}
.recruit-page #facilities-benefits .detail-section {
  background: url("/assets/images/recruit/top/bg-facility.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 50px 60px 50px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #facilities-benefits .detail-section {
    padding: 20px 0px;
  }
}
.recruit-page #facilities-benefits .title-section {
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
}
.recruit-page #facilities-benefits .title-section p {
  font-size: 1.5rem;
}
.recruit-page #facilities-benefits .sub-title-section {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}
.recruit-page #facilities-benefits .list-col2 > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -10px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #facilities-benefits .list-col2 > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #facilities-benefits .list-col2 > ul li {
  width: 49.5%;
  background-color: #fff;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 750px) {
  .recruit-page #facilities-benefits .list-col2 > ul li {
    width: 100%;
  }
}
.recruit-page #facilities-benefits .list-col2 > ul li .image {
  min-width: 235px;
  padding-right: 20px;
  background-color: #17cebb;
}
@media only screen and (max-width: 750px) {
  .recruit-page #facilities-benefits .list-col2 > ul li .image {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 150px;
    padding-right: 10px;
  }
}
.recruit-page #facilities-benefits .list-col2 > ul li .txt-detail {
  padding: 25px;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 750px) {
  .recruit-page #facilities-benefits .list-col2 > ul li .txt-detail {
    padding: 5px 10px 20px 10px;
  }
}
.recruit-page #facilities-benefits .list-col2 > ul li .txt-detail h3 {
  font-size: 1.7rem;
  text-align: left;
  font-weight: bold;
  line-height: 1.6;
}
.recruit-page #facilities-benefits .list-col2 > ul li .txt-detail p {
  margin-top: 10px;
  font-size: 1.5rem;
  line-height: 1.4;
  text-align: left;
}
.recruit-page #facilities-benefits .detail-section {
  margin-top: 20px;
}
.recruit-page #application {
  background-color: #e9eaea;
  position: relative;
}
.recruit-page #application .application:after {
  content: "";
  background-color: #fff;
  width: 1140px;
  height: 570px;
  position: absolute;
  top: 145px;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .application:after {
    width: inherit;
    top: 110px;
  }
}
.recruit-page #application .title-section {
  z-index: 9;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 3.8rem;
}
.recruit-page #application .title-section .sub-title-section {
  font-size: 2.2rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300 !important;
}
.recruit-page #application .title-section p {
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .title-section {
    padding: 0 20px;
  }
  .recruit-page #application .title-section p {
    text-align: left;
    margin-top: 30px;
  }
}
.recruit-page #application .detail-section {
  z-index: 9;
  position: relative;
  padding: 0px 50px;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .detail-section {
    padding: 0px 20px;
    background-color: #fff;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-bottom: 100px;
  }
}
.recruit-page #application .list-txt > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .list-txt > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #application .list-txt > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .list-txt > ul li {
    width: 100% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.recruit-page #application .list-txt > ul li .category {
  min-width: 150px;
  color: #fff;
  background-color: #23d1c0;
  font-size: 1.5rem;
  padding: 2px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .list-txt > ul li .category {
    min-width: inherit;
    width: 140px;
  }
}
.recruit-page #application .list-txt > ul li .txt {
  border-bottom: 1px solid #000;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .list-txt > ul li .txt {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 13px;
  }
}
.recruit-page #application .list-txt > ul li .txt p {
  font-size: 1.4rem;
  margin-left: 10px;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .list-txt > ul li .txt p {
    margin-left: 0px;
  }
}
.recruit-page #application .list-txt > ul .width-49per {
  width: 49%;
}
.recruit-page #application .list-txt > ul .width-100per {
  width: 100%;
}
.recruit-page #application .detail-flow-application {
  border: 1px solid #000;
  margin-top: 40px;
  border-radius: 3px;
  padding: 20px;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .detail-flow-application {
    padding: 40px 20px;
  }
}
.recruit-page #application .detail-flow-application h3 {
  position: absolute;
  top: -27px;
  background-color: #fff;
  padding: 5px 10px;
  left: 50%;
  font-size: 2.2rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.recruit-page #application .detail-flow-application img {
  margin-right: auto;
  margin-left: auto;
}
.recruit-page #application .btn-box {
  margin-top: 35px;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .btn-box {
    position: absolute;
  }
}
.recruit-page #application .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 95px;
  font-family: "Roboto", sans-serif;
}
.recruit-page #application .btn p {
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .btn p {
    position: relative;
    left: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .recruit-page #application .btn-900 {
    max-width: 320px;
  }
}
.recruit-page #application .btn-arrow-link-box {
  background-position: top 15px right 16px;
  background-size: 35px 37px;
}

.interview-page .mv-slick:after {
  content: "" !important;
}
@media only screen and (max-width: 750px) {
  .interview-page #mv .mv .mv-text .flex .col-left h1 {
    font-size: 5.4rem !important;
  }
}
@media only screen and (max-width: 750px) {
  .interview-page #mv .mv .mv-text .flex {
    padding-bottom: 10px;
  }
}
.interview-page .mv-text .col-left p {
  margin-top: 60px !important;
  line-height: 2 !important;
}
@media only screen and (max-width: 750px) {
  .interview-page .mv-text .col-left p {
    margin-top: 30px !important;
  }
}
.interview-page .mv-text .col-left p span {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .interview-page .mv-text .col-left p span {
    font-size: 1.8rem !important;
  }
}
.interview-page .sub-title-section {
  margin-top: 40px;
}
.interview-page .detail-section {
  margin-top: 60px;
}
.interview-page .our-team .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 94px;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .interview-page .our-team .btn {
    margin-top: 80px;
  }
}
.interview-page .our-team .btn p {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.interview-page .our-team .btn span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .interview-page .our-team .btn span {
    font-size: 1.4rem;
  }
}
.interview-page .our-team .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 95px;
  font-family: "Roboto", sans-serif;
}
.interview-page .our-team .btn p {
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .interview-page .our-team .btn p {
    position: relative;
    left: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .interview-page .our-team .btn-900 {
    max-width: 320px;
  }
}
@media only screen and (max-width: 750px) {
  .interview-page .our-team .btn-arrow-link-box {
    background-size: 45px 37px;
    background-position: top 15px right 16px;
  }
}

.interview-detail-page .breadcumb-recruit {
  display: block;
}
.interview-detail-page .txt-detail {
  font-family: "Noto Serif JP", serif;
}
.interview-detail-page .mv-slick {
  position: relative;
}
.interview-detail-page #mv .mv .mv-slick .item img {
  width: 100%;
  max-height: 840px;
  min-height: 750px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #mv .mv .mv-text .flex .col-right h1 {
    width: 100px;
  }
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #mv .mv .mv-text .flex {
    padding-bottom: 200px;
  }
}
.interview-detail-page #mv .mv .mv-text .name-en {
  font-size: 12rem;
  position: absolute;
  color: #fff;
  bottom: 33px;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #mv .mv .mv-text .name-en {
    font-size: 8rem;
    text-align: center;
    line-height: 0.7;
    color: #fff;
    bottom: 4px;
  }
}
.interview-detail-page #mv .mv .mv-text .flex .col-right .btn-green-line {
  max-width: 150px !important;
  padding: 2px 50px 2px 20px !important;
  width: 100% !important;
  font-size: 2rem !important;
}
.interview-detail-page #mv .mv .mv-text .flex .col-right .btn-green-line:after {
  content: url(/assets/images/recruit/common/line-btn-green-white.png);
  position: absolute;
  top: -5px;
  right: -65px;
  height: 1px;
}
.interview-detail-page .txt-banner {
  position: relative;
}
.interview-detail-page .txt-banner .banner-img {
  position: absolute;
  top: 10px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .txt-banner .banner-img {
    bottom: -80px;
    width: 50px;
  }
}
.interview-detail-page .txt-banner .txt {
  padding-left: 105px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .txt-banner .txt {
    padding-left: 90px;
  }
}
.interview-detail-page .txt-banner .txt p {
  margin-top: 0 !important;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .txt-banner .txt p {
    padding-top: 0px !important;
  }
}
.interview-detail-page .mv-text .col-right p {
  margin-top: 20px !important;
  line-height: 2 !important;
  font-size: 4rem !important;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .mv-text .col-right p {
    margin-top: 30px !important;
    text-align: left !important;
    line-height: 1 !important;
    margin-top: 20px !important;
  }
}
.interview-detail-page .mv-text .col-right p span {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .mv-text .col-right p span {
    font-size: 2.6rem !important;
  }
}
.interview-detail-page #mv .mv .mv-text .flex .col-right .btn-green-line {
  background-color: #1fd0be;
  padding: 5px 100px 5px 20px;
  max-width: 285px;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-top: 25px;
  font-weight: normal;
}
.interview-detail-page .sub-title-section {
  margin-top: 40px;
}
.interview-detail-page .detail-section {
  margin-top: 60px;
}
.interview-detail-page #interview-profile #profile {
  background-color: #f5f5f5;
  position: relative;
}
.interview-detail-page #interview-profile #profile h2 {
  font-size: 2.6rem;
  position: absolute;
  top: -26px;
}
.interview-detail-page #interview-profile #profile .txt-detail {
  padding: 20px 0;
  font-family: "Noto Serif JP", serif;
}
.interview-detail-page .txt-title-bg-green span {
  background-color: #13cdb9;
  color: #fff;
  font-size: 3.2rem;
  display: inline-block;
  padding: 0px 5px 5px 5px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page .txt-title-bg-green span {
    font-size: 2.2rem;
    margin-top: 5px;
  }
}
.interview-detail-page #reason-company {
  margin-top: 60px;
}
.interview-detail-page #reason-company .txt-detail {
  width: 735px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #reason-company .txt-detail {
    width: 100%;
  }
}
.interview-detail-page #reason-company .image {
  margin-top: 20px;
}
.interview-detail-page #reason-company .image img {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
  position: relative;
  left: -115px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #reason-company .image img {
    min-width: inherit;
    position: relative;
    left: 0;
    width: 112%;
    margin-left: -6.6%;
    max-width: initial;
  }
}
.interview-detail-page #work-about {
  position: relative;
  top: -15px;
  background: url("/assets/images/recruit/interview/detail/detail-bg02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom -80px left 400px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #work-about {
    background-position: bottom 0px left 0px;
    top: -20px;
    background-size: auto;
  }
}
.interview-detail-page #work-about .txt-detail {
  width: 735px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #work-about .txt-detail {
    width: 100%;
  }
}
.interview-detail-page #work-about .content-img-txt {
  margin-left: auto;
  width: 735px;
  padding: 40px 0px 80px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #work-about .content-img-txt {
    width: 100%;
  }
}
.interview-detail-page #work-about .content-img img {
  width: 80%;
  max-width: initial;
}
.interview-detail-page #about-future {
  position: relative;
  top: -65px;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #about-future {
    top: -40px;
  }
}
.interview-detail-page #about-future .about-future .txt-detail {
  width: 735px;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #about-future .about-future .txt-detail {
    width: 100%;
  }
}
.interview-detail-page #about-future .about-future .image img {
  margin-left: auto;
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #about-future .about-future .image img {
    width: 112%;
    margin-left: -6.6%;
    max-width: initial;
  }
}
@media only screen and (max-width: 750px) {
  .interview-detail-page #about-holidays {
    margin-top: -20px;
  }
}
.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 94px;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .btn {
    margin-top: 50px;
  }
}
.btn p {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.btn span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .btn span {
    font-size: 1.4rem;
  }
}

.btn-green-large .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 95px;
  font-family: "Roboto", sans-serif;
}
.btn-green-large .btn p {
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .btn-green-large .btn p {
    position: relative;
    left: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-green-large .btn-900 {
    max-width: 320px;
  }
}
@media only screen and (max-width: 750px) {
  .btn-green-large .btn-arrow-link-box {
    background-size: 45px 37px;
    background-position: top 15px right 16px;
  }
}

.message-page .breadcumb-recruit {
  display: block;
}
.message-page .mv-slick:after {
  content: "" !important;
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-text .flex .col-left h1 {
    font-size: 5.4rem !important;
  }
}
.message-page #mv .mv .mv-slick .item img {
  min-height: 750px;
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-slick .item img {
    max-height: 577px;
    min-height: 577px;
  }
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-text .flex .col-left .btn-green-line {
    margin-top: 10px;
  }
}
.message-page #mv .mv .mv-text .flex .col-left .btn-green-line:after {
  top: -5px;
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-text .flex .col-left .btn-green-line:after {
    top: -5px;
  }
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-text .flex {
    padding-bottom: 10px;
  }
}
.message-page #mv .mv .mv-text .flex .col-left .btn-green-line {
  max-width: 350px;
  font-size: 3.6rem;
  padding: 10px 75px 10px 20px;
}
@media only screen and (max-width: 750px) {
  .message-page #mv .mv .mv-text .flex .col-left .btn-green-line {
    font-size: 2rem;
    max-width: 220px;
    padding: 2px 50px 2px 20px;
  }
}
.message-page .mv-text .col-left {
  padding-top: 100px;
}
@media only screen and (max-width: 750px) {
  .message-page .mv-text .col-left {
    position: relative;
    bottom: -90px;
  }
}
.message-page .mv-text .col-left p {
  margin-top: 60px !important;
  line-height: 2 !important;
}
@media only screen and (max-width: 750px) {
  .message-page .mv-text .col-left p {
    margin-top: 30px !important;
  }
}
.message-page .mv-text .col-left p span {
  background-color: #fff;
  color: #000;
}
@media only screen and (max-width: 750px) {
  .message-page .mv-text .col-left p span {
    font-size: 1.6rem !important;
  }
}
.message-page .txt-banner {
  position: relative;
}
.message-page .txt-banner .banner-img {
  position: absolute;
  bottom: -140px;
}
@media only screen and (max-width: 750px) {
  .message-page .txt-banner .banner-img {
    bottom: -80px;
    width: 50px;
  }
}
.message-page .txt-banner .txt {
  padding-left: 100px;
}
@media only screen and (max-width: 750px) {
  .message-page .txt-banner .txt {
    padding-left: 75px;
  }
}
.message-page .txt-banner .txt p {
  padding-top: 140px;
  margin-top: 0 !important;
}
@media only screen and (max-width: 750px) {
  .message-page .txt-banner .txt p {
    padding-top: 70px !important;
  }
}
.message-page .sub-title-section {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .message-page #our-team {
    margin-top: 150px;
  }
}
.message-page .detail-our-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 750px) {
  .message-page .detail-our-team {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.message-page .detail-our-team .image-our-team {
  width: 700px;
}
@media only screen and (max-width: 750px) {
  .message-page .detail-our-team .image-our-team {
    width: 100%;
  }
}
.message-page .detail-our-team .txt-our-team {
  width: 565px;
  padding-left: 30px;
  font-family: "Noto Serif JP", serif;
}
.message-page .detail-our-team .txt-our-team p {
  font-size: 1.6rem;
}
@media only screen and (max-width: 750px) {
  .message-page .detail-our-team .txt-our-team p br {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  .message-page .detail-our-team .txt-our-team {
    width: 100%;
    margin-left: 0px;
    padding: 40px 20px;
  }
}
.message-page .detail-our-team .txt-our-team h4 span {
  font-size: 3.2rem;
  background-color: #25d2c1;
  color: #fff;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .message-page .detail-our-team .txt-our-team h4 span {
    font-size: 2.2rem;
  }
}
.message-page .our-team .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 94px;
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .message-page .our-team .btn {
    margin-top: 30px;
  }
}
.message-page .our-team .btn p {
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 5px;
}
.message-page .our-team .btn span {
  font-size: 1.6rem;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .message-page .our-team .btn span {
    font-size: 1.4rem;
  }
}
.message-page .our-team .btn {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1.4;
  height: 95px;
  font-family: "Roboto", sans-serif;
}
.message-page .our-team .btn p {
  font-size: 3.2rem;
}
@media only screen and (max-width: 750px) {
  .message-page .our-team .btn p {
    position: relative;
    left: -25px;
  }
}
@media only screen and (max-width: 750px) {
  .message-page .our-team .btn-900 {
    max-width: 320px;
  }
}
@media only screen and (max-width: 750px) {
  .message-page .our-team .btn-arrow-link-box {
    background-size: 45px 37px;
    background-position: top 15px right 16px;
  }
}

.jobdescription-page .breadcumb-recruit {
  display: block;
}
.jobdescription-page #mv-inner .mv-inner .mv-inner-img img {
  width: 100%;
  max-height: 750px;
  min-height: 750px;
  -o-object-position: top center;
     object-position: top center;
}
.jobdescription-page #mv-inner .mv-inner .mv-inner-text {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 120px;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: flex-start;
}
.jobdescription-page .btn-green-line {
  background-color: #1fd0be;
  padding: 5px 50px 5px 10px;
  max-width: 225px;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-top: 25px;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .btn-green-line {
    font-size: 2rem;
    max-width: 185px;
    padding: 5px 50px 5px 20px;
  }
}
.jobdescription-page .btn-green-line:after {
  content: url("/assets/images/recruit/common/line-btn-green-white.png");
  position: absolute;
  top: -7px;
  right: -55px;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .btn-green-line:after {
    top: -2px;
  }
}
.jobdescription-page .btn-scroll ul li {
  width: 100%;
  max-width: 250px;
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .btn-scroll ul li {
    max-width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
.jobdescription-page .history .title {
  width: 340px !important;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .history .title {
    width: 100% !important;
  }
}
.jobdescription-page .history .note-small {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jobdescription-page .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content {
    margin-top: 80px;
  }
}
.jobdescription-page .content .row + .row {
  margin-top: 60px;
}
.jobdescription-page .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .ttl {
    min-height: 60px;
  }
}
.jobdescription-page .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
.jobdescription-page .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .ttl::after {
    height: 30px;
  }
}
.jobdescription-page .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.jobdescription-page .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
.jobdescription-page .content .row .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .profile {
    display: block;
    margin-top: 0;
  }
}
.jobdescription-page .content .row .profile .col {
  width: 47.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .profile .col {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .profile .col + .col {
    margin-top: 15px;
  }
}
.jobdescription-page .content .row .profile .col p.topic {
  color: #292d35;
  font-weight: 500;
  margin-bottom: 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid #292d35;
}
.jobdescription-page .content .row .map .iframe {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-bottom: 35%;
  height: 0;
  min-height: 375px;
  overflow: hidden;
}
.jobdescription-page .content .row .map .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.jobdescription-page .content .row .map p {
  margin-top: 15px;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .map p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.jobdescription-page .content .row .map a {
  margin-top: 5px;
  display: table;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  text-decoration: underline;
}
.jobdescription-page .content .row .history ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #292d35;
  padding-bottom: 18px;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .history ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.jobdescription-page .content .row .history ul li + li {
  margin-top: 18px;
}
.jobdescription-page .content .row .history ul li p {
  width: 100%;
  font-size: 1.6rem;
  line-height: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .jobdescription-page .content .row .history ul li p {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.jobdescription-page .content .row .history ul li p.year {
  width: 80px;
  max-width: 80px;
  min-width: 80px;
  font-size: 1.7rem;
  line-height: 2.7rem;
  font-weight: 500;
}

.facility-page #mv-inner .mv-inner .mv-inner-img img {
  width: 100%;
  max-height: 750px;
  min-height: 350px;
  -o-object-position: top center;
     object-position: top center;
}
.facility-page #mv-inner .mv-inner .mv-inner-text {
  position: absolute;
  top: 0px;
  left: 0;
  padding-top: 120px;
  z-index: 9;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: center;
  align-items: flex-start;
}
.facility-page .btn-green-line {
  background-color: #1fd0be;
  padding: 5px 50px 5px 10px;
  max-width: 300px;
  width: 100%;
  font-size: 3rem;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  position: relative;
  margin-top: 25px;
  font-weight: normal;
}
@media only screen and (max-width: 750px) {
  .facility-page .btn-green-line {
    font-size: 2rem;
    max-width: 235px;
    padding: 5px 50px 5px 20px;
  }
}
.facility-page .btn-green-line:after {
  content: url("/assets/images/recruit/common/line-btn-green-white.png");
  position: absolute;
  top: -7px;
  right: -65px;
  height: 1px;
}
@media only screen and (max-width: 750px) {
  .facility-page .btn-green-line:after {
    top: -2px;
  }
}
.facility-page .btn-scroll ul li {
  width: 100%;
  max-width: 250px;
  margin: 0 10px;
}
@media only screen and (max-width: 750px) {
  .facility-page .btn-scroll ul li {
    max-width: 100%;
    margin-top: 5px;
    margin-left: 0px;
  }
}
.facility-page .history .title {
  width: 340px !important;
}
@media only screen and (max-width: 750px) {
  .facility-page .history .title {
    width: 100% !important;
  }
}
.facility-page .history .note-small {
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.facility-page .content {
  margin-top: 100px;
}
@media only screen and (max-width: 750px) {
  .facility-page .content {
    margin-top: 80px;
  }
}
.facility-page .content .row + .row {
  margin-top: 60px;
}
.facility-page .content .row .ttl {
  position: relative;
  min-height: 70px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .ttl {
    min-height: 60px;
  }
}
.facility-page .content .row .ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 9;
  width: 1px;
  height: 100%;
  background-color: #292d35;
}
.facility-page .content .row .ttl::after {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 35px;
  background-color: #e9eaea;
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .ttl::after {
    height: 30px;
  }
}
.facility-page .content .row .ttl h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 3.4rem;
  font-weight: 500;
  margin-top: -4px;
  padding-left: 30px;
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .ttl h3 {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.facility-page .content .row .ttl h3::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  z-index: 8;
  width: 11px;
  height: 30px;
  background-color: #292d35;
}
.facility-page .content .row .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .profile {
    display: block;
    margin-top: 0;
  }
}
.facility-page .content .row .profile .col {
  width: 47.5%;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .profile .col {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 750px) {
  .facility-page .content .row .profile .col + .col {
    margin-top: 15px;
  }
}
.facility-page .content .row .profile .col p.topic {
  color: #292d35;
  font-weight: 500;
  margin-bottom: 1px;
  padding-bottom: 2px;
  border-bottom: 1px solid #292d35;
}
.facility-page .content .row .image img {
  width: 100%;
}
.facility-page .content .row .title {
  margin-top: 10px;
}
.facility-page .content .row .title h1, .facility-page .content .row .title h2, .facility-page .content .row .title h3, .facility-page .content .row .title h4 {
  font-size: 1.7rem;
  font-weight: 500;
}
.facility-page .content .row .title h1 span.note, .facility-page .content .row .title h2 span.note, .facility-page .content .row .title h3 span.note, .facility-page .content .row .title h4 span.note {
  color: #ff2222;
  font-size: 1.4rem;
}
.facility-page .content .row .txt {
  margin-top: 5px;
}
.facility-page .content .row .txt p {
  font-size: 1.5rem;
}
.facility-page .list-col2-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facility-page .list-col2-content > ul > li {
  width: 560px;
  margin-top: 20px;
}
@media only screen and (max-width: 750px) {
  .facility-page .list-col2-content > ul > li {
    width: 100%;
  }
}
.facility-page .list-col3-content > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.facility-page .list-col3-content > ul > li {
  width: 370px;
  margin-top: 20px;
}
.facility-page .txt-title-page h1, .facility-page .txt-title-page h2, .facility-page .txt-title-page h3 {
  font-size: 3.4rem;
  line-height: 1.4;
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-right: 120px;
}
@media only screen and (max-width: 750px) {
  .facility-page .txt-title-page h1, .facility-page .txt-title-page h2, .facility-page .txt-title-page h3 {
    font-size: 2.4rem;
    padding-right: 0px;
  }
}
.facility-page .txt-title-page h1:after, .facility-page .txt-title-page h2:after, .facility-page .txt-title-page h3:after {
  content: url("/assets/images/recruit/facility/line-black.png");
  position: absolute;
  bottom: 10px;
  right: 0px;
}
@media only screen and (max-width: 750px) {
  .facility-page .txt-title-page h1:after, .facility-page .txt-title-page h2:after, .facility-page .txt-title-page h3:after {
    content: "";
  }
}

.policy-page .row {
  margin-top: 40px;
}
@media only screen and (max-width: 750px) {
  .policy-page .row {
    margin-top: 30px;
  }
}
.policy-page .row h3 {
  font-weight: bold;
}
.policy-page .row a {
  text-decoration: underline;
}
.policy-page .list-detail-policy > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.policy-page .list-detail-policy > ul li span:first-child {
  margin-right: 5px;
}
.policy-page .date-right {
  text-align: right;
}