@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Antonio:wght@100..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media print, screen and (min-width: 992px) {
  .no_pc {
    display: none !important;
  }
}

@media print, screen and (max-width: 992px) {
  .no_sp {
    display: none !important;
  }
}

img {
  width: 100%;
}

.c_main {
  background-color: #002B43;
}

@media print, screen and (min-width: 992px) {
  .container {
    max-width: 1100px !important;
  }
}

body {
  color: #000000 !important;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
body header {
  position: fixed;
  top: 0;
  margin: 0;
  width: 100%;
  z-index: 9000;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1490196078);
  padding: 20px 20px;
}
@media print, screen and (max-width: 992px) {
  body header {
    padding: 15px 0;
  }
}
body header a {
  display: inline-block;
  text-decoration: none;
  transition: 0.5s;
}
body header a img {
  width: 200px;
}
@media print, screen and (max-width: 992px) {
  body header a img {
    width: 120px;
  }
}
body header a:hover {
  opacity: 0.7;
}
body main .fv_section {
  position: relative;
}
body main .fv_section > a {
  position: absolute;
  bottom: 8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 35%;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .fv_section > a {
    width: 85%;
    bottom: 6%;
    transform: translate(-50%, -10%);
  }
}
body main .fv_section > a:hover {
  transform: translate(-50%, -50%) scale(1.02);
}
body main .fv_section > .fv_bottom {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 80%;
}
@media print, screen and (max-width: 992px) {
  body main .fv_section > .fv_bottom {
    width: 95%;
  }
}
body main .c01_section {
  text-align: center;
  padding: 12vw 0 80px;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section {
    padding: 14vw 0 30px;
  }
}
body main .c01_section h1 {
  position: relative;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-top: 80px;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section h1 {
    font-size: 26px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
body main .c01_section h1::after {
  content: "";
  background-image: url(../images/icon_c01.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 120%);
  width: 45px;
  height: 45px;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section h1::after {
    width: 30px;
    height: 30px;
  }
}
body main .c01_section .c01_box .c01_flex {
  border-bottom: 2px solid #F49D1F;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section .c01_box .c01_flex {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
body main .c01_section .c01_box .c01_flex:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
body main .c01_section .c01_box .c01_flex > h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
body main .c01_section .c01_box .c01_flex > h2 > span {
  display: inline-block;
  width: 55px;
  height: 55px;
  color: #FFFFFF;
  background-color: #F49D1F;
  font-size: 40px;
  font-weight: bold;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section .c01_box .c01_flex > h2 > span {
    width: 43px;
    height: 43px;
    font-size: 30px;
  }
}
body main .c01_section .c01_box .c01_flex > h2 > p {
  text-align: left;
  width: calc(98% - 55px);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section .c01_box .c01_flex > h2 > p {
    width: calc(98% - 43px);
    font-size: 16px;
  }
}
body main .c01_section .c01_box .c01_flex > p {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: calc(2% + 55px);
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 992px) {
  body main .c01_section .c01_box .c01_flex > p {
    padding-left: 0;
    font-size: 12px;
  }
}
body main .c02_section {
  text-align: center;
  padding: 80px 0;
  background-color: #002B43;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section {
    padding: 40px 0;
  }
}
body main .c02_section h1 {
  color: #FFFFFF;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section h1 {
    font-size: 26px;
  }
}
body main .c02_section .c02_txt {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_txt {
    font-size: 16px;
  }
}
body main .c02_section .c02_txt > span {
  color: #F49D1F;
}
body main .c02_section .c02_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  row-gap: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex {
    margin-top: 20px;
    row-gap: 20px;
  }
}
body main .c02_section .c02_flex .c02_sub {
  width: 47%;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex .c02_sub {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #FFFFFF;
  }
  body main .c02_section .c02_flex .c02_sub:last-of-type {
    padding-bottom: 0;
    border: none;
  }
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt {
  width: 67%;
  color: #FFFFFF;
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h5 {
  font-size: 100px;
  font-weight: 500;
  font-family: "Antonio", sans-serif;
  opacity: 0.25;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h5 {
    font-size: 80px;
  }
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h3 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
  transform: translateY(-60%);
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h3 {
    font-size: 16px;
    line-height: 1;
    transform: translateY(-40%);
  }
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h3 > .t_name {
  font-size: 22px;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h3 > .t_name {
    font-size: 18px;
  }
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_txt > h3 > .t_number {
  font-size: 26px;
}
body main .c02_section .c02_flex .c02_sub .c02_sub_flex .c02_sub_img {
  width: 31%;
}
body main .c02_section .c02_flex .c02_sub .c02_sub_detail {
  text-align: left;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.2rem;
}
@media print, screen and (max-width: 992px) {
  body main .c02_section .c02_flex .c02_sub .c02_sub_detail {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
body main .c02_section .c02_flex .c02_sub .c02_sub_detail > span {
  color: #F49D1F;
}
body main .c03_section {
  position: relative;
  text-align: center;
  padding: 80px 0 40vw;
  background-image: url(../images/bg_c03.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section {
    padding: 40px 0 40vw;
  }
}
body main .c03_section h1 {
  position: relative;
  color: #002B43;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  background: linear-gradient(transparent 70%, rgba(244, 157, 31, 0.3) 0);
}
@media print, screen and (max-width: 992px) {
  body main .c03_section h1 {
    display: inline-block;
    font-size: 26px;
    background: linear-gradient(transparent 80%, rgba(244, 157, 31, 0.3) 0);
    margin-bottom: 20px;
  }
}
body main .c03_section h1::before {
  content: "";
  background-image: url(../images/icon_c03.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 0%;
  left: 58%;
  transform: translateY(-55%);
  width: 50px;
  height: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section h1::before {
    top: 65%;
    left: 0%;
    transform: translateY(-55%) rotate(-55deg);
    width: 35px;
    height: 35px;
  }
}
body main .c03_section .c03_flex {
  display: flex;
  flex-wrap: wrap;
}
body main .c03_section .c03_flex.flex_end {
  justify-content: flex-end;
}
body main .c03_section .c03_flex > div {
  text-align: left;
  width: 65%;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
  }
}
body main .c03_section .c03_flex > div > h5 {
  font-size: 100px;
  font-weight: 500;
  font-family: "Antonio", sans-serif;
  color: #002B43;
  opacity: 0.15;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div > h5 {
    font-size: 80px;
    opacity: 0.05;
  }
}
body main .c03_section .c03_flex > div > h3 {
  color: #002B43;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
  transform: translateY(-70%);
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div > h3 {
    font-size: 20px;
    line-height: 1.5;
    transform: translateY(-40%);
  }
}
body main .c03_section .c03_flex > div > ul {
  margin: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div > ul {
    text-align: left;
  }
}
body main .c03_section .c03_flex > div > ul > li {
  color: #002B43;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.02rem;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div > ul > li {
    font-size: 12px;
  }
}
body main .c03_section .c03_flex > div > ul > li.t_small {
  list-style: none;
  margin-left: -2rem;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_flex > div > ul > li.t_small {
    font-size: 10px;
    line-height: 1.6;
    margin-left: -1rem;
  }
}
body main .c03_section .c03_01_img {
  position: absolute;
  top: 10%;
  right: 0;
  width: 30%;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_01_img {
    top: 41%;
  }
}
body main .c03_section .c03_02_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .c03_section .c03_02_img {
    top: 73%;
    left: auto;
    right: 0;
  }
}
body main .c04_section {
  position: relative;
  text-align: center;
  padding: 80px 0 260px;
  background-color: #F49D1F;
}
@media print, screen and (max-width: 992px) {
  body main .c04_section {
    padding: 40px 0 140px;
  }
}
body main .c04_section h1 {
  position: relative;
  display: inline-block;
  color: #002B43;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  background: linear-gradient(transparent 70%, rgba(244, 157, 31, 0.3) 0);
}
@media print, screen and (max-width: 992px) {
  body main .c04_section h1 {
    display: inline-block;
    font-size: 26px;
    background: linear-gradient(transparent 80%, rgba(244, 157, 31, 0.3) 0);
    margin-bottom: 20px;
  }
}
body main .c04_section h1::before {
  content: "";
  background-image: url(../images/icon_c04_l.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  left: -8%;
  transform: translateY(-45%);
  width: 50px;
  height: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c04_section h1::before {
    content: none;
  }
}
body main .c04_section h1::after {
  content: "";
  background-image: url(../images/icon_c04_r.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 50%;
  right: -8%;
  transform: translateY(-45%);
  width: 50px;
  height: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c04_section h1::after {
    content: none;
  }
}
body main .c04_section ul {
  text-align: left;
  list-style-type: disc;
  list-style-position: outside;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 650px !important;
}
body main .c04_section ul > li {
  color: #002B43;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02rem;
}
@media print, screen and (max-width: 992px) {
  body main .c04_section ul > li {
    font-size: 14px;
  }
}
body main .c04_section ul > li::marker {
  color: #FFFFFF;
}
body main .c04_section > img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 25%);
  max-width: 1200px;
  z-index: 2;
}
body main .c05_section {
  position: relative;
  text-align: center;
  padding: 14vw 0 14vw;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section {
    padding: 20vw 0 0px;
  }
}
body main .c05_section h1 {
  position: relative;
  color: #002B43;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 40px;
  background: linear-gradient(transparent 70%, rgba(244, 157, 31, 0.3) 0);
}
@media print, screen and (max-width: 992px) {
  body main .c05_section h1 {
    display: inline-block;
    font-size: 26px;
    background: linear-gradient(transparent 80%, rgba(244, 157, 31, 0.3) 0);
    margin-bottom: 20px;
  }
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box {
    padding-bottom: 40px;
  }
}
body main .c05_section .c05_box > div {
  position: relative;
  margin-bottom: 60px;
}
body main .c05_section .c05_box > div::after {
  content: "";
  background-image: url(../images/icon_c05_pc.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  width: 5px;
  height: 60px;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div::after {
    background-image: url(../images/icon_c05_sp.svg);
    width: 4px;
    height: 35px;
  }
}
body main .c05_section .c05_box > div:last-of-type {
  margin-bottom: 0px;
}
body main .c05_section .c05_box > div:last-of-type::after {
  content: none;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
  }
}
body main .c05_section .c05_box > div > h5 {
  font-size: 100px;
  font-weight: 500;
  font-family: "Antonio", sans-serif;
  color: #F49D1F;
  opacity: 0.3;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div > h5 {
    font-size: 80px;
    opacity: 0.2;
  }
}
body main .c05_section .c05_box > div > h3 {
  color: #002B43;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.02rem;
  line-height: 1.5;
  margin-bottom: 0;
  transform: translateY(-30px);
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div > h3 {
    font-size: 18px;
    line-height: 1.5;
    transform: translateY(-40%);
  }
}
body main .c05_section .c05_box > div > a {
  display: inline-block;
  width: 35%;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div > a {
    width: 85%;
  }
}
body main .c05_section .c05_box > div > a:hover {
  transform: scale(1.02);
}
body main .c05_section .c05_box > div > p {
  color: #002B43;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.02rem;
  margin-bottom: 0;
  padding-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_box > div > p {
    font-size: 12px;
  }
}
body main .c05_section .c05_01_img {
  position: absolute;
  top: 22%;
  right: 0;
  width: 25%;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_01_img {
    top: 28%;
  }
}
body main .c05_section .c05_02_img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 25%;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_02_img {
    top: 55%;
  }
}
body main .c05_section .c05_03_img {
  position: absolute;
  bottom: 6%;
  right: 0;
  width: 25%;
  z-index: -1;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_03_img {
    bottom: 11%;
    transform: translateY(50%);
    z-index: 3;
  }
}
body main .c05_section .c05_ab {
  position: relative;
  z-index: 2;
  background-color: #F49D1F;
  padding: 20px 0 12vw;
}
@media print, screen and (min-width: 992px) {
  body main .c05_section .c05_ab {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    border-radius: 24px;
    padding: 40px 0 80px;
  }
}
body main .c05_section .c05_ab > h2 {
  color: #002B43;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 0.02rem;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_ab > h2 {
    font-size: 22px;
    line-height: 1.4;
  }
}
body main .c05_section .c05_ab > a {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 45%;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .c05_section .c05_ab > a {
    width: 85%;
  }
}
body main .c05_section .c05_ab > a:hover {
  transform: translate(-50%, 50%) scale(1.02);
}
body main .c06_section {
  text-align: center;
  padding: 14vw 0 8vw;
  background-color: #002B43;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section {
    padding: 20vw 0;
  }
}
body main .c06_section h1 {
  color: #FFFFFF;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section h1 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
body main .c06_section .c06_txt {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_txt {
    font-size: 16px;
  }
}
body main .c06_section .c06_box {
  margin-top: 40px;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box {
    margin-top: 20px;
  }
}
body main .c06_section .c06_box .c06_flex {
  color: #FFFFFF;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box .c06_flex {
    margin-bottom: 30px;
  }
}
body main .c06_section .c06_box .c06_flex:last-of-type {
  margin-bottom: 0;
  border: none;
}
body main .c06_section .c06_box .c06_flex > h2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box .c06_flex > h2 {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
body main .c06_section .c06_box .c06_flex > h2 > span {
  display: inline-block;
  width: 55px;
  height: 55px;
  color: #FFFFFF;
  background-color: #F49D1F;
  border-radius: 15px;
  font-size: 45px;
  font-weight: 500;
  font-family: "Afacad", sans-serif;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box .c06_flex > h2 > span {
    width: 43px;
    height: 43px;
    font-size: 36px;
  }
}
body main .c06_section .c06_box .c06_flex > h2 > p {
  position: relative;
  text-align: left;
  width: calc(98% - 55px);
  margin-bottom: 0;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.1rem;
  line-height: 1.4;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box .c06_flex > h2 > p {
    width: calc(98% - 43px);
    font-size: 18px;
  }
}
@media print, screen and (min-width: 992px) {
  body main .c06_section .c06_box .c06_flex > h2 > p::after {
    content: "";
    position: absolute;
    bottom: -30%;
    left: 0;
    background-color: #FFFFFF;
    width: 100%;
    height: 1px;
  }
}
body main .c06_section .c06_box .c06_flex > p {
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.1rem;
  padding-left: calc(2% + 55px);
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_box .c06_flex > p {
    padding-left: 0;
    font-size: 12px;
  }
}
body main .c06_section .c06_day {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 40px 0 60px;
  margin-top: 80px;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_day {
    padding: 20px 0 10vw;
    margin-top: 30px;
  }
}
body main .c06_section .c06_day > h2 {
  color: #002B43;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.02rem;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_day > h2 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
}
body main .c06_section .c06_day > p {
  color: #002B43;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_day > p {
    font-size: 14px;
  }
}
body main .c06_section .c06_day > a {
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 45%;
  transition: 0.5s;
}
@media print, screen and (max-width: 992px) {
  body main .c06_section .c06_day > a {
    width: 85%;
  }
}
body main .c06_section .c06_day > a:hover {
  transform: translate(-50%, 50%) scale(1.02);
}
body main .c07_section {
  text-align: center;
  padding: 80px 0;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section {
    padding: 30px 0;
  }
}
@media print, screen and (min-width: 992px) {
  body main .c07_section > .container {
    max-width: 650px !important;
  }
}
body main .c07_section > .container h1 {
  color: #002B43;
  font-size: 55px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
body main .c07_section > .container .c07_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #002B43;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex {
    justify-content: center;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
body main .c07_section > .container .c07_flex > p {
  width: 47%;
  text-align: left;
  color: #002B43;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex > p {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
body main .c07_section > .container .c07_flex > ul {
  width: 47%;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex > ul {
    width: 70%;
    margin: 0 40px;
  }
}
body main .c07_section > .container .c07_flex > ul > li {
  display: flex;
  flex-wrap: wrap;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex > ul > li {
    font-size: 14px;
  }
}
body main .c07_section > .container .c07_flex > ul > li > span {
  display: inline-block;
}
body main .c07_section > .container .c07_flex > ul > li > span:first-child {
  width: 40%;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex > ul > li > span:first-child {
    width: 30%;
  }
}
body main .c07_section > .container .c07_flex > ul > li > span:last-child {
  width: 60%;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container .c07_flex > ul > li > span:last-child {
    width: 70%;
  }
}
body main .c07_section > .container > h2 {
  color: #F49D1F;
  font-size: 35px;
  font-weight: bold;
  letter-spacing: 0.5rem;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container > h2 {
    font-size: 22px;
    letter-spacing: 0.3rem;
    margin-bottom: 10px;
  }
}
body main .c07_section > .container > p {
  color: #002B43;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
}
@media print, screen and (max-width: 992px) {
  body main .c07_section > .container > p {
    font-size: 14px;
  }
}
body .fix_section {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  text-align: center;
  padding: 20px 0 10px;
}
body .fix_section > a {
  display: inline-block;
  width: 85%;
}
body footer {
  color: #FFFFFF;
  background-color: #000000;
  text-align: center;
  padding: 60px 0;
}
@media print, screen and (max-width: 992px) {
  body footer {
    padding: 30px 0 120px;
  }
}
body footer h1 {
  color: #FFFFFF;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.5;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 992px) {
  body footer h1 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
body footer p {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.1rem;
  margin-bottom: 0;
}
@media print, screen and (max-width: 992px) {
  body footer p {
    font-size: 14px;
  }
}