@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&display=swap');

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, embed, object, iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
  transform: translatey(-1px);
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  display: block;
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*:focus-visible {
  outline-color: #1868D3;
}

/**************************************************/
/*** clearfix
/**************************************************/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
  background: #fff;
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Spartan", "League Spartan","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.82;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767.9px) {
  body {
    font-size: 14px;
    line-height: 1.65;
  }
}
#contents {
  /*overflow: hidden;*/
}

.inner  {
  max-width: 1400px;
  padding: 0 180px;
  margin: 0 auto;
}
@media screen and (min-width: 1201px) {
  .top_contents .inner {
    padding: 0 200px;
  }
}
@media screen and (max-width: 1200px) {
  .inner {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767.9px) {
  .inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .inner {
    padding: 0 20px;
  }
}
.d-block {
  display: block;
}

.inline-br,
.inline-block {
  display: inline-block;
}


@media screen and (min-width: 768px) {
  .sp_view {
    display: none!important;
  }
}
@media screen and (max-width: 767.9px) {
  .pc_view {
    display: none!important;
  }
}


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

.alignLeft {
  text-align: left;
}

.alignCenter {
  text-align: center;
}

.alignRight {
  text-align: right;
}

.flexCenter {
  display: flex;
  justify-content: center;
}

.mgauto {
  margin: 0 auto;
}

.mg0,
.margin0 {
  margin: 0 !important;
}

.mgt0,
.marginTop0 {
  margin-top: 0 !important;
}

.mgb0,
.marginBottom0 {
  margin-bottom: 0 !important;
}

.pd0,
.padding0 {
  padding: 0 !important;
}

.pdt0,
.paddingTop0 {
  padding-top: 0 !important;
}

.pdb0,
.paddingBottom0 {
  padding-bottom: 0 !important;
}
.notOverflow {
  overflow-x: visible !important;
  overflow-y: visible !important;
  white-space: unset !important;
}

.word-break-all {
  word-break: break-all;
}
/**************************************************/
/***  Header
/**************************************************/
.h_wrap,
.h_box {
  height: 90px;
}
.h_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0 60px;
}
.h_box.is-fixed {
  position: fixed;
  top: 0; left: 0;
  background-color: #fff;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
  z-index: 99;
}
.header_nav {
  display: flex;
  align-items: center;
  /* padding: 25px 0; */
}
.headerLogo {
  width: 250px;
}
.header_nav li {
  font-weight: bold;
}
.header_nav li + li {
  margin-left: 35px;
}
.header_nav li a {
  display: block;
  padding: 15px 10px;
  transition: color 0.3s ease;
}
.header_nav li.headerContact {
  margin-left: 60px;
}
.header_nav li.headerContact a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 20px;
  background-color: #333;
  width: 140px;
  height: 40px;
  transition: all 0.3s ease;
}
.h_humberger {
  display: none;
}
.header_nav li a:hover {
  color: #960C0C;
}
.header_nav li.headerContact a:hover {
  color: #fff;
  background-color: #960C0C;
}


@media screen and (max-width: 1120px) {
  .h_box {
    padding: 0 40px;
  }
  .header_nav li + li {
    margin-left: 20px;
  }
}
@media screen and (max-width: 960px) {
  .h_wrap,
  .h_box {
    height: 60px;
  }
  .h_box {
    padding: 0;
  }
  .headerLogo {
    margin: 0 60px 0 15px;
  }
  .h_sp_inner {
    position: fixed;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 100vh;
    background: rgba(255,255,255,0.95);
    padding: 0;
    z-index: 10;
    transform: translateX(100%);
  }
  .sp-mode .h_sp_inner {
    transition: transform .8s ease;
  }
  .h_sp_inner.open  {
    transform: translateX(0);
  }
  .header_nav {
    flex-direction: column;
    padding-top: 15vh;
  }
  .header_nav li {
      font-size: 18px;
  }
  .header_nav li + li {
    margin: 40px 0 0;
  }
  .header_nav li.headerContact {
    margin-left: 0;
  }
  .h_humberger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    background-color: #960C0C;
    border-radius: 0 0 0 20px;
    z-index: 100;
    flex-shrink: 0;
  }
  .h_humbergerLine {
    position: relative;
    display: block;
    width: 35px;
    height: 4px;
    background-color: #fff;
    transition: .2s;
  }
  .h_humbergerLine::before,
  .h_humbergerLine::after {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: #fff;
    transition: .2s;
  }
  .h_humbergerLine::before {
    transform: translateY(-12px);
  }
  .h_humbergerLine::after {
    transform: translateY(12px);
  }
  .h_humbergerLine.open {
    background-color: transparent;
  }
  .h_humbergerLine.open::before {
    transform: rotate(45deg);
  }
  .h_humbergerLine.open::after {
    transform: rotate(-45deg);
  }
}

/**************************************************/
/***  Footer
/**************************************************/
.cmn_contact {
  background: url(../img/common/cmn_contact_back.png) no-repeat center top/cover;
  padding: 70px 0 65px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  transition: all .3s ease;
  pointer-events : none;
}
.cmn_contact_block {
  display: flex;
  align-items: center;
  gap: 0 75px;
}
.cmn_contact_title {
  font-size: 100px;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}
.cmn_contact_arrow {
  width: 100px;
  height: 100px;
  position: relative;
  bottom: 10px;
  /* transition: all .3s ease; */
  pointer-events : auto;
}
/* .cmn_contact_arrow:hover {
  transform: translateX(20px);
} */
.cmn_contact:hover {
  filter:brightness(1.5)
}

@media screen and (max-width:1200px) {
  .cmn_contact_block {
    justify-content: center;
    padding: 0;
  }
  .cmn_contact_title {
    margin-left: 0;
  }
}
@media screen and (max-width:960px) {
  .cmn_contact_block {
    gap: 0 50px;
  }
  .cmn_contact_title {
    font-size: 80px;
  }
  .cmn_contact_arrow {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:767.9px) {
  .cmn_contact {
    padding: 45px 0 40px;
  }
  .cmn_contact_block {
    gap: 0 25px;
  }
  .cmn_contact_title {
    font-size: 40px;
  }
  .cmn_contact_arrow {
    width: 40px;
    height: 40px;
    bottom: 5px;
  }
}

#footer {
  font-size: 13px;
  line-height: 1.65;
  color: #fff;
  background-color: #333;
  padding: 55px 0 20px;
}
.footer_block {
  display: flex;
  justify-content: center;
  gap: 40px 85px;
  padding: 0 40px;
}
.footer_logo {
  width: 200px;
  flex-shrink: 0;
}
.footer_list {
  display: flex;
  gap: 0 60px;
}
.footer_list li:first-child {
  margin-right: 20px;
}
.footer_list li a {
  display: block;
  font-weight: 500;
  transition: color 0.3s ease;
}
.footer_list li a:hover {
  color: rgb(230,50,50);
}
.footer_list li span {
  display: block;
  font-size: 11px;
}
.footer_list li span::before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  background-color: #960C0C;
  width: 6px;
  height: 6px;
  margin-right: 2px;
}
.copyright {
  display: block;
  font-size: 13px;
  text-align: center;
  margin-top: 85px;
}

@media screen and (max-width: 1120px) {
  .footer_block {
    flex-direction: column;
    align-items: center;
  }
  .footer_list li:first-child {
    margin-right: 0;
  }
  .footer_list {
    gap: 0 50px;
  }
}
@media screen and (max-width:767.9px) {
  #footer {
    padding: 40px 0 20px;
  }
  .footer_list {
    gap: 40px 40px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 300px;
    margin: 0 0 0 50px;
  }
  .footer_list li {
    flex-basis: calc((100% - 40px)/2);
  }
  .copyright {
    margin-top: 40px;
  }
}

/**************************************************/
/***  共通
/**************************************************/
#stalker {
  position: fixed;
  left: -10px;
  top: -10px;
  background-color: rgba(150, 12, 12, 0.5);
  border-radius: 50%;
  height: 20px;
  width: 20px;
  opacity: 0;
  pointer-events: none;
  z-index: 999;
  transition: all .5s ease, transform .3s ease-out;
}
#stalker.js-hover {
  background-color: rgba(0, 0, 0, 0.2);
  left: -35px;
  top: -35px;
  height: 70px;
  width: 70px;
}
.title_jp {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
}
.title_en {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  color: #960C0C;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #333;
  border-radius: 25px;
  width: 193px;
  height: 48px;
  transition: all .3s ease;
}
.btn:hover {
  color: #fff;
  border-color: #960C0C;
  background-color: #960C0C;
  transition: all .3s ease;
}

@media screen and (max-width:960px) {
  .title_jp {
    font-size: 40px;
    line-height: 1.6;
  }
}
@media screen and (max-width:767.9px) {
  .title_jp {
    font-size: 32px;
    text-align: center;
  }
  .title_en {
    font-size: 18px;
    text-align: center;
  }
}


/**************************************************/
/***  共通
/**************************************************/
.cmn_wrapper {
  overflow: hidden;
}

/**************************************************/
/*** TOP / Main Visual
/**************************************************/
.top_contents {
  max-width: 1600px;
  margin: 0 auto;
}
.top_mv {
  position: relative;
  width: 100%;
  height: 700px;
}
.top_mv_catchcopy {
  position: absolute;
  top: 95px;
  left: 170px;
  border-radius: 50px;
  padding: 30px;
  z-index: 2;
}
.top_mv_image {
  position: relative;
  text-align: right;
  padding: 65px 70px 0 0;
  z-index: 1;
}
.top_mv_image img {
  max-width: 760px;
  width: 100%;
}
.top_mv_image::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -25px;
  right: 270px;
  background: url(../img/top/top_mv_back.png) no-repeat left top/contain;
  width: 730px;
  height: 590px;
  z-index: -1;
}
.top_red_obje01 {
  position: absolute;
  bottom: 0;
  right: -60px;
}
.top_red_obje01 img {
  width: 199px;
}

@media screen and (max-width:1390px) {
  .top_mv_catchcopy {
    background: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (max-width:1200px) {
  .top_mv_catchcopy {
    top: 100px;
    left: 60px;
  }
  .top_mv_image {
    padding-right: 20px;
  }
}
@media screen and (max-width:960px) {
  .top_mv {
    height: auto;
  }

  .top_mv_image::after {
    top: 0;
  }
  .top_red_obje01 {
    width: 110px;
  }
}
@media screen and (max-width:767.9px) {
  .top_mv_catchcopy {
    top: 20vw;
    left: 0;
    width: 100%;
    padding: 20px 10px;
  }
  .top_mv_image {
    padding: 30px 0 0 0;
  }
  .top_mv_image::after {
    right: 30%;
    width: 120%;
  }
}

/********************************/
/*** TOP / What’ｓ Pullage ****/
/********************************/
.top_what {
  position: relative;
}
.top_what_block {
  display: flex;
  justify-content: space-between;
}
.top_what_left {
  position: relative;
  max-width: 610px;
}
.top_what_left::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  left: -245px;
  left: calc(-245 / 610 * 100%);
  background: url(../img/top/top_what_back.png) no-repeat right top/contain;
  width: 740px;
  height: 540px;
  width: calc(740 / 610 * 100%);
  height: calc(540 / 539 * 100%);
  z-index: -1;
}
.top_what_right {
  margin: 100px 60px 0 40px;
  flex-shrink: 0;
}
.top_what .title_jp {
  margin: 15px 0 5px;
}
.top_what_object {
  position: absolute;
  top: 96%;
  left: 5%;
  width: 130px;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .top_what_block.inner {
      padding-left: 30px;
  }
}
@media screen and (max-width: 1120px) {
  .top_what {
    padding-top: 60px;
  }
  .top_what_right {
    margin: 25px 0 0 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .top_what .title_jp {
    font-size: 35px;
  }
  .top_what .title_en {
    font-size: 18px;
  }
}
@media screen and (max-width:960px) {
  .top_what_object {
    width: 75px;
  }
}
@media screen and (max-width:767.9px) {
  .top_what {
    padding: 60px 0 45px;
  }
  .top_what_block {
    display: block;
  }
  .top_what_left {
    display: none;
  }
  .top_what_right {
    margin: 0;
  }
  .top_what_right > p {
    text-align: center;
  }
}

/********************************/
/*** TOP / 事業内容 ****/
/********************************/
.top_service {
  position: relative;
  padding: 35px 0 80px;
}
.top_service::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 310px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: url(../img/top/top_service_back.png) no-repeat center/contain;
  width: 1360px;
  height: 807px;
  z-index: -1;
}
.top_service_title {
  text-align: center;
}
.top_service_list {
  display: flex;
  justify-content: center;
  gap: 60px 5%;
  flex-wrap: wrap;
  max-width: 950px;
  margin: 80px auto 0;
}
.top_service_list li {
  flex-basis: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top_service_list_number {
  font-size: 66px;
  font-weight: bold;
  line-height: 1.2;
}
.top_service_list_image {
  margin-top: 20px;
  height: 150px;
}
.top_service_list_image01 {
  width: 130px;
}
.top_service_list_image02 {
  width: 120px;
}
.top_service_list_image03 {
  width: 90px;
}
.top_service_list_image04 {
  width: 110px;
}
.top_service_list_image05 {
  width: 95px;
}
.top_service_list_title {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 12px;
}
.top_service_list_text {
  font-weight: 500;
}
.top_service_btn {
  margin-top: 90px;
}
.top_service_object {
  position: absolute;
  bottom: 15px;
  right: -45px;
  width: 210px;
  z-index: -1;
}

@media screen and (max-width:960px) {
  .top_service_object  {
    width: 140px;
  }
}
@media screen and (max-width:767.9px) {
  .top_service {
    padding: 45px 0;
  }
  .top_service::after {
    content: none;
  }
  .top_service_list  {
    display: block;
    max-width: 480px;
    margin: 10px auto 0;
  }
  .top_service_list li {
    padding: 40px 0;
  }
  .top_service_list li:nth-child(even) {
    position: relative;
  }
  .top_service_list li:nth-child(even)::after {
    content: '';
    position: absolute;
    top: 0;
    left: calc(-50vw + 50%);
    border-radius: 35px;
    background-color: #F7F2EB;
    width: 100vw;
    height: 100%;
    z-index: -1;
  }
  .top_service_list_number {
    font-size: 50px;
  }
  .top_service_list_image {
    height: auto;
    margin: 20px 0;
  }
  .top_service_list_title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .top_service_btn {
    margin-top: 60px;
  }
  .top_service_object {
    bottom: 70px;
    right: -30px;
    width: 110px;
  }
}

/********************************/
/*** TOP / 会社案内 ****/
/********************************/
.top_company {
  padding: 90px 0 65px;
}
.top_company_block {
  display: flex;
  justify-content: space-between;
}
.top_company_left {
  margin: 105px 0 0 0;
}
.top_company_btn {
  margin: 55px 0 0 5px;
}
.top_company_right {
  position: relative;
  max-width: 750px;
  margin-left: min(65px, 4.64vw);
}
.top_company_right::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -10px;
  right: 270px;
  right: calc(270 / 750 * 100%);
  background: url(../img/top/top_company_back.png) no-repeat right top/contain;
  width: 688px;
  height: 566px;
  width: calc(688 / 750 * 100%);
  height: calc(566 / 613.6 * 100%);
  z-index: -1;
}

@media screen and (min-width:768px) {
  .top_company_block.inner {
    padding-right: 110px;
  }
}
@media screen and (max-width:767.9px) {
  .top_company {
    padding: 45px 0;
  }
  .top_company_block {
    flex-direction: column;
    align-items: center;
    gap: 40px 0;
  }
  .top_company_left {
    margin: 0;
  }
  .top_company_btn {
    margin: 30px 0 0 0;
  }
  .top_company_right {
    margin: 0;
  }
  .top_company_right::after {
    right: 30px;
    top: 25px;
    width: 100%;
    height: 100%;
  }
}

/********************************/
/*** TOP / 採用情報 ****/
/********************************/
.top_recruit {
  position: relative;
  padding: 80px 0 95px;
}
.top_recruit_block {
  display: flex;
}
.top_recruit_left {
  position: relative;
  max-width: 730px;
}
.top_recruit_left::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 70px;
  left: 160px;
  left: calc(160 / 730 * 100%);
  background: url(../img/top/top_recruit_back.png) no-repeat left top/contain;
  width: 690px;
  height: 536px;
  width: calc(690 / 730 * 100%);
  height: calc(536 / 566.6 * 100%);
  z-index: -1;
}
.top_recruit_right {
  /* margin: 120px 0 0 65px; */
  margin: min(120px,8.57vw) 0 0 min(65px,4.64vw);
}
.top_recruit_btn {
  /* margin-top: 55px; */
  margin-top: min(55px,3.93vw);
}
.top_recruit_object {
  position: absolute;
  bottom: 0;
  left: -90px;
  width: 210px;
}

@media screen and (min-width:768px) {
  .top_recruit_block.inner {
    padding-left: 65px;
  }
}
@media screen and (max-width:960px) {
  .top_recruit_object {
    left: -50px;
    width: 125px;
  }
}
@media screen and (max-width:767.9px) {
  .top_recruit {
    padding: 45px 0;
  }
  .top_recruit_block {
    flex-direction: column-reverse;
    align-items: center;
    gap: 40px 0;
  }
  .top_recruit_left::after {
    top: 50px;
    left: 50px;
    width: 100%;
    height: 100%;
  }
  .top_recruit_right {
    margin: 0;
  }
  .top_recruit_btn {
    margin-top: 30px;
  }
}

/********************************/
/*** TOP / お知らせ ****/
/********************************/
.top_news {
  position: relative;
  padding: 145px 0 100px;
}
.top_news::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 145px;
  right: -175px;
  background: url(../img/top/top_news_back.png) no-repeat center/contain;
  width: max(630px,45vw);
  height: max(502px,28vw);
  z-index: -1;
}
.top_news_block {
  display: flex;
  gap: 0 160px;
  justify-content: space-between;
}
.top_news_left {
  margin-top: 25px;
}
.top_news_btn {
  margin-top: 40px;
}
.top_news_right {
  flex-grow: 1;
  width: 100%;
}
.top_news_list {
  width: 100%;
}
.top_news_list li {
  border-bottom: 1px solid #D6D2CE;
  padding: 20px 0 15px;
}
.top_news_list li > span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top_news_list li > p {
  font-weight: bold;
}
.top_news_object {
  position: absolute;
  top: 100px;
  right: -10px;
  width: 130px;
}

@media screen and (max-width:960px) {
  .top_news_block {
    gap: 0 80px;
  }
  .top_news_object {
    top: 75px;
    right: -5px;
    width: 100px;
  }
}
@media screen and (max-width:767.9px) {
  .top_news {
    padding: 45px 0;
  }
  .top_news::after {
    top: 120px;
    right: -270px;
  }
  .top_news_block {
    flex-direction: column;
    gap: 20px 0;
    align-items: center;
  }
  .top_news_list li {
    padding: 10px 0 ;
  }
}


/**************************************************/
/*** 下層：共通
/**************************************************/
.lower_main {
  position: relative;
  background-color: #f7f2eb;
  width: 100%;
  height: 360px;
  display: flex;
  justify-content: center;
}
.lower_main_block {
  margin-top: 105px;
}
.lower_title_en {
  display: block;
  font-size: 24px;    /*20px*/
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  color: #960C0C;
}
.lower_title_jp {
  display: block;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.lower_main_object {
  position: absolute;
  top: 36%;
  right: -270px;
}
.breadcrumb {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans", sans-serif;
}
.breadcrumb_list {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  height: 60px;
}
.breadcrumb_list li + li::before {
  content:'>';
  display: inline-block;
  margin: 0 12px 0 16px;
}
.breadcrumb_list li a {
  color: #960C0C;
}

.company_contents,
.service_contents,
.recruit_contents,
.contact_contents,
.privacy_contents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans JP", "Noto Sans", sans-serif;
}

@media screen and (max-width:767.9px) {
  .lower_main {
    height: 200px;
  }
  .lower_main_block {
    margin-top: 55px;
  }
  .lower_title_en {
    font-size: 18px;
  }
  .lower_title_jp {
    font-size: 36px;
  }
  .lower_main_object {
    right: -160px;
    width: 310px;
  }
}
@media screen and (max-width: 480px) {
  .lower_main_object {
    right: -100px;
    width: 210px;
    top: 130px;
  }
}

/**************************************************/
/*** 下層：会社案内
/**************************************************/
.company_main {
  padding: 76px 0 140px;
}
.company_table {
  width: 100%;
}
.company_table tr {

}
.company_table tr th {
  position: relative;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #960c0c;
  width: 200px;
  padding: 26px 10px;
  vertical-align: middle;
}
.company_table tr th::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  border-bottom: 3px solid #960c0c;
}
.company_table tr td {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding: 26px 40px;
  vertical-align: middle;
}
.company_table tr td::after {
  content: '';
  position: absolute;
  bottom: 1px; left: 4px; right: 0;
  border-bottom: 1px solid #ccc;
}
.company_td span {
  display: inline-block;
}
.company_table_list {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 85px;
}
.company_table_list li {
  position: relative;
  padding-left: 20px;
}
.company_table_list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 15px; left: 4px;
  width: 8px;
  height: 1px;
  background-color: #960c0c;
}
.company_gmap {
  width: 100%;
  margin: 80px 0 60px;
}
/* .company_recruit {
  position: relative;
  border-radius: 8px;
  border: 4px solid #960C0C;
  background-color: #f7f2eb;
  padding: 40px 20px 40px 115px;
} */
.company_recruit a {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 8px;
  border: 4px solid #960C0C;
  background-color: #f7f2eb;
  padding: 40px 20px 40px 115px;
}
.company_recruit a::after {
  content: '';
  position: absolute;
  top: 0; bottom:0; left: 0; right: 0;
  background-color: rgba(150, 12, 12, 0.2);
  opacity: 0;
  transition: all .3s ease;
}
.company_recruit_image {
  position: absolute;
  top: -25px;
  right: 65px;
}
.company_recruit_arrow {
  margin-left: 40px;
}
.company_recruit_title_jp {
  display: inline-block;
  font-size: 40px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 1.8;
}
.company_recruit_title_en {
  display: inline-block;
  font-family: "Spartan", "Noto Sans JP", "Noto Sans", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  color: #960C0C;
}
.company_recruit a:hover::after {
  opacity: 1;
}

@media screen and (max-width:960px) {
  .company_recruit a {
    padding-left: 50px;
  }
  .company_recruit_image {
    top: -10px;
    right: -25px;
    width: 140px;
  }
}
@media screen and (max-width:767.9px) {
  .company_main {
    padding: 60px 0 80px;
  }
  .company_table tr th {
    display: block;
    text-align: left;
    width: 100%;
    padding: 30px 20px 20px;
  }
  .company_table tr:first-child th {
    padding-top: 0;
  }
  .company_table tr td {
    display: block;
    width: 100%;
    padding: 16px 20px;
  }
  .company_table tr td::after {
    left: 0;
  }
  .company_table_list {
    gap: 10px 50px;
  }
  .company_gmap {
    margin: 60px 0;
  }
  .company_gmap iframe {
    height: 280px;
  }
  .company_recruit a {
    display: block;
    text-align: center;
    padding: 30px 20px;
  }
  .company_recruit_title_jp {
    font-size: 28px;
    margin-right: 15px;
  }
  .company_recruit_title_en {
    font-size: 16px;
  }
  .company_recruit_arrow {
    display: block;
    margin-left: 0;
  }
  .company_recruit_image {
    display: none;
    /* top: unset;
    right: 0;
    width: 85px;
    bottom: -40px; */
  }
}

/**************************************************/
/*** 下層：事業内容
/**************************************************/
.service_main {
  padding-top: 80px;
  padding-bottom: 120px;
}
.service_main_list > li {
  display: flex;
  gap: 0 40px;
  max-width: 820px;
}
.service_main_list > li + li {
  margin-top: 80px;
}
.service_main_list li:nth-child(even) {
  justify-content: flex-end;
  margin-left: auto;
}
.service_icon {
  flex-shrink: 0;
}
.service_block {
  max-width: 580px;
  flex-grow: 1;
  text-align: left;
}
.service_block_head {
  display: flex;
  align-items: center;
  gap: 0 10px;
  transform: translateX(-5px);
}
.service_block_number {
  display: block;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.0;
  color: #960C0C;
}
.service_block_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3;
}
.service_block_example {
  position: relative;
}
.service_block_example span {
  position: absolute;
  top: -10px;
  left: 30px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.0;
  color: #960C0C;
}
.service_block_example ul {
  background-color: #f7f2eb;
  padding: 20px 30px;
  margin-top: 40px;
}

@media screen and (max-width:960px) {
  .service_icon {
    width: 30%;
  }
  .service_block_number {
    font-size: 50px;
  }
  .service_block_title {
    font-size: 24px;
  }
}
@media screen and (max-width:767.9px) {
  .service_main {
    padding: 60px 0;
  }
  .service_main_list > li + li {
    margin-top: 60px;
  }
}
@media screen and (max-width:640px) {
  .service_main_list > li {
      flex-direction: column;
      gap: 25px 0;
      text-align: center;
  }
  .service_icon {
    width: 100%;
  }
}

/**************************************************/
/*** 下層：採用情報
/**************************************************/
.recruit_contents .title_en {
  font-size: 18px;
  text-align: center;
}
.recruit_contents .title_jp {
  font-size: 40px;
  text-align: center;
}

.recruit_recruitment {
  padding: 80px 0;
}
.recruit_recruitment table {
  margin-top: 45px;
}
.recruit_recruitment table  tr + tr {
  border-top: 10px solid #fff;
}
.recruit_recruitment table tr th {
  font-weight: 500;
  text-align: center;
  color: #960c0c;
  background-color: #f7f2eb;
  width: 200px;
  padding: 15.5px 0;
}
.recruit_recruitment table tr td {
  padding: 15.5px 40px;
}
.recruit_entry {
  padding: 80px 0 120px;
}
.recruit_entry_text {
  font-weight: 500;
  text-align: center;
  margin: 12px 0 24px;
}

/**********************/
.recruit_entry #mail_form dt .optional ,
.recruit_entry #mail_form dt .required {
  display: none;
}
.recruit_entry_block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px 40px;
}
.recruit_entry #mail_form dl {
  flex-basis: calc((100% - 40px)/2);
}
.recruit_entry #mail_form dl:last-child {
  flex-basis: 100%;
}
.recruit_entry #mail_form dt {
  margin-bottom: 10px;
}
.recruit_entry #mail_form dd textarea {
  min-height: 200px;
}

@media screen and (max-width:767.9px) {
  .recruit_contents .title_en {
    font-size: 16px;
  }
  .recruit_contents .title_jp {
    font-size: 30px;
  }
  .recruit_recruitment {
    padding: 60px 0;
  }
  .recruit_recruitment table {
    margin-top: 20px;
  }
  .recruit_recruitment table tr th,
  .recruit_recruitment table tr td {
    display: block;
    width: 100%;
  }
  .recruit_recruitment table  tr + tr {
    border: none;
  }
  .recruit_recruitment table tr td {
    background-color: #F9f9f0;
  }
  .recruit_entry {
    padding: 0 0 60px;
  }
  .recruit_entry_block {
    display: block;
  }
  .recruit_entry #mail_form dl + dl {
    margin-top: 20px;
  }
  .recruit_entry #mail_form dt {
    margin-left: 10px;
  }
}

/**************************************************/
/*** お知らせ
/**************************************************/
.news_main {
  padding: 80px 0 120px;
}
.news_list li {
  width: 100%;
}
.news_list li a {
  display: flex;
  gap: 0 20px;
  align-items: flex-start;
  border: 2px solid #f7f2eb;
  background-color: #f7f2eb;
  padding: 25px 41px;
  transition: border .3s ease;
}
.news_list li a:hover {
  border-color:#960C0C;
}
.news_list li + li {
  margin-top: 10px;
}
.news_list_date {
  display: flex;
  align-items: center;
  font-size: 20px;    /*16px*/
  font-weight: 500;
  line-height: 1.2;
  color:#960C0C;
  flex-shrink: 0;
}
.news_list_tag {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  border-radius: 15px;
  background-color: #333;
  width: 100px;
  display: flex;
  justify-content: center;
  margin-left: 30px;
  padding: 8px 0 6px;
}
.news_list li a p {
  font-size: 14px;
  font-weight: 500;
  line-height: 2.1;
}

.news_detail {
  padding: 80px 0;
}
.news_detail_title {
  font-size: 26px;
  font-weight: 500;
  margin-top: 20px;
}
.news_detail_content {
  font-size: 16px;
  font-weight: 500;
  border-top: 2px solid #960C0C;
  border-bottom: 2px solid #960C0C;
  margin: 40px 0 60px;
  padding: 60px 0;
}


@media screen and (max-width:767.9px) {
  .news_main {
    padding: 60px 0;
  }
  .news_list li a {
    flex-direction: column;
    gap: 20px 0;
    padding: 20px 25px;
  }
  .news_list li a p {
    line-height: 1.85;
  }
  .news_detail {
    padding: 60px 0;
  }
  .news_detail_title {
    font-size: 20px;
  }
  .news_detail_content {
    margin: 20px 0 40px;
    padding: 40px 0;
  }
}

/**************************************************/
/*** 下層：お問い合わせ
/**************************************************/
.contact_wrapper .cmn_contact {
  display: none;
}
.contact_main {
  padding: 80px 0 120px;
}

/**********************/
#mail_form dt .optional ,
#mail_form dt .required {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
  border-radius: 8px;
  border: 1px solid #960c0c;
  width: 60px;
  height: 30px;
  padding-top: 3px;
}
#mail_form dt .optional {
  color: #960c0c;
}
#mail_form dt .required {
  color: #fff;
  background-color: #960c0c;
}
#mail_form .error_blank,
#mail_form .error_format,
#mail_form .error_match {
  display: block;
  font-weight: bold;
  color: #ff0000;
  margin: 5px 0;
}
#mail_form #agreement .error_check {
  display: none;
  font-weight: 500;
  color: #ff0000;
  margin-top: 3px;
}
#form_submit_button {
  display: flex;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #960C0C;
  background-color: #960C0C;
  width: 280px;
  height: 60px;
  margin: 32px auto 0;
  transition: all .3s ease;
}
#form_submit_button:disabled {
  background-color: #ccc;
}
#form_submit_button:not(:disabled):hover {
  color: #333;
  border-radius: 8px;
  border-color: #333;
  background-color: #fff;
}

/**********************/
.contact_main #mail_form dl {
  display: flex;
}
.contact_main #mail_form dl + dl {
  margin-top: 16px;
}
#mail_form dt,
#mail_form dd {
  font-weight: 500;
}
.contact_main #mail_form dt {
  display: flex;
  justify-content: space-between;
  width: 320px;
  padding: 16px 20px 0 0;
  flex-shrink: 0;
}
.contact_main #mail_form dd {
  flex-grow: 1;
}
#mail_form dd input[type="text"],
#mail_form dd input[type="email"],
#mail_form dd input[type="tel"],
#mail_form dd select,
#mail_form dd textarea {
  border-radius: 8px;
  background-color: #f7f2eb;
  width: 100%;
  padding: 15px 20px;
}
#mail_form dd input[type="checkbox"] {
  margin-right: 8px;
}
#mail_form dd select {
    background-image: url("./img/arrow.svg");
    background-repeat: no-repeat;
    background-size: 24px auto; /* 画像のサイズ（幅 高さ）*/
    background-position: right 12px center; /* 画像の位置 */
}
.contact_main #mail_form dd textarea {
  min-height: 240px;
}
#mail_form .select_wrap {
  position: relative;
}
#mail_form .select_wrap::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;
  border-radius: 0 8px 8px 0;
  background-color: #960C0C;
  pointer-events: none;
}
#mail_form .select_wrap::after {
  content: "";
  position: absolute;
  top: calc(50% - 11px);
  right: 42px;
  width: 15px;
  height: 15px;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(45deg);
  pointer-events: none;
}
#mail_form dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px 20px;
  min-height: 60px;
}
#mail_form dd ul li label {
  display: flex;
  align-items: center;
}
#mail_form #agreement {
  text-align: center;
  margin-top: 30px;
}
#mail_form #agreement a {
  color: #4fa9cf;
}
#mail_form #agreement p + p {
  margin-top: 10px;
}

.hiragana {
  text-align: center;
  max-width: 400px;
  margin: 20px auto;
}
.hiragana_box {
  display: inline-block;
  margin-top: 5px;
}
.hiragana_box input {
  border: 1px solid #000;
}
.hiragana_box button {
  background-color: #4fa9cf;
  border: 1px solid #000;
  width: 90px;
}

@media screen and (max-width:767.9px) {
  .contact_main {
    padding: 60px 0 80px;
  }
  #mail_form dt .optional,
  #mail_form dt .required {
    width: 50px;
    height: 25px;
    margin-left: 10px;
  }
  .contact_main #mail_form dl {
    display: block;
  }
  .contact_main #mail_form dl + dl {
    padding-top: 15px;
    margin-top: 15px;
    border-top: 2px solid #ccc;
  }
  .contact_main #mail_form dt {
    justify-content: flex-start;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  #mail_form dd input[type="text"],
  #mail_form dd input[type="email"],
  #mail_form dd input[type="tel"],
  #mail_form dd select,
  #mail_form dd textarea {
    padding: 10px 15px;
  }
  #mail_form dd textarea {
    min-height: 150px;
  }
  #mail_form dd ul {
    display: block;
    padding-left: 5px;
  }
}

/**************************************************/
/*** 下層：個人情報保護方針
/**************************************************/
.privacy_main {
  padding: 80px 0 120px;
}
.privacy_main p {
  font-size: 17px;
}
.privacy_main .privacy_ttl {
  font-size: 18px;
  font-weight: bold;
  margin: 50px 0 5px;
}

@media screen and (max-width:767.9px) {
  .privacy_main {
    padding: 60px 0 80px;
  }
}


/**************************************************/
/*** Thanksページ
/**************************************************/
.thanks_contents .title_en {
  font-size: 18px;
  text-align: center;
}
.thanks_contents .title_jp {
  font-size: 40px;
  text-align: center;
}
.thanks_main {
  padding: 80px 0;
}
.thanks_main p {
  text-align: center;
  margin: 60px 0;
}
.thanks_main_btn {
  margin-top: 60px;
}

@media screen and (max-width:767.9px) {
  .thanks_contents .title_en {
    font-size: 16px;
  }
  .thanks_contents .title_jp {
    font-size: 30px;
  }
  .thanks_main {
    padding: 60px 0;
  }
}
