/*
汎用CSS
*/
/*
======================================
base
======================================
*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot');
  src: url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
       url('../fonts/icomoon.woff') format('woff'),
       url('../fonts/icomoon.ttf') format('truetype'),
       url('../fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {
  --attension-color: #940000;
  --background-color: #F5F5F5;
  --sub-background-color: #ECEDF8;
  --conversion-color: #E53935;
  --english-color: #aa68aa;
  --english-sub-color: #aa68aa88;
  --footer-color: #f5f5f7;
  --icon-font-family: 'Font Awesome 6 Free';
  --link-block-color: #c0c0c0;
  --main-color: #0071BE;
  --main-font-family: 'Noto Sans JP', sans-serif;
  --main-font-size: 16px;
  --money-color: #09a4e5;
  --money-sub-color: hsla(198, 92%, 47%, 0.471);
  --num-font-family: 'Helvetica Neue' , Helvetica , Arial;
  --philosophy-color: #fcaf17;
  --programing-color: #ee242c;
  --science-color: #b6d43e;
  --science-sub-color: #b6d43e7e;
  --sub-color: #1C3EAC;
  --sub-font-family: '游明朝';
  --table-block-color: #c1c1c1;
  --table-head-color: #eef3ff; /*追加*/
  --table-head-color-silver: #f5f5f7;
  --text-color: #333;
  --transition-animation: all .3s 0s ease;
  --top-btn-bg-color: #D9D9D9;
  --top-btn-color-conversion: #FFFFFF  ;
  --top-btn-color-normal: #333333;
  --txt-color: #FFFFFF;
  --txt-color-sub: #333333;
  --padding-top-bottom: 64px;
  --point-trinangle-height: 30px;
  --line-color: #06C755;
  --line-text-color: #FFFFFF;
  --noto-serif: 'Noto Serif JP', serif;
  --faq-question-background: #E0F2FB;
}


h1,
h2,
h3,
h4,
dt,
dd {
  font-family: var(--main-font-family);
  font-weight: bold;
  line-height: 1.8;
}

p,
th,
td {
  color: var(--text-color);
  font-family: var(--main-font-family);
  line-height: 1.8;
}

a {
  display: inline-block;
  font-family: var(--main-font-family);
}

a[data-type='page'],
a[data-type='link'] {
  color: -webkit-link;
  text-decoration: underline;
}

a:hover {
  opacity: 0.8;
}

.main {
  min-height: 300px;
}

.main--action {
  padding-top: 140px;
}

.wp-block {
  max-width: 1800px;
}

@media screen and (max-width: 1024px) {
  .wp-block-column iframe{
    width: calc((100vw / 1024) * 462);
    height: calc((100vw / 1024) * 264);
  }
}

@media screen and (max-width: 599px) {
  .flex--sp {
    flex-direction: column;
  }
  .wp-block-column iframe{
    width: calc((100vw/375) * 336);
    height: calc((100vw / 375) * 189);
  }
}

.flex-box__column {
  display: flex;
  flex-direction: column;
}

.flex-box__row {
  display: flex;
  flex-direction: row;
}

.gap5 {
  gap: 5px;
}

.gap10 {
  gap: 10px;
}

.gap15 {
  gap: 15px;
}

.gap30 {
  gap: 30px;
}

.gap60 {
  gap: 60px;
}

.gap90 {
  gap: 90px;
}

.gap120 {
  gap: 120px;
}

.content__title{
  padding: 0 0 24px 0;
}

.contents__block__templlate {
  width: 1000px;
  margin: 0 auto;
  padding: var(--padding-top-bottom) 0;
  font-family: var(--main-font-family);
}

/*
======================================
media
======================================
*/

@media screen and (max-width: 1000px) {
  .contents__block__templlate {
    width: 100%;
    padding: var(--padding-top-bottom) 24px;
  }
}
@media screen and (max-width: 599px) {
  .viewPc {
    display: none !important;
  }
  .content__title {
    padding: 0 0 24px 0;
  }
}
@media screen and (min-width: 600px) {
  .viewSp {
    display: none !important;
  }
}

/*
======================================
header
======================================
*/

.header {
  background-color: white;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 10;
  border-bottom: 5px solid #0071be;
}

.header--fixed {
  position: fixed;
}

/* headerTop */
.headerTop {
  background: #f0f2f3;
  padding: 11px 10px 9px;
}

.headerTop__wrap {
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.member a {
  position: relative;
    text-decoration: none;
    display: block;
    color: #333;
    padding: 7px 0 6px;
    border: 1px solid #d2d2d2;
    font-size: 1.3rem;
    line-height: 1;
    background: #fff;
}
.waologo {
  width: 200px;
  height: 44px;
  position: relative;
}

.waologo__img {
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 10px;
}

/* ホバー効果 */
.opacity:hover {
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.headerTop .member {
  display: inline-block;
  width: 122px;
  height: 28px;
  text-align: center;
  margin-right: 15px;
  margin-top :5px;
}

.headerTop .member a {
  box-sizing: border-box;
  padding: 7px 0 6px;
  position: relative;
  text-decoration: none;
  display: block;
  color: #333;
  border: 1px solid #d2d2d2;
  font-size: 13px;
  line-height: 1;
  background: #fff;
  letter-spacing: 1px;
  font-family: "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

.headerTop .member a:before,
.headerTop .member a:after {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
}

.headerTop .member a:before {
  left: 0;
  content: "\e91a";
  font-size: 23px;
  color: #999;
}

.headerTop .member a:after {
  right: 2px;
  content: "\e905";
  font-size: 15px;
  color: #9ea3a8;
}

.headerTop .member a:hover {
  color: #0071be;
  border-color: #0071be;
}

.headerTop .member a:hover:before,
.headerTop .member a:hover:after {
  color: #0071be;
}

@media screen and (max-width: 599px) {
  .waologo {
    display:flex;
    align-content: center;
    width: 150px;
  }

  .waologo__img {
    position:static;
  }
}
/* headerInfo */
.headerInfo {
  height: 87px;
  display: flex;
  padding: 7px 44px;
}


.headerInfo__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1400px;
  width: 100%;
}

.headerInfo__item {
  align-items: center;
  display: flex;
  gap: 24px;
}

/* headerNav */
.headerNav {
  border-bottom: solid 4px var(--sub-color);
  padding: 24px;
  position: relative;
}

.headerNav__wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1000px;
}

.navigation {
  display: flex;
  width: 1000px;
}

.nav-contents {
  display: flex;
  justify-content: center;
  width: 100%;
}

.nav-contents__list {
  flex: 1;
}

.nav-contents__list:last-child .nav-contents__link {
  border-right: 1px solid;
}

.nav-contents__link {
  border-color: var(--main-color);
  border-left: 1px solid;
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 1.4;
  padding: 8px 24px;
  position: relative;
  text-align: center;
}

.nav-contents__link:hover {
  opacity: .6;
  transition: var(--transition-animation);
}

/* sublists */

.nav-contents__sublists {
  background-color: var(--main-color);
  max-height: 400px;
  overflow-y: auto;
  padding: 24px;
}

.nav-contents__sublists-arrow {
  display: none;
  position: absolute;
  top: 64px;
  z-index: 11;
}

.nav-contents__sublists-arrow::before {
  border: 15px solid transparent;
  border-bottom: 15px solid var(--main-color);
  content: '';
  left: 25%;
  margin-left: -15px;
  position: absolute;
  top: -28px;
}

.nav-contents__sublink {
  background: var(--main-color);
  border-bottom: 1px solid white;
  color: white;
  padding: 16px 16px;
  width: 100%;
}

.nav-contents__sublink[target='_blank']::after {
  color: white;
  content: '\f08e';
  font-family: var(--icon-font-family);
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}

.nav-contents__sublink:hover {
  opacity: .8;
  transition: var(--transition-animation);
}

.nav-contents__list:hover .nav-contents__sublists-arrow {
  display: block;
  transition: var(--transition-animation);
}

.headerInfo__logo-images {
  float: left;
  width: 473px;
  height: 64px;
}

.top-menu-box {
  display: flex;
  gap: 24px;
}

.top-menu-box li {
	color:var(--main-color);
	max-width:150px;
	text-align:left;
	font-size:16px;
	letter-spacing:0;
  font-family: var(--main-font-family);
  letter-spacing: .12rem;
}

.trialbtn-box {
  display: flex;
  gap: 24px;
}

.trialbtn {
  align-items: center;
  min-width: 140px;
  background-color: var(--sub-background-color);
  border: 1px solid var(--sub-background-color);
  border-radius: 1000px;
  display: flex;
  font-family: var(--main-font-family);
  font-weight: bold;
  gap: 8px;
  height: 40px;
  justify-content: center;
  letter-spacing: .12rem;
  line-height: 1.6;
  padding: 8px;
  text-align: center;
  font-size:16px;
}

.btn-color-normal {
  background: var(--sub-background-color);
  color: var(--top-btn-color-normal);
}

.btn-color-normal:hover {
  background: var(--top-btn-color-normal);
  color: var(--sub-background-color);
}

.btn-color-conversion {
  background: var(--conversion-color);
  color: var(--top-btn-color-conversion);
}

.btn-color-conversion:hover {
  background: var(--top-btn-color-conversion);
  color: var(--conversion-color);
}

.trialbtn__icon {
  padding-right: 8px;
}

/* ----------------------------------
hamburger-menu
----------------------------------*/
.hamburger-menu {
  background-color: white;
  font-weight: bold;
  padding: 24px;
  position: absolute;
  right: 0;
  top: 92px;
  width: 100%;
}

.hamburger-menu--open {
  animation: FadeIn-Hamburger .6s ease forwards;
}

.hamburger-menu--close {
  animation: FadeOut-Hamburger .6s ease forwards;
}

.hamburger-menu--none {
  visibility: hidden;
}

@keyframes FadeIn-Hamburger {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeOut-Hamburger {
  0% {
    display: fixed;
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.hamburger-menu__lists {
  min-height: 240px;
}

.hamburger-menu__list {
  margin-bottom: 24px;
  max-height: 80vh;
  overflow-y: auto;
  padding: 5px 0;
}

.hamburger-menu__list::-webkit-scrollbar {
  height: 0;
}

.hamburger-menu__list::-webkit-scrollbar-track {
  background-color: #ccc;
  border-radius: 24px;
}

.hamburger-menu__list::-webkit-scrollbar-thumb {
  background-color: var(--main-color);
  border-radius: 24px;
}

.hamburger-menu__list > li {
  padding: 3px 0;
}


.hamburger-menu__link {
  border-bottom: solid 1px var(--main-color);
  color: var(--main-color);
  cursor: pointer;
  display: block;
  font-size: 18px;
  margin: auto;
  max-width: 1000px;
  padding: 8px;
  position: relative;
}

.hamburger-menu__link:hover {
  background-color: #f1f1f1;
  transition: all .3s ease;
}

.hamburger-menu__link--accordion::after {
  content: '\f078';
  font-family: var(--icon-font-family);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  top: 15%;
}

.hamburger-menu__link--accordion.hamburger-menu__link--open::after {
  content: '\f077';
}


.hamburger-menu__sublists {
  display: none;
  margin: auto;
  max-width: 1000px;
  padding: 8px;
}

.hamburger-mennu__sublink {
  border-bottom: 1px solid #707070;
  color: var(--text-color);
  font-weight: 400;
  margin-bottom: 8px;
  padding: 8px 16px;
  padding: 10px;
  position: relative;
  width: 100%;
}

.hamburger-mennu__sublink::after {
  content: '\f054';
  font-family: var(--text-color);
  font-family: var(--icon-font-family);
  font-size: 14px;
  font-weight: 600;
  position: absolute;
  right: 16px;
  top: 25%;
}

.hamburger-mennu__sublink[target='_blank']::after {
  content: '\f08e';
  font-family: var(--icon-font-family);
  font-size: 16px;
  font-weight: 600;
  margin-left: 8px;
}

.hamburger-menu__trialbtn {
  align-items: center;
  background-color: var(--sub-color);
  border: 1px solid var(--sub-color);
  border-radius: 8px;
  color: white;
  display: block;
  font-family: var(--main-font-family);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
  padding: 16px;
  text-align: center;
  transition: var(--transition-animation);
}


.hamburger-menu__trialbtn:hover {
  background-color: #fff;
  color: var(--sub-color);
}

/*
hamburger-menu-button
*/

.hamburger-menu-button__icon {
  color: var(--main-color);
  font-size: 32px;
  margin-bottom: 4.5px;
}


.hamburger-menu-button__icon--none {
  display: none;
}

.hamburger-menu-button_text {
  color: #707070;
  display: block;
  font-family: var(--main-font-family);
  font-size: 8px;
  font-weight: bold;
  text-align: center;
}

.hamburger-menu-button__label {
  line-height: 1;
  text-align: center;
  display: none;
}

@media screen and (max-width:599px) {
  .hamburger-menu {
    top: 62px;
  }
  .hamburger-menu-button__icon {
    font-size: 28px;
  }
}

@media screen and (max-width: 1024px) {
  .headerInfo {
    padding: 7px 10px;
  }
  .top-menu-box {
    gap: 16px;
  }
  .headerInfo__logo-images{
    width: calc((100vw / 1024 ) * 400);
  }
}
@media screen and (max-width: 767px) {
  .navigation,
  .top-menu-box,
  .trialbtn-box {
    display: none;
  }

  .humberger {
    display: block;
  }

  .hamburger-menu-button__label {
    display: block;
  }

  .fa-bars {
    font-size: 28px;
  }
  .headerNav {
    display: none;
  }
  .trialbtn-box {
    gap: 12px;
  }
  .trialbtn {
    min-width: 110px;
    padding: 8px 12px;
    font-size: 14px;
    height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .headerInfo {
    padding: 14px 18px;
  }
  .trialbtn-box {
    gap: 10px;
  }
  .trialbtn {
    min-width: 95px;
    padding: 6px 10px;
    font-size: 13px;
    height: 34px;
  }
}

@media screen and (max-width: 599px) {
  .header {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.25);
  }
  .headerInfo__logo-images {
    height: 30px;
    max-width: 240px;
    object-fit: contain;
    width: 100%;
  }
  .headerInfo {
    padding: 12px 16px;
    height: auto;
  }
  .headerTop {
    padding: 0;
  }
  .trialbtn-box {
    gap: 8px;
  }
  .btn-normal {
    display: none;
  }
  .trialbtn {
    min-width: 80px;
    padding: 6px 10px;
    font-size: 12px;
    height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .headerInfo__item {
    gap: 8px;
  }
}

/* ----------------------------------
hackground
----------------------------------*/
.background {
  background: rgba(0, 0, 0, .5);
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 5;
}

.background--open {
  animation: FadeIn-Background .6s ease forwards;
}

.background--close {
  animation: FadeOut-Background .6s ease forwards;
}

.background--none {
  visibility: hidden;
}

@keyframes FadeIn-back {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes FadeOut-Background {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

/*
======================================
footer
======================================
*/
.footer-link {
  color: var(--text-color);
  font-size: 14px;
  max-width: 144px;
  padding: 0 32px 0 0;
  position: relative;
}

.footer-wao__list .footer-link {
  max-width: none;
}

/*
footer-wao
-------------------------------- */
.footer-wao {
  margin: 0 auto;
  padding: 24px 48px 24px;
  text-align: center;
  color: var(--txt-color-sub);
}

.footer-wao__inner{
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}
.footer-wao__inner .logo img{
  width: 336px;
  object-fit: contain;
}
@media screen and (min-width: 1001px) {
  .copyright{
    text-align: left;
  }
}
@media screen and (max-width: 1000px) {
  .footer-wao__inner{
    flex-direction: column;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .footer-wao__lists{
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .copyright{
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .footer-wao__inner .logo img{
    max-width: 100%;
  }
}
.footer-wao__inner-left{
  display: flex;
  flex-direction: column;
}

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

.footer-wao__list {
  list-style: none;
}

.footer-wao__list a::before{
  position: absolute;
    top: 50%;
    display: block;
    font-family: 'icomoon';
    font-weight: 500;
    line-height: 1;
    color: var(--main-color);
    content: "\e905";
}
.footer-wao__list a::before{
  left: -15px;
  margin-top: -8px;
  font-size: 18px;
}
.footer-wao__list a[target="_blank"]::after{
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -3.125vw;
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  color: var(--main-color);
  content: "\e924";
}

.footer-wao__list a[target="_blank"]::after{
  position: relative;
  display: inline-block;
  top: 2px;
  margin-top: -5px;
}

.footer-wao__list:last-child {
  margin-right: 0;
}

.copyright {
  color: #aaa;
  display: inline-block;
  font-family: var(--main-font-family);
  font-size: 12px;
  margin-bottom: 14px;
  margin-top: 16.56px;
  letter-spacing: 1px;
}

.footer-text {
  color: #333;
  font-family: var(--main-font-family);
  font-size: 14px;
  margin: 0 8px;
}

.footer-wao-images {
  display: block;
  float: right;
}

.footer-wao-images__images {
  object-fit: contain;
  width: 320px;
}

@media screen and (max-width: 599px) {
  .footer-wao {
    padding: 24px 20px 40px;
  }
  .footer-wao-images {
    float: none;
    margin: 0 auto;
    margin-bottom: 24px;
    text-align: center;
  }
  .footer-wao-images__images {
    width: 100%;
  }
  .footer-wao__lists {
    display: block;
    margin-left: 0;
  }
  .footer-wao__list {
    margin-bottom: 16px;
  }
  .footer-link > li:last-child {
    margin-bottom: 0;
  }
  .copyright {
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}

/* #gFooter
================================================ */

#gFooter .pageTop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 200;
}

#gFooter .pageTop a {
  display: block;
  border-style: solid;
  border-width: 43px;
  border-color: transparent #0071be #0071be transparent;
  width: 0;
  height: 0;
}

#gFooter .pageTop a:hover {
  border-color: transparent #0e86d7 #0e86d7 transparent;
}

#gFooter .pageTop span {
  position: absolute;
  font-size: 1.4rem;
  right: 16px;
  bottom: 4px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
}

#gFooter .pageTop span:before {
  display: block;
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(180deg);
      -ms-transform: translateX(-50%) rotate(180deg);
          transform: translateX(-50%) rotate(180deg);
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  font-size: 3rem;
  color: #fff;
  content: "\e903";
}


/*  #ftService
================================================ */
#ftService {
  background: #F0F1F2;
  display: flex;
  justify-content: center;
}




#ftService .ftServiceInner {
  padding-top: 36px;
  padding-bottom: 21px;
  padding-left: 10px;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
}
#ftService .tit {
  font-size: 18px;
  color: #0071be;
  font-weight: bold;
  line-height: 1;
}

#ftService .list {
  margin-top: 3.125vw;
}

#ftService .list table {
  border-top: 0;
  border-left: 0;
}

#ftService .list table, #ftService .list tbody, #ftService .list tr, #ftService .list th, #ftService .list td {
  display: block;
}

#ftService .list {
  width: 100%;
  margin-top: 20px;
}

#ftService .list tr + tr {
  margin-top: 5.625vw;
}

#ftService .list tr + tr {
  margin-top: 6px;
}

#ftService .list th, #ftService .list td {
  border: none;
}

#ftService .list th {
  box-sizing: border-box;
  border-width: 1px;
  padding: 3px 8px;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  border: 1px solid #333;
  display: inline-block;
  background-color: transparent;
}

#ftService .list td {
  padding: 6px 0 12px;
}

#ftService .category + .category {
  margin-top: 16px;
}

#ftService .category .catTit span {
  position: relative;
  display: block;
  font-size: 3.4375vw;
  font-weight: 500;
  border-left: 1.25vw solid #0071be;
  padding-left: 1.25vw;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 14px;
  padding-left: 4px;
  border-left-width: 4px;
}

#ftService .catContent {
  margin-top: 6px;
}

#ftService .catContent:first-child {
  margin-top: 0;
}

#ftService .item {
  box-sizing: border-box;
  display: inline-block;
}

#ftService .item + .item {
  border-style: solid;
  border-color: #e6ebed;
  border-width: 0.3125vw 0 0;
}

#ftService .item + .item {
  border-width: 0 0 0 1px;
}

#ftService .item a {
  display: block;
  padding: 3.125vw 0;
  color: #333;
  text-decoration: none;
  line-height: 1;
}

#ftService .item a {
  padding: 0 16px 0 20px;
}

#ftService .item a:hover .itemTit span {
  text-decoration: underline;
}

#ftService .item .itemTit {
  position: relative;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding-right: 0;
  line-height: 13px;
}

#ftService .item .itemTit:after {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  margin-top: -3.125vw;
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  color: #9ea3a8;
  content: "\e924";
}

#ftService .item .itemTit:after {
  position: relative;
  display: inline-block;
  top: 2px;
  margin-top: -5px;
}

#ftService .item .itemTxt {
  display: inline-block;
  line-height: 13px;
  color: #8c8c8c;
  letter-spacing: 0;
  font-size: 11px;
  display: block;
  margin-top: 3px;
}

@media screen and (max-width: 599px) {
  #ftService .ftServiceInner {
    padding-left: 4.6875vw;
    padding-right: 4.6875vw;
  }
  #ftService .category {
    padding-top: 3.125vw;
  }
  #ftService .category + .category {
    padding-top: 2.1875vw;
  }
  #ftService .catContent {
    padding: 0 3.125vw;
  }
  #ftService .item .itemTit {
    margin-right: 3.75vw;
  }
  #ftService .item .itemTxt {
    display: inline-block;
  }
}
/*  #ftNav
================================================ */
#ftNav {
  background: #898d8e;
}

#ftNav .inner {
  padding-top: 50px;
  padding-bottom: 38px;
}

#ftNav .logo {
  padding: 6.875vw 0 6.25vw;
}

#ftNav .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0;
}

#ftNav .logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
}

#ftNav .logo > a {
  display: inline-block;
  width: 400px;
}

#ftNav .logo img {
  display: inline-block;
  width: 42.8125vw;
  height: 7.1875vw;
}

#ftNav .logo img {
  width: 180px;
  height: 30px;
  margin: 0;
}

#ftNav .logo svg path, #ftNav .logo svg polygon, #ftNav .logo svg rect {
  fill: #fff !important;
}

#ftNav .logo .txt {
  display: inline-block;
  font-size: 7.1875vw;
  margin-left: 3.125vw;
  font-weight: bold;
  line-height: 1;
}

#ftNav .logo .txt {
  position: relative;
  font-size: 3rem;
  margin-left: 18px;
}

#ftNav .logo .btn {
  display: block;
  position: absolute;
  width: 136px;
  text-align: center;
  top: 0;
  right: 0;
  font-size: 1.4rem;
}

#ftNav .logo .btn a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  color: #fff;
}

#ftNav .logo .btn a {
  position: relative;
  line-height: 1;
  padding: 7px 0;
  border: 2px solid #fff;
  border-radius: 3px;
}

#ftNav .logo .btn a:hover {
  background: #fff;
  color: #333;
}

#ftNav .logo .btn a:after {
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  font-size: 2rem;
  color: #fff;
  content: "\e905";
}

#ftNav .logo .btn a:hover:after {
  color: #9ea3a8;
}

#ftNav .ftNavGroup {
  color: #fff;
}

#ftNav .ftNavGroup {
  margin-top: 20px;
}

#ftNav .ftNavGroup + .ftNavGroup {
  margin-top: -3.125vw;
}

#ftNav .ftNavGroup + .ftNavGroup {
  margin-top: 30px;
}

#ftNav .ftNavGroup a,
#ftNav .ftNavGroup .parent > span {
  display: inline-block;
  padding: 1.875vw 0;
  text-decoration: none;
  color: #fff;
}

#ftNav .ftNavGroup a, .pc
#ftNav .ftNavGroup .parent > span {
  padding: 0;
}

#ftNav .ftNavGroup a:hover span, .pc
#ftNav .ftNavGroup .parent > span:hover span {
  text-decoration: underline;
}

#ftNav .ftNavGroup a[target="_blank"]:after,
#ftNav .ftNavGroup .parent > span[target="_blank"]:after {
  position: relative;
  top: 0.9375vw;
  content: "\e924";
  font-size: 5.625vw;
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  color: #fff;
}

#ftNav .ftNavGroup a[target="_blank"]:after, .pc
#ftNav .ftNavGroup .parent > span[target="_blank"]:after {
  top: 4px;
  font-size: 2rem;
}

#ftNav .ftNavGroup .parent > span {
  padding-top: 3.75vw;
}

#ftNav .ftNavGroup .ftNavGroupIn {
  float: left;
}

#ftNav .ftNavGroup.is_column4_pc .ftNavGroupIn {
  width: 500px;
}

#ftNav .ftNavGroup.is_column5_pc .ftNavGroupIn {
  width: 400px;
}

#ftNav .ftNavGroup .ftNavList {
  margin-top: 0;
}

#ftNav .ftNavGroup .parent {
  position: relative;
  top: 0.9375vw;
  font-weight: 500;
}

#ftNav .ftNavGroup .parent {
  top: 0;
}

#ftNav .ftNavGroup .parent + .parent {
  margin-top: 10px;
}

#ftNav .ftNavGroup .child {
  font-size: 3.75vw;
}

#ftNav .ftNavGroup .child {
  float: left;
  width: 250px;
  font-size: 1.3rem;
}

#ftNav .ftNavGroup .child.is_column_fifth_pc {
  width: 200px;
}

#ftNav .ftNavGroup .child + .child {
  margin-top: 3.125vw;
}

#ftNav .ftNavGroup .child + .child {
  margin-top: 0;
}

#ftNav .ftNavGroup .child li {
  box-sizing: border-box;
}

#ftNav .ftNavGroup .child li + li {
  margin-top: 5px;
}

#ftNav .ftNavGroup .child li:not(.areaName):not(.parent) {
  position: relative;
  padding-left: 1em;
}

#ftNav .ftNavGroup .child li:not(.areaName):not(.parent) {
  padding-left: 1.5em;
}

#ftNav .ftNavGroup .child li:not(.areaName):not(.parent):before {
  position: absolute;
  left: 0;
  top: 1.25vw;
  content: "-";
}

#ftNav .ftNavGroup .child li:not(.areaName):not(.parent):before {
  left: 10px;
  top: -2px;
}

#ftNav .ftNavGroup .moveLeft {
  margin-left: -.5em;
}

#ftNav .ftNavGroup .prefSchoolList {
  width: 100%;
}

#ftNav .ftNavGroup .prefSchoolList .child {
  width: 1000px;
}

#ftNav .ftNavGroup .prefSchoolList li {
  float: left;
  width: 50%;
}

#ftNav .ftNavGroup .prefSchoolList li {
  width: 16.6%;
  margin-top: 5px;
}

@media screen and (max-width: 599px) {
  #ftNav .inner {
    padding: 0 0 4.6875vw;
  }
  #ftNav .logo {
    border-bottom: 0.3125vw solid #797d7e;
  }
  #ftNav .ftNavGroup {
    padding: 4.6875vw 4.6875vw 0;
    line-height: 1.2;
  }
  #ftNav .ftNavGroup .is_column_one_sp {
    clear: both;
    width: 100%;
    padding-top: 2.5vw;
  }
  #ftNav .ftNavGroup .ftNavGroupIn {
    float: left;
    width: 50%;
  }
  #ftNav .ftNavGroup .ftNavList.is_half_only_sp {
    width: 50%;
    float: left;
  }
  #ftNav .ftNavGroup .ftNavList {
    margin-top: 2.5vw;
  }
  #ftNav .ftNavGroup .childList {
    float: left;
    width: 50%;
  }
}

/*  #ftInfo
================================================ */
#ftInfo .inner {
  padding-top: 2.5vw;
  padding-bottom: 7.8125vw;
}

#ftInfo .inner {
  padding-top: 9px;
  padding-bottom: 27px;
  overflow: hidden;
}

#ftInfo .logo {
  float: right;
}

#ftInfo .logo svg {
  display: block;
  margin: 0 auto;
  width: 78.75vw;
  height: 13.75vw;
}

#ftInfo .logo svg {
  width: 357px;
  height: 62px;
  margin: 0 0 0 auto;
}

#ftInfo .listLink {
  float: left;
  width: 500px;
  padding: 6px 0;
}

#ftInfo .listLink li {
  display: inline-block;
}

#ftInfo .listLink li + li {
  margin-left: 22px;
}

#ftInfo .listLink a {
  position: relative;
  display: inline-block;
  padding: 0 6.25vw 0 3.125vw;
  text-decoration: none;
  line-height: 1;
  color: #333;
  font-size: 3.4375vw;
}

#ftInfo .listLink a {
  font-size: 1.4rem;
  padding: 0 20px 0 10px;
}

#ftInfo .listLink a:hover span {
  text-decoration: underline;
  color: #0071be;
}

#ftInfo .listLink a:before, #ftInfo .listLink a:after {
  position: absolute;
  top: 50%;
  display: block;
  font-family: 'icomoon';
  font-weight: 500;
  line-height: 1;
  color: #0071be;
}

#ftInfo .listLink a:before {
  left: -0.9375vw;
  font-size: 4.6875vw;
  content: "\e905";
  margin-top: -2.1875vw;
}

#ftInfo .listLink a:before {
  left: -3px;
  margin-top: -8px;
  font-size: 1.6rem;
}

#ftInfo .listLink a:after {
  right: 0;
  margin-top: -3.125vw;
  font-size: 6.25vw;
  content: "\e924";
}

#ftInfo .listLink a:after {
  margin-top: -9px;
  font-size: 1.8rem;
}

#ftInfo .copyright {
  color: #aaa;
  text-align: center;
  font-size: 3.4375vw;
  line-height: 1;
  margin-top: 6.25vw;
}

#ftInfo .copyright {
  float: left;
  clear: left;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 599px) {
  #ftInfo .logo {
    text-align: center;
  }
  #ftInfo .listLink {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 4.6875vw;
  }
  #ftInfo .listLink li {
    width: 50%;
  }
  #ftInfo .listLink li:first-child {
    width: 100%;
  }
  #ftInfo .listLink li:nth-child(n+2) {
    margin-top: 3.125vw;
  }
}

/*
======================================
conversion-point
======================================
*/
.conversion-wrapper {
  background-image: url('../images/backgroud-img.jpg');
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  text-align: center;
}

.conversion-container {
  max-width: 800px;
  margin: 0 auto;
}

.conversion-title {
  font-family: var(--main-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  align-items: center;
  text-align: center;
  color: var(--txt-color);
}

.conversion-text {
  font-family: var(--main-font-family);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: var(--txt-color);
  padding: 40px 0;
}

@media screen and (max-width: 1024px) {
  .conversion-title {
    font-size: 32px;
    line-height: 40px;
  }
  .conversion-text {
    font-size: 18px;
    line-height: 26px;
  }
}

@media screen and (max-width: 767px) {
  .conversion-wrapper {
    padding: 38px 20px;
  }
  .conversion-title {
    font-size: 28px;
    line-height: 36px;
  }
  .conversion-text {
    font-size: 16px;
    line-height: 24px;
  }
}

@media screen and (max-width: 599px) {
  .conversion-title {
    font-size: 24px;
    line-height: 28.8px;
  }
  .conversion-text {
    font-size: 16px;
    line-height: 25.6px;
  }
}


/*
======================================
parts
======================================
*/
/*
ボタン
-----------------------*/
.button {
  background: white;
  border: 1px solid var(--main-color);
  border-radius: 35px;
  color: var(--main-color);
  display: block;
  font-family: var(--main-font-family);
  font-weight: bold;
  margin: auto;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  width: 424px;
}

.button--max {
  width: 100%;
}

.button::after {
  content: '\f054';
  font-family: var(--icon-font-family);
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 16px;
}

.button:hover {
  background: var(--main-color);
  color: white;
  transition: var(--transition-animation);
}

@media screen and (max-width:599px) {
  .button {
    font-size: var(--main-font-size);
    width: 100%;
  }
}

/*
矢印リンク
-----------------------*/
.arrow-link {
  color: var(--main-color);
  display: block;
  font-weight: 600;
  width: fit-content;
}

.arrow-link:hover {
  opacity: .8;
  transition: var(--transition-animation);
}

.arrow-link--left {
  margin-left: auto;
  margin-right: 0;
  text-align: left;
}
.arrow-link--right {
  margin-left: 0;
  margin-right: auto;
  text-align: right;
}

.arrow-link--left::after,
.arrow-link--nomal::after {
  content: '\f054';
  font-family: var(--icon-font-family);
  margin-left: 16px;
}

.arrow-link--right::before {
  content: '\f053';
  font-family: var(--icon-font-family);
  margin-right: 8px;
}


/*
アコーディオンメニュー
--------------------- */
/*
faq
--------------------- */
.accordion {
  font-family: var(--main-font-family);
  margin: 0 auto 10px;
  max-width: 100%;
}

.accordion__head {
  background-color: var(--faq-question-background);
  border: solid 1px var(--sub-background-color);
  color: var(--txt-color-sub);
  padding: 12px 32px 12px 64px;
  position: relative;
  font-family: var(--main-font-family);
  font-size: 18px;
  font-weight: 700;
  line-height: 26.06px;
  text-align: left;
}

.accordion__head--faq::before {
  content: 'Q';
  display: inline-block;
  font-size: 20px;
  left: 20px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 40px;
  color: var(--main-color);
}

.accordion__head::after {
  content: '\f078';
  font-family: var(--icon-font-family);
  font-size: 18px;
  font-weight: 600;
  position: absolute;
  right: 20px;
  top: 10px;
}

.accordion__head--open::after {
  content: '\f077';
}

.accordion__data {
  position: relative;
  background-color: white;
  display: none;
  font-size: 18px;
  padding: 12px 32px 12px 64px;
}

.accordion__data::before {
  content: 'A';
  display: inline-block;
  font-size: 20px;
  left: 20px;
  position: absolute;
  top: 10px;
  vertical-align: middle;
  width: 40px;
  color: var(--main-color);
}

.accordion__data > * {
  color: var(--text-color);
  font-family: var(--main-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
}

@media screen and (max-width:599px) {
  .accordion {
    margin: 0 auto 8px;
  }
  .accordion__head {
    font-size: 16px;
    padding: 24px 56px;
  }
  .accordion__data {
    font-size: 16px;
    padding: 24px 56px;
  }
  .accordion__head--faq::before {
    font-size: 16px;
    left: 16px;
    top: 24px;
  }
  .accordion__head::after {
    font-size: 16px;
    right: 16px;
    top: 24px;
  }
  .accordion__data::before {
    font-size: 16px;
    left: 16px;
    top: 24px;
  }
}

/*
セクション
-----------------------*/

.section {
  background-color: white;
  padding: 64px 0 104px;
}

.section--top {
  background-image: url('../images/backgroud-img.jpg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.section--subject {
  padding: 40px 0 64px;
}

.section:last-child {
  padding-bottom: 128px;
}

.section:nth-child(odd) {
  background-color: var(--background-color);
}


@media screen and (max-width:599px) {
  .section:last-child {
    padding-bottom: 64px;
  }
}

/* section__wrap */
.section__wrap {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.section__wrap--news,
.section__wrap--event {
  margin: auto;
  max-width: 800px;
}

.section__about {
  background-color: white;
  border-radius: 16px;
  padding: 40px 60px;
}


/* section__title */
.section__title {
  border-bottom: solid 1px var(--sub-color);
  color: var(--text-color);
  font-size: 24px;
  margin-bottom: 48px;
  padding-bottom: 8px;
  text-align: center;
}

.section__title--philosophy {
  border-bottom: solid 1px var(--philosophy-color);
}
.section__title--science {
  border-bottom: solid 1px var(--science-color);
}
.section__title--money {
  border-bottom: solid 1px var(--money-color);
}
.section__title--english {
  border-bottom: solid 1px var(--english-color);
}
.section__title--programing {
  border-bottom: solid 1px var(--programing-color);
}

.section__title--about {
  color: var(--sub-color);
  position: relative;
}


/* section__text */
.section__text--center {
  margin-bottom: 32px;
  text-align: center;
}

.section__text--navy {
  font-weight: bold;
}

.section__text--navy p {
  color: var(--main-color);
  margin-bottom: 24px;
}

.section__text--big {
  font-size: 18px;
}


/* section__texts */
.section__texts {
  position: relative;
}

.section__image--center {
  text-align: center;
}

.section__texts--close {
  max-height: 180px;
  overflow-y: hidden;
}

.section__texts--close::after {
  background: linear-gradient(rgba(255, 255, 255,0),rgba(255, 255, 255,1));
  bottom: 0;
  content: '';
  height: 40%;
  left: 0;
  position: absolute;
  width: 100%;
}

/* section__logo */
.section__logo {
  object-fit: contain;
  width: 200px;
}

/* section-aboutBtn */
.section-aboutBtn {
  color: var(--main-color);
  display: block;
  font-weight: bold;
  padding: 16px;
  text-align: center;
  width: 100%;
}

/* 404 */
.section-404__title {
  border-bottom: 24px;
  color: var(--sub-color);
  font-size: 48px;
  text-align: center;
}

.section-404__text {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 40px;
  text-align: center;
}

/* section-table */
.section-table th,
.section-table td {
  padding: 24px;
  vertical-align: middle;
}

@media screen and (max-width:599px) {
  .section-table th,
  .section-table td {
    padding: 16px;
  }
}

.section-aboutBtn--open {
  display: block;
}

.section-aboutBtn--close {
  display: none;
}

.section-aboutBtn::after {
  content: '▼ もっと見る ▼';
  font-family: var(--main-font-family);
}

#about_text_open:checked + .section-aboutBtn::after {
  content: '▲ 閉じる ▲';
}


@media screen and (min-width:1024px) {
  .section__logo {
    bottom: 0;
    position: absolute;
    right: 0;
  }
  .section__texts {
    min-height: 302px;
  }
}

@media screen and (max-width:1023px) and (min-width:600px) {
  .section__wrap {
    padding: 0 20px;
  }
  .section__logo {
    display: block;
    margin-left: auto;
  }
}

@media screen and (max-width:599px) {
  .section {
    padding: 40px 0 64px;
  }
  .section__text--center {
    margin-bottom: 32px;
    text-align: left;
  }
  .section--subject {
    padding: 24px 0 64px;
  }
  .section--bottom {
    padding-bottom: 128px;
  }
  .section__wrap {
    padding: 0 20px;
  }
  .section__title {
    font-size: 20px;
  }
  .section__about {
    padding: 24px 10px 48px;
  }
  .section__text--big {
    font-size: 16px;
  }
  .section-404__title {
    font-size: 32px;
  }
}

/*
サブセクション
------------------- */
.subsection {
  margin-bottom: 64px;
}

.subsection__title {
  font-size: 22px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}

.subsection__item p {
  margin-bottom: 24px;
}

.subsection__item *:last-child {
  margin-bottom: 0;
}

.subsection__title::after {
  background-color: var(--sub-color);
  bottom: 0;
  content: '';
  height: 4px;
  left: 50%;
  position: absolute;
  transform: translate(-50%,0);
  width: 40px;
}

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

@media screen and (max-width: 599px) {
  .subsection__title {
    font-size: 18px;
  }
  .subsection__item p {
    text-align: left;
  }
}


/*
ページトップ
-----------------------*/
.page-top {
  background-color: var(--main-color);
  padding: 56px 60px;
}

.page-top__title {
  border-bottom: solid 1px white;
  color: white;
  font: bold 40px var(--main-font-family);
  margin: auto;
  max-width: 1000px;
  padding-bottom: 8px;
}

@media screen and (max-width:599px) {
  .page-top {
    padding: 24px 20px;
  }
  .page-top__title {
    font-size: 24px;
  }
}

/*
ブロック共通CSS
-----------------------*/

.block__title {
  text-align: center;
  margin-bottom: 48px;
  color: var(--main-color);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.block__title:before,
.block__title:after {
  content: '';
  display: block;
  max-width: 120px;
  width: 100%;
  height: 3px;
  background-color: var(--main-color);
}

.block__title .title__wrapper .sub__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  margin-bottom: 4px;
}

.block__title .title__wrapper .main__title, .block__title  {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .block__title {
    justify-content: center;
  }

  .block__title:before,
  .block__title:after {
    max-width: 16px;
    position: absolute;
  }
  .block__title:before {
    left: 0px;
  }
  .block__title:after {
    right: 0px;
  }
  .block__title .title__wrapper .sub__title {
    font-size: 16px;
    line-height: 19.2px;
    margin-bottom: 7px;
  }
  .block__title .title__wrapper .main__title, .block__title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28.8px;
  }
}

.numbered-badge {
  width: 56px;
  height: 56px;
  background-color: var(--main-color);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
  flex-shrink: 0;
}

.numbered-badge span {
  display: block;
  text-align: center;
}

.numbered-badge .badge-label {
  font-size: 10px;
  font-weight: 500;
  margin-bottom: 1px;
}

.numbered-badge .badge-number {
  font-size: 24px;
  font-weight: 500;
}

/*
ファーストビュー（トップ）
-----------------------*/
.topFirstView {
  position: relative;
  background: #fff;
}

.topFirstView__content {
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  z-index: 2;
  width: 95%;
}

.topFirstView__title {
  font-family: var(--noto-serif);
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 84px;
  margin: 0 0 45px 0;
}

.topFirstView__text {
  font-family: var(--noto-serif);
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #333333;
  margin: 0 0 40px 0;
}

.topFirstView__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 320px;
  max-height: 72px;
  width: 30%;
  padding: 25px 0;
  background: var(--line-color);
  color: var(--line-text-color);
  font-family: var(--main-font-family);
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.topFirstView__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1300px) {
  .topFirstView__title {
    font-size: 50px;
    line-height: 65px;
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 1150px) {
  .topFirstView__title {
    font-size: 45px;
    line-height: 50px;
    margin: 0 0 35px 0;
  }
}
@media screen and (max-width: 1000px) {
  .topFirstView__title {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 28px 0;
  }
  .topFirstView__text {
    font-size: 14px;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 930px) {
  .topFirstView__title {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 15px 0;
  }
  .topFirstView__text {
    font-size: 13px;
    line-height: 18px;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 850px) {
  .topFirstView__title {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 10px 0;
  }
  .topFirstView__text {
    font-size: 12px;
    line-height: 20px;
    margin: 0 0 15px 0;
  }
  .topFirstView__button {
    font-size: 16px;
    padding: 20px 0;
  }
}

@media screen and (max-width: 666px) {
  .topFirstView__title {
    font-size: 25px;
    line-height: 25px;
    margin: 0 0 10px 0;
  }
  .topFirstView__text {
    font-size: 12px;
    line-height: 15px;
    margin: 0 0 10px 0;
  }
  .topFirstView__button {
    font-size: 15px;
    padding: 15px 0;
  }
}

@media screen and (max-width: 599px) {
  .topFirstView {
    display: flex;
    flex-direction: column;
  }

  .topFirstView__content {
    position: static;
    transform: none;
    width: 90%;
    margin: 10px auto 40px auto;
    order: 2;
  }

  .topFirstView__title {
    font-size: 32px;
    line-height: 1.2;
    text-align: left;
    margin: 0 0 24px 0;
    display: block;
  }

  .topFirstView__text {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
    margin: 0 0 32px 0;
    display: block;
  }

  .topFirstView__button {
    font-size: 20px;
    padding: 26px 0;
    width: 100%;
    max-width: none;
  }

  .topFirstView__image {
    order: 1;
    margin-bottom: 0;
  }
}

/*
button-fixed
*/

.button-fixed {
  background-color: var(--sub-color);
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.button-fixed__list {
  display: flex;
  width: 100%;
}

.button-fixed__button {
  align-items: center;
  border: solid 1px var(--sub-color);
  color: white;
  display: flex;
  font-weight: bold;
  justify-content: center;
  letter-spacing: .1rem;
  padding: 16px;
  width: 100%;
}

.button-fixed__list:first-child .button-fixed__button {
  border-right: 1px solid white;
}

.button-fixed__button:active {
  background-color: white;
  color: var(--sub-color);
  transition: var(--transition-animation);
}

@media screen and (max-width:1024px) {
  .button-fixed {
    display: flex;
  }
  .button-fixed__button {
    gap: 8px;
  }
}

/*
フォーム
*/
.wpcf7-form-control.form-control {
  width: auto;
  max-width: 100%;
}

/* フォームを中央に配置・背景色指定 */
.wpcf7-form {
  max-width: 680px;
  margin: 50px auto;
  background-color: #f1f1f1;
  padding: 15px 20px;
  border-radius: 5px;
}

/* テキスト、メール、電話番号の入力フィールドのスタイル */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"] {
  width: 100%;
  padding: 5px;
  margin: 5px 0 0 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  font-family: var(--main-font-family);
  background-color: #FFFFFF;
}

/* フォーカス時のスタイル */
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus {
  outline: none;
  border-color: var(--main-color);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

/* プレースホルダーのスタイル */
.wpcf7-form input[type="text"]::placeholder,
.wpcf7-form input[type="email"]::placeholder,
.wpcf7-form input[type="tel"]::placeholder {
  color: #999;
}

/* モバイル対応 */
@media screen and (max-width: 500px) {
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form input[type="tel"] {
    font-size: 14px;
    padding: 8px;
  }
  .wpcf7-form {
    margin: 0 auto;
  }
}

.contact-form-7_required::before {
  content: "必須";
  color: #ffffff;
  background: #cc0000;
  font-size: 15px;
  padding: 1px 2px;
  border-radius: 10px;
  display: inline-block;
  margin: 0 5px 0 0;
}

.contact-form-7_required{
  margin: 5px 0 0 0;
}

.wpcf7-submit{
  background-color: #337ab7;
  border-color: #2e6da4;
  color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 7px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.wpcf7-form > p {
  padding: 10px 0;
}

/* point-blockのcss */
.pb-wrapper{
  background-color: #FFFFFF;
}
.pb-number {
  font-family:var(--main-font-family)
}

.pb-container {
  margin: 0 auto;
  max-width: 1005px;
  gap: 48px;
}

.pb-intro {
  text-align: center;
  margin-bottom: 64px;
}

.pb-catchphrase {
  margin: 0 auto;
  text-align: center;
  color: var(--main-color);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.pb-catchphrase-part {
  margin-bottom: 0; /* marginを削除 */
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}

.pb-catchphrase-title {
  color: var(--main-color);
  font-size: 32px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  width: fit-content;
  white-space: nowrap; /* 改行を防ぐ */
  padding-top: 4px; /* 装飾線との間隔を確保 */
}

.pb-feature {
  display: flex;
  align-items: center;
  gap: 112px;
  margin: 48px 0 0 0;
}

.pb-feature:nth-child(even) {
  flex-direction: row-reverse;
}

.pb-feature-image {
  max-width: 50%;
  height: auto;
}

.pb-feature-image img {
  width: 100%;
}

.pb-feature-content {
  flex: 1;
  margin-top: 36px;
  margin-bottom: 36px;
}

.pb-feature-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
  line-height: 32px;
  color: var(--txt-color-sub);
}

.pb-feature-title strong {
  font-family: var(--main-font-family);
  font-weight: 800;
}

.pb-feature-description {
  font-size: 16px;
  line-height: 1.8;
  color: #4B5563;
  margin-bottom: 24px;
  font-weight: 300;
}

.pb-nokai-box {
  display: flex;
  align-items: center;
  gap: 24px;
  background: rgba(217, 217, 217, 0.3);
  padding: 24px;
  border-radius: 8px;
  margin-top: 24px;
}

.pb-nokai-logo {
  max-width: 40%;
}

.pb-nokai-logo img {
  width: 100%;
}

.pb-nokai-text {
  color: #666666;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 300;
}

.pb-strong {
  font-weight: 600;
}

@media screen and (max-width: 1000px) {
  .pb-feature {
    gap: 90px;
  }
}

@media screen and (max-width: 800px) {
  .pb-feature {
    gap: 60px;
  }
}

@media screen and (max-width: 599px) {
  .pb-wrapper {
    padding: 40px 20px;
  }

  .pb-intro {
    margin-bottom: 32px;
  }

  .pb-catchphrase {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

  }

  .pb-catchphrase-part {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0;
  }

  .pb-catchphrase-title {
    font-size: 24px;
    text-align: center;
    padding-top: 7px;
  }

  .pb-feature {
    flex-direction: column;
    gap: 16px;
    width: 100%;
    height: auto;
    padding: 0;
  }

  .pb-feature:nth-child(even) {
    flex-direction: column;
  }

  .pb-feature-image {
    max-width: 80%;
    margin: 0 auto;
  }
  .pb-feature:nth-child(1) .pb-feature-image {
    margin-right: auto;
    margin-left: 0;
  }

  .pb-feature:nth-child(2) .pb-feature-image {
    margin-left: auto;
    margin-right: 0;
  }

  .pb-feature:nth-child(3) .pb-feature-image {
    margin-right: auto;
    margin-left: 0;
  }

  .pb-feature-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .pb-feature-title {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 16px;
  }

  .pb-number {
    font-size: 18px;
  }

  .pb-feature-description {
    margin-bottom: 0;
    font-size: 14px;
  }
  .pb-feature-description .viewSp {
    display: none;
  }

  .pb-nokai-box {
    display: none;
  }

  .pb-container {
    padding: 0;
    gap: 32px;
  }

  .pb-feature + .pb-feature {
    margin-top: 32px;
  }
}
/* issue-blockのCSS */
.issues-subtitle {
  color: var(--main-color);
  font-size: 20px;
  font-weight: 500;
}

.issues-title {
  color: var(--main-color);
  font-size: 32px;
}

.issues-pre_txt {
  font-family: var(--main-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  text-align: center;
  width: 100%;
  margin-bottom: 32px;
}

.issues-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 44px;
}

.issues-card {
  background: #FFFFFF;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  border: 1px solid #ddd;
  width: 304px;
  height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.issues-textbox {
  max-width: 240px;
  width: 100%;
  height: 68px;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  color:#333333;
}

.issues-note {
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: center;
  margin-top: 48px;
  color: var(--sub-txt-color);
}

@media screen and (max-width: 900px) {
  .issues-container {
    gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .issues-card {
    width: 100%;
    margin-bottom: 0px;
  }
  .issues-container {
    flex-direction: column;
    align-items: center;
  }
  .issues-textbox {
    max-width: 100%;
  }
}
@media screen and (max-width: 599px) {

  .issues-subtitle {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
  }
  .issues-subtitle .viewSp {
    display: block;
  }

  .issues-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
  .issues-title .viewSp {
    display: block;
  }
  .issues-title::before,
  .issues-title::after {
    width: 32px;
  }
  .issues-title::before {
    left: calc(62px);
    top: 10%;
  }

  .issues-title::after {
    right: calc(62px);
    top: 10%;
  }

  .issues-card {
    height: 132px;
    margin-bottom: 0px;
  }

  .issues-textbox {
    text-align: left;
  }
  .issues-note {
    font-size: 16px;
  }
}

/* feedback-exampleのCSS */

.feedback-title {
  font-size: 32px;
  color: var(--main-color);
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin: 0;
}

.feedback-title::before,
.feedback-title::after {
  content: '';
  position: absolute;
  width: 120px;
  height: 2px;
  background: var(--main-color);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 1px;
}

.feedback-title::before {
  left: -130px;
  border-radius: 1px;
}

.feedback-title::after {
  right: -130px;
  border-radius: 1px;
}

.feedback-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 64px;
  max-width: 1000px;
  margin: 0 auto;
}

.feedback-image {
  width: 100%;
  height: auto;
}

.feedback-image img {
  width: 100%;
}

.feedback-points {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.feedback-point {
  background-color :#FFFFFF;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 336px;
  width: 100%;
}
.point-header {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  margin-bottom: 8px;
  height: 56px;
  position: relative;
}

.point-header .numbered-badge {
  top: auto;
}

.point-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--txt-color-sub);
  line-height: 1.2;
  text-align: left;
  padding-left:72px;
}

.point-description {
  font-size: 14px;
  line-height: 1.6;
  color: #4B5563;
  text-align: left;
  width: 100%;
  margin-top: 7px;
}
@media screen and (max-width: 820px) {
  .point-title{
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .point-title{
    font-size: 20px;
  }
  .feedback-container {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .feedback-image {
    width: 100%;
  }
  .feedback-points {
    flex-direction: column;
    width: 100%;
    max-width: 1000px;
  }
  .feedback-point{
    max-width: 100%;
    width: 100%;
  }
  .point-header .numbered-badge {
    left: 26px;
  }
}

/*
料金プラン
*/
.price-plan__table {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 8px 10px -6px #0000001A, 0px 20px 25px -5px #0000001A;
}

.price-plan__header {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: var(--main-color);
  color: white;
  font-weight: bold;
  font-family: var(--main-font-family);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
}

.price-plan__row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  background-color: white;
  transition: background-color 0.3s;
  color: var(--txt-color-sub);
}

.price-plan__row:hover {
  background-color: #f8f9fa;
}

.price-plan__col {
  padding: 20px;
  display: flex;
  align-items: center;
}

.price-plan__note {
  color: var(--txt-color-sub);
  text-align: center;
  margin-top: 32px;
  font-family: var(--main-font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
}

@media screen and (max-width: 767px) {
  .price-plan__title {
      font-size: 24px;
      line-height: 1.4;
      margin-bottom: 24px;
  }

  .price-plan__header {
      font-size: 14px;
      line-height: 1.4;
  }

  .price-plan__col {
      padding: 12px;
      font-size: 14px;
      line-height: 1.4;
  }

  .price-plan__note {
      font-size: 14px;
      line-height: 1.6;
      margin: 24px 16px 0;
  }
}

@media screen and (max-width: 599px) {
  .price-plan__title {
      font-size: 20px;
  }

  .price-plan__header {
      grid-template-columns: 80px 1fr 80px;
      font-size: 12px;
  }

  .price-plan__row {
      grid-template-columns: 80px 1fr 80px;
  }

  .price-plan__col {
      padding: 8px;
      font-size: 12px;
  }

  .price-plan__note {
      font-size: 12px;
  }
  .price-plan__title:before,
  .price-plan__title:after {
    max-width: 16px;
    margin: 0 2.5px;
  }
}

/*
利用方法
*/
.usage-container {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  max-width: 100%;
  margin: 48px auto 0;
}

.usage-step {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  max-width: 316px;
  width: 100%;
  padding: 40px 32px;
  position: relative;
}

.step-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  width: 100%;
  height: 100%;
}

.numbered-badge {
  position: absolute;
  top: -28px;
}

.step-title {
  font-size: 20px;
  font-weight: 700;
  color: var(--txt-color-sub);
  line-height: 1.2;
  text-align: center;
  margin: 16px 0 8px;
  font-family: Noto Sans JP;
}

.step-text {
  color: #4B5563;
  width: 100%;
  height: 50%;
  max-height: 103px;
  font-family: Noto Sans JP;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  text-align: left;
}

.step-image {
  width: 252px;
  height: 240px;
  overflow: hidden;
}

.step-image img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1000px) {
  .usage-container {
    gap: auto;
  }
  .usage-step {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .usage-step{
    max-width: 100%;
    width: 100%;
  }
  .usage-container {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 58px;
  }

  .step-content-wrapper {
    max-width: 90%;
  }

  .step-title {
    font-size: 18px;
    margin: 12px 0 6px;
  }

  .step-text {
    font-size: 14px;
    line-height: 1.6;
    height: auto;
  }

  .numbered-badge {
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

/*
対象校
*/

.tgtSchool-container {
  margin: 0 auto;
  max-width: 1000px;
}

.tgtSchool-text {
  text-align: left;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--text-color);
}

.tgtSchool-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 24px;
  background: #E0F2FB;
  padding: 32px 80px;
  color: var(--txt-color-sub);
}

.tgtSchool-list-item {
  font-family: var(--main-font-family);
  font-size: 18px;
  font-weight: 400;
  line-height: 26.06px;
  text-align: left;
}

.tgtSchool-note {
  display: flex;
  gap: 8px;
  justify-content: flex-start;
  text-align: left;
  font-size: 14px;
  color: #666666;
}

@media screen and (max-width: 599px) {
  .tgtSchool {
      padding: 40px 20px;
  }

  .tgtSchool-header {
      margin-bottom: 32px;
  }

  .tgtSchool-text {
      text-align: left;
      margin-bottom: 32px;
      font-size: 14px;
  }

  .tgtSchool-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 24px 10px;
    gap: 16px;
  }

  .tgtSchool-list-item {
      font-size: 16px;
  }

  .tgtSchool-note {
      font-size: 12px;
      text-align: left;
  }
}

.wp-block-heading{
  font-size: 24px;
}

.wp-block-group{
  margin-top: 32px;
}

.wp-block-list *{
  font-family: var(--main-font-family);
  line-height: 1.6;
  color: var(--txt-color-sub);
}

.wp-block-group ul, .wp-block-group ol {
  padding-left: 0;
  margin-left: 22px;
}
.wp-block-group ol {
  list-style: decimal;
}
.wp-block-group ul {
  list-style: disc;
}