@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: "Roboto", "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
}

body {
  overflow-x: hidden;
  color: #000;
}

body.no_ov {
  overflow: inherit;
}

ul {
  margin: 0;
  padding: 0;
}

a:link,
a:visited,
a:hover,
a:active {
  color: inherit;
}

section {
  padding: 0;
}

h2,
h3,
h4,
h5 {
  font-weight: bold;
}

.ib {
  width: 1000px;
  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;
}

#loading {
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../img/logo.svg) 50% 50% no-repeat, #fff;
  z-index: 999999999999999;
  opacity: 1;
  transition: 1s ease;
}

#loading.hide {
  opacity: 0;
  z-index: -1;
}

/***************************************
 *
 *header
 *
 ************************************* */
img.org {
  max-width: 100%;
  display: block;
}

#pankuzu {
  display: none;
}

.bottom-line.pc {
  display: none;
}

/* header {
  background: #fff;
} */

header.nobg {
  background: none;
}

header.new {
  height: 96px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
  left: 0;
  background: #fff;
  padding: 25px 30px;
}

header.new.subpage .lang span,
header.new.subpage .lang a {
  color: #000;
}

header.new.subpage .lang span em:before,
header.new.subpage .lang a em:before {
  background: #222;
}

header.new.subpage .lang span:after {
  background: #000;
}

header.new.subpage nav a.parent,
header.new.subpage nav span.parent {
  color: #000;
}

header.new.nobg {
  background: none;
}

header.new.nobg.txt_black {
  background: #fff;
}

header.new.nobg.txt_black .lang span,
header.new.nobg.txt_black .lang a {
  color: #000;
}

header.new.nobg.txt_black .lang span:after {
  background: #000;
}

header.new.nobg.txt_black nav a {
  color: #000;
}

header.new .lang {
  position: absolute;
  top: 10px;
  right: 30px;
  width: 200px;
  justify-content: space-between;
  display: flex;
}

header.new .lang span {
  position: relative;
  padding-right: 18px;
  font-size: 13px;
  color: #fff;
}

header.new .lang span:after {
  height: 30px;
  content: "";
  width: 0.5px;
  background: #fff;
  display: block;
  position: absolute;
  top: -10px;
  right: -2px;
}

header.new .lang a {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  position: relative;
}

header.new .lang a.en:hover em {
  z-index: 2;
  opacity: 1;
}

header.new .lang a i {
  position: relative;
}

header.new .lang a em {
  transition: 0.4s ease;
  position: absolute;
  font-size: 12px;
  background: #fff;
  padding: 3px 10px;
  color: #222;
  top: 25px;
  width: 180px;
  right: 0;
  opacity: 0;
  z-index: -1;
  border: 1px solid #222;
}

header.new .lang a em:before {
  position: absolute;
  width: 1px;
  height: 12px;
  content: "";
  background: #fff;
  right: 10px;
  top: -12px;
}

header.new .ib {
  width: 100%;
}

header.new h1.logo {
  width: 257px;
  margin: 0;
}

header.new nav {
  width: 666px;
  position: absolute;
  right: 30px;
  bottom: 9px;
  display: flex;
  justify-content: space-between;
}

header.new nav a.parent,
header.new nav span.parent {
  font-size: 15px;
  font-weight: 500;
  color: #fff;
  position: relative;
  transition: 0.4s ease;
}

header.new nav a.parent:hover,
header.new nav span.parent:hover {
  color: #B71906;
}

header.new nav a.parent .child,
header.new nav span.parent .child {
  border: 2px solid #B71906;
  display: none;
  width: 1000px;
  position: absolute;
  left: calc(50% - 500px);
  top: 35px;
  background: #f5f5f5;
  padding: 20px;
  padding-bottom: 10px;
}

header.new nav a.parent .child:before,
header.new nav span.parent .child:before {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  top: -16px;
  left: 50%;
  display: inline-block;
  background: #B71906;
}

header.new nav a.parent .child.w,
header.new nav span.parent .child.w {
  width: 810px;
  left: calc(50% - 405px);
}

header.new nav a.parent .child.w .row a,
header.new nav span.parent .child.w .row a {
  width: 24%;
}

header.new nav a.parent .child .row,
header.new nav span.parent .child .row {
  display: flex;
}

header.new nav a.parent .child .row:nth-of-type(1) a:nth-of-type(5),
header.new nav span.parent .child .row:nth-of-type(1) a:nth-of-type(5) {
  margin-right: 0;
}

header.new nav a.parent .child .row:nth-of-type(2) a:last-child,
header.new nav span.parent .child .row:nth-of-type(2) a:last-child {
  margin-bottom: 0;
}

header.new nav a.parent .child .row a,
header.new nav span.parent .child .row a {
  width: 19.2%;
  font-size: 12px;
  color: #000;
  margin-right: 10px;
  margin-bottom: 10px;
  display: block;
}

header.new nav a.parent .child .row a:last-child,
header.new nav span.parent .child .row a:last-child {
  margin-right: 0;
}

header.new nav a.parent .child .row a:hover .img img,
header.new nav span.parent .child .row a:hover .img img {
  transform: scale(1.2);
}

header.new nav a.parent .child .row a:hover i,
header.new nav span.parent .child .row a:hover i {
  background: #991000;
}

header.new nav a.parent .child .row a .img,
header.new nav span.parent .child .row a .img {
  height: 100px;
  display: block;
  overflow: hidden;
}

header.new nav a.parent .child .row a .img img,
header.new nav span.parent .child .row a .img img {
  transition: 0.4s ease;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

header.new nav a.parent .child .row a i,
header.new nav span.parent .child .row a i {
  transition: 0.4s ease;
  display: block;
  padding: 5px;
  text-align: center;
  font-size: 14px;
  height: 42px;
  padding-top: 14px;
  background: #B71906;
  color: #fff;
  font-weight: bold;
}

header.new nav a.parent .child .row a i.pdt,
header.new nav span.parent .child .row a i.pdt {
  padding-top: 5px;
}

s {
  text-decoration: none;
}

#first_view.top {
  height: 100vh;
  width: 100%;
  background: #000;
  position: relative;
  margin-top: 0px;
}

#first_view.top .scroll {
  position: absolute;
  left: 30px;
  bottom: 0;
}

#first_view.top .scroll_cr {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  animation: 2.5s linear infinite roop_scroll;
}

@keyframes roop_scroll {
  0% {
    opacity: 0;
    left: 30px;
    bottom: 100px;
  }

  20% {
    opacity: 1;
    left: 30px;
    bottom: 75px;
  }

  40% {
    opacity: 1;
    left: 30px;
    bottom: 50px;
  }

  60% {
    opacity: 1;
    left: 30px;
    bottom: 25px;
  }

  80% {
    opacity: 0;
    bottom: 0;
    left: 30px;
  }

  100% {
    opacity: 0;
    bottom: 0;
    left: 30px;
  }
}

#first_view.top a.view {
  width: 287px;
  height: 100px;
  background: #B71906;
  color: #fff;
  padding: 35px 42px;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 1.4;
  opacity: 0;
  transition: 0.4s ease;
}

#first_view.top a.view:hover img {
  right: 25px;
}

#first_view.top a.view:hover:before {
  width: 100%;
  opacity: 1;
}

#first_view.top a.view:before {
  transition: 0.4s ease;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
}

#first_view.top a.view img {
  position: absolute;
  top: 36px;
  right: 38px;
  z-index: 2;
  transition: 0.4s ease;
}

#first_view.top a.view.fade {
  opacity: 1;
}

#first_view.top a.view p {
  position: relative;
  z-index: 2;
  font-size: 20px;
  font-weight: bold;
}

#first_view.top a.view p i {
  display: block;
  font-size: 32px;
}

#first_view.top .mov_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#first_view.top .mov_container video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#first_view.top .bread {
  position: absolute;
  top: 40px;
  left: 30px;
  letter-spacing: 0.05em;
  font-size: 13px;
  font-weight: bold;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff;
  z-index: 3;
}

#first_view.top .bread span:after {
  content: "";
  font-family: material icons;
  display: inline-block;
  margin-top: 8px;
  margin-bottom: 8px;
}

#first_view.top .bread span:last-child:after {
  display: none;
}

#first_view.top .ib {
  height: 100%;
  padding: 100px 0;
  width: 100%;
  padding-left: 100px;
}

#first_view.top .ib .txt {
  height: 260px;
  position: absolute;
  left: 150px;
  width: 840px;
  top: calc(50% - 130px);
  color: #fff;
  padding-left: 70px;
}

#first_view.top .ib .txt .tate {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 17.6px;
  writing-mode: vertical-rl;
  font-weight: bold;
  display: none;
  letter-spacing: 0.12em;
}

#first_view.top .ib .txt .tate span {
  color: #B71906;
}

#first_view.top .ib .txt .page_name {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  position: relative;
  margin-bottom: 80px;
}

#first_view.top .ib .txt .page_name:before {
  width: 34px;
  content: "";
  background: #B71906;
  display: block;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: -20px;
}

#first_view.top .ib .txt h2 span {
  font-size: 32px;
  display: block;
  margin-bottom: 20px;
}

#first_view.top .ib .txt h2.move2 div {
  font-size: 68px;
}

#first_view.top .ib .txt h2.move2 div.move {
  color: #fff;
  opacity: 1;
}

#first_view.top .ib .txt h2 div {
  display: table;
  padding: 8px 10px 3px;
  position: relative;
  font-size: 56px;
  height: 72px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
  transition: 0.4s ease;
  width: 100%;
  color: #fff;
}

#first_view.top .ib .txt h2 div i {
  transition: 0.4s ease;
  position: absolute;
  left: 0;
  display: inline-block;
}

#first_view.top .ib .txt h2 div i s em {
  color: #B71906;
}

#first_view.top .ib .txt h2 div i em {
  opacity: 0;
  transition: 0.6s ease;
}

#first_view.top .ib .txt h2 div i em.palt {
  letter-spacing: -0.2em;
}

#first_view.top .ib .txt h2 div i em.palt.p1 {
  position: relative;
  left: -10px;
}

#first_view.top .ib .txt h2 div i em.show {
  opacity: 1;
}

#first_view.top .ib .txt h2 div s {
  transition: 0.8s ease;
}

#first_view.top .ib .txt h2 div s.move2 {
  background: #B71906;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#first_view.top .ib .txt h2 div:nth-of-type(2):before {
  transition: 0.9s ease;
}

#first_view.top .ib .txt h2 div.spread:before {
  width: 100%;
}

#first_view.top .ib .txt h2 div:before {
  transition: 0.6s ease;
  content: "";
  display: block;
  height: 100%;
  width: 0%;
  position: absolute;
  top: 0;
  left: 0;
  background: #B71906;
}

#first_view.top .ib .txt p {
  font-size: 22px;
  font-weight: bold;
  margin-top: 50px;
  opacity: 0;
  transition: 0.4s ease;
}

#first_view.top .ib .txt p.fade {
  opacity: 1;
}

@media (max-height: 900px) {
  #first_view {
    height: 900px;
  }
}

.single_contact {
  padding: 30px 25px;
  margin: 40px 0;
  background: #f1f1f1;
}

.single_contact p {
  text-align: center;
  font-weight: bold;
}

.single_contact a.button_new {
  margin: 30px auto;
}

a.button_new {
  display: table;
  padding: 20px 40px;
  font-size: 18px;
  max-width: 100%;
  margin: 40px auto;
  border-radius: 50px;
  color: #fff;
  font-weight: bold;
  background: #B71906;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
  transition: 0.4s ease;
}

a.button_new:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.2);
}

article {
  margin-bottom: 0;
}

article h2 {
  font-size: 46px;
  text-align: center;
  position: relative;
  margin: 50px 0 80px;
}

article h2.mgt {
  margin-top: 100px;
}

article h2:before {
  content: "";
  height: 2px;
  width: 72px;
  display: block;
  position: absolute;
  bottom: -21px;
  left: calc(50% - 36px);
  background: #B71906;
}

article h2 i {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
  margin-bottom: 20px;
  display: block;
}

a.simple_link {
  display: block;
  color: #B71906;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 40px auto;
  text-decoration: underline;
}

article .top_news .ib {
  padding: 65px 0;
}

article .top_news .ib a.more_link {
  font-size: 18px;
  display: table;
  margin: 35px auto 30px;
  font-weight: bold;
  text-decoration: underline;
  color: #B71906;
}

article .top_news .ib .news_list ul li {
  padding: 20px 0;
  border-bottom: 0.5px solid #707070;
  margin-bottom: 2px;
  display: block;
  display: flex;
  flex-wrap: wrap;
  padding-left: 120px;
  position: relative;
}

article .top_news .ib .news_list ul li:hover i {
  color: #B71906;
}

article .top_news .ib .news_list ul li .date {
  display: inline-block;
  font-size: 16px;
  font-family: "Roboto";
  color: #595757;
  font-weight: bold;
  margin-right: 40px;
}

article .top_news .ib .news_list ul li .tag,
article .top_news .ib .news_list ul li .service {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 7px;
}

article .top_news .ib .news_list ul li .tag a,
article .top_news .ib .news_list ul li .service a {
  font-size: 13px;
  padding: 3px 9px 2px;
  background: #fff;
  color: #B71906;
  font-weight: bold;
  display: inline-block;
  border: 1px solid #B71906;
  margin-right: 3px;
  text-align: center;
}

article .top_news .ib .news_list ul li .service a {
  background: #f5f5f5;
  border: none;
  border-left: 3px solid #B71906;
}

article .top_news .ib .news_list ul li .cat {
  margin-right: 7px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-bottom: 4px;
}

article .top_news .ib .news_list ul li .cat a {
  font-size: 13px;
  padding: 4px 9px 3px;
  background: #B71906;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  width: 122px;
  text-align: center;
  margin-right: 5px;
}

article .top_news .ib .news_list ul li .cat a:last-child {
  margin-right: 0;
}

article .top_news .ib .news_list ul li i {
  display: block;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  transition: 0.4s ease;
}

article .top_news .ib .news_list ul li i {
  padding-left: 0px;
}

article .top_news .ib .news_list ul li .date {
  position: absolute;
  top: calc(50% - 13px);
  left: 0;
  z-index: 3;
}

article .top_imagination .ib {
  width: 100%;
  padding: 20px 0 60px;
}

article .top_imagination .ib .eyecatch {
  height: 400px;
  width: 100%;
  background: url(../img/fv2.jpg) 50% calc(50% + 100px) no-repeat;
  background-size: cover;
}

article .top_imagination .ib a.more_detail {
  width: 486px;
  height: 186px;
  background: #B71906;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px 55px;
  color: #fff;
  transition: 0.4s ease;
}

article .top_imagination .ib a.more_detail:hover {
  width: 500px;
}

article .top_imagination .ib a.more_detail:hover img {
  right: 25px;
}

article .top_imagination .ib a.more_detail:hover:before {
  width: 100%;
  opacity: 1;
}

article .top_imagination .ib a.more_detail:before {
  transition: 0.4s ease;
  content: "";
  background: rgba(0, 0, 0, 0.2);
  display: block;
  mix-blend-mode: multiply;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
}

article .top_imagination .ib a.more_detail img {
  position: absolute;
  right: 40px;
  top: calc(50% - 17px);
  transition: 0.4s ease;
  z-index: 2;
}

article .top_imagination .ib a.more_detail span {
  font-size: 31px;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 44px;
  position: relative;
  z-index: 2;
}

article .top_imagination .ib a.more_detail i {
  position: relative;
  z-index: 2;
  font-family: "Roboto";
  font-size: 17px;
  font-weight: 400;
}

article .top_imagination .ib a.more_detail i:before {
  position: relative;
  top: -4px;
  content: "";
  width: 30px;
  margin-right: 7px;
  display: block;
  height: 4px;
  background: #fff;
  display: inline-block;
}

article .top_company .ib {
  padding: 60px 0;
}

article .top_company .ib .bnr_link {
  display: flex;
  justify-content: space-between;
  height: 318px;
}

article .top_company .ib .bnr_link a {
  max-width: 100%;
  width: 496px;
  height: 100%;
  padding: 122px 170px;
  position: relative;
  transition: 0.4s ease;
  overflow: hidden;
}

article .top_company .ib .bnr_link a:hover:after {
  opacity: 1;
  width: 100%;
}

article .top_company .ib .bnr_link a:hover:before {
  opacity: 0.75;
}

article .top_company .ib .bnr_link a:hover .bg {
  transform: scale(1.08);
}

article .top_company .ib .bnr_link a:before {
  content: "";
  background: rgba(85, 85, 85, 0.63);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  transition: 0.4s ease;
  height: 100%;
  mix-blend-mode: multiply;
}

article .top_company .ib .bnr_link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  left: 0;
  opacity: 0;
  background: #B71906;
  z-index: 3;
  transition: 0.4s ease;
}

article .top_company .ib .bnr_link a:nth-of-type(2) {
  padding: 122px 120px;
}

article .top_company .ib .bnr_link a .arr {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

article .top_company .ib .bnr_link a .bg {
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: 0.4s ease;
}

article .top_company .ib .bnr_link a p {
  position: relative;
  z-index: 2;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
}

article .top_company .ib .bnr_link a p span {
  font-weight: 400;
  display: block;
  font-size: 16px;
}

article .top_company .ib .bnr_link a p span:before {
  content: "";
  transition: 0.4s ease;
  display: inline-block;
  width: 27px;
  height: 4px;
  background: #B71906;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

article .top_torikumi .ib {
  padding: 60px 8px;
  width: 100%;
}

article .top_torikumi .ib .bnr_link {
  display: flex;
  justify-content: space-between;
  height: 341px;
}

article .top_torikumi .ib .bnr_link a {
  max-width: 100%;
  width: calc(25% - 6px);
  height: 100%;
  padding: 122px 170px;
  position: relative;
  overflow: hidden;
}

article .top_torikumi .ib .bnr_link a.sdgs p {
  width: 150px;
}

article .top_torikumi .ib .bnr_link a:hover:after {
  opacity: 1;
  width: 100%;
}

article .top_torikumi .ib .bnr_link a:hover:before {
  opacity: 0.75;
}

article .top_torikumi .ib .bnr_link a:hover .bg {
  transform: scale(1.08);
}

article .top_torikumi .ib .bnr_link a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  bottom: 0;
  height: 6px;
  left: 0;
  opacity: 0;
  background: #B71906;
  z-index: 3;
  transition: 0.4s ease;
}

article .top_torikumi .ib .bnr_link a:before {
  content: "";
  background: rgba(85, 85, 85, 0.63);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  transition: 0.4s ease;
  mix-blend-mode: multiply;
}

article .top_torikumi .ib .bnr_link a .arr {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

article .top_torikumi .ib .bnr_link a .bg {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: 0.4s ease;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(1) {
  padding: 133px 58px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(1) p i {
  padding: 0 20px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(1) p span {
  padding-left: 20px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(2) {
  padding: 112px 58px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(3) {
  padding: 133px 30px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(4) {
  padding: 133px 60px;
}

article .top_torikumi .ib .bnr_link a:nth-of-type(4) p span {
  padding-left: 0px;
}

article .top_torikumi .ib .bnr_link a p {
  position: relative;
  z-index: 3;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: table;
  margin: 0px auto;
}

article .top_torikumi .ib .bnr_link a p i {
  display: block;
}

article .top_torikumi .ib .bnr_link a p span {
  font-weight: 400;
  display: block;
  font-size: 16px;
  text-align: center;
  left: 0;
  position: absolute;
}

article .top_torikumi .ib .bnr_link a p span:before {
  content: "";
  transition: 0.4s ease;
  display: inline-block;
  width: 27px;
  height: 4px;
  background: #B71906;
  margin-right: 7px;
  position: relative;
  top: -2px;
}

@media (max-width: 1430px) {
  article .top_torikumi .ib .bnr_link a {
    padding: 122px 20px !important;
  }

  article .top_torikumi .ib .bnr_link a p i {
    padding-left: 0 !important;
  }

  article .top_torikumi .ib .bnr_link a p span {
    padding-left: 0 !important;
  }
}

@media (max-width: 1150px) {
  article .top_torikumi .ib .bnr_link a p {
    font-size: 24px;
  }
}

/*************************************
 *
 *footer
 *
 ************************************** */
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  cursor: pointer;
  z-index: 99999;
}

/* footer {
  position: relative;
  z-index: 9999;
  background: #fff;
  border-bottom: 4px solid #B71906;
  position: relative;
  margin-top: 0;
  border-top: none;
} */

footer p.copy {
  font-size: 11px;
  color: #595757;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  position: absolute;
  left: 10px;
  top: calc(50% - 122px);
}

footer .ib {
  padding: 70px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}

footer .ib .nav {
  width: 460px;
}

footer .ib .nav .row {
  display: flex;
  margin-bottom: 15px;
}

footer .ib .nav .row a.parent {
  font-size: 15px;
  font-weight: bold;
  color: #B71906;
  width: calc(100% - 355px);
}

footer .ib .nav .row a.parent.l {
  width: 155px;
}

footer .ib .nav .row .child {
  width: 355px;
  flex-wrap: wrap;
  display: flex;
}

footer .ib .nav .row .child a {
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  margin-right: 22px;
  color: #595757;
  margin-bottom: 14px;
}

footer .ib .nav .row .child a.nomg {
  margin-right: 0;
}

footer .ib .nav2 {
  padding: 20px 0 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  border-top: 1px solid #595757;
}

footer .ib .nav2 .l a,
footer .ib .nav2 .l span,
footer .ib .nav2 .r a,
footer .ib .nav2 .r span {
  color: #595757;
  display: inline-block;
  margin-right: 20px;
  font-size: 13px;
  font-weight: 400;
}

footer .ib .nav2 .r span {
  position: relative;
  padding-right: 18px;
}

footer .ib .nav2 .r span:after {
  height: 35px;
  content: "";
  width: 0.5px;
  background: #595757;
  display: block;
  position: absolute;
  top: -10px;
  right: -6px;
}

footer .ib .nav2 .r a {
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

footer .ib .nav2 .r a.en:hover em {
  opacity: 1;
  z-index: 2;
}

footer .ib .nav2 .r a.en em {
  transition: 0.4s ease;
  position: absolute;
  font-size: 12px;
  background: #fff;
  padding: 3px 10px;
  color: #222;
  top: -35px;
  width: 180px;
  right: calc(50% - 100px);
  opacity: 0;
  z-index: -1;
  border: 1px solid #222;
}

footer .ib .nav2 .r a.en em:before {
  position: absolute;
  width: 1px;
  height: 12px;
  content: "";
  background: #222;
  right: calc(50%);
  top: 20px;
}

/*# sourceMappingURL=style.css.map */