/*
Theme Name: 学ぼうプロジェクト
*/


a {
  text-decoration: none;
  color: inherit;
}

ul {
  padding: 0;
}
li {
  list-style: none;
}
a:hover {
  color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}

body {
  font-size: 100%;
  letter-spacing: .05em;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", sans-serif;
  line-height: 2;
  color: #262626;
}

p {
  letter-spacing: .1em;
  line-height: 2;
}
img{ /* 20241217 added*/
  width:100%;
}
#breadcrumb {
  display: none;
}
.l-container {
  padding: 0;
}
.btn {
  padding: 1rem 3rem;
  background-color: #FEF6B7;
  color: #176913;
  font-weight: bold;
  border-radius: 2rem;
  border: #176913 1px solid;
}
.w-1080 {
  max-width: 1080px;
  margin: auto;
  width: 100%;
  overflow: unset;
}
.w-1200 {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  overflow: unset;
}
.yel-cov1 {
  background-color: #FFFCE3;
}
.yel-cov2 {
  background-color: #FEF6B7;
}
.h2 {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 1rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
header {
  position: relative;
}
.list01 {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.list01 li {
  font-size: 1.25rem;
  font-weight: 600;
  display: flex;
  line-height: 1;
}
.list01 li::before {
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  min-width: 1.25rem;
  min-height: 1.25rem;
  display: inline-block;
  border-radius: 0.625rem;
  background-color: #176913;
  margin-right: 1rem;
}
.col3 {
  display: flex;
  justify-content: space-between
}
.col3c {
  width: 31%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.col3c h4 {
  font-size: 1.25rem;
  color: #176913;
}
.text-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.l-header__body {
  padding: 0 2rem;
}
.has-text>.c-headLogo {
  font-size: 1.5rem;
  font-weight: 600;
}
.l-header__logo.has-text {
  display: inline-block;
}
.head-sub {
  display: inline;
  font-size: 1rem;
  font-weight: bold;
}

.mv {
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 800px;
  position: relative;
}
.mv-cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(https://solarism.co.jp/wp-content/uploads/2025/04/mv-bg.png);
  background-size: cover;
  background-position: bottom 50% center;
}
.mv-cover::after {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.3;
  display: block;
}

.mv-text {
  position: absolute;
  bottom: 3rem;
  left: 5%;
  z-index: 1;
  text-align: right;
  color: white;
  font-weight: 600;
  letter-spacing: .1em;
}
.mv-text h1 {
  line-height: 1.8;
  font-size: 3rem;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.mv-text p {
  font-size: 1.5rem;
  -webkit-text-stroke: 0.5px white;
  text-stroke: 0.5px white;
}
.mv-text p ,.mv-text h1 {
  text-shadow: 0px 3px 6px #00000029;
  text-align: left;
  color: #176913;
}

.about ,.reason ,.merit ,.training ,.content ,.curric ,.voice ,.flow {
  padding: 4rem 0;
}
.contact {
  padding-top: 4rem;
}
.head-img {
  text-align: center;
}
.about .head-img {
  text-align: right;
  height: 3rem;
  width: auto;
}
.head-img img {
  height: 3rem;
  width: auto;
}

.about p {
  font-size: 1.25rem;
  font-weight: 600;
}
.back-yel {
  font-size: 1.75rem;
  color: #176913;
  padding: 1rem 1.5rem;
  background-color: #FEF6B7;
  display: inline-block;
}
.reason-conts {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.reason-cont {
  display: flex;
  position: relative;
}
.reason-cont h3 {
  font-size: 1.25rem;
}
.reason-text {
  width: 55%;
  padding: 2rem 2.5rem;
  background-color: white;
  z-index: 1;
  margin-top: 2rem;
}
.reason-img {
  width: 50%;
  position: absolute;
  right: 0;
}

.reason-text h3::after {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #176913;
  z-index: 2;
  display: block;
  margin-top: 1rem;
}
.reason-cont:nth-child(even) {
  justify-content: flex-end
}

.reason-cont:nth-child(even) .reason-img {
  right: auto;
  left: 0;
}
.training-conts {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.training-cont {
  display: flex;
}
.training-text {
  width: 50%;
  padding: 1.5rem 2rem;
  background-color: white;
}
.training-img {
  width: 50%;
}
.back-green {
  display: inline-block;
  background-color: #176913;
  color: white;
  padding: 0.5rem;
  font-size: 1.25rem;
}
.training-text p::before {
  content: "";
  width: 60px;
  height: 2px;
  background-color: #176913;
  z-index: 2;
  display: block;
  margin: 1rem 0;
}

.step-flow {
  display: flex;
  flex-direction: column;
}
.step-cont p {
  border-bottom: #176913 2px solid;
  margin: 0;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1.5rem 0;
}
.step-arrow::after {
  content: "";
  display: block;
  width: 60px;
  height: 30px;
  border-top: #176913 15px solid;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  margin: auto;
}

.content-img {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.curric-img img {
  width: 100%;
}
.menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.menu li {
  font-size: 1.125rem;
  font-weight: bold;
  color: white;
  background-color: #176913;
  width: 47%;
  text-align: center;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
}
.voice-conts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.voice-cont {
  width: 32%;
  background-color: white;
  padding: 2rem 1rem;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.voice-cont h4 {
  font-size: 1.125rem;
  color: #176913;
  line-height: 1.6;
}
.flow-text {
  display: flex;
  width: 100%;
  border-bottom: 2px solid #176913;
  padding-bottom: 1rem;
}
.flow-text p {
  border: none;
}
.flow-text > p {
  width: 15%;
}
.flow-text > div {
  width: 85%;
  padding-top: 1.5rem;
}
.flow-text div p {
  font-weight: 400;
  font-size: 1rem;
  padding: 0;
}
.flow-text div h5 {
  font-size: 1.5rem;
}

.form li {
  border-top: 1px solid #D1D1D1;
  padding: 20px 8px;
}
.form li .col-md-3 {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
}
.required {
  font-size: 0.75rem;
  padding: 6px 16px;
  background-color: #FEF6B7;
  border-radius: 5px;
  white-space: nowrap;
  color: #262626;
}
.form {
  margin-bottom: 100px;
}
.form ul {
  padding: 0;
}
.form > .container > li {
  border-top: none;
}
.form ul ul {
  padding: 0;
}
.form li .col-md-9 .form-text {
  width: 100%;
  border-radius: 5px;
  border: none;
  background-color: #FEF6B7;
  padding: 0.5rem 1rem;
}
.form li .col-md-9 .form-text.tel {
  width: 5rem;
}
.mwform-checkbox-field input {
  border: none;
  background-color: #FEF6B7;
}
.mwform-checkbox-field {
  margin-left: 0 !important;
  margin-right: 10px;
  line-height: 2;
}
.form .box {
  margin-top: 40px;
  max-height: 500px;
  overflow: scroll;
  border: solid 1px #D1D1D1;
  padding: 1rem;
  margin-bottom: 20px;
}
.form .contact-button {
  text-align: center;
}
.form .form-btn {
  padding: 1rem 4rem;
  background-color: #229DDF;
  color: white;
  font-weight: bold;
}
.form .mwform-checkbox-field {
  display: inline-block;
  margin-right: 2rem;
}
.select-head {
  font-weight: bold;
}
.sp {
  display: none;
}

.header-btn {
  padding: 0.5rem 0;
}
.header-btn .c-gnav__a {
  background-color: #FEF6B7;
  color: #176913;
  font-weight: bold;
  border: #176913 1px solid;
  border-radius: 2rem;
  padding: 1rem 2rem;
}
.sp-btn {
  display: none;
}
@media screen and (max-width:1200px) {
  .w-1200 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width:1080px) {
  .w-1080 {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (max-width:768px) {
  body {
    font-size: 90%;
  }
  .sp {
    display: block;
  }
  .sp.back-yel {
    display: inline-block;
    font-size: 1.5rem;
  }
  .pc {
    display: none;
  }
  .mv-text h1 {
    font-size: 5vw;
  }
  .mv-text p {
    font-size: 3.5vw;
  }
  .cause-img .cause-img-cont {
    width: 100%;
  }
  .cause-img .cause-img-cont:nth-child(2) {
    width: 100%;
    padding-top: 2rem;
  }
  .simple-table tr td {
    display: block;
    width: 100%;
  }
  .simple-table tr td:first-child {
    border: none;
    width: 100%;
    padding-bottom: 0;
  }
  .u-flex--c {
    flex-direction: column;
    text-align: right;
  }
  .has-text>.c-headLogo {
    font-size: 0.875rem;
  }
  .head-img img {
    height: 2rem;
  }
  .about p {
    font-size: 1.1rem;
  }
  .h2 {
    font-size: 1.25rem;
  }
  .reason-img {
    position: relative;
    width: 100%;
  }
  .reason-text {
    width: 100%;
  }
  .reason-cont {
    flex-wrap: wrap;
  }
  .reason-conts {
    gap: 1.5rem;
  }
  .col3 {
    flex-wrap: wrap;
  }
  .col3c {
    width: 100%;
    margin-bottom: 1rem;
  }
  .col3c h4 {
    font-size: 1.125rem;
  }
  .training-cont {
    flex-wrap: wrap;
  }
  .training-text ,.training-img {
    width: 100%;
  }
  .menu li {
    width: 100%;
  }
  .voice-cont {
    width: 100%;
  }
  .flow-text {
    flex-wrap: wrap;
  }
  .flow-text > p ,.flow-text > div {
    width: 100%;
  }
  .flow-text > p {
    padding-bottom: 0.5rem;
    font-size: 1.125rem;
  }
  .flow-text > div {
    padding-top: 0.5rem;
  }
  .flow-text div h5 {
    font-size: 1.125rem;
  }
  .mv {
    max-height: 500px;
  }
  .mv-text h1 ,.mv-text p {
    -webkit-text-stroke: 0;
    text-shadow: 0px 3px 6px #FFFFFF;
  }
  .l-header__body {
    display: flex;
  }
  .head-sub {
    font-size: 0.75rem;
    line-height: 1.5;
  }
  .l-header__logo.has-text {
    margin: 0;
  }
  .l-header__center {
    line-height: 1.5;
  }
  .sp-btn {
    display: block;
    position: absolute;
    right: 3%;
    top: 110%;
  }
  .btn {
    padding: .5rem 2rem;
    font-size: 0.875rem;
  }
}


/* 20241217 added*/
.contact .head-img{
  margin-top:5rem;
}
.application-form{
  margin-bottom:5rem;
}

.application-form input{
  width:100%;
}

.application-form .contact-button{
  padding:2rem;
  width:250px;
  margin:auto;
}
.application-form textarea{
  width:100%;
}

.hatarakinagara-copyright{
  text-align: center;
  font-size:0.8rem;

}
header {
  position: relative;
  display: flex;
  padding: 1rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
}



@media screen and (max-width:768px){
  .header-btn{
    text-align: right;
  }

  header {
    display: grid;
    grid-template-columns: 1fr;
    padding: 1rem 1rem;
  }
  header h1{
    font-size:1.4rem;
    text-align: center;
    margin-bottom:0;
  }
  .reason-text{
    padding:1.5rem;
  }

}

.grecaptcha-badge{
  bottom: 100px  !important;
}
