@charset "UTF-8";

/*--- header ---*/
#header {
  margin: auto;
  width: 100%;
  max-width: 1920px;
  position: relative;
}

#header .header_bg .header_top {
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#header .header_bg .header_top .header_logo {
  margin: 30px 3%;
  width: 50%;
  max-width: 360px;
  text-align: center;
}

@media all and (max-width: 1024px) {
  #header .header_bg .header_top .header_logo {
    margin: 10px 3%;
  }
}

#header .header_bg .header_top .header_menu {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 55%;
  height: 50px;
  max-width: 800px;
  zoom: 1;
}

@media all and (max-width: 1024px) {
  #header .header_bg .header_top .header_menu {
    display: none;
  }
}

#header .header_bg .header_top .header_menu::before {
  content: " ";
  display: table;
}

#header .header_bg .header_top .header_menu::after {
  content: " ";
  display: table;
  clear: both;
}

#header .header_bg .header_top .header_menu>li {
  width: auto;
  margin-right: 2%;
}

#header .header_bg .header_top .header_menu>li:nth-child(6) {
  background-color: #D93031;
  width: 27%;
  max-width: 240px;
}

#header .header_bg .header_top .header_menu>li:nth-child(6)>a {
  color: #fff;
  padding: 30px 0;
  height: auto;
  position: static;
  top: auto;
  justify-content: center;
}

#header .header_bg .header_top .header_menu>li a {
  display: block;
  color: #333333;
  font-weight: 700;
  height: 92px;
  display: flex;
  align-items: center;
}

#header .header_bg .header_top .header_menu>li:hover {
  -webkit-transition: all .5s;
  transition: all .5s;
}

#header .header_bg .header_top .header_menu .menu_single {
  position: relative;
}

#header .header_bg .header_top .header_menu .menu_single:hover .menu_second-level {
  top: 100px;
  visibility: visible;
  opacity: 1;
}

#header .header_bg .header_top .header_menu .menu_single .init-bottom::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 0 4px 15px;
  border-right: 2px solid #D93031;
  border-bottom: 2px solid #D93031;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#header .header_bg .header_top .header_menu .menu_single .menu_second-level {
  position: absolute;
  top: 90px;
  left: -60px;
  width: 190px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  visibility: hidden;
  text-align: left;
  opacity: 0;
  z-index: 1;
}

#header .header_bg .header_top .header_menu .menu_single .menu_second-level::before {
  content: '';
  border-top: 3px solid #D93031;
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 140px;
  pointer-events: none;
}

#header .header_bg .header_top .header_menu .menu_single .menu_second-level li {
  border-top: 1px solid #979697;
}

#header .header_bg .header_top .header_menu .menu_single .menu_second-level li a {
  text-align: left;
  padding: 20px 5px 20px 15px;
  height: auto;
}

#header .header_bg .header_bottom {
  background: rgba(217, 48, 49, 0.8);
  height: 100%;
  max-height: 486px;
  position: relative;
}

@media all and (max-width: 1024px) {
  #header .header_bg .header_bottom {
    max-height: 527px;
  }
}

@media screen and (max-width: 768px) {
  #header .header_bg .header_bottom {
    max-height: 400px;
  }
}

#header .header_bg .header_bottom .page_title {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 8%;
  margin: auto;
}

#header .header_bg .header_bottom .page_title .sub_ttl {
  background-color: #fff;
  color: #D93031;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.1em;
  margin: 20px 0 0 5px;
  padding: 5px;
}

@media screen and (max-width: 768px) {
  #header .header_bg .header_bottom .page_title .sub_ttl {
    font-size: 5vw;
  }
}

#header .header_bg .header_bottom .page_title .sub_ttl::before {
  content: '■';
}

.process .header_bg {
  background-image: url(../img/business/bus_bg02.jpg);
}

.initiative .header_bg {
  background-image: url(../img/business/bus_bg05.jpg);
}

.privacy #header .header_bg .header_bottom {
  background-color: transparent;
}

#footer .footer_bg {
  background-color: #EBEBEB;
}

#footer .footer_bg .footer_area {
  margin: auto;
  padding: 100px 2%;
  width: 100%;
  max-width: 1600px;
}

@media screen and (max-width: 768px) {
  #footer .footer_bg .footer_area {
    padding: 50px 2%;
  }
}

#footer .footer_bg .footer_area .footer_top {
  display: flex;
  justify-content: space-between;
}

@media all and (max-width: 1024px) {
  #footer .footer_bg .footer_area .footer_top {
    flex-wrap: wrap;
  }
}

#footer .footer_bg .footer_area .footer_top .footer_left {
  width: 35%;
  max-width: 380px;
}

@media all and (max-width: 1024px) {
  #footer .footer_bg .footer_area .footer_top .footer_left {
    margin: auto;
    width: 100%;
  }
}

#footer .footer_bg .footer_area .footer_top .footer_left .logo {
  display: block;
  width: 100%;
  max-width: 360px;
}

#footer .footer_bg .footer_area .footer_top .footer_left .address {
  color: #4D4D4D;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.8em;
  padding: 30px 0 0 15%;
}

#footer .footer_bg .footer_area .footer_top .footer_left .address .copy {
  margin-top: 30px;
}

#footer .footer_bg .footer_area .footer_top .footer_right {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 61%;
}

@media all and (max-width: 1024px) {
  #footer .footer_bg .footer_area .footer_top .footer_right {
    margin: 30px auto 0;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer_bg .footer_area .footer_top .footer_right {
    display: none;
  }
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list {
  width: auto;
  margin-right: 8.5%;
  margin-bottom: 30px;
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list>li {
  margin-bottom: 20px;
  font-size: 17px;
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list .arrow {
  position: relative;
  padding-left: 28px;
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list .arrow::before {
  content: '';
  background-image: url(../img/common/navi_btn.png);
  width: 16px;
  height: 17px;
  margin: auto;
  position: absolute;
  top: 1px;
  left: 0px;
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list .parent {
  font-weight: 700;
}

#footer .footer_bg .footer_area .footer_top .footer_right .navi_list .child>a {
  color: #666;
  font-size: 15px;
}

.sp_menu>li a {
  text-align: center !important;
}

.sp_menu>li a img:nth-child(1) {
  width: 100%;
  max-width: 110px;
}

.sp_menu>li a img:nth-child(2) {
  width: 100%;
  max-width: 109px;
}

.sp_menu>li a img:nth-child(3) {
  width: 100%;
  max-width: 186px;
}

.sp_menu>li a img:nth-child(4) {
  width: 100%;
  max-width: 122px;
}

.sp_menu>li a img:nth-child(5) {
  width: 100%;
  max-width: 141px;
}

main {
  margin: auto;
  width: 100%;
  max-width: 1920px;
}

section {
  position: relative;
}

.bg_color01 {
  background-color: #EBEBEB;
  padding: 100px 0 400px;
}

.works_bg {
  margin: auto;
  max-width: 1350px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.works_bg .works_block {
  background-color: #fff;
  margin: auto;
  padding: 10px 50px;
  position: relative;
}

.works_bg .works_block::after {
  content: '';
  background-image: url(../img/business/bus_img05.png);
  width: 234px;
  height: 238px;
  margin: auto;
  position: absolute;
  right: 10px;
  bottom: -80px;
}

@media all and (max-width: 1024px) {
  .works_bg .works_block::after {
    background-size: cover;
    width: 117px;
    height: 119px;
    bottom: 0px;
  }
}

.works_bg .works_block li {
  display: flex;
  justify-content: space-between;
  margin: 80px auto;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li {
    flex-wrap: wrap;
  }
}

.works_bg .works_block li .text_area {
  width: 47%;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li .text_area {
    order: 2;
    width: 100%;
  }
}

.works_bg .works_block li .text_area .red_ttl {
  color: #D93031;
  font-size: 2.8vw;
  font-weight: 700;
  line-height: 1.6em;
  letter-spacing: -0.05em;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li .text_area .red_ttl {
    font-size: 5vw;
  }
}

.works_bg .works_block li .text_area .black_ttl {
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 1.6em;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li .text_area .black_ttl {
    font-size: 5vw;
  }
}

.works_bg .works_block li .text_area .note {
  font-size: 18px;
  line-height: 1.8em;
  padding: 30px 0 0 0;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li .text_area .note {
    font-size: 16px;
  }
}

.works_bg .works_block li .text_area .left_ttl {
  text-align: center;
}

.works_bg .works_block li .text_area .left_note {
  padding: 30px 0 0 20px;
}

.works_bg .works_block li .image_area {
  width: 48%;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .works_bg .works_block li .image_area {
    padding-left: 0;
    margin-bottom: 30px;
    order: 1;
    width: 100%;
  }
}

.works_bg .works_block li .image_area>img {
  width: 100%;
}

.red_block::before {
  content: '';
  background-color: #D93031;
  width: 527px;
  height: 484px;
  position: absolute;
  left: -30px;
  bottom: -30px;
  z-index: -1;
}

.red_block::after {
  content: '';
  background-color: #D93031;
  width: 527px;
  height: 484px;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: -1;
}

.content_inner {
  margin: auto;
  width: 100%;
  max-width: 1350px;
}

.content_inner2 {
  margin: 100px auto;
  width: 100%;
  max-width: 1200px;
}

.bus_menu {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 50px;
  position: relative;
  top: -200px;
}

@media screen and (max-width: 768px) {
  .bus_menu {
    padding: 0 10px;
    flex-wrap: wrap;
  }
}

.bus_menu>li {
  width: 46%;
  position: relative;
}

.bus_menu>li>a {
  display: block;
  position: absolute;
  right: -40px;
  bottom: -70px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .bus_menu>li>a {
    bottom: -40px;
    right: 0;
  }
}

.bus_menu>li span {
  position: relative;
}

.bus_menu>li img {
  width: 100%;
}

.red_bnr_btn {
  background-color: #D93031;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6em;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .red_bnr_btn {
    font-size: 15px;
    padding: 20px;
  }
}

@media screen and (max-width: 480px) {
  .red_bnr_btn {
    padding: 10px;
  }
}

.red_bnr_btn::after {
  content: '';
  background-image: url(../img/common/arrow_icon01.png);
  width: 16px;
  height: 17px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
}

.process_top {
  padding: 0 50px 0 0;
}

.process_top .black_title {
  font-size: 52px;
  font-weight: 600;
  line-height: 1.4em;
}

@media all and (max-width: 1024px) {
  .process_top .black_title {
    font-size: 5vw;
  }
}

.process_top .red_title {
  font-size: 60px;
  color: #D31720;
}

@media all and (max-width: 1024px) {
  .process_top .red_title {
    font-size: 6vw;
  }
}

.process_top .note {
  font-size: 17px;
  line-height: 1.8em;
  margin: 30px auto;
}

.process_area .process_list {
  padding: 0 50px 50px;
  position: relative;
}

.process_area .process_list::before {
  content: '';
  background-image: url(../img/business/bus_bg03.png);
  width: 1657px;
  height: 945px;
  margin: auto;
  position: absolute;
  top: 0;
  left: -350px;
}

.process_area .process_list::after {
  content: '';
  background-image: url(../img/business/bus_bg04.png);
  width: 1657px;
  height: 2044px;
  margin: auto;
  position: absolute;
  top: 1100px;
  right: -350px;
}

.process_area .process_list>li {
  margin-bottom: 150px;
}

.process_area .process_list>li .list_bg {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg {
    background-color: #fff;
    flex-wrap: wrap;
    padding: 20px;
  }
}

.process_area .process_list>li .list_bg::before {
  content: '';
  background-color: #DC4848;
  width: 1200px;
  height: 378px;
  position: absolute;
  right: -60px;
  bottom: -60px;
  z-index: -1;
}

.process_area .process_list>li .list_bg::after {
  content: '';
  background-color: #fff;
  width: 1200px;
  height: 392px;
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: -1;
}

.process_area .process_list>li .list_bg .list_text {
  background-color: #fff;
  padding: 30px 0 0;
  width: 48%;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg .list_text {
    order: 1;
    width: 100%;
  }
}

.process_area .process_list>li .list_bg .list_text::after {
  content: '';
  background-image: url(../img/common/dot_icon.png);
  width: 10px;
  height: 110px;
  margin: auto;
  top: -100px;
  right: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg .list_text::after {
    height: 80px;
  }
}

.process_area .process_list>li .list_bg .list_text .list_title {
  display: flex;
  align-items: center;
}

.process_area .process_list>li .list_bg .list_text .list_title .step {
  margin-right: 10px;
  margin-bottom: 80px;
}

.process_area .process_list>li .list_bg .list_text .list_title .title {
  color: #1A1A1A;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2em;
  margin-top: 10px;
}

.process_area .process_list>li .list_bg .list_text .list_note {
  font-size: 17px;
  line-height: 1.8em;
}

.process_area .process_list>li .list_bg .list_image {
  width: 48%;
  max-width: 510px;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg .list_image {
    margin-top: 20px;
    order: 2;
    width: 100%;
  }
}

.process_area .process_list>li .list_bg .list_image img {
  width: 100%;
}

.process_area .process_list>li .list_bg .image_right {
  padding-left: 50px;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg .image_right {
    padding-left: 0;
  }
}

.process_area .process_list>li .list_bg .text_right {
  padding-left: 50px;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li .list_bg .text_right {
    padding-left: 0;
  }
}

.process_area .process_list>li:nth-child(1) .list_bg .list_text::after {
  display: none;
}

@media all and (max-width: 1024px) {
  .process_area .process_list>li:nth-child(7) .list_bg {
    background-color: #EBEBEB;
  }
}

.process_area .process_list>li:nth-child(7) .list_bg::after {
  background-color: #EBEBEB;
}

.process_area .process_list>li:nth-child(7) .list_bg .list_text {
  background-color: #EBEBEB;
}

.initiative_flex {
  display: flex;
  margin-bottom: 100px;
}

@media all and (max-width: 1024px) {
  .initiative_flex {
    flex-wrap: wrap;
  }
}

.initiative_flex .process_top {
  width: 63%;
}

@media all and (max-width: 1024px) {
  .initiative_flex .process_top {
    order: 2;
    width: 100%;
    text-align: center;
  }
}

.initiative_flex .initiative_image {
  width: 40%;
  padding-right: 40px;
}

@media all and (max-width: 1024px) {
  .initiative_flex .initiative_image {
    order: 1;
    width: 100%;
    margin: auto;
    max-width: 300px;
  }
}

.initiative_flex .initiative_image img {
  width: 100%;
}

@media all and (max-width: 1024px) {
  .initiative_area {
    padding: 20px;
  }
}

.initiative_area .initiative_list>li {
  margin-bottom: 200px;
}

@media all and (max-width: 1024px) {
  .initiative_area .initiative_list>li {
    margin-bottom: 100px;
  }
}

.initiative_area .initiative_list>li:nth-child(1) .list_title::before {
  background-image: url(../img/business/bus_num01.jpg);
}

.initiative_area .initiative_list>li:nth-child(2) .list_title::before {
  background-image: url(../img/business/bus_num02.jpg);
}

.initiative_area .initiative_list>li:nth-child(3) .list_title::before {
  background-image: url(../img/business/bus_num03.jpg);
}

.initiative_area .initiative_list>li:nth-child(4) .list_title::before {
  background-image: url(../img/business/bus_num04.jpg);
}

.initiative_area .initiative_list>li:nth-child(odd) .list_bg::before {
  content: '';
  background-color: #EBEBEB;
  width: 1000px;
  height: 600px;
  position: absolute;
  top: -50px;
  left: -50px;
  z-index: -1;
}

.initiative_area .initiative_list>li:nth-child(even) .list_bg::before {
  content: '';
  background-color: #EBEBEB;
  width: 1000px;
  height: 600px;
  position: absolute;
  top: -50px;
  right: -50px;
  z-index: -1;
}

.initiative_area .initiative_list>li .list_bg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 1024px) {
  .initiative_area .initiative_list>li .list_bg {
    flex-wrap: wrap;
  }
}

.initiative_area .initiative_list>li .list_text {
  width: 45%;
}

@media all and (max-width: 1024px) {
  .initiative_area .initiative_list>li .list_text {
    order: 1;
    width: 100%;
  }
}

.initiative_area .initiative_list>li .list_image {
  width: 45%;
}

@media all and (max-width: 1024px) {
  .initiative_area .initiative_list>li .list_image {
    order: 2;
    width: 100%;
  }
}

.initiative_area .initiative_list>li .list_image img {
  width: 100%;
}

.initiative_area .initiative_list>li .list_title {
  font-size: 40px;
  line-height: 1.6em;
  font-weight: 500;
  position: relative;
  padding-left: 50px;
}

@media all and (max-width: 1024px) {
  .initiative_area .initiative_list>li .list_title {
    font-size: 24px;
  }
}

.initiative_area .initiative_list>li .list_title::before {
  content: '';
  width: 45px;
  height: 45px;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  position: absolute;
}

.initiative_area .initiative_list>li .box_group .cont_box {
  background-color: #fff;
  margin: 20px auto;
  padding: 40px 5%;
}

.initiative_area .initiative_list>li .box_group .cont_box .title {
  color: #D93031;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.initiative_area .initiative_list>li .box_group .cont_box .note {
  font-size: 16px;
  line-height: 1.6em;
}

.header_bg {
  background-size: cover;
  background-position: center center;
}

#business .header_bg {
  background-image: url(../img/business/bus_bg01.jpg);
  height: 596px;
}

@media screen and (max-width: 768px) {
  #business .header_bg {
    height: 60vw;
  }
}

#business .header_bg .our_works {
  width: 100%;
  max-width: 745px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #business .header_bg .our_works {
    width: 80%;
  }
}

#products .header_bg {
  background-image: url(../img/products/pro_bg01.jpg);
  height: 596px;
}

@media screen and (max-width: 768px) {
  #products .header_bg {
    height: 60vw;
  }
}

#products .header_bg .products {
  width: 100%;
  max-width: 600px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #products .header_bg .products {
    width: 80%;
  }
}

#company .header_bg {
  background-image: url(../img/company/com_bg01.jpg);
  height: 596px;
}

@media screen and (max-width: 768px) {
  #company .header_bg {
    height: 60vw;
  }
}

#company .header_bg .company {
  width: 100%;
  max-width: 610px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #company .header_bg .company {
    width: 80%;
  }
}

#recruit .header_bg {
  background-image: url(../img/recruit/rec_bg01.jpg);
  height: 596px;
}

@media screen and (max-width: 768px) {
  #recruit .header_bg {
    height: 60vw;
  }
}

#recruit .header_bg .recruit {
  width: 100%;
  max-width: 503px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #recruit .header_bg .recruit {
    width: 80%;
  }
}

#contact .header_bg {
  background-image: url(../img/contact/con_bg01.jpg);
  height: 596px;
}

@media screen and (max-width: 768px) {
  #contact .header_bg {
    height: 60vw;
  }
}

#contact .header_bg .contact {
  width: 100%;
  max-width: 600px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #contact .header_bg .contact {
    width: 80%;
  }
}

#privacy .header_bg {
  height: 596px;
}

@media screen and (max-width: 768px) {
  #privacy .header_bg {
    height: 60vw;
  }
}

#privacy .header_bg .privacy {
  width: 100%;
  max-width: 1000px;
  height: 135px;
}

@media screen and (max-width: 768px) {
  #privacy .header_bg .privacy {
    width: 80%;
  }
}

.message_area {
  margin: 100px auto;
}

@media all and (max-width: 1024px) {
  .message_area {
    padding: 20px;
  }
}

.message_area .flex {
  display: flex;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  margin-bottom: 250px;
  position: relative;
  z-index: 10;
}

@media all and (max-width: 1024px) {
  .message_area .flex {
    flex-wrap: wrap;
  }
}

.message_area .flex::after {
  content: '';
  background-color: #EBEBEB;
  width: 1550px;
  height: 580px;
  position: absolute;
  bottom: -150px;
  left: -13%;
  z-index: -1;
}

.message_area .flex .text {
  font-size: 18px;
  line-height: 2em;
  width: 45%;
}

@media all and (max-width: 1024px) {
  .message_area .flex .text {
    order: 1;
    width: 100%;
  }
}

.message_area .flex .text .name {
  font-size: 20px;
  margin-top: 20px;
  text-align: right;
}

.message_area .flex .text .name span {
  font-size: 24px;
}

.message_area .flex .text h2 {
  margin-bottom: 150px;
}

@media all and (max-width: 1024px) {
  .message_area .flex .text h2 {
    margin-bottom: 50px;
  }
}

.message_area .flex .text h2 img {
  width: 100%;
  max-width: 270px;
}

.message_area .flex .image {
  margin-top: 50px;
  width: 45%;
  position: relative;
}

@media all and (max-width: 1024px) {
  .message_area .flex .image {
    order: 2;
    width: 80%;
  }
}

.message_area .flex .image img {
  width: 100%;
}

.message_area .flex .image::after {
  content: '';
  background-image: url(../img/company/com_message_icon.png);
  width: 306px;
  height: 207px;
  position: absolute;
  bottom: -60px;
  right: -150px;
}

.rinen {
  max-width: 1200px;
  width: 95%;
  margin: 100px auto 150px;
}

.rinen h2 {
  border-left: 5px solid #d31720;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.4em;
  margin-bottom: 50px;
}

.rinen p {
  line-height: 1.8em;
}

.rinen .rinen_items .item {
  padding-left: 95px;
  margin-top: 70px;
  position: relative;
}

.rinen .rinen_items .item h3 {
  font-size: 30px;
  margin-bottom: 25px;
  line-height: 1em;
}

.rinen .rinen_items .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -33px;
  display: block;
  width: 95px;
  height: 95px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.rinen .rinen_items .item:nth-child(1):before {
  background-image: url(../img/company/com_rinen_01.png);
}

.rinen .rinen_items .item:nth-child(2):before {
  background-image: url(../img/company/com_rinen_02.png);
}

.rinen .rinen_items .item:nth-child(3):before {
  background-image: url(../img/company/com_rinen_03.png);
}

.profile_list li {
  border-bottom: 1px solid #E5E5E5;
  display: flex;
}

@media all and (max-width: 1024px) {
  .profile_list li {
    flex-wrap: wrap;
  }
}

.profile_list li .th {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 20px 30px;
  width: 15%;
}

@media all and (max-width: 1024px) {
  .profile_list li .th {
    font-size: 15px;
    font-weight: 600;
    padding: 20px 30px 0;
    width: 100%;
  }
}

.profile_list li .td {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  padding: 20px 30px;
  width: 85%;
}

@media all and (max-width: 1024px) {
  .profile_list li .td {
    width: 100%;
  }
}

.list_area {
  margin: 20px auto;
  width: 100%;
  max-width: 1110px;
}

.list_area h3 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-left: 0.5em;
  letter-spacing: 0.1em;
  line-height: 1.6em;
  margin-bottom: 20px;
}

.list_area h3::before {
  content: '■';
  color: #D93031;
}

.list_area .profile_list {
  border-top: 1px solid #E5E5E5;
  margin-bottom: 100px;
}

.voice_area {
  margin: 50px auto;
  padding: 20px;
  width: 100%;
  max-width: 1200px;
}

.voice_area h2 {
  width: 100%;
  max-width: 260px;
}

@media all and (max-width: 1024px) {
  .voice_area h2 {
    margin-bottom: 100px;
  }
}

.voice_area h2 img {
  width: 100%;
}

.voice_area .voice_contents {
  border-bottom: 1px solid #666666;
  margin: 0 auto;
  padding: 150px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media all and (max-width: 1024px) {
  .voice_area .voice_contents {
    flex-wrap: wrap;
  }
}

.voice_area .voice_contents .image_area {
  margin-right: 10%;
  width: 45%;
  max-width: 415px;
  margin-left: auto;
  padding: 180px 1% 50px 7%;
  position: relative;
  background-color: #4D4D4D;
  border-radius: 25px;
  z-index: 10;
  margin-top: 100px;
}

@media all and (max-width: 1024px) {
  .voice_area .voice_contents .image_area {
    margin: 50px auto;
    order: 1;
    width: 100%;
  }
}

.voice_area .voice_contents .image_area::before {
  content: '';
  background-image: url(../img/recruit/rec_voice_01_fukidashi.png);
  background-size: cover;
  width: 226px;
  height: 193px;
  margin: auto;
  position: absolute;
  top: -200px;
  left: -155px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .voice_area .voice_contents .image_area::before {
    width: 113px;
    height: 96px;
    top: -50px;
    left: 0px;
  }
}

.voice_area .voice_contents .image_area::after {
  content: '';
  background-image: url(../img/recruit/rec_voice_01_icon.png);
  background-size: cover;
  width: 335px;
  height: 301px;
  margin: auto;
  position: absolute;
  top: -130px;
  right: 30px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .voice_area .voice_contents .image_area::after {
    width: 167px;
    height: 150px;
    top: 0;
    left: 0;
    right: 0;
  }
}

.voice_area .voice_contents .image_area .voice_name {
  color: #fff;
  display: inline-block;
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 2em;
}

.voice_area .voice_contents .image_area .voice_name span {
  font-size: 40px;
  font-weight: 500;
}

.voice_area .voice_contents .text_area {
  width: 40%;
}

@media all and (max-width: 1024px) {
  .voice_area .voice_contents .text_area {
    order: 1;
    width: 100%;
  }
}

.voice_area .voice_contents .text_area .voice_list>li {
  margin-bottom: 50px;
}

.voice_area .voice_contents .text_area .voice_list>li .title {
  border-left: 5px solid #D93031;
  font-size: 23px;
  line-height: 1em;
  padding-left: 5px;
  margin-bottom: 20px;
}

.voice_area .voice_contents .text_area .voice_list>li .note {
  font-size: 16px;
  line-height: 1.6em;
}

.contact_area {
  margin: 100px auto;
  width: 100%;
  max-width: 1110px;
  padding: 20px;
}

.contact_area .contact_note {
  font-size: 16px;
  line-height: 1.6em;
}

.contact_area .contact_note span {
  color: red;
}

.poricy {
  margin: auto;
  width: 100%;
  max-width: 1110px;
  font-size: 16px;
  line-height: 1.6em;
  padding: 20px;
}

.poricy dl {
  margin: 100px auto;
  padding-left: 40px;
}


@media all and (max-width: 1024px) {
  .poricy dl {
    padding-left: 0;
  }
}

.poricy dl dt {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

.poricy dl dd {
  margin-bottom: 50px;
}

.form_list {
  margin: 100px auto 25px;
}

.form_list>li {
  display: flex;
}

@media all and (max-width: 1024px) {
  .form_list>li {
    flex-wrap: wrap;
  }
}

.form_list>li .th {
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 100%;
  max-width: 250px;
}

@media all and (max-width: 1024px) {
  .form_list>li .th {
    max-width: none;
  }
}

.form_list>li .th span {
  font-size: 13px;
}

.form_list>li .must .label::after {
  content: '※';
  color: #FF0000;
  font-size: 16px;
}

.form_list>li .td {
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px 30px 10px 10px;
  width: 100%;
}

.form_list>li .td .text {
  font-size: 15px;
  margin-left: 10px;
}

.form_list>li .td .wpcf7-list-item {
  margin-right: 2%;
}

.form_list>li .td input[type=text] {
  background-color: #F2F2F2;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 10px;
  border-radius: 5px;
}

.form_list>li .td input[type=tel] {
  background-color: #F2F2F2;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 10px;
}

.form_list>li .td input[type=email] {
  background-color: #F2F2F2;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 10px;
}

.form_list>li .td textarea {
  background-color: #F2F2F2;
  border: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 17px;
  padding: 10px;
  width: 100%;
  border-radius: 5px;
}

.form_list>li .td .short {
  width: 100%;
  max-width: 100px;
}

.form_list>li .td .middle {
  width: 100%;
  max-width: 300px;
}

.form_list>li .td .middle2 {
  width: 100%;
  max-width: 200px;
}

.form_list>li .td .long {
  width: 100%;
}

.form_list>li .td .note {
  line-height: 1.6em;
  margin: 10px auto;
}

.form_list>li .contact_type>p {
  width: 100%;
  max-width: 535px;
  display: inline-block;
}

.form_list>li .contact_type>div {
  display: inline-block;
  width: 195px;
}

.form_list>li .contact_type .tour_num {
  width: 100%;
  max-width: 200px;
  font-size: 14px !important;
}

.form_list fieldset {
  display: flex;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0;
}

.ma_b10 {
  margin-bottom: 10px;
}

.ma_r5 {
  margin-right: 5%;
}

.acceptance {
  border: 1px solid #D9D9D9;
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  padding: 20px;
  width: 100%;
  max-width: 616px;
  margin: auto;
}

.acceptance a {
  color: #29ABE2;
  text-decoration: underline;
}

.acceptance_note {
  margin: auto;
  text-align: center;
  width: 100%;
  max-width: 600px;
}

.acceptance_note p {
  font-size: 16px;
  line-height: 1.6em;
  margin: 50px auto;
  text-align: left;
}

.policy {
  border: 1px solid #C9C9C9;
  margin: 10px auto 30px;
  overflow-y: scroll;
  padding: 10px;
  width: 100%;
  height: 60vw;
}

.policy dt {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6em;
  margin-top: 50px;
  margin-bottom: 10px;
}

.policy dd {
  font-size: 15px;
  line-height: 1.8em;
}

.policy dd ul {
  margin-top: 10px;
}

.policy dd ul li {
  margin-top: 10px;
}

.form_btn {
  margin: 30px auto;
  text-align: center;
}

.wpcf7-submit {
  border: none !important;
  background-color: #1A1A1A !important;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  max-width: 250px;
}

.wpcf7cp-cfm-edit-btn {
  border: none !important;
  background-color: #999 !important;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  padding: 20px;
  width: 100%;
  max-width: 250px;
}

#wpcf7cpcnf table {
  margin: auto;
  width: 100%;
  max-width: 1080px;
}

#wpcf7cpcnf table th {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 25%;
}

#wpcf7cpcnf table td {
  border: 1px solid #C9C9C9;
  font-size: 17px;
  line-height: 1.4em;
  padding: 10px;
  width: 75%;
}

.wpcf7cp-btns {
  text-align: center;
}

#top {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.post_sec {
  margin: 50px auto 20px;
  padding: 0 5%;
  width: 100%;
  max-width: 1280px;
}

.post_sec .title_area {
  border-bottom: 2px solid #000;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .post_sec .title_area {
    flex-wrap: wrap;
  }
}

.post_sec .title_area .post_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6em;
}

@media screen and (max-width: 768px) {
  .post_sec .title_area .post_title {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .post_sec .title_area .post_date {
    order: 1;
    width: 100%;
  }
}

.details {
  margin: 100px auto;
  width: 100%;
  max-width: 1200px;
}

.details .flex {
  display: flex;
}

.details .flex .image {
  margin-right: 10%;
  width: 40%;
}

.details .flex .image img {
  width: 100%;
}

.details .flex .text {
  width: 50%;
}

.details .flex .text>div {
  margin: 8px auto;
}

.details .flex .text .name {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.6em;
  margin-bottom: 20px;
}

#list01 {
  margin-bottom: 100px;
}

.item_flex {
  display: flex;
  flex-wrap: wrap;
}

.item_flex>li {
  margin: 20px 2%;
  width: 46%;
}

@media screen and (max-width: 960px) {
  .item_flex>li {
    margin: 50px 2%;
    width: 96%;
  }
}

.item_flex>li>a {
  display: flex;
}

@media screen and (max-width: 960px) {
  .item_flex>li>a {
    justify-content: center;
  }
}

.item_flex .image {
  width: 45%;
  margin-right: 5%;
  max-width: 250px;
}

.item_flex .image .comment {
  margin-top: 20px;
  text-align: center;
}

.item_flex .image img {
  width: 100%;
}

.item_flex .text {
  width: 50%;
}

.item_flex_table {
  border-top: 1px solid #BFBFBF;
  margin: 30px auto;
  width: 100%;
}

.item_flex_table>li {
  display: flex;
  flex-wrap: wrap;
}

.item_flex_table>li>div {
  border-left: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
  border-right: 1px solid #BFBFBF;
  padding: 20px;
}

.item_flex_table>li .th {
  background-color: #BFBFBF;
  color: #fff;
}

.item_flex_table>li .left {
  text-align: center;
  width: 60%;
}

.item_flex_table>li .right {
  text-align: center;
  width: 20%;
}

.item_flex_table>li .right a {
  color: #21A3F1;
}

.status span {
  margin-right: 8px;
}

.pro_title {
  font-size: 42px;
  line-height: 1.6em;
  margin-bottom: 0px;
}

.bolt {
  visibility: hidden;
}

.bolt span {
  visibility: visible;
}

.lpg {
  visibility: hidden;
}

.lpg span {
  visibility: visible;
}

.fuel {
  visibility: hidden;
}

.fuel span {
  visibility: visible;
}

.bnr_icon {
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 2em;
  padding: 1px 0;
  text-align: center;
  width: 60px;
  white-space: nowrap;
  margin: 4px auto;
}

.yellow_bnr {
  background-color: #B5C42C;
}

.purple_bnr {
  background-color: #B281CA;
}

.orange_bnr {
  background-color: #EAA942;
}

.blue_bnr {
  background-color: #5D75DA;
  margin-right: 8px;
}

.pink_bnr {
  background-color: #DC5D8F;
  margin-right: 8px;
}

#home .montserrat {
  font-family: "Montserrat", sans-serif;
}

#home #header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}

#home .banner {
  position: relative;
}

#home .banner__scroll {
  position: absolute;
  bottom: -5.78vw;
  left: 3.854vw;
}

#home .banner__scroll-link {
  display: flex;
  color: #D93031;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
}

#home .banner__scroll img {
  margin-top: 7px;
  height: 11.901vw;
}

#home .banner__text {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  padding-left: 5.469vw;
  padding-bottom: 8.333vw;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

#home .banner__text img {
  width: 39.583vw;
}

#home .industry {
  background: url(../img/top/industry-1.png);
  background-size: cover;
}

#home .industry__content {
  display: flex;
}

#home .industry__content-img img {
  width: 13.854vw;
}

#home .industry__content-wrap {
  position: relative;
  margin-top: 2.604vw;
  text-align: left;
  display: flex;
  padding-left: 35px;
  padding-top: 13px;
  padding-bottom: 3.542vw;
}

#home .industry__content-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  right: 9.896vw;
  width: 36.823vw;
  height: 6px;
  background: url(../img/top/line.png) no-repeat;
  background-size: contain;
  z-index: 1;
}

#home .industry__content-desc {
  position: relative;
  padding-top: 1.823vw;
  margin-left: 3.906vw;
  max-width: 510px;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.75;
  color: #fff;
}

#home .industry__content-gp.left {
  padding-top: 7.813vw;
  width: 57.764vw;
}

#home .industry__content-gp.left .img__making {
  margin-left: 215px;
  width: 31.406vw;
}

#home .industry__content-gp.right {
  text-align: right;
  padding-top: 4.688vw;
  padding-bottom: 3.542vw;
  padding-right: 8.333vw;
  width: 42.236vw;
}

#home .industry__content-gp:last-child img {
  width: 33.906vw;
}

#home .industry__content p+p {
  margin-top: 1.875vw;
}

#home .products {
  background: url(../img/top/industry-1.png);
  background-size: cover;
}

#home .products__gp-02 {
  position: relative;
}

#home .products__inner {
  position: relative;
  z-index: 1;
  margin-top: -14.74vw;
  margin-bottom: -13.021vw;
  width: 100%;
  max-width: 1560px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 6.146vw;
  padding-left: 15px;
  padding-right: 15px;
  background: #fff;
  padding-bottom: 4.427vw;
}

#home .products__inner::before {
  content: '';
  width: 23.281vw;
  height: 14.583vw;
  position: absolute;
  right: 6.458vw;
  top: -2.3vw;
  background: url(../img/top/product-icon.png) center, no-repeat;
  background-size: contain;
  z-index: 1;
}

#home .products__inner-wrap {
  width: 100%;
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

#home .products__title-sub {
  color: #4D4D4D;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.781vw;
}

#home .products__desc {
  color: #4D4D4D;
  font-size: 20px;
  line-height: 1.75;
  margin-top: 1.875vw;
  font-weight: 500;
}

#home .products__list {
  margin-top: 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (max-width: 690px) {
  #home .products__list {
    max-width: 510px;
    margin: 0 auto;
    margin-bottom: 6vw;
  }
}

#home .products__item {
  width: calc((100% - 4.688vw) / 2);
  margin-bottom: 3.646vw;
  text-align: center;
}

@media (max-width: 690px) {
  #home .products__item {
    width: 100%;
  }

  #home .products__item-img {
    align-items: flex-end !important;
  }
}

#home .products__item-img {
  max-height: 15.625vw;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home .products__item-img img {
  max-width: 100%;
}

#home .products .wrap__button {
  max-width: 382px;
  margin: 0 auto;
}

#home .products .wrap__button .button__top {
  font-weight: 900;
  margin-top: 10px;
  text-align: center;
  justify-content: center;
  border: 1px solid;
  background: white;
  color: #D93031;
  font-size: 16px;
  height: 84px;
}

#home .products .wrap__button .button__top::before {
  background: url(../img/top/arrow-red.png) center, no-repeat;
}

@media (max-width: 1400px) {
  #home .banner__text {
    padding-bottom: 50px;
  }

  #home .banner__scroll {
    left: 15px;
  }

  #home .industry__content-gp.left {
    width: 63.764vw;
  }

  #home .industry__content-gp.left .img__making {
    width: 481px;
    margin-left: 15.357vw;
  }

  #home .industry__content-gp.right {
    padding-right: 15px;
    width: 36.236vw;
  }

  #home .industry__content-wrap {
    padding-left: 15px;
  }

  #home .industry__content-wrap::before {
    right: 7vw;
    width: 44vw;
  }
}

@media (max-width: 1280px) {
  #home .industry__content-wrap::before {
    right: 5vw;
    width: 46vw;
  }
}

@media (max-width: 1100px) {
  #home .industry {
    padding: 8vw 0;
  }

  #home .industry__content {
    max-width: 550px;
    margin: 0 auto;
    flex-direction: column;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
  }

  #home .industry__content-gp {
    width: 100% !important;
    padding: 0 !important;
  }

  #home .industry__content-gp:last-child img {
    width: auto;
  }

  #home .industry__content-gp.left .img__making {
    margin-left: 0;
  }

  #home .industry__content-gp.right {
    text-align: center;
  }

  #home .industry__content-gp.right img {
    width: 100%;
    max-width: 80%;
  }

  #home .industry__content-wrap {
    position: relative;
  }

  #home .industry__content-wrap::before {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    right: 0;
  }

  #home .industry__content-desc {
    font-size: 17px;
  }

  #home .industry__content-img {
    position: absolute;
    right: 0;
  }

  #home .industry__content-img img {
    width: 15vw;
    min-width: 130px;
  }

  #home .products__inner-wrap .img__title {
    width: 64.6vw;
  }

  #home .products__title-sub {
    margin-top: 10px;
  }

  #home .products__desc {
    font-size: 17px;
  }
}

@media (max-width: 1000px) {
  #home .banner__gp img {
    height: 60vw;
    object-fit: cover;
  }

  #home .banner__text {
    padding-bottom: 5.556vw;
  }

  #home .banner__scroll {
    left: 50%;
    transform: translateX(-50%);
  }

  #home .products__inner {
    padding-top: 8vw;
    padding-bottom: 8vw;
  }

  #home .products .wrap__button {
    max-width: 280px;
  }

  #home .products .wrap__button .button__top {
    height: 75px;
  }

  #home .products__item-img img {
    max-width: 70%;
  }

  #home .button__top {
    height: 75px;
    padding: 18px;
  }

  #home .button__top-en {
    font-size: 25px;
  }
}

@media (max-width: 600px) {
  #home .banner__gp img {
    height: 60vw;
    object-fit: cover;
  }

  #home .banner__text {
    padding-bottom: 5.556vw;
  }

  #home .products__inner-wrap .img__title {
    width: 300px;
  }

  #home .products__item-img img {
    max-width: 80%;
  }
}

@media (max-width: 580px) {
  #home .products__inner::before {
    right: 15px;
    top: 5px;
  }

  #home .products__inner-wrap .img__title {
    width: 230px;
  }
}

@media (max-width: 480px) {
  #home .industry__content-img img {
    min-width: 22.917vw;
    z-index: -1;
  }
}

@media (max-width: 450px) {
  #home .industry__content-wrap {
    padding-left: 0;
  }

  #home .industry__content-desc {
    font-size: 16px;
    margin-left: 0;
    max-width: none;
  }

  #home .industry__content p+p br {
    display: none;
  }

  #home .products__desc {
    font-size: 16px;
  }

  #home .products__item-img {
    min-height: 275px;
  }
}

#home img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  overflow-clip-margin: inherit;
}

#home img {
  max-width: 100%;
}

#home .dl-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#home .mw-1710_r {
  max-width: 1710px;
  margin-left: 0;
  margin-right: auto;
  width: 100%;
}

#home .mw-1710_r .our_line.dl-flex .our_line_left {
  width: 76.023%;
  position: relative;
}

#home .mw-1710_r .our_line.dl-flex .our_line_left::before {
  content: '';
  position: absolute;
  width: 27.448vw;
  height: 25.208vw;
  top: -3.646vw;
  right: 0;
  background-color: #d93031;
}

#home .mw-1710_r .our_line.dl-flex .our_line_right {
  width: 10.64%;
  margin-left: 4.948vw;
}

#home .mw-1110 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#home .our_line_left_img {
  position: relative;
}

#home .our_line_left_img img {
  padding-right: 4.167vw;
}

#home .our_line_left_img::before {
  position: absolute;
}

#home .mw-1200 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#home .our_line_left_txt {
  position: relative;
  margin-top: -80px;
}

#home .our_line_left_txt h3 {
  font-size: 110px;
  line-height: 1.3;
  font-weight: 800;
  color: #d93031;
}

#home .our_line_left_txt .our_line_left_txt_btn {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#home .our_line_left_txt .our_line_left_txt_btn span {
  line-height: 1.75;
  font-size: 20px;
  color: #4D4D4D;
  font-weight: bold;
}

#home .our_line_left_txt .our_line_left_txt_btn a {
  width: 105px;
  height: 105px;
  background-color: #d93031;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 135px;
}

#home .our_line_box .our_line_box_item a {
  display: block;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  position: initial;
  bottom: 0;
  background-color: #d93031;
  background-image: url(../img/top/btn_arrow.png);
  background-repeat: no-repeat;
  background-position: center right 30px;
  width: 100%;
}

#home .our_line_box .our_line_box_item a span {
  display: block;
  font-size: 20px;
  line-height: 1.75;
  font-weight: 500;
  color: #fff;
}

#home .our_line_box .our_line_box_item a .mon {
  font-size: 27.95px;
  font-weight: 800;
  line-height: 1.3;
}

#home .our_line_box .our_line_box_item {
  width: calc((100% - 90px) / 2);
  position: relative;
  max-width: 510px;
}

#home .our_line_box_all_item {
  gap: 45px 4.688vw;
  margin-top: 6.25vw;
}

#home .our_all {
  position: relative;
}

#home .our_all::before {
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  max-width: 1709px;
  height: 54.479vw;
  z-index: 0;
  top: 130px;
}

#home .our_all::after {
  content: '';
  position: absolute;
  background: url(../img/top/our_all_af.png) no-repeat;
  background-size: contain;
  width: 12.135vw;
  height: 12.344vw;
  z-index: 1;
  right: 150px;
  top: 50%;
}

#home .our_line_right {
  position: relative;
}

#home #our {
  padding-top: 320px;
  background: #EBEBEB;
}

#home .mw-1446 {
  max-width: 1476px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#home .re_top_box_title h3 {
  font-size: 110px;
  color: #d93031;
  font-weight: 800;
  line-height: 1;
}

#home .re_top_box_title h4 {
  font-size: 60px;
  color: #fff;
  font-weight: 800;
  margin-top: 20px;
  line-height: 1;
}

#home .re_top_box_title h5 {
  margin-top: 20px;
  margin-left: 0.365vw;
}

#home .mw-1250 {
  max-width: 1322px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

#home .re_top_box_cen {
  position: relative;
  z-index: 2;
}

#home .re_top_box_cen .info-box-link h3 {
  font-size: 28px;
  line-height: 1.3;
  font-weight: bold;
}

#home .re_top_box_cen .info-box-link h3 span {
  font-size: 16px;
  font-weight: 500;
}

#home .re_top_box_cen .info-box-link p span {
  font-size: 23px;
}

#home .re_top_box_cen_img {
  max-width: 1246px;
}

#home .re_top_box_cen .re_top_box_cen_items {
  width: calc(100% / 3);
}

#home .re_top_box_cen .info-arrow {
  margin-right: 30px;
  width: 32px;
  height: 32px;
  background-color: #d93031;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

#home .re_top_box_cen .info-text {
  color: #fff;
}

#home .re_top_box_cen .info-box {
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  padding-top: 18px;
  padding-bottom: 18px;
  margin-left: 56px;
  background-color: #4d4d4d;
  margin-top: -40px;
  position: relative;
}

#home #re_top {
  background: #EBEBEB;
}

#home #re_top .re_top_box {
  background-color: #4D4D4D;
  padding-bottom: 4.167vw;
  position: relative;
  z-index: 2;
}

#home #re_top .re_top_all {
  padding-top: 150px;
}

#home #re_top .re_top_box_title {
  position: relative;
  top: -65px;
}

#home #contact_top .contact_top_all {
  padding-top: 100px;
  background-color: #fff;
  padding-bottom: 110px;
}

#home #contact_top .contact_top_all_title h3 {
  font-size: 110px;
  color: #d93031;
  font-weight: 800;
  line-height: 1.3;
  text-align: center;
}

#home #contact_top .contact_top_all_title h4 {
  text-align: center;
}

#home #contact_top .contact_top_all_left_title {
  font-weight: bold;
  color: #4D4D4D;
  font-size: 18px;
  padding-left: 15px;
  margin-bottom: 35px;
  line-height: 1.3;
  position: relative;
}

#home #contact_top .contact_top_all_left_title::before {
  position: absolute;
  content: '';
  background-image: url(../img/top/triangle.png);
  width: 12px;
  height: 14px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

#home #contact_top .contact_top_all_left_phone {
  align-items: start;
}

#home #contact_top .contact_top_all_left_phone .contact_top_all_left_phone_txt .montserrat {
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
  color: #4d4d4d;
  display: block;
}

#home #contact_top .contact_top_all_left_phone .contact_top_all_left_phone_txt .time {
  font-weight: bold;
  display: block;
  color: #4d4d4d;
  margin-top: 10px;
}

#home #contact_top .contact_top_all_left_phone img {
  margin-top: 10px;
}

#home #contact_top .contact_top_all_left {
  width: 50%;
  border-right: 1px solid #cccccc;
}

#home #contact_top .contact_top_all_right {
  width: 45.945%;
}

#home #contact_top .contact_top_all_right .contact_top_all_left_title {
  margin-bottom: 15px;
}

#home #contact_top .contact_top_all_left_phone_txt {
  margin-left: 10px;
}

#home #contact_top .contact_top_all {
  padding-top: 70px;
  margin-top: 0;
}

#home .contact_top_all_right a {
  display: flex;
  width: 510px;
  height: 98px;
  align-items: center;
  background-color: #d93031;
  justify-content: center;
  color: #fff;
  position: relative;
}

#home .contact_top_all_right a span {
  display: block;
  margin-left: 10px;
}

#home .contact_top_all_right a::before {
  content: '';
  position: absolute;
  background-image: url(../img/top/arrow_red.png);
  width: 36px;
  height: 36px;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
}

#home .contact_top_all_line {
  margin-top: 100px;
  justify-content: space-between;
}

#home .none_pc {
  display: none;
}

.button__top {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #D93031;
  color: #fff;
  height: 88px;
  padding: 20px;
  justify-content: space-between;
  transition: ease all .5s;
  text-align: left;
}

.button__top-en {
  font-size: 29px;
  font-weight: 800;
}

.button__top-ja {
  font-weight: 500;
  font-size: 16px;
}

.button__top::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 14px;
  background: url(../img/top/arrow_top.png) no-repeat;
  background-size: contain !important;
}

.button__top:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1400px) {
  #home .our_all::after {
    right: 8.571vw;
  }
}

@media screen and (max-width: 1300px) {
  #home .re_top_box_cen .info-box {
    margin-left: 4.234vw;
  }

  #home .re_top_box_cen .info-box-link h3 {
    font-size: 20px;
  }

  #home .re_top_box_cen .info-arrow {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .contact_top_all_right a {
    max-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  #home .mw-1710_r .our_line.dl-flex .our_line_right {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 30px;
  }

  #home .mw-1710_r .our_line.dl-flex .our_line_left {
    width: 100%;
  }

  #home .our_all::after {
    right: 5vw;
    top: 71vw;
    width: 18vw;
    height: 18vw;
  }

  #home #re_top .re_top_all {
    padding-top: 120px;
  }

  #home .mw-1710_r {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  #home .none_sp {
    display: none;
  }

  #home .none_pc {
    display: block;
  }

  #home .our_line_left_txt {
    margin-top: 80px;
  }

  #home .our_line_box .our_line_box_item {
    width: 100%;
    max-width: 100%;
  }

  #home .our_line_box img {
    width: 100%;
  }

  #home .our_line_box .our_line_box_all_item {
    gap: 30px;
    margin-top: 30px;
  }

  #home .re_top_box_cen .re_top_box_cen_items {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }

  #home .re_top_box_cen .re_top_box_cen_items img {
    width: 100%;
  }

  #home .re_top_box_cen .info-box {
    margin-left: 64px;
    margin-right: 0;
  }

  #home #contact_top .contact_top_all_left {
    width: 100%;
    margin-bottom: 30px;
  }

  #home #contact_top .contact_top_all_right {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  #home #contact_top .contact_top_all_right a {
    width: 100%;
    max-width: 400px;
    height: 80px;
  }

  #home #contact_top .contact_top_all_left_title {
    margin-bottom: 20px;
    text-align: center;
  }

  #home #contact_top .contact_top_all_left_title::before {
    display: inline-block;
    position: unset;
  }

  #home #contact_top .contact_top_all_title h3 {
    font-size: 54px;
  }

  #home #contact_top .contact_top_all_left_phone .contact_top_all_left_phone_txt .montserrat {
    font-size: 30px;
  }

  #home #contact_top .contact_top_all_left_phone {
    justify-content: center;
  }

  #home .contact_top_all_line {
    margin-top: 30px;
  }

  #home .our_line_left_txt h3 {
    font-size: 54px;
  }

  #home .our_line_left_txt .our_line_left_txt_btn a {
    margin-left: 0;
    width: 50px;
    height: 50px;
  }

  #home .our_line_left_txt .our_line_left_txt_btn span {
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #home .re_top_box_title h3 {
    font-size: 54px;
  }

  #home .re_top_box_title h4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 820px) {
  #home .our_all::after {
    top: 78vw;
  }
}

@media screen and (max-width: 580px) {
  #home .mw-1250 {
    padding-left: 3px;
  }

  #home .our_line_left_txt h3 {
    font-size: 42px;
    position: relative;
    z-index: 1;
  }

  #home .our_line_left_txt {
    margin-top: 100px;
  }

  #home .our_line_box .our_line_box_item a {
    padding: 15px;
  }

  #home .our_line_box .our_line_box_item a span {
    font-size: 16px;
    line-height: 1;
  }

  #home .our_line_box .our_line_box_item a span.mon {
    line-height: 1;
  }

  #home .our_all::after {
    top: 82vw;
    width: 20vw;
    height: 20vw;
  }
}

@media screen and (max-width: 520px) {
  #home .re_top_box_cen .info-box {
    margin-left: 11.25vw;
  }

  #home .contact_top_all_right a {
    justify-content: start;
    padding-left: 15px;
    height: 80px;
  }

  #home .contact_top_all_right a::before {
    right: 15px;
  }

  #home .our_all::after {
    right: 15px;
    top: 92vw;
    width: 20vw;
    height: 20vw;
    z-index: 0;
  }
}

@media screen and (max-width: 450px) {
  #home .our_line_left_txt .our_line_left_txt_btn span br {
    display: none;
  }
}

.sp_menu span {
  font-size: 13px;
}

.series-search .content_inner {
  padding: 100px 0;
}

.series_title {
  font-size: 30px;
  font-weight: 500;
  margin: 50px auto;
  text-align: center;
}

.series_list {
  display: flex;
  flex-wrap: wrap;
  margin: 100px auto;
}

.series_list>li {
  margin: 0 2%;
  width: 29%;
  text-align: center;
}

.max__100 {
  max-width: 100%;
}

.ho-o:hover {
  opacity: 0.7;
}

.cs-fadein.show {
  opacity: 1;
  transform: none;
}

.cs-fadein {
  opacity: 0;
  transform: translate(0, 35px);
  transition: all 0.5s ease;
}

@media screen and (min-width:1025px) {
  .logohd--sp{
    display: none;
  }
}
@media screen and (max-width:1024px) {
  .logohd--pc{
    display: none;
  }
}