@charset "UTF-8";
/*共通scss*/
/*use colors*/
/*gradation*/
/*sizePC(1280px~MAX)*/
/*sizePC2(1024px~1280)*/
/*sizeTablet(601px~1023)*/
/*sizeSP(MIN~768)*/
/*font family*/
/*共通scss*/
/*共通scss*/
/*common style*/
/*body*/
body {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 14px;
  }
}
body .inner {
  width: 100%;
  overflow-x: hidden;
}

/*font*/
.font-sunsjp {
  font-family: "Noto Sans JP", sans-serif;
}

.font-robot {
  font-family: "Roboto", sans-serif;
}

/*main*/
main {
  width: 100%;
  position: relative;
	overflow:initial !important;
}

/*tab以下*/
.tab-only {
  display: none;
}
@media screen and (max-width: 1279px) {
  .tab-only {
    display: block;
  }
}

/*sp以下*/
.sp-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

/*PCのみホバーアニメーション*/
@media screen and (min-width: 1024px) {
  a {
    transition: 0.25s ease-in-out;
    opacity: 1;
  }
  a:hover {
    transition: 0.25s ease-in-out;
    opacity: 0.6;
  }
}
/*container*/
.container {
  width: calc(1260 / 1366 * 100%);
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1279px) {
  .container {
    width: calc(1024 / 1100 * 100%);
    max-width: 1024px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    width: calc(787 / 867 * 100%);
    max-width: 787px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(375 / 425 * 100%);
  }
}

.container-right {
  width: 100%;
  transform: translateX(calc((1366 - 1235) * 1.5 / 1366 * 100%));
  max-width: 1366 px;
}
@media screen and (min-width: 1366px) {
  .container-right {
    transform: translateX(19%);
  }
}
@media screen and (max-width: 768px) {
  .container-right {
    width: calc(375 / 425 * 100%);
    max-width: 375px;
    transform: translateX(0);
    margin: 0 auto;
  }
}

.container-left {
  width: calc(1235 / 1366 * 100%);
  margin-right: auto;
}
@media screen and (max-width: 1024px) {
  .container-left {
    width: calc(787 / 867 * 100%);
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .container-left {
    width: calc(375 / 425 * 100%);
    margin: 0 auto;
  }
}

/*gradation*/
.bg_br-gradation {
  background-image: linear-gradient(45deg, #0054d3 15%, #1877ef 30%, #83c8d2 75%, #5edfea 100%);
}

.bg_red-gradation {
  background-image: linear-gradient(90deg, #f47e55 0%, #ef5971 100%);
}

.text_br-gradation {
  background: linear-gradient(45deg, #0054d3 15%, #1877ef 30%, #83c8d2 75%, #5edfea 100%);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  width: fit-content;
  margin: 0 auto;
}

section .section-inner {
  position: relative;
}
section .section-title {
  font-family: "Roboto", sans-serif;
  transition: 0.25s ease-in;
  font-size: 86px;
  font-weight: bold;
  letter-spacing: 0rem;
  color: #83c8d2;
  text-align: center;
}
section .section-sub-title {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  text-align: center;
}
section .section-title_l {
  width: fit-content;
  margin-right: auto;
}
section .section-sub-title_l {
  width: fit-content;
  margin-right: auto;
  position: relative;
}
section .section-sub-title_l::after {
  content: "";
  position: absolute;
  right: -100px;
  top: 50%;
  height: 2px;
  width: 80px;
  background-color: #0090c8;
}
section .section_title_s {
  color: #83c8d2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  letter-spacing: 0.08rem;
  font-size: 14px;
}
section .section_title_m {
  font-size: 30px;
  color: #000000;
  text-align: center;
  font-weight: 500;
  margin-bottom: 24px;
}
section .section-title-center {
  text-align: center;
  margin-bottom: 37px;
}
section .section-des {
  margin: 50px 0 80px 0;
  line-height: 1.75;
}
section h2 {
  font-size: 35px;
  position: relative;
  font-weight: 500;
  letter-spacing: 0.19em;
}
section h3 {
  letter-spacing: 0.1em;
  font-size: 24px;
  line-height: 1.5;
}
section p,
section a,
section li,
section td {
  font-size: 16px;
  word-wrap: break-word;
  line-height: 1.8;
  color: #000000;
  font-weight: 400;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1279px) {
  section .section-title {
    font-size: 72px;
  }
  section .section-sub-title {
    font-size: 16px;
  }
  section .section-sub-title_l::after {
    right: -80px;
    width: 60px;
  }
  section .section_title_m {
    font-size: 26px;
  }
  section h2 {
    font-size: 35px;
  }
  section h3 {
    font-size: 24px;
  }
  section p,
  section a,
  section li,
  section td {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  section .section-title {
    font-size: 52px;
  }
  section .section-sub-title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.05em;
    color: #83c8d2;
  }
  section .section-des {
    margin: 30px 0 40px 0;
  }
  section h2 {
    font-size: 24px;
    font-weight: 500;
  }
  section h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  section p,
  section a,
  section td,
  section li {
    font-size: 14px;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes fadeIn2 {
  0% {
    opacity: 0;
    transform: translateY(22px) translateX(110%);
  }
  100% {
    opacity: 1;
    transform: translateY(-82px) translateX(110%);
  }
}
@keyframes fadeOpacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-opacity {
  transform: translateX(50px);
  opacity: 0;
}

.fade-opacity-active {
  overflow: hidden;
  animation: fadeOpacity 1s forwards;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-left {
  transform: translateX(50px);
  opacity: 0;
}

.fade-left-active {
  overflow: hidden;
  animation: fadeInLeft 1s forwards;
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.fade-right {
  transform: translateX(-50px);
  opacity: 0;
}

.fade-right-active {
  overflow: hidden;
  animation: fadeRight 1s forwards;
}

@keyframes fadeAboveRight {
  0% {
    opacity: 0;
    transform: translateY(-100px) translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
  }
}
.fade-above-right {
  transform: translateX(-50px);
  opacity: 0;
}

.fade-above-right-active {
  overflow: hidden;
  animation: fadeAboveRight 1s forwards;
}

@keyframes fadeAboveLeft {
  0% {
    opacity: 0;
    transform: translateY(-100px) translateX(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px) translateX(0px);
  }
}
.fade-above-left {
  transform: translateX(-50px);
  opacity: 0;
}

.fade-above-left-active {
  overflow: hidden;
  animation: fadeAboveLeft 1s forwards;
}

@keyframes fadeScale {
  0% {
    opacity: 0;
    transform: scale(10%);
  }
  100% {
    opacity: 1;
    transform: scale(100%);
  }
}
.fade-scale {
  transform: scale(10%);
  opacity: 0;
}

.fade-scale-active {
  animation: fadeScale 1s forwards;
}

.fade-cover {
  position: relative;
}
.fade-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #83c8d2;
  z-index: 1;
  opacity: 0;
}

.fade-cover-active::before {
  transform: scaleX(0);
  animation-name: fadeCover;
  animation-duration: 1.2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
  opacity: 0.7;
}

@keyframes fadeCover {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}
.deley_1 {
  animation-delay: 0.25s;
}

.deley_2 {
  animation-delay: 0.5s;
}

.deley_3 {
  animation-delay: 0.75s;
}

.deley_4 {
  animation-delay: 1s;
}

@media screen and (max-width: 1024px) {
  .deley_1 {
    animation-delay: 0s;
  }
  .deley_2 {
    animation-delay: 0s;
  }
  .deley_3 {
    animation-delay: 0s;
  }
  .deley_4 {
    animation-delay: 0s;
  }
}
/*アプリ一覧*/
.about-apps {
  width: 87.3015873016%;
  margin: 0 auto;
}
.about-apps .about-apps_title_en {
  color: #83c8d2;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}
.about-apps .about-apps_title {
  font-size: 28px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.about-apps .about-apps_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-apps .about-apps_lists .about-apps_list {
  width: 31.8181818182%;
  border-radius: 10px;
  padding: 50px 27px;
  background-color: #ffffff;
  box-shadow: 3px 3px 15px -5px #777777;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: 0.25s ease-in;
  z-index: 1;
}
.about-apps .about-apps_lists .about-apps_list:hover {
  transition: 0.25s ease-in;
  box-shadow: none;
}
.about-apps .about-apps_lists .about-apps_list:hover .app-char {
  transition: 0.25s ease-in;
  transform: translateY(-80px);
}
.about-apps .about-apps_lists .about-apps_list:hover .about-apps_list_title {
  transition: 0.25s ease-in;
  color: #83c8d2;
}
.about-apps .about-apps_lists .about-apps_list:hover .pabout-apps_list_desc {
  transition: 0.25s ease-in;
  color: #83c8d2;
}
.about-apps .about-apps_lists .about-apps_list .app-char {
  transition: 0.25s ease-in;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  width: 100px;
  margin: 0 auto;
  z-index: -1;
}
.about-apps .about-apps_lists .about-apps_list .app-char img {
  width: 100%;
  height: auto;
}
.about-apps .about-apps_lists .about-apps_list .about-apps_list_icon {
  display: block;
  width: 54.0540540541%;
  margin: 0 auto 20px auto;
}
.about-apps .about-apps_lists .about-apps_list .about-apps_list_icon img {
  width: 100%;
  height: auto;
}
.about-apps .about-apps_lists .about-apps_list .about-apps_list_title {
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 12px;
  transition: 0.25s ease-in;
}
.about-apps .about-apps_lists .about-apps_list .pabout-apps_list_desc {
  font-size: 14px;
  margin-bottom: 16px;
  transition: 0.25s ease-in;
}
.about-apps .about-apps_lists .about-apps_list .download_btns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.about-apps .about-apps_lists .about-apps_list .download_btns .download_btn {
  width: 49%;
}
.about-apps .about-apps_lists .about-apps_list .download_btns .download_btn img {
  width: 100%;
  height: auto;
}
.about-apps .about-apps_lists .about-apps_list .official-site {
  transition: 0.25s ease-in;
  background-color: #242422;
  color: #ffffff;
  text-align: center;
  width: 100%;
  border-radius: 19px;
  padding: 8px 0;
  border: 1px solid #242422;
}
.about-apps .about-apps_lists .about-apps_list .official-site:hover {
  transition: 0.25s ease-in;
  background-color: #ffffff;
  color: #242422;
}
.about-apps .about-apps_lists .about-apps_list .official-site:hover .arrow-simple_2 {
  transition: 0.25s ease-in;
  transform: translateX(10px);
}
.about-apps .about-apps_lists .about-apps_list .official-site:hover .arrow-simple_2::after {
  transition: 0.25s ease-in;
  background: #242422;
}
.about-apps .about-apps_lists .about-apps_list .official-site:hover .arrow-simple_2::before {
  transition: 0.25s ease-in;
  border-top: 1.5px solid #242422;
  border-right: 1.5px solid #242422;
}

@media screen and (max-width: 1279px) {
  .about-apps .about-apps_title {
    font-size: 27px;
  }
  .about-apps .about-apps_lists .about-apps_list {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .about-apps .about-apps_title {
    font-size: 24px;
  }
  .about-apps .about-apps_lists {
    justify-content: space-between;
  }
  .about-apps .about-apps_lists .about-apps_list {
    width: 48%;
    padding: 30px 27px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-apps .about-apps_title {
    font-size: 20px;
  }
  .about-apps .about-apps_lists {
    flex-direction: column;
  }
  .about-apps .about-apps_lists .about-apps_list {
    width: 100%;
  }
}
/* 下層ページ　共有パーツ */
/* title */
.under-title-box {
  text-align: center;
  margin-bottom: 70px;
}
.under-title-box .under-sub-title {
  color: #83c8d2;
  margin-bottom: 10px;
  letter-spacing: initial;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
.under-title-box .under-section-title {
  color: #313131;
  letter-spacing: initial;
  font-size: 36px;
  line-height: 1.5;
}
.under-title-box .under-section-title span {
  color: #62bec5;
}

@media screen and (max-width: 1279px) {
  .under-title-box .under-sub-title {
    margin-bottom: 0px;
  }
  .under-title-box .under-section-title {
    font-size: 32px;
  }
  .under-title-box .under-section-title span {
    color: #62bec5;
  }
}
@media screen and (max-width: 1024px) {
  .under-title-box .under-sub-title {
    margin-bottom: 0px;
  }
  .under-title-box .under-section-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .under-title-box {
    margin-bottom: 50px;
  }
  .under-title-box .under-section-title {
    font-size: 24px;
  }
}
/* content */
.value-content {
  height: fit-content;
  background-color: #ffffff;
  padding: 74px 0 74px;
}
.value-content .campany-lists {
  width: 90%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.value-content .campany-lists .company-list {
  width: 50%;
}
.value-content .campany-lists .company-list .list-img {
  width: 85%;
  height: 360px;
}
.value-content .campany-lists .company-list .list-img img {
  width: 100%;
  height: 100%;
}
.value-content .campany-lists .company-list .img-mg {
  width: 75%;
  height: auto;
  margin-top: 26px;
  margin-left: 32px;
}
.value-content .campany-lists .company-list .inner-title {
  font-size: 24px;
  margin-bottom: 20px;
  color: #313131;
}
.value-content .campany-lists .company-list .inner-txt {
  color: #313131;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .value-content {
    padding: 60px 0 60px;
  }
  .value-content .campany-lists .company-list .list-img {
    width: 85%;
    height: auto;
  }
  .value-content .campany-lists .company-list .img-mg {
    margin-top: 0;
    margin-left: 0;
  }
  .value-content .campany-lists .company-list .inner-title {
    font-size: 22px;
  }
  .value-content .campany-lists .company-list .inner-txt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .value-content {
    position: relative;
  }
  .value-content .campany-lists {
    display: initial;
  }
  .value-content .campany-lists .company-list {
    width: 90%;
    margin: 0 auto;
  }
  .value-content .campany-lists .company-list .list-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  .value-content .campany-lists .company-list .img-mg {
    width: 100%;
    max-width: 338px;
  }
  .value-content .campany-lists .company-list .img-mg img {
    object-fit: cover;
  }
  .value-content .campany-lists .company-list .img-our {
    position: initial;
    opacity: 1;
    margin-bottom: 30px;
  }
  .value-content .campany-lists .company-list .inner-title {
    text-align: center;
    font-size: 20px;
  }
  .value-content .campany-lists .company-list .inner-txt {
    text-align: justify;
  }
}
/* パンくずリスト */
.bread_crumb {
  width: 100%;
  text-align: end;
  padding: 21px 0 70px;
  line-height: 12px;
  font-size: 12px;
  color: #bdbdbd;
}
.bread_crumb span {
  font-size: 12px;
  padding: 0 4px;
}
.bread_crumb a,
.bread_crumb .top-item,
.bread_crumb .post {
  color: #62bec5;
}
.bread_crumb .current-item {
  color: #313131;
}

@media screen and (max-width: 768px) {
  .bread_crumb {
    font-size: 10px;
    padding: 21px 0 48px;
  }
  .bread_crumb span {
    font-size: 10px;
    padding: 0 2px;
  }
}
/* 下層ページ top-mv */
.mv_under {
  width: 100%;
  height: 380px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.mv_under .p-top__fv__inner{
	padding-block: 61px ;
}

.mv_under .container {
  height: 100%;
  max-width: 1100px;
}
.mv_under .container .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv_under .container .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_under .container .mv-title-content {
  display: flex;
  flex-direction: column;
  margin: 167px 0 0;
}
.mv_under .container .mv-title-content .mv-title {
  color: #ffffff;
  font-size: 42px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 26px;
}
.mv_under .container .mv-title-content .mv-subtitle {
  position: relative;
  color: #ffffff;
  letter-spacing: 1px;
  font-size: 18px;
}
.mv_under .container .mv-title-content .mv-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #83c8d2 0%, #68bad7 50%, #49abdd 100%);
  width: 80px;
  height: 2px;
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .mv_under {
    height: 500px;
  }
  .mv_under .container .mv-title-content {
    margin: 130px 0 0;
  }
  .mv_under .container .mv-title-content .mv-title {
    font-size: 60px;
  }
  .mv_under .container .mv-title-content .mv-subtitle {
    font-size: 16px;
  }
  .mv_under .container .mv-title-content .mv-subtitle::before {
    width: 60px;
    left: 133px;
  }
}
@media screen and (max-width: 768px) {
  .mv_under {
    height: 80vh;
  }
  .mv_under .container .mv-title-content .mv-title {
    font-size: 24px;
    margin-bottom: 13px;
  }
}
/* end / メインビジュアル */
/*共通scss*/
.main-btn {
  display: block;
  max-width: 400px;
  background-color: #83c8d2;
  color: #ffffff;
  height: 87px;
  text-align: center;
  border-radius: 45px;
  font-size: 18px;
  position: relative;
  transition: 0.25s ease-in;
  border: 1px solid #83c8d2;
  vertical-align: middle;
}
.main-btn::before {
  content: "";
  width: 70px;
  height: 70px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 7px;
  top: 7px;
  transition: 0.25s ease-in;
}
.main-btn::after {
  content: "";
  position: absolute;
  display: block;
  right: 31px;
  top: 34px;
  width: 20px;
  height: 20px;
  background-image: url("../img/icon/icon_right-arrow.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.25s ease-in;
}
.main-btn:hover {
  transition: 0.25s ease-in;
  background-color: #ffffff;
  color: #83c8d2;
}
.main-btn:hover::before {
  transition: 0.25s ease-in;
}
.main-btn:hover::after {
  transform: translateX(10px);
  transition: 0.25s ease-in;
}

@media screen and (max-width: 1279px) {
  .main-btn {
    max-width: 350px;
    height: 72px;
  }
  .main-btn::before {
    width: 58px;
    height: 58px;
  }
  .main-btn::after {
    right: 26px;
    top: 26px;
  }
}
@media screen and (max-width: 768px) {
  .main-btn {
    max-width: 350px;
    height: 64px;
    font-size: 16px;
  }
  .main-btn::before {
    width: 48px;
    height: 48px;
    right: 8px;
    top: 8px;
  }
  .main-btn::after {
    right: 22px;
    top: 24px;
  }
}
.detail-btn {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-width: 214px;
  transition: 0.25s ease-in;
}
.detail-btn .detail-btn_text {
  letter-spacing: 0.14rem;
  margin-right: 12px;
  font-weight: bold;
  transition: 0.25s ease-in;
}
.detail-btn:hover .detail-btn_text {
  color: #83c8d2;
  transition: 0.25s ease-in;
}
.detail-btn:hover .arrow-circle {
  transform: translateX(10px);
  background-color: transparent;
  transition: 0.25s ease-in;
  border: none;
}
.detail-btn:hover .arrow-circle::after {
  background: #83c8d2;
  transition: 0.25s ease-in;
}
.detail-btn:hover .arrow-circle::before {
  border-top: 2px solid #83c8d2;
  border-right: 2px solid #83c8d2;
}

.arrow-simple {
  display: block;
  position: relative;
  width: 55px;
  height: 55px;
  transition: 0.25s ease-in;
}
.arrow-simple::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 2px;
  background: #242422;
  transition: 0.25s ease-in;
}
.arrow-simple::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 24px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #242422;
  border-right: 2px solid #242422;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.25s ease-in;
}

.arrow-simple_2 {
  display: inline-block;
  position: relative;
  height: 11px;
  transition: 0.25s ease-in;
}
.arrow-simple_2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 8px;
  margin: auto;
  vertical-align: middle;
  width: 13px;
  height: 1.5px;
  background: #ffffff;
  transition: 0.25s ease-in;
}
.arrow-simple_2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 13px;
  margin: auto;
  vertical-align: middle;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid #ffffff;
  border-right: 1.5px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.25s ease-in;
}

.arrow-circle {
  display: block;
  position: relative;
  width: 72px;
  height: 72px;
  background-color: #83c8d2;
  border-radius: 50%;
  transition: 0.25s ease-in;
  z-index: 1;
}
.arrow-circle::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
  width: 15px;
  height: 2px;
  background: #ffffff;
  transition: 0.25s ease-in;
}
.arrow-circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 33px;
  margin: auto;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.25s ease-in;
}

@media screen and (max-width: 768px) {
  .arrow-circle {
    width: 50px;
    height: 50px;
  }
  .arrow-circle::before {
    left: 23px;
  }
}
/* 下層ページ Top戻るボタン */
.back-btn {
  position: fixed;
  width: 60px;
  height: auto;
  bottom: 0px;
  right: 10px;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .back-btn {
    width: 45px;
  }
}
.back-btn img {
  width: 100%;
  height: 100%;
}
.back-btn a {
  opacity: 1;
}

/*掲載準備中*/
.preparation {
  position: relative;
  z-index: 0;
}
.preparation::after {
  content: "掲載準備中です。公開までお待ちください。";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-weight: bold;
  justify-content: center;
  z-index: 2;
  padding: 0 12px;
  font-size: 14px;
}
.preparation::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

/*scss page*/
.under .kids-programming .fv-inner .mv-title-content .mv-title {
  background: #fca7ed;
}
.under .kids-programming .fv-inner .mv-title-content .course_target_ttl {
  background-color: #fca7ed;
}
.under .kids-programming .fv-inner .mv-title-content .mv-subtitle {
  position: relative;
  letter-spacing: 1px;
  font-size: 22px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 4px 24px;
  margin: 4px 0;
  width: fit-content;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
}
.under .kids-programming .fv-inner .mv-title-content .mv-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  transform: translateY(-50%);
}
.under .p-curriculum__title {
  width: 100%;
  font-weight: bold;
  font-size: 20px;
}
.under .p-curriculum {
  background-color: #f8f8f8;
}
.under .p-top__news {
  padding-top: 50px;
}
.under .c-banner__inner p {
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.under .p-curriculum__inner {
  padding-top: 0;
}
.under .p-each-curriculum {
  background-color: #f8f8f8;
  padding-top: 80px;
  position:relative;
}

@media screen and (max-width: 767px) {
	.under .p-each-curriculum {
  padding-top: 0px;
}
}

.p-each-curriculum__inner{
	position:relative;
	z-index:1;
}

.p-course_target {
  padding: 80px 0;
}

.p-course_target__inner {
  display: flex;
	flex-direction: column;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 40px;
	padding-block: initial !important;
}

@media screen and (max-width: 767px) {
  .p-course_target__inner {
    flex-direction: column;
  }
}
.p-course_target__left {
  width: 80%;
	margin:0 auto;
}

@media screen and (max-width: 767px) {
  .p-course_target__left {
    width: 100%;
  }
}
.p-course_target__content {
  width: 100%;
  padding-left: 24px;
  font-size: 15px;
  line-height: 2;
	margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-course_target__content {
    padding-left: 0;
    margin-top: 24px;
    font-size: 14px;
    width: 100%;
  }
}
.course_target__img img {
  width: 100%;
  height: auto;
}

.p-course_targete__head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
	text-align:center;
}

@media screen and (max-width: 767px) {
	.p-course_targete__head {
	  font-size: 20px;
	}
}

/*共通scss*/
.news-content {
  padding-top: 48px;
  background-color: #f5f5f5;
  padding-bottom: 104px;
}
.news-content .categories-lists {
  margin-bottom: 50px;
}
.news-content .categories-lists .categories-list {
  transition: max-height 0.3s ease;
  display: none;
}
.news-content .categories-lists .categories-list:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 26px;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 10px solid #1d2329;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
}
.news-content .categories-lists .categories-list:hover {
  background-color: #62bec5;
}
.news-content .categories-lists .categories-list a {
  display: block;
  width: 100%;
  height: 100%;
  color: #313131;
  line-height: 62px;
}
.news-content .categories-lists .categories-list a:hover {
  opacity: 1;
  color: #ffffff;
  transition: initial;
}
.news-content .categories-lists .active {
  display: block;
  position: relative;
  width: 400px;
  height: 62px;
  background-color: #ffffff;
  margin: 0 auto 1px;
  padding-left: 40px;
  line-height: 62px;
  transition: all 0.5s ease;
  max-height: 1000px;
}
.news-content .categories-lists .active a {
  color: #313131;
}
.news-content .news-lists {
  display: flex;
  flex-wrap: wrap;
}
.news-content .news-lists .news-list {
  width: calc(33.3333333333% - 30px);
  margin: 0 15px 82px;
}
.news-content .news-lists .news-list .list-img {
  width: 100%;
  padding-top: 74%;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #e6eaeb;
}
.news-content .news-lists .news-list .list-img picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-content .news-lists .news-list .list-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-content .list-txt-block .list-tag {
  color: #ffffff;
  font-size: 11px;
  width: 72px;
  height: 25px;
  background-color: #000000;
  text-align: center;
  line-height: 25px;
  border-radius: 5px;
  margin-bottom: 18px;
}
.news-content .list-txt-block .list-txt {
  font-size: 16px;
  color: #313131;
  line-height: 1.5;
  margin-bottom: 18px;
}
.news-content .list-txt-block .list-time {
  font-size: 12px;
  color: #848484;
}
.news-content .pager .pagerlists {
  display: flex;
  justify-content: center;
}
.news-content .pager .pagerlists .page-numbers {
  display: block;
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  color: #313131;
  margin: 0 6px;
}
.news-content .pager .pagerlists .page-numbers:hover {
  opacity: 0.5;
}
.news-content .pager .pagerlists .current {
  background-color: #62bec5;
  color: #ffffff;
}
.news-content .pager .pagerlists .current:hover {
  color: #313131;
  opacity: 1;
}

@media screen and (max-width: 1279px) {
  .news-content .categories-lists .active {
    width: 300px;
  }
}
@media screen and (max-width: 1024px) {
  .news-content .categories-lists .active {
    height: fit-content;
    line-height: 50px;
  }
  .news-content .categories-lists .active a {
    height: fit-content;
    line-height: 50px;
  }
  .news-content .news-lists .news-list {
    margin: 0 15px 50px;
  }
  .news-content .news-lists .news-list .list-txt-block .list-tag {
    width: 60px;
    height: fit-content;
    line-height: 20px;
  }
  .news-content .news-lists .news-list .list-txt-block .list-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .news-content .news-lists {
    justify-content: center;
  }
  .news-content .news-lists .news-list {
    width: 45%;
  }
  .news-content .news-lists .news-list:last-child {
    margin-right: auto;
  }
}
@media screen and (max-width: 679px) {
  .news-content .news-lists .active {
    width: 60%;
    min-width: 250px;
  }
  .news-content .news-lists .news-list {
    width: 100%;
  }
  .news-content .pager .pagerlists .page-numbers {
    width: 35px;
    height: fit-content;
    line-height: 35px;
    margin: 0 2px;
  }
  .news-content .pager .pagerlists .page-numbers:hover {
    opacity: 0.5;
  }
}
/*404*/
.page-404 {
  min-height: 70vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.page-404 .container {
  text-align: center;
}

.page-404 .container h2 {
  width: fit-content;
  margin: 0 auto;
}

.page-404 .container .error-text {
  color: red;
}

.page-404 .container .success-text {
  color: #83c8d2;
}

.page-404 .container .contact-mail {
  margin: 30px 0;
}

.page-404 .container .contact-mail .return-btn {
  padding: 10px 20px;
  background-color: #83c8d2;
  color: #ffffff;
  font-weight: bold;
  border: 20px;
  display: block;
}

/*共通scss*/
/*
共通パーツ
*/
/* title */
/* パンくずリスト */
/* END / 共通パーツ */
/* メインビジュアル */
.mv_under .container .mv-title-content .mv-subtitle::before {
  left: 144px;
}

@media screen and (max-width: 1024px) {
  .mv_under .container .mv-title-content .mv-subtitle::before {
    width: 60px;
    left: 133px;
  }
}
/* end / メインビジュアル */
/* company-mission */
.company-mission {
  position: relative;
  height: fit-content;
  padding: 80px 0;
}
.company-mission .container {
  max-width: 1100px;
}
.company-mission .container .conpany-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.company-mission .container .conpany-bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .company-mission {
    padding: 0 0 90px;
  }
}
/* END / company-mission */
/* mission */
.mission {
  padding: 110px 0;
  background-color: #ffffff;
}
.mission .container {
  max-width: 1100px;
}
.mission .container .value-second {
  background-color: initial;
  padding: 0 0;
}

@media screen and (max-width: 1024px) {
  .mission {
    padding: 90px 0;
  }
}
/* END / mission */
/* management */
.management {
  position: relative;
  height: 700px;
  padding: 92px 0;
}
.management .container {
  max-width: 1100px;
}
.management .container .management-bk {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.management .container .management-bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.management .container .management-heading {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  min-width: 200px;
  display: flex;
  margin: 0 auto;
  text-align: center;
  flex-direction: column;
  align-items: center;
}
.management .container .management-heading .heading-label {
  width: 80%;
  color: #fff;
  border: solid 2px #fff;
  padding: 5px 0;
  margin: 0px auto 41px;
}
.management .container .management-heading .heading-title {
  font-size: 30px;
  text-align: start;
  line-height: 2;
  writing-mode: vertical-rl;
  color: #ffffff;
  line-height: 2.4;
  letter-spacing: 3px;
}

@media screen and (max-width: 1024px) {
  .management {
    height: 639px;
    padding: 90px 0;
  }
  .management .container .management-bk img {
    object-position: right top;
  }
  .management .container .management-heading .heading-title {
    font-size: 28px;
  }
}
@media screen and (max-width: 768px) {
  .management {
    height: 580px;
  }
  .management .container .management-heading .heading-title {
    font-size: 24px;
  }
}
/* management-concept */
.management-concept {
  width: 100%;
  background-color: #f5f5f5;
  position: relative;
}
.management-concept .management-concept-container {
  width: 92.2401171303%;
  max-width: 1100px;
  margin: 0 auto;
  height: fit-content;
  background-color: #ffffff;
  padding: 68px 0 68px;
  box-shadow: 0px 6px 6px #e2e2e2;
  transform: translateY(-75px);
}
.management-concept .management-concept-container .concept-inner {
  width: fit-content;
  margin: 0 auto;
  color: #313131;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  margin-top: 42px;
  justify-content: flex-start;
}
.management-concept .management-concept-container .concept-inner .concept-title {
  font-size: 36px;
  margin-bottom: 65px;
  line-height: 1.6;
  position: relative;
  letter-spacing: 0;
}
.management-concept .management-concept-container .concept-inner .concept-title::before {
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  width: 82px;
  height: 3px;
  background: linear-gradient(45deg, #83c8d2 0%, #68bad7 50%, #49abdd 100%);
  transform: translateX(-50%);
}
.management-concept .management-concept-container .concept-inner .concept-text {
  width: 30%;
  margin: 0 1.5%;
  color: #313131;
  line-height: 2.2;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .management-concept .management-concept-container {
    padding: 60px 0 60px;
  }
  .management-concept .management-concept-container .concept-inner .concept-title {
    font-size: 32px;
  }
  .management-concept .management-concept-container .concept-inner .concept-title::before {
    width: 72px;
  }
  .management-concept .management-concept-container .concept-inner .concept-text {
    color: #313131;
    line-height: 2.2;
    width: 47%;
  }
}
@media screen and (max-width: 768px) {
  .management-concept .management-concept-container .concept-inner {
    width: 95%;
  }
  .management-concept .management-concept-container .concept-inner .concept-title {
    font-size: 24px;
    margin-bottom: 54px;
  }
  .management-concept .management-concept-container .concept-inner .concept-title::before {
    width: 60px;
    height: 2px;
  }
  .management-concept .management-concept-container .concept-inner .concept-text {
    line-height: 1.5;
  }
}
/* END / management-concept */
/* END / management */
/* message */
.message {
  position: relative;
  width: 100%;
  background-color: #f5f5f5;
}
.message .message-img {
  position: absolute;
  bottom: -96px;
  left: 0;
  width: 100%;
}
.message .message-img .message-img_inner {
  position: relative;
  padding-top: 37.3352855051%;
}
.message .message-img .message-img_inner .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/aboutus-img/message.jpg");
  background-attachment: fixed;
  background-size: cover;
}
.message .message-box {
  width: 100%;
}
.message .message-box .container {
  max-width: 900px;
}
.message .message-box .container .under-title-box {
  margin-bottom: 42px;
}
.message .message-box .container .message-mv {
  position: relative;
  width: 83%;
  padding-top: 56.25%;
  margin: 0 auto;
  background-color: gray;
}
.message .message-box .container .message-mv iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .message .message-img .message-img_inner {
    padding-top: 54%;
  }
}
@media screen and (max-width: 768px) {
  .message .message-box .container .message-mv {
    width: 100%;
  }
}
/* END / message */
/* company-information */
.company-information {
  width: 100%;
  font-size: 18px;
  padding: 206px 0;
  background-color: #f5f5f5;
}
.company-information .container {
  max-width: 1100px;
}
.company-information .container .information-tb {
  width: 100%;
}
.company-information .container .information-tb tbody tr {
  height: 80.25px;
  border: 1px solid #d8d8d8;
}
.company-information .container .information-tb tbody tr th,
.company-information .container .information-tb tbody tr td {
  color: #313131;
  padding: 25px 0 25px 50px;
  line-height: 29.25px;
}
.company-information .container .information-tb tbody tr th {
  width: 23%;
  font-weight: normal;
  background-color: #e5e5e5;
}
.company-information .container .information-tb tbody tr td {
  background-color: #ffffff;
}

@media screen and (max-width: 1024px) {
  .company-information {
    padding: 186px 0 90px;
  }
  .company-information .container .information-tb tbody tr th,
  .company-information .container .information-tb tbody tr td {
    font-size: 16px;
    padding: 25px 0 25px 30px;
  }
}
@media screen and (max-width: 768px) {
  .company-information .container .information-tb tbody tr {
    height: auto;
  }
  .company-information .container .information-tb tbody tr th,
  .company-information .container .information-tb tbody tr td {
    font-size: 14px;
    padding: 20px 0 20px 10px;
  }
}
/* END / company-information */
/* map */
.map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

@media screen and (max-width: 1024px) {
  .map iframe {
    height: 350px;
  }
}
/* END / map */
/* end / メインビジュアル */
/*scss block*/
/*共通scss*/
/*フッター*/
.footer-inner_top .footer-bnr_lists {
  display: flex;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 60px 50px;
  transition: 0.25s ease-in;
  position: relative;
  overflow: hidden;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list:hover {
  transition: 0.25s ease-in;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list:hover .footer-bnr_list_wrap_bg {
  transform: scale(1.1);
  transition: 0.25s ease-in;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list:hover .arrow-circle {
  border: none;
  transform: translateX(10px);
  transition: 0.25s ease-in;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: 0.25s ease-in;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .bg_1 {
  background-image: url(../img/contact/picture_task_bk.jpg);
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .bg_2 {
  background-image: url(../img/contact/picture_contact_bk.jpg);
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap {
  background-color: transparent;
  border-radius: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 43px 0 24px 0;
  position: relative;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_icon {
  width: 46px;
  margin-bottom: 20px;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_icon img {
  width: 100%;
  height: auto;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_title {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 12px;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_desc {
  color: #ffffff;
  text-align: center;
  line-height: 1.7;
  font-size: 14px;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .arrow-circle {
  width: 45px;
  height: 45px;
  position: absolute;
  top: calc(50% - 25px);
  right: 50px;
  background-color: transparent;
  border: 1px solid #ffffff;
  transition: 0.25s ease-in;
}
.footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .arrow-circle::before {
  left: 20px;
}

@media screen and (max-width: 1024px) {
  .footer-inner_top .footer-bnr_lists .footer-bnr_list {
    padding: 60px 40px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap {
    padding: 43px 0 24px 0;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_icon {
    width: 32px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_title {
    font-size: 18px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .arrow-circle {
    margin: 20px auto 0 auto;
    width: 45px;
    height: 45px;
    position: relative;
    top: initial;
    right: initial;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner_top .footer-bnr_lists {
    flex-direction: column;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list {
    width: 100%;
    padding: 60px 30px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_icon {
    width: 48px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .footer-bnr_list_title {
    font-size: 20px;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .arrow-circle {
    width: 45px;
    height: 45px;
    position: absolute;
    top: calc(50% - 30px);
    right: 20px;
    background-color: transparent;
    border: 1px solid #ffffff;
  }
  .footer-inner_top .footer-bnr_lists .footer-bnr_list .footer-bnr_list_wrap .arrow-circle::before {
    left: 20px;
  }
}
/*single layout*/
/*共通scss*/
/*共通scss*/
.post_content p {
  line-height: 1.8;
  letter-spacing: 0.08em;
  margin: 0 0 2em 0;
}

.post_content li {
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0 0 0.5em 0;
}

.post_content h1,
.post_content h2,
.post_content h3,
.post_content h4,
.post_content h5,
.post_content h6 {
  clear: both;
  margin: 0 0 10px 0;
}

.post_content h1 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 28px;
}

.post_content h2 {
  display: block;
  line-height: 1.5;
  padding-bottom: 8px;
  font-size: 24px;
}

.post_content h3 {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  padding: 6px 0px;
}

.post_content h4 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.post_content h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.post_content a {
  border-bottom: 2px solid #83c8d2;
  transition: 0.25s all;
}
.post_content a:hover {
  transition: 0.25s all;
  color: #83c8d2;
}

.post_content h6 {
  font-size: 100%;
  font-weight: 500;
  line-height: 24px;
}

@media screen and (max-width: 1279px) {
  .post_content h1 {
    font-size: 18px;
    line-height: 27px;
  }
  .post_content h2 {
    font-size: 20px;
    font-weight: 500;
  }
  .post_content h3 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: 500;
  }
  .post_content h4 {
    font-size: 15px;
    line-height: 23px;
  }
  .post_content p,
  a,
  li {
    font-size: 14px;
  }
  .post_content h5 {
    font-size: 13px;
    line-height: 26px;
  }
}
/* image */
.post_content img[class*=align],
.post_content img[class*=wp-image-],
.post_content img[class*=attachment-],
.post_content img.size-full,
.post_content img.size-large,
.post_content .wp-post-image,
.post_content img {
  width: auto;
  height: auto;
  max-width: 100%;
  margin-bottom: 31px;
}

/* list */
.post_content li,
.post_content dt,
.post_content dd {
  line-height: 2.2;
}

.post_content ul,
.post_content ol,
.post_content dl {
  margin-bottom: 24px;
}

.post_content ol {
  list-style: decimal outside none;
  margin-left: 1.5em;
}

.post_content ul {
  list-style: circle outside none;
  margin-left: 1.3em;
}

.post_content li > ul,
.post_content li > ol {
  margin-bottom: 0;
}

.post_content dt {
  font-weight: bold;
}

.post_content dd {
  margin-bottom: 1em;
}

/* block quote */
.post_content blockquote {
  margin: 0 0 25px 0;
  padding: 27px 30px 0;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 4px 0px 0px #f8f8f8;
  position: relative;
}

.post_content blockquote:before {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  line-height: 40px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: 10px;
  color: #5cbcd7;
}

.post_content blockquote:after {
  content: '"';
  font-style: italic;
  font-size: 30px;
  font-weight: normal;
  text-align: left;
  line-height: 60px;
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 7px;
  right: -2px;
  color: #5cbcd7;
}

.post_content blockquote cite {
  border-top: 1px dotted #aaa;
  display: block;
  padding: 20px 0 0 0;
  font-style: italic;
  text-align: right;
  font-size: 90%;
}

/* captions */
.post_content .wp-caption {
  margin-bottom: 24px;
  background: #f8f8f8;
  border: 1px solid #ccc;
  padding: 5px;
  max-width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.post_content .wp-caption-text {
  text-align: center;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5;
  margin: 9px auto;
}

.post_content .wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0 auto;
}

/*共通scss*/
#single-page .mv_under {
  height: 40vh;
}

.single-content {
  padding: 24px 0;
}
.single-content .single-content-block {
  padding-bottom: 100px;
}
.single-content .single-content-block .time {
  color: #848484;
  margin-bottom: 15px;
}
.single-content .single-content-block .title {
  color: #313131;
  font-size: 48px;
  text-align: left;
  margin-bottom: 50px;
}
.single-content .single-content-block .content-inner p {
  font-size: 18px;
  line-height: 1.5;
  text-align: justify;
  color: #313131;
}

@media screen and (max-width: 1279px) {
  .single-content .single-content-block .time {
    font-size: 14px;
  }
  .single-content .single-content-block .title {
    font-size: 32px;
  }
  .single-content .single-content-block .content-inner p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .single-content .single-content-block {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 768px) {
  .single-content .single-content-block {
    padding-bottom: 60px;
  }
  .single-content .single-content-block .time {
    font-size: 12px;
  }
  .single-content .single-content-block .title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .single-content .single-content-block .content-inner p {
    font-size: 14px;
  }
}
/* 下層ページ top-mv */
.mv_under {
  width: 100%;
  height: 80vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.mv_under .mv-title-content {
  position: relative;
  z-index: 1;
}
.mv_under .fv-inner {
  height: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  display: flex;
}
.mv_under .fv-inner .mv-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mv_under .fv-inner .mv-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mv_under .fv-inner .mv-title-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.mv_under .fv-inner .mv-title-content .mv-title {
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 26px;
  position: relative;
  z-index: 1;
  font-size: 27px;
  line-height: 48px;
  font-weight: bold;
  background: url(../img/fv/label-bg.png);
  /* background: linear-gradient(to right, #512ABE, #F85151); */
  background: #ffa472;
  position: relative;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 4px 28px;
  width: fit-content;
  color: #fff;
}
.mv_under .fv-inner .mv-title-content .course_target_ttl {
  font-size: 24px;
  padding: 12px 24px;
  border-radius: 24px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  position: relative;
  z-index: 1;
  margin-bottom: 24px;
}
.mv_under .fv-inner .mv-title-content .mv-subtitle {
  position: relative;
  letter-spacing: 1px;
  font-size: 22px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 4px 24px;
  margin: 4px 0;
  width: fit-content;
  clip-path: polygon(3% 0%, 100% 0, 97% 100%, 0 100%);
}
.mv_under .fv-inner .mv-title-content .mv-subtitle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 2px;
  transform: translateY(-50%);
}
.mv_under.black-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.mv_under_min {
  height: 30vh !important;
}

@media screen and (max-width: 1279px) {
  .mv_under {
    height: 80vh;
  }
	.mv_under .p-top_fv_cover{
		top:inherit;
		bottom:0;
		height:auto;
	}
	.mv_under .p-top_fv_cover-inner-img .img-box img{
/* 		object-fit:contain; */
	}
	.mv_under .p-top_fv_cover-inner-img{
		padding-top:25vh;
	}
  .mv_under .fv-inner .mv-title-content {
    margin: 130px 0 0;
  }
  .mv_under .fv-inner .mv-title-content .mv-title {
    font-size: 32px;
  }
  .mv_under .fv-inner .mv-title-content .mv-subtitle {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767px) {
  .mv_under {
    height: 80vh;
  }
  .mv_under .fv-inner .mv-title-content .mv-title {
    font-size: 20px;
    margin-bottom: 13px;
  }
  .mv_under .fv-inner .mv-title-content .mv-subtitle {
    font-size: 14px !important;
  }
}
/* end / メインビジュアル */
/*学習カリキュラム概要*/
.p-each-curriculum__list{
	    display: grid;
    grid-template-columns: repeat(3, 2fr);
    margin-top: 20px;
    max-width: 1200px;
    box-sizing: initial;
    margin-inline: auto;
    gap: 20px;
}

@media screen and (max-width: 767px){
	.p-each-curriculum__list{
		grid-template-columns: repeat(1, 2fr);
		gap: 5px;
	}
}

.p-each-curriculum {
  padding-bottom: 100px;
}

.p-each-curriculum__item {
  display: flex;
  flex-direction:column;
/*   margin-top: 40px; */
  justify-content: space-between;
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	padding: 24px 30px;
	box-shadow: 0 0 #0000, 0 0 #0000, 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

@media screen and (max-width: 767px){
	.p-each-curriculum__item {
		padding: 12px 8px;
	}
}

.p-each-curriculum__item:nth-child(1) {
/*   margin-left: 0%; */
}

.p-each-curriculum__item:nth-child(2) {
/*   margin-left: 5%; */
}

.p-each-curriculum__item:nth-child(3) {
/*   margin-left: 10%; */
}

.p-each-curriculum__item__img {
  width: 100%;
  position: relative;
  padding-top: calc(2 / 3 * 100%);
}

.p-each-curriculum__item__img .img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-each-curriculum__item__img .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-each-curriculum__item__body {
  width: 100%;
/*   max-width: 500px; */
  display: flex;
  flex-direction: column;
/*   justify-content: space-between; */
	height:100%;
}

.p-each-curriculum__item__label {
  padding: 4px 12px;
  background-color: #000;
  color: #fff;
  width: fit-content;
  margin-bottom: 24px;
}

.p-each-curriculum__item__title {
  font-size: 18px;
  margin-bottom: 24px;
  position: relative;
  padding-left: 28px;
}

.p-each-curriculum__item__title::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 22px;
  background: url(../img/icon/tag-icon.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}

.p-each-curriculum__item__desc {
  line-height: 1.5;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-each-curriculum__item {
    flex-direction: column;
  }
  .p-each-curriculum__item:nth-child(1) {
    margin-left: 0%;
  }
  .p-each-curriculum__item:nth-child(2) {
    margin-left: 0%;
  }
  .p-each-curriculum__item:nth-child(3) {
    margin-left: 0%;
  }
  .p-each-curriculum__item__img {
    width: 100%;
  }
  .p-each-curriculum__item__body {
    width: 100%;
    padding-top: 8px;
    padding-left: 0;
  }
	.p-each-curriculum__item__desc {
	  line-height: 1.5;
	  font-size: 12px;
		margin-top:8px
	}
}
.under-followBtn {
  position: fixed;
  right: 12px;
  bottom: 12px;
}

/* @media screen and (max-width: 767px) {
	.under-followBtn {
	  right: 0;
		left:0;
	  bottom: 32px;
		margin:0 auto;
		width:fit-content;
	}
} */



/*# sourceMappingURL=under_page.css.map */


.under .p-about__desc_wrap{
	display:block !important; 
}