@charset "UTF-8";
/**
 *
 * index: トップページ
 *
*/
/*----------------------------
	ツール
-----------------------------*/
.calendar iframe {
  width: 100%;
  aspect-ratio: 3/2;
}

@media all and (min-width: 768px) {
  .calendar iframe {
    aspect-ratio: 3/4;
  }
}
/*----------------------------
	Keyvisual
-----------------------------*/
#Keyvisual {
  width: 100%;
  height: 77.65625vw;
  position: relative;
  z-index: 100;
  padding: 0;
  background: url("../images/mvbg_pc.png") no-repeat top center/cover;
}
#Keyvisual #MvChara {
  position: absolute;
  width: 100%;
  top: -3.1522468142%;
  left: 0;
  /*width: getSizePercent(2020, 1920);
  top: getSizePercent(-47, 1240);
  left: getSizePercent(-48, 1920);*/
}
#Keyvisual #MvCache2 {
  position: absolute;
  width: 39.0104166667%;
  top: 83.6351441985%;
  left: 24.5833333333%;
}
#Keyvisual #MvXbtn {
  position: absolute;
  width: 9.84375%;
  top: 80.5499664655%;
  left: 62.8125%;
}
@media screen and (min-width: 1025px) {
  #Keyvisual #MvXbtn:hover {
    opacity: 1;
    filter: brightness(110%);
  }
}
#Keyvisual #MvLinkbtn {
  position: absolute;
  width: 36.4583333333%;
  top: 58.8195841717%;
  left: 31.7708333333%;
}
#Keyvisual #MvLinkbtn .src_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Keyvisual #MvLinkbtn:hover {
    opacity: 1;
  }
  #Keyvisual #MvLinkbtn:hover .src_active {
    opacity: 1;
  }
}
#Keyvisual #MvTitle {
  position: absolute;
  width: 66.40625%;
  top: 26.8947015426%;
  left: 27.65625%;
}
#Keyvisual #MvCache {
  position: absolute;
  width: 26.5625%;
  top: 5.0301810865%;
  left: 0.3125%;
}
#Keyvisual #MvLogo {
  position: absolute;
  width: 34.1666666667%;
  top: 33.7357478203%;
  left: 9.7395833333%;
}
#Keyvisual #MakerLogo {
  position: absolute;
  width: 11.4583333333%;
  top: 1.3413816231%;
  left: 1.9791666667%;
}
#Keyvisual .btn_group {
  position: absolute;
  width: 100vw;
  top: 61.7035546613%;
  left: 0;
  justify-content: center;
}
#Keyvisual .btn_group::after {
  content: "";
  position: absolute;
  background: url("../images/mv_end.png") no-repeat center center/100%;
  width: 100%;
  height: 90%;
  top: 5%;
  left: 0;
}
#Keyvisual .btn_group .linkbtn {
  width: 29.5833333333%;
}
#Keyvisual .btn_group .linkbtn.end {
  pointer-events: none;
}
#Keyvisual .btn_group .linkbtn .src_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Keyvisual .btn_group .linkbtn:hover {
    opacity: 1;
  }
  #Keyvisual .btn_group .linkbtn:hover .src_active {
    opacity: 1;
  }
}

@media all and (max-width: 1024px) {
  #Keyvisual {
    height: 200vw;
    background: url("../images/mvbg_sp.png") no-repeat top center/cover;
  }
  #Keyvisual #MvChara {
    width: 179.7333333333%;
    top: 0;
    left: -40%;
    /*width: getSizePercent(1418, 750);
    top: 0;
    left: getSizePercent(-334, 750);*/
  }
  #Keyvisual #MvCache2 {
    width: 63.3333333333%;
    top: 89.8%;
    left: 9.8666666667%;
  }
  #Keyvisual #MvXbtn {
    width: 16%;
    top: 87.8666666667%;
    left: 74.2666666667%;
  }
  #Keyvisual #MvLinkbtn {
    width: 66.6666666667%;
    top: 74.8%;
    left: 16.6666666667%;
  }
  #Keyvisual #MvTitle {
    width: 115.8666666667%;
    top: 54.3333333333%;
    left: -16.5333333333%;
  }
  #Keyvisual #MvCache {
    width: 102.6666666667%;
    top: 23.2%;
    left: -2.1333333333%;
  }
  #Keyvisual #MvLogo {
    width: 69.4666666667%;
    top: 35.6%;
    left: 15.8666666667%;
  }
  #Keyvisual #MakerLogo {
    width: 21.3333333333%;
    top: 1.3333333333%;
    left: 2.6666666667%;
  }
  #Keyvisual .btn_group {
    top: 76.3333333333%;
  }
  #Keyvisual .btn_group::after {
    content: "";
    position: absolute;
    background: url("../images/mv_end_sp.png") no-repeat center center/100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  #Keyvisual .btn_group .linkbtn {
    width: 47vw;
  }
}
/*----------------------------
	AddEvent
-----------------------------*/
#AddEvent {
  padding-top: 6vw;
  background: url("../images/addevent_bg.jpg") no-repeat top center;
  background-size: cover;
  margin-top: -100px;
}
#AddEvent .section_title {
  width: 100%;
  margin: 0;
}
#AddEvent .accordion_dd {
  z-index: 1;
  position: relative;
  background: linear-gradient(70deg, #ff981d 0%, #ffe501 20%, #ff4200 40%, #ff981d 60%, #ffe501 80%, #ff4200 100%);
  padding: 4px;
}
#AddEvent .accordion_dd .accordion_inner {
  background: url("../images/event_schedule_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 29px;
}
#AddEvent .accordion_dd .accordion_inner .header {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
#AddEvent .accordion_dd .accordion_inner .header .schedule_office {
  margin-left: 20px;
  margin-top: 15px;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list {
  display: flex;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule {
  width: 100%;
  background: linear-gradient(70deg, #ff981d 0%, #ffe501 20%, #ff4200 40%, #ff981d 60%, #ffe501 80%, #ff4200 100%);
  padding: 4px;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner {
  background: #effbff;
  height: 100%;
  padding: 30px;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place {
  width: 301px;
  margin: 0 auto 10px auto;
  position: relative;
}
@media screen and (min-width: 1025px) {
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place:hover {
    opacity: 0.5;
  }
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_number {
  width: 423px;
  margin: 0 auto;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_time {
  width: 664px;
  margin: 0 auto;
}
#AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_badge {
  position: absolute;
  width: 200px;
  top: 16px;
  left: -6px;
}
#AddEvent .attention {
  margin-top: 20px;
  font-size: 17px;
  line-height: 23px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0px 0px 5px rgb(0, 0, 0);
}
#AddEvent .attention .desc_list .desc {
  margin-bottom: 5px;
}
#AddEvent .attention .desc_list .desc:last-child {
  margin-bottom: 0;
}
#AddEvent .attention .desc_list .desc .list_icon {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-top: 9px;
  margin-left: 5px;
}
#AddEvent .attention .desc_list .desc .list_text {
  width: calc(100% - 16px);
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_badge {
    width: 148px;
    top: 0px;
    left: -11px;
  }
}
@media all and (max-width: 1024px) {
  #AddEvent {
    padding-top: 9vw;
    margin-top: -10vw;
  }
  #AddEvent .accordion_dd {
    padding: 0.5vw;
  }
  #AddEvent .accordion_dd .accordion_inner {
    padding: 3vw;
  }
  #AddEvent .accordion_dd .accordion_inner .header {
    display: block;
    margin-bottom: 2vw;
  }
  #AddEvent .accordion_dd .accordion_inner .header .schedule_title {
    width: 38vw;
    margin: 0 auto 2vw auto;
  }
  #AddEvent .accordion_dd .accordion_inner .header .schedule_office {
    width: 38vw;
    margin: 0 auto;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule {
    padding: 0.5vw;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner {
    padding: 4vw;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place {
    width: 40vw;
    margin: 0 auto 1.3333333333vw auto;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_number {
    width: 57.6vw;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_time {
    width: 50vw;
  }
  #AddEvent .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_badge {
    width: 26vw;
    top: 2vw;
    left: -1vw;
  }
  #AddEvent .attention {
    margin-top: 2vw;
    font-size: 2.6vw;
    line-height: 3.6vw;
    text-shadow: 0px 0px 1vw rgb(0, 0, 0);
  }
  #AddEvent .attention .desc_list .desc {
    margin-bottom: 1vw;
  }
  #AddEvent .attention .desc_list .desc:last-child {
    margin-bottom: 0;
  }
  #AddEvent .attention .desc_list .desc .list_icon {
    width: 0.6vw;
    height: 0.6vw;
    margin-top: 1.3vw;
    margin-left: 0.8vw;
  }
  #AddEvent .attention .desc_list .desc .list_text {
    width: calc(100% - 2.8vw);
  }
}
/*----------------------------
	Event
-----------------------------*/
#Event {
  background: url("../images/event_bg.jpg") no-repeat center center;
  background-size: cover;
  margin-top: -100px;
}
#Event .btn_group {
  background: url("../images/application_obj2.png") no-repeat center center/cover;
  padding: 6vw 0;
  position: absolute;
  width: 100vw;
  top: -6vw;
  left: 0;
  justify-content: center;
}
#Event .btn_group .linkbtn {
  width: 400px;
}
#Event .btn_group .linkbtn .src_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Event .btn_group .linkbtn:hover {
    opacity: 1;
  }
  #Event .btn_group .linkbtn:hover .src_active {
    opacity: 1;
  }
}
#Event .section_chara1 {
  position: absolute;
  width: 357px;
  bottom: -100px;
  left: -268px;
  z-index: 10;
}
#Event .accordion {
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}
#Event .accordion .accordion_dt {
  position: relative;
  z-index: 10;
  margin-bottom: 10px;
}
#Event .accordion .accordion_dt .hoverbtn {
  position: relative;
}
#Event .accordion .accordion_dt .hoverbtn figure {
  position: relative;
}
#Event .accordion .accordion_dt .hoverbtn .pulldown {
  position: absolute;
  top: 26%;
  right: 4%;
  width: 4.5%;
}
@media screen and (min-width: 1025px) {
  #Event .accordion .accordion_dt .hoverbtn:hover {
    opacity: 1;
    filter: brightness(200%);
  }
}
#Event .accordion .accordion_dt.active .hoverbtn .pulldown {
  transform: rotateZ(-180deg);
}
#Event .accordion .accordion_dd {
  z-index: 1;
  position: relative;
  background: linear-gradient(70deg, #ff981d 0%, #ffe501 20%, #ff4200 40%, #ff981d 60%, #ffe501 80%, #ff4200 100%);
  padding: 4px;
}
#Event .accordion .accordion_dd .accordion_inner {
  background: url("../images/event_schedule_bg.jpg") no-repeat top center;
  background-size: cover;
  padding: 29px;
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list {
  display: flex;
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule {
  width: calc(50% - 15px);
  background: linear-gradient(70deg, #ff981d 0%, #ffe501 20%, #ff4200 40%, #ff981d 60%, #ffe501 80%, #ff4200 100%);
  padding: 4px;
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner {
  background: #effbff;
  height: 100%;
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place {
  margin: 0 auto;
  position: relative;
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place img {
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place .src_active {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (min-width: 1025px) {
  #Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place:hover {
    opacity: 1;
  }
  #Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place:hover img {
    opacity: 0;
  }
  #Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule .schedule_inner .schedule_place:hover .src_active {
    opacity: 1;
  }
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  #Event .section_chara1 {
    width: 320px;
    left: -235px;
  }
}
@media all and (max-width: 1024px) {
  #Event {
    margin-top: -13vw;
  }
  #Event .btn_group {
    padding: 6vw 0;
    top: -6vw;
  }
  #Event .btn_group .linkbtn {
    width: 47vw;
  }
  #Event .section_chara1 {
    width: 35vw;
    left: auto;
    right: 0;
    bottom: auto;
    top: 1vw;
    z-index: 1;
  }
  #Event .accordion {
    margin-bottom: 2vw;
  }
  #Event .accordion .accordion_dt {
    margin-bottom: 1vw;
  }
  #Event .accordion .accordion_dt .hoverbtn .pulldown {
    width: 5vw;
    top: 2.2vw;
    right: 5vw;
  }
  #Event .accordion .accordion_dd {
    padding: 0.5vw;
  }
  #Event .accordion .accordion_dd .accordion_inner {
    padding: 1vw;
  }
  #Event .accordion .accordion_dd .accordion_inner .schedule_list .schedule {
    padding: 0.5vw;
    width: calc(50% - 0.5vw);
  }
}
/*----------------------------
	Precaution
-----------------------------*/
#Precaution {
  background: url("../images/precaution_bg.jpg") no-repeat bottom center;
  background-size: cover;
  margin-top: -100px;
  padding-bottom: 7vw;
}
#Precaution .section_chara1 {
  position: absolute;
  width: 405px;
  bottom: -120px;
  right: -184px;
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  #Precaution .section_chara1 {
    width: 362px;
    right: -160px;
  }
}
@media all and (max-width: 1024px) {
  #Precaution {
    margin-top: -10vw;
  }
  #Precaution .section_chara1 {
    width: 40vw;
    left: auto;
    right: -1vw;
    bottom: auto;
    top: -2vw;
  }
}
/*----------------------------
	Application
-----------------------------*/
#Application {
  background: url("../images/application_bg.jpg") no-repeat top center;
  background-size: cover;
  margin-top: -100px;
}
#Application .section_chara1 {
  position: absolute;
  width: 373px;
  bottom: -332px;
  left: -304px;
}
#Application .section_chara2 {
  position: absolute;
  width: 419px;
  bottom: -90px;
  right: -242px;
}

@media all and (min-width: 1025px) and (max-width: 1279px) {
  #Application .section_chara1 {
    width: 333px;
    left: -265px;
    bottom: -289px;
  }
  #Application .section_chara2 {
    width: 374px;
    right: -208px;
    bottom: -55px;
  }
}
@media all and (max-width: 1024px) {
  #Application {
    margin-top: -10vw;
  }
  #Application .section_chara1 {
    display: none;
  }
  #Application .section_chara2 {
    width: 36vw;
    left: auto;
    right: -1vw;
    bottom: auto;
    top: -0.5vw;
  }
}
/*----------------------------
	FLow
-----------------------------*/
#BtnGroup {
  padding: 30px 0;
}
#BtnGroup .btn_group_list {
  gap: 20px;
  justify-content: center;
}
#BtnGroup .btn_group_list .btn {
  width: calc(33.3% - 14px);
}
#BtnGroup .btn_group_list .btn a {
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgb(138, 211, 113) 0%, rgb(13, 151, 16) 15%, rgb(13, 151, 16) 90%, rgb(98, 177, 56) 100%);
  border-radius: 50px;
  color: #fff;
  padding: 13px;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0;
  border: 2px solid #078b0c;
}

@media all and (max-width: 1024px) {
  #BtnGroup {
    padding: 3vw 0;
  }
  #BtnGroup .btn_group_list {
    gap: 2vw;
  }
  #BtnGroup .btn_group_list .btn {
    width: calc(33.3% - 1.5vw);
  }
  #BtnGroup .btn_group_list .btn a {
    padding: 1vw;
    font-size: 3.5vw;
    border: 0.3vw solid #078b0c;
  }
}
/*----------------------------
	FLow
-----------------------------*/
#FLow .steps_container {
  display: flex;
  gap: 70px;
  justify-content: center;
}
#FLow .step_circle {
  width: 200px;
  height: 200px;
  position: relative;
}
#FLow .step_circle_group {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 4px solid #46a354;
  overflow: hidden;
}
#FLow .step_circle::before {
  content: "";
  position: absolute;
  top: calc(50% - 36px);
  right: -61px;
  width: 48px;
  height: 72px;
  background: url("../images/flow_arrow.png") no-repeat center center;
  background-size: 100%;
}
#FLow .step_circle:last-child::before {
  display: none;
}
#FLow .step_top {
  height: 50%;
  background: #46a354;
  display: flex;
  align-items: center;
  justify-content: center;
}
#FLow .step_bottom {
  height: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
#FLow .step_number {
  color: white;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
#FLow .step_title {
  color: #46a354;
  font-size: 2rem;
  font-weight: bold;
  margin-top: -1.2rem;
}

@media all and (max-width: 1024px) {
  #FLow .steps_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 5vw;
    margin: 0 auto;
  }
  #FLow .step_circle:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  #FLow .step_circle:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  #FLow .step_circle:nth-child(3) {
    grid-column: 1/-1;
    grid-row: 2;
    justify-self: center;
  }
  #FLow .step_circle {
    width: 30vw;
    height: 30vw;
    margin: 0 auto;
  }
  #FLow .step_circle_group {
    border: 1vw solid #46a354;
  }
  #FLow .step_circle::before {
    top: calc(50% - 8.5vw);
    right: -14.5vw;
    width: 10vw;
    height: 15vw;
  }
  #FLow .step_circle:nth-child(2):before {
    top: auto;
    bottom: -9.5vw;
    right: auto;
    left: -3vw;
    transform: rotate(125deg);
  }
  #FLow .step_number {
    font-size: 5vw;
    margin-top: 1.5vw;
  }
  #FLow .step_title {
    font-size: 5vw;
    margin-top: -3.5vw;
  }
}
/*----------------------------
	Speedy
-----------------------------*/
#Speedy .speedys_container {
  position: relative;
  display: flex;
  gap: 30px;
  justify-content: center;
}
#Speedy .speedy_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#Speedy .speedy_image {
  width: 140%;
}
#Speedy .list_icon {
  width: 20px;
  height: 20px;
  background-color: #46a354;
  border-radius: 50%;
  margin-top: 6px;
}
#Speedy .speedy_list li p {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 500;
  letter-spacing: 0;
  width: calc(100% - 28px);
}

@media all and (max-width: 1024px) {
  #Speedy .sales_title {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 0 0 auto;
  }
  #Speedy .sales_label {
    right: auto;
    left: 0;
    top: 1vw;
  }
  #Speedy .speedys_container {
    display: block;
    gap: unset;
  }
  #Speedy .speedy_list {
    gap: 4vw;
  }
  #Speedy .speedy_image {
    width: 100%;
    margin-bottom: 4vw;
  }
  #Speedy .list_icon {
    width: 3vw;
    height: 3vw;
    margin-top: 1vw;
  }
  #Speedy .speedy_list li p {
    font-size: 3.5vw;
    line-height: 5vw;
    width: calc(100% - 4.2vw);
  }
}
/*----------------------------
	Discount
-----------------------------*/
#Discount .discount_container {
  position: relative;
}
#Discount .discount_title {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  width: 400px;
  background: #46a354;
  padding: 10px 10px 12px 10px;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto 25px auto;
}
#Discount .discount_list {
  display: flex;
  gap: 15px;
  justify-content: center;
  align-items: center;
}
#Discount .attention_content {
  gap: 10px;
  margin-top: 15px;
}
#Discount .attention_content h4 {
  font-size: 1rem;
}
#Discount .attention_l, #Discount .attention_r {
  width: calc(50% - 5px);
}
#Discount .attention_list li {
  justify-content: flex-start;
  font-size: 0.9rem;
  line-height: 1.3rem;
  font-weight: 500;
  letter-spacing: 0;
}

@media all and (max-width: 1024px) {
  #Discount .sales_label {
    top: 1.5vw;
  }
  #Discount .discount_title {
    font-size: 5vw;
    width: 50vw;
    padding: 1.2vw 1.2vw 2vw 1.2vw;
    border-radius: 30px;
    margin: 0 auto 4vw auto;
  }
  #Discount .discount_list {
    width: 70vw;
    margin: 0 auto;
    display: block;
  }
  #Discount .discount_icon {
    width: 6vw;
    margin: 2vw auto;
  }
  #Discount .attention_content {
    gap: 2vw;
    margin-top: 2vw;
  }
  #Discount .attention_content h4 {
    font-size: 3vw;
  }
  #Discount .attention_l, #Discount .attention_r {
    width: 100%;
  }
  #Discount .attention_list li {
    font-size: 3vw;
    line-height: 4vw;
  }
}
/*----------------------------
	Notice
-----------------------------*/
#Notice .notices_title {
  font-size: 1.8rem;
  line-height: 1.8rem;
  font-weight: 700;
  text-align: left;
  margin-bottom: 30px;
  display: inline-flex;
  align-items: center;
}
#Notice .notices_title::before {
  content: "";
  width: 5px;
  height: 1.8rem;
  background-color: #46a354;
  margin-right: 15px;
}
#Notice .notices_grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
#Notice .notice_box {
  background: #ffd669;
  border-radius: 10px;
  padding: 20px 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  width: 100%;
}
#Notice .notice_box h4 {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}
#Notice .notice_box p {
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

@media all and (max-width: 1024px) {
  #Notice .notices_title {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
  #Notice .notices_title::before {
    content: "";
    width: 1vw;
    height: 5vw;
    margin-right: 2vw;
  }
  #Notice .notices_grid {
    gap: 2vw;
  }
  #Notice .notice_box {
    border-radius: 2vw;
    padding: 3vw 4vw;
  }
  #Notice .notice_box h4 {
    font-size: 4vw;
    line-height: 5vw;
  }
  #Notice .notice_box p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
/*----------------------------
	Contact
-----------------------------*/
#Contact {
  padding: 0;
}
#Contact .contact_header {
  margin-bottom: 15px;
}
#Contact .contact_icon {
  font-size: 1.8rem;
  margin-right: 8px;
  font-weight: bold;
  display: inline;
}
#Contact .contact_title {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline;
}
#Contact .contact_description {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}

@media all and (max-width: 1024px) {
  #Contact {
    padding: 0;
  }
  #Contact .contact_header {
    margin-bottom: 2vw;
  }
  #Contact .contact_icon {
    font-size: 5vw;
    margin-right: 1vw;
  }
  #Contact .contact_title {
    font-size: 5vw;
  }
  #Contact .contact_description {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
/*# sourceMappingURL=index.css.map */1.4rem;
  font-weight: 700;
  letter-spacing: 0;
}

#Notice .notice_box p {
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 500;
}

@media all and (max-width: 1024px) {
  #Notice .notices_title {
    font-size: 5vw;
    line-height: 5vw;
    margin-bottom: 4vw;
  }
  #Notice .notices_title::before {
    content: '';
    width: 1vw;
    height: 5vw;
    margin-right: 2vw;
  }
  #Notice .notices_grid {
    gap: 2vw;
  }
  #Notice .notice_box {
    border-radius: 2vw;
    padding: 3vw 4vw;
  }
  #Notice .notice_box h4 {
    font-size: 4vw;
    line-height: 5vw;
  }
  #Notice .notice_box p {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}

/*----------------------------
	Contact
-----------------------------*/
#Contact {
  padding: 0;
}

#Contact .contact_header {
  margin-bottom: 15px;
}

#Contact .contact_icon {
  font-size: 1.8rem;
  margin-right: 8px;
  font-weight: bold;
  display: inline;
}

#Contact .contact_title {
  font-size: 1.8rem;
  font-weight: 600;
  display: inline;
}

#Contact .contact_description {
  font-size: 1.1rem;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0;
}

@media all and (max-width: 1024px) {
  #Contact {
    padding: 0;
  }
  #Contact .contact_header {
    margin-bottom: 2vw;
  }
  #Contact .contact_icon {
    font-size: 5vw;
    margin-right: 1vw;
  }
  #Contact .contact_title {
    font-size: 5vw;
  }
  #Contact .contact_description {
    font-size: 3.5vw;
    line-height: 5vw;
  }
}
