@charset "UTF-8";
/**********************
共通
**********************/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%;
}

body {
  padding-top: 40px;
  border-right: 40px solid #b50000;
  border-left: 40px solid #b50000;
  padding-bottom: 40px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #29292f;
  min-width: 1000px;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
  padding: 0px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

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

/**********************
上下線
**********************/
.Border_MainVisual {
  height: 40px;
  background-color: #b50000;
  position: fixed;
  width: 100%;
  left: 0px;
  z-index: -1;
}

.Border_MainVisual.top {
  top: 0px;
}

.Border_MainVisual.bottom {
  bottom: 0px;
}

/**********************
ヘッダー
**********************/
.Header {
  position: relative;
  display: flex;
  padding: 68px 0 0 78px;
}

.Header .Logo_Header {
  margin-right: auto;
  width: 118px;
}

.Header .Logo_Header > img {
  width: 100%;
}

.Header > nav {
  position: absolute;
  z-index: 9999;
  top: 68px;
  left: 50%;
  transform: translateX(calc(-50% - 25px));
}

.Header > nav > ul {
  display: flex;
}

.Header > nav > ul > li:nth-of-type(1) > a {
  color: #b50000;
}

.Header > nav > ul > li > a {
  font-weight: bold;
  margin-right: 22px;
  margin-left: 22px;
  font-size: 1.7rem;
}

.Header .GetIn_Header {
  position: absolute;
  font-size: 1.7rem;
  color: #f3f3f4;
  background-color: #29292f;
  z-index: 99;
  font-weight: bold;
  width: 156px;
  height: 60px;
  border-radius: 28.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 53px;
  right: 47px;
}

.Header .MainImage_MainVisual {
  position: absolute;
  top: 12px;
  right: -40px;
  width: 52.9452%;
  z-index: 10;
}

.Header .MainImage_MainVisual > img {
  width: 100%;
}

.Header .HandImage_MainVisual {
  position: absolute;
  right: 52.9452%;
  transform: translateX(207px);
  top: 450px;
  z-index: 11;
}

/**********************
メインビジュアル
**********************/
.MainVisual {
  position: relative;
}

.MainVisual .Title_MainVisual {
  position: relative;
  margin-top: 242px;
  left: 13.5%;
  width: 390px;
  margin-bottom: 352px;
}

.MainVisual .Title_MainVisual > h1 {
  font-size: 8rem;
  line-height: 100%;
}

.MainVisual .Title_MainVisual > p {
  color: #75757d;
  margin-top: 20px;
  font-size: 2.2rem;
}

.MainVisual > img {
  position: absolute;
  display: block;
  left: 57px;
  top: 448px;
}

.MainVisual > span {
  display: block;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  color: #75757d;
  font-size: 1.4rem;
  font-weight: bold;
  left: 57px;
  top: 382px;
}

/**********************
Company
**********************/
.Company {
  margin-left: 22.06274%;
  padding-top: 235px;
  margin-bottom: 40px;
  z-index: 999;
}

.Company > h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 60px;
}

.Company > p {
  color: #75757d;
  font-size: 1.5rem;
  line-height: 30px;
}

.Slider_Company {
  position: relative;
  overflow-x: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  width: calc(100% + 80px);
  left: -40px;
  transform-origin: top left;
}

.Slider_Company .swiper-container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  left: 5px;
  overflow: visible;
}

.Slider_Company .ButtonLeft {
  position: absolute;
  top: 50px;
  left: 0px;
  z-index: 999;
  cursor: pointer;
}

.Slider_Company .ButtonLeft > img {
  width: 100%;
}

.Slider_Company .ButtonRight {
  position: absolute;
  bottom: 49px;
  right: 0px;
  z-index: 999;
  cursor: pointer;
}

.Slider_Company .ButtonRight > img {
  width: 100%;
}

.Slider_Company .swiper-button-prev,
.Slider_Company .swiper-button-next {
  opacity: 0;
}

/**********************
Business
**********************/
.Business {
  margin: 120px auto 0 auto;
  max-width: 1060px;
  position: relative;
  padding: 0 30px;
}

.Business > h1 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

.Business > p {
  color: #75757d;
  font-size: 1.5rem;
  line-height: 30px;
  text-align: center;
}

.Business .Contents_Business {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.Business .Contents_Business .Item_Business {
  width: calc(33.3333% - 55px);
}

.Business .Contents_Business .Item_Business .Icon_Business {
  width: 60px;
  margin-bottom: 10px;
}

.Business .Contents_Business .Item_Business .Icon_Business > img {
  width: 100%;
}

.Business .Contents_Business .Item_Business > h2 {
  font-size: 2.4rem;
  margin-bottom: 10px;
}

.Business .Contents_Business .Item_Business > p {
  color: #75757d;
  font-size: 1.5rem;
  line-height: 30px;
}

.Business .Image_Business {
  width: 440px;
  margin: 80px auto 0 auto;
}

.Business .Image_Business > img {
  width: 100%;
}

/**********************
Contact
**********************/
.Contact {
  margin: -135px auto 0 auto;
  padding-bottom: 117px;
  overflow: hidden;
  position: relative;
}

.Contact .Inner_Contact {
  max-width: 1000px;
  margin: 0 auto;
  padding-top: 200px;
}

.Contact .Inner_Contact .Main_Contact {
  display: flex;
  justify-content: space-between;
  position: relative;
  left: 100px;
}

.Contact .Inner_Contact .Main_Contact .Left_Contact > h1 {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 30px;
}

.Contact .Inner_Contact .Main_Contact .Left_Contact .Text_Contact > p {
  color: #75757d;
  font-size: 1.6rem;
  line-height: 30px;
}

.Contact .Inner_Contact .Main_Contact .Right_Contact {
  position: relative;
  left: 24px;
}

.Contact .Inner_Contact .Main_Contact .Right_Contact > img {
  width: 650px;
}

.Contact .Inner_Contact .Main_Contact .Right_Contact .Box_Contact {
  background-color: #29292f;
  position: absolute;
  width: 50%;
  height: 192px;
  top: 50%;
  left: calc(50% - 19px);
  transform: translateX(-50%) skew(-17deg);
}

.Contact .Inner_Contact .Main_Contact .Right_Contact .Text_Contact {
  position: absolute;
  top: calc(50% + 96px);
  left: calc(50% - 40px);
  transform: translate(-50%, -50%);
}

.Contact .Inner_Contact .Main_Contact .Right_Contact .Text_Contact > p {
  color: white;
  font-size: 1.6rem;
  line-height: 30px;
}

.Contact .Inner_Contact > form {
  margin: 150px auto 0 auto;
  width: 714px;
}

.Contact .Inner_Contact > form .Text_Form {
  display: flex;
  margin-bottom: 30px;
}

.Contact .Inner_Contact > form .Text_Form > input {
  height: 60px;
  width: 342px;
  border: 1px solid #e9e9ed;
  display: block;
  color: #9e9e9e;
  font-size: 1.6rem;
  padding-left: 18px;
}

.Contact .Inner_Contact > form .Text_Form > input:nth-of-type(1) {
  margin-right: auto;
}

.Contact .Inner_Contact > form .Message_Form {
  display: block;
  width: 100%;
  border: none;
  margin: 0 0 30px 0;
  height: 236px;
  color: #9e9e9e;
  font-size: 1.6rem;
  padding-left: 18px;
  padding-top: 18px;
}

.Contact .Inner_Contact > form .Send_Form {
  width: 50%;
  position: relative;
}

.Contact .Inner_Contact > form .Send_Form > input {
  display: block;
  background-color: #b50000;
  height: 60px;
  width: 100%;
  position: relative;
  left: 12px;
  transform: skew(-26deg);
  border: 1px solid #e9e9ed;
  cursor: pointer;
}

.Contact .Inner_Contact > form .Send_Form > span {
  display: block;
  position: absolute;
  left: calc(50% + 12px);
  top: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 1.6rem;
  cursor: pointer;
}

.Contact .Bg_Contact {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  z-index: -2;
}

/**********************
フッター
**********************/
.Footer {
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Footer > span {
  display: block;
  font-size: 1.4rem;
  color: #88888d;
}
