@charset "UTF-8";
/*aboutカスタマイズ*/
/* 源ノ明朝 */
@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;
}
main.about .bg_color {
  background-color: #f4f0ea;
  padding-bottom: 100px;
}
@media screen and (max-width: 900px) {
  main.about .bg_color {
    padding-bottom: 50px;
  }
}
main.about .head_catch {
  margin-top: 128px;
  margin-bottom: 55px;
}
@media screen and (max-width: 900px) {
  main.about .head_catch {
    margin-top: 43px;
    margin-bottom: 38px;
  }
}
main.about .head_catch .head_catch_wrap {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap {
    flex-direction: column;
    gap: 16px;
  }
}
main.about .head_catch .head_catch_wrap .head_catch_img {
  max-width: 622px;
  width: 64%;
  height: 100%;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin-left: -60px;
  margin-top: -72px;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_img {
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    width: 82%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text {
  padding-top: 27px;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text {
    padding-top: 0;
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line {
    flex-direction: row;
    align-items: center;
    padding-left: 7%;
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap {
  font-size: 18px;
  position: relative;
  display: flex;
  flex-direction: column;
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap::before {
  content: "";
  position: absolute;
  bottom: 48px;
  right: -35px;
  width: 1px;
  height: 150px;
  background-color: #ccc;
  transform: rotate(-137deg);
  transform-origin: bottom right;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap::before {
    transform-origin: center right;
    bottom: 37%;
    transform: translateY(50%) rotate(-150deg);
    height: 90px;
    right: -17px;
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap .point {
  font-family: "Garamond";
  font-size: 30px;
  color: #b3a693;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap .point {
    font-size: calc(20px - 4px + 1.06vw);
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap .number {
  font-family: "Garamond";
  font-size: 85px;
  color: #b3a693;
  line-height: 0.8;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .number_wrap .number {
    font-size: calc(58px - 4px + 1.06vw);
  }
}
main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .head_catch_title {
  font-size: 30px;
  font-weight: normal;
  margin: 0;
  font-family: "notoserif_r";
  padding-left: 58px;
  padding-top: 25px;
}
@media screen and (max-width: 900px) {
  main.about .head_catch .head_catch_wrap .head_catch_text .diagonal-line .head_catch_title {
    font-size: calc(20px - 4px + 1.06vw);
    padding-top: 14px;
    padding-left: 51px;
  }
}
main.about .about_ttl_001 .about_ttl_001_title {
  font-size: 23px;
  font-family: "notoserif_m";
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_001 .about_ttl_001_title {
    font-size: calc(17px - 4px + 1.06vw);
    margin-bottom: 21px;
  }
}
main.about .about_ttl_001 .about_ttl_001_title::after {
  content: "";
  width: 105px;
  height: 1px;
  background-color: #a2955d;
  margin: 22px auto 0;
  display: block;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_001 .about_ttl_001_title::after {
    width: 13%;
    margin: 10px auto 0;
  }
}
main.about .about_ttl_002 .about_ttl_002_title {
  position: relative;
  text-align: center;
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_002 .about_ttl_002_title {
    font-size: calc(16px - 4px + 1.06vw);
    padding: 10px 0 6px;
    margin-bottom: 20px;
  }
}
main.about .about_ttl_002 .about_ttl_002_title::before, main.about .about_ttl_002 .about_ttl_002_title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background-color: #b3a693;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_002 .about_ttl_002_title::before, main.about .about_ttl_002 .about_ttl_002_title::after {
    height: 1px;
  }
}
main.about .about_ttl_002 .about_ttl_002_title::before {
  top: 0;
  box-shadow: 0 3px 0 #b3a693;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_002 .about_ttl_002_title::before {
    box-shadow: 0 2px 0 #b3a693;
  }
}
main.about .about_ttl_002 .about_ttl_002_title::after {
  bottom: 0;
  box-shadow: 0 -3px 0 #b3a693;
}
@media screen and (max-width: 900px) {
  main.about .about_ttl_002 .about_ttl_002_title::after {
    box-shadow: 0 -2px 0 #b3a693;
  }
}
main.about .sec_wrap {
  max-width: 715px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 900px) {
  main.about .sec_wrap {
    width: 93%;
    margin: 0 auto 53px;
  }
}
main.about #aboutSec001 {
  margin-bottom: 174px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 {
    margin-bottom: 85px;
  }
}
main.about #aboutSec001 .aboutSec001_wrap {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 89%;
  padding-bottom: 40px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .aboutSec001_wrap {
    width: 95%;
    box-shadow: 1px 2px 4px rgba(120, 119, 119, 0.2);
    padding-bottom: 33px;
  }
}
main.about #aboutSec001 .col2 {
  display: flex;
  gap: 35px;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .col2 {
    flex-direction: column;
    padding: 0 15px;
    gap: 22px;
  }
}
main.about #aboutSec001 .col2 .img {
  width: 48%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .col2 .img {
    width: 74%;
    margin: 0 auto;
  }
}
main.about #aboutSec001 .col2 .img .small_img {
  width: 60%;
  margin: 0 auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .col2 .img .small_img {
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
  }
}
main.about #aboutSec001 .col2 .text {
  flex: 1;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .col2 .text {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.about #aboutSec001 .col2 .text p {
  margin: 0;
}
main.about #aboutSec001 .col2 .text small {
  font-size: 15px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .col2 .text small {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
main.about #aboutSec001 .button_wrap {
  margin-top: 73px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .button_wrap {
    margin-top: 48px;
    margin-bottom: 18px;
  }
}
main.about #aboutSec001 .button_wrap .el_btn_002 {
  margin-bottom: 20px;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .button_wrap .el_btn_002 {
    width: 95%;
    margin-bottom: 16px;
  }
}
main.about #aboutSec001 .button_wrap .el_btn_002 a {
  font-size: 17px;
  font-weight: bold;
  padding: 23px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .button_wrap .el_btn_002 a {
    font-size: calc(15px - 4px + 1.06vw);
    font-weight: normal;
    padding: 20px 23px 20px 0;
  }
}
main.about #aboutSec001 .button_wrap .el_btn_002 a::after {
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec001 .button_wrap .el_btn_002 a::after {
    border-width: 2px;
    top: 49%;
    width: 9px;
    height: 9px;
  }
}
main.about #aboutSec002 {
  margin-bottom: 174px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 {
    margin-bottom: 85px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 89%;
  padding-bottom: 40px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap {
    width: 95%;
    box-shadow: 1px 2px 4px rgba(120, 119, 119, 0.2);
    padding-bottom: 8px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .about_ttl_001_title {
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .about_ttl_001_title {
    margin-bottom: 21px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2 {
  display: flex;
  gap: 35px;
  padding: 0 10px;
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2 {
    flex-direction: column;
    padding: 0 15px;
    gap: 22px;
    margin-bottom: 60px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2 .img {
  width: 48%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2 .img {
    width: 74%;
    margin: 0 auto;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2 .text {
  flex: 1;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2 .text {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2 .text p {
  margin: 0;
}
main.about #aboutSec002 .aboutSec002_wrap .col2 .text small {
  font-size: 15px;
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 {
  display: flex;
  gap: 28px;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2_002 {
    flex-direction: column;
    gap: 17px;
    margin-bottom: -18px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 .img {
  width: 36%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2_002 .img {
    width: 53%;
    margin: 0 auto;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 33px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 {
    flex-direction: column-reverse;
    gap: 23px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 .text {
  flex: 1;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 .text {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 .text p {
  margin: 0;
}
main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 .img {
  width: 100%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .col2_002 .row2 .img {
    width: 93%;
    margin: 0 auto;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .button_wrap {
  margin-top: 60px;
  margin-bottom: 47px;
}
main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 {
  margin-bottom: 20px;
  max-width: 460px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 {
    width: 95%;
    margin-bottom: 16px;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 a {
  font-size: 17px;
  font-weight: bold;
  padding: 23px 0;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 a {
    font-size: calc(15px - 4px + 1.06vw);
    padding: 20px 0 20px 0;
  }
}
main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 a::after {
  right: 5%;
  top: 50%;
  width: 10px;
  height: 10px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec002 .aboutSec002_wrap .button_wrap .el_btn_002 a::after {
    border-width: 2px;
    top: 49%;
    width: 9px;
    height: 9px;
  }
}
main.about #aboutSec003 {
  margin-bottom: 75px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec003 {
    margin-bottom: 13px;
  }
}
main.about #aboutSec003 .aboutSec003_wrap {
  background-color: #fff;
  max-width: 980px;
  margin: 0 auto;
  width: 89%;
  padding-bottom: 40px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 900px) {
  main.about #aboutSec003 .aboutSec003_wrap {
    width: 95%;
    box-shadow: 1px 2px 4px rgba(120, 119, 119, 0.2);
    padding-bottom: 1px;
  }
}
main.about #aboutSec003 .aboutSec003_wrap .col2 {
  display: flex;
  gap: 35px;
  padding: 0 10px;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec003 .aboutSec003_wrap .col2 {
    flex-direction: column;
    padding: 0 15px;
    gap: 22px;
    margin-bottom: 26px;
  }
}
main.about #aboutSec003 .aboutSec003_wrap .col2 .img {
  width: 48%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec003 .aboutSec003_wrap .col2 .img {
    width: 74%;
    margin: 0 auto;
  }
}
main.about #aboutSec003 .aboutSec003_wrap .col2 .text {
  flex: 1;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec003 .aboutSec003_wrap .col2 .text {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.about #aboutSec003 .aboutSec003_wrap .col2 .text p {
  margin: 0;
}
main.about #aboutSec003 .aboutSec003_wrap .col2 .text small {
  font-size: 15px;
}
main.about #aboutSec004 .aboutSec004_head_kv {
  background-color: #fff;
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap {
  max-width: 1060px;
  margin: 0 auto;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap {
    gap: 7px;
    align-items: center;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_img {
  width: 39%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_img {
    width: 36%;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont {
  flex: 1;
  padding-top: 90px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont {
    padding-top: 20px;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_header {
  font-family: "notoserif_m";
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 100px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_header {
    font-size: calc(19px - 4px + 1.06vw);
    margin-bottom: 24px;
    margin-top: 0;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner {
  font-size: 20px;
  letter-spacing: 0.6px;
  font-family: "notoserif_m";
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner {
    font-size: calc(13px - 4px + 1.06vw);
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner p {
  margin: 0;
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner_text {
  font-size: 25px;
  letter-spacing: 2.6px;
  font-family: "notoserif_m";
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner_text {
    font-size: calc(18px - 4px + 1.06vw);
    margin-bottom: 26px;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner_text p {
  margin: 0;
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner_text .en {
  display: block;
  font-size: 15px;
  color: #b3a693;
  font-weight: normal;
  font-family: "notoserif_r";
  margin-top: 6px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .owner_text .en {
    font-size: calc(9px - 4px + 1.06vw);
    margin-top: 4px;
    letter-spacing: 1.5px;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta {
  display: flex;
  justify-content: flex-end;
  max-width: 523px;
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link {
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link {
    padding-right: 17px;
    justify-content: flex-end;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link img {
  width: 45px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link img {
    width: 11%;
  }
}
main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link .insta_text {
  font-size: 14px;
  font-weight: normal;
  font-family: "notoserif_r";
  text-decoration: none;
  color: #333333;
  margin-left: 10px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_head_kv .aboutSec004_head_kv_wrap .head_kv_cont .head_kv_footer .info .insta .insta_link .insta_text {
    font-size: calc(12px - 4px + 1.06vw);
    margin-left: 7px;
  }
}
main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont {
  max-width: 850px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.75;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont {
    font-size: calc(14px - 4px + 1.06vw);
  }
}
main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont1 {
  padding-top: 55px;
  padding-bottom: 55px;
  border-bottom: 1px solid #a2955d;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont1 {
    padding-top: 30px;
    padding-bottom: 30px;
    width: 94%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont1 p {
    width: 96%;
    margin: 0 auto;
  }
}
main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont2 {
  padding-top: 35px;
  padding-bottom: 48px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont2 {
    width: 94%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 900px) {
  main.about #aboutSec004 .aboutSec004_cont_wrap .aboutSec004_cont .cont2 p {
    width: 96%;
    margin: 0 auto;
  }
}
main.about #aboutSec005 {
  background-color: #f6f4f1;
}
main.about #aboutSec005 .aboutSec005_wrap {
  max-width: 755px;
  margin: 0 auto;
  padding: 77px 0 160px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec005 .aboutSec005_wrap {
    width: 93%;
    padding: 45px 0 90px;
  }
}
main.about #aboutSec005 .aboutSec005_wrap .insta_images {
  display: flex;
  gap: 3%;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec005 .aboutSec005_wrap .insta_images {
    gap: 4%;
  }
}
main.about #aboutSec005 .aboutSec005_wrap .insta_images .column {
  width: 33%;
  display: flex;
  flex-direction: column;
  gap: 27px;
}
@media screen and (max-width: 900px) {
  main.about #aboutSec005 .aboutSec005_wrap .insta_images .column {
    gap: 3vw;
  }
}

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