*,
*:before,
*:after {
  box-sizing: border-box;
}

img {
  width: 100%;
  vertical-align: bottom;
}
ul,ol {
  list-style: none;
}

body {
  font-family: "ヒラギノ角ゴ ProN W3","HiraKakuProN-W3","ヒラギノ角ゴ Pro W3","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS Pgothic","Osaka",sans-serif,Helvetica, Helvetica Neue, Arial, Verdana;
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1px;
}

.wrap {
  overflow: hidden;
}

header {
}

.header-inner {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1020px;
  height: 60px;
  padding: 0 30px;
}
header .logo-wrap {
  margin-right: 45px;
}
header .logo {
  width: 175px;
}

.header-text {
  width: 100%;
  flex: 1;
  font-size: 12px;
}

h2 {
  margin-bottom: 40px;
}

.section-contents {
  box-sizing: content-box;
  margin: 0 auto;
  max-width: 960px;
  padding: 0 30px;
}
.mv {
  position: relative;
}

.mv-bg {
  height: 665px;
  position: relative;
  background-image: url(../images/mv_bg_pc.jpg);
  background-size: cover;
  background-position: center center;
}

.mv-inner {
  position: absolute;
  top: 0;
  left: 50%;
  display: flex;
  align-items: flex-start;
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1020px;
  width: 100%;
  transform: translateX(-50%);
}


.btn-wrap {
  width: 100%;
  height: 165px; 
  padding: 0 30px;
  background-color: rgba(0,32,96,1);
}
.mv .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0,32,96,0.9);
  
}
.btn-wrap:before {
  content: "";
  display: block;
  width: 100%;
}

.btn-inner {
  margin: 0 auto;
  max-width: 960px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn {
  position: relative;
  border-radius: 10px;
  width: calc((100% - 20px) / 2);
  overflow: hidden;
}

.btn:first-of-type {
  margin-right: 20px;
}

.btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255,255,255,0.2);
  transition: 300ms ease;
  pointer-events: none;
}
.btn:hover:after {
  opacity: 1;
}
.point {
  background-image: url(../images/point_bg.jpg);
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.section-title {
  position: relative;
  background-color: #4c6bb3;
}

.section-title-pc:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 20px;
  background-image: url(../images/title_arrow.png);
  -webkit-background-size: cover;
  background-size: cover;
}

.section-title-pc {
  position: relative;
  display: block;
  max-width: 960px;
  margin: 0 auto;
}

.point-pc {
  display: block;
  margin:0 auto;
  max-width: 1020px;
  height: 470px;
  padding: 0 30px;
}

.point-sp {
  display: block;
}


.reason {
  background-image: url(../images/reason_bg.jpg);
  background-repeat: repeat;
  padding-bottom: 80px;
}

.reason-inner {
  max-width: 960px;
  margin: 0 auto;
}
.reason-list-item-wrap {
  display: flex;
  justify-content: space-between;
}

.reason-list-item-1 {
  margin-bottom: 40px;
}
.reason-list-item-wrap .reason-list-item {
  width: calc((100% - 3.7%) / 2);
}
.reason-list-title {
  position: relative;
  display: flex;
  align-items: flex-end;
  margin-bottom: 40px;
  color: #001875;
  font-size: 28px;
  letter-spacing: 1px;
}
.reason-list-item-3 .reason-list-title {
  align-items: flex-end;
}
.reason-list-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0; 
  width: calc(100% - 80px);
  height: 4px;
  background-color: #d2d2d2;
}

.reason-list-title img {
  display: block;
  width: 80px;
  margin-right: 20px;
}
.reason-list-title span {
  min-height: 80px;
  display: block;
  display: flex;
  align-items: center;
  letter-spacing: 1.8px;
}
.reason-list-item-1 .reason-list-content {
  display: flex;
  padding: 0 30px;
}

.reason-list-item-1 .reason-list-image {
  min-width: 28%;
  margin-right: 40px;
}
.reason-list-item-wrap .reason-list-image {
  margin-bottom: 40px;
}

.reason-list-item-1 .reason-list-text {
  padding-top: 18px; 
}

.reason-list-text .title {
  color: #001875;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}

.results {
  background-color: #f8f8f8;
}

.results-item-wrap {
  display: flex;
  max-width: 1020px;
  margin: 50px auto 0;
  padding: 0 30px 40px;
}

.results-item {
  width: calc(100% / 3);
}

.results-list {
  background-color: #fff;
}

.results-list-inner {
  max-width: 960px;
  margin: 0 auto;
}

.experience {
  background-image: url(../images/reason_bg.jpg);
  background-repeat: repeat;
}

.experience .section-contents {
  padding-bottom: 80px;
}

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

.experience-item-wrap {
  margin: 0 auto;
  max-width: 960px;
}

.experience-item {
  margin-bottom: 40px;
  padding: 38px 36px 30px;
  border: 4px solid #001875;
  border-radius: 10px;
  background-color: #fff;
}

.experience-item:last-of-type {
  margin-bottom: 0;
}

.experience-item-title { 
  position: relative;  
  min-height: 107px;
  padding-bottom: 20px; 
  color: #001875;
  font-size: 26px;
  line-height: 1.45;
  letter-spacing: 0.5px;
}

.experience-item-title span {
  position: relative;
  z-index: 10;
}
.experience-item-title:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: -17px;
  width: 84px;
  height: 114px;
  background-image: url(../images/shape.png);
}

.experience-item-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 5px);
  height: 4px;
  background-color: #e5e5e5;
}

.experience-item-school {
  display: flex;
  align-items: stretch;
  margin: 45px 0 40px;
}

.experience-item-school-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px; 
  min-width: 65px;  
  height: 40px; 
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-weight: bold;
  background-color: #b40000;
}

.experience-item-school-text {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
  color: #b40000;
  font-weight: bold;
}

.experience-item-qa {
  display: flex;
}

.experience-item-image {
  margin-right: 30px; 
  min-width: 23%;
}

.qa-block {
  letter-spacing: 1.5px;
}

.qa-wrap {
  margin-bottom: 30px;  
}

.qa-wrap:last-of-type {
  margin-bottom: 0; 
}

.qa-title,
.qa-desc {
  position: relative;
  min-height: 26px;
  padding-left: 40px; 
  padding-top: 2px; 
}

.qa-title:before,
.qa-desc:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 26px;
  background-size: cover;
}
.qa-title {
  margin-bottom: 10px;  
  color: #001875;
  font-weight: bold;
}
.qa-title:before {
  background-image: url(../images/q.png);

}

.qa-desc {
  font-size: 14px;  
}
.qa-desc:before {
  background-image: url(../images/a.png);
}

.package {
  padding-bottom: 80px;
}
.graph {
  margin-bottom: 55px;
}

.graph p {
  text-align: center;
}
.package-list-item {
  margin-bottom: 30px;
}
.package-list-title {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 30px; 
  height: 70px;
  font-size: 26px;
  color: #fff;
  background-color: #001875;
  cursor: pointer;
}   

.package-list-title:before,
.package-list-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fff;
}

.package-list-title:before {
  right: 33px;
  width: 25px;
  height: 5px;
}

.package-list-title:after {
  right: 43px;
  width: 5px;
  height: 25px;
}
.package-list-title.is-open:after {
  opacity: 0;
}


.package-list-item:nth-of-type(2) .package-list-title {
  background-color: #fb7000;
}

.package-list-content {
  padding: 30px;
}

.package-list-table {
  display: flex;
  margin-bottom: 30px;
}

.package-list-block {
  width: calc(100% / 3);
}

.package-list-block-title,
.package-list-block-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px; 
  font-size: 20px;
}

.package-list-block-title {
  background-color: #001875;
  color: #fff;
  border-right: 1px solid #fff;
}

.package-list-item:nth-of-type(2) .package-list-block-title {
  background-color: #fb7000;
}

.package-list-block:last-of-type .package-list-block-title {
  border-right: none;
}

.package-list-block-content {
  color: #001875;
  border-right: 1px solid #001875;
  border-bottom: 1px solid #001875;
}

.package-list-item:nth-of-type(2) .package-list-block-content {
  color: #fb7000;
  border-right: 1px solid #fb7000;
  border-bottom: 1px solid #fb7000;
}

.package-list-block:first-of-type .package-list-block-content {
  border-left: 1px solid #001875;
}

.package-list-item:nth-of-type(2) .package-list-block:first-of-type .package-list-block-content {
  border-left: 1px solid #fb7000;
}
.package-text-list-item {
  padding-left: 1em;
  text-indent: -1em;
}
.package-list-note {
  font-size: 12px;
}

.step {
  background-image: url(../images/reason_bg.jpg);
  background-repeat: repeat;
  padding-bottom: 40px;
}

.step-block {
  position: relative;
  margin-bottom: 85px;
  padding: 30px 28px;
  border-radius: 5px;
  border: 2px solid #ccc;
  background-color: #fff;
}

.step-block:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  width: 14px;
  height: 46px;
  transform: translateX(-50%);
  background-image: url(../images/step_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.step-block:last-of-type {
  margin-bottom: 0;
}

.step-block:last-of-type:after {
  content: none;
}

.step-block-inner {
  display: flex;
}

.step-block-content {
  flex: 1;
}

.step-block-image {
  margin-left: 38px;
  min-width: 31.25%;
  width: 31.25%;
}

.step-block-title {
  position: relative;
  margin-bottom: 30px;
  padding-left: 115px;
  padding-bottom: 10px;
  min-height: 54px;
  font-size: 30px;
  line-height: 1;
  vertical-align: top;
}

.step-block-title:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 115px);
  height: 4px;
  background-color: #d2d2d2;
}

.step-block-number {
  position: absolute;
  top: -40px;
  left: 0;
  width: 95px;  
}

.question-block {
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.question-title,
.question-answer {
  position: relative;
  padding-left: 60px;
}

.question-title img,
.question-answer img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.question-title {
  padding-top: 7px;
  min-height: 60px;
  font-size: 18px;
  color: #001875;
  border-bottom: 2px solid #ccc;
  cursor: pointer;
}

.question-title img {
  background-image: url(../images/q.png);
}

.question-title:before,
.question-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  background-color: #001875;
  transform: translateY(-50%);
}

.question-title:before {
  width: 25px;
  height: 5px;
  right: 1px;
}

.question-title:after {
  width: 5px;
  height: 25px;
  right: 11px;
}

.question-title.is-open:after {
  opacity: 0;
}

.question-answer {
  margin-top: 20px;
  padding-top: 6px;
  line-height:  2;
  font-size: 14px;
  line-height: 1.4; 
}
.question-answer img {
  background-image: url(../images/a.png);
}

.school {
  background-image: url(../images/reason_bg.jpg);
  background-repeat: repeat;
}

.school .section-contents {
  padding-bottom: 80px;
}

.school-block {
  margin-bottom: 30px;
}

.school-block:last-of-type {
  margin-bottom: 0;
}

.school-title {
  height: 47px;
  font-size: 24px;
  color: #001875;
  border-bottom: 4px solid #d2d2d2;
}

.school-content-wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 25px;
}

.school-content {
}

.school-map {
  width: 36.5%;
}

.school-access {
  margin-bottom: 30px;
}

.school-address-block {
  margin-bottom: 25px;
}

.school-type {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  width: 50px;
  height: 24px;
  color: #fff;
  background-color: #001875;
}

.school-address {
  margin-bottom: 20px;
}

.school-address:last-of-type {
  margin-bottom: 0;
}

.school-number-block-pc {
  display: flex;
}

.school-number-block-pc .school-number-tel {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 40px;
  padding-left: 20px;
  color: #000;
  background-image: url(../images/icon_tel.png);
  background-position: 0 center;
  background-size: 13px 20px;
  background-repeat: no-repeat;
}

.school-number-block-pc .school-number-fax {
  display: flex;
  align-items: center;
  padding-left: 30px;
  background-image: url(../images/icon_fax.png);
  background-position: 0 center;
  background-size: 21px 20px;
  background-repeat: no-repeat;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 78px;
}

.footer-link {
  position: relative;
  padding-top: 5px;
  padding-left: 20px;
}

.footer-link:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 9px solid #000;
  transform: translateY(-50%);
}

.footer-link a {
  color: #000;
  text-decoration: none;
}

.footer-link a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {

.header-inner {
  display: block;
  padding: 0;
  width: 100%;
  height: auto;
}

header .logo-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  height: 50px;
  box-shadow: 0px 0px 8px 0px rgba(162, 162, 162, 0.4);
  z-index: 10;
}

header .logo {
  margin: 0 auto;
  width: 156px;
}

.header-text {
  position: relative;
  padding: 10px 15px;
  color: #001875;
  line-height: 16px;
  z-index: 9;
}

h2 {
  margin-bottom: 20px;
}

.section-contents {
  padding: 0 15px;
}

.section-title {
  background-color: transparent;
}

.mv-bg{
  padding-top: 84%;
  height: auto;
  background-image: url(../images/mv_bg_sp.jpg);
}

.mv-inner {
  padding: 0;
}
.mv .btn-wrap {
  position: relative;
  top: 0;
  left: 0;
  bottom: auto;
  background-color: rgba(0,32,96,0.9);
}

.btn-wrap {
  padding: 15px;
  height: auto;
}

.btn-inner {
  flex-direction: column;
}

.btn {
  width: 100%;
  border-radius: 5px;
}

.btn:first-of-type {
  margin-right: 0;
  margin-bottom: 20px;
}
.reason {
  padding-bottom: 40px;  
}

.reason-inner {
  padding: 0 15px;
}
.reason-list-item-wrap {
  display: block;
}

.reason-list-item-wrap .reason-list-item {
  width: 100%;
}

.reason-list-item-2 {
  margin-bottom: 40px;
}

.reason-list-title {
  font-size: 18px;
  line-height: 20px;
}

.reason-list-title img {
  width: 52px;
  margin-right: 15px;
}
.reason-list-title span {
  min-height: 52px;
  padding-bottom: 5px;
  letter-spacing: 0.5px;
}
.reason-list-title:after {
  width: calc(100% - 52px);
  height: 3px;
}

.reason-list-item-1 .reason-list-content {
  display: block;
  padding: 0;
}

.reason-list-item-1 .reason-list-image {
  width: 54.8%;
  margin: 0 auto 30px;
}
.reason-list-item-1 .reason-list-text {
  padding-top:  0;
}
.reason-list-text .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.reason-list-text .text {
  font-size: 14px;
}

.results-item-wrap {
  display: block;
  padding: 0 15px 40px;
}

.results-item {
  width: 100%;
}


.experience .section-contents {
  padding-bottom: 40px;
}

.experience-item-wrap {
  padding: 0 15px;
}
.experience-item {
  padding: 25px 13px;
}
.experience-item-title {
  padding: 0 15px 20px;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.experience-item-title:before {
  content: none;
}
.experience-item-school {
  margin: 20px 0 25px;
}
.experience-item-school-title {
  width: 60px;
  height: 30px;
  font-size: 13px;
}

.experience-item-school-text {
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;  
}

.experience-item-qa {
  display: block;
}

.experience-item-image {
  width: 63.5%;
  margin: 0 auto 25px;
}


.qa-title {
  font-size: 16px;  
  font-weight: bold;
}

.qa-desc {
  font-size: 14px;  
}

.qa-title:before,
.qa-desc:before {
  width: 20px;
  height: 20px;
}

.package {
  padding-bottom: 40px;
}

.package-list {
  font-size: 18px;
}

.graph {
  margin-bottom: 40px;
}

.package-list-title {
  padding-left: 15px;
  font-size: 18px;
}

.package-list-title:before,
.package-list-title:after {
  width: 18px;
  height: 4px;
}

.package-list-title:before {
  right: 20px;
  width: 18px;
  height: 4px;
}

.package-list-title:after {
  right: 27px;
  width: 4px;
  height: 18px;
}
.package-list-content {
  padding: 30px 15px 0;
}
.package-list-table {
  display: block;
  margin-bottom: 20px;
}
.package-list-block {
  width: 100%;
}
.package-list-block-title,
.package-list-block-content {
  height: 38px;
  font-size: 15px;
}
.package-list-block-content {
  border-left: 1px solid #001875;
}
.package-list-item:nth-of-type(2) .package-list-block-content {
  border-left: 1px solid #fb7000;
}
.package-text-list-item {
  font-size: 14px;
}

.step {
  padding-bottom: 80px;
}

.step-block {
  padding: 22px 13px;
}

.step-block:after {
  top: calc(100% + 20px);
  width: 10px;
  height: 44px;
}

.step-block-inner {
  display: block;
}

.step-block-title {
  margin-bottom: 38px;
  padding-left: 77px; 
  min-height: 32px;
  font-size: 16px;
}

.step-block-title:after {
  width: calc(100% - 77px);
  height: 3px;
}

.step-block-number {
  width: 62px;
}

.step-block-image {
  width: 100%;
  margin: 0 0 20px 0;
}

.step-block-text {
  font-size: 14px;
}

.question-block {
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.question-title,
.question-answer {
  padding: 0 55px;
}

.question-title img,
.question-answer img {
  left: 15px;
  width: 30px;
  height: 30px;
}

.question-title {
  display: flex;
  align-items: center;
  padding-top: 0;
  min-height: 89px;
  border: 2px solid #ccc;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.question-title img {
  top: 50%;
  transform: translateY(-50%);
}

.question-title:before,
.question-title:after {

}

.question-title:before {
  right: 15px;
  width: 18px;
  height: 3px;
}

.question-title:after {
  right: 22px;
  width: 3px;
  height: 18px;
}

.question-answer {
  margin-top: 15px;
  padding-top: 5px;
  padding-right: 30px;
  font-size: 14px;
}

.school {
}

.school .section-contents {
  padding-bottom: 40px;
}

.school-block {
  margin-bottom: 50px;
}

.school-title {
  height: 30px;
  font-size: 18px;
  border-bottom: 2px solid #d2d2d2;
}

.school-content-wrap {
  display: block;
  padding-top: 20px;
}

.school-access {
  font-size: 14px;
  margin-bottom: 20px;
}

.school-address-block {
  margin-bottom: 30px;
}

.school-type {
  width: 50px;
  height: 24px;
  margin-bottom: 10px;
  font-size: 16px;
}

.school-address {
  font-size: 14px;
  margin-bottom: 20px;
}

.school-number-block-sp{
  margin-bottom: 30px;
}

.school-number-block-sp .school-number-tel {
  margin-bottom: 15px;
}

.school-map {
  width: 100%;
}



.footer-inner {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 115px;
  text-align: center;
}

.footer-link {
  display: inline-block;
  margin-bottom: 30px;
  padding-top: 4px;
  padding-left: 15px;
  font-size: 14px;
}

.footer-link:after {
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid #000;
}

.footer-copy {
  font-size: 12px;
}

} 


@media screen and (min-width: 769px){
.pc-hide {
  display: none;
}
}
@media screen and (max-width: 768px) {
.sp-hide {
  display: none;
}
}