@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans+JP:wght@100..900&display=swap");
/* _base.scss */
body {
  color: #595857;
  margin: 0;
}
div, h1, h2, h3, h4, h5, p, li, dl, dt, dd, th, td, article, header, footer, nav, span, a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.pcnomi{
        display: block;
    }

.sma{
    display: none;
}



li {
  list-style: none;
}
maru
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}

img {
  height: auto;
  width: auto;
  max-width: 100%;
  line-height: 100%;
  vertical-align: bottom;
}

em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  line-height: 1.2;
  letter-spacing: 0.12em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

p {
  line-height: 2;
  letter-spacing: 0.12em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

li, td, th, dt, dd {
  line-height: 1.6;
  letter-spacing: 0.12em;
  margin: 0;
  word-wrap: break-word;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

table {
  width: 100%;
  border-collapse: collapse;
}

th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top;
  word-break: break-all;
}

ul, ol, dl {
  padding: 0;
  margin: 0;
}

/* display switching */
@media screen and (min-width: 769px) {
  .pc-none {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-none {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .min1025-none {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .max1024-none {
    display: none !important;
  }
}
@media screen and (min-width: 1281px) {
  .min1281-none {
    display: none !important;
  }
}
@media screen and (max-width: 1280px) {
  .max1280-none {
    display: none !important;
  }
}
/* font */
body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

.f-en {
  font-family: "Bebas Neue", sans-serif;
}

/* hover */
@media screen and (min-width: 769px) {
  a {
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  a:hover {
    opacity: 0.5;
  }
}

/* _common.scss */
.cmn-main {
  border-bottom: solid #595757 1px;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .cmn-main {
    padding: 50px 0;
  }
}

.cmn-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  z-index: 3;
}
@media screen and (max-width: 1024px) {
  .cmn-inner {
    max-width: 750px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-inner {
    max-width: 450px;
  }
}

.cmn-bt {
  display: block;
  position: relative;
  margin: 60px auto 0px;
  max-width: 600px;
  width: 100%;
  height: 120px;
}
.cmn-bt .bg {
  background: rgba(89, 87, 87, 0.3);
  border-radius: 30px;
  position: absolute;
  inset: 8px 0 0 8px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.cmn-bt .inner {
  background: -webkit-gradient(linear, left bottom, left top, from(#BF3000), color-stop(30%, #E63808), to(#EDA021));
  background: linear-gradient(to top, #BF3000, #E63808 30%, #EDA021);
  border: solid #fff 2px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.cmn-bt .inner::before {
  background: url(../img/ico/ico_arrow01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 0 30px 0 auto;
  margin: auto;
  width: 40px;
  height: 40px;
}
.cmn-bt .inner p {
  color: #fff;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.cmn-bt .inner p small {
  display: block;
  font-size: 16px;
  letter-spacing: 0.15em;
}
.cmn-bt .inner p strong {
  display: block;
  font-size: 40px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 769px) {
  .cmn-bt .inner {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .cmn-bt:hover {
    opacity: 0.7;
  }
  .cmn-bt:hover .inner {
    inset: 8px 0 0 8px;
  }
}
@media screen and (max-width: 1024px) {
  .cmn-bt {
    max-width: 520px;
  }
  .cmn-bt .inner::before {
    inset: 0 17px 0 auto;
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 768px) {
  .cmn-bt {
    max-width: 325px;
    height: 70px;
  }
  .cmn-bt .bg {
    border-radius: 15px;
    inset: 5px 0 0 5px;
  }
  .cmn-bt .inner {
    background: -webkit-gradient(linear, left bottom, left top, from(#BF3000), color-stop(30%, #E63808), to(#EDA021));
    background: linear-gradient(to top, #BF3000, #E63808 30%, #EDA021);
    border: solid #fff 1px;
    border-radius: 15px;
  }
  .cmn-bt .inner::before {
    inset: 0 15px 0 auto;
    width: 25px;
    height: 25px;
  }
  .cmn-bt .inner p small {
    font-size: 10px;
  }
  .cmn-bt .inner p strong {
    font-size: 22px;
  }
}

/* _header.scss */
.header {
  background: white;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  inset: 0 auto auto 0;
  padding-left: 4.5vw;
  width: 100%;
  height: 80px;
  z-index: 999;
}
.header-box {
  width: 190px;
}
.header-logo {
  display: block;
  width: 100%;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 30px;
  max-width: 800px;
  width: 100%;
  height: 100%;
}
.header-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 15px;
}
.header-nav-link li + li {
  margin-left: 22px;
}
.header-nav-link li a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.header-nav-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  width: 100%;
  height: 100%;
}
.header-nav-contact li {
  width: 50%;
}
.header-nav-contact li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.header-nav-contact li a img {
  display: block;
  margin: 0 auto;
  width: 25px;
}
.header-nav-contact li a p {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.15em;
}
.header-nav-contact li:nth-child(1) a {
  background: #6BBC6E;
}
.header-nav-contact li:nth-child(2) a {
  background: #2F5A9E;
}
@media screen and (max-width: 1024px) {
  .header {
    background: none;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
    display: block;
    padding-left: 0;
    height: auto;
  }
  .header-box {
    background: white;
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 20px;
    position: fixed;
    inset: 0 auto auto 0;
    width: 100%;
    height: 70px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-box.is-navOn {
    background: white;
    -webkit-backdrop-filter: initial;
            backdrop-filter: initial;
  }
  .header-logo {
    width: 150px;
  }
  .header-bt {
    background: #6BBC6E;
    cursor: pointer;
    position: relative;
    width: 70px;
    height: 100%;
  }
  .header-bt span {
    display: block;
    background: #fff;
    position: absolute;
    margin: auto;
    width: 30px;
    height: 2px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .header-bt span:nth-child(1) {
    inset: -20px 0 0 0;
  }
  .header-bt span:nth-child(2) {
    inset: 0;
  }
  .header-bt span:nth-child(3) {
    inset: 0 0 -20px 0;
  }
  .header-bt.is-navOn span:nth-child(1) {
    inset: 0;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .header-bt.is-navOn span:nth-child(2) {
    inset: 0 -100% 0 0;
    opacity: 0;
  }
  .header-bt.is-navOn span:nth-child(3) {
    inset: 0;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .header-nav {
    background: #fff;
    display: block;
    margin-left: 0;
    margin-top: 70px;
    padding: 50px 0 0;
    position: fixed;
    inset: 0 auto auto 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
    z-index: 9999;
    overflow-y: auto;
  }
  .header-nav.is-navOn {
    opacity: 1;
    visibility: visible;
  }
  .header-nav-link {
    display: block;
    margin-right: 0;
    margin: 0 auto;
    padding-bottom: 50px;
    max-width: 750px;
    width: 100%;
  }
  .header-nav-link li {
    text-align: center;
  }
  .header-nav-link li + li {
    margin-top: 25px;
    margin-left: 0;
  }
  .header-nav-link li a {
    display: inline-block;
    font-size: 18px;
  }
  .header-nav-contact {
    display: block;
    margin: 0 auto;
    max-width: 450px;
    width: 100%;
    height: auto;
  }
  .header-nav-contact li {
    width: 100%;
  }
  .header-nav-contact li a {
    padding: 20px 20px 25px;
    height: auto;
  }
  .header-nav-contact li a img {
    display: block;
    margin: 0 auto;
    width: 25px;
  }
  .header-nav-contact li a p {
    font-size: 16px;
  }
}
/* _footer.scss */
.footer {
  padding: 40px 50px;
}
.footer-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
}
.footer-link a {
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
}
.footer-link a + a {
  margin-left: 30px;
}
.footer__copyright {
  display: block;
  color: #2F5A9E;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 40px 20px;
  }
  .footer-link a {
    font-size: 12px;
  }
  .footer-link a + a {
    margin-left: 25px;
  }
  .footer__copyright {
    font-size: 10px;
  }
}

/* _top.scss */
.mv {

position: relative;
    z-index: 0;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px;
  width: 100%;
 
max-height: 1300px;
  min-height: 850px;

  overflow: hidden;

}


.mv:before {
content: '';
    background-image: url('../images/bg.jpg');
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    filter: blur(3px);
    z-index: -1;


  

background:#ddd url(../img/img/img_mv00.jpg) no-repeat center center;
filter: blur(3px);
background-size:cover;

}



.mv-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 450px;
  position: relative;
  max-width: 1400px;
  width: 100%;
}
.mv-box {
  position: relative;
  z-index: 2;
}
.mv-box .ttl {
  display: block;
  margin-bottom: 25px;
  max-width: 700px;
  width: 100%;
}
.mv-box .txt {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin-bottom: 25px;
 background:#FFF;
}
.mv-box .box {
  position: relative;
  max-width: 650px;
  width: 100%;
}
.mv-box .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 45px;
}
.mv-box .box .list li {
  background: #fff;
  border: solid #6BBC6E 1px;
  border-radius: 25vw;
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.14em;
  white-space: nowrap;
  padding: 8px 15px 8px 40px;
  position: relative;
}
.mv-box .box .list li + li {
  margin-top: 10px;
}
.mv-box .box .list li::before {
  background: url(../img/ico/ico_check01.svg) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: 3px auto 0 15px;
  margin: auto;
  width: 20px;
  height: 20px;
}
.mv-box .box .imgTxt {
  position: absolute;
  inset: -50px 0 0 auto;
  width: 60%;
  z-index: -1;
}
.mv-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 100px;
  position: absolute;
  
  margin: auto;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .mv {
    display: block;
    padding: 30px 20px 15px;
    max-height: 880px;
    min-height: 500px;
    
  }


.youtube-txt {
    font-size: 18px !important;
    line-height: 1.5!important;

}

  .mv-inner {
    display: block;
    padding-right: 0;
    margin: auto;
    max-width: 550px;
  }
  .mv-box .ttl {
    display: block;
    margin-bottom: 20px;
    max-width: 100%;
  }
  .mv-box .txt {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .mv-box .box {
    margin: 0 auto;
    max-width: 430px;
  }
  .mv-box .box .list {
    padding-bottom: 5px;
  }
  .mv-box .box .list li {
    font-size: 10px;
    padding: 5px 11px 5px 30px;
  }
  .mv-box .box .list li + li {
    margin-top: 5px;
  }
  .mv-box .box .list li::before {
    inset: 3px auto 0 11px;
    width: 14px;
    height: 14px;
  }
  .mv-box .box .imgTxt {
    position: absolute;
    inset: -20px -10px 0 auto;
    width: 47%;
  }
  .mv-img {
    display: block;
    padding-top: 20px;
    position: static;
    width: 100%;
  }
}
.worries {
  background: -webkit-gradient(linear, left top, left bottom, from(#2F5A9E), to(#6BBC6E));
  background: linear-gradient(to bottom, #2F5A9E, #6BBC6E);
  padding: 20px 30px 0;
  position: relative;
}
.worries__ttl {
  padding: 25px 40px 35px 40px;
  margin: 0px 0px 30px 0px; 
  font-size: 50px;
  letter-spacing: 0.15em;
  text-align: center;
  background-image: url(../img/img/gold_waku);     /* 背景画像指定 */
    background-repeat:  no-repeat;              /* 背景の繰り返し設定 */
 background-position: center; 
background-size:  contain;  


}

.reflection{
display:inline-block;
position:relative;
overflow:hidden;
}

.reflection:after {
content:””;
height:100%;
width:30px;
position:absolute;
top:-180px;
left:0;
background-color: #fff;
opacity:0;
-webkit-transform: rotate(45deg);
-webkit-animation: reflection 2s ease-in-out infinite;
}

@keyframes reflection {
0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}








.stripe{
padding: 20px;
 

}

.worries__ttl strong {
  font-size: 50px;
}
.worries-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  position: relative;
  max-width: 850px;
  width: 100%;
  z-index: 3;
}
.worries-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.worries-box .list li {
  background: #fff;
  border: solid #6BBC6E 2px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 230px;
  height: 120px;
}
.worries-box .list li p {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
}
.worries-box .list li:nth-child(2) {
  margin: 100px 0 0 -120px;
  z-index: 2;
}
.worries-box .list li:nth-child(3) {
  margin: 25px 0 0 -30px;
}


.fukidashi_a{
width: 230px;
  height: 40px;
padding-left: 15px;
margin-left:150px;
 background: url(../img/img/fukidashi_a.png) no-repeat;
background-size:  auto;
}

.youtuber{
padding:80px 10px 80px 0px;
width: 100%;
color: #fff;
margin-bottom:20px;
font-weight: bold;
    font-size: 20px;
letter-spacing: 0.12em;


}


.youtuber2{
color: #fff;
 margin-bottom:60px;

}

.youtuber_img{
height: auto;
    width: auto;
    max-width: 400px;
    line-height: 100%;


}

.youtube-txt{

    font-size: 26px;
    line-height: 1.8;
}


.youtubehoka {
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-align: right;
}

.prf{
line-height: 1.5;
background: #fff;
color:#595757;
text-align: center;
font-weight: bold;
max-width: 400px;
font-size: 16px;
}


p.aba{
color: #EC971D;
font-size: 20px;

}



span.marker {
background: linear-gradient(transparent 70%, #EC971F 70%);
}

span.marker-y {
background: linear-gradient(transparent 70%, #FEEF6D 70%);
}


.worries .triangleLeft {
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  inset: auto auto -60px 0;
  width: 50%;
  height: 120px;
  z-index: 2;
}
.worries .triangRight {
  background: #fff;
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
          clip-path: polygon(0 50%, 100% 0, 100% 100%);
  position: absolute;
  inset: auto 0 -60px auto;
  width: 50%;
  height: 120px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {

.youtuber{
padding:20px 10px;
width: 100%;
color: #fff;
margin-bottom:0px;
font-weight: bold;
    font-size: 16px;
letter-spacing: 0.12em;


}

.youtuber_img {
   
    width:100%;
    line-height: 100%;
   
}

  .worries {
    padding: 10px 20px 20px;
  }
  .worries__ttl {
    font-size: 40px;
    letter-spacing: 0.15em;
    text-align: center;
   padding:15px;
 margin: 0px 0px 0px 0px; 
  
  }
  .worries__ttl strong {
    font-size: 35px;
  }
  .worries-box {
    display: block;
    margin: 0 auto;
    max-width: 410px;
  }
  .worries-box .list {
    display: block;
    margin: 0 auto;
    max-width: 310px;
    width: 100%;
  }
  .worries-box .list li {
    border-radius: 20px;
    position: relative;
    width: 162px;
    height: 85px;
  }
  .worries-box .list li p {
    font-size: 13px;
  }
  .worries-box .list li:nth-child(2) {
    margin: -50px 0 0 auto;
    z-index: 2;
  }
  .worries-box .list li:nth-child(3) {
    margin: -25px auto 0 20px;
  }


  .worries .triangleLeft {
    inset: auto auto -40px 0;
    height: 80px;
  }
  .worries .triangRight {
    inset: auto 0 -40px auto;
    height: 80px;
  }
}
.about {
  padding: 60px 30px 100px;
}


.aboutnega{

    background: linear-gradient(to bottom, #B0C4DE, #365FA0);
    border-radius: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}


.aboutpoji{

    background: linear-gradient(to bottom, #FDF288, #FFBB20);
    border-radius: 20px;
   
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
}

.about-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.about-ttl img {
  display: block;
  width: 200px;
}
.about-ttl p {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0.14em;
  margin: 0 0 5px 15px;
}
.about-txt {
  text-align: center;
  margin-bottom: 40px;
}


span.nega{
background: linear-gradient(to bottom, white, rgb(48,90,158));
padding: 15px;
}

span.poji{
color:#E85911;
padding: 15px;

}

.about-txt2 {
  text-align: center;
  color:#305A9E;

}

.about-txt p {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.14em;
}

.about-txt2 p {
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.14em;
}


.about-txt p strong {
  font-size: 40px;
}
.about-txt img {
  display: block;
  margin: 5px auto;
  max-width: 820px;
  width: 100%;
}

.about-txt-batu {
text-align: center;
font-weight: bold;
letter-spacing: 0.12em;
margin-top: 20px;
  margin-bottom: 80px;
font-size: 20px;
color: red;
}

.about-txt-maru {
text-align: center;
font-weight: bold;
letter-spacing: 0.12em;
margin:20px 0px;
font-size: 25px;
color: #fff;
}


.about-list,.test-list,.moji-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
.about-list li{
  background: url(../img/img/img_circle01_yel.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  height: 260px;
}


.test-list li{
  background: url(../img/img/img_circle01_blue.png) no-repeat center center;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  height: 260px;
}

.moji-list li{
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 260px;
  height: 100px;
}


.about-list li + li,.test-list li + li ,.moji-list li + li{
  margin-left: 30px;
}
.about-list li img,.test-list li img {
  display: block;
  margin: -35px auto 5px;
  width: 60px;
}
.about-list li p,.test-list li p{
  font-weight: bold;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-align: center;
}

.moji-list li p{
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-align: center;
}

.about-list li p strong {
  color: #6BBC6E;
}
@media screen and (max-width: 1024px) {












  .about {
    padding: 30px 20px 50px;
  }
  .about-ttl {
    margin-bottom: 20px;
  }
  .about-ttl img {
    width: 110px;
  }
  .about-ttl p {
    font-size: 13px;
    margin: 0 0 5px 10px;
  }
  .about-txt {
    margin-bottom: 30px;
  }


 .about-txt2 p {
    font-size: 20px;
    line-height: 1.6;
  }

  .about-txt p {
    font-size: 20px;
    line-height: 1.6;
  }
  .about-txt p strong {
    font-size: 30px;
    line-height: 1.6;
  }
  .about-txt img {
    margin: 7px auto;
    max-width: 310px;
  }

.about-txt-batu {

  margin-bottom: 80px;
font-size: 16px;
color: red;
}

.about-txt-maru {


font-size: 16px;
color: #fff;
}

  .about-list,.test-list ,.moji-list{
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .about-list li ,.test-list li,.moji-list li{
    margin: 0 auto;
  }
  .about-list li + li ,.test-list li + li,.moji-list li + li{
    margin-left: 0;
    margin: 20px auto 0;
  }
  .about-list li img ,.test-list li img{
    display: block;
    margin: -35px auto 5px;
    width: 60px;
  }
  .about-list li p ,.test-list li p,.moji-list li p{
    font-weight: bold;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.14em;
    text-align: center;
  }
  .about-list li p strong {
    color: #6BBC6E;
  }
}
@media screen and (max-width: 768px) {
  .about-list ,.test-list{
    display: block;
  }
}

.support {
  background: -webkit-gradient(linear, left top, left bottom, from(#2F5A9E), to(#6BBC6E));
  background: linear-gradient(to bottom, #2F5A9E, #6BBC6E);
  padding: 100px 30px;
}
.support-ttl {
  margin-bottom: 80px;
}
.support-ttl img {
  display: block;
  margin: 0 auto 10px;
  max-width: 570px;
  width: 100%;
}
.support-ttl p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-align: center;
}
.support-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.support-list-item {
  background: #fff;

  width: 100%;
}



.support-list-item.is-popularity {
  border: 4px solid;
  -o-border-image: linear-gradient(to bottom, #BF3000, #E63808, #EDA021) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#BF3000), color-stop(#E63808), to(#EDA021)) 1;
     border-image: linear-gradient(to bottom, #BF3000, #E63808, #EDA021) 1;
  position: relative;
}

.support-list-item.is-popularity::before {
  background: url(../img/ico/ico_popularity01.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: -65px -20px auto auto;
  width: 110px;
  height: 110px;
z-index: 40;
}

.support-list-item.is-coming{
position: relative;
 background: #808080;
opacity: 0.8;
z-index: 20;
}




.support-list-item.is-coming::before {
  background: url(../img/ico/comingsoon.png) no-repeat;
  background-size: 100% auto;
  content: "";
  position: absolute;
  inset: -65px -20px auto auto;
  width: 100px;
  height: 100px;
z-index: 30;
}


.support-list-item .cat {
  background: #6BBC6E;
  border: solid #6BBC6E 2px;
  border-radius: 25vw;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
  padding: 10px;
  max-width: 260px;
  width: 100%;
}
.support-list-item + .support-list-item {
  margin-left: 15px;
}
.support-list-item .ttl {
  margin-bottom: 20px;
  padding: 0 20px;
}
.support-list-item .ttl span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  min-height: 100px;
}
.support-list-item .ttl h2 {
  color: #6BBC6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  min-height: 120px;
}
.support-list-item .ttl p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  margin: 0 auto;
  max-width: 260px;
  width: 100%;
  
}
.support-list-item .detail {
  background: rgba(248, 248, 200, 0.6);
  margin-bottom: 15px;
  padding: 25px 20px 30px;
  min-height: 350px;
}
.support-list-item .detail h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 20px;
}
.support-list-item .detail .list .cat {
  background: #fff;
  color: #595857;
  font-size: 16px;
  line-height: 1.2;
}
.support-list-item .detail .list .cat + .cat {
  margin-top: 8px;
}
.support-list-item .fee {
  padding: 20px 10px;
}
.support-list-item .fee.fee02 {
  border-top: solid #DEDEDD 1px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 140px;
}
.support-list-item .fee.fee03 {
  border-top: solid #DEDEDD 1px;
  border-bottom: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 140px;
}
.support-list-item .fee.fee03.linebtm-None {
  border-bottom: none;
}
.support-list-item .fee .feeTtl {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 10px;
}
.support-list-item .fee .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support-list-item .fee .txt span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  width: 55px;
}
.support-list-item .fee .txt strong {
  display: block;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.1;
  letter-spacing: 0.1em;
  text-align: right;
  width: 120px;
}
.support-list-item .fee .txt small {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.support-list-item .fee .txt small.f-400 {
  font-weight: normal;
  font-size: 14px;
}
.support-list-item .fee .cat {
  margin-top: 15px;
}
.support-remarks {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: right;
  
}
@media screen and (max-width: 1024px) {
  .support {
    padding: 50px 20px;
  }
  .support-ttl img {
    max-width: 225px;
    width: 100%;
  }
  .support-ttl p {
    font-size: 15px;
  }
  .support-list-item {
    max-width: 240px;
  }
  .support-list-item.is-popularity::before {
    inset: -52px -15px auto auto;
    width: 90px;
    height: 90px;
  }

.support-list-item.is-coming::before {
    inset: -52px -15px auto auto;
    width: 90px;
    height: 90px;
  }

  .support-list-item .cat {
    border-radius: 25vw;
    font-size: 11px;
    padding: 7px;
    max-width: 200px;
  }
  .support-list-item + .support-list-item {
    margin-left: 10px;
  }
  .support-list-item .ttl {
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .support-list-item .ttl span {
    font-size: 13px;
    min-height: 60px;
  }
  .support-list-item .ttl h2 {
    font-size: 20px;
    min-height: 70px;
  }
  .support-list-item .ttl p {
    font-size: 11px;
    max-width: 200px;
   min-height: 30px;
  }
  .support-list-item .detail {
    margin-bottom: 10px;
    padding: 15px 10px 20px;
    min-height: 280px;
  }
  .support-list-item .detail h3 {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .support-list-item .detail .list .cat {
    font-size: 14px;
  }
  .support-list-item .fee {
    padding: 20px 10px;
  }
  .support-list-item .fee.fee02 {
    min-height: 140px;
  }
  .support-list-item .fee.fee03 {
    min-height: 120px;
  }
  .support-list-item .fee .feeTtl {
    font-size: 13px;
  }
  .support-list-item .fee .txt span {
    font-size: 13px;
    width: 50px;
  }
  .support-list-item .fee .txt strong {
    font-size: 23px;
    width: 100px;
  }
  .support-list-item .fee .txt small {
    font-size: 13px;
  }
  .support-list-item .fee .txt small.f-400 {
    font-size: 10px;
  width: 50px;
  }
  .support-list-item .fee .cat {
    margin-top: 10px;
  }
  .support-remarks {
    font-size: 11px;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .support-list {
　　width: 100%;
　　position: relative;
    overflow-x: auto;
    padding-bottom: 10px;
        -webkit-overflow-scrolling: touch;
   
  }
  .support-list-item {
    margin: 50px auto 0px;
    width: 100%;
  }
  .support-list-item.is-popularity::before {

    inset: -50px -15px auto auto;
    width: 80px;
    height: 80px;
  }

  .support-list-item.is-coming::before {

    inset: -50px -15px auto auto;
    width: 80px;
    height: 80px;
  }

  .support-list-item + .support-list-item {
    margin-left: 0;
    
  }
  .support-remarks {
    text-align: center;
  }
}

.curriculum {
  background: #F0F0F0;
  padding: 80px 30px;
  position: relative;
}
.curriculum-ttl {
  margin-bottom: 50px;
}
.curriculum-ttl img {
  display: block;
  margin: 0 auto 20px;
  max-width: 580px;
  width: 100%;
}
.curriculum-ttl p {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.14em;
  text-align: center;
}
.curriculum-list {
  position: relative;
}
.curriculum-list::before {
  background: #6BBC6E;
  content: "";
  position: absolute;
  inset: 0 auto 0 100px;
  margin: auto;
  width: 3px;
  height: calc(100% - 170px);
}
.curriculum-list-item {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
}
.curriculum-list-item + .curriculum-list-item {
  margin-top: 30px;
}
.curriculum-list-item .ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  width: 160px;
  height: 100%;
}
.curriculum-list-item .ico img {
  margin-left: auto;
  display: block;
  width: 120px;
  position: relative;
  z-index: 2;
}
.curriculum-list-item .txtBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 20px;
  width: calc(100% - 160px);
  height: 100%;
}
.curriculum-list-item .txtBox .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 10px;
  width: 420px;
  height: 100%;
}
.curriculum-list-item .txtBox .ttl span {
  color: #6BBC6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
}
.curriculum-list-item .txtBox .ttl span small {
  font-size: 20px;
  line-height: 1.3;
}
.curriculum-list-item .txtBox .ttl span strong {
  font-size: 30px;
  line-height: 1.1;
}
.curriculum-list-item .txtBox .ttl p {
  font-weight: bold;
  font-size: 27px;
  line-height: 1.4;
  letter-spacing: 0.14em;
}
.curriculum-list-item .txtBox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 420px);
  height: 100%;

}
.curriculum-list-item .txtBox .list p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  padding-left: 14px;
  position: relative;
}
.curriculum-list-item .txtBox .list p + p {
  margin-top: 7px;
}
.curriculum-list-item .txtBox .list p::before {
  background: #6BBC6E;
  border-radius: 5px;
  content: "";
  position: absolute;
  inset: 5.5px auto auto 0;
  width: 10px;
  height: 10px;
}
.curriculum-plus {
  display: block;
  margin: -15px auto;
  position: relative;
  width: 53px;
  z-index: 2;
}
.curriculum-box {
  background: -webkit-gradient(linear, left top, right top, from(#2F5A9E), to(#6BBC6E));
  background: linear-gradient(to right, #2F5A9E, #6BBC6E);
  border-radius: 20px;
  color: #fff;
  margin-bottom: 80px;
  padding: 55px 30px 60px;
  position: relative;
}

.curriculum-box2 {
    border-radius: 20px;
  
  margin-bottom: 0px;
  padding: 20px 30px 0px;
  position: relative;
}

.curriculum-box-ttl {
  margin-bottom: 30px;
}
.curriculum-box-ttl p {
  text-align: center;
  margin-bottom: 10px;
}
.curriculum-box-ttl p span {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.14em;
  position: relative;
}
.curriculum-box-ttl p span::before, .curriculum-box-ttl p span::after {
  background: #fff;
  content: "";
  position: absolute;
  width: 2px;
  height: 30px;
}
.curriculum-box-ttl p span::before {
  inset: 0 auto 0 -20px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.curriculum-box-ttl p span::after {
  inset: 0 -15px 0 auto;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.curriculum-box-ttl h3 {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: center;
}
.curriculum-box-ttl h3 span {
  color: #FFF06E;
}
.curriculum-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0px 0px 0px 10px;
 
  width: 107%;
}

.curriculum2-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  max-width: 870px;
  width: 100%;
}


.curriculum-box-list li {
  max-width: 300px;
  width: 100%;
}



.curriculum-box-list li .box {
  background: #fff;
  border-radius: 25vw;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  width: 220px;
  height: 220px;
}

.curriculum2-box-list li .box2 {
  background: #b0c4de;
  border-radius: 25vw;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  width: 220px;
  height: 220px;
}

.curriculum2-box-list li .box3 {
  background: #FDF288;
  border-radius: 25vw;
  color: #595757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 10px;
  width: 220px;
  height: 220px;
}



.curriculum-box-list li .box p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
.curriculum-box-list li .box h3 {
  text-align: center;
}
.curriculum-box-list li .box h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF06E));
  background: linear-gradient(transparent 70%, #FFF06E 30%);
  font-size: 25px;
  line-height: 1.4;
}


.curriculum2-box-list li .box2 p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
.curriculum2-box-list li .box2 h3 {
  text-align: center;
font-size: 23px;
  line-height: 1.4;
}
.curriculum2-box-list li .box2 h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF06E));
  background: linear-gradient(transparent 70%, #FFF06E 30%);
  font-size: 25px;
  line-height: 1.4;
}


.curriculum2-box-list li .box3 p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 10px;
}
.curriculum2-box-list li .box3 h3 {
  text-align: center;
font-size: 23px;
  line-height: 1.4;
}
.curriculum2-box-list li .box3 h3 span {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF06E));
  background: linear-gradient(transparent 70%, #FFF06E 30%);
  font-size: 25px;
  line-height: 1.4;
}

.curriculum-box-list li p {
  font-weight: bold;
  font-size: 14px;
}

.curriculum2-box-list li p {
  font-weight: bold;
  font-size: 14px;
}

.curriculum-people {
  position: absolute;
  inset: auto auto 0 0;
  width: 300px;
}
@media screen and (max-width: 1024px) {
  .curriculum {
    padding: 50px 20px;
  }
  .curriculum-ttl img {
    max-width: 212px;
  }
  .curriculum-ttl p {
    font-size: 15px;
  }
  .curriculum-list {
    margin: 0 auto;
    max-width: 580px;
    width: 100%;
  }
  .curriculum-list::before {
    background: #6BBC6E;
    content: "";
    position: absolute;
    inset: 0 auto 0 50px;
    margin: auto;
    width: 2px;
    height: calc(100% - 150px);
  }
  .curriculum-list-item {
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 0;
    height: auto;
  }
  .curriculum-list-item + .curriculum-list-item {
    margin-top: 25px;
  }
  .curriculum-list-item .ico {
    width: 80px;
  }
  .curriculum-list-item .ico img {
    width: 60px;
  }
  .curriculum-list-item .txtBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -5px;
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .curriculum-list-item .txtBox .ttl {
    display: block;
    padding-bottom: 15px;
    width: 100%;
    height: auto;
  }
  .curriculum-list-item .txtBox .ttl span {
    margin-bottom: 5px;
  }
  .curriculum-list-item .txtBox .ttl span small {
    font-size: 10px;
  }
  .curriculum-list-item .txtBox .ttl span strong {
    font-size: 20px;
    line-height: 1;
  }
  .curriculum-list-item .txtBox .ttl p {
    font-size: 17px;
  }
  .curriculum-list-item .txtBox .list {
    width: 100%;
    height: auto;
  }
  .curriculum-list-item .txtBox .list p {
    font-size: 11px;
    padding-left: 10px;
  }
  .curriculum-list-item .txtBox .list p + p {
    margin-top: 5px;
  }
  .curriculum-list-item .txtBox .list p::before {
    background: #6BBC6E;
    border-radius: 3px;
    inset: 5px auto auto 0;
    width: 6px;
    height: 6px;
  }
  .curriculum-plus {
    margin: -8px auto;
    width: 32px;
  }
  .curriculum-box {
    border-radius: 15px;
    margin: 0 auto 50px;
    padding: 35px 20px 10px;
    max-width: 580px;
    width: 100%;
  }
  .curriculum-box-ttl {
    margin-bottom: 30px;
  }
  .curriculum-box-ttl p span {
    font-size: 13px;
  }
  .curriculum-box-ttl p span::before, .curriculum-box-ttl p span::after {
    width: 1.5px;
    height: 25px;
  }
  .curriculum-box-ttl h3 {
    font-size: 25px;
  }
  .curriculum-box-list {
    display: block;
    margin: 0 auto;
  }







 
  .curriculum-box-list li .box {
    border-radius: 100px;
    margin: 0 auto 10px;
    width: 200px;
    height: 200px;
  }
  .curriculum-box-list li .box p {
    font-size: 15px;
    margin-bottom: 3px;
  }
  .curriculum-box-list li .box h3 span {
    font-size: 25px;
  }
  .curriculum-box-list li p {
    font-size: 13px;
  }
  .curriculum-people {
    display: none;
  }
}
.works {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #6BBC6E), to(#FFF06E));
  background: linear-gradient(to bottom, #6BBC6E 40%, #FFF06E);
  padding: 100px 30px 80px;
}
.works-ttl {
  margin-bottom: 40px;
}
.works-ttl img {
  display: block;
  margin: 0 auto 20px;
  max-width: 240px;
  width: 100%;
}
.works-ttl p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.works-list {
  margin-bottom: 15px;
}
.works-list-item {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
}
.works-list-item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works-list-item + .works-list-item {
  margin-top: 50px;
}
.works-list-item .imgBox {
  max-width: 310px;
  width: 100%;
  height: 450px;
  overflow: hidden;
}
.works-list-item .imgBox img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  width: 100%;
  height: 100%;
}
.works-list-item .txtBox {
  width: calc(100% - 310px - 30px);
}
.works-list-item .txtBox h3 {
  margin-bottom: 20px;
}
.works-list-item .txtBox h3 span {
  background: #2F5A9E;
  color: #fff;
  display: inline;
  font-size: 30px;
  line-height: 1.8;
  padding: 1px 10px 2px;
}
.works-list-item .txtBox .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 17px;
}
.works-list-item .txtBox .detail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.works-list-item .txtBox .detail p + p {
  margin-left: 25px;
}
.works-list-item .txtBox .detail p .cat {
  background: #595757;
  border-radius: 25vw;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  padding: 5px 10px;
}
.works-list-item .txtBox .detail p .detailTxt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  margin-left: 15px;
}
.works-list-item .txtBox .txt {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.14em;
}
.works-list-item .txtBox .txt span {
  background: #FFF06E;
  font-weight: bold;
}
.works-remarks {
  font-weight: bold;
  font-size: 12px;
  line-height: 1.4;
  letter-spacing: 0.14em;
  text-align: right;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .works {
    padding: 50px 20px 40px;
  }
  .works-ttl {
    margin-bottom: 30px;
  }
  .works-ttl img {
    margin: 0 auto 15px;
    max-width: 160px;
    width: 100%;
  }
  .works-ttl p {
    font-size: 15px;
  }
  .works-list {
    margin: 0 auto 15px;
    max-width: 580px;
  }
  .works-list-item {
    display: block;
    padding: 20px 15px;
  }
  .works-list-item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .works-list-item + .works-list-item {
    margin-top: 25px;
  }
  .works-list-item .imgBox {
    margin: 0 auto 20px;
    max-width: 150px;
    height: 185px;
  }
  .works-list-item .txtBox {
    width: 100%;
  }
  .works-list-item .txtBox h3 span {
    font-size: 16px;
    padding: 1px 8px 2px;
  }
  .works-list-item .txtBox .detail {
    margin-bottom: 15px;
  }
  .works-list-item .txtBox .detail p + p {
    margin-left: 20px;
  }
  .works-list-item .txtBox .detail p .cat {
    letter-spacing: 0.1em;
    padding: 4px 8px;
  }
  .works-list-item .txtBox .detail p .detailTxt {
    font-size: 11px;
    letter-spacing: 0.1em;
    margin-left: 10px;
    margin-bottom: 3px;
  }
  .works-list-item .txtBox .txt {
    font-size: 13px;
  }
  .works-remarks {
    font-size: 11px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.lowPrice {
  padding: 100px 30px;
  overflow-x: auto;
}
.lowPrice-ttl {
  margin-bottom: 40px;
}
.lowPrice-ttl img {
  display: block;
  margin: 0 auto 20px;
  max-width: 410px;
  width: 100%;
}
.lowPrice-ttl p {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
.lowPrice-wap {
  position: relative;
}
.lowPrice-wap-box {
  margin-bottom: 80px;
  position: relative;
  overflow-x: auto;
  padding-bottom: 10px;
  width: 1000px;
  -webkit-overflow-scrolling: touch;
}
.lowPrice-wap-box table {
  border-collapse: collapse;
  border-spacing: 0;
  position: relative;
  width: 1000px;
}
.lowPrice-wap-box table::before {
  background: transparent;
  -webkit-box-shadow: 10px 0 0 #CDCDCD;
          box-shadow: 10px 0 0 #CDCDCD;
  border: solid #6BBC6E 2px;
  content: "";
  position: absolute;
  inset: 0 auto 0 160px;
  margin: auto;
  width: 276px;
  height: calc(100% - 4px);
  z-index: 3;
}
.lowPrice-wap-box table::after {
  -webkit-box-shadow: 10px 10px 0 #CDCDCD;
          box-shadow: 10px 10px 0 #CDCDCD;
  border: solid transparent 2px;
  content: "";
  position: absolute;
  inset: 0 auto 0 160px;
  margin: auto;
  width: 276px;
  height: calc(100% - 4px);
  z-index: 2;
}
.lowPrice-wap-box table tr:first-child th, .lowPrice-wap-box table tr:first-child td {
  border-top: 2px solid #F0F0F0;
}
.lowPrice-wap-box table tr:last-child th, .lowPrice-wap-box table tr:last-child td {
  border-bottom: 2px solid #F0F0F0;
}
.lowPrice-wap-box th, .lowPrice-wap-box td {
  padding: 30px 10px;
  border: 2px solid #fff;
  border-right: none;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.lowPrice-wap-box th {
  border-top: none;
  vertical-align: bottom;
  width: 160px;
}
.lowPrice-wap-box th p {
  background: #6BBC6E;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  padding: 10px 2px;
  position: relative;
  width: 120px;
}
.lowPrice-wap-box th p::before {
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 14px solid #6BBC6E;
  border-right: 0;
  content: "";
  position: absolute;
  inset: 0 -14px 0 auto;
  margin: auto;
  width: 0;
  height: 0;
}
.lowPrice-wap-box td {
  background: #F0F0F0;
  vertical-align: middle;
  width: 280px;
}
.lowPrice-wap-box td .ico {
  border: solid #2F5A9E 2px;
  border-radius: 25vw;
  display: block;
  margin: 0 auto 7px;
  position: relative;
  width: 34px;
  height: 34px;
}
.lowPrice-wap-box td .ico::before {
  border: solid #2F5A9E 2px;
  border-radius: 25vw;
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
.lowPrice-wap-box td .ico.is-circle {
  border: solid #595857 2px;
}
.lowPrice-wap-box td .ico.is-circle::before {
  content: none;
}
.lowPrice-wap-box td .ico.is-triangle {
  background: #595857;
  border: none;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  height: 30px;
}
.lowPrice-wap-box td .ico.is-triangle::before {
  background: #F0F0F0;
  border: none;
  border-radius: 0;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  inset: 3.5px 0 0 2.5px;
  margin: 0;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
}
.lowPrice-wap-box td .ico.is-bad {
  border: none;
  border-radius: 0;
}
.lowPrice-wap-box td .ico.is-bad::before, .lowPrice-wap-box td .ico.is-bad::after {
  background: #595857;
  border: none;
  border-radius: 0;
  width: 2px;
  height: 100%;
}
.lowPrice-wap-box td .ico.is-bad::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lowPrice-wap-box td .ico.is-bad::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
}
.lowPrice-wap-box td p {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}
.lowPrice-wap-box td.is-wht {
  background: #fff;
  border: solid #F0F0F0 2px;
}
.lowPrice-wap-box td.is-wht .company::before {
  background: #2F5A9E !important;
}
.lowPrice-wap-box td.ttl .company {
  margin: 0 auto 30px;
  padding-bottom: 30px;
  position: relative;
  width: 150px;
}
.lowPrice-wap-box td.ttl .company::before {
  background: #595757;
  content: "";
  position: absolute;
  inset: auto 0 0 0;
  margin: auto;
  width: 40px;
  height: 3px;
}
.lowPrice-wap-box td.ttl .money {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.14em;
}
.lowPrice-wap-box td.ttl .money small {
  font-size: 16px;
}
.lowPrice-wap-box .sticky {
  border: none !important;
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
  z-index: 4;
}
.lowPrice-wap-box .sticky::before {
  background: #fff;
  -webkit-box-shadow: 0 5px 0 #fff;
          box-shadow: 0 5px 0 #fff;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.lowPrice-wap-people {
  display: block;
  position: absolute;
  inset: auto -150px -100px auto;
  width: 200px;
}
.lowPrice__txt {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 60px;
}
.lowPrice__txt strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #FFF06E));
  background: linear-gradient(transparent 70%, #FFF06E 30%);
  display: inline;
  font-size: 32px;
}
@media screen and (max-width: 1024px) {
  .lowPrice {
    padding: 50px 30px;
    overflow-x: auto;
  }
  .lowPrice-ttl {
    margin-bottom: 30px;
  }
  .lowPrice-ttl img {
    margin: 0 auto 15px;
    max-width: 250px;
  }
  .lowPrice-ttl p {
    font-size: 15px;
  }
  .lowPrice-wap-box {
    margin-bottom: 50px;
    width: 100%;
  }
  .lowPrice-wap-box table {
    margin: 0 auto;
    width: 550px;
  }
  .lowPrice-wap-box table::before {
    background: transparent;
    -webkit-box-shadow: 5px 0 0 #CDCDCD;
            box-shadow: 5px 0 0 #CDCDCD;
    border: solid #6BBC6E 2px;
    content: "";
    position: absolute;
    inset: 0 auto 0 100px;
    margin: auto;
    width: 146px;
    height: calc(100% - 4px);
  }
  .lowPrice-wap-box table::after {
    -webkit-box-shadow: 5px 5px 0 #CDCDCD;
            box-shadow: 5px 5px 0 #CDCDCD;
    inset: 0 auto 0 100px;
    width: 146px;
    height: calc(100% - 4px);
  }
  .lowPrice-wap-box th, .lowPrice-wap-box td {
    padding: 20px 5px;
    font-size: 12px;
  }
  .lowPrice-wap-box th {
    width: 100px;
  }
  .lowPrice-wap-box th p {
    border-radius: 5px;
    font-size: 10px;
    padding: 8px 2px;
    width: 80px;
  }
  .lowPrice-wap-box th p::before {
    inset: 0 -11px 0 auto;
  }
  .lowPrice-wap-box td {
    width: 150px;
  }
  .lowPrice-wap-box td .ico {
    margin: 0 auto 5px;
    width: 24px;
    height: 24px;
  }
  .lowPrice-wap-box td .ico::before {
    width: 10px;
    height: 10px;
  }
  .lowPrice-wap-box td .ico.is-triangle {
    height: 20px;
  }
  .lowPrice-wap-box td p {
    font-size: 11px;
  }
  .lowPrice-wap-box td.ttl .company {
    margin: 0 auto 15px;
    padding-bottom: 15px;
    width: 110px;
  }
  .lowPrice-wap-box td.ttl .company::before {
    width: 30px;
    height: 2px;
  }
  .lowPrice-wap-box td.ttl .money {
    font-size: 15px;
  }
  .lowPrice-wap-box td.ttl .money small {
    font-size: 11px;
  }
  .lowPrice-wap-people {
    display: none;
  }
  .lowPrice__txt {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .lowPrice__txt strong {
    font-size: 22px;
  }
}
.contact {
  background: -webkit-gradient(linear, left top, left bottom, from(#2F5A9E), to(#6BBC6E));
  background: linear-gradient(to bottom, #2F5A9E, #6BBC6E);
  padding: 55px 30px 65px;
}
.contact-ttl {
  margin-bottom: 40px;
}
.contact-ttl img {
  display: block;
  margin: 0 auto 15px;
  max-width: 670px;
  width: 100%;
}
.contact-ttl p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.14em;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .contact {
    background: -webkit-gradient(linear, left top, left bottom, from(#2F5A9E), to(#6BBC6E));
    background: linear-gradient(to bottom, #2F5A9E, #6BBC6E);
    padding: 30px 20px 45px;
  }
  .contact-ttl {
    margin-bottom: 30px;
  }
  .contact-ttl img {
    margin: 0 auto 10px;
    max-width: 265px;
  }
  .contact-ttl p {
    font-size: 18px;
  }
}
/* _privacy.scss */
.privacy {
  padding: 0 30px;
}
.privacy__ttl {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 20px;
}
.privacy__txt {
  font-size: 16px;
  margin-bottom: 60px;
}
.privacy-list-item + .privacy-list-item {
  margin-top: 30px;
}
.privacy-list-item h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
}
.privacy-list-item p {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .privacy {
    padding: 0 20px;
  }
  .privacy__ttl {
    font-size: 25px;
    margin-bottom: 10px;
  }
  .privacy__txt {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .privacy-list-item h3 {
    font-size: 18px;
  }
  .privacy-list-item p {
    font-size: 13px;
  }
}


@media screen and (max-width: 768px) {

.support-ttl {
  margin-bottom: 30px;
}


.curriculum2-box-list{

   display: flex;
    flex-wrap: wrap;
    list-style: none;
    max-width: 280px;
}


.ue{
width: 280px;
}


.curriculum2-box-list li .box2 {
  margin: 0px auto -30px;
    width: 130px;
    height: 130px;
}

.curriculum2-box-list li .box3 {
   
    margin: 0px auto -30px;
    width: 130px;
    height: 130px;
}



.curriculum2-box-list li .box2 h3 {
   
    font-size: 14px !important;
   
}

.curriculum2-box-list li .box3 h3 {
   
    font-size: 14px !important;
   
}

 .curriculum-box-list li {
    margin: 0 auto 5px;
    max-width: 320px;
  }

.pcnomi{

    display: none;
}

 .sma{
        display: block;
    }
    .curriculum-box-list {
        display: block;
        margin: 50px auto 0px;

}


.support-list-item .fee {
  padding: 5px 5px;
}

    .support-list-item .detail {
        margin-bottom: 5px;
        padding: 10px 5px 10px;
        min-height: 230px;
    }

    .support-list-item .ttl h2 {
        font-size: 18px;
        min-height: 60px;
    }

    .support-list-item .ttl span {
        font-size: 10px;
        min-height: 40px;
    }


.curriculum-box2 {
   
    padding: 10px 0px;
   }

.aboutnega {
      margin-bottom: 20px;
    padding: 20px 0px;
    position: relative;
}


.aboutpoji {
    padding: 20px 0px;
}

    .support-list-item .detail .list .cat {
        font-size: 10px;
    }

    .support-list-item .ttl {
        margin-bottom: 5px;
        padding: 0 5px;
    }

    .support-list-item .fee.fee02 {
        min-height: 100px;
    }


.mv-box .txt {
    
  font-size: 12px;
        margin-bottom: 30px;
}


.mv-box .ttl {
        display: block;
        margin-bottom: 30px;
   margin-top: 20px;
        max-width: 100%;
    }

    .mv-box .box .list li + li {
        margin-top: 15px;

}

.fukidashi_a{

margin-left:10px;

}


    .worries__ttl {
        font-size: 20px;
        letter-spacing: 0.15em;
        text-align: center;
        padding: 10px 0px 15px 0px;
margin: 0px;
background-size:  contain;  
    }


}





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