@charset "UTF-8";
.lead_wrap, .appeal_wrap {
  margin-bottom: 100px;
}
.lead {
  margin-bottom: 1.2em;
}
/* ビジネスサポートの魅力 */
/* .business {
  border-bottom: 4px solid var(--color-primary-white);
} */
.appeal_wrap_ttl {
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
.appeal_list{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2%;
}
.appeal_list .appeal_list_ttl {
  font-size: 2rem;
  font-weight: 700;
}
.appeal_list .appeal_list_ttl a {
  width: 100%;
  padding-bottom: 17px;
  margin-bottom: 38px;
  border-bottom: 1px dashed var(--color-primary-default);
  position: relative;
  display: flex;
  justify-content: center;
}
.appeal_list .appeal_list_ttl a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -38px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/first_time/icon_arrow_tasks.svg) center top no-repeat;
  width: 46px;
  height: 28px;
}
.appeal_list .appeal_list_ttl.--black a {
  border-bottom: 1px dashed var(--color-black);
}
.appeal_list .appeal_list_ttl.--black a::after {
  background: url(../images/first_time/icon_arrow_tasks_black.svg) center top no-repeat;
}
.appeal_list_ttl_text{
  position: relative;
  text-align: center;
  width: 100%;
  padding-top: 84px;
}
.appeal_list_ttl_text .sp{
  display: none;
}
.appeal_list_ttl_text.tasks{
  background: url(../images/top/top_tasks_ttl.webp) center 10px no-repeat;
  background-size: 76px 60px;
}
.appeal_list_ttl_text.work{
  background: url(../images/about_us/ttl_work.webp) center 10px no-repeat;
  background-size: 65px 50px;
}
.appeal_list_ttl_text.welfare{
  background: url(../images/top/top_appeal_ttl.webp) center top no-repeat;
  background-size: 66px 74px;
}
.appeal_list_ttl_text.insurance{
  background: url(../images/about_us/ttl_insurance.webp) center 10px no-repeat;
  background-size: 43px 54px;
}
.appeal_list_ttl_text.support{
  background: url(../images/about_us/ttl_support.webp) center 10px no-repeat;
  background-size: 54px 54px;
}
/* kyoutuu */
.appeal_inner_ttl {
  position: relative;
  font-size: 2.4rem;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
}
.appeal_inner_text {
  text-align: center;
  margin-bottom: 40px;
  font-feature-settings: 'palt';
}
/* ボタン */
.btn_white_blue {
  width: 100%;
  max-width: 160px;
  text-align: center;
  font-weight: 500;
  margin: 30px auto 0;
}
.btn_white_blue a {
  border-radius: 100px;
  color: var(--color-primary-default);
  background-color: var(--color-primary-white);
  outline: 2px solid var(--color-gray-line);
  outline-offset: -2px;
  padding: 8px 0px;
  display: block;
  transition: 0.3s;
  position: relative;
}
.btn_white_blue a .btn_item {
  padding-right: 16px;
}
.btn_white_blue a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 18px;
  right: 23px;
  background: url(../images/common/btn_arrow_blue.svg) center no-repeat;
}
.btn_white_blue a:hover {
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
  outline: 2px solid var(--color-primary-default);
  opacity: 1;
}
.btn_white_blue a:hover::after {
  background: url(../images/common/btn_arrow_white.svg) center no-repeat;
}
/* 働き方 */
.ttl_work {
  background: url(../images/about_us/ttl_work.webp) center top no-repeat;
  background-size: 65px 50px;
  padding-top: 76px;
}
.work_wrap {
  display: flex;
  justify-content: space-between;
}
.work_list {
  width: calc((100% - 40px) / 3);
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 30px 20px;
}
.work_ttl {
  border-bottom: 1px dashed var(--color-primary-default);
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.work_ttl.--black {
  border-bottom: 1px dashed var(--color-black);
}
.work_text {
  font-size: 1.6rem;
  text-align: center;
}
/* ３つの業務 */
.ttl_tasks {
  background: url(../images/top/top_tasks_ttl.webp) center top no-repeat;
  background-size: 76px 60px;
  padding-top: 76px;
}
.tasks_wrap {
  display: flex;
  justify-content: space-between;
}
.tasks_list {
  width: calc((100% - 40px) / 3);
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 50px 10px 30px;
}
.tasks_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  margin-bottom: 30px;
}
.tasks_img img {
  height: 100%;
}
.tasks_ttl,.work_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}
.tasks_num,.work_num {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--color-primary-white);
  background-color: var(--color-primary-default);
  width: 45px;
  min-width: 45px;
  height: 45px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.tasks_num.--black,
.work_num.--black {
  background-color: var(--color-black);
}

/* 福利厚生 */
.ttl_welfare {
  background: url(../images/top/top_appeal_ttl.webp) center top no-repeat;
  background-size: 66px 74px;
  padding-top: 90px;
}
.welfare_list_wrap{
  display: grid;
  gap: 2%;
  margin-bottom: 86px;
}
.welfare_list_wrap.part{
  grid-template-columns: repeat(4, 1fr);
}
.welfare_list_wrap.haken{
  grid-template-columns: repeat(6, 1fr);
}
.welfare_list {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 50px 10px 30px;
  position: relative;
}
.welfare_list_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 35px;
}
.welfare_list_img img{
  height: 100%;
object-fit: contain;
}
.welfare_list_ttl {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.welfare_list_ttl span {
  display: inline-block;
}
.welfare_list::after {
  content: "";
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/first_time/icon_arrow_tasks.svg) center top no-repeat;
  width: 40px;
  height: 26px;
}
.welfare_detail_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.welfare_detail {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 40px;
}
.welfare_detail.col1 {
  display: flex;
  align-items: center;
  grid-row: 1 / 2;
  grid-column: 1 / 3;
}
.welfare_detail:nth-child(odd){
  flex-direction: row-reverse; /*左右入れ替え*/
}
.welfare_detail.col1 .welfare_detail_box {
  width: calc(100% - 370px);
  margin-right: 40px;
}
.welfare_detail.col2 .welfare_detail_box {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.welfare_detail_box:nth-child(odd) {
  margin-right: 0;
  margin-left: 40px;
}
.welfare_detail_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 1px dashed var(--color-primary-default);
  padding: 0 10px 20px;
  margin-bottom: 20px;
}
.welfare_detail_text {
  margin-bottom: 1em;
  padding: 10px;
}
.welfare_detail_text:last-child {
  margin-bottom: 0;
}
.welfare_detail_text span {
  color: var(--color-primary-default);
}
.welfare_detail_img {
  width: 250px;
  height: 250px;
  background-color: var(--color-primary-light);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.welfare_detail.col2 .welfare_detail_img {
  margin-bottom: 40px;
}
.welfare_detail_img img{
  width: auto;
  height: 120px;
}
/* 社会保険 */
.ttl_insurance {
  background: url(../images/about_us/ttl_insurance.webp) center top no-repeat;
  background-size: 43px 54px;
  padding-top: 70px;
}
.insurance_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.insurance_list {
  min-height: 310px;
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 30px 20px;
}

.insurance_list_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px dashed var(--color-primary-default);
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.insurance_list_text {
  padding: 0 10px;
}
/* サポート体制 */
.ttl_support {
  background: url(../images/about_us/ttl_support.webp) center top no-repeat;
  background-size: 50px 50px;
  padding-top: 66px;
}
.support_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.support_list {
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 50px 25px 25px;
}
.support_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin-bottom: 30px;
}
.support_img img {
  height: 100%;
}
.support_ttl {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

/* 働いている人の声 */
.voice {
  padding-top: 100px;
}
.voice_box {
  display: flex;
  align-items: center;
  background-color: var(--color-primary-white);
  border: 2px solid var(--color-gray-line);
  border-radius: 6px;
  padding: 30px;
  margin-bottom: 30px;
}
.voice_box:last-child{
  margin-bottom: 0;
}
.voice_icon {
  width: 150px;
  height: auto;
  margin-right: 30px;
}
.voice_text {
  width: calc(100% - 180px);
}
.voice_comment {
  margin-bottom: 22px;
}
.voice_comment:last-of-type {
  margin-bottom: 0;
}
.voice_comment b{
  line-height: 2;
}
.voice_name {
  text-align: right;
}
@media (width < 1100px){
.welfare_list_wrap.haken {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 2%;
}
.welfare_list_wrap {
  margin-bottom: 50px;
}
.welfare_list {
  padding: 25px 10px 10px;
}
.welfare_list_img {
  height: 60px;
  margin-bottom: 15px;
}
.welfare_list_ttl {
  font-size: 1.4rem;
}
.welfare_list::after {
  bottom: -28px;
  background-size: contain;
  width: 24px;
  height: 16px;
}
}
/* @media (width < 768px) and (width < 480px) */
@media (width < 768px){
  .lead_wrap, .appeal_wrap {
    margin-bottom: 60px;
  }
/* ビジネスサポートの魅力 */
.appeal_wrap_ttl {
  font-size: 1.8rem;
}
.appeal_list{
  grid-template-columns: repeat(2, 1fr);
}
.appeal_list .appeal_list_ttl {
  font-size: 1.6rem;
  width: 100%;
}
.appeal_list .appeal_list_ttl a {
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.appeal_list .appeal_list_ttl a::after,
.appeal_list .appeal_list_ttl.--black a::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 10px;
  transform: translateY(-50%);
  background-size: contain;
  width: 36px;
  height: 21px;
}
.appeal_list_ttl_text{
  display: flex;
  align-items: center;
  min-height: 40px;
  text-align:left;
  padding: 0 40px 0 65px;
}
.appeal_list_ttl_text .sp{
  display: block;
}
.appeal_list_ttl_text.tasks{
  background-size: 38px 30px;
  background-position: left 10px top 5px;
}
.appeal_list_ttl_text.work{
  background-size: 40px 30px;
  background-position: left 10px top 5px;
}
.appeal_list_ttl_text.welfare{
  background-size: 35px 40px;
  background-position: left 10px top;
}
.appeal_list_ttl_text.insurance{
  background-size: 24px 30px;
  background-position: left 18px top 5px;
}
.appeal_list_ttl_text.support{
  background-size: 30px 30px;
  background-position: left 10px top 5px;
}
/* kyoutuu */
.appeal_inner_ttl {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
/* 働き方 */
.ttl_work {
  background-size: 47px 35px;
  padding-top: 76px;
}
.work_wrap {
  display: block;
}
.work_list {
  width: 100%;
  margin-bottom: 20px;
}
/* ３つの業務 */
.ttl_tasks {
  background-size: 50px 37px;
  padding-top: 47px;
}
.tasks_wrap {
  display: block;
}
.tasks_list {
  width: 100%;
  padding: 30px 20px 20px;
  margin-bottom: 20px;
}
.tasks_img {
  height: 120px;
  margin-bottom: 15px;
}
.tasks_img img {
  width: auto;
  height: 100%;
}
/* 福利厚生 */
.ttl_welfare {
  background-size: 44px 50px;
  padding-top: 60px;
}
.welfare_detail_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.welfare_detail {
  padding: 30px 20px;
}
.welfare_detail.col1 {
  display: block;
  grid-row: 1;
  grid-column: 1;
}

.welfare_detail.col1 .welfare_detail_box,
.welfare_detail.col2 .welfare_detail_box {
  width: 100%;
  margin-right: 0;
}
.welfare_detail_ttl {
  font-size: 1.8rem;
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.welfare_detail_img {
  width: 180px;
  height: 180px;
}
.welfare_detail.col1 .welfare_detail_img,
.welfare_detail.col2 .welfare_detail_img {
  margin-bottom: 20px;
}
.welfare_detail_img img{
  width: auto;
  height: 80px;
}
/* 社会保険 */
.ttl_insurance {
  background-size: 38px 47px;
  padding-top: 63px;
}
.insurance_wrap {
  grid-template-columns: 1fr;
  gap: 20px;
}
.insurance_list {
  min-height: auto;
  padding: 30px 20px;
}

.insurance_list_ttl {
  font-size: 1.8rem;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.insurance_list_text {
  padding: 0 10px;
}
/* サポート体制 */
.ttl_support {
  background-size: 40px 40px;
  padding-top: 56px;
}
.support_wrap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
.support_list {
  padding: 40px 20px 30px;
}
.support_img {
  height: 80px;
}
.support_img img {
  height: 100%;
  object-fit: contain;
}
.support_ttl {
  font-size: 1.8rem;
}
/* 働いている人の声 */
.voice {
  padding-top: 60px;
}
.voice_box {
  align-items: start;
  padding: 20px;
  margin-bottom: 16px;
}
.voice_icon {
  width: 80px;
  margin-right: 20px;
}
.voice_text {
  width: calc(100% - 100px);
  font-size: 1.2rem;
}
.voice_comment {
  margin-bottom: 16px;
}
}
@media (width < 480px){
  .appeal_list{
    grid-template-columns: 1fr;
  }
  .welfare_list_ttl.ttl_long {
    font-size: 1.2rem;
  }
}
@media (width < 375px){
  .welfare_list_wrap.part,
  .welfare_list_wrap.haken {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 2%;
  }
}
