@charset "UTF-8";
/* 源ノ明朝 */
@font-face {
  font-family: "notoserif_l";
  src: url("../../common/fonts/NotoSerifJP-Light.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Light.woff") format("woff");
  font-weight: 300;
}
@font-face {
  font-family: "notoserif_r";
  src: url("../../common/fonts/NotoSerifJP-Regular.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: "notoserif_m";
  src: url("../../common/fonts/NotoSerifJP-Medium.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: "notoserif_s";
  src: url("../../common/fonts/NotoSerifJP-SemiBold.woff2") format("woff2"), url("../../common/fonts/NotoSerifJP-SemiBold.woff") format("woff");
}
/* Garamond */
@font-face {
  font-family: "Garamond";
  src: url("../../common/fonts/Garamond.woff2") format("woff2"), url("../../common/fonts/Garamond.woff") format("woff");
}
/* futura */
@font-face {
  font-family: "futura";
  src: url("../../common/fonts/futura.woff2") format("woff2"), url("../../common/fonts/futura.woff") format("woff");
}
/* futura-medium-italic */
@font-face {
  font-family: "futura-medium-italic";
  src: url("../../common/fonts/futura-medium-italic.woff2") format("woff2"), url("../../common/fonts/futura-medium-italic.woff") format("woff");
}
/* 游ゴシック体 */
/* font-family: "Yu Gothic", "游ゴシック体", sans-serif; */
/* 游ゴシック体 */
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic.woff") format("woff");
  font-weight: normal;
}
@font-face {
  font-family: "Yu-Gothic";
  src: url("../../common/fonts/Yu-Gothic-bold.woff2") format("woff2"), url("../../common/fonts/Yu-Gothic-bold.woff") format("woff");
  font-weight: bold;
}
.top section#kv {
  position: relative;
}
.top section#menus_area {
  padding: 100px 0 195px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area {
    padding: 51px 0 167px;
  }
}
.top section#menus_area .menus_wrap {
  max-width: 916px;
  margin: 0 auto;
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus {
    flex-wrap: wrap;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item {
  background-color: #fff;
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
  width: 16%;
  transition: all 0.3s ease;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item {
    width: 29%;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item:hover {
  background-color: #8c7550;
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item:hover .card_menu_img img {
  filter: brightness(0) invert(1);
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item:hover .card_menu_title {
  color: #fff;
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  padding: 17px 0;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a {
    padding: 4vw 0 2vw;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img {
  min-height: 60px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img {
    min-height: 11vw;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_logo {
  width: 65px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_logo {
    width: 50%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_biginer {
  width: 30px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_biginer {
    width: 42%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_program {
  width: 56px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_program {
    width: 41%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_fee {
  width: 53px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_fee {
    width: 40%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_map {
  width: 45px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_map {
    width: 40%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_cart {
  width: 55px;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_img .icon_cart {
    width: 41%;
    margin: 0 auto;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_title {
  font-family: "notoserif_m";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -1px;
  text-align: center;
  color: #8c7550;
  margin: 0;
  min-height: 45px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_title {
    font-size: calc(12px - 4px + 1.06vw);
    min-height: 9vw;
  }
}
.top section#menus_area .menus_wrap .menus_cont ul.card_menus li.card_menu_item a .card_menu_title .fix_spacing {
  letter-spacing: -2px;
}
.top section#lessons {
  background-color: #f4f0ea;
  padding: 55px 0 70px;
}
@media screen and (max-width: 900px) {
  .top section#lessons {
    position: relative;
    padding: 55px 0 42px;
  }
}
.top section#lessons .lessons_wrap {
  display: flex;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap {
    flex-direction: column;
  }
}
.top section#lessons .lessons_wrap .lessons_img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_img {
    width: 91%;
  }
}
.top section#lessons .lessons_wrap .lessons_img .img_wrap {
  position: relative;
  z-index: 1;
  margin-top: -139px;
}
.top section#lessons .lessons_wrap .lessons_img .img_wrap:after {
  content: " ";
  position: absolute;
  width: 104%;
  height: 100%;
  border: 1px solid #aba071;
  z-index: -1;
  right: -16px;
  bottom: -16px;
  left: auto;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_img .img_wrap:after {
    right: -8px;
    bottom: -8px;
  }
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_img .img_wrap img {
    width: 100%;
  }
}
.top section#lessons .lessons_wrap .lessons_img .img_wrap .deco {
  position: absolute;
  bottom: -75px;
  left: 5px;
  letter-spacing: 2px;
  color: #fff;
  font-size: 5.99vw;
  font-family: "Garamond";
  font-weight: 500;
  z-index: 1;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_img .img_wrap .deco {
    font-size: 10.5vw;
    bottom: -36px;
  }
}
.top section#lessons .lessons_wrap .lessons_cont {
  flex: 1;
  position: relative;
  padding-right: 44px;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_cont {
    position: inherit;
    padding-right: 0;
    padding-top: 30px;
  }
}
.top section#lessons .lessons_wrap .lessons_cont .deco {
  position: absolute;
  top: -108px;
  right: 61px;
  width: 130px;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_cont .deco {
    top: -25vh;
    right: inherit;
    left: 18px;
    width: 25.5%;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .top section#lessons .lessons_wrap .lessons_cont .deco {
    top: -174px;
  }
}
.top section#lessons .lessons_wrap .lessons_cont .title {
  font-family: "notoserif_m";
  font-weight: 500;
  text-align: center;
  font-size: 35px;
  position: relative;
}
.top section#lessons .lessons_wrap .lessons_cont .title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #8c7550;
}
.top section#lessons .lessons_wrap .lessons_cont p {
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 47px;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_cont p {
    font-size: calc(14px - 4px + 1.06vw);
    margin-bottom: 20px;
    line-height: 2;
  }
}
.top section#lessons .lessons_wrap .lessons_cont .el_btn_002 {
  max-width: 380px;
}
.top section#lessons .lessons_wrap .lessons_cont .el_btn_002 a {
  font-size: 17px;
  padding: 24px 0;
}
@media screen and (max-width: 900px) {
  .top section#lessons .lessons_wrap .lessons_cont .el_btn_002 a {
    font-size: calc(14px - 4px + 1.06vw);
    padding: 18px 0;
  }
}
.top section#reason {
  padding: 56px 0 117px;
}
@media screen and (max-width: 900px) {
  .top section#reason {
    padding: 32px 0 95px;
  }
}
.top section#reason .reason_wrap .el_head_title {
  letter-spacing: 1px;
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .el_head_title {
    font-size: calc(23px - 4px + 1.06vw);
    margin-bottom: 31px;
  }
}
.top section#reason .reason_wrap .reason_cont {
  padding: 54px 0 130px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont {
    padding: 13px 0 15px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item {
  padding-bottom: 40px;
  margin-bottom: 155px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item {
    margin-bottom: 16px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item:last-child {
  margin-bottom: 0;
}
.top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap {
  flex-direction: row-reverse;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap .img_bg {
  display: flex;
  justify-content: flex-end;
}
.top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap .img_bg .img_wrap {
  margin-left: 0;
  margin-right: 34px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap .img_bg .img_wrap {
    left: 43px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item:nth-child(even) .reason_item_wrap .cont_wrap {
  justify-content: flex-start;
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap {
  display: flex;
  gap: 74px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap {
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 64px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg {
  width: 46%;
  background-color: #f4f0ea;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg {
    width: 80%;
    position: relative;
    height: 44vw;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg .img_wrap {
  max-width: 440px;
  margin-bottom: -38px;
  margin-left: 34px;
  padding-top: 38px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg .img_wrap {
    margin: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    left: -43px;
    top: 26px;
    max-width: inherit;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg .img_wrap img {
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .img_bg .img_wrap img {
    aspect-ratio: 9/5;
    width: 100%;
    object-fit: cover;
    border: 1px solid #f0f1ec;
    box-shadow: none;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  padding-top: 30px;
  padding-left: 70px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap {
    padding-left: 0;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner {
  max-width: 414px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner {
    max-width: 100%;
    width: 82%;
    margin: 0 auto;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head {
  display: flex;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head {
    min-height: 64px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: -44px;
  left: -76px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap {
    left: -2px;
    top: -36px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap .num_title {
  font-size: 18px;
  font-family: "Garamond";
  color: #C8C0B3;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap .num_title {
    font-size: calc(19px - 4px + 1.06vw);
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap .num_num {
  font-size: 85px;
  line-height: 0.8;
  font-family: "Garamond";
  font-style: italic;
  color: #c8c0b3;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .num_wrap .num_num {
    font-size: calc(78px - 4px + 1.06vw);
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .cont_title {
  font-size: 20px;
  letter-spacing: 0;
  margin: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_head .cont_title {
    font-size: calc(17px - 4px + 1.06vw);
    padding-left: 75px;
    margin-bottom: 14px;
  }
}
.top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_text {
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#reason .reason_wrap .reason_cont .reason_item .reason_item_wrap .cont_wrap .cont_inner .cont_text {
    font-size: calc(14px - 4px + 1.06vw);
    line-height: 1.7;
  }
}
.top section#program {
  padding-bottom: 78px;
}
@media screen and (max-width: 900px) {
  .top section#program {
    padding-bottom: 30px;
  }
}
.top section#program .service_head_deco {
  color: #c2ba98;
  font-size: 85px;
  font-family: "Garamond";
  font-weight: 500;
}
.top section#program .head_title {
  font-size: 35px;
  font-family: "notoserif_m";
  font-weight: 500;
  text-align: center;
  position: relative;
}
.top section#program .head_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 1px;
  background-color: #8c7550;
}
.top section#program .program_wrap {
  max-width: 1085px;
  margin: 0 auto;
  padding: 55px 0 50px;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap {
    padding: 33px 0 50px;
    width: 89%;
  }
}
.top section#program .program_wrap .program_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards {
    flex-direction: column;
    margin-bottom: 28px;
  }
}
.top section#program .program_wrap .program_cards:after {
  content: "";
  display: block;
  flex-basis: calc(33.333% - 16px);
}
.top section#program .program_wrap .program_cards .program_card {
  background-color: #fff;
  border: 1px solid #d7d7d7;
  box-shadow: 2px 2px 8px rgba(77, 77, 77, 0.3);
  flex-basis: calc(33.333% - 16px);
  margin-bottom: 42px;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card {
    box-shadow: 2px 2px 3px rgba(77, 77, 77, 0.13);
    margin-bottom: 35px;
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link {
  text-decoration: none;
  overflow: hidden;
  transition: transform 0.3s ease;
}
.top section#program .program_wrap .program_cards .program_card .card_link:hover .card_img img {
  transform: scale(1.1);
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_head {
  padding: 20px 22px 12px;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_head {
    padding: 24px 22px 12px;
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_head .card_title {
  color: #222222;
  font-weight: normal;
  font-size: 21px;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_head .card_title {
    font-size: calc(19px - 4px + 1.06vw);
    letter-spacing: 2px;
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_head .card_sub_title {
  font-family: "Garamond";
  color: #9d9d9d;
  font-size: 15px;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_head .card_sub_title {
    font-size: calc(17px - 4px + 1.06vw);
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_img {
  overflow: hidden;
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_img img {
  transition: transform 0.5s ease;
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_foot {
  padding: 17px 22px 17px;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_foot {
    padding: 15px 22px 11px;
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_foot .card_cont p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_foot .card_cont p {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_btn {
  display: flex;
  justify-content: flex-end;
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_btn .detail {
  width: 100%;
  max-width: 150px;
  color: #515151;
  background-color: #eeeeee;
  font-size: 12px;
  letter-spacing: 3px;
  text-align: center;
  padding: 5px 0;
  position: relative;
  margin-bottom: 10px;
  margin-right: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_btn .detail {
    font-size: calc(13px - 4px + 1.06vw);
    margin-bottom: 20px;
    margin-right: 23px;
  }
}
.top section#program .program_wrap .program_cards .program_card .card_link .card_btn .detail:after {
  content: "";
  position: absolute;
  right: 8%;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #747474;
  border-right: 1px solid #747474;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg) translateY(-50%);
}
@media screen and (max-width: 900px) {
  .top section#program .program_wrap .program_cards .program_card .card_link .card_btn .detail:after {
    width: 7px;
    height: 7px;
  }
}
@media screen and (max-width: 900px) {
  .top section#news {
    background-color: #fff;
  }
}
.top section#news .news_head_deco {
  color: #c2ba98;
  font-size: 85px;
  font-family: "Garamond";
  font-weight: 500;
}
.top section#news .news_wrap {
  padding: 28px 0 110px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap {
    padding: 7px 0 72px;
  }
}
.top section#news .news_wrap .news_cont {
  max-width: 900px;
  margin: 0 auto;
  padding: 30px 55px 84px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont {
    padding: 0 22px 0;
  }
}
.top section#news .news_wrap .news_cont .news_items {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items {
    margin-bottom: 52px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item {
  padding: 33px 20px 33px 20px;
  border-bottom: 1px solid #cbc9c9;
  position: relative;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item {
    padding: 22px 11px 21px 4px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 225px;
  height: inherit;
  border-bottom: 1px solid #a2955d;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item::after {
    width: 142px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link {
  text-decoration: none;
  display: flex;
  gap: 42px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link {
    gap: 17px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link:hover .news_item_img img {
  transform: scale(1.1);
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_img {
  width: 25%;
  overflow: hidden;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_img {
    width: 39%;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_img img {
  width: 100%;
  transition: transform 0.5s ease;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_img img {
    aspect-ratio: 370/270;
    object-fit: cover;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont {
  flex: 1;
  padding-top: 22px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont {
    padding-top: 4px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head {
  margin-bottom: 10px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head {
    margin-bottom: 5px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head .date {
  color: #a2955d;
  font-size: 15px;
  margin-right: 9px;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head .date {
    font-size: calc(14px - 4px + 1.06vw);
    letter-spacing: 0;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head .cat {
  font-size: 14px;
  color: #fff;
  background-color: #a2955d;
  padding: 4px 10px;
  white-space: nowrap;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_head .cat {
    font-size: calc(10px - 4px + 1.06vw);
    padding: 2px 5px;
  }
}
.top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_foot h3 {
  font-size: 17px;
  font-weight: 500;
  color: #333333;
  margin: 0;
}
@media screen and (max-width: 900px) {
  .top section#news .news_wrap .news_cont .news_items .news_item .link .news_item_cont .cont_foot h3 {
    font-size: calc(14px - 4px + 1.06vw);
    line-height: 1.3;
  }
}
.top section#instagram {
  padding: 67px 0 100px;
  background-color: #fff;
}
@media screen and (max-width: 900px) {
  .top section#instagram {
    padding: 67px 0 63px;
  }
}
.top section#instagram .instagram_sub_title {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 900px) {
  .top section#instagram .instagram_sub_title {
    margin-bottom: 50px;
  }
}
.top section#instagram .instagram_sub_title .instagram_link {
  font-size: 15px;
  font-family: "notoserif_m";
  font-weight: 500;
  color: #333333;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #333333;
  padding-bottom: 4px;
}
@media screen and (max-width: 900px) {
  .top section#instagram .instagram_sub_title .instagram_link {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
.top section#instagram .instagram_wrap {
  max-width: 735px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .top section#instagram .instagram_wrap {
    width: 94%;
  }
}
.top section#instagram .instagram_wrap .instagram_cont {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
}
@media screen and (max-width: 900px) {
  .top section#instagram .instagram_wrap .instagram_cont {
    margin-bottom: 39px;
  }
}
.top section#voice {
  background-color: #ebf5f6;
  padding-bottom: 75px;
}
@media screen and (max-width: 900px) {
  .top section#voice {
    padding-bottom: 70px;
  }
}
.top section#voice .voice_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 25px 0 80px;
}
@media screen and (max-width: 900px) {
  .top section#voice .voice_wrap {
    width: 93%;
    padding: 7px 0 56px;
  }
}
.top section#qa {
  padding: 0 0 100px;
}
@media screen and (max-width: 900px) {
  .top section#qa {
    padding: 0 0 75px;
  }
}
.top section#qa .qa_wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 0 53px;
}
@media screen and (max-width: 900px) {
  .top section#qa .qa_wrap {
    width: 92%;
    padding: 25px 0 53px;
  }
}

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