h2,h3,h4,p,li,span,div {
  line-height: 1.6;
  letter-spacing: 0.02em;
}
h2,h3 {
  font-weight: bold;
}
li {
  list-style: none;
}

.g_navi_o li{
  list-style:disc;
  margin-left: 1.5em;
  padding: 4px 0;
}

@media (max-width:767px){
  .g_navi_o{
    padding: 0 2% 0 13%;
  }
  .g_navi_o li > a{
    padding:0 !important;
  }
}

.c-white {
  color: #fff;
}
.slideInnerTitle .c-red {
  color: #ab1b1b;
  display: inline;
}
.scroll {
  opacity: 0;
  visibility: hidden;
  transition: transform 2s, opacity 0s, visibility 2s;
}
.slide-text_fade {
  animation: slideTextFade 9s infinite;
  display: inline-block;
}
/*
@keyframes slideTextFade {
  0% {
    transform: scale(1);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(2.6);
    transform-origin: left;
  }
}
*/
@keyframes slideTextFade {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  60% {
    transform: scale(1);
    opacity: 1;
  }
  98% {
    transform: scale(2.6);
    transform-origin: left;
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}

.fadein {
  transform: translateX(0);
  opacity: 2;
  visibility: visible;
}

.header-container {
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 40px);
  height: 100px;
}

.main-logo {
  max-width: 380px;
  padding: 0 0 0 20px;
}
.main-logo img {
  width: 100%;
}

nav {
  justify-content: flex-end;
  gap: 40px;
  align-items: center;
}

ul.menu-list_area {
  gap: 20px;
}

li.menu-list {
  font-size: 14px;
  font-weight: 500;
}

.header-menu_btn {
  background-color: #AB1C1B;
  width: 140px;
  height: 50px;
  text-align: center;
  border-radius: 45px;
  cursor: pointer;
}
.header-menu_btn {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 50px;
}
.header-menu_open {
  border: solid 1px #ab1b1b;
  background-color: #fff;
}
ul.breadcrumbs {
  justify-content: flex-start;
  font-size: 12px;
  gap: 8px;
  display: flex;
  align-items: center;
  max-width: calc(100% - 40px);
  margin: 20px auto;
}
li.home {
  font-size: 12px;
}
.page-header_container {
  position: relative;
  width: 100%;
  height: 340px;
}
.page-header_container::before {
  content: "";
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.page-header_service::before {
  background-image: url(../img/header/page-header_service.jpg);
}
.page-header_service--02::before {
  background-image: url(../img/header/page-header_service02.jpg);
}
.page-header_service--03::before {
  background-image: url(../img/header/page-header_service03.jpg);
}
.page-header_service--04::before {
  background-image: url(../img/header/page-header_service04.png);
}
.page-header_service--07::before {
  background-image: url(../img/header/page-header_service07.jpg);
}
.page-header_service--08::before {
  background-image: url(../img/header/page-header_service08.jpg);
}
.page-header_recruit::before {
  background-image: url(../img/header/page-header_recruit.png);
}
.page-header_company::before {
  background-image: url(../img/header/page-header_company.jpg);
}
.page-header_recruit-info::before {
  background-image: url(../img/header/page-header_recruit-info.jpg);
}
.page-header_contact::before {
  background-image: url(../img/header/page-header_contact.jpg);
}
.page-header_news{
  background: #AB1C1B;
  height: 215px;
}


.page-header_title {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
}

h1.header-title_en {
  width: max-content;
  color: #AB1C1B;
  font-weight: bold;
  font-size: 76px;
  background-color: #fff;
  padding: 0 20px;
}

p.header-title_jp {
  font-size: 26px;
  font-weight: bold;
  background-color: #fff;
  padding: 0 20px;
  margin-top: 10px;
  width: -moz-max-content;
  width: max-content;
}

.header-nav_container {
  width: 30%;
  height: calc(100% - 100px);
  overflow: auto;
  background-color: #ab1b1b;
  position: fixed;
  top: 100px;
  right: -100%;
  z-index: 9999;
  transition: .3s;
}


@media (max-width:1500px){
  .header-nav_container {
    width: 30%;
  }
}

.header-nav_open {
  right: 0;
}

li.header-nav_list {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
li.header-nav_contact {
  background-color: #fff;
  border-radius: 45px;
  text-align: center;
  width: 200px;
  height: 50px;
  margin-bottom: 50px;
}
li.header-nav_contact a {
  font-size: 18px;
  line-height: 50px;
  color: #ab1b1b;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
}
li.header-tel_text {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
li.header-tel_message {
  font-size: 16px;
  color: #fff;
  margin-top: 10px;
}
.header-menu_open {
  background-color: #fff;
  border: solid 1px #ab1b1b;
  color: #ab1b1b;
}

.service-list_container {
  justify-content: center;
  gap: 60px;
  row-gap: 40px;
  align-items: center;
  margin-bottom: 90px;
}
.service-list_img {
  max-width: 640px;
}
.service-list_img img {
  width: 100%;
}
.service-list_text {
  max-width: 560px;
}
p.service-text_en {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: bold;
}
h2.service-list_head {
  font-size: 25px;
  font-weight: bold;
  color: #ab1b1b
}
p.service-text_main {
  font-size: 15px;
  margin-top: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.readmore-btn {
  width: 260px;
  height: 54px;
  text-align: center;
  background-color: #ab1b1b;
  border-radius: 45px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 54px;
  margin-top: 40px;
  transition: .3s;
}

.service-list_top .readmore-btn {
  margin-top: 20px;
}

.readmore-btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.readmore-btn:hover {
  background-color: #fff;
  border: solid 1px #ab1b1b;
  color: #ab1b1b;
}

.recruit-list_wrap {
  max-width: 500px;
}
.recruit-list_wrap img {
  width: 100%;
}

.recruit-message_area {
  width: 90%;
  margin: 60px auto 90px;
}
h3.recruit-message_head {
  font-size: 26px;
  color: #ab1b1b;
  font-weight: bold;
  margin-top: 40px;
  padding: 5px 10px;
  width: max-content;
}
p.recruit-message_top {
  font-size: 16px;
  color: #000;
}
p.recruit-message_text {
  font-size: 16px;
  margin-top: 30px;
  color: #000;
}

.recruit-career_container {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
}
.recruit-career_img {
  width: 50%;
  height: 500px;
}
.recruit-career_img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.recruit-career_text {
  width: 50%;
  padding: 50px;
}
.service-list_top {
  margin-top: 20px;
  padding: 0 20px 30px 20px;
}
.service-list_top .readmore-btn{
  margin-left: auto;
  margin-right: auto
}
.recruit-number_area {
  margin: 90px auto;
}
.pie-chart {
  margin: 50px auto;
}

@media screen and (max-width: 780px) {
  .service-list_container {
    gap: 30px;
    row-gap: 30px;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
  .service-list_img {
    max-width: 100%;
  }
  .service-list_text {
    max-width: 100%;
  }
  .reverse {
    flex-direction: column-reverse;
  }

  h3.recruit-message_head {
    font-size: 26px;
    color: #fff;
    font-weight: bold;
    margin-top: 0;
    background-color: #fff;
    padding: 5px 10px;
    width: max-content;
  }
  p.recruit-message_top {
    font-size: 18px;
    color: #000;
  }
  p.recruit-message_text {
    font-size: 16px;
    margin-top: 30px;
    color: #fff;
  }
  
  .recruit-career_container {
    width: 100%;
    flex-wrap: wrap;
    background-color: #000;
  }
  .recruit-career_img {
    width: 100%;
    height: 300px;
  }
  .recruit-career_img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .recruit-career_text {
    width: 100%;
    padding: 40px 20px;
  }
}

/* .top-op,.top-op2{
  position: fixed;
  top: 0;
  left: 0;
  margin: 0 auto;
  width: 100%;
  height: 100vh;
}

.top-op{
  z-index: 9995;
  background: #ab1b1b;
  animation-duration: 1.2s;
  animation-delay:1.4s;
  animation-fill-mode: forwards;
  animation-name: top-op;
}
.top-op2{
  z-index: 9998;
  background: #e2e2e2;
  animation-duration: 0.7s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards;
  animation-name: top-op2;
} */
 
@keyframes top-op{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}

@keyframes top-op2{
0% {
  width: 100%;
  left:0;
}
50% {
  width: 100%;
}
100% {
  width: 0%;
  left: 100%;
}
}

.pie-chart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
 
.box {
  position: relative;
  width: calc((100% - 40px)/3);
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 750px) {
  .pie-chart-wrap {
    gap: 15px;
    padding-top: 20px;
  }
  .box {
    width: calc((100% - 15px)/2);
  }
}

@media screen and (max-width: 370px) {
  .box {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  h3.recruit-message_head {
    font-size: 20px;
    background-color: #ab1b1b;
    padding: 5px 10px;
    width: max-content;
  }
  p.recruit-message_top {
    font-size: 14px;
  }
  p.recruit-message_text {
    font-size: 14px;
  }
}
.box .percent {
  position: relative;
  width: 150px;
  height: 150px;
}
.box .percent svg {
  position: relative;
  width: 150px;
  height: 150px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 10;
  stroke: #f3f3f3;
  stroke-dasharray: 440;
  stroke-dashoffset: 0;
  stroke-linecap: round;
}
.box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #111;
}
.box .percent .number .title {
  font-size: 28px;
  text-align: center;
}
.box .percent .number .title span {
  font-size: 22px;
}
.box .text {
  padding: 10px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.box .percent .line {
  -webkit-animation: circleAnim 1s forwards;
          animation: circleAnim 1s forwards;
}
.box.blue .percent .line {
  stroke-dashoffset: 52.8;
  stroke: #03a9f4;
}
.box.red .percent .line {
  stroke-dashoffset: 154;
  stroke: #ff3051;
}
.box.green .percent .line {
  stroke-dashoffset: 321.2;
  stroke: #1fd26c;
}
 
@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}
 
@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 440;
  }
  99.9%, to {
    stroke-dasharray: 440 440;
  }
}

.title-bg_slide {
  position: relative;
  overflow-x: hidden;
  background-color: #AB1C1B;
}
.title-bg_slide::before {
  content: '';
  display: block;
  background-color: #AB1C1B;
  -webkit-animation: titleBgSlide 1.5s forwards;
  animation: titleBgSlide 1.5s forwards;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes titleBgSlide {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(101%);
  }
}

.slide-bg {
  position: relative;
  overflow-x: hidden;
  width: max-content;
  background-color: #fff;
}
.slide-bg::before {
  content: '';
  display: block;
  background-color: #AB1C1B;
  -webkit-animation: slideBg 1.5s forwards;
  animation: slideBg 1.5s forwards;
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@keyframes slideBg {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(101%);
  }
}

.slideInnerImage {
  width: 100%;
  /* height: 840px; */
  overflow: hidden;
}
.slideInnerImage video {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}

.greeting-message_container {
  justify-content: space-between;
  gap: 60px;
  row-gap: 60px;
}

p.greeting-message {
  font-size: 16px;
  margin-top: 40px;
}

p.greeting-message_top {
  font-size: 16px;
  padding-top: 40px;
  max-width: 840px;
}

.greeting-owner_container {
  width: 90%;
  position: relative;
  margin: 90px auto 0;
}
.greeting-owner_container::before {
  content: "";
  display: block;
  background-color: #ab1b1b;
  width: 90%;
  height: 76%;
  position: absolute;
  top: 10%;
  right: 0;
  z-index: -5;
}
.greeting-owner_container::after {
  content: "Message";
  display: block;
  font-size: 11vw;
  font-weight: bold;
  position: absolute;
  top: 16%;
  right: 0%;
  color: #efefef;
}
.greeting-owner_container img {
  width: 100%;
  max-width: 740px;
}

.greeting-message_main {
  width: 80%;
  font-size: 16px;
  background-color: #fff;
  padding: 40px;
  margin: -60px 0 0 auto;
  position: relative;
  z-index: 5;
}

h3.greeting-message_head {
  font-size: 36px;
  color: #ab1b1b;
  margin-top: 40px;
}

p.greeting-message_text {
  margin-top: 40px;
  font-size: 16px;
}

.philosophy-message_wrap {
  margin-top: 240px;
}

.greeting-philosophy_container {
  justify-content: space-between;
  gap: 60px;
  row-gap: 60px;
}

p.greeting-message_wrap {
  max-width: 560px;
}

p.greeting-text_en {
  font-size: 21px;
  font-weight: bold;
  color: #ab1b1b;
}

h2.greeting-list_head {
  font-size: 4rem;
  font-weight: bold;
  /*margin-top: 20px;*/
}

p.greeting-philosophy_top {
  font-size: 24px;
  font-weight: bold;
  padding-top: 40px;
}
p.greeting-philosophy_top span {
  font-size: 36px;
  color: #fff;
}

.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 9999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 1200px;
  width: 90%;
  overflow-y: scroll;
  overflow-x: hidden;
  max-height: 800px;
  scrollbar-color: #ab1b1b #e6e6e6;
  scrollbar-width: thin;
}
@media screen and (min-width: 1200px){
  .modal-body{
    width: 60%;
  }
  
}
@media screen and (min-width: 1100px) and (max-width:1199px){
  .modal-body{
    width: 70%;
  }
}
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 40px;
  right: 40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #ab1b1b;
  cursor: pointer;
}

.modal-content {
  background: #fff;
  text-align: left;
  padding: 40px;
}

.modal-content_wrap {
  gap: 50px;
  align-items: center;
}

ul.profile-list_area {
  margin-top: 30px;
}

li.profile-list_head {
  font-size: 20px;
  font-weight: bold;
  color: #ab1b1b;
}

li.profile-list_text {
  font-size: 16px;
  margin-top: 30px;
}
.profile-view_btn {
  width: 220px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 45px;
  background-color: #ab1b1b;
  color: #fff;
  font-weight: 500;
  transition: 0.4s;
  margin-top: 50px;
  cursor: pointer;
}
.profile-view_btn:hover {
  border: solid 1px #ab1b1b;
  background-color: #fff;
  color: #ab1b1b;
}

.philosophy-message_wrap {
  padding: 90px 0;
}

.philosophy-message02_wrap {
  padding: 60px 0;
  margin-top: 60px;
  background-color: #ab1b1b;
}

.philosophy-message_text {
  margin-top: 40px;
}

.philosophy-text_wrap {
  margin-top: 40px;
}

h4.philosophy-top_head {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

p.philosophy-message {
  font-size: 16px;
  margin-top: 50px;
  font-weight: bold;
  color: #fff;
}

.guidelines-title_container {
  width: 90%;
  margin-top: 220px;
  height: 460px;
  position: relative;
  padding-top: 60px;
  margin: 120px auto 0;
}
.guidelines-title_container::before {
  content: "";
  display: block;
  background-image: url(../img/company/guidelines-bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -5;
  position: absolute;
  top: 0;
  left: 0;
}

.guidelines-text_en {
  font-size: 21px;
  font-weight: bold;
  color: #ab1b1b;
  padding: 0 10px;
}

h2.guidelines-text_head {
  font-size: 4rem;
  font-weight: bold;
  margin-top: 10px;
  background-color: #fff;
  padding: 0 10px;
  width: -moz-max-content;
  width: max-content;
}

.guidelines-en {
  position: absolute;
  bottom: -50px;
  right: 0;
  font-size: 11vw;
  color: #716e6e;
  font-weight: bold;
}

ul.guidelines-list_area {
  margin-top: 90px;
}

li.guidelines-list_wrap {
  margin-bottom: 60px;
}

h3.guidelines-text_head {
  font-size: 24px;
  font-weight: bold;
  color: #ab1b1b;
  padding-left: 20px;
  border-left: solid 3px #ab1b1b;
}

p.guidelines-text {
  font-size: 16px;
  margin-top: 40px;
}

.about-us_container {
  width: 100%;
  position: relative;
  margin-top: 130px;
}
.about-us_container::before {
  content: "";
  display: block;
  background-image: url(../img/company/about-us_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 80%;
  height: 70%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -5;
}

.about-us-title_en {
  position: absolute;
  top: 30%;
  left: 0;
  font-size: 9vw;
  font-weight: bold;
  writing-mode: vertical-lr;
  color: #eeeeee;
  transform: translateY(-50%);
}

.about-us_wrap {
  background-color: rgba(255, 255, 255, 0.9137254902);
  margin-top: 60px;
  padding: 60px;
}

.about-us-text_area {
  padding-top: 90px;
}

li.about-us-list {
  padding: 30px 0;
  border-bottom: solid 1px #e7e7e7;
}
li.about-us-list:last-child {
  border-bottom: unset;
}

h3.about-us-list_head {
  font-size: 16px;
  font-weight: 600;
  width: 240px;
}

p.about-us-list_text {
  font-size: 16px;
}


.contents-wrap {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.contents-wrap--s{
  max-width: 900px;
  width: 100%;
}
.page-end {
  margin-top: 120px;
}

#header {
  transition: .4s;
}


ul.staff-list_area {
  gap: 30px;
  justify-content: center;
  margin-top: 80px;
}

li.staff-list {
  max-width: 320px;
  cursor: pointer;
}

.staff-list_img {
  width: 100%;
  height: 240px;
  position: relative;
}
.staff-list_img::before {
  content: "インタビューを見る";
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px 0;
  background-color: rgba(166, 17, 17, 0.6549019608);
  z-index: -4;
  transition: 0.6s;
  opacity: 0;
}
.staff-list_img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  vertical-align: bottom;
}
.staff-list_img:hover::before {
  z-index: 5;
  opacity: 1;
}

h3.staff-name {
  font-size: 24px;
  font-weight: bold;
  color: #ab1b1b;
  margin-top: 20px;
}

p.staff-position {
  font-size: 16px;
  margin-top: 12px;
  font-weight: bold;
}

.staff-interview_top {
  position: relative;
  max-width: 1600px;
  width: 90%;
  margin: 90px auto 0;
}

.staff-interview_container {
  justify-content: flex-start;
  gap: 70px;
  row-gap: 50px;
}

.staff-top_img {
  max-width: 640px;
}
.staff-top_img img {
  width: 100%;
}

.staff-top_name {
  padding-top: 60px;
}

.staff-interview_name {
  font-size: 9vw;
  color: #E8E8E8;
  font-weight: bold;
  position: absolute;
  bottom: -50px;
  right: 0;
}

.interview-area_container {
  justify-content: space-between;
  gap: 60px;
  row-gap: 60px;
  flex-wrap: wrap;
}

.staff-interview_area {
  margin-top: 80px;
}

.interview-list_wrap {
  width: 47%;
}

h3.interview-title {
  font-size: 20px;
  font-weight: bold;
  color: #ab1b1b;
}

p.interview-text {
  margin-top: 24px;
  font-size: 16px;
}

.recruit-page_btn {
  width: 220px;
  height: 50px;
  text-align: center;
  background-color: #ab1b1b;
  border-radius: 45px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
  margin: 50px auto 0;
  transition: 0.4s;
}
.recruit-page_btn:hover {
  background-color: #fff;
  border: solid 1px #ab1b1b;
  color: #ab1b1b;
}

.staff-img {
  max-width: 1000px;
  margin: 40px auto;
}
.staff-img img {
  width: 100%;
}

h2.sec-top_head {
  font-size: 56px;
  font-weight: bold;
  text-align: center;
  color: #ab1b1b;
}


.service-detail_container {
  justify-content: center;
  gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px auto 0;
  padding: 60px 0;
}
.service-detail_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.service-detail_inner .service-detail_img{
  width: 49.756%;
  max-width: inherit;
}
.service-detail_inner .service-detail_title{
  width: 45%;
  max-width: inherit;
}
.service-detail_inner p.service-detail_text{
  width: 100%;
  padding-top: 15px;
  font-size: 17px;
}
.service-detail_step{
  color: #AB1D1B;
  font-size: 20px;
}
.service-detail_step.-white{
  color: #fff;
}
.service-detail_inner h2.service-detail_head{
  width: 100%
}
/* .service-detail01_area {
  position: relative;
&::before {
  content:'';
  display: block;
  background-color: #F7F7F7;
  position: absolute;
  top: 5%;
  left: 15%;
  width: 60%;
  height: 90%;
  z-index: -5;
}
} */
.service-detail02_area {
position: relative;
&::before {
content:'';
display: block;
background-image: url(../img/service/service-detail02_bg.jpg);
background-size: cover;
background-position: 0 0;
background-repeat: no-repeat;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -5;
}
}
.service-detail_img {
max-width: 560px;
img {
  width: 100%;
}
}
.service-detail_title {
max-width: 540px;
}
h2.service-detail_head {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 30px;
  font-weight: bold;
  width: max-content;
  margin-bottom: 10px;
}
p.service-detail_text {
  margin-top: 40px;
  font-size: 16px;
}
.service-detail01_area .service-detail_inner{
  position: relative;
  padding-top: 40px;
  padding-bottom: 20px;
}
.service-detail01_area .service-detail_inner:after{
  content: "";
  background-color: #F7F7F7;
  position: absolute;
  left: 15px;
  top: 0;
  width: calc(100% - 100px);
  height: 100%;
  z-index: -1;
}
.service-detail01_area .service-detail_inner .service-detail_text{
  padding-left: 10px;
}
.c-red {
  color: #9E2C23;
}

.c-red-big {
  color: #AB1C1B;
  font-size: 24px !important;
}

.s-18 {
  font-size: 18px !important;
}

.service-detail_container {
  justify-content: center;
  gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
  align-items: center;
  margin: 60px auto 0;
  padding: 0
}

.service-detail01_area {
  position: relative;
}
/* .service-detail01_area::before {
  content: "";
  display: block;
  background-color: #F7F7F7;
  position: absolute;
  top: 5%;
  left: 15%;
  width: 60%;
  height: 90%;
  z-index: -5;
} */

.service-detail02_area {
  position: relative;
  padding: 50px 0
}
.service-detail02_area::before {
  content: "";
  display: block;
  background-image: url(../img/service/service-detail02_bg.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -5;
}

.service-detail_img {
  max-width: 520px;
}
.service-detail_img img {
  width: 100%;
}

.service-detail_title {
  max-width: 460px;
}

h2.service-detail_head {
  background-color: #fff;
  padding: 5px 10px;
  font-size: 30px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 10px;
}

p.service-detail_text {
  margin-top: 40px;
  font-size: 16px;
}

.c-red {
  color: #9E2C23;
}

.c-white {
  color: #fff;
}

.service-detail_wrap {
  gap: 10px;
  position: absolute;
  top: 0;
  left: 5%;
  z-index: 10;
}

h2.service-detail_head {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  font-size: 24px;
  font-weight: bold;
}

p.service-detail_text {
  width: 61%;
  margin: 0;
  padding-top: 60px;
  font-size: 18px;
}

.best-solution_text {
  margin: 60px auto 0;
  font-size: 14vw;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #d1d1d1;
}

.service-detail_message {
  position: relative;
  margin-top: 60px;
}
.service-detail_message::before {
  content: "";
  display: block;
  background-color: #F8F8F8;
  width: 100%;
  height: 70%;
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -5;
}

ul.service-message_list {
  justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
  flex-wrap: wrap;
}

li.service-message {
  max-width: 280px;
  background-color: #fff;
  padding: 16px;
}

h3.service-message_head {
  font-size: 18px;
  font-weight: bold;
}

p.service-message_text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.client-list_area {
  margin-top: 100px;
}

h2.client-list_head {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}

.client-logo_area {
  margin-top: 50px;
}

.client-logo {
  margin: 0 10px;
}

.web-form_area {
  margin-top: 100px;
}

h2.web-form_head {
  font-size: 24px;
  font-weight: bold;
}

.web-form_top {
  width: -moz-max-content;
  width: max-content;
  padding: 5px 20px;
  margin: 50px auto 0;
  position: relative;
  background-color: #9E2C23;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
}
.web-form_top::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  border-top: 15px solid #9e2c23;
  border-bottom: 0;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

ul.web-form_list {
  justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
}


ul.web-form_list--text{
  gap: 20px 32px
}

.web-form_list--text li.service-message{
  padding: 16px 0
}

li.web-form_message {
  max-width: 280px;
  background-color: #ececec;
  padding: 16px;
}

h3.web-form_head {
  font-size: 16px;
  font-weight: bold;
  height: 50px;
}

p.web-form_text {
  font-size: 14px;
  margin-top: 10px;
  font-weight: 500;
}

.order-form_area {
  margin: 50px auto 0;
  max-width: 1000px;
}
.order-form_area img {
  width: 100%;
}

.readmore-btn_form {
  width: 270px;
  height: 50px;
  background-color: #ab1b1b;
  text-align: center;
  border-radius: 45px;
  margin: 40px auto 0;
}
.readmore-btn_form:hover{
  background-color: #fff;
  border: solid 1px #ab1b1b;
  color: #ab1b1b;
}
.readmore-btn_form a {
  font-size: 18px;
  line-height: 50px;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
}
.readmore-btn_form:hover a{
  color: #ab1b1b;
}
.text-center {
  text-align: center;
}
.page-end {
  margin-top: 120px;
}
.mannnen-message_area {
  max-width: 800px;
  margin: 60px auto;
}
.mannnen-message_area img{
  width: 100%;
}
.page-header_title .readmore-btn{
  margin-top: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1060px){
  .header-container{
    width: calc(100% - 20px)
  }
  .main-logo{
    max-width: 250px;
  }
  nav{
    gap: 20px
  }
  li.menu-list{
    font-size: 13px;
  }
  .header-nav_container{
    width: 46.88vw
  }
}
@media screen and (min-width: 768px){
  /* ul.header-nav_area {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-30%, -50%);
    width:80%;
  } */
  .header-nav_container{
    padding: 40px 25px
  }
}
@media screen and (max-width: 767px){
  ul.menu-list_area{
    display: none
  }
  .header-container{
    width: 100%;
    padding: 0 15px;
  }
  .header-menu_btn{
    width: 120px;
    height: 40px;
    line-height: 40px;
  }
  .header-nav_container{
    width: 100%;
  }
  .header-nav_area{
    padding: 20px 0 0
  }
  li.header-nav_list a{
    padding: 0 13%;
    display: block;
  }
  .main-logo{
    padding: 0;
    max-width: 200px;
  }
  li.header-nav_list{
    margin-bottom: 25px;
  }
  li.header-nav_contact{
    margin: 0 auto 30px
  }
  li.header-tel_text{
    text-align: center;
    font-size: 20px;
  }
  li.header-tel_message{
    text-align: center;
  }
  .service-list_top{
    padding: 0;
  }
  p.service-text_main{
    margin-top: 20px;
    height: auto;
  }
  .readmore-btn{
    margin: 25px auto 0;
  }
  h1.header-title_en{
    font-size: 50px;
  }
  p.header-title_jp{
    font-size: 18px;
  }
  .greeting-message_container{
    flex-wrap: wrap;
    row-gap: 20px;
  }
  p.greeting-message_top{
    padding-top: 0;
  }
  .contents-wrap{
    width: 100%;
    padding: 0 15px
  }
  ul.breadcrumbs{
    max-width: 100%;
    padding: 0 15px;
  }
  .greeting-owner_container{
    margin-top: 50px;
    width: calc(100% - 30px);
  }
  .greeting-owner_container::before{
    width: 100%;
    height: 78%;
    right: -15px;
  }
  .greeting-message_main{
    width: calc(100% - 30px);
    padding: 15px;
    margin: -15px 0 0 auto
  }
  h3.greeting-message_head{
    margin-top: 0;
    font-size: 25px;
    line-height: 1.2;
  }
  p.greeting-message_text{
    margin-top: 20px;
  }
  .profile-view_btn{
    margin: 40px auto 0;
  }
  .guidelines-title_container{
    padding-top: 30px;
    height: 300px;
  }
  .guidelines-en{
    bottom: 0;
    line-height: 1;
  }
  h2.guidelines-text_head,
  .guidelines-text_en{
    padding: 0 10px 0 0
  }
  ul.guidelines-list_area{
    margin-top: 40px;
  }
  p.guidelines-text{
    margin-top: 20px;
  }
  li.guidelines-list_wrap{
    margin-bottom: 40px;
  }
  h3.guidelines-text_head{
    font-size: 20px;
    padding-left: 15px;
  }
  .about-us_container{
    margin-top: 60px;
  }
  .about-us_container::before{
    width: calc(100% - 45px);
  }
  .about-us_wrap{
    padding: 0 15px 50px 45px
  }
  li.about-us-list{
    padding: 15px 0;
    flex-wrap: wrap;
  }
  h3.about-us-list_head{
    width: 100%;
    margin-bottom: 5px;
  }
  h2.sec-top_head{
    font-size: 45px;
  }
  .recruit-message_area{
    margin: 40px auto;
    padding: 0 15px;
  }
  .recruit-career_text {
    padding: 30px 15px;
  }
  .recruit-number_area{
    margin: 50px auto
  }
  .commonTitle{
    font-size: 2.7rem;
  }
  ul.staff-list_area{
    gap: 15px;
    margin-top: 50px;
    flex-wrap: wrap
  }
  li.staff-list{
    max-width: 100%;
    width: calc((100% - 15px)/2);
  }
  h3.staff-name{
    font-size: 20px;
  }
  p.staff-position{
    font-size: 14px;
    margin-top: 5px;
  }
  .modal-content_wrap{
    flex-wrap: wrap;
  }
  .staff-interview_container{
    flex-wrap: wrap;
    gap: 0
  }
  .staff-top_name{
    padding-top: 0;
  }
  .staff-interview_top{
    margin-top: 40px
  }
  .staff-interview_name{
    bottom: 70px
  }
  .staff-interview_area{
    margin-top: 40px;
  }
  .interview-list_wrap{
    width: 100%;
  }
  .staff-img{
    margin: 0 auto;
  }
  .interview-area_container{
    row-gap: 30px;
  }
  .recruit-page_btn{
    margin-top: 40px;
  }
  /* .service-detail01_area::before{
    width: calc(100% - 45px);
    left: inherit;
    right: 0
  } */
  .web-form_top{
    width: 100%;
    font-size: 20px;
    text-align: center;
  }
  p.service-detail_text{
    width: 100%;
    padding: 20px 5px 23px 60px;
  }
  .service-detail_title{
    max-width: 100%;
    width: 100%;
  }
  .service-detail_container{
    margin-top: 30px;
  }
  .best-solution_text{
    margin: 0
  }
  .service-detail_message{
    margin-top: 40px;
  }
  h2.service-detail_head{
    font-size: 16px;
    padding: 5px
  }
  .service-detail_wrap{
    left: 0;
  }
  ul.service-message_list{
    padding: 15px 40px;
    margin-top: 0;
    position: relative;
    margin: 0 -15px;
    gap: 15px;
    z-index: 2;
  }
  ul.service-message_list{
    padding: 15px 15px 15px 78px;
  }
  li.service-message{
    max-width: 100%;
    width: 100%;
  }
  .service-detail_message::before{
    display: none;
  }
  ul.service-message_list:before{
    content: "";
    width: 100%;
    height: 100%;
    background: #f5f5f5;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
  }
  .web-form_area{
    margin-top: 50px;
  }
  ul.web-form_list{
    flex-wrap: wrap;
    gap: 15px
  }
  li.web-form_message{
    max-width: 100%;
    width: 100%;
  }
  h3.web-form_head{
    height: auto;
  }
  .page-end{
    margin-top: 60px;
  }
  h2.web-form_head{
    padding-left: 45px;
    font-size: 20px;
  }
  ul.breadcrumbs{
    white-space: nowrap;
    overflow-x: auto;
  }
}

@media screen and (max-width: 379px){
  p.service-detail_text{
    font-size: 14px;
  }
}

.box.lightblue .percent .line {
  stroke-dashoffset: 40;
  stroke: #d1ecf1;
}

.box.pink .percent .line {
  stroke-dashoffset: 60;
  stroke: #f8d7da;
}

.box.orange .percent .line {
  stroke-dashoffset: 87.92;
  stroke: #ffe5b4;
}

.box.purple .percent .line {
  stroke-dashoffset: 70;
  stroke: #e2d6f3;
}

.box.yellow .percent .line {
  stroke-dashoffset: 90;
  stroke: #fff3cd;
}

.static-box{
  margin: 40px 0 0;
  font-size: 14px;
}
.static-box__inner{
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.static-box__list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 40px 0 0
}
.static-box__item{
  width: calc((100% - 120px)/4)
}
.static-box__item > p img{
  width: 100%
}
.static-box__title{
  color: #e20000;
  font-weight: 700;
  text-align: center;
  font-size: 20px;
  margin: 20px 0 15px;
}

@media screen and (min-width: 768px) and (max-width: 1024px){
  li.menu-list{
    font-size: 1.43vw
  }
  .header-menu_btn{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    width: 120px
  }
  p.service-text_en {
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: bold;
  }
  h2.service-list_head {
    font-size: 20px;
    font-weight: bold;
    color: #ab1b1b;
  }
  p.service-text_main {
    font-size: 16px;
  }
  .service-list_top .readmore-btn{
    width: 100%;
  }
} 

@media screen and (max-width: 768px){
  .static-box__list{
    gap:20px
  }
  .static-box__item{
    width: calc((100% - 40px)/3)
  }
}
@media screen and (max-width: 500px){
  .static-box__item{
    width: calc((100% - 20px)/2)
  }
}
@media screen and (max-width: 369px){
  .main-logo{
    max-width: 170px;
  }
}

.downloadFileList {
  width: 75%;
}

.downloadFileList li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.downloadFileList li span:first-child {
  flex: 0 0 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.downloadFileList li span:last-child {
  flex: 0 0 20%;
  text-align: right;
  font-style: italic;
}
.custom-file-upload {
  width: 100%;
}

.file-upload-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  background: linear-gradient(135deg, #AB1B1B, #8B1515);
  color: white;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(171, 27, 27, 0.3);
}

.file-upload-label:hover {
  background: linear-gradient(135deg, #8B1515, #6B1010);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(171, 27, 27, 0.4);
}

.file-upload-label:active {
  transform: translateY(0);
}

.upload-text {
  font-size: 14px;
  font-weight: 600;
}

.upload-icon {
  font-size: 16px;
  filter: brightness(0) invert(1);
}

.file-info {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  min-height: 20px;
  display: none;
}

.file-info.has-file {
  color: #28a745;
  font-weight: 500;
  display: block;
}

.file-info.has-file::before {
  content: "✓ ";
  color: #28a745;
  font-weight: bold;
}

.file-error {
  margin-top: 4px;
  font-size: 12px;
  color: #dc3545;
  min-height: 16px;
  display: none;
}

.file-error.has-error::before {
  content: "✗ ";
  color: #dc3545;
  font-weight: bold;
}

.file-error.has-error {
  display: block;
}
.p-action{
  display: flex;
  justify-content: center;
}
#formArea{
  width: 100%
}
.service-detail_lead{
  max-width: 992px;
  margin: 0 auto;
  font-size: 18px;
  padding: 0 15px;
  box-sizing: content-box;
}
.l-inner{
  max-width: 820px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.p-box{
  margin: 70px 0 0;
}
.p-box__head{
  background: #AB1D1B;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  padding: 6px;
  margin: 0 0 40px;
}
.p-box__list, .p-box__row{
  background: #f7f7f7;
  display: flex;
  flex-wrap: wrap
}
.p-box:has(.p-box__list) .p-box__head{
  margin-bottom: 0;
}
.p-box__list{
  padding-top: 40px;
}
.p-box__item{
  width: 33.33%;
  padding: 0 25px;
  font-size: 16px;
}
.p-box__item p:has(img) img{
  margin: auto
}
.p-box__title{
  margin: 15px 0;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.p-box__row{
  padding: 30px 25px;
  gap: 17px;
  justify-content: space-between;
}
.p-box__row li{
  width: calc((100% - 85px)/6);
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.p-box__row li img{
  margin: auto
}
.p-box__row li p{
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  .p-box__item{
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px){
  .p-box__list{
    gap: 30px 15px;
    padding-left: 15px;
    padding-right: 15px
  }
  .p-box__title,.p-box__row li{
    font-size: 16px;
  }
  .p-box__item{
    padding: 0;
    width: calc((100% - 30px)/3);
    font-size: 14px;
  }
  .p-box__row{
    gap: 25px 15px
  }
  .p-box__row li{
    width: calc((100% - 30px)/3);
  }
}
@media screen and (max-width: 599px){
  .p-box__item{
    width: calc((100% - 15px)/2);
  }
}
@media screen and (max-width: 369px){
  .p-box__item{
    width: 100%
  }
  .p-box__row li{
    width: calc((100% - 15px)/2);
  }
}
.p-box p{
  letter-spacing: 0;
}
.p-box__grid{
  display: flex;
  flex-wrap: wrap;
  gap: 80px 0;
  background: url(../img/service/bg_outsoucring_bs.png) no-repeat center / auto;
}
.p-box__col{
  width: 50%;
}

.p-box__top{
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: 246px;  
  margin: 0 0 20px
}
.p-box__name{
  font-size: 24px;
  font-weight: 500;
  color: #AB1D1B;
  line-height: 1.2;
}
.p-box__col p{
  max-width: 246px;
  font-size: 18px
}
.p-static{
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.p-static__img{
  width: 58.78%
}
.p-static__content{
  width: 37.56%
}
.p-static__title{
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  background: #AB1D1B;
  padding: 0px 20px;
  display: inline-block;
  margin: 0 0 30px
}
.p-static__text{
  font-size: 18px
}
.p-static__text p {
  letter-spacing: 0;
}
.p-static__text p + p{
  margin-top: 20px
}
.p-box__step{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  font-size: 24px;
  position: relative;
}
.p-box__step + .p-box__step{
  margin-top: 28px;
}
.p-box__step:after{
  content: "";
  background: #EED2D1;
  height: 3px;
  width: calc(100% - 22px);
  position: absolute;
  left: 22px;
  bottom: 0
}
.p-box__numb{
  width: 55px;
  height: 55px;
  border-radius: 100%;
  border: 3px solid #EED2D1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: bold;
}
.p-box__numb:after{
  content: "";
  background: #EED2D1;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: -1;
}
.p-box__value{
  font-size: 20px;
  width: calc(100% - 215px)
}
.p-box__label{
  font-weight: bold;
  color: #AB1D1B;
  min-width: 100px
}
.p-box+.p-lead{
  margin-top: 60px
}
.p-lead{
  color: #AB1D1B;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px){
  .p-box__col:nth-child(even){
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
}
@media screen and (max-width: 767px){
  .p-static__img, .p-static__content,.service-detail_inner .service-detail_img,
  .service-detail_inner .service-detail_title,.p-box__col, .p-box__value{
    width: 100%
  }
  .p-static__img img{
    margin: auto;
  }
  .p-static__content{
    margin: 30px 0 0;
  }
  .p-box__grid{
    gap: 40px
  }
  .p-box__top,.p-box__col p{
    max-width: 100%;
  }
  .service-detail_inner .service-detail_img{
    order: 0
  }
  .service-detail_inner p.service-detail_text{
    padding-left: 0;
  }
  .service-detail_inner .service-detail_title{
    margin: 15px 0 0;
    order: 1
  }
  .p-box__step{
    gap: 20px
  }
  .p-box__step:after{
    top: 52px;
    bottom: inherit;
  }
  .p-lead{
    font-size: 20px;
  }
}
.link-blank span{
  padding-right: 26px;
  background: url(../img/common/icon_blank.svg) no-repeat right center/16px;
}
[class^=readmore-btn]:hover .link-blank span{
  background-image: url(../img/common/icon_blank_red.svg);
}
.p-sec .l-inner > p:first-child{
  margin-top: 40px
}
.p-sec .l-inner > p:first-child + .c-heading{
  margin-top: 40px
}
.p-sec{
  letter-spacing: 0;
}
.c-heading{
  background: #AB1D1B;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  padding: 0 20px;
  display: inline-block;
  margin: 0 0 20px
}
.bg-inner{
  background: #F7F7F7;
  padding: 50px 0;
  position: relative;
}
.bg-inner:after, .bg-inner:before{
  content: "";
  background: #F7F7F7;
  position: absolute;
  top: 0;
  height: 100%;
  width: 200%;
  z-index: -1;
}
.bg-inner:before{
  left: -100%;
}
.bg-inner:after{
  right: -100%;
}
.bg-inner + .c-heading{
  margin-top: 30px
}
.main:has(.bg-inner){
  overflow: hidden;
}
.box-list{
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
  font-family: "Noto Sans JP", sans-serif;
}
.box-list li{
  width: calc((100% - 180px)/4);
  text-align: center;
}
.box-list li img{
  margin: 0 auto
}
.box-list__title{
  font-size: 18px;
  margin: 20px 0 0
}
.box-list li p:last-child:not(.box-list__title){
  font-size: 16px;
  text-align: left;
}
.p-sec{
  font-size: 17px;
}
.p-sec + .p-sec{
  padding-top: 80px
}
.c-lead:has(+p){
  margin-bottom: 20px;
}
.p-sec .l-inner p + p{
  margin-top: 20px;
}
.p-sec .l-inner p + p:has(+.bg-inner){
  margin-bottom: 20px;
}
.c-link{
  color: #AB1D1B;
  text-decoration: underline;
}
@media screen and (max-width: 767px){
  .box-list{
    gap: 40px;
  }
  .box-list li{
    width: calc((100% - 80px)/3);
  }
}

@media screen and (max-width: 499px){
  .box-list li{
    width: calc((100% - 40px)/2);
  }
}