@charset "UTF-8";

:root {
  --font_red: #cf0038;
  --border_red: #cf0038;
  --light_red: #FDEFF0;
  --black: #333333;
  --light_green: #F8F9F4;
  --border_gray: #DEDEDE;
  --en_font: "Manrope", sans-serif;
  --right_arr_height: 35px;
}

html>*,
a,
a:hover {
  font-family: "Sawarabi Gothic", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

p,
li {
  font-size: 1rem;
}




.gnav>ul>li {
  font-weight: normal;
}

.gnav>ul>li>a>p {
  color: #444;
  padding: 15px 0;
  margin: 0;
  text-align: center;
}

.gnav>ul>li:hover>a>p {
  background: #D9E1E6;
}

.gnav>ul>li>a>img {
  max-width: 50px;
  margin: auto;
}








.b-red {
  border-color: var(--border_red);
  color: #fff;
  background-color: var(--border_red);
}

.btn {
  font-weight: normal;
  font-size: 1rem;
}

header.common {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: #fff;
  padding-top: 9px;
}

.logo {
  padding: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}

.menu_inner {
  display: flex;
  justify-content: center;
}

.menu_inner h2 {
  width: 100%;
  padding: 0 0 5px 15px;
  margin: 0;
}

.details {

  padding: 25px 0;
  width: 42%;

  /*display: flex;
    flex-wrap: wrap;width: calc(100% / 3 * 2);*/
}



.nav_title {
  width: 45%;
  border-right: 1px solid var(--border_red);
}

.nav_title h2 {
  font-size: 1.15rem;
}



.link_list ul {
  padding-left: 15px;
}

.details>.link_list ul {
  padding-left: 15px;
}

.link_list ul li {
  margin: 2px 0;
}

.link_list ul li a {
  font-size: 0.85rem;
}

.link_list ul li a:hover,
.nav_title h2 a:hover {
  text-decoration: underline;
}

.pick_up {
  width: 58%;
  padding: 25px 20px;
}

.pu_title {
  margin: 0 0 0 calc(1% + 10px);
  color: var(--font_red);
}

.menu .flex-list li {
  padding: 0 10px;
  border-radius: 15px;
  width: 48%;
}

.menu .flex-list li img {
  width: 100%;
  display: block;
  margin: 0 auto 10px auto;
}

.menu .flex-list li a,
.menu .flex-list li a h4,
.menu .flex-list li a p {
  color: #444;
  font-size: 0.8rem;
  text-align: left;
  margin-bottom: 5px;
}

.menu .flex-list li a p {
  margin-bottom: 0;
}

.menu .flex-list li a h4 {
  margin-bottom: 5px;
  color: var(--font_red);
}

.menu .flex-list li a p {
  font-weight: normal;
}


.mv {
  background-color: #FFF8E5;
  background-image: url(../img/top_bg.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;

  height: 430px;
  position: relative;
}

.mv::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  /*background-color: #c7a6a7;*/
  opacity: 0.6;
}

.up_layer {
  position: absolute;
  top: 30%;
  top: 17%;
  left: 0;
  width: 100%;
  color: #333;
  /*font-weight: bold;*/
  text-align: center;
}

.mv_btn {
  display: inline-block;
  margin-top: 30px;
}

.mv h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  font-weight: normal;
}

section {
  padding: 50px 0;
}

.gray {
  background-color: #e1e1e1;
}

h1.eng {
  font-size: 3.2rem;
  color: var(--font_red);
  width: fit-content;
  margin: auto;
  border-bottom: 1px solid var(--border_red);
}

.kana {
  width: fit-content;
  margin: auto;
  display: block;
  /*font-weight: bold;*/
  margin-top: 15px;
  margin-bottom: 30px;
}

.service {
  background-color: #F9F8F8;
}

.ser_wrap {
  /*border-bottom: var(--border_red) 1px solid;*/
  padding: 50px 0;
}

.service_list.flex-50 {
  gap: 2%;
  justify-content: space-between;
  row-gap: 2.4rem;
}

.service_list.flex-50>li {
  border-radius: 10px;
  border: 1px solid var(--border_gray);
  padding: 2%;
  box-shadow: 6px 7px 10px #eee;
  width: 48%;
}

.service_list.flex-50>li .ccopy {
  font-size: 1.2rem;
  margin: 0.5rem 0;
}

.service_list.flex-50>li h3 {
  font-weight: normal;
  font-size: 1rem;
  margin: 0;
}

.column {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title_space {
  width: 30%;
  padding: 0 1.5%;
}

.list_space {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  row-gap: 1.6rem;
}

.service_list.flex-50>li ul.list_space {
  width: 100%;
  row-gap: 1rem;
}

.list_space li {
  width: 100%;

  position: relative;
}

.list_space li a {
  border: var(--border_gray) 1px solid;
  border-radius: 5px;
  padding: 4%;
  display: block;
  background-color: #fbfbfb;
  transition: all var(--transition);
}

.list_space li a:hover {
  border-color: var(--border_red);
}


.list_space li a p {
  margin: 0;
}

.ser_title {
  width: 100%;
  font-size: 2rem;
  font-size: 1.6rem;
  font-weight: normal;
  margin-bottom: 15px;
}

.ser_title::before {
  font-size: 2.8rem;
  font-size: 2.4rem;
  font-family: var(--en_font);
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: var(--font_red);
  margin-right: 15px;
}

.ser_title.one::before {
  content: "01";
}

.ser_title.two::before {
  content: "02";
}

.ser_title.three::before {
  content: "03";
}

.ser_title.four::before {
  content: "04";
}

.ser_box {
  padding: 1% 1% 0 1%;
}

.icon_arr {
  width: 35px;
  height: var(--right_arr_height);
  padding: 5px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: var(--transition);
}

.right_arr {
  border: 1px solid #888;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - (var(--right_arr_height) / 2));
  right: 5%;
  transition: var(--transition);
  background: #888;
}

.icon_arr svg {
  width: 15px;
  height: 18px;
}

.right_arr .st0 {
  fill: #fff;
}

a:hover .right_arr {
  border-color: var(--border_red);
  right: 4%;
  background: #fff;
}

a:hover .right_arr .st0 {
  fill: var(--border_red);
}

.flex-triple {
  column-gap: 20px;
  flex-wrap: nowrap;
  margin-bottom: 50px;
}

.flex-triple>li {
  display: flex;
  padding: 0;
}

.flex-triple>li p {
  margin-bottom: 0;
}

.flex-triple>li .right_arr {
  bottom: 10px;
  top: auto;
}

.flex-triple>li .move_btn {
  position: relative;
  display: block;
  border: var(--border_gray) 1px solid;
  border-radius: 5px;
  padding: 8% 4% 12%;
  box-shadow: 6px 7px 10px #ababab;
  background: #fff;
}

.news .news_list {
  margin-bottom: 60px;
}

.pick_wrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 7px 30px #b7b7b7;
}

.news .smart-harf {
  gap: 15px;
  justify-content: space-between;
}

.smart-harf>li {
  width: calc((100% - 15px) / 2);
  padding: 0;
  background-color: #fff;
  border-radius: 5px 0 0 5px;
}

.news_sep {
  margin-top: 45px;
  padding-top: 30px;
}




.smart-harf>li a {
  display: flex;
  gap: 15px;
  margin: 0;
}

.smart-thumb {
  width: 160px;
  height: 160px;
  overflow: hidden;
  transition: var(--transition);
  border-radius: 5px 0 0 5px;
  margin: 0;
}

.smart-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

a:hover .smart-thumb img {
  transform: scale(1.1);
}



a:hover .smart-details .right_arr {
  right: 4%;
}

.smart-details {
  /*width: calc(100% - 170px);*/
  flex: 1;
}

.smart-details h3 {
  font-size: 1rem;
  margin: 10px 0 0;
}

.smart-details span,
.news_list span {
  display: inline-block;
  font-size: 0.9rem;
  padding: 5px 0;
  margin: 10px 0;
}

.smart-details .cat,
.news_list .cat {
  border: var(--border_red) 1px solid;
  border-radius: 999px;
  color: var(--font_red);
  padding: 5px 15px;
  margin-left: 15px;
}

.news_list .cat {
  min-width: 100px;
  text-align: center;
}

.mod_status {
  position: relative;
}



.news_wrap {
  width: 100%;
  max-width: 1000px;
  padding: 30px 0 60px;
}

.news_list {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 4px 7px 30px #b7b7b7;
}

.news_list li a {
  display: flex;
  flex-wrap: nowrap;
  margin: 15px 0;
  align-items: center;
}

.news_list li p {
  margin: 10px 0 10px 15px;
  padding: 5px 15px;
  border-left: 1px dotted var(--border_red);
}

.move_line p {
  position: relative;
}

.move_line p::after {
  content: '';
  display: block;
  background-color: var(--border_red);
  position: absolute;
  left: 15px;
  bottom: 0;
  width: 0;
  height: 2px;
  transition: all 0.5s ease-in-out;
}

.move_line:hover p::after {
  width: calc(100% - 30px);
}

.news_list li a[href="javascript:void(0)"] {
  cursor: default;
}

.news_list li a[href="javascript:void(0)"] p::after {
  height: 0;
}

.entry-card.partner-card {
  display: flex;
  justify-content: space-between;
  border: 1px solid #eee;
  border-radius: 10px;
  gap: 25px;
  margin-bottom: 35px;
  background: #fff;
}

.smart-thumb.partner {
  width: 300px;
  height: 300px;
  margin: 0;
  position: relative;
}

.smart-thumb.partner span {
  bottom: 10px;
  position: absolute;
  /* z-index: 999; */
  color: var(--font_red);
  border: 1px solid var(--border_red);
  border-radius: 5px;
  left: 10px;
  background: #fff;
  padding: 5px 10px;
}

.entry-card.partner-card .entry-card-content {
  flex: 1;
  margin-left: 0;
  padding: 10px 15px 10px 0;
  display: flex;
  flex-wrap: wrap;
  align-content: space-around;
}

.entry-card.partner-card .headline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}

.entry-card.partner-card .headline h1,
.entry-card.partner-card .entry-card-content .toc-list {
  margin-bottom: 0;
}

.entry-card.partner-card .link_svg {
  display: flex;
  width: 45px;
  height: 45px;
  border: 1px solid var(--border_gray);
  border-radius: 100px;
  padding: 7px;
}

.entry-card.partner-card .link_svg:hover {
  background: var(--border_gray);
}

.entry-card.partner-card .entry-card-content p {
  margin-bottom: 0;
  width: 100%;
}

.entry-card.partner-card .entry-card-content .toc-list {
  padding-left: 20px;
  width: 100%;
}

.entry-card.partner-card .entry-card-content .toc-list li {
  padding: 2px;
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0;
}

.entry-card.partner-card .entry-card-content .toc-list li:before {
  top: 8px;
}

.custom_blogcard p {
  margin-bottom: 0;
}

.custom_blogcard .blogcard-footer,
a.a-wrap[href^="http://www.mycareer-lab"] .blogcard-footer,
a.a-wrap[href^="https://www.mycareer-lab"] .blogcard-footer {
  display: none;
}

.custom_blogcard .blogcard-thumbnail {
  margin-bottom: 3px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.red {
  color: var(--border_red);
}

.entry-card.partner-card.strength {
  flex-wrap: wrap;
}

.entry-card.partner-card.strength .smart-thumb.partner {
  border-radius: 5px 0 0 0;
}

.entry-card.partner-card.strength .str_logo {
  margin: 15px auto 0 auto;
  width: 80%;
  display: block;
}

.entry-card.partner-card.strength .str_a span {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 0.9rem;
  text-decoration: underline;
}

.entry-card.partner-card.strength .str_p {
  line-height: 1.4rem;
  font-size: 0.9rem;
}

.entry-card.partner-card.strength .about {
  width: 100%;
  padding: 0 3%;
  margin-bottom: 15px;
}

.entry-card.partner-card.strength.balance .smart-thumb.partner {
  width: 280px;
  height: 280px;
}

.entry-card.partner-card.balance .entry-card-content {
  width: calc(100% - 305px);
}


.timeline-wrap {
  margin: 0 !important;
}

.timeline-wrap div:last-child {
  border-left: 4px #d9d9d9 solid;
  padding: 0 0 30px 30px;
  position: relative;
}

.timeline-wrap div:last-child:before {
  content: "";
  width: 12px;
  height: 12px;
  background: var(--border_red);
  position: absolute;
  left: -8px;
  top: 11px;
  border-radius: 100%;
}

.marker-under-red {
  background: linear-gradient(transparent 60%, #ffabc3 60%);
}

.entry-content ul.wp-block-list {
  list-style: disc;
  padding-left: 20px;
}

ol.wp-block-list {
  padding-left: 20px;
}

.b-red-r:hover {
  border-color: var(--border_red);
  background-color: var(--border_red);
}

.b-red:hover {
  border-color: var(--border_red);
  color: var(--border_red);
}



/*
.contact_wrap {
  padding: 50px 0;

}


.footer_before {
  padding-bottom: 200px;
}*/

.news {}

.contact_wrap {

  padding: 80px 0;
}

.contact {
  border: #8d8d8d solid 3px;
  width: 100%;
  padding: 30px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  background: #fff;
}

.contact .left_eng {
  width: fit-content;
}

.c_btn {
  border: var(--border_red) solid 1px;
  border-radius: 10px;
  background-color: var(--border_red);
  color: #fff;
  padding: 20px 25px;
  font-size: inherit;
  font-weight: bold;
  transition: .35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c_btn span {
  margin: 0 10px;
}


.contact_arr .st0 {
  fill: #fff;
}

.contact:hover {
  border-color: var(--border_red);
}

.contact:hover .c_btn {
  background: var(--border_red) solid 1px;
  color: var(--font_red);
}

.contact:hover .contact_arr .st0 {
  fill: #D1000A;
}

.address {
  width: 50%;
}

.map {
  width: 50%;
  height: 250px;
  border: solid 2px #ccc;
}









.sidebar-scroll {
  top: 180px;
}

.page-thumb {
  background-position: center center;
  height: 240px;
  background-repeat: no-repeat;
  background-size: cover;
}

.article h1.entry-title,
.archive-title {
  font-size: 2rem;
  margin: 16px 0 32px;
  font-weight: normal;
}

.article h2 {
  font-weight: normal;
}

.article h2,
.year_span .entry-title,
.subtitle {
  font-size: 1.35rem;
  padding: 10px 5px;
  background-color: inherit;
  border-radius: unset;
  color: var(--font_red);
  border-bottom: 2px solid var(--font_red);
  display: inline-block;
  margin-bottom: 25px;
  margin-top: 30px;
}

.article h2:first-child,
.year_span .entry-title:first-child,
.subtitle:first-child {
  margin-top: 0;
}

.article h3 {
  font-size: 1.2rem;
  padding: 10px;
  border: none;
  margin: 50px 0 5px;
  background: #F5F6F4;
  border-bottom: solid 2px #737373;
  border-left: 5px solid #737373;
  font-weight: normal;
  margin-bottom: 15px;
}

.article h3 strong {
  font-weight: normal;
}

.article h2+h3 {
  margin-top: 0;
}

.article h4 {
  border: none;
  padding: 10px 10px;
  margin: 10px 0 5px;
  font-size: 1.05rem;
  background: #737373;
  color: #fff;
  font-weight: normal;
  display: inline-block;
}

.article h4 strong {
  font-weight: normal;
}

.use-page {
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 15px;
}

.use-page .a-wrap {
  width: calc(100% / 3);
}

.use-page .related-entry-card {
  display: flex;
  flex-wrap: wrap;
}

.use-page .related-entry-card-thumb {
  width: 100%;
  margin: 0 0 10px 0;
}

.use-page .related-entry-card-content {
  margin: 0;
}

.use-page .related-entry-card-content {
  padding-bottom: 0;
}

ul.toc-list li,
ul.toc-list li ul li {
  position: relative;
  padding: 3px;
}

ul.toc-list li:before,
ul.toc-list li ul li:before {
  content: "";
  display: block;
  border: var(--border_red) solid 1px;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: calc(50% - 5px);
  left: -12px;
}

ul.toc-list li:before {
  background-color: var(--border_red);
  top: 10px;
  left: -18px;
}

ul.toc-list li ul li:before {
  background-color: #fff;
}

.btn_link {
  border: none;
  background: transparent;
  color: #444;
  display: inline;
}

.btn_link:hover {
  text-decoration: underline;
}

.btn_link {
  border: none;
  background: transparent;
  color: #444;
}

.pink {
  background-image: linear-gradient(103deg, rgba(201, 208, 212, 1) 1%, rgba(229, 232, 233, 1) 61%, rgba(201, 208, 212, 1));
}

.pink .related-entry-heading {
  color: var(--font_red);
}

a figure.zoom-thumb {
  overflow: hidden;
  transition: var(--transition);
}

a figure.zoom-thumb img {
  overflow: hidden;
  transition: var(--transition);
}

a:hover .zoom-thumb img {
  transform: scale(1.1);
}

figure.thumb-size {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

figure.thumb-size img {
  height: 100%;
  object-position: 50% 50%;
}

.a-wrap.related-entry-card-wrap {
  margin: 0;
  padding: 0;
}

.a-wrap.related-entry-card-wrap:hover {
  background-color: inherit;
}

.a-wrap.related-entry-card-wrap:hover .related-entry-card-content {
  opacity: 0.8;
}

.result_bg {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 1) 10%, rgb(239 239 239) 51%, rgb(243 243 243) 88%, rgba(255, 255, 255, 1))
}

.result_main {
  padding: 0 0 60px 0;
  margin-top: 45px;
  background: transparent;
}

#sidebar {
  background: transparent;
}

.result_side .sidebar-scroll {
  padding: 20px;
  /*background: #fff;*/
}

.year_span {
  /*background-image: linear-gradient(103deg, rgba(233, 233, 233, 1) 1%, rgba(255, 255, 255, 1) 65%, rgba(230, 230, 230, 1));
  background-image: linear-gradient(103deg, rgba(235, 232, 228, 1) 1%, rgba(250, 250, 250, 1) 61%, rgba(240, 237, 231, 1));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 247, 247, 1) 10%, rgba(228, 228, 228, 1) 51%, rgba(233, 233, 233, 1) 88%, rgba(255, 255, 255, 1));*/
  background: #fff;
  padding: 36px;
  margin-bottom: 60px;
  border-radius: 15px;
  border: 1px solid #eee;
}



.year_span:last-child {
  margin-bottom: 0;
}

.year_span p {
  margin-bottom: 1.4rem;
}

.year_span .textbase {
  margin-bottom: 3.5rem;
}

.card_style {
  background-color: #fff;
}

.card_style.a-wrap:hover {
  background-color: inherit;
  transition: all 0.3s ease-in-out;
  color: inherit;
}

.card_style .entry-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  align-items: stretch;
}

.card_style .entry-card-thumb {
  margin: 0;
}

.card_style .entry-card-content,
.course .entry-card .entry-card-content {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  /*width: calc(100% - 15px - 320px);*/
  margin-left: 0;
  align-content: space-between;
  flex: 1;
}

.card_style .entry-card-title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  background: none;
  border: none;
}

.card_style .entry-card-snippet {
  margin: 0;
  display: block;
}

.card_style .category_wrap {
  width: 100%;
}

.border-style {
  border: 1px solid var(--border_gray);
  border-radius: 5px;
}

.card_style .fake_btn {
  font-size: 0.8em;
  font-weight: normal;
  padding: 10px 15px;
  margin-left: auto;
  line-height: 1.2;
  display: flex;
  align-items: center;
}

.no-padding {
  padding: 0;
}

.card_style.no-padding+.card_style.no-padding {
  margin-top: 20px;
  padding-top: 20px;
  border-top: #eee 1px solid;
}

.book_summary+.card_style.no-padding {
  margin-top: 30px;
  padding-top: 30px;
  border-top: #eee 1px solid;
}


.res_cat {
  background-color: #fff;
  border: var(--border_red) 1px solid;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 0.7rem;
  color: var(--font_red);
  line-height: 28px;
  white-space: nowrap;
}

.year_span.media .a-wrap .entry-card,
.course .entry-card {
  display: flex;
  gap: 15px;
  align-items: stretch;
  justify-content: space-between;
}

.year_span.media .a-wrap .category_wrap,
.course .entry-card .entry-card-content .category_wrap {
  width: 100%;
}




.year_span.media .book_summary .btn,
.course .entry-card .entry-card-content .btn {
  font-size: 0.9em;
  font-weight: normal;
  padding: 8px 15px;
}

.year_span.media .book_summary {
  font-size: 0.9em;
  margin-top: 16px;
}

.year_span.media .book_summary ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}

.year_span.media .book_summary ul li {
  text-align: center;
}

.year_span.media .book_summary ul li span {
  display: block;
  margin-bottom: 5px;
}

.course {
  background: #fbfbfb;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: 1px solid #eee;
}


.course .entry-card .entry-card-content {
  align-content: space-around;
}

.course .entry-card figure {
  margin: 0;
}

.course .entry-card-title,
.media .entry-card-title {
  padding: 0;
  color: inherit;
  border: none;
  margin: 0 0 0.4em 0;
  line-height: 1.4;
  font-weight: bold;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}

.course .entry_mes {
  text-align: center;
  margin-bottom: 15px;
}

.course .entry_mes span {
  font-size: 0.7rem;
  padding: 5px;
  text-align: center;
  border: var(--border_red) 1px solid;
  display: inline-block;
  background-color: #fff;
}

.course .entry_mes span::first-line {
  font-size: 0.95rem;
  font-weight: bold;
  line-height: 1.2rem;
}


.course .entry-card .entry-card-content .btn {
  margin-left: auto;
}

#move_link {
  background: #D9E1E6;
  margin-bottom: 30px;
  border-radius: 5px;
  border: 2px solid #a5a5a5;
}

#move_link li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}

#move_link li {

  position: relative;

  border-bottom: #333333 dotted 1px;
  padding: 15px;
}

#move_link li:last-child {
  border-bottom: none;
}

#move_link li::before {
  display: none;
}

#move_link li a::before {
  font-family: 'FontAwesome';
  content: "\f0ab";
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  color: #919191;
  top: auto;
  left: auto;
  background: transparent;
  border: none;
  font-size: 25px;
  /*
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 2s;
  animation-delay: 1s;
  animation-name: poyopoyo;*/
}

@keyframes poyopoyo {
  0% {
    transform: translate(0, 0px);
  }

  100% {
    transform: translate(0, 10px);
  }
}


#move_link li .detail {
  width: 25%;
  margin: 0 30px;
  text-align: center;
}

#move_link li .date {
  display: block;
}

.news_page #content-in {
  justify-content: center;
}




.post-update {
  display: none;
}

.wpforms-form .wpforms-field {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.wpforms-form .wpforms-field label {
  width: 30%;
  font-size: 19px;
}

.wpforms-form .wpforms-field input,
.wpforms-form .wpforms-field textarea {
  width: 70%;
  max-width: 100%;
}

div.wpforms-container-full button[type=submit] {
  padding: 10px 6rem;
  display: flex;
  align-items: center;
  margin: auto;
}

div.wpforms-container-full .wpforms-form em.wpforms-error {
  width: 100%;
  margin-top: 5px;
  text-align: center;
}

.wpforms-confirmation-container-full {
  border-color: var(--border_red);
  background: #fff;
}

.marker-under-red {
  background: none;
}

p strong {
  font-weight: normal;
}

.news_list li a.b-red-r {
  display: inline-block;
  margin: 0;
}

.news_list li:last-child {
  text-align: right;
}

.contact_before {
  padding-bottom: 180px !important;
}

footer {
  padding: inherit;
}

footer.common {
  padding: 30px 8px;
  position: relative;
  margin-top: 0;
  background-color: #343640;
  background-color: #717171;
  background-color: #4d4f57;
}

#footer-in {
  padding-top: 0;
  position: relative;
}

.contact_before+footer #footer-in {
  padding-top: 140px;
}



.contact_wrap {
  padding: 0;
  position: absolute;
  top: -170px;
}

.footer-widgets,
.footer-widgets-mobile {
  color: #fff;
}

.footer-widgets a,
.footer-widgets-mobile a {
  color: #fff;
}

.link_list ul li.f_title {
  margin-bottom: 10px;
}

.link_list ul li.f_title span {
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
}

.footer-widgets .link_list>ul {
  padding-left: 0;
}

.other_link {
  margin-top: 35px;
}

.other_link a {
  font-size: 0.85rem;
}

.logo_w {
  width: 40%;
  margin-top: 30px;
  max-width: 190px;
}

.com_data {
  margin: 10px 0 0 0;
  font-size: 0.85rem;
  /*text-align: center;*/
}

.footer_menu .link_list>ul {
  padding-left: 0;
}

.footer-widgets .widget_text {
  display: none;
}

.footer-widgets .widget_text+.link_list {
  margin-top: 35px;
}

.copyright {
  text-align: center;
  font-size: 0.9rem;
  color: #fff;
  margin-top: 15px;
}

.logo_list {
  margin-top: 10px;
}

.fb_logo {
  width: 40px;
}

.article .ser_title {
  border: none;
  background-color: inherit;
  padding: 0;
}

.box-shadow {
  border-radius: 10px;
  border: 1px solid var(--border_gray);
  padding: 20px;
  box-shadow: 6px 7px 10px #eee;
  width: 100%;
}

.article .box-shadow h4 {
  padding: 10px;
  display: inline-block;
  background: #f1f1f1;
  color: #333;
  box-shadow: 5px 3px 7px #c9c9c9;
  margin: 10px 0;
}

#post-61 .wp-block-columns,
#post-61 .entry-content>figure {
  margin-bottom: 0;
}


/*
.cta-bg {
  position: relative;
  background-image: url(http://www.mycareer-lab.sakura.ne.jp/wp/wp-content/uploads/2025/01/cta-bg.jpg);
  background-color: #0189C7;
  height: 400px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta-bg figure {
  position: absolute;
  bottom: 70px;
  width: clamp(280px, 75%, 800px);
  margin: auto;
  left: 0;
  right: 0;
}*/

.cta-bg {
  position: relative;
  padding: 65px 0;
  background-color: #0189C7;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-bg p {
  width: 75%;
  background: #FF9F1C;
  height: 105px;
  border-radius: 52.5px;
  transition: var(--transition);
}

.cta-bg p a {
  color: #fff;
  font-size: 2.1rem;
  display: block;
  line-height: 105px;
  text-align: center;
}

.kensyu-bg {
  position: relative;
  padding: 65px 0;
  background-color: #1B5680;
}

.kensyu-bg h2,
.schedule-bg h2,
.swipe-box h2,
.qa-box h2 {
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: none;
  font-size: 3.2rem;
  position: relative;
}

.kensyu-bg h2::after,
.schedule-bg h2::after,
.swipe-box h2::after,
.qa-box h2::after {
  content: "";
  display: inline-block;
  height: 2px;
  width: 65px;
  margin: auto;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
}

.schedule-bg h2::after {
  background-color: #000;
}

.kensyu-bg figure,
.schedule-bg figure {
  width: 93%;
  margin: 50px auto;
}

.schedule-bg {
  padding: 80px 0 30px;
  background-color: #F5F5F5;
}

.schedule-bg.part2 {
  padding-bottom: 80px;
}


.schedule-bg h2 {
  color: #000;
}

.swipe-box,
.qa-box {
  padding: 65px 0;
  background-color: #1D5683;
}

.swipe-box .sample {
  width: 93%;
  margin: 50px auto;
}


.wp-block-aioseo-faq {
  margin: 25px 15px;
  background-color: #ffffff;
  padding: 10px 15px;
}

.wp-block-aioseo-faq .aioseo-faq-block-question {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}

.wp-block-aioseo-faq .aioseo-faq-block-question:before {
  content: "Q.";
  display: inline-block;
  width: 25px;
  position: absolute;
  left: 0px;
}

.wp-block-aioseo-faq .aioseo-faq-block-answer {
  position: relative;
  padding-left: 25px;
}

.wp-block-aioseo-faq .aioseo-faq-block-answer:before {
  content: "A.";
  display: inline-block;
  width: 25px;
  position: absolute;
  left: 0px;
  transition: .3s;
}

.qa:before {
  border-top: 1px solid #fff;
  width: clamp(0.688rem, 0.322rem + 1.56vw, 1.375rem);
  height: 0;
  top: 0;
  bottom: 0;
  right: clamp(0.219rem, 0.102rem + 0.5vw, 0.438rem);
}

.qa:after {
  border-left: 1px solid #fff;
  width: 0;
  height: clamp(0.688rem, 0.322rem + 1.56vw, 1.375rem);
  top: 0;
  bottom: 0;
  right: clamp(0.531rem, 0.249rem + 1.21vw, 1.063rem);
  transition: .3s;
}


.wp-block-image a:hover img,
.cta-bg p:hover {
  opacity: 1;
  transform: translate(0, 5px);
}


.is-layout-flex.support {
  gap: 0;
  flex-wrap: wrap !important;
}

/*
.is-layout-flex .ser_title.one::before,
.is-layout-flex .ser_title.two::before,
.is-layout-flex .ser_title.three::before {
  display: block;
}*/

.is-layout-flex .box-shadow {
  width: 100%;
  flex-basis: auto !important;
  margin-bottom: 30px;
}

.is-layout-flex .box-shadow p {
  margin-bottom: 18px;
}

.is-layout-flex .box-shadow .wp-block-column {
  position: relative;
}

.is-layout-flex .box-shadow .wp-block-column .text-right {
  right: 0;
  bottom: 0;
  position: absolute;
}

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper {
  position: relative;
  overflow: hidden;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: #7EBEFF;
  /* 繝懊ち繝ｳ縺ｮ閭梧勹濶ｲ */
  width: clamp(2.313rem, 1.472rem + 4.2vw, 4.625rem);
  height: clamp(2.313rem, 1.472rem + 4.2vw, 4.625rem);
  border-radius: 50%;
}

.swiper .swiper-button-next {
  right: clamp(1.375rem, -0.088rem + 6.24vw, 4.125rem);
  /* 繝懊ち繝ｳ繧貞承遶ｯ縺ｫ縺上▲縺､縺代ｋ */
}

.swiper .swiper-button-prev {
  left: clamp(1.375rem, -0.088rem + 6.24vw, 4.125rem);
  /* 繝懊ち繝ｳ繧貞ｷｦ遶ｯ縺ｫ縺上▲縺､縺代ｋ */
}

.swiper .swiper-button-next::after {
  content: '>';
  /* 繝懊ち繝ｳ縺ｮ遏｢蜊ｰ螟画峩 */
  color: #fff;
  font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
}

.swiper .swiper-button-prev::after {
  content: '<';
  /* 繝懊ち繝ｳ縺ｮ遏｢蜊ｰ螟画峩 */
  color: #fff;
  font-size: clamp(0.875rem, 0.557rem + 1.59vw, 1.75rem);
}

.swiper-wrap {
  position: relative;
  padding-bottom: 30px;
}

.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: #5C9AFF;
}


h1.look_h2 {
  font-weight: normal;
  font-size: 1rem;
}

.workplan h2 {
  margin-bottom: 15px;
  margin-top: 0;
}

.workplan .look_h2,
.workplan p {
  margin-bottom: 25px;
}

#sidebar-menu-open {
  display: none;
}

.news_page #sidebar {
  display: none;
}

.news_page .entry-card-wrap+.entry-card-wrap {
  margin-top: 20px;
}

div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
  background: #fff6c7;
  border: 1px solid #dbb594;
}







@media (max-width: 1200px) {
  .container {
    padding: 0 26px;
  }

  footer.common {
    padding: 30px 26px;
  }

  .container.contact_wrap {
    padding: 0;
  }

  .contact_wrap .c_btn {
    padding: 14px 16px;
  }

  .contact_wrap .c_btn span {
    margin: 0 5px;
  }

}

@media (max-width: 1023px) {

  html,
  body {
    font-size: 16px;
  }

  .service_list.flex-50>li .list_space h3 {
    padding-right: 10%;
  }

  .footer-widgets {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-widgets>div {
    width: 50%;
  }

  .footer-widgets>div.footer-left {
    width: 100%;
  }

  .contact {
    padding: 30px 4%;
  }

  .footer-left {
    order: 3;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .footer-left .link_list {
    width: 50%;
  }

  .footer-left .link_list:nth-of-type(2) {
    padding: 0 16px;
    margin-top: 0;
  }

  .company_data {
    width: 100%;
    text-align: center;
  }

  .pick_up {
    width: 38%;
    padding: 25px 5px;
  }

  .menu .flex-list li {
    width: 98%;
  }

  .menu .flex-list li:last-child {
    display: none;
  }
}

@media (max-width: 834px) {

  html,
  body {
    font-size: 14px;
  }

  .service_list.flex-50>li .list_space h3 {
    padding-right: 13%;
  }

  .smart-thumb {
    width: 145px;
    height: 145px;
  }

  .smart-details {
    padding: 10px 0;
  }

  .mod_status .right_arr {
    display: none;
  }

  .smart-details span,
  .news_list span {
    margin: 0;
  }

  .news_list li p {
    margin: 0px 0 0px 15px;
  }

  .footer-widgets>div {
    width: 100%;
  }

  .footer-left .link_list {
    width: 100%;
  }

  .footer-left .link_list:nth-of-type(2) {
    padding: 0;
    margin-top: 35px;
  }

  .contact {
    padding: 20px 7%;
  }

  .contact .c_message {
    width: max(335px, 40%);
  }

  .contact .c_message+div {
    padding: 20px 3%;
  }

  .page-thumb {
    height: 200px;
  }

  .year_span {
    padding: 20px;
  }

  .smart-thumb.partner {
    width: 250px;
    height: 250px;
  }

}



@media (max-width: 428px) {
  header.common {
    z-index: 1;
  }

  .container {
    padding: 0 18px;
  }

  main.main {
    padding: 0;
  }

  .article h1.entry-title,
  .archive-title {
    padding-left: 0;
    padding-right: 0;
  }

  nav.gnav {
    display: none;
  }

  .mv h2 {
    font-size: 2rem;
  }

  .mv .up_layer {
    padding: 0 5%;
  }

  .service_list.flex-50>li {
    width: 100%;
    padding: 4%;
  }

  .flex-triple {
    flex-wrap: wrap;
  }

  .flex-triple>li {
    width: 100%;
    margin-bottom: 20px;
  }

  .smart-harf>li {
    width: 100%;
  }

  .smart-harf>li:last-child {
    margin-bottom: 0;
  }

  .news_list li a {
    flex-wrap: wrap;
  }

  .news_list li p {
    margin: 0;
    width: 100%;
    padding: 10px 0;
    border: none;
  }

  .news_list .cat {
    min-width: 80px;
  }

  .contact {
    flex-wrap: wrap;
  }

  .contact .c_message {
    width: 100%;
  }

  .contact .left_eng {
    margin: auto;
  }

  .contact .left_eng .kana {
    margin-bottom: 20px;
  }

  .contact .c_message+div {
    width: 100%;
  }

  .contact_wrap .c_btn {
    padding: 8px 16px;
    margin: auto;
    width: min(230px, 100%);
  }

  .contact {
    padding: 10px 7%;
  }





  #move_link {
    padding-left: 0;
  }

  #move_link li a {
    flex-wrap: wrap;
  }

  #move_link li .detail {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
  }

  #move_link li .detail .res_cat {
    margin-left: 10px;
    font-size: 0.9rem;
    line-height: 18px;
  }

  #move_link li .name {
    width: 100%;
    margin-left: 30px;
  }

  .year_span.media .a-wrap .entry-card,
  .course .entry-card {
    flex-wrap: wrap;
  }

  .entry-card-thumb {
    width: 100%;
  }

  .card_style .entry-card-content,
  .course .entry-card .entry-card-content {
    gap: 10px;
  }

  .use-page {
    flex-wrap: wrap;
  }

  .use-page .a-wrap {
    width: 100%;
  }

  #sidebar-scroll {
    display: none;
  }

  #slide-in-sidebar {
    background: #4D4F57;
    border-radius: inherit;
  }

  #slide-in-sidebar,
  #slide-in-sidebar a {
    color: #fff;
  }

  .sidebar-menu-close-button {
    background: #4D4F57;
    margin-bottom: 0;
    padding-bottom: 1rem;
  }

  #slide-in-sidebar .link_list:first-child {
    padding-top: 5px;
  }

  .sidebar-menu-close-button>span {
    background: #fff;
    padding: 5px;
    border-radius: 50px;
    width: 42px;
    height: 42px;
  }

  .entry-card.partner-card {
    gap: 10px;
  }

  .entry-card.partner-card .entry-card-content {
    padding: 10px 15px;
  }

  .entry-card.partner-card.strength>div {
    width: 100%;
  }

  .entry-card.partner-card.strength>div p {
    margin-bottom: 0;
  }

  .smart-thumb.partner,
  .entry-card.partner-card.strength.balance .smart-thumb.partner {
    width: 100%;
    height: auto;
  }

  .entry-card.partner-card.strength .smart-thumb.partner {
    border-radius: 5px 5px 0 0;
  }

  .entry-card.partner-card .entry-card-content .toc-list li {
    padding: 5px 0;
    font-size: 1rem;
  }

  .entry-card.partner-card.strength .str_p {
    line-height: inherit;
    font-size: 1rem;
    margin-top: 15px;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    width: 100%;
  }

  .mobile-footer-menu-buttons {
    visibility: hidden;
  }

  .logo {
    padding: 0;
  }

  .logo a.btn.b-red {
    display: none;
  }

  .logo h1 {
    width: 110px;
  }

  #sidebar-menu-open {
    width: 70px;
    height: 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
  }

  #sidebar-menu-open.e404 {
    display: none;
  }

  .sidebar-menu-icon .fa {
    font-size: 35px;
  }

  .sidebar-menu-caption {
    font-size: 0.8rem;
  }

  #sidebar-menu-close,
  #sidebar-menu-content {
    visibility: visible;
  }

  .link_list ul li a {
    font-size: 1rem;
  }

  .link_list ul li {
    margin: 5px 0;
  }

  #go-to-top {
    display: block !important;
  }

  .timeline-wrap {
    gap: 0;
  }

  .timeline-wrap div:first-child {
    border-left: 4px #d9d9d9 solid;
    text-align: center;
  }

  .card_style .entry-card {
    flex-wrap: wrap;
  }

  .card_style .entry-card {
    flex-wrap: wrap;
  }

  .card_style .fake_btn {
    margin: 15px auto;
  }

  .entry-card.partner-card {
    flex-wrap: wrap;
  }

  .pink .related-entry-heading {
    margin-top: 0;
  }

  #move_link li {
    padding: 10px 5px;
  }

  .toc-list.open {
    display: none;
  }

  .has-fixed-layout tr td {
    width: 100%;
    display: block;
  }

  .has-fixed-layout tr td:first-child {
    border-bottom: none;
  }

  .has-fixed-layout tr td:last-child {
    border-top: none;
  }

  .wpforms-form .wpforms-field label,
  .wpforms-form .wpforms-field input,
  .wpforms-form .wpforms-field textarea {
    width: 100%;
  }

  .border-style {
    padding: 15px;
  }

  .container.lp {
    padding: 0;
  }

  .container.lp .entry-title {
    padding: 0 18px;
  }

  .cta-bg {
    height: 220px;
  }

  .cta-bg p {
    width: 85%;
    height: 90px;
    border-radius: 45px;
  }

  .cta-bg p a {
    font-size: 1.7rem;
    line-height: 90px;
  }

  .kensyu-bg h2,
  .schedule-bg h2,
  .swipe-box h2,
  .qa-box h2 {
    font-size: 1.8rem;
  }

  .container.lp main.main,
  .container.lp .article,
  .container.lp .entry-content {
    margin-bottom: 0;
  }

  .sp-none-img {
    display: none;
  }


  .table_scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .table_scroll table tr {
    display: flex;
    flex-wrap: nowrap;
    min-width: 170%;
  }
}










/* 大デバイス（デスクトップ, 1200px 未満）*/
@media (min-width: 992px) {}

/* 中デバイス（タブレット, 992px 未満）*/
@media (max-width: 991.98px) {}

/* 小デバイス（横向きモバイル, 768px 未満）*/
@media (max-width: 767.98px) {}

/* @include media-breakpoint-up(sm) {
   極小デバイス（縦向きモバイル, 576px 未満）*/
@media (max-width: 575.98px) {}