img {
  image-rendering: -webkit-optimize-contrast;
}

a.mdl-btn-or {
  background: linear-gradient(135deg, #ff8533 0%, #ffb533 100%);
}

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

  .device-pc a.mdl-btn-or:hover,
  a.mdl-btn-or:hover {
    color: white;
  }
}

@media screen and (min-width: 769px) {

  .device-pc a.mdl-btn-or:hover,
  a.mdl-btn-or:hover {
    color: #FF9B33;
    background-color: white;
  }
}

/* .mdl-btn-or:hover:after {
	border-color: #FF9B33;
} */
/* ------------------------------
## mv
------------------------------- */
img {
  image-rendering: -webkit-optimize-contrast;
}

a.mdl-btn-or {
  background: linear-gradient(135deg, #ff8533 0%, #ffb533 100%);
}

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

  .device-pc a.mdl-btn-or:hover,
  a.mdl-btn-or:hover {
    color: white;
  }
}

@media screen and (min-width: 769px) {

  .device-pc a.mdl-btn-or:hover,
  a.mdl-btn-or:hover {
    color: #FF9B33;
    background-color: white;
  }
}

/* .mdl-btn-or:hover:after {
	border-color: #FF9B33;
} */
.mv {
  width: 100%;
  height: 400px;
  background: white;
  background: -webkit-gradient(linear, left top, right top, from(white), to(#eaebeb));
  background: linear-gradient(90deg, white 0%, #eaebeb 100%);
  position: relative;
  display: block;
  overflow: hidden;
}

.mv_bg-1,
.mv_bg-2 {
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.mv_bg-1 {
  background: url("/corp/img/idx/mv-bg-1.png") no-repeat center center/cover;
}

.mv_bg-2 {
  background: url("/corp/img/idx/mv-bg-2.png") no-repeat center center/cover;
}

.is-scroll .mv_bg-1 {
  opacity: 1;
  -webkit-animation: mv-bg-1 .35s .5s both;
  animation: mv-bg-1 .35s .5s both;
}

.is-scroll .mv_bg-2 {
  opacity: 1;
  -webkit-animation: mv-bg-2 .35s 0s both;
  animation: mv-bg-2 .35s 0s both;
}

@keyframes mv-bg-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 10%, 0);
    transform: translate3d(-10%, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mv-bg-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 10%, 0);
    transform: translate3d(-10%, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes mv-bg-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 10%, 0);
    transform: translate3d(10%, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes mv-bg-2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 10%, 0);
    transform: translate3d(10%, 10%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.mv .p_block01 {
  position: absolute;
  top: 100px;
  left: 0;
}

.mv .p_copy {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
}

.mv .p_title {
  width: 350px;
  margin: 40px 0 0 0;
}

@media screen and (max-width: 1200px) {
  .mv .p_block01 {
    left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mv {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mv_bg-1,
  .mv_bg-2 {
    height: 100%;
  }

  .mv .p_block01 {
    position: absolute;
    top: 9vw;
    left: 4vw;
  }

  .mv .p_copy {
    font-size: 5.2vw;
    line-height: 1.5;
    letter-spacing: 0;
  }

  .mv .p_title {
    width: 42%;
    margin: 3vw 0 0 0;
  }
}

.mv_right_txt {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 2em;
  margin-bottom: 2em;
}

.mv_right_txt p {
  line-height: 2;
  font-size: 2rem;
}

@media only screen and (max-width: 768px) {
  .mv_right_txt {
    padding: 1em;
  }
}

@media only screen and (min-width: 769px) {
  .mv_right {
    position: absolute;
    width: 60%;
    top: 100px;
    right: 20px;
  }
}

@media only screen and (max-width: 880px) and (min-width: 769px) {
  .mv_right {
    max-width: 420px;
  }
}

@media only screen and (max-width: 768px) {
  .mv_right {
    margin: 2em auto;
    width: 98%;
  }
}

@media only screen and (max-width: 1200px) {
  .mv_right .mdl-btn-or {
    font-size: 2rem;
    width: auto;
  }
}

@media only screen and (max-width: 768px) {
  .mv_right .mdl-btn-or {
    font-size: 1.4rem;
    max-width: 400px;
  }
}

@media only screen and (max-width: 414px) {
  .mv_right .mdl-btn-or {
    font-size: 4vw;
    max-width: none;
  }
}

@media screen and (max-width: 1200px) {
  .mv .p_block01 {
    width: 45%;
  }

  .mv .p_copy {
    font-size: 1.6rem;
  }

  .mv .p_title {
    max-width: 300px;
  }

  .mv .mv_right_txt p {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .mv .mv_right_txt p {
    font-size: 1.1rem;
  }

  .mv .p_copy {
    font-size: 2vw;
    padding-right: 3em;
  }

  .mv .p_title {
    margin: 0 auto;
  }

  .mv .p_block01 {
    position: static;
    width: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 4vw auto 2em;
  }
}

@media screen and (max-width: 500px) {
  .mv .p_copy {
    font-size: 5.1vw;
    padding-right: 0;
  }

  .mv .p_title {
    margin: 1em auto 0 0;
    width: 50%;
  }
}

/* ------------------------------
## section-001
------------------------------- */
.p_text-01 {
  font-size: 1.2rem;
  letter-spacing: -0.05em;
  margin: 10px 0 0 0;
}

@media screen and (max-width: 768px) {
  .p_text-01 {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 920px) {
  .p_text-01 {
    font-size: 2.2rem;
  }
}

.bdr-btm {
  border-bottom: 3px solid rgba(72, 216, 158, 0.61);
}

strong {
  font-weight: bold;
}

.section-001 {
  padding: 30px 0;
  background: rgba(72, 216, 158, 0.16);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 216, 158, 0.16)), to(rgba(163, 240, 122, 0.16)));
  background: linear-gradient(to right, rgba(72, 216, 158, 0.16) 0%, rgba(163, 240, 122, 0.16) 100%);
  position: relative;
}

.section-001 .p_text-01 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
}

@media screen and (max-width: 1080px) {
  .section-001 .p_text-01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 411px) {
  .section-001 .p_text-01 {
    font-size: 1.4rem;
  }
}

.section-001 .p_text-01 i {
  display: inline-block;
  position: relative;
}

.section-001 .p_text-01 i:after {
  content: '';
  display: block;
  width: 100%;
  height: 33%;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  top: 48%;
  left: 0;
  z-index: -1;
  opacity: .35;
}

.section-001 .p_container01 {
  margin: 60px 0 0 0;
}

@media screen and (max-width: 768px) {
  .section-001 {
    padding: 30px 0;
  }
}

.p_text-01 {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 3em;
}

@media screen and (max-width: 1080px) {
  .p_text-01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 411px) {
  .p_text-01 {
    font-size: 1.4rem;
  }
}

.p_text-01 i {
  display: inline-block;
  position: relative;
}

.p_text-01_ttl {
  text-align: center;
  margin: 0 auto 1em;
  font-size: 3.6rem;
  font-weight: bold;
}

.p_text-02 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .p_text-02 {
    font-size: 1.2rem;
  }
}

.p_text-02 strong {
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p_text-02 strong {
    font-size: 120%;
  }
}

.p_text-02 i {
  position: relative;
}

.p_text-02 i:after {
  content: '';
  display: block;
  width: 100%;
  height: 33%;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  top: 48%;
  left: 0;
  z-index: -1;
  opacity: .35;
}

.page-type-corp .mdl-bg-b:after,
.page-type-corp .mdl-bg-a:before {
  content: none;
}

@media screen and (max-width: 920px) {
  .section-001 .p_text-01 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .section-001 .p_text-01 {
    font-size: 1.2rem;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .section-001 .p_text-01 i {
    display: inline-block;
    position: relative;
  }

  .section-001 .p_text-01 i:after {
    height: 48%;
    top: 48%;
  }

  .section-001 .p_text-01-02 {
    font-size: 1.2rem;
    letter-spacing: -0.05em;
    margin: 10px 0 0 0;
  }

  .section-001 .p_container01 {
    margin: 20px 0 0 0;
  }
}

.box-001 {
  background: #fff;
  border-radius: 15px;
  padding: 30px 60px 40px 60px;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.15);
}

.box-001 .box_text01 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 2.6;
  letter-spacing: 0.08em;
  text-align: center;
}

.box-001 .box_text01 i {
  font-weight: bold;
  color: #48d89e;
  line-height: 1;
  font-size: 8.0rem;
  display: inline-block;
  position: relative;
  bottom: -5px;
}

.box-001 .box_list {
  text-align: center;
  margin: 30px 0 0 0;
}

.box-001 .box_list>dt {
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.08em;
  background: #48d89e;
  display: inline-block;
  padding: 8px 60px;
}

.box-001 .box_list>dd {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: left;
  margin: 20px 0 0 0;
}

.box-001 .box_list>dd span {
  font-size: 2.0rem;
}

.box-001 .box_container-btn {
  text-align: right;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 920px) {
  .box-001 {
    padding: 30px 30px 40px 30px;
  }

  .box-001 .box_text01 {
    font-size: 2.2rem;
  }

  .box-001 .box_text01 i {
    font-size: 6.0rem;
  }

  .box-001 .box_list>dt {
    font-size: 2.5rem;
    padding: 8px 60px;
  }

  .box-001 .box_list>dd {
    font-size: 2.0rem;
  }

  .box-001 .box_list>dd span {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .box-001 {
    border-radius: 8px;
    padding: 18px 0 18px 0;
  }

  .box-001 .box_text01 {
    font-size: 1.3rem;
    line-height: 2.2;
    letter-spacing: 0;
    text-align: center;
    padding: 0 5px;
  }

  .box-001 .box_text01 i {
    font-size: 2.0rem;
    bottom: 0;
  }

  .box-001 .box_list {
    margin: 10px 0 0 0;
  }

  .box-001 .box_list>dt {
    font-size: 1.2rem;
    padding: 5px 12px;
  }

  .box-001 .box_list>dd {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: left;
    margin: 10px 0 0 0;
    padding: 0 10px;
  }

  .box-001 .box_list>dd span {
    font-size: 1.0rem;
  }

  .box-001 .box_container-btn {
    text-align: right;
    margin: 12px 0 0 0;
    padding: 0 10px;
  }
}

.link-001 {
  font-weight: bold;
  font-size: 2.3rem;
  letter-spacing: 0.05em;
  display: inline-block;
  height: 50px;
  padding: 12px 65px 0 0;
  position: relative;
}

.link-001:before {
  content: '';
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.link-001:after {
  content: '';
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 920px) {
  .link-001 {
    font-size: 2.2rem;
    height: 40px;
    padding: 10px 52px 0 0;
  }

  .link-001:before {
    width: 40px;
    height: 40px;
  }

  .link-001:after {
    content: '';
    width: 15px;
    height: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 768px) {
  .link-001 {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    height: 20px;
    padding: 3px 26px 0 0;
  }

  .link-001:before {
    width: 20px;
    height: 20px;
  }

  .link-001:after {
    width: 8px;
    height: 8px;
    border-width: 2px;
    right: 7px;
    -webkit-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg);
  }
}

/* ------------------------------
## section-01
------------------------------- */
.p_hdg-01 {
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0 0 30px 0;
  position: relative;
  margin-bottom: 1em;
}

@media screen and (max-width: 920px) {
  .p_hdg-01 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .p_hdg-01 {
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0;
    padding: 0 0 1em 0;
  }
}

.p_hdg-01:after {
  content: '';
  display: block;
  width: 108px;
  height: 2px;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

#faq .p_hdg-01:after {
  content: none;
}

.section-01 {
  padding: 70px 0 30px 0;
  position: relative;
}

.section-01 .p_text-01 {
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-align: center;
  margin: 40px 0 0 0;
}

.section-01 .p_container01 {
  margin: 70px 0 0 0;
}

.section-01 .p_comment-01 {
  font-size: 2.8rem;
  letter-spacing: 0.02em;
  text-align: center;
  width: 845px;
  height: 78px;
  padding: 16px 0 0 0;
  background: url("/corp/img/idx/balloon01-pc.png") no-repeat center center/contain;
  margin: 0 auto 30px auto;
}

.section-01 .p_text-02 {
  font-weight: bold;
  font-size: 3.8rem;
  line-height: 1.6;
  text-align: center;
  margin: 55px auto 0 auto;
}

.section-01 .p_text-02 i {
  display: inline-block;
  position: relative;
}

.section-01 .p_text-02 i:before {
  content: '';
  display: block;
  width: 100%;
  height: 33%;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  top: 48%;
  left: 0;
  z-index: -1;
  opacity: .35;
}

.section-01 .p_text-02.type-l1 {
  display: block;
}

.section-01 .p_text-02.type-l2 {
  display: none;
}

@media screen and (max-width: 1060px) {
  .section-01 .p_text-02.type-l1 {
    display: none;
  }

  .section-01 .p_text-02.type-l2 {
    display: block;
  }
}

@media screen and (max-width: 820px) {
  .section-01 .p_comment-01 {
    font-size: 2.4rem;
    width: 720px;
    height: 68px;
    padding: 16px 0 0 0;
  }

  .section-01 .p_text-02 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .section-01 {
    padding: 25px 0 15px 0;
  }

  .section-01 .p_hdg-01 {
    font-size: 1.4rem;
    padding: 0 0 15px 0;
  }

  .section-01 .p_hdg-01:after {
    width: 54px;
    height: 1px;
  }

  .section-01 .p_text-01 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.6;
    text-align: center;
    margin: 15px 0 0 0;
  }

  .section-01 .p_container01 {
    margin: 20px 0 0 0;
  }

  .section-01 .p_comment-01 {
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: 0.05em;
    width: 276px;
    height: 55px;
    padding: 15px 0 0 0;
    background: url("/corp/img/idx/balloon01-sp.png") no-repeat center center/contain;
    margin: 0 auto 5px auto;
  }

  .section-01 .p_comment-02 {
    margin: 0 auto 10px auto;
  }
}

.box-a_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.box-a_wrap>* {
  width: 32%;
}

@media screen and (max-width: 768px) {
  .box-a_wrap {
    display: block;
  }

  .box-a_wrap>* {
    width: 100%;
    max-width: 345px;
    margin: 0 auto;
  }

  .box-a_wrap>*+* {
    margin-top: 5px;
  }
}

/* ------------------------------
## section-02
------------------------------- */
.section-02 {
  padding: 100px 0;
  background: rgba(72, 216, 158, 0.16);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 216, 158, 0.16)), to(rgba(163, 240, 122, 0.16)));
  background: linear-gradient(to right, rgba(72, 216, 158, 0.16) 0%, rgba(163, 240, 122, 0.16) 100%);
  position: relative;
}

.section-02 .p_container01 {
  position: relative;
}

.section-02 .p_container01:before {
  content: '';
  width: 100%;
  height: 321px;
  background: url("/corp/img/idx/bg_item01.png") no-repeat center right;
  position: absolute;
  right: 0;
  top: 10%;
  background-size: auto 100%;
}

@media screen and (min-width: 1201px) {
  .section-02 .p_container01:before {
    top: 20%;
  }
}

@media screen and (max-width: 1200px) {
  .section-02 .p_container01:before {
    background-size: 40% auto;
  }
}

@media screen and (max-width: 768px) {
  .section-02 .p_container01:before {
    top: -5%;
  }
}

@media screen and (max-width: 500px) {
  .section-02 .p_container01:before {
    top: 28%;
    right: 25%;
  }
}

.section-02 .p_figure01 {
  margin: 30px auto 0 auto;
}

.section-02 .p_container02 {
  margin: 70px auto 0 auto;
  position: relative;
}

.section-02 .p_container03 {
  margin: 95px auto 0 auto;
  position: relative;
}

.section-02 .p_container-btn {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 15em 0 0 0;
}

.section-02 .p_container-btn li {
  width: 32%;
}

.section-02 .p_container-btn li .mdl-btn-c {
  width: 100%;
  font-size: 2em;
}

@media screen and (max-width: 1080px) {
  .section-02 .p_container-btn li .mdl-btn-c {
    font-size: 1.8vw;
  }
}

@media screen and (max-width: 411px) {
  .section-02 .p_container-btn li .mdl-btn-c {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1200px) {
  .section-02 .p_container-btn {
    margin: 6em 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .section-02 .p_container-btn {
    display: block;
    margin: 5% 0 0 0;
  }

  .section-02 .p_container-btn li {
    width: 80%;
    margin: 2em auto 0;
  }
}

@media screen and (max-width: 500px) {
  .section-02 .p_container-btn {
    margin: 30% 0 0 0;
  }
}

.merit-list {
  margin: 1em auto 6em;
}

.merit-list li {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1em;
  padding-left: 2.4em;
  width: 65%;
  background: url(../img/idx/icon_check.png) no-repeat left top 0.2em;
  background-size: 1.6em;
  line-height: 1.8;
}

@media screen and (max-width: 1080px) {
  .merit-list li {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 411px) {
  .merit-list li {
    font-size: 1.4rem;
  }
}

.merit-list li strong {
  font-size: 120%;
}

@media screen and (max-width: 1200px) {
  .merit-list li {
    width: 60%;
  }

  .merit-list li .disp-pc {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .merit-list li {
    font-size: 1.2rem;
    padding-left: 2em;
  }
}

@media screen and (max-width: 500px) {
  .merit-list li {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section-02 {
    padding: 50px 0 40px 0;
  }

  .section-02 .p_figure01 {
    max-width: 500px;
    margin: 10px auto 0 auto;
  }

  .section-02 .p_container02,
  .section-02 .p_container03 {
    margin: 25px auto 0 auto;
    position: relative;
  }
}

.hdg-merit {
  font-weight: bold;
  color: #fff;
  font-size: 3.0rem;
  letter-spacing: 0.05em;
  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;
  width: 578px;
  height: 68px;
  margin: 0 auto;
  border-radius: 34px;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
}

@media screen and (max-width: 768px) {
  .hdg-merit {
    font-size: 1.4rem;
    width: 228px;
    height: 30px;
    border-radius: 15px;
  }
}

.block-merit-01 {
  padding: 30px 0 0 32%;
  background: url("/corp/img/idx/bg_item02_01.png") no-repeat center left/293px auto;
}

.block-merit-02 {
  padding: 30px 32% 0 0;
  background: url("/corp/img/idx/bg_item02_02.png") no-repeat top 10px right/293px auto;
}

@media screen and (max-width: 768px) {
  .block-merit-01 {
    padding: 0 0 130px 0;
    background-position: bottom center;
    background-size: 120px;
    margin: 15px 0 0 0;
  }

  .block-merit-02 {
    padding: 0 0 70px 0;
    background-position: bottom center;
    background-size: 120px;
    margin: 15px 0 0 0;
  }
}

.comment-merit {
  font-weight: bold;
  font-size: 1.9rem;
  letter-spacing: 0.03em;
  line-height: 46px;
  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;
  width: 100%;
  height: 189px;
  padding: 0 30px 0 70px;
  position: relative;
}

.comment-merit-02 {
  padding: 0 50px 0 40px;
}

.comment-merit:before {
  content: '';
  display: block;
  width: 49px;
  height: 100%;
  background: url("/corp/img/idx/comment_bg01_top.png") no-repeat center left/auto 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.comment-merit-02:before {
  background-image: url("/corp/img/idx/comment_bg02_top.png");
  background-position: center right;
  left: auto;
  right: 0;
}

.comment-merit:after {
  content: '';
  display: block;
  width: calc(100% - 49px);
  height: 100%;
  background: url("/corp/img/idx/comment_bg01_bottom.png") no-repeat center right/auto 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
}

.comment-merit-02:after {
  background-image: url("/corp/img/idx/comment_bg02_bottom.png");
  background-position: center left;
  left: 0;
  right: auto;
}

.comment-merit-01-01 {
  max-width: 720px;
  margin: 0 auto 0 0;
}

.comment-merit-01-02 {
  max-width: 680px;
  margin: 0 auto 0 0;
}

.comment-merit-02-01 {
  max-width: 665px;
  margin: 0 0 0 auto;
}

.comment-merit-02-02 {
  max-width: 500px;
  margin: 0 0 0 auto;
}

.comment-merit p {
  position: relative;
  z-index: 1;
}

.comment-merit i {
  font-size: 2.8rem;
}

.comment-merit span {
  display: inline-block;
  position: relative;
}

.comment-merit span:before {
  content: '';
  display: block;
  width: 100%;
  height: 43%;
  background: #48d89e;
  background: -webkit-gradient(linear, left top, right top, from(#48d89e), to(#a3f07a));
  background: linear-gradient(to right, #48d89e 0%, #a3f07a 100%);
  position: absolute;
  top: 38%;
  left: 0;
  z-index: -1;
  opacity: .34;
}

.comment-merit-02 span:before {
  background: #ffdd47;
  opacity: .34;
}

@media screen and (max-width: 920px) {
  .comment-merit {
    font-size: 1.7rem;
    line-height: 40px;
    height: 189px;
  }

  .comment-merit i {
    font-size: 2.2rem;
  }
}

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

  .comment-merit,
  .comment-merit-02 {
    font-size: 1.0rem;
    letter-spacing: 0;
    line-height: 20px;
    height: 65px;
    padding: 0 12px 10px 12px;
    margin: 6px auto 0 auto;
  }

  .comment-merit:before {
    width: 100%;
    height: 100%;
    background: url("/corp/img/idx/comment_bg01_sp.png") no-repeat center bottom/cover;
  }

  .comment-merit-02:before {
    background-image: url("/corp/img/idx/comment_bg02_sp.png");
    background-position: center bottom;
  }

  .comment-merit:after {
    content: none;
  }

  .comment-merit-01-01,
  .comment-merit-01-02,
  .comment-merit-02-01,
  .comment-merit-02-02 {
    max-width: 345px;
  }

  .comment-merit i {
    font-size: 1.3rem;
  }
}

/* ------------------------------
## section-03
------------------------------- */
.section-03 {
  padding: 100px 0;
  margin-top: -30px;
  position: relative;
  text-align: center;
}

.section-03 .p_container01 {
  margin: 50px 0 0 0;
}

.section-03 .p_container02 {
  margin: 30px 0 0 0;
}

.section-03 .p_container03 {
  padding: 60px 0 60px 0;
}

.section-03 .p_container-box,
.section-03 .p_container-btn {
  margin: 50px 0 0 0;
}

.section-03 .mdl-link-btn {
  letter-spacing: 0.08em;
  text-align: center;
  margin: 1em auto;
  font-size: 1.2em;
}

@media screen and (min-width: 769px) {
  .section-03 .mdl-link-btn {
    font-size: 2em;
  }
}

.section-03 .mdl-link-btn a {
  color: #fff;
  padding: 0.5em 1em;
  background: #00becc;
}

.section-03 .mdl-link-btn a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .section-03 {
    padding: 50px 0 20px 0;
    margin-top: -20px;
  }

  .section-03 .p_container01 {
    margin: 20px 0 0 0;
  }

  .section-03 .p_container02 {
    margin: 0 0 0 0;
  }

  .section-03 .p_container03 {
    padding: 30px 0 30px 0;
  }

  .section-03 .p_text-01 {
    font-size: 1.2rem;
    letter-spacing: 0;
    line-height: 1.8;
    background-size: 20px auto;
  }

  .section-03 .p_container-box,
  .section-03 .p_container-btn {
    margin: 25px 0 0 0;
  }
}

.box-tabContents {
  display: block;
  width: 100%;
  position: relative;
  z-index: 0;
}

.box-tabContentsItem {
  display: none;
}

.box-tabContentsItem.is-active {
  display: block;
}

.box-funcPlan-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;
  width: 650px;
  border: 1px solid #9d9d9e;
  margin: 0 auto 30px auto;
}

.box-funcPlan {
  font-weight: bold;
  font-size: 3.0rem;
  letter-spacing: 0.02em;
  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;
  width: 50%;
  height: 50px;
  cursor: pointer;
}

.box-funcPlan:hover {
  opacity: 0.7;
}

.box-funcPlan.is-active {
  cursor: auto;
}

.box-funcPlan.is-active:hover {
  opacity: 1;
}

.box-funcPlan-p.is-active,
.box-funcPlan-f.is-active {
  color: #fff;
  background: #47b897;
}

@media screen and (max-width: 768px) {
  .box-funcPlan-wrap {
    width: 290px;
    margin: 0 auto 20px auto;
  }

  .box-funcPlan {
    font-size: 1.2rem;
    letter-spacing: 0.02em;
    height: 30px;
  }

  .box-funcPlan:hover,
  .box-funcPlan.is-active:hover {
    opacity: 1;
  }
}

.box-func-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 2px solid #b2d68a;
  border-bottom: 2px solid #b2d68a;
}

.box-func-wrap>* {
  width: 33.3333%;
  border-top: 1px solid #b2d68a;
  border-right: 1px solid #b2d68a;
}

.box-func-wrap>*:nth-child(-n + 3) {
  border-top: none;
}

.box-func-wrap>*:nth-child(3n) {
  border-right: none;
}

.box-func {
  display: block;
  height: 200px;
  background: url("/corp/img/idx/btn01_arrow.png") no-repeat center bottom 15px/17px auto;
  position: relative;
}

.box-func:hover {
  opacity: 0.7;
}

.box-func.is-eveNone {
  pointer-events: none;
  color: #d4d9dc;
}

.box-func.type-pr {
  background-image: url("/corp/img/idx/btn01_arrow01.png");
}

.box-func:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url("/school/img/idx/icon01_01.png") no-repeat center center/66px auto;
  margin: 20px auto 0 auto;
}

.box-func-01:before {
  background-image: url("/corp/img/idx/icon01_01.png");
  background-size: 66px auto;
}

.box-func-02:before {
  background-image: url("/corp/img/idx/icon01_02.png");
  background-size: 93px auto;
}

.box-func-03:before {
  background-image: url("/corp/img/idx/icon01_03.png");
  background-size: 116px auto;
}

.box-func-04:before {
  background-image: url("/corp/img/idx/icon01_04.png");
  background-size: 75px auto;
}

.box-func-05:before {
  background-image: url("/corp/img/idx/icon01_05.png");
  background-size: 89px auto;
}

.box-func-06:before {
  background-image: url("/corp/img/idx/icon01_06.png");
  background-size: 76px auto;
}

.box-func-07:before {
  background-image: url("/corp/img/idx/icon01_07.png");
  background-size: 93px auto;
}

.box-func-08:before {
  background-image: url("/corp/img/idx/icon01_08.png");
  background-size: 98px auto;
}

.box-func-09:before {
  background-image: url("/corp/img/idx/icon01_09.png");
  background-size: 63px auto;
}

.is-free .box-func-04:before {
  background-image: url("/corp/img/idx/icon01_04_off.png");
  background-size: 75px auto;
}

.is-free .box-func-05:before {
  background-image: url("/corp/img/idx/icon01_05_off.png");
  background-size: 89px auto;
}

.is-free .box-func-06:before {
  background-image: url("/corp/img/idx/icon01_06_off.png");
  background-size: 76px auto;
}

.is-free .box-func-07:before {
  background-image: url("/corp/img/idx/icon01_07_off.png");
  background-size: 93px auto;
}

.is-free .box-func-08:before {
  background-image: url("/corp/img/idx/icon01_08_off.png");
  background-size: 98px auto;
}

.is-free .box-func-09:before {
  background-image: url("/corp/img/idx/icon01_09_off.png");
  background-size: 63px auto;
}

.box-func .box_text01 {
  font-size: 1.5rem;
  line-height: 1.6;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
}

.box-func-04 .box_text01 {
  bottom: 40px;
}

@media screen and (max-width: 920px) {
  .box-func:before {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@media screen and (max-width: 768px) {
  .box-func-wrap>* {
    width: 50%;
  }

  .box-func-wrap>*:nth-child(-n + 3) {
    border-top: 1px solid #b2d68a;
  }

  .box-func-wrap>*:nth-child(3n) {
    border-right: 1px solid #b2d68a;
  }

  .box-func-wrap>*:nth-child(-n + 2) {
    border-top: none;
  }

  .box-func-wrap>*:nth-child(2n) {
    border-right: none;
  }

  .box-func-wrap>*:nth-child(8) {
    position: relative;
  }

  .box-func-wrap>*:nth-child(8):after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #b2d68a;
    position: absolute;
    bottom: -1px;
    left: 0;
  }

  .box-func {
    height: 120px;
    background-position: center bottom 10px;
  }

  .box-func:hover {
    opacity: 1;
  }

  .box-func-03,
  .box-func-04 {
    height: 145px;
  }

  .box-func:before {
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    margin: 3px auto 0 auto;
  }

  .box-func-06:before,
  .box-func-08:before {
    margin: 0 auto 0 auto;
    position: relative;
    top: -5px;
  }

  .box-func .box_text01 {
    font-size: 1.15rem;
    line-height: 1.4;
    bottom: 32px;
  }

  .box-func-03 .box_text01 {
    bottom: 48px;
  }
}

.panel-func-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-top: 1px solid #b2d68a;
  border-bottom: 1px solid #b2d68a;
}

.panel-func-wrap>* {
  width: 50%;
  border-top: 1px solid #b2d68a;
  border-right: 1px solid #b2d68a;
  padding: 0 6% 0 0;
}

.panel-func-wrap>*:nth-child(-n + 2) {
  border-top: none;
}

.panel-func-wrap>*:nth-child(even) {
  padding: 0 0 0 6%;
  border-right: none;
}

.panel-func {
  display: block;
  padding: 40px 0;
  position: relative;
}

.panel-func-04 {
  border-top: 1px solid #b2d68a;
}

.panel-func .panel_text01 {
  font-size: 1.5rem;
  line-height: 1.6;
}

.panel-func .panel_text02 {
  color: #2fb282;
  font-size: 2.3rem;
  line-height: 1.6;
  margin: 15px 0 0 0;
  position: relative;
}

.panel-func .panel_text02:before {
  content: '';
  display: block;
  width: 120px;
  height: 120px;
  background: url("/school/img/idx/icon01_01.png") no-repeat bottom right/66px auto;
  position: absolute;
  bottom: 5px;
  right: 0;
}

.panel-func-01 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_01.png");
  background-size: 66px auto;
}

.panel-func-02 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_02.png");
  background-size: 94px auto;
}

.panel-func-03 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_03.png");
  background-size: 115px auto;
  bottom: 30px;
}

.panel-func-04 .panel_text02:before {
  width: 180px;
  height: 180px;
  background-image: url("/corp/img/idx/icon01_0405.png");
  background-size: 176px auto;
  bottom: 80px;
}

.panel-func-06 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_06.png");
  background-size: 76px auto;
}

.panel-func-07 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_07.png");
  background-size: 93px auto;
}

.panel-func-08 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_08.png");
  background-size: 98px auto;
}

.panel-func-09 .panel_text02:before {
  background-image: url("/corp/img/idx/icon01_09.png");
  background-size: 64px auto;
}

.panel-func .panel_text03 {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 1080px) {
  .panel-func-wrap>* {
    padding: 0 3% 0 0;
  }

  .panel-func-wrap>*:nth-child(even) {
    padding: 0 0 0 3%;
  }

  .panel-func .panel_text02 {
    font-size: 2.2rem;
  }

  .panel-func .panel_text02:before {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}

@media screen and (max-width: 920px) {
  .panel-func .panel_text02 {
    font-size: 1.8rem;
  }

  .panel-func .panel_text03 {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .panel-func-wrap {
    display: block;
    border-top: none;
  }

  .panel-func-wrap>* {
    width: 100%;
    border-top: 1px solid #b2d68a;
    border-right: none;
    padding: 0 0 0 0;
  }

  .panel-func-wrap>*:nth-child(-n + 2) {
    border-top: 1px solid #b2d68a;
  }

  .panel-func-wrap>*:nth-child(even) {
    padding: 0 0 0 0;
    border-right: none;
  }

  .panel-func {
    padding: 18px 0;
  }

  .panel-func .panel_text01 {
    font-size: 1.2rem;
    margin: 10px 0 0 0;
  }

  .panel-func .panel_text02 {
    font-size: 1.4rem;
    margin: 5px 0 0 0;
  }

  .panel-func .panel_text02:before {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
  }

  .panel-func-03 .panel_text02:before {
    bottom: 20px;
  }

  .panel-func-04 .panel_text02:before {
    bottom: 45px;
  }

  .panel-func .panel_text03 {
    font-size: 1.2rem;
    margin: 8px 0 0 0;
  }
}

.panel-func-l {
  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;
  width: 100%;
  padding: 40px 0 40px 0;
  position: relative;
}

.panel-func-l .panel_figure {
  width: 620px;
  margin: 0 20px 0 0;
  position: relative;
}

.panel-func-l .panel_text {
  width: 500px;
}

@media screen and (max-width: 768px) {
  .panel-func-l {
    display: block;
    padding: 25px 0 18px 0;
  }

  .panel-func-l .panel_figure {
    width: 290px;
    margin: 0 auto 0 auto;
  }

  .panel-func-l .panel_text {
    width: 100%;
    margin: 20px 0 0 0;
  }
}

.box-cp {
  max-width: 800px;
  margin: 0 auto;
  background: #f2f2f3;
  padding: 40px 20px 30px 20px;
}

.box-cp .box_text01 {
  font-size: 1.5rem;
  text-align: center;
}

.box-cp .box_text02 {
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  margin: 20px 0 30px 0;
}

@media screen and (max-width: 768px) {
  .box-cp {
    padding: 20px 10px 20px 10px;
  }

  .box-cp .box_text01 {
    font-size: 1.2rem;
  }

  .box-cp .box_text02 {
    font-size: 1.2rem;
    margin: 10px 0 15px 0;
  }
}

.schoolVoice_table {
  width: 100%;
  margin: 3em auto 1em;
}

.schoolVoice_table th,
.schoolVoice_table td {
  font-size: 2em;
  border: 1px solid #ccc;
  padding: 0.5em 1em;
}

.schoolVoice_table th {
  background-color: rgba(72, 216, 158, 0.3);
  text-align: center;
}

.schoolVoice_table td {
  text-align: right;
}

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

  .schoolVoice_table th,
  .schoolVoice_table td {
    font-size: 1em;
    display: block;
  }

  .schoolVoice_table thead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: left;
  }

  .schoolVoice_table thead th:first-child:before {
    padding: 1em;
  }

  .schoolVoice_table tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }

  .schoolVoice_table tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
  }
}

.swiper-container {
  padding: 0 5em;
  max-width: 1160px;
  /* overflow: hidden; */
}

.swiper-button-next,
.swiper-button-prev {
  top: 43%;
}

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

  .swiper-button-next,
  .swiper-button-prev {
    top: 54%;
  }
}

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

  .swiper-button-next,
  .swiper-button-prev {
    top: 60%;
  }
}

/* .swiper-button-next,
.swiper-button-prev {
	background-color: white;
	padding: 1em;
} */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 0;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 0;
}

.swiper-wrapper {
  margin: 3em auto;
}

.swiper-wrapper img {
  width: auto;
}

.swiper-slide {
  /* Center slide text vertically */
  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;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  color: #48d89e;
}

/*index-03*/
.box-results {
  background: #f3f5f6;
  padding: 10px 0;
  margin-top: 2em;
}

.box-results .box_text01 {
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 0 30px;
}

.box-results .box_note01 {
  font-size: 1.3rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-align: right;
  padding: 0 40px;
  margin: 18px 0 0 0;
}

.box-results .box_container01 {
  padding: 0 30px;
  margin: 15px 0 0 0;
}

.box-results .box_container02 {
  text-align: right;
  padding: 0 30px;
  margin: 20px 0 0 0;
}

.list-results {
  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;
}

.list-results>* {
  width: 12.5%;
  padding: 0 8px;
}

.item-results>dt {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding: 8px 2px;
  background: #00becc;
}

.item-results>dd {
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  text-align: center;
  width: 100%;
  padding: 8px 2px;
  background: #d2f4f7;
  margin: 5px 0 0 0;
}

@media screen and (max-width: 1180px) {
  .list-results>* {
    padding: 0 4px;
  }

  .item-results>dt,
  .item-results>dd {
    font-size: 1.4rem;
  }
}

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

  .item-results>dt,
  .item-results>dd {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .box-results .box_text01 {
    font-size: 1.4rem;
    line-height: 1.6;
    padding: 0 10px;
  }

  .box-results .box_note01 {
    font-size: 1.0rem;
    line-height: 1.4;
    padding: 0 10px;
    margin: 10px 0 0 0;
  }

  .box-results .box_container01 {
    padding: 0 0;
    margin: 10px 0 0 0;
  }

  .box-results .box_container02 {
    text-align: right;
    padding: 0 10px;
    margin: 5px 0 0 0;
  }

  .list-results {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    max-width: 336px;
    margin: 0 auto;
  }

  .list-results>* {
    width: 84px;
    padding: 0 2px;
    margin: 0 0 10px 0;
  }

  .item-results>dt {
    font-size: 1.1rem;
    padding: 8px 2px;
  }

  .item-results>dd {
    font-size: 1.2rem;
    padding: 8px 2px;
    margin: 3px 0 0 0;
  }
}

/* ------------------------------
## section-04
------------------------------- */
.section-04 {
  padding: 60px 0;
  background: rgba(72, 216, 158, 0.16);
  background: -webkit-gradient(linear, left top, right top, from(rgba(72, 216, 158, 0.16)), to(rgba(163, 240, 122, 0.16)));
  background: linear-gradient(to right, rgba(72, 216, 158, 0.16) 0%, rgba(163, 240, 122, 0.16) 100%);
  position: relative;
}

.section-04 .p_note-01 {
  font-size: 1.3rem;
  text-align: right;
  display: inline-block;
}

.section-04 .p_container01 {
  text-align: center;
  margin: 35px 0 0 0;
}

.section-04 .p_container01 a {
  padding: 1em;
}

.section-04 .p_container02 {
  text-align: center;
  margin: 35px 0 0 0;
}

.section-04 .p_container02 p {
  display: inline-block;
  text-align: right;
}

.section-04 .p_container-btn {
  margin: 50px 0 0 0;
}

@media screen and (max-width: 768px) {
  .section-04 {
    padding: 30px 0;
  }

  .section-04 .p_note-01 {
    font-size: 1.0rem;
    margin: 10px 0 0 0;
  }

  .section-04 .p_container01 {
    margin: 0 auto;
  }

  .section-04 .p_container02 {
    margin: 5px 0 0 0;
  }

  .section-04 .p_container-btn {
    margin: 30px 0 0 0;
  }
}

/* ------------------------------
## section-05
------------------------------- */
.section-05 {
  padding: 100px 0 25px 0;
  margin-top: -30px;
  position: relative;
}

.section-05 .p_container01 {
  margin: 35px 0 0 0;
}

.section-05 .p_container02 {
  text-align: right;
  margin: 20px 0 0 0;
}

@media screen and (max-width: 768px) {
  .section-05 {
    padding: 50px 0 25px 0;
    margin-top: -20px;
    position: relative;
  }

  .section-05 .mdl-text-b {
    text-align: center;
  }

  .section-05 .p_container01 {
    margin: 20px 0 0 0;
  }

  .section-05 .p_container02 {
    margin: 10px 0 0 0;
  }
}

.questionBoxList {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.questionBoxList li {
  width: 32%;
  margin: 0 1em 2em;
}

.questionBoxList li a {
  border-radius: 2em;
  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;
  height: 100%;
  background-color: white;
  padding: 0.5em 2em 0.5em 0.5em;
  font-size: 1.8rem;
  position: relative;
}

@media screen and (max-width: 1080px) {
  .questionBoxList li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 411px) {
  .questionBoxList li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1080px) {
  .questionBoxList li a {
    font-size: 1.6rem;
  }
}

.questionBoxList li a:hover {
  opacity: 0.7;
}

.questionBoxList li a:after {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #48d89e;
  border-right: 3px solid #48d89e;
  position: absolute;
  top: 50%;
  right: 1em;
  -webkit-transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
  transform: scale(1, 0.9) translate(0, -50%) rotate(45deg);
}

@media screen and (max-width: 768px) {
  .questionBoxList {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .questionBoxList li {
    width: 100%;
    margin: 0 auto 2em;
    max-width: 320px;
  }

  .questionBoxList li a {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .questionBox {
    width: 100%;
    max-width: none;
    margin: 0 auto;
  }
}

.questionBox__q {
  width: 100%;
  margin: 0 auto;
  padding: 35px 96px 35px 118px;
  background: #f4f6f7 url("/corp/img/idx/qa_q.png") no-repeat center left 35px/40px auto;
  position: relative;
  cursor: pointer;
}

.questionBox__q::after {
  content: "";
  width: 26px;
  height: 26px;
  border-top: 2.5px solid #48b091;
  border-right: 2.5px solid #48b091;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 45px;
  right: 50px;
}

.questionBox__q.js-active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .questionBox__q {
    width: 100%;
    padding: calc(10/750 * 100vw) calc(80/750 * 100vw) calc(10/750 * 100vw) calc(86/750 * 100vw);
    background-size: 16px auto;
    background-position: center left 12px;
  }
}

@media screen and (max-width: 768px) {
  .questionBox__q::after {
    content: "";
    width: calc(20/750 * 100vw);
    height: calc(20/750 * 100vw);
    top: calc(30/750 * 100vw);
    right: calc(20/750 * 100vw);
  }
}

.questionBox__text {
  font-size: 2.0rem;
  letter-spacing: 0.03em;
  line-height: 2.2;
}

.questionBox__text a {
  color: #47b897;
}

.questionBox__text a:link,
.questionBox__text a:visited {
  color: #47b897;
}

@media screen and (max-width: 768px) {
  .questionBox__text {
    font-size: calc(24/750 * 100vw);
    letter-spacing: 0;
    line-height: 1.5;
  }
}

.questionBox__a {
  width: 100%;
  margin: 0 auto;
  background: url("/corp/img/idx/qa_a.png") no-repeat center left 35px/42px auto;
  height: 0;
  visibility: hidden;
  padding: 0 20px 0 118px;
  -webkit-transition: .5s;
  transition: .5s;
}

.questionBox__a.js-active {
  height: auto;
  visibility: visible;
  padding: 22px 20px 22px 118px;
}

.questionBox__a .questionBox__text {
  display: none;
}

.questionBox__a.js-active .questionBox__text {
  display: block;
}

@media screen and (max-width: 768px) {
  .questionBox__a {
    width: 100%;
    padding: 0 calc(20/750 * 100vw) 0 calc(86/750 * 100vw);
    background-size: 16px auto;
    background-position: center left 12px;
  }
}

@media screen and (max-width: 768px) {
  .questionBox__a.js-active {
    padding: calc(15/750 * 100vw) calc(20/750 * 100vw) calc(15/750 * 100vw) calc(86/750 * 100vw);
  }
}

.questionBox__text--small {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .questionBox__text--small {
    font-size: calc(24/750 * 100vw);
    letter-spacing: 0;
    line-height: 1.5;
  }
}



/* ------------------------------
## section-06
------------------------------- */
.section-06 {
  padding: 50px 0 120px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .section-06 {
    padding: 50px 0;
  }
}

.block-univ>dt {
  color: #48d89e;
  font-size: 2.0rem;
  letter-spacing: 0.08em;
  text-align: center;
  position: relative;
}

.block-univ>dt:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #48d89e;
  position: absolute;
  top: 50%;
  left: 0;
}

.block-univ>dt span {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  position: relative;
}

.block-univ>dd {
  padding: 30px 0 10px 0;
  position: relative;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}

.block-univ>dd+dt {
  margin-top: 30px;
}

.block-univ .block_note01 {
  font-size: 1.8rem;
  letter-spacing: 0.08em;
  position: absolute;
  bottom: 30px;
  right: 10px;
}

@media screen and (max-width: 1080px) {
  .block-univ .block_note01 {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 411px) {
  .block-univ .block_note01 {
    font-size: 1.4rem;
  }
}

.p_annotation {
  font-size: 1.4rem;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .block-univ {
    max-width: 500px;
    margin: 0 auto;
  }

  .block-univ>dt {
    font-size: 1.4rem;
  }

  .block-univ>dt:before {
    height: 1px;
  }

  .block-univ>dt span {
    padding: 0 5px;
  }

  .block-univ>dd {
    padding: 15px 0 5px 0;
  }

  .block-univ>dd+dt {
    margin-top: 15px;
  }

  .block-univ .block_note01 {
    font-size: 1.2rem;
    bottom: 30px;
    right: calc(25% - 2em);
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#map_all {
  width: 636px;
  height: 550px;
  position: relative;
  margin: 0 auto 4em auto;
}

@media screen and (min-width: 1080px) {
  #map_all {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    margin: 12em auto;
  }

  #map_all p {
    font-size: 12px;
  }
}

#map_all img {
  max-width: 100%;
  height: 100%;
  width: auto;
}

@media screen and (max-width: 768px) {
  #map_all {
    zoom: 0.7;
  }
}

@media screen and (max-width: 500px) {
  #map_all {
    zoom: 0.5;
  }
}

.map_school {
  display: none;
  padding: 1em;
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  width: 300px;
  text-align: left;
  font-size: 1.5rem;
  line-height: 1.6;
  border: 3px solid;
}

@media screen and (max-width: 414px) {
  .map_school {
    font-size: 2.5vw;
    width: 59vw;
  }
}

#map_1 {
  position: absolute;
  cursor: pointer;
}

#map_1 img {
  opacity: 0.6;
}

#map_1:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_1:hover .map_school {
  display: block;
  z-index: 100;
}

#map_2 {
  position: absolute;
  cursor: pointer;
}

#map_2 img {
  opacity: 0.6;
}

#map_2:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_2:hover .map_school {
  display: block;
  z-index: 100;
}

#map_3 {
  position: absolute;
  cursor: pointer;
}

#map_3 img {
  opacity: 0.6;
}

#map_3:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_3:hover .map_school {
  display: block;
  z-index: 100;
}

#map_4 {
  position: absolute;
  cursor: pointer;
}

#map_4 img {
  opacity: 0.6;
}

#map_4:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_4:hover .map_school {
  display: block;
  z-index: 100;
}

#map_5 {
  position: absolute;
  cursor: pointer;
}

#map_5 img {
  opacity: 0.6;
}

#map_5:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_5:hover .map_school {
  display: block;
  z-index: 100;
}

#map_6 {
  position: absolute;
  cursor: pointer;
}

#map_6 img {
  opacity: 0.6;
}

#map_6:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_6:hover .map_school {
  display: block;
  z-index: 100;
}

#map_7 {
  position: absolute;
  cursor: pointer;
}

#map_7 img {
  opacity: 0.6;
}

#map_7:hover img {
  opacity: 1;
  -webkit-filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
  filter: drop-shadow(2px 2px 2px rgba(113, 163, 192, 0.6));
}

#map_7:hover .map_school {
  display: block;
  z-index: 100;
}

#map_1 {
  top: 0;
  right: 0;
  height: 352px;
}

#map_1 .map_school {
  top: 10%;
  right: 110%;
  border-color: #9ACCDD;
}

@media screen and (min-width: 415px) {
  #map_1 .map_school {
    width: 350px;
  }
}

@media screen and (max-width: 414px) {
  #map_1 .map_school {
    top: 1%;
    right: 27.7vw;
  }
}

#map_2 {
  bottom: 73px;
  right: 50px;
  height: 122px;
}

#map_2 .map_school {
  top: -180%;
  right: 30%;
  border-color: #A1E27B;
}

@media screen and (min-width: 415px) {
  #map_2 .map_school {
    width: 400px;
  }
}

@media screen and (max-width: 414px) {
  #map_2 .map_school {
    top: -46.9vw;
    right: 21vw;
  }
}

#map_3 {
  bottom: 118px;
  right: 156px;
  height: 128px;
}

#map_3 .map_school {
  top: -110%;
  right: 30%;
  border-color: #EDD740;
}

@media screen and (max-width: 414px) {
  #map_3 .map_school {
    top: -40.3vw;
    right: 6.7vw;
  }
}

#map_4 {
  bottom: 73px;
  right: 161px;
  height: 93px;
}

#map_4 .map_school {
  top: -180%;
  right: 80%;
  border-color: #DEB076;
}

@media screen and (max-width: 414px) {
  #map_4 .map_school {
    top: -51vw;
    right: 6vw;
  }
}

#map_5 {
  bottom: 37px;
  right: 310px;
  height: 146px;
}

#map_5 .map_school {
  top: -180%;
  right: -22%;
  border-color: #FA897D;
}

@media screen and (min-width: 415px) {
  #map_5 .map_school {
    width: 350px;
  }
}

@media screen and (max-width: 414px) {
  #map_5 .map_school {
    top: -48.6vw;
    right: -13.7vw;
  }
}

#map_6 {
  bottom: 56px;
  left: 136px;
  height: 127px;
}

#map_6 .map_school {
  top: -180%;
  left: -115%;
  border-color: #F5B3B9;
}

@media screen and (min-width: 415px) {
  #map_6 .map_school {
    width: 350px;
  }
}

@media screen and (max-width: 414px) {
  #map_6 .map_school {
    top: -48.5vw;
    left: -20vw;
  }
}

#map_7 {
  bottom: 0;
  left: 0;
  height: 183px;
}

#map_7 .map_school {
  top: -110%;
  left: 0;
  border-color: #C297CC;
}

@media screen and (max-width: 414px) {
  #map_7 .map_school {
    top: -48.5vw;
    left: -2vw;
  }
}

.p_text-02_mt {
  margin-top: 4em;
}

/*# sourceMappingURL=idx.css.map */

.btn_corp,
.btn_sch {
  color: #fff;
  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;
  background: #4881ff;
  background: -webkit-gradient(linear, left top, right top, from(rgba(47, 170, 220, 0.72)), to(#4881ff));
  background: linear-gradient(to right, rgba(47, 170, 220, 0.72) 0%, #4881ff 100%);
  position: relative;
}

.btn_corp:hover,
.btn_sch:hover {
  background-color: white;
}

.mdl-btn-c.btn_corp,
.mdl-btn-c.btn_sch {
  width: 100%;
}

.mdl-btn-c.btn_corp:before,
.mdl-btn-c.btn_sch:before {
  z-index: -1;
}

.btn_sch:hover {
  color: #2faadc !important;
  z-index: 1;
}

.btn_corp {
  background: #00becc;
  background: -webkit-gradient(linear, left top, right top, from(#00becc), to(#39d8a7));
  background: linear-gradient(to right, #00becc 0%, #39d8a7 100%);
}

.btn_corp:hover {
  color: #00becc;
  z-index: 1;
}

.mdl-btn-c:hover:before {
  z-index: 0;
}

.mdl-btn-c span {
  z-index: 10;
}

.device-pc a.mdl-btn-or:hover,
a.mdl-btn-or:hover {
  z-index: 10;
  color: #FF9B33;
}

.movie {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}

.movie__inner {
  position: relative;
  padding-bottom: calc(315 / 560 * 100%);
}

.movie__iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}