/*
  ランディングページ（LP）
*/

/* ランディングページ用に共通の固定UIを非表示 */
.page_title,
.breadcrumb,
.footer {
  display: none;
}

.header {
  background: #fff;
}

.main_contents {
  margin-top: 0;
}

.section {
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (min-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

h2 {
  font-size: 2.5rem;
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

p {
  font-size: 2rem;
}
p span.blue {
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 1.8rem;
  }
}

.section_title {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .section_title {
    padding: 0 40px;
  }
}

.btn {
  width: 100%;
  max-width: 480px;
  font-size: 1.5rem;
  box-shadow: none;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) {
  .btn {
    font-size: 2rem;
  }
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

.skyblue {
  color: #43aeea;
}

.blue {
  color: #095ca8;
}

.green {
  color: #34a70c;
}

.orange {
  color: #f47c6e;
}

.bg_color_gray {
  background: #efefef;
}

.bg_color_yellow {
  background: #fabe01;
}

.bg_color_white {
  background: #fff;
}

/*
  アップリンク
*/
section > .applink {
  padding-bottom: 0;
}
.applink .app_mitoriz img {
  border: 1px solid #c9c9c9;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .applink .over_main_box {
    background: #fff;
  }
  .applink .app_mitoriz {
    text-align: center;
  }
  .applink .section_title {
    font-size: 1.8rem;
  }
  .app_mitoriz img {
    height: 11vw;
    min-height: 110px;
  }
}
@media screen and (min-width: 768px) {
  .app_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .app_store_wrap {
    text-align: left;
    margin-left: 20px;
  }
  .app_store_wrap a {
    display: block;
  }
  .app_store_wrap a + a {
    margin-top: 10px;
  }
  .app_badge {
    height: 3vw;
    min-height: 30px;
  }
}

/*
  ヘッダー
*/

.nav_btn_cast {
  color: #fff;
  display: block;
  width: 190px;
  height: 30px;
  padding: 6px;
  margin: 0 10px;
  font-size: 1.3rem;
  font-weight: bold;
  border-radius: 17px;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .nav_btn {
    width: 200px;
    font-size: 2.0rem;
    margin: 0 15px;
  }
}

/*
  ファーストビュー
*/

.first_header_link {
  font-size: 1.2rem;
  z-index: 1100;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  background: #095ca8;
  color: #fff;
  text-decoration: none;
  position: relative; /* absoluteからrelativeに変更 */
}

  .first_view_main {
    display: flex;
    width: 100%;
    aspect-ratio: 1439/710;
    padding-top: 80px;
  }

  .first_view_main_img {
    width: 50%;
  }

  .first_view_main_img img {
    height: 100%;
    object-fit: cover;
  }

  .first_view_copy_background {
    background-color: #43aeea; /* 青背景 */
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50%;
  }

  .first_view_copy_title {
    color: #fff;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    width: 100%;
    font-size: 3vw;
  }


  .first_view_copy_boxes {
    display: flex;
    justify-content: space-around;
    width: 100%;
  }

  .first_view_copy_box {
    color: #085ca8;
    padding: 5px;
    background: #fff;
    border-radius: 20px;
    width: 30%;
    aspect-ratio: 1.5/1;
    font-size: 1.8vw;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

@media screen and (min-width: 768px) {
  .first_view {
    padding-bottom: 0;
  }

  .first_view_copy_box.cast_sp {
    display: none;
  }

  .first_view_copy_app_download_pc {
    background-color: #085ca8;
    box-shadow: 0 5px 0 #074781;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    font-size: 2.2vw;
    max-width: none;
    width: 40vw;
    height: 4.2vw;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .first_view_copy_app_download_sp {
    display: none;
  }
  .first_view_copy_boxes {
    margin: 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .first_view_copy_background {
    padding: 0px;
  }

  .first_view_copy_box.cast_pc {
    display: none;
  }

  .first_view_main {
    display: flex;
    flex-direction: column;
    padding-top: 80px;
    background-color: #43aeea;
  }

  .first_view_copy_background{
    width: 100%;
  }

  .first_view_main_rounder_img {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .first_view_main_rounder_img img {
    margin: 10px 0;
  }
  .first_view_copy_app_download_sp {
    display: inline-block;
    background-color: #085ca8; /* 背景色 */
    box-shadow: 0 5px 0 #074781; /* 影の太さ・色 */
    cursor: pointer;
    text-decoration: none; /* 文字の下線を消す */
    font-weight: bold;
    font-size: 2rem;
    width: 70%;
    padding: 10px 0;
    margin: 10px auto;
  }
  .first_view_copy_app_download_pc {
    display: none;
  }

  .first_view_copy_box {
    width: 30%;
    font-size: 3.5vw;
    padding: 1px;
    aspect-ratio: 1.8/1;
    border-radius: 10px;
  }
}

/*----------------------------------------
  ラウンダーとは？
----------------------------------------*/

.section_title_rounder_margin {
  margin:5px 0 20px;
}

.section_title_rounder {
  background: linear-gradient(transparent 65%, #45aeea 65%);
  font-size: 3.5rem;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.rounder_intro_img {
  object-fit: contain;
  height: 100%;
  width: 500px;
}

.rounder_img_wrap {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .rounder_intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .rounder_intro .read {
    display: inline-block;
    width: 50%;
  }

  .rounder_intro .read p {
    font-size: 1.6rem;
    margin-left: 20px;
  }

  .rounder_intro_img.cast_pc{
    margin: 0 20px;
  }
}



@media screen and (max-width: 767px) {
  .btn_cast_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .btn_cast {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    font-weight: bold;
    font-size: 1.8rem;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    background-color: #fabe01;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    width: 300px;
    height: 50px;
  }

  .rounder_intro .read p {
    text-align: center;
  }

  .read{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .rounder_intro_img {
    width: 80%;
    margin-bottom: 20px;
  }
}

/*----------------------------------------
  こんな人にピッタリ！
----------------------------------------*/
.section_title_suitable_padding {
  padding-bottom: 0;
}

.section_title_suitable {
  background: linear-gradient( transparent 65%, #1b75bc 65%);
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 4rem;
}

.suitable_title_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.suitable_contents_wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.suitable_text_wrap {
  width: 55%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  padding: 10px 0;
}

.suitable_text_checkbox {
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 2px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  font-family: 'Inter';
  font-weight: bold;
}

.suitable_text_wrap p {
  font-size: 1.8rem;
  line-height: 1.5;
}

.suitable_image_wrap {
  margin-top: 30px;
}

.suitable_image_wrap p {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  font-weight: bold;
}

.suitable_image_wrap_img {
  width: 20%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .suitable_img {
    height: 100vh;
    object-fit: contain;
  }
}

@media screen and (max-width: 767px) {
  .suitable_text_wrap {
    margin: 0 10px;
    width: 100%;
  }
  .suitable_img {
    width: 100vw;
  }
  .suitable_image_wrap_img {
    width: 40%;
  }
  .suitable_image_wrap p {
    font-size: 1.6rem;
  }
  .section_title_suitable {
    font-size: 3.3rem;
  }
}

/*----------------------------------------
  選べるお仕事形態
----------------------------------------*/
.section_title_workstyle {
  background: linear-gradient( transparent 65%, #43aeea 65%);
  font-weight: bold;
  font-size: 3.2rem;
  padding: 0 15px;
}

.workstyle_contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.workstyle_contents_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 5px;
  width: 260px;
  height: 200px;
}

.workstyle_contents_title {
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 100%;
}

.workstyle_contents_text {
  margin-top: 5px;
  border-radius: 10px;
  border: 2px solid #43aeea;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 5px 8px;
}

@media screen and (min-width: 768px) {
  .workstyle_contents_title.cast_sp{
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .workstyle_contents {
    flex-direction: column;
    margin-top: 20px;
  }

  .workstyle_contents_item {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: auto;
    margin: 2px 0;
    align-items: stretch;
  }
  .workstyle_contents_title.cast_sp{
    width: 25%;
    margin-right: 5px;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .workstyle_contents_title.cast_pc{
    display: none;
  }
  .workstyle_contents_text {
    width: 75%;
    margin: 0;
    line-height: 1.3;
    height: auto;
  }
}

/*----------------------------------------
  働きやすさのポイント
----------------------------------------*/

.main_box_point {
  max-width: 1100px;
}

.section_title_workstyle_point {
  background: linear-gradient( transparent 65%, #43aeea 65%);
  font-weight: bold;
  font-size: 3.2rem;
  padding: 0 15px;
}

.workstyle_point_contents {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}

.workstyle_point_contents_item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 10px;
  height: 150px;
  width: 330px;
}

.workstyle_point_contents_item_img {
  object-fit: cover;
  flex:1
}

.workstyle_point_contents_item_text {
  font-size: 1.5rem;
  flex: 3;
}

@media screen and (min-width: 768px) {
  .btn_workstyle_point_wrap {
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .btn_workstyle_point {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px auto;
    font-weight: bold;
    font-size: 2.2rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #095ca8;
    border-radius: 35px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.25);
    width: 570px;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  .section_title_workstyle_point {
    padding: 0 5px;
  }

  .workstyle_point_contents {
    flex-direction: column;
    height: 100%;
    margin-bottom: 10px;
  }
  .workstyle_point_contents_item {
    height: 100%;
    margin: 20px 0;
  }
  .btn_cast_wrap_workstyle_point_padding {
    padding-top: 20px;
    padding-bottom: 0;
  }
}


/*----------------------------------------
  1日の流れ
----------------------------------------*/

.section_title_day_flow {
  background: linear-gradient(transparent 65%, #43aeea 65%);
  font-weight: bold;
  font-size: 3.4rem;
  padding: 0 4rem;
}

.day_flow_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.day_flow_contents_item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 65%;
}

.day_flow_contents_item_timeline {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}

.day_flow_contents_item_timeline_time {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  aspect-ratio: 1/1;
  border: 2px solid #095ca8;
  font-size: 1.8rem;
  flex: 1;
  width: 50px;
}

.day_flow_contents_item_timeline_vertical_line {
  border-left: 2px solid #43aeea;
  margin-left: 25px;
  height: 140px;
}

.day_flow_contents_item_connect_line {
  border: 1px dashed #43aeea;
  width: 100px;
  margin-top: 25px;
}

.day_flow_contents_item_main {
  display: flex;
  flex-direction: column;
  flex: 10;
  align-items: flex-start;
  width: 500px;
}

.day_flow_contents_item_main_title {
  display: flex;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  width: 250px;
  height: 30px;
  margin-top: 10px;
}

.day_flow_contents_item_main_text {
  width: 100%;
  margin-top: 10px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .day_flow_contents_item {
    width: 100%;
    max-width: 400px;
  }
  .day_flow_contents_item_main {
    width: 250px;
  }
  .day_flow_contents_item_connect_line {
    width: 60px;
  }
  .day_flow_contents_item_timeline_vertical_line {
    height: 220px;
  }
  .day_flow_contents_item_main_text {
    width: 250px;
  }
}

/*----------------------------------------
  働くまでの3ステップ
----------------------------------------*/

.section_steps_margin {
  padding-top: 20px;
}

.section_title_steps {
  background: linear-gradient( transparent 65%, #1b75bc 65%);
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  font-weight: bold;
  font-size: 4rem;
  padding: 0 1rem;
}

.section_title_steps_subtitle {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}

.section_title_steps_small {
  font-size: 2.5rem;
}

.steps_contents {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.steps_contents_item {
  background: #fff;
  width: 760px;
  height: 330px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin: 20px 10px;
  display: flex;
  flex-direction: row;
  align-items: end;
  justify-content: center;
}

.steps_contents_item_display {
  display: flex;
  flex-direction: row;
  width: 570px;
  justify-content: flex-end;
}

.steps_contents_item_display_text_wrap {
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}

.steps_contents_item_display_step {
  display: flex;
  border-radius: 10px;
  justify-content: center;
  color: #fff;
  background-color: #095ca8;
  font-size: 1.6rem;
  font-weight: bold;
  width: 80px;
  height: 20px;
  line-height: 18px;
  margin-bottom: 10px;
}

.steps_contents_item_display_text {
  font-size: 1.6rem;
  width: 350px;
}

.steps_contents_item_display_text p {
  text-decoration: underline;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 3px;
}

.steps_contents_item_display_img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.steps_contents_item_display_img img {
  height: 270px;
}

@media screen and (max-width: 767px) {
  .section_title_steps {
    font-size: 3.5rem;
    letter-spacing: -0.1em;
  }

  .section_title_steps_subtitle{
    width: 100%;
    padding: 0 20px;
    text-align: center;
  }

  .steps_contents {
    margin-bottom: 10px;
  }

  .steps_contents_item {
    width: 330px;
    height: 365px;
    padding: 0 15px;
  }

  .steps_contents_item_display {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding-top: 10px;
  }

  .steps_contents_item_display_text_wrap {
    width: 100%;
  }

  .steps_contents_item_display_text {
    width: 100%;
  }

  .steps_contents_item_display_img img{
    height: 165px;
  }
}

/*----------------------------------------
  よくある質問
----------------------------------------*/
.section_title_question {
  background: linear-gradient(transparent 65%, #43aeea 65%);
  font-weight: bold;
  font-size: 3rem;
  padding: 0 3rem;
}

.question_contents {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.question_contents_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 770px;
}

.accordion  {
  margin: 10px 0;
}

.accordion_title {
  position: relative;
  border: none;
  display: block;
  list-style: none;
  width: 700px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  padding: 0.7em 1em 0.7em;
  line-height: 1.6em;
  font-size: 1.6rem;
  border-radius: 10px;
}

summary.accordion_title::-webkit-details-marker {
  display:none;
}

.accordion_title:after {
  content: "+";
  position: absolute;
  top: calc(50% - 0.5em);
  right: 20px;
  line-height: 1;
  padding: 0;
  pointer-events: none;
}

.accordion::details-content {
  opacity: 0;
  block-size: 0;
  transition: .3s;
  transition-property: display, opacity, block-size, padding;
  transition-behavior: allow-discrete;
  line-height: 1.6em;
}

.accordion .accordion_content {
  padding: 0 1.4em;
  width: 700px;
  line-height: 1.6em;
  font-size: 1.6rem;
}

.accordion .accordion_content > *:first-of-type {
  margin-top: 0;
}

.accordion .accordion_content > *:last-of-type {
  margin-bottom: 0;
}

.accordion[open]::details-content {
  opacity: 1;
  block-size: auto;
  block-size: calc-size(auto, size);
}

.accordion[open] .accordion_content {
  width: 700px;
}

.accordion[open] .accordion_title:after {
  content: "ー";
}

.accordion_title span.blue {
  font-weight: bold;
}

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

  .question_contents {
    margin-bottom: 0;
  }

  .question_contents_item {
    width: 350px;
  }
  .accordion[open] .accordion_content {
    width: 350px;
  }
  .accordion_title {
    width: 350px;
  }

  .btn_cast_wrap_question_padding {
    padding-top: 0px;
  }
}

/*----------------------------------------
  フッター用のマージン
----------------------------------------*/
@media screen and (max-width: 767px) {
  .margin_footer {
    padding-bottom: 80px;
  }
}

/*----------------------------------------
  アプリリンクフッター
----------------------------------------*/
@media screen and (max-width: 767px) {
  .app_link_footer {
    position: fixed;
    bottom: 0;
    padding: 10px 0;
  }
}

/*
  フッター
*/

.cast_footer {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .cast_footer {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.cast_footer .footer_logo {
  width: 340px;
}

.cast_footer .footer_logo p {
  text-align-last: left;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.cast_footer .app_wrap {
  margin-bottom: 30px;
}

.cast_footer .app_badge {
  margin-top: 30px;
  width: auto;
  height: 12vw;
  max-width: none;
  max-height: 55px;
  min-height: 38px;
}
@media screen and (min-width: 768px) {
  .cast_footer .app_badge {
    height: 2.2vw;
    min-height: 22px;
  }
}

.footer_menu_parents > li:nth-of-type(1) {
  border-bottom-style: solid;
}
@media screen and (min-width: 768px) {
  .footer_list:nth-of-type(1) {
    align-items: flex-start;
  }
  .footer_list_item:nth-of-type(1) {
    width: 360px;
  }
}

@media screen and (max-width: 767px) {
  .cast_footer .footer_links {
    display: block;
    padding-right: 20%;
  }
}

.cast_footer .footer_menu_children a {
  color: #000;
}
