@charset "UTF-8";

.low #main {
  border: none;
}

#hd {
  position: fixed;
  width: 100%;
  height: auto;
  background-color: #4c9170;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
  top: 0px;
}

.logo {
  width: 100%;
  height: auto;
  border-right: none;
  padding-top: 25px;
  padding-bottom: 21px;
  float: none;
}

.logo a {
  width: 398px;
  height: 58px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.logo a:before {
  width: 398px;
  height: 58px;
  background-image: url(/assets/img/logo_yoko.svg);
  background-size: 398px auto;
  background-repeat: no-repeat;
}

#hd.min {
  position: fixed;
  top: -104px;
}

#hd.min .logo {
  display: block;
}

#kifu {
  display: none;
}

#mn {
  display: none;
}

#nav-links {
  border-top: solid 1px #4c9170;
  clear: both;
}

#nav {
  float: none;
  width: 100%;
  height: auto;
}

#nav .nav-box {
  float: none;
}

#nav .nav-box>ul {
  float: none;
  margin: 0px auto;
  padding-right: 0px;
  margin-left: auto;
  margin-right: auto;
  width: 1060px;
  display: flex;
}

#nav .nav-box>ul>li {
  border: solid 1px #4c9170;
  margin: 10px;
  width: 20%;  
  text-align:center;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 13px;
  padding-right: 13px;
  display: flex;
  align-items: center;
}

#nav .nav-box>ul>li>a {
  color: #4c9170;
  font-size: 18px;
  font-weight:bold;
  padding-top: 18px;
  padding-bottom: 22px;
  padding-left: 13px;
  padding-right: 13px;
  text-decoration:none;
  width:100%;
}

.fixed-btn {
  position: fixed;
  right: 0px;
  top: 260px;
  width: 98px;
  height: 90px;
}

.fixed-btn a {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 90px;
  background-color: #ffe34a;
  color: #796a1a;
  text-align: center;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
  line-height: 1.4em;
  text-decoration: none;
  font-weight: bold;
  padding-top: 35px;
  box-sizing: border-box;
  padding-left: 5px;
}

.fixed-btn a i {
  width: 25px;
  height: 32px;
  position: absolute;
  left: calc(50% - 14px);
  top: 20px;
}

.fixed-btn a i svg {
  width: 25px;
  height: 32px;
}

.fixed-btn a i.ico08 svg {
  fill: #796a1a;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.fixed-btn a:before {
  content: "";
  display: block;
  width: 94px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.fixed-btn a:hover {
  background-color: #9f9f9f;
  color: #fff;
}

.fixed-btn a:hover i.ico08 svg {
  fill: #fff;
  stroke-width: 0;
}

.fixed-btn.multiline {
  height: 109px;
}

.fixed-btn.multiline a {
  padding-top: 40px;
  font-size: 13px;
  line-height: 1.3em;
  height: 109px;
}

.fixed-btn.multiline a i {
  margin-right: 5px;
}

.fixed-btn.multiline a i svg {
  top: -2px;
}

#ft .flx {
  padding-top: 60px;
}

#ft .ftnav .inner .plist {
  display: none;
}

#ft .flx-inner {
  display: block;
}

#ft .flx-inner .lf {
  width: auto;
  padding: 0px;
  text-align: center;
}

#ft .flx-inner .ft-logo {
  width: 160px;
  height: 120px;
  margin-left: auto;
  margin-right: auto;
}

#ft .flx-inner .ft-logo::before {
  content: "";
  width: 160px;
  height: 120px;
  display: block;
  background-image: url(/assets/img/logo_w.svg);
  background-repeat: no-repeat;
  background-size: 160px auto;
  background-position: center;
}

#ft .flx-inner .lf p {
  margin-bottom: 20px;
}

#ft .flx-inner .lf .copyright {
  font-size: 14px;
  margin-bottom: 10px;
}

.ico_support01 {
  width: 32px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support01 svg {
  width: 32px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 0px;
}

.ico_support01 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support02 {
  width: 24px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support02 svg {
  width: 24px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 1px;
}

.ico_support02 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support03 {
  width: 25px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support03 svg {
  width: 23px;
  height: 21px;
  position: absolute;
  left: 0px;
  top: 2px;
}

.ico_support03 svg polyline {
  fill: none;
  stroke: #fff;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 10;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support04 {
  width: 26px;
  height: 20px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support04 svg {
  width: 26px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.ico_support04 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support05 {
  width: 24px;
  height: 22px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support05 svg {
  width: 24px;
  height: 22px;
  position: absolute;
  left: 0px;
  top: 4px;
}

.ico_support05 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support06 {
  width: 19px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support06 svg {
  width: 19px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.ico_support06 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support12 {
  width: 19px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support12 svg {
  width: 19px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.ico_support12 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

.ico_support13 {
  width: 19px;
  height: 23px;
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.ico_support13 svg {
  width: 19px;
  height: 23px;
  position: absolute;
  left: 0px;
  top: 5px;
}

.ico_support13 svg path {
  fill: #fff;
  stroke-width: 0;
  transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
}

#gnav .gnav-box>ul>li>a:hover .ico_support01 svg path {
  fill: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support02 svg path {
  fill: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support05 svg path {
  fill: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support06 svg path {
  fill: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support03 svg polyline {
  stroke: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support04 svg path {
  fill: #e9ad92;
}

#gnav .gnav-box>ul>li>a:hover .ico_support12 svg path {
  fill: #e9ad92;
}
#gnav .gnav-box>ul>li>a:hover .ico_support13 svg path {
  fill: #e9ad92;
}

.sankabtns {
  padding: 20px 10px;
}

.sankabtn {
  position: relative;
  font-size: 24px;
  line-height: 1.5em;
  display: inline-block;
    /* 20250731学生採用LP刷新　色変更
  background-color: #EE7902;
  border: solid 2px #796a1a; */
  background-color: #f2a735;
  /* 20250806学生採用LP刷新　枠線削除
  border: solid 2px #000000;
  border-radius: 5px; */
  box-shadow: 1px 1.732px 1px 0px rgba(0, 0, 0, 0.2);
  margin-left: 10px;
  margin-right: 10px;
  padding: 15px 10px;
  text-align: center;
  /* 20250731学生採用LP刷新　色変更
  color: #796a1a; */
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  width: calc(100% - 20px);
  box-sizing: border-box;
}

.sankabtn:hover {
  background-color: #9f9f9f;
  border: solid 2px #7f7f7f;
  color: #fff;
}

.ico_arrow_left {
  display: inline-block;
  height: auto;
  width: 14px;
  height: 25px;
  margin-left: 12px;
  position: relative;
}

.ico_arrow_left svg {
  width: 100%;
  height: auto;
  /* 20250731学生採用LP刷新　色変更
  fill: #796a1a; */
  fill: #ffffff;
  position: relative;
  top: 2px;
  width: 14px;
  height: 25px;
}

.sankabtn:hover .ico_arrow_left svg {
  fill: #fff;
}

.header_yohaku {
  height:104px;
}

.mainVisual {
  padding-top: 170px;
  background-image: url(/admin/wp-content/themes/learningforall/assets2/img/opt/main_pc.png);
  background-size: cover;
  position: relative;
  max-width:1366px;
  height:598px;
  margin:0 auto;
}

.mainVisual-inner {
  position: relative;
  padding-top: 70px; 
}

.mainVisual-inner .text img {
  width: 100%;
  height: auto;
  display: none;
}

.mainVisual-inner .text img.sp {
  display: none;
}

.mainVisual-inner .text img.pc {
  display: block;
}

.mainVisual .text {
  /*position: absolute; top: calc(50% - 165px); left: calc(50% - 295px);**/
  width: 589px;
  height: auto;
  /* 20250731学生採用LP刷新　左寄せ
  text-align: center; */
  text-align: left;
  /* 20250731学生採用LP刷新　左からの位置調整
  margin-left: auto; */
  margin-left: 100px;
  margin-right: auto;
  font-family: Noto Serif JP, serif;
}

.mainVisual .text h1 {
  /* 20250731学生採用LP刷新　文字サイズ変更 
  font-size: 44px; */
  font-size: 35px;
  letter-spacing: 0.3em;
  line-height: 1.6em;
  font-weight: bold;
  /* 20250731学生採用LP刷新　色変更 
  color: #fff;*/
  color: #000000;
  margin-bottom: 24px;
  /* 20250731学生採用LP刷新　影削除 
  text-shadow: 0px 0px 9.3px rgba(0, 0, 0, 0.3); */
}

.mainVisual .text p span {
  background-color: #4c9170;
  padding: 4px 9px;
}

.mainVisual .text p {
  /* 20250731学生採用LP刷新　文字サイズ変更
  font-size: 26px; */
  font-size: 20px;
  line-height: 1.8em;
  font-weight: normal;
  /* 20250731学生採用LP刷新　色変更
  color: #fff; */
  color: #000000;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.mainVisual .sankabtns {
  /* 20250731学生採用LP刷新　ボタン位置調整
  margin: 0px 10px; */
  margin-right: auto;
  margin-top: 30px;
  padding: 0px;
}

.mainVisual .sankabtns .sankabtn {
  margin: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  /* 20250731学生採用LP刷新　ボタンサイズ変更
  width: 100%; */
  width: 250px;
  font-size: 24px;
  max-width: 430px;
  /* 20250731学生採用LP刷新　ボタン位置調整
  margin-left: auto; 
  margin-right: auto;*/
}

a.btn {
  /* 20250731学生採用LP刷新　ボタン位置変更
  text-align: center; */
  text-align: left;
  display: inline-block;
  background-color: #dd9a87;
  box-shadow: 1px 1.732px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 1.7em;
  font-weight: bold;
  color: #fff;
  /* 20250731学生採用LP刷新　ボタンサイズ変更
  width: 280px; */
  width: 100%;
  text-decoration: none;
}

a.btn:hover {
  background-color: #a9a9a9;
}

.about_lfa .boldtext {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.about_lfa .read {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 10%;
  padding-right: 10%;
}

.program {
  background-color: #ffffff;
  padding-bottom: 20px;
}

.ttl-h2 {
  font-size: 28px;
  text-align: center;
  padding: 25px 0px;
  /* 20250731学生採用LP刷新　色変更
  background-color: #427aa6; */
  background-color: #4c9170;
  color: #fff;
}

.ttl-h2.color-1 {
  /* 20250731学生採用LP刷新　色変更
  background-color: #4c9170; 
  color: #fff; */
  background-color: #ffffff;
  color: #4c9170;
}

.ttl-h2.mb14 {
  margin-bottom: 50px;
}

.ttl-h3 {
  font-size: 24px;
  text-align: center;
  padding: 20px 0px;
  background-color: #4c9170;
  color: #fff;
}

.ttl-h3.color-1 {
  background-color: #cf5e23;
  color: #fff;
}

.read {
  font-size: 18px;
  line-height: 1.5em;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.slideitems {
  padding-top: 40px;
  padding-bottom: 75px;
  background-color: #ffffff;
  margin-bottom: 0px;
}

.slideitems.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slideitem {
  width: 360px;
  margin-left: 15px;
  margin-right: 15px;
}

.slideitem .embedvideo {
  position: relative;
  width: 360px;
  max-width: 360px;
  height: 235px;
  margin-bottom: 15px;
}
.slideitem .embedvideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.slideitem .text {
  padding-top: 15px;
}

.slideitem p {
  font-size: 20px;
  text-align: center;
   font-weight: bold;
}

.slideitem .label {
  font-size: 20px;
  color: #cf5e23;
  font-weight: bold;
}

.embedvideo img {
  width: 100%;
}

.slick-dots {
  bottom: 35px;
}

.slick-dots li {
  margin: 0px;
}

.slick-dots li button:before {
  font-size: 8px;
  color: #b7bfc6;
  opacity: 1;
}

.slick-dots li.slick-active button:before {
  color: #cf5e23;
}

.slick-prev {
  display: block;
  width: 9px;
  height: 15px;
  position: absolute;
  left: calc(50% + 76px);
  bottom: 32px;
  top: auto;
  z-index: 100;
}

.slick-prev:before {
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url(/assets/img/opt2/ico_right_arw.png);
  background-size: 100%;
}

.slick-next {
  display: block;
  width: 9px;
  height: 15px;
  position: absolute;
  right: calc(50% + 76px);
  bottom: 32px;
  top: auto;
  z-index: 100;
}

.slick-next:before {
  opacity: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  content: "";
  display: block;
  width: 9px;
  height: 15px;
  background-image: url(/assets/img/opt2/ico_left_arw.png);
  background-size: 100%;
}

.sanka-blocks {
  display: flex;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.sanka-block {
  margin-left: 10px;
  margin-right: 10px;
  background-color: #ffffff;
}

.sanka-block .thumb {
  margin: 20px;
}

.sanka-block .thumb img {
  width: 100%;
}

.sanka-block .text {
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 35px;
}

.sanka-block .text p {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #666666;
}

.sanka-block .text ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none;
}

.sanka-block .text ul li {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #4c9170;
  text-indent: -1em;
  margin-left: 1em;
}

.sanka-block .text ul li:before {
  content: "・";
}

.sanka-block .text ul.color-1 li {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  color: #cf5e23;
}

.program_wrapper h2.ttl-h2 {
}

.program_wrapper .program_detail {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.program_detail {
  background-color: #c1d3c6;
}

.program_detail img{
  width:100%;
}

.program_detail .slide_area {
  padding-bottom: 40px;
  padding-top: 60px;
}

.low .ancher {
  border: none;
  margin-bottom: 0px;
}

.low .ancher a {
  position: relative;
  display: block;
  width: 100%;
}

.low .ancher img {
  width: 100%;
}

.low .ancher img.pc {
  display: block;
}

.low .ancher img.sp {
  display: none;
}

.ancher_text {
  box-sizing: border-box;
  position: absolute;
  left: calc(50% - 425px);
  top: calc(50% - 120px);
  width: 850px;
  height: 240px;
  border: solid 5px #4c9170;
  padding: 45px 0px;
  padding-bottom: 105px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  align-items: flex-start;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
}

.ancher_text p {
  height: auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  width: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 1.4em;
  color: #000000;
}

.ancher_text p.ancher_ttl {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  color: #4c9170;
}

.ico_arrow01 {
  display: block;
  width: 40px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  left: calc(50% - 20px);
}

.ico_arrow01:before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-image: url(/assets/img/opt2/ico_ancher01.png);
  background-size: 100%;
}

.gaiyou-box {
  background-color: #fff;
  margin-left: 60px;
  margin-right: 60px;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.gaiyou-box .ttl-h2.color-1 {
  margin-bottom: 40px;
}

.gaiyou-box img.pc{
  display:block;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}

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

.gaiyou-box .thumb {
  margin-top: 0px;
  margin-left: 85px;
  margin-right: 85px;
  margin-bottom: 50px;
}

.gaiyou-box .thumb img {
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.gaiyou-box .text {
  margin-left: 85px;
  margin-right: 85px;
  padding-bottom: 40px;
  text-align: left;
  border-bottom: solid 1px #4c9170;
  margin-bottom: 40px;
}

.gaiyou-box .text h4 {
  font-size: 24px;
  /* 20250731学生採用LP刷新　色変更
  color: #4c9170; */
  color: #000000;
  margin-bottom: 10px;
  text-align: center;
  /* 20250731学生採用LP刷新１０　下線削除 
  background: linear-gradient(transparent 60%, #f9fbc0 60%); */
  display: inline-block;
}

.gaiyou-box .text p {
  font-size: 18px;
  line-height: 1.7em;
  text-align: left;
}

.gaiyou-box .text strong {
  /* 20250731学生採用LP刷新　色変更
  color: #4c9170; */
  color: #000000;
}

.gaiyou-box .text:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}

.gaiyou-box dl {
  margin-left: 85px;
  margin-right: 85px;
  padding-top: 5px;
}

.gaiyou-box dl dt {
  border: solid 2px #4c9170;
  color: #4c9170;
  padding: 6px 20px;
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.gaiyou-box dl dd {
  width: 100%;
  display: block;
  font-size: 18px;
  line-height: 1.5em;
  padding-bottom: 30px;
}

.example-box {
  border: solid 1px #4c9170;
  padding: 50px;
  margin-left: auto;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 20px;
}

.example-box h4 {
  font-size: 24px;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
}

.example-box p {
  font-size: 18px;
  line-height: 1.5em;
  color: #000000;
  text-align: left;
}

.card-block {
  /* 20250731学生採用LP刷新　色変更
  background-color: #4c9170; */
  background-color: #ffffff;
  border-radius: 10px;
  margin-left: 85px;
  margin-right: 85px;
  margin-bottom: 20px;
}

.card-block h4 {
  padding: 20px 0px;
  /* 20250731学生採用LP刷新　色変更
  color: #f4ff7f; */
  color: #000000;
  text-align: center;
  font-size: 26px;
  border-bottom: solid 1px #4c9170;
  margin-left: 45px;
  margin-right: 45px;
  margin-bottom: 30px;
}

.card-block-flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: 45px;
  margin-right: 45px;
}

.card-block .thumb {
  margin-bottom: 10px;
  width: 355px;
  margin: 0px;
}

.card-block .text {
  margin-bottom: 0px;
  margin: 0px;
  width: 380px;
}

.card-block .text p {
  /* 20250731学生採用LP刷新　色変更
  color: #fff; */
  color: #000000;
}

.card-block .text table {
  margin-top: 5px;
}

.card-block .text table td,
.card-block .text table th {
  font-size: 18px;
  /* 20250731学生採用LP刷新　色変更
  color: #fff; */
  color: #000000;
  text-align: left;
  line-height: 1.5em;
  font-weight: normal;
}

.card-block .text table th {
  width: 90px;
}

.schedule {
  background-color: #fff;
  margin-left: 60px;
  margin-right: 60px;
  padding-bottom: 45px;
  margin-bottom: 40px;
}

.schedule .schedule-ttl {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  width:400px;
}

.schedule .schedule-ttl h4 {
  color: #4c9170;
  line-height: 1.1em;
  padding-left: 9px;
  font-size: 28px;
  width:250px;
}

.schedule .schedule-ttl h4 span{ font-size: 30px; line-height: 1.4em; }

.schedule .schedule-ttl i.ico_schedule {
  width: 82px;
}

.schedule .schedule-ttl i.up{
  transform: rotate(180deg);
}

.schedule .schedule-ttl i.ico_schedule:before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background-image: url(/assets/img/opt2/ico_program01.png);
  background-size: 100%;
}

.schedule .schedule-ttl .ico_arrow01{
  position:relative;
  bottom:0px;
  left:0px;
  margin-left:15px;
}

.schedule table {
  margin-bottom: 40px;
  margin-left: 85px;
  margin-right: 85px;
  width: calc(100% - 85px - 85px);
  border: solid 1px #4c9170;
}

.schedule table th,
.schedule table td {
  padding: 15px;
}

.schedule table th {
  /* 20250731学生採用LP刷新　色変更
  background-color: #e1efe5; */
  background-color: #ffffff;
  padding: 15px;
  font-size: 18px;
  line-height: 1.5em;
  text-align: left;
  width: 210px;
  /* 20250731学生採用LP刷新　色変更
  color: #4c9170; */
  color: #000000;
  font-weight: normal;
}

.schedule table td {
  font-size: 18px;
  line-height: 1.5em;
}

.schedule .sankabtn {
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.closebtn {
  text-align: center;
  text-decoration: none;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  background-color: #fff;
  border-radius: 10px;
  line-height: 1.1em;
  font-size: 16px;
  color: #000;
  border-radius: 3px;
}

.closebtn:hover {
  background-color: #9f9f9f;
  color: #fff;
}

.program_detail.color-1 {
  background-color: #ecbfa7;
}

.program_detail.color-1 .ancher_text {
  border-color: #cf5e23;
}

.program_detail.color-1 .ttl-h2.color-1 {
  background-color: #cf5e23;
}

.program_detail.color-1 .ancher_text p.ancher_ttl {
  color: #cf5e23;
}

.ico_arrow02 {
  display: block;
  width: 40px;
  height: 24px;
  position: absolute;
  bottom: 22px;
  left: calc(50% - 20px);
}

.ico_arrow02:before {
  content: "";
  display: block;
  width: 40px;
  height: 24px;
  background-image: url(/assets/img/opt2/ico_ancher02.png);
  background-size: 100%;
}

.program_detail.color-1 .gaiyou-box .text h4 {
  color: #cf5e23;
}

.program_detail.color-1 .gaiyou-box .text strong {
  color: #cf5e23;
}

.program_detail.color-1 .gaiyou-box dl dt {
  border: solid 1px #cf5e23;
  color: #cf5e23;
}

.program_detail.color-1 .gaiyou-box .text {
  border-bottom: solid 1px #cf5e23;
}

.program_detail.color-1 .gaiyou-box .text:last-child {
  border-bottom: none;
}

.program_detail.color-1 .gaiyou-box dl dd strong.marker {
  background: linear-gradient(transparent 60%, #f9fbc0 60%);
  color: #cf5e23;
}

.program_detail.color-1 .gaiyou-box dl dd p {
  padding-bottom: 1em;
}

.program_detail.color-1 .gaiyou-box dl dd p:last-child {
  padding-bottom: 0px;
}

.program_detail.color-1 .schedule .schedule-ttl h4 {
  color: #cf5e23;
}

.program_detail.color-1 .schedule table th,
.program_detail.color-1 .schedule table td {
  border: solid 1px #cf5e23;
}

.program_detail.color-1 .schedule table th {
  background-color: #fdf1eb;
  color: #cf5e23;
}

.program_detail.color-1 .schedule .schedule-ttl i.ico_schedule {
  width: 82px;
}

.program_detail.color-1 .schedule .schedule-ttl i.ico_schedule:before {
  content: "";
  display: block;
  width: 82px;
  height: 82px;
  background-image: url(/assets/img/opt2/ico_program02.png);
  background-size: 100%;
}

.sankabtns {
  padding-top: 70px;
  padding-bottom: 70px;
}

.sankabtns .sankabtn {
  display: block;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}

.soudan-box {
  border: solid 2px #427aa6;
  padding: 50px;
  margin-left: auto;
  max-width: 850px;
  margin-right: auto;
  margin-bottom: 20px;
  text-align: center;
}

.soudan-box h3 {
  text-align: center;
  font-size: 30px;
  color: #427aa6;
  border-bottom: 2px solid #427aa6;
  display: inline-block;
  margin-bottom: 20px;
}

.soudan-box p {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.soudan-box p br.sp {
  display: none;
}

.soudan-box p br.pc {
  display: block;
}

.soudan-box a {
  font-size: 24px;
  line-height: 1.1em;
  display: inline-block;
  padding: 20px 60px;
  border-radius: 5px;
  background-color: #427aa6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}

.line-box {
  border: solid 2px #00b900;
  padding: 50px;
  margin-left: auto;
  max-width: 850px;
  margin-right: auto;
  text-align: center;
  margin-bottom: 90px;
}

.line-box h3 {
  text-align: center;
  font-size: 30px;
  color: #00b900;
  border-bottom: 2px solid #00b900;
  display: inline-block;
  margin-bottom: 20px;
}

.line-box p {
  font-size: 18px;
  line-height: 1.4em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.line-box a img {
  height: 64px;
  width: auto;
}

.entry_step h2.ttl-h2 {
  margin-bottom: 40px;
}

.step {
  padding: 0px;
  margin-left: 10%;
  margin-right: 10%;
  display: flex;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #4c9170;
}

.step:last-child{ border-bottom: none; }

.step_text {
  width: 725px;
  padding-right: 40px;
  box-sizing: border-box;
}

.step .thumb {
  width: 297px;
}

.step_ttl i {}

.step img {
  width: 100%;
}

.step_ttl {
  display: flex;
}

.ico_step {
    border: solid 2px #4c9170;
    color: #4c9170;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 2px;
    height: fit-content;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 13px;
}

.ico_step strong {
    font-size: 22px;
    position: relative;
    top: 2px;
}

.step_ttl h3 {
  font-size: 32px;
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #4c9170;
  margin-left: 20px;
  /* 20250731学生採用LP刷新項目１６　下線削除
  background: linear-gradient(transparent 60%, #f7e8ee 60%); */
  margin-bottom: 20px;
  margin-top:5px;
}

.step_ttl h3 span {
  font-size: 26px;
}

.step .text p {
  font-size: 16px;
  line-height: 1.7em;
  padding-bottom: 10px;
}

.ico_step1 {
  display: inline-block;
  width: 92px;
  height: 32px;
  overflow: hidden;
}

.ico_step1:before {
  content: "";
  display: block;
  width: 92px;
  height: 32px;
  background-image: url(/assets/img/opt2/ico_step1.png);
  background-size: 100%;
}

.ico_step2 {
  display: inline-block;
  width: 92px;
  height: 32px;
  overflow: hidden;
}

.ico_step2:before {
  content: "";
  display: block;
  width: 92px;
  height: 32px;
  background-image: url(/assets/img/opt2/ico_step2.png);
  background-size: 100%;
}

.ico_step3 {
  display: inline-block;
  width: 92px;
  height: 32px;
  overflow: hidden;
}

.ico_step3:before {
  content: "";
  display: block;
  width: 92px;
  height: 32px;
  background-image: url(/assets/img/opt2/ico_step3.png);
  background-size: 100%;
}

.ico_faq {
  display: block;
  width: 20px;
  height: 12px;
  overflow: hidden;
}

.ico_faq:before {
  content: "";
  display: block;
  width: 20px;
  height: 12px;
  background-image: url(/admin/wp-content/themes/learningforall/assets2/img/opt/ico_faq.png);
  background-size: 100%;
}

.faq {
  text-align: center;
}

.faq h2 {
  margin-bottom: 35px;
}

.faq h3 {
  display: inline-block;
  font-size: 32px;
  line-height: 1.5em;
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #4c9170;
  margin-bottom: 40px;
}

.faq h3 span {
  /* 20250731学生採用LP刷新項目16 下線削除
  background: linear-gradient(transparent 60%, #f7e8ee 60%); */
}

.faq dl:last-child {
  /* 20250731学生採用LP刷新　色変更
  border-bottom: 1px solid #427aa6; */
  border-bottom: 1px solid #4c9170;
}

.faq dl {
  /* 20250731学生採用LP刷新　色変更
  border-top: 1px solid #427aa6; */
  border-top: 1px solid #4c9170;
  margin-left: 0px;
  margin-right: 0px;
  text-align: left;
  padding: 30px 10px 10px;
}

.faq dl dt {
  padding-right: 40px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7em;
  text-indent: -2em;
  margin-left: 2em;
  padding-bottom: 20px;
  cursor: pointer;
}

.faq dl dt:before {
  content: "Q";
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #4c9170;
  font-weight: bold;
  margin-right: 1.4em;
}

.faq dl dt i {
  position: absolute;
  right: 20px;
  top: 10px;
}

.faq dl dt i.up {
  transform: rotate(180deg);
}

.faq dl dd:before {
  content: "A";
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #4c9170;
  font-weight: bold;
  margin-right: 1.4em;
}

.faq dl dd {
  font-size: 18px;
  line-height: 1.7em;
  text-indent: -2em;
  margin-left: 2em;
  padding-bottom: 20px;
  padding-right: 75px;
}

.faq_section {
  margin-bottom: 40px;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.faq_section:last-child {
  margin-bottom: 80px;
}

.voice {}

.voice h2 {
  margin-bottom: 40px;
}

.voice h3 {
  font-size: 20px;
  /* 20250731学生採用LP刷新　色変更
  border: 3px solid #427aa6; */
  border: 3px solid #4c9170;
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #000000;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 45px;
  line-height: 1.5em;
}

.voice h3 br {
  display: none;
}

.voice_block {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  margin-bottom: 40px;
  /* 20250731学生採用LP刷新　色変更
  border-bottom: 1px solid #427aa6; */
  border-bottom: 1px solid #4c9170;
  display: flex;
}

.voice_block:first-of-type {
  /* 20250731学生採用LP刷新　色変更
  border-top: 1px solid #427aa6; */
  border-top: 1px solid #4c9170;
  padding-top: 40px;
}

.voice_block:last-of-type {
  margin-bottom: 0px;
}

.voice_block .thumb {
  max-width: 195px;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.voice_block .thumb img {
  width: 100%;
  width: 155px;
}

.voice_block .text-block {
  width: calc(100% - 195px);
  padding-left: 30px;
  box-sizing: border-box;
}

.voice_block .profile {
  text-align: left;
  padding-bottom: 10px;
}

.voice_block .profile h4 {
  display: inline-block;
  font-size: 20px;
  line-height: 1.5em;
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #000000;
  /* 20250731学生採用LP刷新項目１８　下線削除
  background: linear-gradient(transparent 60%, #f7e8ee 60%); */
  margin-bottom: 5px;
}

.voice_block .profile h4 span {
  font-size: 16px;
}

.voice_block .profile p {
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #000000;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

.voice_block .videos {
  display: flex;
  justify-content: space-between;
}

.voice_block .embedvideo {
  position: relative;
  width: 360px;
  max-width: 360px;
  height: 235px;
  margin-bottom: 15px;
}

.voice_block .embedvideo:last-child {
  margin-bottom: 0px;
}

.voice_block .embedvideo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.voice_block .embedvideo:last-of-type {
  margin-bottom: 0px;
}

.voice_block .text p {
  font-size: 16px;
  line-height: 1.5em;
}

.voice_block .text strong {
  /* 20250731学生採用LP刷新　色変更
  color: #427aa6; */
  color: #000000;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: bold;
}

@media screen and (max-width:1120px) {
  #mn {
    border-left: solid 1px #84a68d;
    z-index: 1000;
    display: block;
  }

  #mn button {
    background-color: #4c9170;
  }

  #mn button {
    background-color: #4c9170;
  }

  #mn button span {
    background-color: #fff;
  }

  #mn button span:before {
    background-color: #fff;
  }

  #mn button span:after {
    background-color: #fff;
  }

  #mn.active {
    border-left: solid 1px rgba(255, 255, 255, 0);
    z-index: 8000;
  }

  #mn.active button {
    background-color: rgba(255, 255, 255, 0);
  }

  #mn.active button span {
    background-color: rgba(255, 255, 255, 0);
  }

  #mn.active button span:before {
    background-color: #4c9170;
  }

  #mn.active button span:after {
    background-color: #4c9170;
  }

  #hd.min {
    position: fixed;
    top: 0px;
  }

  #nav-links {
    border-top-color: #e8eeea;
    padding-top:0px;
  }

  #nav .nav-box {
   padding-top:0px;
  }

  .logo {
    width: auto;
    padding-top: 20px;
    padding-left: 25px;
    padding-bottom: 20px;
    width: 350px;
    height: auto;
  }

  .logo a {
    width: 280px;
    height: 40px;
    margin-left: 0px;
  }

  .logo a:before {
    width: 280px;
    height: 40px;
    background-size: 280px auto;
  }

  .logo.bk a:before {
    background-image: url(/assets/img/logo_yoko_b.svg);
  }

  #hd.min .logo {
    display: block;
  }

  #nav .nav-box>ul {
    width: auto;
  }

  #snav .snav-box .btns .btn {
    font-size: 13px;
  }

  #nav .nav-box {
    padding-bottom: 10px;
  }

  #nav .nav-box ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c9170;
    font-size: 20px;
    text-align:center;
    width:100%
  }

  #nav .nav-box>ul>li>ul {
    display: none;
  }

  .ico_support01 {
    margin-right: 6px;
  }

  .ico_support01 svg path {
    fill: #4c9170;
  }

  .ico_support02 {
    margin-left: 4px;
    margin-right: 14px;
  }

  .ico_support02 svg path {
    fill: #4c9170;
  }

  .ico_support03 {
    margin-left: 6px;
    margin-right: 14px;
  }

  .ico_support03 svg polyline {
    fill: none;
    stroke: #4c9170;
  }

  .ico_support04 {
    margin-left: 2px;
    margin-right: 14px;
  }

  .ico_support04 svg path {
    fill: #4c9170;
  }

  .ico_support05 {
    margin-left: 3px;
    margin-right: 14px;
  }

  .ico_support05 svg path {
    fill: #4c9170;
  }

  .ico_support06 {
    margin-left: 6px;
    margin-right: 15px;
  }

  .ico_support06 svg path {
    fill: #4c9170;
  }

  .ico_support12 {
    margin-left: 6px;
    margin-right: 15px;
  }

  .ico_support12 svg path {
    fill: #4c9170;
  }

  .ico_support13 {
    margin-left: 6px;
    margin-right: 15px;
  }

  .ico_support13 svg path {
    fill: #4c9170;
  }

  .header_yohaku {
      height: 80px;
  }

  .mainVisual {
    padding-top: 80px;
  }

  .mainVisual-inner {
    padding-top: 120px;
  }

  .gaiyou-box img.pc{
    display:block;
  }

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

}

@media screen and (max-width:768px) {
  .logo {
    width: auto;
    height: 55px;
    border-right: none;
    padding-top: 18px;
    padding-left: 13px;
    padding-bottom: 0px;
    float: left;
    box-sizing: border-box;
  }

  .logo a {
    width: 167px;
    height: 24px;
    display: block;
    margin-left: 0;
    margin-right: auto;
    overflow: hidden;
  }

  .logo a:before {
    width: 167px;
    height: 24px;
    background-image: url(/assets/img/logo_yoko.svg);
    background-size: 167px auto;
    background-repeat: no-repeat;
  }

  #kifu {
    width: 65px;
    height: 55px;
    position: absolute;
    background-color: #ffe34a;
    right: 55px;
    top: 0px;
    display: block;
  }

  #kifu a {
    display: block;
    width: 65px;
    height: 55px;
    color: #fff;
    font-size: 9px;
    line-height: 1em;
    text-align: center;
    box-sizing: border-box;
    padding-top: 13px;
    font-weight: bold;
    color: #796a1a;
  }

  #kifu i {
    display: block;
    width: 20px;
    height: 24px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2px;
    padding-right: 2px;
  }

  #kifu i svg {
    width: 20px;
    height: 24px;
  }

  #kifu i svg path {
    fill: #796a1a;
    stroke-width: 0;
    stroke-linecap: round;
    troke-linejoin: round;
    stroke-miterlimit: 10;
  }

  #kifu a:hover {
    background-color: #ffe34a;
    color: #796a1a;
  }

  #kifu a:hover i svg path {
    fill: #796a1a;
  }

  .ico_support12 svg path {
    fill: #4c9170;
    stroke-width: 1;
    transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
  }

  .ico_support13 {
    width: 19px;
    height: 23px;
    position: relative;
    display: inline-block;
    margin-right: 10px;
  }

  .ico_support13 svg {
    width: 19px;
    height: 23px;
    position: absolute;
    left: 0px;
    top: 5px;
  }

  .ico_support13 svg path {
    fill: #4c9170;
    stroke-width: 1;
    transition: .2s cubic-bezier(0.44, 0.18, 0.49, 0.99);
  }

  #mn{ border-left: solid 1px #84a68d; z-index: 1000; width: 55px; height: 55px; }
  #mn button{ background-color: #4c9170; }
  #hd.min{ top: 0px; }

  #mn button{ height: 55px; width: 55px; display: block; padding: 0px; margin: 0px; border:none; background-color: #4c9170; }
  #mn button span{ display:block; width: 21px; height: 2px; background-color: #fff; position:absolute; left: 17px; top: calc(50% - 1px); }
  #mn button span:before{ content: ""; display:block; width: 21px; height: 2px; background-color: #fff; position:absolute; left: 0px; top: -7px; }
  #mn button span:after{ content: ""; display:block; width: 21px; height: 2px; background-color: #fff; position:absolute; left: 0px; top: 7px; }

  #mn.active{ border-left: solid 1px rgba(255,255,255,0); z-index: 8000; }
  #mn.active button{ height: 55px; width: 55px; display: block; padding: 0px; margin: 0px; border:none; background-color: rgba(255,255,255,0); }
  #mn.active button span{ display:block; width: 21px; height: 2px; background-color: rgba(255,255,255,0); position:absolute; left: 17px; top: calc(50% - 1px); }
  #mn.active button span:before{ content: ""; display:block; width: 26px; height: 2px; background-color: #4c9170; position:absolute; left: 0px; top: 0px; transform: rotate(45deg); }
  #mn.active button span:after{ content: ""; display:block; width: 26px; height: 2px; background-color: #4c9170; position:absolute; left: 0px; top: 0px; transform: rotate(-45deg); }

  #nav-links {
  }

  #nav .nav-box>ul {
    width: auto;
    display:block;
  }

  #snav .snav-box .btns .btn {
    font-size: 13px;
  }

  #nav .nav-box {
    padding-bottom: 10px;
  }

  #nav .nav-box ul li{
    width:auto;
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
  }

  #nav .nav-box ul li a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    color: #4c9170;
    font-size: 16px;
    text-align:center;
  }

  .header_yohaku {
      height: 55px;
  }

  .mainVisual {
    padding-top: 55px;
    background-image: url(/admin/wp-content/themes/learningforall/assets2/img/opt/main_sp.png);
    height:auto;
  }

  .mainVisual-inner {
    padding-top: 150px;
    padding-bottom:300px; 
  }

  .mainVisual .text {
    margin-left: 20px;
  }

  .mainVisual .text h1 {
    font-size: 25px;
    margin-bottom: 5px;
  }

  .mainVisual .text p span {
  }

  .mainVisual .text p {
    font-size: 15px;
  }

  .mainVisual .sankabtns .sankabtn {
    font-size: 18px;
    width: 200px;
  }

  .program {
    background-color: #ffffff;
    padding-bottom: 20px;
  }

  .ttl-h2 {
    font-size: 20px;
    padding: 10px 0px;
  }

  .ttl-h2.color-1 {
  }

  .ttl-h2.mb14 {
    margin-bottom: 14px;
  }

  .ttl-h3 {
    font-size: 16px;
    text-align: center;
    padding: 6px 0px;
  }

  .ttl-h3.color-1 {
  }

  .about_lfa .boldtext {
    font-size:18px;
  }

  .read {
    font-size: 14px;
    line-height: 1.4em;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .slideitems {
    padding-top: 20px;
    padding-bottom: 75px;
    background-color: #ffffff;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
  }

  .slideitems.slick-dotted.slick-slider {
    margin-bottom: 0px;
  }

  .slideitem {
    width: calc(100% - 60px);
    margin-left: 5px;
    margin-right: 5px;
  }

  .slideitem .text {
    padding-top: 15px;
  }

  .slideitem p {
    font-size: 20px;
    text-align: center;
  }

  .slideitem .label {
    font-size: 20px;
    color: #cf5e23;
    font-weight: bold;
  }

/*
  .embedvideo {
    width: 100%;
  }

  .embedvideo img {
    width: 100%;
    height: auto;
  }
  */

  .slideitem .embedvideo {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 230px;
    margin-bottom: 15px;
    margin-left: auto; margin-right: auto;
  }

  .slick-dots {
    bottom: 35px;
  }

  .slick-dots li {
    margin: 0px;
  }

  .slick-dots li button:before {
    font-size: 8px;
    color: #b7bfc6;
    opacity: 1;
  }

  .slick-dots li.slick-active button:before {
    color: #cf5e23;
  }

  .slick-prev {
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    left: calc(50% + 76px);
    bottom: 32px;
    top: auto;
    z-index: 100;
  }

  .slick-prev:before {
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background-image: url(/assets/img/opt2/ico_right_arw.png);
    background-size: 100%;
  }

  .slick-next {
    display: block;
    width: 9px;
    height: 15px;
    position: absolute;
    right: calc(50% + 76px);
    bottom: 32px;
    top: auto;
    z-index: 100;
  }

  .slick-next:before {
    opacity: 1;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    display: block;
    width: 9px;
    height: 15px;
    background-image: url(/assets/img/opt2/ico_left_arw.png);
    background-size: 100%;
  }

  .sanka-blocks {
    display: block;
    padding: 0px;
  }

  .sanka-block {
    margin-left: 10px;
    margin-right: 10px;
    background-color: #ffffff;
  }

  .sanka-block .thumb {
    margin: 10px;
  }

  .sanka-block .thumb img {
    width: 100%;
  }

  .sanka-block .text {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
  }

  .sanka-block .text p {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
  }

  .sanka-block .text ul {
    margin-left: 0px;
    padding-left: 0px;
    list-style: none;
  }

  .sanka-block .text ul li {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    color: #4c9170;
    text-indent: -1em;
    margin-left: 1em;
  }

  .sanka-block .text ul li:before {
    content: "・";
  }

  .sanka-block .text ul.color-1 li {
    font-size: 14px;
    line-height: 1.4em;
    font-weight: bold;
    color: #cf5e23;
  }

  .program_wrapper h2.ttl-h2 {
    margin-bottom: 0px;
  }

  .program_detail {
    background-color: #c1d3c6;
  }

  .program_detail .slide_area {
    padding-bottom: 30px;
    padding-top: 20px;
  }

  .low .ancher {
    border: none;
    margin-bottom: 0px;
  }

  .low .ancher a {
    position: relative;
    display: block;
    width: 100%;
  }

  .low .ancher img {
    width: 100%;
  }

  .ancher_text {
    box-sizing: border-box;
    position: absolute;
    left: calc(50% - 120px);
    top: calc(50% - 60px);
    width: 240px;
    height: auto;
    border: solid 3px #4c9170;
    padding: 20px 0px;
    padding-bottom: 35px;
    background-color: rgba(255, 255, 255, 0.7);
    text-align: center;
    align-items: flex-start;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
  }

  .ancher_text p {
    height: auto;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin: 0px;
    padding: 0px;
    line-height: 1.4em;
    color: #000000;
  }

  .ancher_text p.ancher_ttl {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    color: #4c9170;
  }

  .ico_arrow01 {
    display: block;
    width: 20px;
    height: 11px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
  }

  .ico_arrow01:before {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
  }

  .gaiyou-box {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }

  .gaiyou-box .ttl-h2.color-1 {
    margin-bottom: 10px;
  }

  .gaiyou-box img.pc{
    display:none;
  }

  .gaiyou-box img.sp{
    display:block;
  }

  .gaiyou-box .thumb {
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .gaiyou-box .thumb img {
    width: 100%;
  }

  .gaiyou-box .text {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
    border-bottom: solid 1px #4c9170;
    margin-bottom: 10px;
    width: auto;
    padding-left: 0px; padding-right: 0px;
  }

  .gaiyou-box .text h4 {
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    display: inline-block;
  }

  .gaiyou-box .text p {
    font-size: 12px;
    line-height: 1.6em;
    text-align: left;
  }

  .gaiyou-box .text strong {
  }

  .gaiyou-box .text:last-child {
    border-bottom: none;
  }

  .gaiyou-box dl {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
  }

  .gaiyou-box dl dt {
    border: solid 1px #4c9170;
    color: #4c9170;
    padding: 3px 10px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 8px;
  }

  .gaiyou-box dl dd {
    width: 100%;
    display: block;
    font-size: 12px;
    line-height: 1.5em;
    padding-bottom: 15px;
  }

  .card-block-flex{ margin: 0px;  display: block; }

  .card-block {
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }

  .card-block h4 {
    padding: 10px 0px;
    text-align: center;
    font-size: 18px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .card-block .thumb {
    margin-bottom: 10px;
    width: auto;
    box-sizing: border-box;
  }

  .card-block .thumb img{ max-width: 100%; height: auto; }

  .card-block .text {
    margin-bottom: 0px;
  }

  .card-block .text p {
  }

  .card-block .text table {
    margin-top: 5px;
  }

  .card-block .text table td,
  .card-block .text table th {
    font-size: 12px;
    text-align: left;
    line-height: 1.5em;
    font-weight: normal;
    width: auto;
  }

  .card-block .text table th {
    width:90px;
  }

  .schedule {
    background-color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
  }

  .schedule .schedule-ttl {
    display: flex;
    align-items: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .schedule .schedule-ttl h4 {
    color: #4c9170;
    line-height: 1.4em;
    padding-left: 9px;
    font-size: 18px;
    line-height: 1.0em;
  }
  .schedule .schedule-ttl h4 span{ font-size: 15px; }

  .schedule .schedule-ttl i.ico_schedule {
    width: 41px;
  }

  .schedule .schedule-ttl i.ico_schedule:before {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background-image: url(/assets/img/opt2/ico_program01.png);
    background-size: 100%;
  }

  .schedule {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }

  .schedule table {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: calc(100% - 20px);
    border-bottom: solid 1px #4c9170;
  }

  .schedule table th,
  .schedule table td {
    border: solid 1px #4c9170;
    padding: 5px;
    display: block;
    box-sizing: border-box;
    width: 100%;
  }

  .schedule table th {
    padding: 5px;
    font-size: 14px;
    line-height: 1.5em;
    border-bottom: none;
  }

  .schedule table td {
    font-size: 12px;
    line-height: 1.5em;
    border-bottom: none;
  }

  .ico_arrow_left {
    display: inline-block;
    height: 12px;
    width: 7px;
    margin-left: 12px;
  }

  .ico_arrow_left svg {
    display: inline-block;
    width: 7px;
    height: 12px;
  }

  .closebtn {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 175px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0;
    background-color: #fff;
    border-radius: 10px;
    line-height: 1.1em;
    font-size: 12px;
    color: #000;
    border-radius: 3px;
  }

  .program_detail.color-1 {
    background-color: #ecbfa7;
  }

  .program_detail.color-1 .ancher_text {
    border-color: #cf5e23;
  }

  .program_detail.color-1 .ttl-h2.color-1 {
    background-color: #cf5e23;
  }

  .program_detail.color-1 .ancher_text p.ancher_ttl {
    color: #cf5e23;
  }

  .ico_arrow02 {
    display: block;
    width: 20px;
    height: 11px;
    position: absolute;
    bottom: 10px;
    left: calc(50% - 10px);
  }

  .ico_arrow02:before {
    content: "";
    display: block;
    width: 20px;
    height: 11px;
    background-image: url(/assets/img/opt2/ico_ancher02.png);
    background-size: 100%;
  }

  .program_detail.color-1 .gaiyou-box .text h4 {
    color: #cf5e23;
  }

  .program_detail.color-1 .gaiyou-box .text strong {
    color: #cf5e23;
  }

  .program_detail.color-1 .gaiyou-box dl dt {
    border: solid 1px #cf5e23;
    color: #cf5e23;
  }

  .program_detail.color-1 .gaiyou-box .text {
    border-bottom: solid 1px #cf5e23;
  }

  .program_detail.color-1 .gaiyou-box .text:last-child {
    border-bottom: none;
  }

  .program_detail.color-1 .gaiyou-box dl dd strong {
    background: linear-gradient(transparent 60%, #f9fbc0 60%);
    color: #cf5e23;
  }

  .program_detail.color-1 .gaiyou-box dl dd p {
    padding-bottom: 1em;
  }

  .program_detail.color-1 .gaiyou-box dl dd p:last-child {
    padding-bottom: 0px;
  }

  .program_detail.color-1 .schedule .schedule-ttl h4 {
    color: #cf5e23;
  }
  .program_detail.color-1 .schedule table{ border-bottom: solid 1px #cf5e23; }
  .program_detail.color-1 .schedule table th,
  .program_detail.color-1 .schedule table td {
    border: solid 1px #cf5e23;
    padding: 5px;
    border-bottom: none;
  }

  .program_detail.color-1 .schedule table th {
    background-color: #fdf1eb;
    padding: 5px;
    font-size: 14px;
    line-height: 1.5em;
    border-bottom: none;
  }

  .program_detail.color-1 .schedule .schedule-ttl i.ico_schedule {
    width: 41px;
  }

  .program_detail.color-1 .schedule .schedule-ttl i.ico_schedule:before {
    content: "";
    display: block;
    width: 41px;
    height: 41px;
    background-image: url(/assets/img/opt2/ico_program02.png);
    background-size: 100%;
  }

  .soudan-box {
    border: solid 1px #427aa6;
    padding: 23px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-align: center;
  }

  .soudan-box h3 {
    text-align: center;
    font-size: 24px;
    color: #427aa6;
    border-bottom: 2px solid #427aa6;
    display: inline-block;
    margin-bottom: 10px;
  }

  .soudan-box p {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
  }

  .soudan-box a {
    font-size: 14px;
    line-height: 1.1em;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 5px;
    background-color: #427aa6;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
  }

  .line-box {
    border: solid 1px #00b900;
    padding: 23px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 30px;
  }

  .line-box h3 {
    text-align: center;
    font-size: 24px;
    color: #00b900;
    border-bottom: 2px solid #00b900;
    display: inline-block;
    margin-bottom: 10px;
  }

  .line-box p {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 14px;
  }

  .line-box a img {
    height: 31px;
    width: auto;
  }

  .step {
    padding: 10px 0px;
    margin-left: 10px;
    margin-right: 10px;
    display: block;
    width: auto;
  }
  .step:last-child{ border-bottom: 0px; }

  .entry_step h2.ttl-h2 {
    margin-bottom: 10px;
  }

  .step_ttl i {}

  .step img {
    width: 100%;
  }

  .step .thumb {
    width: 100%;
  }

  .step_ttl {
    display: flex;
  }

  .step_ttl h3 {
    font-size: 18px;
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .step_ttl h3 span {
    font-size: 18px;
  }

  .step_text {
    display: block;
    width: auto;
    padding: 0px;
  }

  .step .text p {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 10px;
  }

  .ico_step1 {
    display: inline-block;
    width: 70px;
    height: 25px;
    overflow: hidden;
  }

  .ico_step1:before {
    content: "";
    display: block;
    width: 70px;
    height: 26px;
    background-image: url(/assets/img/opt2/sp/ico_step1.png);
    background-size: 100%;
  }

  .ico_step2 {
    display: inline-block;
    width: 70px;
    height: 25px;
    overflow: hidden;
  }

  .ico_step2:before {
    content: "";
    display: block;
    width: 70px;
    height: 26px;
    background-image: url(/assets/img/opt2/sp/ico_step2.png);
    background-size: 100%;
  }

  .ico_step3 {
    display: inline-block;
    width: 70px;
    height: 25px;
    overflow: hidden;
  }

  .ico_step3:before {
    content: "";
    display: block;
    width: 70px;
    height: 26px;
    background-image: url(/assets/img/opt2/sp/ico_step3.png);
    background-size: 100%;
  }

  .ico_faq {
    display: block;
    width: 15px;
    height: 9px;
    overflow: hidden;
  }

  .ico_faq:before {
    content: "";
    display: block;
    width: 15px;
    height: 10px;
    background-image: url(/admin/wp-content/themes/learningforall/assets2/img/opt/ico_faq.png);
    background-size: 100%;
  }

  .faq {
    text-align: center;
  }

  .faq h2 {
    margin-bottom: 10px;
  }

  .faq h3 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5em;
    margin-bottom: 10px;
  }

  .faq h3 span {
    /* 20250731学生採用LP刷新項目１６　下線デザイン削除 
    background: linear-gradient(transparent 60%, #f7e8ee 60%);*/
  }

  .faq dl:last-child {
  }

  .faq dl {
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    padding: 10px 5px;
    padding-bottom: 0px;
  }

  .faq dl dt {
    padding-right: 40px;
    position: relative;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1.2em;
    margin-left: 1.2em;
    padding-bottom: 10px;
  }

  .faq dl dt:before {
    content: "Q";
    font-weight: bold;
    margin-right: .5em;
  }

  .faq dl dt i {
    position: absolute;
    right: 1px;
    top: 5px;
  }

  .faq dl dt i.up {
    transform: rotate(180deg);
  }

  .faq dl dd:before {
    content: "A";
    font-weight: bold;
    margin-right: .5em;
  }

  .faq dl dd {
    font-size: 14px;
    line-height: 1.5em;
    text-indent: -1.2em;
    margin-left: 1.2em;
    padding-right: 0px;
  }

  .faq_section {
    margin-bottom: 10px;
  }

  .faq_section:last-child {
    margin-bottom: 30px;
  }

  .voice {}

  .voice h2 {
    margin-bottom: 10px;
  }

  .voice h3 {
    border: 2px solid #4c9170;
    padding: 10px;
    text-align: center;
    max-width: 230px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    line-height: 1.5em;
  }

  .voice_block {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    display: block;
  }
  .voice_block:first-of-type{
    padding-top: 0px;
    border-top: none;
  }
  .voice_block:last-of-type {
    margin-bottom: 0px;
  }

  .voice_block .thumb {
    max-width: 151px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    width: 100%;
  }

  .voice_block .thumb img {
    width: 100%;
  }

  .voice_block .profile {
    text-align: center;
    padding-bottom: 10px;
  }

  .voice_block .profile h4 {
    display: inline-block;
    font-size: 18px;
    line-height: 1.4em;
    margin-bottom: 4px;
  }

  .voice_block .profile h4 span {
    font-size: 12px; line-height: 1.4em;
  }

  .voice_block .profile p {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }

  .voice_block .videos {
    display: block;
  }

  .voice_block .embedvideo {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 230px;
    margin-bottom: 15px;
    margin-left: auto; margin-right: auto;
  }

  .voice_block .embedvideo:last-child {
    margin-bottom: 0px;
  }

  .voice_block .embedvideo iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }

  .voice_block .embedvideo:last-of-type {
    margin-bottom: 0px;
  }

  .voice_block .text-block {
    width: 100%;
    padding: 0px;
  }

  .voice_block .text p {
    font-size: 14px;
    line-height: 1.5em;
  }

  .voice_block .text strong {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
  }

  .fixed-btn {
    display: none;
  }
}