@charset "UTF-8";
/*
Theme Name: CMCA
*/
/*ベースフォントサイズ*/
header.global-header {
  display: flex;
  align-items: center;
  position: fixed;
  left: 0;
  padding: 8px 24px;
  width: 100%;
  transition: all ease 0.5s 0s;
  z-index: 9999;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  header.global-header {
    padding: 8px 10px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.global-header {
    padding: 8px 5px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header {
    padding: 0 5px;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header {
    padding: 0 5px;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width:575px) {
  header.global-header {
    padding: 0 5px;
    flex-wrap: wrap;
  }
}
header.global-header.sticky {
  height: unset;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  transition: all ease 0.5s 0s;
  box-shadow: 0 15px 39px -22px rgba(0, 0, 0, 0.2);
}
header.global-header .header-logo {
  width: 175px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  header.global-header .header-logo {
    width: 130px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.global-header .header-logo {
    width: 115px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header .header-logo {
    width: 115px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header .header-logo {
    width: 115px;
  }
}
@media only screen and (max-width:575px) {
  header.global-header .header-logo {
    width: 115px;
  }
}
header.global-header .global-nav-content {
  display: flex;
  flex-direction: column;
  width: calc(100% - 175px);
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  header.global-header .global-nav-content {
    width: calc(100% - 130px);
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.global-header .global-nav-content {
    width: calc(100% - 115px);
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header .global-nav-content {
    width: calc(100% - 115px);
    padding: 8px 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header .global-nav-content {
    width: calc(100% - 115px);
    padding: 8px 0;
  }
}
@media only screen and (max-width:575px) {
  header.global-header .global-nav-content {
    width: calc(100% - 115px);
    padding: 8px 0;
  }
}
header.global-header .global-nav-content .c-global-nav-top {
  display: flex;
  justify-content: end;
  margin-bottom: 14px;
}
@media only screen and (max-width:575px) {
  header.global-header .global-nav-content .c-global-nav-top {
    margin-bottom: 10px;
  }
}
header.global-header .global-nav-content .c-global-nav-top .c-global-sub-nav {
  display: flex;
}
header.global-header .global-nav-content .c-global-nav-top .c-global-sub-nav .sub-nav-item {
  font-size: 12px;
  font-weight: bold;
  margin-right: 25px;
}
@media only screen and (max-width:575px) {
  header.global-header .global-nav-content .c-global-nav-top .c-global-sub-nav .sub-nav-item {
    font-size: 10px;
    margin-right: 18px;
  }
}
header.global-header .global-nav-content .c-global-nav-top .c-global-sub-nav .sub-nav-item a {
  color: #0f106a;
}
header.global-header .global-nav-content .c-global-nav-top .c-global-sub-nav .sub-nav-item:last-child {
  margin-right: 0;
}
header.global-header .global-nav-content .c-global-nav-bottom {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header .global-nav-content .c-global-nav-bottom {
    justify-content: end;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header .global-nav-content .c-global-nav-bottom {
    justify-content: end;
  }
}
@media only screen and (max-width:575px) {
  header.global-header .global-nav-content .c-global-nav-bottom {
    justify-content: end;
  }
}
header.global-header .global-nav-content .c-global-nav-bottom .c-global-cv-nav .h-briefing-btn {
  margin-right: 10px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.global-header .global-nav-content .c-global-nav-bottom .c-global-cv-nav .h-briefing-btn {
    font-size: 12px;
    padding: 12px 18px;
  }
  header.global-header .global-nav-content .c-global-nav-bottom .c-global-cv-nav .h-course-btn {
    font-size: 12px;
    padding: 12px 18px;
  }
}
header.global-header .global-main-nav {
  display: block;
}
header.global-header .global-main-nav .global-main-nav-list {
  display: flex;
}
header.global-header .global-main-nav .global-main-nav-list .global-nav-item {
  margin-left: 25px;
  color: #0f106a;
  font-weight: bold;
  cursor: pointer;
  padding: 8px 0;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  header.global-header .global-main-nav .global-main-nav-list .global-nav-item {
    font-size: 14px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.global-header .global-main-nav .global-main-nav-list .global-nav-item {
    font-size: 12px;
    margin-left: 15px;
  }
}
header.global-header .global-main-nav .global-main-nav-list .global-nav-item a {
  color: #0f106a;
  font-weight: bold;
}
header.global-header .c-global-nav-sp {
  width: 100%;
  padding: 6px 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
header.global-header .c-global-cv-nav {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header .c-global-cv-nav .h-briefing-btn {
    font-size: 12px;
    padding: 12px 50px;
    margin-right: 8px;
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  }
  header.global-header .c-global-cv-nav .h-course-btn {
    font-size: 12px;
    padding: 12px 58px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header .c-global-cv-nav .h-briefing-btn {
    font-size: 12px;
    padding: 12px 35px;
    margin-right: 8px;
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  }
  header.global-header .c-global-cv-nav .h-course-btn {
    font-size: 12px;
    padding: 12px 43px;
  }
}
@media only screen and (max-width:575px) {
  header.global-header .c-global-cv-nav .h-briefing-btn {
    font-size: 12px;
    padding: 8px 25px;
    margin-right: 8px;
    color: #fff;
    border: 1px solid transparent;
    background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  }
  header.global-header .c-global-cv-nav .h-course-btn {
    font-size: 12px;
    padding: 8px 33px;
  }
}
header.global-header .global-navigation .c-global-cv-nav {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.global-header .global-navigation .c-global-cv-nav .h-briefing-btn {
    font-size: 14px;
    padding: 12px 135px;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  header.global-header .global-navigation .c-global-cv-nav .h-course-btn {
    font-size: 14px;
    padding: 12px 143px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.global-header .global-navigation .c-global-cv-nav .h-briefing-btn {
    font-size: 14px;
    padding: 12px 100px;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  header.global-header .global-navigation .c-global-cv-nav .h-course-btn {
    font-size: 14px;
    padding: 12px 108px;
  }
}
@media only screen and (max-width:575px) {
  header.global-header .global-navigation .c-global-cv-nav .h-briefing-btn {
    font-size: 14px;
    padding: 12px 60px;
    margin-right: 0 !important;
    margin-bottom: 10px;
  }
  header.global-header .global-navigation .c-global-cv-nav .h-course-btn {
    font-size: 14px;
    padding: 12px 68px;
  }
}
header.head-animation {
  transform: translateY(-100%);
}
header.program {
  padding: 20px 0 35px;
  background-color: #f9f9f9;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.program {
    padding: 20px 0 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.program {
    padding: 20px 0 0;
  }
}
@media only screen and (max-width:575px) {
  header.program {
    padding: 20px 0 0;
  }
}
header.program .header-logo {
  width: 175px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  header.program .header-logo {
    width: 130px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  header.program .header-logo {
    width: 115px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  header.program .header-logo {
    width: 115px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  header.program .header-logo {
    width: 115px;
  }
}
@media only screen and (max-width:575px) {
  header.program .header-logo {
    width: 115px;
  }
}

/*******************************************************
                     dropdownメニュー
*******************************************************/
.global-nav-child {
  position: absolute;
  left: 0;
  top: 30px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.05);
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 6px;
  margin: 0;
  padding-left: 0;
  min-width: 160px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}

.has-child-item:hover .global-nav-child {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

.has-child-item {
  position: relative;
}

.nav-child-item {
  padding: 0;
  margin: 0;
}
.nav-child-item a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  white-space: nowrap;
  font-weight: 700;
}
.nav-child-item a:hover {
  background-color: rgba(15, 17, 106, 0.0509803922);
}

/*******************************************************
                  ハンバーガーメニュー
*******************************************************/
.hamburger {
  display: block;
  height: 40px;
  margin-left: auto;
  position: relative;
  z-index: 10;
  width: 40px;
  border: none;
  background-color: transparent;
}

.hamburger.-active .hamburger__line {
  background-color: transparent;
}

.hamburger.-active .hamburger__line::before {
  top: 0;
  transform: rotate(45deg);
}

.hamburger.-active .hamburger__line::after {
  top: 0;
  transform: rotate(-45deg);
}

.hamburger.-active .hamburger__text::before {
  content: "閉じる";
}

.hamburger__line {
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  background-color: #172e59;
  transition: 0.4s;
}

.hamburger__line:before,
.hamburger__line:after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  width: 100%;
  background-color: #172e59;
  transition: inherit;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__text {
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.hamburger__text::before {
  content: "メニュー";
  text-align: center;
  color: #172e59;
  font-size: 8px;
  font-weight: 900;
}

.header__inner {
  border: 1px solid #172e59;
  border-radius: 5px;
}

.header__nav-area {
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
  height: 100vh;
  width: 100%;
  visibility: hidden;
  padding-top: 15px;
  background-color: #fff;
  transition: 0.4s;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .header__nav-area img {
    width: 30%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .header__nav-area img {
    width: 30%;
  }
}
@media only screen and (max-width:575px) {
  .header__nav-area img {
    width: 30%;
  }
}

.header__nav-area.-active {
  left: 0;
  visibility: visible;
}

.global-navigation {
  padding-top: 47px;
  padding-right: 25px;
  padding-bottom: 120px;
  padding-left: 25px;
}

.global-navigation__list > li {
  padding-bottom: 20px;
  border-bottom: 2px solid #e7e9ee;
}

.global-navigation__list > li + li {
  margin-top: 20px;
}

.global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #172e59;
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
}

.global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

.global-navigation__link.-accordion::after {
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  width: 2px;
  background-color: #ed3242;
  transform: translateY(-50%);
  transition: transform 0.4s;
}

.global-navigation__link.-accordion::before {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
  background-color: #ed3242;
  transform: translateY(-50%);
}

.global-navigation__link.-active::after {
  transform: translateY(-50%) rotate(-90deg);
}

.global-accordion {
  height: 0;
  overflow: hidden;
  visibility: hidden;
  transition: 0.4s;
}

.global-accordion.-active {
  height: auto;
  padding-top: 30px;
  visibility: visible;
}

.accordion__list li {
  font-size: 0.75rem;
}

.accordion__list li + li {
  margin-top: 21px;
}

.accordion__link {
  color: #172e59;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 400px;
  font-weight: 700;
  line-height: 1;
  position: relative;
  white-space: nowrap;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:hover {
  transition: 0.2s;
  opacity: 0.95;
  box-shadow: 0 0 0 4px rgba(55, 101, 192, 0.2) !important;
}

.h-briefing-btn {
  color: #0f106a;
  border: 1px solid rgba(15, 17, 106, 0.9019607843);
  background-color: #fff;
  font-size: 14px;
  padding: 12px 24px;
}
.h-briefing-btn:hover {
  color: #0f106a;
}

.h-course-btn {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(87deg, #0f116a -40.75%, #3765c0 109.6%);
  font-size: 14px;
  padding: 12px 24px;
}
.h-course-btn:hover {
  color: #fff;
}

.hero-briefing-btn {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  font-size: 20px;
  padding: 28px 32px;
  margin-right: 15px;
}
.hero-briefing-btn:hover {
  color: #fff;
}

.hero-course-btn {
  color: #fff;
  border: 1px solid transparent;
  background: linear-gradient(87deg, #0f116a -40.75%, #3765c0 109.6%);
  font-size: 20px;
  padding: 28px 32px;
}
.hero-course-btn:hover {
  color: #fff;
}

.arrow-right {
  margin-left: 15px;
}

.sp-cta-btn {
  display: block;
  text-align: center;
  margin: 25px auto 50px;
  width: 340px;
  color: #fff;
  border-radius: 15px;
  border: 1px solid transparent;
  background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  font-size: 20px;
  padding: 15px 32px;
  font-weight: bold;
}
.sp-cta-btn:hover {
  color: #fff;
}

.submit_btn {
  text-align: center;
  display: block;
  margin: 8px auto;
  width: 400px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #B41578;
  background: #B41578;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
}
.submit_btn span {
  font-weight: normal;
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: 14px;
}

.submit_btn.disabled{
  background: #fff;
  color: #B41578;
}

/*******************************************************
                     「受付中」等のタグ
*******************************************************/
.tag {
  padding: 6px 8px;
  gap: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  color: #941270;
  border-radius: 4px;
  line-height: 1;
  border: 1px solid #941270;
  margin-bottom: 10px;
}
.tag:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #941270;
  border-radius: 50%;
  display: inline-flex;
}
.tag.enable {
  background: #941270;
  color: #fff;
}
.tag.enable:before {
  background: #fff;
}

section.fv_hero.front-hero {
  background-image: url("../images/hero_bg.webp");
  background-position: right;
  height: 640px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.fv_hero.front-hero {
    background-position: 78%;
    height: 80vh;
  }
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero {
    background-position: 78%;
    height: 95vh;
  }
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .hero-content {
    top: 30%;
    transform: none;
  }
}
section.fv_hero.front-hero .fv-hero__wrap .hero-content h1 {
  color: #1c1c1c;
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-briefing-btn{
  padding: 14px 32px;
  width: 290px;
  line-height: 32px;
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-course-btn{
  padding: 14px 32px;
  width: 290px;
  line-height: 32px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv {
    display: flex;
  }
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-briefing-btn {
    font-size: 16px;
    padding: 10px 25px;
    line-height: 24px;
    width: 230px;
  }
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-course-btn {
    font-size: 16px;
    padding: 10px 25px;
    line-height: 24px;
    width: 230px;
  }
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-briefing-btn {
    font-size: 14px;
    padding: 18px 14px;
    line-height: 24px;
    width: 270px;
    margin-bottom: 10px;
    margin-right: 0;
  }
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-cv .hero-course-btn {
    font-size: 14px;
    padding: 18px 14px;
    line-height: 24px;
    width: 270px;
  }
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  gap: 16px;
  position: absolute;
  right: 0;
  bottom: -24px;
  z-index: 1;
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: relative;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.15);
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item {
    width: 125px;
    height: 125px;
  }
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item {
    width: 105px;
    height: 105px;
  }
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item:before {
  content: "";
  width: calc(100% + 12px);
  height: calc(100% + 12px);
  border-radius: 50%;
  left: -6px;
  top: -6px;
  position: absolute;
  background: linear-gradient(87deg, #3765c0 -40.75%, #4188e6 109.6%);
  z-index: -1;
  opacity: 0.975;
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item > span {
  color: #0f106a;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-small {
  font-size: clamp(12px, 1vw, 15px);
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-small {
    font-size: 10px;
  }
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-middle {
  font-size: clamp(18px, 1.25vw, 24px);
}
@media only screen and (max-width:575px) {
  section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-middle {
    font-size: 16px;
  }
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-number {
  display: flex;
  align-items: flex-end;
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-number .number {
  line-height: 1;
  font-size: clamp(32px, 6vw, 48px);
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-number .unit {
  line-height: 1;
  font-size: clamp(24px, 5vw, 32px);
}
section.fv_hero.front-hero .fv-hero__wrap .c-hero-point-list .hero-point-item .hero-point-label-number .text {
  line-height: 120%;
  font-size: clamp(12px, 0.875vw, 18px);
  width: clamp(12px, 0.875vw, 18px);
}
section.l-front-program {
  padding: 88px 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-program {
    padding: 88px 0 65px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-program {
    padding: 88px 0 65px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-program {
    padding: 65px 0 65px;
  }
}
section.l-front-about {
  padding: 72px 0 160px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-about {
    padding: 0 0 80px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-about {
    padding: 50px 0 80px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-about {
    padding: 50px 0 55px;
  }
  section.l-front-about img {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-about {
    padding: 50px 0 55px;
  }
  section.l-front-about img {
    margin-bottom: 20px;
  }
}
section.l-front-about .front-section-description {
  font-size: 16px;
  color: #333333;
  line-height: 175%;
}
section.l-front-about .front-about-point {
  font-size: 16px;
  line-height: 140%;
  margin: 35px 0;
}
section.l-front-about .front-about-point li {
  position: relative;
  padding-left: 24px;
  font-weight: bold;
  color: #1c1c1c;
  margin-bottom: 20px;
}
section.l-front-about .front-about-point li:before {
  content: "";
  width: 16px;
  height: 8px;
  border-left: 2px solid #3765c0;
  border-bottom: 2px solid #3765c0;
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 4px;
}
section.l-front-about .front-about-point li:last-child {
  margin-bottom: 0;
}
section.l-front-about .c-front-about-cv {
  padding-top: 24px;
  display: flex;
  justify-content: center;
  gap: 12px;
}
section.l-front-about .c-front-about-cv .hero-briefing-btn{
  width: 400px;
  line-height: 28px;
  padding: 19px 32px;
}
section.l-front-about .c-front-about-cv .hero-course-btn{
  width: 400px;
  line-height: 28px;
  padding: 19px 32px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-about .c-front-about-cv .hero-briefing-btn{
    width: 330px;
  }
  section.l-front-about .c-front-about-cv .hero-course-btn{
    width: 330px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-about .c-front-about-cv {
    align-items: center;
    flex-direction: column;
  }
  section.l-front-about .c-front-about-cv .hero-briefing-btn {
    font-size: 16px;
    padding: 22px 40px;
    width: 400px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  section.l-front-about .c-front-about-cv .hero-course-btn {
    font-size: 16px;
    width: 400px;
    padding: 22px 40px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-about .c-front-about-cv {
    align-items: center;
    flex-direction: column;
  }
  section.l-front-about .c-front-about-cv .hero-briefing-btn {
    font-size: 16px;
    padding: 22px 40px;
    width: 300px;
    margin-right: 0;
    margin-bottom: 12px;
  }
  section.l-front-about .c-front-about-cv .hero-course-btn {
    font-size: 16px;
    padding: 22px 40px;
    width: 300px;
  }
}
section.l-front-merit {
  background: #f9f9f9;
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(72px, 12vw, 120px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-merit {
    padding: 80px 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit {
    padding: 80px 0 40px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit {
    padding: 55px 0 20px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit {
    padding: 55px 0 20px;
  }
}
section.l-front-merit .front-section-header {
  margin-bottom: 120px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-merit .front-section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-section-header {
    margin-bottom: 70px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit img {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit img {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit img {
    margin-bottom: 20px;
  }
}
section.l-front-merit img.arrow {
  margin-bottom: 0;
}
section.l-front-merit .point {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  color: #3765c0;
  position: relative;
}
section.l-front-merit .point:after {
  content: "";
  width: 200px;
  height: 1px;
  background: #3765c0;
  position: absolute;
  left: 72px;
  top: 42%;
  transform: translateY(-50%);
}
section.l-front-merit .merit-item-title {
  font-size: clamp(20px, 1.75vw, 24px);
  font-weight: 700;
  line-height: 140%;
  color: #1c1c1c;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
section.l-front-merit .merit-item-description {
  font-size: 16px;
  color: #333333;
  line-height: 175%;
}
section.l-front-merit .c-merit-item-footer .with-arrow {
  padding-right: 48px;
}
section.l-front-merit .c-merit-item-footer .with-arrow .arrow {
  position: absolute;
  right: 12px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
}
section.l-front-merit .front-merit-content {
  padding-top: 64px;
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content {
    padding-top: 45px;
  }
}
section.l-front-merit .front-merit-content .other-merit-content {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-merit-content .other-merit-content {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-merit-content .other-merit-content {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content .other-merit-content {
    flex-wrap: wrap;
    justify-content: unset;
  }
}
section.l-front-merit .front-merit-content .other-merit {
  width: 33.3333333333%;
  padding: 0 20px;
  text-align: center;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-merit-content .other-merit {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ebebec;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-merit-content .other-merit {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ebebec;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content .other-merit {
    width: 100%;
    padding: 20px 0;
    text-align: left;
    display: flex;
    align-items: flex-start;
    border-top: 1px solid #ebebec;
  }
}
section.l-front-merit .front-merit-content .other-merit img {
  display: block;
  margin: 0 auto clamp(16px, 1.25vw, 20px);
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-merit-content .other-merit img {
    width: 8%;
    margin-bottom: 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-merit-content .other-merit img {
    width: 8%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content .other-merit img {
    width: 12%;
    margin-bottom: 0;
  }
}
section.l-front-merit .front-merit-content .other-merit .merit-text-area {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-merit-content .other-merit .merit-text-area {
    padding-left: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-merit-content .other-merit .merit-text-area {
    padding-left: 30px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content .other-merit .merit-text-area {
    padding-left: 20px;
  }
}
section.l-front-merit .front-merit-content .other-merit .merit-title {
  font-size: clamp(18px, 1.5vw, 20px);
  line-height: 140%;
  color: #1c1c1c;
  font-weight: 700;
  margin-bottom: clamp(16px, 1.25vw, 20px);
}
section.l-front-merit .front-merit-content .other-merit .merit-description {
  font-size: 16px;
  line-height: 175%;
  color: #333333;
  text-align: left;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-merit .front-merit-content .other-merit .merit-description {
    font-size: 14px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-merit .front-merit-content .other-merit .merit-description {
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-merit .front-merit-content .other-merit .merit-description {
    font-size: 14px;
  }
}
section.l-cta-banner {
  background: linear-gradient(87deg, #0f116a -40.75%, #3765c0 109.6%);
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(72px, 12vw, 120px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-cta-banner {
    padding: 90px 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-cta-banner {
    padding: 80px 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner {
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner {
    padding: 60px 0 40px;
  }
}
section.l-cta-banner .cta-banner-wrapper {
  display: flex;
  gap: 64px;
  align-items: center;
}
section.l-cta-banner .cta-banner-text {
  color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-cta-banner .cta-banner-text {
    margin-bottom: 35px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner .cta-banner-text {
    margin-bottom: 35px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner .cta-banner-text {
    margin-bottom: 35px;
  }
}
section.l-cta-banner .cta-banner-text .cta-banner-lead {
  line-height: 140%;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: clamp(16px, 1vw, 24px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-cta-banner .cta-banner-text .cta-banner-lead {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-cta-banner .cta-banner-text .cta-banner-lead {
    font-size: 22px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner .cta-banner-text .cta-banner-lead {
    font-size: 19px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner .cta-banner-text .cta-banner-lead {
    font-size: 19px;
  }
}
section.l-cta-banner .cta-banner-text .cta-banner-description {
  font-size: clamp(14px, 1vw, 16px);
  line-height: 175%;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
section.l-cta-banner .cta-banner-text .cta-banner-point-list {
  display: flex;
  gap: clamp(8px, 0.5vw, 16px);
}
section.l-cta-banner .cta-banner-text .cta-banner-point-list .cta-banner-point-item {
  font-size: 14px;
  flex: 1;
  border: 2px solid rgba(255, 255, 255, 0.8);
  border-radius: 6px;
  padding: 12px 4px;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-cta-banner .cta-banner-text .cta-banner-point-list .cta-banner-point-item {
    font-size: 13px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner .cta-banner-text .cta-banner-point-list .cta-banner-point-item {
    font-size: 12px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner .cta-banner-text .cta-banner-point-list .cta-banner-point-item {
    font-size: 14px;
  }
}
section.l-cta-banner .c-actions {
  display: flex;
  align-items: flex-end;
  gap: 24px;
  padding-bottom: 24px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-cta-banner .c-actions {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner .c-actions {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner .c-actions {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
}
section.l-cta-banner .c-actions .action-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
section.l-cta-banner .c-actions .action-item .action-item-text {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
}
section.l-cta-banner .c-actions .action-item .btn {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.25);
}
section.l-cta-banner .c-actions .action-item .hero-briefing-btn {
  font-size: 16px;
  padding: 8px 32px;
  line-height: 24px;
}
section.l-cta-banner .c-actions .action-item .h-briefing-btn {
  font-size: 16px;
  padding: 8px 32px;
  line-height: 24px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-cta-banner .c-actions .action-item .hero-briefing-btn {
    width: 400px;
    margin-right: 0;
    padding: 20px 32px;
  }
  section.l-cta-banner .c-actions .action-item .h-briefing-btn {
    width: 400px;
    padding: 20px 32px;
  }
}
@media only screen and (max-width:575px) {
  section.l-cta-banner .c-actions .action-item .hero-briefing-btn {
    width: 300px;
    margin-right: 0;
    padding: 20px 32px;
  }
  section.l-cta-banner .c-actions .action-item .h-briefing-btn {
    width: 300px;
    padding: 20px 32px;
  }
}
section.l-cta-banner .c-action-description {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 24px;
}
section.l-cta-banner .c-action-description .text-notice {
  color: #fff;
  line-height: 175%;
  font-size: 14px;
  opacity: 0.85;
}
section.l-cta-banner .c-action-description .text-notice a {
  color: #fff;
  text-decoration: underline !important;
}
section.l-front-voice {
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(72px, 12vw, 120px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-voice {
    padding: 80px 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-voice {
    padding: 80px 0 50px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-voice {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-voice {
    padding: 60px 0 30px;
  }
}
section.l-front-voice .front-voice-content {
  position: relative;
  margin-bottom: 50px;
}
section.l-front-faq {
  background: #f9f9f9;
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(72px, 12vw, 120px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-faq {
    padding: 80px 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-faq {
    padding: 80px 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-faq {
    padding: 60px 0;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-faq {
    padding: 60px 0;
  }
}
section.l-front-faq .accordion {
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
section.l-front-faq .accordion .accordion-item {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1019607843);
}
section.l-front-faq .accordion .accordion-item button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent !important;
  padding: 15px 45px 15px 15px;
  border: none;
  display: flex;
  width: 100%;
  gap: 12px;
  position: relative;
  cursor: pointer;
  outline: none;
}
section.l-front-faq .accordion .accordion-item button.collapsed:before {
  content: "";
  width: 16px;
  height: 2px;
  background: #3765c0;
  position: absolute;
  right: clamp(16px, 1.75vw, 32px);
  top: calc(50% - 1px);
  transition: 0.2s;
  transform-origin: center center;
  rotate: 90deg;
}
section.l-front-faq .accordion .accordion-item button:after {
  content: "";
  width: 16px;
  height: 2px;
  background: #3765c0;
  position: absolute;
  right: clamp(16px, 1.75vw, 32px);
  top: calc(50% - 1px);
  transition: 0.2s;
  transform-origin: center center;
}
section.l-front-faq .accordion .accordion-item .ornament {
  line-height: 1;
  font-size: 36px;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  color: #353d9f;
  background: linear-gradient(45deg, #3765c0 -40.75%, #4188e6 109.6%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.l-front-faq .accordion .accordion-item .title {
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: 700;
  line-height: 150%;
  color: #1c1c1c;
  text-align: left;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
section.l-front-faq .accordion .accordion-item .accordion-body {
  box-sizing: border-box;
  margin: 0;
  padding: clamp(12px, 1vw, 24px) clamp(16px, 1.75vw, 32px);
  border: none;
  display: flex;
  width: 100%;
  gap: 12px;
  background: rgba(55, 101, 192, 0.0509803922);
}
section.l-front-faq .accordion .accordion-item .accordion-body .ornament {
  color: #941270;
  background: linear-gradient(87deg, #941270 -40.75%, #bb1479 109.6%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.l-front-faq .accordion .accordion-item .detail-text {
  font-size: clamp(14px, 0.875vw, 16px);
  line-height: 175%;
  color: #333333;
  margin-bottom: 0;
}
section.l-front-news {
  padding-top: clamp(72px, 12vw, 120px);
  padding-bottom: clamp(40px, 10vw, 64px);
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  section.l-front-news {
    padding: 80px 0;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  section.l-front-news {
    padding: 80px 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-news {
    padding: 60px 0;
  }
}
@media only screen and (max-width:575px) {
  section.l-front-news {
    padding: 60px 0;
  }
}
section.l-front-news .news-list .news-item {
  border-bottom: 1px solid #a1a1a1;
}
section.l-front-news .news-list .news-item:first-child {
  border-top: none;
}
section.l-front-news .news-list .news-item:last-child {
  border-bottom: none;
}
section.l-front-news .news-list .news-item a .news-posted-date {
  font-size: 14px;
}
section.l-front-news .news-list .news-item a .news-title {
  font-size: 15px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.l-front-news .h-briefing-btn {
    width: 60%;
    margin: 25px auto 0;
  }
}

/*******************************************************
                 共通：セクションのタイトル
*******************************************************/
.front-section-header {
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .front-section-header {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .front-section-header {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:575px) {
  .front-section-header {
    margin-bottom: 20px;
  }
}
.front-section-header .front-section-title {
  display: flex;
  flex-direction: column;
  gap: clamp(12px, 0.5vw, 16px);
}
.front-section-header .front-section-title .ornament {
  color: #3765c0;
  font-size: clamp(14px, 1vw, 20px);
  letter-spacing: 4px;
  font-family: "Montserrat", sans-serif;
}
.front-section-header .front-section-title .main {
  font-size: clamp(22px, 2vw, 32px);
  font-weight: 700;
  line-height: 140%;
  color: #1c1c1c;
}

/*******************************************************
               無料説明会・養成講習の一覧用
      ‐‐‐該当ページ：TOP・無料説明会一覧・養成講習一覧‐‐‐
*******************************************************/
.program-post {
  border: 1px solid #ebebec;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.program-post .program-post-text {
  padding-top: clamp(16px, 2vw, 24px);
  padding-right: clamp(16px, 2vw, 24px);
  padding-bottom: clamp(16px, 2vw, 24px);
  padding-left: clamp(16px, 2vw, 24px);
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}
.program-post .program-post-text .program-post-text-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}
.program-post .program-post-text .program-post-text-meta .tag {
  margin-bottom: 0;
}
.program-post .program-post-text .program-post-text-meta p {
  font-weight: bold;
  margin-bottom: 0;
}
.program-post .program-post-text .program-info {
  display: flex;
  color: #0f106a;
  margin-bottom: 10px;
  line-height: 0.6;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .program-post .program-post-text .program-info {
    font-size: 14px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .program-post .program-post-text .program-info {
    font-size: 13px;
  }
}
@media only screen and (max-width:575px) {
  .program-post .program-post-text .program-info {
    font-size: 14px;
  }
}
.program-post .program-post-text .program-post-cv .h-course-btn {
  width: 100%;
}

.program-thumb {
  aspect-ratio: 1.618/1;
  background: #ccc;
  position: relative;
}
.program-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.program-thumb .program-text-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.program-thumb .program-text-content p {
  font-weight: bold;
  color: #fff;
}
@media only screen and (max-width:575px) {
  .program-thumb .program-text-content p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.program-thumb .program-text-content p.briefing-place {
  font-size: 20px;
}
@media only screen and (max-width:575px) {
  .program-thumb .program-text-content p.briefing-place {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.program-thumb .program-text-content p.briefing-text {
  font-size: 24px;
  margin-bottom: 0;
}
@media only screen and (max-width:575px) {
  .program-thumb .program-text-content p.briefing-text {
    font-size: 20px;
  }
}

main.qualification .program-post .program-thumb .program-text-content {
  left: 40px;
  transform: translateY(-50%);
  align-items: unset;
}
main.qualification .program-post .program-thumb .program-text-content p {
  font-size: 18px;
}
main.qualification .program-post .program-thumb .program-text-content p.briefing-place {
  font-size: 35px;
}
main.qualification .program-post .program-thumb .program-text-content p.briefing-text {
  font-size: 24px;
  margin-bottom: 0;
}

/*******************************************************
              無料説明会・養成講習の詳細ページ
*******************************************************/
main.program {
  background-color: #f9f9f9;
}
main.program .program-thumb {
  margin: 30px 0;
}
main.program .program-thumb .program-text-content p {
  font-size: 20px;
}
@media only screen and (max-width:575px) {
  main.program .program-thumb .program-text-content p {
    font-size: 16px;
  }
}
main.program .program-thumb .program-text-content p.briefing-place {
  font-size: 30px;
}
@media only screen and (max-width:575px) {
  main.program .program-thumb .program-text-content p.briefing-place {
    font-size: 24px;
  }
}
main.program .program-thumb .program-text-content p.briefing-text {
  font-size: 35px;
}
@media only screen and (max-width:575px) {
  main.program .program-thumb .program-text-content p.briefing-text {
    font-size: 26px;
  }
}
main.program .lectures_box {
  display: flex;
  margin-bottom: 30px;
}
main.program .lectures_box .teacher_image {
  width: 96px;
  margin-right: 15px;
}
main.program .lectures_box .teacher_image img {
  border-radius: 8px;
}
main.program .lectures_box .lecture_introduction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 96px);
}
main.program .lectures_box .lecture_introduction p.lecture_job {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 6px;
}
main.program .lectures_box .lecture_introduction p.lecture_name {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 6px;
}
main.program .lectures_box .lecture_introduction p.lecture_subject {
  font-size: 14px;
  margin: 0;
}

/*******************************************************
              　　　　 更新講習
        ‐‐‐該当ページ：更新講習一覧・更新講習詳細‐‐‐
*******************************************************/
main.qualification_update h1.headline {
  margin: 0;
  color: #fff;
}
main.qualification_update .update-course__box {
  margin-bottom: 50px;
}
main.qualification_update .detail_lists .detail_list--item {
  padding: 50px 0;
  border-bottom: 3px solid #ddd;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.qualification_update .detail_lists .detail_list--item {
    padding: 30px 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.qualification_update .detail_lists .detail_list--item {
    padding: 30px 0;
  }
}
@media only screen and (max-width:575px) {
  main.qualification_update .detail_lists .detail_list--item {
    padding: 25px 0;
  }
}
main.qualification_update .detail_lists .detail_list--item:last-child {
  border-bottom: none;
  padding: 50px 0 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.qualification_update .detail_lists .detail_list--item:last-child {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.qualification_update .detail_lists .detail_list--item:last-child {
    padding: 30px 0 0;
  }
}
@media only screen and (max-width:575px) {
  main.qualification_update .detail_lists .detail_list--item:last-child {
    padding: 25px 0 0;
  }
}
main.qualification_update .detail_lists .detail_list--item p span {
  font-weight: bold;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.qualification_update .detail_lists .detail_list--item table.table-pc {
    font-size: 14px;
  }
}
main.qualification_update .detail_lists .detail_list--item table.table-pc th {
  width: 25%;
  background-color: #F0F3F6;
  padding: 15px 0;
  border-right: 1px solid #ddd;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc th:last-child {
  border-right: none;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc td {
  padding: 15px 0;
  border-right: 1px solid #ddd;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc td .tag {
  margin-bottom: 0;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc td p {
  margin-bottom: 0;
}
main.qualification_update .detail_lists .detail_list--item table.table-pc td:last-child {
  border-right: none;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.qualification_update .detail_lists .detail_list--item table.table-pc td .h-course-btn {
    font-size: 12px;
    padding: 9px 12px;
  }
}
main.qualification_update .detail_lists .detail_list--item table.table-sp {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 14px;
}
main.qualification_update .detail_lists .detail_list--item table.table-sp th {
  width: 25%;
  background-color: #F0F3F6;
  padding: 15px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main.qualification_update .detail_lists .detail_list--item table.table-sp td {
  padding: 15px 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
main.qualification_update .detail_lists .detail_list--item table.table-sp td .tag {
  margin-bottom: 0;
}
main.qualification_update .detail_lists .detail_list--item table.table-sp td p {
  margin-bottom: 0;
}
main.qualification_update .detail_lists .detail_list--item table.table-sp td .h-course-btn {
  font-size: 14px;
  padding: 9px 40px;
  margin: 0;
}
main.qualification_update .detail_lists .detail_list--item .place_lists {
  display: flex;
  justify-content: center;
}
main.qualification_update .detail_lists .detail_list--item .place_lists .place_list--item {
  display: flex;
  align-items: center;
}
main.qualification_update .detail_lists .detail_list--item .place_lists .place_list--item:before {
  content: "・";
  display: block;
}
main.qualification_update .detail_lists .detail_list--item .place_lists .place_list--item:first-child:before {
  content: none;
}
main.qualification_update .detail_lists .detail_list--none {
  padding: 50px 0 0;
}
main.qualification_update .detail_lists .detail_list--none p {
  margin-bottom: 0;
}

footer {
  padding-top: 60px;
  background-color: #fff;
  border-top: 1px solid #e4e4e4;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer {
    padding-top: 30px;
  }
}
@media only screen and (max-width:575px) {
  footer {
    padding-top: 25px;
  }
}
footer .footer_info p {
  font-size: 14px;
  letter-spacing: 1px;
}
footer .footer_info .footer_logo {
  width: 70%;
  margin-bottom: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .footer_info .footer_logo {
    width: 30%;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer .footer_info .footer_logo {
    width: 30%;
  }
}
@media only screen and (max-width:575px) {
  footer .footer_info .footer_logo {
    width: 40%;
  }
}
footer .footer_social {
  margin-top: 25px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer .footer_social {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer .footer_social {
    text-align: center;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:575px) {
  footer .footer_social {
    text-align: center;
    margin-bottom: 25px;
  }
}
footer .footer_social i {
  font-size: 25px;
}
footer .footer_social i.fa-facebook-f {
  margin-right: 15px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer ul.f-info {
    margin-top: 25px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer ul.f-info {
    margin-top: 25px;
  }
}
@media only screen and (max-width:575px) {
  footer ul.f-info {
    margin-top: 25px;
  }
}
footer ul li {
  margin-bottom: 15px;
  font-size: 14px;
}
footer ul li:last-child {
  margin-bottom: 0;
}
footer ul li i {
  color: #0f106a;
  margin-right: 10px;
}
footer ul li.f-info-list {
  display: flex;
  align-items: baseline;
  word-break: break-all;
}
footer .footer_bottom {
  border-top: 1px solid #e4e4e4;
  margin-top: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer .footer_bottom {
    margin-top: 30px;
  }
}
@media only screen and (max-width:575px) {
  footer .footer_bottom {
    margin-top: 25px;
  }
}
footer p.copyright {
  font-size: 10px;
  color: #333333;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 0;
}
footer.briefing {
  background-color: #f9f9f9;
  border-top: none;
  padding-top: 0;
  padding-bottom: 35px;
}
footer.briefing .container {
  padding-top: 35px;
  border-top: 1px solid #e4e4e4;
}
footer.briefing .container p.copyright {
  text-align: left;
}
footer.briefing .footer_social {
  margin-bottom: 25px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  footer.briefing .footer_social {
    text-align: left;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  footer.briefing .footer_social {
    text-align: left;
  }
}
@media only screen and (max-width:575px) {
  footer.briefing .footer_social {
    text-align: left;
  }
}
footer.program {
  padding: 25px 0;
}
footer.program .footer_info .footer_logo {
  width: 150px;
}
footer.program .footer_list {
  margin-top: 50px;
  display: flex;
  justify-content: end;
  align-items: center;
  flex-wrap: wrap;
}
footer.program .footer_list li {
  font-size: 10px;
  margin-right: 25px;
  margin-bottom: 0;
}
footer.program .footer_list li:last-child {
  margin-right: 0;
}

h2.headline {
  border-bottom: 2px solid #0f106a;
  padding-bottom: 15px;
  margin-bottom: 50px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  h2.headline {
    font-size: 26px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  h2.headline {
    font-size: 24px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  h2.headline {
    font-size: 24px;
  }
}
@media only screen and (max-width:575px) {
  h2.headline {
    font-size: 20px;
  }
}

h3.headline {
  padding: 1rem 2rem 1rem 15px;
  border-left: 5px solid #0f106a;
  background: #f4f4f4;
  margin-bottom: 0;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  h3.headline {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  h3.headline {
    font-size: 22px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  h3.headline {
    font-size: 22px;
  }
}
@media only screen and (max-width:575px) {
  h3.headline {
    font-size: 18px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .detail-fv__content {
    margin: 15px 0 35px;
    text-align: center;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail-fv__content {
    margin: 15px 0 35px;
    text-align: center;
  }
}
@media only screen and (max-width:575px) {
  .detail-fv__content {
    margin: 25px 0 35px;
    text-align: center;
  }
}
.detail-fv__content p {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 20px;
  color: #0f106a;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .detail-fv__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .detail-fv__content p {
    font-size: 18px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail-fv__content p {
    font-size: 16px;
  }
}
@media only screen and (max-width:575px) {
  .detail-fv__content p {
    font-size: 14px;
    margin-bottom: 7px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .detail-fv__content h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .detail-fv__content h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail-fv__content h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width:575px) {
  .detail-fv__content h1 {
    font-size: 26px;
  }
}

.detail_wrapper .detail_content {
  margin-bottom: 50px;
}
.detail_wrapper .detail_content h2.headline {
  margin-bottom: 25px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .detail_wrapper .detail_content h2.headline {
    font-size: 26px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .detail_wrapper .detail_content h2.headline {
    font-size: 24px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content h2.headline {
    font-size: 24px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content h2.headline {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .detail_wrapper .detail_content h3.headline {
    font-size: 24px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .detail_wrapper .detail_content h3.headline {
    font-size: 22px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content h3.headline {
    font-size: 22px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content h3.headline {
    font-size: 18px;
  }
}
.detail_wrapper .detail_content ul.outline_box {
  border: 1px solid #222;
  background-color: #fff;
  padding: 20px 15px;
  margin-bottom: 18px;
}
.detail_wrapper .detail_content ul.outline_box li {
  font-weight: bold;
  margin-bottom: 18px;
  text-indent: -10px;
  padding-left: 10px;
}
.detail_wrapper .detail_content ul.outline_box li:last-child {
  margin-bottom: 0;
}
.detail_wrapper .detail_content ul.outline_box li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.detail_wrapper .detail_content table.table_outline {
  border: 1px solid #707070;
  width: 100%;
  font-size: 20px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content table.table_outline {
    font-size: 16px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline {
    font-size: 16px;
  }
}
.detail_wrapper .detail_content table.table_outline th {
  background-color: #0F106A;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 25%;
  padding: 25px 10px;
  text-align: center;
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline th {
    display: block;
    padding: 15px 10px;
    width: 100%;
  }
}
.detail_wrapper .detail_content table.table_outline td {
  border-bottom: 1px solid #707070;
  background-color: #fff;
  width: 75%;
  padding: 25px 10px;
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline td {
    text-align: center;
    display: block;
    width: 100%;
  }
}
.detail_wrapper .detail_content table.table_outline td ul li {
  margin-bottom: 18px;
}
.detail_wrapper .detail_content table.table_outline td ul.border_line li {
  padding-bottom: 18px;
  border-bottom: 1px solid #707070;
}
.detail_wrapper .detail_content table.table_outline td ul.border_line li:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.detail_wrapper .detail_content table.table_outline td ul.border_line li.access h4 {
  font-size: 20px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content table.table_outline td ul.border_line li.access h4 {
    font-size: 16px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline td ul.border_line li.access h4 {
    font-size: 16px;
  }
}
.detail_wrapper .detail_content table.table_outline td ul.border_line li.access p {
  margin: 0 !important;
  font-size: 16px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content table.table_outline td ul.border_line li.access p {
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline td ul.border_line li.access p {
    font-size: 14px;
  }
}
.detail_wrapper .detail_content table.table_outline td ul.border_line p {
  margin: 0 0 10px;
}
.detail_wrapper .detail_content table.table_outline td ul.curriculum li {
  font-size: 16px;
}
.detail_wrapper .detail_content table.table_outline td ul.curriculum li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.detail_wrapper .detail_content table.table_outline td ul.curriculum li:last-child {
  margin-bottom: 0;
}
.detail_wrapper .detail_content table.table_outline td .tag {
  font-size: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content table.table_outline td .tag {
    font-size: 16px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline td .tag {
    font-size: 16px;
  }
}
.detail_wrapper .detail_content table.table_outline td p {
  margin: 25px 0 0;
}
.detail_wrapper .detail_content table.table_outline p.description {
  margin: 0 !important;
  font-size: 16px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .detail_wrapper .detail_content table.table_outline p.description {
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  .detail_wrapper .detail_content table.table_outline p.description {
    font-size: 14px;
  }
}
.detail_wrapper .detail_content table.table_outline p.description i {
  margin-right: 10px;
}
.detail_wrapper .detail_content.program_content {
  margin-bottom: 0;
}
.detail_wrapper .detail_content.program_content .program_detail_content {
  margin-bottom: 50px;
}
.detail_wrapper .detail_content.program_content .program_detail_content h3.headline {
  margin-bottom: 25px;
}
.detail_wrapper .detail_content.program_content .program_detail_content p {
  margin: 0;
}

.fixed_formArea {
  padding: 20px 45px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  top: 0;
  overflow-y: scroll;
  max-width: 660px;
  box-shadow: 0 32px 32px rgba(0, 0, 0, 0.05);
}
.fixed_formArea h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fixed_formArea h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .fixed_formArea h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width:575px) {
  .fixed_formArea h2 {
    font-size: 20px;
  }
}
.fixed_formArea p {
  font-size: 14px;
}
@media only screen and (min-width:1200px) and (max-width:1399px) {
  .fixed_formArea {
    padding: 20px 30px;
    max-width: 475px;
  }
  .fixed_formArea h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  .fixed_formArea {
    padding: 20px;
    max-width: 320px;
  }
  .fixed_formArea h2 {
    font-size: 20px;
  }
  .fixed_formArea p {
    font-size: 12px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fixed_formArea {
    background-color: unset;
    box-shadow: none;
    max-width: unset;
    overflow-y: unset;
    position: unset;
    height: unset;
    top: unset;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .fixed_formArea {
    padding: 15px 0;
    background-color: unset;
    box-shadow: none;
    max-width: unset;
    overflow-y: unset;
    position: unset;
    height: unset;
    top: unset;
  }
}
@media only screen and (max-width:575px) {
  .fixed_formArea {
    padding: 15px 0;
    background-color: unset;
    box-shadow: none;
    max-width: unset;
    overflow-y: unset;
    position: unset;
    height: unset;
    top: unset;
  }
}
.fixed_formArea .input_area .input_item {
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.fixed_formArea .input_area .input_item .input_label {
  width: 100%;
  font-weight: bold;
  display: flex;
  margin-bottom: 6px;
  align-items: center;
  font-size: 14px;
}
.fixed_formArea .input_area .input_item .input_label span {
  font-size: 10px;
  border-radius: 3px;
  padding: 0 14px;
  margin-left: 15px;
  border: 1px solid #707070;
  color: #707070;
  background-color: #fff;
}
.fixed_formArea .input_area .input_item .input_label span.required {
  border: 1px solid #941170;
  color: #941170;
}
.fixed_formArea .input_area .input_item .input_form {
  width: 100%;
  border: 1px solid #707070;
  border-radius: 4px;
  background: #fcfbfd;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.025) inset;
  padding: 4px 12px;
  font-size: 14px;
}
.fixed_formArea .input_area .input_item .input_form.input_zipCode {
  width: 140px;
  margin-right: 10px;
  padding-left: 2.4rem;
}
.fixed_formArea .input_area .input_item .input_form.input_autoAddress {
  width: calc(100% - 140px);
}
.fixed_formArea .input_area .input_item .zip_position {
  position: relative;
  width: 100%;
}
.fixed_formArea .input_area .input_item .zip_position:after {
  content: "〒";
  padding-right: 0.5rem;
  border-right: 1px solid #707070;
  position: absolute;
  display: block;
  left: 0.5rem;
  top: 57%;
  height: calc(100% - 3.5rem);
}
.fixed_formArea .input_area .input_item .zip_position .zip_form {
  display: flex;
}
.fixed_formArea .input_area .input_item .address_attention {
  font-size: 12px;
  margin: 6px 0 0;
}
.fixed_formArea .input_area ul {
  margin-bottom: 25px;
}
.fixed_formArea .input_area ul li {
  border-bottom: 1px solid #707070;
  padding: 25px 0;
}
.fixed_formArea .input_area ul li:first-child {
  border-top: 1px solid #707070;
}
.fixed_formArea .privacy-area textarea {
  font-size: 12px;
  height: 8em;
  width: 100%;
  resize: none;
}

.form_colorArea {
  background: rgba(135, 206, 250, 0.1);
  padding: 50px 0;
}
@media only screen and (max-width:575px) {
  .form_colorArea {
    padding: 25px 0;
  }
}
.form_colorArea .fixed_formArea {
  background-color: unset;
  position: unset;
  height: unset;
  overflow-y: unset;
  max-width: 100%;
  box-shadow: none;
}
.form_colorArea .fixed_formArea h2 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .form_colorArea .fixed_formArea h2 {
    font-size: 22px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .form_colorArea .fixed_formArea h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width:575px) {
  .form_colorArea .fixed_formArea h2 {
    font-size: 20px;
  }
}
.form_colorArea .fixed_formArea .input_area .input_item {
  margin-bottom: 20px;
}
.form_colorArea .fixed_formArea .input_area .input_item .input_label {
  margin-bottom: 10px;
  font-size: 16px;
}
.form_colorArea .fixed_formArea .input_area .input_item .input_label span {
  font-size: 12px;
}
.form_colorArea .fixed_formArea .input_area .input_item .input_form {
-webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 12px;
  font-size: 16px;
}
.form_colorArea .fixed_formArea .input_area .input_item select {
color: #212529;
}

.form_colorArea .fixed_formArea .input_area .input_item .input_form.input_zipCode {
  width: 140px;
  margin-right: 10px;
  padding-left: 2.4rem;
}
.form_colorArea .fixed_formArea .input_area .input_item .input_form.input_autoAddress {
  width: calc(100% - 140px);
}
.form_colorArea .fixed_formArea .input_area .input_item .zip_position {
  margin-bottom: 8px;
}
.form_colorArea .fixed_formArea .input_area .input_item .zip_position:after {
  content: "〒";
  padding-right: 0.5rem;
  border-right: 1px solid #707070;
  position: absolute;
  display: block;
  left: 0.5rem;
  top: 57%;
  height: calc(100% - 3.5rem);
}
.form_colorArea .fixed_formArea .input_area .input_item .zip_position .zip_form {
  display: flex;
}
.form_colorArea .fixed_formArea .input_area .input_item .address_attention {
  font-size: 12px;
  margin: 6px 0 0;
}
.form_colorArea .fixed_formArea .input_area .input_item .d-flex .input_form {
  width: 100px;
}
@media only screen and (max-width:575px) {
  .form_colorArea .fixed_formArea .input_area .input_item .d-flex .input_form {
    width: 90px;
  }
}
.form_colorArea .fixed_formArea .input_area .input_item .d-flex .birthday {
  padding: 0 4px;
}
.form_colorArea .fixed_formArea .input_area .select_item {
  position: relative;
}
.form_colorArea .fixed_formArea .input_area .select_item:before {
  display: inline-block;
  vertical-align: middle;
  color: #0f106a;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(135deg);  content: "";
  position: absolute;
  right: 9px;
  top: 49%;
}
.form_colorArea .fixed_formArea .privacy-area textarea {
  font-size: 12px;
  height: 8em;
  width: 100%;
  resize: none;
}

.check_form {
  width: 100%;
}
.check_form label {
  cursor: pointer;
  padding-left: 30px;
  margin-right: 20px;
  position: relative;
}
.check_form label:before, .check_form label:after {
  content: "";
  display: block;
  position: absolute;
}
.check_form label:before {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #0f106a;
  width: 20px;
  height: 20px;
  transform: translateY(-50%);
  top: 46%;
  left: 5px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .check_form label:before {
    transform: unset;
    top: 2px;
  }
}
@media only screen and (max-width:575px) {
  .check_form label:before {
    transform: unset;
    top: 2px;
  }
}
.check_form label:after {
  border-bottom: 4px solid #fff;
  border-left: 4px solid #fff;
  opacity: 0;
  height: 8px;
  width: 16px;
  transform: rotate(-45deg);
  top: 6px;
  left: 7px;
  transition: all 0.2s ease;
}
.check_form label.select_review:before {
  border-radius: 50%;
}
.check_form label.select_review:after {
  border: 4px solid #0f106a;
  border-radius: 50%;
  transform: unset;
  height: 8px;
  width: 8px;
  top: 7px;
  left: 11px;
}
.check_form input:checked + label:before {
  background-color: #0f106a;
}
.check_form input:checked + label.select_review:before {
  background-color: #fff;
}
.check_form input:checked + label:after {
  opacity: 1;
}
.check_form .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}

/*******************************************************
                        FV_背景画像
*******************************************************/
section.fv_hero {
  background-image: url("../images/lpmv.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top right;
  height: 640px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  section.fv_hero {
    background-position: 78%;
    height: 80vh;
  }
}
@media only screen and (max-width:575px) {
  section.fv_hero {
    background-position: 78%;
    height: 95vh;
  }
}
section.fv_hero .container {
  height: 100%;
}
section.fv_hero .fv-hero__wrap {
  position: relative;
  height: 100%;
}
section.fv_hero .fv-hero__wrap .hero-content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
section.fv_hero .fv-hero__wrap .hero-content h1 {
  font-size: clamp(24px, 3.25vw, 48px);
  line-height: 160%;
  font-weight: 700;
  color: #0f106a;
  margin-bottom: 24px;
  text-shadow: 0 0 24px rgba(255, 255, 255, 0.95), 0 0 40px rgba(255, 255, 255, 0.95), 0 0 32px rgba(255, 255, 255, 0.95), 0 0 12px rgba(255, 255, 255, 0.95);
  white-space: nowrap;
  font-family: inherit;
}

/*******************************************************
                         swiper
*******************************************************/
.swiper-container {
  position: relative;
}
.swiper-container .swiper-button-prev {
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(87deg, #0f116a -40.75%, #3765c0 109.6%);
  border-radius: 999px;
  top: -15%;
  right: 60px;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  padding-left: 5px;
}
.swiper-container .swiper-button-prev:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}
.swiper-container .swiper-button-next {
  width: 40px;
  height: 40px;
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(87deg, #0f116a -40.75%, #3765c0 109.6%);
  border-radius: 999px;
  top: -15%;
  right: 0;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
  padding-right: 5px;
}
.swiper-container .swiper-button-next:before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(135deg);
}

/*******************************************************
              背景色がグラデーションのエリア
*******************************************************/
.gradation_area {
  background: linear-gradient(90deg, rgb(15, 16, 106) 65%, rgb(49, 114, 222) 100%);
  padding: 50px 0;
  margin-bottom: 50px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .gradation_area {
    margin-bottom: 35px;
    padding: 35px 0;
  }
}
@media only screen and (max-width:575px) {
  .gradation_area {
    margin-bottom: 35px;
    padding: 35px 0;
  }
}
.gradation_area p {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 15px 0 0;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .gradation_area p {
    font-size: 16px;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width:575px) {
  .gradation_area p {
    font-size: 14px;
    margin: 10px 0 0;
  }
}

/*******************************************************
              　　　　　　関連リンク
*******************************************************/
.link_box {
  padding: 1rem 2rem 1rem 15px;
  border-left: 5px solid #0f106a;
  background: #f4f4f4;
  margin-bottom: 35px;
}
.link_box a {
  display: block;
}
.link_box p {
  margin-bottom: 0;
}
.link_box p.link_ttl {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (max-width:575px) {
  .link_box p.link_ttl {
    font-size: 18px;
  }
}
.link_box p.link_ttl i {
  margin-left: 10px;
}

ol.breadcrumb {
  padding: 10px 0;
  margin-bottom: 0;
  display: flex;
  font-size: 10px;
}
ol.breadcrumb li {
  display: flex;
  line-height: unset;
}
ol.breadcrumb li:after {
  content: ">";
  display: block;
  padding: 0 8px;
}
ol.breadcrumb li a {
  text-decoration: underline;
}
ol.breadcrumb li:last-child a {
  color: #222;
  text-decoration: none;
}
ol.breadcrumb li:last-child:after {
  content: unset;
}

.news-list {
  margin-bottom: 25px;
}
.news-list .news-item {
  border-bottom: 1px solid #a1a1a1;
}
.news-list .news-item:first-child {
  border-top: 1px solid #a1a1a1;
}
.news-list .news-item a {
  display: flex;
  flex-direction: column;
  padding: 24px 0;
}
.news-list .news-item a .news-posted-date {
  font-size: 16px;
  margin-bottom: 15px;
  color: #353d9f;
  font-weight: bold;
}
.news-list .news-item a .news-title {
  margin: 0;
  padding: 0;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: bold;
}

.news_content {
  margin-bottom: 45px;
}

.news_corp {
  text-align: right;
  margin-bottom: 0;
}
@media only screen and (max-width:575px) {
  .news_corp {
    font-size: 14px;
  }
}

nav.pagination {
  display: block;
  margin-top: 35px;
}
nav.pagination ul.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
}
nav.pagination ul.page-numbers li {
  margin-right: 8px;
}
nav.pagination ul.page-numbers li:last-child {
  margin-right: 0;
}
nav.pagination ul.page-numbers li a.page-numbers {
  display: block;
  padding: 4px 20px;
  border-radius: 5px;
  transition: 0.2s;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
nav.pagination ul.page-numbers li a.page-numbers:hover {
  background-color: #dcdcdc;
  color: #0f106a;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  nav.pagination ul.page-numbers li a.page-numbers {
    padding: 4px 13px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  nav.pagination ul.page-numbers li a.page-numbers {
    padding: 4px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  nav.pagination ul.page-numbers li a.page-numbers {
    padding: 4px 8px;
    font-size: 12px;
  }
}
nav.pagination ul.page-numbers li a.prev:before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 20px;
}
nav.pagination ul.page-numbers li a.next:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-left: 20px;
}
nav.pagination ul.page-numbers li span.current {
  display: block;
  padding: 4px 20px;
  background-color: #0f106a;
  color: #fff;
  line-height: unset;
  border-radius: 5px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  nav.pagination ul.page-numbers li span.current {
    padding: 4px 13px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  nav.pagination ul.page-numbers li span.current {
    padding: 4px 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width:575px) {
  nav.pagination ul.page-numbers li span.current {
    padding: 4px 9px;
    font-size: 10px;
  }
}

@media only screen and (max-width:575px) {
  main.counseling .fv_hero {
    height: 70vh;
    background-position: 68%;
  }
}
@media only screen and (max-width:575px) {
  main.counseling .fv_hero .hero-content {
    top: 69%;
  }
}
main.counseling .hero-course-btn {
  padding: 28px 100px;
}
@media only screen and (max-width:575px) {
  main.counseling .hero-course-btn {
    padding: 28px 75px;
  }
}
main.counseling .fv_text {
  padding: 35px 0;
}
main.counseling .fv_text p {
  margin: 0;
  color: #0f106a;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width:575px) {
  main.counseling .fv_text p {
    font-size: 24px;
  }
}
main.counseling .gradation_area {
  text-align: center;
  margin-bottom: 0;
}
main.counseling .gradation_area p {
  margin: 0;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (max-width:575px) {
  main.counseling .gradation_area p {
    font-size: 24px;
  }
}
main.counseling .main_content {
  padding: 35px 0;
  background-color: #f9f9f9;
}
main.counseling .main_content .detail_content .outline_box li:last-child {
  text-align: right;
}
main.counseling .main_content .detail_content .outline_box li:last-child:before {
  content: none;
}
main.counseling .main_content .detail_content .counseling_content p {
  font-size: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width:575px) {
  main.counseling .main_content .detail_content .counseling_content p {
    font-size: 20px;
  }
}
main.counseling .main_content .detail_content .counseling_content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
main.counseling .main_content .detail_content .counseling_content ul li {
  background-color: #fff;
  font-size: 20px;
  text-align: center;
  border: 1px solid #222;
  padding: 15px 0;
  margin-bottom: 35px;
  width: 45%;
}
@media only screen and (max-width:575px) {
  main.counseling .main_content .detail_content .counseling_content ul li {
    font-size: 18px;
    width: 48%;
  }
}
main.counseling .main_content .detail_content .program_detail_content {
  margin-bottom: 50px;
}
main.counseling .main_content .detail_content .program_detail_content h3.headline {
  margin-bottom: 25px;
}

@media only screen and (max-width:575px) {
  main.about h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width:575px) {
  main.about img {
    margin-bottom: 20px;
  }
}
main.about p {
  line-height: 30px;
  margin-bottom: 30px;
}
main.about .sp-cta-btn {
  width: 400px;
}
@media only screen and (max-width:575px) {
  main.about .sp-cta-btn {
    width: 300px;
    font-size: 15px;
  }
}
main.about table {
  width: 100%;
  border-bottom: 1px solid #707070;
}
main.about table th {
  width: 25%;
  text-align: center;
  padding: 20px 10px;
  border-top: 1px solid #707070;
}
main.about table td {
  width: 75%;
  padding: 20px 10px;
  border-top: 1px solid #707070;
}
main.about .about_item {
  margin-bottom: 60px;
}
main.about .about_item h2 {
  margin-bottom: 35px;
}
main.about .about_item .activity_box {
  position: relative;
  background-color: #fff;
  transition: all 0.3s;
  height: 100%;
  padding: 30px;
  border: 2px solid;
  -o-border-image: conic-gradient(rgb(109, 46, 192), rgb(0, 147, 226), rgb(109, 46, 192)) 1;
     border-image: conic-gradient(rgb(109, 46, 192), rgb(0, 147, 226), rgb(109, 46, 192)) 1;
}
main.about .about_item .activity_box .box_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
main.about .about_item .activity_box .box_ttl i {
  background: linear-gradient(90deg, rgb(109, 46, 192) 0%, rgb(0, 147, 226) 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 32px;
  margin-right: 8px;
}
main.about .about_item .activity_box .box_ttl span {
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  main.about .about_item .activity_box .box_ttl span {
    font-size: 18px;
  }
}
@media only screen and (max-width:575px) {
  main.about .about_item .activity_box .box_ttl span {
    font-size: 16px;
  }
}
main.about .about_item .activity_box p {
  margin-bottom: 0;
}

main.media {
  padding-top: 120px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media {
    padding-top: 105px;
  }
}
@media only screen and (max-width:575px) {
  main.media {
    padding-top: 105px;
  }
}
main.media h2 {
  font-size: 24px;
  border-bottom: solid 3px #fff;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width:575px) {
  main.media h2 {
    font-size: 21px;
  }
}
main.media h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #2E3642;
  bottom: -3px;
  width: 20%;
}
main.media h2 sub {
  color: #666;
  margin-left: 50px;
}
main.media .archive_list {
  margin-bottom: 45px;
}
main.media .media_archive {
  display: block;
  position: relative;
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
}
main.media .media_archive img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
}
main.media .media_archive .archive_info {
  padding: 40px 30px;
  position: relative;
  font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.media .media_archive .archive_info {
    padding: 25px 20px;
  }
}
@media only screen and (max-width:575px) {
  main.media .media_archive .archive_info {
    padding: 20px 20px;
  }
}
main.media .media_archive .archive_info p.archive_title {
  font-size: 20px;
  color: #0f106a;
  margin-bottom: 20px;
}
main.media .media_archive .archive_info p.post_time {
  font-size: 16px;
  margin-bottom: 0;
  color: #808080;
}
main.media a.archive_link {
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
main.media a.archive_link:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
main.media_detail .post_content {
  background-color: #fff;
  padding: 48px 70px 25px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 70px;
  font-weight: 500;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  main.media_detail .post_content {
    padding: 48px 50px 25px;
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.media_detail .post_content {
    padding: 48px 30px 25px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media_detail .post_content {
    padding: 48px 30px 25px;
  }
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content {
    padding: 48px 18px 25px;
  }
}
main.media_detail .post_content .toc {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding-top: 40px;
  padding-bottom: 40px;
  line-height: 2.2;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .toc {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main.media_detail .post_content .toc .toc_title {
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  padding-left: 35px;
  border-left: 5px solid #1857b7;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .toc .toc_title {
    font-size: 1.2rem;
    margin-bottom: 0;
  }
}
main.media_detail .post_content .toc .toc_list a {
  margin-top: 10px;
  padding-left: 35px;
  font-size: 1.3rem;
  font-weight: bold;
  white-space: normal;
  line-height: 1.6;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .toc .toc_list a {
    margin-top: 10px;
    padding-left: 15px;
    font-size: 1.1rem;
  }
}
main.media_detail .post_content .toc .toc_list ul {
  padding-left: 25px;
  margin-left: 20px;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .toc .toc_list ul {
    padding-left: 15px;
    margin-left: 10px;
  }
}
main.media_detail .post_content .toc .toc_list ul li {
  margin-left: 20px;
  line-height: 1.6;
  margin-bottom: 5px;
  margin-top: 5px;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .toc .toc_list ul li {
    margin-top: 0;
  }
}
main.media_detail .post_content .toc .toc_list ul li a {
  padding-left: 0;
  font-size: 1rem;
}
main.media_detail .post_content p {
  line-height: 2.2;
  letter-spacing: 0.04em;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content p {
    line-height: 2;
    margin-bottom: 25px;
  }
}
main.media_detail .post_content h1 {
  font-size: 2em;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  letter-spacing: .04rem;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media_detail .post_content h1 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content h1 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
main.media_detail .post_content h2 {
  font-size: 1.65rem;
  line-height: 2rem;
  margin-bottom: 25px;
  margin-top: 73px;
  color: #fff;
  background-color: #0f106a;
  padding: 0.75em 1em;
  font-weight: bold;
  position: relative;
}
main.media_detail .post_content h2:before {
  position: absolute;
  display: block;
  pointer-events: none;
  content: "";
  top: -4px;
  left: 0;
  width: 100%;
  height: calc(100% + 4px);
  box-sizing: content-box;
  border-top: solid 2px #0f106a;
  border-bottom: solid 2px #0f106a;
}
main.media_detail .post_content h2:after {
  content: unset;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media_detail .post_content h2 {
    font-size: 1.45rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content h2 {
    font-size: 1.45rem;
    line-height: 1.9rem;
    margin-top: 60px;
    padding: 0.55em 0.8em;
  }
}
main.media_detail .post_content h3 {
  border-bottom: solid 3px #ddd;
  position: relative;
  font-size: 1.65rem;
  padding-bottom: 15px;
  line-height: 2rem;
  margin: 35px 0 20px;
  font-weight: bold;
}
main.media_detail .post_content h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #0f106a;
  bottom: -3px;
  width: 20%;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media_detail .post_content h3 {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content h3 {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }
}
main.media_detail .post_content h4 {
  margin: 35px 0 20px;
  line-height: 2rem;
  padding: 0.1em 0.5em;
  border-left: solid 3px #0f106a;
  font-size: 1.45rem;
  font-weight: bold;
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.media_detail .post_content h4 {
    font-size: 1.35rem;
    line-height: 1.9rem;
  }
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content h4 {
    font-size: 1.25rem;
    line-height: 1.9rem;
  }
}
main.media_detail .post_content img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
main.media_detail .post_content .post_data {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 12px;
}
main.media_detail .post_content .post_data .post_time {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .post_data .post_time {
    font-size: 12px;
  }
}
main.media_detail .post_content .post_data .update_article {
  font-size: 14px;
  color: #808080;
  margin-bottom: 0;
  margin-left: 20px;
}
main.media_detail .post_content .post_data .update_article:before {
  content: "更新日";
  background-color: #f4f4f4;
  border-radius: 10px;
  color: #808080;
  padding: 4px 8px;
  margin-right: 5px;
  font-size: 14px;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .post_data .update_article {
    font-size: 12px;
  }
  main.media_detail .post_content .post_data .update_article:before {
    font-size: 12px;
  }
}
main.media_detail .post_content .post_eyeCatch {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-bottom: 40px;
}
@media only screen and (max-width:575px) {
  main.media_detail .post_content .post_eyeCatch {
    margin-bottom: 30px;
  }
}
.p-cv__area {
  padding: 25px 50px;
  background: #0f106a;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  display: block;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
  border: 1px solid #0f106a;
  color: #fff;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .p-cv__area {
    padding: 25px 35px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .p-cv__area {
    padding: 25px;
  }
}
@media only screen and (max-width:575px) {
  .p-cv__area {
    padding: 25px 15px;
  }
}
.p-cv__area:hover {
  opacity: .5;
  color: #fff;
}
.p-cv__area .p-cv__title {
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding-bottom: 15px;
  margin-bottom: 15px;
  font-size: 1.65rem;
  border-bottom: 1px solid #fff;
}
.p-cv__button {
  text-align: center;
  border: 1px solid #B41578;
  background-color: #B41578;
  color: #fff;
  font-weight: bold;
  padding: 20px;
  border-radius: 10px;
  width: 400px;
  margin: 35px auto 0;
}
@media only screen and (max-width:575px) {
  .p-cv__button {
    width: 310px;
    padding: 20px 5px;
  }
}
.p-writer {
  padding: 25px 50px;
  background: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .1);
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (max-width:575px) {
  .p-writer {
    padding: 25px 15px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  }
}
.p-writer .p-writer__title {
  background: #f5f5f5;
  padding: 15px 30px;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width:575px) {
  .p-writer .p-writer__title {
    padding: 10px 15px;
    margin-bottom: 14px;
    font-size: 1rem;
  }
}
.p-writer .p-writer__flex {
  display: flex;
}
@media only screen and (max-width:575px) {
  .p-writer .p-writer__flex {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.p-writer .p-writer__flex .p-writer__img {
  flex: 0 0 120px;
  padding-right: 20px;
}
@media only screen and (max-width:575px) {
  .p-writer .p-writer__flex .p-writer__img {
    width: 100%;
    flex: initial;
    text-align: center;
    margin-bottom: 20px;
    padding-right: 0;
    max-width: 150px;
  }
}
.p-writer .p-writer__flex .p-writer__img img {
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 130px;
}
.p-writer__box {
  flex: 1;
  width: 100%;
}
@media only screen and (max-width:575px) {
  .p-writer__box {
    flex: none;
    width: 100%;
    max-width: 100%;
  }
}
.p-writer__box .p-writer__company {
  font-size: 1rem;
  line-height: 2.2;
  margin-bottom: 0;
}
@media only screen and (max-width:575px) {
  .p-writer__box .p-writer__company {
    font-size: .8rem;
  }
}
.p-writer__box .p-writer__name {
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1.2px;
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media only screen and (max-width:575px) {
  .p-writer__box .p-writer__name {
    font-size: 1rem;
    margin-bottom: 10px;
  }
}
.p-writer__profile {
  margin-bottom: 0;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  aside {
    margin-bottom: 50px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  aside {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width:575px) {
  aside {
    margin-bottom: 50px;
  }
}
aside .side_categoryBlock {
  background-color: #0f106a;
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgb(38, 57, 77) 0 20px 30px -10px;
  margin-bottom: 60px;
}
aside .side_categoryBlock p.side_category {
  color: #fff;
  font-weight: bold;
  border-bottom: solid 3px #fff;
  padding-bottom: 15px;
  font-size: 18px;
}
aside .side_categoryBlock p.side_category sub {
  color: #808080;
  margin-left: 50px;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  aside .side_categoryBlock p.side_category sub {
    margin-left: 110px;
  }
}
aside .side_categoryBlock ul.side_categoryList li {
  margin-bottom: 10px;
}
aside .side_categoryBlock ul.side_categoryList li a {
  display: block;
  position: relative;
  padding: 8px 0;
  transition: 0.2s;
}
aside .side_categoryBlock ul.side_categoryList li a:hover {
  color: #fff;
}
aside .side_categoryBlock ul.side_categoryList li a:after {
  content: "\f359";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  font-size: 26px;
}
aside .side_categoryBlock ul.side_categoryList li:last-child {
  margin-bottom: 0;
}
aside .side_archive p.side_newPost {
  color: #2E3642;
  font-weight: bold;
  border-bottom: solid 3px #2E3642;
  padding-bottom: 15px;
  margin-bottom: 0;
  font-size: 18px;
}
aside .side_archive p.side_newPost sub {
  color: #666;
  margin-left: 50px;
}
aside .side_archive ul.side_archiveList li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #2E3642;
  transition: 0.2s;
}
aside .side_archive ul.side_archiveList li a:hover {
  opacity: 0.6;
}
aside .side_archive ul.side_archiveList li a p.side_archiveTitle {
  color: #666;
  margin-bottom: 0;
  font-weight: bold;
}
@media only screen and (min-width:992px) and (max-width:1199px) {
  aside .side_archive ul.side_archiveList li a img {
    border-radius: 5px;
    margin-bottom: 8px;
  }
}

.c-voice-item {
  background: #fff;
  border: 1px solid #ebebec;
  border-radius: 6px;
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.05);
  padding: 40px 30px 150px;
  height: 100%;
  display: flex;
  flex-direction: column;
  color: #333333;
  position: relative;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .c-voice-item {
    padding: 28px 30px 120px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .c-voice-item {
    padding: 28px 30px 120px;
  }
}
@media only screen and (max-width:575px) {
  .c-voice-item {
    padding: 28px 30px 120px;
  }
}
.c-voice-item .voice-item-title {
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 140%;
  color: #1c1c1c;
  margin-bottom: clamp(16px, 1.25vw, 40px);
  font-weight: 700;
  padding-bottom: 16px;
  position: relative;
}
.c-voice-item .voice-item-title:before {
  content: "";
  width: 48px;
  height: 2px;
  background: linear-gradient(#3765c0, #4188e6);
  position: absolute;
  left: 0;
  bottom: -1px;
  border-radius: 2px;
}
.c-voice-item .voice-item-detail {
  line-height: 175%;
  font-size: clamp(14px, 1vw, 16px);
}
.c-voice-item .c-view-detail {
  display: flex;
  align-items: center;
  justify-content: end;
  color: #0f106a;
}
.c-voice-item .c-view-detail .circle-arrow {
  width: 20px;
  height: 20px;
  display: block;
  margin-left: 15px;
}
.c-voice-item .voice-item-footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
}

.c-voice-item-people {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.c-voice-item-people img {
  width: clamp(48px, 6vw, 72px);
  height: clamp(48px, 6vw, 72px);
  border-radius: 50%;
  border: 3px solid #4188e6;
  overflow: hidden;
  margin-right: 15px;
}
.c-voice-item-people .people-info p {
  margin: 0;
  padding: 0;
  line-height: 140%;
}
.c-voice-item-people .people-info .name {
  font-weight: 700;
  color: #1c1c1c;
}
.c-voice-item-people .people-info .role {
  color: #5c5c5c;
  font-size: 14px;
}

.voice-item-qualifications p{
  font-weight: 700;
  margin-bottom: 8px;
}
.voice-item-qualifications ul li{
  margin-bottom: 10px;
}
.voice-item-qualifications ul li:last-child{
  margin-bottom: 0;
}

body {
  font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
}
body.body-active {
  height: 100%;
  overflow: hidden;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li, ol li {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.privacy {
  margin-top: 16px;
}
ul.privacy li {
  margin-bottom: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}

ol.privacy {
  list-style: none;
  counter-reset: counter;
  padding: 0;
}
ol.privacy li {
  list-style-type: unset;
  text-indent: -1.3em;
  padding-left: 1.3em;
  margin-bottom: 16px;
  line-height: 1.8em;
  letter-spacing: 0.05em;
}
ol.privacy li:before {
  content: counters(counter, "-") ". ";
  counter-increment: counter;
}
ol.privacy li:last-child {
  margin-bottom: 0;
}
ol.privacy li ol {
  list-style: none;
  counter-reset: counter;
  margin-top: 16px;
}

a {
  text-decoration: none;
  color: #0f106a;
}
a:hover {
  color: #0f106a;
}

main.lower_page {
  padding: 104px 0 80px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.lower_page {
    padding: 140px 0 35px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.lower_page {
    padding: 140px 0 35px;
  }
}
@media only screen and (max-width:575px) {
  main.lower_page {
    padding: 126px 0 35px;
  }
}
main.lower_page h1 {
  margin: 30px 0 60px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  main.lower_page h1 {
    margin: 30px 0 35px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  main.lower_page h1 {
    margin: 30px 0 35px;
  }
}
@media only screen and (max-width:575px) {
  main.lower_page h1 {
    margin: 30px 0 35px;
  }
}

h1 {
  color: #0f106a;
  font-size: 35px;
  font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width:575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  color: #0f106a;
  font-size: 30px;
  font-weight: bold;
}

h3 {
  color: #0f106a;
  font-size: 24px;
  font-weight: bold;
}

h4 {
  color: #0f106a;
  font-size: 21px;
  font-weight: bold;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  h4 {
    font-size: 18px;
  }
}
@media only screen and (max-width:575px) {
  h4 {
    font-size: 18px;
  }
}
.fixed-bottom-banner {
  background-color: #0f106a;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  display: flex;
  padding: 15px;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.fixed-bottom-banner p {
  color: #fff;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
  margin-right: 20px;
  font-size: 1.2rem;
}
.fixed-bottom-banner .fixed-bottom-banner__button {
  display: block;
  background-color: #fff;
  border-radius: 5px;
  color: #0f106a;
  font-weight: bold;
  padding: 5px 50px;
  font-size: 1.2rem;
}
.blog_footer {
  padding-bottom: 100px;
}
@media only screen and (min-width:768px) and (max-width:991px) {
  .fixed-bottom-banner p {
    font-size: 1rem;
  }
  .fixed-bottom-banner .fixed-bottom-banner__button {
    font-size: 1rem;
  }
}
@media only screen and (min-width:576px) and (max-width:767px) {
  .fixed-bottom-banner {
    display: block;
  }
  .fixed-bottom-banner p {
    margin-right: 0;
    font-size: .9rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .fixed-bottom-banner .fixed-bottom-banner__button {
    padding: 15px 50px;
    font-size: .9rem;
  }
  .blog_footer {
    padding-bottom: 140px;
  }
}

@media only screen and (max-width:575px) {
  .fixed-bottom-banner {
    display: block;
  }
  .fixed-bottom-banner p {
    margin-right: 0;
    font-size: .9rem;
    margin-bottom: 5px;
    text-align: center;
  }
  .fixed-bottom-banner .fixed-bottom-banner__button {
    padding: 15px 50px;
    font-size: .9rem;
  }
  .blog_footer {
    padding-bottom: 140px;
  }
}

