@charset "UTF-8";
/*==================================================

  BaseFont

====================================================*/
body,
button,
input,
select,
option,
textarea {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
  font-weight: 400;
}

/*==================================================

	Optimization

====================================================*/
/*	html
--------------------------*/
html {
  height: 100%;
  font-size: 16px;
}

/*	Body
--------------------------*/
body,
body *,
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  line-height: 1.7;
  letter-spacing: 0.25px;
  font-size: 0.75rem;
}

img {
  -webkit-touch-callout: none;
  /*
  	width: auto;
  */
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

a:hover {
  text-decoration: none;
}

/*img,button,i {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}*/
h1,
h2,
h3,
h4 {
  font-size: 0.75rem;
  font-weight: 400;
}

table {
  border-collapse: collapse;
}

button,
input,
select,
option,
textarea {
  border: 0 none;
  letter-spacing: 0px;
}

button {
  outline: none;
}

/*==================================================

	Color

====================================================*/
/* テキスト
--------------------------*/
body {
  color: #2c2c2c;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
option,
textarea {
  color: #2c2c2c;
  border: 0 none;
  letter-spacing: 0px;
  border-radius: 0px;
  background-color: transparent;
  /*-webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;*/
}

button:disabled,
input:disabled,
select:disabled,
option:disabled,
textarea:disabled {
  background-color: transparent;
}

textarea {
  resize: none;
  vertical-align: bottom;
}

input:-moz-placeholder {
  color: #bbbbbb;
}

input::-moz-placeholder {
  color: #bbbbbb;
}

input::-webkit-input-placeholder {
  color: #bbbbbb;
}

input:-ms-input-placeholder {
  color: #bbbbbb;
}

textarea:-moz-placeholder {
  color: #bbbbbb;
}

textarea::-moz-placeholder {
  color: #bbbbbb;
}

textarea::-webkit-input-placeholder {
  color: #bbbbbb;
}

textarea:-ms-input-placeholder {
  color: #bbbbbb;
}

/* テキスト選択
--------------------------*/
::selection {
  background: #2c2c2c;
  color: #fff;
}

::-webkit-selection {
  background: #2c2c2c;
  color: #fff;
}

::-moz-selection {
  background: #2c2c2c;
  color: #fff;
}

/* リンク
--------------------------*/
a:link,
a:visited {
  color: #2c2c2c;
}

/*==================================================

	Z-Index

====================================================*/
#lf_g_nav_btn {
  z-index: 99;
}

#lf_g_nav {
  z-index: 50;
}

#lf_header {
  z-index: 60;
}

#lf_overlay {
  z-index: 40;
}

#lf_container {
  z-index: 2;
}

#lf_footer_in {
  z-index: 1;
}

/*==================================================

	layout[ALL]

====================================================*/
/*  html
--------------------------*/
html {
  width: 100%;
}

/*  body
--------------------------*/
body {
  width: 100%;
  min-width: 320px;
  background-color: #fff;
}

/* Br
--------------------------*/
.lf_pc {
  display: inline;
}
@media screen and (max-width: 767px) {
  .lf_pc {
    display: none;
  }
}

.lf_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .lf_sp {
    display: block;
  }
}

.lf_1200 {
  display: none;
}
@media screen and (max-width: 1200px) {
  .lf_1200 {
    display: block;
  }
}

.lf_767 {
  display: none;
}
@media screen and (max-width: 767px) {
  .lf_767 {
    display: block;
  }
}

.lf_640 {
  display: none;
}
@media screen and (max-width: 640px) {
  .lf_640 {
    display: block;
  }
}

.lf_480 {
  display: none;
}
@media screen and (max-width: 480px) {
  .lf_480 {
    display: block;
  }
}

/*  #lf_wrapper
--------------------------*/
#lf_wrapper {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1280px) {
  #lf_wrapper {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  #lf_wrapper {
    width: 100%;
  }
}

/*  .lf_anchor
--------------------------*/
.lf_anchor::before {
  content: " ";
  margin-top: -180px;
  height: 180px;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .lf_anchor::before {
    margin-top: -150px;
    height: 150px;
  }
}

.lf_anchor2::before {
  content: " ";
  margin-top: -100px;
  height: 100px;
  display: block;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .lf_anchor2::before {
    margin-top: -70px;
    height: 70px;
  }
}

/*  #lf_container
--------------------------*/
#lf_container {
  width: 100%;
  position: relative;
}
.lf_top_page #lf_container {
  padding-top: 177px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_container {
    padding-top: 65px;
  }
}
.under_page #lf_container {
  padding-top: 177px;
}
@media screen and (max-width: 767px) {
  .under_page #lf_container {
    padding-top: 65px;
  }
}

/*  #lf_main_view
--------------------------*/
#lf_main_view {
  width: 100%;
}

#lf_main_view_in {
  width: 100%;
}

/*  #lf_main_view[under_page]
--------------------------*/
.under_page #lf_main_view #lf_main_view_in {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
  background-color: #f2efea;
}
@media screen and (max-width: 767px) {
  .under_page #lf_main_view #lf_main_view_in {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.under_page #lf_main_view #lf_main_view_in .lf_main_ttl {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .under_page #lf_main_view #lf_main_view_in .lf_main_ttl {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.under_page #lf_main_view #lf_main_view_in .lf_main_ttl .lf_txt {
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 4px;
  display: block;
}
@media screen and (max-width: 767px) {
  .under_page #lf_main_view #lf_main_view_in .lf_main_ttl .lf_txt {
    font-size: 1.875rem;
    letter-spacing: 2px;
  }
}

/*  Common Parts
--------------------------*/
.lf_bg_color01 {
  background-color: #f2efea;
}

.lf_sec_header {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .lf_sec_header {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lf_sec_body {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 80px;
  padding-right: 80px;
}
@media screen and (max-width: 767px) {
  .lf_sec_body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lf_cmn_txt01 {
  display: block;
  font-size: 3.125rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .lf_cmn_txt01 {
    font-size: 1.5625rem;
    line-height: 1.8;
  }
}

.lf_cmn_txt02 {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1770px) {
  .lf_cmn_txt02 {
    font-size: 1.3559322034vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_cmn_txt02 {
    font-size: 0.75rem;
  }
}

/*  #lf_header
--------------------------*/
#lf_header {
  width: 100%;
  position: fixed;
  background-color: rgb(255, 255, 255);
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  left: 0;
  top: 0;
}
.lf_top_page #lf_header {
  background-color: rgb(255, 255, 255);
}
.under_page #lf_header {
  background-color: rgb(255, 255, 255);
}
.lf_header_scroll #lf_header {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.9);
  /* box-shadow: 0px 5px 12px -2px rgb(0, 0, 0, 0.2); */
}

#lf_header_in {
  width: 100%;
}
#lf_header_in #lf_gNav_head {
  width: 100%;
  padding-right: 80px;
  padding-left: 80px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  #lf_header_in #lf_gNav_head {
    padding-right: 20px;
    padding-left: 20px;
  }
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap {
  display: table;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo {
  height: 177px;
  display: table-cell;
  vertical-align: middle;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo {
    height: 65px;
  }
}
.lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo {
  height: 90px;
}
@media screen and (max-width: 767px) {
  .lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo {
    height: 50px;
  }
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo img {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
@media screen and (max-width: 767px) {
  #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo img {
    width: 88px;
  }
}
.lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo img {
  width: 143px;
}
@media screen and (max-width: 767px) {
  .lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo img {
    width: 70px;
  }
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_logo_wrap #lf_logo a:hover {
  opacity: 0.6;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink {
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink {
    display: none;
  }
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li {
  line-height: 1;
  padding-left: 26px;
  padding-right: 26px;
  position: relative;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li::before {
  content: "｜";
  position: absolute;
  right: -10px;
  top: 1px;
  color: #000;
  font-size: 1.25rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li::before {
  font-size: 0.875rem;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li:last-child::before {
  display: none;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  color: #000;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li a:hover {
  opacity: 0.6;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li .lf_txt {
  font-size: 1.25rem;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in #lf_gNav_toplink li .lf_txt {
  font-size: 0.875rem;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock {
  display: flex;
}
@media screen and (max-width: 767px) {
  #lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock {
    display: none;
  }
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock li {
  padding-left: 80px;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock li a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock li a:hover {
  opacity: 0.6;
}
#lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock li .lf_txt {
  line-height: 120px;
  width: 260px;
  border-radius: 20px;
  text-align: center;
  display: inline-block;
  background-color: #f46767;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.lf_header_scroll #lf_header_in #lf_gNav_head #lf_gNav_head_in .lf_btnblock li .lf_txt {
  font-size: 0.875rem;
  line-height: 60px;
}

/*  #lf_g_nav_btn
--------------------------*/
#lf_g_nav_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn {
    width: 30px;
    height: 35px;
    top: 18px;
    right: 20px;
    display: block;
    position: fixed;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    cursor: pointer;
  }
  .lf_nav_open #lf_g_nav_btn {
    top: 17px;
  }
}
@media screen and (max-width: 767px) {
  .lf_header_scroll #lf_g_nav_btn {
    top: 10px;
  }
}
#lf_g_nav_btn .lf_nav_in {
  width: 60px;
  height: 70px;
  transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  background-image: url(../images/common/open.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn .lf_nav_in {
    width: 30px;
    height: 35px;
  }
}
.lf_nav_open #lf_g_nav_btn .lf_nav_in {
  background-image: url(../images/common/close.png);
}
#lf_g_nav_btn .lf_nav_in .lf_brder {
  width: 58px;
  height: 8px;
  background-color: #f46767;
  position: absolute;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn .lf_nav_in .lf_brder {
    width: 29px;
    height: 4px;
  }
}
#lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
  top: 0;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
    top: 0;
    left: 0px;
  }
}
.lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
  transform: translateY(18px) rotate(-135deg);
  -webkit-transform: translateY(18px) rotate(-135deg);
  -moz-transform: translateY(18px) rotate(-135deg);
  -ms-transform: translateY(18px) rotate(-135deg);
}
@media screen and (max-width: 767px) {
  .lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder.b01 {
    transform: translateY(9px) rotate(-135deg);
    -webkit-transform: translateY(9px) rotate(-135deg);
    -moz-transform: translateY(9px) rotate(-135deg);
    -ms-transform: translateY(9px) rotate(-135deg);
  }
}
#lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
  top: 50%;
  left: 0px;
  margin-top: -19px;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
    top: 50%;
    left: 0px;
    margin-top: -10px;
  }
}
.lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder.b02 {
  width: 0;
}
#lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
  bottom: 30px;
  left: 0px;
}
@media screen and (max-width: 767px) {
  #lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
    bottom: 15px;
    left: 0px;
  }
}
.lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
  transform: translateY(-14px) rotate(135deg);
  -webkit-transform: translateY(-14px) rotate(135deg);
  -moz-transform: translateY(-14px) rotate(135deg);
  -ms-transform: translateY(-14px) rotate(135deg);
}
@media screen and (max-width: 767px) {
  .lf_nav_open #lf_g_nav_btn .lf_nav_in .lf_brder.b03 {
    transform: translateY(-7px) rotate(135deg);
    -webkit-transform: translateY(-7px) rotate(135deg);
    -moz-transform: translateY(-7px) rotate(135deg);
    -ms-transform: translateY(-7px) rotate(135deg);
  }
}

/*  #lf_g_nav
--------------------------*/
#lf_g_nav {
  display: none;
}
@media screen and (max-width: 767px) {
  #lf_g_nav {
    display: block;
    width: 100%;
    height: 120%;
    background-color: rgba(242, 239, 234, 0.9);
    position: fixed;
    top: 0px;
    right: 0;
    transform: translateX(100%);
    opacity: 0;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
  }
  .lf_nav_open #lf_g_nav, .lf_header_scroll .lf_nav_open #lf_g_nav {
    opacity: 1;
    transform: translateX(0%);
  }
  #lf_g_nav #lf_g_nav_in {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 200px;
    padding-bottom: 140px;
    overflow: auto;
    height: 100vh;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #lf_g_nav #lf_g_nav_in {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 90px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper {
    width: 100%;
    margin: 0 auto;
  }
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul {
    width: 100%;
  }
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li {
    width: 100%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li {
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li a {
    color: #2c2c2c;
    text-decoration: underline;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
  }
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li a:hover {
    text-decoration: none;
  }
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li .lf_g_nav_upper_ttl {
    width: 100%;
    position: relative;
  }
  #lf_g_nav #lf_g_nav_in #lf_g_nav_upper ul li .lf_g_nav_upper_ttl .lf_txt {
    font-size: 1.25rem;
    font-weight: bold;
    color: #2c2c2c;
    display: block;
  }
}

/*  #lf_overlay
--------------------------*/
@media screen and (max-width: 767px) {
  #lf_overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    opacity: 0;
  }
  .lf_nav_open #lf_overlay {
    display: block;
    opacity: 1;
    animation: fadeIn 0.3s ease-in 0s forwards;
  }
  @keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
    1% {
      display: block;
      opacity: 0;
    }
    100% {
      display: block;
      opacity: 1;
    }
  }
}
/*  #lf_footer
--------------------------*/
#lf_footer {
  width: 100%;
  background-color: #2c2c2c;
}
#lf_footer #lf_footer_in {
  width: 100%;
  position: relative;
  display: flex;
  max-width: 1920px;
  margin: 0 auto;
  padding-right: 80px;
  padding-left: 80px;
  padding-top: 40px;
  padding-bottom: 50px;
}
@media screen and (max-width: 1700px) {
  #lf_footer #lf_footer_in {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #lf_footer #lf_footer_in {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 25px;
  }
}
#lf_footer #lf_footer_in .lf_top_link #lf_pagetop {
  position: absolute;
  right: 80px;
  top: 60px;
}
@media screen and (max-width: 767px) {
  #lf_footer #lf_footer_in .lf_top_link #lf_pagetop {
    right: 20px;
    top: 20px;
  }
  #lf_footer #lf_footer_in .lf_top_link #lf_pagetop img {
    width: 30px;
  }
}
#lf_footer #lf_footer_in .lf_top_link #lf_pagetop a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
#lf_footer #lf_footer_in .lf_top_link #lf_pagetop a:hover {
  opacity: 0.6;
}

#lf_footer_top {
  width: 50%;
}
@media screen and (max-width: 1700px) {
  #lf_footer_top {
    width: 100%;
  }
}
#lf_footer_top #lf_footer_top_in {
  width: 100%;
}
#lf_footer_top #lf_footer_top_in .lf_link_block {
  display: flex;
  width: 100%;
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul {
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  #lf_footer_top #lf_footer_top_in .lf_link_block ul {
    padding-right: 0px;
  }
  #lf_footer_top #lf_footer_top_in .lf_link_block ul:nth-child(1) {
    width: 50%;
    padding-right: 0px;
  }
  #lf_footer_top #lf_footer_top_in .lf_link_block ul:nth-child(2) {
    width: 50%;
    padding-right: 0px;
    padding-left: 40px;
  }
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul li {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #lf_footer_top #lf_footer_top_in .lf_link_block ul li {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #lf_footer_top #lf_footer_top_in .lf_link_block ul li img {
    max-width: 160px;
  }
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul li a {
  text-decoration: underline;
  color: #fff;
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul li a:hover {
  text-decoration: none;
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul li .lf_txt {
  color: #fff;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  #lf_footer_top #lf_footer_top_in .lf_link_block ul li .lf_txt {
    font-size: 0.625rem;
  }
}
#lf_footer_top #lf_footer_top_in .lf_link_block ul li .lf_txt.lf_b {
  font-weight: bold;
}

#lf_footer_btm {
  width: 50%;
  align-self: flex-end;
}
@media screen and (max-width: 1700px) {
  #lf_footer_btm {
    width: 100%;
    padding-top: 40px;
  }
}
#lf_footer_btm #lf_footer_btm_in {
  width: 100%;
  text-align: right;
}
#lf_footer_btm #lf_footer_btm_in .lf_txt {
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lf_footer_btm #lf_footer_btm_in .lf_txt {
    font-size: 0.625rem;
  }
}
#lf_footer_btm #lf_footer_btm_in #lf_copyright {
  font-size: 1.25rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #lf_footer_btm #lf_footer_btm_in #lf_copyright {
    font-size: 0.625rem;
  }
}

/*==================================================
	effect-scroll
====================================================*/
.lf_effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  transform: translate(0, 80px);
  -webkit-transition: all 600ms 0.2s;
  -o-transition: all 600ms 0.2s;
  transition: all 600ms 0.2s;
}

.lf_effect-fade.lf_effect-scroll {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*==================================================
	scale-scroll
====================================================*/
.lf_scale-fade {
  opacity: 0;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  -webkit-transition: all 600ms 0.2s;
  -o-transition: all 600ms 0.2s;
  transition: all 600ms 0.2s;
}

.lf_scale-fade.lf_scale-scroll {
  opacity: 1;
  　-webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/*==================================================
	char-blur
====================================================*/
.lf_char {
  filter: blur(10px);
  opacity: 0;
  transition: all 1000ms ease;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
}

.lf_char.lf_blur {
  filter: blur(0px);
  opacity: 1;
}

/*==================================================

	layout[lf_top_page]

====================================================*/
.lf_top_page #lf_main_view {
  width: 100%;
  background: linear-gradient(#fff 60%, #f2efea 40%);
}
.lf_top_page #lf_main_view #lf_main_view_in {
  width: 100%;
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_main_view #lf_main_view_in {
    padding-top: 15px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img {
  width: calc(100% + 150px);
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img {
    width: calc(100% + 50px);
  }
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_tit {
  font-size: 4.375rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_tit {
    font-size: 3.9548022599vw;
  }
}
@media screen and (max-width: 1600px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_tit {
    font-size: 2.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_tit {
    font-size: 2.1875rem;
  }
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img ul {
  padding-top: 50px;
}
@media screen and (max-width: 1600px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img ul {
    padding-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img ul {
    padding-top: 20px;
  }
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img ul li img {
  width: 100%;
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact {
  border-left: 11px solid #a78d64;
  padding-left: 20px;
  position: absolute;
  right: 80px;
  top: 50px;
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt {
  font-size: 1.5rem;
  font-weight: bold;
}
.lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt .lf_tel {
  font-size: 3.125rem;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact {
    border-left: 0.6214689266vw solid #a78d64;
    padding-left: 1.1299435028vw;
    position: absolute;
    top: 2.8248587571vw;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_txt {
    font-size: 1.3559322034vw;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt {
    font-size: 1.3559322034vw;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt .lf_tel {
    font-size: 2.8248587571vw;
  }
}
@media screen and (max-width: 1600px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact {
    border-left: 7px solid #a78d64;
    padding-left: 14px;
    position: absolute;
    top: 30px;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_txt {
    font-size: 1.25rem;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt {
    font-size: 1.25rem;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt .lf_tel {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact {
    position: static;
    margin-top: 20px;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_txt {
    font-size: 0.75rem;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt {
    font-size: 0.75rem;
  }
  .lf_top_page #lf_main_view #lf_main_view_in .lf_main_img .lf_contact .lf_stxt .lf_tel {
    font-size: 1.5625rem;
  }
}
.lf_top_page #lf_hairschool {
  width: 100%;
}
.lf_top_page #lf_hairschool .lf_sec_header {
  padding-top: 80px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lf_top_page #lf_hairschool .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 {
    padding-bottom: 20px;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 .lf_ptxt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 .lf_ptxt {
    font-size: 0.875rem;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul {
  display: flex;
  justify-content: space-between;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul {
    padding-top: 25px;
    display: block;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li {
  width: 30.6%;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl {
  display: table;
  width: 100%;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl {
    max-width: 360px;
    margin: 0 auto;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt {
  display: table-cell;
  width: 120px;
  line-height: 90px;
  background-color: #a78d64;
  border-radius: 20px 0 0 20px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt {
    width: 80px;
    line-height: 50px;
    border-radius: 10px 0 0 10px;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt .lf_tate {
  writing-mode: vertical-rl;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt .lf_tate {
    font-size: 0.625rem;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt .lf_num {
  color: #fff;
  font-size: 2.4375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dt .lf_num {
    font-size: 1.625rem;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dd {
  display: table-cell;
  background-color: #fff;
  line-height: 90px;
  border-radius: 0 20px 20px 0;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dd {
    line-height: 50px;
    border-radius: 0 10px 10px 0;
  }
}
.lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
  font-size: 1.625rem;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_hairschool .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 0.8125rem;
  }
}
.lf_top_page #lf_curriculum {
  width: 100%;
  background: linear-gradient(#f2efea 50%, #ffffff 50%);
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum {
    background: none;
    background-image: url(../images/common/bg01.jpg);
    background-repeat: repeat-x;
    background-size: 10px 300px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_header {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 38.1355932203vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 88.0052151239vw;
  }
}
.lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul {
    display: block;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li {
    width: 100%;
    padding-bottom: 30px;
    max-width: 411px;
    margin: 0 auto;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dt {
    padding-bottom: 10px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
  font-size: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 0.875rem;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap {
  width: 500px;
  margin: 0 auto;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap {
    width: 100%;
    max-width: 240px;
    padding-top: 10px;
  }
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap a:hover {
  opacity: 0.6;
}
.lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap .lf_btn {
  width: 100%;
  line-height: 100px;
  border-radius: 60px;
  background-color: #a78d64;
  color: #fff;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_curriculum .lf_sec_body .lf_block01 .lf_btn_wrap .lf_btn {
    line-height: 50px;
    border-radius: 30px;
    font-size: 0.875rem;
  }
}
.lf_top_page #lf_school {
  width: 100%;
}
.lf_top_page #lf_school .lf_flex {
  margin-top: 200px;
  padding-bottom: 160px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex {
    margin-top: 60px;
    padding-bottom: 40px;
    display: block;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box {
    width: 100%;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box.lf_l {
  transform: translate(-20px, 0);
}
.lf_top_page #lf_school .lf_flex .lf_box.lf_l img {
  width: 100%;
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_header {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_header {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_header .lf_sec_header_in {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_header .lf_sec_header_in .lf_cmn_tit img {
    width: 39.5480225989vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_header .lf_sec_header_in .lf_cmn_tit img {
    width: 91.2646675359vw;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body {
    padding-left: 20px;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en {
  font-size: 7.5rem;
  font-weight: bold;
  line-height: 1.4;
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en .lf_s {
  font-size: 2.5rem;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en {
    font-size: 7.0588235294vw;
  }
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en .lf_s {
    font-size: 1.7647058824vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en {
    font-size: 3.375rem;
  }
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_en .lf_s {
    font-size: 1.25rem;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_red {
  font-size: 1.125rem;
  color: #c93434;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_red {
    font-size: 0.75rem;
  }
}
.lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_school .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_txt {
    font-size: 0.875rem;
    padding-top: 40px;
    line-height: 1.8;
  }
}
.lf_top_page #lf_instructor {
  width: 100%;
  background: linear-gradient(#ffffff 50%, #f2efea 50%);
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor {
    background: none;
    background-color: #f2efea;
    background-image: url(../images/common/bg02.jpg);
    background-repeat: repeat-x;
    background-size: 10px 200px;
  }
}
.lf_top_page #lf_instructor .lf_sec_header {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_header {
    padding-bottom: 20px;
  }
}
.lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 37.0056497175vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 85.3976531943vw;
  }
}
.lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul {
    display: block;
  }
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li {
  width: 48.6%;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li {
    width: 100%;
    padding-bottom: 20px;
  }
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dt {
    padding-bottom: 10px;
  }
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
    font-size: 1.125rem;
  }
}
.lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
  font-size: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_instructor .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 0.875rem;
  }
}
.lf_top_page #lf_schoolroom {
  width: 100%;
}
.lf_top_page #lf_schoolroom .lf_flex {
  padding-top: 200px;
  padding-bottom: 100px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex {
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box {
    width: 100%;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box.lf_l {
  transform: translate(-20px, 0);
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box.lf_l img {
  width: 100%;
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header {
    padding-left: 20px;
    padding-top: 20px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header .lf_sec_header_in {
  position: relative;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header .lf_sec_header_in {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header .lf_sec_header_in .lf_cmn_tit img {
    width: 42.3163841808vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_header .lf_sec_header_in .lf_cmn_tit img {
    width: 97.6531942634vw;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body {
  width: 100%;
  padding-left: 60px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body {
    padding-left: 20px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_tit {
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 60px;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_tit {
    font-size: 3.1764705882vw;
  }
}
@media screen and (max-width: 1280px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_tit {
    font-size: 2.125rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 .lf_tit {
    font-size: 1.5rem;
    line-height: 1.8;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl {
  display: table;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt {
  display: table-cell;
  vertical-align: top;
  width: 150px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt {
    width: 80px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt .lf_txt {
    font-size: 1.4117647059vw;
  }
}
@media screen and (max-width: 1280px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt .lf_txt {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt .lf_txt {
    font-size: 0.75rem;
    padding-left: 17px;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dt .lf_txt::after {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #a78d64;
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd {
  display: table-cell;
  vertical-align: top;
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 1.4117647059vw;
  }
}
@media screen and (max-width: 1280px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 0.75rem;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_r {
  color: #c93434;
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_tel {
  font-size: 3.125rem;
  line-height: 1.2;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_tel {
    font-size: 2.9411764706vw;
  }
}
@media screen and (max-width: 1280px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_tel {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_tel {
    font-size: 1.25rem;
  }
}
.lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_s {
  font-size: 1.25rem;
  display: inline-block;
}
@media screen and (max-width: 1700px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_s {
    font-size: 1.1764705882vw;
  }
}
@media screen and (max-width: 1280px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_s {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_schoolroom .lf_flex .lf_box .lf_sec_body .lf_block01 dl dd .lf_txt .lf_s {
    font-size: 0.625rem;
  }
}
.lf_top_page #lf_faq {
  width: 100%;
}
.lf_top_page #lf_faq .lf_sec_header {
  padding-top: 60px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_header {
    padding-top: 40px;
    padding-bottom: 15px;
  }
}
.lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 10.4519774011vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 24.1199478488vw;
  }
}
.lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.lf_top_page #lf_faq .lf_sec_body {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body {
    padding-bottom: 40px;
  }
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul {
  padding-left: 8px;
  padding-right: 120px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body .lf_block01 ul {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dt .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
  display: block;
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dt .lf_txt::after {
  content: "Q.";
  display: block;
  color: #a78d64;
  position: absolute;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dt .lf_txt {
    font-size: 0.875rem;
    padding-left: 20px;
  }
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dd {
  padding-left: 40px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dd {
    padding-left: 0px;
  }
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  padding-left: 36px;
  display: block;
}
.lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dd .lf_txt::after {
  content: "A.";
  display: block;
  color: #f46767;
  position: absolute;
  left: 0;
  top: -3px;
}
@media screen and (max-width: 767px) {
  .lf_top_page #lf_faq .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 0.875rem;
    padding-left: 20px;
  }
}

/*==================================================

	layout[lf_error_page]

====================================================*/
.lf_error_page {
  /*  #lf_error
  --------------------------*/
}
.lf_error_page #lf_error {
  width: 100%;
}
.lf_error_page #lf_error .lf_sec_header {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lf_error_page #lf_error .lf_sec_header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.lf_error_page #lf_error .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 {
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .lf_error_page #lf_error .lf_sec_body .lf_block01 {
    padding-bottom: 40px;
  }
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_ptxt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_ptxt {
    font-size: 0.875rem;
  }
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap {
  width: 500px;
  margin: 0 auto;
  padding-top: 68px;
}
@media screen and (max-width: 767px) {
  .lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap {
    width: 100%;
    max-width: 240px;
    padding-top: 10px;
  }
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap a {
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap a:hover {
  opacity: 0.6;
}
.lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap .lf_btn {
  width: 100%;
  line-height: 100px;
  border-radius: 60px;
  background-color: #a78d64;
  color: #fff;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_error_page #lf_error .lf_sec_body .lf_block01 .lf_btn_wrap .lf_btn {
    line-height: 50px;
    border-radius: 30px;
    font-size: 0.875rem;
  }
}

/*==================================================

	layout[lf_curriculum_page]

====================================================*/
.lf_curriculum_page {
  /*  #lf_curriculum
  --------------------------*/
  /*  #lf_program
  --------------------------*/
  /*  #lf_list
  --------------------------*/
}
.lf_curriculum_page #lf_curriculum {
  width: 100%;
}
.lf_curriculum_page #lf_curriculum .lf_sec_header {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 38.1355932203vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 88.0052151239vw;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body {
    padding-bottom: 30px;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul {
    display: block;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li {
    width: 100%;
    padding-bottom: 30px;
    max-width: 411px;
    margin: 0 auto;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dt {
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dt {
    padding-bottom: 10px;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_tit {
    font-size: 1.125rem;
    padding-bottom: 10px;
  }
}
.lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
  font-size: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_curriculum .lf_sec_body .lf_block01 ul li dl dd .lf_txt {
    font-size: 0.875rem;
  }
}
.lf_curriculum_page #lf_program {
  width: 100%;
}
.lf_curriculum_page #lf_program .lf_sec_header {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_header {
    padding-bottom: 10px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 28.1920903955vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 65.0586701434vw;
  }
}
.lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body {
    padding-bottom: 40px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 .lf_ptxt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-bottom: 60px;
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 .lf_ptxt .lf_1400 {
  display: block;
}
@media screen and (max-width: 1400px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 .lf_ptxt .lf_1400 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 .lf_ptxt {
    font-size: 0.875rem;
    padding-bottom: 30px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl {
  display: table;
  padding-bottom: 10px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl {
    display: block;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt {
  display: table-cell;
  width: 240px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt {
    display: block;
    width: 100%;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt .lf_day {
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #a78d64;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt .lf_day {
    font-size: 1rem;
    line-height: 30px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt .lf_h {
  width: 50%;
  display: inline-block;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background-color: #b7a78e;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dt .lf_h {
    font-size: 1rem;
    line-height: 30px;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dd {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dd {
    display: block;
  }
}
.lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dd .lf_txt {
  font-size: 1.25rem;
  display: inline-block;
  background-color: #f2efea;
  width: 100%;
  padding-left: 26px;
  padding-right: 26px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_program .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 0.875rem;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.6;
  }
}
.lf_curriculum_page #lf_list {
  width: 100%;
}
.lf_curriculum_page #lf_list .lf_sec_header {
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_header {
    padding-bottom: 10px;
  }
}
.lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 66.8926553672vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 154.3676662321vw;
  }
}
.lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_curriculum_page #lf_list .lf_sec_body {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_body {
    padding-bottom: 40px;
  }
}
.lf_curriculum_page #lf_list .lf_sec_body .lf_block01 {
  position: relative;
}
.lf_curriculum_page #lf_list .lf_sec_body .lf_block01 ol li .lf_txt {
  font-size: 2.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_curriculum_page #lf_list .lf_sec_body .lf_block01 ol li .lf_txt {
    font-size: 0.875rem;
  }
}

/*==================================================

	layout[lf_school_page]

====================================================*/
.lf_school_page {
  /*  #lf_school
  --------------------------*/
}
.lf_school_page #lf_school {
  width: 100%;
}
.lf_school_page #lf_school .lf_sec_header {
  padding-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.lf_school_page #lf_school .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 28.1355932203vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 64.9282920469vw;
  }
}
.lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_school_page #lf_school .lf_sec_body {
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body {
    padding-bottom: 40px;
  }
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl {
  display: table;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl {
    display: block;
  }
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl dt {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl dt {
    display: block;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 20px;
  }
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd {
    display: block;
    width: 100%;
    padding-left: 0px;
  }
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
  display: block;
  padding-bottom: 30px;
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_txt .lf_1800 {
  display: block;
}
@media screen and (max-width: 1800px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_txt .lf_1800 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 0.875rem;
    padding-bottom: 15px;
  }
}
.lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_name {
  font-size: 1.875rem;
  font-weight: bold;
  display: block;
}
@media screen and (max-width: 767px) {
  .lf_school_page #lf_school .lf_sec_body .lf_block01 dl dd .lf_name {
    font-size: 1rem;
  }
}
.lf_school_page .lf_flex_warap {
  display: flex;
  padding-bottom: 160px;
  /*  #lf_company
  --------------------------*/
  /*  #lf_sdgs
  --------------------------*/
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap {
    padding-bottom: 40px;
    display: block;
  }
}
.lf_school_page .lf_flex_warap #lf_company {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company {
    width: 100%;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_header {
  padding-bottom: 30px;
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header {
    padding-bottom: 10px;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 27.9096045198vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 64.406779661vw;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body {
    padding-bottom: 10px;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl {
  display: table;
  width: 100%;
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl {
    padding-bottom: 20px;
    display: block;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dt {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dt {
    width: 100%;
    display: block;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dt .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dt .lf_txt {
    font-size: 1rem;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dd {
  display: table-cell;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dd {
    width: 100%;
    display: block;
  }
}
.lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dd .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_company .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 0.875rem;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs {
    width: 100%;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header {
  padding-bottom: 30px;
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header {
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in {
  position: relative;
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl {
    display: block;
  }
}
@media screen and (max-width: 1770px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 15.197740113vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_tit img {
    width: 35.0717079531vw;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
  padding-bottom: 20px;
  padding-left: 30px;
}
@media screen and (max-width: 1770px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 1.1299435028vw;
    padding-left: 1.6949152542vw;
  }
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_header .lf_sec_header_in .lf_ttl .lf_cmn_txt02 {
    padding-bottom: 10px;
    padding-left: 0px;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body {
  padding-left: 14px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body {
    padding-left: 20px;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl {
  display: table;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  background-color: #f2efea;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dt {
  display: table-cell;
  width: 120px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dt {
    width: 100%;
    display: block;
    padding-bottom: 10px;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dd {
    width: 100%;
    display: block;
    padding-left: 0px;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dd .lf_txt {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 dl dd .lf_txt {
    font-size: 0.875rem;
  }
}
.lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 .lf_ptxt {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .lf_school_page .lf_flex_warap #lf_sdgs .lf_sec_body .lf_block01 .lf_ptxt {
    font-size: 0.875rem;
    padding-top: 15px;
  }
}/*# sourceMappingURL=style.css.map */