/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/top/mv_bg.webp);
  height: 110rem;
  background-color: #ffe33f;
  position: relative;
}
.mv_bnr {
  position: absolute;
  top: 4.5rem;
  right: 4.5rem;
  width: 34.5rem;
}
.mv .container {
  height: 100%;
}
.mv_contents {
  padding-top: 7rem;
}
.mv_contents .mv_text .ja {
  font-size: 7.6rem;
  letter-spacing: .1em;
  font-weight: bold;
  color: #004795;
}
.red {
  color: #e50012;
}
.mv_text {
  text-align: center;
}
.mv_contents .mv_text .ja span {
  line-height: 9.7rem;
  padding: 0 1rem;
}
.mv_contents .mv_text .ja span + span {
  margin-top: .8rem;
}
.mv_contents .mv_text .en {
  width: 87.6rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .mv {
    background-image: url(../img/top/mv_bg_s.webp);
    background-position: center;
    height: calc(100vh - 6rem);
  }
  .mv_bnr {
    top: auto;
    bottom: 3rem;
    right: 50%;
    transform: translateX(50%);
    width: 60%;
  }
  .mv_contents {
    padding-top: 2rem;
  }
  .mv_contents .mv_text .ja {
    font-size: 3.5rem;
    line-height: 3.9rem;
  }
  .mv_contents .mv_text .ja span {
    line-height: 3rem;
  }
  .mv_contents .mv_text .ja span + span {
    margin-top: .6rem;
  }
  .mv_contents .mv_text .en {
    width: 95%;
    margin: 4rem auto 0;
  }
}
/* ------------------------------------------
  共通
------------------------------------------ */
.common_link_btn {
  display: block;
  border: 0.5rem solid #004795;
  width: 25rem;
  line-height: 4.5rem;
  letter-spacing: .1em;
  font-size: 1.5rem;
  background-position: right 1rem center;
  background-repeat: no-repeat;
  background-size: 1.2rem 1.9rem;
  border-radius: 35px;
}
main {
  overflow: hidden;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .common_link_btn {
    width: auto;
    line-height: 4rem;
    font-size: 1.4rem;
    text-align: center;
    padding: 0 2rem;
  }
}
/* ------------------------------------------
  sec01
------------------------------------------ */
.sec01 .container {
padding: 2.5rem 2rem 9rem;
  max-width: 120rem;
}
.sec01 .top {
  margin-left: auto;
}
.sec01 .top img {
  width: 70%;
  margin: 0 auto;
}
.sec01 .top .bold_text {
  font-weight: bold;
  font-size: 5.4rem;
  line-height: calc(80/54);
  letter-spacing: .07em;
  color: #343434;
}
.sec01 .top .top_desc {
  margin-top: 5rem;
}
.sec01 .top .top_desc p {
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #343434;
}
.sec01 .top .top_desc p + p {
  margin-top: 3rem;
}
.sec01 .bottom {
  display: flex;
  margin-top: 10rem;
}
.sec01 .bottom .news_head {
  width: 24.3rem;
  height: 24.3rem;
  background-color: #014a96;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-right: 8.2rem;
  flex-shrink: 0;
}
.sec01 .bottom .news_head .en {
  width: 13.1rem;
}
.sec01 .bottom .news_head .ja {
  margin-top: 1.5rem;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: .2em;
  font-weight: bold;
}
.sec01 .bottom .news_contents {
  width: 98%;
}
.sec01 .bottom .news_list_row {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: .1em;
  color: #014a96;
  border-top: .025rem solid #014a96;
  padding: 1.5rem 2rem;
}
.sec01 .bottom .news_list_row:last-of-type {
  border-bottom: .025rem solid #000;
}
.sec01 .bottom .news_list_row .date {
  font-weight: 500;
  margin-right: 5rem;
}
.sec01 .bottom .news_page_link {
  margin-left: auto;
  margin-top: 2rem;
  padding-left: 3rem;
  background-image: url(../img/common/arrow_gr.webp);
  color: #014a96;
}
@media screen and (max-width: 767px) {
  .sec01 .top img {
    width: 100%;
    margin: 0 auto;
  }
  .sec01 .container {
    padding: 3rem 2rem 7rem;
    max-width: unset;
  }
  .sec01 .top {
    width: auto;
    margin-left: 0;
  }
  .sec01 .top .bold_text {
    font-size: 3rem;
  }
  .sec01 .top .top_desc {
    margin-top: 3rem;
  }
  .sec01 .top .top_desc p {
    font-size: 1.6rem;
  }
  .sec01 .top .top_desc p + p {
    margin-top: 2rem;
  }
  .sec01 .bottom {
    flex-direction: column;
    margin-top: 1rem;
  }
  .sec01 .bottom .news_head {
    width: 12rem;
    height: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  .sec01 .bottom .news_head .en {
    width: 9.5rem;
  }
  .sec01 .bottom .news_head .ja {
    margin-top: 1rem;
    font-size: 1.6rem;
    letter-spacing: .1em;
  }
  .sec01 .bottom .news_contents {
    width: auto;
    margin-top: 3rem;
  }
  .sec01 .bottom .news_list_row {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.6rem;
    padding: 1.5rem 1rem;
  }
  .sec01 .bottom .news_list_row .date {
    margin-right: 5rem;
  }
  .sec01 .bottom .news_list_row .ttl {
    font-size: 1.6rem;
    margin-top: .7rem;
  }
  .sec01 .bottom .news_page_link {
    margin-left: 0;
    margin-top: 5rem;
    padding-left: 2rem;
  }
}
/* ------------------------------------------
  sec02
------------------------------------------ */
.sec02 {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url(../img/top/sec02_bg.webp);
}
.sec02 .container {
  padding: 7rem 2rem 21rem;
  max-width: 120rem;
}
.sec02 .sec_ttl {
  font-weight: bold;
  font-size: 4.4rem;
  letter-spacing: .2em;
  color: #004795;
  text-align: center;
}
.sec02 .circle_wrap {
  display: flex;
  margin: 12.5rem auto 0;
  gap: 0 9rem;
}
.sec02 .circle_wrap .circle {
  width: calc((100% - 18rem) / 3);
  aspect-ratio: 1 / 1;
  border: .2rem solid #fff;
  border-radius: 50%;
  padding-top: 15.5rem;
  text-align: center;
  color: #fff;
  line-height: calc(45/32);
  font-weight: 300;
  font-size: 3.2rem;
  background-repeat: no-repeat;
}
.sec02 .circle_wrap .circle:nth-child(1) {
  background-position: top 4.5rem center;
  background-size: 13.7rem 9.4rem;
  background-image: url(../img/top/sec02_icon01.webp);
}
.sec02 .circle_wrap .circle:nth-child(2) {
  background-position: top 3.8rem right;
  background-size: 27.2rem 12.5rem;
  background-image: url(../img/top/sec02_icon02.webp);
}
.sec02 .circle_wrap .circle:nth-child(3) {
  padding-top: 18rem;
  background-position: top 3.2rem center;
  background-size: 9.5rem 13.3rem;
  background-image: url(../img/top/sec02_icon03.webp);
}
.sec02 .text_wrap {
  margin-top: 8rem;
}
.sec02 .text_wrap p {
  font-size: 1.8rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #000;
  width: 50%;
}
.sec02 .text_wrap p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec02 {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/top/sec02_bg_2.webp);
  }
  .sec02 .text_wrap p {
    font-size: 1.6rem;
    width: 100%;
  }
  .sec02 {
    background-position: center;
    background-size: auto 100%;
  }
  .sec02 .container {
    padding: 4rem 2rem 15rem;
    max-width: unset;
  }
  .sec02 .sec_ttl {
    font-size: 3rem;
    line-height: 1.2;
  }
  .sec02 .circle_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 5rem auto 0;
    gap: 3rem 0;
  }
  .sec02 .circle_wrap .circle {
    width: 75%;
    padding-top: 15rem;
    line-height: 1.5;
    font-size: 2rem;
    background-repeat: no-repeat;
  }
  .sec02 .circle_wrap .circle:nth-child(1) {
    background-position: top 3.5rem center;
    background-size: 13.7rem 9.4rem;
  }
  .sec02 .circle_wrap .circle:nth-child(2) {
    background-position: top 2.8rem right;
    background-size: 27.2rem 12.5rem;
  }
  .sec02 .circle_wrap .circle:nth-child(3) {
    padding-top: 18rem;
    background-position: top 2.7rem center;
    background-size: 9.5rem 13.3rem;
  }
  .sec02 .text_wrap {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  .sec02 .text_wrap p {
    font-size: 1.6rem;
  }
  .sec02 .text_wrap p + p {
    margin-top: 2rem;
  }
}
/* ------------------------------------------
  sec03
------------------------------------------ */
.sec03 {
  background-color: #ffe33f;
}
.sec03 .container {
  padding: 2.7rem 2rem 8.5rem;
  max-width: 120rem;
  background-color: #ffe33f
}
.sec03 .sec03_contents {
  display: flex;
  width: 100%
}
.sec03 .sec03_contents .img {
  width: 50%;
  flex-shrink: 0;
}
.sec03 .sec03_contents .text {
  padding: 3.5rem 4rem;
}
.sec03 .sec03_contents .text p {
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #fff;
}
.sec03 .sec03_contents .text p + p {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .sec03 .container {
    padding: 2rem 0rem 2rem;
    max-width: 120rem;
  }
  .sec03 .sec03_contents {
    flex-direction: column;
  }
  .sec03 .sec03_contents .img {
    width: auto;
  }
  .sec03 .sec03_contents .text {
    padding: 2rem;
  }
  .sec03 .sec03_contents .text p {
    font-size: 1.6rem;
  }
  .sec03 .sec03_contents .text p + p {
    margin-top: 2rem;
  }
}
.greeting-section {
  max-width: 120rem;
  margin: 5.5rem auto;
  padding: 40px 20px;
}
.greeting-section .title {
  font-size: 3.8rem;
  color: #0056b3;
  border-left: 4px solid #0056b3;
  padding-left: 10px;
  margin-bottom: 4rem;
  font-weight: bold;
}
.greeting-section .content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.greeting-section .text {
  padding-right: 0px;
}
.greeting-section .committee {
  font-size: 3.3rem !important;
  font-weight: bold;
  margin-bottom: 10px;
  letter-spacing: 0.6rem
}
.greeting-section .role {
  font-weight: normal;
  color: #666;
  font-size: 2.3rem;
  letter-spacing: 0.6rem
}
.greeting-section .name {
  font-size: 3.8rem;
  font-weight: bold;
}
.greeting-section .text p {
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.8;
}
.greeting-section .image {
  flex: 1;
  text-align: center;
}
.greeting-section .image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .greeting-section {
    max-width: 120rem;
    margin: 1.5rem auto;
    padding: 40px 20px;
  }
  .greeting-section .title {
    font-size: 3rem;
    color: #0056b3;
    border-left: 4px solid #0056b3;
    padding-left: 10px;
    margin-bottom: 3rem;
    letter-spacing: 0.7rem;
  }
  .greeting-section .committee {
    font-size: 2.1rem !important;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
  }
  .greeting-section .role {
    font-size: 2.1rem;
    letter-spacing: 0.6rem;
    padding-left: 2rem;
  }
  .greeting-section .name {
    font-size: 2.8rem;
    font-weight: bold;
    letter-spacing: 1rem;
    padding-left: 2rem;
  }
  .greeting-section .image {
    flex: auto;
    text-align: center;
  }
  .greeting-section .text p {
    font-size: 1.6rem;
    margin-bottom: 10px;
    line-height: 1.8;
  }
}
/* ------------------------------------------
  sec04
------------------------------------------ */
.sec04 {
  background-color: #ffe33f;
}
.sec04 .container {
  padding: 0;
  max-width: 155rem;
}
.sec04 .sec04_item_wrap {
  padding: 7.5rem 2rem 10.5rem;
  max-width: 120rem;
  margin: 0 auto;
}
.sec04 .sec04_item .sec_ttl_wrap .logo {
  width: 21.5rem;
  margin: 0 auto;
}
.sec04 .sec04_item .sec_ttl_wrap .sec_ttl {
  text-align: center;
  margin-top: 3.5rem;
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: .2em;
  color: #014a96;
}
.sec04 .main_text {
  margin: 4.5rem auto 0;
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #000;
  max-width: 90rem;
}
.sec04 .item_list01 {
  margin-top: 8.5rem;
}
.sec04 .item_list01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.sec04 .item_list01 ul li {
  width: calc((100% - 1.8rem) / 3);
}
.sec04 .item_list01 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  line-height: calc(54/36);
  font-size: 3.6rem;
  letter-spacing: .1em;
  text-align: center;
}
.sec04 .item_list01 ul li:nth-child(1) a {
  background-image: url(../img/top/sec04_item01_bg01.webp);
}
.sec04 .item_list01 ul li:nth-child(2) a {
  background-image: url(../img/top/sec04_item01_bg02.webp);
}
.sec04 .item_list01 ul li:nth-child(3) a {
  background-image: url(../img/top/sec04_item01_bg03.webp);
}
.sec04 .item_list01 ul li:nth-child(4) a {
  background-image: url(../img/top/sec04_item01_bg04.webp);
}
.sec04 .item_list01 ul li:nth-child(5) a {
  background-image: url(../img/top/sec04_item01_bg05.webp);
}
.sec04 .item_list01 ul li:nth-child(6) a {
  background-image: url(../img/top/sec04_item01_bg06.webp);
}
.sec04 .sec04_item:nth-child(2) {
  margin-top: 13rem;
}
.sec04 .sec04_item:nth-child(3) {
  margin-top: 21rem;
}
.sec04_item_icon {
  width: 13.5rem;
  margin: 0 auto;
}
.sec04 .item_list02 {
  margin-top: 8.5rem;
}
.sec04 .item_list02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 4.5rem;
}
.sec04 .item_list02 ul li {
  width: calc((100% - 13.5rem) / 4);
}
.sec04 .item_list02 ul li a {
  aspect-ratio: 1 / 1;
  display: block;
  background-color: #fff;
  color: #014a96;
  font-weight: 700;
  font-size: 2.6rem;
  letter-spacing: .1em;
  line-height: calc(37/26);
  text-align: center;
  padding-top: 19.5rem;
  background-repeat: no-repeat;
}
.sec04 .item_list02 ul li.multi_rows a {
  padding-top: 17rem;
}
.sec04 .item_list02 ul li:nth-child(1) a {
  background-size: 10.9rem 14.2rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/sec04_item02_icon01.webp);
}
.sec04 .item_list02 ul li:nth-child(2) a {
  background-size: 9.6rem 12rem;
  background-position: top 3.8rem center;
  background-image: url(../img/top/sec04_item02_icon02.webp);
}
.sec04 .item_list02 ul li:nth-child(3) a {
  background-size: 10.6rem 13.7rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/sec04_item02_icon03.webp);
}
.sec04 .item_list02 ul li:nth-child(4) a {
  background-size: 12.1rem 12.3rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/sec04_item02_icon04.webp);
}
.sec04 .item_list02 ul li:nth-child(5) a {
  background-size: 10.5rem 12rem;
  background-position: top 2rem center;
  background-image: url(../img/top/sec04_item02_icon05.webp);
}
.sec04 .item_list02 ul li:nth-child(6) a {
  background-size: 10.5rem 11.1rem;
  background-position: top 4.8rem center;
  background-image: url(../img/top/sec04_item02_icon06.webp);
}
.sec04 .item_list02 ul li:nth-child(7) a {
  background-size: 14.6rem 12.3rem;
  background-position: top 2.5rem center;
  background-image: url(../img/top/sec04_item02_icon07.webp);
}
.sec04 .sec04_item03_list {
  margin-top: 12rem;
  display: flex;
  gap: 0 2.8rem;
}
.sec04 .sec04_item03_list_item {
  width: calc((100% - 5.6rem) / 3);
}
.sec04 .sec04_item03_list_item .sec_sub_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 1.3rem;
  margin-top: 2.7rem;
  text-align: center;
  border-bottom: .1rem solid;
  letter-spacing: .1em;
  color: #014a96;
}
.sec04 .sec04_item03_list_item p {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .05em;
  text-align: center;
}
.example_page_link {
  padding-left: 4rem;
  margin: 6.5rem auto 0;
  background-image: url(../img/common/arrow_bl.webp);
}
.sec04 .sec04_item:nth-child(4) {
  display: flex;
  margin-top: 12.5rem;
  background-color: #014a96;
  align-items: center;
}
.sec04 .sec04_item:nth-child(4) .img {
  width: 53rem;
}
.sec04 .sec04_item:nth-child(4) .text {
  width: calc(100% - 53rem);
  padding: 0 4rem;
}
.sec04 .sec04_item:nth-child(4) .text p {
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(27/19);
  letter-spacing: .2em;
}
.sec04 .sec04_item:nth-child(4) .text .flower_page_link {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
  width: 100%;
  margin-top: 2rem;
  font-size: 2.7rem;
  background-image: url(../img/common/arrow_wh.webp);
  background-position: right 2.2rem center;
  background-size: 1.2rem 2.2rem;
  line-height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .sec04 .container {
    max-width: unset;
  }
  .sec04 .sec04_item_wrap {
    padding: 2rem 2rem 3rem;
    max-width: unset;
  }
  .sec04 .sec04_item .sec_ttl_wrap .logo {
    width: 10rem;
    margin: 0 auto;
  }
  .sec04 .sec04_item .sec_ttl_wrap .sec_ttl {
    margin-top: 2.5rem;
    font-size: 3rem;
    letter-spacing: .2em;
    line-height: 1.2;
  }
  .sec04 .main_text {
    margin: 4rem auto 0;
    font-size: 1.6rem;
    max-width: unset;
  }
  .sec04 .item_list01 {
    margin-top: 5rem;
  }
  .sec04 .item_list01 ul {
    gap: .9rem;
  }
  .sec04 .item_list01 ul li {
    width: calc((100% - .9rem) / 2);
  }
  .sec04 .item_list01 ul li a {
    font-size: 1.7rem;
  }
  .sec04 .sec04_item:nth-child(2) {
    margin-top: 7rem;
  }
  .sec04 .sec04_item:nth-child(3) {
    margin-top: 7rem;
  }
  .sec04_item_icon {
    width: 10rem;
  }
  .sec04 .item_list02 {
    margin-top: 4rem;
  }
  .sec04 .item_list02 ul {
    gap: .9rem;
  }
  .sec04 .item_list02 ul li {
    width: calc((100% - .9rem) / 2);
  }
  .sec04 .item_list02 ul li a {
    font-size: 2rem;
    padding-top: 12rem;
  }
  .sec04 .item_list02 ul li.multi_rows a {
    padding-top: 10rem;
    line-height: 1.3;
  }
  .sec04 .item_list02 ul li:nth-child(1) a {
    background-size: 6rem 8.4rem;
    background-position: top 2.5rem center;
  }
  .sec04 .item_list02 ul li:nth-child(2) a {
    background-size: 5.4rem 7.2rem;
    background-position: top 2.8rem center;
  }
  .sec04 .item_list02 ul li:nth-child(3) a {
    background-size: 6rem 7.8rem;
    background-position: top 2.5rem center;
  }
  .sec04 .item_list02 ul li:nth-child(4) a {
    background-size: 7.2rem 7.2rem;
    background-position: top 2.5rem center;
  }
  .sec04 .item_list02 ul li:nth-child(5) a {
    background-size: 6rem 7.2rem;
    background-position: top 2rem center;
  }
  .sec04 .item_list02 ul li:nth-child(6) a {
    background-size: 6rem 6.6rem;
    background-position: top 3.8rem center;
  }
  .sec04 .item_list02 ul li:nth-child(7) a {
    background-size: 8.4rem 7.2rem;
    background-position: top 2rem center;
  }
  .sec04 .sec04_item03_list {
    margin-top: 6rem;
    flex-direction: column;
    gap: 4rem 0;
  }
  .sec04 .sec04_item03_list_item {
    width: auto;
  }
  .sec04 .sec04_item03_list_item .sec_sub_ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .sec04 .sec04_item03_list_item p {
    margin-top: .5rem;
    font-size: 1.6rem;
  }
  .example_page_link {
    padding-left: 2rem;
    margin: 4rem auto 0;
  }
  .sec04 .sec04_item:nth-child(4) {
    flex-direction: column;
    margin-top: 6rem;
  }
  .sec04 .sec04_item:nth-child(4) .img {
    width: auto;
  }
  .sec04 .sec04_item:nth-child(4) .text {
    width: auto;
    padding: 2rem;
  }
  .sec04 .sec04_item:nth-child(4) .text p {
    font-size: 1.6rem;
  }
  .sec04 .sec04_item:nth-child(4) .text .flower_page_link {
    margin-top: 2rem;
    font-size: 1.6rem;
    background-position: right 1rem center;
    line-height: 4rem;
  }
}
/* ------------------------------------------
  画像＋テキスト 3カラム
------------------------------------------ */
.three_columns {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
  padding-top: 3rem;
}
.three_columns li {
  width: calc((100% - 13rem) / 3);
}
.three_columns li .img {
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.three_columns li .img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.three_columns li .desc .ttl {
  align-items: center;
  border-bottom: .1rem solid #014a96;
  color: #014a96;
  display: flex;
  flex-direction: column;
  font-size: 2.3rem;
  font-weight: bold;
  justify-content: center;
  line-height: calc(33/23);
  min-height: 11.5rem;
  padding: 1.5rem 0;
  text-align: left;
}
.three_columns li .desc p {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .three_columns {
    flex-direction: column;
  }
  .three_columns li {
    width: auto;
  }
  .three_columns li + li {
    margin-top: 3rem;
  }
  .three_columns li .img {
    height: 67.3%;
  }
  .three_columns li .desc .ttl {
    font-size: 1.7rem;
    line-height: 1.3;
    min-height: unset;
    padding: 1.5rem 0;
  }
  .three_columns li .desc p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
  }
}
/* ------------------------------------------
  sec05
------------------------------------------ */
.sec05 {
  padding: 7.5rem 0 9rem
}
.sec05 .flex {
  display: flex;
  justify-content: space-between;
}
.sec05 .flex .item {
  width: calc((100% - 1rem) / 2);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.sec05 .flex .item:nth-child(1) {
  background-image: url(../img/top/sec05_left.webp);
}
.sec05 .flex .item:nth-child(2) {
  background-image: url(../img/top/sec05_right.webp);
}
.sec05 .flex .item .sec05_link {
  width: 63rem;
  text-align: center;
  line-height: 6.5rem;
  color: #fff;
  font-size: 3rem;
  letter-spacing: 0.1em;
  background-color: rgb(128, 128, 128, .5);
  background-image: url(../img/common/arrow_wh.webp);
  background-size: 1.3rem 2.4rem;
  background-position: right 2.3rem center;
}
.sec05 .sec05_item_wrap {
  padding: 17.5rem 2rem 15.5rem;
  max-width: 120rem;
  margin: 0 auto;
}
.sec05 .sec05_item .sec_ttl_wrap .logo {
  width: 21.5rem;
  margin: 0 auto;
}
.sec05 .sec05_item .sec_ttl_wrap .sec_ttl {
  text-align: center;
  margin-top: 3.5rem;
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: .2em;
  color: #014a96;
}
.sec05 .main_text {
  margin: 4.5rem auto 0;
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .1em;
  color: #000;
  max-width: 90rem;
}
.sec05 .item_list01 {
  margin-top: 8.5rem;
}
.sec05 .item_list01 ul {
  display: flex;
  flex-wrap: wrap;
  gap: .9rem;
}
.sec05 .item_list01 ul li {
  width: calc((100% - 1.8rem) / 3);
}
.sec05 .item_list01 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1 / 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  font-weight: bold;
  line-height: calc(54/36);
  font-size: 3.6rem;
  letter-spacing: .1em;
  text-align: center;
}
.sec05 .item_list01 ul li:nth-child(1) a {
  background-image: url(../img/top/sec04_item01_bg01.webp);
}
.sec05 .item_list01 ul li:nth-child(2) a {
  background-image: url(../img/top/sec04_item01_bg02.webp);
}
.sec05 .item_list01 ul li:nth-child(3) a {
  background-image: url(../img/top/sec04_item01_bg03.webp);
}
.sec05 .item_list01 ul li:nth-child(4) a {
  background-image: url(../img/top/sec04_item01_bg04.webp);
}
.sec05 .item_list01 ul li:nth-child(5) a {
  background-image: url(../img/top/sec04_item01_bg05.webp);
}
.sec05 .item_list01 ul li:nth-child(6) a {
  background-image: url(../img/top/sec04_item01_bg06.webp);
}
.sec05 .sec05_item:nth-child(2) {
  margin-top: 13rem;
}
.sec05 .sec05_item:nth-child(3) {
  margin-top: 21rem;
}
.sec05_item_icon {
  width: 13.5rem;
  margin: 0 auto;
}
.sec05 .item_list02 {
  margin-top: 8.5rem;
}
.sec05 .item_list02 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}
.sec05 .item_list02 ul li {
  width: calc((100% - 13.5rem) / 3);
}
.sec05 .item_list02 ul li a {
  aspect-ratio: 1 / 1;
  display: block;
  background-color: #fff;
  color: #014a96;
  font-weight: 700;
  font-size: 2.2rem;
  letter-spacing: .1em;
  line-height: calc(37/26);
  text-align: center;
  padding-top: 14.5rem;
  background-repeat: no-repeat;
}
.sec05 .item_list02 ul li.multi_rows a {
  padding-top: 17rem;
}
.sec05 .item_list02 ul li:nth-child(1) a {
  background-size: 29.6rem 41.7rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/committee01.webp);
}
.sec05 .item_list02 ul li:nth-child(2) a {
  background-size: 29.6rem 41.7rem;
  background-position: top 3.8rem center;
  background-image: url(../img/top/committee02.webp);
}
.sec05 .item_list02 ul li:nth-child(3) a {
  background-size: 29.6rem 41.7rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/committee03.webp);
}
.sec05 .item_list02 ul li:nth-child(4) a {
  background-size: 29.6rem 41.7rem;
  background-position: top 3.5rem center;
  background-image: url(../img/top/committee04.webp);
}
.sec05 .item_list02 ul li:nth-child(5) a {
  background-size: 29.6rem 41.7rem;
  background-position: top 2rem center;
  background-image: url(../img/top/committee05.webp);
}
.sec05 .sec05_item03_list {
  margin-top: 12rem;
  display: flex;
  gap: 0 2.8rem;
}
.sec05 .sec05_item03_list_item {
  width: calc((100% - 5.6rem) / 3);
}
.sec05 .sec05_item03_list_item .sec_sub_ttl {
  font-weight: bold;
  font-size: 2.6rem;
  padding-bottom: 1.3rem;
  margin-top: 2.7rem;
  text-align: center;
  border-bottom: .1rem solid;
  letter-spacing: .1em;
  color: #014a96;
}
.sec05 .sec05_item03_list_item p {
  margin-top: 1.3rem;
  font-size: 1.6rem;
  line-height: calc(36/19);
  letter-spacing: .05em;
  text-align: center;
}
.example_page_link {
  padding-left: 4rem;
  margin: 6.5rem auto 0;
  background-image: url(../img/common/arrow_bl.webp);
}
.sec05 .sec05_item:nth-child(4) {
  display: flex;
  margin-top: 12.5rem;
  background-color: #014a96;
  align-items: center;
}
.sec05 .sec05_item:nth-child(4) .img {
  width: 53rem;
}
.sec05 .sec05_item:nth-child(4) .text {
  width: calc(100% - 53rem);
  padding: 0 4rem;
}
.sec05 .sec05_item:nth-child(4) .text p {
  color: #fff;
  font-size: 1.6rem;
  line-height: calc(27/19);
  letter-spacing: .2em;
}
.sec05 .sec05_item:nth-child(4) .text .flower_page_link {
  display: block;
  color: #fff;
  text-align: center;
  font-weight: 500;
  letter-spacing: .1em;
  width: 100%;
  margin-top: 2rem;
  font-size: 2.7rem;
  background-image: url(../img/common/arrow_wh.webp);
  background-position: right 2.2rem center;
  background-size: 1.2rem 2.2rem;
  line-height: 6.1rem;
}
@media screen and (max-width: 767px) {
  .sec05 .container {
    max-width: unset;
  }
  .sec05 .sec05_item_wrap {
    padding: 9rem 2rem 8rem;
    max-width: unset;
  }
  .sec05 .sec05_item .sec_ttl_wrap .logo {
    width: 10rem;
    margin: 0 auto;
  }
  .sec05 .sec05_item .sec_ttl_wrap .sec_ttl {
    margin-top: 2.5rem;
    font-size: 3rem;
    letter-spacing: .2em;
    line-height: 1.2;
  }
  .sec05 .main_text {
    margin: 4rem auto 0;
    font-size: 1.6rem;
    max-width: unset;
  }
  .sec05 .item_list01 {
    margin-top: 5rem;
  }
  .sec05 .item_list01 ul {
    gap: .9rem;
  }
  .sec05 .item_list01 ul li {
    width: calc((100% - .9rem) / 2);
  }
  .sec05 .item_list01 ul li a {
    font-size: 1.7rem;
  }
  .sec05 .sec05_item:nth-child(2) {
    margin-top: 7rem;
  }
  .sec05 .sec05_item:nth-child(3) {
    margin-top: 7rem;
  }
  .sec05_item_icon {
    width: 10rem;
  }
  .sec05 .item_list02 {
    margin-top: 4rem;
  }
  .sec05 .item_list02 ul {
    gap: .9rem;
  }
  .sec05 .item_list02 ul li {
    width: calc((100% - .9rem) / 1);
  }
  .sec05 .item_list02 ul li a {
    font-size: 2rem;
    padding-top: 12rem;
  }
  .sec05 .item_list02 ul li.multi_rows a {
    padding-top: 10rem;
    line-height: 1.3;
  }
  .sec05 .item_list02 ul li:nth-child(1) a {
    background-size: auto;
    background-position: top 2.5rem center;
  }
  .sec05 .item_list02 ul li:nth-child(2) a {
    background-size: 5.4rem 7.2rem;
    background-position: top 2.8rem center;
  }
  .sec05 .item_list02 ul li:nth-child(3) a {
    background-size: 6rem 7.8rem;
    background-position: top 2.5rem center;
  }
  .sec05 .item_list02 ul li:nth-child(4) a {
    background-size: 7.2rem 7.2rem;
    background-position: top 2.5rem center;
  }
  .sec05 .item_list02 ul li:nth-child(5) a {
    background-size: 6rem 7.2rem;
    background-position: top 2rem center;
  }
  .sec05 .item_list02 ul li:nth-child(6) a {
    background-size: 6rem 6.6rem;
    background-position: top 3.8rem center;
  }
  .sec05 .item_list02 ul li:nth-child(7) a {
    background-size: 8.4rem 7.2rem;
    background-position: top 2rem center;
  }
  .sec05 .sec05_item03_list {
    margin-top: 6rem;
    flex-direction: column;
    gap: 4rem 0;
  }
  .sec05 .sec05_item03_list_item {
    width: auto;
  }
  .sec05 .sec05_item03_list_item .sec_sub_ttl {
    font-size: 2rem;
    padding-bottom: 1rem;
    margin-top: 1.5rem;
  }
  .sec05 .sec05_item03_list_item p {
    margin-top: .5rem;
    font-size: 1.6rem;
  }
  .example_page_link {
    padding-left: 2rem;
    margin: 4rem auto 0;
  }
  .sec05 .sec05_item:nth-child(4) {
    flex-direction: column;
    margin-top: 6rem;
  }
  .sec05 .sec05_item:nth-child(4) .img {
    width: auto;
  }
  .sec05 .sec05_item:nth-child(4) .text {
    width: auto;
    padding: 2rem;
  }
  .sec05 .sec05_item:nth-child(4) .text p {
    font-size: 1.6rem;
  }
  .sec05 .sec05_item:nth-child(4) .text .flower_page_link {
    margin-top: 2rem;
    font-size: 1.6rem;
    background-position: right 1rem center;
    line-height: 4rem;
  }
  .sec05 {
    padding: 2rem 0rem 2rem
  }
  .sec05 .flex {
    flex-direction: column;
  }
  .sec05 .flex .item {
    width: auto;
    height: 22rem;
  }
  .sec05 .flex .item .sec05_link {
    width: 30rem;
    line-height: 4.5rem;
    font-size: 2rem;
    background-size: 1.3rem 2.4rem;
    background-position: right 1rem center;
  }
  .sec05 .item_list02 ul li:nth-child(1) a {
    background-size: contain;
    background-position: top;
    background-image: url(../img/top/committee01_s.webp);
    font-size: 2.6rem;
    padding-top: 16rem;
  }
  .sec05 .item_list02 ul li:nth-child(2) a {
    background-size: contain;
    background-position: top;
    background-image: url(../img/top/committee02_s.webp);
    font-size: 2.6rem;
    padding-top: 14rem;
  }
  .sec05 .item_list02 ul li:nth-child(3) a {
    background-size: contain;
    background-position: top;
    background-image: url(../img/top/committee03_s.webp);
    font-size: 2.6rem;
    padding-top: 14rem;
  }
  .sec05 .item_list02 ul li:nth-child(4) a {
    background-size: contain;
    background-position: top;
    background-image: url(../img/top/committee04_s.webp);
    font-size: 2.6rem;
    padding-top: 16rem;
  }
  .sec05 .item_list02 ul li:nth-child(5) a {
    background-size: contain;
    background-position: top;
    background-image: url(../img/top/committee05_s.webp);
    font-size: 2.6rem;
    padding-top: 16rem;
  }
}
/* ------------------------------------------
  sec06
------------------------------------------ */
.sec06 .container {
  max-width: 124rem;
  border-radius: 20px;
  background-color: #ffe33f;
  padding: 0
}
.sec06 .container img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.sec06 .sec_ttl {
  margin: 0 auto;
  width: 17.7rem;
}
.sec06 .qa_link_wrap {
  margin-top: 9.5rem;
  display: flex;
  justify-content: space-between;
}
.sec06 .qa_link_item {
  width: calc((100% - 2rem) / 3);
  aspect-ratio: 1 / 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 17.5rem;
}
.sec06 .qa_link_item:nth-child(1) {
  background-image: url(../img/top/qa_link_item01.webp);
}
.sec06 .qa_link_item:nth-child(2) {
  background-image: url(../img/top/qa_link_item02.webp);
}
.sec06 .qa_link_item:nth-child(3) {
  background-image: url(../img/top/qa_link_item03.webp);
}
.sec06 .qa_link_item .label {
  color: #fff;
  line-height: 3rem;
  border: .1rem solid #fff;
  width: 20rem;
  text-align: center;
}
.sec06 .qa_link_item .sec_sub_ttl {
  color: #fff;
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: .2em;
  margin-top: 1.5rem;
}
/* ------------------------------------------
  画像＋テキスト
------------------------------------------ */
.image_text {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 2rem;
  padding: 2rem 2rem 2rem 2rem;
}
.image_text .img {
  flex-shrink: 0;
  height: 37.5rem;
  margin-right: 2rem;
  position: relative;
  width: 61rem;
}
.image_text .img::before {
  content: '';
  display: block;
  height: 100%;
  left: 1rem;
  position: absolute;
  top: 1rem;
  width: 100%;
  z-index: -1;
}
.image_text .img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.image_text .desc {
  color: #343434;
  font-size: 1.6rem;
  letter-spacing: .1em;
  line-height: calc(36/19);
  padding: 1rem;
  width: calc(100% - 63rem);
}
.image_text .desc p + p {
  margin-top: 3rem;
}
.image_text .desc p .colored {
  color: #0d8080;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .image_text {
    flex-direction: column;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .image_text .img {
    height: 67.3%;
    margin-right: 0;
    width: auto;
  }
  .image_text .img::before {
    left: .5rem;
    top: .5rem;
  }
  .image_text .desc {
    font-size: 1.5rem;
    padding: 1rem 0;
    width: auto;
  }
  .image_text .desc p + p {
    margin-top: 2rem;
  }
  .sec06 .container {
    max-width: 95%;
  }
  .sec06 .sec_ttl {
    width: 12rem;
  }
  .sec06 .qa_link_wrap {
    margin-top: 4rem;
    flex-wrap: wrap;
    gap: .9rem;
    justify-content: center;
  }
  .sec06 .qa_link_item {
    width: calc((100% - .9rem) / 2);
    padding-bottom: 0;
    justify-content: center;
  }
  .sec06 .qa_link_item .label {
    line-height: 2.5rem;
    width: 10rem;
    text-align: center;
  }
  .sec06 .qa_link_item .sec_sub_ttl {
    font-size: 2rem;
    margin-top: 1rem;
  }
}
/* ------------------------------------------
  sec07
------------------------------------------ */
.sec07 {
  margin-top: 10rem;
}
.sec07 .container {
  max-width: 124rem;
}
.sec07 .sec_ttl_wrap {
  display: table;
  margin: 0 auto;
}
.sec07 .sec_ttl_wrap .en {
  width: 28.8rem;
}
.sec07 .blog_list {
  margin-top: 8.3rem;
  display: flex;
  gap: 0 2.5rem;
}
.sec07 .blog_list_item {
  width: calc((100% - 13.5rem) / 4);
}
.sec07 .blog_list_item .date {
  padding: .8rem 0;
  font-size: 1.4rem;
  letter-spacing: .1em;
  color: #000;
}
.sec07 .blog_list_item .blog_ttl {
  border-top: .1rem solid #014a96;
  border-bottom: .1rem solid #014a96;
  color: #014a96;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 2.3rem;
  letter-spacing: .1em;
  line-height: 1.4;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
  min-height: 12.5rem;
}
.sec07 .blog_list_item p {
  padding: 1.5rem 0 1.7rem;
  font-size: 1.4rem;
  letter-spacing: .1em;
  line-height: calc(23/14);
  min-height: 9.5rem;
}
.sec07 .blog_list_item .blog_link {
  width: 100%;
  border: .1rem solid #014a96;
  line-height: 2.3rem;
  padding: .5rem .8rem;
}
.sec07 .blog_list_item .blog_link img {
  width: 6rem;
  margin-left: auto;
}
.sec07 .blog_page_link {
  margin: 9rem auto 0;
  padding-left: 5rem;
  background-image: url(../img/common/arrow_bl.webp);
  color: #004795;
  font-weight: bold;
}
.sec07 h2 {
  text-align: center;
  margin-top: 3.5rem;
  font-weight: bold;
  font-size: 5.4rem;
  letter-spacing: .2em;
  color: #014a96;
}
@media screen and (max-width: 767px) {
  .sec07 {
    margin-top: 1rem;
  }
  .sec07 .container {
    max-width: unset;
  }
  .sec07 .sec_ttl_wrap .en {
    width: 16.5rem;
  }
  .sec07 .blog_list {
    margin-top: 4rem;
    flex-wrap: wrap;
    gap: 3rem .9rem;
  }
  .sec07 .blog_list_item {
    width: calc((100% - .9rem) / 1);
  }
  .sec07 .blog_list_item .date {
    padding: .5rem 0;
  }
  .sec07 .blog_list_item .blog_ttl {
    min-height: 8.5rem;
    font-size: 1.5rem;
    padding: .7rem 0;
  }
  .sec07 .blog_list_item p {
    padding: 1rem 0 1.5rem;
    font-size: 1.2rem;
    line-height: 1.5;
    min-height: 5.5rem;
  }
  .sec07 .blog_page_link {
    margin: 5rem auto 0;
    padding-left: 2rem;
  }
  main {
    margin-bottom: 4rem;
  }
}