@charset "UTF-8";
.spacing, #sec01, #sec04, #sec05, #sec05_price, #sec06, #sec07, #sec08, #access {
  padding: 9vw 0;
}

@media screen and (min-width: 768px) {
  .spacing, #sec01, #sec04, #sec05, #sec06, #sec05_price, #sec07, #sec08, #access {
    padding: 4.500vw 0;
  }
}

.h2, #sec05 h2, #sec06 h2, #sec07 h2, #sec08 h2, #access h2 {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .h2, #sec05 h2, #sec06 h2, #sec07 h2, #sec08 h2, #access h2 {
    margin-bottom: 4.500vw;
  }
}

@media screen and (min-width: 768px) {
  .site-header {
    background: url(../images/header_bg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 3.500vw;
  }
}

@media screen and (max-width: 767px) {
  .site-header .d-flex {
    position: absolute;
    width: 100%;
    z-index: 1;
  }
  .site-header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.site-header .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.site-header .logo {
  padding-top: 10px;
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .site-header .logo img {
    width: 50vw;
  }
}

.site-header .btn-head {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .site-header .main-banner {
    margin-top: 2vw;
  }
}

.site-header .main-banner .banner,
.site-header .main-banner .btn {
  width: 50%;
  display: block;
}

.site-header .main-banner p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .site-header .main-banner {
    margin-top: 20px;
    position: relative;
  }
  .site-header .main-banner .btn {
    position: absolute;
    bottom: 5.5%;
    left: 2%;
    width: 96%;
  }
}

#sec01 {
  position: relative;
  background: url(../images/bg01.png) no-repeat center -30px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #sec01 {
    padding-bottom: 250px;
    height: 815px;
  }
}

@media screen and (max-width: 767px) {
  #sec01 {
    padding-top: 12vw;
  }
}

#sec01 h2 {
  color: #ffffff;
  margin-bottom: 4%;
}

#sec01 .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 768px) {
  #sec01 .d-flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

#sec01 .d-flex .grid {
  position: relative;
}

@media screen and (min-width: 768px) {
  #sec01 .d-flex .grid:nth-child(2) {
    margin-left: 10px;
  }
  #sec01 .d-flex .grid:nth-child(3), #sec01 .d-flex .grid:last-child {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  #sec01 .d-flex .grid {
    width: 50%;
  }
  #sec01 .d-flex .grid:first-child {
    margin-bottom: 30px;
  }
  #sec01 .d-flex .grid:nth-child(2) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  #sec01 .d-flex .grid:first-child:before {
    content: '';
    background: url(../images/icon01.png);
    width: 2.350vw;
    height: 2.350vw;
    position: absolute;
    background-size: 100%;
    left: -20px;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  #sec01 .d-flex .grid:last-child:before {
    content: '';
    background: url(../images/icon02.png);
    width: 2.350vw;
    height: 2.350vw;
    position: absolute;
    background-size: 100%;
    right: -30px;
    top: 0;
  }
}

#sec02 {
  text-align: center;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  #sec02 {
    margin-top: -140px;
    padding-top: 140px;
    padding-bottom: 4vw;
    background: url(../images/bg02.png) no-repeat center -50px;
    background-size: cover;
  }
}

#sec02 .desc {
  line-height: 1.66667;
}

@media screen and (min-width: 768px) {
  #sec02 .desc {
    font-size: 1.500vw;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .desc {
    font-size: 120%;
  }
}

@media screen and (min-width: 768px) {
  #sec02 .desc {
    margin-top: 50px;
  }
}

#sec02 .box-row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2vw;
  margin-bottom: 2vw;
}

@media screen and (min-width: 768px) {
  #sec02 .box-row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (max-width: 767px) {
  #sec02 .box-row {
    margin-bottom: 30px;
  }
}

#sec02 .box-row .box-grid {
  width: 220px;
  height: 175px;
}

#sec02 .box-row .box-grid .pink {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #sec02 .box-row .box-grid {
    width: calc(50vw - 10px);
    height: 40vw;
  }
}

#sec02 .box-row .box-grid .inner {
  background: url(../images/bg_box.png) no-repeat;
  background-size: 100% auto;
  height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

#sec02 .btn {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  #sec02 .btn {
    margin: 30px 0 45px;
  }
}

#sec03 {
  background: url(../images/bg03.jpg) no-repeat center top;
  background-size: cover;
  padding: 40px 0;
  text-align: center;
  position: relative;
}

#sec03 .desc {
  line-height: 2.0125;
}

@media screen and (max-width: 767px) {
  #sec03 {
    background: url(../images/bg_center.png) repeat-y center center;
    background-size: 100% auto;
  }
  #sec03:before {
    content: '';
    background: url(../images/bg_top.png) no-repeat top;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    top: 0;
  }
  #sec03:after {
    content: '';
    background: url(../images/bg_bottom.png) no-repeat bottom;
    background-size: 100% auto;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0;
  }
  #sec03 .fig-img {
    margin: 30px 0 45px;
  }
  #sec03 .desc {
    text-align: left;
  }
}

#sec03 .box-info {
  text-align: left;
  margin: 7vw 0;
}

@media screen and (min-width: 768px) {
  #sec03 .box-info {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 70px 0;
  }
  #sec03 .box-info + .box-info {
    margin-top: 130px;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .box-info {
    margin: 30px 0;
  }
  #sec03 .box-info + .box-info {
    margin-top: 45px;
  }
}

#sec03 .box-info .title-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 0 3vw;
}

@media screen and (min-width: 768px) {
  #sec03 .box-info .title-box {
    margin: 0 0 1.500vw;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .box-info .title-box {
    margin: 0 0 30px;
  }
}

#sec03 .box-info .title-box span:first-child {
  color: #ed4880;
  width: 4.250vw;
  font-weight: normal;
  line-height: 0.85;
  margin-right: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #sec03 .box-info .title-box span:first-child {
    width: 8.500vw;
  }
}

#sec03 .box-info .title-box span:first-child:after {
  content: '';
  border-bottom: 1px solid #ed4880;
  display: block;
  margin: 20px 15px 0;
  position: absolute;
  left: 0;
  bottom: -20px;
  width: calc(100% - 15px);
}

#sec03 .box-info .title-box span:last-child {
  font-size: 130%;
  color: #a07c52;
}

#sec03 .box-info .left-box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec03 .box-info .left-box {
    width: 50%;
  }
  #sec03 .box-info .left-box p {
    line-height: 2.0125;
  }
}

#sec03 .box-info .right-box {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec03 .box-info .right-box {
    width: 50%;
    margin-left: 5%;
  }
}

@media screen and (max-width: 767px) {
  #sec03 .box-info .right-box {
    width: 80%;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  #sec03 {
    padding-bottom: 45px;
  }
}

#sec04 {
  background: url(../images/bg_blue.png) no-repeat bottom;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #sec04 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  #sec04 .container {
    padding-left: 130px;
    padding-right: 130px;
  }
}

@media screen and (max-width: 767px) {
  #sec04 h2 {
    margin-bottom: 20px;
  }
}

#sec04 .table {
  font-size: 120%;
  border: 0;
  margin: 9vw 0;
}

@media screen and (min-width: 768px) {
  #sec04 .table {
    margin: 4.500vw 0;
  }
}

#sec04 .table table, #sec04 .table thead, #sec04 .table tbody, #sec04 .table tr, #sec04 .table th, #sec04 .table td {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  padding: 0;
}

#sec04 .table table {
  width: 100%;
  text-align: center;
}

#sec04 .table table thead th {
  vertical-align: bottom;
}

#sec04 .table table tbody,#sec05_price .tableArea{
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#sec04 .table table tbody tr:nth-child(odd) {
  background-color: #ffffff;
}

#sec04 .table table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}

#sec04 .table table tbody tr:nth-child(even) .tb-pink {
  background-color: #f8e1e9;
}

#sec04 .table table tbody tr:last-child td.tb-pink span {
  border-bottom: 5px solid #ed4880;
}

#sec04 .table table tbody tr td {
  width: calc(100% / 4);
}

#sec04 .table table tbody tr td span{
  padding: 20px;
  display: block;
}

#sec04 .table table tbody tr td:first-child {
  font-weight: bold;
}

#sec04 .table table tbody tr td.tb-pink {
  color: #ed4880;
  font-weight: bold;
}

#sec04 .table table tbody tr td.tb-pink span {
  display: block;
  border-left: 5px solid #ed4880;
  border-right: 5px solid #ed4880;
}

#sec04 .table .tb-pink .tb-title-pink {
  background-color: #ed4880;
  color: #ffffff;
  padding: 5px 15px 10px;
  border-radius: 10px 10px 0 0;
}

#sec04 .table .tb-pink .tb-title-pink span {
  display: block;
}

#sec04 .table .tb-pink .tb-title-pink span:first-child {
  color: #ffffff;
  font-size: 140%;
  margin-bottom: 0;
}

#sec04 .table .tb-pink .tb-title-pink span:last-child {
  background-color: #ffffff;
  color: #000;
  border-radius: 4px;
}

#sec04 .table .tb-title-blue {
  background-color: #e3eaf7;
  padding: 10px;
  border-radius: 10px 10px 0 0;
  margin-left: 3px;
}

#sec04 .table .tb-title-blue span {
  display: block;
}

#sec04 .table .tb-title-blue span:first-child {
  font-size: 110%;
}

#sec04 .table .tb-title-blue span:last-child {
  background-color: #ffffff;
  color: #000;
  border-radius: 4px;
}

#sec05 {
  background: url(../images/bg04.png) no-repeat;
  background-size: cover;
}

#sec05 .course-box,#sec05_price .course-box {
  margin-top: 25px;
  text-align: center;
}

#sec05 .course-box a,#sec05_price .course-box a {
  margin-top: 20px;
}
#sec05_price{
    background: linear-gradient(#fff 50%, #efefef);
}
#sec05_price table{
    width: 100%;
    background-color: #fff;
    padding: 20px;
}
#sec05_price tbody th{
    width: 50%;
    padding: 20px;
    text-align: left;
    line-height: 1.2em;
    font-size: 28px;
}
#sec05_price tbody th span{
    font-size: 16px;
    font-weight: normal;
    margin-left: 0.4em;
}
#sec05_price tbody td{
    padding: 20px;
    width: 15%;
}
#sec05_price tbody th,
#sec05_price tbody td{
    border-bottom: 1px solid #efefef;
}
#sec05_price tbody tr:last-of-type th,
#sec05_price tbody tr:last-of-type td{
    border-bottom: none;
    padding-bottom: 0;
}
#sec05_price tbody td.tb-pink{
    width: 35%;
    font-weight: bold;
    color: #ed4880;
    font-size: 30px;
    text-align: right;
}
#sec05_price .txtArea{
    padding: 0 20px 20px;
    background-color: #fff;
}
#sec05_price .txtArea p{
    border-top: 3px dotted #cccccc;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    #sec05_price tbody th,
    #sec05_price tbody td{
        padding: 10px 1%;
        font-size: 16px;
    }
    #sec05_price tbody th{
        width: 60%;
    }
    #sec05_price tbody th span{
        font-size: 12px;
        display: block;
    }
    #sec05_price tbody td{
        width: 12%;
    }
    #sec05_price tbody td.tb-pink{
        font-size: 16px;
        width: 30%;
    }
    #sec05_price .txtArea{
        padding: 0 20px 20px;
        text-align: left;
    }
}

@media screen and (min-width: 768px) {
  #sec05 .course-box,#sec05_price .course-box {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #sec05,#sec05_price {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #sec05 .course-box,#sec05_price .course-box {
    position: relative;
  }
  #sec05 .course-box a,#sec05_price .course-box a {
    display: block;
    position: absolute;
    left: 3%;
    top: 37%;
    width: 93%;
  }
}

@media screen and (max-width: 767px) {
   #sec06 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
   #sec06 .btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#sec06 .step-box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 50px;
  position: relative;
}

#sec06 .step-box:last-child:after {
  display: none;
}

#sec06 .step-box:after {
  content: '';
  background: url(../images/arrow.png) no-repeat center bottom;
  width: 100%;
  height: 60px;
  position: absolute;
  background-size: auto 100%;
  bottom: -40px;
}

@media screen and (max-width: 767px) {
  #sec06 .step-box:after {
    height: 40px;
  }
}

#sec06 .step-box .step-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec06 .step-box .step-img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  #sec06 .step-box .step-img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

#sec06 .step-box .step-content {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #sec06 .step-box .step-content {
    width: 50%;
    padding-left: 4.500%;
  }
}

@media screen and (max-width: 767px) {
  #sec06 .step-box .step-content {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
  }
}

#sec06 .step-box .step-content .step-title {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #sec06 .step-box .step-content .step-title {
    text-align: center;
  }
  #sec06 .step-box .step-content .step-title span {
    display: block;
  }
  #sec06 .step-box .step-content .step-title span:first-child {
    width: 60px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec06 .step-box .step-content .step-title span:last-child {
    font-size: 25px;
    color: #a07c52;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  #sec06 .step-box {
    padding-bottom: 30px;
  }
  #sec06 .step-box:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#sec07 {
  position: relative;
}

#sec07:after {
  content: '';
  background-color: #fafaf8;
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #sec07:before {
    content: '';
    background: url(../images/bg_before.png) no-repeat top left #fafaf8;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-size: 100% auto;
  }
  #sec07:after {
    content: '';
    background: url(../images/bg_after.png) no-repeat right bottom #fafaf8;
    width: 100%;
    height: 50%;
    position: absolute;
    right: 0;
    bottom: 0;
    background-size: 100% auto;
  }
}

#sec07 .faq-box {
  margin-bottom: 3%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

#sec07 .faq-box .faq-title {
  background-color: #ed4880;
  color: #ffffff;
  font-size: 120%;
  padding: 1.5% 3%;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #sec07 .faq-box .faq-title {
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  #sec07 .faq-box .faq-title:hover {
    opacity: 0.75;
  }
}

#sec07 .faq-box .faq-title:after {
  content: '';
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  position: absolute;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  right: 3%;
  top: calc(50% - 12px);
}

#sec07 .faq-box .faq-body {
  background-color: #ffffff;
  padding: 1.5% 3%;
  display: none;
}

#sec07 .faq-box.open .faq-title:after {
  content: '';
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 3%;
  top: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  #sec07 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  #sec07 .faq-box .faq-title {
    opacity: 1 !important;
  }
  #sec07 .faq-box .faq-title:hover, #sec07 .faq-box .faq-title:focus, #sec07 .faq-box .faq-title:active {
    opacity: 1;
  }
}

#sec08 {
  background: url(../images/bg_blue.png) no-repeat center 0;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  #sec08 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

#sec08 .text {
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  #sec08 .text {
    padding: 15px !important;
  }
}

#sec08 .text .title {
  background: url(../images/bg_title.png) repeat-y;
  color: #ffffff;
  font-size: 120%;
  padding: 1% 3%;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #sec08 .text .title {
    font-size: 30px;
  }
}

#sec08 .text .d-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 768px) {
  #sec08 .text .d-flex .content-body {
    line-height: 2;
  }
}

#sec08 .text .d-flex .content-body .name {
  margin-top: 4%;
}

#sec08 .text .img {
  margin-top: 30px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

#sec08 .career {
  background: url(../images/box_bg.png) center no-repeat;
  background-size: 100% 100%;
  position: relative;
  margin-top: 4%;
  padding: 4%;
}

@media screen and (max-width: 767px) {
  #sec08 .career:before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
  }
}

@media screen and (max-width: 480px) {
  #sec08 .career {
    margin-top: 0;
    padding: 30px;
  }
}

#sec08 .career h3 {
  margin: 0;
  text-align: center;
  color: #a07c52;
  margin-bottom: 1%;
  font-size: 25px;
}

@media screen and (min-width: 768px) {
  #sec08 .career p {
    padding: 0 20%;
  }
}

#access {
  background: url(../images/bg_access.jpg) repeat;
}

@media screen and (max-width: 767px) {
  #access {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media screen and (min-width: 768px) {
  #access .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (min-width: 768px) {
  #access .d-flex .map {
    width: 50%;
  }
}

#access .d-flex .map iframe {
  width: 100%;
}

@media screen and (min-width: 768px) {
  #access .d-flex .address-info {
    width: 50%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 767px) {
  #access .d-flex .address-info {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#access .address-info p span {
  color: #ed4880;
  font-weight: bold;
  font-size: 120%;
  margin-left: 2px;
  margin-right: 2px;
}

#access .contact-info ul {
  border: 1px solid #ed4880;
  background-color: #fff;
  display: inline-block;
  padding: 3% 4%;
  margin-top: 3%;
}

@media screen and (max-width: 767px) {
  #access .contact-info ul {
    margin-top: 7vw;
  }
}

.copyright {
  text-align: center;
  padding: 1% 0;
}

.contact-sec {
  background: url(../images/contact-bg.png) center no-repeat;
  background-size: cover;
  padding: 120px 0 140px;
}

.contact_req{
    color: #ff0000;
    font-weight: bold;
    text-align: right;
}
.contact-form {
  background-color: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.contact-title {
  font-size: 44px;
  margin-bottom: 1.3em;
  line-height: 1.3;
}

.contact-table {
  width: 100%;
  border: none;
  border-collapse: collapse;
}

.contact-table th {
  padding: 25px 0 25px 25px;
  width: 350px;
  font-weight: bold;
  font-size: 20px;
  text-align: left;
  border: none;
  vertical-align: text-top;
}
.contact-table th .req{
    color: #ff0000;
    font-weight: bold;
}

.contact-table td {
  padding: 25px 34px 25px 20px;
  font-size: 17px;
  border: none;
}


.contact-table tr:nth-child(even) {
  background-color: #F0F0F0;
}

.contact-form input:focus {
  outline: 0;
}

.contact-form .fill {
  background-color: #fff;
  border: 1px #B6B6B6 solid;
  padding: 0.2em 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 1.5;
}

.contact-form .fill::-webkit-input-placeholder {
  position: relative;
  top: 0.1em;
}

.contact-form .fill-age {
  margin-right: 0.5em;
}

.contact-form .fill-select {
  background-color: #fff;
  border: 1px #B6B6B6 solid;
  padding: 0.1em 1em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 15px;
  position: relative;
  height: 30px !important;
}

.contact-form .fill-select:focus {
  outline: 0;
}

.contact-form .fill:focus {
  outline: 0;
}

.contact-form .full {
  width: 100%;
}

.contact-form .checklist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact-form .checklist li{
    width: 50%;
}
.contact-form .checklist.radio li{
    width: auto;
}
.contact-form .checklist li:nth-of-type(n + 3){
    margin-top: 10px;
}
.contact-form .checklist label {
  margin-left: 0.5em;
}

.contact-form .check-item {
  margin-bottom: 0.5em;
}

.contact-form .check-item label {
  margin-left: 0.5em;
}

.contact-form label.error {
  position: absolute;
  font-size: 12px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px #ff697f solid;
  border-radius: 3px;
  padding: 1px 3px;
  -webkit-transform: translateY(-105%);
          transform: translateY(-105%);
  color: #b00001;
}

.contact-note {
  font-size: 15px;
  margin-top: 1em;
}

.contact-date {
  margin-bottom: 1.2em;
}

.contact-date:last-of-type {
  margin-bottom: 0;
}

.contact-submit {
  text-align: center;
  padding: 45px 0;
}

.contact-submit-btn {
  background: url(../images/submit-btn.png) center no-repeat;
  background-size: contain;
  width: 497px;
  height: 83px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.contact-submit-btn:hover {
  opacity: 0.75;
}

.contact-submit-btn:focus {
  outline: 0;
}

.contact-submit-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.contact-submit-back {
  background: url(../images/submit-back.png) center no-repeat;
  background-size: contain;
  width: 405px;
  height: 83px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.contact-submit-back:hover {
  opacity: 0.75;
}

.contact-submit-back:focus {
  outline: 0;
}

.contact-submit-send {
  background: url(../images/submit-send.png) center no-repeat;
  background-size: contain;
  width: 405px;
  height: 83px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  outline: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

.contact-submit-send:hover {
  opacity: 0.75;
}

.contact-submit-send:focus {
  outline: 0;
}

@media screen and (min-width: 768px) {
  .contact-inner {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-form .checklist {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .contact-form .checklist.radio li + li {
    margin-left: 3em;
  }
  .contact-date {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contact-date span {
    width: 270px;
  }
  .contact-date .fill {
    width: 270px;
    margin-right: 1em;
  }
}

@media screen and (max-width: 767px) {
  .contact-sec {
    padding: 45px 0;
  }
  .contact-title {
    font-size: 20px;
  }
  .contact-table th {
    padding: 1em 1em 0;
    float: left;
    width: 100%;
    font-size: 14px;
  }
  .contact-table td {
    padding: 0.5em 1em 1em;
    float: left;
    width: 100%;
    font-size: 14px;
  }
  .contact-form .fill {
    font-size: 16px;
  }
  .contact-form .fill-select {
    font-size: 16px;
    height: 30px !important;
  }
  .contact-form .full {
    width: 100%;
  }
  .contact-form .checklist {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contact-form .checklist li,
  .contact-form .checklist.radio li{
    width: 48%;
  }
  .contact-note {
    font-size: 12px;
  }
  .contact-submit {
    text-align: center;
    padding: 2em 0;
  }
  .contact-submit-btn {
    background: url(../images/submit-btn.png) center no-repeat;
    background-size: contain;
    width: 280px;
    height: 50px;
  }
  .contact-submit-back {
    background: url(../images/submit-back.png) center no-repeat;
    background-size: contain;
    width: 260px;
    height: 50px;
    margin-bottom: 20px;
  }
  .contact-submit-send {
    background: url(../images/submit-send.png) center no-repeat;
    background-size: contain;
    width: 260px;
    height: 50px;
  }
  .contact-date .fill {
    margin-right: 1em;
  }
}

.confirm-view .contact-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.thanks-view .contact-form {
  padding: 120px 2em 140px;
  text-align: center;
  min-height: 300px;
}

.thanks-view .contact-form p {
  line-height: 2.0125;
  font-weight: bold;
}

.thanks-view .contact-form .btn-top {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .thanks-view .contact-form {
    padding: 100px 2em 100px;
  }
  .thanks-view .contact-form .btn-top {
    margin-top: 40px;
  }
}

.site-footer {
  text-align: center;
  padding: 0.5em 0;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
  body {
    font-size: 14px;
  }
  h2 {
    font-size: 22px;
  }
  .site-header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .site-header .btn-head li img {
    width: auto;
    height: 12vmin;
  }
  #sec01 {
    display: block;
    background-size: auto 100%;
    padding-bottom: 42%;
  }
  #sec02 .text-hifu {
    margin-top: 20px;
  }
  #sec02 .desc {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec02 .machine {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    margin: -10% auto;
  }
  section .btn {
    margin-top: 30px;
  }
  section .btn p {
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  section .btn p span {
    font-size: 18px;
  }
  section .btn p span::before, section .btn p span::after {
    height: 24px;
  }
  section .btn a {
    width: auto;
  }
  #sec03 .pink {
    font-weight: bold;
  }
  #sec06 .step-box .step-content .step-title {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec07 .faq-box .faq-title {
    font-size: 15px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    padding-right: 30px;
  }
  #sec07 .faq-box .faq-title::first-letter {
    font-size: 17px;
  }
  #sec07 .faq-box.active .faq-title::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #sec08 .text {
    padding: 5% 1%;
  }
}

@media screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
  body {
    min-width: 1316px;
  }
  h2 {
    font-size: 44px;
  }
  .h2, #sec05 h2, #sec06 h2, #sec07 h2, #sec08 h2, #access h2, #sec05 h2, #sec06 h2, #sec07 h2, #sec08 h2, #access h2 {
    margin-bottom: 80px;
  }
  .site-header {
    padding-top: 60px;
    padding-bottom: 65px;
    background-size: auto 100%;
  }
  .site-header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
  }
  .site-header .container {
    width: 1316px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-header .main-banner {
    margin-top: 60px;
  }
  .site-header .main-banner .banner,
  .site-header .main-banner .btn {
    width: 709px;
  }
  .site-header .main-banner p {
    font-size: 14px;
  }
  #sec01 {
    height: 846px;
    display: block;
    padding-top: 120px;
    background-size: auto 100%;
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  #sec01 .d-flex {
    width: 1316px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
  }
  #sec01 .d-flex .grid {
    width: auto;
  }
  #sec02 {
    margin-top: -230px;
    padding-top: 250px;
    padding-bottom: 175px;
    background-position: center top;
    background-size: auto;
    min-height: unset;
  }
  #sec02 .desc {
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec02 .text-hifu img {
    width: auto;
    margin-top: 25px;
  }
  #sec02 .box-row .box-grid {
    width: 219px;
    height: 175px;
  }
  #sec02 .btn {
    margin-top: 0;
  }
  #sec03 {
    padding: 130px 0;
  }
  #sec03 .container {
    width: 1316px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #sec03 .pink {
    font-weight: bold;
  }
  #sec03 .fig-img img {
    width: auto;
    margin: 60px auto 110px;
  }
  #sec03 .box-info {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec03 .box-info .left-box {
    width: 651px;
  }
  #sec03 .box-info .right-box {
    width: 580px;
  }
  #sec03 .box-info .title-box {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec03 .box-info .title-box span:first-child {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 85px;
  }
  #sec03 .box-info .title-box span:first-child::after {
    margin: 40px 12px 0;
    left: 0;
    bottom: auto;
    width: 60px;
  }
  #sec03 .box-info .title-box span:last-child {
    font-size: 25px;
    line-height: 1.7;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec04 {
    padding: 120px 0 130px;
  }
  #sec04 .table {
    font-size: 19px;
    margin: 80px auto;
  }
  #sec04 .table tbody td:first-child{
    font-size: 22px;
  }
  #sec04 .table tbody td:first-child span{
    padding: 15px;
  }
  #sec04 .table tbody td .tb-pink{
    font-size: 20px;
  }
  #sec04 .table .tb-pink .tb-title-pink span:first-child {
    font-size: 25px;
  }
  #sec04 .table .tb-title-blue span:first-child {
    font-size: 22px;
  }
  #sec04 .btn {
    margin-top: 80px;
  }
  #sec05 {
    padding: 120px 0 130px;
  }
  #sec05 .course-box,#sec05_price .course-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 25px;
  }
  #sec05 .course-box .title-course {
    text-align: center;
    position: relative;
    z-index: 2;
  }
  #sec05 .course-box .course-inner {
    background-color: #fff;
    border: 1px solid #b0866d;
    margin-top: -30px;
    position: relative;
  }
  #sec05 .course-box .course-inner .course-img {
    position: relative;
    z-index: 1;
  }
  #sec05 .course-box .course-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #b0866d;
    position: absolute;
    right: -5px;
    top: 5px;
    z-index: 0;
  }
  #sec05 .course-box .course-info {
    position: absolute;
    z-index: 1;
    width: calc(50% + 30px);
    right: 0;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding-right: 30px;
  }
  #sec05 .course-box a {
    margin-top: 20px;
  }
  #sec05 .course-box {
    margin-top: 70px;
  }
  #sec06 {
    padding: 120px 0 130px;
  }
  #sec06 .step-box .step-img {
    height: 338px;
    overflow: hidden;
  }
  #sec06 .step-box .step-img img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  #sec06 .step-box::after {
    bottom: -50px;
  }
  #sec06 .step-box .step-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #sec06 .step-box .step-title-num {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 32px;
  }
  #sec06 .step-box .step-title h3 {
    padding-top: 20px;
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    color: #A07C52;
    font-weight: normal;
  }
  #sec07 {
    padding: 110px 0 150px;
    position: relative;
    background: url(../images/bg05-bf.jpg) center top no-repeat;
    background-size: 100% auto;
  }
  #sec07::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 50%;
    background: url(../images/bg05-af.jpg) center bottom no-repeat;
    background-size: 100% auto;
  }
  #sec07 .faq-box {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  #sec07 .faq-box .faq-title {
    font-size: 25px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec07 .faq-box .faq-title::first-letter {
    font-size: 30px;
  }
  #sec07 .faq-box.active .faq-title::after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  #sec08 {
    padding: 120px 0 130px;
  }
  #sec08 .container {
    width: 1316px;
    padding-left: 15px;
    padding-right: 15px;
  }
  #sec08 .text {
    padding: 40px 55px;
  }
  #sec08 .text .title {
    font-size: 30px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec08 .text .d-flex .content-body {
    padding-right: 0;
    width: 763px;
    font-size: 21px;
  }
  #sec08 .text .d-flex .img {
    width: 370px;
  }
  #sec08 .text .career h3 {
    font-size: 25px;
    font-weight: normal;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #sec08 .text .career {
    text-align: center;
    position: relative;
  }
  #sec08 .text .career::before {
    content: "";
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    right: 6px;
    bottom: 6px;
  }
  #sec08 .text .career p {
    line-height: 2.0125;
    padding: 0;
    display: inline-block;
    text-align: left;
  }
  #access {
    padding: 120px 0 130px;
  }
  #access .contact-info ul {
    -webkit-box-shadow: 4px 4px 1px 0 rgba(237, 72, 128, 0.5);
            box-shadow: 4px 4px 1px 0 rgba(237, 72, 128, 0.5);
  }
  section .btn {
    margin-top: 110px;
  }
  section .btn p {
    font-size: 33px;
    font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  section .btn a {
    width: auto;
  }
  section .title-img img {
    width: auto;
  }
}

.ui-datepicker td span, .ui-datepicker td a {
  font-size: 0.9em;
}
