@charset "UTF-8";
/****************************************
* 共通
*****************************************/
*,
:before,
:after {
  font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'ＭＳ Ｐゴシック', sans-serif;
}

body {
  background-image: url(../img/background_pattern_green.jpg);
}
body.onlock {
  overflow-y: hidden;
}

.hp_spNone {
  display: none !important;
}

span {
  font-family: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}

img {
  width: 100%;
  height: auto;
}

a,
a:visited,
a:link {
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
}

/****************************************
* header
*****************************************/
.ly_header {
  height: 17.188vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.ly_header .ly_header_ttl {
  width: 35.781vw;
  height: auto;
  text-align: center;
}

/****************************************
* fixed
*****************************************/
.ly_fixed {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.ly_fixed .ly_fixed_inner {
  width: 100%;
}
.ly_fixed p {
  width: 50vw;
  height: auto;
}

/**************************************
* fv
*****************************************/
.ly_fv {
  min-height: 182.813vw;
  background-image: url(../img/info_background_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ly_fv .ly_fv_inner {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ly_fv .ly_fv_inner .ly_fv_medal {
  width: 30.313vw;
  height: auto;
  position: absolute;
  top: 3.906vw;
  right: 2.344vw;
}
.ly_fv .ly_fv_conts {
  margin: -9.375vw 0 0;
}
.ly_fv .ly_fv_conts_ttl {
  width: 88.4375vw;
  height: auto;
  margin: 0 auto 3.125vw;
  padding-top: 5vw;
}
.el_fv_annotation {
  margin: 4vw 0 2vw;
  text-align: center;
  color: #fff;
  font-size: 4.375vw;
}
.ly_fv .ly_fv_conts_list {
  width: 95.313vw;
  margin: 0 auto 3.125vw;
}
.ly_fv .ly_fv_conts_list li {
  width: 31.563vw;
  height: auto;
}
.ly_fv .ly_fv_info_document_btn {
  width: 91.875vw;
  height: 25.781vw;
  background-image: url(../img/info_document_button.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto 3.125vw;
  padding: 7.813vw 0 0 28.125vw;
  display: block;
  font-size: 3.75vw;
  color: rgb(0, 104, 54);
  letter-spacing: 0.04em;
  line-height: 1.3;
  font-weight: bold;
}
.ly_fv .ly_fv_info_document_btn span {
  font-size: 5.313vw;
  letter-spacing: 0.02em;
}
.ly_fv .ly_fv_info_document_btn .red {
  color: rgb(214, 25, 25);
}
.ly_fv .ly_fv_info_seminar_btn {
  width: 82.5vw;
  height: 20.156vw;
  background-image: url(../img/info_seminar_button.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.063vw;
  color: rgb(255, 255, 255);
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  padding: 3.906vw 6.25vw 1.563vw 4.688vw;
  margin: 0 auto;
}
.ly_fv .ly_fv_info_seminar_btn span {
  font-size: 4.688vw;
  letter-spacing: 0.1em;
}
.ly_fv .ly_fv_info_seminar_btn a {
  display: block;
}

/**************************************
* notice
*****************************************/
.bl_notice {
  padding: 7.813vw 4.688vw 0;
}
.bl_notice_inner {
  padding: 3.125vw 4.688vw;
  border: .156vw #f00 solid;
}
.bl_notice_title {
  margin: 0 0 1.563vw;
  text-align: center;
  font-size: 2.5vw;
  font-weight: bold;
  color: #f00;
}
.bl_notice_txt {
  font-size: 2.5vw;
  font-weight: bold;
  line-height: 1.4;
}

/**************************************
* about
*****************************************/
.ly_about .ly_about_inner {
  width: 100%;
  margin: 0 auto;
  padding: 12.5vw 4.688vw 0;
}
.ly_about .ly_about_top {
  border-radius: 3.125vw;
  text-align: center;
  margin: 0 0 11.5vw;
}
.ly_about .ly_about_top_ttl {
  width: 47.188vw;
  height: auto;
  margin: 0vw auto 4.688vw;
}
.ly_about .ly_about_top_txt {
  font-size: 4.063vw;
  color: rgb(51, 51, 51);
  line-height: 1.5;
  text-align: left;
  padding: 4.688vw 3.125vw 0;
}
.ly_about .ly_about_top_txt span {
  font-weight: bold;
}
.ly_about .ly_about_top_txt .red {
  color: rgb(214, 25, 25);
}
.ly_about .ly_about_subttl {
  font-size: 4.063vw;
  color: rgb(51, 51, 51);
  text-align: center;
  margin: 0 0 4.688vw;
}
.ly_about .ly_about_catch {
  width: 41.25vw;
  height: auto;
  text-align: center;
  margin: 0 auto;
}
.ly_about .ly_about_graph {
  text-align: center;
  margin: 0 0 0.781vw;
}
.ly_about .ly_about_graph_note {
  width: 90.625vw;
  margin: 0 auto;
  font-size: 2.5vw;
  color: rgb(51, 51, 51);
  line-height: 1.3;
}

/**************************************
* merit
*****************************************/
.ly_merit {
  min-height: 100vw;
  position: relative;
  padding: 7.813vw 0 14.063vw;
}
.ly_merit .ly_slider {
  width: 81.25vw;
  height: 87.5vw;
  margin: 0 auto;
  padding: 19.844vw 0 0;
  background-image: url(../img/about_merit_title_sp.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}
.ly_merit .js_merit_slider {
  width: 100%;
  height: 65.625vw;
  border: 0.313vw solid rgb(0, 134, 69);
  border-top: none;
  border-radius: 0 0 3.125vw 3.125vw;
  background-color: rgb(228, 255, 242);
  padding: 3.125vw 0 0;
}
.ly_merit .ly_merit_img {
  width: 29.688vw;
  height: auto;
  margin: 0 auto 3.125vw;
}
.ly_merit .ly_merit_ttl {
  font-size: 5.313vw;
  color: rgb(0, 126, 65);
  font-weight: bold;
  text-align: center;
  margin: 0 0 1.563vw;
}
.ly_merit .ly_merit_txt {
  font-size: 4.063vw;
  color: rgb(51, 51, 51);
  line-height: 1.538;
  width: 65.938vw;
  margin: 0 auto;
}
.ly_merit .slick-arrow {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 36%;
  z-index: 2 !important;
}
.ly_merit .prev-arrow {
  left: -4.563vw;
}
.ly_merit .next-arrow {
  right: -4.563vw;
}
.ly_merit .slick-dots {
  position: absolute;
  bottom: -8.469vw !important;
  margin-left: 0 !important;
}
.ly_merit .slick-dots li {
  width: 1.875vw !important;
}
.ly_merit .slick-dots li button::before {
  font-size: 2.344vw !important;
  opacity: 1 !important;
  color: rgb(189, 189, 189) !important;
}
.ly_merit .slick-dots li.slick-active button::before {
  font-size: 2.344vw !important;
  color: rgb(0, 126, 65) !important;
  opacity: 1 !important;
}

/****************************************
* bl_info
*****************************************/
.bl_info {
  min-height: 164.063vw;
  background-image: url(../img/info_background_sp.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.813vw 0 0;
}
.bl_info .bl_info_inner {
  width: 100%;
  margin: 0 auto;
}
.bl_info .bl_info_logo {
  width: 11.25vw;
  height: auto;
  margin: 0 auto 2.344vw;
}
.bl_info .bl_info_ttl {
  width: 90.313vw;
  background-image: url(../img/info_title_slash.png);
  background-position: bottom;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 4.063vw;
  color: rgb(255, 255, 255);
  font-weight: bold;
  line-height: 1.475;
  text-align: center;
  margin: 0 auto 3.125vw;
  padding: 0 0 1.563vw;
}
.bl_info .bl_info_ttl .box {
  display: inline-block;
  background-color: rgb(0, 97, 50);
  letter-spacing: 0.075em;
  line-height: 1;
  height: 7.813vw;
  font-size: 5.938vw;
  padding: 0.938vw 1.563vw;
}
.bl_info .bl_info_ttl .yellow {
  color: rgb(255, 226, 0);
}
.bl_info .bl_info_btn {
  width: 81.25vw;
  height: 16.406vw;
  border-radius: 1.563vw;
  background-color: rgb(255, 226, 0);
  box-shadow: 0vw 1.25vw 0vw 0vw rgb(244, 149, 0);
  margin: 0 auto;
  padding: 0 0 0 4.688vw;
  font-size: 5vw;
  color: rgb(0, 104, 54);
  letter-spacing: 0.055em;
  font-weight: bold;
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.bl_info .bl_info_btn .red {
  color: rgb(214, 25, 25);
}
.bl_info .bl_info_btn::before {
  width: 17.969vw;
  height: 21.094vw;
  content: "";
  position: absolute;
  top: -6.25vw;
  left: -2.344vw;
  z-index: 1;
  background-image: url(../img/info_document_icon.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.bl_info .bl_info_btn::after {
  width: 4.375vw;
  height: 4.375vw;
  content: "";
  position: absolute;
  top: 6.25vw;
  right: 6.25vw;
  z-index: 1;
  background-image: url(../img/info_document_arrow.png);
  background-size: cover;
}
.bl_info .bl_info_right {
  height: 100%;
  text-align: center;
  padding: 0 0 8.125vw;
  background-image: url(../img/info_slide_frame.png);
  background-size: 78.125vw 83.125vw;
  background-position: top 4.688vw left 20.313vw;
  background-repeat: no-repeat;
}
.bl_info .js_bl_info_slider {
  width: 80.125vw;
  margin: 0 auto 3vw;
}
.bl_info .js_bl_info_slider .slick-arrow {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 36%;
  z-index: 2 !important;
}
.bl_info .js_bl_info_slider .prev-arrow {
  left: -4.563vw;
}
.bl_info .js_bl_info_slider .next-arrow {
  right: -4.563vw;
}
.bl_info .js_bl_info_slider .slick-dots {
  position: absolute;
  bottom: -5.906vw !important;
  margin-left: 0 !important;
}
.bl_info .js_bl_info_slider .slick-dots li {
  width: 1.563vw !important;
}
.bl_info .js_bl_info_slider .slick-dots li button::before {
  font-size: 2.344vw !important;
  opacity: 1 !important;
  color: rgb(189, 189, 189) !important;
}
.bl_info .js_bl_info_slider .slick-dots li.slick-active button::before {
  font-size: 2.344vw !important;
  color: rgb(195, 221, 31) !important;
  opacity: 1 !important;
}

/****************************************
* reason
*****************************************/
.ly_reason {
  padding: 15.625vw 0 3.125vw;
}
.ly_reason .ly_reason_ttl {
  width: 76.406vw;
  height: auto;
  text-align: center;
  margin: 0 auto 14.844vw;
}
.ly_reason .ly_reason_list_container {
  width: 93.75vw;
  margin: 0 auto;
}
.ly_reason .ly_reason_list {
  height: auto;
  margin: 0 0 12.5vw;
  border: 0.313vw solid rgb(227, 245, 230);
  border-radius: 3.125vw;
  background-color: rgb(255, 255, 255);
  box-shadow: 0vw 0.781vw 0.313vw 0vw rgb(200, 236, 206);
}
.ly_reason .ly_reason_list_ttl {
  text-align: center;
  margin: 0 0 17.188vw;
}
.ly_reason .ly_reason_list_ttl_num {
  width: 18.438vw;
  height: 5.781vw;
  margin: -5.938vw auto 0;
  background-image: url(../img/reason_title_top.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  font-size: 3.125vw;
  color: rgb(255, 255, 255);
  font-weight: bold;
  padding: 3.906vw 0 0;
}
.ly_reason .ly_reason_list_ttl_cont {
  text-align: center;
  font-size: 5.313vw;
  font-family: "HiraKakuStdN";
  font-weight: bold;
  color: #fff;
  background-color: rgb(0, 126, 65);
  height: 26.563vw;
  display: flex;
  align-items: center;
  padding: 0 0 0 4.688vw;
  border-radius: 3.125vw 3.125vw 0 0;
}
.ly_reason .ly_reason_list_ttl_cont span {
  color: rgb(195, 229, 31);
}
.ly_reason .ly_reason_list_ttl_cont__01 {
  background-image: url(../img/reason01_title_img.png);
  background-repeat: no-repeat;
  background-size: 28.281vw;
  background-position: top 7.031vw right 1.563vw;
}
.ly_reason .ly_reason_list_ttl_cont__02 {
  background-image: url(../img/reason02_title_img.png);
  background-repeat: no-repeat;
  background-size: 25.469vw;
  background-position: bottom left 3.125vw;
  padding: 4.688vw 0 0 23.438vw;
}
.ly_reason .ly_reason_list_ttl_cont__03 {
  background-image: url(../img/reason03_title_img.png);
  background-repeat: no-repeat;
  background-size: 28.594vw;
  background-position: bottom right 4.688vw;
  display: block;
  padding: 9.375vw 0 0 9.375vw;
  text-align: left;
}
.ly_reason .ly_reason_innerlist_subttl {
  font-size: 4.688vw;
  color: rgb(0, 126, 65);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1.563vw;
  padding: 3.906vw 0 0;
}
.ly_reason .ly_reason_innerlist_txt {
  font-size: 3.75vw;
  color: rgb(51, 51, 51);
  line-height: 1.625;
  text-align: left;
  margin: 0 auto;
  padding: 0 0.781vw;
}
.ly_reason .js_bl_info_slider {
  width: 78.125vw;
  margin: 0 auto;
}
.ly_reason .ly_slider li div {
  width: 78.125vw;
  height: auto;
  background-color: #fff;
  margin: 0 auto;
}
.ly_reason .ly_slider li div p {
  width: 78.125vw;
  height: auto;
}
.ly_reason .slick-arrow {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 20%;
  z-index: 2 !important;
}
.ly_reason .prev-arrow {
  left: 0.563vw;
}
.ly_reason .next-arrow {
  right: 0.563vw;
}
.ly_reason .slick-dots {
  position: absolute;
  bottom: 96.2vw !important;
  margin-left: 0 !important;
}
.ly_reason .slick-dots li {
  width: 25.313vw !important;
}
.ly_reason .slick-dots li button::before {
  font-size: 0 !important;
  opacity: 1 !important;
  width: 25.313vw;
  height: 12.563vw;
  background-image: url(../img/reason_tab_off.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent;
}
.ly_reason .slick-dots li:last-child button::before {
  display: none;
}
.ly_reason .slick-dots li button::after {
  display: inline-block;
  width: 25.313vw;
  height: 8.563vw;
  background-image: url(../img/reason_tab_arrow.png);
  background-repeat: no-repeat;
  background-size: 2.813vw;
  font-size: 3.125vw !important;
  color: rgb(0, 126, 65);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 5vw 0 0;
}
.ly_reason .ly_reason_list__01 .slick-dots li:first-of-type button::after {
  content: "ブランド";
  background-position: top 3.75vw left 2.813vw;
}
.ly_reason .ly_reason_list__01 .slick-dots li:nth-of-type(2) button::after {
  content: "立地";
  background-position: top 3.75vw left 6.25vw;
}
.ly_reason .ly_reason_list__01 .slick-dots li:nth-of-type(3) button::after {
  content: "広告";
  background-position: top 3.75vw left 6.25vw;
}
.ly_reason .ly_reason_list__01 .slick-dots li:last-child button::after {
  display: none;
}
.ly_reason .ly_reason_list__02 .slick-dots li:first-of-type button::after {
  white-space: pre;
  content: "オーナー\a研修";
  background-position: top 1.875vw left 2.813vw;
  line-height: 1;
  padding: 1.719vw 0 0;
}
.ly_reason .ly_reason_list__02 .slick-dots li:nth-of-type(2) button::after {
  content: "採用支援";
  background-position: top 3.75vw left 3.125vw;
}
.ly_reason .ly_reason_list__02 .slick-dots li:nth-of-type(3) button::after {
  content: "実地研修";
  background-position: top 3.75vw left 3.125vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li:first-of-type button::after {
  font-size: 3.125vw;
  content: "講師レベル";
  background-position: top 3.75vw left 1.563vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li:nth-of-type(2) button::after {
  content: "多彩な教材";
  background-position: top 3.75vw left 1.563vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li:nth-of-type(3) button::after {
  content: "最新教材";
  background-position: top 3.75vw left 3.125vw;
}
.ly_reason .slick-dots li.slick-active button::before {
  font-size: 0vw !important;
  opacity: 1 !important;
  width: 25.313vw;
  height: 11.563vw;
  background-image: url(../img/reason_tab_on.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 2vw;
}
.ly_reason .slick-dots li.slick-active button::after {
  display: inline-block;
  width: 25.313vw;
  height: 8.563vw;
  background-image: url(../img/reason_tab_arrow.png);
  background-repeat: no-repeat;
  background-size: 2.813vw;
  font-size: 3.125vw !important;
  color: rgb(0, 126, 65);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 3.375vw 0 0;
}
.ly_reason .ly_reason_list__01 .slick-dots li.slick-active:first-of-type button::after {
  content: "ブランド";
  background-position: top 2.125vw left 2.813vw;
}
.ly_reason .ly_reason_list__01 .slick-dots li.slick-active:nth-of-type(2) button::after {
  content: "立地";
  background-position: top 2.125vw left 6.25vw;
}
.ly_reason .ly_reason_list__01 .slick-dots li.slick-active:nth-of-type(3) button::after {
  content: "広告";
  background-position: top 2.125vw left 6.25vw;
}
.ly_reason .ly_reason_list__02 .slick-dots li.slick-active:first-of-type button::after {
  white-space: pre;
  content: "オーナー\a研修";
  background-position: top 1.25vw left 2.813vw;
  line-height: 1;
  padding: 0.781vw 0 0;
}
.ly_reason .ly_reason_list__02 .slick-dots li.slick-active:nth-of-type(2) button::after {
  content: "採用支援";
  background-position: top 2.125vw left 3.125vw;
}
.ly_reason .ly_reason_list__02 .slick-dots li.slick-active:nth-of-type(3) button::after {
  content: "実地研修";
  background-position: top 2.125vw left 3.125vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li.slick-active:first-of-type button::after {
  font-size: 3.125vw;
  content: "講師レベル";
  background-position: top 2.125vw left 1.563vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li.slick-active:nth-of-type(2) button::after {
  content: "多彩な教材";
  background-position: top 2.125vw left 1.563vw;
}
.ly_reason .ly_reason_list__03 .slick-dots li.slick-active:nth-of-type(3) button::after {
  content: "最新教材";
  background-position: top 2.125vw left 3.125vw;
}

/****************************************
* bl_info__02
*****************************************/
.bl_info__02 .bl_info_ttl {
  margin: 0 auto 0.781vw;
}
.bl_info__02 .bl_info_ttl .box {
  display: block;
  width: 71.875vw;
  margin: 0 auto;
}
.bl_info__02 .bl_info_subttl {
  font-size: 4.063vw;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin: 0 0 4.25vw;
}
.bl_info__02 .bl_info_subttl span {
  display: inline-block;
  background-color: rgb(255, 255, 255);
  height: 6.25vw;
  padding: 1.094vw 1.563vw;
  margin: 0 0.313vw;
  color: rgb(0, 126, 65);
}
.bl_info__02 .bl_info_right {
  padding: 0 0 7.7vw;
}
.bl_info__02 .js_bl_info_slider .slick-dots {
  position: absolute;
  bottom: -7.8vw !important;
  margin-left: 0 !important;
}

/****************************************
* point
*****************************************/
.ly_point {
  background-color: rgb(228, 255, 242);
  padding: 0 0 4.25vw;
}
.ly_point .ly_point_inner {
  width: 100%;
  padding: 9.375vw 0 0;
  margin: 0 auto;
}
.ly_point .ly_point_ttl {
  width: 78.125vw;
  height: auto;
  text-align: center;
  margin: 0 auto 1.563vw;
}
.ly_point .ly_point_list {
  width: 57.813vw;
  height: auto;
  margin: 0 1.563vw;
}
.ly_point .ly_point_list img {
  width: 100%;
  height: auto;
}
.ly_point .ly_slider li div {
  width: 79.063vw;
  height: auto;
  margin: 0 auto;
}
.ly_point .slick-arrow {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 38vw;
  z-index: 2 !important;
}
.ly_point .prev-arrow {
  left: 4.563vw;
}
.ly_point .next-arrow {
  right: 4.563vw;
}
.ly_point .slick-dots {
  position: absolute;
  bottom: -7.688vw !important;
  margin-left: 0 !important;
}
.ly_point .slick-dots li {
  width: 1.563vw !important;
}
.ly_point .slick-dots li button::before {
  font-size: 2.344vw !important;
  opacity: 1 !important;
  color: rgb(189, 189, 189) !important;
}
.ly_point .slick-dots li.slick-active button::before {
  font-size: 2.344vw !important;
  color: rgb(0, 126, 65) !important;
  opacity: 1 !important;
}

/****************************************
* plan
*****************************************/
.ly_plan {
  padding: 13.4375vw 0 0;
}
.bl_plan_ttl {
  width: 30.78125vw;
  margin: 0 auto 10.625vw;
}
.bl_plan_topImg {
  margin-bottom: 5.3125vw;
}
.bl_plan_topTxt {
  margin-bottom: 8.4375vw;
}
.bl_plan_topTxt dd {
  font-size: 4.0625vw;
  line-height: 1.5;
  margin-top: 5vw;
  padding: 0 8.75vw;
}
.bl_plan_topTxt dd span {
  font-size: 4.0625vw;
  font-weight: bold;
  color: #007e41;
}

.bl_plan_sliderBox {
  width: 93.75vw;
  margin: 0 auto 5.625vw;
}
.bl_plan_sliderBoxTtl {
  font-size: 5.9375vw;
  font-weight: bold;
  color: #fff;
  background: #007e41;
  border-radius: 3.125vw 3.125vw 0 0;
  text-align: center;
  padding: 5vw 0 4.6875vw;
}

.bl_plan_slider {
  background: #fff;
  padding: 3.75vw 0 12.1875vw;
  border: #e3f5e6 solid 0.35vw;
  border-top: none;
  border-radius: 0 0 3.125vw 3.125vw;
  box-shadow: 0 1.25vw 0 rgb(200, 236, 206);
}
.bl_plan_slider .splide__slide.is-active {
  opacity: 1;
}
.bl_plan_slider .splide__arrows button {
  top: 15.3125vw;
}
.bl_plan_slider .splide__arrows {
  position: relative;
}
.bl_plan_slider .splide__arrows button {
  border: none;
  width: 9.375vw;
  height: 9.375vw;
}
.bl_plan_slider .splide__arrows button > svg {
  display: none;
}
.bl_plan_slider .splide__arrows button.splide__arrow--prev {
  position: absolute;
  z-index: +1;
  left: 1.5625vw;
  background: url(../img/slide_arrow_left.png) no-repeat center/contain;
}
.bl_plan_slider .splide__arrows button.splide__arrow--next {
  position: absolute;
  z-index: +1;
  right: 1.5625vw;
  background: url(../img/slide_arrow_right.png) no-repeat center/contain;
}
.bl_plan_slider .splide__pagination {
  width: 78.75vw;
  margin: 0 auto 0.625vw;
  justify-content: space-between;
}
.bl_plan_slider .splide__pagination li {
  line-height: unset;
}
.bl_plan_slider .splide__pagination__page {
  width: 25.46875vw;
  height: 8.28125vw;
  border: unset;
}
.bl_plan_slider .splide__pagination__page.is-active {
  width: 25.46875vw;
  height: 11.71875vw;
}
.bl_plan_slider .splide__pagination li:nth-of-type(1) .splide__pagination__page {
  background: url(../img/sp_plan_tab1_off.png) no-repeat center/cover;
}
.bl_plan_slider .splide__pagination li:nth-of-type(1) .splide__pagination__page.is-active {
  background: url(../img/sp_plan_tab1_on.png) no-repeat center/cover;
}
.bl_plan_slider .splide__pagination li:nth-of-type(2) .splide__pagination__page {
  background: url(../img/sp_plan_tab2_off.png) no-repeat center/cover;
}
.bl_plan_slider .splide__pagination li:nth-of-type(2) .splide__pagination__page.is-active {
  background: url(../img/sp_plan_tab2_on.png) no-repeat center/cover;
}
.bl_plan_slider .splide__pagination li:nth-of-type(3) .splide__pagination__page {
  background: url(../img/sp_plan_tab3_off.png) no-repeat center/cover;
}
.bl_plan_slider .splide__pagination li:nth-of-type(3) .splide__pagination__page.is-active {
  background: url(../img/sp_plan_tab3_on.png) no-repeat center/cover;
}

.el_plan_sliderImg {
  display: block;
  width: 78.75vw;
  margin: 0 auto;
}
.bl_plan_contentTxt {
  margin: 4.0625vw 7.34375vw 0;
}
.bl_plan_contentTxt dt {
  font-size: 5vw;
  font-weight: bold;
  color: #007e41;
  margin-bottom: 4.0625vw;
  text-align: center;
}
.bl_plan_contentTxt dd {
  font-size: 4.0625vw;
  line-height: 1.6;
}
.el_plan_modalBtn {
  display: block;
  width: 71.875vw;
  margin: 3.125vw auto 0;
}

/*----------- modal -----------*/
.ly_modal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, .5);
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
.modal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}
.ly_modal.is-active {
  opacity: 1;
  visibility: visible;
}
.bl_modal_container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.bl_modal_close {
  width: 7.8125vw;
  position: absolute;
  top: -4.53125vw;
  right: -3.28125vw;
  cursor: pointer;
}
.bl_modal_content {
  width: 90.625vw;
  background: #ebebeb;
  padding: 8.75vw 0 11.875vw;
}
.bl_modal_ttl {
  text-align: left;
  margin: 0 0 4.375vw 4.6875vw;
}
.bl_modal_ttl img {
  width: 15.625vw;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.875vw;
}
.bl_modal_ttl span {
  display: inline-block;
  vertical-align: middle;
  font-size: 4.375vw;
  font-weight: bold;
  color: #007e41;
  line-height: 1.4;
}
.bl_modal_txt {
  font-size: 4.0625vw;
  width: 80.3125vw;
  margin: 0 auto 9.0625vw;
  text-align: left;
  line-height: 1.6;
}
.bl_modal_img {
  width: 81.40625vw;
  margin: 0 auto;
}

/****************************************
* interview
*****************************************/
.ly_interview {
  padding: 0 0 4.688vw;
}
.ly_interview .ly_interview_inner {
  width: 100%;
  padding: 18.75vw 0 0;
  margin: 0 auto;
}
.ly_interview .ly_interview_ttl {
  width: 68.906vw;
  height: auto;
  text-align: center;
  margin: 0 auto 9.375vw;
}
.ly_interview .ly_interview_list {
  border: 0.313vw solid rgb(227, 245, 230);
  background-color: rgb(255, 255, 255);
  width: 90.625vw;
  padding: 3.125vw 0 4.688vw;
  margin: 0 auto 3.906vw;
}
.ly_interview .ly_interview_list_ttl {
  background-color: rgb(0, 126, 65);
  width: 100%;
  height: 9.531vw;
  font-size: 4.063vw;
  color: rgb(255, 255, 255);
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0 0 0 4.688vw;
  margin: 0 0 5.469vw;
}
.ly_interview .ly_interview_list_iframe {
  display: block;
  width: 84.375vw;
  height: 46.875vw;
  margin: 0 auto;
}

/****************************************
* flow
*****************************************/
.ly_flow {
  padding: 0 0 10.063vw;
}
.ly_flow .ly_flow_inner {
  width: 100%;
  padding: 0vw 0 0;
  margin: 0 auto;
}
.ly_flow .ly_flow_ttl {
  width: 68.75vw;
  height: auto;
  text-align: center;
  margin: 0 auto -4.688vw;
  position: relative;
  z-index: 1;
}
.ly_flow .ly_slider li div {
  border: 0.313vw solid rgb(0, 126, 65);
  border-radius: 3.125vw;
  background-color: rgb(228, 255, 242);
  width: 85vw;
  height: 109.375vw !important;
  height: auto;
  margin: 0 auto 0;
  padding: 7.813vw 0 0;
}
.ly_flow .ly_flow_list_img {
  width: 78.125vw;
  height: auto;
  margin: 0 auto 3.906vw;
}
.ly_flow .ly_flow_list_img img {
  border-radius: 3.125vw 3.125vw 0 0;
}
.ly_flow .ly_flow_list_ttl {
  font-size: 4.063vw;
  font-family: "Kozuka Gothic Pr6N";
  color: rgb(51, 51, 51);
  line-height: 1.308;
  text-align: center;
  margin: 0 auto 2.344vw;
  font-weight: bold;
}
.ly_flow .ly_flow_list_txt {
  font-size: 4.063vw;
  font-family: "Kozuka Gothic Pr6";
  color: rgb(51, 51, 51);
  line-height: 1.538;
  width: 69.219vw;
  margin: 0 auto 5.469vw;
}
.ly_flow .ly_flow_list_btn {
  border-radius: 1.563vw;
  background-color: rgb(251, 80, 18);
  box-shadow: inset 0vw -0.938vw 0vw 0vw rgba(231, 61, 0, 0.004);
  width: 75vw;
  height: 13.125vw;
  margin: 0 auto;
  font-size: 4.688vw;
  color: rgb(255, 255, 255);
  letter-spacing: 0.055em;
  box-shadow: 0vw 0.781vw 0vw 0vw rgb(231, 61, 0);
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 1.563vw 0 0;
}
.ly_flow .ly_flow_list_btn ::after {
  width: 4.375vw;
  height: 4.375vw;
  content: "";
  background-image: url(../img/info_request_arrow.png);
  background-size: cover;
  position: absolute;
  top: 4.688vw;
  right: 3.125vw;
}
.ly_flow .slick-arrow {
  width: 9.375vw;
  height: 9.375vw;
  position: absolute;
  top: 36%;
  z-index: 2 !important;
}
.ly_flow .prev-arrow {
  left: 3.563vw;
}
.ly_flow .next-arrow {
  right: 3.563vw;
}
.ly_flow .slick-dots {
  position: absolute;
  bottom: -8.469vw !important;
  margin-left: 0 !important;
}
.ly_flow .slick-dots li {
  width: 1.563vw !important;
}
.ly_flow .slick-dots li button::before {
  font-size: 2.344vw !important;
  opacity: 1 !important;
  color: rgb(189, 189, 189) !important;
}
.ly_flow .slick-dots li.slick-active button::before {
  font-size: 2.344vw !important;
  color: rgb(0, 126, 65) !important;
  opacity: 1 !important;
}

/****************************************
* seminar
*****************************************/
.ly_seminar {
  margin: 0 0 1.563vw;
}
.ly_seminar .ly_seminar_inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 6.25vw;
}
.ly_seminar .ly_seminar_ttl {
  text-align: center;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 101, 52) 0%, rgb(0, 150, 77) 50%, rgb(0, 101, 52) 100%);
  height: 34.375vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 5.906vw;
}
.ly_seminar .ly_seminar_ttl img {
  width: 61.875vw;
  height: auto;
}
.ly_seminar .ly_seminar_container {
  width: 90.625vw;
  margin: 0 auto 3.125vw;
  padding: 0 0 1.563vw;
}
.ly_seminar .ly_seminar_container_img {
  text-align: center;
  margin: 0 auto 6.25vw;
}
.ly_seminar .ly_seminar_container_txt {
  font-size: 4.688vw;
  color: rgb(51, 51, 51);
  font-weight: bold;
  text-align: center;
  margin: 0 0 4.688vw;
}
.ly_seminar .ly_seminar_list_container {
  display: block;
  padding: 0 3.125vw;
}
.ly_seminar .ly_seminar_list {
  font-size: 4.063vw;
  color: rgb(51, 51, 51);
  padding: 0 0 0 4.688vw;
  position: relative;
  margin: 0 0 2.344vw;
}
.ly_seminar .ly_seminar_list::before {
  width: 3.906vw;
  height: 3.906vw;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/seminar_check_icon.jpg);
  background-size: cover;
}
.ly_seminar .ly_seminar_bottom {
  width: 93.75vw;
  height: auto;
  text-align: center;
  margin: 0 auto 7.031vw;
}
.ly_seminar .ly_seminar_list_btn {
  border-radius: 1.563vw;
  background-color: rgb(251, 80, 18);
  box-shadow: inset 0vw -0.938vw 0vw 0vw rgba(231, 61, 0, 0.004);
  width: 81.25vw;
  height: 17.188vw;
  margin: 0 auto;
  font-size: 5.313vw;
  color: rgb(255, 255, 255);
  box-shadow: 0vw 0.781vw 0vw 0vw rgb(231, 61, 0);
  text-decoration: underline;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 0 0 12.5vw;
}
.ly_seminar .ly_seminar_list_btn ::before {
  width: 23.438vw;
  height: 14.844vw;
  content: "";
  background-image: url(../img/info_request_icon.png);
  background-size: cover;
  position: absolute;
  top: -2.344vw;
  left: 2.344vw;
}
.ly_seminar .ly_seminar_list_btn ::after {
  width: 4.688vw;
  height: 4.688vw;
  content: "";
  background-image: url(../img/info_request_arrow.png);
  background-size: cover;
  position: absolute;
  top: 6.563vw;
  right: 6.25vw;
}

/****************************************
* footer
*****************************************/
.ly_footer {
  background-color: #fff;
  padding: 0 0 17.188vw;
}
.ly_footer .ly_footer_inner {
  min-height: 35.938vw;
  width: 100%;
  margin: 0 auto;
  padding: 9.375vw 7.813vw 4.688vw;
}
.ly_footer .ly_footer_logo {
  width: 57.031vw;
  height: auto;
  margin: 0 auto 7.813vw;
}
.ly_footer .ly_footer_logo img {
  width: 100%;
  height: auto;
}
.ly_footer .ly_footer_txt {
  font-size: 4.063vw;
  font-family: "Kozuka Gothic Pr6";
  color: rgb(51, 51, 51);
}
.ly_footer .ly_footer_txt dt {
  width: 20.313vw;
  float: left;
  line-height: 1.5;
}
.ly_footer .ly_footer_txt dd {
  margin: 0 0 0 20.313vw;
  line-height: 1.5;
}
.ly_footer small {
  display: block;
  font-size: 3.75vw;
  color: rgb(51, 51, 51);
  text-align: center;
}