@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Quicksand:wght@700&family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

#root,
#__next {
  isolation: isolate;
}

.u-mb40 {
  margin-bottom: 40px;
}

body {
  font-family: "Noto Sans JP";
  background-color: #fff;
  color: #333;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img.pc {
  display: block;
}
img.sp {
  display: none;
}

br.pc {
  display: block;
}
br.sp {
  display: none;
}

.pc_block {
  display: block;
}

.sp_block {
  display: none;
}

header {
  width: 960px;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 40px;
}
header .head_top {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
header .head_top_left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .head_top_right {
  display: block;
}
header .head_top_logo {
  max-width: 145px;
  margin-right: 12px;
}
header .head_top_desc {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 1.2px;
  text-align: right;
}
header .head_top_line {
  max-width: 116px;
}
header .head_top_line a {
  opacity: 1;
  transition: all 0.3s;
}
header .head_top_line a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
header .head_top_line a img {
  width: 100%;
}
header .head_bottom {
  width: 100%;
  margin-top: 24px;
}
header .head_bottom ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .head_bottom ul li {
  width: 16.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .head_bottom ul li a {
  text-align: center;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #ffffff;
  background: #005095;
  padding: 12px 0;
  border: 2px solid #005095;
  opacity: 1;
  transition: all 0.3s;
}
header .head_bottom ul li a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
header .head_bottom ul li:first-child a {
  color: #005095;
  background: #ffffff;
  border-radius: 8px 0px 0px 8px;
  border: 2px solid #005095;
}
header .head_bottom ul li:last-child a {
  border-radius: 0px 8px 8px 0px;
}

footer {
  width: 100%;
  margin: 0 auto;
  background: #faf8f7;
}
footer .footer_container {
  max-width: 960px;
  margin: 0 auto;
}
footer .footer_subwrap {
  padding: 96px 0;
  display: flex;
  justify-content: space-between;
}
footer .footer_item {
  width: 48%;
}
footer .footer_item_head {
  display: flex;
  justify-content: center;
  padding: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  color: #fff;
  background: #5b2c18;
  border-radius: 8px 8px 0px 0px;
  border: 1px solid #5b2c18;
}
footer .footer_item_body {
  padding: 40px 0;
  border: 1px solid #5b2c18;
  background: #fff;
  height: 160px;
  border-radius: 0px 0px 8px 8px;
}
footer .footer_item_tel {
  text-align: center;
}
footer .footer_item_tel a {
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  color: #5b2c19;
  position: relative;
  opacity: 1;
  transition: all 0.3s;
  margin-left: 38px;
}
footer .footer_item_tel a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer_item_tel a:before {
  content: "";
  width: 30px;
  height: 36px;
  background: url(../img/tel.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -38px;
  top: 6px;
}
footer .footer_item_note {
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 16px;
}
footer .footer_item_contactbox {
  display: flex;
  justify-content: center;
}
footer .footer_item_contactbox a {
  width: 300px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: #ef7300;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  padding: 15px 0;
  border-radius: 8px;
  opacity: 1;
  transition: all 0.3s;
  position: relative;
}
footer .footer_item_contactbox a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
footer .footer_item_contactbox a span {
  position: relative;
  margin-left: 14px;
}
footer .footer_item_contactbox a span:before {
  content: "";
  width: 20px;
  height: 24px;
  background: url(../img/mail.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: -28px;
  top: 4px;
}

main {
  width: 960px;
  margin: 0 auto;
  background: #fff;
}
main h2 {
  width: 100%;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 1.2px;
  padding-bottom: 20px;
  color: #005095;
  border-bottom: 4px solid #005095;
  margin-bottom: 40px;
}
main h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.2px;
  margin-bottom: 8px;
}
main .main_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
}
main .main_friend {
  display: flex;
  justify-content: center;
}
main .main_friend a {
  max-width: 116px;
  opacity: 1;
  transition: all 0.3s;
}
main .main_friend a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.fv {
  padding: 0 0 20px;
}
.fv_wrap {
  padding-top: 30px;
  background: #f18f60;
}
.fv_title {
  color: #ffffff;
  font-family: "Noto Sans JP";
  font-size: 54px;
  font-weight: 700;
  line-height: 54px;
  letter-spacing: 0px;
  text-align: center;
}
.fv_subwrap {
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 12px;
  padding-bottom: 30px;
}
.fv_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
}
.fv_main_list {
  max-width: 400px;
}
.fv_main_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}
.fv_main_list ul li {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.08em;
  text-align: center;
  background: #ffe67a;
  color: #5b2c18;
  padding: 8px 12px 4px;
  margin: 4px;
  border-radius: 8px;
}
.fv_main_box {
  margin-top: 14px;
  width: 100%;
  max-width: 326px;
}
.fv_leftimg {
  position: absolute;
  max-width: 265px;
  bottom: 12px;
  left: 77px;
}
.fv_rightimg {
  position: absolute;
  max-width: 198px;
  bottom: 0px;
  right: 95px;
}

.bl_message {
  border: 1px solid #666;
  padding: 20px;
  margin-bottom: 30px;
}

.friend {
  padding: 20px 0 20px;
}
.friend_wrap {
  width: 600px;
  margin: 0 auto;
}
.friend_top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.friend_top_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  margin-bottom: 12px;
}
.friend_top_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.08em;
  margin-top: 12px;
}
.friend_top_lineid {
  padding: 18px 12px 16px;
  border: 2px solid #00c200;
  border-radius: 8px;
}
.friend_top_lineid_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: -0.08em;
  color: #00c200;
  margin-bottom: 4px;
}
.friend_top_lineid_value {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  margin-top: 4px;
}
.friend_bottom {
  margin-top: 16px;
  padding: 16px 0;
  background: #ffe67a;
}
.friend_bottom_title {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.08em;
  text-align: center;
}
.friend_bottom_box {
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.2509803922) inset;
  max-width: 300px;
  padding: 10px 0;
  margin: 8px auto;
  background: #fff;
  border-radius: 8px;
}
.friend_bottom_note {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
}
.friend_button {
  display: none;
}

.seminar {
  padding: 20px 0;
}
.seminar_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0px;
  text-align: center;
  margin-bottom: 12px;
}
.seminar_img a {
  width: 100%;
}

.counseling {
  padding-top: 20px;
}
.counseling_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: flex-start;
}
.counseling_list_item {
  width: 49.2%;
  border: 1px solid #d4ceca;
  padding: 20px;
}
.counseling_list_item_top {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 16px;
}
.counseling_list_item_top_left {
  width: 120px;
}
.counseling_list_item_top_right {
  width: calc(100% - 120px);
  padding-left: 20px;
}
.counseling_list_item_top_desc {
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 1.2px;
  color: #ef7300;
}
.counseling_list_item_top_spdesc {
  display: none;
}
.counseling_list_item_top_title {
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 1.2px;
}
.counseling_list_item_top_box {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0.04em;
  background: #ef7300;
  color: #fff;
  padding: 8px;
}
.counseling_list_item_bottom_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
}

#howto,
#voice,
#expert,
#onlinesemi,
#faq {
  margin: 120px 0;
}

.howto_wrap {
  max-width: 800px;
  margin: 40px auto;
}
.howto_item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  border: 1px solid #d4ceca;
  margin-bottom: 60px;
  position: relative;
  border-radius: 10px;
}
.howto_item:after {
  content: "";
  position: absolute;
  width: 42px;
  height: 42px;
  border-right: 1px solid #d4ceca;
  border-bottom: 1px solid #d4ceca;
  transform: rotate(45deg);
  bottom: -22px;
  left: calc(50% - 22px);
  background: #fff;
}
.howto_left {
  width: 50%;
}
.howto_right {
  width: 50%;
  padding-left: 24px;
}
.howto_title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}
.howto_title span {
  color: #ef7300;
  font-family: "Quicksand";
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -2px;
  margin-right: 16px;
}
.howto_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: left;
}
.howto_desc span {
  font-weight: 700;
  color: #ef7300;
}
.howto_addimg {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 12px;
}
.howto_addimg a {
  opacity: 1;
  transition: all 0.3s;
}
.howto_addimg a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}
.howto_addimg .addfriend {
  max-width: 116px;
  margin-right: 12px;
}
.howto_addimg .qrcode {
  max-width: 98px;
}

.voice_list {
  margin: 40px 0;
}
.voice_list_item {
  padding: 20px;
  margin-bottom: 40px;
  background: #faf8f7;
}
.voice_list_item_head {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 16px;
}
.voice_list_item_title {
  font-size: 28px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0em;
  text-align: left;
  margin: 16px 0;
}
.voice_list_item_subwrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.voice_list_item_subitem {
  width: 48%;
  background: #fff;
  padding: 20px;
}
.voice_list_item_subitem_bs, .voice_list_item_subitem_as {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 16px;
}
.voice_list_item_subitem_bs {
  color: #005095;
}
.voice_list_item_subitem_as {
  color: #ef7300;
}
.voice_list_item_subitem_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 0.04em;
  text-align: left;
  margin: 16px 0;
}
.voice_list_item_subitem_desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 16px;
}

.expert_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.expert_list_item {
  width: 48.5%;
  border: 1px solid #d4ceca;
  margin-right: 3%;
  margin-bottom: 32px;
  padding: 24px;
}
.expert_list_item:nth-child(2n) {
  margin-right: 0;
}
.expert_list_item_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
.expert_list_item_body {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.04em;
  text-align: left;
  margin-top: 16px;
}
.expert_list_item_img {
  width: 120px;
}
.expert_list_item_imgbox {
  width: 100%;
}
.expert_list_item_titles {
  width: calc(100% - 120px);
  padding-left: 24px;
}
.expert_list_item_title {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 4px 0;
}
.expert_list_item_subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 4px 0;
}

.onlinesemi_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.onlinesemi_left {
  width: 50%;
  padding-right: 20px;
}
.onlinesemi_right {
  width: 50%;
}
.onlinesemi_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 1.2px;
  margin-bottom: 16px;
}
.onlinesemi_desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: left;
  margin: 16px 0;
}
.onlinesemi_more a {
  opacity: 1;
  transition: all 0.3s;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1.2px;
  text-align: left;
  color: #365b98;
  text-decoration: underline;
}
.onlinesemi_more a:hover {
  opacity: 0.7;
  transition: all 0.3s;
}

.faq_list {
  margin: 40px 0;
}
.faq_list_item {
  padding: 24px;
  border: 1px solid #edeceb;
  position: relative;
}
.faq_list_item:after {
  content: "";
  right: 24px;
  top: 34px;
  width: 20px;
  height: 2px;
  background: #ef7300;
  position: absolute;
  pointer-events: none;
}
.faq_list_item_ques {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-align: left;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
}
.faq_list_item_ques.active:after {
  transform: rotate(90deg);
  transition: all 0.3s;
}
.faq_list_item_ques:after {
  content: "";
  right: 0;
  top: 10px;
  width: 20px;
  height: 2px;
  background: #ef7300;
  position: absolute;
  transition: all 0.3s;
  pointer-events: none;
}
.faq_list_item_ques:before {
  content: "Q";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  background: #ef7300;
  border-radius: 999px;
  position: absolute;
  padding: 4px 6px 6px;
  left: 0;
}
.faq_list_item_ans {
  display: none;
  overflow: hidden;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 1.2px;
  text-align: left;
  padding-left: 40px;
  position: relative;
  padding-top: 16px;
}
.faq_list_item_ans:before {
  content: "A";
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 1.2px;
  text-align: center;
  color: #fff;
  background: #d6978f;
  border-radius: 999px;
  position: absolute;
  padding: 4px 6px 6px;
  left: 0;
}

.line_fixed {
  position: absolute;
  right: 80px;
  top: 850px;
  width: 150px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
}
.line_fixed.active {
  top: 40px;
  position: fixed;
}
.line_fixed_img {
  width: 130px;
  margin: 0 auto;
  padding: 10px 0 0;
}
.line_fixed_img img {
  width: 100%;
  height: auto;
}
.line_fixed_text {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  letter-spacing: 0px;
  text-align: center;
  color: #454545;
  padding-bottom: 12px;
}

@media screen and (max-width: 980px) {
  header {
    width: 94%;
  }
  header .head_bottom ul li a {
    font-size: 13px;
    letter-spacing: 1px;
  }
  main {
    width: 94%;
  }
  footer {
    width: 94%;
  }
  .fv_leftimg {
    width: 26vw;
    left: 30px;
  }
  .fv_rightimg {
    width: 22vw;
    right: 45px;
  }
  .line_fixed {
    display: none;
  }
  .counseling_list {
    flex-wrap: wrap;
  }
  .counseling_list_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .counseling_list_item:last-child {
    margin-bottom: 0;
  }
  .voice_list_item_subwrap {
    flex-wrap: wrap;
  }
  .voice_list_item_subitem {
    width: 100%;
  }
  .voice_list_item_subitem:first-child {
    margin-bottom: 24px;
  }
  .expert_list_item {
    width: 100%;
    margin-right: 0;
  }
  .expert_list_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .pc_block {
    display: none;
  }
  .sp_block {
    display: block;
  }
  br.pc {
    display: none;
  }
  br.sp {
    display: block;
  }
  header {
    width: 92%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header .head_top {
    margin-bottom: 0;
  }
  header .head_top_left {
    display: block;
  }
  header .head_top_right {
    display: block;
  }
  header .head_top_logo {
    max-width: 96px;
    margin-right: 0;
  }
  header .head_top_desc {
    font-size: 10px;
    font-weight: 700;
    line-height: 13px;
    letter-spacing: 1.2px;
  }
  header .head_bottom {
    display: none;
  }
  footer {
    width: 100%;
    margin: 0 auto;
    background: #faf8f7;
  }
  footer .footer_container {
    max-width: 94%;
    margin: 0 auto;
  }
  footer .footer_subwrap {
    padding: 56px 0;
    flex-wrap: wrap;
  }
  footer .footer_item {
    width: 100%;
    margin-bottom: 24px;
  }
  footer .footer_item_head {
    display: flex;
    justify-content: center;
    padding: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  footer .footer_item_body {
    padding: 30px 0;
    height: auto;
  }
  footer .footer_item_tel {
    text-align: center;
  }
  footer .footer_item_tel a {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    margin-left: 38px;
  }
  footer .footer_item_tel a:before {
    content: "";
    width: 24px;
    height: 30px;
    background: url(../img/tel.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -30px;
    top: 4px;
  }
  footer .footer_item_note {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0em;
  }
  footer .footer_item_contactbox a {
    width: 200px;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
    padding: 12px 0;
  }
  footer .footer_item_contactbox a span {
    position: relative;
    margin-left: 14px;
  }
  footer .footer_item_contactbox a span:before {
    content: "";
    width: 20px;
    height: 24px;
    background: url(../img/mail.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -28px;
    top: 0px;
  }
  main {
    width: 90%;
  }
  main h2 {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0.04em;
    padding-bottom: 8px;
    margin-bottom: 24px;
  }
  main h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.2px;
    margin-bottom: 8px;
  }
  main .main_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
  main .main_friend {
    display: flex;
    justify-content: center;
  }
  main .main_friend a {
    max-width: 116px;
    opacity: 1;
    transition: all 0.3s;
  }
  main .main_friend a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  .fv {
    overflow: hidden;
    padding: 0 0 27px;
    width: 111.1111111111%;
    margin-left: -5.5%;
  }
  .fv_wrap {
    padding-top: 24px;
    background: #f18f60;
  }
  .fv_title {
    font-family: Noto Sans JP;
    font-size: 34px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 0px;
  }
  .fv_subwrap {
    padding-top: 12px;
    padding-bottom: 288px;
  }
  .fv_main {
    width: 95%;
  }
  .fv_main_list {
    width: 95%;
  }
  .fv_main_list ul li {
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: -0.08em;
    padding: 8px 12px 4px;
    margin: 4px;
  }
  .fv_main_box {
    margin-top: 10px;
    width: 100%;
    max-width: 326px;
  }
  .fv_leftimg {
    width: 218px;
    bottom: 24px;
    left: inherit;
    right: calc(50% - 85px);
  }
  .fv_rightimg {
    width: 126px;
    bottom: 34px;
    right: inherit;
    left: calc(50% + 5px);
  }
  .friend {
    padding: 20px 0 20px;
  }
  .friend_wrap {
    width: 96%;
  }
  .friend_top {
    flex-wrap: wrap;
  }
  .friend_top_left {
    width: 100%;
  }
  .friend_top_right {
    width: 100%;
  }
  .friend_top_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
  }
  .friend_top_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: center;
  }
  .friend_top_lineid {
    display: none;
  }
  .friend_bottom {
    margin-top: 16px;
    padding: 16px 0;
    background: #ffe67a;
  }
  .friend_bottom_title {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: -0.08em;
    text-align: center;
  }
  .friend_bottom_box {
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 0em;
    width: 90%;
  }
  .friend_button {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .friend_button a {
    width: 160px;
  }
  .seminar {
    padding: 20px 0;
  }
  .seminar_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 0px;
  }
  .seminar_img a {
    width: 100%;
  }
  .counseling {
    padding-top: 20px;
  }
  .counseling_list_item {
    padding: 20px;
  }
  .counseling_list_item_top {
    flex-wrap: wrap;
    padding-bottom: 16px;
  }
  .counseling_list_item_top_left {
    width: 80px;
  }
  .counseling_list_item_top_right {
    width: calc(100% - 80px);
    padding-left: 0px;
  }
  .counseling_list_item_top_desc {
    display: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.2px;
    color: #ef7300;
  }
  .counseling_list_item_top_spdesc {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 1.2px;
    color: #ef7300;
    margin-bottom: 12px;
  }
  .counseling_list_item_top_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 1.2px;
    text-align: left;
  }
  .counseling_list_item_top_box {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.04em;
    background: #ef7300;
    color: #fff;
    padding: 8px 12px;
  }
  .counseling_list_item_bottom_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
  #howto,
  #voice,
  #expert,
  #onlinesemi,
  #faq {
    margin: 54px 0;
  }
  .howto_wrap {
    width: 100%;
    margin: 16px auto;
  }
  .howto_item {
    flex-wrap: wrap;
    padding: 16px;
    margin-bottom: 40px;
    position: relative;
  }
  .howto_item:after {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    border-right: 1px solid #d4ceca;
    border-bottom: 1px solid #d4ceca;
    transform: rotate(45deg);
    bottom: -22px;
    left: calc(50% - 22px);
    background: #fff;
  }
  .howto_left {
    width: 100%;
    margin-bottom: 6px;
  }
  .howto_right {
    width: 100%;
    padding-left: 0px;
  }
  .howto_title {
    display: flex;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.04em;
    margin-bottom: 12px;
  }
  .howto_title span {
    color: #ef7300;
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    margin-right: 12px;
  }
  .howto_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
  }
  .howto_desc span {
    font-weight: 700;
    color: #ef7300;
  }
  .howto_addimg {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 12px;
  }
  .howto_addimg a {
    opacity: 1;
    transition: all 0.3s;
  }
  .howto_addimg a:hover {
    opacity: 0.7;
    transition: all 0.3s;
  }
  .howto_addimg .addfriend {
    max-width: 116px;
    margin-right: 12px;
  }
  .howto_addimg .qrcode {
    max-width: 98px;
  }
  .voice_list {
    margin: 40px 0;
  }
  .voice_list_item {
    padding: 20px;
    margin-bottom: 40px;
    background: #faf8f7;
  }
  .voice_list_item_head {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
  }
  .voice_list_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    margin: 16px 0;
  }
  .voice_list_item_subitem_bs, .voice_list_item_subitem_as {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    margin-bottom: 12px;
  }
  .voice_list_item_subitem_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.04em;
    margin: 12px 0;
  }
  .voice_list_item_subitem_desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.04em;
    margin-top: 12px;
  }
  .expert_list_item {
    margin-right: 0;
    margin-bottom: 24px;
    padding: 24px;
  }
  .expert_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .expert_list_item_head {
    margin-bottom: 12px;
  }
  .expert_list_item_body {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: left;
    margin-top: 12px;
  }
  .expert_list_item_img {
    width: 90px;
  }
  .expert_list_item_imgbox {
    width: 100%;
  }
  .expert_list_item_titles {
    width: calc(100% - 90px);
    padding-left: 16px;
  }
  .expert_list_item_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0.04em;
    text-align: left;
    margin: 4px 0;
  }
  .expert_list_item_subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.04em;
    margin: 4px 0;
  }
  .onlinesemi_wrap {
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .onlinesemi_left {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
  }
  .onlinesemi_right {
    width: 100%;
  }
  .onlinesemi_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 35px;
    letter-spacing: 1.2px;
    text-align: left;
  }
  .onlinesemi_desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.04em;
    margin: 16px 0;
  }
  .onlinesemi_more a {
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 1.2px;
  }
  .faq_list {
    margin: 40px 0;
  }
  .faq_list_item {
    padding: 16px;
    border: 1px solid #edeceb;
    position: relative;
  }
  .faq_list_item:after {
    content: "";
    right: 16px;
    top: 24px;
    width: 20px;
    height: 2px;
    background: #ef7300;
    position: absolute;
  }
  .faq_list_item_ques {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 1.2px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .faq_list_item_ques::after {
    top: 8px;
  }
  .faq_list_item_ans {
    display: none;
    overflow: hidden;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 1.2px;
    text-align: left;
    padding-left: 40px;
    position: relative;
    padding-top: 16px;
  }
  .line_fixed {
    position: absolute;
    right: 80px;
    top: 700px;
    width: 150px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2509803922);
  }
  .line_fixed.active {
    top: 40px;
    position: fixed;
  }
  .line_fixed_img {
    width: 130px;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .line_fixed_img img {
    width: 100%;
    height: auto;
  }
  .line_fixed_text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 0px;
    text-align: center;
    color: #454545;
    padding-bottom: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .line_fixed {
    right: inherit;
    left: calc(50% + 410px);
  }
  .line_fixed.active {
    top: 40px;
    right: inherit;
    left: calc(50% + 410px);
    position: fixed;
  }
}
.iframeVimio {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
}

.iframeVimioWrapper {
  width: 100%;
  padding-top: 60%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .iframeVimioWrapper {
    margin-bottom: 10px;
  }
}

.pageScroll {
  border: 1px solid #365b98;
  background-color: #c7e8fa;
  color: #365b98;
  font-size: 16px;
  display: block;
  text-align: center;
  padding: 9px 10px;
  border-radius: 8px;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .pageScroll {
    font-size: 12px;
    margin-bottom: 20px;
    padding: 5px 10px;
  }
}
.questionary {
  background: #fff4d5;
  border: 1px solid #ffc415;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .questionary {
    font-size: 16px;
    padding: 16px;
    margin-bottom: 20px;
    border-radius: 4px;
  }
}

.questionary_txt {
  font-weight: bold;
}

.questionary_link {
  text-decoration: underline;
  color: #365b98;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .questionary_link {
    max-width: 58%;
    margin: 0 auto;
  }
}

.bl_qaList_item {
  padding: 20px 0 15px;
}
.bl_qaList_item:not(:last-child) {
  padding-top: 15px;
  border-bottom: 1px solid #d4ceca;
}

.bl_qaList_heading01 {
  font-size: 20px;
  color: #e3a36d;
  font-weight: bold;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .bl_qaList_heading01 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.bl_qaList_heading02 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .bl_qaList_heading02 {
    font-size: 14px;
  }
}

.bl_qaList_txt {
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .bl_qaList_txt {
    font-size: 14px;
  }
}
.bl_qaList_txt__02 {
  display: none;
}

.bl_qaList_moreTxt {
  color: #365b98;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .bl_qaList_moreTxt {
    font-size: 14px;
  }
}

.bl_eventUnit {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: space-around;
}
@media screen and (max-width: 768px) {
  .bl_eventUnit {
    flex-wrap: wrap;
    gap: 15px 0;
  }
}

.bl_eventItem_imgWrapper {
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .bl_eventItem_imgWrapper {
    margin-bottom: 0;
  }
}

.bl_eventItem {
  margin-top: 20px;
  width: 45.9%;
  display: block;
  color: inherit;
}
.bl_eventItem:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .bl_eventItem {
    width: 100%;
    margin-top: 10px;
  }
}
.bl_eventItem .bl_eventItem_body_badge {
  display: inline-block;
  padding: 1px 12.2px;
  border-radius: 10px;
  background-color: #08be8e;
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
}
.bl_eventItem .bl_eventItem_body_heading {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .bl_eventItem .bl_eventItem_body_heading {
    font-size: 15px;
    margin-top: 5px;
  }
}

/*
  専門家スライダー
*/
.bl_sliderUnit {
  margin: 32px 8px 0;
  margin-bottom: 60px;
}

.bl_slider {
  overflow: hidden;
  margin: 0 7px;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}

.bl_sliderHeading {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.bl_slider_img {
  margin-right: 24px;
}
.bl_slider_img + div {
  flex: 1;
}

.bl_slider_img img {
  border-radius: 50%;
  width: 120px;
}

.bl_slider_degree {
  font-size: 20px;
  font-weight: bold;
}

.bl_specialtyList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 4px;
}

.bl_specialtyList dt {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}

.bl_specialtyList dd {
  font-size: 13px;
  padding: 2px 8px;
  background: #ffecde;
  border-radius: 4px;
}

.bl_specialtyList .troubles-work,
.bl_specialtyList .childcare-leave,
.bl_specialtyList .career,
.bl_specialtyList .job-change,
.bl_specialtyList .personnel-system,
.bl_specialtyList .kurumin {
  background: #deeff4;
}

.bl_specialtyList .puberty,
.bl_specialtyList .menopause,
.bl_specialtyList .heart-trouble,
.bl_specialtyList .physical-ailment,
.bl_specialtyList .medicine,
.bl_specialtyList .mental-troubles,
.bl_specialtyList .supplement,
.bl_specialtyList .body-makeup,
.bl_specialtyList .diet,
.bl_specialtyList .sleep,
.bl_specialtyList .lgbtq,
.bl_specialtyList .cancer,
.bl_specialtyList .nursing,
.bl_specialtyList .end-life,
.bl_specialtyList .money-relationship,
.bl_specialtyList .internal-medicine,
.bl_specialtyList .thinning-hair,
.bl_specialtyList .metabolic,
.bl_specialtyList .nutrition,
.bl_specialtyList .kampo,
.bl_specialtyList .beauty,
.bl_specialtyList .recipe {
  background: #e7ddd7;
}

.bl_specialtyList .relationship-partners,
.bl_specialtyList .counseling-sex,
.bl_specialtyList .persons-feelings,
.bl_specialtyList .relationship,
.bl_specialtyList .love,
.bl_specialtyList .parent-child {
  background: #ecfdf8;
}

.bl_specialtyList .menstruation-pms,
.bl_specialtyList .pill,
.bl_specialtyList .pregnancy,
.bl_specialtyList .childbirth,
.bl_specialtyList .stillbirth,
.bl_specialtyList .postpartum,
.bl_specialtyList .breastfeeding,
.bl_specialtyList .unwanted-pregnancy,
.bl_specialtyList .gynecology {
  background: #f4e0de;
}

.bl_specialtyList .fertility-treatment,
.bl_specialtyList .sperm-egg,
.bl_specialtyList .egg-freezing,
.bl_specialtyList .at-home,
.bl_specialtyList .hospital-selection,
.bl_specialtyList .egg-donation {
  background: #ffecde;
}

.bl_specialtyList .child-consultation,
.bl_specialtyList .childcare,
.bl_specialtyList .preconception-care,
.bl_specialtyList .developmental-disorders {
  background: #fff4d5;
}

.bl_specialtyList dd::before {
  content: "#";
}

@media only screen and (min-width: 768px) {
  .bl_memberWrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.bl_memberWrapper .slick-dots {
  padding: 0;
  display: flex;
  margin-top: 20px;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
}

.bl_memberWrapper .slick-dots li {
  margin: 0 5px 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #d4ceca;
  text-indent: -9999px;
}

@media only screen and (min-width: 768px) {
  .bl_memberWrapper .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 8px 5px;
  }
}
.bl_memberWrapper .slick-dots li.slick-active {
  background-color: #f28b34;
}

.bl_memberWrapper {
  margin: 0 -10px;
}
@media only screen and (min-width: 768px) {
  .bl_memberWrapper {
    margin: 0;
  }
}

.bl_memberWrapper .slick-list {
  padding-top: 10px;
  padding-bottom: 10px;
}

.bl_memberWrapper .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 24px;
  height: 49px;
  font-size: 0;
  background-color: transparent;
  border: none;
}

.bl_memberWrapper .slick-arrow::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-top: 2px solid #b39885;
  border-right: 2px solid #b39885;
  content: "";
  vertical-align: middle;
  cursor: pointer;
}

.bl_memberWrapper .slick-next {
  right: -5px;
  transform: translate(0, -50%) rotate(45deg);
}

.bl_memberWrapper .slick-prev {
  left: -5px;
  transform: translate(0, -50%) rotate(-135deg);
}

.el_txtCenter {
  text-align: center;
  line-height: 1.8;
}

.bl_small {
  display: block;
  margin-top: 24px;
}

/*
  専門家スライダーここまで
*/
.learningCardWrapper {
  margin-top: 80px;
}

.learningCardUnit {
  padding-top: 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .learningCardUnit {
    padding-top: 0px;
  }
}
.learningCardUnit img {
  width: 100%;
}
.learningCardUnit .learningCardItem {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  .learningCardUnit {
    display: block;
  }
  .learningCardUnit .learningCardItem {
    width: 100%;
    margin-bottom: 35px;
  }
}

.learningCardItem_heading {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .learningCardItem_heading {
    font-size: 18px;
  }
}

.learningCardItem_txt {
  text-align: center;
  min-height: 3.5em;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .learningCardItem_txt {
    min-height: 0em;
  }
}

.learningCardItem_btn {
  font-size: 14px;
  color: #fff;
  display: block;
  width: 150px;
  text-align: center;
  background-color: #9b8476;
  margin: 20px auto;
  font-weight: bold;
  padding: 10px;
  border-radius: 20px;
}
.learningCardItem_btn__green {
  background-color: #60a560;
}