@charset "UTF-8";
/***************************************
 * *
 * *base CSS
 * *
 * *2019/XX
 * *
 * ****************************************** */
/*****************************
 * *
 * *settings
 * *
 * ***************************** */
/***********************
 * *
 * *common
 * *
 * ********************** */
* {
  box-sizing: border-box;
}

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

li {
  list-style: none;
}

i, em {
  font-style: normal;
}

body, html {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #1c1c1c;
  -webkit-text-size-adjust: 100%;
}

body {
  overflow-x: hidden;
}

ul {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  font-weight: bold;
  letter-spacing: 0.1em;
}

.ib {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

table {
  border-collapse: collapse;
}

#wpadminbar {
  display: none;
}

.pc_content {
  display: block !important;
}

.sp_content {
  display: none !important;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #fff;
  border: none;
  border-radius: 10px;
  box-shadow: inset 0 0 2px #777;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
  box-shadow: none;
}

.btn_border {
  text-align: center;
  display: block;
  margin: 20px auto;
  position: relative;
  max-width: 300px;
  background: #f1f1f1;
}
.btn_border::before {
  right: 0;
  top: 0;
}
.btn_border::after {
  left: 0;
  bottom: 0;
}
.btn_border::before, .btn_border::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  transition-delay: 0s;
}
.btn_border:hover::before, .btn_border:hover::after {
  width: 100%;
  transition-delay: 0.2s;
}
.btn_border:hover span::before, .btn_border:hover span::after {
  height: 100%;
  transition-delay: 0s;
}
.btn_border span {
  display: block;
  padding: 15px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.btn_border span::before {
  left: 0;
  top: 0;
}
.btn_border span::after {
  right: 0;
  bottom: 0;
}
.btn_border span::before, .btn_border span::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  transition: all 0.2s linear;
  background: #000;
  transition-delay: 0.2s;
}

/*************************************
 * *
 * *404
 * *
 * ************************************* */
p.p404 {
  padding: 40px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  background: #f1f1f1;
  margin: 40px 0;
}

/***************************************
 * *
 * *header
 * *
 * ************************************* */
header {
  height: 90px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  align-items: center;
  display: flex;
  padding: 10px 20px;
  background: #fff;
  justify-content: space-between;
}
header h1 {
  margin: 0;
  align-items: center;
  display: flex;
}
header nav {
  display: flex;
  margin-right: 145px;
}
header nav a {
  font-size: 15px;
  padding-right: 30px;
  letter-spacing: 0.07em;
  font-weight: bold;
  transition: 0.4s ease;
  align-items: center;
  display: flex;
}
header nav a:hover {
  color: #B01E2D;
}
header nav a:last-child {
  padding: 0;
}
header nav a.login {
  color: #B01E2D;
  font-size: 14px;
  text-align: center;
  line-height: 1.25;
  padding-right: 0;
}
header a.contact {
  background: #B01E2D;
  color: #fff;
  position: absolute;
  height: 100%;
  width: 140px;
  justify-content: center;
  display: flex;
  align-items: center;
  font-size: 16px;
  top: 0;
  right: 0;
}

.top_inner {
  width: 100%;
  overflow: hidden;
}

#fv {
  height: 100vh;
  padding-top: 90px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#fv .line {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 15%;
  left: 0;
  display: block;
  transition: 1s ease;
  width: 0;
  background: #B01E2D;
}
#fv .line:before {
  content: "";
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  z-index: 2;
  background: #fff;
  display: block;
  position: absolute;
  transition: 1s ease;
}
#fv .line.active {
  width: 100%;
}
#fv .line.white:before {
  width: 100%;
}
#fv .line.line2 {
  left: auto;
  right: 0;
  top: auto;
  bottom: 15%;
}
#fv .line.line2:before {
  left: auto;
  right: 0;
}
#fv .bg_animation {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 3;
}
#fv .bg_animation .fv_copy {
  width: 100%;
  padding: 0 100px;
  color: #B01E2D;
  text-align: center;
  position: relative;
  z-index: 9;
}
#fv .bg_animation .fv_copy .inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
}
#fv .bg_animation .fv_copy .inner s {
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 7vw;
  display: inline-block;
  transform: translateY(100px);
  opacity: 0;
}
#fv .bg_animation .j_map {
  width: 800px;
  height: 600px;
  background: url(../img/fv/japan_map.svg) no-repeat 50% 50%;
  background-size: contain;
  position: absolute;
  top: calc(50% - 300px);
  left: calc(50% - 400px);
}
#fv .bg_animation .cr_hs {
  border-radius: 50%;
  width: 120vw;
  height: 120vw;
  position: absolute;
  overflow: hidden;
  z-index: 4;
  left: calc(50% - 60vw);
  top: calc(50% - 60vw);
  background: url(../img/fv/img1.jpg);
  background-size: cover;
  transform: scale(0);
  opacity: 0;
}
#fv .bg_animation .cr {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  transform: scale(0);
  opacity: 0;
}
#fv .bg_animation .cr img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 2;
}
#fv .bg_animation .cr:before {
  content: "";
  position: absolute;
  height: 2px;
  width: 0;
  background: #B01E2D;
  display: block;
  top: 50%;
  right: 50%;
  transform-origin: right;
  transition: 0.8s ease;
  transform: rotate(-10deg);
}
#fv .bg_animation .cr.cr1 {
  right: calc(50% - 350px);
  bottom: calc(50% - 230px);
}
#fv .bg_animation .cr.cr2 {
  right: calc(50% - 20px);
  bottom: calc(50% - 270px);
  width: 180px;
  height: 180px;
}
#fv .bg_animation .cr.cr2:before {
  transform: rotate(70deg);
}
#fv .bg_animation .cr.cr2.s2 {
  width: 96px;
  height: 96px;
  right: calc(50% + 184px);
  bottom: calc(50% - 80px);
  background: #B01E2D;
}
#fv .bg_animation .cr.cr2.s2:before {
  display: none;
}
#fv .bg_animation .cr.cr3 {
  right: calc(50% + 120px);
  bottom: calc(50% + 110px);
  width: 170px;
  height: 170px;
}
#fv .bg_animation .cr.cr3:before {
  transform-origin: left;
  transform: rotate(5deg);
  right: auto;
  left: 50%;
}
#fv .bg_animation .cr.cr5 {
  right: calc(50% - 60px);
  bottom: calc(50% + 2px);
  width: 170px;
  height: 170px;
}
#fv .bg_animation .cr.cr4 {
  right: calc(50% - 260px);
  bottom: calc(50% + 102px);
  width: 155px;
  height: 155px;
}
#fv .bg_animation .cr.active {
  opacity: 1;
  transform: scale(1);
}
#fv .slide_container {
  height: 300px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
#fv .slide_container.dn {
  display: none;
}
#fv .slide_container .subject {
  display: block;
  height: 100%;
}
#fv .slide_container .subject img {
  height: calc(100% + 100px);
  width: auto;
  display: block;
}
#fv .bnr {
  width: 390px;
  border: 5px solid #B01E2D;
  background: url(../img/bnr1.svg) no-repeat -20px 100%, #fff;
  background-size: auto 95%, cover;
  padding: 20px;
  padding-left: 70px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  position: absolute;
  z-index: 3;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  opacity: 0;
}
#fv .bnr span {
  display: block;
  font-size: 15px;
  font-weight: bold;
  color: #B01E2D;
  width: 100%;
  margin-bottom: 5px;
}
#fv .bnr span img {
  display: inline-block;
  width: 210px;
  margin-top: 10px;
}
#fv .bnr i {
  margin-top: 5px;
  display: inline-block;
  font-size: 18px;
  display: none;
  font-weight: bold;
  display: none;
}
#fv .ib {
  height: 100%;
  align-items: center;
  display: flex;
  z-index: 3;
  flex-wrap: wrap;
  align-content: center;
  position: relative;
}
#fv .ib h1 {
  color: #fff;
  width: 100%;
  letter-spacing: 0.2em;
  font-weight: 900;
  position: relative;
  z-index: 3;
}
#fv .ib h1 span {
  font-size: 44px;
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
#fv .ib h1 i {
  display: block;
  font-size: 80px;
}
#fv .bg_mov {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#fv .bg_mov:before {
  content: "";
  position: absolute;
  background: url(../img/st1.png);
  width: 100%;
  z-index: 2;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
#fv .bg_mov video {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

a.button {
  width: 270px;
  height: 90px;
  align-items: center;
  display: flex;
  background: #fff;
  border: 2px solid #B01E2D;
  justify-content: space-between;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
  transition: 0.4s ease;
  max-width: 100%;
}
a.button.l {
  width: 460px;
  margin: 40px auto;
  height: 100px;
  border-width: 3px;
  font-size: 22px;
  text-align: center;
}
a.button:hover {
  transform: translateX(10px);
}
a.button:hover:after {
  transform: translateX(15px);
}
a.button:after {
  content: url(../img/ar1.svg);
  transition: 0.4s ease;
}

#content.toppage {
  position: relative;
  z-index: 1;
}
#content.toppage h2 {
  font-size: 48px;
  margin: 50px 0;
}
#content.toppage h2.en span {
  display: block;
  font-size: 62px;
  font-family: "Roboto", sans-serif;
}
#content.toppage h2.en span:first-letter {
  color: #B01E2D;
}
#content.toppage h2.en i {
  display: block;
  font-size: 20px;
  padding-left: 20px;
}
#content.toppage p {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0;
}
#content.toppage p.w {
  color: #fff;
}
#content.toppage .intro {
  position: relative;
  height: 1250px;
}
#content.toppage .intro h2 {
  position: relative;
  z-index: 4;
  color: #fff;
  margin-top: 80px;
}
#content.toppage .intro h2.c2 {
  font-size: 44px;
  margin-top: 60px;
}
#content.toppage .intro .shape {
  width: 100%;
  height: 700px;
  background: #B01E2D;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#content.toppage .intro .ib {
  padding: 150px 0 100px;
  z-index: 4;
  height: 100%;
}
#content.toppage .intro a.button {
  margin: 50px 0;
}
#content.toppage .intro:before {
  content: "";
  width: 100%;
  height: 200px;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #B01E2D;
  position: absolute;
  top: 700px;
  left: 0;
  z-index: 2;
}
#content.toppage .intro:after {
  content: "";
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../img/intro_bg.jpg) fixed;
  background-size: cover;
  z-index: 1;
}
#content.toppage .intro .ceo {
  position: absolute;
  bottom: 0;
  right: 120px;
  width: 330px;
}
#content.toppage .intro .ceo_txt {
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #fff;
  font-size: 26px;
  position: absolute;
  bottom: 50px;
  right: 260px;
  z-index: 4;
}
#content.toppage .intro .ceo_txt span {
  display: block;
  font-size: 20px;
}

#content.toppage #interview, #content.subpage #interview {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#content.toppage #interview.relation .int_box, #content.subpage #interview.relation .int_box {
  width: 320px;
  margin-right: 15px;
}
#content.toppage #interview.relation .int_box .txt, #content.subpage #interview.relation .int_box .txt {
  padding-top: 20px;
}
#content.toppage #interview.relation .int_box .img, #content.subpage #interview.relation .int_box .img {
  height: 250px;
}
#content.toppage #interview .int_box, #content.subpage #interview .int_box {
  height: auto;
  width: 350px;
  margin-right: 40px;
}
#content.toppage #interview .int_box:nth-of-type(3n), #content.subpage #interview .int_box:nth-of-type(3n) {
  margin-right: 0;
}
#content.toppage #interview .int_box .img, #content.subpage #interview .int_box .img {
  width: 100%;
  height: 275px;
  overflow: hidden;
  background: url(../img/recruit/int_bg.jpg);
  background-size: cover;
}
#content.toppage #interview .int_box .img img, #content.subpage #interview .int_box .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 200px;
  display: block;
  margin: 0 auto;
  transition: 0.4s ease;
}
#content.toppage #interview .int_box .img img:hover, #content.subpage #interview .int_box .img img:hover {
  transform: scale(1.1);
}
#content.toppage #interview .int_box .txt, #content.subpage #interview .int_box .txt {
  background: #fff;
  padding: 30px 0px 20px;
}
#content.toppage #interview .int_box .txt h4, #content.subpage #interview .int_box .txt h4 {
  margin-top: 0;
  font-size: 22px;
}
#content.toppage #interview .int_box .txt h4 span, #content.subpage #interview .int_box .txt h4 span {
  display: block;
  color: #B01E2D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#content.toppage #interview .int_box .txt p, #content.subpage #interview .int_box .txt p {
  font-weight: bold;
  font-size: 18px;
  color: #666;
}
#content.toppage #interview .int_box .txt p span, #content.subpage #interview .int_box .txt p span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #212121;
}
#content.toppage .services .ib, #content.subpage .services .ib {
  padding: 100px 0;
}
#content.toppage .services .ib .service_list .row, #content.subpage .services .ib .service_list .row {
  justify-content: space-between;
  display: flex;
  margin-bottom: 60px;
}
#content.toppage .services .ib .service_list .row:last-child, #content.subpage .services .ib .service_list .row:last-child {
  margin-bottom: 0;
}
#content.toppage .services .ib .service_list .row .img, #content.subpage .services .ib .service_list .row .img {
  width: 480px;
  position: relative;
  height: 410px;
}
#content.toppage .services .ib .service_list .row .img img, #content.subpage .services .ib .service_list .row .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#content.toppage .services .ib .service_list .row .img img.pc1, #content.subpage .services .ib .service_list .row .img img.pc1 {
  position: absolute;
  width: auto;
  height: auto;
  objext-fit: none;
  left: -80px;
  bottom: -40px;
}
#content.toppage .services .ib .service_list .row .txt, #content.subpage .services .ib .service_list .row .txt {
  width: calc(100% - 530px);
}
#content.toppage .services .ib .service_list .row .txt .product span, #content.subpage .services .ib .service_list .row .txt .product span {
  display: block;
  font-size: 18px;
  color: #B01E2D;
  font-weight: bold;
}
#content.toppage .services .ib .service_list .row .txt .product img, #content.subpage .services .ib .service_list .row .txt .product img {
  display: block;
  width: 330px;
  margin: 10px 0;
}
#content.toppage .services .ib .service_list .row .txt p, #content.subpage .services .ib .service_list .row .txt p {
  font-size: 16px;
}
#content.toppage .services .ib .service_list .row .txt a.button, #content.subpage .services .ib .service_list .row .txt a.button {
  margin-top: 45px;
}

#content.toppage .top_info {
  background: #f7f7f7;
}

#content.toppage .recruit {
  background: url(../img/rec2.jpg) 50% 50% fixed;
  background-size: cover;
  position: relative;
}
#content.toppage .recruit:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#content.toppage .recruit .ib {
  padding: 100px 0;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
#content.toppage .recruit .ib a.button {
  margin-top: 50px;
  float: right;
}
#content.toppage .recruit .ib h2 {
  text-align: right;
  color: #fff;
}
#content.toppage .recruit .ib h2 span {
  color: #fff;
}
#content.toppage .recruit .ib p {
  color: #fff;
  font-size: 17px;
  width: 100%;
  padding-left: 500px;
  max-width: 100%;
  float: right;
  text-align: right;
}

#content.toppage .ib, #content.subpage .ib {
  padding: 100px 0;
}
#content.toppage .ib .info_list, #content.subpage .ib .info_list {
  padding: 0px;
  margin: 60px 0;
}
#content.toppage .ib .info_list .box, #content.subpage .ib .info_list .box {
  display: flex;
  align-items: center;
  padding: 15px 0;
}
#content.toppage .ib .info_list .box span.date, #content.subpage .ib .info_list .box span.date {
  font-size: 20px;
  color: #B01E2D;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
}
#content.toppage .ib .info_list .box .cat, #content.subpage .ib .info_list .box .cat {
  font-size: 15px;
  color: #fff;
  background: #B01E2D;
  padding: 3px 20px;
  border-radius: 50px;
  margin-right: 20px;
  align-items: center;
  display: flex;
}
#content.toppage .ib .info_list .box p, #content.subpage .ib .info_list .box p {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
}

/*************************************
 * *
 * *subpage
 * *
 * *************************************** */
.head_tit {
  height: 420px;
  position: relative;
  margin-top: 90px;
}
.head_tit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/st1.png), rgba(0, 0, 0, 0.3);
  background-blend-mode: multiply;
  background-size: auto, cover;
  z-index: 3;
  mix-blend-mode: multiply;
  display: block;
}
.head_tit.c47 .ib h1 {
  padding-left: 200px;
}
.head_tit img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.head_tit .ib {
  height: 100%;
  align-items: center;
  display: flex;
  z-index: 5;
}
.head_tit .ib h1 {
  color: #fff;
}
.head_tit .ib h1 em {
  font-size: 62px;
  font-family: "Roboto", sans-serif;
  display: block;
}
.head_tit .ib h1 em:first-letter {
  color: #B01E2D;
}
.head_tit .ib h1 i {
  display: block;
  font-size: 20px;
}
.head_tit .ib h1 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
}
.head_tit .ib h1 .logo {
  width: 430px;
  display: block;
  -o-object-fit: unset;
     object-fit: unset;
  height: auto;
  position: relative;
}

.panlist.recruit {
  margin-top: 90px;
}
.panlist.grey {
  background: #f1f1f1;
}
.panlist.c47 {
  background: #B01E2D;
}
.panlist.c47 .ib a, .panlist.c47 .ib span {
  color: #fff;
}
.panlist.c47 .ib a.home, .panlist.c47 .ib span.home {
  color: #fff;
}
.panlist.c47 .ib a.home:after, .panlist.c47 .ib span.home:after {
  color: #fff;
}
.panlist.c47 .ib a:not(.home):before, .panlist.c47 .ib span:not(.home):before {
  background: #fff;
}
.panlist .ib {
  padding: 50px 0;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.panlist .ib a, .panlist .ib span {
  margin-right: 20px;
  position: relative;
}
.panlist .ib a.home, .panlist .ib span.home {
  color: #B01E2D;
}
.panlist .ib a.home:after, .panlist .ib span.home:after {
  font-family: "material symbols outlined";
  display: inline-block;
  content: "\e88a";
  font-size: 130%;
}
.panlist .ib a:not(.home), .panlist .ib span:not(.home) {
  padding-left: 20px;
}
.panlist .ib a:not(.home):before, .panlist .ib span:not(.home):before {
  content: "";
  height: 24px;
  width: 1px;
  display: inline-block;
  background: #B01E2D;
  transform: rotate(10deg);
  position: absolute;
  top: 0;
  left: 0;
}

#content.subpage .services {
  margin: 60px 0;
}

a.button_l {
  display: block;
  padding: 30px;
  width: 360px;
  font-size: 18px;
  font-weight: bold;
  border: 3px solid #B01E2D;
  text-align: center;
  margin: 60px auto;
  cursor: pointer;
  border-radius: 50px;
  color: #B01E2D;
}

#content table {
  width: 100%;
  font-size: 16px;
}
#content table tr:nth-of-type(odd) th, #content table tr:nth-of-type(odd) td {
  background: #f5f5f5;
}
#content table th {
  width: 17%;
  padding: 25px;
  text-align: center;
}
#content table td {
  padding: 25px;
  width: 83%;
  letter-spacing: 0.1em;
  font-size: 15px;
  line-height: 1.9;
}
#content table td input[type=text], #content table td textarea {
  display: block;
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}
#content table td textarea {
  min-height: 250px;
}
#content button {
  width: 330px;
  display: block;
  margin: 50px auto;
  cursor: pointer;
  background: #fff;
  border: 4px solid #B01E2D;
  text-align: center;
  padding: 20px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.4s ease;
}
#content button:hover {
  background: #B01E2D;
  color: #fff;
}

#content.subpage {
  position: relative;
}
#content.subpage.p47:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1000px;
  top: 0;
  left: 0;
  background: #B01E2D;
}
#content.subpage.p47:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 1000px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #B01E2D;
}
#content.subpage.p47 .ib {
  z-index: 2;
  padding-top: 10px;
}
#content.subpage.p47 .gamen1 {
  top: 660px !important;
}
#content.subpage .ib {
  padding: 100px 0;
}
#content.subpage .swiper_outer {
  width: 100vw;
  margin-left: calc(0px - (50vw - 600px));
  margin-top: 30px;
}
#content.subpage .swiper_outer .swiper-slide {
  width: 1000px;
  padding: 50px 70px;
  background: #fff;
}
#content.subpage .swiper_outer .swiper-slide img {
  objext-fit: contain;
  height: 500px;
  width: auto;
  display: block;
  margin: 0 auto;
}
#content.subpage h2 {
  font-size: 44px;
  color: #fff;
  margin: 50px 0;
  position: relative;
}
#content.subpage h2.center {
  text-align: center;
}
#content.subpage h2 em {
  font-size: 18px;
  display: block;
  margin-top: 20px;
  color: #111;
}
#content.subpage h2.red {
  color: #B01E2D;
  margin-top: 250px;
  margin-bottom: 150px;
}
#content.subpage h2.red i {
  display: inline-block;
  font-size: 60px;
}
#content.subpage h2.red .label1 {
  position: absolute;
  left: -50px;
  top: -50px;
}
#content.subpage h2.red .s1 {
  top: -100px;
  position: absolute;
  right: -50px;
}
#content.subpage h3 {
  font-size: 32px;
  margin: 50px 0;
}
#content.subpage h3.emp {
  text-align: center;
  position: relative;
  height: 150px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#content.subpage h3.emp span {
  position: relative;
  z-index: 2;
}
#content.subpage h3.emp span:first-letter {
  color: #B01E2D;
}
#content.subpage h3.emp i {
  display: block;
  text-align: center;
  font-size: 170px;
  color: #efeaea;
  font-family: "Roboto", sans-serif;
  mix-blend-mode: multiply;
  position: absolute;
  top: -20px;
  width: 100%;
}
#content.subpage p {
  font-size: 16px;
  line-height: 2;
  margin: 20px 0;
}
#content.subpage p.s {
  font-size: 14px;
}
#content.subpage p.w {
  color: #fff;
}
#content.subpage .annotation {
  font-size: 16px;
  text-align: right;
  margin: 10px 0;
}
#content.subpage .annotation p {
  margin: 0px;
  line-height: 1.5;
}
#content.subpage .intro47 {
  position: relative;
  z-index: 2;
}
#content.subpage .intro47 .gamen1 {
  position: absolute;
  right: -50px;
  top: 0;
}
#content.subpage .tit {
  width: 830px;
  margin: 50px auto;
}
#content.subpage .tit span {
  display: block;
  margin-bottom: 15px;
  background: #FFE8EA;
  padding: 15px;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}
#content.subpage .swiper-button-next {
  right: calc(50% - 480px);
  padding: 20px;
  background: #B01E2D;
  height: 80px;
  color: #fff;
  width: 50px;
}
#content.subpage .swiper-button-prev {
  left: calc(50% - 480px);
  padding: 20px;
  background: #B01E2D;
  color: #fff;
  height: 80px;
  width: 50px;
}
#content.subpage .results {
  background: url(../img/st1.png), #B01E2D;
  background-blend-mode: multiply;
}
#content.subpage .results .ib {
  padding: 100px 0;
  width: 100%;
}
#content.subpage .results .ib h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
#content.subpage .results .ib .logo_slide .swiper-slide {
  width: 150px !important;
  background: #fff;
  height: 140px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#content.subpage .results .ib .logo_slide .swiper-slide img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: auto;
}
#content.subpage .plans {
  background: #f7f7f7;
  background-blend-mode: multiply;
}
#content.subpage .plans .ib {
  padding: 100px 0 120px;
}
#content.subpage .plans .ib h3.campaign {
  font-size: 42px;
  text-align: center;
  position: relative;
  color: #B01E2D;
  margin: 70px 0;
}
#content.subpage .plans .ib h3.campaign i {
  content: "300社様限定";
  background: #fff;
  color: #333;
  padding: 15px 30px;
  width: 100%;
  margin: 0 auto 15px;
  width: 460px;
  display: block;
  font-size: 32px;
  border: 2px solid #B01E2D;
  border-radius: 10px;
  position: relative;
}
#content.subpage .plans .ib h3.campaign i:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
#content.subpage .plans .ib h3.campaign i:after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #B01E2D;
  z-index: 1;
}
#content.subpage .plans .ib table {
  table-layout: fixed;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #ccc;
}
#content.subpage .plans .ib table.service {
  table-layout: auto;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid #ccc;
}
#content.subpage .plans .ib table.service th {
  width: 25%;
  height: 110px;
  padding: 30px 20px;
  text-align: center;
  background: #B01E2D;
  color: #ffffff;
  font-size: 22px;
  border: 1px solid #ccc;
}
#content.subpage .plans .ib table.service th.center {
  width: 19%;
  height: 110px;
}
#content.subpage .plans .ib table.service td {
  width: 25%;
  height: 110px;
  padding: 30px 20px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
#content.subpage .plans .ib table.service td:nth-of-type(1), #content.subpage .plans .ib table.service td:nth-of-type(2) {
  font-weight: bold;
  color: #B01E2D;
  background: #fff;
}
#content.subpage .plans .ib table.campaign tr td {
  font-size: 22px;
  font-weight: bold;
  color: #333;
}
#content.subpage .plans .ib table.campaign tr td:nth-of-type(1) {
  color: #333;
}
#content.subpage .plans .ib table.campaign tr td:nth-of-type(2), #content.subpage .plans .ib table.campaign tr td:nth-of-type(3) {
  color: #B01E2D;
}
#content.subpage .plans .ib table.campaign tr td:nth-of-type(2) em, #content.subpage .plans .ib table.campaign tr td:nth-of-type(3) em {
  z-index: 26px;
}
#content.subpage .plans .ib table.campaign tr td s {
  text-decoration: line-through;
  display: block;
  color: #333;
}
#content.subpage .plans .ib table:not(.campaign) thead tr th:last-child {
  background: #ddd;
  color: #333;
}
#content.subpage .plans .ib table tr th {
  padding: 30px 20px;
  background: #B01E2D;
  color: #fff;
  font-size: 22px;
  border: 1px solid #ccc;
}
#content.subpage .plans .ib table tr td {
  padding: 30px 20px;
  text-align: center;
  font-size: 20px;
  border: 1px solid #ccc;
  background: #fff;
}
#content.subpage .plans .ib table tr td:nth-of-type(1), #content.subpage .plans .ib table tr td:nth-of-type(2) {
  font-weight: bold;
  color: #B01E2D;
  background: #fff;
}
#content.subpage .faq .ib {
  padding: 100px 0;
}
#content.subpage .faq .ib a.button_l {
  margin: 80px auto;
}
#content.subpage .faq .faq_list {
  margin: 60px 0;
}
#content.subpage .faq .faq_list .row {
  margin-bottom: 30px;
}
#content.subpage .faq .faq_list .row div {
  padding: 20px;
  background: #f7f7f7;
  font-size: 18px;
  font-weight: bold;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
#content.subpage .faq .faq_list .row div p {
  margin: 0;
  width: calc(100% - 90px);
}
#content.subpage .faq .faq_list .row div i {
  width: 60px;
  height: 60px;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: "Roboto", sans-serif;
  font-size: 44px;
  font-weight: bold;
  color: #fff;
  background: #B01E2D;
  border-radius: 50%;
}
#content.subpage .faq .faq_list .row div.a {
  background: #fff;
  border: 5px solid #0093BD;
}
#content.subpage .faq .faq_list .row div.a i {
  background: #0093BD;
}
#content.subpage .kaizen .ib {
  padding: 100px 0;
}
#content.subpage .kaizen .ib .security {
  height: 250px;
  position: relative;
  background: #B01E2D;
  padding: 40px 55px;
}
#content.subpage .kaizen .ib .security:before {
  content: "";
  width: calc(50vw + 600px);
  position: absolute;
  background: url(../img/service/sec.svg) 650px 50% no-repeat, #B01E2D;
  background-size: auto 100%, cover;
  display: block;
  height: 100%;
  top: 0;
  right: calc(0px - (50vw - 600px));
}
#content.subpage .kaizen .ib .security * {
  position: relative;
  z-index: 2;
}
#content.subpage .kaizen .ib .security span {
  display: block;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#content.subpage .kaizen .ib .security p {
  font-size: 16px;
  width: 580px;
  color: #fff;
}
#content.subpage .kaizen .ib .kaizen_list {
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
#content.subpage .kaizen .ib .kaizen_list .box {
  width: 322px;
  margin-bottom: 40px;
}
#content.subpage .kaizen .ib .kaizen_list .box h4 {
  font-size: 22px;
  color: #B01E2D;
}
#content.subpage .kaizen .ib .kaizen_list .box img {
  display: block;
  margin: 15px auto;
}
#content.subpage .kaizen .ib .kaizen_list .box img.line {
  width: 60%;
  margin: 47px auto;
}
#content.subpage .kaizen .ib .kaizen_list .box p {
  font-size: 16px;
}
#content.subpage .feature {
  background: #f7f7f7;
  position: relative;
  margin-top: -50px;
}
#content.subpage .feature:before {
  content: "";
  background: #f7f7f7;
  display: block;
  height: 200px;
  width: 100%;
  position: absolute;
  top: -200px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
#content.subpage .feature .ib {
  padding: 10px 0 100px;
}
#content.subpage .feature .feature_list {
  margin: 100px 0;
}
#content.subpage .feature .feature_list .row {
  padding-left: 30px;
  position: relative;
  margin-bottom: 65px;
}
#content.subpage .feature .feature_list .row:nth-of-type(2n) {
  padding-left: 70px;
}
#content.subpage .feature .feature_list .row:nth-of-type(2n) img {
  right: auto;
  left: -60px;
}
#content.subpage .feature .feature_list .row:nth-of-type(2n) .txt {
  padding-left: 350px;
  padding-right: 140px;
}
#content.subpage .feature .feature_list .row:nth-of-type(2n) .txt .num {
  left: auto;
  right: -30px;
}
#content.subpage .feature .feature_list .row:nth-of-type(4) img {
  top: 0;
}
#content.subpage .feature .feature_list .row:nth-of-type(4) .txt {
  padding-left: 260px;
}
#content.subpage .feature .feature_list .row img {
  z-index: 2;
  position: absolute;
  top: 50px;
  right: -60px;
}
#content.subpage .feature .feature_list .row .txt {
  padding: 30px 140px;
  padding-right: 270px;
  background: #fff;
  border: 1px solid #B01E2D;
  position: relative;
  width: 1120px;
  max-width: 100%;
}
#content.subpage .feature .feature_list .row .txt h4 {
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 0;
}
#content.subpage .feature .feature_list .row .txt h4:first-letter {
  color: #B01E2D;
}
#content.subpage .feature .feature_list .row .txt .num {
  width: 140px;
  left: -30px;
  top: -30px;
  position: absolute;
  height: 160px;
  background: #B01E2D;
  color: #fff;
  padding: 20px;
  align-items: center;
  flex-wrap: wrap;
  display: flex;
  font-family: "Roboto", sans-serif;
}
#content.subpage .feature .feature_list .row .txt .num span {
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.1em;
}
#content.subpage .feature .feature_list .row .txt .num i {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 93px;
  font-weight: bold;
}

#content.subpage.recruit:before {
  content: "";
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
}
#content.subpage.recruit:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 200px;
  top: 300px;
  left: 0;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
  background: #f1f1f1;
}
#content.subpage.recruit .ib {
  padding-top: 10px;
}
#content.subpage.recruit .ib .rec_img {
  width: 630px;
  height: 450px;
  position: absolute;
  top: 90px;
  right: 0;
  z-index: 2;
}
#content.subpage.recruit .ib .rec_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#content.subpage.recruit .ib .bg_layer {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  display: none;
}
#content.subpage.recruit .ib .bg_layer.active {
  display: block;
}
#content.subpage.recruit .ib p.center {
  width: 800px;
  max-width: 100%;
  margin: 40px auto 120px;
  position: relative;
  z-index: 2;
}
#content.subpage.recruit .ib h2 {
  color: #B01E2D;
  text-align: center;
  position: relative;
  z-index: 2;
}
#content.subpage.recruit .ib h3 {
  line-height: 1;
  padding-left: 20px;
  border-left: 5px solid #B01E2D;
  margin: 50px 0;
}
#content.subpage.recruit .ib table {
  margin-bottom: 100px;
}
#content.subpage.recruit .ib .interviews {
  margin: 220px 0;
}
#content.subpage.recruit .ib .interviews .tit {
  text-align: right;
  letter-spacing: 0.1em;
}
#content.subpage.recruit .ib .interviews .tit em {
  font-size: 32px;
  font-weight: bold;
}
#content.subpage.recruit .ib .interviews .tit i {
  display: inline-block;
  font-size: 100px;
  font-weight: bold;
  color: #B01E2D;
  font-family: "Roboto", sans-serif;
}
#content.subpage.recruit .ib .interviews #interview {
  margin: 100px 0 0;
  display: flex;
  flex-wrap: wrap;
}
#content.subpage.recruit .ib .interviews #interview .int_box {
  height: auto;
  width: 350px;
  margin-right: 40px;
}
#content.subpage.recruit .ib .interviews #interview .int_box .img {
  width: 100%;
  height: 275px;
  overflow: hidden;
  background: url(../img/recruit/int_bg.jpg);
  background-size: cover;
}
#content.subpage.recruit .ib .interviews #interview .int_box .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
  width: 200px;
  display: block;
  margin: 0 auto;
  transition: 0.4s ease;
}
#content.subpage.recruit .ib .interviews #interview .int_box .img img:hover {
  transform: scale(1.1);
}
#content.subpage.recruit .ib .interviews #interview .int_box .txt {
  background: #fff;
  padding: 30px 0px 20px;
}
#content.subpage.recruit .ib .interviews #interview .int_box .txt h4 {
  margin-top: 0;
  font-size: 22px;
}
#content.subpage.recruit .ib .interviews #interview .int_box .txt h4 span {
  display: block;
  color: #B01E2D;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}
#content.subpage.recruit .ib .interviews #interview .int_box .txt p {
  font-weight: bold;
  font-size: 18px;
  color: #666;
}
#content.subpage.recruit .ib .interviews #interview .int_box .txt p span {
  display: block;
  font-size: 15px;
  font-weight: normal;
  color: #212121;
}
#content.subpage.recruit .ib .ideal {
  position: relative;
  margin: 120px 0;
}
#content.subpage.recruit .ib .ideal:before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 200px;
  top: 200px;
  left: calc(0px - (50vw - 600px));
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
  background: #B01E2D;
}
#content.subpage.recruit .ib .ideal:after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 200px;
  top: 900px;
  left: calc(0px - (50vw - 600px));
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
  background: #B01E2D;
}
#content.subpage.recruit .ib .ideal .bg {
  width: 100vw;
  height: 500px;
  right: calc(0px - (50vw - 600px));
  background: #B01E2D;
  position: absolute;
  top: 400px;
}
#content.subpage.recruit .ib .ideal .tit {
  font-size: 100px;
  font-weight: bold;
  color: #B01E2D;
  margin: 50px 0 -50px;
  padding-left: 50px;
  font-family: "Roboto", sans-serif;
  position: relative;
  z-index: 4;
  letter-spacing: 0.05em;
}
#content.subpage.recruit .ib .ideal .back {
  width: calc(50vw + 600px);
  height: 830px;
  margin-right: calc(0px - (50vw - 600px));
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/recruit/rec1.jpg) 50% 50%;
  background-blend-mode: multiply;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 40px;
  color: #fff;
}
#content.subpage.recruit .ib .ideal .back .ib {
  padding: 0;
  margin: 0;
}
#content.subpage.recruit .ib .ideal .back h3 {
  padding-left: 0;
  border: none;
}
#content.subpage.recruit .ib .ideal .back p {
  font-size: 18px;
}
#content.subpage.recruit .ib .ideal .back p b {
  font-size: 24px;
  display: block;
  padding: 10px;
  background: #B01E2D;
  margin-bottom: 15px;
  width: 440px;
  margin-left: -40px;
  padding-left: 40px;
}
#content.subpage.recruit .ib .job_list {
  justify-content: space-between;
  display: flex;
  margin: 60px 0;
  flex-wrap: wrap;
}
#content.subpage.recruit .ib .job_list .box {
  width: 48%;
  justify-content: space-between;
  display: flex;
  position: relative;
  border: 1px solid #ccc;
  border-left: 5px solid #B01E2D;
  transition: 0.4s ease;
}
#content.subpage.recruit .ib .job_list .box:hover {
  background: #B01E2D;
}
#content.subpage.recruit .ib .job_list .box:hover .txt h4 {
  color: #fff;
}
#content.subpage.recruit .ib .job_list .box:hover .txt p {
  color: #fff;
}
#content.subpage.recruit .ib .job_list .box .detail {
  width: auto;
  padding: 10px 0;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-bottom: 1px solid #B01E2D;
  border-radius: 0;
  position: absolute;
  bottom: calc(50% - 20px);
  display: flex;
  z-index: 2;
  right: 0;
  background: #fff;
  cursor: pointer;
  right: 40px;
}
#content.subpage.recruit .ib .job_list .box .pop_box {
  display: none;
  background: #fff;
  padding: 40px;
  position: fixed;
  max-width: 100%;
  width: 1000px;
  height: calc(100vh - 300px);
  top: 150px;
  left: calc(50% - 500px);
  z-index: 99;
  overflow-y: scroll;
}
#content.subpage.recruit .ib .job_list .box .pop_box h3 {
  font-size: 20px;
  margin-top: 0;
}
#content.subpage.recruit .ib .job_list .box .pop_box .close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  cursor: pointer;
  right: 0;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  display: flex;
}
#content.subpage.recruit .ib .job_list .box .pop_box.active {
  display: block;
}
#content.subpage.recruit .ib .job_list .box .img {
  width: 180px;
  align-items: center;
  display: flex;
}
#content.subpage.recruit .ib .job_list .box .txt {
  width: 100%;
  padding: 30px 40px;
  position: relative;
}
#content.subpage.recruit .ib .job_list .box .txt h4 {
  font-size: 24px;
  margin-top: 0;
  color: #B01E2D;
  transition: 0.4s ease;
  margin: 0;
}
#content.subpage.recruit .ib .job_list .box .txt p {
  font-size: 16px;
  margin-bottom: 0;
  transition: 0.4s ease;
}
#content.subpage.recruit .ib .job_list .box .txt h5 {
  font-size: 20px;
  color: #999;
  padding-left: 35px;
  line-height: 1;
  margin: 35px 0 -30px;
  z-index: 6;
  position: relative;
}
#content.subpage.recruit .ib .job_list .box .txt h5:before {
  content: "";
  height: 5px;
  width: 25px;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
  display: block;
  background: #B01E2D;
}

.center {
  text-align: center !important;
}

#content.subpage.contact table {
  margin: 50px 0;
}
#content.subpage.contact table th {
  text-align: left;
}
#content.subpage.contact table th.req:before {
  content: "必須";
  color: #B01E2D;
  display: inline-block;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #B01E2D;
  line-height: 1;
}

#content.subpage.company .ib {
  padding-top: 50px;
  padding-bottom: 150px;
}
#content.subpage.company .ib table {
  margin: 80px 0;
}
#content.subpage.company .ib iframe {
  display: block;
  width: 100%;
  height: 600px;
}
#content.subpage.company .ib h4 {
  display: table;
  font-size: 24px;
  margin: 50px 0;
  padding-bottom: 15px;
  border-bottom: 3px solid #B01E2D;
}
#content.subpage.company .ib h2 {
  color: #B01E2D;
}
#content.subpage.company .ib h2.center .inner {
  text-align: center;
}

#content.subpage.page .ib p strong {
  font-size: 20px;
  margin-top: 20px;
}
#content.subpage.page .ib h3 {
  border-bottom: 1px solid #B01E2D;
  padding-bottom: 10px;
}
#content.subpage.page .ib table.table {
  table-layout: fixed;
  margin: 50px 0;
}
#content.subpage.page .ib h2 {
  color: #212121;
}
#content.subpage.page .ib h2:first-letter {
  color: #B01E2D;
}

.head_tit.single {
  background: #B01E2D;
}

#content.subpage.single {
  min-height: 500px;
}
#content.subpage.single .ib {
  padding: 50px 0 100px;
}
#content.subpage.single .ib.int {
  width: 1000px;
}
#content.subpage.single .ib .recruit_content table {
  margin-bottom: 50px;
}
#content.subpage.single .ib .recruit_content h2 {
  align-items: center;
  display: flex;
}
#content.subpage.single .ib .recruit_content h2 .img {
  height: 50px;
  width: 60px;
  display: inline-block;
  margin-right: 15px;
}
#content.subpage.single .ib .recruit_content h2 .img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 100%;
  width: auto;
}
#content.subpage.single .ib .recruit_content a.button {
  margin-top: 60px;
}
#content.subpage.single .ib .int_repeat {
  margin: 50px 0 100px;
}
#content.subpage.single .ib .int_repeat .img {
  width: 600px;
  height: 380px;
  margin: 55px auto;
}
#content.subpage.single .ib .int_repeat .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#content.subpage.single .ib .int_repeat h3 {
  display: table;
  border-bottom: 3px solid #B01E2D;
  padding-bottom: 10px;
}
#content.subpage.single .ib .int_profile {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-direction: row-reverse;
  margin-bottom: 60px;
}
#content.subpage.single .ib .int_profile .txt {
  width: calc(100% - 350px);
  padding: 0px;
  position: relative;
  border-radius: 10px;
}
#content.subpage.single .ib .int_profile .txt * {
  position: relative;
  z-index: 3;
}
#content.subpage.single .ib .int_profile .txt h3 {
  font-size: 44px;
  margin-top: 0;
  margin-bottom: 5px;
}
#content.subpage.single .ib .int_profile .txt h3:first-letter {
  color: #B01E2D;
}
#content.subpage.single .ib .int_profile .txt p {
  font-size: 24px;
  font-weight: bold;
  margin-top: 5px;
}
#content.subpage.single .ib .int_profile .txt .history {
  font-size: 16px;
  line-height: 1.9;
  margin-top: 50px;
  padding: 40px;
  background: #B01E2D;
  color: #fff;
  border-radius: 10px;
  width: 100%;
}
#content.subpage.single .ib .int_profile .txt .history h4 {
  margin-top: 0;
}
#content.subpage.single .ib .int_profile .txt .history h4:after {
  background: #fff;
}
#content.subpage.single .ib .int_profile .txt h4 {
  font-size: 20px;
  position: relative;
}
#content.subpage.single .ib .int_profile .txt h4:before, #content.subpage.single .ib .int_profile .txt h4:after {
  content: "";
  height: 3px;
  width: 50px;
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  background: #333;
}
#content.subpage.single .ib .int_profile .txt h4:after {
  background: #B01E2D;
  width: 25px;
  z-index: 2;
}
#content.subpage.single .ib .int_profile .img {
  width: 310px;
  align-items: center;
  justify-content: center;
  display: flex;
}
#content.subpage.single .ib .int_profile .img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  height: 430px;
  width: auto;
}
#content.subpage.single .ib h2 {
  font-size: 32px;
  border-bottom: 1px solid #B01E2D;
  padding-bottom: 10px;
  color: #212121;
}
#content.subpage.single .ib h2 em {
  display: block;
  font-size: 32px;
}
#content.subpage.single .ib h2 span {
  display: inline-block;
  font-size: 24px;
  color: #B01E2D;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
}
#content.subpage.single .ib h2 .cat {
  display: inline-block;
  font-size: 18px;
  text-decoration: underline;
  font-size: 20px;
  position: relative;
  margin-left: 5px;
  top: -2px;
}

/*************************************
 * *
 * *footer
 * *
 * ************************************** */
s {
  text-decoration: none;
}

.trans_txt_parent {
  overflow: hidden;
}
.trans_txt_parent .inner {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.trans_txt_parent s {
  display: inline-block;
  transform: translateY(60px);
}

.scroll_fadein {
  opacity: 0;
  transform: translateY(50px);
}

#pagetop {
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  position: fixed;
  bottom: 75px;
  right: 30px;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  font-size: 26px;
  font-weight: bold;
  z-index: 1000;
}
#pagetop:before {
  content: "\e5ce";
  font-family: "material symbols outlined";
  display: inline-block;
  color: #B01E2D;
}

footer {
  background: #B01E2D;
}
footer .ib {
  padding: 50px 0;
}
footer .ib p {
  color: #fff;
}
footer .ib p.copy {
  font-size: 14px;
  margin-top: 50px;
  text-align: center;
}
footer .ib .logo {
  margin: 50px 0;
  display: block;
}
footer .ib nav {
  display: flex;
}
footer .ib nav a {
  font-size: 16px;
  margin-right: 40px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */