@charset "UTF-8";
/* -------------- ブレークポイント作成 ここから ---------------- */
/* 追加スタイル
------------------------------------- */
.home .hero_title-02 img {
  max-width: 720px;
  width: 90%;
  margin: auto;
}

.top_heading {
  background: url("../img/bg_pro-01.jpg") no-repeat center center;
  background-size: cover;
  padding: 260px 20px 80px;
}

@media screen and (max-width: 767px) {
  .top_heading {
    padding: 180px 10px 40px;
  }
}
@media screen and (max-width: 399px) {
  .top_heading {
    padding: 140px 10px 40px;
  }
}
.top_heading .top_heading-text {
  max-width: 863px;
  margin: auto;
}

.top_heading .top_heading-text img {
  -webkit-filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
          filter: drop-shadow(0px 0px 6px rgb(255, 255, 255));
}

.home .achieve .cont-02 {
  margin-top: 100px;
}

.home .achieve.section-works {
  padding: 0 0;
}

.inner.inner-mezaseru_syokugyou {
  padding: 100px 0;
}

.title-mezaseru_syokugyou {
  text-align: center;
  position: relative;
}

.title-mezaseru_syokugyou img {
  max-width: 355px;
  margin: auto;
}

.title-mezaseru_syokugyou::before {
  content: "";
  width: calc(50% - 230px);
  height: 50%;
  position: absolute;
  left: 0;
  top: calc(50% - 5px);
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
}

.title-mezaseru_syokugyou::after {
  content: "";
  width: calc(50% - 230px);
  height: 50%;
  position: absolute;
  right: 0;
  top: calc(50% - 5px);
  border-right: 10px solid #fff;
  border-top: 10px solid #fff;
}

.text-mezaseru_syokugyou {
  padding: 35px 0;
  font-family: Noto Sans JP, sans-serif;
  font-size: 2.7rem;
  text-align: center;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
}

.text-mezaseru_syokugyou span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .home .achieve .cont_wrapper .inner.inner-mezaseru_syokugyou {
    padding: 50px 4.66%;
  }
  .title-mezaseru_syokugyou img {
    max-width: 210px;
  }
  .title-mezaseru_syokugyou::before {
    width: calc(50% - 120px);
    border-width: 5px;
  }
  .title-mezaseru_syokugyou::after {
    width: calc(50% - 120px);
    border-width: 5px;
  }
  .text-mezaseru_syokugyou {
    font-size: 1.6rem;
    padding: 25px 0;
    border-width: 5px;
  }
}
.inner-reason-block {
  padding-top: 200px;
}

.support_wideImage.support_wideImage-support {
  margin: 0 auto 400px;
}

@media screen and (max-width: 767px) {
  .support_wideImage.support_wideImage-support {
    margin: 0 auto 200px;
  }
  .home .achieve.section-support {
    padding-bottom: 110px;
  }
}
.section_teacher {
  position: relative;
  background-color: #f4f4f4;
}

.section_teacher-inner {
  position: relative;
}

.section_teacher-title-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-52%);
          transform: translateY(-52%);
  width: 53%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 2;
  padding: 75px 0 65px;
}

.section_teacher-title-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 10px;
  background: #c77fde;
  background: -webkit-gradient(linear, left top, right top, from(#65abe0), to(#c77fde));
  background: linear-gradient(to right, #65abe0 0%, #c77fde 100%);
}

.section_teacher-title-wrap::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #65abe0;
  background: -webkit-gradient(linear, left top, right top, from(#c77fde), to(#65abe0));
  background: linear-gradient(to right, #c77fde 0%, #65abe0 100%);
}

.section_teacher-title {
  width: 86%;
  margin: auto;
}

.section_teacher-logo {
  margin: 38px auto 0;
  text-align: center;
  max-width: 80%;
}

.section_teacher-img {
  position: relative;
}

.section_teacher-img-logo {
  display: none;
}

.section_teacher-message {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 90%;
  margin: auto;
}

.section_teacher-message-opt {
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
}
.section_teacher-message-opt::before {
  content: "";
  position: absolute;
  width: 490px;
  height: 490px;
  background-color: #f4f4f4;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -80px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-opt::before {
    width: 190px;
    height: 190px;
    top: -50px;
  }
}
.section_teacher-message-opt img {
  position: relative;
  margin: auto;
  width: 233px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-opt img {
    width: 95px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    position: absolute;
  }
}

.section_teacher-message-title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.2em;
  padding-bottom: 1em;
  line-height: 1.8;
  position: relative;
  z-index: 1;
  color: #42210b;
  letter-spacing: 0.07em;
}
.section_teacher-message-title span {
  display: block;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-title {
    font-size: 1.6rem;
    padding-top: 0.5em;
  }
}

.section_teacher-message-wrap {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-wrap {
    padding-bottom: 20px;
  }
}
.section_teacher-message-wrap .js-dropdown1 {
  border-top: 4px dotted #736357;
  padding: 2.5em 5% 1em;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-wrap .js-dropdown1 {
    border-width: 2px;
    padding: 2em 5% 1em;
  }
}
.section_teacher-message-wrap .js-dropdown1 p {
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .section_teacher-message-wrap .js-dropdown1 p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .section_teacher-title-wrap {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 35px 0 30px;
  }
  .section_teacher-title-wrap::after {
    display: none;
  }
  .section_teacher-title-wrap .section_teacher-logo {
    display: none;
  }
  .section_teacher-img-logo {
    display: block;
    position: absolute;
    width: 51.5%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.dropdown-btn {
  width: 84px;
  text-align: center;
  margin: auto;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.dropdown-btn.close {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.dropdown-btn:hover {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  .dropdown-btn {
    width: 42px;
  }
}

.section_grand {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .section_grand {
    display: block;
  }
}
.section_grand .section_grand-image {
  width: 50%;
}
.section_grand .section_grand-image img {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .section_grand .section_grand-image {
    width: 100%;
  }
}
.section_grand .section_grand-text {
  width: 50%;
  background: #65abe0;
  background: -webkit-gradient(linear, left top, left bottom, from(#c77fde), to(#65abe0));
  background: linear-gradient(#c77fde 0%, #65abe0 100%);
  color: #fff;
  padding: 30px 20px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .section_grand .section_grand-text {
    width: 100%;
    padding: 30px 20px 50px;
  }
}
.section_grand .section_grand-text .section_grand-title {
  width: 90%;
  max-width: 505px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .section_grand .section_grand-text .section_grand-title {
    width: 86%;
  }
}
.section_grand .section_grand-text p {
  color: #fff;
  width: 88%;
  max-width: 505px;
  font-size: 2.1rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 1.5em auto 0;
}
@media screen and (max-width: 991px) {
  .section_grand .section_grand-text p {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767px) {
  .section_grand .section_grand-text p {
    font-size: 1.3rem;
    width: 84%;
    line-height: 2;
  }
}
.section_grand::after {
  content: "";
  position: absolute;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  top: 20px;
  left: 20px;
  border: 10px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .section_grand::after {
    border-width: 5px;
  }
}

.section_recit {
  padding: 80px 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section_recit {
    padding: 40px 0 20px;
  }
}
.section_recit .section_recit-title {
  color: #42210b;
  font-size: 2.9rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 auto 1em;
}
.section_recit .section_recit-title span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section_recit .section_recit-title {
    font-size: 1.7rem;
  }
}
.section_recit .section_recit-logo {
  max-width: 448px;
  width: 64.5%;
  margin: 0 auto;
}

.section_recit-image {
  margin: 80px auto;
}
@media screen and (max-width: 767px) {
  .section_recit-image {
    margin: 30px auto;
  }
}

.section_recit-wrap {
  max-width: 880px;
  width: 86%;
  margin: auto;
}
.section_recit-wrap p {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  padding-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .section_recit-wrap p {
    font-size: 1.3rem;
  }
}

.home .achieve.achieve_reason {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .home .achieve.achieve_reason {
    padding-top: 80px;
  }
}

.achieve_reason .reason_title.cont_title-01 {
  max-width: 390px;
  width: 60%;
}
.achieve_reason .achieve_reason-title {
  color: #42210b;
  font-family: Noto Sans JP, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.7;
  margin: 0.5em auto;
}
@media screen and (max-width: 767px) {
  .achieve_reason .achieve_reason-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 399px) {
  .achieve_reason .achieve_reason-title {
    font-size: 1.8rem;
  }
}
.achieve_reason .achieve_reason-text {
  font-family: Noto Sans JP, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  width: 86%;
  margin: auto;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .achieve_reason .achieve_reason-text {
    font-size: 1.3rem;
  }
}
.achieve_reason .achieveIntern {
  margin-top: 50px !important;
}
@media screen and (max-width: 767px) {
  .achieve_reason .achieveIntern {
    margin-top: 30px !important;
  }
}

.kokusai {
  border-top: 12px solid #ffdc78;
  background: #ffb794;
  background: -webkit-gradient(linear, left top, left bottom, from(#e35280), to(#ffb794));
  background: linear-gradient(#e35280 0%, #ffb794 100%);
  padding: 60px 0 70px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .kokusai {
    border-top: 10px solid #ffdc78;
    padding: 20px 0 30px;
  }
}

.kokusai-open {
  max-width: 233px;
  width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .kokusai-open {
    max-width: 127px;
  }
}

.kokusai-title {
  text-align: center;
  max-width: 1080px;
  width: 82%;
  margin: auto;
}
.kokusai-title--small {
  color: #fff;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  width: 90%;
  margin: 1.2em auto 0.9em;
}
@media screen and (max-width: 767px) {
  .kokusai-title--small {
    font-size: 1.6rem;
  }
}
.kokusai-title--small span {
  display: inline-block;
}
.kokusai-title--small sup {
  font-size: 50%;
  vertical-align: top;
}

.kokusai-main {
  max-width: 800px;
  width: 100%;
  margin: 50px auto 60px;
}
@media screen and (max-width: 767px) {
  .kokusai-main {
    margin: 30px auto 40px;
  }
}
.kokusai-main--txt {
  max-width: 770px;
  width: 86%;
  margin: 38px auto 0;
}
@media screen and (max-width: 767px) {
  .kokusai-main--txt {
    margin: 20px auto 0;
  }
}
.kokusai-main p {
  color: #fff;
}

.kokusai-article {
  background-color: #fff;
  max-width: 1080px;
  width: 92%;
  margin: 0 auto 50px;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .kokusai-article {
    margin: 0 auto 28px;
    padding: 20px 0 30px;
  }
}

.kokusai-article-title1 {
  color: #6b5647;
  width: 92%;
  font-size: 3.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  text-align: center;
  padding-top: 1.8em;
  margin: 0 auto 0.5em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .kokusai-article-title1 {
    font-size: 2rem;
    margin: 0 auto 0.8em;
  }
}
.kokusai-article-title1 span {
  display: inline-block;
}
.kokusai-article-title1::before {
  content: "";
  position: absolute;
  width: 46px;
  height: 44px;
  left: calc(50% - 23px);
  top: 0;
  background: url("../img/ico_sakura.svg") no-repeat center top;
  display: block;
}
@media screen and (max-width: 767px) {
  .kokusai-article-title1::before {
    width: 34px;
    height: 33px;
    left: calc(50% - 17px);
  }
}

.kokusai-article-lead {
  color: #4c4948;
  width: 88%;
  margin: 0.25em auto 0;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kokusai-article-lead {
    font-size: 1.3rem;
    text-align: left;
  }
}
.kokusai-article-lead span {
  display: block;
}
@media screen and (max-width: 767px) {
  .kokusai-article-lead span {
    display: inline;
  }
}

.kokusai-article-title2 {
  color: #e0787b;
  margin: 55px auto 0.8em;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .kokusai-article-title2 {
    margin: 30px auto 0.8em;
    font-size: 1.8rem;
  }
}

.kokusai-article-sentents {
  color: #4c4948;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  margin: 0 auto 2em;
  width: 88%;
}
@media screen and (max-width: 767px) {
  .kokusai-article-sentents {
    text-align: left;
    font-size: 1.2rem;
  }
}
.kokusai-article-sentents span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .kokusai-article-sentents span {
    display: inline;
  }
}

.kokusai-article-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2%;
     -moz-column-gap: 2%;
          column-gap: 2%;
  text-align: center;
  max-width: 790px;
  width: 96%;
  margin: auto;
  position: relative;
}
.kokusai-article-image figcaption {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 0.5em;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .kokusai-article-image figcaption {
    font-size: 1.1rem;
  }
}
.kokusai-article-image .kokusai-example {
  position: absolute;
  top: -22px;
  left: -65px;
  width: 72px;
  height: 72px;
  display: block;
}
@media screen and (max-width: 991px) {
  .kokusai-article-image .kokusai-example {
    left: -17px;
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .kokusai-article-image .kokusai-example {
    width: 34px;
    height: 34px;
  }
}

.kokusai-application {
  width: 92%;
  max-width: 850px;
  margin: 0 auto;
}

.kokusai-application-text {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.06em;
  text-align: center;
  width: 96%;
  margin: 0.5em auto 0.8em;
}
@media screen and (max-width: 767px) {
  .kokusai-application-text {
    font-size: 1.3rem;
    text-align: left;
  }
}
.kokusai-application-text span {
  display: block;
}
@media screen and (max-width: 767px) {
  .kokusai-application-text span {
    display: inline;
  }
}

.shu1-wrap {
  position: relative;
  width: 100%;
  padding: 70px 0;
  border-bottom: 12px solid #e0787b;
  text-align: center;
  color: #534741;
  font-size: 2rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .shu1-wrap {
    font-size: 1.4rem;
    padding: 40px 0 30px;
    border-bottom: 10px solid #e0787b;
  }
}
.shu1-wrap::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #e0787b;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0787b));
  background: linear-gradient(#ffffff 0%, #e0787b 100%);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.3;
}
.shu1-wrap::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/bg_shu1-01.svg") no-repeat center top;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}

.shu1-inner {
  position: relative;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.shu1-title {
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.09em;
  margin: 0 auto 0.8em;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .shu1-title {
    font-size: 2.4rem;
  }
}
.shu1-title--short {
  color: #e0787b;
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  padding-top: 0.8em;
  padding: 0.75em 1.8em 0.2em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .shu1-title--short {
    font-size: 1.8rem;
  }
}
.shu1-title--short::before {
  content: "";
  background: url("../img/bg_slash-01.svg") no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.shu1-title--short::after {
  content: "";
  background: url("../img/bg_slash-02.svg") no-repeat right center;
  background-size: contain;
  display: inline-block;
  width: 1.2em;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.shu1-lead {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  margin: 1em auto 50px;
  width: 86%;
}
.shu1-lead span {
  display: block;
}
@media screen and (max-width: 767px) {
  .shu1-lead {
    font-size: 1.3rem;
    text-align: left;
    margin: 1em auto 30px;
  }
  .shu1-lead span {
    display: inline;
  }
}

.shu1-link {
  display: block;
  width: 92%;
  max-width: 848px;
  margin: 0 auto;
}

.shu1-recommend {
  width: 92%;
  margin: 0 auto;
}
.shu1-recommend--title {
  color: #736357;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 auto 0.75em;
  padding: 1.2em 0 0;
  position: relative;
}
.shu1-recommend--title::before {
  content: "";
  width: 1.4em;
  height: 1.2em;
  position: absolute;
  top: 0;
  left: calc(50% - 0.7em);
  background: url("../img/ico_sakura-01.svg") no-repeat center top;
}
@media screen and (max-width: 767px) {
  .shu1-recommend--title {
    font-size: 2.2rem;
  }
}
.shu1-recommend--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .shu1-recommend--list {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 399px) {
  .shu1-recommend--list {
    margin-bottom: 30px;
  }
}
.shu1-recommend--list li {
  color: #736357;
  width: 300px;
  height: 300px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../img/bg_shu1-02.png");
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 1/1;
  padding: 0 0.25em;
}
.shu1-recommend--list li:nth-child(2) {
  background-image: url("../img/bg_shu1-03.png");
}
.shu1-recommend--list li:nth-child(3) {
  background-image: url("../img/bg_shu1-04.png");
}
@media screen and (max-width: 991px) {
  .shu1-recommend--list li {
    font-size: 2.4rem;
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 767px) {
  .shu1-recommend--list li {
    font-size: 1.6rem;
    width: 33.3333333333%;
    height: auto;
  }
}
@media screen and (max-width: 399px) {
  .shu1-recommend--list li {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
.shu1-recommend--inner {
  padding-top: 0.25em;
}
.shu1-recommend--inner span {
  display: inline-block;
}

.achieveIntern_blockText-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.25em;
}
.achieveIntern_blockText-list li {
  font-size: 1.4rem;
  line-height: 1.5;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .achieveIntern_blockText-list li {
    font-size: 1.2rem;
  }
}
.achieveIntern_blockText-list li::before {
  content: "・";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: -1em;
  text-align: center;
}

.patissier_contentsList-3column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-bottom: 60px;
}

.section_title-feature5 img {
  max-width: 430px;
}

.section_list-five {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 991px) {
  .section_list-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.section_list-five .section_list-item {
  width: 100%;
  padding: 24px 0 65px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .section_list-five .section_list-item {
    width: 50%;
    padding: 24px 0 50px;
  }
}
.section_list-five .section_list-item::after {
  content: "";
  width: 43px;
  height: 17px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/ico_feature_arrowDown.png) no-repeat 50%;
  background-size: contain;
}
.section_list-five .section_list-item:first-of-type {
  background-color: #e38080;
}
.section_list-five .section_list-item:nth-of-type(2) {
  background-color: #cfa56a;
}
.section_list-five .section_list-item:nth-of-type(3) {
  background-color: #b78db8;
}
.section_list-five .section_list-item:nth-of-type(4) {
  background-color: #976480;
}
.section_list-five .section_list-item:nth-child(5) {
  background-color: #9c6b58;
}
@media screen and (max-width: 991px) {
  .section_list-five .section_list-item:nth-child(5) {
    width: 100%;
  }
}
.section_list-five .section_list-item img {
  max-width: 96px;
  width: 70%;
  margin: 0 auto;
}
.section_list-five .section_list-item--text {
  color: #fff;
  margin: 0.5em auto 0;
}

#feature01 .cont_title-01 {
  text-align: center;
  color: #d78080;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #feature01 .cont_title-01 {
    font-size: 2rem;
  }
}
#feature01 .cont_title-02 {
  max-width: 476px;
  width: 78%;
  margin: auto;
}

#feature02 .cont_title-01 {
  text-align: center;
  color: #c3996a;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #feature02 .cont_title-01 {
    font-size: 2rem;
  }
}
#feature02 .cont_title-01 span {
  font-size: 80%;
  display: inline-block;
}
#feature02 .cont_title-02--img {
  width: 78%;
  max-width: 508px;
  margin: auto;
}

#feature03 .cont_title-01 {
  text-align: center;
  color: #ab81ac;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #feature03 .cont_title-01 {
    font-size: 2rem;
  }
}
#feature03 .cont_title-02--img {
  width: 65%;
  max-width: 365px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #feature03 .slider-09 .slide_img {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  #feature03 .slider-09 .slide_inner {
    width: 50%;
  }
}
#feature03 .slider-09 .slide_inner-title {
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 0.25em;
}
@media screen and (max-width: 767px) {
  #feature03 .slider-09 .slide_inner-title {
    font-size: 1.6rem;
  }
}
#feature03 .slider-09 p.slide_inner-text {
  text-align: left;
}

#feature04 .cont_title-01 {
  text-align: center;
  color: #8b6480;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #feature04 .cont_title-01 {
    font-size: 2rem;
  }
}
#feature04 .cont_title-02--img {
  width: 82%;
  max-width: 593px;
  margin: auto;
}

.feature04-challenge {
  margin: 55px auto 0;
}
@media screen and (max-width: 767px) {
  .feature04-challenge {
    margin: 35px auto 0;
  }
}
.feature04-challenge--title {
  display: block;
  margin: 0 auto 30px;
  max-width: 145px;
}
@media screen and (max-width: 767px) {
  .feature04-challenge--title {
    margin: 0 auto 15px;
  }
}

.feature04-challenge-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .feature04-challenge-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.feature04-challenge-list--text {
  color: #fff;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.7;
  -ms-flex-item-align: center;
      align-self: center;
  justify-self: center;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .feature04-challenge-list--text {
    font-size: 1.8rem;
  }
}
.feature04-challenge-list--text span {
  display: inline-block;
}
.feature04-challenge-list--text .txt-small {
  font-size: 70%;
}

.home .feature .cont-05 .cont-bgImg {
  background: url(../img/bg_feature05_01.jpg) no-repeat top center;
  background-size: cover;
  /*@include maxmq(){
  	background: url(../img/sp_bg_feature04_01.jpg) no-repeat 50%;
  	background-size: cover;
  }*/
}
.home .feature .cont-05 .cont_inner {
  background-color: #9c6b58;
}
.home .feature .cont-05 .cont_title-01 {
  text-align: center;
  color: #9c6b58;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .home .feature .cont-05 .cont_title-01 {
    font-size: 2rem;
  }
}
.home .feature .cont-05 .cont_title-02--img {
  width: 78%;
  max-width: 475px;
  margin: auto;
}
.home .feature .cont-05 .cont_text {
  max-width: 820px;
}

.feature05-example {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .feature05-example {
    margin-top: 35px;
  }
}
.feature05-example--item {
  background-color: #fff;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 55% 1fr;
  gap: 4%;
  padding: 4%;
}
@media screen and (max-width: 767px) {
  .feature05-example--item {
    margin-top: 20px;
    display: block;
    padding: 5px 5px 20px;
  }
}
.feature05-example--image {
  grid-column: 1/2;
  grid-row: 1/3;
}
.feature05-example--title {
  color: #9c6b58;
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: end;
  margin-bottom: 0.5em;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .feature05-example--title {
    font-size: 1.8rem;
    margin-top: 1em;
    padding: 0 6%;
  }
}
.feature05-example--title span {
  display: inline-block;
}
.feature05-example--text {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (max-width: 767px) {
  .feature05-example--text {
    padding: 0 6%;
  }
}

.support-list2 {
  margin: 30px auto 0;
}
.support-list2 .swiper-slide {
  background-color: #fff;
}
.support-list2 .slide_inner {
  padding: 20px 8.6% 25px;
  font-size: 1.4rem;
}

.training-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .training-block {
    display: block;
  }
}
.training-block--item {
  padding: 30px;
  width: 50%;
  border-right: 1px solid #754c24;
}
.training-block--item:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .training-block--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 10px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #754c24;
    padding: 20px;
  }
  .training-block--item:last-child {
    border-bottom: none;
  }
}
.training-block--item dt {
  font-size: 2.8rem;
  font-weight: 700;
}
.training-block--item dd {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.training-block--item dd p {
  color: #fff;
  background-color: #cc8080;
  margin-bottom: 2px;
  padding: 0.25em 1em;
}/*# sourceMappingURL=style_add01.css.map */