@charset "UTF-8";

/* =============================================
  base__reset
============================================= */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  border: none;
  outline: none;
  background: transparent;
}

/* =============================================
  base_base
============================================= */
html {
  font-size: 62.5%;
  width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Helvetica Neue", sans-serif;
  color: #222;
}

button {
  color: #222;
}

*:hover {
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  pointer-events: none;
}

a {
  text-decoration: none;
  color: #000;
}

a[href^="tel:"] {
  pointer-events: none;
  font-style: normal;
  color: #000;
}

/* =============================================
  fonts
============================================= */
/* =============================================
  variables
============================================= */
/* =============================================
  slick
============================================= */
.slick_fv {
  position: relative;
}

.c-arrow_fv {
  position: absolute;
}

.slick_fv_prev,
.slick_fv_next {
  position: absolute;
  z-index: 100;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  padding: 20px 10px;
}

.slick_fv_prev {
  left: 10px;
}

.slick_fv_next {
  right: 10px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
}

.slick-dots .slick-active button:before {
  color: black;
  opacity: 1;
}

.js-slick_column img {
  width: 100%;
  margin: 0 auto;
}

.js-slick_column .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.js-slick_column .slick-slide {
  height: auto;
}

.js-slide_list img {
  width: 100%;
}

/* =============================================
  layout_header
============================================= */
.show .header#header {
  background-color: rgba(255, 255, 255, 0.5);
}

.show .header .nav {
  background-color: transparent;
  position: relative;
  z-index: 600;
}

.show .fv .wrap_logo,
.scroll_off .fv .wrap_logo {
  display: none;
}

.show .header#header .wrap_logo_header {
  display: flex;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  z-index: 500;
}

@media screen and (max-width: 700px) {
  .show .header#header .wrap_logo_header {
    width: 140px;
    left: 15px;
  }
}

.show .header#header .wrap_logo_header a {
  display: block;
}

.header#header .wrap_logo_header {
  display: none;
}


.header#header {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 500;
  width: 100%;
}

.header#header .headerlogo {
  display: none;
  position: absolute;
  left: 60px;
  top: 10px;
}

.show .header#header .headerlogo {
  display: block;
}

.header#header .headerlogo img {
  width: 202px;
}

@media screen and (max-width: 1024px) {
  .header#header .headerlogo {
    top: 25px;
    left: 27px;
  }

  #header .navbar-collapse .logo-img {
    width: 202px;
  }
}

@media screen and (max-width: 700px) {
  .header#header .headerlogo {
    top: 12px;
    left: 27px;
  }

  .header#header .headerlogo img {
    width: 113px;
  }
}

.header .nav {
  max-width: 674px;
  margin-left: auto;
  background-color: rgba(255, 255, 255, 0.4);
}

.header .nav .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 45px;
}

.header .nav .list .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .nav .list .item a {
  font-size: 1.4rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.56px;
  color: #000;
}

.header .nav .list .item a:hover {
  opacity: 0.5;
}

.header .nav .list .item.content_btn a {
  font-family: "Work Sans", sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
  width: 143px;
  color: #fff;
  background-color: #8d0023;
}

.header .wrap_nav_sp .inner_nav_sp {
  padding-top: 199px;
  max-width: 590px;
  margin-inline: auto;
}

.header .wrap_nav_sp .inner_nav_sp .list_sp .item_sp a {
  width: 100%;
  min-height: 70px;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  color: #353029;
  border-bottom: 1px solid #e0dfd6;
}

.header .wrap_nav_sp .inner_nav_sp .content_btn_sp {
  padding-top: 30.5px;
}

.header .wrap_nav_sp .inner_nav_sp .content_btn_sp a {
  font-family: "Work Sans", sans-serif;
  font-size: 25px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.5;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  background-color: #8d0023;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 590px;
}

#header {
  position: absolute;
}

#header .navbar-toggle {
  z-index: 500;
  margin-left: auto;
}

#header .navbar-toggle.wrap_hamburger {
  position: relative;
  width: 102px;
  height: 106px;
}

#header .navbar-toggle.wrap_hamburger .hamburger {
  position: absolute;
  /*ボタン内側の基点となるためrelativeを指定*/
  cursor: pointer;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  /* width: 60px; */
  width: 45px;
  height: 36px;
}

#header .navbar-toggle.wrap_hamburger .hamburger span {
  display: inline-block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  /*アニメーションの設定*/
  position: absolute;
  border-radius: 2px;
  background: #8d0023;
  height: 3px;
  width: 45px;
  z-index: 350;
}

#header .navbar-toggle.wrap_hamburger .hamburger span:nth-of-type(1) {
  top: 0;
}

#header .navbar-toggle.wrap_hamburger .hamburger span:nth-of-type(2) {
  top: 50%;
}

#header .navbar-toggle.wrap_hamburger .hamburger span:nth-of-type(3) {
  top: 100%;
}

#header .navbar-toggle.wrap_hamburger.on span:nth-of-type(1) {
  top: 3px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
}

#header .navbar-toggle.wrap_hamburger.on span:nth-of-type(2) {
  top: 6px;
}

#header .navbar-collapse {
  background-color: #fff;
  padding-left: 80px;
  padding-right: 80px;
  top: 0;
  z-index: 200;
  height: 125vh;
}

#header .navbar-collapse .logo-img {
  top: 25px;
  left: 27px;
  position: absolute;
}

@media screen and (max-width: 700px) {
  #header .navbar-collapse .logo-img {
    width: 113px;
    top: 12px;
    left: 27px;
  }
}

#header .navbar-collapse .navbarin {
  padding-top: 135px;
}

/* =============================================
  layout_main
============================================= */
.wrap_logo {
  position: absolute;
  z-index: 500;
  top: 45px;
}

.wrap_logo .main_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #8d0023;
  width: 180px;
  height: 103px;
}

.wrap_logo .sub_logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 42px;
  background-color: #fff;
}

.fv {
  position: relative;
}

.fv .wrap_fv {
  overflow: hidden;
  position: relative;
  margin-left: 46px;
  z-index: -100;
  max-height: 709px;
}

.fv .wrap_fv img {
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 709px;
  height: 100%;
  width: 100%;
}

.fv .text_box {
  position: absolute;
  top: 213px;
  left: 159px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 265px;
}

.fv .text_box .left_area {
  font-family: "Work Sans", sans-serif;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 400;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  position: relative;
}

.fv .text_box .left_area::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  content: "";
  background-color: #fff;
  width: 3px;
  height: 100px;
}

.fv .text_box .right_area {
  padding-left: 38px;
}

.fv .text_box .right_area .main_text {
  margin-top: -7px;
  padding-bottom: 34px;
  font-size: 6.5rem;
  color: #fff;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.3px;
}

.fv .text_box .right_area .sub_text {
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.63;
  letter-spacing: 0.64px;
  color: #fff;
}

.information {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-top: -163px;
  width: 1155px;
  height: auto;
  padding-left: 45px;
  padding-top: 45px;
  background-color: #fff;
}

.information .wrap_information {
  overflow-X: scroll;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.information .wrap_information::-webkit-scrollbar {
  display: none;
}

.information .wrap_information .wrap_box_information {
  padding-right: 62px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 170px;
  margin-bottom: 46px;
  gap: 0 5px;
}

.information .wrap_information .wrap_box_information .box_information {
  position: relative;
  min-width: 270px;
  height: 170px;
}

.information .wrap_information .wrap_box_information .box_information::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background-color: #8d0023;
}

.information .wrap_information .wrap_box_information .box_information::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #43434300 60%, #000000b0 100%);
  z-index: 0;
}

.information .wrap_information .wrap_box_information .box_information:hover {
  opacity: 0.5;
}

.information .wrap_information .wrap_box_information .title {
  position: absolute;
  bottom: 20px;
  left: 25px;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.3px;
  color: #fff;
  z-index: 100;
}

.information .wrap_information .wrap_info {
  margin-right: 58px;
  border-bottom: 1px solid #c4c4c8;
  height: 170px;
  min-width: 170px;
  position: relative;
}

.information .wrap_information .wrap_info::after {
  content: "";
  border-left: 1px solid #c4c4c8;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 75px;
  position: absolute;
  width: 100%;
}

.information .wrap_information .wrap_info .info {
  padding-top: 54px;
  padding-bottom: 16px;
  font-size: 1.5rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.2px;
  color: #030303;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 25;
  height: 170px;
  width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.information .wrap_information .wrap_info .info::before {
  position: absolute;
  top: 42px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  background: url("../img//common/arrow_com_red.png") no-repeat 50% 50%;
  background-size: 36px 31px;
  width: 36px;
  height: 31px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.information .wrap_information .wrap_info .info:hover::before {
  left: 50%;
  margin-left: 5px;
}

.about {
  padding-top: 46px;
  padding-bottom: 162px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.about .wrap_about {
  max-width: 405px;
  margin-right: 30px;
}

.about .wrap_about .wrap_headline_about {
  padding-bottom: 41px;
}

.about .wrap_about .catchtext_about {
  padding-bottom: 38px;
  max-width: 405px;
}

.about .wrap_img {
  padding-top: 40px;
  max-width: 484px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  gap: 11px 15px;
}

.about .wrap_img img {
  width: 100%;
  height: 100%;
}

.business {
  padding-top: 102px;
  padding-bottom: 118px;
  overflow: hidden;
}

.business .wrap_headline_business {
  width: 100vw;
  position: relative;
}

.business .wrap_headline_business::after {
  position: absolute;
  z-index: -100;
  content: "";
  left: -60px;
  top: -102px;
  width: calc(100vw + 50%);
  height: 2000px;
  background-color: #f6f6f4;
}

.business .wrap_business {
  padding-top: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: start;
}

.business .wrap_business .left_area {
  position: absolute;
  width: 50%;
  left: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 30px;
}

.business .wrap_business .left_area .wrap_img img {
  width: 100vw;
  height: 638px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 10%;
  object-position: 50% 10%;
}

.business .wrap_business .right_area {
  margin-left: auto;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  min-width: 426px;
  margin-top: -25px;
}

.business .wrap_business .right_area .catchtext_business {
  padding-bottom: 45px;
}

.business .wrap_business .right_area .text_business {
  padding-bottom: 50px;
  /*text-wrap: nowrap;*/
  max-width: 405px;
}

.business .wrap_business .right_area .text_business br {
  display: none;
}

.business .wrap_business .right_area .wrap_list_business .list_business {
  max-width: 420px;
}

.business .wrap_business .right_area .wrap_list_business .list_business .item {
  position: relative;
  border-bottom: 1px solid #d0d1d2;
  display: block;
}

.business .wrap_business .right_area .wrap_list_business .list_business .item:hover .arrow::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.business .wrap_business .right_area .wrap_list_business .list_business .item .title {
  padding-top: 28px;
  padding-bottom: 14px;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.4px;
  color: #353029;
}

.business .wrap_business .right_area .wrap_list_business .list_business .item .text {
  padding-bottom: 26px;
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.52px;
  color: #313131;
}

.business .wrap_business .right_area .wrap_list_business .list_business .item .arrow {
  position: absolute;
  bottom: 20px;
  right: 0;
  border: none;
}

.business .wrap_business .right_area .wrap_list_business .list_business .item .arrow::after {
  background: #8d0023;
}

.works {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  z-index: 100;
}

.works .wrap_img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -100;
}

.works .wrap_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.works .wrap_works {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 97px;
  padding-bottom: 43px;
}

.works .wrap_works .left_area {
  padding-top: 40px;
  min-width: 360px;
  margin-right: 30px;
}

.works .wrap_works .left_area .wrap_headline {
  padding-bottom: 79px;
}

.works .wrap_works .left_area .wrap_headline .subheadline_works {
  color: #f6f6f4;
}

.works .wrap_works .left_area .catch_works {
  font-family: "Work Sans", sans-serif;
  font-size: 5.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  color: #fff;
}

.works .wrap_works .right_area {
  margin-right: -106px;
}

.works .wrap_works .right_area .box {
  max-width: 610px;
  border-top: 1px solid #5b5a5a;
  padding-top: 20px;
}

.works .wrap_works .right_area .box .ornament {
  padding-bottom: 41px;
  font-size: 1.3rem;
  font-family: "Marcellus", serif;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #787878;
}

.works .wrap_works .right_area .box .trackrecord {
  padding-bottom: 37px;
}

.works .wrap_works .right_area .box .trackrecord .volume {
  font-family: "Manrope", sans-serif;
  font-size: 8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: -2px;
  color: #fff;
}

.works .wrap_works .right_area .box .trackrecord .unit {
  padding-left: 5px;
  font-size: 1.6rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.64px;
  color: #f3f4f0;
}

.works .wrap_works .right_area .box .trackrecord .annotation {
  padding-left: 23px;
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.52px;
  text-align: left;
  color: #f3f4f0;
}

.works .wrap_works .right_area .box .title {
  padding-bottom: 26px;
  font-size: 2rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fff;
}

.works .wrap_works .right_area .box .text {
  padding-bottom: 54px;
  font-size: 1.4rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  color: #fff;
  text-align: justify;
}

.news {
  padding-top: 113px;
}

.news .wrap-headline {
  width: 100%;
}

.news .wrap_news {
  width: 100%;
  padding-bottom: 59px;
  margin-top: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.news .wrap_news .wrap_viewall {
  margin-right: 75px;
  min-width: 80px;
}

.news .wrap_news .wrap_viewall .viewall {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Work Sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #000;
  position: relative;
  margin-left: 72px;
  display: block;
  min-width: 80px;
}

.news .wrap_news .wrap_viewall .viewall::after {
  content: "";
  background: #000;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.news .wrap_news .wrap_viewall .viewall .arrow {
  position: absolute;
  left: -72px;
  bottom: -15px;
  background-color: #8d0023;
  border: 1px none;
}

.news .wrap_news .wrap_viewall .viewall .arrow::after {
  background: #fff;
}

.news .wrap_news .wrap_viewall .viewall:hover .arrow::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.news .wrap_news .wrap_viewall .viewall:hover::after {
  width: 100%;
}

.news .wrap_news .wrap_list {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  max-width: 750px;
  width: 100%;
  margin-right: -106px;
}

.news .wrap_news .wrap_list .list_news {
  border-top: 1px solid #e0dfd6;
}

.news .wrap_news .wrap_list .list_news .item_news {
  display: block;
  padding-top: 34px;
  border-bottom: 1px solid #e0dfd6;
  position: relative;
}

.news .wrap_news .wrap_list .list_news .item_news::after {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #313131;
  width: 0;
}

.news .wrap_news .wrap_list .list_news .item_news:hover::after {
  width: 100%;
}

.news .wrap_news .wrap_list .list_news .item_news .wrap_parts {
  padding-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news .wrap_news .wrap_list .list_news .item_news .wrap_parts::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #C80D2F;
  position: absolute;
  right: 0;
  left: auto;
  width: 0;
}

.news .wrap_news .wrap_list .list_news .item_news .wrap_parts .mark {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 91px;
  min-height: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #8d0023;
  border-radius: 30px;
  font-size: 1.3rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}

.news .wrap_news .wrap_list .list_news .item_news .wrap_parts .date {
  padding-left: 18px;
  font-family: "Manrope", sans-serif;
  font-size: 1.3rem;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #908f8f;
}

.news .wrap_news .wrap_list .list_news .item_news .text {
  padding-bottom: 41px;
  font-size: 1.7rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.65;
  letter-spacing: normal;
  text-align: justify;
  color: #313131;
}

.news .links_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.news .links_area .wrap_box {
  display: block;
  width: 50%;
  padding-top: 101px;
  padding-bottom: 82px;
  padding-left: 124px;
  padding-right: 94px;
}

.news .links_area .wrap_box:hover {
  background-color: #f6f6f4;
}

.news .links_area .wrap_box:hover .inner_box .subhead::after {
  right: 3px;
}

.news .links_area .wrap_box .inner_box {
  max-width: 480px;
}

.news .links_area .wrap_box .inner_box.left {
  margin-left: auto;
}

.news .links_area .wrap_box .inner_box.right {
  margin-right: auto;
}

.news .links_area .wrap_box .inner_box .head {
  padding-bottom: 25px;
  font-size: 4rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #353029;
}

.news .links_area .wrap_box .inner_box .subhead {
  padding-bottom: 28px;
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.6px;
  color: #353029;
  border-bottom: 1px solid #313131;
  position: relative;
}

.news .links_area .wrap_box .inner_box .subhead::after {
  position: absolute;
  bottom: 27px;
  right: 12px;
  content: "";
  display: block;
  background: url("../img/common/next_post.png") no-repeat 50% 50%;
  background-size: 17px 15px;
  width: 17px;
  height: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.top.comcta .ctainner .ctaeng {
  font-family: "Work Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 3.6px;
}

/* =============================================
  layout_footer
============================================= */
/* =============================================
  layout_common
============================================= */
.sub_container {
  margin: 0 auto;
  padding-left: 45px;
  padding-right: 45px;
  max-width: 1090px;
}

.c-headline {
  padding-bottom: 14px;
  font-family: "Work Sans", sans-serif;
  font-size: 5.5rem;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #8d0023;
}

.c-subheadline {
  padding-left: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.8rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: 1.3px;
  color: #353029;
}

.c-catchtext {
  font-size: 3.8rem;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  letter-spacing: normal;
  color: #030303;
}

.c-text {
  font-size: 1.6rem;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.88;
  letter-spacing: normal;
  color: #030303;
}

.c-arrow {
  width: 47px;
  height: 47px;
  display: block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #fff;
  border: 1px #bcbcbc solid;
  border-radius: 50%;
}

.c-arrow:hover::before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.c-arrow::before {
  position: absolute;
  content: "";
  background: url(../img/recruit/arrow_job.png) center center no-repeat #8d0023;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  background-size: 12px 10px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.c-arrow::after {
  position: absolute;
  content: "";
  background: #000;
  width: 5px;
  height: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
}

/*スクロールダウン*/
.wrap_scrolldown {
  width: 46px;
  position: absolute;
  bottom: 125px;
  margin-bottom: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}

.wrap_scrolldown .scrolldown {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 50px;
}

.wrap_scrolldown .scrolldown div {
  font-size: 1rem;
  font-family: "Work Sans", sans-serif;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  color: #8d0023;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.wrap_scrolldown .scrolldown:before {
  content: "";
  position: absolute;
  /*丸の形状*/
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #8d0023;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.wrap_scrolldown .scrolldown:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*線の形状*/
  width: 1px;
  height: 40px;
  background: #8d0023;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 40px;
  }

  100% {
    bottom: 0px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 40px;
  }

  100% {
    bottom: 0px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.scroll_off {
  overflow: hidden;
}

@media screen and (max-width: 700px) {



  .header .wrap_nav_sp .inner_nav_sp {
    padding-top: 99.5px;
    max-width: 295px;
  }

  .header .wrap_nav_sp .inner_nav_sp .list_sp .item_sp a {
    min-height: 54.5px;
    font-size: 15px;
  }

  .header .wrap_nav_sp .inner_nav_sp .content_btn_sp a {
    font-size: 15px;
    max-width: 295px;
    line-height: 4.5;
  }

  #header .navbar-toggle.wrap_hamburger {
    width: 51px;
    height: 53px;
  }

  #header .navbar-toggle.wrap_hamburger .hamburger {
    width: 42px;
    height: 18px;
  }

  #header .navbar-toggle.wrap_hamburger .hamburger span {
    height: 2.1px;
    width: 31.5px;
  }

  #header .navbar-collapse {
    padding-left: 40px;
    padding-right: 40px;
  }

  .wrap_logo .main_logo {
    width: 90px;
    height: 51.5px;
  }

  .wrap_logo .main_logo img {
    width: 75%;
  }

  .wrap_logo .sub_logo {
    width: 90px;
    height: 21px;
  }

  .wrap_logo .sub_logo img {
    width: 75%;
  }

  .fv .text_box .left_area {
    top: -40px;
    padding-bottom: 96px;
    font-size: 1rem;
    -webkit-transform: scale(0.63);
    transform: scale(0.63);
  }

  .fv .text_box .left_area::after {
    width: 1.5px;
    height: 50px;
  }

  .fv .text_box .right_area {
    padding-left: 19px;
  }

  .fv .text_box .right_area .main_text {
    margin-top: -3.5px;
    padding-bottom: 17px;
    font-size: 3.25rem;
  }

  .fv .text_box .right_area .sub_text {
    font-size: 1.12rem;
  }

  .information .wrap_information .wrap_box_information .box_information {
    min-width: 189px;
    height: 119px;
  }

  .information .wrap_information .wrap_box_information .title {
    font-size: 1.2rem;
  }

  .information .wrap_information .wrap_info .info {
    font-size: 1.3rem;
    padding-top: 27px;
    padding-bottom: 8px;
    height: 85px;
    width: 85px;
  }

  .information .wrap_information .wrap_info .info::before {
    background: url("../img//common/arrow_com_red.png") no-repeat 50% 50%;
    background-size: 18px 15.5px;
    width: 18px;
    height: 15.5px;
    top: 21px;
  }

  .works .wrap_works .right_area .box .ornament {
    padding-bottom: 20.5px;
    font-size: 0.65rem;
  }

  .news .wrap_news .wrap_viewall .viewall::after {
    height: 1px;
    bottom: -7.5px;
  }

  .news .wrap_news .wrap_list .list_news .item_news .wrap_parts {
    padding-bottom: 11.5px;
  }

  .news .links_area .wrap_box:hover .inner_box .subhead::after {
    right: 1.5px;
  }

  .news .links_area .wrap_box .inner_box .head {
    padding-bottom: 12.5px;
    font-size: 2rem;
  }

  .news .links_area .wrap_box .inner_box .subhead {
    padding-bottom: 14px;
    font-size: 0.8rem;
  }

  .news .links_area .wrap_box .inner_box .subhead::after {
    bottom: 13.5px;
    right: 6px;
    background: url("../img/common/next_post.png") no-repeat 50% 50%;
    background-size: 8.5px 7.5px;
    width: 8.5px;
    height: 7.5px;
  }

  .wrap_scrolldown .scrolldown {
    width: 80%;
  }

  .wrap_scrolldown .scrolldown div {
    line-height: 1;
    width: 80%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media screen and (max-width: 1024px) {
  .wrap_logo {
    top: 0;
  }

  .fv .text_box {
    top: 183px;
    left: 0;
    padding-left: 50px;
  }

  .information .wrap_information .wrap_box_information {
    padding-right: 30px;
  }

  .information .wrap_information .wrap_info {
    margin-right: 20px;
    max-width: 135px;
  }

  .business .wrap_business .left_area {
    position: inherit;
    width: 100%;
    margin-left: -45px;
    padding-bottom: 40px;
  }

  .business .wrap_business .left_area .wrap_img img {
    width: 100vw;
    height: 638px;
    -o-object-position: 15% 20%;
    object-position: 15% 20%;
  }

  /* .business .wrap_business .right_area {
    margin-top: inherit;
  } */

  .sub_container {
    padding-left: 45px;
    padding-right: 45px;
  }
}

@media screen and (max-width: 750px) {
  .fv .wrap_fv {
    min-height: 1110px;
  }

  .fv .wrap_fv img {
    min-height: 1110px;
    -o-object-position: 48% 0%;
    object-position: 48% 0%;
  }

  .about .wrap_about .catchtext_about {
    max-width: inherit;
  }

  .business {
    padding-top: 78px;
    padding-bottom: 123px;
  }

  .business .wrap_business .right_area .catchtext_business {
    padding-bottom: 40px;
  }

  .business .wrap_business .right_area .text_business {
    padding-bottom: 62px;
    text-wrap: inherit;
  }

  .business .wrap_business .right_area .text_business br {
    display: block;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .title {
    padding-top: 39px;
    padding-bottom: 18px;
    font-size: 3rem;
    letter-spacing: 0.6px;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .text {
    padding-bottom: 45px;
    font-size: 1.8rem;
    letter-spacing: 0.72px;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .arrow {
    bottom: 38px;
  }

  .works .wrap_works .left_area .wrap_headline {
    padding-bottom: 81px;
  }

  .works .wrap_works .right_area .box .trackrecord {
    padding-bottom: 55px;
  }

  .works .wrap_works .right_area .box .trackrecord .volume {
    font-size: 9rem;
  }

  .works .wrap_works .right_area .box .trackrecord .unit {
    padding-left: 15px;
    font-size: 2.2rem;
    letter-spacing: 0.88px;
  }

  .works .wrap_works .right_area .box .trackrecord .annotation {
    padding-left: 21px;
    font-size: 1.8rem;
    letter-spacing: 0.72px;
  }

  .works .wrap_works .right_area .box .title {
    padding-bottom: 39px;
    font-size: 2.8rem;
    letter-spacing: 1.12px;
  }

  .works .wrap_works .right_area .box .text {
    padding-bottom: 84px;
    font-size: 2rem;
    line-height: 1.9;
  }

  .news {
    padding-top: 118px;
  }

  .news .wrap_news .wrap_viewall .viewall .arrow {
    bottom: inherit;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -121px;
  }

  .news .wrap_news .wrap_list .list_news .item_news {
    padding-top: 26px;
  }

  .news .wrap_news .wrap_list .list_news .item_news .wrap_parts .mark {
    width: 120px;
    min-height: 31px;
    font-size: 1.8rem;
  }

  .news .wrap_news .wrap_list .list_news .item_news .wrap_parts .date {
    padding-left: 26px;
    font-size: 1.8rem;
  }

  .news .wrap_news .wrap_list .list_news .item_news .text {
    font-size: 2.4rem;
    line-height: 1.17;
  }

  .c-headline {
    padding-bottom: 20px;
    font-size: 6.5rem;
    font-stretch: normal;
    font-style: normal;
  }

  .c-subheadline {
    font-size: 2.3rem;
    letter-spacing: 1.8px;
  }

  .c-catchtext {
    font-size: 4.8rem;
    line-height: 1.46;
  }

  .c-text {
    font-size: 2.6rem;
    line-height: 1.92;
    text-align: justify;
  }

  .c-arrow {
    width: 86px;
    height: 86px;
  }

  .c-arrow::before {
    background-size: 16px 14px;
  }

  .c-arrow::after {
    width: 10px;
    height: 10px;
  }

  .wrap_scrolldown {
    bottom: 315px;
  }

  .wrap_scrolldown .scrolldown:before {
    width: 8px;
    height: 8px;
  }
}

@media screen and (max-width: 750px) and (max-width: 700px) {
  .fv .wrap_fv {
    margin-left: 23px;
    min-height: 555px;
  }

  .fv .wrap_fv img {
    min-height: 555px;
  }

  .about .wrap_about .catchtext_about {
    padding-bottom: 34px;
  }

  .business {
    padding-bottom: 61.5px;
  }

  .business .wrap_business .right_area .catchtext_business {
    padding-bottom: 20px;
  }

  .business .wrap_business .right_area .text_business {
    padding-bottom: 31px;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .title {
    padding-top: 19.5px;
    padding-bottom: 9px;
    font-size: 1.5rem;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .text {
    padding-bottom: 22.5px;
    font-size: 0.9rem;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business .item .arrow {
    bottom: 19px;
  }

  .works .wrap_works .left_area .wrap_headline {
    min-width: inherit;
    padding-top: 20px;
    padding-bottom: 40.5px;
  }

  .works .wrap_works .right_area .box .trackrecord {
    padding-bottom: 27.5px;
  }

  .works .wrap_works .right_area .box .trackrecord .volume {
    font-size: 4.5rem;
  }

  .works .wrap_works .right_area .box .trackrecord .unit {
    padding-left: 7.5px;
    font-size: 1.1rem;
  }

  .works .wrap_works .right_area .box .trackrecord .annotation {
    padding-left: 10.5px;
    font-size: 0.9rem;
  }

  .works .wrap_works .right_area .box .title {
    padding-bottom: 19.5px;
    font-size: 1.4rem;
  }

  .works .wrap_works .right_area .box .text {
    padding-bottom: 42px;
    font-size: 1rem;
  }

  .news {
    padding-top: 59px;
  }

  .news .wrap_news .wrap_viewall .viewall .arrow {
    left: -60.5px;
    bottom: -7.5px;
  }

  .news .wrap_news .wrap_list .list_news .item_news {
    padding-top: 13px;
  }

  .news .wrap_news .wrap_list .list_news .item_news .wrap_parts .mark {
    width: 60px;
    min-height: 15.5px;
    font-size: 0.9rem;
  }

  .news .wrap_news .wrap_list .list_news .item_news .wrap_parts .date {
    padding-left: 13px;
    font-size: 0.9rem;
  }

  .news .wrap_news .wrap_list .list_news .item_news .text {
    padding-bottom: 20.5px;
    font-size: 1.2rem;
  }

  .c-headline {
    padding-bottom: 14px;
    font-size: 4.55rem;
  }

  .c-subheadline {
    font-size: 1.61rem;
  }

  .c-catchtext {
    font-size: 2.4rem;
  }

  .c-text {
    font-size: 1.3rem;
  }

  .c-arrow {
    width: 43px;
    height: 43px;
  }

  .c-arrow::before {
    background-size: inherit;
  }

  .c-arrow::after {
    width: 5px;
    height: 5px;
  }

  .wrap_scrolldown {
    width: 23px;
    margin-bottom: 16px;
    bottom: 157.5px;
  }

  .wrap_scrolldown .scrolldown:before {
    width: 4px;
    height: 4px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 750px) {
  .fv .text_box {
    top: 473px;
  }

  .business .wrap_business .left_area {
    width: inherit;
    padding-bottom: 71px;
  }

  .sub_container {
    padding-left: 81px;
    padding-right: 81px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 750px) and (max-width: 700px) {
  .fv .text_box {
    padding-left: 25px;
    top: 236.5px;
    min-height: 132.5px;
  }

  .sub_container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 1250px) {
  .information {
    width: inherit;
    margin-left: 10.5vw;
  }

  .information .wrap_information::-webkit-scrollbar {
    display: block;
    height: 4px;
  }

  .information .wrap_information::-webkit-scrollbar-track {
    background-color: #dfdfdf;
  }

  .information .wrap_information::-webkit-scrollbar-thumb {
    background-color: #8d0023;
  }
}

@media screen and (max-width: 1250px) and (max-width: 750px) {
  .information {
    margin-top: -65px;
  }
}

@media screen and (max-width: 1250px) and (max-width: 750px) and (max-width: 700px) {
  .information {
    margin-top: -32.5px;
    padding-left: 22.5px;
    padding-top: 22.5px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 700px) {
  .information .wrap_information .wrap_box_information {
    padding-right: 15px;
    margin-bottom: 23px;
    height: 119px;
  }

  .information .wrap_information .wrap_info {
    margin-right: 10px;
    max-width: 67.5px;
    min-width: 85px;
    height: 119px;
  }

  .business .wrap_business .right_area {
    min-width: inherit;
  }
}

@media screen and (max-width: 850px) {
  .information .wrap_information .wrap_info .info:hover::before {
    left: inherit;
    right: 7px;
  }

  .about {
    display: block;
  }

  .about .wrap_about {
    max-width: inherit;
    margin-right: inherit;
  }

  .about .wrap_img {
    max-width: inherit;
  }

  .business .wrap_business .left_area .wrap_img img {
    width: 100vw;
    height: 638px;
    -o-object-position: 0% 20%;
    object-position: 0% 20%;
  }

  .business .wrap_business .right_area .wrap_list_business {
    padding-bottom: 70px;
  }

  .news .wrap-headline {
    padding-bottom: 75px;
  }

  .news .wrap_news {
    display: block;
    margin-top: inherit;
  }

  .news .wrap_news .wrap_viewall {
    width: 223px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
  }

  .news .wrap_news .wrap_viewall .viewall {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    height: 32px;
  }
}

@media screen and (max-width: 850px) and (max-width: 750px) {
  .about {
    padding-top: 100px;
    padding-bottom: 90px;
  }

  .about .wrap_img {
    padding-top: 130px;
  }

  .business .wrap_headline_business {
    padding-bottom: 41px;
  }

  .news .wrap-headline {
    padding-bottom: 95px;
  }

  .news .wrap_news {
    padding-bottom: 132px;
  }

  .news .wrap_news .wrap_viewall {
    height: 86px;
    padding-top: 27px;
    margin-top: 61px;
  }

  .news .wrap_news .wrap_viewall .viewall {
    margin-left: 121px;
  }
}

@media screen and (max-width: 850px) and (max-width: 750px) and (max-width: 700px) {
  .about {
    padding-top: 50px;
    padding-bottom: 45px;
  }

  .about .wrap_img {
    padding-top: 65px;
    gap: 6px 15px;
  }

  .business .wrap_headline_business {
    padding-bottom: 20.5px;
  }

  .news .wrap-headline {
    padding-bottom: 47.5px;
  }

  .news .wrap_news {
    padding-bottom: 66px;
  }

  .news .wrap_news .wrap_viewall {
    width: 111.5px;
    height: 43px;
    padding-top: 13.5px;
    margin-top: 30.5px;
  }

  .news .wrap_news .wrap_viewall .viewall {
    font-size: 1.4rem;
    height: 16px;
    margin-left: 60.5px;
    min-width: 56px;
  }
}

@media screen and (max-width: 1350px) {
  .business .wrap_headline_business::after {
    height: 3000px;
    left: 25px;
  }
}

@media screen and (max-width: 1350px) and (max-width: 700px) {
  .business .wrap_headline_business::after {
    top: -71.4px;
    left: 22.5px;
  }
}

@media screen and (max-width: 950px) {
  .business .wrap_business {
    display: block;
  }

  .business .wrap_business .right_area {
    margin-top: inherit;
  }

  .business .wrap_business .right_area .wrap_list_business .list_business {
    max-width: inherit;
  }

  .works .wrap_works {
    display: block;
    padding-top: 65px;
    padding-bottom: 51px;
  }

  .works .wrap_works .right_area .box {
    max-width: inherit;
  }
}

@media screen and (max-width: 1024px) and (max-width: 850px) {
  .business .wrap_business .left_area .wrap_img {
    margin-left: inherit;
  }
}

@media screen and (max-width: 1024px) and (max-width: 850px) and (max-width: 700px) {
  .business .wrap_business .left_area .wrap_img {
    margin-left: 0;
  }
}

@media screen and (max-width: 1400px) {
  .business .wrap_business .left_area .wrap_img img {
    -o-object-position: inherit;
    object-position: inherit;
  }
}

@media screen and (max-width: 850px) and (max-width: 700px) {
  .business .wrap_business .left_area .wrap_img img {
    width: inherit;
    height: inherit;
  }

  .business .wrap_business .right_area .wrap_list_business {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 950px) and (max-width: 750px) {
  .business .wrap_business .right_area .wrap_list_business .list_business {
    max-width: 500px;
    margin-inline: auto;
  }

  .works .wrap_works {
    padding-bottom: 21px;
  }

  .works .wrap_works .right_area .box {
    padding-top: 19px;
  }
}

@media screen and (max-width: 950px) and (max-width: 750px) and (max-width: 375px) {
  .business .wrap_business .right_area .wrap_list_business .list_business {
    max-width: 275px;
  }
}

@media screen and (max-width: 950px) and (max-width: 750px) and (max-width: 700px) {
  .works .wrap_works {
    padding-top: inherit;
    padding-bottom: 18px;
  }

  .works .wrap_works .right_area .box {
    padding-top: 9.5px;
  }
}

@media screen and (max-width: 1300px) {
  .works .wrap_works .left_area .catch_works {
    font-size: 5rem;
    padding-bottom: 70px;
  }

  .works .wrap_works .right_area {
    margin-right: inherit;
  }

  .news .wrap_news .wrap_list {
    margin-right: inherit;
    max-width: 600px;
    margin-left: auto;
  }

  .news .links_area .wrap_box {
    padding-left: 62px;
    padding-right: 47px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 750px) {
  .works .wrap_works .left_area .catch_works {
    font-size: 5.5rem;
    padding-bottom: 97px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 750px) and (max-width: 700px) {
  .works .wrap_works .left_area .catch_works {
    font-size: 3rem;
    padding-bottom: 48.5px;
  }
}

@media screen and (max-width: 1300px) and (max-width: 850px) {
  .news .wrap_news .wrap_list {
    max-width: inherit;
  }
}

@media screen and (max-width: 1300px) and (max-width: 700px) {
  .news .links_area .wrap_box {
    padding-top: 50.5px;
    padding-bottom: 41px;
    padding-left: 31px;
    padding-right: 23.5px;
  }
}

/*# sourceMappingURL=top.css.map */