@media print {
  .head_section {
    padding-bottom: 9rem;
  }
  .head_section .inner_wrap {
    padding-right: 48rem;
    padding-top: 21.6rem;
  }
  .head_section .head_title {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
  }
  .head_section .head_title small {
    display: block;
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
  }
  .head_section .head_title .sub {
    display: block;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top: 2.4rem;
  }
  .head_section .text {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
  }
  .head_section .pic {
    width: 52.8rem;
    border-radius: 3.2rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 19.2rem;
  }
  .section {
    padding-top: 8.8rem;
  }
  .section + .section {
    margin-top: 3.2rem;
  }
  .section .inner_wrap.small {
    max-width: 92.8rem;
  }
  .section .inner_wrap.bg {
    max-width: 100%;
    background-color: #BCE2E8;
    padding: 8.8rem 0 9.6rem;
  }
  .section .inner_wrap.bg .copy {
    text-align: center;
    font-weight: 500;
  }
  .section .inner_wrap.bg .cards {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3.2rem;
    margin-top: 5.6rem;
  }
  .section .inner_wrap.bg .cards li {
    width: 27.2rem;
    height: 19.2rem;
    padding: 0 4rem;
    background: url("../symposium01/images/card_bg.svg") no-repeat center/100% 100%;
    display: grid;
    place-items: center;
  }
  .section .inner_wrap.bg .cards li p {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .inner_wrap.bg .cards li:first-of-type, .section .inner_wrap.bg .cards li:last-of-type {
    margin-top: 3.2rem;
  }
  .section .inner_wrap.bg .text {
    font-size: 2.4rem;
    line-height: 4.8rem;
    color: #2A6C7E;
    text-align: center;
    margin-top: 3.2rem;
  }
  .section .inner_wrap.bg .text .bold {
    display: inline-block;
    position: relative;
  }
  .section .inner_wrap.bg .text .bold::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #00DCFF;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
  }
  .section .inner_wrap.bg .btn {
    width: 25.6rem;
    height: 6.4rem;
    background: #2FADCF;
    color: #fff;
    font-size: 2rem;
    border-radius: 12.8rem;
    margin: 4.8rem auto 0;
  }
  .section .section_title.wave {
    margin-bottom: 9.6rem;
  }
  .section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section .flex_wrap.rev {
    flex-direction: row-reverse;
  }
  .section .flex_wrap .pic {
    width: 33.6rem;
  }
  .section .flex_wrap .texts {
    width: 75.2rem;
  }
  .section .flex_wrap .texts .text.title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #2FADCF;
    margin-bottom: 3.2rem;
  }
  .section .flex_wrap .texts a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    display: block;
    width: fit-content;
    margin-top: 2.4rem;
  }
  .section .flex_wrap + .flex_wrap {
    margin-top: 4rem;
  }
  .section .flex_wrap.half {
    width: 112rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section .flex_wrap.half .pic {
    width: 51.2rem;
  }
  .section .flex_wrap.half .texts {
    width: 51.2rem;
  }
  .section .flex_wrap.gallery {
    flex-wrap: wrap;
    gap: 6.4rem;
  }
  .section .flex_wrap.gallery .pic {
    width: 35.2rem;
  }
  .section .headline {
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
  }
  .section .headline + .text {
    margin-top: 3.2rem;
  }
  .section .box {
    display: block;
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4.8rem 6.4rem 5.6rem;
    border-radius: 1.6rem;
    border: 1px solid #2FADCF;
  }
  .section .box .title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .section .box .links {
    width: 100%;
    margin-top: 2.4rem;
  }
  .section .box .links li {
    width: 100%;
  }
  .section .box .links li a {
    font-size: 1.6rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
    display: block;
    width: 100%;
  }
  .section .text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
  }
  .section .text.profile {
    margin-top: 2.4rem;
  }
  .section .text.profile .name {
    font-size: 2.2rem;
  }
  .section .text.center {
    text-align: center;
  }
  .section .text .bold {
    font-weight: bold;
  }
  .section .text + .text {
    margin-top: 3.2rem;
  }
  .section .text + .headline {
    margin-top: 3.2rem;
  }
  .section .text + .flex_wrap {
    margin-top: 9.6rem;
  }
  .section .copy {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section .pic .pic_frame {
    width: 100%;
    height: 100%;
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open {
    padding: 0.8rem;
    border: 1px solid #BCE2E8;
    position: relative;
  }
  .section .pic .pic_frame.modal_open img {
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url("../symposium01/images/zoom.svg") no-repeat center/100%;
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
  }
  .section .pic .cap {
    display: block;
    width: 100%;
    margin-top: 4rem;
    padding: 0 3.2rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .section .anchor:has(> .arrow) {
    color: #2A6C7E;
    position: relative;
    padding-right: 4rem;
  }
  .section .anchor:has(> .arrow) .arrow {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../symposium01/images/arrow.png") no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section .bg_area {
    max-width: 92.8rem;
    margin: auto;
    border-radius: 1.6rem;
    background: #EBF6FB;
    padding: 6.4rem;
  }
  .section .bg_area .row + .row {
    margin-top: 4.8rem;
  }
  .section .bg_area .row .row_title {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
    margin-bottom: 1.6rem;
  }
  .section .bg_area .row .program_title {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 1.6rem;
  }
  .section .bg_area .row dl {
    display: grid;
    grid-template-columns: 17.6rem auto;
    gap: 4.8rem;
    margin-top: 1.6rem;
  }
  .section .bg_area .row dl dt, .section .bg_area .row dl dd {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .bg_area + .text {
    margin-top: 6.4rem;
  }
  .section .points {
    padding-top: 6.4em;
    margin-bottom: 12.8rem;
  }
  .section .points h3 {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 5.6rem;
    letter-spacing: 0.05em;
    color: #2A6C7E;
    text-align: center;
    margin-bottom: 4rem;
  }
  .section .points .bg_area {
    padding: 4rem 4.8rem 4rem 9.6rem;
    position: relative;
  }
  .section .points .bg_area + .bg_area {
    margin-top: 3.2rem;
  }
  .section .points .bg_area .num {
    display: block;
    width: 4rem;
    height: 4.8rem;
    position: absolute;
    left: 3.6rem;
    top: 2.7rem;
  }
  .section .points .bg_area .num img {
    display: block;
    width: 100%;
  }
  .section .points .bg_area dl dt {
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section .points .bg_area dl dd {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .pic_sec {
    margin: 9.6rem auto 6.4rem;
    width: 92.8rem;
  }
  .section .pic_sec .pic {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .section .pic_sec .text {
    display: block;
    width: 100%;
    padding: 0 15rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .section .text_sec {
    margin: auto;
    width: 80rem;
  }
  .section .text_sec .copy {
    margin-bottom: 3.2rem;
  }
  .section .comment_grid {
    width: 100%;
    margin-bottom: 17.6rem;
    column-count: 3;
    column-gap: 4rem;
  }
  .section .comment_grid .comment_box {
    display: inline-block;
    break-inside: avoid;
    margin: 0 0 4rem;
    width: 36.8rem;
    padding: 3.2rem;
    border-radius: 3.2rem;
    border: 1px solid #2FADCF;
  }
  .section .comment_grid .comment_box .pic {
    width: 100%;
  }
  .section .comment_grid .comment_box .pic .pic_frame {
    border-radius: 0.8rem;
  }
  .section .comment_grid .comment_box .texts {
    margin-top: 2rem;
  }
  .section .comment_grid .comment_box .texts .comment_text {
    padding: 1rem 0;
    position: relative;
  }
  .section .comment_grid .comment_box .texts .comment_text p {
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #2A6C7E;
    text-align: center;
  }
  .section .comment_grid .comment_box .texts .comment_text::before, .section .comment_grid .comment_box .texts .comment_text::after {
    content: "";
    display: block;
    width: 2.3rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
  }
  .section .comment_grid .comment_box .texts .comment_text::before {
    background-image: url("../symposium01/images/comment_before.svg");
    top: 0;
    left: 0;
  }
  .section .comment_grid .comment_box .texts .comment_text::after {
    background-image: url("../symposium01/images/comment_after.svg");
    bottom: 0;
    right: 0;
  }
  .section .comment_grid .comment_box .texts .profile_text {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    margin-top: 0.6rem;
  }
  .section .comment_grid .comment_box .texts .profile_text small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .section .comment_grid .comment_box[data-order="2"], .section .comment_grid .comment_box[data-order="5"] {
    transform: translateY(8.8rem);
  }
  .section .inner_wrap > .headline,
  .section .inner_wrap > .text {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
  }
  #modal .modal_inner {
    height: 100%;
    overflow-y: auto;
    padding: 7rem;
  }
  #modal.middle .modal_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #modal .modal_content {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.7);
    transform-origin: center;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 118.4rem;
    height: fit-content;
    margin: 0 auto;
    background: #fff;
    color: #333333;
    padding: 3.2rem;
    border: #2FADCF 0.3rem solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-radius: 1.6rem;
    box-shadow: 4px 4px 16px 0px rgba(39, 120, 190, 0.2);
  }
  #modal .modal_content.show {
    position: relative;
  }
  #modal .modal_content .btn_close {
    margin: 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #2FADCF;
    position: absolute;
    right: -4.3rem;
    top: -4.3rem;
  }
  #modal .modal_content .btn_close:before, #modal .modal_content .btn_close:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.4rem;
    height: 0.4rem;
    background: #fff;
    left: 0.9rem;
    top: 1.4rem;
    transform-origin: center;
  }
  #modal .modal_content .btn_close:before {
    transform: rotate(45deg);
  }
  #modal .modal_content .btn_close:after {
    transform: rotate(-45deg);
  }
  #modal .modal_content .pic {
    width: 100%;
    height: fit-content;
    overflow: auto;
  }
  #modal .modal_content#panel1 .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 2292/1024;
  }
  #modal .modal_content#panel2 .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1824/816;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
  .modal_open #modal .modal_content.show {
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .go_top_btn {
    margin-top: 8.8rem;
  }
}
@media screen and (min-width: 769px) {
  .head_section {
    padding-bottom: 9rem;
  }
  .head_section .inner_wrap {
    padding-right: 48rem;
    padding-top: 21.6rem;
  }
  .head_section .head_title {
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
  }
  .head_section .head_title small {
    display: block;
    font-size: 1.4rem;
    line-height: 3.2rem;
    margin-bottom: 0.8rem;
  }
  .head_section .head_title .sub {
    display: block;
    font-size: 2rem;
    line-height: 3.2rem;
    margin-top: 2.4rem;
  }
  .head_section .text {
    margin-top: 4rem;
    font-size: 1.8rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
  }
  .head_section .pic {
    width: 52.8rem;
    border-radius: 3.2rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 19.2rem;
  }
  .section {
    padding-top: 8.8rem;
  }
  .section + .section {
    margin-top: 3.2rem;
  }
  .section .inner_wrap.small {
    max-width: 92.8rem;
  }
  .section .inner_wrap.bg {
    max-width: 100%;
    background-color: #BCE2E8;
    padding: 8.8rem 0 9.6rem;
  }
  .section .inner_wrap.bg .copy {
    text-align: center;
    font-weight: 500;
  }
  .section .inner_wrap.bg .cards {
    display: flex;
    justify-content: center;
    align-items: start;
    gap: 3.2rem;
    margin-top: 5.6rem;
  }
  .section .inner_wrap.bg .cards li {
    width: 27.2rem;
    height: 19.2rem;
    padding: 0 4rem;
    background: url("../symposium01/images/card_bg.svg") no-repeat center/100% 100%;
    display: grid;
    place-items: center;
  }
  .section .inner_wrap.bg .cards li p {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .inner_wrap.bg .cards li:first-of-type, .section .inner_wrap.bg .cards li:last-of-type {
    margin-top: 3.2rem;
  }
  .section .inner_wrap.bg .text {
    font-size: 2.4rem;
    line-height: 4.8rem;
    color: #2A6C7E;
    text-align: center;
    margin-top: 3.2rem;
  }
  .section .inner_wrap.bg .text .bold {
    display: inline-block;
    position: relative;
  }
  .section .inner_wrap.bg .text .bold::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #00DCFF;
    position: absolute;
    left: 0;
    bottom: 0.4rem;
  }
  .section .inner_wrap.bg .btn {
    width: 25.6rem;
    height: 6.4rem;
    background: #2FADCF;
    color: #fff;
    font-size: 2rem;
    border-radius: 12.8rem;
    margin: 4.8rem auto 0;
  }
  .section .section_title.wave {
    margin-bottom: 9.6rem;
  }
  .section .flex_wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .section .flex_wrap.rev {
    flex-direction: row-reverse;
  }
  .section .flex_wrap .pic {
    width: 33.6rem;
  }
  .section .flex_wrap .texts {
    width: 75.2rem;
  }
  .section .flex_wrap .texts .text.title {
    font-size: 1.9rem;
    font-weight: 700;
    color: #2FADCF;
    margin-bottom: 3.2rem;
  }
  .section .flex_wrap .texts a {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    display: block;
    width: fit-content;
    margin-top: 2.4rem;
  }
  .section .flex_wrap + .flex_wrap {
    margin-top: 4rem;
  }
  .section .flex_wrap.half {
    width: 112rem;
    margin-left: auto;
    margin-right: auto;
  }
  .section .flex_wrap.half .pic {
    width: 51.2rem;
  }
  .section .flex_wrap.half .texts {
    width: 51.2rem;
  }
  .section .flex_wrap.gallery {
    flex-wrap: wrap;
    gap: 6.4rem;
  }
  .section .flex_wrap.gallery .pic {
    width: 35.2rem;
  }
  .section .headline {
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
  }
  .section .headline + .text {
    margin-top: 3.2rem;
  }
  .section .box {
    display: block;
    width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding: 4.8rem 6.4rem 5.6rem;
    border-radius: 1.6rem;
    border: 1px solid #2FADCF;
  }
  .section .box .title {
    font-size: 1.8rem;
    line-height: 3.2rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .section .box .links {
    width: 100%;
    margin-top: 2.4rem;
  }
  .section .box .links li {
    width: 100%;
  }
  .section .box .links li a {
    font-size: 1.6rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
    display: block;
    width: 100%;
  }
  .section .text {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
  }
  .section .text.profile {
    margin-top: 2.4rem;
  }
  .section .text.profile .name {
    font-size: 2.2rem;
  }
  .section .text.center {
    text-align: center;
  }
  .section .text .bold {
    font-weight: bold;
  }
  .section .text + .text {
    margin-top: 3.2rem;
  }
  .section .text + .headline {
    margin-top: 3.2rem;
  }
  .section .text + .flex_wrap {
    margin-top: 9.6rem;
  }
  .section .copy {
    font-size: 3.2rem;
    line-height: 4.8rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section .pic .pic_frame {
    width: 100%;
    height: 100%;
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open {
    padding: 0.8rem;
    border: 1px solid #BCE2E8;
    position: relative;
  }
  .section .pic .pic_frame.modal_open img {
    border-radius: 3.2rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url("../symposium01/images/zoom.svg") no-repeat center/100%;
    position: absolute;
    right: 1.6rem;
    bottom: 1.6rem;
  }
  .section .pic .cap {
    display: block;
    width: 100%;
    margin-top: 4rem;
    padding: 0 3.2rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .section .anchor:has(> .arrow) {
    color: #2A6C7E;
    position: relative;
    padding-right: 4rem;
  }
  .section .anchor:has(> .arrow) .arrow {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../symposium01/images/arrow.png") no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section .bg_area {
    max-width: 92.8rem;
    margin: auto;
    border-radius: 1.6rem;
    background: #EBF6FB;
    padding: 6.4rem;
  }
  .section .bg_area .row + .row {
    margin-top: 4.8rem;
  }
  .section .bg_area .row .row_title {
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
    margin-bottom: 1.6rem;
  }
  .section .bg_area .row .program_title {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 1.6rem;
  }
  .section .bg_area .row dl {
    display: grid;
    grid-template-columns: 17.6rem auto;
    gap: 4.8rem;
    margin-top: 1.6rem;
  }
  .section .bg_area .row dl dt, .section .bg_area .row dl dd {
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .bg_area + .text {
    margin-top: 6.4rem;
  }
  .section .points {
    padding-top: 6.4em;
    margin-bottom: 12.8rem;
  }
  .section .points h3 {
    font-weight: 500;
    font-size: 2.8rem;
    line-height: 5.6rem;
    letter-spacing: 0.05em;
    color: #2A6C7E;
    text-align: center;
    margin-bottom: 4rem;
  }
  .section .points .bg_area {
    padding: 4rem 4.8rem 4rem 9.6rem;
    position: relative;
  }
  .section .points .bg_area + .bg_area {
    margin-top: 3.2rem;
  }
  .section .points .bg_area .num {
    display: block;
    width: 4rem;
    height: 4.8rem;
    position: absolute;
    left: 3.6rem;
    top: 2.7rem;
  }
  .section .points .bg_area .num img {
    display: block;
    width: 100%;
  }
  .section .points .bg_area dl dt {
    font-size: 2.2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
  }
  .section .points .bg_area dl dd {
    margin-top: 1.6rem;
    font-size: 1.6rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 500;
  }
  .section .pic_sec {
    margin: 9.6rem auto 6.4rem;
    width: 92.8rem;
  }
  .section .pic_sec .pic {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .section .pic_sec .text {
    display: block;
    width: 100%;
    padding: 0 15rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 2.8rem;
  }
  .section .text_sec {
    margin: auto;
    width: 80rem;
  }
  .section .text_sec .copy {
    margin-bottom: 3.2rem;
  }
  .section .comment_grid {
    width: 100%;
    margin-bottom: 17.6rem;
    column-count: 3;
    column-gap: 4rem;
  }
  .section .comment_grid .comment_box {
    display: inline-block;
    break-inside: avoid;
    margin: 0 0 4rem;
    width: 36.8rem;
    padding: 3.2rem;
    border-radius: 3.2rem;
    border: 1px solid #2FADCF;
  }
  .section .comment_grid .comment_box .pic {
    width: 100%;
  }
  .section .comment_grid .comment_box .pic .pic_frame {
    border-radius: 0.8rem;
  }
  .section .comment_grid .comment_box .texts {
    margin-top: 2rem;
  }
  .section .comment_grid .comment_box .texts .comment_text {
    padding: 1rem 0;
    position: relative;
  }
  .section .comment_grid .comment_box .texts .comment_text p {
    font-size: 2.1rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #2A6C7E;
    text-align: center;
  }
  .section .comment_grid .comment_box .texts .comment_text::before, .section .comment_grid .comment_box .texts .comment_text::after {
    content: "";
    display: block;
    width: 2.3rem;
    height: 1.6rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
  }
  .section .comment_grid .comment_box .texts .comment_text::before {
    background-image: url("../symposium01/images/comment_before.svg");
    top: 0;
    left: 0;
  }
  .section .comment_grid .comment_box .texts .comment_text::after {
    background-image: url("../symposium01/images/comment_after.svg");
    bottom: 0;
    right: 0;
  }
  .section .comment_grid .comment_box .texts .profile_text {
    font-size: 2rem;
    line-height: 3.2rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
    margin-top: 0.6rem;
  }
  .section .comment_grid .comment_box .texts .profile_text small {
    display: block;
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .section .comment_grid .comment_box[data-order="2"], .section .comment_grid .comment_box[data-order="5"] {
    transform: translateY(8.8rem);
  }
  .section .inner_wrap > .headline,
  .section .inner_wrap > .text {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
  }
  #modal .modal_inner {
    height: 100%;
    overflow-y: auto;
    padding: 7rem;
  }
  #modal.middle .modal_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .bg_close {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    cursor: pointer;
  }
  #modal .modal_content {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.7);
    transform-origin: center;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: 118.4rem;
    height: fit-content;
    margin: 0 auto;
    background: #fff;
    color: #333333;
    padding: 3.2rem;
    border: #2FADCF 0.3rem solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    border-radius: 1.6rem;
    box-shadow: 4px 4px 16px 0px rgba(39, 120, 190, 0.2);
  }
  #modal .modal_content.show {
    position: relative;
  }
  #modal .modal_content .btn_close {
    margin: 0 auto;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 50%;
    background: #2FADCF;
    position: absolute;
    right: -4.3rem;
    top: -4.3rem;
  }
  #modal .modal_content .btn_close:before, #modal .modal_content .btn_close:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.4rem;
    height: 0.4rem;
    background: #fff;
    left: 0.9rem;
    top: 1.4rem;
    transform-origin: center;
  }
  #modal .modal_content .btn_close:before {
    transform: rotate(45deg);
  }
  #modal .modal_content .btn_close:after {
    transform: rotate(-45deg);
  }
  #modal .modal_content .pic {
    width: 100%;
    height: fit-content;
    overflow: auto;
  }
  #modal .modal_content#panel1 .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 2292/1024;
  }
  #modal .modal_content#panel2 .pic img {
    width: 100%;
    height: auto;
    aspect-ratio: 1824/816;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
  .modal_open #modal .modal_content.show {
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .go_top_btn {
    margin-top: 8.8rem;
  }
}
@media screen and (max-width: 768px) {
  .head_section {
    padding-top: 10.5rem;
  }
  .head_section .head_title {
    font-weight: bold;
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
  }
  .head_section .head_title small {
    display: block;
    font-size: 1.4rem;
    line-height: 2.5rem;
    margin-bottom: 0.5rem;
  }
  .head_section .head_title .sub {
    display: block;
    font-size: 1.6rem;
    line-height: 3rem;
    margin-top: 1rem;
  }
  .head_section .text {
    margin-top: 2.5rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
  }
  .head_section .pic {
    width: 89.552238806%;
    border-radius: 1.6rem;
    overflow: hidden;
    margin: 2.5rem auto 0;
  }
  .section {
    padding-top: 6rem;
  }
  .section + .section {
    margin-top: 0;
  }
  .section .inner_wrap.bg {
    width: 100%;
    background-color: #BCE2E8;
    padding: 6rem 2rem 7.5rem;
  }
  .section .inner_wrap.bg .copy {
    font-weight: 300;
    text-align: center;
  }
  .section .inner_wrap.bg .cards {
    margin-top: 4.5rem;
  }
  .section .inner_wrap.bg .cards li {
    width: 100%;
    height: auto;
    aspect-ratio: 335/100;
    padding: 0 2rem;
    background: url("../symposium01/images/card_bg_sp.svg") no-repeat center/100% 100%;
    display: grid;
    place-items: center;
  }
  .section .inner_wrap.bg .cards li p {
    font-size: 1.7rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    text-align: center;
  }
  .section .inner_wrap.bg .cards li + li {
    margin-top: 2.5rem;
  }
  .section .inner_wrap.bg .text {
    font-size: 1.8rem;
    line-height: 3rem;
    color: #2A6C7E;
    margin-top: 4.5rem;
  }
  .section .inner_wrap.bg .text .bold {
    word-break: break-all;
    display: inline-block;
    position: relative;
  }
  .section .inner_wrap.bg .text .bold::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.3rem;
    background: #00DCFF;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .section .inner_wrap.bg .btn {
    width: 22.5rem;
    height: 5rem;
    background: #2FADCF;
    color: #fff;
    font-size: 1.6rem;
    line-height: 2.5rem;
    border-radius: 12.8rem;
    margin: 3rem auto 0;
  }
  .section .section_title.wave {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
    white-space: nowrap;
    margin-bottom: 5rem;
  }
  .section .section_title.wave + .flex_wrap {
    margin-top: 5.2rem;
  }
  .section .section_title.wave + .headline {
    margin-top: 5.2rem;
  }
  .section .flex_wrap .pic {
    width: 28.5rem;
    margin: auto;
    padding-bottom: 3rem;
  }
  .section .flex_wrap .pic:has(.modal_open) {
    width: 100%;
  }
  .section .flex_wrap .pic .pic_frame {
    height: 20rem;
  }
  .section .flex_wrap .texts .text.title {
    font-size: 1.6rem;
    line-height: 2.5rem;
    font-weight: 600;
    color: #2FADCF;
    margin-bottom: 2.5rem;
  }
  .section .flex_wrap .texts a {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    display: block;
    width: fit-content;
    margin-top: 1.5rem;
  }
  .section .flex_wrap + .flex_wrap {
    margin-top: 5rem;
  }
  .section .flex_wrap.gallery .pic {
    margin-top: 2.5rem;
  }
  .section .headline {
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
  }
  .section .headline + .text {
    margin-top: 2.5rem;
  }
  .section .box {
    display: block;
    width: 28.5rem;
    margin-left: auto;
    margin-right: auto;
    padding: 2.5rem;
    border-radius: 3.2rem;
    border: 1px solid #2FADCF;
  }
  .section .box .title {
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-align: center;
  }
  .section .box .links {
    width: 100%;
    margin-top: 0.3rem;
  }
  .section .box .links li {
    width: 100%;
  }
  .section .box .links li a {
    font-size: 1.4rem;
    line-height: 4.5rem;
    letter-spacing: 0.05em;
    font-weight: 300;
    display: block;
    width: 100%;
  }
  .section .pic .pic_frame {
    width: 100%;
    height: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open {
    padding: 0.5rem;
    border: 1px solid #BCE2E8;
    position: relative;
    height: 15.5rem;
  }
  .section .pic .pic_frame.modal_open img {
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .section .pic .pic_frame.modal_open::after {
    content: "";
    display: block;
    width: 4rem;
    height: 4rem;
    background: url("../symposium01/images/zoom.svg") no-repeat center/100%;
    position: absolute;
    right: 1rem;
    bottom: 1rem;
  }
  .section .pic .cap {
    display: block;
    width: 100%;
    margin-top: 2.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
    font-weight: 300;
    letter-spacing: 0.05em;
  }
  .section .pic + .text {
    margin-top: 2rem;
  }
  .section .pic + .texts {
    margin-top: 2.4rem;
  }
  .section .text {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
  }
  .section .text.profile {
    margin-top: 1rem;
  }
  .section .text.profile .name {
    font-size: 2rem;
    line-height: 3rem;
    margin-top: 0.5rem;
  }
  .section .text.profile .name small {
    font-size: 1.4rem;
  }
  .section .text .bold {
    font-weight: bold;
  }
  .section .text + .text {
    margin-top: 2.5rem;
  }
  .section .text + .headline {
    margin-top: 2.5rem;
  }
  .section .text + .flex_wrap {
    margin-top: 2.5rem;
  }
  .section .text + .flex_wrap:has(.profile) {
    margin-top: 5rem;
  }
  .section .copy {
    font-size: 2rem;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .section .anchor:has(> .arrow) {
    color: #2A6C7E;
    position: relative;
    padding-right: 4rem;
  }
  .section .anchor:has(> .arrow) .arrow {
    display: block;
    width: 3.2rem;
    height: 3.2rem;
    background: url("../symposium01/images/arrow.png") no-repeat center/100%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .section .bg_area {
    max-width: 100%;
    margin: 0 auto 2.5rem;
    border-radius: 2.5rem;
    background: #EBF6FB;
    padding: 5rem 3rem 3rem;
  }
  .section .bg_area .row + .row {
    margin-top: 5rem;
  }
  .section .bg_area .row .row_title {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    color: #2FADCF;
    margin-bottom: 2.5rem;
  }
  .section .bg_area .row .program_title {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-bottom: 2.5rem;
  }
  .section .bg_area .row dl {
    margin-bottom: 2rem;
  }
  .section .bg_area .row dl dt {
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
  }
  .section .bg_area .row dl dd {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .section .bg_area .row dl dd small {
    font-size: 1.4rem;
  }
  .section .bg_area .row dl dd .li {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
  }
  .section .bg_area + .text {
    margin-top: 6.4rem;
  }
  .section .points {
    padding-top: 6em;
    margin-bottom: 5rem;
  }
  .section .points h3 {
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
    color: #2A6C7E;
    text-align: center;
    margin-bottom: 3rem;
  }
  .section .points .bg_area {
    padding: 3rem 2rem 2.5rem;
    position: relative;
  }
  .section .points .bg_area + .bg_area {
    margin-top: 2.5rem;
  }
  .section .points .bg_area .num {
    display: block;
    width: 3.5rem;
    height: 4.1rem;
    position: absolute;
    left: 2rem;
    top: 1.8rem;
  }
  .section .points .bg_area .num img {
    display: block;
    width: 100%;
  }
  .section .points .bg_area dl dt {
    font-size: 1.7rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 600;
    padding-left: 5rem;
  }
  .section .points .bg_area dl dd {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 300;
  }
  .section .pic_sec {
    margin: 5rem auto 1.5rem;
    width: 100%;
  }
  .section .pic_sec .pic {
    width: 100%;
    border-radius: 1.6rem;
    overflow: hidden;
  }
  .section .pic_sec .text {
    display: block;
    width: 100%;
    padding: 0 2.5rem;
    margin-top: 2.5rem;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .section .text_sec {
    margin: auto;
    width: 100%;
  }
  .section .text_sec .copy {
    margin-bottom: 3.2rem;
  }
  .section .comment_grid {
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 8rem;
    display: flex;
    flex-direction: column;
    gap: 4rem;
  }
  .section .comment_grid .comment_box {
    display: inline-block;
    break-inside: avoid;
    width: 100%;
    padding: 2.5rem 2.5rem 3rem;
    border-radius: 1.6rem;
    border: 1px solid #2FADCF;
  }
  .section .comment_grid .comment_box .pic {
    width: 100%;
  }
  .section .comment_grid .comment_box .pic .pic_frame {
    border-radius: 0.8rem;
  }
  .section .comment_grid .comment_box .texts {
    margin-top: 1.6rem;
  }
  .section .comment_grid .comment_box .texts .comment_text {
    padding: 0.8rem 1.5rem;
    position: relative;
  }
  .section .comment_grid .comment_box .texts .comment_text p {
    font-size: 1.8rem;
    line-height: 3rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    color: #2A6C7E;
    text-align: center;
  }
  .section .comment_grid .comment_box .texts .comment_text::before, .section .comment_grid .comment_box .texts .comment_text::after {
    content: "";
    display: block;
    width: 1.9rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
  }
  .section .comment_grid .comment_box .texts .comment_text::before {
    background-image: url("../symposium01/images/comment_before.svg");
    top: 0;
    left: 0;
  }
  .section .comment_grid .comment_box .texts .comment_text::after {
    background-image: url("../symposium01/images/comment_after.svg");
    bottom: 0;
    right: 0;
  }
  .section .comment_grid .comment_box .texts .profile_text {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-align: center;
  }
  .section .comment_grid .comment_box .texts .profile_text small {
    display: block;
    font-size: 1.2rem;
    line-height: 2rem;
  }
  .section .comment_grid .comment_box[data-order="1"] {
    order: 1;
  }
  .section .comment_grid .comment_box[data-order="2"] {
    order: 2;
  }
  .section .comment_grid .comment_box[data-order="3"] {
    order: 3;
  }
  .section .comment_grid .comment_box[data-order="4"] {
    order: 4;
  }
  .section .comment_grid .comment_box[data-order="5"] {
    order: 5;
  }
  .section .comment_grid .comment_box[data-order="6"] {
    order: 6;
  }
  #modal {
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: opacity 0.5s ease;
    background: rgba(255, 255, 255, 0.7);
  }
  #modal .btn_close {
    margin: 0 auto;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #2FADCF;
    position: absolute;
    right: 1.5rem;
    top: 20.6172839506vh;
    z-index: 2;
  }
  #modal .btn_close:before, #modal .btn_close:after {
    content: "";
    display: block;
    position: absolute;
    width: 1.4rem;
    height: 0.4rem;
    background: #fff;
    left: 0.8rem;
    top: 1.3rem;
    transform-origin: center;
  }
  #modal .btn_close:before {
    transform: rotate(45deg);
  }
  #modal .btn_close:after {
    transform: rotate(-45deg);
  }
  #modal .bg_close {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    cursor: pointer;
  }
  #modal .modal_inner {
    width: 100%;
    height: 61.7283950617vh;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    overflow-x: auto;
    padding: 2rem 0;
    z-index: 1;
  }
  #modal.middle .modal_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  #modal .modal_content {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    transform: scale(0.7);
    transform-origin: center;
    transform-origin: center;
    transition: transform 0.2s ease, opacity 0.2s ease;
    width: fit-content;
    height: 55.5555555556vh;
    margin: auto;
    background: #fff;
    color: #333333;
    padding: 0 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  #modal .modal_content .modal_frame {
    width: fit-content;
    height: 100%;
    padding: 2.5rem;
    border: #2FADCF 0.3rem solid;
    border-radius: 1.6rem;
    box-shadow: 4px 4px 16px 0px rgba(39, 120, 190, 0.2);
  }
  #modal .modal_content .pic {
    width: auto;
    height: 100%;
  }
  #modal .modal_content .pic img {
    width: auto;
    height: 100%;
  }
  body.modal_open {
    overflow: hidden;
  }
  .modal_open #modal {
    opacity: 1;
    pointer-events: auto;
  }
  .modal_open #modal .modal_content.show {
    transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
  }
  .go_top_btn {
    margin-top: 5rem;
  }
}