@charset "UTF-8";
/*
Theme Name: Reスキル講座 実践型Webデザイナー＆コーダーコース

*/
@import url("./css/reset.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");
/********** カスタムプロパティ（変数） **********/
@media screen and (min-width: 1200px) {
  .pc_hide {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .tab_hide {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .smart_hide {
    display: none !important;
  }
}
/********** 共通タグ設定 **********/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", "noto-sans-cjk-jp", "Noto Sans JP", sans-serif;
  word-break: break-all;
  color: #313131;
  position: relative;
}

img {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-weight: normal;
  letter-spacing: 0.1rem;
}

p {
  letter-spacing: 0.1rem;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
a:hover {
  transition: all 0.3s ease-in-out;
}

/********** 共通クラス **********/
body {
  background-color: #e5e7eb;
}

#contents {
  width: 100%;
  max-width: 660px;
  margin: 0 auto;
  background-color: #fff;
}

.inner {
  padding: 0 20px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#pagetop {
  display: none;
  cursor: pointer;
  position: fixed;
  bottom: 20%;
  right: 40px;
  z-index: 10;
}
#pagetop .img_box {
  width: 17px;
}
@media screen and (max-width: 767px) {
  #pagetop {
    bottom: 10%;
    right: 20px;
  }
}
#pagetop a {
  color: #627FFF;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
#pagetop a .img_box {
  width: 40px;
  height: 40px;
  background: url(img/top_arr_hover.svg) top center/cover no-repeat;
  transition: all 0.3s ease-in-out;
}
#pagetop a .img_box:hover {
  background: url(img/top_arr.svg) top center/cover no-repeat;
  transition: all 0.3s ease-in-out;
}

.fade_down {
  opacity: 0;
  transition: all 0.6s ease-in-out;
  transform: translateY(40px);
}

.fade_up {
  opacity: 1;
  transition: all 0.6s ease-in-out;
  transform: translateZ(0);
}

.link_btn {
  margin-bottom: 60px;
  padding: 44px 10px;
  background-color: #F1F1F1;
  color: #415FE5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .link_btn {
    padding: 32px 10px;
  }
}
.link_btn p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 500px) {
  .link_btn p {
    font-size: 1.6rem;
  }
}
.link_btn p::before, .link_btn p::after {
  content: "";
  width: 18px;
  height: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% + 5px));
}
.link_btn p::before {
  background: url(img/link_txt_left.svg) top center/cover no-repeat;
  left: -30px;
}
.link_btn p::after {
  background: url(img/link_txt_right.svg) top center/cover no-repeat;
  right: -24px;
}
.link_btn p span {
  border-bottom: 1px solid #415FE5;
}
.link_btn a {
  display: block;
  max-width: 400px;
  margin-inline: auto;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3568627451));
  -webkit-animation-name: link_mov;
          animation-name: link_mov;
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}
@media screen and (max-width: 767px) {
  .link_btn a {
    max-width: 300px;
  }
}
@-webkit-keyframes link_mov {
  0% {
    scale: 90%;
  }
  20% {
    scale: 100%;
  }
  40% {
    scale: 90%;
  }
  60% {
    scale: 100%;
  }
  80% {
    scale: 90%;
  }
  100% {
    scale: 90%;
  }
}
@keyframes link_mov {
  0% {
    scale: 90%;
  }
  20% {
    scale: 100%;
  }
  40% {
    scale: 90%;
  }
  60% {
    scale: 100%;
  }
  80% {
    scale: 90%;
  }
  100% {
    scale: 90%;
  }
}

.sec_title {
  margin-bottom: 60px;
  text-align: center;
  font-size: 8rem;
  line-height: 1.2;
  letter-spacing: 0.8rem;
  font-weight: normal;
  font-family: "Roboto Serif", serif;
}
@media screen and (max-width: 767px) {
  .sec_title {
    font-size: clamp(5rem, 10vw, 8rem);
  }
}
.sec_title .sec_sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
.sec_title .sec_sub::before, .sec_title .sec_sub::after {
  content: "";
  width: 50px;
  height: 1px;
  position: absolute;
  background-image: linear-gradient(90deg, #74bfea, #627fff 49%, #b846fa);
  top: 50%;
  transform: translateY(-50%);
}
.sec_title .sec_sub::before {
  left: -58px;
}
.sec_title .sec_sub::after {
  right: -58px;
}

/********** メインコンテンツ（共通） **********/
#main_mv {
  position: relative;
  background-color: #F1F1F1;
}

.mv_btn {
  margin-bottom: 0;
  padding: 44px 10px 153px;
}
@media screen and (max-width: 767px) {
  .mv_btn {
    padding: 32px 10px 133px;
  }
}

.line_yellow {
  background: linear-gradient(transparent 60%, #F7FD2F 60%);
}

#re_skill {
  margin-top: -100px;
  padding: 34px 0 160px;
  background-color: #fff;
  border-radius: 80px 80px 0 0;
}
@media screen and (max-width: 500px) {
  #re_skill {
    border-radius: 60px 60px 0 0;
  }
}
#re_skill .reskill_logo {
  width: 100%;
  max-width: 340px;
  margin-inline: auto;
  margin-bottom: 20px;
}
#re_skill .re_skill_subtitle {
  max-width: 368px;
  margin-inline: auto;
  margin-bottom: 10px;
  padding: 6px 20px;
  text-align: center;
  background-color: #006CB0;
  color: #fff;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  #re_skill .re_skill_subtitle {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  #re_skill .re_skill_subtitle {
    font-size: 1.6rem;
  }
}
#re_skill .reskill_text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}
#re_skill .reskill_text span {
  background: linear-gradient(transparent 60%, #C7E5F7 60%);
}
@media screen and (max-width: 767px) {
  #re_skill .reskill_text {
    font-size: 1.5rem;
    text-align: left;
  }
}
#re_skill .img_80off {
  width: 100%;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 20px;
}
#re_skill .re_skill_content {
  margin-bottom: 12px;
}
#re_skill .re_skill_content li {
  border: 1px solid #627FFF;
}
#re_skill .re_skill_content li:not(:last-of-type) {
  margin-bottom: 20px;
}
#re_skill .re_skill_content li h3 {
  padding: 8px 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  background-color: #627FFF;
}
@media screen and (max-width: 500px) {
  #re_skill .re_skill_content li h3 {
    font-size: 2.2rem;
  }
}
#re_skill .re_skill_content li p {
  padding: 20px;
  font-size: 1.4rem;
}
#re_skill .re_skill_content li p .line_yellow {
  font-weight: bold;
}
#re_skill .re_skill_content li ul {
  padding: 20px;
}
#re_skill .re_skill_content li ul li {
  border: none;
}
#re_skill .re_skill_content li ul li:not(:last-of-type) {
  margin-bottom: 6px;
}
#re_skill .re_skill_content li ul li .text_sm {
  margin-top: 8px;
  padding-left: 20px;
  display: block;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 500px) {
  #re_skill .re_skill_content li ul li .text_sm {
    padding-left: 0;
  }
}
#re_skill .re_skill_content li ul li .text_att {
  padding-left: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 500px) {
  #re_skill .re_skill_content li ul li .text_att {
    padding-left: 0;
  }
}
#re_skill .att_reskill {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
}
#re_skill .att_reskill span {
  border-bottom: 2px solid #627FFF;
}
@media screen and (max-width: 767px) {
  #re_skill .att_reskill {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 500px) {
  #re_skill .att_reskill {
    font-size: 1.3rem;
  }
}

#voice {
  margin: -100px 0 80px;
  padding: 50px 0 80px;
  border-radius: 80px 80px 0 0;
  background-image: linear-gradient(90deg, #74BFEA, #627FFF 49%, #5E53DE);
}
@media screen and (max-width: 500px) {
  #voice {
    border-radius: 60px 60px 0 0;
  }
}
#voice .sec_title {
  color: #fff;
  margin-bottom: 40px;
}
#voice .sec_title .sec_sub::before, #voice .sec_title .sec_sub::after {
  background-image: none;
  background-color: #fff;
}
#voice .voice_list .voice_item {
  padding: 40px 30px;
  border-radius: 10px;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  #voice .voice_list .voice_item {
    padding: 40px 20px 20px;
  }
}
#voice .voice_list .voice_item:not(:last-of-type) {
  margin-bottom: 44px;
}
@media screen and (max-width: 767px) {
  #voice .voice_list .voice_item:not(:last-of-type) {
    margin-bottom: 32px;
  }
}
#voice .voice_list .voice_item .img_box {
  margin-bottom: 10px;
  margin-inline: auto;
  max-width: 340px;
  position: relative;
}
#voice .voice_list .voice_item .img_box span {
  display: inline-block;
  position: absolute;
  width: 151px;
  height: 150px;
  top: -20px;
  right: -120px;
}
@media screen and (max-width: 767px) {
  #voice .voice_list .voice_item .img_box span {
    width: 120px;
    height: 120px;
    top: -80px;
    right: -60px;
  }
}
@media screen and (max-width: 500px) {
  #voice .voice_list .voice_item .img_box span {
    width: 100px;
    height: 100px;
    right: -30px;
  }
}
#voice .voice_list .voice_item .ttl_text {
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 18px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #voice .voice_list .voice_item .ttl_text {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
#voice .voice_list .voice_item .text .line_yellow span {
  font-size: 1.2rem;
}

#reason {
  margin-bottom: 80px;
}
#reason .sec_title .sec_sub::before, #reason .sec_title .sec_sub::after {
  transform: translateY(calc(-50% + 10px));
}
#reason .sec_title .sec_sub span {
  font-size: 3.8rem;
}
#reason .reason_list .reason_item {
  padding: 70px 24px 40px;
  border: 2px solid #627FFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  #reason .reason_list .reason_item {
    padding: 40px 18px;
  }
}
#reason .reason_list .reason_item:not(:last-of-type) {
  margin-bottom: 60px;
}
#reason .reason_list .reason_item:nth-child(3) .img_box {
  width: 75%;
  max-width: 274px;
}
#reason .reason_list .reason_item .reason_tag {
  padding: 2px 24px;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: #627FFF;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #reason .reason_list .reason_item .reason_tag {
    font-size: 2.2rem;
    top: -24px;
  }
}
#reason .reason_list .reason_item .reason_title {
  margin-bottom: 20px;
}
#reason .reason_list .reason_item .reason_title h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #reason .reason_list .reason_item .reason_title h3 {
    font-size: 2.4rem;
  }
}
#reason .reason_list .reason_item .reason_title .reason_subttl {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
#reason .reason_list .reason_item .img_box {
  width: 100%;
  max-width: 455px;
  margin-inline: auto;
  margin-bottom: 18px;
}

#content {
  margin-bottom: 60px;
}
#content .sec_title {
  margin-bottom: 40px;
  font-size: 3.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #content .sec_title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 500px) {
  #content .sec_title {
    margin-bottom: 28px;
    font-size: clamp(1.8rem, 5.8vw, 2.8rem);
  }
}
#content .sec_title .sec_sub {
  margin-bottom: 20px;
}
#content .title_text {
  margin-bottom: 80px;
  font-size: 1.6rem;
}
@media screen and (max-width: 500px) {
  #content .title_text {
    font-size: 1.5rem;
  }
}
#content .content_list .content_item {
  padding: 2px;
  border-radius: 40px;
  background-image: linear-gradient(90deg, #74bfea, #627fff 49%, #b846fa);
  filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.0862745098));
  position: relative;
}
#content .content_list .content_item:not(:last-of-type) {
  margin-bottom: 60px;
}
#content .content_list .content_item .step_tag {
  width: 188px;
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 500px) {
  #content .content_list .content_item .step_tag {
    width: 140px;
    top: -16px;
  }
}
#content .content_list .content_item .content_inner {
  padding: 70px 30px 30px;
  border-radius: 38px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #content .content_list .content_item .content_inner {
    padding: 50px 20px 30px;
  }
}
#content .content_list .content_item .content_inner h3 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 500px) {
  #content .content_list .content_item .content_inner h3 {
    font-size: 2.2rem;
  }
}
#content .content_list .content_item .content_inner h3::after {
  content: "";
  width: 46px;
  height: 4px;
  background-image: linear-gradient(90deg, #74bfea, #627fff 49%, #b846fa);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
#content .content_list .content_item .content_inner .cotent_subttl {
  margin-bottom: 30px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #627FFF;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #content .content_list .content_item .content_inner .cotent_subttl {
    font-size: 1.8rem;
  }
}
#content .content_list .content_item .content_inner .step_img {
  width: 70%;
  max-width: 240px;
  margin-inline: auto;
  margin-bottom: 20px;
}
#content .content_list .content_item .content_inner .step_text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  #content .content_list .content_item .content_inner .step_text {
    font-size: 1.5rem;
  }
}

#service {
  margin-bottom: 80px;
}
#service .service_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 60px;
  font-size: 3.6rem;
  font-weight: 500;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  #service .service_title {
    margin-bottom: 48px;
    font-size: 2.8rem;
  }
}
#service .service_title::after {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, #74bfea, #627fff 49%, #b846fa);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
}
#service .service_title span {
  width: 128px;
  margin-left: 8px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #service .service_title span {
    width: 100px;
  }
}
#service .service_list {
  margin-bottom: 80px;
}
#service .service_list .service_item {
  padding: 30px 28px 40px;
  border: 1px solid #627FFF;
}
#service .service_list .service_item:not(:last-of-type) {
  margin-bottom: 30px;
}
#service .service_list .service_item .service_tag {
  width: 166px;
  margin-inline: auto;
  margin-bottom: 40px;
  padding: 0px 10px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.2rem;
  color: #fff;
  border-radius: 5px;
  background-image: linear-gradient(90deg, #74bfea, #627fff 49%, #b846fa);
}
#service .service_list .service_item .sub_text {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #627FFF;
  text-align: center;
}
#service .service_list .service_item .img_box {
  max-width: 360px;
  margin-inline: auto;
  margin-bottom: 18px;
}
#service .service_list .service_item:nth-child(2) .img_box {
  width: 65%;
  max-width: 240px;
}
#service .service_list .service_item .service_txt li {
  padding-left: 24px;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
#service .service_list .service_item .service_txt li:not(:last-of-type) {
  margin-bottom: 20px;
}
#service .service_list .service_item .service_txt li::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(img/list_point.svg) top center/cover no-repeat;
  position: absolute;
  top: 8px;
  left: 0;
}
#service .service_list .service_item .service_txt li span {
  font-size: 1.2rem;
}
#service .service_price {
  margin-bottom: 80px;
}
#service .service_price table {
  max-width: 512px;
  margin-inline: auto;
}
#service .service_price table tr {
  display: block;
}
#service .service_price table tr:not(:last-of-type) {
  margin-bottom: 16px;
}
#service .service_price table tr th {
  width: 100px;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.8rem;
}
#service .service_price table tr td {
  font-size: 1.8rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
}
#service .service_price table tr td .table_fonts {
  font-size: 1.2rem;
  line-height: 1.8;
  letter-spacing: 0rem;
  display: block;
}
#service .service_price table tr td .table_fontw {
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  #service .service_price table tr td .table_fontw {
    font-size: 1.5rem;
  }
}
#service .comparison .price_table {
  overflow-x: scroll;
}
@media screen and (max-width: 500px) {
  #service .comparison .price_table .img_box {
    width: 400px;
  }
}

#qa_content {
  padding-bottom: 40px;
}
#qa_content .faq_box .faq_item {
  padding-bottom: 16px;
  border-bottom: 1px solid #ccc;
}
#qa_content .faq_box .faq_item:not(:last-of-type) {
  margin-bottom: 20px;
}
#qa_content .faq_box .faq_item .q_item, #qa_content .faq_box .faq_item .a_item {
  padding-left: 38px;
  padding-right: 40px;
  position: relative;
}
#qa_content .faq_box .faq_item .q_item::before, #qa_content .faq_box .faq_item .a_item::before {
  position: absolute;
  left: 0;
  font-family: "Roboto Serif", serif;
}
#qa_content .faq_box .faq_item .q_item {
  font-weight: bold;
  cursor: pointer;
}
#qa_content .faq_box .faq_item .q_item::before {
  content: "Q";
  font-size: 2.4rem;
  color: #627FFF;
  top: -6px;
}
#qa_content .faq_box .faq_item .q_item::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(img/qa_btn.svg) top center/16px 16px no-repeat;
  position: absolute;
  top: 6px;
  right: 20px;
  transition: all 0.3s ease-in-out;
}
#qa_content .faq_box .faq_item .a_item {
  display: none;
}
#qa_content .faq_box .faq_item .a_item::before {
  content: "A ：";
  font-size: 2rem;
  top: -3px;
}
#qa_content .faq_box .faq_item .a_item a {
  color: #627FFF;
  border-bottom: 1px solid #627FFF;
}
#qa_content .faq_box .faq_item .a_text:not(:last-of-type) {
  margin-bottom: 14px;
}
#qa_content .faq_box .faq_item .a_text .faq_strong {
  font-weight: bold;
}
#qa_content .faq_box .faq_item .a_open {
  padding-bottom: 20px;
}
#qa_content .faq_box .faq_item .a_open::after {
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.footer_btn {
  margin-bottom: 0;
}

/********** フッター（共通） **********/
footer {
  max-width: 660px;
  padding: 24px 0 10px;
  margin-inline: auto;
  text-align: center;
  color: #fff;
  background-color: #313131;
}
footer .footer_logo {
  width: 118px;
  margin-inline: auto;
  margin-bottom: 20px;
}
footer ul {
  margin-bottom: 20px;
}
footer ul li a {
  color: #fff;
  font-size: 1.2rem;
  border-bottom: 1px solid #fff;
}
footer ul li a:hover {
  opacity: 0.6;
}
footer .copyright {
  font-size: 12px;
}
/*# sourceMappingURL=style.css.map */