/*
Theme Name: Quail,inc
Author: the WordPress team
Author URI: https://quail.co.jp/
Description: Quail,inc web theme
Version: 1.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.hbg_menu,
.slider_front_box img.slider_sp,
.sp_appear {
  display: none;
}

figcaption,
figure,
main,
article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
.hbg_menu_show,
.headline01 .headline01_sub span {
  display: block;
}

audio,
video,
.sp_hide,
.location_information a,
.menu-trigger,
.menu-trigger span,
.sns_link li {
  display: inline-block;
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

/*--------------------------------------------------------------
2.0 Layouts
--------------------------------------------------------------*/
body {
  font-size: .9rem;
  line-height: 1.75;
  font-family: 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Hiragino Sans, sans-serif;
  font-display: swap;
  font-feature-settings: 'pkna' 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-text-size-adjust: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #e6e6e6), color-stop(50%, #d3d3d3));
  background: -webkit-linear-gradient(left, #e6e6e6 50%, #d3d3d3 50%);
  background: -o-linear-gradient(left, #e6e6e6 50%, #d3d3d3 50%);
  background: linear-gradient(90deg, #e6e6e6 50%, #d3d3d3 50%);
}

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

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

a:hover {
  color: #6b6b67;
}

address {
  font-style: normal;
}

ul {
  list-style: none;
}

input:focus,
textarea:focus {
  outline: 0;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*--------------------------------------------------------------
template
--------------------------------------------------------------*/
#page {
  height: 100%;
  overflow: hidden;
}

.headline01 {
  position: relative;
}

.h01_box {
  width: 90%;
  max-width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
}

.headline01 h1 {
  font-size: 8rem;
  font-weight: normal;
  line-height: 1;
  margin: 0 0 .4em 0;
}

.headline01 .headline01_sub {
  line-height: 1.9;
}

.headline01 .headline01_sub span,
dl.dl_bg_white dd,
.associate_list_box address .corp_tel {
  margin-bottom: 1.5em;
}

.headline02 {
  font-family: 'din-condensed', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: .4rem;
  text-align: center;
  margin-bottom: .4rem;
}

.headline03 {
  width: 43%;
  height: 10rem;
  font-size: 3rem;
  line-height: 1;
  float: left;
  position: relative;
}

.headline03 .js_show_item {
  margin-bottom: .5em;
}

.headline03 .js_show_item:last-child,
dl.col_2 dd ul li:last-of-type,
dl.dl_bg_white dd:last-of-type,
.associate_list_box:nth-child(2n),
.welfare_box:nth-last-child(1),
.welfare_box:nth-last-child(2),
.welfare_box:nth-last-child(3),
.type-page p:last-child {
  margin-bottom: 0;
}

.bg_black {
  width: 100%;
  color: #fff;
  background: #0b1013;
  padding: 4.5rem 0;
  margin-bottom: 8em;
  position: relative;
}

.bg_none_box {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.bg_none_box_flex {
  display: flex;
  flex-wrap: wrap;
}

.bg_none,
.bg_slanting {
  width: 100%;
  position: relative;
}

.bg_slanting {
  color: #fff;
  margin-bottom: 300px;
  padding-top: 17%;
}

.bg_slanting:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  margin: 15% -10% 0;
  background: #555;
  -webkit-transform: rotate(-6deg);
  -ms-transform: rotate(-6deg);
  transform: rotate(-6deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}

dl.col_2,
dl.col_2 dd ul {
  width: 100%;
}

dl.col_2 dt,
dl.col_2 dd {
  width: 25%;
  float: left;
}

dl.col_2 dd {
  width: 75%;
  margin-bottom: 2.5em;
}

.col_1_center {
  width: 75%;
  max-width: 900px;
  margin: auto;
  text-align: center;
}

dl.dl_bg_white {
  width: 57%;
  background: #fff;
  float: right;
  padding: 2.7rem;
  margin-top: 2.5rem;
}

dl.dl_bg_white dt:first-of-type {
  position: relative;
}

dl.dl_bg_white dt:first-of-type:before {
  content: "";
  width: 35%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: calc(100% + 1.5em);
}

dl.dl_bg_white dt {
  margin-bottom: .3rem;
}

dl.dl_bg_white dd {
  font-size: 1.1rem;
}

a.double_btn {
  width: 15rem;
  height: 2.8rem;
  line-height: 1;
  float: right;
  position: relative;
  padding: .68rem 1.08rem;
}

a.double_btn:before {
  content: "";
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: solid 1px #fff;
}

.double_btn:after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  right: 5%;
  top: 35%;
  display: inline-block;
  background: url(./assets/images/pc/btn_arrow_wh@2x.png) no-repeat 50% center;
  background-size: 50px 50px;
}

a.btn_gold {
  color: #fff;
  background-color: rgba(255, 255, 255, .25);
}

.fixed {
  position: fixed !important;
  width: 100%;
  top: 0;
}

.slider_text_back {
  text-shadow: inherit;
}

.js_show_item {
  color: rgba(0, 0, 0, 0);
  position: relative;
  display: inline-block;
  margin-bottom: .5rem;
}

.js_show_item *:not(.mask) {
  opacity: 0;
}

.is_visible {
  color: inherit;
  background: inherit;
  opacity: 1 !important;
}

.is_visible * {
  color: inherit;
  background: inherit;
  opacity: 1 !important;
}

.js_show_item.is_visible {
  background: #fff;
}

.recent_work {
  position: relative;
  font-size: 1.125rem;
  letter-spacing: 1.4px;
  padding-left: 70px;
  margin-bottom: 1rem !important;
  font-family: 'din-condensed', sans-serif;
}

.recent_work::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 2px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 4px;
  border-bottom: 1px solid #000;
  opacity: 0;
}

.js_show_item.is_visible.recent_work::before {
  opacity: 1;
}

.mask {
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
  background-color: #000;
  left: 0;
  top: 0;
  z-index: 10;
}

.bg_white_t_left {
  width: 90%;
  max-width: 1200px;
  background: #fff;
  padding: 5rem 6rem;
  margin: 0 auto 80px;
}

.js_fade_delay {
  opacity: 0;
}

.loading svg#logo,
.join_us,
.wantedly,
.h01_box {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.associate_list_box address,
.double_btn:after,
.footerbutton .double_btn:after,
.recruit,
.about_us {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-trigger,
.menu-trigger span,
.recruit:after,
.about_us:before,
.form_bg_white input,
.form_bg_white textarea,
a:not(.double_btn) {
  -webkit-transition-duration: .4s;
  -o-transition-duration: .4s;
  transition-duration: .4s;
}

a.blk_btn {
  color: #fff;
}

.pc_hide {
  display: none !important;
}

/*--------------------------------------------------------------
loading
--------------------------------------------------------------*/
#logo {
  stroke: #fff;
  stroke-width: 4;
  padding: 2px;
  stroke-dashoffset: 2000;
  stroke-dasharray: 2000;
}

#logo .cls-1 {
  fill: rgba(255, 255, 255, 0);
}

.loading {
  width: 100%;
  height: 100%;
  color: #fff;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 120;
}

.loading svg#logo {
  width: 22%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.loading svg#logo path {
  stroke-width: 2px;
  }

.text_center {
  text-align: center;
}

/*--------------------------------------------------------------
header
--------------------------------------------------------------*/
header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 100;
  background-color: #fff;
}

header>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 85px;
}

.headertop {
  display: flex;
  align-items: center;
  width: 37%;
  margin-left: 2.246%;
}

.headertop h1 {
  font-size: 0;
}

.headertop img {
  width: auto;
  height: 26px;
}

.headertop p {
  font-size: 12px;
}

.hd_news p a {
  border-bottom: 1px solid #000;
}

.hd_news {
  margin-left: 2.5rem;
}

.global_nav {
  margin-right: 3.129%;
}

.headermenu {
  width: 100%;
  text-align: right;
  line-height: 70px;
  font-size: 1.0625rem;
  display: inline-block;
}

.headermenu li {
  display: inline-block;
  margin-left: 2.75rem;
}

.headermenu li:first-child {
  margin-left: 0;
}

.headermenu li a {
  padding: 5px 0;
  display: inline;
  position: relative;
  letter-spacing: .06rem;
  font-family: 'din-condensed', sans-serif;
}

.headermenu li a:before,
.headermenu li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #191919;
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.headermenu li a:before {
  right: 50%;
}

.headermenu li a:after {
  left: 50%;
}

.headermenu li a:hover {
  color: #000;
}

.headermenu li a:hover:before {
  width: 49%;
}

.headermenu li a:hover:after {
  width: 50%;
}

.menu-trigger {
  width: 30px;
  height: 22px;
  position: absolute;
  top: 20px;
  right: 1%;
  z-index: 2;
  cursor: pointer;
}

.menu-trigger span {
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  right: 0;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-animation: menuOpenBar1 .5s ease .15s both;
  animation: menuOpenBar1 .5s ease .15s both;
}

.menu-trigger span:nth-of-type(2) {
  width: 80%;
  top: calc(50% - .5px);
  -webkit-animation: menuOpenBar2 .6s ease .25s both;
  animation: menuOpenBar2 .6s ease .25s both;
}

.menu-trigger span:nth-of-type(3) {
  width: 55%;
  bottom: 0;
  -webkit-animation: menuOpenBar3 .7s ease .35s both;
  animation: menuOpenBar3 .7s ease .35s both;
}

.menu-trigger.menuOpen span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  -ms-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.menu-trigger.menuOpen span:nth-of-type(2) {
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

.menu-trigger.menuOpen span:nth-of-type(3) {
  width: 100%;
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  -webkit-animation: menuCloseBar3 .7s ease forwards;
  animation: menuCloseBar3 .7s ease forwards;
}

.menu-trigger.menuOpen+.hbg_menu_list,
.menu-trigger.menuClose+.hbg_menu_list {
  width: 100%;
  height: 100%;
  text-align: right;
  background: #fff;
  padding: 70px 1%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-animation: fadeIn .5s forwards;
  animation: fadeIn .5s forwards;
}

.menu-trigger.menuClose+.hbg_menu_list {
  -webkit-transition: left 100ms .4s;
  -o-transition: left 100ms .4s;
  transition: left 100ms .4s;
  -webkit-animation: fadeOut .5s forwards;
  animation: fadeOut .5s forwards;
}

.menu-trigger+.hbg_menu_list,
.menu-trigger.menuClose+.hbg_menu_list {
  left: -100%;
  opacity: 0;
}

.menu-trigger.menuOpen+.hbg_menu_list ul.hbg_menu_list_box,
.menu-trigger.menuClose+.hbg_menu_list ul.hbg_menu_list_box {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  letter-spacing: .2rem;
}

.menu-trigger.menuOpen+.hbg_menu_list a,
.menu-trigger.menuClose+.hbg_menu_list a {
  color: #000;
  font-size: 3rem;
  line-height: 1;
  padding: 1rem;
  display: block;
}

.menu-trigger+.hbg_menu_list a {
  font-family: 'din-condensed', sans-serif;
}

.menu-trigger.menuOpen+.hbg_menu_list a {
  position: relative;
  -webkit-transition: color.5s, padding-right .5s;
  -o-transition: color.5s, padding-right .5s;
  transition: color.5s, padding-right .5s;
}

.menu-trigger.menuOpen+.hbg_menu_list a:hover {
  color: #999;
  padding-right: 120px;
}

.menu-trigger.menuOpen+.hbg_menu_list a:before {
  content: "";
  width: 0;
  height: 1px;
  background: #999;
  display: block;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transition: width .5s, height .5s;
  -o-transition: width .5s, height .5s;
  transition: width .5s, height .5s;
}

.menu-trigger.menuOpen+.hbg_menu_list a:hover:before {
  width: 100px;
}

.menu-trigger+.hbg_menu_list ul li:nth-child(7) {
  margin-bottom: 1.5rem;
}

.hbg_menu_list {
  position: absolute;
}

.c_white .menu-trigger span {
  background-color: #fff;
}

.c_white .menuOpen span {
  background-color: #000;
}


/*--------------------------------------------------------------
slider
--------------------------------------------------------------*/
.works_wrap {
  width: 100%;
  height: 100vh;
  max-height: 768px;
  overflow: hidden;
}

.slider_wrap {
  width: 100%;
  height: 100%;
  padding: 85px 0 20px 0;
  margin: auto;
}

.slider_box {
  width: 100%;
  height: 100%;
  position: relative;
}

.slider_front_box {
  width: 100%;
  height: 90%;
  overflow: hidden;
}

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

.installation_breakdown {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1rem 1.5rem;
}

.installation_breakdown li {
  float: left;
  margin-right: 1rem;
}

.installation_breakdown li:last-child {
  margin-right: 0;
}

.slider_img {
  width: 85%;
  height: 100%;
  margin-left: 15%;
  overflow: hidden;
  position: relative;
}

.slider_img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
}

.slider_front_box img {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: absolute;
  top: 0;
  left: 50%;
  border: none;
  z-index: 1;
  transform: translate(-50%);
  background: rgba(255, 255, 255, 1);
}

.swiper-slide-next .home_images {
  left: 150%;
}

.swiper-slide-active .home_images {
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s;
}

.swiper-slide .blk_btn {
  position: absolute;
  bottom: 6%;
  left: 0;
  z-index: 1;
  margin-bottom: 2rem;
}

.slider_text_back.is_visible {
  text-shadow: 0 0 1px #aaa;
}

.slider_text_back {
  color: #000;
  position: absolute;
  bottom: 18%;
  z-index: 2;
}

.slider_wrap h1 {
  font-size: 5.5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 1rem;
  font-family: 'din-condensed', sans-serif;
}

.homefont_sub {
  margin-right: 20px;
  font-size: 1rem;
}

.slider_btn {
  width: 95%;
  max-width: 1200px;
  margin: 1rem auto 0 auto;
  position: relative;
}

.slider_text_back .homefont_sub:last-child span {
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.04em;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", Hiragino Sans, Noto Sans CJK JP, sans-serif;
}

/*--------------------------------------------------------------
breadcrumb
--------------------------------------------------------------*/
.breadcrumb_wrap {
  width: 95%;
  max-width: 1200px;
  margin: 0 auto 50px;
}

.breadcrumb {
  display: flex;
  align-items: baseline;
}

.breadcrumb li {
  font-family: 'din-condensed', sans-serif;
  font-size: .8875rem;
  letter-spacing: .06rem;
  position: relative;
  padding-right: 1.875rem;
  font-weight: normal;
}

.breadcrumb li:after {
  content: "/";
  position: absolute;
  right: .7rem;
}

.breadcrumb li:last-child:after {
  content: none;
}

/*--------------------------------------------------------------
top contents
--------------------------------------------------------------*/
.scrool {
  position: absolute;
  top: -150px;
  left: 0;
  cursor: pointer;
}

.scrool span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 12px;
  letter-spacing: .06rem;
  font-family: 'din-condensed', sans-serif;
}

.scrool span::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translateX(-50%)
}

.scrool span::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  bottom: -75px;
  left: calc(50% - 3px);
  -webkit-animation: circletop 1.2s infinite;
  animation: circletop 1.2s infinite;
}

.headline01.solution {
  height: auto;
}

.solution .bg_white_t_left {
  padding: 5.4rem 3.6rem;
  margin: 8em auto 0 auto;
}

.solution_item {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 5.4rem;
}

/* TOP CONCEPT*/
.concept_sec {
  text-align: center;
  position: relative;
  z-index: 10;
}

.back_img {
  background: url(./assets/images/svg/concept_back.svg) no-repeat 50% center;
  padding: 1rem 0 2rem 0;
  background-size: contain;
}

.concept_sec .title {
  font-size: 4rem;
  font-weight: bold;
  margin-bottom: 1.4rem;
}

.concept_sec .text {
  font-size: 1rem;
  line-height: 2.25rem;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
  text-align: left;
  text-align: justify;
}

.concept_sec .blk_btn {
  margin-top: 1.75rem;
}

/*AWS*/
.aws_sec .title {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: .8rem;
}

.aws_sec .text {
  font-size: 1rem;
  line-height: 2.25rem;
  width: 100%;
  max-width: 736px;
  margin: 0 auto;
  text-align: left;
  text-align: justify;
}

.aws_sec .blk_btn {
  margin-top: 3rem;
}

.aws_sec img {
  display: block;
  margin: 1rem auto 3.5rem;
}

.aws_sec img.apn {
  width: 50%;
  min-width: 320px;
}

.aws_sec img.aws {
  width: 26%;
  min-width: 220px;
}

.aws_sec .history{
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0 2rem;
  margin-bottom: 2.125rem;
}

.aws_sec .history .date{
  display: block;
  font-size: 1rem;
  font-family: 'din-condensed', sans-serif;
  letter-spacing: .033125rem;
  color: #666;
  width: 10%;
  text-align: left;
}

.aws_sec .history .text{
  line-height: 1.875rem;
  letter-spacing: .02875rem;
  width: 90%;
  text-align: left;
}

.aws_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 5rem auto;
}

.aws_sec li {
  width: 50%;
  margin-bottom: 5.5rem;
}

.aws_sec li:not(.history):nth-child(3),
.aws_sec li:last-child {
  margin-bottom: 0;
}

.aws_sec li .box {
  position: relative;
}

.aws_sec li .box span {
  display: block;
  text-align: center;
}

.identity_number {
  text-align: center;
  font-size: 11rem;
  color: #F0F0F0;
  line-height: 9.375rem;
  letter-spacing: .1875rem;
  font-family: 'din-condensed', sans-serif;
}

.aws_sec li .box_title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5rem;
  padding-top: .4rem;
}

.aws_sec li .box_title span {
  display: inline;
  background: #fff;
}

.aws_sec li .box_title_en {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  color: #D9D9D9;
  letter-spacing: .28125rem;
  font-family: 'din-condensed', sans-serif;
}

.aws_sec li .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
  padding: 0 2rem;
}

.simpleblogcard_wrap {
  border: 1px solid #ddd;
  max-width: 100%;
  border-radius: 5px;
  margin: 3rem 4rem;
}

.simpleblogcard_wrap a{
  text-decoration: none;
  display: flex;
  flex-direction: row-reverse;
}

.simpleblogcard_img{
  padding: 10px;
  background-color: #fff;
}

.simpleblogcard_img img{
  margin:0 auto;
}

.simpleblogcard_inner{
  line-height: 120%;
  padding: 10px;
}

.simpleblogcard_border{
  padding: 0.25em 0.25em;
  color: #494949;
  background: transparent;
  border-left: solid 5px #f3961a;
  text-align: left;
}

.simpleblogcard_title{
  line-height: 286%;
  font-weight: bold;
  display: block;
}

.simpleblogcard_description{
  color: #333;
  line-height: 173%;
}

/*TOP CLIENTS*/
.clients_sec {
  text-align: center;
  padding: 4.0625rem 0;
}

.clients_sec .clients_sec_logos {
  display: flex;
  flex-wrap: wrap;
  width: 80.6666666667%;
  margin: 0 auto 1.5rem;
}

.clients_sec .clients_sec_logos li {
  width: 33.0578512397%;
  height: 125px;
  margin: 0 .2754820936% .25rem 0;
}

.clients_sec .clients_sec_logos li:nth-child(3n) {
  margin-right: 0;
}

.clients_sec_list {
  width: 80.6666666667%;
  margin: 0 auto 2rem;
  line-height: 1.8rem;
  letter-spacing: .03rem;
  text-align: left;
}

.clients_sec_list ul li {
  display: inline;
}

.clients_sec_list ul li::after {
  content: ", ";
  margin-right: .5rem;
}

.clients_sec_list .clients_alphabetical {
  text-align: left;
  max-width: inherit;
}

.clients_sec a:not(.blk_btn) {
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*IDENTITY*/
.identity_sec {
  padding: 4.0625rem 0;
}

.identity_sec ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 76.3333333333%;
  margin: 0 auto;
}

.identity_sec li {
  width: 40.2892561983%;
  margin-bottom: 5.4375rem;
}

.identity_sec li:nth-child(3),
.identity_sec li:last-child {
  margin-bottom: 0;
}

.identity_sec .box {
  position: relative;
}

.identity_sec .box span {
  display: block;
  text-align: center;
}

.identity_number {
  text-align: center;
  font-size: 11rem;
  color: #F0F0F0;
  line-height: 9.375rem;
  letter-spacing: .1875rem;
  font-family: 'din-condensed', sans-serif;
}

.identity_sec .title {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  white-space: nowrap;
  line-height: 1.5rem;
  padding-top: .4rem;
}

.identity_sec .title span {
  display: inline;
  background: #fff;
}

.identity_sec .title_en {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.125rem;
  color: #D9D9D9;
  letter-spacing: .28125rem;
  font-family: 'din-condensed', sans-serif;
}

.identity_sec .text {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: justify;
}

/*TOP NEWS*/
.news_sec {
  text-align: center;
  padding: 4.0625rem 0;
}

.news_sec ul:not(.pagination) {
  width: 83.3333333333%;
  margin: 0 auto 2.9375rem;
}

.news_sec li {
  padding: 1.875rem 0;
  border-bottom: solid 1px #D8D8D8;
}

.news_sec a:not(.blk_btn) {
  display: flex;
  text-align: left;
  align-items: baseline;
}

.date_tag_wrap {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.date_tag_wrap .date {
  font-size: 1.0625rem;
  font-weight: normal;
  letter-spacing: .035625rem;
  color: #666;
  font-family: 'din-condensed', sans-serif;
}

.date_tag_wrap .tag,
.news_tag {
  margin-left: 1rem;
  padding: .24rem 1rem .2rem 1rem;
  font-size: .875rem;
  font-weight: normal;
  line-height: 1rem;
  color: #fff;
  background-color: #787878;
  border-radius: 2px;
  white-space: nowrap;
  letter-spacing: .1rem;
  font-family: 'din-condensed', sans-serif;
}

.the_title {
  margin-left: 2rem;
  width: calc(100% - 288px);
}

/*footer*/
.contact_recruit_wrap {
  display: flex;
  background-color: #fff;
  justify-content: center;
  padding: 5rem 0;
  position: relative;
}

.contact_recruit_wrap .box {
  width: 45%;
  text-align: center;
}

.contact_recruit_wrap h2 {
  font-size: 2.4rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: .6875rem;
  letter-spacing: .24rem;
  font-family: 'din-condensed', sans-serif;
}

.contact_recruit_wrap p {
  font-size: .9375rem;
  line-height: 1.75rem;
  width: 71%;
  min-width: 300px;
  margin: 0 auto 1.5rem;
  height: 6rem;
}

.contact_recruit_wrap .section_subtitle {
  margin-bottom: 4.4rem;
}

.blk_btn {
  display: inline-block;
  position: relative;
  border: solid 1px #000;
  padding: 1.1rem 6rem 1.1rem 5rem;
  background-color: #000;
  color: #fff;
}

.blk_btn span {
  letter-spacing: 0.1rem;
  font-size: 1rem;
  font-family: 'din-condensed', sans-serif;
}

.blk_btn::after {
  content: "";
  width: 30px;
  height: 6px;
  position: absolute;
  right: 8%;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  display: inline-block;
  background: url(./assets/images/svg/wh_btn_arrow.svg) no-repeat 50% center;
  background-size: 29px 7px;
}

/* TOP WORKS SECTION */
.works_sec.bg_white_t_left {
  padding-left: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
}

.works_sec ul {
  display: flex;
  flex-wrap: wrap;
}

.works_sec ul li {
  width: 50%;
  position: relative;
}

.works_sec ul li::before {
  content: "";
  display: block;
  padding-top: 49%;
}

.works_sec ul li figure {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}

.works_sec ul li figure img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}

.works_top_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 4rem 0 3rem 0;
}

.works_top_link a {
  min-width: 280px;
  text-align: center;
}

.works_top_link a span {
  font-size: 15px;
  font-family: "Noto Sans JP", 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", "Hiragino Sans", sans-serif;
}

.works_top_link a:first-of-type {
  margin-right: 2rem;
}

@media screen and (max-width: 767px) {
  .recent_work {
    margin-bottom: .5rem !important;
    font-size: 1rem;
    letter-spacing: 1px;
  }

  .works_sec ul {
    flex-direction: column;
  }

  .works_sec ul li {
    width: 100%;
  }

  .works_top_link {
    display: block;
    text-align: center;
  }

  .works_top_link a {
    min-width: 262px;
  }

  .works_top_link a:first-of-type {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/*--------------------------------------------------------------
works
--------------------------------------------------------------*/
.works_box .welfare_box {
  width: 47.5%;
  margin: 0 5% 3% 0;
  text-align: left;
  float: none;
  padding: 0;
}

.works_box .welfare_box:nth-child(2n) {
  margin-right: 0;
}

.works_box .welfare_box a {
  display: block;
  margin-bottom: 3rem;
}

.works_box img {
  width: 100%;
  height: auto;
}

.works_category {
  display: block;
  font-size: 12px;
  color: #898985;
  line-height: 1;
  margin-bottom: 5px;
}

.works_box .welfare_box a:hover img {
  opacity: .65;
}

.works_box .welfare_box a:hover span {
  color: #898985;
}

.works_box .welfare_box a:hover .works_category {
  color: #a0a5aa;
}

.archive_works .section_subtitle {
  display: block;
  text-align: center;
  font-size: .8125rem;
  letter-spacing: .125rem;
  font-weight: bold;
  margin-bottom: 6rem;
}

.works_list {
  display: flex;
  flex-wrap: wrap;
}

/* タブ */
.works_category_tab {
  display: flex;
  justify-content: center;
  margin-bottom: 5rem;
}

.works_category_tab a {
  font-family: 'din-condensed', sans-serif;
  display: block;
  margin-right: 2rem;
  font-size: 20px;
  letter-spacing: 1px;
  position: relative;
  padding-bottom: 5px;
}

.works_category_tab a::after,
.works_category_tab a::before {
  content: "";
  width: 0;
  height: 1px;
  background: #191919;
  display: inline-block;
  position: absolute;
  bottom: 0;
  transition: .2s;
}

.works_category_tab a::after {
  left: 50%;
}

.works_category_tab a:hover::after {
  width: 50%;
}

.works_category_tab a::before {
  right: 50%;
}

.works_category_tab a:hover::before {
  width: 49%;
}

.works_category_tab a:last-child {
  margin-right: 0;
}

.works_category_tab a.selected {
  border-bottom: 1px solid #000;
}

.works_category_tab a.selected:hover::before,
.works_category_tab a.selected:hover::after {
  content: none;
}

/*--------------------------------------------------------------
single-works
--------------------------------------------------------------*/
.single_works_box {
  margin-top: 13rem;
  margin-bottom: 12rem;
}

.single_works_box .bg_white_t_left {
  margin-bottom: 2.5rem;
}

.single_works_box .headline02 {
  margin-bottom: 1.6rem;
  letter-spacing: 0.1rem;
}

.production_range {
  text-align: center;
  margin: 0 auto 4rem auto;
  max-width: 600px;
}

.production_range span {
  display: inline-block;
  color: #999;
  font-size: .8rem;
  padding: .3rem .6rem;
  margin: .3rem;
  background-color: #e6e6e6;
  white-space: nowrap;
}

.works_main_img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 4rem;
}

.main_img_bg {
  background-color: #eee;
}

.works_title {
  font-weight: bold;
  font-size: 1.4rem;
  margin-bottom: 3.5rem;
  text-align: justify;
}

.works_text {
  margin-bottom: 4rem;
  text-align: justify;
  line-height: 2;
}

.works_repletion {
  padding-top: 4rem;
  border-top: solid 1px #a9a9a9;
}

.works_sub_img_wrap {
  margin-bottom: 5rem;
}

.single_works_box .works_sub_img_wrap img,
.works_sub_img_wrap video {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.works_img_1 .welfare_box {
  width: 100%;
  padding: 0;
  margin: 0;
}

.works_img_1 img,
.works_img_1 video {
  width: 100%;
  height: auto;
  display: block;
}

.works_img_2 .welfare_box {
  width: 49%;
  padding: 0;
  margin-right: 2%;
}

.works_img_2 img,
.works_img_2 video {
  width: 100%;
  max-width: 475px;
  height: auto;
  display: block;
}

.works_img_2 .welfare_box:last-child {
  margin-right: 0;
}

.works_img_3 .welfare_box {
  width: 28%;
  padding: 0;
  margin-right: 8%;
}

.works_img_3 img {
  width: 100%;
  max-width: 270px;
  height: auto;
}

.works_img_3 .welfare_box:last-child {
  margin: 0;
}

.app_dl_button {
  width: 123px;
  float: left;
  margin-right: 2%;
  /*仮置き*/
  height: 38px;
  background-color: #898985;
}

.single_works_box .works_change_button {
  width: 90%;
  max-width: 1200px;
  margin-top: 0;
}

.link_btn {
  position: relative;
  display: block;
  width: 280px;
  height: 50px;
  text-align: center;
  color: #000;
  padding: .5rem 4rem .5rem 1rem;
  margin: 2rem auto;
  border: 1px solid #000;
  line-height: 2.2;
}

.link_btn::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  right: 5%;
  top: 5%;
  display: inline-block;
  background: url(./assets/images/pc/arrow_bk.svg) no-repeat;
  background-size: 40px 40px;
}

.correspondence_content span {
  padding-right: .3rem;
}

.correspondence_content span::after {
  content: ",";
}

.correspondence_content span:last-of-type::after {
  content: none;
}

.archive_works_text {
  margin-bottom: 4rem;
  line-height: 2;
}

/*--------------------------------------------------------------
about
--------------------------------------------------------------*/
.concept_box .concept_sec {
  margin-top: 50px;
}

.clients_box div {
  width: 100%;
  max-width: 760px;
  margin: auto;
  font-size: .9rem;
  letter-spacing: .025rem;
  line-height: 1.8rem;
}

.clients_alphabetical {
  display: block;
  font-size: .625rem;
  margin: .7rem auto;
  width: 100%;
  max-width: 760px;
}

.after_box a::after,
.after_box span::after {
  content: ", ";
}

.after_box a:last-child::after,
.after_box span:last-child::after {
  content: none;
}

.language {
  max-width: 736px;
  margin: 0 auto;
  line-height: 2.0;
}

/*office*/
.address_wrap {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0 0;
  max-width: 1080px;
  margin: 0 auto;
}

.address_wrap div {
  width: 48%;
}

.address_wrap span {
  display: block;
}

.address_wrap .corp_name {
  font-size: 1.1875rem;
}

.address_wrap .corp_name:first-of-type {
  font-weight: normal;
  letter-spacing: .1rem;
  font-family: 'din-condensed', sans-serif;
}

.address_wrap address,
.address_wrap .corp_tel {
  display: block;
  font-size: .875rem;
  line-height: 1.5rem;
  letter-spacing: .025rem;
}

/*AWS*/
.aws_wrap {
  display: flex;
  justify-content: space-between;
  padding: 1.875rem 0 0;
  max-width: 1080px;
  margin: 0 auto;
}

.aws_wrap .section_subtitle {
  margin-bottom: 4.4rem;
}

.aws_wrap div.aws_logo {
  width: 34%;
}

.aws_wrap div.aws_logo_link {
  width: 100%;
}

.aws_wrap .aws_logo_box {
  max-width: 550px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 20px;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.aws_logo_img {
  width: calc((100% - 40px) / 3);
}

.aws_wrap div.aws_description {
  width: 66%;
  padding: 0 2rem;
}

.aws_wrap div.aws_description_about {
  width: 100%;
  padding: 0 2rem;
}

.aws_wrap p {
  text-align: center;
}

.aws_wrap .blk_btn {
  margin-top: 2.5rem;
}

.aws_wrap .aws_logo_right {
  display: none;
  width: 60%;
  min-width: 300px;
  margin: 0 auto 1.5rem;
}

/*OUTLINE*/
.company_info {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3.125rem;
}

.company_info li {
  display: flex;
  padding: 1.25rem .75rem;
  border-bottom: solid 1px #D8D8D8;
}

.company_info .label {
  font-size: .9375rem;
  line-height: 1.875rem;
  letter-spacing: .026875rem;
  font-weight: bold;
  width: 24.4444444444%;
}

.company_info .field {
  font-size: 1rem;
  line-height: 1.875rem;
  letter-spacing: .02875rem;
  width: 75.5555555556%;
}

/*HISTORY*/
.history_wrap {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 3.125rem;
}

.history_wrap li {
  display: flex;
  align-items: center;
  margin-bottom: 2.125rem;
}

.history_wrap .date {
  display: block;
  font-size: 1rem;
  font-family: 'din-condensed', sans-serif;
  letter-spacing: .033125rem;
  color: #666;
  width: 18%;
}

.history_wrap .text {
  line-height: 1.875rem;
  letter-spacing: .02875rem;
  width: 82%;
}

/*--------------------------------------------------------------
recruit
--------------------------------------------------------------*/
.welfare_box {
  width: 33.33%;
  text-align: center;
  padding: 0 2.25rem;
  float: left;
  margin-bottom: 4.5em;
}

.welfare_box.welfare_box-half {
  padding: 0 1rem;
}

.welfare_box p {
  font-size: 1.2rem;
  margin-bottom: 1em;
}

.welfare_box img {
  display: block;
  margin: auto;
  margin-bottom: 1em;
}

div#piechart,
div#donutchart {
  max-width: 50%;
  float: left;
}

.wantedly_list_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: auto;
}

.wantedly_list_box iframe {
  width: 48%;
  max-width: 500px;
  margin-bottom: 2.5em;
  padding: 0;
  min-height: auto;
  border: none;
  border-radius: 4px;
}

.staff_data .headline02,
.recruit_data .headline02 {
  margin-bottom: 3rem;
}

.recruit_data .headline02 {
  letter-spacing: 0.02em;
  font-size: 2.4rem;
  margin-bottom: 5rem;
}

.wantedly_wrap .headline02 {
  letter-spacing: .2rem;
  margin-bottom: 3rem;
  padding-top: 4.0625rem;
}

.recruit_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  padding-top: 10px;
}

.form_800 .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}

.bg_white_t_left .wpcf7-form p {
  position: relative;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.bg_white_t_left .wpcf7-form label {
  color: #666666;
  font-size: 14px;
}

.bg_white_t_left .wpcf7-form input[type="radio"] {
  width: 15px !important;
  height: 15px !important;
  margin-right: 3px;
}

.bg_white_t_left span.wpcf7-list-item {
  align-items: center;
  display: flex;
  margin: 0;
  margin: 0 1rem 1rem 0;
}

.bg_white_t_left .wpcf7-form input {
  width: 100%;
  height: 48px;
  line-height: normal;
}

.form_800 .wpcf7 {
  max-width: 800px;
  margin: 0 auto;
}

.form_800 .wpcf7 textarea::placeholder {
  color: #e1e1e1;
}

.bg_white_t_left .wpcf7-form input {
  border: 0;
  border-bottom: solid 1px #d3d3d3;
  border-radius: 0;
}

.bg_white_t_left .wpcf7-form input[type="text"],
.bg_white_t_left .wpcf7-form input[type="email"],
.bg_white_t_left .wpcf7-form textarea {
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  margin-top: 7px;
  padding: 5px 10px;
}

.bg_white_t_left .sub_title {
  text-align: center;
  margin-bottom: 3rem;
}

.bg_white_t_left .wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  height: 10rem;
}

.bg_white_t_left .wpcf7-form p:last-of-type input:hover {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #000 !important;
  color: #000;
  transition-duration: 0.4s;
}

.bg_white_t_left .wpcf7-form select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 1rem 0 0 0;
  background-color: #fff;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
  height: 48px;
  padding: 0 5px;
  font-size: 14px;
  width: 100%;
  max-width: 300px;
}

.contact_form .wpcf7-form p:nth-last-child(3),
.recruit_form .wpcf7-form p:nth-last-child(3) {
  display: flex;
  align-items: center;
}

.wpcf7-form-control-wrap.acceptance-473 input[type="checkbox"],
.wpcf7-form-control-wrap.acceptance-624 input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.bg_white_t_left .wpcf7-form-control-wrap.acceptance-473 label,
.bg_white_t_left .wpcf7-form-control-wrap.acceptance-624 label {
  pointer-events: visible;
}

.contact_select span {
  position: relative;
}

.contact_select span::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 4px;
  width: 7px;
  height: 7px;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.wpcf7-form {
  max-width: 800px;
  margin: 0 auto;
}

/*--------------------------------------------------------------
contact
--------------------------------------------------------------*/
.top_content.contact_top_ma,
.privacy_policy {
  margin-top: 10rem;
}

.form_headline {
  margin-top: .4rem;
  height: 5.6rem;
}

.form_bg_white {
  width: 100%;
  background: #fff;
  padding: 0 2.7rem;
}

.form_bg_white p {
  position: relative;
  margin-bottom: 1.5em;
  margin-top: 1.5em;
}

.form_bg_white p:first-child {
  margin: 0 0 .8rem 0;
}

.form_bg_white label {
  position: absolute;
  top: 0;
  left: 0;
  height: 48px;
  line-height: 48px;
  color: #d3d3d3;
  font-size: 14px;
  pointer-events: none;
  -webkit-transition: transform ease .4s, font-size ease .4s;
  -o-transition: transform ease .4s, font-size ease .4s;
  transition: transform ease .4s, font-size ease .4s;
  z-index: 99;
}

.form_bg_white label.active {
  font-size: 11px;
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.form_bg_white label.active {
  color: #6c6a2d;
  font-weight: bold;
}

.form_bg_white input {
  width: 100%;
  height: 52px;
  line-height: normal;
}

.form_bg_white textarea {
  width: 100%;
  resize: none;
  padding: 25px 0;
}

.form_bg_white input,
.form_bg_white textarea {
  font-family: 'din-condensed', 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  font-size: .9rem;
  padding-top: .632rem;
  border: 0;
  border-bottom: solid 1px #d3d3d3;
  border-radius: 0;
}

.form_bg_white input.active,
.form_bg_white textarea.active {
  border-bottom-color: #0f2540;
}

.form_bg_white .active textarea {
  font-size: .9rem;
}

.form_bg_white label.active+span input,
.form_bg_white label.active+span textarea {
  border-bottom: solid 1px #6c6a2d;
}

.form_bg_white input[type="submit"] {
  padding-top: 0;
}

input.wpcf7-form-control.wpcf7-submit {
  display: block;
  width: 90%;
  max-width: 320px;
  height: auto;
  color: #fff;
  font-size: .9rem;
  background: #000;
  border: solid 1px #fff !important;
  margin: 4rem auto 0 auto;
  padding: 15px 0;
  font-weight: bold;
  letter-spacing: .1rem;
}

span.wpcf7-not-valid-tip {
  font-size: .75rem;
  margin: .3rem 0 .5rem 0;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  display: none !important;
}

/*--------------------------------------------------------------
archive
--------------------------------------------------------------*/
.archive_box {
  margin: 10rem auto 5rem;
}

.archive_title {
  font-size: 8rem;
  line-height: 1;
  margin: 0 auto 4rem;
  width: 90%;
  max-width: 1200px;
}

.archive_li_left {
  flex-grow: 1;
  display: flex;
}

.archive_li_right {
  width: calc(100% - 225px);
  padding: 2px 0 0 20px;
}

.archive_li_date {
  display: inline-block;
  width: 90px;
  color: #666;
  letter-spacing: .03rem;
}

.pagination {
  padding-top: .875rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination li {
  padding: 0 .3rem;
  border-bottom: none;
  font-weight: bold;
}

.first_button {
  color: #a9a9a9;
}

.pagination a span {
  display: block;
  width: 100%;
}

.pagination li a {
  padding: 5px .8rem;
  display: inline;
  position: relative;
}

.pagination li a:before,
.pagination li a:after {
  content: "";
  width: 0;
  height: 1px;
  background: #191919;
  display: inline-block;
  position: absolute;
  bottom: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.pagination li a:before {
  right: 50%;
}

.pagination li a:after {
  left: 50%;
}

.pagination li a:hover {
  color: #000;
}

.pagination li a:hover:before {
  width: 49%;
}

.pagination li a:hover:after {
  width: 50%;
}

.border_bottom_buttom {
  border-bottom: solid 1px #191919;
  pointer-events: none;
  padding: 4px .8rem !important;
}

/*--------------------------------------------------------------
news
--------------------------------------------------------------*/

.news_page {
  width: 100%;
  margin-bottom: 13rem;
}

.news_box {
  margin: 13rem auto 5rem;
}

.news_title {
  text-align: left;
  font-weight: bold;
  font-size: 1.75rem;
  letter-spacing: .05125rem;
  margin-bottom: .75em;
}

.news_contents {
  line-height: 3;
  display: block;
  width: 100%;
}

.news_contents a {
  text-decoration: underline;
}

.news_contents img {
  max-width: 100%;
}

.news_contents .wantedly_list_box {
  padding-top: 4rem;
}

.news_contents .wantedly_list_box .block-bottom-archive {
  margin: 0;
}

.news_time_tag {
  margin-bottom: .875rem;
}

.news_time_tag>span {
  display: flex;
  align-items: center;
}

.news_time {
  display: block;
  color: #666;
}

.archive_box .news_tag {
  margin-left: 0;
}

.news_box .news_tag {
  margin-left: .65rem;
}

.page_change_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem auto 0;
  font-family: 'din-condensed', sans-serif;
}

.page_change_button a:hover {
  color: #898985;
}

.page_change_button a:last-child {
  margin-left: 3rem;
}

.page_change_button .double_btn:after {
  content: "";
  width: 40px;
  height: 13px;
  position: absolute;
  right: 86%;
  top: 15%;
  display: inline-block;
  background: url(./assets/images/pc/btn_arrow_bk@2x.png) no-repeat 50% center;
  background-size: auto 50px;
  transform: scale(-1, 1);
}

.page_change_button .double_btn:before {
  border: none;
}

.page_change_button i {
  padding-left: 1rem;
}

.prev,
.next {
  position: relative;
}

.prev::before,
.next:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  top: 3px;
  left: -20px;
}

.next:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 3px;
  left: 66px;
}

.page_change_button .back_to_news {
  text-align: left;
  width: auto;
  margin-left: 18px;
  height: auto;
  padding: .36rem 1.08rem;
  font-family: 'din-condensed', sans-serif;
}

.back_to_news:hover {
  color: #000 !important;
}

/*--------------------------------------------------------------
SHOPIFY
--------------------------------------------------------------*/
.shopify_page {
  margin-top: 8rem;
}

.shopify_top {
  width: 90%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto 1.75rem;
}

.shopify_demo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.yel_balloon {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: .00875rem;
  padding: .875rem 1rem;
  background-color: #FFFF00;
  border-radius: 4px;
  position: relative;
}

.yel_balloon::before {
  content: "";
  display: block;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #FFFF00;
  position: absolute;
  top: 50px;
  left: 50px;
}

.shopify_logo {
  display: block;
  width: 280px;
  margin: 2.125rem 0;
}

.underline_text {
  display: inline;
  font-size: 2.6875rem;
  line-height: 4.625rem;
  font-weight: bold;
  background: linear-gradient(transparent 80%, #FFFF00 0%);
  padding: 0 2px 0;
}

.btn_sorting {
  display: block;
  font-size: .8125rem;
  letter-spacing: .00875rem;
  line-height: .9375rem;
  color: #3A3A3A;
  margin: 0 0 1rem;
}

.mg_top {
  margin-top: 4rem;
}

.btn_wrap {
  display: flex;
  align-items: center;
}

.btn_wrap a {
  display: block;
  width: 16.6666666667%;
  background-color: #000;
  color: #fff;
  padding: .875rem 0;
  font-size: .875rem;
  letter-spacing: .009375rem;
  line-height: 1rem;
  text-align: center;
  margin: 0 1.25rem 2rem 0;
}

.shopify_page .headline02 {
  font-size: 1.6875rem;
  letter-spacing: .013125rem;
  font-weight: bold;
}

/*SHOPIFYとは？*/
.what_box {
  padding: 4.5rem 3.625rem;
}

.what_box>div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.214285695rem;
}

.what_text_wrap {
  margin-right: 5.71428568rem;
}

.what_text_wrap .title {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 2.5rem;
  letter-spacing: .015rem;
  margin-bottom: 2.125rem;
}

.what_text_wrap .text {
  font-size: 1rem;
  line-height: 2.375rem;
  letter-spacing: .008125rem;
  text-align: justify;
}

/*SHOPIFYが選ばれる理由*/
.cause_box {
  padding: 4.5rem 3.625rem;
}

.cause_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: center;
  margin-top: 6.25rem;
}

.cause_box li {
  position: relative;
  width: 28.4%;
  margin: 0 7.3800738007% 3.4375rem 0;
}

.cause_box li:nth-child(3n),
.cause_box li:last-child {
  margin-right: 0;
}

.cause_number {
  display: block;
  width: 59px;
  height: 59px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-size: 1.6875rem;
  line-height: 59px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
}

.cause_box img {
  display: block;
  width: 61.8892508143%;
  height: auto;
  margin: 0 auto 2rem;
}

.cause_box .title {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: .013125rem;
  margin-bottom: 2rem;
}

.cause_box .text {
  font-size: .875rem;
  line-height: 1.625rem;
  letter-spacing: .006875rem;
  font-weight: bold;
  text-align: justify;
}

/*QUAILの導入サポートサービス*/
.support_box {
  margin-bottom: 3.75rem;
}

.support_box ul {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 5.375rem;
}

.support_box li {
  width: 47%;
  display: flex;
  align-items: baseline;
  padding-bottom: 3.125rem;
}

.support_box img {
  width: 15.9574468085%;
  margin-right: 5.3191489362%;
}

.support_text_box .title {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: .013125rem;
  margin-bottom: .3125rem;
}

.support_text_box .text {
  font-size: .875rem;
  line-height: 1.625rem;
  letter-spacing: .006875rem;
  font-weight: bold;
  text-align: justify;
}

/*導入までの流れ*/
.flow_box ul {
  width: 100%;
  max-width: 914px;
  margin: 3.75rem auto 3.4375rem;
}

.flow_box li {
  display: flex;
  align-items: baseline;
  padding-bottom: 1.875rem;
  margin-bottom: 4.375rem;
  border-bottom: solid 1px #979797;
  position: relative;
}

.flow_box li:before {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 14%;
  margin-left: -15px;
  border: 21px solid transparent;
  border-top: 21px solid #e6e6e6;
  z-index: 2;
}

.flow_box li:after {
  content: "";
  position: absolute;
  bottom: -41px;
  left: 14.3%;
  margin-left: -17px;
  border: 20px solid transparent;
  border-top: 20px solid #979797;
  z-index: 1;
}

.step_box {
  width: 8.7527352298%;
  margin-right: 4.3763676149%;
}

.step_box span {
  display: block;
  text-align: center;
}

.step_box:first-child {
  font-size: 1.5rem;
  line-height: 3rem;
  letter-spacing: .375rem;
  font-weight: bold;
}

.step_box:last-child {
  font-size: 2.75rem;
  line-height: 3rem;
  letter-spacing: .6875rem;
  font-weight: bold;
}

.flow_text_box .title {
  font-size: 1.6875rem;
  font-weight: bold;
  letter-spacing: .013125rem;
  margin-bottom: .4375rem;
}

.flow_text_box .text {
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.625rem;
  letter-spacing: .006875rem;
}

/*ご相談・お問い合わせ*/
.shopify_contact {
  width: 100%;
  max-width: 633px;
  margin: 0 auto 6rem;
}

.shopify_contact .text {
  text-align: center;
  font-size: .875rem;
  line-height: 1.625rem;
  letter-spacing: .006875rem;
  font-weight: bold;
  margin: 2rem auto 3.75rem;
}

.shopify_contact ul {
  margin-bottom: 1.125rem;
}

.shopify_contact li {
  display: flex;
  align-items: center;
  padding-bottom: 1.3125rem;
}

.shopify_contact li:last-child {
  align-items: baseline;
}

.shopify_contact .label {
  display: block;
  font-size: 1rem;
  letter-spacing: .008125rem;
  font-weight: bold;
  width: 17.5355450237%;
}

.shopify_contact input {
  width: 82.4644549763%;
  height: 50px;
  background-color: #D8D8D8;
  border: solid 1px #979797;
  border-radius: 3px;
}

.shopify_contact button {
  display: block;
  margin: 0 auto;
  font-size: .9375rem;
  line-height: 1rem;
  letter-spacing: .01rem;
  color: #fff;
  border: solid 1px #000;
  background-color: #000;
  padding: .8125rem 1.25rem;
}

.news_box .bg_white_t_left {
  width: 100%;
  margin-bottom: 2.5rem;
}

.info_btn {
  background-color: #cf2e2e;
  border: 1px solid #cf2e2e;
  border-radius: 50px;
  text-decoration: none !important;
  margin: 1rem 0;
}

.info_btn:hover {
  background-color: #fff;
  border: 1px solid #cf2e2e;
  color: #cf2e2e;
  transition: all .2s;
}

/*--------------------------------------------------------------
privacy policy
--------------------------------------------------------------*/
.type-page p {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
footer
--------------------------------------------------------------*/
.section_subtitle {
  display: block;
  text-align: center;
  font-size: .8125rem;
  letter-spacing: .125rem;
  font-weight: bold;
  margin-bottom: 6rem;
}

.sec_deco {
  position: relative;
}

.sec_deco::before {
  content: "";
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 1px;
  background-color: #000;
}

.sec_deco:after {
  content: "";
  position: absolute;
  top: 47px;
  left: 50%;
  width: 1px;
  height: 17px;
  background-color: #000;
}

footer {
  width: 100%;
  color: #fff;
  background: #0b1013;
}

.footertop {
  background: #333;
  position: relative;
}

.footer_size {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.footertop p {
  width: 50%;
  line-height: 110px;
  position: relative;
  bottom: 0;
  float: left;
}

.description:after {
  content: "";
  width: 35%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 19%;
}

.footerbutton {
  width: 50%;
  max-width: 36.3rem;
  height: 90px;
  font-size: 0;
  padding-top: 37px;
  float: right;
}

.footerbutton li {
  width: 50%;
  font-size: .9rem;
  padding-left: 3rem;
  display: inline-block;
}

footer a,
.footerbutton .double_btn:hover {
  color: #fff;
}

.footerbutton .btn_black {
  width: 100%;
  color: #fff;
  background: #0b1013;
}

ul .double_btn:before {
  border: solid 1px #fff;
}

.blk_btn:hover:after,
.double_btn:hover:after,
.footerbutton .double_btn:hover:after,
.link_btn:hover:after {
  -webkit-animation: arrow-rotate .6s ease-out;
  animation: arrow-rotate .6s ease-out;
}

.footer_wrap {
  display: flex;
  justify-content: space-between;
  padding: 75px 0 100px;
}

.footer_box {
  flex: 1;
  width: 30%;
  margin-right: 3%;
}

.footer_box span {
  display: block;
}

.bold_deco {
  font-family: 'din-condensed', sans-serif;
  font-size: 1.375rem;
  letter-spacing: .1rem;
  line-height: 1;
  margin-bottom: 70px;
  position: relative;
}

.corp_name {
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: bold;
  margin-bottom: .6rem;
}

.bold_deco:after {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 58px;
  left: 0;
}

.footer_box .postal_code,
.footer_box .tel {
  font-family: 'din-condensed', sans-serif;
}

.footer_box .address_wrapper {
  min-height: 7rem;
}

.footer_box address,
.footer_box .corp_tel {
  font-size: 13px;
  line-height: 1.75;
}

.footer_box .corp_tel {
  margin-bottom: 1.25rem;
}

.footermenu {
  display: flex;
  flex-wrap: wrap;
  font-size: 1rem;
  letter-spacing: .125rem;
}

.footermenu li {
  margin-bottom: .9375rem;
  width: 33.3333333333%;
}

.footermenu li a {
  white-space: nowrap;
  letter-spacing: .1rem;
  font-family: 'din-condensed', sans-serif;
  font-weight: 100;
}

.sns_link {
  display: flex;
}

.sns_link a {
  display: block;
  width: 100px;
  margin-right: 1rem;
}

.sns_link li {
  padding-left: 2%;
}

.corp_name .sp_hide {
  margin-left: .5rem;
}

.sns_link_a {
  margin-right: 3rem;
}

.sns_link_a img {
  height: 16px;
}

.footerend {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 52px;
}

.footerend p {
  font-family: 'din-condensed', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
}

.page_top {
  display: block;
  position: fixed;
  bottom: 25px;
  right: 25px;
  cursor: pointer;
}

.page_top span {
  position: relative;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: 'din-condensed', sans-serif;
}

.page_top span::before {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}

.page_top span::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  top: -75px;
  left: 50%;
  transform: translateX(-50%);
}

/*--------------------------------------------------------------
vision
--------------------------------------------------------------*/
.vision_headline {
  margin-top: 100px;
}

.concept_box {
  text-align: center;
  margin-top: 8rem;
}

.vision_text {
  width: 85%;
  margin: 0 auto;
  font-weight: bold;
}

.tag_cloud span {
  display: inline-block;
}

.fun_by_tech {
  width: 70%;
}

.concept_box .js_show_item {
  margin-bottom: .2em;
  font-size: 8rem;
}

.vision_img {
  width: 100%;
  margin-bottom: 60px;
}

.tag_cloud {
  margin: 50px auto 0;
  width: 85%;
}

.tag_element {
  display: inline;
}

.tag_element:after {
  content: ",";
}

.tag_element:last-child:after {
  content: "";
}

@keyframes menuOpenBar1 {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes menuOpenBar2 {
  from {
    width: 0;
  }

  to {
    width: 80%;
  }
}

@keyframes menuOpenBar3 {
  from {
    width: 0;
  }

  to {
    width: 55%;
  }
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes menuCloseBar3 {
  100% {
    width: 100%;
  }
}

@keyframes arrow-rotate {
  0% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 50% center;
  }

  40% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: 50px center;
  }

  41% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: 50px center;
  }

  59% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background-position: -50px center;
  }

  60% {
    opacity: .2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    background-position: -50px center;
  }

  100% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background-position: 50% center;
  }
}

@keyframes circletop {
  0% {
    transform: translateY(-50px);
  }

  80% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@media screen and (max-width: 1370px) {
  .sp_hide_contact {
    display: none !important;
  }
}

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

  /*AWS*/
  .aws_wrap .aws_logo {
    display: none;
  }

  .aws_wrap .aws_logo_right {
    display: block;
  }

  .aws_wrap div.aws_description {
    width: 100%;
  }

  .aws_sec .headline01_sub {
    text-align: justify;
  }

  .aws_sec li .box_title {
    font-size: 1.1rem;
  }
}

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

  /*----------------------------
	template
	----------------------------*/
  .headline01 h1 {
    font-size: 7rem;
    text-align: center;
  }

  .js_show_item,
  .headline03 .js_show_item:last-of-type,
  dl.col_2 dd:last-of-type,
  .welfare_box p,
  .welfare_box img {
    margin-bottom: 0;
  }

  .headline01 .headline01_sub {
    width: 95%;
    text-align: center;
    margin: auto;
    float: none;
    font-size: 0.85rem;
  }

  .bg_none,
  .bg_white_t_left,
  .bg_slanting {
    margin-bottom: 150px;
  }

  .headline02 {
    font-size: 2.4rem;
    letter-spacing: .2rem;
  }

  .bg_white_t_left {
    width: 100%;
    margin: 0 auto 3.75rem;
    padding: 3.4rem 6.667vw;
  }

  .bg_white_t_left.privacy_policy {
    margin: 6rem auto 3.75rem;
  }

  dl.col_2 dt {
    width: 100%;
    font-size: .76rem;
    margin-bottom: .5em;
  }

  dl.col_2 dd {
    width: 100%;
    margin-bottom: 1.25em;
    padding-bottom: 1.125rem;
    border-bottom: solid 1px #ccc;
  }

  dl.col_2 dd:last-of-type {
    padding-bottom: 0;
    border: 0;
  }

  dl.col_2 dd ul li {
    margin-bottom: .3em;
    line-height: 1.5;
  }

  .col_1_center,
  .sp_about .bg_none_box,
  .associate_list_box img {
    width: 100%;
  }

  .headline03 {
    width: 85%;
    height: auto;
    margin-left: -6%;
    padding: 15px 5% 24px 5%;
    background: #6c6a2d;
    float: none;
  }

  .headline03 .js_show_item {
    margin-bottom: .3em;
  }

  .h03_square_blue {
    width: 100%;
    height: 40px;
    right: -31%;
    bottom: 0;
    top: auto;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }

  dl.dl_bg_white,
  .form_bg_white {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    position: relative;
    padding: 2.7rem 1.35rem;
  }

  .headline03+.dl_bg_white:before,
  .headline03+.form_bg_white:before {
    content: "";
    width: 1px;
    height: 5rem;
    background: #000;
    display: block;
    position: absolute;
    top: -4rem;
    left: 7%;
  }

  dl.dl_bg_white dt,
  .welfare_box span {
    font-size: .76rem;
  }

  a.double_btn:before {
    border: solid 1px #000;
  }

  .double_btn:after {
    background: url(./assets/images/pc/btn_arrow_bk@2x.png) no-repeat 50% center;
    background-size: 50px 50px;
  }

  .bg_black {
    padding: 2.7rem 0;
    margin-bottom: 5rem;
  }

  dl.dl_bg_white dt:first-of-type:before,
  .slider_front_box img.slider_pc,
  .sp_hide,
  .wantedly,
  .bg_slanting:before,
  .h03_square_gold,
  .form_bg_white p:first-of-type:before {
    display: none !important;
  }

  .hbg_menu,
  .slider_front_box img.slider_sp,
  .sp_appear {
    display: block;
  }

  .menu-trigger.menuOpen+.hbg_menu_list a,
  .menu-trigger.menuClose+.hbg_menu_list a,
  .about_us,
  .join_us {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .recruit,
  .about_us,
  .join_us,
  .associate_list_box address {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .pc_hide {
    display: inline-block !important;
  }

  /*----------------------------
	loading
	----------------------------*/
  .loading svg#logo {
    width: 40%;
  }

  /*----------------------------
	header
	----------------------------*/
  header>div {
    height: 70px;
  }

  .headertop {
    width: calc(100% - 50px);
    flex-direction: column;
    align-items: baseline;
  }

  .headertop img {
    height: 20px;
  }

  .headertop p {
    padding: 0.3125rem 0 0 0;
  }

  .hd_news {
    margin-left: 0;
  }

  .menu-trigger {
    top: 20px;
    right: 2%;
  }

  .menu-trigger.menuOpen span {
    background: #fff;
  }

  .menu-trigger.menuOpen+.hbg_menu_list,
  .menu-trigger.menuClose+.hbg_menu_list {
    padding: 70px 0;
    background: #0b1013;
  }

  .menu-trigger.menuOpen+.hbg_menu_list ul.hbg_menu_list_box,
  .menu-trigger.menuClose+.hbg_menu_list ul.hbg_menu_list_box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .menu-trigger.menuOpen+.hbg_menu_list a,
  .menu-trigger.menuClose+.hbg_menu_list a {
    color: #fff;
    font-size: 2.5rem;
    font-family: 'din-condensed', sans-serif;
    margin-bottom: .3em;
  }

  .menu-trigger.menuOpen+.hbg_menu_list a:hover {
    padding: 1rem 0;
  }

  .menu-trigger.menuOpen+.hbg_menu_list a:hover:before {
    width: 0;
  }

  .menu-trigger+.hbg_menu_list ul li:nth-child(6) a:hover,
  .menu-trigger+.hbg_menu_list ul li:nth-child(7) a:hover {
    padding: 1rem;
  }

  /*----------------------------
	slider
	----------------------------*/
  .slider_btn {
    width: 91%;
    margin: 0 auto;
  }

  .slider_text_back .homefont_sub:last-child span {
    font-size: 12px;
  }

  section.works_wrap {
    min-height: auto;
  }

  .slider_wrap {
    padding: 70px 0 20px 0;
  }

  .slider_content {
    margin: 1rem 0 0 5%;
  }

  .installation_breakdown {
    font-size: 1rem;
    top: auto;
    bottom: 8%;
  }

  .slider_img {
    width: 90%;
    height: 80%;
    margin-left: 10%;
    background-color: #fff;
  }

  .slider_text_back {
    bottom: 19%;
  }

  .slider_wrap h1 {
    font-size: 3.5rem;
    margin-bottom: 1.2rem;
  }

  .home_font .js_show_item {
    margin-bottom: .2rem;
  }

  /*----------------------------
	top contents
	----------------------------*/
  /*CONCEPT*/
  .concept_sec .title {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }

  .concept_sec .text {
    line-height: 1.8125rem;
    margin-top: .5rem;
  }

  .back_img {
    padding-top: 0;
  }

  /*CLIENTS*/
  .clients_sec .clients_sec_logos {
    width: 100%;
    margin: 0 0 2.25rem;
  }

  .clients_sec .clients_sec_logos li {
    width: 49.1329479769%;
    height: 66px;
    margin: 0 auto .375rem 0;
  }

  .clients_sec .clients_sec_logos li:nth-child(3n) {
    margin-right: auto;
  }

  .clients_sec .clients_sec_logos li:nth-child(2n) {
    margin-right: 0;
  }

  .clients_sec_list {
    width: 100%;
    margin: 0 auto;
    line-height: 1.4rem;
    letter-spacing: 0;
  }

  /*AWS*/
  
  .aws_sec .history{
    flex-direction: column;
    align-items: start;
    padding: 0;
  }
  
  .aws_sec .history .date{
    width: auto;
  }
  
  .aws_sec .history .text{
    width: auto;
    font-size: .875rem;
    line-height: 1.4375rem;
    letter-spacing: .025rem;
  }
  
  .aws_sec ul {
    width: 100%;
    display: block;
  }

  .aws_sec li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2.5rem auto !important;
  }

  .aws_sec li .text {
    padding: 0;
  }

  .aws_sec li .box {
    margin-bottom: -1.125rem;
  }

  .identity_number {
    font-size: 7.5rem;
  }

  .aws_sec li .box span {
    text-align: left;
  }

  .aws_sec li .box_title {
    top: 34%;
    left: 40%;
    transform: translateY(-40%);
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-top: 0;
    text-align: left;
  }

  .aws_sec li .box_title_en {
    top: 60%;
    font-size: 0.8rem;
    left: 66%;
    width: 50%;
  }

  .simpleblogcard_wrap {
    margin: 3rem 0;
  }

  .simpleblogcard_wrap a{
    flex-direction: column;
  }

  .simpleblogcard_img{
    width: 100%;
  }

  /*IDENTITY*/
  .identity_sec ul {
    width: 100%;
    display: block;
  }

  .identity_sec li {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 2.5rem auto !important;
  }

  .identity_sec .box {
    margin-bottom: -1.125rem;
  }

  .identity_number {
    font-size: 7.5rem;
  }

  .identity_sec .box span {
    text-align: left;
  }

  .identity_sec .title {
    top: 34%;
    transform: translateY(-40%);
    font-size: 1.25rem;
    line-height: 1.875rem;
    padding-top: 0;
  }

  .identity_sec .title_en {
    top: 60%;
    font-size: 0.8rem;
    left: 76%;
    width: 50%;
  }

  /*VIEW MORE*/
  .blk_btn {
    font-size: 1rem;
    padding: 1rem 5rem;
  }

  .blk_btn span::before {
    right: -57px;
  }

  /*news*/
  .news_sec li {
    padding: 1.4rem 0 1.4rem;
  }

  .news_sec a:not(.blk_btn) {
    flex-direction: column;
  }

  .top_news_list_left {
    align-items: center;
  }

  .date_tag_wrap .date {
    font-size: 1.0625rem;
    line-height: 1.25rem;
    letter-spacing: .035625rem;
  }

  .date_tag_wrap .tag,
  .news_tag {
    margin-left: .625rem;
    padding: .2rem 0.8rem .1rem 1.125rem;
    font-size: .75rem;
  }

  .the_title {
    width: auto;
    font-size: 1rem;
    margin: 0;
    padding-top: .625rem;
  }

  .prev::before,
  .next:after {
    width: 7px;
    height: 7px;
    top: 2px;
    left: -12px;
  }

  .next:after {
    top: 2px;
    left: 58px;
  }

  /*----------------------------
	about
	----------------------------*/
  .concept_box {
    margin-top: 5.625rem;
  }

  .breadcrumb_wrap {
    margin-bottom: 1.25rem;
  }

  .breadcrumb li:last-of-type {
    overflow-x: scroll;
    white-space: nowrap;
  }

  .concept_box .concept_sec {
    margin-top: 0;
  }

  .language {
    text-align: left;
  }

  /*OFFICE*/
  .address_wrap {
    flex-direction: column;
    padding: 1.875rem 0 0;
  }

  .address_wrap div {
    width: 100%;
    margin-bottom: 3rem;
  }

  .address_wrap div:last-child {
    margin-bottom: 0;
  }

  /*AWS*/
  .aws_wrap p.lead {
    text-align: justify;
  }

  /*OUTLINE*/
  .company_info {
    padding-top: 0;
  }

  .company_info li {
    flex-direction: column;
    padding: 1.25rem 0;
  }

  .company_info .label,
  .company_info .field {
    width: 100%;
  }

  /*HISTORY*/
  .history_wrap {
    padding-top: 1.25rem;
    width: auto;
  }

  .history_wrap li {
    flex-direction: column;
    align-items: start;
  }

  .history_wrap .text {
    width: 100%;
    font-size: .875rem;
    line-height: 1.4375rem;
    letter-spacing: .025rem;
  }

  .associate_list_box {
    margin-bottom: 120px;
  }

  .associate_list_box img,
  .associate_list_box:nth-of-type(2n) img,
  .associate_list_box:nth-of-type(2n) address {
    float: none;
  }

  .associate_list_box address {
    width: 100%;
    color: #000;
    padding: 1rem 5%;
    position: static;
  }

  .associate_list_box address .corp_tel {
    margin-bottom: 3em;
  }

  .associate_info a.double_btn {
    color: #000;
    line-height: 1.5;
    background: rgba(0, 0, 0, .25);
  }

  /*----------------------------
	recruit
	----------------------------*/
  .welfare_box {
    width: 47.5%;
    margin-right: 5%;
  }

  .bg_none_box_flex {
    width: 98%;
    justify-content: center;
    gap: 0;
  }

  .welfare_box.welfare_box-half {
    margin-right: 0;
    width: calc(98% / 2);
  }

  .welfare_box.welfare_box-half:nth-child(odd) {
    padding: 0 2.5% 0 0;
  }

  .welfare_box.welfare_box-half:nth-child(even) {
    padding: 0 0 0 2.5%;
  }


  .welfare_box:nth-child(2n) {
    margin-right: 0;
  }

  .welfare_box p {
    font-size: 1rem;
  }

  .staff_data ul li {
    width: 100% !important;
    height: auto !important;
    float: none !important;
  }

  #piechart {
    margin-bottom: 3rem !important;
  }

  .wantedly_list_box iframe {
    width: 100%;
    margin: 0 auto 2em;
  }

  .recruit_form .wpcf7 .wpcf7-form-control-wrap .wpcf7-radio {
    flex-direction: column;
  }

  .bg_white_t_left .wpcf7-form input[type="radio"] {
    border: 1px solid #ddd;
    border-radius: 50%;
  }

  .bg_white_t_left .wpcf7-form input[type="radio"] {
    width: 15px !important;
    height: 15px !important;
  }

  .bg_white_t_left span.wpcf7-list-item {
    font-size: 1rem;
    margin-bottom: 5px;
  }

  /*----------------------------
	contact
	----------------------------*/
  .form_bg_white p:last-of-type input {
    width: 100%;
    max-width: 450px;
    margin-left: 0;
  }

  span.wpcf7-not-valid-tip {
    text-align: left;
  }

  /*----------------------------
	footer
	----------------------------*/
  .contact_recruit_wrap {
    flex-direction: column;
  }

  .contact_recruit_wrap .box {
    width: 100%;
  }

  .contact_recruit_wrap .box:first-child {
    margin-bottom: 5rem;
  }

  .contact_recruit_wrap h2 {
    font-size: 2.4rem;
    letter-spacing: .2rem;
  }

  .section_subtitle {
    font-size: .6875rem;
    margin-bottom: 5rem;
    letter-spacing: .05rem;
  }

  .sec_deco::before {
    top: 45px;
  }

  .sec_deco:after {
    top: 37px;
  }

  .contact_recruit_wrap p {
    width: 72.4637681159%;
    text-align: justify;
  }

  .contact_recruit_wrap .blk_btn {
    font-size: .9375rem;
    min-width: 264px;
  }

  .footer_size {
    width: 85.5072463768%;
  }

  .footer_wrap {
    flex-direction: column;
    padding: 2.5rem 0 0;
  }

  .footer_box {
    margin-bottom: 3.125rem;
    width: 100%;
  }

  .bold_deco {
    font-size: 1.375rem;
    line-height: 1.625rem;
    margin-bottom: 2.1875rem;
  }

  .bold_deco:after {
    top: 45px;
  }

  .corp_name {
    line-height: 1.5rem;
    margin-bottom: .625rem;
  }

  .footer_box .corp_tel {
    margin-bottom: 1.25rem;
  }

  .footermenu {
    margin-bottom: -1.5625rem;
  }

  .footerend {
    flex-direction: column-reverse;
    align-items: baseline;
    padding: 0 0 .625rem;
  }

  .sns_link {
    margin-bottom: 1.5625rem;
  }

  .sns_link_a {
    display: block;
    margin: 0 0 1.5625rem;
  }

  .footerend p {
    font-size: .6875rem;
    line-height: 1.3125rem;
  }

  /*------------------------------------
	archive
	------------------------------------*/
  .archive_box {
    padding: 0;
    margin: 5.625rem auto 4rem;
  }

  .archive_page {
    margin-bottom: 5rem;
  }

  .archive_title {
    margin: 0 0 .4em 0;
    font-size: 4.5rem;
    text-align: center;
  }

  .archive_list dd {
    font-size: .79rem;
  }

  .pagination {
    padding-top: 2.5rem;
  }

  .pagination li {
    float: none;
    padding: 0;
  }

  .archive_list a {
    display: block;
    margin: 0;
  }

  .archive_li_right {
    width: 100%;
    display: block;
    padding: 4px 0 0 0;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .archive_li_left {
    width: 100%;
    max-width: 100%;
  }

  .archive_li_date {
    width: auto;
    font-size: 1.0625rem;
    font-weight: bold;
  }

  .archive_box .news_tag {
    margin-left: .625rem;
    font-weight: 300;
  }

  /*----------------------------------
	news
	----------------------------------*/
  .news_page {
    margin-bottom: 5rem;
  }

  .news_box {
    margin: 5.625rem auto 3rem;
  }

  .news_box .bg_white_t_left {
    padding: 1.25rem 1rem 2.5rem;
  }

  .news_sec ul:not(.pagination) {
    margin-bottom: 2rem;
    width: 100%;
  }

  .news_title {
    font-size: 1.375rem;
    line-height: 1.875rem;
    letter-spacing: .040625rem;
  }

  .news_contents {
    float: none;
    width: 100%;
    line-height: 1.9;
  }

  .news_contents img {
    width: 100%;
    height: auto;
  }

  .news_contents .wantedly_list_box {
    padding-top: 2rem;
  }

  .prev_next_box {
    margin-right: 1rem;
  }

  .page_change_button a:last-child {
    margin-left: 1rem;
  }

  .page_change_button .back_to_news {
    margin-left: 3.5rem;
    padding: .3125rem;
  }

  .back_to_news {
    display: table;
    width: 50%;
  }

  .list_bg_white {
    padding: 2.4rem 2.77rem;
  }

  .top_news_title {
    margin: 0;
  }

  .top_news_list dd {
    font-size: .9rem;
  }

  .page_change_button .double_btn:after {
    background-size: 58px auto;
    top: 15%;
    right: 112%;
  }

  /*-------------------------------
	vision
  --------------------------------*/
  .vision_headline {
    margin-top: 70px;
  }

  .fun_by_tech {
    width: 80%;
  }

  .tag_cloud {
    margin: 40px auto 0;
  }

  /*-------------------------------
	works
  --------------------------------*/
  .works_box li {
    padding: 0 1rem;
  }

  .works_box .welfare_box {
    width: 100%;
    margin: 0;
  }

  .works_box .welfare_box:nth-child(3n) {
    margin: 0;
  }

  .works_box .welfare_box:nth-child(2n) {
    margin: 0;
  }

  .works_box img {
    margin-bottom: 1rem;
  }

  .single_works_box {
    margin-bottom: 4rem;
    margin-top: 5rem;
  }

  .production_range {
    margin-bottom: 2.5rem;
  }

  .works_title {
    font-size: 1.2rem;
  }

  .work_text {
    font-size: .76rem;
  }

  .works_img_2 .welfare_box {
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .works_img_2 .welfare_box:first-child {
    padding-right: 0;
  }

  .works_img_2 .welfare_box:last-child {
    padding-left: 0;
    margin-top: 2.5rem;
    margin-bottom: 0;
  }

  .works_img_3 .welfare_box {
    width: 30%;
    padding: 0;
    margin-right: 5%;
  }

  .works_img_4 .welfare_box {
    width: 48%;
    margin: 0;
  }

  .works_img_4 .welfare_box:nth-child(odd) {
    margin-right: 4%;
  }

  .works_img_4 .welfare_box:nth-child(1),
  .works_img_4 .welfare_box:nth-child(2) {
    margin-bottom: 2.5rem;
  }

  .works_repletion {
    padding-top: 1.125rem;
  }

  .aws_wrap .aws_logo_box {
    gap: 0 5px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .aws_logo_img {
    width: calc((100% - 10px) / 3);
  }
}

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

  body,
  .headertop p {
    font-size: 12px;
  }

  .headline01 h1,
  .join_us {
    font-size: 4.5rem;
  }

  dl.dl_bg_white dd {
    font-size: 1rem;
  }

  .c_white .menuOpen span {
    background: #fff;
  }

  .slider_wrap h1 {
    font-size: 3rem;
    margin-bottom: .5rem;
  }

  .slider_front_box {
    height: 100%;
    overflow: auto;
  }

  .installation_breakdown {
    top: 85%;
    font-size: .88rem;
    padding-right: .6rem;
  }

  .slider_content {
    margin-top: 0;
  }

  .associate_list_box img,
  .associate_list_box address .corp_name {
    margin: 0;
  }

  .associate_info a.double_btn {
    width: 70%;
    margin-right: 15%;
  }

  .welfare_box {
    padding: 0;
  }

  .top_content.contact_top_ma {
    margin-top: 6rem;
  }

  .news_tag {
    font-size: .875rem;
  }

  /*-------------------------------
	news view more
	--------------------------------*/
  .news_view_more .double_btn {
    font-size: 1rem;
    padding: .8rem 3rem .8rem 1rem;
  }

  .news_view_more .double_btn:after {
    top: 45%;
    width: 30px;
    height: 30px;
    background-size: 40px 40px;
  }

  /*-------------------------------
	works
  --------------------------------*/
  .works_box li {
    padding: 0;
  }

  .works_main_img,
  .works_sub_img_wrap,
  .works_title,
  .works_text {
    margin-bottom: 1.125rem;
  }

  .works_title {
    font-size: 1rem;
  }

  .works_sub_img_wrap .welfare_box {
    width: 100%;
    margin: 0 0 1.125rem 0;
  }

  .works_img_2 .welfare_box:last-child {
    margin-top: 0;
  }

  .works_img_3 .welfare_box:last-child {
    margin-top: 0;
  }

  .works_img_4 .welfare_box:last-child {
    margin-bottom: 0;
  }

  .works_img_4 .welfare_box:nth-child(1),
  .works_img_4 .welfare_box:nth-child(2) {
    margin-bottom: 1.125rem;
  }

  .production_range span {
    font-size: .6rem;
    padding: .3rem .5rem;
    margin: .2rem .1rem;
  }

  .app_dl_button {
    float: none;
    display: block;
    margin: 0 0 2%;
  }
}

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

  body,
  .headertop p,
  .solution_details p {
    font-size: .65rem;
  }

  .headline01 h1 {
    font-size: 3.5rem;
    margin-bottom: .5em;
  }

  dl.dl_bg_white dd,
  .welfare_box p {
    font-size: .88rem;
  }

  dl.dl_bg_white dt,
  dl.col_2 dt .associate_list_box address,
  .welfare_box span {
    font-size: .72rem;
  }

  .menu-trigger.menuOpen+.hbg_menu_list a,
  .menu-trigger.menuClose+.hbg_menu_list a {
    font-size: 2rem;
    margin-bottom: 0;
  }

  .slider_front_box {
    height: 95%;
  }

  .slider_wrap h1 {
    font-size: 1.8rem;
  }

  .installation_breakdown,
  .solution_title {
    font-size: inherit;
  }

  .solution .bg_white_t_left {
    padding: 3.5em .975rem;
  }

  .welfare_box img {
    width: 90%;
  }

  .footerbutton {
    padding: 6% 0 3.5%;
  }

  .archive_title {
    margin: 0 0 .4em 0;
    font-size: 3.5rem;
    text-align: center;
  }

  .archive_box {
    margin: 8rem auto 4rem;
  }

  .archive_list dd {
    font-size: .65rem;
  }

  .news_page .news_time {
    line-height: 2.3;
  }

  .pagination li {
    width: 2rem;
  }

  .border_bottom_buttom {
    padding: .33rem .39rem;
  }

  .page_change_button .back_to_news {
    padding: .35rem .455rem;
  }

  .production_range {
    margin-bottom: 2rem;
  }

  .works_box img {
    width: 100%;
  }

  .works_title {
    font-size: .88rem;
  }

  .works_img_2 img {
    width: 100%;
  }
}