@charset "utf-8";
/* mv
-------------------------------------------------------------- */
#mv {
  margin-bottom: 200px;
}
@media (max-width:1200px) {
  #mv {
    margin-bottom: 150px;
  }
}
@media (max-width:767px) {
  #mv {
    margin-bottom: 70px;
  }
}
/* lead
-------------------------------------------------------------- */
#lead h2 {
  padding-bottom: 70px;
  font-size: 4.8rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
#lead ul {
  margin: auto;
  width: 90%;
}
#lead li {
  padding: 30px;
  border: 5px solid #03af7a;
  border-radius: 15px;
  width: 31%;
  text-align: center;
}
#lead li p {
  padding-top: 20px;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.1;
}
#lead .txt {
  padding: 70px 0 100px;
  margin: auto;
  width: 90%;
}
#lead .arrow img {
  max-width: 350px;
}
#lead .txtLow {
  padding: 60px 0 130px;
  text-align: center;
  font-size: 9rem;
  font-weight: 700;
  line-height: 1.2;
}
#lead .txtLow span {
  font-weight: 700;
}
#lead .txtLow small {
  display: block;
  padding-top: 20px;
  font-size: 2.4rem;
}
@media (max-width:1200px) {
  #lead h2 {
    padding-bottom: 80px;
    font-size: 3.4rem;
  }
  #lead li p {
    padding-top: 20px;
    font-size: 3rem;
  }
  #lead .txt {
    padding: 80px 0;
  }
  #lead .arrow img {
    max-width: 300px;
  }
  #lead .txtLow {
    padding: 80px 0 150px;
    font-size: 7rem;
  }
  #lead .txtLow small {
    font-size: 3rem;
  }
}
@media (max-width:767px) {
  #lead h2 {
    padding-bottom: 40px;
    font-size: 3rem;
    text-align: left;
  }
  #lead ul {
    width: 100%;
  }
  #lead li {
    padding: 5px;
    border: 3px solid #03af7a
  }
  #lead li p {
    padding-top: 5px;
    font-size: 1.1rem;
  }
  #lead .txt {
    padding: 40px 0;
    width: 100%;
  }
  #lead .arrow img {
    max-width: 100px;
  }
  #lead .txtLow {
    padding: 30px 0 50px;
    font-size: 4.6rem;
    line-height: 1.5;
  }
  #lead .txtLow small {
    padding-top: 0;
    font-size: 2rem;
  }
}
/* about
-------------------------------------------------------------- */
#about .main {
  margin-bottom: 140px;
}
#about .beforeAfter {
  align-items: flex-start;
}
#about .beforeAfter p {
  text-align: left;
  font-weight: 500;
}
#about .beforeAfter p span {
  font-weight: 500;
}
#about .before {
  width: 36%;
  text-align: center;
}
#about .arrow {
  padding: 130px 20px;
  width: 28%;
  text-align: center;
}
#about .arrow p {
  text-align: center;
}
#about .arrow img {
  max-width: 200px;
}
#about .after {
  width: 36%;
  text-align: center;
}
#about .txtBut {
  padding: 140px 0;
  text-align: center;
  font-size: 9rem;
  font-weight: 700;
}
#about .checkBox {
  margin-bottom: 180px;
  padding: 40px;
  border: 5px solid #03af7a;
}
#about .checkBox li {
  position: relative;
  padding: 0 0 25px 50px;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
}
#about .checkBox li::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 42px;
  height: 43px;
  background: url(../img/top/about_ico.png) no-repeat center / contain;
  content: "";
}
#about .guidanceArea .txtLead {
  padding-bottom: 120px;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
}
#about .guidanceArea .txtArea {
  width: 62%;
}
#about .guidanceArea .txtArea p, #about .guidanceArea .txtArea span {
  font-weight: 500;
}
#about .guidanceArea .short figure {
  margin: 150px auto 0;
  width: 50%;
}
#about .guidanceArea .btn {
  padding: 50px 0 130px;
}
#about .guidanceArea .btn a {
  max-width: 100%;
}
#about .typeArea {
  position: relative;
  margin-bottom: 140px;
  padding: 70px 40px;
  border: 5px solid #03af7a;
  font-size: 3rem;
}
#about .typeArea p {
  padding-bottom: 70px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
#about .typeArea ul {
  margin: auto;
  max-width: 80%;
}
#about .typeArea li {
  width: 25%;
  justify-content: center;
}
#about .typeArea li span {
  display: block;
}
#about .typeArea .img {
  position: absolute;
  right: -5%;
  bottom: -30px;
  max-width: 18%;
}
@media (max-width:1200px) {
  #about .main {
    margin-bottom: 120px;
  }
  #about .before {
    width: 35%;
  }
  #about .arrow {
    padding: 100px 20px;
    width: 30%;
  }
  #about .arrow img {
    max-width: 150px;
  }
  #about .after {
    width: 35%;
  }
  #about .txtBut {
    padding: 80px 0;
    font-size: 5rem;
  }
  #about .checkBox {
    margin-bottom: 140px;
    padding: 40px;
  }
  #about .checkBox li {
    padding: 0 0 20px 50px;
    font-size: 2.4rem;
  }
  #about .checkBox li::before {
    top: 0;
    width: 40px;
  }
  #about .guidanceArea .txtLead {
    padding-bottom: 120px;
    font-size: 3.4rem;
  }
  #about .guidanceArea .btn {
    padding: 120px 0;
  }
  #about .typeArea {
    position: relative;
    margin-bottom: 200px;
    padding: 80px 50px;
    font-size: 2.4rem;
  }
  #about .typeArea p {
    padding-bottom: 40px;
  }
  #about .typeArea ul {
    max-width: 90%;
  }
  #about .typeArea li {
    width: 28%;
  }
  #about .typeArea .img {
    max-width: 20%;
  }
}
@media (max-width:767px) {
  #about .main {
    margin-bottom: 50px;
  }
  #about .beforeAfter img {
    max-width: 180px;
  }
  #about .before {
    width: 100%;
  }
  #about .arrow {
    padding: 40px 20px;
    width: 100%;
  }
  #about .arrow img {
    max-width: 70px;
  }
  #about .after {
    width: 100%;
  }
  #about .txtBut {
    padding: 50px 0;
    font-size: 5rem;
  }
  #about .checkBox {
    margin-bottom: 80px;
    padding: 0;
    border: none;
  }
  #about .checkBox li {
    padding: 0 0 0 30px;
    font-size: 2.8rem;
    line-height: 2;
  }
  #about .checkBox li::before {
    top: 5px;
    width: 25px;
  }
  #about .checkBox p {
    padding-top: 20px;
  }
  #about .guidanceArea .txtLead {
    padding-bottom: 50px;
    font-size: 2.8rem;
  }
  #about .guidanceArea .txtArea {
    width: 100%;
  }
  #about .guidanceArea figure {
    margin: 20px auto;
    width: 70%;
  }
  #about .guidanceArea .short figure {
    margin: 50px auto 0;
    width: 50%;
  }
  #about .guidanceArea .btn {
    padding: 50px 0;
  }
  #about .typeArea {
    margin-bottom: 140px;
    padding: 40px 20px;
    border: 3px solid #03af7a;
    font-size: 2.6rem;
  }
  #about .typeArea p {
    padding-bottom: 30px;
    text-align: left;
  }
  #about .typeArea ul {
    max-width: 100%;
  }
  #about .typeArea li {
    padding-bottom: 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }
  #about .typeArea li img {
    width: 50%;
  }
  #about .typeArea li span {
    display: inline-block;
    width: 40%;
  }
  #about .typeArea .img {
    right: -5%;
    bottom: -10%;
    max-width: 40%;
  }
}
/* way
-------------------------------------------------------------- */
#way {
  margin-bottom: 140px;
  padding-bottom: 200px;
}
#way h2 {
  margin-bottom: 140px;
  padding: 15px;
  background: #03af7a;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#way .txtNote {
  padding: 40px 0 140px 10%;
  font-size: 1.8rem;
  font-weight: 400;
}
#way .cvArea2 {
  position: relative;
  padding: 70px;
  border: 5px solid #03af7a;
}
#way .cvArea2::after {
  position: absolute;
  left: 0;
  bottom: -180px;
  width: 100%;
  height: 2px;
  background: #03af7a;
  content: "";
}
#way .cvArea2 .flex {
  margin: auto;
  width: 90%;
}
#way .cvArea2 figure {
  width: 35% !important;
  text-align: center;
}
#way .cvArea2 figure img {
  max-width: 200px;
}
@media (max-width:1200px) {
  #way {
    margin-bottom: 100px;
    padding-bottom: 150px;
  }
  #way h2 {
    margin-bottom: 80px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
  #way .txtNote {
    padding: 40px 0 80px 5%;
    font-size: 1.6rem;
  }
  #way .cvArea2 {
    padding: 40px;
  }
  #way .cvArea2::after {
    bottom: -180px;
  }
  #way .cvArea2 figure img {
    max-width: 150px;
  }
}
@media (max-width:767px) {
  #way {
    margin-bottom: 70px;
    padding-bottom: 100px;
  }
  #way h2 {
    margin-bottom: 40px;
    font-size: 2.4rem;
  }
  #way .txtNote {
    padding: 30px 0 80px;
    font-size: 1.6rem;
  }
  #way .cvArea2 {
    padding: 40px 20px 20px;
    border: 3px solid #03af7a
  }
  #way .cvArea2::after {
    bottom: -100px;
  }
  #way .cvArea2 figure {
    width: 100% !important;
  }
  #way .cvArea2 figure img {
    max-width: 60%;
  }
}
/* case
-------------------------------------------------------------- */

#case h2 {
  padding: 70px 0;
  border-top: 2px solid #03af7a;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#case .caseBox {
  position: relative;
  margin-bottom: 80px;
  border: 5px solid #03af7a;
}
#case .caseBox .prof {
  background: #ffffd4;
}
#case .caseBox .prof .name {
  align-items: center;
  padding: 3px 40px 10px;
  background: url(../img/top/case_arrow.png) no-repeat center right / auto 100%;
  color: #fff;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.2;
}
#case .caseBox .prof dl {
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 310px);
  font-size: 1.8rem;
}
#case .caseBox .prof dt {
  margin-right: 20px;
  font-weight: 700;
}
#case .caseBox .prof dd {
  margin-right: 40px;
  font-weight: 700;
}
#case .caseBox .main {
  padding: 35px;
}
#case .caseBox .main figure {
  width: 15%;
}
#case .caseBox .main .txtArea {
  width: 80%;
}
#case .caseBox .main .txtArea dl {
  font-size: 1.8rem;
}
#case .caseBox .main .txtArea dt {
  padding-bottom: 10px;
}
#case .caseBox .main .txtArea dt strong {
  display: inline-block;
  border-bottom: 1px solid #03af7a;
  line-height: 1.2;
}
#case .caseBox .main .txtArea dd {
  padding-bottom: 10px;
}
#case .txtNote {
  margin: -50px 0 140px;
  font-size: 1.8rem;
}
#case .btn {
  padding-bottom: 140px;
  border-bottom: 1px solid #000;
}
#case .btn a {
  max-width: 830px;
}
@media (max-width:1200px) {
  #case h2 {
    padding-bottom: 40px;
    font-size: 2.4rem;
  }
  #case .caseBox {
    margin-bottom: 50px;
  }
  #case .caseBox .prof .name {
    font-size: 2.8rem;
  }
  #case .caseBox .prof dl {
    justify-content: flex-start;
    align-items: center;
    width: calc(100% - 280px);
    font-size: 1.8rem;
  }
  #case .caseBox .prof dd {
    margin-right: 0;
  }
  #case .caseBox .main {
    padding: 30px;
  }
  #case .caseBox .main figure {
    width: 20%;
  }
  #case .caseBox .main .txtArea {
    width: 75%;
  }
  #case .caseBox .main .txtArea dl {
    font-size: 1.6rem;
  }
  #case .txtNote {
    margin: -30px 0 80px;
    font-size: 1.6rem;
  }
  #case .btn {
    padding-bottom: 100px;
  }
}
@media (max-width:767px) {
  #case h2 {
    padding-bottom: 50px;
    font-size: 2.4rem;
  }
  #case .caseBox {
    margin-bottom: 40px;
    border: 3px solid #03af7a
  }
  #case .caseBox .prof .name {
    padding: 10px 20px 14px;
    width: 100%;
    background: #03af7a;
    font-size: 2.2rem;
  }
  #case .caseBox .prof dl {
    padding: 5px 20px;
    width: 100%;
    font-size: 1.8rem;
  }
  #case .caseBox .prof dt {
    margin-right: 20px;
    width: 35%;
  }
  #case .caseBox .prof dd {
    width: 55%;
  }
  #case .caseBox .main {
    padding: 20px;
  }
  #case .caseBox .main figure {
    display: none;
  }
  #case .caseBox .main .txtArea {
    width: 100%;
  }
  #case .caseBox .main .txtArea dl {
    font-size: 1.8rem;
  }
  #case .txtNote {
    margin: -20px 0 80px;
    font-size: 1.6rem;
  }
  #case .btn {
    padding-bottom: 70px;
  }
}
/* trouble
-------------------------------------------------------------- */
#trouble .flex {
  padding: 140px 0;
}
#trouble .txtArea {
  width: 50%;
}
#trouble .txtArea p {
  font-size: 4.8rem;
  font-weight: 700;
}
#trouble .img {
  width: 46%;
}
#trouble h2 {
  padding-bottom: 70px;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#trouble dl {
  margin-bottom: 40px;
  padding: 40px;
  border: 5px solid #03af7a;
  font-size: 1.8rem;
}
#trouble dt {
  margin-bottom: 20px;
  padding-left: 20px;
  border-left: 16px solid #03af7a;
  line-height: 1.2;
  font-weight: 700;
}
#trouble .txtLast {
  padding: 130px 0 30px;
  font-size: 3rem;
  font-weight: 700;
}
#trouble .last img {
  max-width: 350px;
}
@media (max-width:1200px) {
  #trouble .flex {
    justify-content: flex-end;
    padding: 100px 0;
  }
  #trouble .txtArea p {
    font-size: 3.4rem;
  }
  #trouble .img {
    width: 50%;
  }
  #trouble h2 {
    padding-bottom: 50px;
  }
  #trouble dl {
    padding: 30px;
  }
  #trouble .txtLast {
    padding: 100px 0 40px;
  }
  #trouble .last {
    margin-bottom: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width:767px) {
  #trouble .flex {
    padding: 70px 0;
  }
  #trouble .txtArea {
    width: 100%;
  }
  #trouble .txtArea p {
    padding-bottom: 20px;
    font-size: 3rem;
  }
  #trouble figure {
    margin: auto;
  }
  #trouble h2 {
    padding-bottom: 40px;
    font-size: 2.4rem;
  }
  #trouble dl {
    margin-bottom: 30px;
    padding: 20px;
    border: 3px solid #03af7a;
    font-size: 1.8rem;
  }
  #trouble dt {
    margin-bottom: 10px;
    padding-left: 5px;
    border-left: 6px solid #03af7a;
  }
  #trouble .txtLast {
    padding: 40px 0 50px;
    font-size: 3rem;
    text-align: left;
  }
  #trouble .last img {
    max-width: 100%;
  }
  #trouble .last {
    margin-bottom: 70px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
/* apply
-------------------------------------------------------------- */
#apply h2 {
  margin-bottom: 60px;
  padding: 15px;
  background: #03af7a;
  color: #fff;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
#apply input::placeholder {
  color: #aaa;
}
#apply .zip {
  width: 315px !important;
}
#apply .address {
  justify-content: flex-start;
  align-items: center;
}
#apply .address span {
  width: 50px;
}
#apply .address p {
  padding-left: 20px;
  width: 58%;
}
#apply .contact input[type="radio"] {
  margin-right: 30px;
}
#apply #type01 {
  margin: 20px 0 60px;
}
#apply #type02 {
  margin: 20px 0 60px;
}
#apply #type02 .flex {
  justify-content: flex-start;
  align-items: center;
}
#apply #type02 span {
  padding-right: 50px;
  width: 30%;
  text-align: right;
}
#apply #type03 {
  margin-top: 20px;
}
#apply #type03 .flex {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
#apply #type03 .day {
  margin-bottom: 20px;
  padding-right: 30px;
  width: 30%;
  line-height: 1;
}
#apply #type03 select {
  margin-bottom: 20px;
  width: 28% !important;
}
#apply #type03 .time {
  margin-bottom: 20px;
  padding-right: 10px;
  width: 14%;
  text-align: right;
  line-height: 1;
}
#apply a {
  display: inline-block;
  margin-left: 70px;
  color: #1ca2cf;
  text-decoration: underline;
}
#apply a:hover {
  text-decoration: none;
}
#apply .detail p {
  line-height: 1.4;
}
#apply .detail .txtEx {
  padding: 20px 0;
  color: #003a56;
}
#apply .accept {
  padding: 30px 60px;
  background: #eee;
}
#apply .accept p {
  padding-bottom: 20px;
  font-size: 2.3rem;
  text-align: center;
  letter-spacing: 0;
}
#apply .accept .privacyBox {
  padding: 20px;
  height: 140px;
  overflow-y: auto;
  background: #fff;
}
#apply .accept .privacyBox p {
  font-size: 1.8rem;
  text-align: left;
  line-height: 1.4;
}
#apply .accept .privacyBox a {
  display: inline-block;
  margin-left: 0;
}
@media (max-width:1200px) {
  #apply h2 {
    font-size: 3.6rem;
    line-height: 1.4;
  }
  #apply .address span {
    width: 50px;
  }
  #apply .address p {
    padding-left: 0;
    width: 100%;
  }
  #apply a {
    display: block;
    margin-left: 0;
  }
  #apply #type02 span {
    padding-right: 30px;
    width: 50%;
  }
  #apply #type03 .flex {
    flex-wrap: wrap;
  }
  #apply #type03 .day {
    margin-bottom: 20px;
    padding-right: 30px;
    width: 45%;
  }
  #apply #type03 select {
    margin-bottom: 20px;
  }
  #apply .contact input[type="radio"] {
    margin-right: 20px;
  }
  #apply #type03 .time {
    margin-bottom: 20px;
    padding-right: 20px;
    width: 45%;
    text-align: left;
  }
  #apply .accept p {
    font-size: 1.8rem;
  }
  #apply .accept .privacyBox p {
    font-size: 1.6rem;
  }
}
@media (max-width:767px) {
  #apply .container {
    width: 100%;
  }
  #apply h2 {
    margin-bottom: 30px;
    font-size: 2.4rem;
  }
  #apply span.btn {
    max-width: 220px;
  }
  #apply .address span {
    width: 40px;
  }
  #apply .zip {
    width: 200px !important;
  }
  #apply #type01 {
    margin-bottom: 40px;
  }
  #apply #type02 span {
    padding: 0 0 20px;
    width: 100%;
    text-align: left;
  }
  #apply #type03 .day {
    margin-bottom: 10px;
    padding: 10px 0 0;
    width: 100%;
  }
  #apply .contact input[type="radio"] {
    margin-right: 10px;
  }
  #apply #type03 select {
    margin-bottom: 20px;
    width: 90% !important;
  }
  #apply #type03 .time {
    margin-bottom: 10px;
    padding: 5px 0 0;
    width: 100%;
  }
  #apply .detail .txtEx {
    padding: 10px 0;
  }
  #apply .accept {
    padding: 20px 10px;
  }
  #apply .accept p {
    font-size: 2rem;
    text-align: left;
  }
  #apply .accept .privacyBox {
    padding: 10px;
    height: 80px;
  }
  #apply .accept .privacyBox p {
    font-size: 1.4rem;
  }
}