@charset "utf-8";
/* CSS Document */

.container {
  margin-bottom: 0;
}

.container * {
  box-sizing: border-box;
}

/* ------ works-box ---------------------------- */

.img img {
  margin-right: 40px;
  width: 470px;
}

.img img:last-child {
  margin-right: 0;
}

.article .center:last-child {
  margin-top: 15px;
}
h2 {
  margin: 115px 0 0 50px;
}
.article h2 .ja {
  font-weight: bold;
  margin-top: 15px;
}
.article h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 50px;
}
.article p {
  font-size: 16px;
  margin: 50px 0 0;
}
table {
  border-collapse: collapse;
  font-size: 16px;
}
table th, table td {
  border: none; /* layout.cssの指定を打ち消す */
  padding: 15px 20px;
}
table thead th, table thead td {
  background: #eee;
  border: none; /* layout.cssの指定を打ち消す */
}
table tbody th {
  text-align: center;
  vertical-align: middle;
}
table tbody tr {
  border-bottom: 1px solid #666;
}

/* lecture */
.lecture {
  display: flex;
}
.lecture p {
  padding-right: 30px;
}
.lecture img {
  margin-top: 50px;
}
.lecture-guide h3::before {
  content: none;
}
.lecture-guide .txt {
  position: absolute;
  width: 670px;
  padding: 40px 0 0 60px;
}
.lecture-guide {
  position: relative;
  height: 352px;
  width: 980px;
  background-image: url(../images/img_002.png);
  margin-top: 40px;
}

.lecture-guide h3{
  font-size: 23px;
  font-weight: bold;
  border-top: 3px solid #43b2d5;
  width: 190px
}


/* about */
section {
  background-color: #eee;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
section {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  }
.about p {
  width: 550px;
  margin: 55px auto 0;
}
.about .small {
  margin-top: 15px;
  font-size: 14px;
}
.about-table {
  width: 400px;
  margin: 30px auto 0;
}
.article table {
  margin-top: 0px;
  border: 1px solid #666666;
}

section li:before {
    content:  "";
    width:  7px;              
    height:  7px;             
    display:  inline-block;     
    background-color: #43b2d6;  
    border-radius:  50%;        
    position:  relative;       
    top: 9px;
    left: 0;                  
    margin-right: 12px; 
  position: absolute;
}
.course h3 {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 95px;
}
.course h4 {
  color: #333;
}
.course h4::before {
  content: none;
}
.course h4 span {
  display: flex;
  align-items: center;
  font-size: 23px;
}
.course span span {
  font-family: "Fjalla One";
  font-weight: 100;
  font-size: 80px;
  color: #96cbe0;
  background-color: #eee;
}
.course {
  padding: 70px 0 10px;
  margin-top: 70px;
}
.one , .three {
  display: flex;
}
.one .image , .three .image {
  margin: 0 0 0 auto;
}
.two , .four {
  display: flex;
  flex-direction: row-reverse;
}
.two .image , .four .image {
  margin: 0 auto 0 0;
}
.one, .two, .three, .four {
  margin-bottom: 80px;
}
.course .txt {
  width: 430px;
  vertical-align: top;
}
.course li {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 25px;
  position: relative;
    padding-left: 15px;
}
.article h4 span {
  background: none;
  padding-right: 20px;
}
.article h4 {
    margin-top: -30px;
}


/* price */
.price-table {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.price table {
  width: 510px;
}
.price table td, .price table th {
  border-right: 1px solid #666;
  padding: 15px;
}
.price-table .rice {
  margin-top: 0;
  margin-left: 35px;
  flex: 1;
}
.price-table .small {
  font-size: 14px;
}



/* contact */
.contact p.center {
  margin: 50px auto !important;
}
.subsidy {
    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: 25px 60px;
    border: 2px solid #ddd;
    width: 58%;
    margin: 20px auto;
}
.subsidy img {
  width: 61px;
  padding: 0 0 0 10px;
}
.article .cta {
  background-image: url(../images/img_010.jpg);
  margin-top: 30px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);

}
.cta {
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.cta .list {
  display: flex;
  justify-content: space-between;
  margin-top: 3%;
  padding-bottom: 40px;
}
.cta .list p {
    font-size: 20px;
    font-weight: bold;
    color: #eee;
    background: #fff;
    margin-top: 0;
    padding: 20px;
    position: relative;
}
.cta .list p:first-of-type::after {
  display: block;
  position: absolute;
  content: '';
  width: 1px;
  height: 28px;
  top: calc(50% - (28px / 2));
  right: 0;
  background: #52b9d5;
}
.cta .list * {
  width: 100%;
}
.cta .list .cta-mail {
  padding-left: 20px;
} 
.cta .list .cta-mail a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background: #52b9d5;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.cta .list a {
    text-decoration: none;
  color: #52b9d5;
}
.article .cta-title {
  font-weight: bold;
  padding-top: 40px;
}
.list span {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #43b2d5;
  padding: 8px 15px;
  margin-right: 10px;
}
.group {
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .article p {
    padding-right: 0px;
    margin-top: 25px;
    width: 100%;
  }
  .article h2 {
    margin: 70px 0 40px 0;
  }
  .article h3 {
    margin-top: 0%;
    line-height: 30px;
    font-size: 20px;
  }
  .article h4 {
    font-size: 120%;
    display: flex;
    align-items: center;
  }
  .course h4 span {
    font-size: 320%;
  }
  .course {
    margin: 5% 0;
    padding-bottom: 70px;
  }
  .course h3 {
    margin-bottom: 65px;
  }
  .course .txt {
    width: 100%;
  }
  .course span {
    font-family: "Fjalla One";
    font-weight: 100;
    font-size: 80px;
    color: #96cbe0;
    background-color: #eee;
  }
  .lecture {
    flex-direction: column-reverse;
  }
    .lecture img {
    margin-top: 0px;
  }
  .lecture-guide {
    width: 100%;
    height: auto;
    background-color: #eee;
  }
  .lecture-guide {
    position: relative;
    background-image: url(../images/img_002.png);
    margin-top: 40px;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 190%;
  }
  .lecture-guide h3 {
    margin-bottom: 0%;
  }
  .lecture-guide .txt {
    margin: 0px;
    padding: 40px 25px 260px 25px;
    box-sizing: border-box;
    position: relative;
    width: 100%;
  }
  .one, .two, .three, .four {
    flex-direction: column;
  }
  .one .image, .two .image, .four .image {
    display: flex;
    gap: 10px;
  }
  .one .image img,.two .image img, .four .image img {
    max-width: 48%;
  }
  .four {
    margin-bottom: 0px;
  }
  .about {
    margin: 0 0 60px;
  }
  .about-table {
    width: 100%;
  }
  table th, table td {
    width: 100%;
  }
  .course li {
    margin-bottom: 15px;
  }
  .price {
    flex-direction: column;
    margin: 5% 0;
  }
  .price h3 {
    margin-top: 40px;
  }
  .price table {
    width: 100%;
  }
  .price table th,.price table td {
    display: table-cell;
    width: calc(100% / 3);
  }
  .price-table {
    flex-direction: column;
  }
  .price-table .rice {
    margin-top: 20px;
    margin-left: 0;
  }
  .contact {
    margin: 5% 0;
  }
  .contact p.center {
    margin: 20px auto !important;
  }
  .cta {
    margin-bottom: 0;
  }
  .cta .list {
    flex-direction: column;
  }
  .cta .list p {
    padding: 10px;
  }
  .cta .list p:first-of-type::after {
    content: none;
  }
  .cta .list p span {
    display: inline-block;
    text-align: center;
    width: 4rem;
    padding: 0;
  }
  .cta .list .cta-mail {
    padding-top: 10px;
    padding-left: 0;
  }
  .cta .list .cta-mail a {
    padding: 15px;
  }
  .three img {
    width: 100%;
  }
  .subsidy {
    margin: 5% 0;
    width: 100%;
    padding: 25px;
  }
}

@media screen and (min-width: 750px){
  .pc { display:inline; }
  .sp { display:none; }
}
.pc { display:none; }
.sp { display:inline; }