@charset "UTF-8";

/*　▼commonに切り替わったら移動　*/

#container {
  background: var(--color-bg);
}

/* =====================
  fv_home
===================== */

#fv_home {
  overflow: hidden;
  position: relative;
}

#fv_home::before,
#fv_home::after,
#fv_home .fv_bg::before,
#fv_home .fv_bg::after,
#fv_home .fv_photo::after {
  content: '';
  position: absolute;
}

#fv_home .fv_bg {
  display: none;
}

#fv_home .inner {
  height: 100%;
  position: relative;
  z-index: 2;
}

#fv_home .fv_photo {
  overflow: hidden;
  position: relative;
}

#fv_home .fv_photo img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#fv_home .fv_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

#fv_home .fv_lead {
  color: #fff;
  font-weight: 800;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

#fv_home .fv_btns p {
  margin-right: auto;
  margin-left: auto;
}

/* =====================
  bnr_area
===================== */

#bnr_area .bnr {
  display: flex;
}

#bnr_area .bnr a {
  height: 100%;
  display: block;
}

#bnr_area .bnr img {
  object-fit: cover;
}

/* =====================
  search_joken
===================== */

#search_joken .search_joken_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

#search_joken .search_joken_list a {
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--box-shadow);
  letter-spacing: 0.02em;
  line-height: 1.5;
}

#search_joken .search_joken_list a::before {
  content: '#';
  color: var(--color-main);
  font-weight: 700;
}

/* =====================
  search_spot
===================== */

#search_spot .search_spot_list {
  display: grid;
}

#search_spot .search_spot_list a {
  display: block;
}

#search_spot .search_spot_img {
  aspect-ratio: 320 / 211;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

#search_spot .search_spot_img img {
  height: 100%;
  object-fit: cover;
}

#search_spot .search_spot_area {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: absolute;
  top: 7px;
  left: 6px;
}

#search_spot figcaption {
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}

/* =====================
  search_start
===================== */

#search_start .search_start_list {
  display: grid;
}

#search_start .search_start_list a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: var(--box-shadow);
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: relative;
}

#search_start .search_start_list a::after {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_arrow_gray.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

#search_start .search_start_text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
}

#search_start .search_start_num,
#search_start .search_start_unit {
  color: var(--color-main);
  font-weight: 700;
}

/* =====================
  campaign
===================== */

#campaign .campaign_list a {
  height: 100%;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
}

#campaign .campaign_img {
  aspect-ratio: 1600 / 840;
  overflow: hidden;
}

#campaign .campaign_img img {
  height: 100%;
  object-fit: cover;
}

#campaign .campaign_ttl {
  display: flex;
  letter-spacing: 0;
}

/* =====================
  news
===================== */

#news {
  background: #fff;
}

#news .news_list {
  border-top: 1px solid var(--color-gray-sub);
}

#news .news_list li {
  border-bottom: 1px solid var(--color-gray-sub);
}

#news .news_list a {
  display: grid;
  align-items: baseline;
}

#news .date {
  color: var(--color-gray);
  letter-spacing: 0.02em;
}

#news .news_title {
  color: var(--color-main);
  letter-spacing: 0.02em;
}

#news .news_more {
  display: flex;
  justify-content: flex-end;
}

#news .news_more a {
  text-decoration: underline;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

/* =====================
  job_conts
===================== */

.job_conts:not(:last-of-type) {
  border-bottom: 1px solid var(--color-gray-sub);
}

.job_conts .label_balloon {
  width: fit-content;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

/* =====================
  about
===================== */

#about .label_balloon {
  width: fit-content;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

#about .about_list {
  display: grid;
}

#about .about_img {
  aspect-ratio: 3 / 2;
  overflow: hidden;
  border-radius: 5px;
  position: relative;
}

#about .about_img img {
  height: 100%;
  object-fit: cover;
}

#about .about_label {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  position: absolute;
}

#about figcaption {
  line-height: 1.7;
  letter-spacing: 0.02em;
}

/* =====================
  faq
===================== */

#faq .faq_list {
  display: grid;
}

#faq .faq_item {
  overflow: hidden;
  border: 1px solid var(--color-bg);
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
}

#faq .faq_ttl label {
  min-height: 100%;
  display: flex;
  align-items: center;
  font-weight: 700;
  letter-spacing: 0.02em;
  position: relative;
  cursor: pointer;
}

#faq .faq_ttl label::before,
#faq .faq_body::before {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  left: 15px;
}

#faq .faq_ttl label::before {
  content: 'Q';
  background: var(--color-main);
}

#faq .faq_ttl label::after {
  content: '';
  width: 6px;
  height: 10px;
  background: url(../img/common/icon_arrow_gray.svg) no-repeat center / contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.3s;
}

#faq .faq_body {
  letter-spacing: 0.02em;
  position: relative;
}

#faq .faq_body a {
  text-decoration: underline;
}

#faq .faq_body::before {
  content: 'A';
  background: var(--color-red);
}

#faq .cssacc:checked + .faq_ttl + .accshow {
  height: auto;
  opacity: 1;
}

#faq .cssacc:checked + .faq_ttl label::after {
  transform: translateY(-50%) rotate(-90deg);
}

/* =====================
  voice
===================== */

#voice {
  overflow: hidden;
}

#voice .voice_list {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

#voice .voice_list::-webkit-scrollbar {
  display: none;
}

#voice .voice_item {
  flex: 0 0 auto;
}

#voice .voice_item a {
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: var(--box-shadow);
}

#voice .voice_img {
  aspect-ratio: 300 / 157;
  overflow: hidden;
  flex-shrink: 0;
}

#voice .voice_img img {
  height: 100%;
  object-fit: cover;
}

#voice .voice_text {
  flex: 1;
  display: flex;
  flex-direction: column;
}

#voice .voice_ttl {
  display: -webkit-box;
  overflow: hidden;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

#voice .voice_meta {
  margin-top: auto;
  color: var(--color-gray);
  line-height: 1.4;
  letter-spacing: 0.02em;
}

#voice .voice_meta p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* =====================
  top_msg
===================== */

#top_msg .top_msg_box {
  background: #fff;
  position: relative;
}

#top_msg .text {
  letter-spacing: 0.02em;
}

/*-------------------------------------------*/
/*	PC
/*-------------------------------------------*/

@media screen and (min-width:900px) {

  /* =====================
    fv_home
  ===================== */

  #fv_home {
    height: 415px;
    overflow: visible;
    z-index: 2;
  }

  #fv_home .inner {
    display: flex;
    align-items: center;
  }

  #fv_home::before,
  #fv_home::after {
    content: none;
  }

  #fv_home .fv_bg {
    display: block;
    overflow: hidden;
    inset: 0;
    position: absolute;
    z-index: 0;
  }

  #fv_home .fv_bg::before {
    inset: 0;
    background: var(--fv_home_img) no-repeat center center / cover;
    filter: blur(25px) brightness(0.8);
    transform: scale(1.08);
  }

  #fv_home .fv_bg::after {
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
  }

  #fv_home .fv_photo {
    width: calc(46.2% - 30px);
    aspect-ratio: 462 / 341;
    margin-top: 100px;
    margin-left: 14px;
    outline: 10px solid #fff;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
    transform: rotate(-6deg);
    transform-origin: top left;
    z-index: 2;
  }

  #fv_home .label_balloon {
    height: 39px;
    padding: 0 15px;
    font-size: 16px;
  }

  #fv_home .label_balloon::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
  }

  #fv_home .fv_lead {
    width: 100%;
    font-size: 25px;
    margin-top: 35px;
  }

  #fv_home .fv_logo {
    width: 400px;
  }

  #fv_home .fv_btns {
    display: flex;
    gap: 15px;
    margin-top: 35px;
  }

  #fv_home .fv_text {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-left: auto;
  }

  #fv_home .fv_btns p:not(:last-of-type) {
    margin-bottom: 0;
  }

  /* =====================
    container
  ===================== */

  /*　▼commonに切り替わったら移動　*/  

  #wrapper {
    overflow: clip;
  }

  #container {
    padding: 15px 0 80px;
  }

  .inner {
    max-width: 90%;
  }

  .contents .text {
    font-size: 14px;
  }

  /* =====================
    bnr_area
  ===================== */

  #bnr_area {
    padding-bottom: 15px;
  }

  #bnr_area .bnr {
    justify-content: center;
    gap: 27px;
  }

  #bnr_area .bnr li {
    max-width: 335px;
    width: 32%;
  }

  /* =====================
    search_joken
  ===================== */

  #search_joken .search_joken_list a {
    min-height: 37px;
    padding: 0 15px;
    font-size: 13px;
  }

  #search_joken .search_joken_list a::before {
    margin-right: 1px;
  }

  /* =====================
    contents_column
  ===================== */

  .contents_column {
    width: 1060px;
    max-width: 90%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
    margin: 30px auto 0;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-gray-sub);
  }

  .contents_column .contents {
    padding: 0;
  }

  .contents_column .inner {
    width: 100%;
    max-width: 100%;
  }

  /* =====================
    search_spot
  ===================== */

  #search_spot .search_spot_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px 15px;
  }

  #search_spot .search_spot_area {
    min-width: 65px;
    height: 21px;
    padding: 0 12px;
    font-size: 12px;
  }

  #search_spot figcaption {
    margin-top: 10px;
    font-size: 14px;
  }

  /* =====================
    search_start
  ===================== */

  #search_start .search_start_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  #search_start .search_start_list a {
    height: 50px;
    font-size: 14px;
  }

  #search_start .search_start_list a::after {
    right: 14px;
  }

  #search_start .search_start_num {
    font-size: 17px;
  }

  #search_start .search_start_unit {
    font-size: 14px;
  }

  /* =====================
    campaign
  ===================== */

  #campaign {
    padding: 35px 0 60px;
  }

  #campaign .campaign_list {
    display: flex;
    justify-content: center;
    gap: 27px;
  }

  #campaign .campaign_list li {
    max-width: 335px;
    width: 32%;
  }

  #campaign .campaign_ttl {
    padding: 12px 12px;
    font-size: 14px;
    line-height: 1.4;
  }

  /* =====================
    news
  ===================== */

  #news {
    padding: 50px 0 60px;
    margin-bottom: 20px;
  }

  #news .news_list li {
    line-height: 1.75;
  }

  #news .news_list a {
    grid-template-columns: 80px 1fr;
    column-gap: 20px;
    padding: 15px 0;
  }

  #news .date {
    font-size: 12px;
  }

  #news .news_title {
    font-size: 14px;
  }

  #news .news_more {
    margin-top: 20px;
    font-size: 14px;
  }

  /* =====================
    job_conts
  ===================== */

  .job_conts:not(:last-of-type) {
    padding-bottom: 40px;
    margin-bottom: 20px;
  }

  .job_conts .label_balloon {
    height: 30px;
    padding: 0 14px;
    margin-bottom: 13px;
    font-size: 13px;
  }

  .job_conts .label_balloon::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
  }

  .job_conts .ttl_middle {
    margin-bottom: 30px;
  }

  /* =====================
    about
  ===================== */

  #about .label_balloon {
    height: 30px;
    padding: 0 14px;
    margin-bottom: 13px;
    font-size: 13px;
  }

  #about .label_balloon::after {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
  }

  #about .ttl_middle {
    margin-bottom: 25px;
  }

  #about .about_list {
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 30px;
  }

  #about .about_label {
    min-width: 88px;
    height: 24px;
    padding: 0 14px;
    font-size: 12px;
    top: 8px;
    left: 8px;
  }

  #about figcaption {
    margin-top: 12px;
    font-size: 13px;
  }

  #about .about_btn {
    margin-top: 35px;
  }

  /* =====================
    faq
  ===================== */

  #faq .faq_list {
    gap: 10px;
    margin-top: 30px;
  }

  #faq .faq_ttl label {
    min-height: 90px;
    padding: 20px 56px 20px 60px;
    font-size: 16px;
    line-height: 1.6;
  }

  #faq .faq_ttl label::before,
  #faq .faq_body::before {
    top: 32px;
    left: 18px;
  }

  #faq .faq_ttl label::after {
    right: 22px;
  }

  #faq .faq_body {
    padding: 0 56px 28px 60px;
    font-size: 16px;
    line-height: 1.85;
  }

  #faq .faq_body::before {
    top: 3px;
  }

  #faq .faq_btn {
    margin-top: 35px;
  }

  /* =====================
    voice
  ===================== */

  #voice {
    --voice_inner_width: min(1060px, 90vw);
    --voice_side_space: calc((100vw - var(--voice_inner_width)) / 2);
  }

  #voice .voice_list {
    width: 100vw;
    gap: 20px;
    margin: 18px 0 0 calc(0px - var(--voice_side_space));
    padding: 12px var(--voice_side_space);
  }

  #voice .voice_item {
    width: calc((var(--voice_inner_width) - 40px) / 3);
    max-width: 335px;
    width: 32%;
  }

  #voice .voice_text {
    padding: 15px 18px 18px;
  }

  #voice .voice_ttl {
    font-size: 16px;
  }

  #voice .voice_meta {
    font-size: 12px;
  }

  #voice .voice_btn {
    margin-top: 13px;
  }

  /* =====================
    top_msg
  ===================== */

  #top_msg {
    padding: 50px 0 0;
  }

  #top_msg .top_msg_box {
    padding: 40px 40px 35px;
  }

  #top_msg .text {
    line-height: 1.8;
  }
  
}

/*-------------------------------------------*/
/*	SP
/*-------------------------------------------*/

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

  /* =====================
    container
  ===================== */

  /*　▼commonに切り替わったら移動　*/  
  
  #container {
    padding-bottom: 20px;
  }

  .contents .text {
    font-size: 13px;
  }

  /* =====================
    header
  ===================== */

  #page_home #wrapper {
    padding-top: 0;
  }

  #page_home #header.front_header {
    background: transparent;
    box-shadow: none;
    pointer-events: none;
    transition: background 0.35s ease, box-shadow 0.35s ease;
  }

  #page_home #header.front_header > .h_logo,
  #page_home #header.front_header > .h_icons,
  #page_home #header.front_header > .h_menu {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.35s cubic-bezier(.2,.8,.2,1), opacity 0.35s ease;
  }

  #page_home #header.front_header.is_fv_passed {
    background: #fff;
    box-shadow: var(--box-shadow);
    pointer-events: auto;
  }

  #page_home #header.front_header.is_fv_passed > .h_logo,
  #page_home #header.front_header.is_fv_passed > .h_icons,
  #page_home #header.front_header.is_fv_passed > .h_menu {
    transform: none;
    opacity: 1;
    pointer-events: auto;
  }

  body#page_home.open-menu #header.front_header #g_nav {
    pointer-events: auto;
  }

  #page_home #h_sub_nav.front_sub_nav {
    display: none;
  }

  /* =====================
    fv_home
  ===================== */

  #fv_home {
    height: 530px;
  }

  #fv_home::before {
    width: calc(100vw + 20px);
    height: 30px;
    display: block;
    border-radius: 30px 30px 0 0;
    background: var(--color-bg);
    position: absolute;
    left: calc(50% - 50vw - 10px);
    bottom: -20px;
    z-index: 3;
  }

  #fv_home .inner {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
  }

  #fv_home .fv_photo {
    inset: 0;
    position: absolute;
    z-index: 0;
  }

  #fv_home .fv_photo::after {
    inset: 0;
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0.45) 0%,
      rgba(0, 0, 0, 0.06) 11.82%,
      rgba(0, 0, 0, 0.12) 41.87%,
      rgba(0, 0, 0, 0.35) 53.69%,
      rgba(0, 0, 0, 0.45) 100%
    );
  }

  #fv_home .fv_lead {
    font-size: 17px;
    margin-top: 28px;
  }

  #fv_home .fv_logo {
    width: 270px;
    margin-top: 0;
  }

  #fv_home .fv_btns {
    margin-top: 25px;
  }

  #fv_home .fv_text {
    margin-top: auto;
  }

  /*  fv_sp_header
  ------------------------*/
  
  #fv_home .fv_sp_header {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
  }

  #fv_home .h_icons {
    align-items: flex-start;
  }

  #fv_home .h_icon_item,
  #fv_home .h_menu {
    height: 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: center;
  }

  #fv_home .h_icon_item {
    width: auto;
    padding: 4px 5px 0;
  }

  #fv_home .h_icon_item img {
    width: auto;
    height: 13px;
    filter: brightness(0) invert(1);
  }

  #fv_home .h_text {
    display: block;
    font-size: 10px;
    transform: scale(0.9);
    transform-origin: center;
    margin-top: 1px;
  }

  #fv_home .h_menu {
    width: 55px;
    padding: 5px 0 0;
    background: var(--color-main);
    cursor: pointer;
  }

  #fv_home .h_menu_trigger {
    width: 15px;
    height: 11px;
    display: block;
    position: relative;
  }

  #fv_home .h_menu_trigger span {
    width: 100%;
    height: 1.5px;
    display: block;
    border-radius: 2px;
    background: #fff;
    position: absolute;
    transition: .3s;
    left: 0;
  }

  #fv_home .h_menu_trigger span:nth-child(1) {
    top: 0;
  }

  #fv_home .h_menu_trigger span:nth-child(2) {
    top: 50%;
    margin-top: -1px;
  }

  #fv_home .h_menu_trigger span:nth-child(3) {
    bottom: 0;
  }

  body.open-menu #fv_home .fv_sp_header {
    z-index: 1001;
  }

  body.open-menu #fv_home .h_icons {
    opacity: 0;
    pointer-events: none;
  }

  body.open-menu #fv_home .h_menu_trigger span:nth-of-type(1) {
    transform: translateY(5px) rotate(-45deg);
  }

  body.open-menu #fv_home .h_menu_trigger span:nth-of-type(2) {
    opacity: 0;
  }

  body.open-menu #fv_home .h_menu_trigger span:nth-of-type(3) {
    transform: translateY(-4.5px) rotate(45deg);
  }
  
  /* =====================
    bnr_area
  ===================== */

  #bnr_area .bnr {
    gap: 10px;
    flex-wrap: wrap;
  }

  /* =====================
    search_joken
  ===================== */

  #search_joken .search_joken_list a {
    min-height: 35px;
    padding: 0 15px;
    font-size: 12px;
  }

  #search_joken .search_joken_list a::before {
    margin-right: 1px;
  }

  /* =====================
    home_search
  ===================== */
  
  .search_form_body {
    padding-bottom: 35px;
  }

  /* =====================
    contents_column
  ===================== */

  .contents_column {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color-gray-sub);
  }

  /* =====================
    search_spot
  ===================== */

  #search_spot .search_spot_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px 7px;
  }

  #search_spot .search_spot_area {
    min-width: 46px;
    height: 16px;
    padding: 0 10px;
    font-size: 10px;
  }

  #search_spot figcaption {
    margin-top: 7px;
    font-size: 12px;
  }

  /* =====================
    search_start
  ===================== */

  #search_start .search_start_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
  }

  #search_start .search_start_list a {
    height: 40px;
    font-size: 12px;
  }

  #search_start .search_start_list a::after {
    right: 9px;
  }

  #search_start .search_start_num {
    font-size: 15px;
  }

  #search_start .search_start_unit {
    font-size: 12px;
  }

  /* =====================
    campaign
  ===================== */

  #campaign {
    padding: 30px 0;
  }

  #campaign .campaign_list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  #campaign .campaign_list li:first-child {
    grid-column: 1 / -1;
  }

  #campaign .campaign_list li .campaign_ttl {
    line-height: 1.4;
    padding: 8px 10px;
    font-size: 12px;
  }

  /* =====================
    news
  ===================== */

  #news {
    padding: 30px 0;
    margin-bottom: 15px;
  }

  #news .news_list a {
    grid-template-columns: 65px 1fr;
    column-gap: 15px;
    padding: 12px 0;
  }

  #news .news_list li {
    line-height: 1.75;
  }

  #news .date {
    font-size: 10px;
  }

  #news .news_title {
    font-size: 12px;
  }

  #news .news_more {
    margin-top: 15px;
    font-size: 12px;
  }

  /* =====================
    job_conts
  ===================== */

  .job_conts:not(:last-of-type) {
    padding-bottom: 30px;
    margin-bottom: 15px;
  }

  .job_conts .label_balloon {
    height: 26px;
    margin-bottom: 5px;
    font-size: 11px;
    left: -10px;
  }

  /* =====================
    about
  ===================== */

  #about .label_balloon {
    height: 26px;
    margin-bottom: 5px;
    font-size: 11px;
    left: -10px;
  }

  #about .about_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 12px;
    margin-top: 25px;
  }

  #about .about_label {
    min-width: 70px;
    height: 20px;
    padding: 0 10px;
    font-size: 10px;
    top: 6px;
    left: 6px;
  }

  #about figcaption {
    margin-top: 8px;
    font-size: 12px;
  }

  /* =====================
    faq
  ===================== */

  #faq .faq_list {
    gap: 7px;
    margin-top: 20px;
  }

  #faq .faq_item {
    font-size: 14px;
  }

  #faq .faq_ttl label {
    min-height: 80px;
    padding: 18px 45px 18px 50px;
    line-height: 1.57;
  }

  #faq .faq_ttl label::before,
  #faq .faq_body::before {
    top: 28px;
  }

  #faq .faq_ttl label::after {
    right: 17px;
  }

  #faq .faq_body {
    padding: 2px 45px 25px 50px;
    line-height: 1.86;
  }

  #faq .faq_body::before {
    top: 2px;
  }

  /* =====================
    voice
  ===================== */

  #voice {
    --voice_inner_width: min(700px, 90vw);
    --voice_side_space: calc((100vw - var(--voice_inner_width)) / 2);
    padding: 30px 0;
  }

  #voice .voice_list {
    width: 100vw;
    gap: 15px;
    margin: 10px 0 0 calc(0px - var(--voice_side_space));
    padding: 12px var(--voice_side_space);
  }

  #voice .voice_item {
    width: 300px;
  }

  #voice .voice_text {
    padding: 12px 15px 14px;
  }

  #voice .voice_ttl {
    font-size: 14px;
  }

  #voice .voice_meta {
    font-size: 10px;
  }

  #voice .voice_btn {
    margin-top: 8px;
  }

  /* =====================
    top_msg
  ===================== */

  #top_msg {
    padding: 30px 0 0;
  }

  #top_msg .top_msg_box {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 34px 5% 28px;
  }

  #top_msg .text {
    line-height: 1.75;
  }

}
