@charset "utf-8";

html {
  scroll-behavior: smooth;
}

/* スクロールデザイン */
::-webkit-scrollbar {
  width: 0;
  height: 0;
}
::-webkit-scrollbar-track {
  background-color: #2d2d2d;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
}

body {
  width: 100%;
  min-width: 1200px;
  min-height: 100vh;
  background-color: #2d2d2d;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  color: #fff;
}

header {
  height: 110vh;
  height: 110dvh;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  color: #2d2d2d;
  transition: height 1s, right 0.5s;
}
.header_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 7px 0px rgb(45, 45, 45, 0.2);
  position: relative;
  z-index: 20;
  transition: width 1s;
}
#default .header_content {
  width: 75px;
}
#menu_action .header_content {
  width: 100px;
}
#default.menu_half {
  right: -35px;
}

/* メニューボタン */
.main_nav_btn {
  position: absolute;
  top: 5px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 5px;
}
.main_nav_btn .triangle {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  transition: border-top 1s, border-right 1s, border-bottom 1s, border-left 1s, border-radius 1s;
}
.main_nav_btn .triangle::before {
  content: '';
  position: absolute;
  top: -5.625px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  border-bottom: 2px solid #fff;
}
.main_nav_btn .triangle::after {
  content: '';
  position: absolute;
  top: 5.625px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20px;
  border-bottom: 2px solid #fff;
}
.main_nav_btn .triangle::before,
.main_nav_btn .triangle::after {
  opacity: 1;
  transition: opacity 1s;
}
#menu_action .main_nav_btn .triangle::before,
#menu_action .main_nav_btn .triangle::after {
  opacity: 0;
}
#default .main_nav_btn .triangle {
  border-top: 25px solid #2d2d2d;
  border-right: 25px solid #2d2d2d;
  border-bottom: 25px solid #2d2d2d;
  border-left: 25px solid #2d2d2d;
  border-radius: 100%;
}
#menu_action .main_nav_btn .triangle {
  border-top: 20px solid transparent;
  border-right: 40px solid #2d2d2d;
  border-bottom: 20px solid transparent;
  border-left: 0 solid transparent;
  border-radius: 0;
}

/* サブタイトル */
#subtitle {
  transform: rotate(-90deg);
  text-transform: capitalize;
  font-family: "Karla", sans-serif;
  font-size: 54px;
}

/* ロゴ */
.logo_image {
  position: absolute;
  bottom: 10vh;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 5px;
  filter: invert(0);
  transition: filter 0.5s;
}
.logo_image:hover {
  filter: invert(0.3);
}
.logo_image a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.logo_image img {
  width: 100%;
  height: 100%;
}

main {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  padding-top: 100vh;
}

footer {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  background-color: #2d2d2d;
  width: 100%;
  height: 500px;
  padding: 0 75px 0 10px;
  position: relative;
}
.footer_contents {
  width: 100%;
  height: calc(100% - 16px);
  padding-bottom: 21px;
}
footer #copylight {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 16px;
  padding-bottom: 5px;
  padding-right: 75px;
  display: flex;
  justify-content: start;
  align-items: center;
  font-size: 14px;
}

/* トップコンテンツ */
.top_contents {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(../img/parts/top_contents_image.jpg);
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.top_contents .slogan_image {
  width: 100%;
  height: 100%;
  padding-left: 30px;
  padding-right: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top_contents .slogan_image img {
  width: 100%;
  max-width: 600px;
}

/* メインコンテンツ */
.main_contents {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 100vh;
  padding: 15vh 75px 15vh 10px;
  overflow-x: hidden;
}
.main_contents .inside_block {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.background_black {
  background-color: #2d2d2d;
}
.background_white {
  background-color: #fff;
  color: #2d2d2d;
}

/* 各セクションのタイトル */
.section_title {  
  width: 100%;
  height: 80px;
  font-size: 28px;
  position: relative;
}
.background_black .section_title {
  filter: invert(1);
}
.section_title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 360px;
  height: 185px;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.inside_block #business::before {
  width: 320px;
  height: 190px;
  background-image: url(../img/parts/subtitle-parts-01.svg);
}
.inside_block #information::before {
  background-image: url(../img/parts/subtitle-parts-04.svg);
}
.inside_block #greetings::before {
  background-image: url(../img/parts/subtitle-parts-05.svg);
}
.inside_block #recruitment::before {
  background-image: url(../img/parts/subtitle-parts-06.svg);
}

/* 透明エリア */
.transparent_space {
  width: 100%;
  height: 100vh;
  background-color: transparent;
}

/* ナビゲーション */
.main_nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 600px;
  height: 100%;
  padding: 10px 100px 10px 20px;
  background-color: #fff;
}
#menu_action .main_nav {
  right: 0;
  visibility: visible;
  box-shadow: 5px 0px 12px -2px rgb(45, 45, 45, 0.6);
  transition: right 1s 0.1s, visibility 0.1s, box-shadow 1s 0.5s;
}
#default .main_nav {
  right: -100%;
  visibility: hidden;
  box-shadow: none;
  transition: right 1s ease-in, visibility 0.1s 1s, box-shadow 1s;
}
.main_nav ul {
  width: 100%;
  height: calc(100% - 5vh - 90px - 20px);
}
.main_nav li {
  height: 60px;
  display: flex;
  justify-content: start;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 24px;
  font-weight: 700;
}
.main_nav li a {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  height: 100%;
}
.main_nav li img {
  width: 100%;
  height: 98px;
  object-fit: contain;
  object-position: left;
}

/* ヘッダーのインフォメーション */
.header_information {
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  height: 90px;
  margin-top: 20px;
  line-height: 1.5;
  font-size: 14px;
  font-weight: 700;
}
.header_information .company_name {
  font-size: 16px;
}
.header_information a {
  border-bottom: 1px solid #2d2d2d;
  transition: border 1s 0.2s linear;
}
.header_information a:hover {
  border-bottom: 1px solid #fff;
}

/* セクションごとの設定 */
.section_contents {
  width: calc(100% - 100px);
  padding: 10px 10px 10px 30px;
  margin-top: 50px;
}

/* 事業内容 */
.business_contents {
  width: 100%;
  display: flex;
  justify-content: start;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: min(25vh, 200px);
}
.business_contents .business_text {
  position: relative;
}
.business_contents .business_text::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -190%;
  transform: translate(0, -50%);
  width: 210%;
  height: 610px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.business_contents h3 {
  width: auto;
  height: 50px;
  border-bottom: 2px solid rgb(45, 45, 45, 0.4);
  font-size: 26px;
}
.business_contents p {
  width: 100%;
  max-width: 490px;
  margin-top: 20px;
  line-height: 2;
  font-size: 18px;
}
.business_contents .business_title {
  width: 260px;
  filter: invert(1);
  position: relative;
}
.business_contents .business_title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 230px;
  height: 153px;
  transform: translate(0, -50%);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}
.business_contents #ecommerce_title::before {
  background-image: url(../img/parts/subtitle-parts-02.svg);
}
.business_contents #agency_title::before {
  background-image: url(../img/parts/subtitle-parts-03.svg);
}
/* EC */
.ecommerce_contents .business_text::after {
  background-image: url(../img/parts/ecommerce-image.png);
}
/* 代理店 */
.agency_contents .business_text::after {
  background-image: url(../img/parts/agency-image.png);
}
.agency_contents .business_text .external_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  margin-top: 30px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 100px;
  color: #2d2d2d;
  font-size: 18px;
  font-weight: 700;
}

/* 会社概要 */
.compay_information {
  margin-left: 100px;
  border-left: 1px solid rgb(45, 45, 45, 0.2);
}
.compay_information p {
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  min-height: 60px;
  margin-top: 20px;
  line-height: 2;
  position: relative;
}
.compay_information p span {
  position: absolute;
  top: 50%;
  left: -110px;
  transform: translate(0,-50%);
  font-size: 14px;
  font-weight: 700;
}
.compay_information p a {
  border-bottom: 1px solid rgb(45, 45, 45, 0.3);
  transition: border 1s 0.2s linear;
}
.compay_information p a:hover {
  border-bottom: 1px solid #fff;
}
.compay_information iframe {
  width: 100%;
  max-width: 720px;
  margin-top: 30px;
}

/* 代表挨拶 */
.greetings_text {
  width: 100%;
  max-width: 820px;
  margin-top: 30px;
  padding-left: 30px;
}
.greetings_text p {
  margin-top: 20px;
  line-height: 1.5;
}
.greetings_text #company_name {
  margin-top: 50px;
}

/* 採用情報 */
.recruitment_information {
  width: 100%;
}
.recruitment_information table {
  width: 100%;
  max-width: 690px;
  height: 530px;
}
.recruitment_information td {
  width: 70%;
  padding: 25px 0;
  border-bottom: 1px solid rgb(45, 45, 45, 0.3);
}
.recruitment_information .table_label {
  width: 30%;
  font-size: 14px;
  font-weight: 700;
}
.recruitment_information td p {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  flex-direction: column;
  line-height: 1.5;
  font-size: 18px;
}
.recruitment_information td li {
  margin-top: 20px;
  line-height: 1.5;
  font-size: 18px;
}
.recruitment_information td a {
  display: inline-block;
  width: auto;
  border-bottom: 1px solid #2d2d2d;
  transition: border 1s 0.2s linear;
}
.recruitment_information td a:hover {
  border-bottom: 1px solid #fff;
}