@charset "UTF-8";
/* --------------- variables --------------------- */
/* Break Point */
/* Color */
/*サイトで使う黒カラー*/
/* メインカラー*/
/* font */
/* margin */
/* other */
/*transition-timing-function*/
body {
  background: #f7f7f7;
}
img {
  max-width: 100%;
}

.inner {
  margin: 0 auto;
}
.block:last-child {
  margin-bottom: 0;
}
.block .block {
  margin-top: 30px;
}

.pic img {
  display: block;
  margin: auto;
}

.bg_wht {
  background: #fff;
}

.breadcrumb_list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  font-weight: 500;
  color: #b7121f;
}
.breadcrumb_list span:first-child a:before {
  display: none;
}
.breadcrumb_list span:last-child span:before {
  content: ">";
  margin: 0 5px;
}
.breadcrumb_list a {
  color: #000;
  text-decoration: none;
}
.breadcrumb_list a:before {
  content: ">";
  margin: 0 5px;
}
.breadcrumb_list a:hover {
  opacity: 0.7;
}

.hero_in {
  display: flex;
  flex-wrap: wrap;
}
.hero .page_name {
  font-weight: 500;
}
.hero .page_name .eng {
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #b7121f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero .page_name .eng:after {
  content: "";
  height: 2px;
  background: currentColor;
}
.hero .page_name .jp {
  color: #b7121f;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.hero .page_name .jp:after {
  content: "";
  height: 2px;
  background: currentColor;
}
.hero_img {
  overflow: hidden;
  width: 100%;
}
.hero_img img {
  width: 100%;
}

.container {
  margin: 0 auto;
}
.container .side_nav {
  width: 245px;
  margin-right: 5%;
  flex-shrink: 0;
  position: sticky;
  top: 125px;
}
.container .side_nav.fixed {
  position: fixed;
  top: 125px;
}
.container .content img {
  height: auto;
}
.side_nav_title {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 2px solid #b7121f;
}
.side_nav_list li {
  font-size: 15px;
  border-bottom: 1px solid #d2d2d2;
}
.side_nav_list li a {
  display: block;
  padding: 1.5em 1em;
  position: relative;
  color: #666666;
  text-decoration: none;
}
.side_nav_list li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #b7121f;
  border-bottom: 1px solid #b7121f;
  position: absolute;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
.side_nav_list li a:hover {
  color: #b7121f;
  background: rgba(216, 216, 216, 0.2);
}
.side_nav_list li.current a {
  color: #b7121f;
  background: rgba(216, 216, 216, 0.2);
  pointer-events: none;
}

/** TYPOGRAPHY **/
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

.t-bold {
  font-weight: 700 !important;
}

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

.t-eng {
  font-family: "Merriweather", serif;
}

.c-red {
  color: #b7121f !important;
}

h1:not([class]) .eng {
  display: none;
}

.h2 {
  padding-bottom: 0.5em;
  font-weight: 500;
}
.h2:first-child {
  margin-top: 0;
}
.h2 span {
  font-family: "Merriweather", serif;
  color: #b7121f;
  font-weight: 700;
  margin-left: 1em;
}

.h2_02 {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.h2_02:first-child {
  margin-top: 0;
}

.h2_03 {
  font-weight: 500;
  letter-spacing: 0.01em;
}
.h2_03:first-child {
  margin-top: 0;
}

.h3 {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  border-left: 4px solid #b7121f;
}
.h3:first-child {
  margin-top: 0;
}

.h3_02 {
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  position: relative;
  color: #b7121f;
}
.h3_02:first-child {
  margin-top: 0;
}
.h3_02:before {
  content: "";
  background: currentColor;
  position: absolute;
  top: 0.8em;
  left: 0;
}

.h3_serif {
  font-family: "Noto Serif", serif;
  font-weight: 700;
}
.h3_serif:first-child {
  margin-top: 0;
}
.h3_serif + p {
  margin-top: 20px;
}

.h4 {
  color: #404040;
  letter-spacing: 0.01em;
}
.h4:first-child {
  margin-top: 0;
}
.h4 + p {
  margin-top: 20px;
}

.interview_title {
  font-weight: 500;
  letter-spacing: 0.02em;
}
.interview_title:after {
  content: "";
  background: #b7121f;
  display: inline-block;
  vertical-align: middle;
}

.anchor:first-child {
  margin-top: 0;
}
.anchor ul {
  display: flex;
  flex-wrap: wrap;
}
.anchor ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.anchor ul li a {
  background: #b7121f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  text-decoration: none;
}
.anchor ul li a:before {
  content: "";
  border-left: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(-45deg);
}
.anchor ul li a:hover {
  opacity: 0.7;
}

.col1 p {
  margin-top: 15px;
}

.col2 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.col2 p {
  margin-top: 15px;
}

.col3 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.col3 p {
  margin-top: 15px;
}

.ytube {
  width: 100%;
  height: auto;
  min-height: 150px;
  aspect-ratio: 16/9;
}

.door_link {
  display: block;
  color: #000;
  text-decoration: none;
}
.door_link .pic {
  overflow: hidden;
  box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
  position: relative;
}
.door_link .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  opacity: 0;
}
.door_link .pic:after {
  content: "MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  opacity: 0;
}
.door_link .pic img {
  width: 100%;
}
.door_link .ttl {
  font-weight: 500;
  position: relative;
  line-height: 1.5;
}
.door_link .ttl:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7121f;
  border-bottom: 2px solid #b7121f;
  position: absolute;
  left: 0;
  top: 11px;
  transform: rotate(-45deg);
}
.door_link .txt {
  line-height: 1.75;
}
.door_link:hover .pic:before, .door_link:hover .pic:after {
  opacity: 1;
}

.faq_dl {
  border-bottom: 1px solid #e0e0e0;
}
.faq_dl + .faq_dl {
  margin-top: 0;
}
.faq_dl:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.faq_dl dt {
  display: flex;
  align-items: center;
  letter-spacing: 0.075em;
  position: relative;
  cursor: pointer;
}
.faq_dl dt:before {
  content: "Q";
  background: #b7121f;
  color: #fff;
  text-align: center;
  flex-shrink: 0;
}
.faq_dl dt span {
  position: absolute;
  right: 0;
}
.faq_dl dt span:before, .faq_dl dt span:after {
  content: "";
  background: #b7121f;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: all 0.4s;
}
.faq_dl dt span:after {
  transform: rotate(90deg);
}
.faq_dl dt.open span:after {
  transform: rotate(0);
}
.faq_dl dd {
  position: relative;
  display: none;
}
.faq_dl dd:before {
  content: "A";
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.faq_dl dd span {
  display: block;
  background: #fff;
}

.dl,
.dl2 {
  border-bottom: 1px solid #e0e0e0;
}
.dl + .dl, .dl + .dl2,
.dl2 + .dl,
.dl2 + .dl2 {
  margin-top: 0;
}
.dl:first-of-type,
.dl2:first-of-type {
  border-top: 1px solid #e0e0e0;
}
.dl.noBorder,
.dl2.noBorder {
  border-top: none;
  padding-top: 0;
}
.dl dt,
.dl2 dt {
  font-weight: 500;
}
.dl dd a,
.dl2 dd a {
  color: #005c8a;
}
.dl dd a[target=_blank],
.dl2 dd a[target=_blank] {
  text-decoration: none;
}
.dl dd a:hover,
.dl2 dd a:hover {
  opacity: 0.7;
}
.dl dd ol,
.dl2 dd ol {
  list-style: none;
}
.dl dd ol ul,
.dl2 dd ol ul {
  padding-left: 1em;
}
.dl dd ol ul li,
.dl2 dd ol ul li {
  list-style: square;
  list-style-position: inside;
}
.dl dd ol ol,
.dl2 dd ol ol {
  margin: 1em 0;
}

ul.list {
  line-height: 1.85;
  letter-spacing: 0.075em;
}
ul.list li {
  position: relative;
  margin-bottom: 1em;
}
ul.list li:last-child {
  margin-bottom: 0;
}
ul.list li:before {
  content: "";
  background: #b7121f;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

ol.list {
  line-height: 1.85;
  letter-spacing: 0.075em;
  list-style-position: inside;
}
ol.list li:last-child {
  margin-bottom: 0;
}

.btn {
  display: inline-block;
  border-radius: 50px;
  background: #b7121f;
  border: 2px solid #b7121f;
  color: #fff;
  text-align: center;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
}
.btn:hover {
  background: #fff;
  color: #b7121f;
}
.btn .arrow {
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: currentColor;
}
.btn .arrow:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent currentColor;
  position: absolute;
  right: 0;
  bottom: 1px;
}
.btn .arrow.back {
  right: auto;
  transform: scale(-1, 1);
}
.btn.size_s .arrow.back {
  right: auto;
}
.btn.bg_red {
  background: #b7121f;
  border-color: #b7121f;
}
.btn.bg_red:hover {
  background: #fff;
  color: #b7121f;
}
.btn.bg_wht {
  background: #fff;
  border-color: #fff;
  color: #b7121f;
  border: 2px solid #b7121f;
}
.btn.bg_wht:hover {
  background: #b7121f;
  color: #fff;
  border: 2px solid #b7121f;
}
.btn.bd_red {
  border-color: #b7121f;
}
.btn.icon:before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
}
.btn.icon.icon_dl:before {
  background: url(../images/common/icon_dl.svg) no-repeat center/contain;
  vertical-align: bottom;
}
.btn.icon.icon_dl:hover:before {
  background: url(../images/common/icon_dl_red.svg) no-repeat center/contain;
}

.link {
  color: #005c8a;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagenation a, .pagenation span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background: #fff;
  border: 1px solid #b7121f;
  color: #000;
  text-decoration: none;
}
.pagenation .prev {
  width: auto;
}
.pagenation .prev:before {
  content: "";
  border-left: 1px solid #b7121f;
  border-bottom: 1px solid #b7121f;
  transform: rotate(45deg);
}
.pagenation .next {
  width: auto;
}
.pagenation .next:after {
  content: "";
  border-right: 1px solid #b7121f;
  border-bottom: 1px solid #b7121f;
  transform: rotate(-45deg);
}
.pagenation .current {
  background: #b7121f;
  color: #fff;
}
.pagenation .extend {
  border: 0;
  background: none;
  height: auto;
}
.pagenation a:hover {
  opacity: 0.7;
}

.commonTable {
  width: 100%;
  border-collapse: collapse;
  border-spacing: inherit;
  border: 1px solid #e0e0e0;
}
.commonTable.table_font14 th {
  font-size: 14px;
  padding: 10px;
}
.commonTable.table_font14 td {
  font-size: 14px;
}
.commonTable.table_center th, .commonTable.table_center td {
  text-align: center;
}
.commonTable th {
  background-color: rgba(216, 216, 216, 0.2);
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
}
.commonTable th.sub {
  background-color: #fbfbfb;
}
.commonTable th.required {
  position: relative;
  vertical-align: middle;
}
.commonTable th.required:after {
  content: "必須";
  background-color: #cf0000;
  color: #fff;
  font-size: 14px;
  padding: 4px 8px;
  line-height: 1;
  display: inline-block;
  float: right;
  margin-right: -35px;
}
.commonTable th.null {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  background-color: #fff;
}
.commonTable td {
  padding: 12px;
  border-bottom: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  background-color: #fff;
  word-break: break-all;
}
.commonTable td *:last-child {
  margin-bottom: 0;
}
.commonTable td *:first-child {
  margin-top: 0;
}
.commonTable td .kome {
  display: block;
  font-size: 14px;
  margin-top: 5px;
}
.commonTable td .category {
  width: 130px;
  display: inline-block;
}
.commonTable td .subtxt {
  width: 43px;
  display: inline-block;
  text-align: right;
  padding-right: 10px;
}
.commonTable td.null {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.scrollTable {
  overflow: auto;
}
.scrollTable table {
  margin-top: 0;
}

.scrolltext {
  font-size: 12px;
  display: block;
  text-align: right;
  margin: 20px 0 10px;
}

.ytWrap .ytWrap_inner {
  position: relative;
  padding-bottom: 56.25%;
}
.ytWrap iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#sitemap .hero + .section,
#privacy .hero + .section,
#policy .hero + .section {
  padding-top: 0;
}
#sitemap .hero h1,
#privacy .hero h1,
#policy .hero h1 {
  padding-bottom: 15px;
  position: relative;
}
#sitemap .hero h1:after,
#privacy .hero h1:after,
#policy .hero h1:after {
  content: "";
  height: 2px;
  background: #b7121f;
  position: absolute;
  left: 3px;
  bottom: 0px;
}

.sitemap .inner a {
  color: #000;
  text-decoration: none;
}
.sitemap .inner a:hover {
  text-decoration: underline;
}

#contact {
  position: relative;
  z-index: 2;
}
#contact .hero h1 .eng {
  font-family: "Merriweather", serif;
  color: #b7121f;
  font-weight: 700;
  font-style: italic;
  display: block;
}
#contact .hero h1 .jp {
  font-weight: 500;
  letter-spacing: 0.02em;
}

section.no_sidemenu .inner .block:first-child {
  margin-top: 0;
}

article#entry,
article#graduate {
  background-image: none;
}

body.second article.recruit_container {
  background-image: none;
}

.rec_f1 li a[target=_blank],
.f_btm_menu li a[target=_blank] {
  padding-right: 20px;
  background: url(../images/recruit/blank_w.png) no-repeat right top;
}

a.anc {
  position: relative;
}

section .h2 + .philosophy_txt {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}

section .h2 + .vision_txt {
  text-align: center;
  font-weight: bold;
  font-family: "Noto Serif", serif;
}

.preBox {
  background: #eff0f4;
  border: 1px solid #1e1e20;
  padding: 15px;
  box-sizing: border-box;
  clear: both;
  overflow: hidden;
  margin-top: 30px;
  font-family: Arial, sans-serif;
  line-height: 1.8;
}

.preBox pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

#sample {
  padding-bottom: 150px;
}

#company {
  position: relative;
  z-index: 2;
}
#company .hero h1 .eng {
  font-family: "Merriweather", serif;
  color: #b7121f;
  font-weight: 700;
  font-style: italic;
  display: block;
}
#company .hero h1 .jp {
  font-weight: 500;
  letter-spacing: 0.02em;
}
#company .hero .lead {
  width: 100%;
}
#company .hero .lead h2 {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.06em;
  font-weight: 900;
}
#company .hero .lead h2 span {
  color: #b7121f;
}
#company .company_list_item:nth-of-type(1) {
  margin-top: 0;
}
#company .company_list_item a {
  display: block;
  color: #000;
  text-decoration: none;
}
#company .company_list_item a:hover .pic:before, #company .company_list_item a:hover .pic:after {
  opacity: 1;
}
#company .company_list_item .pic {
  overflow: hidden;
  box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
  position: relative;
}
#company .company_list_item .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  opacity: 0;
}
#company .company_list_item .pic:after {
  content: "MORE";
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  color: #fff;
  transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  opacity: 0;
}
#company .company_list_item .pic img {
  width: 100%;
}
#company .company_list_item h2 {
  font-weight: 500;
  position: relative;
}
#company .company_list_item h2:before {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #b7121f;
  border-bottom: 2px solid #b7121f;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
#message {
  overflow: hidden;
}
#message .message_container {
  position: relative;
}
#message .message_container:before {
  content: "";
  background: url(../images/company/message/bg_logo.png) no-repeat center/contain;
  position: absolute;
}
#message .message_container h2 {
  font-family: "Noto Serif", serif;
  font-weight: 700;
  line-height: 1.7142857143;
}
#message .message_container p.pic {
  overflow: hidden;
}
#message .message_container p.pic img {
  display: block;
}
#message .message_container p.name {
  text-align: right;
  font-family: "Noto Serif", serif;
}
#message .message_container p.name img {
  display: inline-block;
  vertical-align: text-bottom;
}

#profile .overview .dl:first-of-type {
  border-top: none;
}
#profile .overview .dl dd dl dt {
  width: 60px;
  flex-shrink: 0;
}
#profile .sales img {
  max-width: 100%;
}
#profile .history_list {
  position: relative;
}
#profile .history_list:before {
  content: "";
  width: 2px;
  background: #e0e0e0;
  position: absolute;
}
#profile .history_list li {
  position: relative;
}
#profile .history_list li:before {
  content: "";
  background: #b7121f;
  border-radius: 50%;
  position: absolute;
}
#profile .history_list li:last-child {
  margin-bottom: 0;
}
#profile .history_list li dl dt {
  font-weight: 500;
}
#newsList {
  position: relative;
  z-index: 2;
}
#newsList .hero h1 .eng {
  font-family: "Merriweather", serif;
  color: #b7121f;
  font-weight: 700;
  font-style: italic;
  display: block;
}
#newsList .hero h1 .jp {
  font-weight: 500;
  letter-spacing: 0.02em;
}
#newsList .hero .lead {
  width: 100%;
}
#newsList .hero .lead h2 {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.06em;
}
#newsList .hero .lead h2 span {
  color: #b7121f;
}
#newsList .news_list {
  background: #fff;
}
#newsList .news_list li {
  border-bottom: 1px solid #e0e0e0;
}
#newsList .news_list li:last-child {
  border-bottom: 0;
}
#newsList .news_list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #111111;
  position: relative;
}
#newsList .news_list li a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 1px solid #b7121f;
  border-bottom: 1px solid #b7121f;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-45deg);
}
#newsList .news_list li a time {
  flex-shrink: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}
#newsList .news_list li a .cat {
  flex-shrink: 0;
  min-width: 96px;
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  color: #b7121f;
  border-radius: 50px;
  border: 1px solid #b7121f;
  text-align: center;
}
#newsList .news_list li a .ttl {
  transition: all 0.4s;
}
#newsList .news_list li a:hover .ttl {
  text-decoration: underline;
  color: #b7121f;
}

#newsDetail .hero .date {
  text-align: right;
}
#newsDetail .hero .date time {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.02em;
}
#newsDetail .hero .date .cat {
  font-weight: 500;
  font-size: 12px;
  line-height: 1;
  color: #b7121f;
  border: 1px solid currentColor;
  border-radius: 50px;
}
#newsDetail .news_detail {
  position: relative;
  z-index: 2;
}
#newsDetail .news_detail:before {
  content: "";
  background: url(../images/news/bg_logo.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
}
#plant-engineering {
  position: relative;
  z-index: 2;
}
#plant-engineering .hero h1 .eng {
  font-family: "Merriweather", serif;
  color: #b7121f;
  font-weight: 700;
  font-style: italic;
  display: block;
}
#plant-engineering .hero h1 .jp {
  font-weight: 500;
  letter-spacing: 0.02em;
}
#plant-engineering .hero .lead {
  width: 100%;
}
#plant-engineering .hero .lead h2 {
  font-family: "Noto Serif", serif;
  letter-spacing: 0.06em;
}
#plant-engineering .hero .lead h2 span {
  color: #b7121f;
}
#recruit .recruit_title,
.bottom_entry_links .recruit_title {
  text-align: center;
  color: #b7121f;
  font-weight: 900;
  position: relative;
}
#recruit .recruit_title:before,
.bottom_entry_links .recruit_title:before {
  content: "";
  background: url(../images/recruit/title_img.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 50%;
}
#recruit .recruit_title .eng,
.bottom_entry_links .recruit_title .eng {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #000;
}

#recruit .mv {
  background: url(../images/recruit/mv_bg.jpg) no-repeat center/cover;
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#recruit .mv_img {
  position: absolute;
  right: 0;
  bottom: 0;
}
#recruit .mv_txt h1 {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.0403225806;
  position: relative;
}
#recruit .mv_txt h1 img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  width: 56.847133758%;
}
#recruit .mv_txt h2 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}
#recruit .lead {
  position: relative;
}
#recruit .lead_txt {
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 2.7586206897;
  font-feature-settings: "palt";
}
#recruit .lead_txt span {
  color: #b7121f;
}
#recruit .know {
  background: #fff;
}
#recruit .interview_list li {
  counter-increment: cnt;
}
#recruit .interview_list li a {
  display: block;
  color: #000;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
}
#recruit .interview_list li a:hover {
  opacity: 0.7;
}
#recruit .interview_list li .thumb {
  position: relative;
}
#recruit .interview_list li .thumb:after {
  content: counter(cnt, decimal-leading-zero);
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  color: #b7121f;
  position: absolute;
  bottom: -0.5em;
  width: 100%;
}
#recruit .interview_list li .thumb img {
  display: block;
  width: 100%;
}
#recruit .interview_list li .txt {
  text-align: center;
}
#recruit .interview_list li .txt h3 {
  font-weight: 500;
  line-height: 1.75;
  border-bottom: 1px solid #b7121f;
}
#recruit .interview_list li .txt p {
  line-height: 1;
}
#recruit .entry,
.recruit_container .entry {
  position: relative;
  background: #fff;
}
#recruit .entry:before,
.recruit_container .entry:before {
  content: "";
  background: url(../images/recruit/entry_bg.png) no-repeat left bottom/contain;
  position: absolute;
  left: 0;
}
#recruit .entry_list,
.recruit_container .entry_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#recruit .entry_list li a,
.recruit_container .entry_list li a {
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
}
#recruit .entry_list li a:hover,
.recruit_container .entry_list li a:hover {
  opacity: 0.7;
}
#recruit .entry_list li .txt,
.recruit_container .entry_list li .txt {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  text-indent: 60px;
  font-weight: 500;
  letter-spacing: -0.01em;
}
#recruit .entry_list li .arrow,
.recruit_container .entry_list li .arrow {
  border: 2px solid #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#recruit .entry_list li .arrow span,
.recruit_container .entry_list li .arrow span {
  background: #fff;
  position: relative;
}
#recruit .entry_list li .arrow span:after,
.recruit_container .entry_list li .arrow span:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  right: 0;
}

.recruit_container .recruit_hero {
  position: relative;
  z-index: 2;
  background: url(../images/recruit/hero.jpg) no-repeat center/cover;
}
.recruit_container .recruit_hero .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.recruit_container .recruit_hero h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.recruit_container .recruit_hero h1 span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.recruit_container .recruit_hero h1 span:before {
  content: "";
  background: url(../images/recruit/title_img.png) no-repeat center/contain;
  position: absolute;
}
.recruit_container .recruit_page_name h2 {
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
}
.recruit_container .recruit_page_name h2:after {
  content: "";
  background: #b7121f;
  position: absolute;
  left: 0;
  bottom: 0;
}
.recruit_container .recruit_page_name + .interview_detail .interview_title {
  margin-top: 0;
}
.recruit_container .know_list li a {
  display: block;
  position: relative;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
}
.recruit_container .know_list li a:hover {
  opacity: 0.7;
}
.recruit_container .know_list li a:before {
  content: "";
  width: 100%;
  background: #b7121f;
  position: absolute;
  bottom: 0;
  left: 0;
}
.recruit_container .know_list li a img {
  width: 100%;
  display: block;
}
.recruit_container .know_list li a h3 {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.recruit_container .know_list li a h3 span {
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.recruit_container section .inner .block:first-child {
  margin-top: 0px;
}

.bottom_entry_links ul a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
}
.bottom_entry_links ul a:hover {
  opacity: 0.75;
}

#graduate .recruit_hero {
  background: url(../images/recruit/hero_graduate.jpg) no-repeat center/cover;
}

#career .recruit_hero {
  background: url(../images/recruit/hero_career.jpg) no-repeat center/cover;
}

#entry .recruit_hero, #form .recruit_hero {
  background: url(../images/recruit/hero_entry.jpg) no-repeat center/cover;
}

#know.recruit_container .recruit_hero {
  background: url(../images/recruit/hero_know.jpg) no-repeat center/cover;
  position: relative;
}

.know-bodytag {
  background: #fff;
}

#know .know_flow {
  background: url(../images/recruit/know/bg.jpg) repeat center;
}
#know .know_flow h2 {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
}
#know .know_flow h2:after {
  content: "";
  background: #b7121f;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
#know .know_flow_container {
  background: #f2f2f2;
}
#know .know_flow_container ol {
  list-style: none;
}
#know .know_flow_container ol li {
  background: #fff;
  display: flex;
  align-items: center;
  position: relative;
  box-shadow: 0px 0px 12px 12px rgba(150, 150, 150, 0.08);
}
#know .know_flow_container ol li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #b7121f transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 20px 0 0 -30px;
}
#know .know_flow_container ol li:last-child {
  margin-bottom: 0;
}
#know .know_flow_container ol li:last-child:after {
  display: none;
}
#know .know_flow_container ol li .num {
  color: #b7121f;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  flex-shrink: 0;
}
#know .know_flow_container ol li .txt h3 {
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
}
.know_head h2 {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.know_head h2:after {
  content: "";
  background: #b7121f;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.know_head .h2_top {
  text-align: center;
  font-weight: bold;
}
.know_head .h2_top span {
  color: #c8091b;
}

.know_sec_green .inner .col dl dt {
  font-weight: bold;
}
.know_contents {
  background: url(../images/recruit/know/bg.jpg) repeat center;
}
.know_contents .gray_box {
  background: #f2f2f2;
}
.know_contents .hukidashi_wrap .huki div.txt p img {
  margin: 15px auto 0;
}
.know_contents .hukidashi_wrap .huki div.txt p.inimg {
  flex-direction: column;
}
.know_contents .hukidashi_wrap .huki.huki_m2 div.txt.fit p {
  width: -moz-fit-content;
  width: fit-content;
}
.know_contents .hukidashi_wrap > .img {
  background: #fff;
  border-radius: 10px;
  text-align: center;
}
.know_contents .hukidashi_wrap > .img.full {
  overflow: hidden;
  padding: 0;
}
.know_contents .hukidashi_wrap > .img.full img {
  width: 100%;
}
.know_contents .hukidashi_wrap > .img.bgNone {
  background: none;
}
.know_contents .hukidashi_wrap > .img.col2 {
  background: none;
  padding: 0;
  border-radius: 0px;
  flex-wrap: nowrap;
}
.know_contents .hukidashi_wrap > .img.col2 .in {
  overflow: hidden;
  border-radius: 10px;
}
.know_contents .hukidashi_wrap > .img.col2 img {
  width: 100%;
}

.know_back {
  text-align: left;
}

.entry_links {
  background: #f2f2f2;
  padding: 50px 0;
}
.entry_links.k_top {
  padding: 0;
}
.know_title {
  position: relative;
  background: url(../images/recruit/hero.jpg) no-repeat center/cover;
}
.know_title h1 {
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.01em;
}
.know_title h1 span.en {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  position: relative;
}
.k_maintenance_hero {
  background: url(../images/recruit/know/main_maintenance.jpg) no-repeat center/cover;
}

.k_construction_hero {
  background: url(../images/recruit/know/main_construction.jpg) no-repeat center/cover;
}

.k_design_hero {
  background: url(../images/recruit/know/main_design.jpg) no-repeat center/cover;
}

#interview.recruit_container .recruit_hero {
  background: url(../images/recruit/hero_interview.jpg) no-repeat center/cover;
}

#interview {
  background: #fff;
}
#interview .interview_list {
  position: relative;
  z-index: 2;
  counter-increment: cnt;
}
#interview .interview_list:before {
  content: attr(data-txt) "";
  color: #f6f6f6;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
#interview .interview_list .pic_box_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .interview_list .txt_box {
  background: #d12f2f;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
}
#interview .interview_list .txt_box:before {
  content: "Episode " counter(cnt, decimal-leading-zero);
  color: #d12f2f;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 15px;
}
#interview .interview_list .txt_box h2 {
  font-weight: 700;
  line-height: 1.5833333333;
}
#interview .interview_list .txt_box p {
  line-height: 1;
}
#interview .interview_list .txt_box .btn.bg_wht:hover {
  background: #d12f2f;
  color: #fff;
}
#interview .interview_list:last-child {
  margin-bottom: 0;
}
#interview .interview_list:nth-of-type(2n):before {
  text-align: right;
}
#interview .interview_list:nth-of-type(2n) .pic_box {
  order: -1;
}
#interview .interview_list:nth-of-type(2n) .txt_box:before {
  left: auto;
  right: 15px;
}
#interview .interview_list #interViewCol3List {
  display: flex;
}
#interview .interview_list #interViewCol3List > li > a {
  position: relative;
  width: 100%;
  height: auto;
  text-decoration: none;
}
#interview .interview_list #interViewCol3List > li > a span.designText {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #f1f1f1;
  position: absolute;
  line-height: 1;
  top: 0;
  z-index: -1;
}
#interview .interview_list #interViewCol3List > li > a .img {
  margin-left: auto;
  overflow: hidden;
}
#interview .interview_list #interViewCol3List > li > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interview .interview_list #interViewCol3List > li > a .text .epsText {
  line-height: 1.4;
  color: #d12f2f;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
}
#interview .interview_list #interViewCol3List > li > a .text .textWrap {
  color: #fff;
  background-color: #d12f2f;
  position: relative;
}
#interview .interview_list #interViewCol3List > li > a .text .textWrap:before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  aspect-ratio: 5/1;
  height: auto;
  transform: translateY(-50%);
}
#interviewDetail .title_box {
  position: relative;
}
#interviewDetail .title_box .pic_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
#interviewDetail .title_box .pic_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interviewDetail .title_box .inner .txt_box {
  background: #d12f2f;
  color: #fff;
  position: relative;
  box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
}
#interviewDetail .title_box .inner .txt_box .num {
  color: #d12f2f;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  left: 15px;
}
#interviewDetail .title_box .inner .txt_box h1 {
  font-weight: 700;
  line-height: 1.5833333333;
}
#interviewDetail .interview_detail:last-child {
  margin-bottom: 0;
}
#interviewDetail .interview_detail_block:last-child {
  margin-bottom: 0;
}
#interviewDetail .interview_detail h3 {
  font-weight: 400;
  font-feature-settings: "palt" 1;
  display: flex;
  align-items: flex-start;
}
#interviewDetail .interview_detail h3 span {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #b7121f;
}
#interviewDetail .interview_detail p {
  line-height: 2.125;
  letter-spacing: 0.02em;
}
#interviewDetail .interview_detail .message_box {
  background: #0fa29a;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#interviewDetail .interview_detail .message_box:before {
  content: "Message";
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.07);
  position: absolute;
}
#interviewDetail .interview_detail .message_box:after {
  content: "";
  background: url(../images/recruit/interview/title_img_transparent.png) no-repeat center/contain;
  position: absolute;
  right: 1%;
}
#interviewDetail .interview_detail .message_box_in {
  position: relative;
  z-index: 2;
}
#interviewDetail .interview_detail .message_box_in:before, #interviewDetail .interview_detail .message_box_in:after {
  content: "";
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
}
#interviewDetail .interview_detail .message_box_in:before {
  left: 0;
}
#interviewDetail .interview_detail .message_box_in:after {
  right: 0;
  transform: scale(-1, 1);
}
#interviewDetail .interview_detail .message_box_frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#interviewDetail .interview_detail .message_box_frame:before, #interviewDetail .interview_detail .message_box_frame:after {
  content: "";
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  position: absolute;
  bottom: 0;
}
#interviewDetail .interview_detail .message_box_frame:before {
  left: 0;
}
#interviewDetail .interview_detail .message_box_frame:after {
  right: 0;
  transform: scale(-1, 1);
}
#interviewDetail .interview_detail .message_box h3 {
  font-weight: 700;
}
#interviewDetail .pageLinkContainer {
  position: relative;
  border-top: 1px solid #e4e4e4;
}
#interviewDetail .pageLinkContainer:before {
  content: "";
  position: absolute;
  background-color: #f7f7f7;
  left: 0;
  bottom: 0;
  width: 100%;
}
#interviewDetail .pageLinkContainer .pageLinkList {
  display: flex;
}
#interviewDetail .pageLinkContainer .pageLinkList > li {
  position: relative;
}
#interviewDetail .pageLinkContainer .pageLinkList > li .prev,
#interviewDetail .pageLinkContainer .pageLinkList > li .next {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  color: #f1f1f1;
  position: absolute;
  line-height: 1;
  top: 0;
}
#interviewDetail .pageLinkContainer .pageLinkList > li .next {
  text-align: right;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a {
  position: relative;
  width: 100%;
  height: auto;
  text-decoration: none;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .text {
  background-color: #d12f2f;
  color: #fff;
  text-align: center;
  position: relative;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .text:before {
  content: "";
  position: absolute;
  background: url(../images/common/arrow.png) no-repeat center/contain;
  aspect-ratio: 5/1;
  height: auto;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .text .epsText {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  line-height: 1;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .text .entryYear {
  line-height: 1;
}
#interviewDetail .pageLinkContainer .pageLinkList > li > a .text .nameText {
  font-weight: 700;
  line-height: 1;
}
#interviewDetail .pageLinkContainer .back_link {
  display: flex;
  justify-content: center;
  margin-bottom: 0 !important;
}

body.interview-bodytag {
  background: #fff;
}

section.form .inner {
  background: #fff;
}
section.form .inner > h2 {
  text-align: center;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.02em;
}
section.form .inner > h2:after {
  content: "";
  background: #b7121f;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
section.form .aform-header {
  display: none;
}
section.form .aform-content dl dt:after {
  font-size: 82%;
  font-weight: normal;
  margin-left: 5px;
  padding: 2px;
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  background: #D92B00;
  vertical-align: text-top;
  content: "任意";
  display: inline;
  background: #aca9a9;
  color: #fff;
  font-weight: bold;
  z-index: 1;
}
section.form .aform-content dl dt .aform-required {
  background: #b7121f;
  color: #fff;
  font-weight: bold;
  z-index: 2;
}
section.form .aform-content dl dd input[type=text],
section.form .aform-content dl dd input[type=email],
section.form .aform-content dl dd input[type=tel],
section.form .aform-content dl dd select, section.form .aform-content dl dd textarea {
  border: 1px solid #555;
  border-radius: 5px;
  font-size: 16px;
  padding: 6px;
}
section.form .aform-content dl.aform-error-list {
  display: block;
}
section.form .aform-content dl.aform-error-list dd {
  margin-left: 40px;
}
section.form .aform-content .aform-checkbox-ul li {
  /* ボックスのスタイル */
  /* 元のチェックボックスを表示しない */
  /* チェックした時のスタイル */
}
section.form .aform-content .aform-checkbox-ul li label {
  padding-left: 30px; /* ラベルの位置 */
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
section.form .aform-content .aform-checkbox-ul li label:before {
  content: "";
  width: 20px; /* ボックスの横幅 */
  height: 20px; /* ボックスの縦幅 */
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 5px;
}
section.form .aform-content .aform-checkbox-ul li input[type=checkbox] {
  display: none;
}
section.form .aform-content .aform-checkbox-ul li input[type=checkbox]:checked + label:before {
  content: "✓"; /* チェックの文字 */
  font-size: 18px; /* チェックのサイズ */
  line-height: 18px;
  color: #b7121f; /* チェックの色 */
  background-color: #fff; /* チェックした時の色 */
  text-align: center;
  border: 1px solid #b7121f;
}
section.form .aform-content .aform-radio-ul li {
  /* ボックスのスタイル */
  /* 元のチェックボックスを表示しない */
  /* チェックした時のスタイル */
}
section.form .aform-content .aform-radio-ul li label {
  padding-left: 30px; /* ラベルの位置 */
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  cursor: pointer;
  position: relative;
}
section.form .aform-content .aform-radio-ul li label:before {
  content: "";
  width: 21px; /* ボックスの横幅 */
  height: 21px; /* ボックスの縦幅 */
  display: inline-block;
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #666;
  border-radius: 20px;
}
section.form .aform-content .aform-radio-ul li input[type=radio] {
  display: none;
}
section.form .aform-content .aform-radio-ul li input[type=radio]:checked + label:before {
  content: "●"; /* チェックの文字 */
  font-size: 12px; /* チェックのサイズ */
  line-height: 20px;
  color: #b7121f; /* チェックの色 */
  border: 1px solid #b7121f;
  position: absolute;
  text-align: center;
}
section.form .aform-content .aform-button-area {
  background: none;
}
section.form .aform-content .aform-button-area input[type=submit],
section.form .aform-content .aform-button-area #aform_btn_submit,
section.form .aform-content .aform-button-area #aform_btn_back {
  display: inline-block;
  border-radius: 50px;
  background: url("../images/common/arrow.png") no-repeat 90% center #b7121f;
  border: 1px solid #b7121f;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
  cursor: pointer;
}
section.form .aform-content .aform-button-area input[type=submit]:hover,
section.form .aform-content .aform-button-area #aform_btn_submit:hover,
section.form .aform-content .aform-button-area #aform_btn_back:hover {
  background: url("../images/common/arrow_r.png") no-repeat 90% center #fff;
  color: #b7121f;
}
section.form .aform-content .aform-button-area #aform_btn_back {
  background: #000;
  border: 1px solid #000;
  color: #fff;
}
section.form .aform-content .aform-button-area #aform_btn_back:hover {
  background: #fff;
  color: #000;
}
section.form form[name=aform-confirm-form] dl dt {
  /*.aform-required{
      display: none;
  }*/
}
section.form form[name=aform-confirm-form] #aform_confirm_msg {
  text-align: center;
  border-top: 1px solid #999;
  padding-top: 20px;
}
section.form .taC {
  text-align: center;
}

div#aform_result {
  color: #000;
}
div#aform_result p + p {
  text-align: center;
  margin-top: 20px;
}
div#aform_result p + p .commonBtn {
  display: inline-block;
  border-radius: 50px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  position: relative;
  transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
  cursor: pointer;
}
div#aform_result p + p .commonBtn:hover {
  background: #fff;
  color: #000;
}

@media screen and (max-width: 980px) {
  body {
    background: #f7f7f7;
  }
  body article p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 16px;
  }
  body article p:first-child {
    margin-top: 0;
  }
  img {
    max-width: 100%;
  }
  .inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .block {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block .block {
    margin-top: 30px;
  }
  .pp_lead {
    margin-top: -30px !important;
    margin-bottom: 40px;
  }
  .pic {
    margin: 16px 0 30px;
  }
  .pic img {
    display: block;
    margin: auto;
  }
  .bg_wht {
    background: #fff;
  }
  .breadcrumb {
    padding-top: 90px;
  }
  .breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 500;
    color: #b7121f;
    font-size: 12px;
    order: -1;
    margin: 0 10px;
  }
  .breadcrumb_list span:first-child a:before {
    display: none;
  }
  .breadcrumb_list span:last-child span:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb_list a:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a:hover {
    opacity: 0.7;
  }
  .hero {
    padding: 40px 0;
  }
  .hero_in {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .hero .page_name {
    font-weight: 500;
    font-size: 24px;
  }
  .hero .page_name .eng {
    font-family: "Merriweather", serif;
    font-style: italic;
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin-top: 15px;
  }
  .hero .page_name .eng:after {
    content: "";
    height: 2px;
    background: currentColor;
    width: 25px;
    margin-left: 7px;
  }
  .hero .page_name .jp {
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    margin: 8px 0 0;
  }
  .hero .page_name .jp:after {
    content: "";
    height: 2px;
    background: currentColor;
    width: 25px;
    margin-left: 7px;
  }
  .hero_img {
    overflow: hidden;
    width: 100%;
    border-radius: 10px;
    margin-top: 40px;
  }
  .hero_img img {
    width: 100%;
  }
  .container {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 80px;
  }
  .container .side_nav {
    width: 245px;
    margin-right: 5%;
    flex-shrink: 0;
    position: sticky;
    top: 125px;
  }
  .container .side_nav.fixed {
    position: fixed;
    top: 125px;
  }
  .container .content img {
    height: auto;
  }
  .container .content > section {
    margin-top: 64px;
  }
  .container .content > section:first-child {
    margin-top: 0px;
  }
  .side_nav_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1em;
    border-bottom: 2px solid #b7121f;
  }
  .side_nav_list li {
    font-size: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .side_nav_list li a {
    display: block;
    padding: 1.5em 1em;
    position: relative;
    color: #666666;
    text-decoration: none;
  }
  .side_nav_list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .side_nav_list li a:hover {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
  }
  .side_nav_list li.current a {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
    pointer-events: none;
  }
  /** TYPOGRAPHY **/
  .t-center {
    text-align: center;
  }
  .t-left {
    text-align: left;
  }
  .t-right {
    text-align: right;
  }
  .t-bold {
    font-weight: 700 !important;
  }
  .t-roboto {
    font-family: "Roboto", sans-serif;
  }
  .t-eng {
    font-family: "Merriweather", serif;
  }
  .c-red {
    color: #b7121f !important;
  }
  h1:not([class]) {
    font-weight: 500;
    font-size: 24px;
  }
  h1:not([class]) .eng {
    display: none;
  }
  .h2 {
    padding-bottom: 0.5em;
    font-weight: 500;
    font-size: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #b7121f;
    border-left: 4px solid #b7121f;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .h2:first-child {
    margin-top: 0;
  }
  .h2 span {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    margin-left: 1em;
    font-size: 12px;
  }
  .h2_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 20px;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .h2_02:first-child {
    margin-top: 0;
  }
  .h2_03 {
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 20px;
    margin-top: 64px;
    margin-bottom: 24px;
  }
  .h2_03:first-child {
    margin-top: 0;
  }
  .h3 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    border-left: 4px solid #b7121f;
    font-size: 18px;
    padding-left: 10px;
    margin-top: 48px;
  }
  .h3:first-child {
    margin-top: 0;
  }
  .h3_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
    color: #b7121f;
    font-size: 18px;
    padding-left: 20px;
    margin-top: 48px;
  }
  .h3_02:first-child {
    margin-top: 0;
  }
  .h3_02:before {
    content: "";
    background: currentColor;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 12px;
    height: 1px;
  }
  .h3_serif {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 18px;
    margin-top: 48px;
  }
  .h3_serif:first-child {
    margin-top: 0;
  }
  .h3_serif + p {
    margin-top: 20px;
  }
  .h4 {
    color: #404040;
    letter-spacing: 0.01em;
    font-size: 15px;
    margin-top: 20px;
  }
  .h4:first-child {
    margin-top: 0;
  }
  .h4 + p {
    margin-top: 20px;
  }
  .interview_title {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 20px;
    margin-bottom: 24px;
    margin-top: 64px;
  }
  .interview_title:after {
    content: "";
    background: #b7121f;
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: 1px;
    margin-left: 15px;
  }
  .anchor {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .anchor:first-child {
    margin-top: 0;
  }
  .anchor + .h2 {
    margin-top: 20px;
  }
  .anchor ul {
    display: flex;
    flex-wrap: wrap;
  }
  .anchor ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    width: 50%;
    padding: 1px 0;
  }
  .anchor ul li:nth-child(2n) {
    border-right: 0;
  }
  .anchor ul li a {
    background: #b7121f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
  }
  .anchor ul li a:before {
    content: "";
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
    width: 9px;
    height: 9px;
    margin-right: 8px;
  }
  .anchor ul li a:hover {
    opacity: 0.7;
  }
  .col1 {
    margin-top: 32px;
  }
  .col1 p {
    margin-top: 15px;
  }
  .col2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    margin-top: 32px;
  }
  .col2 p {
    margin-top: 15px;
  }
  .col3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 30px;
  }
  .col3_item {
    width: 100%;
  }
  .col3_item.sp_full {
    flex-basis: 100%;
  }
  .col3 p {
    margin-top: 15px;
  }
  .sp_col1 {
    display: block;
    gap: 0px;
    margin-top: 32px;
  }
  .sp_col1 > div {
    margin-top: 32px;
  }
  .sp_col1 > div:first-child {
    margin-top: 0;
  }
  .ytube {
    width: 100%;
    height: auto;
    min-height: 150px;
    aspect-ratio: 16/9;
  }
  .door_link {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .door_link .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .door_link .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic img {
    width: 100%;
  }
  .door_link .ttl {
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .door_link .ttl:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(-45deg);
    top: 7px;
  }
  .door_link .txt {
    line-height: 1.75;
    font-size: 16px;
    padding-left: 20px;
    margin-top: 0;
  }
  .door_link:hover .pic:before, .door_link:hover .pic:after {
    opacity: 1;
  }
  .faq_dl {
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    font-size: 14px;
    margin-top: 20px;
  }
  .faq_dl + .faq_dl {
    margin-top: 0;
  }
  .faq_dl:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .faq_dl dt {
    display: flex;
    align-items: center;
    letter-spacing: 0.075em;
    position: relative;
    cursor: pointer;
    padding-right: 15px;
  }
  .faq_dl dt:before {
    content: "Q";
    background: #b7121f;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
    margin-right: 10px;
  }
  .faq_dl dt span {
    position: absolute;
    right: 0;
    width: 16px;
    height: 16px;
    top: 3px;
  }
  .faq_dl dt span:before, .faq_dl dt span:after {
    content: "";
    background: #b7121f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s;
    width: 10px;
    height: 1px;
  }
  .faq_dl dt span:after {
    transform: rotate(90deg);
  }
  .faq_dl dt.open span:after {
    transform: rotate(0);
  }
  .faq_dl dd {
    position: relative;
    display: none;
    padding: 20px 26px 0;
  }
  .faq_dl dd:before {
    content: "A";
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
  }
  .faq_dl dd span {
    display: block;
    background: #fff;
    padding: 15px;
  }
  .dl,
  .dl2 {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
    font-size: 16px;
    line-height: 1.85;
    margin-top: 20px;
  }
  .dl + .dl, .dl + .dl2,
  .dl2 + .dl,
  .dl2 + .dl2 {
    margin-top: 0;
  }
  .dl:first-of-type,
  .dl2:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .dl.noBorder,
  .dl2.noBorder {
    border-top: none;
    padding-top: 0;
  }
  .dl dt,
  .dl2 dt {
    font-weight: 500;
    margin-bottom: 15px;
  }
  .dl dd a,
  .dl2 dd a {
    color: #005c8a;
  }
  .dl dd a[target=_blank],
  .dl2 dd a[target=_blank] {
    text-decoration: none;
  }
  .dl dd a:hover,
  .dl2 dd a:hover {
    opacity: 0.7;
  }
  .dl dd ol,
  .dl2 dd ol {
    list-style: none;
    padding-left: 1em;
    text-indent: -1em;
  }
  .dl dd ol ul,
  .dl2 dd ol ul {
    padding-left: 1em;
  }
  .dl dd ol ul li,
  .dl2 dd ol ul li {
    list-style: square;
    list-style-position: inside;
  }
  .dl dd ol ol,
  .dl2 dd ol ol {
    margin: 1em 0;
  }
  .dl2 dd {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
    font-size: 16px;
    margin-top: 24px;
  }
  ul.list li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 10px;
    margin-bottom: 1em;
  }
  ul.list li:last-child {
    margin-bottom: 0;
  }
  ul.list li:before {
    content: "";
    background: #b7121f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: 0.75em;
  }
  ol.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
    list-style-position: inside;
    font-size: 16px;
    margin-top: 24px;
  }
  ol.list li {
    margin-bottom: 1em;
  }
  ol.list li:last-child {
    margin-bottom: 0;
  }
  section p {
    margin-top: 20px;
  }
  section > .pic_box {
    margin-top: 20px;
  }
  section .h2 + * {
    margin-top: 25px;
  }
  .btn {
    display: inline-block;
    border-radius: 50px;
    background: #b7121f;
    border: 2px solid #b7121f;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    font-size: 16px;
    padding: 15px 5px;
    min-width: 200px;
  }
  .btn:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn .arrow {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: currentColor;
    right: 30px;
    width: 20px;
  }
  .btn .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
    position: absolute;
    right: 0;
    bottom: 1px;
    border-width: 2px 0 0 7px;
  }
  .btn .arrow.back {
    right: auto;
    transform: scale(-1, 1);
    left: 24px;
  }
  .btn.size_s {
    min-width: 180px;
    padding: 15px;
  }
  .btn.size_s .arrow {
    right: 20px;
  }
  .btn.size_s .arrow.back {
    right: auto;
    left: 20px;
  }
  .btn.size_m {
    min-width: 180px;
  }
  .btn.size_l {
    width: 100%;
    font-size: 16px;
    padding: 30px 10px;
  }
  .btn.bg_red {
    background: #b7121f;
    border-color: #b7121f;
  }
  .btn.bg_red:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn.bg_wht {
    background: #fff;
    border-color: #fff;
    color: #b7121f;
    border: 2px solid #b7121f;
  }
  .btn.bg_wht:hover {
    background: #b7121f;
    color: #fff;
    border: 2px solid #b7121f;
  }
  .btn.bd_red {
    border-color: #b7121f;
  }
  .btn.icon:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 6px;
  }
  .btn.icon.icon_dl:before {
    background: url(../images/common/icon_dl.svg) no-repeat center/contain;
    vertical-align: bottom;
  }
  .btn.icon.icon_dl:hover:before {
    background: url(../images/common/icon_dl_red.svg) no-repeat center/contain;
  }
  .link {
    color: #005c8a;
    text-underline-offset: 3px;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    padding: 40px 0;
  }
  .pagenation a, .pagenation span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #b7121f;
    color: #000;
    text-decoration: none;
    width: 24px;
    height: 24px;
  }
  .pagenation .prev {
    width: auto;
    padding: 0 12px;
  }
  .pagenation .prev:before {
    content: "";
    border-left: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    margin-right: 5px;
  }
  .pagenation .next {
    width: auto;
    padding: 0 12px;
  }
  .pagenation .next:after {
    content: "";
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(-45deg);
    width: 6px;
    height: 6px;
    margin-left: 5px;
  }
  .pagenation .current {
    background: #b7121f;
    color: #fff;
  }
  .pagenation .extend {
    border: 0;
    background: none;
    height: auto;
  }
  .pagenation a:hover {
    opacity: 0.7;
  }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    border: 1px solid #e0e0e0;
    margin-top: 16px;
  }
  .commonTable.table_font14 th {
    font-size: 14px;
    padding: 10px;
  }
  .commonTable.table_font14 td {
    font-size: 14px;
  }
  .commonTable.table_center th, .commonTable.table_center td {
    text-align: center;
  }
  .commonTable .fontL {
    font-size: 20px;
    font-weight: bold;
  }
  .commonTable .fontM {
    font-size: 16px;
    font-weight: bold;
  }
  .commonTable .fontS {
    font-size: 14px;
    font-weight: bold;
  }
  .commonTable .small {
    font-size: 0.6em;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 120px;
  }
  .commonTable th {
    background-color: rgba(216, 216, 216, 0.2);
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 5px 10px;
  }
  .commonTable th.sub {
    background-color: #fbfbfb;
  }
  .commonTable th:not(:first-of-type) {
    border-left: 1px solid #e0e0e0;
  }
  .commonTable th.required {
    position: relative;
    vertical-align: middle;
  }
  .commonTable th.required:after {
    content: "必須";
    background-color: #cf0000;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    display: inline-block;
    float: right;
    margin-right: -35px;
  }
  .commonTable th.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
  }
  .commonTable td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
    word-break: break-all;
    padding: 10px 10px;
  }
  .commonTable td *:last-child {
    margin-bottom: 0;
  }
  .commonTable td *:first-child {
    margin-top: 0;
  }
  .commonTable td:not(:first-of-type) {
    border-left: 1px solid #e0e0e0;
  }
  .commonTable td .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .commonTable td .category {
    width: 130px;
    display: inline-block;
  }
  .commonTable td .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  .commonTable td.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .scrollTable {
    overflow: auto;
    margin-top: 16px;
  }
  .scrollTable table {
    white-space: nowrap;
    margin-top: 0;
  }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 10px;
  }
  .ytWrap .ytWrap_inner {
    position: relative;
    padding-bottom: 56.25%;
  }
  .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #sitemap,
  #privacy,
  #policy {
    background: #f7f7f7;
  }
  #sitemap .hero,
  #privacy .hero,
  #policy .hero {
    padding: 35px 0 50px;
  }
  #sitemap .hero + .section,
  #privacy .hero + .section,
  #policy .hero + .section {
    padding-top: 0;
  }
  #sitemap .hero h1,
  #privacy .hero h1,
  #policy .hero h1 {
    padding-bottom: 15px;
    position: relative;
  }
  #sitemap .hero h1:after,
  #privacy .hero h1:after,
  #policy .hero h1:after {
    content: "";
    height: 2px;
    background: #b7121f;
    position: absolute;
    left: 3px;
    bottom: 0px;
    width: 25px;
  }
  iframe.gmap {
    width: 100%;
  }
  .sitemap .inner a {
    color: #000;
    text-decoration: none;
  }
  .sitemap .inner a:hover {
    text-decoration: underline;
  }
  #contact {
    position: relative;
    z-index: 2;
    background: url(../images/company/bg01_sp.jpg) no-repeat top center/100%;
  }
  #contact .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 42px;
  }
  #contact .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 12px;
  }
  section.no_sidemenu {
    padding-bottom: 80px;
  }
  section.no_sidemenu .inner .block:first-child {
    margin-top: 0;
  }
  article#entry,
  article#graduate {
    background-image: none;
  }
  body.second article.recruit_container {
    background-image: none;
  }
  .g_nav_list li a span {
    display: inline-block;
    padding-right: 20px;
    background: url(../images/recruit/blank_w.png) no-repeat right top;
  }
  .rec_f1 li a[target=_blank],
  .f_btm_menu li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank_w.png) no-repeat right top;
  }
  a.anc {
    position: relative;
    top: -30px;
  }
  section.rec_top_common {
    padding: 60px 0;
  }
  section .h2 + .philosophy_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-size: 28px;
  }
  section .h2 + .vision_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-size: 18px;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1e1e20;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  #sample {
    padding-bottom: 150px;
  }
  #company {
    position: relative;
    z-index: 2;
    background: url(../images/company/bg01_sp.jpg) no-repeat top center/100%;
    padding-bottom: 80px;
  }
  #company .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 42px;
  }
  #company .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 14px;
  }
  #company .hero .lead {
    width: 100%;
    margin-top: 30px;
  }
  #company .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-weight: 900;
    font-size: 20px;
    line-height: 1.7777777778;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
  }
  #company .hero .lead h2 span {
    color: #b7121f;
  }
  #company .hero .lead p {
    font-size: 16px;
    line-height: 1.9285714286;
    margin-top: 0;
  }
  #company .company_list_item {
    margin-top: 50px;
  }
  #company .company_list_item:nth-of-type(1) {
    margin-top: 0;
  }
  #company .company_list_item a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #company .company_list_item a:hover .pic:before, #company .company_list_item a:hover .pic:after {
    opacity: 1;
  }
  #company .company_list_item .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
  }
  #company .company_list_item .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic img {
    width: 100%;
  }
  #company .company_list_item h2 {
    font-weight: 500;
    position: relative;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 6px;
  }
  #company .company_list_item h2:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  #company .company_list_item .txt {
    padding-left: 20px;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 0;
  }
  #message {
    overflow: hidden;
    background: #f7f7f7;
  }
  #message .message_container {
    position: relative;
  }
  #message .message_container:before {
    content: "";
    background: url(../images/company/message/bg_logo.png) no-repeat center/contain;
    position: absolute;
    width: 176px;
    height: 116.5px;
    right: 0;
    top: 2%;
  }
  #message .message_container h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 1.7142857143;
    font-size: 22px;
    margin-bottom: 30px;
  }
  #message .message_container p {
    font-size: 16px;
    line-height: 1.8;
  }
  #message .message_container p:nth-of-type(n+2) {
    margin-top: 1.75em;
  }
  #message .message_container p.pic {
    overflow: hidden;
    border-radius: 10px;
  }
  #message .message_container p.pic img {
    display: block;
  }
  #message .message_container p.name {
    text-align: right;
    font-family: "Noto Serif", serif;
    margin-top: 3.5em;
  }
  #message .message_container p.name img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 110px;
    margin: 0 5px 0 12px;
  }
  #profile {
    background: #f7f7f7;
  }
  #profile .overview .dl:first-of-type {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
  }
  #profile .overview .dl dd dl {
    display: flex;
  }
  #profile .overview .dl dd dl dt {
    width: 60px;
    flex-shrink: 0;
  }
  #profile .sales img {
    max-width: 100%;
  }
  #profile .history_list {
    position: relative;
    margin-top: 20px;
  }
  #profile .history_list + .h2 {
    margin-top: 84px;
  }
  #profile .history_list:before {
    content: "";
    width: 2px;
    background: #e0e0e0;
    position: absolute;
    height: calc(100% - 1em + 20px);
    left: 3.5px;
    top: 0.5em;
  }
  #profile .history_list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  #profile .history_list li:before {
    content: "";
    background: #b7121f;
    border-radius: 50%;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 0;
    top: 0.5em;
  }
  #profile .history_list li:last-child {
    margin-bottom: 0;
  }
  #profile .history_list li dl dt {
    font-weight: 500;
    margin-bottom: 10px;
  }
  #newsList {
    position: relative;
    z-index: 2;
    background: url(../images/common/bg01_sp.jpg) no-repeat top center/100%;
  }
  #newsList .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 42px;
  }
  #newsList .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 14px;
  }
  #newsList .hero .lead {
    width: 100%;
    margin-top: 30px;
  }
  #newsList .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-size: 18px;
    line-height: 1.7777777778;
    margin-bottom: 20px;
  }
  #newsList .hero .lead h2 span {
    color: #b7121f;
  }
  #newsList .hero .lead p {
    font-size: 14px;
    line-height: 1.9285714286;
  }
  #newsList .news_list {
    background: #fff;
    padding: 20px;
  }
  #newsList .news_list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 0;
  }
  #newsList .news_list li:last-child {
    border-bottom: 0;
  }
  #newsList .news_list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #111111;
    position: relative;
    flex-wrap: wrap;
    padding-right: 20px;
    font-size: 16px;
  }
  #newsList .news_list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  #newsList .news_list li a time {
    flex-shrink: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    margin-right: 16px;
  }
  #newsList .news_list li a .cat {
    flex-shrink: 0;
    min-width: 96px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #b7121f;
    border-radius: 50px;
    border: 1px solid #b7121f;
    text-align: center;
    padding: 4px;
  }
  #newsList .news_list li a .ttl {
    transition: all 0.4s;
    width: 100%;
    margin-top: 10px;
    line-height: 1.8;
  }
  #newsList .news_list li a:hover .ttl {
    text-decoration: underline;
    color: #b7121f;
    text-underline-offset: 3px;
  }
  #newsDetail {
    background: #f7f7f7;
  }
  #newsDetail .hero .date {
    text-align: right;
  }
  #newsDetail .hero .date time {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
    font-size: 14px;
    margin-right: 10px;
  }
  #newsDetail .hero .date .cat {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #b7121f;
    border: 1px solid currentColor;
    border-radius: 50px;
    padding: 2px 12px;
  }
  #newsDetail .news_detail {
    position: relative;
    z-index: 2;
    font-size: 14px;
  }
  #newsDetail .news_detail:before {
    content: "";
    background: url(../images/news/bg_logo.png) no-repeat center/contain;
    position: absolute;
    z-index: -1;
    width: 176px;
    height: 116.5px;
    right: 0;
    top: 150px;
  }
  #newsDetail .news_detail figure img {
    border-radius: 5px;
  }
  #newsDetail .news_detail figure figcaption {
    margin-top: 10px;
    font-size: 12px;
  }
  #newsDetail .back_link {
    padding: 30px 0 70px;
  }
  #plant-engineering {
    position: relative;
    z-index: 2;
    background: url(../images/plant-engineering/bg01_sp.jpg) no-repeat top center/100%;
    padding-bottom: 80px;
  }
  #plant-engineering .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 42px;
  }
  #plant-engineering .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 14px;
  }
  #plant-engineering .hero .lead {
    width: 100%;
    margin-top: 30px;
  }
  #plant-engineering .hero .lead .pic {
    margin-top: 20px;
  }
  #plant-engineering .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-size: 20px;
    line-height: 1.7777777778;
    margin-bottom: 10px;
    letter-spacing: 0.03em;
  }
  #plant-engineering .hero .lead h2 span {
    color: #b7121f;
  }
  #plant-engineering .hero .lead p {
    font-size: 16px;
    line-height: 1.9285714286;
    margin-top: 0;
  }
  #plant-engineering .door_link .pic {
    margin-bottom: 15px;
  }
  #plant-engineering .door_link .ttl {
    margin-bottom: 6px;
  }
  #plant-engineering .col3 {
    row-gap: 50px;
  }
  #plan .plan_container .block p:nth-of-type(n+2) {
    margin: 30px 0px 0 0px;
  }
  #recruit .recruit_title,
  .bottom_entry_links .recruit_title {
    text-align: center;
    color: #b7121f;
    font-weight: 900;
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
  }
  #recruit .recruit_title:before,
  .bottom_entry_links .recruit_title:before {
    content: "";
    background: url(../images/recruit/title_img.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 50%;
    width: 63px;
    height: 20px;
  }
  #recruit .recruit_title .eng,
  .bottom_entry_links .recruit_title .eng {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 44px;
  }
  #recruit .mv {
    background: url(../images/recruit/mv_bg.jpg) no-repeat center/cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 550px;
    background-position: right bottom;
    background-size: 300% auto;
  }
  #recruit .mv_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    text-align: center;
  }
  #recruit .mv_img img {
    width: 60%;
    margin-left: 9%;
    max-width: 300px;
  }
  #recruit .mv_txt {
    padding-bottom: 240px;
    position: relative;
    z-index: 2;
  }
  #recruit .mv_txt h1 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.0403225806;
    position: relative;
    font-size: 62px;
    margin-bottom: 40px;
  }
  #recruit .mv_txt h1 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 56.847133758%;
    top: 75%;
  }
  #recruit .mv_txt h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 16px;
  }
  #recruit .lead {
    position: relative;
    padding: 75px 0 0px;
    background: url(../images/recruit/lead_bg.jpg) no-repeat center/cover;
    display: flex;
    flex-flow: column;
    overflow: hidden;
  }
  #recruit .lead_img {
    margin-bottom: 40px;
    order: 2;
  }
  #recruit .lead_img img {
    width: 130%;
    max-width: 130%;
    margin-left: -8%;
  }
  #recruit .lead_txt {
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 2.7586206897;
    font-feature-settings: "palt";
    font-size: 20px;
    margin: auto;
    text-align: center;
    line-height: 2.2;
    order: 1;
    margin-bottom: 20px;
  }
  #recruit .lead_txt span {
    color: #b7121f;
  }
  #recruit .know {
    background: #fff;
    padding: 40px 0;
  }
  #recruit .interview {
    padding: 40px 0 50px;
  }
  #recruit .interview_list {
    margin-bottom: 48px;
  }
  #recruit .interview_list li {
    counter-increment: cnt;
    width: 100%;
    margin: 0 auto 60px;
  }
  #recruit .interview_list li:last-child {
    margin-bottom: 0;
  }
  #recruit .interview_list li a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #recruit .interview_list li a:hover {
    opacity: 0.7;
  }
  #recruit .interview_list li .thumb {
    position: relative;
    text-align: center;
  }
  #recruit .interview_list li .thumb:after {
    content: counter(cnt, decimal-leading-zero);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #b7121f;
    position: absolute;
    bottom: -0.5em;
    width: 100%;
    display: block;
    position: relative;
    bottom: inherit;
    font-size: 64px;
    width: 100%;
    text-align: center;
    margin-top: -22px;
  }
  #recruit .interview_list li .thumb img {
    display: block;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  #recruit .interview_list li .txt {
    text-align: center;
    padding: 0 5%;
    margin-top: -5px;
  }
  #recruit .interview_list li .txt h3 {
    font-weight: 500;
    line-height: 1.75;
    border-bottom: 1px solid #b7121f;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  #recruit .interview_list li .txt p {
    line-height: 1;
    font-size: 14px;
  }
  #recruit .btn {
    width: 285px;
    padding: 19px 20px;
    line-height: 1;
  }
  #recruit .entry,
  .recruit_container .entry {
    position: relative;
    background: #fff;
    padding: 110px 0 60px;
    max-width: 600px;
    margin: 0 auto;
  }
  #recruit .entry:before,
  .recruit_container .entry:before {
    content: "";
    background: url(../images/recruit/entry_bg.png) no-repeat left bottom/contain;
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    top: -58px;
  }
  #recruit .entry_list,
  .recruit_container .entry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
  }
  #recruit .entry_list li,
  .recruit_container .entry_list li {
    width: 100%;
  }
  #recruit .entry_list li a,
  .recruit_container .entry_list li a {
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #recruit .entry_list li a:hover,
  .recruit_container .entry_list li a:hover {
    opacity: 0.7;
  }
  #recruit .entry_list li a img,
  .recruit_container .entry_list li a img {
    max-width: 1000%;
    width: 100%;
  }
  #recruit .entry_list li .txt,
  .recruit_container .entry_list li .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-indent: 60px;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 16px;
  }
  #recruit .entry_list li.wide,
  .recruit_container .entry_list li.wide {
    height: 150px;
  }
  #recruit .entry_list li.wide a,
  .recruit_container .entry_list li.wide a {
    height: 100%;
  }
  #recruit .entry_list li.wide img,
  .recruit_container .entry_list li.wide img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
  #recruit .entry_list li.wide .txt,
  .recruit_container .entry_list li.wide .txt {
    justify-content: flex-start;
  }
  #recruit .entry_list li .arrow,
  .recruit_container .entry_list li .arrow {
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    right: 25px;
  }
  #recruit .entry_list li .arrow span,
  .recruit_container .entry_list li .arrow span {
    background: #fff;
    position: relative;
    width: 16px;
    height: 1px;
  }
  #recruit .entry_list li .arrow span:after,
  .recruit_container .entry_list li .arrow span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    border-width: 1px 0 0 4px;
    bottom: 1px;
  }
  .recruit_container .recruit_hero {
    position: relative;
    z-index: 2;
    background: url(../images/recruit/hero.jpg) no-repeat center/cover;
    height: 220px;
  }
  .recruit_container .recruit_hero .inner {
    display: flex;
    align-items: center;
    height: 100%;
    padding-top: 60px;
  }
  .recruit_container .recruit_hero h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 14px;
  }
  .recruit_container .recruit_hero h1 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    font-size: 44px;
    margin-right: 12px;
  }
  .recruit_container .recruit_hero h1 span:before {
    content: "";
    background: url(../images/recruit/title_img.png) no-repeat center/contain;
    position: absolute;
    width: 63px;
    height: 20px;
    top: -20px;
    right: -16px;
  }
  .recruit_container .recruit_page_name .inner {
    padding-top: 10px;
    padding-bottom: 50px;
  }
  .recruit_container .recruit_page_name h2 {
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    font-size: 24px;
    padding-bottom: 10px;
    margin-top: 35px;
  }
  .recruit_container .recruit_page_name h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 21px;
    height: 2px;
  }
  .recruit_container .recruit_page_name + .interview_detail .interview_title {
    margin-top: 0;
  }
  .recruit_container .know_list {
    margin-bottom: 48px;
  }
  .recruit_container .know_list li {
    margin: 0 20px 20px 20px;
  }
  .recruit_container .know_list li:last-child {
    margin-bottom: 0;
  }
  .recruit_container .know_list li a {
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    padding-bottom: 30px;
  }
  .recruit_container .know_list li a:hover {
    opacity: 0.7;
  }
  .recruit_container .know_list li a:before {
    content: "";
    width: 100%;
    background: #b7121f;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 78px;
  }
  .recruit_container .know_list li a img {
    width: 100%;
    display: block;
  }
  .recruit_container .know_list li a h3 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    bottom: 12px;
    font-size: 14px;
  }
  .recruit_container .know_list li a h3 span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-size: 32px;
  }
  .recruit_container section .inner .block:first-child {
    margin-top: 0px;
  }
  .know2 {
    padding: 40px 0 50px;
    background: #fff;
  }
  .know2 .know2in .know2txt p {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .know2 .know2in .know2txt .k_img {
    text-align: center;
    margin-bottom: 48px;
  }
  .know2 .know2in .know2txt .k_img img {
    width: 100%;
    max-width: 500px;
  }
  .interview2 {
    padding: 40px 0 50px;
    background: #f9f9f9;
  }
  .interview2 .interview2in .interview2txt p {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 25px;
    font-size: 16px;
  }
  .interview2 .interview2in .interview2txt .k_img {
    text-align: center;
    margin-bottom: 48px;
  }
  .interview2 .interview2in .interview2txt .k_img img {
    width: 100%;
    max-width: 500px;
  }
  .bottom_entry_links {
    padding: 40px 20px 60px;
    background: #f7f7f7;
  }
  .bottom_entry_links ul li {
    text-align: center;
  }
  .bottom_entry_links ul a {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  .bottom_entry_links ul a:hover {
    opacity: 0.75;
  }
  #graduate .recruit_hero {
    background: url(../images/recruit/hero_graduate.jpg) no-repeat center/cover;
  }
  #career .recruit_hero {
    background: url(../images/recruit/hero_career.jpg) no-repeat center/cover;
  }
  #entry .recruit_hero, #form .recruit_hero {
    background: url(../images/recruit/hero_entry.jpg) no-repeat center/cover;
  }
  #know.recruit_container .recruit_hero {
    background: url(../images/recruit/hero_know.jpg) no-repeat center/cover;
    position: relative;
  }
  .know-bodytag {
    background: #fff;
  }
  .know_index_links {
    box-shadow: 0px 12px 24px 0px rgba(100, 100, 100, 0.1);
    padding-bottom: 10px;
    position: relative;
    z-index: 1;
  }
  #knowDetail {
    background: url(../images/recruit/bg_logo.png) no-repeat right 210px #fff;
    background-size: 60% auto;
  }
  #know {
    background: url(../images/recruit/bg_logo.png) no-repeat right 210px #fff;
    background-size: 60% auto;
  }
  #know .know_flow {
    background: url(../images/recruit/know/bg.jpg) repeat center;
    padding: 48px 0 60px;
    background-size: 100%;
  }
  #know .know_flow h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #know .know_flow h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 2px;
  }
  #know .know_flow_container {
    background: #f2f2f2;
    padding: 20px;
  }
  #know .know_flow_container ol {
    list-style: none;
  }
  #know .know_flow_container ol li {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 12px 12px rgba(150, 150, 150, 0.08);
    flex-wrap: wrap;
    padding: 24px 20px;
    margin-bottom: 60px;
  }
  #know .know_flow_container ol li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #b7121f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 20px 0 0 -30px;
    border-width: 20px 30px 0 30px;
    bottom: -26px;
  }
  #know .know_flow_container ol li:last-child {
    margin-bottom: 0;
  }
  #know .know_flow_container ol li:last-child:after {
    display: none;
  }
  #know .know_flow_container ol li .num {
    color: #b7121f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    font-size: 32px;
    padding-bottom: 5px;
    position: relative;
    margin-bottom: 15px;
    padding-right: 15px;
    width: 100%;
    text-align: left;
  }
  #know .know_flow_container ol li .num:after {
    content: "";
    width: 2px;
    height: 27px;
    background: #b7121f;
    position: absolute;
    top: 0;
    left: 49px;
    margin: auto;
  }
  #know .know_flow_container ol li .txt h3 {
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    font-size: 18px;
    margin-bottom: 24px;
    text-align: left;
    padding-left: 65px;
    margin-top: -50px;
  }
  #know .know_flow_container ol li .txt p {
    font-size: 15px;
    line-height: 1.5;
    margin-top: 0;
  }
  #know .know_flow_container ol li .pic {
    width: 100%;
    margin: 15px auto 0;
  }
  .know_index_head {
    margin-bottom: 40px;
  }
  .know_head h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .know_head h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 2px;
  }
  .know_head p {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
  }
  .know_head .h2_top {
    text-align: center;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .know_head .h2_top span {
    color: #c8091b;
    font-size: 18px;
  }
  .know_sec_green {
    padding-bottom: 20px;
    margin: 30px 0 0;
    box-shadow: 1px 0px 12px 0px rgba(100, 100, 100, 0.1);
    position: relative;
    z-index: 1;
  }
  .know_sec_green .inner .col {
    padding: 20px 0 0;
  }
  .know_sec_green .inner .col:nth-child(1) .img {
    text-align: center;
  }
  .know_sec_green .inner .col:nth-child(2) .img {
    border-top: 1px solid #fff;
    margin-top: 0;
    padding-top: 20px;
    text-align: center;
  }
  .know_sec_green .inner .col:nth-child(2) dl {
    padding-bottom: 5%;
  }
  .know_sec_green .inner .col dl dt {
    font-weight: bold;
    font-size: 18px;
    padding-top: 15px;
  }
  .know_sec_green .inner .col dl dd {
    padding-top: 10px;
  }
  .know_contents {
    background: url(../images/recruit/know/bg.jpg) repeat center;
    padding: 48px 0 60px;
    background-size: 100%;
  }
  .know_contents .gray_box {
    background: #f2f2f2;
    padding: 20px;
  }
  .know_contents .hukidashi_wrap .huki {
    position: relative;
    margin-top: 25px;
  }
  .know_contents .hukidashi_wrap .huki:first-child {
    margin-top: 0;
  }
  .know_contents .hukidashi_wrap .huki div.man {
    width: 50px;
    position: relative;
    z-index: 2;
    top: -15px;
    left: -8px;
  }
  .know_contents .hukidashi_wrap .huki div.man img {
    width: 50px;
  }
  .know_contents .hukidashi_wrap .huki div.txt {
    width: 100%;
  }
  .know_contents .hukidashi_wrap .huki div.txt p {
    width: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #0fa29a;
    border-radius: 10px;
    height: 100%;
    padding: 20px 20px 20px 40px;
    font-size: 15px;
    position: relative;
    margin-top: -50px;
    z-index: 1;
    font-weight: bold;
  }
  .know_contents .hukidashi_wrap .huki div.txt p img {
    margin: 15px auto 0;
  }
  .know_contents .hukidashi_wrap .huki div.txt p.inimg {
    flex-direction: column;
  }
  .know_contents .hukidashi_wrap .huki.huki_m1 div.txt p {
    color: #0fa29a;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.man {
    width: 60px;
    left: -19px;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.man img {
    width: 60px;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.txt p {
    border: 2px solid #b7121f;
    color: #b7121f;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.txt.fit p {
    width: -moz-fit-content;
    width: fit-content;
  }
  .know_contents .hukidashi_wrap > .img {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    padding: 15px;
  }
  .know_contents .hukidashi_wrap > .img.full {
    overflow: hidden;
    padding: 0;
  }
  .know_contents .hukidashi_wrap > .img.full img {
    width: 100%;
  }
  .know_contents .hukidashi_wrap > .img.bgNone {
    background: none;
  }
  .know_contents .hukidashi_wrap > .img.col2 {
    background: none;
    padding: 0;
    border-radius: 0px;
    flex-wrap: nowrap;
  }
  .know_contents .hukidashi_wrap > .img.col2 .in {
    overflow: hidden;
    border-radius: 10px;
    width: 48%;
  }
  .know_contents .hukidashi_wrap > .img.col2 img {
    width: 100%;
  }
  .know_back {
    margin-top: 30px;
    text-align: left;
  }
  .entry_links {
    background: #f2f2f2;
    padding: 50px 0;
    padding-bottom: 80px;
  }
  .entry_links.k_top {
    padding: 0;
  }
  .know_title {
    position: relative;
    background: url(../images/recruit/hero.jpg) no-repeat center/cover;
    height: 220px;
  }
  .know_title .inner {
    padding-top: 105px;
  }
  .know_title h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #b7121f;
    font-size: 14px;
  }
  .know_title h1 span.en {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    font-size: 18px;
  }
  .know_title h1 span.jp {
    display: block;
    color: #fff;
    font-size: 24px;
  }
  .know_title p {
    display: none;
  }
  .k_maintenance_hero {
    background: url(../images/recruit/know/main_maintenance.jpg) no-repeat center/cover;
  }
  .k_construction_hero {
    background: url(../images/recruit/know/main_construction.jpg) no-repeat center/cover;
  }
  .k_design_hero {
    background: url(../images/recruit/know/main_design.jpg) no-repeat center/cover;
  }
  #interview.recruit_container .recruit_hero {
    background: url(../images/recruit/hero_interview.jpg) no-repeat center/cover;
  }
  #interview {
    background: #fff;
  }
  #interview .interview_list {
    position: relative;
    z-index: 2;
    counter-increment: cnt;
    margin-bottom: 80px;
  }
  #interview .interview_list:before {
    content: attr(data-txt) "";
    color: #f6f6f6;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    font-size: 56px;
    top: -40px;
    padding: 0 10px;
  }
  #interview .interview_list .inner {
    width: 100%;
    padding: 0;
  }
  #interview .interview_list .pic_box {
    width: 90%;
    margin-left: auto;
  }
  #interview .interview_list .pic_box_bg {
    position: absolute;
    right: 0;
    top: -20px;
    z-index: -1;
    width: 100%;
    height: 0;
    padding-top: 74.6666666667%;
    display: none;
  }
  #interview .interview_list .pic_box_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #interview .interview_list .txt_box {
    background: #d12f2f;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
    width: 90%;
    padding: 15px;
    margin: -30px 0 0 -1px;
    padding: 25px 30px 25px 30px;
    max-width: 450px;
  }
  #interview .interview_list .txt_box:before {
    content: "Episode " counter(cnt, decimal-leading-zero);
    color: #d12f2f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 15px;
    font-size: 24px;
    top: calc(-1em - 7px);
  }
  #interview .interview_list .txt_box h2 {
    font-weight: 700;
    line-height: 1.5833333333;
    font-size: 20px;
    margin-bottom: 8px;
  }
  #interview .interview_list .txt_box p {
    line-height: 1;
    font-size: 14px;
    margin-top: 0;
  }
  #interview .interview_list .txt_box .btn {
    margin-top: 24px;
    width: 180px;
  }
  #interview .interview_list .txt_box .btn.bg_wht:hover {
    background: #d12f2f;
    color: #fff;
  }
  #interview .interview_list:last-child {
    margin-bottom: 0;
  }
  #interview .interview_list:nth-of-type(2n):before {
    text-align: right;
  }
  #interview .interview_list:nth-of-type(2n) .pic_box {
    order: -1;
    margin-left: 0;
    margin-right: 0;
  }
  #interview .interview_list:nth-of-type(2n) .txt_box {
    margin-left: auto;
    padding: 25px 25px 25px 50px;
  }
  #interview .interview_list:nth-of-type(2n) .txt_box:before {
    left: auto;
    right: 15px;
  }
  #interview .interview_list #interViewCol3List {
    padding-inline: 20px;
    gap: 50px;
    flex-direction: column;
    margin-bottom: 80px;
  }
  #interview .interview_list #interViewCol3List > li > a span.designText {
    font-size: 45px;
    transform: translate(-1.5%, -72%);
  }
  #interview .interview_list #interViewCol3List > li > a .img {
    width: calc(100% - 19px);
    aspect-ratio: 630/413;
  }
  #interview .interview_list #interViewCol3List > li > a .text {
    transform: translate(0, -26px);
    width: calc(100% - 19px);
  }
  #interview .interview_list #interViewCol3List > li > a .text .epsText {
    font-size: 20px;
    margin-top: -32px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap {
    padding-block: 10px 15px;
    padding-inline: 13px;
    box-shadow: 0px 0px 12px 6px rgba(100, 100, 100, 0.17);
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap:before {
    width: 25px;
    top: 50%;
    right: 15px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap .entryYear {
    font-size: 13px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap .nameText {
    font-size: 15px;
  }
  #interviewDetail .title_box {
    position: relative;
    padding-top: 20px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
  #interviewDetail .title_box .pic_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 150px;
  }
  #interviewDetail .title_box .pic_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #interviewDetail .title_box .inner {
    width: 100%;
    padding: 0;
  }
  #interviewDetail .title_box .inner .pic {
    width: 90%;
    margin-left: auto;
  }
  #interviewDetail .title_box .inner .txt_box {
    background: #d12f2f;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
    width: -moz-fit-content;
    width: fit-content;
    padding: 30px 20px 30px 33px;
    margin: -30px 0 0 0;
    width: 90%;
  }
  #interviewDetail .title_box .inner .txt_box .num {
    color: #d12f2f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 15px;
    font-size: 30px;
    top: calc(-1em - 8px);
  }
  #interviewDetail .title_box .inner .txt_box h1 {
    font-weight: 700;
    line-height: 1.5833333333;
    font-size: 20px;
    margin: 0 0 8px;
  }
  #interviewDetail .title_box .inner .txt_box p {
    font-size: 14px;
    margin-top: 0;
  }
  #interviewDetail .interview_detail:last-child {
    margin-bottom: 0;
  }
  #interviewDetail .interview_detail .back_link {
    margin-bottom: 60px;
  }
  #interviewDetail .interview_detail_block {
    margin-bottom: 40px;
  }
  #interviewDetail .interview_detail_block:last-child {
    margin-bottom: 0;
  }
  #interviewDetail .interview_detail h3 {
    font-weight: 400;
    font-feature-settings: "palt" 1;
    display: flex;
    align-items: flex-start;
    font-size: 18px;
    margin-bottom: 8px;
  }
  #interviewDetail .interview_detail h3 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #b7121f;
    font-size: 24px;
    margin-right: 10px;
    margin-top: 3px;
  }
  #interviewDetail .interview_detail p {
    line-height: 2.125;
    letter-spacing: 0.02em;
  }
  #interviewDetail .interview_detail .message_box {
    background: #0fa29a;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 18px;
    margin: 30px 0;
  }
  #interviewDetail .interview_detail .message_box:before {
    content: "Message";
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    font-size: 56px;
    right: 4%;
    top: 10px;
  }
  #interviewDetail .interview_detail .message_box:after {
    content: "";
    background: url(../images/recruit/interview/title_img_transparent.png) no-repeat center/contain;
    position: absolute;
    right: 1%;
    width: 26.6%;
    padding-top: 8.6%;
    top: -0.5em;
  }
  #interviewDetail .interview_detail .message_box_in {
    position: relative;
    z-index: 2;
    padding: 18px;
  }
  #interviewDetail .interview_detail .message_box_in:before, #interviewDetail .interview_detail .message_box_in:after {
    content: "";
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    width: 15px;
    height: 15px;
  }
  #interviewDetail .interview_detail .message_box_in:before {
    left: 0;
  }
  #interviewDetail .interview_detail .message_box_in:after {
    right: 0;
    transform: scale(-1, 1);
  }
  #interviewDetail .interview_detail .message_box_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #interviewDetail .interview_detail .message_box_frame:before, #interviewDetail .interview_detail .message_box_frame:after {
    content: "";
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    bottom: 0;
    width: 15px;
    height: 15px;
  }
  #interviewDetail .interview_detail .message_box_frame:before {
    left: 0;
  }
  #interviewDetail .interview_detail .message_box_frame:after {
    right: 0;
    transform: scale(-1, 1);
  }
  #interviewDetail .interview_detail .message_box h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
  }
  #interviewDetail .pageLinkContainer {
    padding-inline: 10px;
    padding-block: 62px 30px;
    margin-bottom: 70px;
  }
  #interviewDetail .pageLinkContainer:before {
    height: 186px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList {
    gap: 8px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li {
    width: calc((100% - 8px) / 2);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .prev,
  #interviewDetail .pageLinkContainer .pageLinkList > li .next {
    font-size: 36px;
    transform: translate(0%, -75%);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .prev {
    left: -10px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .next {
    right: -10px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .img {
    aspect-ratio: 305/185;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text {
    padding-block: 13px 26px;
    padding-inline: 15px;
    box-shadow: 0px 0px 12px 6px rgba(100, 100, 100, 0.17);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text:before {
    width: 25px;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .epsText {
    font-size: 12px;
    margin-top: -18px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .entryYear {
    font-size: 11px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .nameText {
    font-size: 14px;
    margin-top: 2px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li:nth-of-type(1) .text:before {
    left: 50%;
    transform: translate(-50%, 0) scale(-1, 1);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li:nth-of-type(2) .text:before {
    left: 50%;
    transform: translate(-50%, 0);
  }
  #interviewDetail .pageLinkContainer .back_link {
    margin-top: 32px;
  }
  body.interview-bodytag {
    background: #fff;
  }
  section.form p.headTxt {
    margin: -20px 5% 20px;
  }
  section.form .inner {
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 60px;
  }
  section.form .inner > h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  section.form .inner > h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 21px;
    height: 2px;
  }
  section.form .aform-header {
    display: none;
  }
  section.form .aform-content dl dt {
    font-size: 16px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 60px;
  }
  section.form .aform-content dl dt:after {
    font-size: 82%;
    font-weight: normal;
    margin-left: 5px;
    padding: 2px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    background: #D92B00;
    vertical-align: text-top;
    content: "任意";
    display: inline;
    background: #aca9a9;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    padding: 5px 10px;
    position: absolute;
    left: -4px;
    top: 0px;
  }
  section.form .aform-content dl dt .aform-required {
    background: #b7121f;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    padding: 5px 10px;
    position: absolute;
    left: -4px;
    top: 0px;
  }
  section.form .aform-content dl dd input[type=text],
  section.form .aform-content dl dd input[type=email],
  section.form .aform-content dl dd input[type=tel],
  section.form .aform-content dl dd select, section.form .aform-content dl dd textarea {
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px;
  }
  section.form .aform-content dl.aform-error-list {
    display: block;
  }
  section.form .aform-content dl.aform-error-list dd {
    margin-left: 40px;
  }
  section.form .aform-content .aform-checkbox-ul li {
    margin-bottom: 7px;
    /* ボックスのスタイル */
    /* 元のチェックボックスを表示しない */
    /* チェックした時のスタイル */
  }
  section.form .aform-content .aform-checkbox-ul li label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  section.form .aform-content .aform-checkbox-ul li label:before {
    content: "";
    width: 20px; /* ボックスの横幅 */
    height: 20px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
  }
  section.form .aform-content .aform-checkbox-ul li input[type=checkbox] {
    display: none;
  }
  section.form .aform-content .aform-checkbox-ul li input[type=checkbox]:checked + label:before {
    content: "✓"; /* チェックの文字 */
    font-size: 18px; /* チェックのサイズ */
    line-height: 18px;
    color: #b7121f; /* チェックの色 */
    background-color: #fff; /* チェックした時の色 */
    text-align: center;
    border: 1px solid #b7121f;
  }
  section.form .aform-content .aform-radio-ul li {
    margin-bottom: 7px;
    /* ボックスのスタイル */
    /* 元のチェックボックスを表示しない */
    /* チェックした時のスタイル */
  }
  section.form .aform-content .aform-radio-ul li label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  section.form .aform-content .aform-radio-ul li label:before {
    content: "";
    width: 21px; /* ボックスの横幅 */
    height: 21px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 20px;
  }
  section.form .aform-content .aform-radio-ul li input[type=radio] {
    display: none;
  }
  section.form .aform-content .aform-radio-ul li input[type=radio]:checked + label:before {
    content: "●"; /* チェックの文字 */
    font-size: 12px; /* チェックのサイズ */
    line-height: 20px;
    color: #b7121f; /* チェックの色 */
    border: 1px solid #b7121f;
    position: absolute;
    text-align: center;
  }
  section.form .aform-content .aform-button-area {
    background: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  section.form .aform-content .aform-button-area input[type=submit],
  section.form .aform-content .aform-button-area #aform_btn_submit,
  section.form .aform-content .aform-button-area #aform_btn_back {
    display: inline-block;
    border-radius: 50px;
    background: url("../images/common/arrow.png") no-repeat 90% center #b7121f;
    border: 1px solid #b7121f;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    font-size: 16px;
    width: 285px;
    padding: 20px 20px;
    line-height: 1;
    margin-bottom: 15px;
    order: 1;
    display: block;
  }
  section.form .aform-content .aform-button-area input[type=submit]:hover,
  section.form .aform-content .aform-button-area #aform_btn_submit:hover,
  section.form .aform-content .aform-button-area #aform_btn_back:hover {
    background: url("../images/common/arrow_r.png") no-repeat 90% center #fff;
    color: #b7121f;
  }
  section.form .aform-content .aform-button-area #aform_btn_back {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    order: 2;
  }
  section.form .aform-content .aform-button-area #aform_btn_back:hover {
    background: #fff;
    color: #000;
  }
  section.form form[name=aform-confirm-form] dl dt {
    /*.aform-required{
        display: none;
    }*/
  }
  section.form form[name=aform-confirm-form] #aform_confirm_msg {
    text-align: center;
    border-top: 1px solid #999;
    padding-top: 20px;
  }
  section.form .taC {
    text-align: center;
  }
  div#aform_result {
    color: #000;
  }
  div#aform_result p + p {
    text-align: center;
    margin-top: 20px;
  }
  div#aform_result p + p .commonBtn {
    display: inline-block;
    border-radius: 50px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    font-size: 16px;
    padding: 15px 5px;
    min-width: 300px;
    margin-bottom: 15px;
    order: 1;
    display: block;
  }
  div#aform_result p + p .commonBtn:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 600px) and (max-width: 980px) {
  body {
    background: #f7f7f7;
  }
  img {
    max-width: 100%;
  }
  .inner {
    margin: 0 auto;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block .block {
    margin-top: 30px;
  }
  .pic img {
    display: block;
    margin: auto;
  }
  .bg_wht {
    background: #fff;
  }
  .breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 500;
    color: #b7121f;
  }
  .breadcrumb_list span:first-child a:before {
    display: none;
  }
  .breadcrumb_list span:last-child span:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb_list a:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a:hover {
    opacity: 0.7;
  }
  .hero_in {
    display: flex;
    flex-wrap: wrap;
  }
  .hero .page_name {
    font-weight: 500;
  }
  .hero .page_name .eng {
    font-family: "Merriweather", serif;
    font-style: italic;
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .hero .page_name .eng:after {
    content: "";
    height: 2px;
    background: currentColor;
  }
  .hero .page_name .jp {
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .hero .page_name .jp:after {
    content: "";
    height: 2px;
    background: currentColor;
  }
  .hero_img {
    overflow: hidden;
    width: 100%;
  }
  .hero_img img {
    width: 100%;
  }
  .container {
    margin: 0 auto;
  }
  .container .side_nav {
    width: 245px;
    margin-right: 5%;
    flex-shrink: 0;
    position: sticky;
    top: 125px;
  }
  .container .side_nav.fixed {
    position: fixed;
    top: 125px;
  }
  .container .content img {
    height: auto;
  }
  .side_nav_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1em;
    border-bottom: 2px solid #b7121f;
  }
  .side_nav_list li {
    font-size: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .side_nav_list li a {
    display: block;
    padding: 1.5em 1em;
    position: relative;
    color: #666666;
    text-decoration: none;
  }
  .side_nav_list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .side_nav_list li a:hover {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
  }
  .side_nav_list li.current a {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
    pointer-events: none;
  }
  /** TYPOGRAPHY **/
  .t-center {
    text-align: center;
  }
  .t-left {
    text-align: left;
  }
  .t-right {
    text-align: right;
  }
  .t-bold {
    font-weight: 700 !important;
  }
  .t-roboto {
    font-family: "Roboto", sans-serif;
  }
  .t-eng {
    font-family: "Merriweather", serif;
  }
  .c-red {
    color: #b7121f !important;
  }
  h1:not([class]) .eng {
    display: none;
  }
  .h2 {
    padding-bottom: 0.5em;
    font-weight: 500;
  }
  .h2:first-child {
    margin-top: 0;
  }
  .h2 span {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    margin-left: 1em;
  }
  .h2_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .h2_02:first-child {
    margin-top: 0;
  }
  .h2_03 {
    font-weight: 500;
    letter-spacing: 0.01em;
  }
  .h2_03:first-child {
    margin-top: 0;
  }
  .h3 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    border-left: 4px solid #b7121f;
  }
  .h3:first-child {
    margin-top: 0;
  }
  .h3_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
    color: #b7121f;
  }
  .h3_02:first-child {
    margin-top: 0;
  }
  .h3_02:before {
    content: "";
    background: currentColor;
    position: absolute;
    top: 0.8em;
    left: 0;
  }
  .h3_serif {
    font-family: "Noto Serif", serif;
    font-weight: 700;
  }
  .h3_serif:first-child {
    margin-top: 0;
  }
  .h3_serif + p {
    margin-top: 20px;
  }
  .h4 {
    color: #404040;
    letter-spacing: 0.01em;
  }
  .h4:first-child {
    margin-top: 0;
  }
  .h4 + p {
    margin-top: 20px;
  }
  .interview_title {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  .interview_title:after {
    content: "";
    background: #b7121f;
    display: inline-block;
    vertical-align: middle;
  }
  .anchor:first-child {
    margin-top: 0;
  }
  .anchor ul {
    display: flex;
    flex-wrap: wrap;
  }
  .anchor ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
  }
  .anchor ul li a {
    background: #b7121f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
  }
  .anchor ul li a:before {
    content: "";
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
  }
  .anchor ul li a:hover {
    opacity: 0.7;
  }
  .col1 p {
    margin-top: 15px;
  }
  .col2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col2_item {
    flex-basis: 45%;
  }
  .col2 p {
    margin-top: 15px;
  }
  .col3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .col3_item {
    flex-basis: 45%;
  }
  .col3 p {
    margin-top: 15px;
  }
  .sp_col1 > div {
    margin-top: 0;
  }
  .sp_col1 > div:first-child {
    margin-top: 0;
  }
  .ytube {
    width: 100%;
    height: auto;
    min-height: 150px;
    aspect-ratio: 16/9;
  }
  .door_link {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .door_link .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
  }
  .door_link .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic img {
    width: 100%;
  }
  .door_link .ttl {
    font-weight: 500;
    position: relative;
    line-height: 1.5;
  }
  .door_link .ttl:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(-45deg);
  }
  .door_link .txt {
    line-height: 1.75;
  }
  .door_link:hover .pic:before, .door_link:hover .pic:after {
    opacity: 1;
  }
  .faq_dl {
    border-bottom: 1px solid #e0e0e0;
  }
  .faq_dl + .faq_dl {
    margin-top: 0;
  }
  .faq_dl:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .faq_dl dt {
    display: flex;
    align-items: center;
    letter-spacing: 0.075em;
    position: relative;
    cursor: pointer;
  }
  .faq_dl dt:before {
    content: "Q";
    background: #b7121f;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
  }
  .faq_dl dt span {
    position: absolute;
    right: 0;
  }
  .faq_dl dt span:before, .faq_dl dt span:after {
    content: "";
    background: #b7121f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s;
  }
  .faq_dl dt span:after {
    transform: rotate(90deg);
  }
  .faq_dl dt.open span:after {
    transform: rotate(0);
  }
  .faq_dl dd {
    position: relative;
    display: none;
  }
  .faq_dl dd:before {
    content: "A";
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .faq_dl dd span {
    display: block;
    background: #fff;
  }
  .dl,
  .dl2 {
    border-bottom: 1px solid #e0e0e0;
  }
  .dl + .dl, .dl + .dl2,
  .dl2 + .dl,
  .dl2 + .dl2 {
    margin-top: 0;
  }
  .dl:first-of-type,
  .dl2:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .dl.noBorder,
  .dl2.noBorder {
    border-top: none;
    padding-top: 0;
  }
  .dl dt,
  .dl2 dt {
    font-weight: 500;
  }
  .dl dd a,
  .dl2 dd a {
    color: #005c8a;
  }
  .dl dd a[target=_blank],
  .dl2 dd a[target=_blank] {
    text-decoration: none;
  }
  .dl dd a:hover,
  .dl2 dd a:hover {
    opacity: 0.7;
  }
  .dl dd ol,
  .dl2 dd ol {
    list-style: none;
  }
  .dl dd ol ul,
  .dl2 dd ol ul {
    padding-left: 1em;
  }
  .dl dd ol ul li,
  .dl2 dd ol ul li {
    list-style: square;
    list-style-position: inside;
  }
  .dl dd ol ol,
  .dl2 dd ol ol {
    margin: 1em 0;
  }
  ul.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
  }
  ul.list li {
    position: relative;
    margin-bottom: 1em;
  }
  ul.list li:last-child {
    margin-bottom: 0;
  }
  ul.list li:before {
    content: "";
    background: #b7121f;
    border-radius: 50%;
    position: absolute;
    left: 0;
  }
  ol.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
    list-style-position: inside;
  }
  ol.list li:last-child {
    margin-bottom: 0;
  }
  .btn {
    display: inline-block;
    border-radius: 50px;
    background: #b7121f;
    border: 2px solid #b7121f;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  .btn:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn .arrow {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: currentColor;
  }
  .btn .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
    position: absolute;
    right: 0;
    bottom: 1px;
  }
  .btn .arrow.back {
    right: auto;
    transform: scale(-1, 1);
  }
  .btn.size_s .arrow.back {
    right: auto;
  }
  .btn.bg_red {
    background: #b7121f;
    border-color: #b7121f;
  }
  .btn.bg_red:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn.bg_wht {
    background: #fff;
    border-color: #fff;
    color: #b7121f;
    border: 2px solid #b7121f;
  }
  .btn.bg_wht:hover {
    background: #b7121f;
    color: #fff;
    border: 2px solid #b7121f;
  }
  .btn.bd_red {
    border-color: #b7121f;
  }
  .btn.icon:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
  }
  .btn.icon.icon_dl:before {
    background: url(../images/common/icon_dl.svg) no-repeat center/contain;
    vertical-align: bottom;
  }
  .btn.icon.icon_dl:hover:before {
    background: url(../images/common/icon_dl_red.svg) no-repeat center/contain;
  }
  .link {
    color: #005c8a;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagenation a, .pagenation span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #b7121f;
    color: #000;
    text-decoration: none;
  }
  .pagenation .prev {
    width: auto;
  }
  .pagenation .prev:before {
    content: "";
    border-left: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(45deg);
  }
  .pagenation .next {
    width: auto;
  }
  .pagenation .next:after {
    content: "";
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(-45deg);
  }
  .pagenation .current {
    background: #b7121f;
    color: #fff;
  }
  .pagenation .extend {
    border: 0;
    background: none;
    height: auto;
  }
  .pagenation a:hover {
    opacity: 0.7;
  }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    border: 1px solid #e0e0e0;
  }
  .commonTable.table_font14 th {
    font-size: 14px;
    padding: 10px;
  }
  .commonTable.table_font14 td {
    font-size: 14px;
  }
  .commonTable.table_center th, .commonTable.table_center td {
    text-align: center;
  }
  .commonTable th {
    background-color: rgba(216, 216, 216, 0.2);
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .commonTable th.sub {
    background-color: #fbfbfb;
  }
  .commonTable th.required {
    position: relative;
    vertical-align: middle;
  }
  .commonTable th.required:after {
    content: "必須";
    background-color: #cf0000;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    display: inline-block;
    float: right;
    margin-right: -35px;
  }
  .commonTable th.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
  }
  .commonTable td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
    word-break: break-all;
  }
  .commonTable td *:last-child {
    margin-bottom: 0;
  }
  .commonTable td *:first-child {
    margin-top: 0;
  }
  .commonTable td .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .commonTable td .category {
    width: 130px;
    display: inline-block;
  }
  .commonTable td .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  .commonTable td.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .scrollTable {
    overflow: auto;
  }
  .scrollTable table {
    margin-top: 0;
  }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 10px;
  }
  .ytWrap .ytWrap_inner {
    position: relative;
    padding-bottom: 56.25%;
  }
  .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #sitemap .hero + .section,
  #privacy .hero + .section,
  #policy .hero + .section {
    padding-top: 0;
  }
  #sitemap .hero h1,
  #privacy .hero h1,
  #policy .hero h1 {
    padding-bottom: 15px;
    position: relative;
  }
  #sitemap .hero h1:after,
  #privacy .hero h1:after,
  #policy .hero h1:after {
    content: "";
    height: 2px;
    background: #b7121f;
    position: absolute;
    left: 3px;
    bottom: 0px;
  }
  .sitemap .inner a {
    color: #000;
    text-decoration: none;
  }
  .sitemap .inner a:hover {
    text-decoration: underline;
  }
  #contact {
    position: relative;
    z-index: 2;
  }
  #contact .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
  }
  #contact .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  section.no_sidemenu .inner .block:first-child {
    margin-top: 0;
  }
  article#entry,
  article#graduate {
    background-image: none;
  }
  body.second article.recruit_container {
    background-image: none;
  }
  .rec_f1 li a[target=_blank],
  .f_btm_menu li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank_w.png) no-repeat right top;
  }
  a.anc {
    position: relative;
  }
  section .h2 + .philosophy_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
  }
  section .h2 + .vision_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1e1e20;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  #sample {
    padding-bottom: 150px;
  }
  #company {
    position: relative;
    z-index: 2;
  }
  #company .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
  }
  #company .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
  }
  #company .hero .lead {
    width: 100%;
  }
  #company .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-weight: 900;
  }
  #company .hero .lead h2 span {
    color: #b7121f;
  }
  #company .company_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #company .company_list_item {
    flex-basis: 48%;
  }
  #company .company_list_item:nth-of-type(1) {
    margin-top: 0;
  }
  #company .company_list_item:nth-of-type(2) {
    margin-top: 0;
  }
  #company .company_list_item a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #company .company_list_item a:hover .pic:before, #company .company_list_item a:hover .pic:after {
    opacity: 1;
  }
  #company .company_list_item .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
  }
  #company .company_list_item .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic img {
    width: 100%;
  }
  #company .company_list_item h2 {
    font-weight: 500;
    position: relative;
  }
  #company .company_list_item h2:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
}
@media print, screen and (min-width: 981px) {
  body {
    background: #f7f7f7;
  }
  body article p {
    line-height: 1.8;
  }
  body article p:first-child {
    margin-top: 0;
  }
  img {
    max-width: 100%;
  }
  .inner {
    margin: 0 auto;
    max-width: 1180px;
    width: 95%;
  }
  .inner.narrow {
    max-width: 1000px;
  }
  .block {
    margin-top: 80px;
  }
  .block:last-child {
    margin-bottom: 0;
  }
  .block .block {
    margin-top: 30px;
  }
  .pp_lead {
    margin-top: -50px !important;
    margin-bottom: 60px;
  }
  .pic {
    margin-top: 30px;
  }
  .pic img {
    display: block;
    margin: auto;
  }
  .bg_wht {
    background: #fff;
  }
  .breadcrumb {
    padding-top: 135px;
  }
  .breadcrumb_list {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-weight: 500;
    color: #b7121f;
    font-size: 13px;
  }
  .breadcrumb_list span:first-child a:before {
    display: none;
  }
  .breadcrumb_list span:last-child span:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a {
    color: #000;
    text-decoration: none;
  }
  .breadcrumb_list a:before {
    content: ">";
    margin: 0 5px;
  }
  .breadcrumb_list a:hover {
    opacity: 0.7;
  }
  .hero {
    padding: 30px 0 80px;
  }
  .hero_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
  .hero .page_name {
    font-weight: 500;
    font-size: 32px;
  }
  .hero .page_name .eng {
    font-family: "Merriweather", serif;
    font-style: italic;
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-top: 20px;
  }
  .hero .page_name .eng:after {
    content: "";
    height: 2px;
    background: currentColor;
    width: 37px;
    margin-left: 14px;
  }
  .hero .page_name .jp {
    color: #b7121f;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 18px;
    margin-top: 20px;
  }
  .hero .page_name .jp:after {
    content: "";
    height: 2px;
    background: currentColor;
    width: 37px;
    margin-left: 14px;
  }
  .hero_img {
    overflow: hidden;
    width: 100%;
    border-radius: 20px;
    margin-top: 40px;
  }
  .hero_img img {
    width: 100%;
  }
  .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1180px;
    width: 95%;
    padding-bottom: 150px;
    position: relative;
  }
  .container .side_nav {
    width: 245px;
    margin-right: 5%;
    flex-shrink: 0;
    position: sticky;
    top: 125px;
  }
  .container .side_nav.fixed {
    position: fixed;
    top: 125px;
  }
  .container .content {
    flex-grow: 1;
    max-width: 864px;
    margin-left: auto;
  }
  .container .content img {
    height: auto;
  }
  .container .content > section {
    margin-top: 80px;
  }
  .container .content > section:first-child {
    margin-top: 8px;
  }
  .side_nav_title {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 1em;
    border-bottom: 2px solid #b7121f;
  }
  .side_nav_list li {
    font-size: 15px;
    border-bottom: 1px solid #d2d2d2;
  }
  .side_nav_list li a {
    display: block;
    padding: 1.5em 1em;
    position: relative;
    color: #666666;
    text-decoration: none;
  }
  .side_nav_list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  .side_nav_list li a:hover {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
  }
  .side_nav_list li.current a {
    color: #b7121f;
    background: rgba(216, 216, 216, 0.2);
    pointer-events: none;
  }
  /** TYPOGRAPHY **/
  .t-center {
    text-align: center;
  }
  .t-left {
    text-align: left;
  }
  .t-right {
    text-align: right;
  }
  .t-bold {
    font-weight: 700 !important;
  }
  .t-roboto {
    font-family: "Roboto", sans-serif;
  }
  .t-eng {
    font-family: "Merriweather", serif;
  }
  .c-red {
    color: #b7121f !important;
  }
  h1:not([class]) {
    font-weight: 500;
    font-size: 22px;
  }
  h1:not([class]) .eng {
    display: none;
  }
  .h2 {
    padding-bottom: 0.5em;
    font-weight: 500;
    font-size: 24px;
    padding-left: 20px;
    border-bottom: 2px solid #b7121f;
    border-left: 5px solid #b7121f;
    margin-top: 80px;
  }
  .h2:first-child {
    margin-top: 0;
  }
  .h2 span {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    margin-left: 1em;
    font-size: 16px;
  }
  .h2_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 32px;
    margin-top: 80px;
  }
  .h2_02:first-child {
    margin-top: 0;
  }
  .h2_03 {
    font-weight: 500;
    letter-spacing: 0.01em;
    font-size: 32px;
    margin-top: 80px;
  }
  .h2_03:first-child {
    margin-top: 0;
  }
  .h3 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    border-left: 4px solid #b7121f;
    font-size: 20px;
    padding-left: 20px;
    margin-top: 40px;
  }
  .h3:first-child {
    margin-top: 0;
  }
  .h3_02 {
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.6;
    position: relative;
    color: #b7121f;
    font-size: 20px;
    padding-left: 46px;
    margin-top: 45px;
  }
  .h3_02:first-child {
    margin-top: 0;
  }
  .h3_02:before {
    content: "";
    background: currentColor;
    position: absolute;
    top: 0.8em;
    left: 0;
    width: 24px;
    height: 2px;
  }
  .h3_serif {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    font-size: 20px;
    margin-top: 40px;
  }
  .h3_serif:first-child {
    margin-top: 0;
  }
  .h3_serif + p {
    margin-top: 20px;
  }
  .h4 {
    color: #404040;
    letter-spacing: 0.01em;
    font-size: 18px;
    margin-top: 20px;
  }
  .h4:first-child {
    margin-top: 0;
  }
  .h4 + p {
    margin-top: 20px;
  }
  .interview_title {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 27px;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  .interview_title:after {
    content: "";
    background: #b7121f;
    display: inline-block;
    vertical-align: middle;
    width: 180px;
    height: 2px;
    margin-left: 25px;
  }
  .anchor {
    margin-top: 40px;
    margin-bottom: 72px;
  }
  .anchor:first-child {
    margin-top: 0;
  }
  .anchor + .h2 {
    margin-top: 40px;
  }
  .anchor ul {
    display: flex;
    flex-wrap: wrap;
  }
  .anchor ul li {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
    width: 25%;
    padding: 6px 0;
  }
  .anchor ul li:last-child {
    border-right: 0;
  }
  .anchor ul li a {
    background: #b7121f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    text-decoration: none;
    padding: 18px;
  }
  .anchor ul li a:before {
    content: "";
    border-left: 1px solid currentColor;
    border-bottom: 1px solid currentColor;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    margin-right: 20px;
  }
  .anchor ul li a:hover {
    opacity: 0.7;
  }
  .col1 {
    margin-top: 40px;
  }
  .col1 p {
    margin-top: 15px;
  }
  .col2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
  }
  .col2_item {
    width: 46.6101694915%;
  }
  .col2 .txt_box {
    width: 52.5423728814%;
  }
  .col2 .pic_box {
    width: 41.5254237288%;
  }
  .col2 p {
    margin-top: 15px;
  }
  .col3 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    -moz-column-gap: 4.6186440678%;
         column-gap: 4.6186440678%;
    row-gap: 36px;
  }
  .col3_item {
    width: 30.2542372881%;
  }
  .col3 p {
    margin-top: 15px;
  }
  .ytube {
    width: 100%;
    height: auto;
    min-height: 150px;
    aspect-ratio: 16/9;
  }
  .door_link {
    display: block;
    color: #000;
    text-decoration: none;
  }
  .door_link .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
    border-radius: 20px;
    margin-bottom: 30px;
  }
  .door_link .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  .door_link .pic img {
    width: 100%;
  }
  .door_link .ttl {
    font-weight: 500;
    position: relative;
    line-height: 1.5;
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 5px;
  }
  .door_link .ttl:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 11px;
    transform: rotate(-45deg);
  }
  .door_link .txt {
    line-height: 1.75;
    padding-left: 30px;
    margin-top: 0;
  }
  .door_link:hover .pic:before, .door_link:hover .pic:after {
    opacity: 1;
  }
  .faq_dl {
    border-bottom: 1px solid #e0e0e0;
    padding: 30px;
    margin-top: 40px;
  }
  .faq_dl + .faq_dl {
    margin-top: 0;
  }
  .faq_dl:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .faq_dl dt {
    display: flex;
    align-items: center;
    letter-spacing: 0.075em;
    position: relative;
    cursor: pointer;
    padding-right: 70px;
  }
  .faq_dl dt:before {
    content: "Q";
    background: #b7121f;
    color: #fff;
    text-align: center;
    flex-shrink: 0;
    width: 37px;
    height: 37px;
    font-size: 20px;
    line-height: 33px;
    margin-right: 35px;
  }
  .faq_dl dt span {
    position: absolute;
    right: 0;
    width: 37px;
    height: 37px;
    top: 0;
  }
  .faq_dl dt span:before, .faq_dl dt span:after {
    content: "";
    background: #b7121f;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: all 0.4s;
    width: 20px;
    height: 2px;
  }
  .faq_dl dt span:after {
    transform: rotate(90deg);
  }
  .faq_dl dt.open span:after {
    transform: rotate(0);
  }
  .faq_dl dd {
    position: relative;
    display: none;
    padding: 40px 70px 0;
  }
  .faq_dl dd:before {
    content: "A";
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 37px;
    height: 37px;
    font-size: 20px;
    line-height: 33px;
  }
  .faq_dl dd span {
    display: block;
    background: #fff;
    padding: 40px 60px;
  }
  .dl,
  .dl2 {
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 0;
    line-height: 2.25;
    display: flex;
    margin-top: 40px;
  }
  .dl + .dl, .dl + .dl2,
  .dl2 + .dl,
  .dl2 + .dl2 {
    margin-top: 0;
  }
  .dl:first-of-type,
  .dl2:first-of-type {
    border-top: 1px solid #e0e0e0;
  }
  .dl.noBorder,
  .dl2.noBorder {
    border-top: none;
    padding-top: 0;
  }
  .dl dt,
  .dl2 dt {
    font-weight: 500;
    width: 140px;
    flex-shrink: 0;
    font-size: 16px;
    line-height: 1.85;
  }
  .dl dd,
  .dl2 dd {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1.85;
  }
  .dl dd a,
  .dl2 dd a {
    color: #005c8a;
  }
  .dl dd a[target=_blank],
  .dl2 dd a[target=_blank] {
    text-decoration: none;
  }
  .dl dd a:hover,
  .dl2 dd a:hover {
    opacity: 0.7;
  }
  .dl dd ol,
  .dl2 dd ol {
    list-style: none;
  }
  .dl dd ol ul,
  .dl2 dd ol ul {
    padding-left: 1em;
  }
  .dl dd ol ul li,
  .dl2 dd ol ul li {
    list-style: square;
    list-style-position: inside;
  }
  .dl dd ol ol,
  .dl2 dd ol ol {
    margin: 1em 0;
  }
  .dl2 dd {
    padding-left: 25px;
    padding-right: 25px;
  }
  ul.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
    font-size: 16px;
    margin-top: 40px;
  }
  ul.list li {
    position: relative;
    margin-bottom: 1em;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0.1em;
  }
  ul.list li:last-child {
    margin-bottom: 0;
  }
  ul.list li:before {
    content: "";
    background: #b7121f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    width: 6px;
    height: 6px;
    top: calc(0.75em + 1px);
  }
  ol.list {
    line-height: 1.85;
    letter-spacing: 0.075em;
    list-style-position: inside;
    font-size: 16px;
    margin-top: 40px;
  }
  ol.list li {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0.1em;
  }
  ol.list li:last-child {
    margin-bottom: 0;
  }
  section p {
    margin-top: 40px;
  }
  section > .pic_box {
    margin-top: 40px;
  }
  section .h2 + * {
    margin-top: 30px;
  }
  section .h3 + * {
    margin-top: 20px;
  }
  section .h3_02 + * {
    margin-top: 10px;
  }
  .btn {
    display: inline-block;
    border-radius: 50px;
    background: #b7121f;
    border: 2px solid #b7121f;
    color: #fff;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    font-size: 16px;
    min-width: 280px;
    padding: 20px 10px;
  }
  .btn:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn .arrow {
    position: absolute;
    top: 2px;
    bottom: 0;
    margin: auto;
    height: 1px;
    background: currentColor;
    right: 40px;
    width: 25px;
  }
  .btn .arrow:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
    position: absolute;
    right: 0;
    bottom: 1px;
    border-width: 2px 0 0 8px;
  }
  .btn .arrow.back {
    right: auto;
    transform: scale(-1, 1);
    left: 27px;
  }
  .btn.size_s {
    min-width: 180px;
    padding: 14px 10px;
    font-size: 14px;
  }
  .btn.size_s .arrow {
    right: 20px;
  }
  .btn.size_s .arrow.back {
    right: auto;
    left: 20px;
  }
  .btn.size_m {
    min-width: 240px;
  }
  .btn.size_l {
    min-width: 380px;
    font-size: 18px;
    padding: 30px 20px;
  }
  .btn.bg_red {
    background: #b7121f;
    border-color: #b7121f;
  }
  .btn.bg_red:hover {
    background: #fff;
    color: #b7121f;
  }
  .btn.bg_wht {
    background: #fff;
    border-color: #fff;
    color: #b7121f;
    border: 2px solid #b7121f;
  }
  .btn.bg_wht:hover {
    background: #b7121f;
    color: #fff;
    border: 2px solid #b7121f;
  }
  .btn.bd_red {
    border-color: #b7121f;
  }
  .btn.icon:before {
    content: "";
    width: 1em;
    height: 1em;
    display: inline-block;
    margin-right: 14px;
  }
  .btn.icon.icon_dl:before {
    background: url(../images/common/icon_dl.svg) no-repeat center/contain;
    vertical-align: bottom;
  }
  .btn.icon.icon_dl:hover:before {
    background: url(../images/common/icon_dl_red.svg) no-repeat center/contain;
  }
  .link {
    color: #005c8a;
    text-underline-offset: 5px;
  }
  .link:hover {
    text-decoration: none;
  }
  .pagenation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 80px 0;
  }
  .pagenation a, .pagenation span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #b7121f;
    color: #000;
    text-decoration: none;
    width: 42px;
    height: 42px;
  }
  .pagenation .prev {
    width: auto;
    padding: 0 24px;
  }
  .pagenation .prev:before {
    content: "";
    border-left: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    margin-right: 10px;
  }
  .pagenation .next {
    width: auto;
    padding: 0 24px;
  }
  .pagenation .next:after {
    content: "";
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    transform: rotate(-45deg);
    width: 10px;
    height: 10px;
    margin-left: 10px;
  }
  .pagenation .current {
    background: #b7121f;
    color: #fff;
  }
  .pagenation .extend {
    border: 0;
    background: none;
    height: auto;
  }
  .pagenation a:hover {
    opacity: 0.7;
  }
  .commonTable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: inherit;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
  }
  .commonTable.table_font14 th {
    font-size: 14px;
    padding: 10px;
  }
  .commonTable.table_font14 td {
    font-size: 14px;
  }
  .commonTable.table_center th, .commonTable.table_center td {
    text-align: center;
  }
  .commonTable .fontL {
    font-size: 22px;
    font-weight: bold;
  }
  .commonTable .fontM {
    font-size: 18px;
    font-weight: bold;
  }
  .commonTable .fontS {
    font-size: 16px;
    font-weight: bold;
  }
  .commonTable .small {
    font-size: 0.6em;
  }
  .commonTable td.wFix,
  .commonTable th.wFix {
    width: 150px;
  }
  .commonTable th {
    background-color: rgba(216, 216, 216, 0.2);
    text-align: left;
    font-weight: bold;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    padding: 10px 20px;
  }
  .commonTable th.sub {
    background-color: #fbfbfb;
  }
  .commonTable th.required {
    position: relative;
    vertical-align: middle;
  }
  .commonTable th.required:after {
    content: "必須";
    background-color: #cf0000;
    color: #fff;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    display: inline-block;
    float: right;
    margin-right: -35px;
  }
  .commonTable th.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    background-color: #fff;
  }
  .commonTable td {
    padding: 12px;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    background-color: #fff;
    word-break: break-all;
    padding: 10px 20px;
  }
  .commonTable td *:last-child {
    margin-bottom: 0;
  }
  .commonTable td *:first-child {
    margin-top: 0;
  }
  .commonTable td .kome {
    display: block;
    font-size: 14px;
    margin-top: 5px;
  }
  .commonTable td .category {
    width: 130px;
    display: inline-block;
  }
  .commonTable td .subtxt {
    width: 43px;
    display: inline-block;
    text-align: right;
    padding-right: 10px;
  }
  .commonTable td.null {
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .scrollTable {
    overflow: auto;
    margin-top: 30px;
  }
  .scrollTable table {
    margin-top: 0;
  }
  .scrolltext {
    font-size: 12px;
    display: block;
    text-align: right;
    margin: 20px 0 10px;
  }
  .ytWrap {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
  }
  .ytWrap .ytWrap_inner {
    position: relative;
    padding-bottom: 56.25%;
  }
  .ytWrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #sitemap,
  #privacy,
  #policy {
    background: #f7f7f7;
  }
  #sitemap .hero,
  #privacy .hero,
  #policy .hero {
    padding: 50px 0 80px;
  }
  #sitemap .hero + .section,
  #privacy .hero + .section,
  #policy .hero + .section {
    padding-top: 0;
  }
  #sitemap .hero h1,
  #privacy .hero h1,
  #policy .hero h1 {
    padding-bottom: 15px;
    position: relative;
  }
  #sitemap .hero h1:after,
  #privacy .hero h1:after,
  #policy .hero h1:after {
    content: "";
    height: 2px;
    background: #b7121f;
    position: absolute;
    left: 3px;
    bottom: 0px;
    width: 37px;
  }
  iframe.gmap {
    width: 100%;
    height: 400px;
  }
  .sitemap .inner a {
    color: #000;
    text-decoration: none;
  }
  .sitemap .inner a:hover {
    text-decoration: underline;
  }
  #contact {
    position: relative;
    z-index: 2;
    background: url(../images/company/bg01.jpg) no-repeat top center;
  }
  #contact .hero_in {
    align-items: center;
  }
  #contact .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 72px;
  }
  #contact .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  section.no_sidemenu {
    padding-bottom: 150px;
  }
  section.no_sidemenu .inner .block:first-child {
    margin-top: 0;
  }
  article#entry,
  article#graduate {
    background-image: none;
  }
  body.second article.recruit_container {
    background-image: none;
  }
  .g_nav_list li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank.png) no-repeat right top;
  }
  .rec_index_head .g_nav_list li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank_w.png) no-repeat right top;
  }
  .isScroll .g_nav_list li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank.png) no-repeat right top;
  }
  .rec_f1 li a[target=_blank],
  .f_btm_menu li a[target=_blank] {
    padding-right: 20px;
    background: url(../images/recruit/blank_w.png) no-repeat right top;
  }
  a.anc {
    position: relative;
    top: -60px;
  }
  section.rec_top_common {
    padding: 80px 0;
  }
  section .h2 + .philosophy_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-size: 32px;
    margin: 40px 0 60px;
  }
  section .h2 + .vision_txt {
    text-align: center;
    font-weight: bold;
    font-family: "Noto Serif", serif;
    font-size: 20px;
    margin: 40px 0 60px;
  }
  .preBox {
    background: #eff0f4;
    border: 1px solid #1e1e20;
    padding: 15px;
    box-sizing: border-box;
    clear: both;
    overflow: hidden;
    margin-top: 30px;
    font-family: Arial, sans-serif;
    line-height: 1.8;
  }
  .preBox pre {
    overflow: auto;
    white-space: pre-wrap;
    word-wrap: break-word;
  }
  #sample {
    padding-bottom: 150px;
  }
  #company {
    position: relative;
    z-index: 2;
    background: url(../images/company/bg01.jpg) no-repeat top center;
    padding-bottom: 150px;
  }
  #company:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #company .hero_in {
    align-items: center;
  }
  #company .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 72px;
  }
  #company .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  #company .hero .lead {
    width: 100%;
    margin-top: 50px;
  }
  #company .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-weight: 900;
    font-size: 28px;
    line-height: 1.6071428571;
    margin-bottom: 20px;
  }
  #company .hero .lead h2 span {
    color: #b7121f;
  }
  #company .hero .lead p {
    line-height: 2.1875;
    margin-top: 0;
  }
  #company .company_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #company .company_list_item {
    width: 46.6101694915%;
    margin-top: 60px;
  }
  #company .company_list_item:nth-of-type(1) {
    margin-top: 0;
  }
  #company .company_list_item:nth-of-type(2) {
    margin-top: 0;
  }
  #company .company_list_item a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #company .company_list_item a:hover .pic:before, #company .company_list_item a:hover .pic:after {
    opacity: 1;
  }
  #company .company_list_item .pic {
    overflow: hidden;
    box-shadow: 0px 0px 20px 4px rgba(87, 87, 87, 0.2);
    position: relative;
    border-radius: 20px;
    margin-bottom: 20px;
  }
  #company .company_list_item .pic:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    top: 0;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic:after {
    content: "MORE";
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%, -50%);
    color: #fff;
    transition: 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    opacity: 0;
  }
  #company .company_list_item .pic img {
    width: 100%;
  }
  #company .company_list_item h2 {
    font-weight: 500;
    position: relative;
    font-size: 22px;
    padding-left: 30px;
    margin-bottom: 8px;
  }
  #company .company_list_item h2:before {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #b7121f;
    border-bottom: 2px solid #b7121f;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  #company .company_list_item .txt {
    padding-left: 30px;
    margin-top: 0;
  }
  #message {
    overflow: hidden;
    background: #f7f7f7;
  }
  #message .message_container {
    position: relative;
  }
  #message .message_container:before {
    content: "";
    background: url(../images/company/message/bg_logo.png) no-repeat center/contain;
    position: absolute;
    width: 352px;
    height: 233px;
    right: -120px;
    top: -25px;
  }
  #message .message_container h2 {
    font-family: "Noto Serif", serif;
    font-weight: 700;
    line-height: 1.7142857143;
    font-size: 28px;
    margin-bottom: 50px;
  }
  #message .message_container p {
    line-height: 2.125;
  }
  #message .message_container p:nth-of-type(n+2) {
    margin-top: 2.125em;
  }
  #message .message_container p.pic {
    overflow: hidden;
    border-radius: 20px;
  }
  #message .message_container p.pic img {
    display: block;
  }
  #message .message_container p.name {
    text-align: right;
    font-family: "Noto Serif", serif;
    margin-top: 4.25em;
  }
  #message .message_container p.name img {
    display: inline-block;
    vertical-align: text-bottom;
    width: 140px;
    margin: 0 10px 0 25px;
  }
  #profile .overview .dl:first-of-type {
    border-top: none;
    padding-top: 0;
  }
  #profile .overview .dl dd.col2 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
  }
  #profile .overview .dl dd dl dt {
    width: 60px;
    flex-shrink: 0;
  }
  #profile .sales img {
    max-width: 100%;
  }
  #profile .history_list {
    position: relative;
    margin-top: 40px;
  }
  #profile .history_list + .h2 {
    margin-top: 100px;
  }
  #profile .history_list:before {
    content: "";
    width: 2px;
    background: #e0e0e0;
    position: absolute;
    height: calc(100% - 1em + 30px);
    left: 30px;
    top: 0.5em;
  }
  #profile .history_list li {
    position: relative;
    padding-left: 80px;
    margin-bottom: 45px;
  }
  #profile .history_list li:before {
    content: "";
    background: #b7121f;
    border-radius: 50%;
    position: absolute;
    width: 9px;
    height: 9px;
    left: 27px;
    top: 0.5em;
  }
  #profile .history_list li:last-child {
    margin-bottom: 0;
  }
  #profile .history_list li dl {
    display: flex;
  }
  #profile .history_list li dl dt {
    font-weight: 500;
  }
  #profile .history_list li dl dd {
    margin-left: 42px;
  }
  #newsList {
    position: relative;
    z-index: 2;
    background: url(../images/common/bg01.jpg) no-repeat top center;
  }
  #newsList .hero_in {
    align-items: center;
  }
  #newsList .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 84px;
  }
  #newsList .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  #newsList .hero .lead {
    width: 100%;
    margin-top: 50px;
  }
  #newsList .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-size: 28px;
    line-height: 1.6071428571;
    margin-bottom: 30px;
  }
  #newsList .hero .lead h2 span {
    color: #b7121f;
  }
  #newsList .hero .lead p {
    line-height: 2.1875;
  }
  #newsList .news_list {
    background: #fff;
    padding: 3.3898305085% 7.6271186441%;
  }
  #newsList .news_list li {
    border-bottom: 1px solid #e0e0e0;
    padding: 40px 30px;
  }
  #newsList .news_list li:last-child {
    border-bottom: 0;
  }
  #newsList .news_list li a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #111111;
    position: relative;
    gap: 32px;
    padding-right: 40px;
  }
  #newsList .news_list li a:after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 1px solid #b7121f;
    border-bottom: 1px solid #b7121f;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
  }
  #newsList .news_list li a time {
    flex-shrink: 0;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
  }
  #newsList .news_list li a .cat {
    flex-shrink: 0;
    min-width: 96px;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #b7121f;
    border-radius: 50px;
    border: 1px solid #b7121f;
    text-align: center;
    padding: 8px;
  }
  #newsList .news_list li a .ttl {
    transition: all 0.4s;
    line-height: 2;
  }
  #newsList .news_list li a:hover .ttl {
    text-decoration: underline;
    color: #b7121f;
    text-underline-offset: 6px;
  }
  #newsDetail {
    background: #f7f7f7;
  }
  #newsDetail .hero .page_name .jp {
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
  }
  #newsDetail .hero .date {
    text-align: right;
  }
  #newsDetail .hero .date time {
    font-family: "Roboto", sans-serif;
    letter-spacing: 0.02em;
    margin-right: 20px;
  }
  #newsDetail .hero .date .cat {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    color: #b7121f;
    border: 1px solid currentColor;
    border-radius: 50px;
    padding: 4px 25px;
  }
  #newsDetail .news_detail {
    position: relative;
    z-index: 2;
  }
  #newsDetail .news_detail:before {
    content: "";
    background: url(../images/news/bg_logo.png) no-repeat center/contain;
    position: absolute;
    z-index: -1;
    width: 352px;
    height: 233px;
    right: -120px;
    top: 400px;
  }
  #newsDetail .news_detail figure img {
    border-radius: 10px;
  }
  #newsDetail .news_detail figure figcaption {
    margin-top: 18px;
    font-size: 14px;
  }
  #newsDetail .back_link {
    padding: 70px 0 150px;
  }
  #plant-engineering {
    position: relative;
    z-index: 2;
    background: url(../images/plant-engineering/bg01.jpg) no-repeat top center;
    padding-bottom: 100px;
  }
  #plant-engineering:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #plant-engineering .hero {
    padding: 30px 0 50px;
  }
  #plant-engineering .hero_in {
    align-items: center;
  }
  #plant-engineering .hero h1 .eng {
    font-family: "Merriweather", serif;
    color: #b7121f;
    font-weight: 700;
    font-style: italic;
    display: block;
    font-size: 72px;
  }
  #plant-engineering .hero h1 .jp {
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: 18px;
  }
  #plant-engineering .hero .lead {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }
  #plant-engineering .hero .lead .txt_box {
    width: 53%;
    padding-top: 50px;
  }
  #plant-engineering .hero .lead .pic {
    margin-bottom: 0;
  }
  #plant-engineering .hero .lead h2 {
    font-family: "Noto Serif", serif;
    letter-spacing: 0.06em;
    font-size: 28px;
    line-height: 1.6071428571;
    margin-bottom: 20px;
  }
  #plant-engineering .hero .lead h2 span {
    color: #b7121f;
  }
  #plant-engineering .hero .lead p {
    line-height: 2.1875;
    margin-top: 0;
  }
  #plant-engineering .door_link .pic {
    margin-bottom: 15px;
  }
  #plant-engineering .door_link .ttl {
    margin-bottom: 6px;
  }
  #plant-engineering .col3 {
    row-gap: 50px;
  }
  #plan .plan_container .block p:nth-of-type(n+2) {
    margin-top: 40px;
  }
  header.rec_not_index_head .logo a .logo_text {
    color: #000 !important;
  }
  header.rec_not_index_head nav.forHeaderPC .nav_inner .g_nav_list:first-child li a {
    color: #000 !important;
  }
  header.rec_not_index_head nav.forHeaderPC .nav_inner .g_nav_list li.toCop a {
    color: #000 !important;
  }
  #recruit .recruit_title,
  .bottom_entry_links .recruit_title {
    text-align: center;
    color: #b7121f;
    font-weight: 900;
    position: relative;
    font-size: 18px;
    padding-top: 30px;
    margin-bottom: 40px;
  }
  #recruit .recruit_title:before,
  .bottom_entry_links .recruit_title:before {
    content: "";
    background: url(../images/recruit/title_img.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 50%;
    width: 127px;
    height: 41px;
  }
  #recruit .recruit_title .eng,
  .bottom_entry_links .recruit_title .eng {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #000;
    font-size: 64px;
  }
  #recruit .mv {
    background: url(../images/recruit/mv_bg.jpg) no-repeat center/cover;
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 812px;
  }
  #recruit .mv_img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 31.5%;
  }
  #recruit .mv_txt {
    padding-bottom: 160px;
    position: relative;
    z-index: 2;
  }
  #recruit .mv_txt h1 {
    color: #fff;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.0403225806;
    position: relative;
    font-size: 124px;
    margin-bottom: 80px;
  }
  #recruit .mv_txt h1 img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 56.847133758%;
    top: 75%;
  }
  #recruit .mv_txt h2 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-align: center;
    font-size: 28px;
  }
  #recruit .lead {
    position: relative;
    padding: 90px 0;
    background: url(../images/recruit/lead_bg.jpg) no-repeat center/cover;
  }
  #recruit .lead_img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 64.5%;
  }
  #recruit .lead_img img {
    width: 100%;
  }
  #recruit .lead_txt {
    font-weight: 700;
    letter-spacing: 0.06em;
    line-height: 2.7586206897;
    font-feature-settings: "palt";
    writing-mode: vertical-rl;
    font-size: 29px;
    position: relative;
    z-index: 2;
  }
  #recruit .lead_txt span {
    color: #b7121f;
  }
  #recruit .know {
    background: #fff;
    padding: 90px 0;
  }
  #recruit .interview {
    padding: 90px 0;
  }
  #recruit .interview_list {
    display: flex;
    flex-wrap: wrap;
    gap: 4.2372881356%;
    margin-bottom: 70px;
  }
  #recruit .interview_list li {
    counter-increment: cnt;
    width: 30.1694915254%;
  }
  #recruit .interview_list li a {
    display: block;
    color: #000;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #recruit .interview_list li a:hover {
    opacity: 0.7;
  }
  #recruit .interview_list li .thumb {
    position: relative;
    margin-bottom: 65px;
  }
  #recruit .interview_list li .thumb:after {
    content: counter(cnt, decimal-leading-zero);
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    color: #b7121f;
    position: absolute;
    bottom: -0.5em;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 97px;
  }
  #recruit .interview_list li .thumb img {
    display: block;
    width: 100%;
  }
  #recruit .interview_list li .txt {
    text-align: center;
    padding: 0 5%;
  }
  #recruit .interview_list li .txt h3 {
    font-weight: 500;
    line-height: 1.75;
    border-bottom: 1px solid #b7121f;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  #recruit .interview_list li .txt p {
    line-height: 1;
  }
  #recruit .entry,
  .recruit_container .entry {
    position: relative;
    background: #fff;
    padding: 90px 0;
  }
  #recruit .entry:before,
  .recruit_container .entry:before {
    content: "";
    background: url(../images/recruit/entry_bg.png) no-repeat left bottom/contain;
    position: absolute;
    left: 0;
    width: 48.5%;
    height: 350px;
    top: -120px;
    max-width: 700px;
  }
  #recruit .entry_list,
  .recruit_container .entry_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 26px;
  }
  #recruit .entry_list li,
  .recruit_container .entry_list li {
    width: 48.9830508475%;
  }
  #recruit .entry_list li a,
  .recruit_container .entry_list li a {
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  #recruit .entry_list li a:hover,
  .recruit_container .entry_list li a:hover {
    opacity: 0.7;
  }
  #recruit .entry_list li a img,
  .recruit_container .entry_list li a img {
    max-width: 1000%;
    width: 100%;
  }
  #recruit .entry_list li .txt,
  .recruit_container .entry_list li .txt {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
    text-indent: 60px;
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 22px;
  }
  #recruit .entry_list li.wide,
  .recruit_container .entry_list li.wide {
    width: 100%;
  }
  #recruit .entry_list li.wide .txt,
  .recruit_container .entry_list li.wide .txt {
    width: 50%;
  }
  #recruit .entry_list li .arrow,
  .recruit_container .entry_list li .arrow {
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    right: 50px;
  }
  #recruit .entry_list li .arrow span,
  .recruit_container .entry_list li .arrow span {
    background: #fff;
    position: relative;
    width: 25px;
    height: 2px;
  }
  #recruit .entry_list li .arrow span:after,
  .recruit_container .entry_list li .arrow span:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    right: 0;
    border-width: 2px 0 0 8px;
    bottom: 2px;
  }
  .recruit_container .recruit_hero {
    position: relative;
    z-index: 2;
    background: url(../images/recruit/hero.jpg) no-repeat center/cover;
    height: 516px;
  }
  .recruit_container .recruit_hero .inner {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .recruit_container .recruit_hero h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    margin-top: 100px;
  }
  .recruit_container .recruit_hero h1 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    font-size: 64px;
    margin-right: 26px;
  }
  .recruit_container .recruit_hero h1 span:before {
    content: "";
    background: url(../images/recruit/title_img.png) no-repeat center/contain;
    position: absolute;
    width: 127px;
    height: 41px;
    top: -40px;
    right: -33px;
  }
  .recruit_container .recruit_page_name .inner {
    padding-top: 20px;
    padding-bottom: 100px;
  }
  .recruit_container .recruit_page_name h2 {
    font-weight: 700;
    letter-spacing: 0.02em;
    position: relative;
    font-size: 36px;
    padding-bottom: 20px;
    margin-top: 70px;
  }
  .recruit_container .recruit_page_name h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42px;
    height: 3px;
  }
  .recruit_container .recruit_page_name + .interview_detail .interview_title {
    margin-top: 0;
  }
  .recruit_container .know_list {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .recruit_container .know_list li {
    width: calc((100% - 6px) / 3);
  }
  .recruit_container .know_list li a {
    display: block;
    position: relative;
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
    padding-bottom: 60px;
  }
  .recruit_container .know_list li a:hover {
    opacity: 0.7;
  }
  .recruit_container .know_list li a:before {
    content: "";
    width: 100%;
    background: #b7121f;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 122px;
  }
  .recruit_container .know_list li a img {
    width: 100%;
    display: block;
  }
  .recruit_container .know_list li a h3 {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    bottom: 40px;
    font-size: 24px;
  }
  .recruit_container .know_list li a h3 span {
    display: block;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
    font-size: 50px;
    margin-bottom: 20px;
  }
  .recruit_container section .inner .block:first-child {
    margin-top: 0px;
  }
  .know2 {
    width: 100%;
    background: url(../images/recruit/top_know_img.jpg) no-repeat right center #fff;
    padding: 100px 0;
    height: 688px;
  }
  .know2 .know2in {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 35px;
  }
  .know2 .know2in .know2txt {
    width: 350px;
    padding: 30px;
    background: rgba(255, 255, 255, 0.8);
  }
  .interview2 {
    width: 100%;
    background: url(../images/recruit/top_interview_img.png) no-repeat left center #f9f9f9;
    padding: 100px 0;
    height: 688px;
  }
  .interview2 .interview2in {
    max-width: 1180px;
    margin: 0 auto;
    padding-top: 35px;
  }
  .interview2 .interview2in .interview2txt {
    width: 350px;
    padding: 30px;
    background: rgba(249, 249, 249, 0.8);
    float: right;
  }
  .bottom_entry_links {
    padding: 60px 0 90px;
    background: #f7f7f7;
  }
  .bottom_entry_links ul {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .bottom_entry_links ul a {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0, 0.72);
  }
  .bottom_entry_links ul a:hover {
    opacity: 0.75;
  }
  #graduate .recruit_hero {
    background: url(../images/recruit/hero_graduate.jpg) no-repeat center/cover;
  }
  #career .recruit_hero {
    background: url(../images/recruit/hero_career.jpg) no-repeat center/cover;
  }
  #entry .recruit_hero, #form .recruit_hero {
    background: url(../images/recruit/hero_entry.jpg) no-repeat center/cover;
  }
  .recruit_container .breadcrumb_list {
    width: 1000px;
    margin: 0 auto;
  }
  .career-bodytag section .inner,
  .graduate-bodytag section .inner,
  .recruit_container section .inner {
    width: 1000px;
  }
  #know.recruit_container .recruit_hero {
    background: url(../images/recruit/hero_know.jpg) no-repeat center/cover;
    position: relative;
    z-index: 1;
  }
  #know.recruit_container .recruit_hero:after {
    content: "";
    display: block;
    width: 543px;
    height: 361px;
    background: url(../images/recruit/interview/bg_logo.png) no-repeat center/contain;
    position: absolute;
    top: 100%;
    right: 40px;
    z-index: -1;
  }
  .know-bodytag {
    background: #fff;
  }
  .know_index_links {
    box-shadow: 0px 12px 24px 0px rgba(100, 100, 100, 0.1);
    padding-bottom: 40px;
    position: relative;
    z-index: 1;
  }
  #knowDetail .title_box {
    position: relative;
    z-index: 1;
  }
  #knowDetail .recruit_page_name {
    position: relative;
    z-index: 1;
  }
  #know .recruit_page_name .inner {
    position: relative;
    z-index: 1;
  }
  #know .know_flow {
    background: url(../images/recruit/know/bg.jpg) repeat center;
    padding: 90px 0 120px;
  }
  #know .know_flow h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  #know .know_flow h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 3px;
  }
  #know .know_flow_container {
    background: #f2f2f2;
    padding: 55px 90px;
  }
  #know .know_flow_container ol {
    list-style: none;
  }
  #know .know_flow_container ol li {
    background: #fff;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0px 0px 12px 12px rgba(150, 150, 150, 0.08);
    padding: 20px 30px;
    margin-bottom: 60px;
  }
  #know .know_flow_container ol li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #b7121f transparent transparent transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 20px 0 0 -30px;
    border-width: 22px 30px 0 30px;
    bottom: -41px;
  }
  #know .know_flow_container ol li:last-child {
    margin-bottom: 0;
  }
  #know .know_flow_container ol li:last-child:after {
    display: none;
  }
  #know .know_flow_container ol li .num {
    color: #b7121f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    font-size: 52px;
    padding-right: 31px;
    border-right: 2px solid #b7121f;
    margin-right: 40px;
  }
  #know .know_flow_container ol li .txt {
    flex-grow: 1;
  }
  #know .know_flow_container ol li .txt h3 {
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    font-size: 28px;
    margin-bottom: 16px;
  }
  #know .know_flow_container ol li .txt p {
    font-size: 18px;
    line-height: 2;
    margin-top: 0;
  }
  #know .know_flow_container ol li .pic {
    width: 28.5106382979%;
    flex-shrink: 0;
    margin-left: auto;
  }
  .know_index_head {
    margin-bottom: 80px;
  }
  .know_index_head .know_head h2 {
    font-size: 36px;
  }
  .know_head {
    position: relative;
    z-index: 1;
  }
  .know_head h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 36px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
  .know_head h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 3px;
  }
  .know_head p {
    text-align: center;
  }
  .know_head .h2_top {
    text-align: center;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
  }
  .know_head .h2_top span {
    color: #c8091b;
    font-size: 28px;
  }
  .know_sec_green {
    box-shadow: 1px 0px 12px 0px rgba(100, 100, 100, 0.1);
    position: relative;
    z-index: 1;
  }
  .know_sec_green .inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowwrap;
    justify-content: space-between;
  }
  .know_sec_green .inner .col {
    flex-basis: 50%;
    padding-bottom: 70px;
  }
  .know_sec_green .inner .col:nth-child(1) .img {
    text-align: left;
    padding-right: 55px;
  }
  .know_sec_green .inner .col:nth-child(1) dl dt {
    padding-right: 55px;
  }
  .know_sec_green .inner .col:nth-child(1) dl dd {
    padding-right: 55px;
  }
  .know_sec_green .inner .col:nth-child(2) .img {
    text-align: right;
    padding-left: 55px;
  }
  .know_sec_green .inner .col:nth-child(2) dl dt {
    padding-left: 55px;
  }
  .know_sec_green .inner .col:nth-child(2) dl dd {
    padding-left: 55px;
  }
  .know_sec_green .inner .col dl {
    margin-top: 15px;
  }
  .know_sec_green .inner .col dl dt {
    font-weight: bold;
    font-size: 22px;
  }
  .know_sec_green .inner .col dl dd {
    line-height: 2;
    padding-top: 10px;
  }
  .know_contents {
    background: url(../images/recruit/know/bg.jpg) repeat center;
    padding: 90px 0 80px;
  }
  .know_contents .gray_box {
    background: #f2f2f2;
    padding: 60px 40px;
    margin-top: 50px;
  }
  .know_contents .hukidashi_wrap .huki {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 40px;
  }
  .know_contents .hukidashi_wrap .huki:first-child {
    margin-top: 0;
  }
  .know_contents .hukidashi_wrap .huki div.man {
    flex-basis: 150px;
  }
  .know_contents .hukidashi_wrap .huki div.txt {
    flex-basis: calc(100% - 150px);
  }
  .know_contents .hukidashi_wrap .huki div.txt p {
    width: 70%;
    display: flex;
    align-items: center;
    background: #fff;
    border: 4px solid #0fa29a;
    border-radius: 10px;
    height: 100%;
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
  }
  .know_contents .hukidashi_wrap .huki div.txt p img {
    margin: 15px auto 0;
  }
  .know_contents .hukidashi_wrap .huki div.txt p.inimg {
    flex-direction: column;
  }
  .know_contents .hukidashi_wrap .huki.huki_m1 div.man {
    order: 1;
    text-align: left;
    background: url("../images/recruit/know/huki1.png") no-repeat right 80px;
  }
  .know_contents .hukidashi_wrap .huki.huki_m1 div.txt {
    order: 2;
    padding-right: 150px;
  }
  .know_contents .hukidashi_wrap .huki.huki_m1 div.txt p {
    width: 100%;
    width: -moz-fit-content;
    width: fit-content;
    border: 4px solid #0fa29a;
    color: #0fa29a;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.man {
    order: 2;
    text-align: right;
    background: url("../images/recruit/know/huki2.png") no-repeat left 80px;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.txt {
    order: 1;
    padding-left: 150px;
    overflow: hidden;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.txt p {
    width: 100%;
    border: 4px solid #b7121f;
    color: #b7121f;
    float: right;
  }
  .know_contents .hukidashi_wrap .huki.huki_m2 div.txt.fit p {
    width: -moz-fit-content;
    width: fit-content;
  }
  .know_contents .hukidashi_wrap > .img {
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin-left: 150px;
    margin-right: 150px;
    padding: 15px;
    margin-top: 40px;
  }
  .know_contents .hukidashi_wrap > .img.full {
    overflow: hidden;
    padding: 0;
  }
  .know_contents .hukidashi_wrap > .img.full img {
    width: 100%;
  }
  .know_contents .hukidashi_wrap > .img.bgNone {
    background: none;
  }
  .know_contents .hukidashi_wrap > .img.col2 {
    background: none;
    padding: 0;
    border-radius: 0px;
    flex-wrap: nowrap;
  }
  .know_contents .hukidashi_wrap > .img.col2 .in {
    overflow: hidden;
    border-radius: 10px;
    width: 48%;
  }
  .know_contents .hukidashi_wrap > .img.col2 img {
    width: 100%;
  }
  .know_back {
    max-width: 1180px;
    margin: 30px auto 0;
    text-align: left;
  }
  .entry_links {
    background: #f2f2f2;
    padding: 50px 0;
    padding-bottom: 150px;
  }
  .entry_links.k_top {
    padding: 0;
  }
  .entry_links .know_list {
    max-width: 1180px;
    justify-content: space-between;
    margin: 0 auto;
  }
  .entry_links .know_list li {
    width: 32%;
  }
  .know_title {
    position: relative;
    background: url(../images/recruit/hero.jpg) no-repeat center/cover;
    height: 516px;
  }
  .know_title:after {
    content: "";
    display: block;
    width: 543px;
    height: 361px;
    background: url(../images/recruit/interview/bg_logo.png) no-repeat center/contain;
    position: absolute;
    top: 100%;
    right: 40px;
    z-index: -1;
  }
  .know_title .inner {
    max-width: 1000px;
    margin: 0 auto;
    padding-top: 180px;
  }
  .know_title h1 {
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #b7121f;
    width: 430px;
  }
  .know_title h1 span.en {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    letter-spacing: 0;
    position: relative;
    font-size: 26px;
  }
  .know_title h1 span.jp {
    display: block;
    color: #fff;
    font-size: 36px;
  }
  .know_title p {
    margin-top: 35px;
    color: #fff;
    width: 430px;
  }
  .k_maintenance_hero {
    background: url(../images/recruit/know/main_maintenance.jpg) no-repeat center/cover;
  }
  .k_construction_hero {
    background: url(../images/recruit/know/main_construction.jpg) no-repeat center/cover;
  }
  .k_design_hero {
    background: url(../images/recruit/know/main_design.jpg) no-repeat center/cover;
  }
  #interview.recruit_container .recruit_hero {
    background: url(../images/recruit/hero_interview.jpg) no-repeat center/cover;
  }
  #interview {
    background: #fff;
  }
  #interview .interview_list {
    position: relative;
    z-index: 2;
    counter-increment: cnt;
    margin-bottom: 120px;
  }
  #interview .interview_list:before {
    content: attr(data-txt) "";
    color: #f6f6f6;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    font-size: 130px;
    top: -100px;
    max-width: 1000px;
  }
  #interview .interview_list .inner {
    display: flex;
    align-items: flex-end;
  }
  #interview .interview_list .pic_box {
    width: 80%;
    margin-left: -3.5%;
    margin-bottom: 55px;
    padding-top: 30px;
    order: 2;
  }
  #interview .interview_list .pic_box_bg {
    width: 66.5625vw;
    height: 95%;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: -1;
  }
  #interview .interview_list .pic_box_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #interview .interview_list .txt_box {
    background: #d12f2f;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
    width: 500px;
    padding: 40px 50px;
  }
  #interview .interview_list .txt_box:before {
    content: "Episode " counter(cnt, decimal-leading-zero);
    color: #d12f2f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 15px;
    font-size: 26px;
    top: calc(-1em - 14px);
  }
  #interview .interview_list .txt_box h2 {
    font-weight: 700;
    line-height: 1.5833333333;
    font-size: 24px;
    margin-bottom: 10px;
  }
  #interview .interview_list .txt_box p {
    line-height: 1;
    font-size: 14px;
    margin-top: 0;
  }
  #interview .interview_list .txt_box .btn {
    margin-top: 32px;
    width: 210px;
    border: 1px solid #fff;
  }
  #interview .interview_list .txt_box .btn.bg_wht:hover {
    background: #d12f2f;
    color: #fff;
  }
  #interview .interview_list:last-child {
    margin-bottom: 0;
  }
  #interview .interview_list:nth-of-type(2n):before {
    text-align: right;
  }
  #interview .interview_list:nth-of-type(2n) .pic_box {
    order: -1;
    margin-right: -3.5%;
    margin-left: 0;
  }
  #interview .interview_list:nth-of-type(2n) .pic_box_bg {
    right: auto;
    left: 0;
  }
  #interview .interview_list:nth-of-type(2n) .txt_box:before {
    left: auto;
    right: 15px;
  }
  #interview .interview_list #interViewCol3List {
    -moz-column-gap: 42px;
         column-gap: 42px;
    row-gap: 68px;
    flex-wrap: wrap;
    margin-bottom: 120px;
  }
  #interview .interview_list #interViewCol3List > li {
    width: calc((100% - 84px) / 3);
  }
  #interview .interview_list #interViewCol3List > li > a img {
    transition: 0.3s ease;
  }
  #interview .interview_list #interViewCol3List > li > a:hover img {
    transform: scale(1.05);
  }
  #interview .interview_list #interViewCol3List > li > a span.designText {
    font-size: 53px;
    transform: translate(-2%, -72%);
  }
  #interview .interview_list #interViewCol3List > li > a .img {
    width: calc(100% - 28px);
    aspect-ratio: 340/223;
  }
  #interview .interview_list #interViewCol3List > li > a .text {
    transform: translate(0, -28px);
    width: calc(100% - 16px);
  }
  #interview .interview_list #interViewCol3List > li > a .text .epsText {
    font-size: 22px;
    margin-top: -35px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap {
    padding-block: 14px;
    padding-inline: 18px;
    box-shadow: 0px 0px 16px 8px rgba(100, 100, 100, 0.17);
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap:before {
    width: 25px;
    top: 50%;
    right: 20px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap .entryYear {
    font-size: 14px;
  }
  #interview .interview_list #interViewCol3List > li > a .text .textWrap .nameText {
    font-size: 16px;
  }
  #interview .recruit_hero .inner {
    width: 95%;
  }
  #interview .recruit_page_name .inner {
    width: 95%;
  }
  #interview .recruit_page_name .breadcrumb_list {
    width: 100%;
  }
  #interviewDetail .title_box {
    position: relative;
    padding-top: 30px;
    margin-top: 104px;
  }
  #interviewDetail .title_box:after {
    content: "";
    width: 543px;
    height: 361px;
    background: url(../images/recruit/interview/bg_logo.png) no-repeat center/contain;
    position: absolute;
    top: 100%;
    right: 145px;
    z-index: -1;
  }
  #interviewDetail .title_box .pic_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1;
    height: 436px;
  }
  #interviewDetail .title_box .pic_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #interviewDetail .title_box .inner {
    display: flex;
    align-items: flex-end;
  }
  #interviewDetail .title_box .inner .pic {
    width: 83%;
    margin-bottom: 50px;
    order: 2;
    margin-left: 20px;
  }
  #interviewDetail .title_box .inner .txt_box {
    background: #d12f2f;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 24px 12px rgba(100, 100, 100, 0.17);
    width: 37.6%;
    margin-right: -23.6%;
    padding: 5% 0 6% 4%;
  }
  #interviewDetail .title_box .inner .txt_box .num {
    color: #d12f2f;
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    line-height: 1;
    position: absolute;
    left: 15px;
    font-size: 33px;
    top: calc(-1em - 14px);
  }
  #interviewDetail .title_box .inner .txt_box h1 {
    font-weight: 700;
    line-height: 1.5833333333;
    font-size: 24px;
    margin: 0 0 16px;
  }
  #interviewDetail .title_box .inner .txt_box p {
    font-size: 16px;
    margin-top: 0;
  }
  #interviewDetail .interview_detail {
    margin-bottom: 100px;
  }
  #interviewDetail .interview_detail:last-child {
    margin-bottom: 0;
  }
  #interviewDetail .interview_detail .back_link {
    margin-bottom: 80px;
  }
  #interviewDetail .interview_detail_block {
    margin-bottom: 60px;
  }
  #interviewDetail .interview_detail_block:last-child {
    margin-bottom: 0;
  }
  #interviewDetail .interview_detail h3 {
    font-weight: 400;
    font-feature-settings: "palt" 1;
    display: flex;
    align-items: flex-start;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #interviewDetail .interview_detail h3 span {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 700;
    color: #b7121f;
    font-size: 32px;
    margin-right: 18px;
  }
  #interviewDetail .interview_detail h3 + p {
    margin-top: 0;
  }
  #interviewDetail .interview_detail p {
    line-height: 2.125;
    letter-spacing: 0.02em;
  }
  #interviewDetail .interview_detail .message_box {
    background: #0fa29a;
    color: #fff;
    position: relative;
    overflow: hidden;
    padding: 4% 5%;
    margin: 40px 0;
  }
  #interviewDetail .interview_detail .message_box:before {
    content: "Message";
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.07);
    position: absolute;
    font-size: 160px;
    right: 4%;
    top: 8%;
  }
  #interviewDetail .interview_detail .message_box:after {
    content: "";
    background: url(../images/recruit/interview/title_img_transparent.png) no-repeat center/contain;
    position: absolute;
    right: 1%;
    width: 26.6%;
    padding-top: 8.6%;
    top: -1em;
  }
  #interviewDetail .interview_detail .message_box_in {
    position: relative;
    z-index: 2;
    padding: 4% 5%;
  }
  #interviewDetail .interview_detail .message_box_in:before, #interviewDetail .interview_detail .message_box_in:after {
    content: "";
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
  }
  #interviewDetail .interview_detail .message_box_in:before {
    left: 0;
  }
  #interviewDetail .interview_detail .message_box_in:after {
    right: 0;
    transform: scale(-1, 1);
  }
  #interviewDetail .interview_detail .message_box_frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #interviewDetail .interview_detail .message_box_frame:before, #interviewDetail .interview_detail .message_box_frame:after {
    content: "";
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    bottom: 0;
    width: 30px;
    height: 30px;
  }
  #interviewDetail .interview_detail .message_box_frame:before {
    left: 0;
  }
  #interviewDetail .interview_detail .message_box_frame:after {
    right: 0;
    transform: scale(-1, 1);
  }
  #interviewDetail .interview_detail .message_box h3 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 10px;
  }
  #interviewDetail .pageLinkContainer {
    padding-inline: 50px;
    padding-block: 100px 53px;
    margin-bottom: 122px;
  }
  #interviewDetail .pageLinkContainer:before {
    height: 294px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList {
    gap: 80px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li {
    width: calc((100% - 80px) / 2);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .prev,
  #interviewDetail .pageLinkContainer .pageLinkList > li .next {
    font-size: 54px;
    transform: translate(0%, -75%);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .prev {
    left: -50px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li .next {
    right: -50px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a img {
    transition: 0.3s ease;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a:hover img {
    transform: scale(1.05);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .img {
    aspect-ratio: 406/239;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text {
    padding-block: 18px 14px;
    padding-inline: 75px;
    box-shadow: 0px 0px 16px 8px rgba(100, 100, 100, 0.17);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text:before {
    width: 25px;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .epsText {
    font-size: 24px;
    margin-top: -28px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .entryYear {
    font-size: 14px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li > a .text .nameText {
    font-size: 20px;
    margin-top: 3px;
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li:nth-of-type(1) .text:before {
    left: 30px;
    transform: translate(0, -50%) scale(-1, 1);
  }
  #interviewDetail .pageLinkContainer .pageLinkList > li:nth-of-type(2) .text:before {
    right: 30px;
    transform: translate(0, -50%);
  }
  #interviewDetail .pageLinkContainer .back_link {
    margin-top: 52px;
  }
  body.interview-bodytag {
    background: #fff;
  }
  section.form p.headTxt {
    max-width: 1180px;
    margin: -50px auto 50px;
    width: 95%;
  }
  section.form .inner {
    background: #fff;
    padding: 65px 80px;
    margin-bottom: 150px;
  }
  section.form .inner > h2 {
    text-align: center;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 45px;
  }
  section.form .inner > h2:after {
    content: "";
    background: #b7121f;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 42px;
    height: 3px;
  }
  section.form .aform-header {
    display: none;
  }
  section.form .aform-content dl {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  section.form .aform-content dl dt {
    flex-basis: 310px;
    font-size: 18px;
    position: relative;
    padding-top: 5px;
    padding-right: 95px;
  }
  section.form .aform-content dl dt:after {
    font-size: 82%;
    font-weight: normal;
    margin-left: 5px;
    padding: 2px;
    display: inline-block;
    line-height: 1;
    border-radius: 3px;
    background: #D92B00;
    vertical-align: text-top;
    content: "任意";
    display: inline;
    background: #aca9a9;
    color: #fff;
    font-weight: bold;
    z-index: 1;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 5px;
  }
  section.form .aform-content dl dt .aform-required {
    background: #b7121f;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 5px;
  }
  section.form .aform-content dl dd {
    flex-basis: calc(100% - 300px);
  }
  section.form .aform-content dl dd input.zip,
  section.form .aform-content dl dd input.zip2 {
    width: 160px;
  }
  section.form .aform-content dl dd select.pref,
  section.form .aform-content dl dd select.pref2 {
    width: 200px;
  }
  section.form .aform-content dl dd input.tel,
  section.form .aform-content dl dd input.fax,
  section.form .aform-content dl dd input.tel2,
  section.form .aform-content dl dd input.fax2 {
    width: 250px;
  }
  section.form .aform-content dl dd .email {
    width: 450px;
  }
  section.form .aform-content dl dd input[type=text],
  section.form .aform-content dl dd input[type=email],
  section.form .aform-content dl dd input[type=tel],
  section.form .aform-content dl dd select, section.form .aform-content dl dd textarea {
    border: 1px solid #555;
    border-radius: 5px;
    font-size: 16px;
    padding: 6px;
  }
  section.form .aform-content dl.aform-error-list {
    display: block;
  }
  section.form .aform-content dl.aform-error-list dd {
    margin-left: 40px;
  }
  section.form .aform-content .aform-checkbox-ul {
    line-height: 2;
  }
  section.form .aform-content .aform-checkbox-ul li {
    display: inline-block;
    margin-right: 35px;
    /* ボックスのスタイル */
    /* 元のチェックボックスを表示しない */
    /* チェックした時のスタイル */
  }
  section.form .aform-content .aform-checkbox-ul li label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  section.form .aform-content .aform-checkbox-ul li label:before {
    content: "";
    width: 20px; /* ボックスの横幅 */
    height: 20px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 5px;
  }
  section.form .aform-content .aform-checkbox-ul li input[type=checkbox] {
    display: none;
  }
  section.form .aform-content .aform-checkbox-ul li input[type=checkbox]:checked + label:before {
    content: "✓"; /* チェックの文字 */
    font-size: 18px; /* チェックのサイズ */
    line-height: 18px;
    color: #b7121f; /* チェックの色 */
    background-color: #fff; /* チェックした時の色 */
    text-align: center;
    border: 1px solid #b7121f;
  }
  section.form .aform-content .aform-radio-ul {
    line-height: 2;
  }
  section.form .aform-content .aform-radio-ul li {
    margin-bottom: 7px;
    /* ボックスのスタイル */
    /* 元のチェックボックスを表示しない */
    /* チェックした時のスタイル */
  }
  section.form .aform-content .aform-radio-ul li label {
    padding-left: 30px; /* ラベルの位置 */
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
    cursor: pointer;
    position: relative;
  }
  section.form .aform-content .aform-radio-ul li label:before {
    content: "";
    width: 21px; /* ボックスの横幅 */
    height: 21px; /* ボックスの縦幅 */
    display: inline-block;
    position: absolute;
    left: 0;
    background-color: #fff;
    border: 1px solid #666;
    border-radius: 20px;
  }
  section.form .aform-content .aform-radio-ul li input[type=radio] {
    display: none;
  }
  section.form .aform-content .aform-radio-ul li input[type=radio]:checked + label:before {
    content: "●"; /* チェックの文字 */
    font-size: 12px; /* チェックのサイズ */
    line-height: 20px;
    color: #b7121f; /* チェックの色 */
    border: 1px solid #b7121f;
    position: absolute;
    text-align: center;
  }
  section.form .aform-content .aform-button-area {
    background: none;
  }
  section.form .aform-content .aform-button-area input[type=submit],
  section.form .aform-content .aform-button-area #aform_btn_submit,
  section.form .aform-content .aform-button-area #aform_btn_back {
    display: inline-block;
    border-radius: 50px;
    background: url("../images/common/arrow.png") no-repeat 90% center #b7121f;
    border: 1px solid #b7121f;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    font-size: 18px;
    min-width: 300px;
    padding: 20px 10px;
  }
  section.form .aform-content .aform-button-area input[type=submit]:hover,
  section.form .aform-content .aform-button-area #aform_btn_submit:hover,
  section.form .aform-content .aform-button-area #aform_btn_back:hover {
    background: url("../images/common/arrow_r.png") no-repeat 90% center #fff;
    color: #b7121f;
  }
  section.form .aform-content .aform-button-area #aform_btn_back {
    background: #000;
    border: 1px solid #000;
    color: #fff;
  }
  section.form .aform-content .aform-button-area #aform_btn_back:hover {
    background: #fff;
    color: #000;
  }
  section.form form[name=aform-confirm-form] dl dt {
    flex-basis: 250px;
    font-size: 18px;
    position: relative;
    padding-top: 5px;
    /*.aform-required{
        display: none;
    }*/
  }
  section.form form[name=aform-confirm-form] dl dd {
    padding-top: 5px;
  }
  section.form form[name=aform-confirm-form] #aform_confirm_msg {
    text-align: center;
    border-top: 1px solid #999;
    padding-top: 20px;
  }
  section.form .taC {
    text-align: center;
  }
  div#aform_result {
    color: #000;
  }
  div#aform_result p + p {
    text-align: center;
    margin-top: 20px;
  }
  div#aform_result p + p .commonBtn {
    display: inline-block;
    border-radius: 50px;
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    position: relative;
    transition: 0.3s all cubic-bezier(0.25, 0.1, 0, 0.72);
    cursor: pointer;
    font-size: 18px;
    min-width: 300px;
    padding: 20px 10px;
  }
  div#aform_result p + p .commonBtn:hover {
    background: #fff;
    color: #000;
  }
}
@media screen and (min-width: 981px) and (max-width: 1260px) {
  body.second article {
    background-position: top -120px left -134px !important;
  }
  #message .message_container:before {
    top: -5%;
    right: 0;
    width: 160px;
  }
}
/*# sourceMappingURL=map/second.css.map */
