@charset "UTF-8";
/*=============================
 コーポレートサイト 基本scss
 命名規則はなんとなくですが、
 scssで宣言しやすいクラス等で
 命名を行ってください。
 ※urlを指定するものに関しては
  開発用urlと本番用urlで分ける必要があります。
=============================*/
#content {
  background: #f6f6f6;
  padding: 5% 0 5vw 0;
  margin: 0 auto;
  max-width: 1200px;
}

/*=============================
 products
=============================*/
.products #content {
  padding: 0 0 144px 0;
  margin: 0;
  max-width: initial;
}
.products_content {
  position: relative;
  max-width: 90%;
  margin: 0 0 0 auto;
  padding: 150px 3% 3%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 50px -9px rgba(92, 84, 33, 0.2);
  border-radius: 10px 0 0 10px;
}
.products_content_title {
  position: absolute;
  top: -40px;
}
.products_content_title h1 {
  font-size: 6rem;
  margin: 0;
  padding: 0;
}
.products_content_title h2 {
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 1.2rem;
  letter-spacing: 2px;
  font-weight: bold;
}
.products_content_copy {
  position: absolute;
  top: 0;
  left: -5.5vw;
  writing-mode: vertical-rl;
  border-top: 2px #282828 solid;
  border-bottom: 2px #282828 solid;
  padding: 30px 0;
}
.products_content_internal_type_1, .products_content_internal_type_2 {
  position: relative;
  max-width: 1400px;
}
.products_content_internal_type_1 {
  margin: 0 auto;
}
.products_content_internal_type_1_img {
  text-align: right;
}
.products_content_internal_type_1_img img {
  padding-top: 24px;
  width: 90%;
}
.products_content_internal_type_1_text {
  position: absolute;
  top: 0;
  left: 1vw;
  background: rgba(213, 213, 213, 0.4);
  padding: 50px 25px;
}
.products_content_internal_type_1_text h3 {
  font-size: 40px;
}
.products_content_internal_type_1_text h3 span {
  display: block;
  font-size: 1rem;
  margin: 0 0 32px 0;
}
.products_content_internal_type_1_text p {
  font-size: 0.9rem;
}
.products_content_internal_type_2 {
  margin: 102px auto;
  text-align: right;
}
.products_content_internal_type_2_img img {
  display: block;
  width: 90%;
  margin: 0 auto 0 0;
  padding-top: 24px;
}
.products_content_internal_type_2_text {
  position: absolute;
  top: 0;
  right: 1vw;
  background: rgba(213, 213, 213, 0.4);
  padding: 50px 25px;
  text-align: left;
}
.products_content_internal_type_2_text h3 {
  font-size: 40px;
}
.products_content_internal_type_2_text h3 span {
  display: block;
  font-size: 1rem;
  margin: 0 0 32px 0;
}
.products_content_internal_type_2_text p {
  font-size: 0.9rem;
}
.products_content_button {
  position: absolute;
  bottom: -50px;
  right: 70px;
  height: 100px;
  width: 70px;
  text-align: center;
}
.products_content_button a {
  display: block;
  color: #FFF;
  background: #282828;
  transition: all 0.5s;
  padding: 100% 0 10% 0;
}
.products_content_button a span::before, .products_content_button a span::after {
  content: "";
  position: absolute;
  top: 37px;
  left: 18px;
  vertical-align: middle;
}
.products_content_button a span::before {
  right: 0;
  width: 35px;
  height: 2px;
  background: #FFF;
  transform: rotate(90deg);
}
.products_content_button a span::after {
  top: 20px;
  left: 30px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
}
.products_content_button a:hover {
  background: #FFF;
  color: #282828;
}
.products_content_button a:hover span::before {
  background: #282828;
}
.products_content_button a:hover span::after {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
}

/*=============================
 shop
=============================*/
.shop {
  background-image: url(/img/top/pararax/Cafe_1.png);
  background-attachment: fixed;
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
}
.shop_inner {
  margin-bottom: 5%;
}
.shop_inner h3 {
  font-size: 1.8vw;
  font-weight: bold;
  margin-bottom: 5px;
}
.shop_inner h4 {
  font-weight: normal;
  margin-bottom: 1%;
}
.shop_inner .webshop ul,
.shop_inner .mall ul {
  display: flex;
  flex-wrap: wrap;
}
.shop_inner .webshop ul li,
.shop_inner .mall ul li {
  width: 19%;
  border: solid 1px #D5D5D5;
}
.shop_inner .webshop ul li a,
.shop_inner .mall ul li a {
  display: block;
  background: #FFF;
}
.shop_inner .webshop ul li a img,
.shop_inner .mall ul li a img {
  width: 100%;
  border-bottom: solid 1px #D5D5D5;
}
.shop_inner .webshop ul li a p,
.shop_inner .mall ul li a p {
  text-align: center;
  padding: 15px 0 20px 0px;
}
.shop_inner .webshop ul li:nth-child(1),
.shop_inner .webshop ul li:nth-child(3),
.shop_inner .webshop ul li:nth-child(5),
.shop_inner .webshop ul li:nth-child(6),
.shop_inner .webshop ul li:nth-child(8),
.shop_inner .mall ul li:nth-child(1),
.shop_inner .mall ul li:nth-child(3),
.shop_inner .mall ul li:nth-child(5),
.shop_inner .mall ul li:nth-child(6),
.shop_inner .mall ul li:nth-child(8) {
  margin-bottom: 1%;
}
.shop_inner .webshop ul li:nth-child(2),
.shop_inner .webshop ul li:nth-child(4),
.shop_inner .mall ul li:nth-child(2),
.shop_inner .mall ul li:nth-child(4) {
  margin: 0 1% 1% 1%;
}
.shop_inner .webshop ul li:last-child,
.shop_inner .mall ul li:last-child {
  margin: 0 0 1% 1%;
}
.shop_inner .webshop {
  margin: 5% 0;
}
.shop_inner .webshop ul li:nth-child(7) {
  margin: 0 1% 1% 1%;
}
.shop_inner .cafe_info:nth-child(2) {
  margin: 0 4.5%;
}
.shop_inner .cafe_info {
  width: 33%;
  background: #FFF;
}
.shop_inner .cafe_info_inner {
  display: flex;
  justify-content: space-between;
  margin: 1.5% 0;
}
.shop_inner .cafe_info_inner_sns {
  display: flex;
}
.shop_inner .cafe_info_inner_sns li {
  width: 25%;
}
.shop_inner .cafe_info_inner_sns li a {
  display: block;
}
.shop_inner .edion {
  width: 67%;
  justify-content: space-between;
}
.shop_inner .cafe,
.shop_inner .edion {
  margin-top: 1%;
  display: flex;
}
.shop_inner .cafe img,
.shop_inner .edion img {
  width: 100%;
}

/*=============================
 sitepolicy
=============================*/
/*=============================
 concept
=============================*/
.concept_inner {
  display: flex;
  margin-top: 1.5vw;
}
.concept_inner_top {
  width: 35%;
}
.concept_inner_top h2 {
  font-size: 60px;
  letter-spacing: 5px;
  margin-bottom: 25%;
}
.concept_inner_top_top {
  margin-bottom: 10%;
}
.concept_inner_top div {
  font-size: 15px;
  font-weight: normal;
}
.concept_inner_bottom {
  width: 65%;
}
.concept_inner_bottom img {
  width: 100%;
}

/*=============================
 company
=============================*/
.company_introduction {
  text-align: center;
}
.company_introduction h2 {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 0.8%;
}
.company_introduction p {
  font-size: 14px;
}
.company_introduction .youtube {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 44.25%;
  background-image: url(/img/sub/company/bg.png);
  background-position: 100% 50%;
  background-size: 60%;
  background-repeat: no-repeat;
}
.company_introduction .youtube iframe {
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  width: 60%;
  height: 75%;
  border: none;
}
.company_other_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.company_other_links ul li {
  width: 23%;
  margin-right: 2%;
  margin-bottom: 6%;
}
.company_other_links ul li a h5 {
  position: relative;
  margin: 3% 5% 3% 20%;
  color: #db3524;
  font-size: 15px;
  font-weight: normal;
}
.company_other_links ul li:nth-child(4),
.company_other_links ul li:nth-child(6) {
  margin: 0;
}

/*=============================
 team
=============================*/
.team #content {
  padding: 150px 0 144px 0;
  margin: 0;
  max-width: initial;
}
.team_content {
  position: relative;
  max-width: 90%;
  margin: 0 0 0 auto;
  padding: 150px 3% 3%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 0px 50px -9px rgba(92, 84, 33, 0.2);
  border-radius: 10px 0 0 10px;
}
.team_content_title {
  position: absolute;
  top: -60px;
}
.team_content_title h1 {
  font-size: 6rem;
  margin: 0;
  padding: 0;
}
.team_content_title p {
  margin: 0px;
  padding: 0px;
  line-height: 0;
  font-size: 1.2rem;
  letter-spacing: 4px;
  font-weight: bold;
}
.team_content_copy {
  position: absolute;
  top: 0;
  left: -3.5vw;
  writing-mode: vertical-rl;
  padding: 5px 0;
  font-size: 0.6rem;
  letter-spacing: 2px;
}
.team_content_internal {
  max-width: 1400px;
  margin: 0 auto;
}
.team_content_internal ul {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
}
.team_content_internal ul li {
  width: 20%;
}
.team_content_internal ul li.team_content_internal_deps {
  height: 300px;
  padding: 70px 25px;
  background: rgba(213, 213, 213, 0.4);
}
.team_content_internal ul li.team_content_internal_deps div {
  margin: auto 0;
}
.team_content_internal ul li.team_content_internal_deps div h5 {
  font-size: 2.5vw;
}
.team_content_internal ul li.team_content_internal_deps div p {
  font-size: 1vw;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content {
  display: block;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content img {
  height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content div {
  padding: 15px;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content div h4 {
  font-size: 1.5rem;
  line-height: 1.2;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content div h4 span {
  display: block;
  font-size: 0.9rem;
}
.team_content_internal ul li.team_content_internal_member .team_content_internal_member_content div p {
  font-size: 0.9rem;
  margin-top: 5px;
}
.team_content_button {
  position: absolute;
  bottom: -50px;
  right: 70px;
  height: 100px;
  width: 70px;
  text-align: center;
}
.team_content_button a {
  display: block;
  color: #FFF;
  background: #282828;
  transition: all 0.5s;
  padding: 100% 0 10% 0;
}
.team_content_button a span::before, .team_content_button a span::after {
  content: "";
  position: absolute;
  top: 37px;
  left: 18px;
  vertical-align: middle;
}
.team_content_button a span::before {
  right: 0;
  width: 35px;
  height: 2px;
  background: #FFF;
  transform: rotate(90deg);
}
.team_content_button a span::after {
  top: 20px;
  left: 30px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(-45deg);
}
.team_content_button a:hover {
  background: #FFF;
  color: #282828;
}
.team_content_button a:hover span::before {
  background: #282828;
}
.team_content_button a:hover span::after {
  border-top: 2px solid #282828;
  border-right: 2px solid #282828;
}
.team_content_internal_member_modal {
  padding: 15px;
  display: flex;
  justify-content: space-between;
  margin: auto 0;
}
.team_content_internal_member_modal img {
  width: 35%;
}
.team_content_internal_member_modal div {
  width: 55%;
  height: 100%;
  margin: auto 0;
}
.team_content_internal_member_modal div h3 {
  font-size: 2rem;
}
.team_content_internal_member_modal div p {
  font-size: 1rem;
}

@font-face {
  font-family: "recruit_font";
  src: url(/font/Quentin.otf);
}
/*=============================
 recruit
 このページは幅を個別に設定しています。
=============================*/
.recruit {
  /**********
  * 各コンテンツの境目となる箇所に画像を挿入することで
  * ペンキ感を表現する
  **********/
}
.recruit #content {
  background: initial;
  padding: 0;
  max-width: initial;
}
.recruit_mainvisual {
  position: relative;
  width: 100%;
  height: 75vh;
}
.recruit_mainvisual h1 {
  font-family: "recruit_font";
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  text-align: center;
  font-size: 100px;
  font-weight: normal;
  line-height: 1;
  width: 100%;
}
.recruit_mainvisual h1 .pc_only {
  width: 50%;
}
.recruit_mainvisual h1 span {
  font-size: 1.5vw;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_mainvisual #video-area {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  /* マスク */
}
.recruit_mainvisual #video-area #video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
.recruit_mainvisual #video-area::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  text-align: center;
}
.recruit_mainvisual a {
  position: absolute;
  top: 90%;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  border: 1px solid #FFF;
  border-radius: 100px;
  padding: 7px 15px;
  font-size: 12px;
}
.recruit_mainvisual a div {
  position: relative;
  font-size: 12px;
}
.recruit_mainvisual a div span::before, .recruit_mainvisual a div span::after {
  content: "";
  position: absolute;
  top: 31px;
  left: 31px;
  vertical-align: middle;
}
.recruit_mainvisual a div span::before {
  right: 0;
  width: 25px;
  height: 2px;
  background: #FFF;
  transform: rotate(90deg);
}
.recruit_mainvisual a div span::after {
  top: 34px;
  left: 38px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(135deg);
}
.recruit_vision {
  background: #57B0C0;
  display: flex;
  width: 100%;
  padding: 7% 6% 12% 6%;
  overflow: hidden;
  position: relative;
}
.recruit_vision_left {
  width: 40%;
  position: relative;
  z-index: 1;
}
.recruit_vision_left h4 {
  position: absolute;
  top: 11%;
  right: 5%;
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
  line-height: 0.8;
}
.recruit_vision_left h4 img {
  width: 100%;
}
.recruit_vision_left h4 span {
  font-size: 23px;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_vision_right {
  width: 60%;
  z-index: 1;
}
.recruit_vision_right p {
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 1.5px;
  padding: 100px 50% 100px 9%;
  margin-right: -35%;
}
.recruit_vision .item_img_1 {
  position: absolute;
  top: 5%;
  left: -5%;
  width: 50%;
  z-index: 0;
}
.recruit_vision .item_img_2 {
  position: absolute;
  bottom: 0%;
  right: -3%;
  width: 30%;
  z-index: 0;
}
.recruit_vision .item_img_3 {
  position: absolute;
  top: 0.5vw;
  left: 30vw;
  width: 200px;
  z-index: 0;
}
.recruit_vision .item_img_4 {
  position: absolute;
  bottom: 175px;
  left: 18vw;
  width: 20vw;
  z-index: 1;
}
.recruit_vision .item_img_5 {
  position: absolute;
  bottom: 1vw;
  left: 12vw;
  width: 4vw;
  z-index: 1;
}
.recruit_vision .item_img_6 {
  position: absolute;
  top: 4vw;
  right: 45vw;
  width: 5vw;
  z-index: 1;
}
.recruit_member {
  text-align: center;
  background-color: #F2F4ED;
  width: 100%;
  padding: 6% 6% 12% 6%;
  position: relative;
  overflow: hidden;
}
.recruit_member_top {
  position: sticky;
  z-index: 1;
}
.recruit_member_top h4 {
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
  line-height: 0.8;
}
.recruit_member_top h4 img {
  width: 30%;
}
.recruit_member_top h4 span {
  font-size: 23px;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_member_bottom {
  padding: 2% 10%;
  position: sticky;
  z-index: 1;
}
.recruit_member_bottom ul {
  z-index: 1;
}
.recruit_member_bottom ul li a {
  position: relative;
  display: block;
  height: 100%;
  padding: 0 7%;
}
.recruit_member_bottom ul li a img {
  width: 100%;
  z-index: -1;
  position: sticky;
  padding-top: 15px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_deps {
  text-align: left;
  background-color: #FFF;
  padding: 5%;
  width: 14vw;
  border: 1px #FFF solid;
  border-radius: 10px;
  margin-top: -10%;
}
.recruit_member_bottom ul li a .recruit_member_bottom_deps span {
  font-size: 10px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_deps h5 {
  font-size: 16px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more {
  position: absolute;
  bottom: 0;
  right: 120px;
  border: 1px #000 solid;
  border-radius: 100px;
  padding: 3px 25px 3px 25px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: #0d202d;
  transition: 0.5s;
  border-radius: 50px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more p {
  position: relative;
  text-align: end;
  height: 27px;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more p::before, .recruit_member_bottom ul li a .recruit_member_bottom_more p::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50px;
  vertical-align: middle;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more p::before {
  right: 0;
  width: 35px;
  height: 2px;
  background: #000;
}
.recruit_member_bottom ul li a .recruit_member_bottom_more p::after {
  top: 8px;
  left: 75px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.recruit_member_bottom ul li a:hover img {
  transform: translateY(-15px);
}
.recruit_member_bottom ul li a:hover .recruit_member_bottom_more::before {
  width: 100%;
}
.recruit_member_bottom ul li a:hover .recruit_member_bottom_more p {
  color: #FFF;
}
.recruit_member_bottom .slide-arrow {
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
}
.recruit_member_bottom .prev-arrow {
  left: -30px;
  width: 30px;
  height: 30px;
  border-bottom: 4px solid #000;
  border-left: 4px solid #000;
  transform: rotate(45deg);
  border-radius: 3px;
}
.recruit_member_bottom .next-arrow {
  right: -30px;
  width: 30px;
  height: 30px;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: rotate(45deg);
  border-radius: 3px;
}
.recruit_member_bottom button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.recruit_member .item_img_1 {
  position: absolute;
  top: 0%;
  right: -7%;
  width: 43%;
  z-index: 0;
}
.recruit_member .item_img_2 {
  position: absolute;
  top: 0;
  right: 1%;
  width: 18%;
  z-index: 0;
}
.recruit_member .item_img_3 {
  position: absolute;
  top: 10vw;
  left: -2vw;
  width: 10%;
  z-index: 0;
}
.recruit_culture {
  background: #ffffff;
  display: flex;
  width: 100%;
  padding: 6% 6% 12% 6%;
  overflow: hidden;
  position: relative;
}
.recruit_culture_left {
  width: 40%;
  position: relative;
  z-index: 1;
}
.recruit_culture_left h4 {
  position: absolute;
  top: 11%;
  right: 5%;
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
  line-height: 0.8;
}
.recruit_culture_left h4 img {
  width: 100%;
}
.recruit_culture_left h4 span {
  font-size: 23px;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_culture_right {
  width: 60%;
  margin-top: 10%;
  position: sticky;
  z-index: 1;
}
.recruit_culture_right_link {
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 50px;
  background-color: #ea7a6d;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 1.5px;
  padding: 50px 60% 50px 10%;
  margin-right: -55%;
}
.recruit_culture_right_link a {
  position: relative;
  display: block;
}
.recruit_culture_right_link a img {
  width: 100%;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail {
  padding: 5%;
  background-color: #FFF;
  border: 1px rgba(0, 0, 0, 0) solid;
  border-radius: 20px;
  margin-top: -10%;
  position: sticky;
  z-index: 1;
  width: 80%;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail h5 {
  font-size: 20px;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more {
  position: absolute;
  top: 35%;
  right: -33px;
  border: 1px #000 solid;
  border-radius: 50px;
  padding: 3px 30px 3px 30px;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: #3aa8b6;
  z-index: -1;
  transition: 0.5s;
  border-radius: 50px;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p {
  position: relative;
  font-size: 12px;
  width: 100%;
  height: 100%;
  color: #000;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span {
  position: relative;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::before, .recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::after {
  content: "";
  position: absolute;
  top: 11px;
  left: 15px;
  vertical-align: middle;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::before {
  right: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::after {
  top: 7px;
  left: 35px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.recruit_culture_right_link a:hover img {
  transform: translateY(-15px);
}
.recruit_culture_right_link a:hover .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more::before {
  width: 100%;
}
.recruit_culture_right_link a:hover .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p {
  color: #FFF;
}
.recruit_culture .item_img_1 {
  position: absolute;
  top: 25%;
  left: -7%;
  width: 50%;
  z-index: 0;
}
.recruit_culture .item_img_2 {
  position: absolute;
  top: 58%;
  left: 22%;
  width: 10%;
  z-index: 1;
}
.recruit_culture .item_img_3 {
  position: absolute;
  bottom: 0;
  left: 13%;
  width: 5%;
  z-index: 0;
}
.recruit_culture .item_img_4 {
  position: absolute;
  bottom: 9%;
  right: 1%;
  width: 10%;
  z-index: 0;
}
.recruit_boss {
  background: #D8D95C;
  width: 100%;
  overflow: hidden;
  padding: 6% 6% 12% 6%;
  position: relative;
  z-index: 0;
}
.recruit_boss_top {
  z-index: 1;
}
.recruit_boss_top h4 {
  text-align: center;
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
  line-height: 0.8;
}
.recruit_boss_top h4 img {
  width: 50%;
}
.recruit_boss_top h4 span {
  font-size: 23px;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_boss_bottom {
  z-index: 1;
  width: 100%;
  display: flex;
  margin-top: 3%;
}
.recruit_boss_bottom_photo {
  width: 40%;
  text-align: center;
  margin-top: -2vw;
}
.recruit_boss_bottom_photo img {
  width: 90%;
}
.recruit_boss_bottom_message {
  width: 60%;
}
.recruit_boss_bottom_message p {
  border: 1px rgba(255, 255, 255, 0) solid;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 1.5px;
  padding: 100px 50% 100px 9%;
  margin-right: -35%;
}
.recruit_boss .item_img_1 {
  position: absolute;
  bottom: 5%;
  left: -2%;
  width: 8%;
  z-index: 0;
}
.recruit_boss .item_img_2 {
  position: absolute;
  top: 8%;
  right: -10%;
  width: 52%;
  z-index: -1;
}
.recruit_boss .item_img_3 {
  position: absolute;
  bottom: 5%;
  right: -5%;
  width: 25%;
  z-index: 0;
}
.recruit_entry {
  background: #57B0C0;
  padding: 6% 6% 12% 6%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.recruit_entry_top h4 {
  text-align: center;
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
  line-height: 0.8;
}
.recruit_entry_top h4 img {
  width: 30%;
}
.recruit_entry_top h4 span {
  font-size: 23px;
  display: block;
  letter-spacing: 1.7px;
  margin-top: 1%;
}
.recruit_entry_bottom {
  margin-top: 3%;
}
.recruit_entry_bottom ul {
  display: flex;
  justify-content: center;
  width: 100%;
}
.recruit_entry_bottom ul li {
  width: 25%;
}
.recruit_entry_bottom ul li a {
  display: block;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail {
  background-color: #FFF;
  border: 1px rgba(0, 0, 0, 0) solid;
  border-radius: 10px;
  width: 250px;
  height: 100px;
  position: relative;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail h5 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  width: 100%;
  text-align: center;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more {
  position: absolute;
  top: 35%;
  right: -60px;
  border: 1px #000 solid;
  border-radius: 50px;
  padding: 0 25px 3px 25px;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  display: block;
  background: #0d202d;
  transition: 0.5s;
  border-radius: 50px;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more p {
  position: relative;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more p::before, .recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more p::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50px;
  vertical-align: middle;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more p::before {
  right: 0;
  width: 30px;
  height: 2px;
  background: #000;
}
.recruit_entry_bottom ul li a .recruit_entry_bottom_detail_more p::after {
  top: 8px;
  left: 69px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}
.recruit_entry_bottom ul li a:hover .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more::before {
  width: 100%;
}
.recruit_entry_bottom ul li a:hover .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more p {
  color: #FFF;
}
.recruit_entry_bottom ul li.off {
  opacity: 0.5;
}
.recruit_entry_bottom ul li.off a {
  pointer-events: none;
}
.recruit_entry_bottom ul li.off a .recruit_entry_bottom_detail_more {
  display: none;
}
.recruit_entry .item_img_1 {
  position: absolute;
  bottom: 2%;
  left: -11%;
  width: 42%;
  z-index: -1;
}
.recruit_entry .item_img_2 {
  position: absolute;
  bottom: 20%;
  right: -1%;
  width: 5%;
  z-index: -1;
}
.recruit_borderline_1 {
  position: relative;
  overflow: hidden;
  vertical-align: top;
}
.recruit_borderline_1 img:nth-child(1) {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.recruit_borderline_1 img:nth-child(2) {
  position: absolute;
  width: 7%;
  top: -1vw;
  left: 5vw;
}
.recruit_borderline_1 img:nth-child(3) {
  position: absolute;
  width: 20%;
  top: -2vw;
  right: -15vw;
}
.recruit_borderline_2 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #57B0C0;
}
.recruit_borderline_3 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F2F4ED;
}
.recruit_borderline_4 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.recruit_borderline_5 img {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #D8D95C;
}

/*=============================
 members
=============================*/
.members #content {
  padding: 0;
  padding-top: 0;
  max-width: initial;
  text-align: center;
  overflow: hidden;
}
.members_mainvisual {
  position: relative;
}
.members_mainvisual img {
  width: 100%;
  vertical-align: top;
}
.members_mainvisual div {
  position: absolute;
  top: 13vw;
  left: 13vw;
  text-align: left;
  color: #FFF;
}
.members_mainvisual div h1 {
  font-size: 50px;
}
.members_mainvisual div h4 {
  font-family: "recruit_font";
  font-size: 100px;
  font-weight: normal;
}
.members_mainvisual div h4 span {
  font-family: initial;
  font-size: 40px;
}
.members_questions {
  background-color: #f4f3ec;
  padding: 8% 0;
}
.members_questions_1, .members_questions_4, .members_questions_5, .members_questions_7, .members_questions_8 {
  margin-bottom: 5%;
  text-align: left;
  position: relative;
}
.members_questions_1 div, .members_questions_4 div, .members_questions_5 div, .members_questions_7 div, .members_questions_8 div {
  width: 60%;
  margin: 0 auto;
  padding: 3% 5%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
}
.members_questions_1 div h5, .members_questions_4 div h5, .members_questions_5 div h5, .members_questions_7 div h5, .members_questions_8 div h5 {
  font-size: 23px;
}
.members_questions_1 div p, .members_questions_4 div p, .members_questions_5 div p, .members_questions_7 div p, .members_questions_8 div p {
  font-size: 17px;
  margin-top: 3%;
}
.members_questions_2 {
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.members_questions_2_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.members_questions_2_flex_left {
  width: 60%;
  padding: 3% 5%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 21%;
  z-index: 1;
}
.members_questions_2_flex_left h5 {
  font-size: 23px;
}
.members_questions_2_flex_left p {
  font-size: 17px;
  margin-top: 3%;
}
.members_questions_2_flex_right {
  width: 40%;
  margin-left: -20%;
}
.members_questions_2_flex_right img {
  width: 100%;
}
.members_questions_3 {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 auto 5% auto;
}
.members_questions_3 div img {
  width: 100%;
}
.members_questions_3_left {
  width: 50%;
}
.members_questions_3_right {
  width: 40%;
  margin-top: 20%;
  margin-left: -10%;
  z-index: -1;
}
.members_questions_3_right img {
  width: 100%;
}
.members_questions_6 {
  position: relative;
  text-align: left;
  margin: 0 auto;
}
.members_questions_6_flex {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.members_questions_6_flex_right {
  width: 70%;
  padding: 3% 5%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 26%;
  margin-left: -20%;
  z-index: 1;
}
.members_questions_6_flex_right h5 {
  font-size: 23px;
}
.members_questions_6_flex_right p {
  font-size: 17px;
  margin-top: 3%;
}
.members_questions_6_flex_left {
  width: 40%;
}
.members_questions_6_flex_left img {
  width: 100%;
}
.members_questions_9 {
  position: relative;
  text-align: left;
  max-width: 1200px;
  margin: 0 auto;
}
.members_questions_9_top {
  position: sticky;
  z-index: -1;
}
.members_questions_9_top img {
  width: 100%;
}
.members_questions_9_bottom {
  padding: 3% 5%;
  letter-spacing: 1.2px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-top: 25%;
  z-index: 1;
  width: 70%;
  margin: -5% 0 0 auto;
}
.members_questions_9_bottom h5 {
  font-size: 23px;
}
.members_questions_9_bottom p {
  font-size: 17px;
  margin-top: 3%;
}
.members_questions_1 span {
  position: absolute;
  top: -3vw;
  left: 25vw;
}
.members_questions_1 span img {
  width: 70%;
}
.members_questions_1 .item_1 {
  position: absolute;
  top: -25%;
  left: -10%;
  width: 50%;
  z-index: -1;
}
.members_questions_1 .item_2 {
  position: absolute;
  bottom: -100%;
  left: 28%;
  width: 5%;
  z-index: -1;
}
.members_questions_1 .item_3 {
  position: absolute;
  bottom: -5%;
  right: 15vw;
  width: 12%;
  z-index: 0;
}
.members_questions_2 span {
  position: absolute;
  top: 17vw;
  left: 15vw;
  z-index: 2;
}
.members_questions_2 span img {
  width: 70%;
}
.members_questions_2 .item_1 {
  position: absolute;
  bottom: -80%;
  right: -20vw;
  width: 60%;
  z-index: -1;
}
.members_questions_4 span {
  position: absolute;
  top: -3vw;
  left: 25vw;
}
.members_questions_4 span img {
  width: 70%;
}
.members_questions_5 span {
  position: absolute;
  top: -3vw;
  left: 25vw;
}
.members_questions_5 span img {
  width: 70%;
}
.members_questions_5 .item_1 {
  position: absolute;
  bottom: -20vw;
  left: -10vw;
  width: 40%;
  z-index: -1;
}
.members_questions_5 .item_2 {
  position: absolute;
  bottom: -30vw;
  right: -10vw;
  width: 30%;
  z-index: -1;
}
.members_questions_5 .item_3 {
  position: absolute;
  bottom: -10vw;
  right: 10vw;
  width: 15%;
  z-index: -1;
}
.members_questions_6_flex_right {
  position: relative;
}
.members_questions_6_flex_right span {
  position: absolute;
  top: -15%;
  left: 5vw;
  z-index: 2;
}
.members_questions_6_flex_right span img {
  width: 70%;
}
.members_questions_6 .item_1 {
  position: absolute;
  bottom: -30vw;
  right: -25vw;
  width: 50%;
  z-index: -1;
}
.members_questions_6 .item_2 {
  position: absolute;
  bottom: -5vw;
  left: 8vw;
  width: 12%;
  z-index: -1;
}
.members_questions_7 span {
  position: absolute;
  top: -3vw;
  left: 25vw;
}
.members_questions_7 span img {
  width: 70%;
}
.members_questions_7 .item_1 {
  position: absolute;
  bottom: -40vw;
  left: -15vw;
  width: 45%;
  z-index: -1;
}
.members_questions_8 span {
  position: absolute;
  top: -3vw;
  left: 25vw;
}
.members_questions_8 span img {
  width: 70%;
}
.members_questions_9_bottom {
  position: relative;
}
.members_questions_9_bottom span {
  position: absolute;
  top: -20%;
  left: 8%;
}
.members_questions_9_bottom span img {
  width: 70%;
}
.members_questions_9 .item_1 {
  position: absolute;
  top: 30vw;
  right: -25vw;
  width: 45%;
  z-index: -1;
}
.members_movie {
  background-color: #f4f3ec;
  margin-bottom: 5%;
}
.members_message {
  background-color: #f4f3ec;
  padding-bottom: 5%;
}
.members_message_top {
  margin-bottom: 2%;
}
.members_message_bottom {
  display: flex;
  margin: 0 0 0 10%;
}
.members_message_bottom_left {
  width: 40%;
}
.members_message_bottom_left img {
  width: 60%;
  margin-right: -20%;
}
.members_message_bottom_right {
  text-align: left;
  width: 60%;
  padding: 7% 5% 0 5%;
  border-radius: 50px 0 0 50px;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
}
.members_message_bottom_right h5 {
  font-size: 1.5vw;
}
.members_message_bottom_right p {
  font-size: 17px;
  margin-top: 3%;
}
.members_message_bottom_right img {
  position: absolute;
  top: -7vw;
  right: 20vw;
  width: 20%;
}
.members .recruit_member {
  background-color: #FFF;
}
.members .color_sammy {
  color: #F18272;
}
.members .color_johnny {
  color: #56BAC6;
}
.members .color_mel {
  color: #E3E468;
}
.members .color_punch {
  color: #53BEA2;
}
.members .color_geoff {
  color: #D86CB1;
}

/*=============================
 about
=============================*/
.about #content,
.requirements #content {
  padding: 0;
  max-width: initial;
}
.about_main_visual,
.requirements_main_visual {
  position: relative;
}
.about_main_visual img,
.requirements_main_visual img {
  width: 100%;
  vertical-align: top;
}
.about_main_visual div,
.requirements_main_visual div {
  position: absolute;
  top: 20vw;
  left: 13vw;
  text-align: left;
}
.about_main_visual div h1,
.requirements_main_visual div h1 {
  margin-bottom: 3%;
  font-weight: normal;
  color: #FFF;
}
.about_main_visual div img,
.requirements_main_visual div img {
  width: 100%;
}
.about_content,
.requirements_content {
  background-color: #F3F3E8;
  padding: 5% 0 8% 0;
}
.about_content_tabs,
.requirements_content_tabs {
  max-width: 1200px;
  margin: 0 auto;
}
.about_content_tabs ul,
.requirements_content_tabs ul {
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
.about_content_tabs ul li,
.requirements_content_tabs ul li {
  width: 20%;
  text-align: center;
  border-radius: 50px;
  background-color: #0E2432;
  color: #FFF;
  padding: 1%;
  cursor: pointer;
}
.about_content_tabs ul li:nth-child(2),
.requirements_content_tabs ul li:nth-child(2) {
  margin: 0 5%;
}
.about_content_tabs ul .active,
.requirements_content_tabs ul .active {
  background-color: #F18271;
  position: relative;
}
.about_content_tabs ul .active::after,
.requirements_content_tabs ul .active::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 43%;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #F18271;
}
.about_content_column,
.requirements_content_column {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 3%;
}
.about_content_column ul,
.requirements_content_column ul {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 60px;
       column-gap: 60px;
  -moz-column-fill: balance;
       column-fill: balance;
}
.about_content_column ul li,
.requirements_content_column ul li {
  display: none;
  opacity: 0;
  transition: all 0.5s;
  width: 100%;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 30px;
}
.about_content_column ul li img,
.requirements_content_column ul li img {
  position: sticky;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  width: 100%;
  border-radius: 20px;
  z-index: 0;
}
.about_content_column ul li div,
.requirements_content_column ul li div {
  padding: 6% 8%;
  border-radius: 20px;
  background-color: #FFF;
  width: 94%;
  margin-top: -5px;
  position: static;
  z-index: 1;
  box-shadow: 0px 0px 15px -3px rgba(158, 152, 110, 0.2);
}
.about_content_column ul li div h5,
.requirements_content_column ul li div h5 {
  font-size: 18px;
  margin-bottom: 10px;
}
.about_content_column ul li div p,
.requirements_content_column ul li div p {
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.about .is-animate,
.requirements .is-animate {
  display: block;
  animation: 0.5s zoom-in forwards;
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=============================
 sitemap
=============================*/
.sitemap_ul {
  display: flex;
  justify-content: space-around;
  margin: 10% 0;
}
.sitemap_ul ul {
  width: 24%;
}
.sitemap_ul ul h5 {
  font-weight: normal;
  font-size: 18px;
}
.sitemap_ul ul li {
  margin: 3% 0;
}
.sitemap_ul ul li a {
  color: #1b76d1;
  font-size: 18px;
}

/*=============================
 news
=============================*/
.news_title {
  font-size: 25px;
  margin: 3% 0 6% 0;
  text-align: center;
}
.news_title h2 {
  font-family: "Sawarabi Gothic";
}
.news_title span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.news_years ul {
  display: flex;
  font-size: 18px;
  margin: 5% 0;
}
.news_years ul li {
  width: 8%;
}
.news_years ul li a {
  position: relative;
  color: #1877f2;
  padding-left: 12px;
}
.news_years ul li a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6.6px;
  border-color: transparent transparent transparent #1877f2;
  top: 6px;
  left: 0;
}
.news_list {
  margin-bottom: 5%;
}
.news_list h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 3%;
}
.news_list ul li {
  border-top: 2px solid #e3e3e3;
  display: flex;
  padding: 2.5% 3.3%;
}
.news_list ul li .news_list_day {
  width: 9%;
}
.news_list ul li span {
  width: 12%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid;
}
.news_list ul li .tv {
  border-color: orange;
  color: orange;
}
.news_list ul li .web {
  border-color: blue;
  color: blue;
}
.news_list ul li .paper {
  border-color: black;
  color: black;
}
.news_list ul li .books {
  border-color: brown;
  color: brown;
}
.news_list ul li img {
  width: 60px;
  height: 60px;
  margin: 0 2.5%;
  border: 1px solid #e1e1e1;
}
.news_list ul li .news_list_text {
  width: 64%;
  text-align: left;
}
.news_list ul li .news_list_text p {
  font-size: 18px;
  margin-bottom: 1.5%;
}
.news_list ul li .news_list_text a {
  color: #1877f2;
}
.news_list ul li .news_list_text .exp {
  margin: 1% 0;
  font-size: initial;
}
.news_list ul li:last-child {
  border-bottom: 2px solid #e3e3e3;
}
.news_sns {
  font-size: 25px;
  margin: 3% 0 6% 0;
  text-align: center;
}
.news_sns h2 {
  font-family: "Sawarabi Gothic";
}
.news_sns span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.news_sns ul {
  display: flex;
  justify-content: space-around;
  width: 45%;
  margin: 3% auto 0 auto;
}
.news_sns ul li {
  width: 10%;
}
.news_sns ul li a {
  display: block;
}
.news_sns ul li a img {
  width: 100%;
}

/*=============================
 archive
=============================*/
.archive_title {
  font-size: 25px;
  margin: 3% 0 6% 0;
  text-align: center;
}
.archive_title h2 {
  font-family: "Sawarabi Gothic";
}
.archive_title span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.archive_content h4 {
  font-size: 22px;
  font-weight: normal;
  margin-bottom: 3%;
}
.archive_content_main {
  border-top: 2px solid #e3e3e3;
  border-bottom: 2px solid #e3e3e3;
  padding: 2.5% 3.3% 0 3.3%;
}
.archive_content_main_top {
  display: flex;
}
.archive_content_main_top span {
  width: 12%;
  height: 25px;
  line-height: 25px;
  text-align: center;
  border: 1px solid;
  margin: -4px 0 4px 2%;
}
.archive_content_main_top .tv {
  border-color: orange;
  color: orange;
}
.archive_content_main_top .web {
  border-color: blue;
  color: blue;
}
.archive_content_main_top .paper {
  border-color: black;
  color: black;
}
.archive_content_main_top .books {
  border-color: brown;
  color: brown;
}
.archive_content_main_bottom {
  margin: 3% 0;
  display: flex;
}
.archive_content_main_bottom img {
  width: 60px;
  height: 60px;
  margin: 0 2.5% 0 0;
  border: 1px solid #e1e1e1;
}
.archive_content_main_bottom div h5 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 1%;
}
.archive_content_main_list_img {
  margin: 3% 0;
}
.archive_content_main_list_img img {
  margin: 3% 0;
  width: 100%;
}
.archive_sns {
  font-size: 25px;
  margin: 3% 0 6% 0;
  text-align: center;
}
.archive_sns h2 {
  font-family: "Sawarabi Gothic";
}
.archive_sns span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.archive_sns ul {
  display: flex;
  justify-content: space-around;
  width: 45%;
  margin: 3% auto 0 auto;
}
.archive_sns ul li {
  width: 10%;
}
.archive_sns ul li a {
  display: block;
}
.archive_sns ul li a img {
  width: 100%;
}

/*=============================
 contact
=============================*/
.contact_title {
  font-size: 25px;
  margin: 3% 0 6% 0;
  text-align: center;
}
.contact_title h2 {
  font-family: "Sawarabi Gothic";
}
.contact_title span {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
}
.contact_exp p {
  padding: 3% 15%;
  margin: 3% 0;
  background: #f5f5f5;
}
.contact .iframe-wrapper {
  text-align: center;
}

/*=============================
 sp
=============================*/
@media screen and (max-width: 768px) {
  /*=============================
   products
  =============================*/
  .products_content {
    padding: 80px 0 80px 0;
  }
  .products_content_title {
    position: absolute;
    top: -15px;
    left: 20px;
  }
  .products_content_title h1 {
    font-size: 8vw;
  }
  .products_content_title p {
    font-size: 4vw;
    margin: -5px 0 0 0;
    line-height: 1.5;
  }
  .products_content_copy {
    position: absolute;
    top: 0;
    left: -8%;
    font-size: 2.8vw;
  }
  .products_content_internal_type_1, .products_content_internal_type_2 {
    max-width: 300px;
  }
  .products_content_internal_type_1 {
    margin: 0 auto;
  }
  .products_content_internal_type_1_img {
    text-align: center;
  }
  .products_content_internal_type_1_img img {
    width: 100%;
    padding: 0;
  }
  .products_content_internal_type_1_text {
    position: sticky;
    top: initial;
    left: initial;
    margin: -32px auto 0 auto;
    padding: 40px 20px;
    width: 85%;
    z-index: 1;
  }
  .products_content_internal_type_1_text h3 {
    font-size: 35px;
  }
  .products_content_internal_type_2 {
    margin: 102px auto;
    text-align: center;
  }
  .products_content_internal_type_2_img img {
    width: 100%;
    padding: 0;
  }
  .products_content_internal_type_2_text {
    position: sticky;
    top: initial;
    right: initial;
    margin: -32px auto 0 auto;
    padding: 40px 20px;
    width: 85%;
    z-index: 1;
  }
  .products_content_internal_type_2_text h3 {
    font-size: 35px;
  }
  .products_content_button {
    right: 15px;
  }
  /*=============================
   about
  =============================*/
  .about_main_visual,
  .requirements_main_visual {
    position: relative;
  }
  .about_main_visual img,
  .requirements_main_visual img {
    width: 100%;
    vertical-align: top;
  }
  .about_main_visual div,
  .requirements_main_visual div {
    position: absolute;
    top: 65vw;
    left: 5vw;
    text-align: left;
  }
  .about_main_visual div h1,
  .requirements_main_visual div h1 {
    font-size: 20px;
  }
  .about_main_visual div img,
  .requirements_main_visual div img {
    width: 80%;
  }
  .about_content_tabs ul,
  .requirements_content_tabs ul {
    flex-wrap: wrap;
  }
  .about_content_tabs ul li,
  .requirements_content_tabs ul li {
    width: 40%;
    border-radius: 30px;
    margin: 16px 0;
  }
  .about_content_tabs ul li:nth-child(2),
  .requirements_content_tabs ul li:nth-child(2) {
    margin: 16px 0 16px 3%;
  }
  .about_content_tabs ul .active::after,
  .requirements_content_tabs ul .active::after {
    bottom: -8px;
    left: 41%;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #F18271;
  }
  .about_content_column ul,
  .requirements_content_column ul {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .about_content_column ul li,
  .requirements_content_column ul li {
    margin-bottom: 32px;
  }
  .about_content_column ul li img,
  .requirements_content_column ul li img {
    height: auto;
  }
  .about_content_column ul li div,
  .requirements_content_column ul li div {
    padding: 5%;
    width: 100%;
  }
  /*=============================
   sitepolicy
  =============================*/
  .sitepolicy_content {
    padding: 80px 0 80px 0;
  }
  .sitepolicy_content_title {
    position: absolute;
    top: -15px;
    left: 20px;
  }
  .sitepolicy_content_title h1 {
    font-size: 8vw;
  }
  .sitepolicy_content_title p {
    font-size: 4vw;
    margin: -5px 0 0 0;
    line-height: 1.5;
  }
  .sitepolicy_content_copy {
    position: absolute;
    top: 0;
    left: -8%;
    font-size: 2.8vw;
  }
  .sitepolicy_content_internal {
    max-width: 300px;
    display: block;
  }
  .sitepolicy_content_internal_left {
    width: 100%;
    max-height: initial;
    padding: 30px;
  }
  .sitepolicy_content_internal_left ul {
    display: flex;
    flex-wrap: wrap;
  }
  .sitepolicy_content_internal_left ul li {
    position: relative;
    width: 50%;
  }
  .sitepolicy_content_internal_left ul li a {
    display: block;
  }
  .sitepolicy_content_internal_left ul li a::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    border-bottom: 1px solid #282828;
    transition: all 0.5s;
  }
  .sitepolicy_content_internal_left ul li a.active::before {
    width: 70%;
  }
  .sitepolicy_content_internal_left ul li:nth-child(2), .sitepolicy_content_internal_left ul li:nth-child(4) {
    margin: 0;
  }
  .sitepolicy_content_internal_left ul li:nth-child(3), .sitepolicy_content_internal_left ul li:nth-child(4) {
    margin: 24px 0;
  }
  .sitepolicy_content_internal_right {
    width: 100%;
    margin-top: 48px;
  }
  .sitepolicy_content_internal_right ul li h4 {
    font-size: 8vw;
  }
  .sitepolicy_content_internal_right ul li h4 span {
    font-size: 4vw;
  }
  .sitepolicy_content_internal_right ul li div {
    margin: 40px 0;
  }
  .sitepolicy_content_internal_right ul li div h5 {
    font-size: 3vw;
  }
  .sitepolicy_content_internal_right ul li div ul {
    margin-top: 24px;
  }
  .sitepolicy_content_internal_right ul li div ul li {
    font-size: 3vw;
  }
  .sitepolicy_content_button {
    right: 15px;
  }
  /*=============================
   recruit
  =============================*/
  .recruit {
    /**********
    * 各コンテンツの境目となる箇所に画像を挿入することで
    * ペンキ感を表現する
    **********/
  }
  .recruit #content {
    padding: 0;
  }
  .recruit_mainvisual h1 img {
    width: 50%;
  }
  .recruit_mainvisual h1 span {
    display: none;
  }
  .recruit_mainvisual #video-area #video {
    top: -5%;
    left: 0;
    transform: translate(0, 0);
    /*縦横幅指定*/
    width: 100%;
    height: auto;
    min-height: 100%;
    min-width: 100%;
  }
  .recruit_vision {
    display: block;
    padding: 15% 0 0 0;
  }
  .recruit_vision_left {
    width: 100%;
  }
  .recruit_vision_left h4 {
    position: initial;
    text-align: center;
    margin: 10% 0;
  }
  .recruit_vision_left h4 img {
    width: 50%;
  }
  .recruit_vision_left h4 span {
    font-size: 16px;
    margin-top: 5%;
  }
  .recruit_vision_right {
    width: 100%;
    margin: 30% 0;
    padding: 10% 0;
  }
  .recruit_vision_right p {
    padding: 50px 30% 50px 5%;
    margin-right: -25%;
    margin-left: 15%;
    font-size: 3.5vw;
    border-radius: 40px;
    position: sticky;
    z-index: 1;
  }
  .recruit_vision .item_img_1 {
    width: 100%;
    left: -18%;
  }
  .recruit_vision .item_img_2 {
    width: 40%;
    bottom: 7%;
  }
  .recruit_vision .item_img_3 {
    width: 100px;
    top: 4%;
    left: initial;
    right: 5vw;
  }
  .recruit_vision .item_img_4 {
    bottom: initial;
    top: 20%;
    width: 50vw;
    left: 25vw;
  }
  .recruit_vision .item_img_5 {
    top: 40%;
    width: 20%;
    left: -4%;
    z-index: 0;
  }
  .recruit_vision .item_img_6 {
    top: 25%;
    right: 10%;
    width: 10%;
  }
  .recruit_member {
    display: block;
    padding: 0 0 10% 0;
  }
  .recruit_member_top h4 img {
    width: 50%;
  }
  .recruit_member_top h4 span {
    font-size: 16px;
    margin-top: 5%;
  }
  .recruit_member_bottom {
    padding: 10%;
  }
  .recruit_member_bottom ul li a img {
    width: 95%;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_deps {
    padding: 5%;
    width: 35vw;
    margin-top: -5vw;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_deps span {
    font-size: 9px;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_deps h5 {
    font-size: 12px;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_more {
    bottom: 0;
    right: 15px;
    padding: 0 10px;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_more p {
    font-size: 12px;
    height: 20px;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_more p::before {
    right: initial;
    top: 2.25vw;
    left: 8.5vw;
    width: 5vw;
  }
  .recruit_member_bottom ul li a .recruit_member_bottom_more p::after {
    top: 1.2vw;
    left: 11vw;
    width: 10px;
  }
  .recruit_member_bottom .prev-arrow {
    left: -25px;
  }
  .recruit_member_bottom .next-arrow {
    right: -15px;
  }
  .recruit_member .item_img_1 {
    width: 100%;
    right: -20%;
    top: initial;
    bottom: 0;
  }
  .recruit_member .item_img_2 {
    top: 25%;
    width: 20%;
    right: -1%;
  }
  .recruit_member .item_img_3 {
    top: initial;
    bottom: 50%;
    left: -7%;
    width: 15%;
  }
  .recruit_culture {
    display: block;
    padding: 0 0 10% 0;
  }
  .recruit_culture_left {
    width: 100%;
  }
  .recruit_culture_left h4 {
    position: initial;
    text-align: center;
    margin-bottom: 10%;
  }
  .recruit_culture_left h4 img {
    width: 70%;
  }
  .recruit_culture_left h4 span {
    font-size: 16px;
    margin-top: 5%;
  }
  .recruit_culture_right {
    width: 100%;
  }
  .recruit_culture_right_link {
    padding: 30px 30% 30px 5%;
    margin-right: -25%;
    margin-left: 15%;
    font-size: 13px;
    border-radius: 40px;
    position: sticky;
    z-index: 1;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail {
    border-radius: 10px;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail h5 {
    font-size: 12px;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more {
    top: 30%;
    right: -40px;
    padding: 0 15px 0 15px;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p {
    font-size: 10px;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::before {
    right: 0;
    width: 15px;
    height: 2px;
    top: 7px;
    left: 11px;
  }
  .recruit_culture_right_link a .recruit_culture_right_link_detail .recruit_culture_right_link_detail_more p span::after {
    top: 4px;
    left: 18px;
    width: 8px;
    height: 8px;
  }
  .recruit_culture .item_img_1 {
    top: 10%;
    left: -10%;
    width: 80%;
    z-index: 0;
  }
  .recruit_culture .item_img_2 {
    top: 30%;
    left: 5%;
    width: 20%;
  }
  .recruit_culture .item_img_3 {
    left: 50%;
  }
  .recruit_culture .item_img_4 {
    bottom: 2%;
    right: 0;
    width: 15%;
  }
  .recruit_boss {
    display: block;
    padding: 0 0 10% 0;
  }
  .recruit_boss_top {
    width: 100%;
  }
  .recruit_boss_top h4 {
    position: initial;
    text-align: center;
    margin-bottom: 10%;
  }
  .recruit_boss_top h4 img {
    width: 70%;
  }
  .recruit_boss_top h4 span {
    font-size: 16px;
    margin-top: 5%;
  }
  .recruit_boss_bottom {
    display: block;
  }
  .recruit_boss_bottom_photo {
    width: 100%;
  }
  .recruit_boss_bottom_photo img {
    width: 60%;
    position: sticky;
    z-index: 2;
  }
  .recruit_boss_bottom_message {
    width: 100%;
    margin-top: -9%;
    position: sticky;
    z-index: 1;
  }
  .recruit_boss_bottom_message p {
    padding: 50px 30% 50px 5%;
    margin-right: -25%;
    margin-left: 15%;
    font-size: 3.5vw;
    border-radius: 40px;
  }
  .recruit_boss .item_img_1 {
    bottom: 15%;
    left: -5%;
    width: 30%;
    z-index: -1;
  }
  .recruit_boss .item_img_2 {
    top: 5%;
    left: initial;
    right: -15%;
    width: 80%;
  }
  .recruit_boss .item_img_3 {
    left: initial;
    right: -15%;
    bottom: 1%;
    width: 50%;
  }
  .recruit_entry {
    padding: 0 0 10% 0;
  }
  .recruit_entry_top h4 {
    margin: 0 0 10% 0;
  }
  .recruit_entry_top h4 img {
    width: 50%;
  }
  .recruit_entry_top h4 span {
    font-size: 16px;
    margin-top: 5%;
  }
  .recruit_entry_bottom {
    margin-top: 0;
  }
  .recruit_entry_bottom ul {
    display: block;
  }
  .recruit_entry_bottom ul li {
    width: 100%;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail {
    margin: 0 auto;
    width: 60%;
    height: 15vw;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail h5 {
    font-size: 4vw;
    left: 45%;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more {
    top: 5vw;
    right: -5vw;
    padding: 0 15px 0 15px;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more p {
    font-size: 10px;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more p::before {
    right: initial;
    left: 8vw;
    top: 1.8vw;
    width: 5vw;
  }
  .recruit_entry_bottom ul li a .recruit_entry_bottom_detail .recruit_entry_bottom_detail_more p::after {
    top: 0.8vw;
    left: 10.5vw;
  }
  .recruit_entry_bottom ul li:first-child {
    margin-right: 0;
  }
  .recruit_entry_bottom ul li:last-child {
    margin-left: 0;
    margin-top: 5%;
  }
  .recruit_entry .item_img_1 {
    bottom: 20vw;
    left: -5%;
    width: 80vw;
    z-index: -1;
  }
  .recruit_entry .item_img_2 {
    top: 40vw;
    left: initial;
    right: -10%;
    width: 30vw;
  }
  .recruit_borderline_1 img:nth-child(2) {
    top: -11vw;
  }
  .recruit_borderline_1 img:nth-child(3) {
    top: -12vw;
  }
  .recruit_borderline_2 img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #57B0C0;
  }
  .recruit_borderline_3 img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #F2F4ED;
  }
  .recruit_borderline_4 img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
  }
  .recruit_borderline_5 img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #D8D95C;
  }
  /*=============================
   members
  =============================*/
  .members #content {
    width: 100vw;
  }
  .members_mainvisual div {
    top: 65vw;
    left: 5vw;
  }
  .members_mainvisual div p {
    font-size: 10px;
  }
  .members_mainvisual div h1 {
    font-size: 20px;
  }
  .members_mainvisual div h4 {
    font-size: 35px;
  }
  .members_mainvisual div h4 span {
    font-size: 20px;
  }
  .members_questions {
    padding-top: 24%;
  }
  .members_questions_1 div, .members_questions_4 div, .members_questions_5 div, .members_questions_7 div, .members_questions_8 div {
    width: 84%;
    padding: 12% 6% 10%;
  }
  .members_questions_1 div h5, .members_questions_4 div h5, .members_questions_5 div h5, .members_questions_7 div h5, .members_questions_8 div h5 {
    font-size: 18px;
  }
  .members_questions_1 div p, .members_questions_4 div p, .members_questions_5 div p, .members_questions_7 div p, .members_questions_8 div p {
    font-size: 12px;
  }
  .members_questions_1 span {
    top: -7vw;
    left: 14vw;
  }
  .members_questions_1 span img {
    width: 40%;
  }
  .members_questions_1 .item_1 {
    top: -10%;
    left: -10%;
    width: 70%;
  }
  .members_questions_1 .item_2 {
    bottom: -36vw;
    left: -2%;
    width: 18%;
  }
  .members_questions_1 .item_3 {
    bottom: -10%;
    right: 6vw;
    width: 28%;
  }
  .members_questions_2 {
    margin-top: 24%;
  }
  .members_questions_2 span {
    top: 66vw;
    left: 14vw;
  }
  .members_questions_2 span img {
    width: 40%;
  }
  .members_questions_2_flex {
    flex-direction: column;
  }
  .members_questions_2_flex_left {
    width: 84%;
    padding: 12% 6% 10%;
    margin: 0 auto;
    margin-top: 15%;
    order: 2;
  }
  .members_questions_2_flex_left h5 {
    font-size: 18px;
  }
  .members_questions_2_flex_left p {
    font-size: 12px;
  }
  .members_questions_2_flex_right {
    margin: 0 auto;
    width: 84%;
    order: 1;
  }
  .members_questions_2 .item_1 {
    bottom: -30%;
    right: -20vw;
    width: 70%;
  }
  .members_questions_3 {
    margin-top: 15%;
    flex-direction: column;
  }
  .members_questions_3_left {
    width: 100%;
    padding: 0 7% 0 7%;
  }
  .members_questions_3_right {
    width: 100%;
    padding: 8% 6% 14%;
    margin-top: 0;
    margin-left: 0;
    z-index: -1;
  }
  .members_questions_4 span {
    top: -5vw;
    left: 13vw;
  }
  .members_questions_4 span img {
    width: 40%;
  }
  .members_questions_5 {
    margin-top: 20%;
  }
  .members_questions_5 span {
    top: -10vw;
    left: 13vw;
  }
  .members_questions_5 span img {
    width: 40%;
  }
  .members_questions_5 .item_1 {
    bottom: -10vw;
    left: -20vw;
    width: 60%;
  }
  .members_questions_5 .item_2 {
    bottom: -110vw;
    width: 50%;
  }
  .members_questions_5 .item_3 {
    bottom: -14vw;
    right: 4vw;
    width: 24%;
    z-index: 2;
  }
  .members_questions_6_flex {
    flex-direction: column;
  }
  .members_questions_6_flex_left {
    width: 100%;
    padding: 12% 6% 10%;
  }
  .members_questions_6_flex_right {
    width: 84%;
    padding: 12% 6% 10%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .members_questions_6_flex_right h5 {
    font-size: 18px;
  }
  .members_questions_6_flex_right p {
    font-size: 12px;
  }
  .members_questions_6_flex_right span {
    top: -5vw;
    left: 7vw;
  }
  .members_questions_6_flex_right span img {
    width: 40%;
  }
  .members_questions_6 .item_1 {
    bottom: -100vw;
    right: -35vw;
    width: 75%;
  }
  .members_questions_6 .item_2 {
    display: none;
  }
  .members_questions_7 {
    margin-top: 15%;
  }
  .members_questions_7 span {
    top: -5vw;
    left: 13vw;
  }
  .members_questions_7 span img {
    width: 40%;
  }
  .members_questions_7 .item_1 {
    bottom: -166vw;
    left: -24vw;
    width: 70%;
  }
  .members_questions_8 {
    margin-top: 15%;
  }
  .members_questions_8 span {
    top: -5vw;
    left: 13vw;
  }
  .members_questions_8 span img {
    width: 40%;
  }
  .members_questions_9_top {
    padding: 8% 6% 10%;
    margin-bottom: 30px;
  }
  .members_questions_9_bottom {
    padding: 12% 6% 10%;
    width: 84%;
    margin: 0 auto;
    margin-top: 10%;
  }
  .members_questions_9_bottom h5 {
    font-size: 18px;
  }
  .members_questions_9_bottom p {
    font-size: 12px;
  }
  .members_questions_9_bottom span {
    top: -5vw;
    left: 7vw;
  }
  .members_questions_9_bottom span img {
    width: 40%;
  }
  .members_questions_9 .item_1 {
    top: 155vw;
    right: -18vw;
    width: 60%;
  }
  .members_message {
    padding: 15% 0 12%;
  }
  .members_message_top h4 img {
    width: 50%;
  }
  .members_message_bottom {
    flex-direction: column;
    margin: 0;
  }
  .members_message_bottom_left {
    width: 100%;
  }
  .members_message_bottom_left img {
    margin-right: 0;
    width: 60%;
  }
  .members_message_bottom_right {
    padding: 12% 6% 10%;
    width: 84%;
    margin: 0 auto;
    border-radius: 50px;
    margin-top: 10%;
  }
  .members_message_bottom_right h5 {
    font-size: 18px;
  }
  .members_message_bottom_right p {
    font-size: 12px;
  }
  .members_message_bottom_right img {
    right: 0;
  }
  /*=============================
   shop
  =============================*/
  .shop #content {
    padding: 25vw 15px 1vw 15px;
    width: 100vw;
  }
  .shop_inner h3 {
    font-size: 5vw;
    text-align: center;
  }
  .shop_inner p {
    font-size: 3.5vw;
  }
  .shop_inner .webshop h4 {
    font-size: 4vw;
    text-align: center;
  }
  .shop_inner .webshop ul {
    display: block;
  }
  .shop_inner .webshop ul li {
    width: 100%;
  }
  .shop_inner .webshop ul li:nth-child(1),
  .shop_inner .webshop ul li:nth-child(3),
  .shop_inner .webshop ul li:nth-child(5),
  .shop_inner .webshop ul li:nth-child(6),
  .shop_inner .webshop ul li:nth-child(8) {
    margin-bottom: 5%;
  }
  .shop_inner .webshop ul li:nth-child(2),
  .shop_inner .webshop ul li:nth-child(4),
  .shop_inner .webshop ul li:nth-child(7) {
    margin: 0 0 5% 0;
  }
  .shop_inner .webshop ul li:last-child {
    margin: 0;
  }
  .shop_inner .mall h4 {
    font-size: 4vw;
    text-align: center;
  }
  .shop_inner .mall ul {
    display: block;
  }
  .shop_inner .mall ul li {
    width: 100%;
  }
  .shop_inner .mall ul li:nth-child(1),
  .shop_inner .mall ul li:nth-child(3),
  .shop_inner .mall ul li:nth-child(5),
  .shop_inner .mall ul li:nth-child(6),
  .shop_inner .mall ul li:nth-child(8) {
    margin-bottom: 5%;
  }
  .shop_inner .mall ul li:nth-child(2),
  .shop_inner .mall ul li:nth-child(4),
  .shop_inner .mall ul li:nth-child(7) {
    margin: 0 0 5% 0;
  }
  .shop_inner .mall ul li:last-child {
    margin: 0;
  }
  .shop_inner .cafe,
  .shop_inner .edion {
    display: block;
  }
  .shop_inner .cafe li,
  .shop_inner .edion li {
    width: 100%;
  }
  .shop_inner .edion {
    width: 100%;
  }
  /*=============================
   team
  =============================*/
  .team_content {
    padding: 80px 0 80px 0;
  }
  .team_content_title {
    position: absolute;
    top: -15px;
    left: 20px;
  }
  .team_content_title h1 {
    font-size: 8vw;
  }
  .team_content_title p {
    font-size: 4vw;
    margin: -5px 0 0 0;
    line-height: 1.5;
  }
  .team_content_copy {
    position: absolute;
    top: 0;
    left: -8%;
    font-size: 2.8vw;
  }
  .team_content_button {
    right: 15px;
  }
}/*# sourceMappingURL=style.css.map */