@charset "utf-8";
html {
  font-size: 10px;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  background: #fff;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  color: #333;
  min-width: 100%;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.15em;
  line-height: 2.2;
  font-feature-settings: "palt";
}
/* ============================================================
 fonts
============================================================ */
.ja {
  font-family: 'Noto Sans JP', sans-serif;
}
.ja-serif {
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
}
.en {
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.red-txt {
  color: #CA2424;
}
.red-border {
  border: solid 1px #CA2424;
}
.red-bg {
  background: #CA2424;
}
.gray-bg {
  background: #F6F6F5;
}
/* ============================================================
 break point
============================================================ */
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media print {
  .sp {
    display: none !important;
  }
}
/* ============================================================
 header
============================================================ */
#header {
  width: 100%;
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  background: #ffffff;
  z-index: 1000;
}
#header a {
  color: #333;
  text-decoration: none;
}
#header .head-left {
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding-left: 40px;
}
#header .head-right {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#header .h-logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#header .h-logo img {
  width: 200px;
}
#header .h-logo span {
  font-size: 1.4rem;
  line-height: 1;
  margin-left: 16px;
  white-space: nowrap;
}
#header .nav-pc {
  height: 100%;
  position: relative;
}
#header .nav-pc a {
  display: block;
  transition: all 0.4s;
  line-height: 1;
}
#header .nav-pc a:hover {
  color: #ca2424;
}
#header .company-nav {
  position: absolute;
  top: 16px;
  right: 30px;
  display: flex;
  align-items: center;
}
#header .company-nav li:last-of-type a {
  margin-right: 1.8em;
}
#header .company-nav li a {
  padding-left: 2em;
  font-size: 1.2rem;
  color: #9E9E9E;
}
#header .company-nav li a:hover {
  color: #ca2424;
}
#header .main-nav {
  height: 100%;
  display: flex;
  margin-right: 30px;
}
#header .main-nav > li {
  cursor: pointer;
  margin-top: 40px;
}
#header .main-nav > li:hover dt,
#header .main-nav > li.is-active dt {
  color: #CA2424;
}
#header .main-nav > li:hover dd {
  height: auto;
  visibility: visible;
  opacity: 1;
  z-index: 10;
  display: block;
}
#header .main-nav > li:first-child dt:before {
  display: none;
}
#header .main-nav dl dt {
  padding: 0 1.5em;
  font-size: 1.5rem;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #333;
  line-height: 1;
  position: relative;
  transition: all 0.4s;
}
#header .main-nav dl dt:before {
  content: '';
  position: absolute;
  height: 1em;
  top: 0.1em;
  left: 0;
  font-size: 1.5rem;
  border-left: 1px solid #898989;
}
#header .main-nav dl dd {
  padding: 60px 0;
  position: fixed;
  top: 100px;
  right: 0;
  width: 100vw;
  height: 0;
  visibility: hidden;
  opacity: 0;
  background: #F6F6F5;
  display: none;
}
#header .main-nav dl .nav-job-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -3%;
}
#header .main-nav dl .nav-job-list li {
  width: calc((100% / 3) - 3%);
  margin-left: 3%;
  margin-bottom: 20px;
}
#header .main-nav dl .col-1-2 {
  width: 100%;
  display: flex;
  margin-left: -3.5%;
}
#header .main-nav dl .col-1-2 > li {
  margin-left: 3.5%;
}
#header .main-nav dl .col-1-2 > li:first-child {
  width: calc(100% / 3);
}
#header .main-nav dl .col-1-2 > li:last-child {
  width: calc((100% / 3) * 2);
}
#header .main-nav dl .col-3 {
  width: 100%;
  display: flex;
  margin-left: -3.5%;
}
#header .main-nav dl .col-3 > li {
  width: calc(100% / 3);
  margin-left: 3.5%;
}
#header .main-nav dl .col-4 {
  width: 100%;
  display: flex;
  margin-left: -4%;
}
#header .main-nav dl .col-4 > li {
  width: calc(100% / 4);
  margin-left: 4%;
}
#header .main-nav dl a {
  display: block;
  transition: all 0s;
  padding: 0;
}
#header .main-nav dl a .img {
  overflow: hidden;
  transition: all 0s;
}
#header .main-nav dl a img {
  transition: all 0.3s;
}
#header .main-nav dl a:hover {
  color: #333;
}
#header .main-nav dl a:hover img {
  transform: scale(1.05);
  transition: all 0.3s;
}
#header .main-nav dl a:hover .nav-ttl.arrow span:after {
  left: 0.2em;
  transition: all 0.3s;
}
#header .main-nav dl .nav-ttl {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.46;
}
#header .main-nav dl .nav-ttl.arrow span {
  position: relative;
  padding-left: 1.2em;
}
#header .main-nav dl .nav-ttl.arrow span:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 12px;
  top: 0.38em;
  left: 0;
  background: url(/newgraduate/images/common/arrow_black.svg) center center / contain;
  transition: all 0.3s;
}
#header .main-nav dl .nav-no-thumb a {
  margin-top: 20px;
}
#header .main-nav dl .nav-no-thumb a:first-of-type {
  margin-top: 0;
}
#header .main-nav dl .nav-no-thumb .nav-ttl {
  margin-top: 0;
}
#header .entry-area {
  height: 100%;
  display: flex;
}
#header .entry-area ul {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .entry-area li {
  min-width: 178px;
  height: 100%;
  display: flex;
}
#header .entry-area li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #fff;
  letter-spacing: 0.2em;
}
#header .entry-area .entry {
  background: #CA2424;
  transition: all 0.4s;
}
#header .entry-area .entry:hover {
  background: #ed2645;
  transition: all 0.4s;
}
#header .entry-area .mypage {
  background: #333333;
  transition: all 0.4s;
}
#header .entry-area .mypage:hover {
  background: #555;
  transition: all 0.4s;
}
@media screen and (max-width: 1300px) {
  #header .head-left {
    padding-left: 20px;
  }
  #header .company-nav {
    right: 16px;
  }
  #header .main-nav {
    margin-right: 15px;
  }
  #header .main-nav a {
    padding: 0 1.5em;
  }
  #header .entry-area li {
    min-width: 12vw;
  }
}
@media screen and (max-width: 1200px) {
  #header .head-left {
    width: 100%;
    z-index: 100;
    visibility: visible;
  }
  #header .company-nav {
    display: none;
  }
  #header .main-nav {
    display: none;
  }
  #header .entry-area {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  #header {
    height: 60px;
  }
  #header .head-right {
    display: none;
  }
  #header .head-left {
    padding-left: 15px;
  }
  #header .h-logo img {
    width: 112px;
  }
  #header .h-logo span {
    margin-left: 10px;
  }
}
/* ハンバーガーボタン */
#hbg {
  display: block;
  position: fixed;
  z-index: 1000;
  right: 10px;
  top: 25px;
  width: 45px;
  height: 45px;
  cursor: pointer;
}
#hbg span {
  display: block;
  position: absolute;
  height: 1px;
  left: 12px;
  background: #333;
  transition: all 0.4s;
}
#hbg span:nth-child(1) {
  width: 20px;
  top: 16px;
}
#hbg span:nth-child(2) {
  width: 20px;
  top: 23px;
}
#hbg span:nth-child(3) {
  width: 15px;
  top: 30px;
}
#hbg.is-active span {
  background: #333;
}
#hbg.is-active span:nth-child(1) {
  top: 23px;
  left: 9px;
  width: 24px;
  transform: rotate(-45deg);
}
#hbg.is-active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  animation: active-hbg-bar02 0.5s forwards;
}
#hbg.is-active span:nth-child(3) {
  top: 23px;
  left: 9px;
  width: 24px;
  transform: rotate(45deg);
}
@media screen and (min-width: 1201px) {
  #hbg {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #hbg {
    right: 26px;
    top: 25px;
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  #hbg {
    right: 13px;
    top: 10px;
  }
}
@keyframes active-hbg-bar02 {
  100% {
    height: 0;
  }
}
#hbg-nav {
  position: fixed;
  top: 0;
  left: 0;
  color: #333;
  background: #fff;
  transition: all 1s;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow-x: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}
#hbg-nav.is-active {
  opacity: 1;
  width: 100%;
  height: 100%;
  visibility: visible;
}
#hbg-nav .accordion {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #ccc;
}
#hbg-nav .accordion > dl:after {
  display: none;
}
#hbg-nav .accordion > dl > dt {
  margin-top: 0;
  padding: 18px 0;
  font-family: 'Neuton', serif;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 400;
  color: #CA2424;
  line-height: 1;
  letter-spacing: 0.15em;
}
#hbg-nav .accordion > dl > dt:before,
#hbg-nav .accordion > dl > dt:after {
  margin-top: 0;
  right: 5px;
}
#hbg-nav .accordion > dl > dd {
  padding: 0 4%;
}
#hbg-nav .accordion > dl > dd a {
  margin-top: 1.1em;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
#hbg-nav .accordion > dl > dd a:first-of-type {
  margin-top: 0.3em;
}
#hbg-nav .accordion > dl > dd a:last-of-type {
  margin-bottom: 2em;
}
#hbg-nav .sp-nav-btn-area {
  margin-top: 40px;
}
#hbg-nav .sp-nav-btn-area a {
  display: block;
  color: #fff;
}
#hbg-nav .sp-nav-btn-area .sp-nav-btn {
  padding: 1em;
  font-family: 'Neuton', serif;
  letter-spacing: 0.1em;
  font-size: 2.1rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.2em;
}
#hbg-nav .sp-nav-btn-area .entry {
  background: #CA2424;
}
#hbg-nav .sp-nav-btn-area .mypage {
  margin-top: 20px;
  background: #333333;
}
#hbg-nav .sp-nav-common-link-area {
  margin-top: 40px;
}
#hbg-nav .sp-nav-common-link-area a {
  margin-top: 1.1em;
  display: block;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media screen and (min-width: 1201px) {
  #hbg-nav {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  #hbg-nav {
    padding-top: 60px;
  }
}
/* ============================================================
 footer
============================================================ */
#footer .foot-index {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: #333;
  color: #fff;
}
#footer .foot-index a {
  display: block;
  color: #fff;
}
#footer .foot-index ul {
  display: flex;
}
#footer .foot-index ul li {
  padding: 1em 2em;
  width: calc(100% / 5);
  border-left: 1px solid #666;
}
#footer .foot-index ul li:last-child {
  border-right: 1px solid #666;
}
#footer .parent {
  margin-bottom: 1em;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2rem;
  letter-spacing: 0.15em;
  line-height: 1.3;
}
#footer .child {
  margin-top: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
#footer .foot-common-index {
  background: #fff;
  padding: 3em 0 4em 0;
}
#footer .foot-common-index ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer .foot-common-index ul li a {
  margin-left: 2em;
  font-size: 1.2rem;
  line-height: 1.5;
}
#footer .foot-common-index ul li:first-child {
  display: inline-block;
}
#footer .foot-common-index ul li:first-child a:first-of-type {
  margin-left: 0;
}
#footer .foot-common-index ul li:last-child {
  width: 20%;
}
@media screen and (max-width: 767px) {
  #footer .foot-index {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #footer .foot-index ul {
    display: block;
  }
  #footer .foot-index ul li {
    padding: 2em 0 0 0;
    width: 100%;
    border-top: 1px solid #666;
    border-left: 0;
  }
  #footer .foot-index ul li:last-child {
    border-bottom: 1px solid #666;
    border-right: 0;
  }
  #footer .parent {
    font-size: 2.1rem;
  }
  #footer .child {
    margin-top: 1.1em;
    font-size: 1.3rem;
  }
  #footer .child:first-of-type {
    margin-top: 0.3em;
  }
  #footer .child:last-of-type {
    margin-bottom: 2em;
  }
  #footer .foot-common-index {
    padding: 3em 0 5em 0;
  }
  #footer .foot-common-index ul {
    display: block;
  }
  #footer .foot-common-index ul li a {
    margin-left: 0;
    font-size: 1.3rem;
  }
  #footer .foot-common-index ul li:first-child {
    display: block;
  }
  #footer .foot-common-index ul li:first-child a {
    margin-top: 1.1em;
    display: block;
  }
  #footer .foot-common-index ul li:first-child a:first-of-type {
    margin-top: 0.3em;
  }
  #footer .foot-common-index ul li:first-child a:last-of-type {
    margin-bottom: 2em;
  }
  #footer .foot-common-index ul li:last-child {
    margin: 50px auto 0;
    width: 160px;
  }
}
.copyright {
  text-align: right;
  margin-top: 10px;
  font-size: 1.2rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .copyright {
    text-align: center;
    margin-top: 15px;
  }
}
/* ============================================================
 common style
============================================================ */
* {
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.4s;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
}
a:focus-visible {
  outline: 2px solid #ff0000;
  border-radius: 2px;
}
a.underline {
  text-decoration: underline;
  word-break: break-all;
  color: #4572D8;
}
.open-window {
  color: #4572D8;
}
.open-window:after {
  content: '';
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(/newgraduate/images/common/open_window.svg) no-repeat center center;
  background-size: contain;
}
.open-window-black {
  color: #333;
}
.open-window-black:after {
  content: '';
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(/newgraduate/images/common/open_window_black.svg) no-repeat center center;
  background-size: contain;
}
.open-window-white {
  color: #fff;
}
.open-window-white:after {
  content: '';
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(/newgraduate/images/common/open_window_white.svg) no-repeat center center;
  background-size: contain;
}
.open-pdf.underline {
  color: #333;
}
.open-pdf:after {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  vertical-align: -0.2em;
  background: url(/newgraduate/images/common/icon_pdf.svg) no-repeat center center;
  background-size: contain;
}
.hover-zoom {
  transition: all 0.4s;
  cursor: pointer;
}
.hover-zoom .img {
  overflow: hidden;
}
.hover-zoom img {
  transition: all 0.4s;
}
.hover-zoom:hover img {
  transition: all 0.4s;
  transform: scale(1.05);
}
img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.wrap {
  width: 100%;
  margin: 0 auto;
}
.container {
  width: 100%;
  margin-top: 160px;
  margin-bottom: 160px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .container {
    margin-top: 90px;
    margin-bottom: 90px;
  }
}
.inner-l {
  width: 1280px;
  max-width: 1280px;
  margin: 0 auto;
}
.inner {
  width: 1000px;
  max-width: 1000px;
  margin: 0 auto;
}
.inner-s {
  width: 740px;
  max-width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .inner-l {
    width: 100%;
    min-width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    width: 100%;
    min-width: 100%;
    padding-left: 2.5%;
    padding-right: 2.5%;
  }
  .inner .inner,
  .inner .inner-s {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .inner,
  .inner-s {
    width: 100%;
    min-width: 100%;
    padding-left: 6%;
    padding-right: 6%;
  }
  .inner .inner,
  .inner-s .inner,
  .inner .inner-s,
  .inner-s .inner-s {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .sp-wide {
    padding: 0;
  }
}
/* ページ内リンク */
.page-anc {
  margin-top: -300px;
  padding-top: 300px;
}
@media screen and (max-width: 767px) {
  .page-anc {
    margin-top: -200px;
    padding-top: 200px;
  }
}
/* ============================================================
 typography
============================================================ */
.bold {
  font-weight: 700;
}
.middle {
  font-weight: 500;
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left;
}
.txt-right {
  text-align: right;
}
.txt-indent {
  text-indent: -1.2em;
  padding-left: 1.2em;
}
.txt-indent .txt-indent {
  display: inline-block;
}
.txt-indent-half {
  text-indent: -0.6em;
  padding-left: 0.6em;
}
.txt-indent-one-half {
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.note,
.note a {
  font-size: 1.2rem;
  line-height: 2;
}
.nowrap {
  white-space: nowrap;
}
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.break-all {
  word-break: break-all;
}
.txt20 {
  font-size: 2rem;
}
.txt18 {
  font-size: 1.8rem;
}
.txt,
p {
  font-size: 1.6rem;
}
.txt15 {
  font-size: 1.5rem;
}
.txt14 {
  font-size: 1.4rem;
}
.txt13 {
  font-size: 1.3rem;
}
.txt12 {
  font-size: 1.2rem;
}
.txt10 {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .txt20 {
    font-size: 1.8rem;
  }
  .txt18 {
    font-size: 1.6rem;
  }
  .txt,
  p {
    font-size: 1.4rem;
  }
  .txt15 {
    font-size: 1.3rem;
  }
  .txt14 {
    font-size: 1.2rem;
  }
  .txt13 {
    font-size: 1.1rem;
  }
  .txt12 {
    font-size: 1.1rem;
  }
}
/* ============================================================
 utility
============================================================ */
.img-auto {
  width: auto;
  max-width: 100%;
}
.img-50 {
  zoom: 0.5;
  width: auto;
  max-width: 100%;
}
.float-right {
  float: right !important;
}
.float-left {
  float: left !important;
}
.border {
  border: 1px solid #333;
}
.border-top-bottom {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.no-border {
  border: none!important;
}
.no-bg {
  background: none!important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.display-table {
  display: table;
  width: 100%;
}
.inline-list li {
  display: inline-block;
}
.center-block {
  margin-left: auto;
  margin-right: auto;
}
.valign-center {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.space-around {
  justify-content: space-around !important;
}
/* ============================================================
 margin
============================================================ */
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0 !important;
}
.pl0 {
  padding-left: 0 !important;
}
.pr0 {
  padding-right: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.ml0 {
  margin-left: 0 !important;
}
.mr0 {
  margin-right: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml50 {
  margin-left: 50px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.ml60 {
  margin-left: 60px !important;
}
.mr60 {
  margin-right: 60px !important;
}
.mt70 {
  margin-top: 70px !important;
}
.mb70 {
  margin-bottom: 70px !important;
}
.ml70 {
  margin-left: 70px !important;
}
.mr70 {
  margin-right: 70px !important;
}
.mt80 {
  margin-top: 80px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}
.ml80 {
  margin-left: 80px !important;
}
.mr80 {
  margin-right: 80px !important;
}
.mt90 {
  margin-top: 90px !important;
}
.mb90 {
  margin-bottom: 90px !important;
}
.ml90 {
  margin-left: 90px !important;
}
.mr90 {
  margin-right: 90px !important;
}
.mt100 {
  margin-top: 100px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}
.ml100 {
  margin-left: 100px !important;
}
.mr100 {
  margin-right: 100px !important;
}
.mt120 {
  margin-top: 120px !important;
}
.mb120 {
  margin-bottom: 120px !important;
}
.ml120 {
  margin-left: 120px !important;
}
.mr120 {
  margin-right: 120px !important;
}
/* ============================================================
 width
============================================================ */
.w10 {
  width: 10%;
}
.w15 {
  width: 15%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
/* ============================================================
 Text選択
============================================================ */
::selection {
  background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}
/* ============================================================
 style
============================================================ */
main {
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 60px;
  }
}
/* ============================================================
 kv
============================================================ */
.page-kv {
  width: 100%;
  overflow: hidden;
}
.page-kv img {
  animation: page-kv 1.2s ease forwards;
}
@keyframes page-kv {
  0% {
    transform: scale(1.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.page-head {
  padding-top: 50px;
  margin-bottom: 100px;
}
.page-head-thin {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-head {
    padding-top: 25px;
    margin-bottom: 45px;
  }
  .page-head-thin {
    margin-bottom: 35px;
  }
}
.page-kv + .page-head {
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-kv + .page-head {
    padding-top: 40px;
  }
}
.page-head + .container {
  margin-top: 0;
}
/* ============================================================
 スクロール
============================================================ */
.scroll-area {
  padding-bottom: 20px;
  overflow: auto;
}
.scroll-area::-webkit-scrollbar {
  /* webkit系ブラウザ */
  width: 5px;
  height: 5px;
  background-color: #eee;
  border-radius: 5px;
}
.scroll-area::-webkit-scrollbar-track {
  /* webkit系ブラウザ */
  background-color: #eee;
  border-radius: 5px;
}
.scroll-area::-webkit-scrollbar-thumb {
  /* webkit系ブラウザ */
  background-color: #444;
  border-radius: 5px;
}
/* ============================================================
 タイトル
============================================================ */
.page-ttl {
  margin-bottom: 30px;
  font-size: 7rem;
  line-height: 1;
  text-align: center;
  color: #CA2424;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-ttl p {
  margin-top: 20px;
  font-size: 1.8rem;
  color: #333;
  letter-spacing: 0.15em;
  display: block;
  line-height: 1.5;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-ttl.main-ja {
  font-size: 4.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.47;
  text-align: left;
  font-family: 'Noto Sans JP', sans-serif;
}
.page-ttl.main-ja p {
  line-height: 1;
  color: #CA2424;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-ttl.main-ja-serif {
  font-size: 4.2rem;
  font-weight: 500;
  color: #333;
  line-height: 1.47;
  text-align: left;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  margin-bottom: 0;
}
.page-ttl.main-ja-serif p {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1;
  color: #CA2424;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .page-ttl {
    margin-bottom: 20px;
    font-size: 5rem;
  }
  .page-ttl p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
  .page-ttl.main-ja {
    font-size: 2.4rem;
  }
  .page-ttl.main-ja-serif {
    font-size: 2.4rem;
  }
}
.page-second-ttl {
  margin-top: 3.5em;
  margin-bottom: 1.1em;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.75;
}
.page-second-ttl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .page-second-ttl {
    font-size: 2rem;
    margin-bottom: 0.75em;
    line-height: 1.5;
  }
}
.page-third-ttl {
  margin-top: 3em;
  margin-bottom: 1.8em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
}
.page-third-ttl:after {
  content: '';
  position: absolute;
  bottom: -0.3em;
  left: 0;
  width: 100%;
  height: 1px;
  background: #CA2424;
}
@media screen and (max-width: 767px) {
  .page-third-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .page-third-ttl:after {
    bottom: -0.5em;
  }
}
.lead-main-txt {
  margin-bottom: 30px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.5;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
  color: #333;
}
@media screen and (max-width: 767px) {
  .lead-main-txt {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.lead-wrap {
  margin-bottom: 100px;
}
.lead-wrap p + p {
  margin: 30px 0;
}
.lead-wrap + .container {
  margin-top: 100px;
}
.detail-ttl {
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .detail-ttl {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.detail-txt {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .detail-txt {
    margin-bottom: 5px;
    font-size: 1.3rem;
  }
}
/* ============================================================
 ボタン
============================================================ */
.btn-wrap {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn-wrap {
    margin-top: 30px;
  }
}
.btn {
  width: 100%;
  max-width: 400px;
  border: 1px solid #333;
  display: inline-block;
  text-align: center;
  padding: 2em 1em;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  position: relative;
  overflow: hidden;
  transition: ease 0.5s;
}
.btn span {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #333;
  transition: ease 0.5s;
  z-index: 3;
  cursor: pointer;
}
.btn span:after {
  content: '';
  position: absolute;
  background: url(/newgraduate/images/common/arrow_black.svg) no-repeat center center;
  background-size: contain;
  width: 7px;
  height: 12px;
  top: 50%;
  right: 1em;
  margin-top: -5px;
  transition: ease 0.5s;
}
.btn-xl {
  width: 700px;
  max-width: 100%;
  padding: 2.5em 1em;
}
.btn-l {
  width: 480px;
  max-width: 100%;
}
.btn.no-arrow span:after {
  display: none;
}
.btn.anchor span:after {
  right: 0.3em;
  transform: rotate(90deg);
}
.btn.white {
  border: 1px solid #fff;
}
.btn.white span {
  color: #fff;
}
.btn.white span:after {
  background: url(/newgraduate/images/common/arrow_white.svg) no-repeat center center;
}
.btn.is-active {
  border: 1px solid #CA2424;
  background: none;
}
.btn.is-active span {
  color: #CA2424;
}
.btn:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #CA2424;
  z-index: 2;
  transition: transform 0.4s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}
.btn:hover {
  border: 1px solid #CA2424;
  transition: ease 0.5s;
}
.btn:hover:before {
  transform: scale(1, 1);
  transform-origin: left top;
}
.btn:hover span {
  color: #fff;
}
.btn:hover span:after {
  background: url(/newgraduate/images/common/arrow_white.svg) no-repeat center center;
  background-size: contain;
  z-index: 1;
}
.btn.red {
  border: 1px solid #CA2424;
  background: #CA2424;
}
.btn.red span {
  color: #fff;
}
.btn.red span:after {
  background: url(/newgraduate/images/common/arrow_white.svg) no-repeat center center;
}
.btn.red:before {
  background: #333;
}
.btn.red:hover {
  border: 1px solid #333;
}
.btn-window {
  color: #333;
}
.btn-window span:after {
  content: '';
  display: inline-block;
  width: 0.85em;
  height: 0.85em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  background: url(/newgraduate/images/common/open_window_black.svg) no-repeat center center;
  background-size: contain;
}
.btn-window:hover span:after {
  background: url(/newgraduate/images/common/open_window_white.svg) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: initial;
    padding: 1.6em 1em;
    font-size: 1.4rem;
  }
  .btn-xl,
  .btn-l {
    padding: 2.2em 1em;
  }
}
.btn-underline-wrap a {
  height: 100%;
  display: block;
  position: relative;
  padding-bottom: 4.5em;
}
.btn-underline-wrap:hover .btn-underline span:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn-underline-wrap a {
    padding-bottom: 4em;
  }
}
.btn-underline {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #CA2424;
}
.btn-underline span {
  position: relative;
  line-height: 1;
  font-size: 1.5rem;
}
.btn-underline span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #CA2424;
  z-index: -1;
  transition: all 0.3s;
}
.btn-underline:hover span:after {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .btn-underline span {
    font-size: 1.3rem;
  }
}
/* ============================================================
 bgグレー
============================================================ */
.bg {
  position: relative;
}
.bg:after {
  content: '';
  position: absolute;
  background: #F6F6F5;
  width: 100vw;
  height: 400px;
  top: 55px;
  left: 80px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .bg:after {
    width: 85%;
    height: 400px;
    top: 30px;
    left: initial;
    right: 0;
  }
}
/* ============================================================
 TOP、footerの赤英字（大）+リード
============================================================ */
.common-cont-ttl {
  font-size: 9rem;
  color: #CA2424;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .common-cont-ttl {
    font-size: 5rem;
  }
}
.common-cont-lead {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .common-cont-lead {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}
/* ============================================================
 content wrap
============================================================ */
.cont-wrap {
  margin-bottom: 80px;
}
.cont-wrap:last-of-type {
  margin-bottom: 0!important;
}
.cont-wrap:last-of-type .border-cont-wrap {
  margin-bottom: 0!important;
}
@media screen and (max-width: 767px) {
  .cont-wrap {
    margin-bottom: 50px;
  }
}
/* ============================================================
 グレー枠
============================================================ */
.border-cont-wrap {
  border: 1px solid #999;
  margin-top: 50px;
  padding: 50px;
}
.border-cont-wrap-ttl {
  margin-top: 2.5em;
  margin-bottom: 1em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  color: #CA2424;
}
.border-cont-wrap-ttl:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .border-cont-wrap {
    margin-top: 35px;
    margin-bottom: 50px;
    padding: 35px 9% 30px 9%;
  }
  .border-cont-wrap-ttl {
    font-size: 1.6rem;
  }
}
.border-cont-column-wrap {
  margin-top: 50px;
  margin-bottom: -20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.border-cont-column-wrap li {
  width: 47.5%;
  padding: 30px 30px 35px 30px;
  margin-bottom: 20px;
  border: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .border-cont-column-wrap {
    margin-top: 35px;
    margin-bottom: 50px;
    display: block;
  }
  .border-cont-column-wrap li {
    width: 100%;
    padding: 25px 4%;
  }
}
.border-top-bottom-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
@media screen and (max-width: 767px) {
  .border-top-bottom-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.border-top-wrap {
  padding-top: 80px;
  padding-bottom: 80px;
  border-top: 1px solid #999;
}
@media screen and (max-width: 767px) {
  .border-top-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.border-top-bottom-wrap + .border-top-bottom-wrap {
  border-top: 0;
}
.common-table {
  font-size: 1.5rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.common-table th,
.common-table td {
  padding: 1.3em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.common-table th {
  background: #F6F6F5;
  font-weight: 500;
  line-height: 1;
}
.common-table td {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .common-table {
    width: 100%;
    font-size: 1.4rem;
  }
  .common-table th,
  .common-table td {
    padding: 1em 1.1em;
  }
}
.dl-table {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-size: 1.5rem;
}
.dl-table > dt,
.dl-table > dd {
  padding: 1.3em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.dl-table > dt {
  width: 22%;
  background: #F6F6F5;
  line-height: 1;
  display: flex;
  align-items: center;
}
.dl-table > dd {
  width: 80%;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .dl-table {
    font-size: 1.4rem;
  }
  .dl-table > dt,
  .dl-table > dd {
    width: 100%;
    padding: 0.6em 1.1em;
  }
}
/* ============================================================
 foot-elem
============================================================ */
.foot-elem {
  min-height: 400px;
}
.foot-elem .btn-area {
  display: flex;
  justify-content: space-between;
}
.foot-elem .btn-area.top-only-btn-wrap {
  justify-content: space-around;
  margin-top: 35px;
}
.foot-elem .btn-area li {
  width: 48%;
}
.foot-elem .btn-area .btn {
  max-width: initial;
}
.foot-elem .common-cont-ttl {
  font-size: 7rem;
}
.foot-elem.only-btn-wrap {
  min-height: initial;
}
.foot-elem.only-btn-wrap .container {
  margin-top: 140px;
}
.foot-elem.only-btn-wrap .btn-wrap {
  margin-top: 0;
}
.foot-elem.guideline .common-cont-ttl {
  font-size: 9rem;
}
.foot-elem.guideline .bg {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .foot-elem.guideline .common-cont-ttl {
    font-size: 5rem;
  }
  .foot-elem.guideline .bg {
    padding-bottom: 40px;
  }
  .foot-elem.guideline .bg:after {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .foot-elem {
    min-height: initial;
  }
  .foot-elem .btn-area.top-only-btn-wrap {
    margin-top: 25px;
  }
  .foot-elem .bg:after {
    height: 85vw;
  }
  .foot-elem .btn-area {
    display: block;
  }
  .foot-elem .btn-area li {
    width: 100%;
    margin-top: 30px;
  }
  .foot-elem .common-cont-ttl {
    font-size: 5rem;
  }
  .foot-elem.only-btn-wrap {
    min-height: initial;
  }
  .foot-elem.only-btn-wrap .container {
    margin-top: 0px;
  }
  .foot-elem:last-of-type {
    padding-bottom: 0;
  }
  .foot-elem.swipe-wrap .bg:after {
    height: 250px;
  }
}
.foot-entry {
  position: relative;
  height: 632px;
  display: flex;
  justify-content: center;
  text-align: center;
}
.foot-entry .container {
  margin: 0;
  display: flex;
}
.foot-entry .inner {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.foot-entry .common-cont-ttl,
.foot-entry .common-cont-lead {
  color: #fff;
  text-align: center;
}
.foot-entry .common-cont-lead {
  line-height: 1.8;
}
.foot-entry .btn-area > li {
  margin-top: 35px;
}
.foot-entry .btn-area > li:first-child {
  margin-top: 0;
}
.foot-entry:before,
.foot-entry:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.foot-entry:before {
  background: url(/newgraduate/images/common/foot_entry.jpg) no-repeat center top;
  background-size: cover;
}
.foot-entry:after {
  background: #000;
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .foot-entry .common-cont-ttl {
    font-size: 7rem;
  }
}
@media screen and (max-width: 767px) {
  .foot-entry {
    height: auto;
  }
  .foot-entry .container {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .foot-entry .btn-area > li {
    margin-top: 25px;
  }
  .foot-entry .btn-area > li:first-child {
    margin-top: 0;
  }
  .foot-entry:before {
    background: url(/newgraduate/images/common/foot_entry_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
/* ============================================================
 local-nav
============================================================ */
.local-nav-sticky {
  position: sticky;
  top: 100px;
  z-index: 100;
}
@media screen and (max-width: 1024px) {
  .local-nav-sticky {
    top: 60px;
  }
}
.local-nav {
  margin: 100px 0 80px 0;
  padding: 50px 0;
  background: #F6F6F5;
}
.local-nav ul {
  display: flex;
}
.local-nav ul li {
  flex: 1;
  margin: 0 0.5%;
}
.local-nav ul .btn {
  display: block;
  padding: 1.2em 0.5em;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .local-nav {
    margin: 65px 0 50px 0;
    padding: 25px 0;
    overflow-x: scroll;
  }
  .local-nav ul {
    justify-content: flex-start;
  }
  .local-nav ul > li {
    width: 48%;
    flex: initial;
    margin-top: 10px;
  }
  .local-nav ul .btn {
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .local-nav.scroll-area::-webkit-scrollbar {
    display: none;
  }
  .local-nav.scroll-area ul > li {
    min-width: 10em;
    margin: 0 1%;
  }
}
.local-nav-sticky + .container {
  margin-top: 0;
}
/* ============================================================
 accordion
============================================================ */
.accordion {
  margin-top: 40px;
  margin-bottom: 100px;
}
.accordion:last-of-type {
  margin-bottom: 0;
}
.accordion > dl {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid #ccc;
  position: relative;
}
.accordion > dl > dt,
.accordion > dl > dd {
  position: relative;
}
.accordion > dl > dt {
  margin-top: 15px;
  cursor: pointer;
}
.accordion > dl > dt .item-txt {
  font-weight: 500;
}
.accordion > dl > dt:before,
.accordion > dl > dt:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: 10px;
  width: 16px;
  height: 1px;
  background: #333;
  transform: translateY(-50%);
}
.accordion > dl > dt:after {
  background: #333;
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.4s;
}
.accordion > dl > dd {
  display: none;
}
.accordion > dl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 1px;
  background: #CA2424;
  z-index: -1;
  transition: all 0.4s;
  z-index: 1;
}
.accordion > dl:hover:after {
  width: 100%;
}
.accordion > dl.is-active:hover:after {
  width: 0;
}
.accordion > dl.is-active > dt:after {
  transform: rotate(0);
  opacity: 0;
}
.accordion > dl:hover > dt,
.accordion > dl.is-active > dt {
  transition: all 0.4s;
}
.accordion > dl:hover > dt .item-symbol span,
.accordion > dl.is-active > dt .item-symbol span {
  background: #CA2424;
  transition: all 0.4s;
}
.accordion > dl:hover > dt .item-symbol span:after,
.accordion > dl.is-active > dt .item-symbol span:after {
  color: #fff;
  transition: all 0.4s;
}
.accordion > dl:first-of-type > dt {
  margin-top: 0;
}
.accordion > dl .parent,
.accordion > dl .child {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  min-height: 50px;
}
.accordion > dl .parent {
  padding-right: 40px;
}
.accordion > dl .parent .item-symbol span:after {
  content: 'Q';
}
.accordion > dl .child {
  padding-right: 40px;
}
.accordion > dl .child .item-symbol span:after {
  content: 'A';
}
.accordion > dl .item-symbol {
  position: absolute;
  top: 0;
}
.accordion > dl .item-symbol span {
  width: 50px;
  height: 50px;
  border: solid 1px #CA2424;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
.accordion > dl .item-symbol span:after {
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2rem;
  color: #CA2424;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -0.2em;
}
.accordion > dl .item-txt {
  margin-left: 4.4em;
}
@media screen and (max-width: 767px) {
  .accordion {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .accordion > dl .parent,
  .accordion > dl .child {
    min-height: 40px;
  }
  .accordion > dl .item-symbol span {
    font-size: 1.8rem;
    width: 40px;
    height: 40px;
  }
  .accordion > dl .item-txt {
    margin-left: 3.5em;
    line-height: 1.7;
  }
}
/* ============================================================
 grid-bg
============================================================ */
.grid-bg .container:first-of-type {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #CA2424;
}
.grid-bg .grid-before,
.grid-bg .grid-after {
  position: absolute;
  top: 0;
  width: 100vw;
  height: 100%;
}
.grid-bg .cont-wrap {
  position: relative;
}
.grid-bg .cont-wrap .grid-before {
  left: calc(100% - -20px);
}
.grid-bg .cont-wrap .grid-after {
  right: calc(100% - -20px);
}
@media screen and (max-width: 1200px) {
  .grid-bg .container:first-of-type {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .grid-bg .grid-before,
  .grid-bg .grid-after {
    background: none!important;
  }
  .grid-bg .grid-before:before,
  .grid-bg .grid-after:before,
  .grid-bg .grid-before:after,
  .grid-bg .grid-after:after {
    background: none!important;
  }
}
.grid-head .page-head {
  margin-bottom: 0;
}
.grid-head .lead-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .grid-head .lead-wrap {
    margin-top: 40px;
    margin-bottom: 50px;
  }
}
/* ============================================================
 youtube
============================================================ */
iframe.youtube-size {
  width: 100%;
  height: auto;
  aspect-ratio: 1.77777778;
}
/* ============================================================
 swiper
============================================================ */
.swiper-is-pagination {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .swiper-is-pagination {
    padding-bottom: 30px;
  }
}
.swiper-slide {
  margin-right: 40px;
  height: auto;
}
.swiper-slide:last-child {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .swiper-slide {
    width: 48.07%;
  }
}
@media screen and (max-width: 767px) {
  .swiper-slide {
    width: 83%;
  }
}
@media screen and (min-width: 768px) {
  .swipe-list2 .swiper-controller {
    display: none;
  }
}
.swiper {
  overflow: visible;
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -50px;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -30px;
  }
}
.swiper-pagination-bullet {
  background: #ccc;
  width: 60px;
  height: 2px;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #CA2424;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -10px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -10px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.swiper-button-next,
.swiper-button-prev {
  top: 32%;
  width: 50px;
  height: 50px;
  background: #CA2424;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: '';
  background: url(/newgraduate/images/common/arrow_white.svg) no-repeat center center;
  width: 7px;
  height: 12px;
  top: 50%;
  left: 50%;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: '';
  transform: scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .swipe-list2 .swiper-slide {
    width: 48%;
    margin-right: 40px;
  }
}
.over-hidden {
  overflow: hidden;
}
.fade-in,
.fade-up,
.fade-up-list01,
.fade-up-list02,
.fade-up-list03,
.fade-left-list01,
.fade-left-list02,
.fade-left,
.fade-right,
.fade-left-kv,
.fade-up-kv,
.fade-up-article {
  visibility: hidden;
}
/* ============================================================
 interview 一覧
============================================================ */
.model-index {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.model-index li {
  width: 48%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .model-index {
    display: block;
  }
  .model-index li {
    width: 100%;
    margin-bottom: 30px;
  }
}
.js-tab-cont {
  display: none;
}
.js-tab-cont .interview-index-bottom-cont {
  margin-top: 150px;
}
.js-tab-cont .interview-index-bottom-cont + .inner {
  margin-top: 100px;
}
.js-tab-cont .project-story .bnr-project-story {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .js-tab-cont .project-story .bnr-project-story {
    margin-top: 0;
  }
}
.js-tab-cont.is-active {
  display: block;
}
.js-tab-cont.is-active .interview-index,
.js-tab-cont.is-active .interview-index-bottom-cont,
.js-tab-cont.is-active .btn {
  animation: tab-cont 0.8s ease forwards;
}
@media screen and (max-width: 767px) {
  .js-tab-cont {
    display: none;
  }
  .js-tab-cont .interview-index-bottom-cont {
    margin-top: 70px;
  }
  .js-tab-cont .interview-index-bottom-cont .bg:after {
    width: 85vw;
    height: 85vw;
    right: -6vw;
  }
  .js-tab-cont .interview-index-bottom-cont + .inner {
    margin-top: 50px;
  }
  .js-tab-cont.is-active {
    display: block;
  }
}
.interview-index {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: -50px;
  margin-bottom: 50px;
  margin-left: -3%;
}
.interview-index li {
  width: calc((100% / 3) - 3%);
  margin-top: 50px;
  margin-left: 3%;
}
.interview-index .detail-ttl {
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .interview-index {
    margin-top: -30px;
    margin-bottom: 30px;
    margin-left: 0;
  }
  .interview-index li {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
@keyframes tab-cont {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.interview-datail {
  margin-top: -1em;
}
.interview-datail .detail-ttl {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .interview-datail .detail-ttl {
    margin-top: 10px;
  }
}
/* ============================================================
 interview 記事
============================================================ */
.interview-head .bg:after {
  height: 40vw;
  max-height: 520px;
  top: initial;
  bottom: -120px;
}
.interview-head .page-head {
  padding-top: 60px;
}
.interview-head .fade-left-kv .pc,
.interview-head .fade-left-kv .sp {
  display: block;
}
@media screen and (min-width: 951px) {
  .interview-head .fade-left-kv .sp {
    display: none!important;
  }
}
@media screen and (max-width: 950px) {
  .interview-head .fade-left-kv .pc {
    display: none!important;
  }
  .interview-head .page-head {
    padding-top: 25px;
  }
  .interview-head .bg:after {
    height: calc(100% + 100px);
    max-height: initial;
    bottom: -40px;
  }
}
.interview-article-kv {
  margin-bottom: 120px;
  position: relative;
  z-index: -1;
  min-height: 698px;
}
.interview-article-kv > p {
  position: absolute;
  width: 54.2%;
  top: 0;
  right: 0;
}
.interview-article-kv > p:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 950px) {
  .interview-article-kv {
    margin-bottom: 100px;
  }
  .interview-article-kv > p {
    width: 93%;
    margin-left: 7%;
    position: static;
  }
}
.senior .interview-article-kv {
  min-height: initial;
}
.senior .bg:after {
  max-height: initial;
  height: 60%;
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
  .senior .bg:after {
    max-height: 350px;
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .senior .bg:after {
    max-height: initial;
    height: calc(100% + 100px);
  }
}
.talk .interview-article-kv {
  min-height: 470px;
}
.talk .bg:after {
  bottom: -200px;
  max-height: 290px;
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
  .talk .interview-article-kv {
    min-height: initial;
  }
  .talk .bg:after {
    max-height: 350px;
    height: 100%;
  }
}
@media screen and (max-width: 950px) {
  .talk .interview-article-kv {
    min-height: initial;
  }
  .talk .bg:after {
    max-height: initial;
    bottom: -70px;
    height: calc(100% + 150px);
  }
}
.talk + .article .inner-s {
  margin-top: -220px;
}
@media screen and (max-width: 767px) {
  .talk + .article .container:first-of-type {
    overflow: visible;
  }
  .talk + .article .inner-s {
    margin-top: -110px;
  }
}
.interview-article-ttl {
  position: relative;
  padding-top: 100px;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .interview-article-ttl {
    padding-top: 40px;
  }
}
.main-ja-article {
  margin-bottom: 1.5em;
  font-size: 4rem;
  font-weight: 500;
  color: #333;
  line-height: 1.35;
  text-align: left;
  font-family: YakuHanMP_Noto, 'Noto Serif JP', serif;
}
.main-ja-article p {
  margin-bottom: 1.25em;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #CA2424;
  font-size: 2rem;
  line-height: 1;
  margin-top: 0;
}
@media screen and (min-width: 951px) and (max-width: 1050px) {
  .main-ja-article {
    width: 58%;
  }
}
@media screen and (max-width: 767px) {
  .main-ja-article {
    margin-bottom: 1em;
    font-size: 2.3rem;
  }
  .main-ja-article p {
    font-size: 1.5rem;
  }
}
.interview-category-label {
  margin-top: -2em;
  padding: 0.1em 0.5em;
  display: inline-block;
  text-align: center;
  width: 8.5em;
  background: #CA2424;
  position: relative;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .interview-category-label {
    padding: 0em 0.5em;
    font-size: 1.2rem;
  }
}
.interview-department {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .interview-department {
    font-size: 1.3rem;
  }
}
.interview-name {
  margin-top: 10px;
  margin-bottom: 0.3em;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}
.interview-name.model {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .interview-name {
    margin-top: 7px;
    font-size: 2rem;
  }
}
.interview-history {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  line-height: 1.8;
}
.interview-history:first-of-type {
  margin-top: 40px;
}
.interview-history.model {
  width: 42.5%;
  margin-top: 40px;
  display: block;
}
.interview-history dt {
  width: 5.2em;
  text-align: right;
}
.interview-history dd {
  margin-left: 1em;
  flex: 1;
}
@media screen and (max-width: 950px) {
  .interview-history.model {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .interview-history {
    font-size: 1.3rem;
  }
  .interview-history.model {
    margin-top: 20px;
  }
}
/* ============================================================
 記事エリア
============================================================ */
.article-type01 .article-wrap,
.article-type02 .article-wrap {
  display: flex;
}
.article-type01 .img,
.article-type02 .img {
  width: 43.7%;
}
.article-type01 .img .sticky,
.article-type02 .img .sticky {
  position: sticky;
  top: 100px;
}
.article-type01 .article-txt-wrap,
.article-type02 .article-txt-wrap {
  display: flex;
  justify-content: flex-end;
}
.article-type01 .article-txt,
.article-type02 .article-txt {
  max-width: 580px;
}
@media screen and (max-width: 1100px) {
  .article-type01 .article-txt,
  .article-type02 .article-txt {
    margin-left: 6%!important;
    margin-right: 6%!important;
  }
}
@media screen and (max-width: 767px) {
  .article-type01 .article-wrap,
  .article-type02 .article-wrap {
    display: block;
  }
  .article-type01 .img,
  .article-type02 .img {
    width: 100%;
    padding: 0 6% 35px 6%;
  }
  .article-type01 .img .sticky,
  .article-type02 .img .sticky {
    position: static;
  }
}
.article-type01 .article-txt {
  margin-left: 14%;
}
.article-type02 .article-wrap {
  flex-flow: row-reverse;
}
.article-type02 .article-txt {
  margin-right: 14%;
}
.article .container {
  overflow: visible;
}
.article .article-second-txt {
  margin-bottom: 50px;
  font-size: 3rem;
  font-weight: 500;
  color: #CA2424;
  line-height: 1.6;
}
.article .article-third-txt {
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 500;
  color: #CA2424;
}
.article p + p {
  margin: 30px 0;
}
.article p + p:last-of-type {
  margin-bottom: 0;
}
.article .bold {
  color: #000;
}
@media screen and (max-width: 767px) {
  .article .container {
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .article .article-second-txt {
    margin-bottom: 30px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
.schedule .common-cont-ttl,
.talk-member .common-cont-ttl {
  font-size: 4.2rem;
}
.schedule .common-cont-lead,
.talk-member .common-cont-lead {
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .schedule .common-cont-ttl,
  .talk-member .common-cont-ttl {
    font-size: 3.2rem;
  }
  .schedule .common-cont-lead,
  .talk-member .common-cont-lead {
    margin-top: 7px;
    font-size: 1.2rem;
  }
}
.schedule-wrap {
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #ccc;
  padding: 12px 0;
}
.schedule-wrap:first-of-type {
  padding-top: 0;
}
.schedule-wrap:last-of-type {
  border: 0;
}
.schedule-wrap > dt {
  width: 40px;
  margin-right: 30px;
}
.schedule-wrap > dd {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .schedule-wrap > dt {
    width: 45px;
    margin-right: 15px;
  }
}
.schedule-detail {
  display: flex;
  align-items: center;
}
.schedule-detail dt {
  margin-right: 20px;
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 2.6rem;
  line-height: 1;
}
.schedule-detail dd {
  display: flex;
  align-items: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .schedule-detail {
    display: block;
  }
  .schedule-detail dt {
    font-size: 1.8rem;
    margin-right: 0;
  }
  .schedule-detail dd {
    display: block;
    margin-top: 5px;
  }
}
.balloon {
  position: relative;
  margin-left: 30px;
  border-radius: 6px;
  padding: 0.8em 1em;
  line-height: 1;
  border: 1px solid #CA2424;
  background: #fff;
  color: #CA2424;
  font-weight: 500;
}
.balloon:before,
.balloon:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -7px;
  width: 0;
  height: 0;
  transform: rotate(90deg);
}
.balloon:before {
  left: -8px;
  border-top: 14px solid #CA2424;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
.balloon:after {
  left: -6px;
  border-top: 14px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
}
@media screen and (max-width: 767px) {
  .balloon {
    margin-left: 0;
    margin-top: 10px;
    display: inline-block;
    padding: 0.5em 0.8em;
  }
  .balloon:before,
  .balloon:after {
    transform: rotate(180deg);
  }
  .balloon:before {
    top: -8px;
    left: 15px;
    border-top: 8px solid #CA2424;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
  .balloon:after {
    top: -6px;
    left: 15px;
    border-top: 8px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }
}
.talk-member {
  margin-top: 80px;
}
.talk-member-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.talk-member-wrap > li {
  width: 49%;
  margin-bottom: 30px;
}
.talk-member-wrap dl {
  display: flex;
  align-items: center;
}
.talk-member-wrap dt {
  width: 130px;
}
.talk-member-wrap dd {
  flex: 1;
  margin-left: 20px;
}
.talk-member p + p {
  margin: 10px 0 0 0;
}
.talk-member-department {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.talk-member-name {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
}
.talk-member-year {
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .talk-member {
    display: block;
  }
  .talk-member-wrap > li {
    width: 100%;
    margin-bottom: 25px;
  }
  .talk-member-name {
    font-size: 1.7rem;
  }
  .talk-member-year {
    font-size: 1.3em;
  }
}
.talk-article {
  display: flex;
  align-items: flex-start;
  margin: 50px 0 50px 0;
}
.talk-article:last-of-type {
  margin-bottom: 0;
}
.talk-article dt,
.talk-article dd {
  min-height: 60px;
  display: flex;
  align-items: center;
}
.talk-article dt {
  width: 60px;
  text-align: center;
  position: relative;
}
.talk-article dt p {
  margin: 0 0 32px 0;
}
.talk-article dt .name {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  top: 70px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}
.talk-article dd {
  flex: 1;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .talk-article {
    margin: 30px 0 30px 0;
  }
  .talk-article dt .name {
    top: 65px;
    font-size: 1.3rem;
  }
}
.face-pht {
  border-radius: 100%;
  overflow: hidden;
}
/* ============================================================
 recruit - information
============================================================ */
.recruit-category-list td:first-child,
.recruit-category-list td:last-child {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .recruit-category-list {
    width: 160%;
  }
  .recruit-category-list td:first-child,
  .recruit-category-list td:last-child {
    vertical-align: top;
  }
}
.recruit-description > dt {
  width: 140px;
}
.recruit-description > dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767px) {
  .recruit-description > dt,
  .recruit-description > dd {
    width: 100%;
  }
}
.recruit-process .note {
  margin-top: 1em;
  line-height: 1.75;
}
/* ============================================================
 recruit - recruitment-event
============================================================ */
.recruitment-event .page-head {
  margin-bottom: 50px;
}
.recruitment-event .lead-wrap {
  margin-bottom: 0;
}
.recruitment-event .local-nav {
  margin-top: 80px;
}
.recruitment-event .local-nav ul li {
  margin: 0 1.4%;
}
.recruitment-event .border-top-wrap:last-of-type {
  padding-bottom: 0;
}
.recruitment-event .red-label {
  margin-top: 0;
  margin-bottom: 20px;
}
.recruitment-event .red-label span {
  font-size: 1.8rem;
}
.recruitment-event .hr-event-ttl {
  margin-top: 40px;
  margin-bottom: 0.65em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #CA2424;
  text-align: left;
}
.recruitment-event .hr-event-ttl:first-of-type {
  margin-top: 0;
}
.recruitment-event .event-txt {
  font-size: 1.4rem;
}
.recruitment-event .event-offer {
  line-height: 1.7;
}
.recruitment-event .btn {
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .recruitment-event .page-head {
    margin-bottom: 25px;
  }
  .recruitment-event .local-nav {
    margin-top: 60px;
  }
  .recruitment-event .local-nav ul {
    flex-wrap: wrap;
  }
  .recruitment-event .local-nav ul li {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .recruitment-event .local-nav ul li:first-child {
    margin-top: 0;
  }
  .recruitment-event .red-label {
    margin-bottom: 20px;
  }
  .recruitment-event .red-label span {
    font-size: 1.5rem;
  }
  .recruitment-event .hr-event-ttl:first-of-type {
    margin-top: 0;
  }
  .recruitment-event .event-txt {
    font-size: 1.3rem;
  }
  .recruitment-event .hr-event-ttl {
    font-size: 1.5rem;
  }
  .recruitment-event .btn {
    padding: 1.5em 1em;
  }
  .recruitment-event .page-anc {
    margin-top: -250px;
    padding-top: 250px;
  }
}
/* ============================================================
 job
============================================================ */
.job-head .lead-wrap {
  margin-bottom: 0;
}
.job .container:first-of-type {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .job .scroll-area figure {
    width: 150%;
    overflow-x: scroll;
  }
}
.skill-list .bg01,
.skill-list .bg02 {
  color: #fff;
  text-align: center;
}
.skill-list .bg01 {
  background: #CA2424;
}
.skill-list .bg02 {
  background: #999;
}
.skill-list td:nth-child(1) {
  width: 20%;
  vertical-align: top;
}
.skill-list td:nth-child(2) {
  width: 40%;
}
.skill-list td:nth-child(3) {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .skill-list {
    width: 155%;
  }
}
.job-type,
.job-collaborate {
  display: flex;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.job-type:last-of-type,
.job-collaborate:last-of-type {
  margin-bottom: 0;
}
.job-type dt,
.job-collaborate dt {
  width: 44.7%;
}
.job-type dd,
.job-collaborate dd {
  flex: 1;
  margin-left: 5.4%;
}
.job-type p + p,
.job-collaborate p + p {
  margin: 0;
}
.job-type .btn-wrap,
.job-collaborate .btn-wrap {
  margin-top: 25px;
}
.job-type .btn-wrap + .btn-wrap,
.job-collaborate .btn-wrap + .btn-wrap {
  margin-top: 5px;
}
.job-type .btn,
.job-collaborate .btn {
  padding: 1em;
}
.job-type .btn span,
.job-collaborate .btn span {
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}
.job-type .btn span:after,
.job-collaborate .btn span:after {
  margin-top: -6px;
  right: 0;
}
.job-type-ttl,
.job-collaborate-ttl {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.45;
}
.job-type-second-ttl,
.job-collaborate-second-ttl {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #CA2424;
  line-height: 1.75;
}
.job-type-second-ttl + p,
.job-collaborate-second-ttl + p {
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .job-type,
  .job-collaborate {
    display: block;
  }
  .job-type dt,
  .job-collaborate dt,
  .job-type dd,
  .job-collaborate dd {
    width: 100%;
  }
  .job-type dd,
  .job-collaborate dd {
    margin-top: 25px;
    margin-left: 0;
  }
  .job-type .btn,
  .job-collaborate .btn {
    padding: 1.5em 1em;
  }
  .job-type .btn span,
  .job-collaborate .btn span {
    font-size: 1.3rem;
  }
  .job-type-ttl,
  .job-collaborate-ttl {
    font-size: 1.8rem;
  }
  .job-type-second-ttl,
  .job-collaborate-second-ttl {
    font-size: 1.6rem;
  }
  .job-type-second-ttl + p,
  .job-collaborate-second-ttl + p {
    margin-top: 15px;
  }
}
.job-collaborate:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.job-collaborate-second-ttl {
  color: #333;
}
/* ============================================================
 job-detail
============================================================ */
.job-detail .container:first-of-type {
  margin-top: 50px;
}
.job-detail .job-map {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .job-detail .job-map {
    margin-top: 40px;
  }
}
.project-story .page-second-ttl {
  text-align: center;
}
.project-story .bnr-project-story {
  display: block;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .project-story .common-cont-lead {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .project-story .page-second-ttl {
    text-align: left;
  }
  .project-story .bnr-project-story {
    margin-top: 40px;
  }
}
.job-type-description {
  display: flex;
  margin-top: 40px;
}
.job-type-description dt {
  width: 52.5%;
}
.job-type-description dd {
  flex: 1;
  margin-left: 5.4%;
}
.job-type-description-ttl {
  font-size: 2.4rem;
  font-weight: 500;
  color: #CA2424;
}
.job-type-description.challenge dt {
  width: 70%;
}
.job-type-description:first-of-type {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .job-type-description {
    display: block;
  }
  .job-type-description dt {
    width: 100%;
  }
  .job-type-description dd {
    flex: initial;
    width: 100%;
    margin-left: 0;
  }
  .job-type-description-ttl {
    margin-top: 1.1em;
    margin-bottom: 0.8em;
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .job-type-description.challenge dt {
    width: 100%;
  }
  .job-type-description.challenge dd {
    margin-top: 30px;
  }
  .job-type-description.challenge dd ul {
    display: flex;
    flex-wrap: wrap;
  }
  .job-type-description.challenge dd li {
    width: calc((100% / 2) - 1%);
  }
}
.job-challenge-list {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  color: #CA2424;
  font-weight: 500;
}
.job-challenge-list li {
  width: calc((100% / 3) - 1%);
}
@media screen and (max-width: 767px) {
  .job-challenge-list li {
    width: calc((100% / 2) - 1%);
  }
}
.job-challenge-img {
  display: flex;
}
.job-challenge-img li {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .job-challenge-img {
    display: block;
  }
}
/* ============================================================
 company - message
============================================================ */
.message-head + .message .container:first-of-type {
  margin-top: 100px;
}
.message-head + .message .container:first-of-type .inner-s:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .message-head + .message .container:first-of-type {
    margin-top: 60px;
  }
}
.message-head .page-head {
  padding-top: 140px;
}
.message-head .lead-main-txt {
  margin-bottom: 50px;
  font-size: 4rem;
}
.message-head .lead-wrap {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .message-head .page-head {
    padding-top: 30px;
  }
  .message-head .lead-main-txt {
    margin-bottom: 40px;
    font-size: 2.3rem;
  }
}
.message .inner-s {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .message .inner-s {
    margin-top: 60px;
  }
}
.president-name {
  font-weight: 500;
  line-height: 1.8;
}
.president-name span {
  font-size: 3rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .president-name span {
    font-size: 2rem;
  }
}
/* ============================================================
 company - information
============================================================ */
.company-info-head .page-head,
.hr-head .page-head,
.business-head .page-head {
  margin-bottom: 0;
}
.company-info .page-second-ttl,
.hr .page-second-ttl,
.business .page-second-ttl {
  margin-bottom: 70px;
}
.company-info .page-third-ttl,
.hr .page-third-ttl,
.business .page-third-ttl {
  margin-top: 0;
}
.company-info .cont-wrap,
.hr .cont-wrap,
.business .cont-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
}
.company-info .bg:after,
.hr .bg:after,
.business .bg:after {
  top: 2.4em;
}
@media screen and (max-width: 767px) {
  .company-info .cont-wrap,
  .hr .cont-wrap,
  .business .cont-wrap {
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .company-info .page-second-ttl,
  .hr .page-second-ttl,
  .business .page-second-ttl {
    margin-bottom: 40px;
  }
  .company-info .bg:after,
  .hr .bg:after,
  .business .bg:after {
    top: 1.6em;
  }
}
.company-info .container:first-of-type {
  margin-top: 50px;
}
.company-info .border-cont-wrap,
.company-info .border-cont-column-wrap {
  text-align: center;
}
.info-vision {
  width: 100%;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  position: relative;
}
.info-vision li {
  width: 100%;
  padding: 2em 1em;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  text-align: center;
}
.info-vision li ul {
  display: flex;
  flex-wrap: wrap;
}
.info-vision li ul li {
  width: calc(100% / 4);
  border-bottom: 0;
}
.info-vision li ul li:last-child {
  border-right: 0;
}
.info-vision > li:nth-child(2) {
  padding: 0;
}
.info-vision-ttl {
  margin-bottom: 5px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
  color: #CA2424;
}
.info-vision .txt14 {
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info-vision li ul li {
    width: calc(100% / 2);
    border-bottom: 0;
  }
  .info-vision li ul li:nth-child(2n) {
    border-right: 0;
  }
  .info-vision li ul li:nth-child(1),
  .info-vision li ul li:nth-child(2) {
    border-bottom: 1px solid #999;
  }
  .info-vision-ttl {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.4;
  }
}
.info-mission .en {
  color: #CA2424;
  line-height: 1;
}
.info-mission-ttl {
  margin-top: 6px;
  font-size: 2.8rem;
  font-weight: 500;
}
.info-mission figure {
  width: 90px;
  margin: 20px auto;
}
.info-mission p {
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .info-mission .en {
    font-size: 1.3rem;
  }
  .info-mission-ttl {
    font-size: 1.8rem;
  }
  .info-mission figure {
    width: 95px;
  }
  .info-mission p {
    font-size: 1.2rem;
  }
}
.info-ideal-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .info-ideal-txt {
    font-size: 1.5rem;
    line-height: 1.7;
  }
}
.info-motto01 {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
}
.info-motto-slogan {
  margin: 30px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.info-motto-slogan li {
  width: calc((100% / 3) - 2%);
}
.info-motto-slogan li p {
  font-weight: 500;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .info-motto-slogan {
    display: block;
    margin: 15px 0 0 0;
  }
  .info-motto-slogan li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }
  .info-motto-slogan li:last-child {
    margin-bottom: 0;
  }
  .info-motto-slogan li figure {
    width: 36%;
  }
  .info-motto-slogan li p {
    flex: 1;
    margin-left: 7.2%;
    text-align: left;
    margin-top: 0;
  }
}
.info-motto-list {
  width: auto;
  text-align: left;
  margin: -1em auto 0 auto;
  display: inline-block;
}
.info-motto-list p {
  line-height: 1.5;
  margin: 0.8em 0;
}
.info-promise {
  margin: 20px 0 0 0;
  display: flex;
  justify-content: space-between;
}
.info-promise li {
  width: calc((100% / 3) - 3.5%);
}
.info-promise li p {
  margin-top: 1em;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .info-promise {
    display: block;
    margin: 15px 0 0 0;
  }
  .info-promise li {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
  }
  .info-promise li:last-child {
    margin-bottom: 0;
  }
  .info-promise li figure {
    width: 34%;
  }
  .info-promise li p {
    margin-left: 7.2%;
    text-align: left;
    text-indent: -1.5em;
    padding-left: 1.5em;
    font-size: 1.3rem;
  }
}
.info-value {
  width: 100%;
  max-width: 514px;
  margin: 0 auto;
}
.info-difference {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .info-difference {
    max-width: 86%;
  }
}
.company-youtube {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .company-youtube {
    margin-top: 25px;
  }
}
.company-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* ============================================================
 company - number
============================================================ */
.number .cont-wrap {
  margin: 20px 0;
}
.number .cont-wrap .note {
  margin-top: 1em;
  line-height: 1.75;
}
.number.grid-bg .cont-wrap:nth-child(1) .grid-before,
.number.grid-bg .cont-wrap:nth-child(4) .grid-before,
.number.grid-bg .cont-wrap:nth-child(1) .grid-after,
.number.grid-bg .cont-wrap:nth-child(4) .grid-after {
  background: #fff;
}
.number.grid-bg .cont-wrap:nth-child(2) .grid-before,
.number.grid-bg .cont-wrap:nth-child(3) .grid-before,
.number.grid-bg .cont-wrap:nth-child(2) .grid-after,
.number.grid-bg .cont-wrap:nth-child(3) .grid-after {
  display: grid;
  grid-gap: 20px;
  grid-template-rows: 1fr 1fr 1fr;
}
.number.grid-bg .cont-wrap:nth-child(2) .grid-before:before,
.number.grid-bg .cont-wrap:nth-child(3) .grid-before:before,
.number.grid-bg .cont-wrap:nth-child(2) .grid-after:before,
.number.grid-bg .cont-wrap:nth-child(3) .grid-after:before,
.number.grid-bg .cont-wrap:nth-child(2) .grid-before:after,
.number.grid-bg .cont-wrap:nth-child(3) .grid-before:after,
.number.grid-bg .cont-wrap:nth-child(2) .grid-after:after,
.number.grid-bg .cont-wrap:nth-child(3) .grid-after:after {
  content: "";
  width: 100%;
  background: #fff;
}
.number.grid-bg .cont-wrap:nth-child(2) .grid-before:before {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number.grid-bg .cont-wrap:nth-child(2) .grid-before:after {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number.grid-bg .cont-wrap:nth-child(2) .grid-after:before {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number.grid-bg .cont-wrap:nth-child(3) .grid-before:before {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number.grid-bg .cont-wrap:nth-child(3) .grid-after:before {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number.grid-bg .cont-wrap:nth-child(3) .grid-after:after {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 1;
}
@media screen and (min-width: 768px) {
  .number .cont-wrap .note {
    font-size: 1.4rem;
  }
}
.number-item-ttl {
  color: #CA2424;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 950px) {
  .number-item-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .number-item-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
    text-align: center;
  }
}
.number-detail {
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-top: -0.1em;
  white-space: nowrap;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0;
  color: #CA2424;
  font-weight: 700;
}
.number-detail span {
  color: #333;
  font-size: 2rem;
  margin-left: 0.3em;
}
.number-detail.chart {
  font-size: 9rem;
  text-align: center;
}
.number-detail.chart-layer {
  font-size: 7rem;
  font-weight: 500;
}
.number-detail.chart-layer span {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .number-detail {
    font-size: 7.5rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .number-detail span {
    font-size: 1.8rem;
    margin-left: 0.2em;
    letter-spacing: 0.03em;
  }
  .number-detail.chart {
    font-size: 7.5rem;
  }
  .number-detail.chart span {
    font-size: 1.8rem;
  }
  .number-detail.chart-layer {
    font-size: 6rem;
  }
  .number-detail.chart-layer span {
    font-size: 2rem;
    margin-left: 0;
  }
}
.number-detail-txt {
  margin-top: 20px;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .number-detail-txt {
    margin-top: 25px;
  }
}
.number-detail-note {
  margin-top: 10px;
  font-size: 1.4rem;
  line-height: 1;
  color: #CA2424;
  font-weight: 700;
}
.number-detail-note-black {
  margin-top: 5px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .number-detail-note {
    font-size: 1.6rem;
  }
  .number-detail-note-black {
    font-size: 1.2rem;
  }
}
.number-grid01,
.number-grid02,
.number-grid03,
.number-grid04 {
  display: grid;
}
.number-grid01 .item,
.number-grid02 .item,
.number-grid03 .item,
.number-grid04 .item {
  background: #fff;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.number-grid01 figure,
.number-grid02 figure,
.number-grid03 figure,
.number-grid04 figure {
  margin: 25px auto 0 auto;
}
.number-grid01 .item-large,
.number-grid02 .item-large,
.number-grid03 .item-large,
.number-grid04 .item-large {
  padding-left: 50px;
  padding-right: 50px;
}
.number-grid01 .item-large .number-detail,
.number-grid02 .item-large .number-detail,
.number-grid03 .item-large .number-detail,
.number-grid04 .item-large .number-detail {
  font-size: 23rem;
  font-weight: 400;
}
.number-grid01 .item-large .number-detail span,
.number-grid02 .item-large .number-detail span,
.number-grid03 .item-large .number-detail span,
.number-grid04 .item-large .number-detail span {
  font-size: 5rem;
  font-weight: 700;
}
@media screen and (max-width: 950px) {
  .number-grid01 .item,
  .number-grid02 .item,
  .number-grid03 .item,
  .number-grid04 .item {
    padding: 30px;
  }
  .number-grid01 .item-large .number-detail,
  .number-grid02 .item-large .number-detail,
  .number-grid03 .item-large .number-detail,
  .number-grid04 .item-large .number-detail {
    font-size: 20rem;
  }
  .number-grid01 .item-large .number-detail span,
  .number-grid02 .item-large .number-detail span,
  .number-grid03 .item-large .number-detail span,
  .number-grid04 .item-large .number-detail span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .number-grid01,
  .number-grid02,
  .number-grid03,
  .number-grid04 {
    display: block;
  }
  .number-grid01 .item,
  .number-grid02 .item,
  .number-grid03 .item,
  .number-grid04 .item {
    margin-top: 20px;
  }
  .number-grid01 .item:first-of-type,
  .number-grid02 .item:first-of-type,
  .number-grid03 .item:first-of-type,
  .number-grid04 .item:first-of-type {
    margin-top: 0;
  }
  .number-grid01 .chart-item-ttl,
  .number-grid02 .chart-item-ttl,
  .number-grid03 .chart-item-ttl,
  .number-grid04 .chart-item-ttl {
    font-size: 1.3rem;
  }
  .number-grid01 .item-large .number-detail,
  .number-grid02 .item-large .number-detail,
  .number-grid03 .item-large .number-detail,
  .number-grid04 .item-large .number-detail {
    font-size: 7.5rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .number-grid01 .item-large .number-detail span,
  .number-grid02 .item-large .number-detail span,
  .number-grid03 .item-large .number-detail span,
  .number-grid04 .item-large .number-detail span {
    font-size: 1.8rem;
    margin-left: 0.2em;
  }
}
.number-grid01 canvas,
.number-grid02 canvas,
.number-grid03 canvas,
.number-grid04 canvas {
  width: 100%;
  height: 100%;
}
.number-grid01 .chart-wrap,
.number-grid02 .chart-wrap,
.number-grid03 .chart-wrap,
.number-grid04 .chart-wrap {
  margin: 25px auto;
  position: relative;
}
.number-grid01 .chart-wrap .chart-txt,
.number-grid02 .chart-wrap .chart-txt,
.number-grid03 .chart-wrap .chart-txt,
.number-grid04 .chart-wrap .chart-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.number-grid01 .chart-wrap .chart-txt dt,
.number-grid02 .chart-wrap .chart-txt dt,
.number-grid03 .chart-wrap .chart-txt dt,
.number-grid04 .chart-wrap .chart-txt dt,
.number-grid01 .chart-wrap .chart-txt dd,
.number-grid02 .chart-wrap .chart-txt dd,
.number-grid03 .chart-wrap .chart-txt dd,
.number-grid04 .chart-wrap .chart-txt dd {
  flex: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .number-grid01 .chart-wrap,
  .number-grid02 .chart-wrap,
  .number-grid03 .chart-wrap,
  .number-grid04 .chart-wrap {
    margin: 10px auto;
    width: 88%;
  }
}
.number-grid01 .chart-item-ttl,
.number-grid02 .chart-item-ttl,
.number-grid03 .chart-item-ttl,
.number-grid04 .chart-item-ttl {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
.number .item01-01 {
  position: relative;
}
.number .item01-01 .number-item-ttl {
  position: absolute;
  top: 50px;
  left: 50px;
}
.number .item01-01 dl {
  display: flex;
}
.number .item01-01 dl dd {
  flex: 1;
}
.number .item01-01 .number-detail {
  font-size: 20.5rem;
  font-weight: 400;
  margin-top: -0.2em;
}
.number .item01-01 .number-detail span {
  font-size: 10rem;
  font-weight: 700;
  margin: 0;
}
.number .item01-01 .number-detail-txt {
  margin-top: 0;
}
@media screen and (max-width: 950px) {
  .number .item01-01 dl dd {
    margin-left: 4%;
  }
  .number .item01-01 .number-detail {
    font-size: 20rem;
    font-weight: 700;
  }
  .number .item01-01 .number-detail span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 767px) {
  .number .item01-01 .number-item-ttl {
    position: static;
  }
  .number .item01-01 dl {
    display: block;
  }
  .number .item01-01 dl dd {
    flex: initial;
    margin-left: 0;
  }
  .number .item01-01 .number-detail {
    margin-top: 0;
    font-size: 7.5rem;
  }
  .number .item01-01 .number-detail span {
    font-size: 4rem;
  }
  .number .item01-01 .number-detail-txt {
    margin-top: 20px;
  }
}
.number .item01-02 .number-item-ttl {
  text-align: center;
}
.number .item02-01 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 1;
}
.number .item02-01 .number-item-ttl {
  text-align: center;
}
.number .item02-01 .number-detail {
  text-align: center;
}
.number .item02-01 .number-detail span:first-of-type {
  margin-right: 0.8em;
  margin-left: 0;
}
.number .item02-01 .number-detail span:last-of-type {
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .number .item02-01 .number-detail span:first-of-type {
    margin-right: 0.2em;
  }
  .number .item02-01 .number-detail span:last-of-type {
    margin-left: 0.2em;
  }
  .number .item02-01 .number-detail-txt {
    margin-top: -1em;
  }
}
.number .item02-02 {
  grid-row-start: 1;
  grid-row-end: 1;
  grid-column-start: 2;
  grid-column-end: 4;
  padding: 0;
}
.number .item02-02 .item-wrap {
  display: flex;
  height: 100%;
}
.number .item02-02 dl {
  display: flex;
  flex-flow: row-reverse;
}
.number .item02-02 dl dt {
  width: 50%;
  background: url(/newgraduate/images/company/number02_02.jpg) no-repeat center center / cover;
}
.number .item02-02 dl dd {
  padding: 30px 30px 30px 40px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .number .item02-02 {
    padding: 30px;
  }
  .number .item02-02 dl {
    display: block;
  }
  .number .item02-02 dl dt {
    width: 100%;
    background: none;
  }
  .number .item02-02 dl dd {
    padding: 0;
    flex: initial;
  }
}
.number .item02-03 {
  grid-row-start: 3;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 2;
}
.number .item02-04 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 2;
  grid-column-end: 4;
}
.number .item02-04 dl {
  display: flex;
  flex-flow: row-reverse;
}
.number .item02-04 dl dt {
  width: 52%;
  padding: 0 0 0 20px;
}
.number .item02-04 dl dd {
  flex: 1;
}
@media screen and (min-width: 951px) {
  .number .item02-04 .number-detail {
    font-size: 23rem;
    font-weight: 400;
  }
  .number .item02-04 .number-detail span {
    font-size: 5rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .number .item02-04 dl {
    display: block;
  }
  .number .item02-04 dl dt {
    width: 100%;
    padding: 0;
  }
  .number .item02-04 dl dd {
    flex: initial;
    margin-top: -5em;
  }
}
.number .item03-01 {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 1;
  grid-column-end: 3;
}
.number .item03-01 dl {
  display: flex;
  flex-flow: row-reverse;
}
.number .item03-01 dl dt {
  width: 220px;
}
.number .item03-01 dl dd {
  flex: 1;
  margin-right: 4.5%;
}
@media screen and (max-width: 767px) {
  .number .item03-01 dl {
    display: block;
  }
  .number .item03-01 dl dt {
    width: 75%;
    margin: 0 auto;
  }
  .number .item03-01 dl dd {
    flex: initial;
    margin-right: 0;
  }
}
.number .item03-02 {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 3;
  grid-column-end: 4;
}
.number .item03-02 .number-item-ttl,
.number .item03-02 .number-detail,
.number .item03-02 .number-detail-note {
  text-align: center;
}
.number .item03-02 .chart-wrap {
  margin-top: 50px;
}
.number .item03-02 .chart-wrap dt,
.number .item03-02 .chart-wrap dd {
  margin-top: -30px;
}
.number .item03-02 .chart-wrap figure {
  width: 62%;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .number .item03-02 .chart-wrap {
    margin-top: 25px;
  }
}
.number .item03-03 .number-detail span:first-of-type {
  margin-right: 0.8em;
  margin-left: 0;
}
.number .item03-03 .number-detail span:last-of-type {
  margin-left: 0.8em;
}
.number .item03-04 {
  grid-row-start: 2;
  grid-row-end: 4;
  grid-column-start: 1;
  grid-column-end: 3;
}
.number .item03-04 .number-item-ttl,
.number .item03-04 .number-detail,
.number .item03-04 .number-detail-note {
  text-align: center;
}
.number .item03-04 .chart-wrap {
  width: 350px;
}
.number .item03-04 .chart-wrap .chart-txt {
  justify-content: center;
}
.number .item03-04 .chart-item {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .number .item03-04 .number-detail.chart-layer {
    font-size: 23rem;
  }
}
@media screen and (max-width: 767px) {
  .number .item03-04 .chart-wrap {
    width: 88%;
  }
  .number .item03-04 .chart-wrap .chart-txt {
    justify-content: center;
  }
}
.number .item04-01 .number-item-ttl,
.number .item04-01 .number-detail,
.number .item04-01 .number-detail-note,
.number .item04-01 .number-detail-note-black {
  text-align: center;
}
.number .item04-01 .number-detail {
  text-align: center;
}
.number .item04-01 .number-detail span:first-of-type {
  margin-right: 0.8em;
  margin-left: 0;
}
.number .item04-01 .number-detail span:last-of-type {
  margin-left: 0.8em;
}
@media screen and (max-width: 767px) {
  .number .item04-01 .number-detail span:first-of-type {
    margin-right: 0.2em;
  }
  .number .item04-01 .number-detail span:last-of-type {
    margin-left: 0.2em;
  }
}
.number .item04-02 {
  text-align: center;
}
.number .item04-02 figure {
  width: 90%;
}
.number .item04-02 .number-detail-txt {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .number .item04-02 figure {
    width: 100%;
  }
}
.number-grid01 {
  grid-template-columns: 2fr 1fr;
  grid-gap: 20px;
}
.number-grid02 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.number-grid03 {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  grid-gap: 20px;
}
.number-grid04 {
  grid-template-columns: 1fr 2fr;
  grid-gap: 20px;
}
.item-empty {
  position: relative;
  display: flex;
  padding: 0;
  overflow: hidden;
}
.item-empty .item-wrap {
  position: absolute;
  top: -12%;
  left: 0;
  width: 120%;
  height: 120%;
}
.item-empty .item-wrap > ul {
  transform: rotate(-20deg);
}
.item-empty .item-wrap > ul > li {
  margin-bottom: 20px;
}
.item-empty .item-wrap > ul > li ul {
  display: flex;
}
.item-empty .item-wrap > ul > li ul li {
  backface-visibility: hidden;
  will-change: transform;
}
.item-empty .item-wrap > ul > li ul img {
  width: 1300px;
  max-width: initial;
}
.item-empty .item-wrap > ul > li:nth-child(odd) ul li:nth-of-type(1) {
  animation: number-empty01-01 48s -24s linear infinite;
}
.item-empty .item-wrap > ul > li:nth-child(odd) ul li:nth-of-type(2) {
  animation: number-empty01-02 48s linear infinite;
}
.item-empty .item-wrap > ul > li:nth-child(even) ul li:nth-of-type(1) {
  animation: number-empty02-01 48s -24s linear infinite;
}
.item-empty .item-wrap > ul > li:nth-child(even) ul li:nth-of-type(2) {
  animation: number-empty02-02 48s linear infinite;
}
.item-empty .item-wrap > ul > li:nth-child(3) {
  margin-left: -50%;
}
@media screen and (max-width: 767px) {
  .item-empty {
    display: none!important;
    margin: 0!important;
  }
}
@keyframes number-empty01-01 {
  0% {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes number-empty01-02 {
  0% {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes number-empty02-01 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes number-empty02-02 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* ============================================================
 career - hr
============================================================ */
.hr-head .lead-wrap {
  margin-top: 50px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .hr-head .lead-wrap {
    margin-bottom: 80px;
  }
}
.hr .container:first-of-type {
  margin-top: 0;
}
.hr .hr-txt {
  font-size: 1.4rem;
  margin-bottom: 0.8em;
}
.hr .hr-employee-program {
  margin-top: 40px;
  display: flex;
}
.hr .hr-employee-program dt {
  flex: 1;
}
.hr .hr-employee-program dd {
  width: 31.5%;
  margin-left: 4.7%;
}
.hr .border-cont-column-wrap {
  margin-top: 50px;
}
.hr .border-cont-column-wrap li {
  width: 48.7%;
  padding: 40px 30px;
}
.hr .border-cont-column-wrap .hr-ttl {
  text-align: center;
  margin-top: 30px;
}
.hr .border-cont-column-wrap .hr-txt {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .hr .border-cont-column-wrap {
    margin-top: 35px;
    margin-bottom: 50px;
  }
  .hr .border-cont-column-wrap li {
    width: 100%;
    padding: 30px 4.5%;
  }
  .hr .border-cont-column-wrap .hr-ttl {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hr .scroll-area {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .hr .lead-main-txt + p {
    margin-bottom: 80px;
  }
  .hr .scroll-area .gray-bg {
    width: 210%;
  }
  .hr .hr-txt {
    font-size: 1.3rem;
  }
  .hr .hr-employee-program {
    margin-top: 30px;
    display: flex;
    flex-flow: column-reverse;
  }
  .hr .hr-employee-program dt {
    flex: initial;
    width: 100%;
  }
  .hr .hr-employee-program dd {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.red-label {
  margin-top: 80px;
  margin-bottom: 40px;
}
.red-label span {
  display: inline-block;
  padding: 0.5em 1em;
  background: #CA2424;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
.red-label.en {
  font-size: 1.8rem;
  font-weight: 400;
}
.red-label:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .red-label {
    margin-top: 50px;
    margin-bottom: 25px;
  }
  .red-label span {
    font-size: 1.3rem;
  }
}
.hr-ttl {
  margin-top: 40px;
  margin-bottom: 0.65em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #CA2424;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .hr-ttl {
    font-size: 1.5rem;
  }
}
.hr-detail-ttl {
  margin-top: 20px;
  margin-bottom: 0.65em;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #CA2424;
}
@media screen and (max-width: 767px) {
  .hr-detail-ttl {
    font-size: 1.5rem;
  }
}
.hr-icon {
  width: auto;
  height: 80px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hr-icon {
    height: 60px;
  }
}
.welfare-list .border-cont-wrap {
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.welfare-list .border-cont-wrap:first-child {
  margin-top: 70px;
}
.welfare-list .hr-welfare-ttl {
  margin-top: 5px;
  margin-bottom: 0.5em;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .welfare-list .border-cont-wrap {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .welfare-list .border-cont-wrap:first-child {
    margin-top: 35px;
  }
  .welfare-list .hr-welfare-ttl {
    font-size: 1.6rem;
  }
}
/* ============================================================
 business - about
============================================================ */
.business-head .lead-wrap {
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .business-head .lead-wrap {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.business .local-nav {
  margin-top: 80px;
  margin-bottom: 120px;
}
.business .local-nav ul li {
  margin: 0 1%;
}
.business .page-second-ttl {
  margin-bottom: 30px;
}
.business .page-second-ttl + p {
  margin-bottom: 70px;
}
.business .red-label {
  margin-bottom: 20px;
}
.business .about-large-img {
  margin-bottom: 40px;
}
.business .product {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.business .about-detail-ttl {
  margin-top: 50px;
  margin-bottom: 30px;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .business .about-large-img.acerola {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .business .local-nav {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  .business .local-nav.scroll-area ul > li {
    min-width: 16em;
  }
  .business .red-label {
    margin-bottom: 15px;
  }
  .business .about-large-img {
    margin-bottom: 20px;
  }
  .business .about-detail-ttl {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .business .cont-wrap .scroll-area figure {
    width: 148%;
  }
}
.about-acerola-use {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: -40px;
}
.about-acerola-use-ttl {
  margin-bottom: 0.7em;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1;
}
.about-acerola-use li {
  display: flex;
  flex-flow: column;
  align-items: center;
  margin: 0 1.8% 40px 1.8%;
}
.about-acerola-use img {
  width: auto;
  height: 85px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-acerola-use {
    display: block;
    margin-bottom: -20px;
  }
  .about-acerola-use-ttl {
    font-size: 1.3rem;
  }
  .about-acerola-use li {
    align-items: flex-start;
    margin: 0 0 20px 0;
  }
  .about-acerola-use img {
    height: 75px;
  }
}
.about-overseas {
  display: block;
}
.about-overseas dt {
  margin-left: 20px;
  padding: 10px;
  width: calc(40.8% + 20px);
  float: right;
  background: #ECECED;
}
.about-overseas:after {
  content: '';
  display: block;
  clear: both;
}
@media screen and (max-width: 767px) {
  .about-overseas {
    display: flex;
    flex-flow: column-reverse;
  }
  .about-overseas dd {
    flex: initial;
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .about-overseas dt {
    width: 100%;
    margin-left: 0;
  }
}
/* ============================================================
 business - frozen
============================================================ */
.frozen .cont-wrap {
  background: #fff;
  margin: 20px 0;
  padding: 60px;
}
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-before {
  background: #fff;
}
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-after {
  display: flex;
  flex-flow: column;
}
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-after:before,
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-after:after {
  content: "";
  width: 100%;
  flex: 1;
  background: #fff;
}
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-after:before {
  margin-bottom: 10px;
}
.frozen.grid-bg .cont-wrap:nth-child(odd) .grid-after:after {
  margin-top: 10px;
}
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-before {
  display: flex;
  flex-flow: column;
}
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-before:before,
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-before:after {
  content: "";
  width: 100%;
  flex: 1;
  background: #fff;
}
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-before:before {
  margin-bottom: 10px;
}
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-before:after {
  margin-top: 10px;
}
.frozen.grid-bg .cont-wrap:nth-child(even) .grid-after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .frozen .cont-wrap {
    padding: 30px;
  }
}
.frozen-cont {
  display: flex;
}
.frozen-cont > dt {
  flex: 1;
  margin-right: 4.8%;
}
.frozen-cont > dd {
  width: 48.5%;
}
.frozen-cont-ttl {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  color: #CA2424;
}
.frozen-cont-ttl > dt {
  font-family: 'Neuton', serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: 10em;
  line-height: 1;
  letter-spacing: 0;
  margin-top: -0.18em;
}
.frozen-cont-ttl > dd {
  margin-left: 2em;
}
.frozen-cont-ttl > dd h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
}
.frozen-cont-txt {
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 950px) {
  .frozen-cont {
    display: block;
  }
  .frozen-cont > dt {
    flex: initial;
    width: 100%;
    margin-right: 0;
  }
  .frozen-cont .sp {
    display: block!important;
  }
  .frozen-cont > dd {
    display: none;
  }
  .frozen-cont figure {
    margin: 0 auto 25px auto;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .frozen-cont-ttl {
    margin-bottom: 20px;
  }
  .frozen-cont-ttl > dt {
    font-size: 6em;
  }
  .frozen-cont-ttl > dd {
    margin-left: 1.2em;
  }
  .frozen-cont-ttl > dd h2 {
    font-size: 1.8rem;
  }
  .frozen-cont figure {
    width: 100%;
  }
}
