/*PC*/
.wd_section_title_jp {
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 10px;
}

.wd_section_title_en {
    color: #6EC878;
    font-size: 20px;
    font-style: italic;
    font-weight: 200;
    text-align: center;
}

/*header*/
.wd_header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: #6EC878;
    z-index: 44;
}

.wd_header_inner {
    display: flex;    
    flex-wrap:wrap;
    justify-content: center;
    text-align: center;

    position: relative;
    width: 100%;
    height: 60px;
    max-width: 1200px;
    margin: 0px auto;
    padding: 20px 190px 20px 160px;
    justify-content: right !important;

}

.wd_header_logo {
    width: 120px;
    left: 20px;
    position: absolute;
    top: 50%;
    left: 20px;
    width: 120px;
    transform: translate(0%, -50%);
}

.wd_header_item {
    width: fit-content;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    padding: 0px 10px;
    border-right:1px solid #fff;
}

.wd_header_item:first-child,:last-child,
:nth-last-child(2) {
    border-right: none;
    }

.wd_header_bloglink {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0%, -50%);
    width: 150px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #6EC878;
    padding: 3px 0px 0px 40px;
    }

    .wd_header_linkto_blog_circle {
        width: 36px;
        height: 36px;
        border-radius: 50%;

        position: absolute;
        top: 50%;
        left: 5px;
        transform: translate(0%, -50%);
    
    }

    .wd_header_linkto_blog img{
        width: 36px;
        position: absolute;
        top:50%;
        left:0;
        transform: translate(-100%, -50%);
    
    }
    


/*fv section*/
.wd_fv_superbox {
    position: relative;
    width: 100%;
    height: 640px;
    background-color: #6EC878;
    padding: 100px 20px 0px;
}
.wd_fv_illust {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0%); /* 初期状態 */
  width: 300px;
  z-index: 2;
  margin-bottom: -10px;
}

/* アニメーション統合版 */
.wd_fv_illust.fadein-up {
  opacity: 0;
  transform: translate(-50%, 30px); /* ← 中央寄せ＋下スライド */
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
}

.wd_fv_illust.fadein-up.show {
  transform: translate(-50%, 0); /* ← 元のtransformに戻す */
  opacity: 1;
}


.wd_fv_logo {
    width: 250px;
    margin: 0px auto 0px;
}

.wd_fv_catch {
    color: #FFFFFF;
    font-weight: 400 !important;
    font-size: 40px;
    text-align: center;
    margin: 40px auto 0px;
}

.wd_fv_catch span{
    font-size: 30px;
}

/*about section*/
.wd_aboutsus_section {
    padding: 100px 0 0;
    background-color: #FFFFFF;
}
.wd_section_illust {
    width: 100%;
    max-width: 280px;
    margin: 30px auto 0;
}

.wd_aboutus_story {
    width: calc(100% - 40px);
    max-width: 800px;
    margin: 90px auto 0px;
    font-size: 18px;
    line-height: 40px;
    top: 10px;    
}

.wd_aboutus_story span {
    font-weight: 700;
}

/*warries section*/
.wd_warries_section {
    padding: 100px 0 0;
    background-color: #FCFBFB;
}

.wd_warries_list_superbox { 
    max-width: 500px;
    margin: 90px auto 40px;
    top: 10px;
    padding: 0;
}

.wd_warries_list_item {
    width: 100%;
    padding: 12px 16px;
    background-color: #6EC878;
    border-radius: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 20px;
    top: 10px;
}

.wd_warries_list_item span {
    color: #FFFF00;
}

/*support section*/

.wd_support_section {
    padding: 100px 0px 120px;
    background-color: #FFFFFF;
}

.wd_support_superbox {
    max-width: 900px;
    margin: 50px auto 0px;
    padding-left: 20px;
    padding-right: 20px;
}


.wd_support_itembox{
    width: 100%;
    padding: 40px 50px 40px 20px;
    background-color: #F7F5F1;
    border-radius: 10px;
    margin: 50px auto 0px;
    display: flex;
    justify-content: space-between;
}

.wd_support_itembox.odd {
    background-color: #FCFBFB;
}

.wd_support_item_image {
    width: 250px;
    height: 160px;
}

.wd_support_textbox {
    width: 560px;
}

.wd_support_item_title {
    font-size: 22px;
    color: #6EC878;
    font-weight: 400;
}

.wd_support_item_story {
    margin-top: 28px;
    font-size: 16px;
    line-height: 36px;
}

/*recruit section*/
.wd_recruit_section {
    padding: 100px 0 0;
    background-color: #FCFBFB;
}

.wd_recruit_list_item {
    width: 100%;
    padding: 12px 16px;
    background-color: #6EC878;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 20px;
}

/*join section*/
.wd_join_section {
    padding: 100px 0px 120px;
    background-color: #FFFFFF;
}

.wd_join_superbox {
    width: calc(100% - 40px);
    max-width: 500px;
    margin: 90px auto 0;
}

.wd_join_item {    
    position: relative;

    width: 100%;
    padding: 12px 16px 12px 76px;
    background-color: #6EC878;
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 20px;
}

.wd_join_item.odd {
    background-color: #77CDD9;
}

.wd_join_item_num {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 60px;
    height: 100%;
    border-right: 2px solid #fff;
}

.wd_join_item_num_inner {
    position: absolute;
    top: 0%;
    left: 0%;
    display: inline-block;
    width: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
}

.wd_join_story {
    max-width: 640px;
    margin: 64px auto 0px;
    font-size: 16px;
    line-height: 36px;
    top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}


/*qa section*/
.wd_qa_section {
    width: 100%;
    padding: 100px 0px 160px;
    background-color: #FCFBFB;
}

.wd_qa_illust {
    width: 100%;
    max-width: 280px;
    margin: 60px auto 0px;
}

.wd_qa_superbox {
    /*width: calc(100% - 40px);*/
    max-width: 1000px;
    margin: 0px auto;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 32px 75px;
}

.wd_qa_qbox {
/*    padding: 0px 0px 0px 52px;*/
    font-size: 22px;
    font-weight: 700;
    color: #6EC878;

    display: flex;
}

.wd_qa_catebox {
    margin: 64px auto 0px;
    width: 100%;
    border-radius: 10px;
    background-color: #6EC878;
    padding: 10px 32px;
    font-size: 22px;
    color: #FFFFFF;
    top: 10px;
}

.wd_qa_itembox {
    padding: 40px 0px;
    border-top: 1px solid #E6E4DF;
    top: 10px;
}

.wd_qa_q_icon {
/*    position: absolute;
    top: 0%;
    left: 0%;*/
    width: 52px;
    height: 36px;
    line-height: 36px;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;


    font-family: "Oswald", sans-serif;
}

.wd_qa_abox {
    margin-top: 24px;
    font-size: 16px;
    line-height: 36px;
    padding: 0px 0px 0px 52px;
}

.wd_qa_abox.p {
    text-align: left;
}

/*contact section*/

.wd_contact_section {
    padding: 100px 0 0;
    background-color: #FFFFFF;
}

.wd_contact_inner {
  max-width: 700px;
  margin: 60px auto 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.wd_contact_item_title:first-child {
    margin-top: 0px;
}
.wd_contact_item_title {
    font-size: 16px;
    margin-top: 30px;
}

.wd_musticon {
    color: #FF8A00;
}

.wd_mailform_input {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 60px;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 16px;
    padding: 0px 16px;
}

.wd_mailform_textarea {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 300px;
    border: 1px solid #9A9A9A;
    border-radius: 5px;
    margin-top: 4px;
    font-size: 16px;
    padding: 16px 16px;
}

.wd_mailform_submit {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 120px;
    height: 48px;
    background-color: #6EC878;
    border-radius: 5px;
    border: 1px solid #6EC878;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 78px auto 0px;
    cursor: pointer;
}


.wd_contact_linkto_blog {
    position: relative;
    width: 100%;
    max-width: 350px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #FFF000;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 0px 16px 0px 50px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #6EC878;
    margin: 60px auto 80px;
}

.wd_contact_linkto_blog img{
    width: 36px;
    position: absolute;
    top:50%;
    transform: translate(-100%, -50%);



}

.wd_contact_linkto_blog_circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #6EC878;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(0%, -50%);

}


.wd_pc_logo {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  width: 120px;
  display: flex;
  align-items: center;
  margin-right: auto;
}

.wd_totop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  z-index: 41;
  background-color: #6EC878;
  color: #fff;
  font-size: 11px;
  text-align: center;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.wd_totop_icon {
  font-size: 14px;
  line-height: 1;
}

.wd_totop_text {
  font-size: 10px;
  margin-top: 2px;
  line-height: 1;
}

/* スクロール後に出す */
.wd_totop.active {
  opacity: 1;
  visibility: visible;
}






/*fotter*/

.wd_footer {
    width: 100%;
    background-color: #F7F5F1;
    padding: 40px 0px;
}

.wd_footer_link_privacy {
    width: fit-content;
    margin: 0px auto;
    font-size: 13px;
}

.wd_footer_link_privacy a,
.wd_footer_link_privacy a:link,
.wd_footer_link_privacy a:visited {
    text-decoration: underline;
    color: #000000;
}

.wd_footer_logo {
    width: 160px;
    margin: 40px auto 0px;
}

/* ▼ スマホ表示用SPヘッダー：初期非表示（PC時） */
.wd_sp_menu,
.wd_sp_header_top {
  display: none;
}

/* ▼ スマホ表示（768px以下）の全スタイル */
@media screen and (max-width: 768px) {
  .wd_sp_header_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #6EC878;
    position: relative;
    z-index: 1002;
  }
	

	
  .wd_fv_illust{
    bottom: -60px; 
    width: 240px;         /* モバイル向けに縮小 */
  }

  .wd_sp_left {
    height: 48px;
    align-items: center;
  }

  .wd_sp_logo {
    display: flex;
    align-items: center;
    height: 40px;
  }

  .wd_sp_logo img {
    width: 120px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
  }

  .wd_sp_right {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .wd_sp_blogbtn {
    position: relative;
    width: 150px;
    height: 40px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0px 2px 0px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: #6EC878;
    padding: 3px 0 0 40px;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .wd_sp_blogbtn img {
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
  }

  nav,
  .wd_header_inner {
    display: none !important;
  }

.wd_hamburger {
  position: relative;
  width: 30px;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

.wd_hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background: white;
  border-radius: 3px;
  transition: 0.3s ease;
}

.wd_hamburger span:nth-child(1) {
  top: 0;
}

.wd_hamburger span:nth-child(2) {
  top: 10px;
}

.wd_hamburger span:nth-child(3) {
  top: 20px;
}

/* active時（×の状態） */
.wd_hamburger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.wd_hamburger.active span:nth-child(2) {
  opacity: 0;
}

.wd_hamburger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}


  .wd_sp_menu {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #6EC878;
    padding: 80px 20px;
    box-sizing: border-box;
  }

  .wd_sp_menu.active {
    display: block;
  }

  .wd_sp_menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .wd_sp_menu li {
    border-top: 0.5px solid #ffffff;
    border-bottom: 0.5px solid #ffffff;
    background-color: #6EC878;
    text-align: center;
  }

  .wd_sp_menu li:first-child {
    border-top: none;
  }

  .wd_sp_menu li:last-child {
    border-bottom: none;
  }

  .wd_sp_menu li a {
    display: block;
    padding: 22px 0;
    font-size: 16px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s;
  }

  .wd_sp_menu li a:hover {
    background-color: white;
    color: #6EC878;
  }

  .wd_sp_menu .blog-btn {
    margin-top: 20px;
    background: white;
    color: #6EC878;
    font-weight: bold;
    border-radius: 30px;
    padding: 12px 20px;
    display: inline-block;
    width: auto;
  }

/* PC表示（768px超）でのロゴサイズ調整 */
@media screen and (min-width: 769px) {
  .wd_header_logo {
    width: 120px;  /* ← 修正：160px → 120px */
    height: auto;
  }
}

/* SP両端のサイズ調整*/	
@media screen and (max-width: 768px) {
  .wd_warries_list_item,
  .wd_recruit_list_item {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 40px);
  }
}

	@media screen and (max-width: 768px) {
  .wd_qa_superbox {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .wd_support_itembox {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: left;
    padding: 20px;
    gap: 20px;
  }

  .wd_support_textbox {
    order: 1;
    width: 100%;
  }

  .wd_support_item_image {
    order: 2;
    width: 100%;
    max-width: 300px;
    height: auto;
  }
	
  .wd_support_item_title {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}

@media screen and (max-width: 768px) {
  html body .wd_qa_section {
    padding-bottom: 0px !important;
  }

  html body .wd_contact_section {
    padding-top: 40px !important;
  }
}




	
  /* ▼▼▼ 追加：PCロゴ非表示制御 ▼▼▼ */
  .wd_pc_logo,
  .main_visual .logo {
    display: none !important;
  }
  /* ▲▲▲ */
}

.fadein-up,
.fadein-right {
  opacity: 0;
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  display: block;
  position: relative;
}

/* 下から登場 */
.fadein-up {
  transform: translateY(30px);
}

.fadein-up.show {
  opacity: 1;
  transform: translateY(0);
}

/* 右から登場 */
.fadein-right {
  transform: translateX(30px);
}

.fadein-right.show {
  opacity: 1;
  transform: translateX(0);
}

/* イラスト専用 */
.fadein-illust-up {
  opacity: 0;
  transform: translate(-50%, 30px);
  transition: transform 0.6s ease-out, opacity 0.6s ease-out;
  position: absolute;
}

.fadein-illust-up.show {
  opacity: 1;
  transform: translate(-50%, 0);
}
