@charset "UTF-8";
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 変数の定義
--------------------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/*-----------------------------------------

※このスタイルシートはSCSSで生成されています。
cssへの直記入はなさらないようにしてください。

-----------------------------------------*/
/* 色の定義
--------------------------------------------------*/
/* テキストパーツ
--------------------------------------------------*/
.white {
  color: #fff;
}

.black {
  color: #292f36;
}

.brown {
  color: #231815;
}

.pink {
  color: #fca6a6;
}

.green {
  color: #6eb92b;
}

.bluegreen {
  color: #9fcfa7;
}

.blue {
  color: #b7d3ec;
}

/* フォントの定義
--------------------------------------------------*/
html, body, ul, ol, dl, li, dt, dd, p, div, span, img, svg, a, table, tr, th, td, figure {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #292f36;
}

h1, h2, h3, h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #292f36;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}

html {
  font-size: 62.5%;
}

p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #292f36;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 450px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 769px) {
  p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

/* sec_よくあるご質問
--------------------------------------------------*/
#workstyle_wrapper .pagetop .bigen_bg_wrapper .bigen_bg {
  font-size: clamp(54px, 14vw, 110px);
}
#workstyle_wrapper .content_wrapper {
  background-image: url(../img/style/stylebg.webp);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top {
  width: 100%;
  margin: 0 0 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid white;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top {
    width: 90%;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link {
  margin: 30px 0 0;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link {
    padding: 40px 0 40px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li {
  margin-top: 20px;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li {
    margin-top: 0;
    width: calc(33.3% - 20px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  width: 100%;
  padding: 15px;
  background-color: white;
  border-radius: 60px;
}
@media screen and (min-width: 400px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a {
    gap: 15px;
    justify-content: center;
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a {
    padding: 15px 20px;
    gap: 10px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fca6a6;
  border-left: 2px solid #fca6a6;
  border-radius: 2px;
  transform: rotate(-45deg);
  top: 50%;
  right: 20px;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a img {
  max-width: 80px;
  width: auto;
  max-height: 80px;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a img {
    width: auto;
    max-height: 84px;
    height: 6vw;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text {
  width: calc(70% - 15px);
}
@media screen and (min-width: 400px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text {
    width: calc(70% - 10px);
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text {
    width: calc(70% - 10px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text .case {
  font-weight: 700;
  letter-spacing: 0.04em;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text .title {
  font-size: clamp(1.3rem, 2.5vw, 1.6rem);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text .title {
    font-size: clamp(1.3rem, 1.3vw, 1.6rem);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text .title .lg-view {
  display: none;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li a .btn_text .title .lg-view {
    display: block;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li:first-child .case {
  color: #f96e6e;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li:nth-child(2) a::after {
  border-bottom: 2px solid #b7d3ec;
  border-left: 2px solid #b7d3ec;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li:nth-child(2) .case {
  color: #3e89cc;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li:nth-child(3) a::after {
  border-bottom: 2px solid #f3a830;
  border-left: 2px solid #f3a830;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .time_link li:nth-child(3) .case {
  color: #f3a830;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .arrowlink {
  text-align: right;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .style_top .arrowlink {
    margin-top: 0;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .arrowlink a {
  font-weight: 700;
  border-bottom: 1px solid #292f36;
}
#workstyle_wrapper .content_wrapper .pagewrap .style_top .arrowlink a:hover {
  color: #fca6a6;
  border-color: #fca6a6;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content {
  width: 100%;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content {
    width: 90%;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .top_ttl {
  margin-bottom: 20px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section {
  margin-bottom: 60px;
  border-bottom: 2px dashed white;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .img_box {
    width: 50%;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box {
  margin: 20px 0 30px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box {
    width: calc(50% - 40px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h3 {
  letter-spacing: 0.04em;
  color: #f96e6e;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h3 {
    font-size: clamp(1.3rem, 1.3vw, 1.6rem);
    margin-bottom: 3px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 {
  font-size: clamp(1.8rem, 2vw, 2.6rem);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 {
    font-size: clamp(2rem, 2vw, 2.8rem);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 .style01 {
  font-size: 1.6rem;
  background-color: #f96e6e;
  padding: 7px 13px;
  margin-right: 15px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 .style01 {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 .style_name {
  font-size: 2.5rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box h4 .style_name span {
  color: #f96e6e;
  margin-right: 10px;
  font-size: 2rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .name {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 15px 0 10px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .name {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .name br {
  display: none;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .name br {
    display: block;
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .name br {
    display: none;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .ttl_dots div {
  background-color: #fca6a6;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box .ttl_dots div:nth-child(2) {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol {
  margin: 15px 0;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol li {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 10px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol li .tag {
  background-color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 11px;
  border-radius: 3px;
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol li .tag {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol li .text {
  font-size: 1.6rem;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .casetop .text_box ol li .text {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .bigtimeimg {
  width: 80%;
  max-width: 245px;
  margin: 50px auto 70px;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .bigtimeimg {
    margin: 50px auto 0;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul {
  position: relative;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 100%;
  background-color: #fff;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul::after {
    top: 50%;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li {
  position: relative;
  background-color: white;
  padding: 50px 30px 30px;
  margin-bottom: 70px;
  border-radius: 40px;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li {
    width: calc(50% - 100px);
    padding: 30px 30px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 100%;
    width: 100px;
    height: 4px;
    background-color: white;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li h3 {
  position: absolute;
  background-color: #fca6a6;
  border: 4px solid #fff;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li h3 {
    top: 50%;
    left: calc(100% + 100px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li .case_wrapper h4 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 10px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li .case_wrapper img {
  border-radius: 50px;
  margin: 20px auto 0;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li .case_wrapper .note h5 {
  font-size: 1.6rem;
  margin: 30px 0 15px;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li:nth-child(even) {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li:nth-child(even)::after {
    top: 50%;
    right: 100%;
    left: auto;
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section ul li:nth-child(even) h3 {
    left: calc(0% - 100px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment h3 {
  font-size: clamp(2rem, 2vw, 2.4rem);
  margin-bottom: 15px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment h3 {
    font-size: clamp(2.4rem, 2vw, 2.8rem);
    margin-top: 60px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .ttl_dots div {
  background-color: #fca6a6;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .ttl_dots div:nth-child(2) {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content {
  border-radius: 70px;
  background-color: white;
  margin: 30px 0 60px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content {
    margin: 40px 0 100px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq {
  width: 80%;
  margin: auto;
  padding: 50px 0;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq li {
  margin-top: 30px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq li:first-child {
  margin-top: 0;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq li .pinkttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq li .pinkttl .qicon {
  position: relative;
  display: inline-block;
  color: #fff;
  background-color: #fca6a6;
  font-size: 2rem;
  width: 35px;
  height: 35px;
  margin-right: 10px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section .comment .comment_content .faq li .pinkttl h4 {
  color: #f94e4e;
  width: calc(100% - 45px);
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box h3 {
  color: #3e89cc;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box h4 .style02 {
  background-color: #3e89cc;
  padding: 7px 13px;
  margin-right: 15px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box h4 .style02 {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box .style_name02 {
  font-size: 2.5rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box .style_name02 span {
  color: #3e89cc;
  margin-right: 10px;
  font-size: 2rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box .ttl_dots div {
  background-color: #b7d3ec;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .casetop .text_box .ttl_dots div:nth-child(2) {
  background-color: #9fcfa7;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) ul {
    padding-top: 15px;
    margin-top: -15px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) ul li h3 {
  background-color: #b7d3ec;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .comment .ttl_dots div {
  background-color: #b7d3ec;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .comment .ttl_dots div:nth-child(2) {
  background-color: #9fcfa7;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .comment .comment_content li .pinkttl .qicon {
  background-color: #b7d3ec;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(3) .comment .comment_content li .pinkttl h4 {
  color: #3e89cc;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box h3 {
  color: #f3a830;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box h4 .style03 {
  background-color: #f3a830;
  padding: 7px 13px;
  margin-right: 15px;
  border-radius: 50px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box h4 .style03 {
    font-size: 1.8rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box .style_name03 {
  font-size: 2.5rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box .style_name03 span {
  color: #f3a830;
  margin-right: 10px;
  font-size: 2rem;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box .ttl_dots div {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .casetop .text_box .ttl_dots div:nth-child(2) {
  background-color: #fca6a6;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) ul {
    padding-top: 3px;
    margin-top: -3px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) ul li h3 {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .comment .ttl_dots div {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .comment .ttl_dots div:nth-child(2) {
  background-color: #fca6a6;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .comment .comment_content li .pinkttl .qicon {
  background-color: #f9deaf;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content section:nth-child(4) .comment .comment_content li .pinkttl h4 {
  color: #f3a830;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .int_ttl {
  font-size: clamp(2.3rem, 2vw, 2.6rem);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .int_ttl {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .text {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .text {
    margin-bottom: 40px;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .text .xl-view {
  display: block;
}
@media screen and (min-width: 1200px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap .text .xl-view {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li {
    width: calc(50% - 20px);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li:first-child {
  margin-bottom: 30px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 30px 40px 30px;
  font-size: clamp(1.8rem, 4vw, 2.4rem);
  background-color: #fff;
  border-radius: 100px;
}
@media screen and (min-width: 769px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a {
    font-size: clamp(1.6rem, 2vw, 2rem);
  }
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a {
    font-size: clamp(2.2rem, 2vw, 2.8rem);
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a span {
  display: block;
  font-size: 1rem;
  margin-bottom: 2px;
  transition: all 0.6s ease-out;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a span {
    font-size: 1.3rem;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a span .lg-view {
  display: block;
}
@media screen and (min-width: 1000px) {
  #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a span .lg-view {
    display: none;
  }
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a .ttl_dots {
  margin-top: 6px;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a .ttl_dots div {
  transition: all 0.6s ease-out;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a::before {
  content: "";
  position: absolute;
  top: 43%;
  right: 20px;
  width: 12px;
  height: 10px;
  border: 1px solid #9fcfa7;
  transition: all 0.6s ease-out;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a::after {
  content: "";
  position: absolute;
  top: 47%;
  right: 24px;
  width: 12px;
  height: 10px;
  border-left: 1px solid #9fcfa7;
  border-bottom: 1px solid #9fcfa7;
  transition: all 0.6s ease-out;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a:hover {
  background-color: #9fcfa7;
  color: white;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a:hover span {
  color: white;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a:hover .ttl_dots div {
  background-color: white;
}
#workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a:hover::before, #workstyle_wrapper .content_wrapper .pagewrap .case_content .interview_wrap ul li a:hover::after {
  border-color: white;
}/*# sourceMappingURL=workstyle.css.map */