@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- page_ttl
- intro_sec
- mdc_sec
- symbol_sec
-------------------------*/
/*============================
#page_ttl
============================*/
#page_ttl::after {
  background: url(../design/img/kv.jpg) no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #page_ttl::after {
    background: url(../design/img/kv_sp.jpg) no-repeat;
    background-size: cover;
  }
}

.notes_area {
  background-color: #fff;
}

/*============================
intro_sec
============================*/
#intro_sec {
  color: #1C3A1C;
  background: url(../design/img/bg01.jpg) no-repeat top center;
  background-size: cover;
}
#intro_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
  padding: 95px 0 69.27px;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner {
    gap: 32px;
    padding: 70px 0 25px;
  }
}
#intro_sec .inner .sttl_f31 {
  text-align: center;
}
#intro_sec .inner .flower_icon {
  max-width: 40.77px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner .flower_icon {
    max-width: 26.91px;
  }
}
#intro_sec .inner p {
  font-size: 1.8rem;
  line-height: 2.333;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #intro_sec .inner p {
    font-size: 1.2rem;
    line-height: 2.333;
  }
}

/*============================
	mdc_sec
============================*/
#mdc_sec {
  color: #FFFAF0;
  background: url(../design/img/bg02.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #mdc_sec {
    background: url(../design/img/bg02_sp.jpg) no-repeat top center;
    background-size: cover;
  }
}
#mdc_sec .inner {
  padding: 48px 0 73px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner {
    padding: 32px 0 37px;
  }
}
#mdc_sec .inner .intro {
  margin-bottom: 81px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .intro {
    margin-bottom: 40px;
  }
}
#mdc_sec .inner .intro .sttl_f36_en {
  margin-bottom: 54.8px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .intro .sttl_f36_en {
    margin-bottom: 40px;
  }
}
#mdc_sec .inner .intro .sttl_f36_en.icon .en {
  display: inline-block;
  font-size: 3.3rem;
  line-height: 1.25;
}
#mdc_sec .inner .intro .sttl_f36_en.icon .en::before, #mdc_sec .inner .intro .sttl_f36_en.icon .en::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../design/img/sttl_icon01.svg) no-repeat;
  background-size: cover;
}
#mdc_sec .inner .intro .copy_f25 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .intro .copy_f25 {
    margin-bottom: 24px;
  }
}
#mdc_sec .inner .intro p {
  text-align: center;
}
#mdc_sec .inner .img {
  max-width: 867.93px;
  margin: 0 auto 81px;
  position: relative;
}
#mdc_sec .inner .img .cap {
  position: absolute;
  right: 0;
  bottom: 0;
}
#mdc_sec .inner .zone {
  max-width: 863px;
  margin: 0 auto;
}
#mdc_sec .inner .zone .copy_f22 {
  text-align: center;
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .copy_f22 {
    margin-bottom: 49px;
  }
}
#mdc_sec .inner .zone .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34.8px;
  padding: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .inner {
    gap: 0 33px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#mdc_sec .inner .zone .zone_img {
  width: 54.4611819235%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img {
    width: calc(50% - 17px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 48px;
  }
}
#mdc_sec .inner .zone .zone_img .img {
  width: 45.8723404255%;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img .img {
    width: 100%;
  }
}
#mdc_sec .inner .zone .zone_img .zone_text {
  width: 51.0638297872%;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6.8px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img .zone_text {
    width: 100%;
  }
}
#mdc_sec .inner .zone .zone_img .zone_text .txt_f16 {
  line-height: 1.75;
}
#mdc_sec .inner .zone .zone_img .zone_text .__sttl {
  width: 100%;
  font-size: 2.2rem;
  line-height: 1;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20.4px;
  margin-left: 19.6px;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img .zone_text .__sttl {
    font-size: 1.6rem;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mdc_sec .inner .zone .zone_img .zone_text .__sttl span {
  font-family: "Caudex", serif;
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img .zone_text .__sttl span {
    font-size: 3rem;
  }
}
#mdc_sec .inner .zone .zone_img:nth-child(2) {
  margin-left: 7.29vw;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img:nth-child(2) {
    margin-left: 0;
  }
}
#mdc_sec .inner .zone .zone_img:nth-child(3) {
  margin-left: 14.58vw;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img:nth-child(3) {
    margin-left: 0;
  }
}
#mdc_sec .inner .zone .zone_img:nth-child(4) {
  margin-left: 20.63vw;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img:nth-child(4) {
    margin-left: 0;
  }
}
#mdc_sec .inner .zone .zone_img:nth-child(5) {
  margin-left: 29.44vw;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .zone_img:nth-child(5) {
    margin-left: 0;
    margin-bottom: 16px;
  }
}
#mdc_sec .inner .zone .cap {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #mdc_sec .inner .zone .cap {
    width: 100%;
    text-align: left;
  }
}

/*============================
	symbol_sec
============================*/
#symbol_sec {
  color: #1C3A1C;
  background: url(../design/img/bg03.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 143px;
  padding-bottom: 106px;
}
@media screen and (max-width: 768px) {
  #symbol_sec {
    padding-top: 102px;
    padding-bottom: 49px;
  }
}
#symbol_sec .ttl_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  margin-bottom: 45.23px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #symbol_sec .ttl_area {
    margin-bottom: 37.45px;
    gap: 24px;
  }
}
#symbol_sec .ttl_area .flower_icon {
  max-width: 40.77px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #symbol_sec .ttl_area .flower_icon {
    max-width: 26.91px;
  }
}
#symbol_sec .fade_img01 {
  width: 79.8611111111%;
  margin-right: auto;
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #symbol_sec .fade_img01 {
    width: 100%;
    margin-bottom: 28px;
  }
}
#symbol_sec .fade_img01 .cap {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#symbol_sec .fade_img02 {
  margin-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #symbol_sec .fade_img02 {
    margin-bottom: 23.5px;
    display: block;
  }
}
#symbol_sec .fade_img02 .img {
  width: 69.5138888889%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #symbol_sec .fade_img02 .img {
    width: 100%;
  }
}
#symbol_sec .fade_img02 .cap {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#symbol_sec .txt_f16 {
  text-align: center;
  margin-bottom: 143px;
}
@media screen and (max-width: 768px) {
  #symbol_sec .txt_f16 {
    margin-bottom: 125px;
  }
}
#symbol_sec .txt_f16.mab102 {
  margin-bottom: 102px;
}
@media screen and (max-width: 768px) {
  #symbol_sec .cont {
    max-width: 266.96px;
    margin: 0 auto;
  }
}
#symbol_sec .cont .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 783px;
  margin: 0 auto;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  #symbol_sec .cont .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
#symbol_sec .cont .img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  #symbol_sec .cont .img {
    width: 100%;
  }
}
#symbol_sec .cont .img .cap {
  color: #fff;
  position: absolute;
  right: 10px;
  bottom: 15px;
}
#symbol_sec .cont .txt_f16 {
  width: 50%;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #symbol_sec .cont .txt_f16 {
    width: 100%;
    margin-bottom: 0;
    text-align: center;
  }
}/*# sourceMappingURL=design.css.map */