body {
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 400;
    font-style: normal;
}
:root {
  color-scheme: light;
}
a:hover {
    opacity: .7;
}
.modal {display: none;}

.layer_board_bg,
.layer_board {
position: absolute;
}
.layer_board_bg {
position: fixed;
width: 100%;
height: 100%;
z-index: 1000;
top: 0;
left: 0;
display: none;
cursor: pointer;
background: #000;
}
.layer_board {
display: none;
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
background: #fff;
text-align: center;
z-index: 2000;
}
.layer_board p {
    padding: 2.5% 5%;
    font-size: 3.5vw;
    font-size: min(3.5vw, 20px);
    font-weight: bold;
    background: #0FA956;
    color: #fff;
    margin-bottom: 5%;
    line-height: 140%;
}
.layer_board img {
    display: block;
    width: 90%;
    max-width: 780px;
    margin: 0 auto 5%;
}
.btn_close {
display: block;
text-decoration: none;
background: #000;
color: #fff;
text-align: center;
    padding: 2.5% 5%;
width: 200px;
margin: 0 auto 5%;
}
@keyframes modalOpen {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
      z-index: 1000;
  }
}
@keyframes modalClose {
  0% {
    opacity: 1;
      z-index: 1000;
  }
  100% {
    opacity: 0;
  }
}
@media screen and (max-width:480px) {
    .sp_none {display: none!important;}
	.header_bg {
		position:fixed;
		top:0;
		width: 100%;
		padding:20% 0;
		background-image: url("../images/bg_sp.svg");
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
	}
.header_box_bg {
    width: 100%;
    margin: 0 auto;
}
.header_box {
    width: 100%;
    margin: 0 auto;
}
.header_box_left {
    display: none;
}
.header_box_center {
}
.menu-btn {
    display: none;
}
    .menu-btn {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #0FA956;
        border-radius: 50%;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}
    #menu-btn-check {display: none;}
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}
.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;/*leftの値を変更してメニューを画面外へ*/
    z-index: 80;
    background-color: #0FA956;
    transition: all 0.5s;/*アニメーション設定*/
}
.menu-content ul {
    padding: 70px 10px 0;
}
.menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color:#ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
}
.menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
}
#menu-btn-check:checked ~ .menu-content {
    left: 0;/*メニューを画面内へ*/
}
.header_box_right {
    display: none;
}
.header_img {
    display: none;
}
.header_img_sp img {
	position:relative;
    display: block;
    width: 100%;
    margin: 0 auto;
	z-index:2;
}
main {
	position:relative;
	z-index:1;
}
    .top_y2y_banner {
        position: fixed;
        bottom: 10px;
        right: 10px;
        width: 140px;
        z-index: 2;
    }
    .top_y2y_banner img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_about {
	margin:40px auto 0;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
.top_about_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_about_inner_title h2 {
    font-size: 5vw;
    font-size: clamp(15px, 5vw, 40px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_about_inner_box {
    margin: 0 auto;
}
.top_about_inner_box_block {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0;
    padding: 14.5% 0;
    background: #fff;
    border-radius: 10%;
}
.top_about_inner_box_block::after {
    position: absolute;
    top: -10px;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url("../images/top_about03.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
.top_about_inner_box_block h3 {
    position: relative;
    z-index: 1;
    font-size: 5vw;
    font-size: clamp(15px, 6vw, 50px);
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #E84C92;
}
.top_about_inner_box_block h3::after {
    content: ' ';
    margin-left: 20px;
    padding: 15px;
    background-image: url(../images/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_about_inner_box_block p {
    position: relative;
    z-index: 1;
    margin-top: 3%;
    font-size: 5vw;
    font-size: clamp(15px, 4vw, 30px);
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #E84C92;
}
.top_about_img01 {
    display: none;
}
.top_about_img02 {
    display: none;
}
.top_topics {
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(253,251,244,0.80);
}
.top_topics_img01 {
    display: none;
}
.top_topics_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
    .top_topics_inner::before {
        position: absolute;
        top: 5%;
        right: 0;
        content: ' ';
        padding: 30% 15%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-image: url(../images/top_about02.svg);
    }
.top_topics_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: left;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_topics_inner_title p {
    margin: 0px auto;
    font-size: 1vw;
    font-size: clamp(21px, 1vw, 38px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
.top_topics_inner ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 30px auto 50px;
}
.top_topics_inner li {
    position: relative;
    width: 49%;
    margin: 0 0 20px;
    padding: 0;
}
    .top_topics_inner li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_topics_inner li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_timetable {
	position:relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(198,226,115,0.80);
}
.top_timetable_img01 {
    position: absolute;
    top: 20%;
    left: 10%;
    width: 20%;
    margin: auto;
}
.top_timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_timetable_inner_title p {
    display: block;
    width: 65%;
    margin: 20% 0 0 35%;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
.top_timetable_inner_box {
    width: 80%;
    margin: 100px auto 50px;
}
.top_timetable_inner_box a {
    position: relative;
    display: block;
    width: 100%;
    margin: 20px 0;
    padding: 20px 0;
    border-radius: 20px;
}
.top_timetable_inner_box a::before {
    position: absolute;
    top:40%;
    right: 10%;
    content: ' ';
    padding: 15px;
    background-image: url(../images/arrow02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_timetable_inner_box a img {
    display: block;
    width: 40%;
    margin: 0 auto 0 15%;
}
.top_timetable_inner_box_block01 {
    background: #E84C92;
}
.top_timetable_inner_box_block02 {
    background: #1E5294;
}
.top_timetable_inner_youtube {
    display: block;
    max-width: 780px;
  width: 90%;
    margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.top_timetable_inner_youtube iframe {
  width: 100%;
  height: 100%;
}
.top_speaker {
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(253,251,244,0.80);
}
.top_speaker_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_speaker_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_speaker_inner_title p {
    display: block;
    width: 85%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
.top_speaker_inner_list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
}
.top_speaker_inner_list ul li {
    width: 48%;
    margin: 15px 0;
    padding: 10px 0;
    background: #fff;
    border:3px solid #604C3F;
    border-radius: 20px;
}
.top_speaker_inner_list ul li a {
    display: block;
}
.top_speaker_inner_list ul li a img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_speaker_inner_list_director {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(11px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name span{
    font-size: 1.6vw;
    font-size: clamp(13px, 1vw, 23px);
}
.js_modalBtnCont {
  display: block;
  color: #222;
  transition: 0.3s;
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
    right: 0;
    margin: auto;
  width: 100%;
    max-width: 1280px;
  height: 100%;
  background-color: rgba(15,169,86,0.80);
}
.modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  padding: 50px 30px 30px;
    border-radius: 30px;
}
.modal {
  overflow-y: scroll;
  max-height: 55vh;
}
.modal > * + * {
  margin-top: 10px;
}
.modalInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 13.5px;
  right: 20.5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #0FA956;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 5px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}

.modaal-content-container h2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 28px);
    color: #E84C92;
    line-height: 150%;
}
.modaal-content-container h2 span {
    margin-right: 5px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    font-size: clamp(25px, 3vw, 40px);
}
.modaal-content-container h3 {
    display: block;
    width: 90%;
    margin: 30px auto;
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 23px);
    color: #1E5294;
    line-height: 150%;
}
.modal_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 15px auto;
}
.modal_box_left {
    display: none;
}
.modal_box_right {
    width: 100%;
    margin: 0;
}
.modal_box_right h4 {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    color: #614C3F;
}
.modal_box_right_name_after {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
}
.modal_box_right_director {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 21px);
    font-weight: 600;   
}
.modal_box_right p {
    margin: 20px auto;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
    color: #614C3F;
    line-height: 200%;
}

.top_sponsor {
    margin: 40px auto;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
.top_sponsor_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_sponsor_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_sponsor_inner_title p {
    margin: 15px auto;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_sponsor_inner_box {
    padding-bottom: 50px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_sponsor_inner_box h3 {
    display: block;
    width: 90%;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    text-align: center;
    color: #fff;
    background: #0FA956;
    border-radius: 10px;
}
.top_sponsor_inner_box01 {
    width: 80%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block {
    width: 100%;
}
.top_sponsor_inner_box01_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box02 {
    width: 80%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block {
    width: 100%;
}
.top_sponsor_inner_box02_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box03 {
    width: 80%;
    margin: 20px auto;
}
.top_sponsor_inner_box03_block {
    width: 100%;
}
.top_sponsor_inner_box03_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box03_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box li {
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news {
    margin: 40px auto;
    padding: 50px 0;
    background: rgba(253,251,244,0.80);
}
.top_news_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_news_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_news_inner_title p {
    margin: 15px auto 30px;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news_inner_box {
    padding: 30px 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_news_inner_box ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.top_news_inner_box ul li {
    display: block;
    width: 100%;
    margin: 30px auto;
}
.top_news_inner_box_date {
    margin-right: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_box_category {
    margin-right: 1em;
    padding: 5px 10px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #0FA956;
}
.top_news_inner_box_text {
    display: block;
    margin-top: 10px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_btn {
    position: relative;
    display: block;
    width: 70%;
    margin: 30px auto;
    padding: 10px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:3px solid #604C3F;
    border-radius: 50px;
}
.top_news_inner_btn::before {
    position: absolute;
    top:23%;
    right: 5%;
    content: ' ';
    padding: 10px;
    background-image: url(../images/arrow03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_areamap {
    margin: 40px auto;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
.top_areamap_img01 {
    display: none;
}
.top_areamap_img02 {
    display: none;
}
.top_areamap_img03 {
    display: none;
}
.top_areamap_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_areamap_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_areamap_inner_title h3 {
    margin: 15px auto;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_areamap_inner_title p {
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
	.top_areamap_inner_btn01 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
	.top_areamap_inner_btn02 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
.top_areamap_inner_box01 {
    padding: 10px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_areamap_inner_box01 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_areamap_inner_box02 {
    display: block;
    width: 100%;
    max-width: 1080px;
    margin: 30px auto 0;
}
.top_areamap_inner_box02 img {
    display: block;
    width: 100%;
    margin: 0 auto;
	border: 2px solid #604C3F;
    border-radius: 30px;
}
.top_access {
    margin: 40px auto 0;
    padding: 50px 0;
    background: rgba(253,251,244,0.80);
}
.top_access_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_access_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_access_inner_title h3 {
    margin: 15px auto;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_title p {
    margin: 15px auto 30px;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_googlemap {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0 auto;
    border:2px solid #604C3F;
    border-radius: 30px;
    overflow: hidden;
}
.top_access_inner_googlemap iframe {
    width: 100%;
    height: 100%;
    border-radius: 30px;
}
.top_access_inner_trainmap {
    margin: 50px 0;
}
.top_access_inner_trainmap_left {
    display: block;
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_access_inner_trainmap_left img {
    display: block;
    width: 90%;
    margin:auto;
}
.top_access_inner_trainmap_right {
    width: 100%;
    margin: 0;
}
.top_access_inner_trainmap_right h4 {
    display: block;
    margin: 30px 0 ;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    color: #614C3F;
}
.top_access_inner_trainmap_right_h4_02 {margin-top: 50px;}
.top_access_inner_trainmap_right_h4_01::before {
    content: ' ';
    margin-right: 1em;
    padding: 20px;
    background-image: url(../images/top_access02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right_h4_02::before {
    content: ' ';
    margin-right: 1em;
    padding: 40px;
    background-image: url(../images/top_access03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right h5 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    font-weight: 600;
    color: #614C3F;
    border-left: 9px solid #614C3F; 
}
.top_access_inner_trainmap_right p {
    margin: 10px 0 20px;
    padding-top: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #614C3F;
    line-height: 180%;
    border-top: 1px solid #614C3F; 
}
.top_sns {
    margin: 0 auto;
    padding: 30px 0;
}
.top_sns ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 70%;
    margin: 0 auto;
}
.top_sns ul li {
    width: 20%;
    margin: 0;
    padding: 0;
}
.top_sns ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_sns ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
footer {
	position:relative;
	z-index:1;
    padding: 50px 0;
    background: #0FA956;
}
.footer_box {
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.footer_box_left {
    width: 100%;
    margin-bottom: 50px;
}
.footer_box_left_img01 {
	display:block;
    width: 50%;
    margin:0 auto 50px;
}
.footer_box_left_img02 {
	display:block;
    width: 80%;
    margin:0 auto ;
}
.footer_box_right {
    width: 100%;
}
.footer_box_right_box {
    width: 100%;
}
.footer_box_right_box ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li {
    width: 45%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li a {
    display: block;
    margin: 10px 0 5px;
    padding: 0 0 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer_box_right copy {
    display: block;
    margin-top: 40px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
}
/*    タイムテーブル　　*/
    
.timetable {
    position: relative;
    margin: 0 auto;
    padding: 50px 0 50px;
    background: rgba(255,255,255,0.70)
}
.timetable_img01 {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 18%;
    margin: auto;
}
.timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(80px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.timetable_inner_title p {
    display: block;
    width: 65%;
    margin: 10% 0 0 35%;
    font-size: 1vw;
    font-size: clamp(20px, 1vw, 38px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F; 
}
    .timetable_inner_box01 {
        position: relative;
        width: 100%;
        margin: 100px auto 0;
        background: #fff;
        border: 2px solid #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box01_title {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        display: block;
        width: 250px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box01_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box01_content img {
        display: block;
        height: 600px;
        margin: 30px auto;
    }
    .timetable_inner_box02 {
        position: relative;
        width: 100%;
        margin: 120px auto 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
.timetable_inner_box02_blue {border: 2px solid #1E5294!important;}
    .timetable_inner_box02_title {
        position: absolute;
        top: -50px;
        left: 0;
        right: 0;
        display: block;
        width: 250px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box02_title_blue {background: #1E5294!important;}
    .timetable_inner_box02_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box02_content img {
        display: block;
        height: 600px;
        margin: 30px auto;
    }
/*    がんフェアとは　　*/
   
.about {
    padding: 50px 0;
}
.about_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.about_inner_title h2 {
    font-size: 5vw;
    font-size: clamp(15px, 5vw, 40px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.about_img01 {
    display: none;
}
.about_img02 {
    display: none;
}
    .about_inner_box {
        display: block;
        width: 90%;
        max-width: 1120px;
        margin: 30px auto;
        padding: 30px 0;
        background: #fff;
        border: 3px solid #E84C92;
        border-radius: 20px;
    }
    .about_inner_box h3 {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(23px, 3vw, 30px);
        text-align: center;
        color: #E84C92;
    }
    .about_inner_box p {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(16px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .about_inner_box table {
        display: block;
        width: 95%;
        margin: 30px auto;
    }
    .about_inner_box table tr {
        display: block;
        width: 90%;
        margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
    }
    .about_inner_box table tr th {
        width: 90px;
        padding: 20px 0;
    }
    .about_inner_box table tr td {
        padding: 20px 0;
    }
/*    感染症対策　　*/
    
.kansen {
    padding: 80px 0;
    background: rgba(255,255,255,0.90);
}
.kansen_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.kansen_inner_title h2 {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(30px, 3vw, 50px);
        text-align: center;
        color: #E84C92;
    }
.kansen_inner_title p {
        display: block;
        width: 90%;
        max-width: 1200px;
    margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .kansen_inner_box {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 50px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 2px solid #E84C92;
        border-radius: 20px;
    }
    .kansen_inner_box h3 {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        text-align: left;
        color: #E84C92;
        border-bottom: 2px solid #E84C92;
    }
    .kansen_inner_box p {
        display: block;
        width: 85%;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}/*    topics    */
    
.topics {
    padding: 100px 0 80px;
}
.topics_title h2 {
    position: relative;
    margin-bottom: 30px;
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
    }
.topics_box01 {
	position:relative;
    padding: 80px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box01_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box01_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 5vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box01_inner_title h3 span {
        margin-left: 1em;
        font-size: 4vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box01_inner_box {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box01_inner_box_block {
        width: 100%;
        margin: 15px 0;
        padding: 15px;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block01 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        right: -1%;
        padding: 6%;
        background: url("../images/topics02.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4 {
        position: relative;
        font-size: 2vw;
        font-size: clamp( 20px, 2vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block01 img {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
    }
    .topics_box01_inner_box_block01 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
/*
    .topics_box01_inner_box_block02 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -2%;
        left: -6%;
        padding: 12%;
        background: url("../images/topics04.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block02 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics05.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
*/
    .topics_box01_inner_box_block02 h4 {
        position: relative;
        font-size: 2vw;
        font-size: clamp( 20px, 2vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block02 h4 span {
        font-size: 1.6vw;
        font-size: clamp( 20px, 1.6vw, 30px);
    }
    .topics_box01_inner_box_block02_box {
        margin: 20px 0 0;
    }
    .topics_box01_inner_box_block02_box_left {
        width: 100%;
    }
    .topics_box01_inner_box_block02_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto 15px;
    }
    .topics_box01_inner_box_block02_box_right {
        width: 100%;
    }
    .topics_box01_inner_box_block02_box_right  p {
        display: block;
        margin: 0 auto;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
/*
    .topics_box01_inner_box_block03 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -11%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block03 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics07.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
*/
    .topics_box01_inner_box_block03 h4 {
        position: relative;
        font-size: 2vw;
        font-size: clamp( 20px, 2vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block03 h4 span {
        font-size: 1.6vw;
        font-size: clamp( 16px, 1.6vw, 30px);
    }
    .topics_box01_inner_box_block03 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block03 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
/*
    .topics_box01_inner_box_block04 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 41%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics09.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
*/
    .topics_box01_inner_box_block04 h4 {
        position: relative;
        font-size: 2vw;
        font-size: clamp( 20px, 2vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block04 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block04 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05 {
        position: relative;
        margin: 15px 0 0;
        padding: 2% 2% 4%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block05_img01 {
        display: none;
    }
    .topics_box01_inner_box_block05_img02 {
        display: none;
    }
    .topics_box01_inner_box_block05_img03 {
        display: none;
    }
    .topics_box01_inner_box_block05_img04 {
        display: none;
    }
    .topics_box01_inner_box_block05 h4 {
        display: block;
        width: 93%;
        margin: 0 auto;
        padding: 15px 0;
        font-size: 2vw;
        font-size: clamp( 20px, 2vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        border-bottom: 2px dotted #707070;
    }
    .topics_box01_inner_box_block05_box {
        width: 93%;
        margin: 0 auto;
        border-bottom: 2px dotted #707070;
    }
    .topics_box01_inner_box_block05_box_left {
        width: 100%;
    }
    .topics_box01_inner_box_block05_box_left_logo {
        display: block;
        width: 70%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_left_images {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_right {
        width: 100%;
        margin-top: 50px;
    }
    .topics_box01_inner_box_block05_box_right_logo {
        display: block;
        width: 60%;
        margin: 30px auto 15px;
    }
    .topics_box01_inner_box_block05_box_right h5 {
        margin-bottom: 10px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        text-align: center;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right_images {
        display: block;
        width: 60%;
        margin: 15px auto;
    }
.topics_box02 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box02_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box02_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 5vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box02_inner_title h3 span {
        margin-left: 1em;
        font-size: 4vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box02_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box02_inner_box_block01 {
        width: 95%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 100%;
    }
    .topics_box02_inner_box_block01_left_left {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left_right {
        display: block;
        width: 78%;
    }
    .topics_box02_inner_box_block01_left_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 22px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_left_right h5 {
        margin: 10px 0 5px;
        font-size: 2.5vw;
        font-size: clamp( 17px, 2.5vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 100%;
        margin: 50px auto;
    }
    .topics_box02_inner_box_block01_right_left {
        display: none;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_right_center {
        display: block;
        width: 78%;
    }
    .topics_box02_inner_box_block01_right_center h4 {
        font-size: 2.5vw;
        font-size: clamp( 22px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_right_center h5 {
        margin: 10px 0 5px;
        font-size: 2.3vw;
        font-size: clamp( 17px, 2.3vw, 26px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_right_center p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right_right {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02 {
        width: 95%;
        margin: 80px auto 0;
    }
    .topics_box02_inner_box_block02_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 100%;
    }
    .topics_box02_inner_box_block02_left h4 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 2.5vw;
        font-size: clamp( 22px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_left_left {
        display: block;
        width: 48%;
    }
    .topics_box02_inner_box_block02_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_left_right {
        display: block;
        width: 50%;
    }
    .topics_box02_inner_box_block02_left_right h5 {
        margin: 0 0 5px;
        font-size: 2.3vw;
        font-size: clamp( 17px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block02_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width:100%;
        margin: 50px auto 0;
    }
    .topics_box02_inner_box_block02_right h4 {
        display: block;
        width: 100%;
        margin: 0 0 10px;
        font-size: 2.5vw;
        font-size: clamp( 22px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_right_left {
        display: block;
        width: 28%;
    }
    .topics_box02_inner_box_block02_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_right_right {
        display: block;
        width: 70%;
    }
    .topics_box02_inner_box_block02_right_right h5 {
        margin: 0 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 17px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_right_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
.topics_box03 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box03_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box03_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 5vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box03_inner_title h3 span {
        margin-left: 1em;
        font-size: 4vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box03_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 4% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box03_inner_box h4 {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        color: #E84C92;
        line-height: 150%;
    }
    .topics_box03_inner_box h4 br {
        display: none;
    }
    .topics_box03_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 20px auto 0;
    }
    .topics_box03_inner_box_block01_images {
        width: 49%;
        margin: 0 0 5px;
    }
    .topics_box03_inner_box_block01_images img {
        width: 100%;
    }
    .topics_box03_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto 30px;
    }
    .topics_box03_inner_box_block02_left {
        width: 100%;
    }
    .topics_box03_inner_box_block02_left img,.topics_box03_inner_box_block02_right img {
        width: 100%;
    }
.topics_box04 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box04_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box04_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 5vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box04_inner_title h3 span {
        margin-left: 1em;
        font-size: 4vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box04_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box04_inner_box_block01 {
        width: 95%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block01_left {
        width: 100%;
        margin-top: 30px;
    }
    .topics_box04_inner_box_block01_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block01_left h5 {
        margin: 10px 0;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block01_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block01_right {
        width: 100%;
    }
    .topics_box04_inner_box_block01_right img {
        width: 100%;
        margin: 20px auto 0;
    }
    .topics_box04_inner_box_block02 {
        width: 95%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block02_right {
        width: 100%;
        margin: 12% 0 0;
    }
    .topics_box04_inner_box_block02_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block02_right h5 {
        margin: 10px 0;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block02_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block02_left {
        width: 100%;
        margin: 5% 0 0;
    }
    .topics_box04_inner_box_block02_left img {
        width: 75%;
        margin: 0 0 0 5%;
    }
    .topics_box04_inner_box_block03 {
        width: 95%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block03_left {
        width: 100%;
        margin: 30px auto 0;
    }
    .topics_box04_inner_box_block03_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block03_left h5 {
        margin: 10px 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block03_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block03_right {
        width: 100%;
        margin: 20px auto 0;
    }
    .topics_box04_inner_box_block03_right img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block04 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 0 auto;
        padding: 30px 10px 50px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block04_right {
        width: 100%;
        margin: 0;
    }
    .topics_box04_inner_box_block04_right img {
        width: 100%;
        margin: 10px 0 0;
    }
    .topics_box04_inner_box_block04_right h4 {
        margin: 10px 0 10px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block04_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block04_left {
        width: 100%;
        margin: 0;
    }
    .topics_box04_inner_box_block04_left img {
        width: 100%;
        margin: 0;
    }
    .topics_box04_inner_box_block05 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 0 auto;
        padding: 30px 10px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block05_left {
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block05_left_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 0;
    }
    .topics_box04_inner_box_block05_left_box_left {
        width: 100%;
    }
    .topics_box04_inner_box_block05_left_box_left h5 {
        margin: 10px 0;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block05_left_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block05_left_box_right {
        display: none;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_left_box_right img {
        display: block;
        width: 60%;
        margin: 30px auto;
    }
    .topics_box04_inner_box_block05_right {
        position: relative;
        width: 100%;
        margin: 10px auto;
    }
    .topics_box04_inner_box_block05_right img {
        display: block;
        width: 100%;
        margin: 0;
    }
    .topics_box04_inner_box_block06 {
        width: 95%;
        margin: 0 auto;
        padding: 0 10px;
        border-bottom: 2px dashed #E84C92
    }
    .topics_box04_inner_box_block06_right {
        width: 100%;
        margin: 50px 5% 0 0;
    }
    .topics_box04_inner_box_block06_right img {
        width: 100%;
        margin: 30px 0 0;
    }
    .topics_box04_inner_box_block06_right h4 {
        margin: 10px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block06_right h5 {
        margin: 10px 0;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block06_right_box {
    }
    .topics_box04_inner_box_block06_right_box_left {
        width: 100%;
    }
    .topics_box04_inner_box_block06_right_box_left img {
        display: block;
        width: 50%;
        margin: 10px auto;
    }
    .topics_box04_inner_box_block06_right_box_right {
        width: 100%;
    }
    .topics_box04_inner_box_block06_right_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block06_left {
        width: 100%;
        margin: 50px 0 0;
    }
    .topics_box04_inner_box_block06_left img {
        display: block;
        width: 70%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block06_right_images {
        display: block;
        width: 50%!important;
        margin: 0 -10% 0 auto!important;
    }
.topics_box05 {
	position:relative;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box05_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box05_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 5vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box05_inner_box {
        display: block;
        width: 100%;
        margin: 15px 0;
        padding: 30px 0 0;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box05_inner_box h4 {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        line-height: 150%;
        color: #E84C92;
    }
    .topics_box05_inner_box h4 br {
        display: none;
    }
    .topics_box05_inner_box_images01 {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 30px auto;
    }
    .topics_box05_inner_box_images02 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -67%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 70%;
    }
    .y2y_about_box01_left {
        display: none;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 100%;
        margin: 0;
    }
    .y2y_about_box01_right_title {
        font-size: 9vw;
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box01_right_text {
        margin: 15px 0 30px;
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_title {
        display: block;
        width: 100%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 9.5vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02 {
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box02_left {
        margin: 0;
    }
    .y2y_about_box02_left p {
        font-size: 4.9vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02_center {
        display: block;
        width: 15%;
        margin: 15px auto;
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        margin: 0;
    }
    .y2y_about_box02_right p {
        font-size: 4.9vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_about_box02_right p span {
        font-size: 9vw;
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 8vw;
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        line-height: 130%;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 30px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 24%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 0;
    }
    .y2y_content_box01_left {
        width: 100%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 85%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 100%;
    }
    .y2y_content_box01_right ul {
        margin: 30px 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 10px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 15px;
        padding: 0;
        font-size: 5vw;
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 10vw;
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        line-height: 170%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
/*    ニュース　　*/
    .news {
        display: block;
        width: 85%;
        max-width: 1280px;
        margin: 100px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 3px solid #E84C92;
        border-radius: 20px;
        
    }
    .news_title {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 0 auto;
    }
    .news_title time {
        font-size: 2vw;
        font-size: clamp(15px, 2vw, 20px);
        color: rgba(100,100,100,1.00)
    }
    .news_title li {
        display: inline-block;
        margin-left: 1em;
        padding: 5px 10px;
        font-size: 1.6vw;
        font-size: clamp(15px, 1.2vw, 23px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #0FA956;
    }
    .news_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 2px solid #E84C92;
    }
    .news_content {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 30px auto;
    }
    .news_content h2 {
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .news_content h3 {
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .news_content p {
    font-size: 1.6vw;
    font-size: clamp(16px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .news_btn {
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 1.6vw;
        font-size: clamp(16px, 1.6vw, 21px);
        font-weight: 600;
        text-align: center;
        color: #fff;
    background: #0FA956;
    }
/*    カテゴリ　*/
    .category {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 100px auto;
        padding: 30px 0;
        background: #fff;
        border: 3px solid #1E5294;
        border-radius: 20px;
        
    }
    .category h1 {
        display: block;
        width: 85%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #1E5294;
        border-bottom: 2px solid #1E5294;
        
    }
    .category ul li a {
        display: block;
        width: 85%;
        margin: 0 auto;
        padding: 30px 0 25px;
        border-bottom: 2px dashed #614C3F;
    }
    .category ul li a h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
    .category ul li a h2 span {
    margin-left: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
/*    固定ページ　　*/
    .page {
        position: relative;
        z-index: 1;
        display: block;
        width: 85%;
        max-width: 1280px;
        margin: 100px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 3px solid #E84C92;
        border-radius: 20px;
    }
    .page_title {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 0 auto;
    }
    .page_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 2px solid #E84C92;
    }
    .page_content {
        display: block;
        width: 85%;
        max-width: 840px;
        margin: 30px auto;
    }
    .page_content h2 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .page_content h3 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .page_content h4 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 400;
        color: #614C3F;
    }
    .page_content p {
        margin: .5em auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 400;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
}
@media screen and (min-width:481px) and (max-width:1079px) {
    .pc_none {display: none!important;}
    .tb_none {display: none!important;}
    #timetable_inner_box18,#about_inner_box01,#about_inner_box02,#about_inner_box03 {
        margin-top: -100px;
        padding-top: 100px;
    }
.header_bg {
	position:fixed;
	top:0;
    width: 100%;
	padding:50% 0;
    background-image: url("../images/bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
	z-index:-1;
}
header {
    margin-top: 6%;
}
.header_box_bg {
	position:fixed;
	top:0;
    width: 100%;
    margin: 0 auto;
    background: #0FA956;
	z-index:1;
}
.header_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 0;
}
.header_box_left {
    width: 5%;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_center {
    width: 78%;
    margin: .3% auto 0;
}
.header_box_center nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_box_center nav ul li {
    margin: 0 10px;
    padding: 0;
}
.header_box_center nav ul li a {
    position: relative;
    display: inline-block;
    font-size: clamp(13px, 1vw, 21px);
    color: #fff;
}
.header_box_center nav ul li a::after {
    position: absolute;
    top:0;
    right: -15px;
    margin: auto;
    content: '|';
    color: #fff;
}
.menu-btn {
    display: none;
}
#menu-btn-check{
    display: none;
}
.header_box_right {
    width: 15%;
}
.header_box_right a {
    display: block;
    width: 90%;
    margin: 3% auto 0;
    padding: 10px 0;
    border: 2px solid #fff;
    border-radius: 50px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.header_img img {
    display: block;
    width: 90%;
    height: auto;
	margin: 3% auto 0;
}
main {
}
    .top_y2y_banner {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 140px;
        z-index: 2;
    }
    .top_y2y_banner img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_about {
    position: relative;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
.top_about_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_about_inner_title h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_about_inner_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px auto;
}
.top_about_inner_box_block {
    position: relative;
    width: 30%;
    margin: 0;
    padding-bottom: 4%;
    background: #fff;
    border-radius: 10%;
}
.top_about_inner_box_block::after {
    position: absolute;
    top: -5%;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url("../images/top_about03.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
.top_about_inner_box_block h3 {
    position: relative;
    z-index: 1;
    margin-top: 12%;
    font-size: 2vw;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #E84C92;
}
.top_about_inner_box_block h3::after {
    content: ' ';
    margin-left: 10px;
    padding: 7px;
    background-image: url(../images/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_about_inner_box_block p {
    position: relative;
    z-index: 1;
    margin-top: 3%;
    font-size: 1vw;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #E84C92;
}
.top_about_img01 {
    position: absolute;
    top:5%;
    right: 2%;
    width: 8%;
    margin: auto;
}
.top_about_img02 {
    position: absolute;
    top:5%;
    left: 2%;
    width: 8%;
    margin: auto;
}
.top_topics {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(253,251,244,0.80);
}
.top_topics_img01 {
    position: absolute;
    bottom: 0;
    left: 70%;
    right: 0;
    width: 8%;
    margin: auto;
}
.top_topics_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_topics_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_topics_inner_title p {
    margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_topics_inner ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0 auto 50px;
}
.top_topics_inner li {
    position: relative;
    width: 19%;
    padding: 0;
}
    .top_topics_inner li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_topics_inner li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_timetable {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(198,226,115,0.80);
}
.top_timetable_img01 {
    position: absolute;
    top: 30%;
    left: 0;
    right: 85%;
    width: 6%;
    margin: auto;
}
.top_timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_timetable_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_timetable_inner_box {
    display: block;
    width: 60%;
    margin: 100px auto;
}
.top_timetable_inner_box a {
    position: relative;
    display: block;
    width: 100%;
    margin: 30px 0;
    border-radius: 20px;
}
.top_timetable_inner_box a::before {
    position: absolute;
    top:30%;
    right: 5%;
    content: ' ';
    padding: 15px;
    background-image: url(../images/arrow02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_timetable_inner_box a img {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.top_timetable_inner_box_block01 {
    background: #E84C92;
}
.top_timetable_inner_box_block02 {
    background: #1E5294;
}

.top_timetable_inner_youtube {
    display: block;
    max-width: 780px;
  width: 90%;
    margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.top_timetable_inner_youtube iframe {
  width: 100%;
  height: 100%;
}
.top_speaker {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(253,251,244,0.80);
}
.top_speaker_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_speaker_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_speaker_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_speaker_inner_list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
}
.top_speaker_inner_list ul li {
    width: 48%;
    margin: 30px 0;
    padding: 20px 0;
    background: #fff;
    border:3px solid #604C3F;
    border-radius: 30px;
}
.top_speaker_inner_list ul li a {
    display: block;
}
.top_speaker_inner_list ul li a img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_speaker_inner_list_director {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name span{
    font-size: 1.6vw;
    font-size: clamp(13px, 1vw, 23px);
}
.js_modalBtnCont {
  display: block;
  color: #222;
  background-color: #fff;
  padding: 15px 5px;
  transition: 0.3s;
}
.js_modalWrap {
  opacity: 0;
  z-index: -1;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.js_modalWrap.active {
  animation: modalOpen 0.3s ease forwards;
}
.js_modalWrap.active2 {
  animation: modalClose 0.3s ease forwards;
}
.js_modalBG {
  position: absolute;
  top: 0;
  left: 0;
    right: 0;
    margin: auto;
  width: 100%;
    max-width: 1280px;
  height: 100%;
  background-color: rgba(15,169,86,0.80);
}
.modalInner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 90%;
  max-width: 1100px;
  background-color: #fff;
  padding: 40px;
    border-radius: 50px;
}
.modal {
  overflow-y: scroll;
  max-height: 80vh;
}
.modal > * + * {
  margin-top: 10px;
}
.modalInner > .js_modalClose + * {
  margin-top: 0;
}
.js_modalClose {
  display: block;
  position: absolute;
  top: 30.5px;
  right: 30.5px;
  width: 30px;
  height: 30px;
  overflow: hidden;
  cursor: pointer;
  z-index: 1001;
}
.js_modalClose::before,
.js_modalClose::after {
  content: "";
  background-color: #0FA956;
  position: absolute;
  top: 0px;
  right: 10px;
  width: 5px;
  height: 30px;
}
.js_modalClose::before {
  transform: rotate(45deg);
}
.js_modalClose::after {
  transform: rotate(-45deg);
}
.modaal-content-container h2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 28px);
    color: #E84C92;
    line-height: 150%;
}
.modaal-content-container h2 span {
    margin-right: 5px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    font-size: clamp(25px, 3vw, 40px);
}
.modaal-content-container h3 {
    display: block;
    width: 90%;
    margin: 30px auto;
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 23px);
    color: #1E5294;
    line-height: 150%;
}
.modal_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 15px auto;
}
.modal_box_left {
    width: 35%;
    margin: 0;
}
.modal_box_left img {
    width: 100%;
}
.modal_box_right {
    width: 63%;
    margin: 0;
}
.modal_box_right h4 {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    color: #614C3F;
}
.modal_box_right_name_after {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
}
.modal_box_right_director {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 21px);
    font-weight: 600;   
}
.modal_box_right p {
    margin: 20px auto;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
    color: #614C3F;
    line-height: 200%;
}

.top_sponsor {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(198,226,115,0.80);
}
.top_sponsor_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_sponsor_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_sponsor_inner_title p {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_sponsor_inner_box {
    padding-bottom: 50px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_sponsor_inner_box h3 {
    display: block;
    width: 90%;
    margin: 50px auto 30px;
    padding: 10px 0;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 32px);
    text-align: center;
    color: #fff;
    background: #0FA956;
    border-radius: 10px;
}
.top_sponsor_inner_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block {
    width: 23%;
}
.top_sponsor_inner_box01_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box02 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block {
    width: 40%;
}
.top_sponsor_inner_box02_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box03 {
    width: 50%;
    margin: 50px auto;
}
.top_sponsor_inner_box03_block {
    width: 100%;
}
.top_sponsor_inner_box03_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box03_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box li {
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(253,251,244,0.80);
}
.top_news_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_news_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_news_inner_title p {
    margin: 15px auto 30px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news_inner_box {
    padding: 50px 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_news_inner_box ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.top_news_inner_box ul li {
    display: block;
    width: 100%;
    margin: 30px auto;
}
.top_news_inner_box_date {
    margin-right: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_box_category {
    margin-right: 1em;
    padding: 5px 10px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #fff;
    background: #0FA956;
}
.top_news_inner_box_text {
    display: block;
    margin-top: 10px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_btn {
    position: relative;
    display: block;
    width: 50%;
    margin: 30px auto;
    padding: 20px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
}
.top_news_inner_btn::before {
    position: absolute;
    top:25%;
    right: 5%;
    content: ' ';
    padding: 15px;
    background-image: url(../images/arrow03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_areamap {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 50px;
    background: rgba(198,226,115,0.80);
}
.top_areamap_img01 {
    position: absolute;
    top: 8%;
    left: 65%;
    right: 0;
    width: 10%;
    margin: auto;
}
.top_areamap_img02 {
    position: absolute;
    top: 80%;
    left: 80%;
    right: 0;
    width: 9%;
    margin: auto;
}
.top_areamap_img03 {
    position: absolute;
    top: 63%;
    left: 0;
    right: 80%;
    width: 9%;
    margin: auto;
}
.top_areamap_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_areamap_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_areamap_inner_title h3 {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_areamap_inner_title p {
    margin: 20px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
	.top_areamap_inner_btn01 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
	.top_areamap_inner_btn02 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
.top_areamap_inner_box01 {
    padding: 30px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_areamap_inner_box01 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_areamap_inner_box02 {
    position: relative;
    display: block;
    width: 70%;
    max-width: 1080px;
    margin: 100px auto 0;
    border:2px solid #604C3F;
    border-radius: 30px;
    overflow: hidden;
}
.top_areamap_inner_box02 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_access {
    position: relative;
    margin: 40px auto 0;
    padding: 50px 0 50px;
    background: rgba(253,251,244,0.80);
}
.top_access_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_access_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_access_inner_title h3 {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_title p {
    margin: 15px auto 30px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_googlemap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
    overflow: hidden;
}
.top_access_inner_googlemap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.top_access_inner_trainmap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px 0;
}
.top_access_inner_trainmap_left {
    position: relative;
    width: 45%;
    margin: 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_access_inner_trainmap_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 90%;
    margin:auto;
}
.top_access_inner_trainmap_right {
    width: 45%;
    margin: 0;
}
.top_access_inner_trainmap_right h4 {
    display: block;
    margin: 30px 0 ;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    color: #614C3F;
}
.top_access_inner_trainmap_right_h4_02 {margin-top: 50px;}
.top_access_inner_trainmap_right_h4_01::before {
    content: ' ';
    margin-right: 1em;
    padding: 20px;
    background-image: url(../images/top_access02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right_h4_02::before {
    content: ' ';
    margin-right: 1em;
    padding: 40px;
    background-image: url(../images/top_access03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right h5 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    font-weight: 600;
    color: #614C3F;
    border-left: 9px solid #614C3F; 
}
.top_access_inner_trainmap_right p {
    margin: 10px 0 20px;
    padding-top: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #614C3F;
    line-height: 180%;
    border-top: 1px solid #614C3F; 
}
.top_sns {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}
.top_sns ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 30%;
    margin: 0 auto;
}
.top_sns ul li {
    width: 20%;
    margin: 0;
    padding: 0;
}
.top_sns ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_sns ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
footer {
    position: relative;
    padding: 100px 0;
    background: #0FA956;
    z-index: 1;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.footer_box_left {
    width: 50%;
    margin-bottom: 50px;
}
.footer_box_left_img01 {
    width: 50%;
    margin:0 0 50px 10%;
}
.footer_box_left_img02 {
    width: 80%;
}
.footer_box_right {
    width: 50%;
}
.footer_box_right_box {
    width: 100%;
}
.footer_box_right_box ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li {
    width: 45%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li a {
    display: block;
    margin: 40px 0 20px;
    padding: 0 0 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer_box_right copy {
    display: block;
    margin-top: 40px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
}
/*    タイムテーブル　　*/
    
.timetable {
    position: relative;
    margin: 0 auto;
    padding: 50px 0 150px;
}
.timetable_img01 {
    position: absolute;
    top: 7%;
    left: 75%;
    right: 0;
    width: 4%;
    margin: auto;
}
.timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.timetable_inner_title p {
    margin: 30px auto 80px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
   color: #614C3F;
    text-shadow    : 
       5px  5px 2px #ffffff,
      -5px  5px 2px #ffffff,
       5px -5px 2px #ffffff,
      -5px -5px 2px #ffffff,
       5px  0px 2px #ffffff,
       0px  5px 2px #ffffff,
      -5px  0px 2px #ffffff,
       0px -5px 2px #ffffff;
}
    .timetable_inner_box {
        margin-bottom: 100px;
    }
    .timetable_inner_box01 {
        position: relative;
        width: 100%;
        margin: 100px auto 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
.timetable_inner_box01_blue {border: 4px solid #1E5294!important;}
    .timetable_inner_box01_title {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        display: block;
        width: 400px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box01_title_blue {background: #1E5294!important;}
    .timetable_inner_box01_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box01_content img {
        display: block;
        height: 1000px;
        margin: 50px auto;
    }
    .timetable_inner_box02 {
        position: relative;
        width: 100%;
        margin: 150px auto 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
.timetable_inner_box02_blue {border: 4px solid #1E5294!important;}
    .timetable_inner_box02_title {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        display: block;
        width: 400px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box02_title_blue {background: #1E5294!important;}
    .timetable_inner_box02_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box02_content img {
        display: block;
        height: 1000px;
        margin: 50px auto;
    }
/*    がんフェアとは　　*/
    
.about {
    padding: 50px 0;
}
.about_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.about_img01 {
    position: absolute;
    top: 83%;
    left: 90%;
    right: 0;
    width: 7%;
    margin: auto;
}
.about_img02 {
    position: absolute;
    top: 20%;
    left: 0;
    right: 90%;
    width: 7%;
    margin: auto;
}
.about_inner_title h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
    .about_inner_box {
        display: block;
        width: 90%;
        max-width: 1120px;
        margin: 50px auto;
        padding: 50px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .about_inner_box h3 {
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(40px, 3vw, 60px);
        text-align: center;
        color: #E84C92;
    }
    .about_inner_box p {
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .about_inner_box table {
        display: block;
        width: 90%;
        margin: 30px auto;
    }
    .about_inner_box table tr {
        display: block;
        width: 90%;
        margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
    }
    .about_inner_box table tr th {
        width: 180px;
        padding: 20px 0;
    }
    .about_inner_box table tr td {
        padding: 20px 0;
    }
/*    感染症対策　　*/
    
.kansen {
    padding: 30px 0;
}
.kansen_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
    .kansen_inner_title {
        padding: 50px 0;
        background: rgba(255,255,255,0.70);
    }
.kansen_inner_title h2 {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(30px, 3vw, 50px);
        text-align: center;
        color: #E84C92;
    text-decoration: underline;text-underline-offset: 15px;
    }
.kansen_inner_title p {
        display: block;
        width: 90%;
        max-width: 1200px;
    margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .kansen_inner_box {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 50px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .kansen_inner_box h3 {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .kansen_inner_box p {
        display: block;
        width: 95%;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
/*    topics    */
    
.topics {
    padding: 100px 0 80px;
}
.topics_title h2 {
    position: relative;
    margin-bottom: 30px;
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
    }
.topics_box01 {
	position:relative;
    padding: 80px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box01_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box01_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box01_inner_title h3 span {
        margin-left: 1em;
        font-size: 2vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box01_inner_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box01_inner_box_block {
        width: 49%;
        margin: 15px 0;
        padding: 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block01 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        right: -1%;
        padding: 6%;
        background: url("../images/topics02.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block01 img {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
    }
    .topics_box01_inner_box_block01 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
/*
    .topics_box01_inner_box_block02 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -2%;
        left: -6%;
        padding: 12%;
        background: url("../images/topics04.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block02 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics05.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
*/
    .topics_box01_inner_box_block02 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block02 h4 span {
        font-size: 1.8vw;
        font-size: clamp( 20px, 1.8vw, 30px);
    }
    .topics_box01_inner_box_block02_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 20px 0 0;
    }
    .topics_box01_inner_box_block02_box_left {
        width: 57%;
    }
    .topics_box01_inner_box_block02_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box01_inner_box_block02_box_right {
        width: 41%;
    }
    .topics_box01_inner_box_block02_box_right  p {
        display: block;
        margin: 0 auto;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block03 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -11%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block03 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics07.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block03 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block03 h4 span {
        font-size: 2vw;
        font-size: clamp( 20px, 1.8vw, 30px);
    }
    .topics_box01_inner_box_block03 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block03 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block04 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 41%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics09.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block04 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block04 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block04 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05 {
        position: relative;
        margin: 15px 0 0;
        padding: 2% 2% 4%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block05_img01 {
        position: absolute;
        top: 1%;
        left: 1%;
        width: 5%;
    }
    .topics_box01_inner_box_block05_img02 {
        position: absolute;
        top: 3%;
        right: 0%;
        width: 11%;
    }
    .topics_box01_inner_box_block05_img03 {
        position: absolute;
        bottom: 8%;
        left: 2%;
        width: 5%;
    }
    .topics_box01_inner_box_block05_img04 {
        position: absolute;
        bottom: 10%;
        right: 3%;
        width: 5%;
        transform: rotate(90deg)
    }
    .topics_box01_inner_box_block05 h4 {
        display: block;
        width: 93%;
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        border-bottom: 4px dotted #707070;
    }
    .topics_box01_inner_box_block05_box {
        position: relative;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 93%;
        margin: 0 auto;
        border-bottom: 4px dotted #707070;
    }
    .topics_box01_inner_box_block05_box::after {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        margin: auto;
        content: ' ';
        width: 2px;
        height: 90%;
        background: #707070;
    }
    .topics_box01_inner_box_block05_box_left {
        width: 47%;
    }
    .topics_box01_inner_box_block05_box_left_logo {
        display: block;
        width: 70%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_left_images {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_right {
        width: 47%;
    }
    .topics_box01_inner_box_block05_box_right_logo {
        display: block;
        width: 60%;
        margin: 30px auto 15px;
    }
    .topics_box01_inner_box_block05_box_right h5 {
        margin-bottom: 10px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        text-align: center;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right_images {
        display: block;
        width: 60%;
        margin: 15px auto;
    }
.topics_box02 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box02_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box02_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box02_inner_title h3 span {
        margin-left: 1em;
        font-size: 2vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box02_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box02_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 40%;
    }
    .topics_box02_inner_box_block01_left_left {
        display: block;
        width: 20%;
    }
    .topics_box02_inner_box_block01_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left_right {
        display: block;
        width: 78%;
    }
    .topics_box02_inner_box_block01_left_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_left_right h5 {
        margin: 20px 0 10px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 55%;
    }
    .topics_box02_inner_box_block01_right_left {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_right_center {
        display: block;
        width: 58%;
    }
    .topics_box02_inner_box_block01_right_center h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_right_center h5 {
        margin: 20px 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 26px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_right_center p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right_right {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 80px auto 0;
    }
    .topics_box02_inner_box_block02_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 55%;
    }
    .topics_box02_inner_box_block02_left h4 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_left_left {
        display: block;
        width: 60%;
    }
    .topics_box02_inner_box_block02_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_left_right {
        display: block;
        width: 38%;
    }
    .topics_box02_inner_box_block02_left_right h5 {
        margin: 20px 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block02_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 40%;
    }
    .topics_box02_inner_box_block02_right h4 {
        display: block;
        width: 100%;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_right_left {
        display: block;
        width: 28%;
    }
    .topics_box02_inner_box_block02_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_right_right {
        display: block;
        width: 70%;
    }
    .topics_box02_inner_box_block02_right_right h5 {
        margin: 0 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_right_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
.topics_box03 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box03_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box03_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box03_inner_title h3 span {
        margin-left: 1em;
        font-size: 2vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box03_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 4% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box03_inner_box h4 {
        display: block;
        margin: 0 auto;
        padding: 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        line-height: 150%;
    }
    .topics_box03_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 50px auto 0;
    }
    .topics_box03_inner_box_block01_images {
        width: 31%;
        margin: 0 0 30px;
    }
    .topics_box03_inner_box_block01_images img {
        width: 100%;
    }
    .topics_box03_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto 70px;
    }
    .topics_box03_inner_box_block02_left {
        width: 65.5%;
    }
    .topics_box03_inner_box_block02_right {
        width: 31%;
    }
    .topics_box03_inner_box_block02_left img,.topics_box03_inner_box_block02_right img {
        width: 100%;
    }
.topics_box04 {
	position:relative;
    margin: 50px auto;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box04_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box04_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box04_inner_title h3 span {
        margin-left: 1em;
        font-size: 2vw;
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box04_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box04_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block01_left {
        width: 48%;
        margin-top: 30px;
    }
    .topics_box04_inner_box_block01_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block01_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block01_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block01_right {
        width: 48%;
    }
    .topics_box04_inner_box_block01_right img {
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block02_right {
        width: 48%;
        margin: 12% 0 0;
    }
    .topics_box04_inner_box_block02_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block02_right h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block02_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block02_left {
        width: 48%;
        margin: 5% 0 0;
    }
    .topics_box04_inner_box_block02_left img {
        width: 75%;
        margin: 0;
    }
    .topics_box04_inner_box_block03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block03_left {
        width: 50%;
        margin: 80px auto 0;
    }
    .topics_box04_inner_box_block03_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block03_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block03_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block03_right {
        width: 35%;
        margin: 45px auto 0;
    }
    .topics_box04_inner_box_block03_right img {
        display: block;
        width: 60%;
        margin: 0;
    }
    .topics_box04_inner_box_block04 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block04_right {
        width: 48%;
        margin: 0;
    }
    .topics_box04_inner_box_block04_right img {
        width: 100%;
        margin: 30px 0 0;
    }
    .topics_box04_inner_box_block04_right h4 {
        margin: 10px 0 30px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block04_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block04_left {
        width: 48%;
        margin: 50px 0 0;
    }
    .topics_box04_inner_box_block04_left img {
        width: 100%;
        margin: 100px 0 0;
    }
    .topics_box04_inner_box_block05 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 50px 10px 100px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block05_left {
        width: 50%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block05_left_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 0;
    }
    .topics_box04_inner_box_block05_left_box_left {
        width: 55%;
    }
    .topics_box04_inner_box_block05_left_box_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block05_left_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block05_left_box_right {
        width: 43%;
    }
    .topics_box04_inner_box_block05_left_box_right img {
        display: block;
        width: 75%;
        margin: 10px 0 0;
    }
    .topics_box04_inner_box_block05_right {
        position: relative;
        width: 35%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_right img {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 150%;
        margin: 0;
    }
    .topics_box04_inner_box_block06 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block06_right {
        width: 40%;
        margin: 50px 5% 0 0;
    }
    .topics_box04_inner_box_block06_right img {
        width: 100%;
        margin: 30px 0 0;
    }
    .topics_box04_inner_box_block06_right h4 {
        margin: 10px 0 30px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block06_right h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block06_right_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .topics_box04_inner_box_block06_right_box_left {
        width: 49%;
    }
    .topics_box04_inner_box_block06_right_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block06_right_box_right {
        width: 49%;
    }
    .topics_box04_inner_box_block06_right_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block06_left {
        width: 48%;
        margin: 50px 0 0;
    }
    .topics_box04_inner_box_block06_left img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block06_right_images {
        display: block;
        width: 50%!important;
        margin: 0 -10% 0 auto!important;
    }
.topics_box05 {
	position:relative;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box05_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box05_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box05_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box05_inner_box {
        display: block;
        width: 100%;
        margin: 15px 0;
        padding: 50px 0 0;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box05_inner_box h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        line-height: 150%;
        color: #E84C92;
    }
    .topics_box05_inner_box_images01 {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 50px auto;
    }
    .topics_box05_inner_box_images02 {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -11.7%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 100px;
    }
    .y2y_about_box01_left {
        width: 45%;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 53%;
        margin: 5% 0;
    }
    .y2y_about_box01_right_title {
        margin-bottom: 10px;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        text-align: center;
    }
    .y2y_about_box01_right_text {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        text-align: center;
        line-height: 150%;
    }
    .y2y_about_title {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_about_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box02_left {
        width: 42.5%;
        margin: 4% 0;
    }
    .y2y_about_box02_left p {
        font-size: 2vw;
        font-size: clamp( 15px, 2vw, 28px);
        font-weight: 600;
        line-height: 200%;
    }
    .y2y_about_box02_center {
        width: 15%
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        width: 42.5%;
        margin: 9% 0;
    }
    .y2y_about_box02_right p {
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 28px);
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box02_right p span {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 50px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 13%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 100px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .y2y_content_box01_left {
        width: 50%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 49%;
    }
    .y2y_content_box01_right ul {
        margin: 6% 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 10px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 35px;
        padding: 0;
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 32px);
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
/*    ニュース　　*/
    .news {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 150px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
        
    }
    .news_title {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 0 auto;
    }
    .news_title time {
        font-size: 2vw;
        font-size: clamp(15px, 2vw, 20px);
        color: rgba(100,100,100,1.00)
    }
    .news_title li {
        display: inline-block;
        margin-left: 1em;
        padding: 5px 10px;
        font-size: 1.6vw;
        font-size: clamp(15px, 1.2vw, 23px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #0FA956;
    }
    .news_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .news_content {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 30px auto;
    }
    .news_content h2 {
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .news_content h3 {
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .news_content p {
    font-size: 1.6vw;
    font-size: clamp(16px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .news_btn {
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 1.6vw;
        font-size: clamp(16px, 1.6vw, 21px);
        font-weight: 600;
        text-align: center;
        color: #fff;
    background: #0FA956;
    }
/*    カテゴリ　*/
    .category {
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 150px auto;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #1E5294;
        border-radius: 20px;
        
    }
    .category h1 {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #1E5294;
        border-bottom: 3px solid #1E5294;
        
    }
    .category ul li a {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 25px;
        border-bottom: 3px dashed #614C3F;
    }
    .category ul li a h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
    .category ul li a h2 span {
    margin-left: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
/*    固定ページ　　*/
    .page {
        position: relative;
        z-index: 1;
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 150px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .page_title {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 0 auto;
    }
    .page_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .page_content {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 30px auto;
    }
    .page_content h2 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .page_content h3 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .page_content h4 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 400;
        color: #614C3F;
    }
    .page_content p {
        margin: .5em auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 400;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
}
@media screen and (min-width:1080px) {
    .pc_none {display: none!important;}
    #timetable_inner_box18,#about_inner_box01,#about_inner_box02,#about_inner_box03 {
        margin-top: -100px;
        padding-top: 100px;
    }
.header_bg {
	position:fixed;
	top:0;
    width: 100%;
	padding:50% 0;
    background-image: url("../images/bg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}
header {
    position: relative;
    z-index: 1;
}
.header_box_bg {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    background: #0FA956;
    z-index: 2;
}
.header_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 95%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 10px 0;
}
.header_box_left {
    width: 5%;
}
.header_box_left a {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_left a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.header_box_center {
    width: 78%;
    margin: 1.6% auto 0;
}
.header_box_center nav ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:flex-start;
    width: 100%;
    margin: 0;
    padding: 0;
}
.header_box_center nav ul li {
    margin: 0 10px;
    padding: 0;
}
.header_box_center nav ul li a {
    position: relative;
    display: inline-block;
    font-size: clamp(13px, 1vw, 21px);
    color: #fff;
}
.header_box_center nav ul li a::after {
    position: absolute;
    top:0;
    right: -15px;
    margin: auto;
    content: '|';
    color: #fff;
}
.menu-btn {
    display: none;
}
#menu-btn-check{
    display: none;
}
.header_box_right {
    width: 15%;
}
.header_box_right a {
    display: block;
    width: 90%;
    margin: 3% auto 0;
    padding: 10px 0;
    border: 3px solid #fff;
    border-radius: 50px;
    font-size: 1.5vw;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.header_img img {
    display: block;
    width: 90%;
	height:auto;
    margin: 3% auto 0;
	padding: 3% 0 0;
}
main {
}
    .top_y2y_banner {
        position: fixed;
        bottom: 30px;
        right: 30px;
        width: 200px;
        z-index: 2;
    }
    .top_y2y_banner img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_about {
	position:relative;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
.top_about_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_about_inner_title h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_about_inner_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 50px auto;
}
.top_about_inner_box_block {
    position: relative;
    width: 30%;
    margin: 0;
    padding-bottom: 5%;
    background: #fff;
    border-radius: 10%;
}
.top_about_inner_box_block::after {
    position: absolute;
    top: -10px;
    content: ' ';
    width: 100%;
    height: 100%;
    background-image: url("../images/top_about03.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 0;
}
.top_about_inner_box_block h3 {
    position: relative;
    z-index: 1;
    margin-top: 15%;
    font-size: 2vw;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
    color: #E84C92;
}
.top_about_inner_box_block h3::after {
    content: ' ';
    margin-left: 20px;
    padding: 15px;
    background-image: url(../images/arrow.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_about_inner_box_block p {
    position: relative;
    z-index: 1;
    margin-top: 3%;
    font-size: 1vw;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    color: #E84C92;
}
.top_about_img01 {
    position: absolute;
    top:5%;
    right: 11%;
    width: 8%;
    margin: auto;
}
.top_about_img02 {
    position: absolute;
    top:5%;
    left: 11%;
    width: 8%;
    margin: auto;
}
.top_topics {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(253,251,244,0.80);
}
.top_topics_img01 {
    position: absolute;
    bottom: 0;
    left: 70%;
    right: 0;
    width: 8%;
    margin: auto;
}
.top_topics_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_topics_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_topics_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_topics_inner ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 0 auto 50px;
}
.top_topics_inner li {
    position: relative;
    width: 19%;
    padding: 0;
}
    .top_topics_inner li a {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .top_topics_inner li a img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
.top_timetable {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(198,226,115,0.80);
}
.top_timetable_img01 {
    position: absolute;
    top: 30%;
    left: 0;
    right: 85%;
    width: 6%;
    margin: auto;
}
.top_timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_timetable_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_timetable_inner_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 80%;
    margin: 100px auto;
}
.top_timetable_inner_box a {
    position: relative;
    width: 45%;
    margin: 0;
    border-radius: 20px;
}
.top_timetable_inner_box a::before {
    position: absolute;
    top:35%;
    right: 5%;
    content: ' ';
    padding: 15px;
    background-image: url(../images/arrow02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_timetable_inner_box a img {
    display: block;
    width: 30%;
    margin: 0 auto;
}
.top_timetable_inner_box_block01 {
    background: #E84C92;
}
.top_timetable_inner_box_block02 {
    background: #1E5294;
}

.top_timetable_inner_youtube {
    display: block;
    max-width: 780px;
  width: 100%;
    margin: 0 auto;
  aspect-ratio: 16 / 9;
}
.top_timetable_inner_youtube iframe {
  width: 100%;
  height: 100%;
}
.top_speaker {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(253,251,244,0.80);
    z-index: 1;
}
.top_speaker_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_speaker_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_speaker_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_speaker_inner_list ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
}
.top_speaker_inner_list ul li {
    width: 23%;
    margin: 30px 0;
    padding: 20px 0;
    background: #fff;
    border:3px solid #604C3F;
    border-radius: 30px;
}
.top_speaker_inner_list ul li a {
    display: block;
}
.top_speaker_inner_list ul li a img {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_speaker_inner_list_director {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name {
    display: block;
    width: 90%;
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    line-height: 150%;
}
.top_speaker_inner_list_name span{
    font-size: 1.6vw;
    font-size: clamp(13px, 1vw, 23px);
}
.modaal-container{
        border-radius: 20px;
    }
.modaal-content-container h2 {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 28px);
    color: #E84C92;
    line-height: 150%;
}
.modaal-content-container h2 span {
    margin-right: 5px;
    font-family: "dnp-shuei-mgothic-std", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 3vw;
    font-size: clamp(25px, 3vw, 40px);
}
.modaal-content-container h3 {
    display: block;
    width: 90%;
    margin: 30px auto;
    font-weight: 600;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 23px);
    color: #1E5294;
    line-height: 150%;
}
.modal_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 15px auto;
}
.modal_box_left {
    width: 35%;
    margin: 0;
}
.modal_box_left img {
    width: 100%;
}
.modal_box_right {
    width: 63%;
    margin: 0;
}
.modal_box_right h4 {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    color: #614C3F;
}
.modal_box_right_name_after {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
}
.modal_box_right_director {
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 21px);
    font-weight: 600;   
}
.modal_box_right p {
    margin: 20px auto;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 20px);
    font-weight: 600;   
    color: #614C3F;
    line-height: 200%;
}

.top_sponsor {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(198,226,115,0.80);
}
.top_sponsor_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_sponsor_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_sponsor_inner_title p {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_sponsor_inner_box {
    padding-bottom: 50px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_sponsor_inner_box h3 {
    display: block;
    width: 90%;
    margin: 50px auto 30px;
    padding: 10px 0;
    font-size: 3vw;
    font-size: clamp(15px, 3vw, 32px);
    text-align: center;
    color: #fff;
    background: #0FA956;
    border-radius: 10px;
}
.top_sponsor_inner_box01 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block {
    width: 23%;
}
.top_sponsor_inner_box01_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box01_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box02 {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block {
    width: 40%;
}
.top_sponsor_inner_box02_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box02_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box03 {
    width: 50%;
    margin: 50px auto;
}
.top_sponsor_inner_box03_block {
    width: 100%;
}
.top_sponsor_inner_box03_block img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_sponsor_inner_box03_block p {
    display: block;
    width: 100%;
    margin: 0 auto;
    font-size: 1vw;
    font-size: clamp(13px, 1vw, 18px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
}
.top_sponsor_inner_box li {
    margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 100px;
    background: rgba(253,251,244,0.80);
}
.top_news_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_news_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_news_inner_title p {
    margin: 15px auto 30px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_news_inner_box {
    padding: 50px 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_news_inner_box ul {
    display: block;
    width: 80%;
    margin: 0 auto;
}
.top_news_inner_box ul li {
    display: block;
    width: 100%;
    margin: 30px auto;
}
.top_news_inner_box_date {
    margin-right: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_box_category {
        display: inline-block;
        margin-right: 1em;
        padding: 5px 10px;
        font-size: 1.6vw;
        font-size: clamp(15px, 1.2vw, 23px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #0FA956;
    } 
.top_news_inner_box_text {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
.top_news_inner_btn {
    position: relative;
    display: block;
    width: 25%;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
}
.top_news_inner_btn::before {
    position: absolute;
    top:23%;
    right: 5%;
    content: ' ';
    padding: 15px;
    background-image: url(../images/arrow03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_areamap {
    position: relative;
    margin: 40px auto;
    padding: 50px 0 150px;
    background: rgba(198,226,115,0.80);
}
.top_areamap_img01 {
    position: absolute;
    top: 8%;
    left: 65%;
    right: 0;
    width: 10%;
    margin: auto;
}
.top_areamap_img02 {
    position: absolute;
    top: 80%;
    left: 80%;
    right: 0;
    width: 9%;
    margin: auto;
}
.top_areamap_img03 {
    position: absolute;
    top: 63%;
    left: 0;
    right: 80%;
    width: 9%;
    margin: auto;
}
.top_areamap_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_areamap_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_areamap_inner_title h3 {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_areamap_inner_title p {
    margin: 50px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
	.top_areamap_inner_btn01 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
	.top_areamap_inner_btn02 {
    display: block;
    width: 80%;
		max-width:580px;
    margin: 30px auto;
    padding: 15px 0;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 23px);
    font-weight: 600;
    text-align: center;
    color: #604C3F;
    border:2px solid #604C3F;
    border-radius: 50px;
	}
.top_areamap_inner_box01 {
    padding: 30px;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_areamap_inner_box01 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_areamap_inner_box02 {
    position: relative;
    display: block;
    width: 70%;
    max-width: 1080px;
    margin: 100px auto 0;
    border:2px solid #604C3F;
    border-radius: 30px;
    overflow: hidden;
}
.top_areamap_inner_box02 img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.top_access {
    position: relative;
    margin: 40px auto 0;
    padding: 50px 0 100px;
    background: rgba(253,251,244,0.80);
}
.top_access_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.top_access_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.top_access_inner_title h3 {
    margin: 15px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 3vw, 32px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_title p {
    margin: 15px auto 30px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
.top_access_inner_googlemap {
    position: relative;
    display: block;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
    overflow: hidden;
}
.top_access_inner_googlemap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}
.top_access_inner_trainmap {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    margin: 150px 0;
}
.top_access_inner_trainmap_left {
    position: relative;
    width: 45%;
    margin: 0;
    background: #fff;
    border:2px solid #604C3F;
    border-radius: 30px;
}
.top_access_inner_trainmap_left img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    display: block;
    width: 90%;
    margin:auto;
}
.top_access_inner_trainmap_right {
    width: 45%;
    margin: 0;
}
.top_access_inner_trainmap_right h4 {
    display: block;
    margin: 30px 0 ;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    color: #614C3F;
}
.top_access_inner_trainmap_right_h4_02 {margin-top: 50px;}
.top_access_inner_trainmap_right_h4_01::before {
    content: ' ';
    margin-right: 1em;
    padding: 20px;
    background-image: url(../images/top_access02.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right_h4_02::before {
    content: ' ';
    margin-right: 1em;
    padding: 40px;
    background-image: url(../images/top_access03.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.top_access_inner_trainmap_right h5 {
    margin: 20px 0 10px;
    padding-left: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    font-weight: 600;
    color: #614C3F;
    border-left: 9px solid #614C3F; 
}
.top_access_inner_trainmap_right p {
    margin: 10px 0 20px;
    padding-top: 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #614C3F;
    line-height: 180%;
    border-top: 1px solid #614C3F; 
}
.top_sns {
    position: relative;
    margin: 0 auto;
    padding: 30px 0;
}
.top_sns ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 30%;
    margin: 0 auto;
}
.top_sns ul li {
    width: 20%;
    margin: 0;
    padding: 0;
}
.top_sns ul li a {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.top_sns ul li a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
footer {
    position: relative;
    padding: 100px 0;
    background: #0FA956;
    z-index: 1;
}
.footer_box {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.footer_box_left {
    width: 50%;
    margin-bottom: 50px;
}
.footer_box_left_img01 {
    width: 50%;
    margin:0 0 50px 10%;
}
.footer_box_left_img02 {
    width: 80%;
}
.footer_box_right {
    width: 50%;
}
.footer_box_right_box {
    width: 100%;
}
.footer_box_right_box ul {
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content:space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li {
    width: 45%;
    margin: 0;
    padding: 0;
}
.footer_box_right_box ul li a {
    display: block;
    margin: 20px 0 10px;
    padding: 0 0 10px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
    border-bottom: 1px solid #fff;
}
.footer_box_right copy {
    display: block;
    margin-top: 40px;
    font-size: 1.2vw;
    font-size: clamp(13px, 1.2vw, 23px);
    color: #fff;
}
/*    タイムテーブル　　*/
    
.timetable {
    position: relative;
    margin: 0 auto;
    padding: 150px 0 150px;
}
.timetable_img01 {
    position: absolute;
    top: 12%;
    left: 75%;
    right: 0;
    width: 4%;
    margin: auto;
}
.timetable_inner {
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.timetable_inner_title h2 {
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
}
.timetable_inner_title p {
    margin: 30px auto 80px;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
   color: #614C3F;
    text-shadow: 
       5px  5px 2px #ffffff,
      -5px  5px 2px #ffffff,
       5px -5px 2px #ffffff,
      -5px -5px 2px #ffffff,
       5px  0px 2px #ffffff,
       0px  5px 2px #ffffff,
      -5px  0px 2px #ffffff,
       0px -5px 2px #ffffff;
}
    .timetable_inner_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin-bottom: 100px;
    }
    .timetable_inner_box01 {
        position: relative;
        width: 48%;
        margin: 100px auto 15px;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
.timetable_inner_box01_blue {border: 4px solid #1E5294!important;}
    .timetable_inner_box01_title {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        display: block;
        width: 400px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box01_title_blue {background: #1E5294!important;}
    .timetable_inner_box01_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box01_content img {
        display: block;
        height: 1000px;
        margin: 50px auto;
    }
    .timetable_inner_box02 {
        position: relative;
        width: 48%;
        margin: 100px auto 15px;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
.timetable_inner_box02_blue {border: 4px solid #1E5294!important;}
    .timetable_inner_box02_title {
        position: absolute;
        top: -80px;
        left: 0;
        right: 0;
        display: block;
        width: 400px;
        margin: 0 auto;
        background: #E84C92;
        border-radius: 20px;
    }
    .timetable_inner_box02_title_blue {background: #1E5294!important;}
    .timetable_inner_box02_title img {
        display: block;
        width: 30%;
        margin: 0 auto;
    }
    .timetable_inner_box02_content img {
        display: block;
        height: 1000px;
        margin: 50px auto;
    }
/*    がんフェアとは　　*/
    
.about {
    padding: 150px 0 50px;
}
.about_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
.about_img01 {
    position: absolute;
    top: 120%;
    right: 3%;
    width: 7%;
    margin: auto;
}
.about_img02 {
    position: absolute;
    top: 50%;
    left: 1%;
    right: 1350px;
    width: 7%;
    margin: auto;
}
.about_inner_title h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: center;
    line-height: 180%;
    color: #614C3F;
}
    .about_inner_box {
        display: block;
        width: 90%;
        max-width: 1120px;
        margin: 50px auto;
        padding: 50px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .about_inner_box h3 {
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(40px, 3vw, 60px);
        text-align: center;
        color: #E84C92;
    }
    .about_inner_box p {
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .about_inner_box table {
        display: block;
        width: 90%;
        margin: 30px auto;
    }
    .about_inner_box table tr {
        display: block;
        width: 90%;
        margin: 0 auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
    }
    .about_inner_box table tr th {
        width: 180px;
        padding: 20px 0;
    }
    .about_inner_box table tr td {
        padding: 20px 0;
    }
/*    感染症対策　　*/
    
.kansen {
    padding: 180px 0 80px;
}
.kansen_inner {
    position: relative;
    display: block;
    width: 90%;
    max-width: 1920px;
    margin: 0 auto;
}
    .kansen_inner_title {
        padding: 50px 0;
        background: rgba(255,255,255,0.70);
    }
.kansen_inner_title h2 {
        display: block;
        width: 90%;
        max-width: 1200px;
        margin: 0 auto;
        font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(30px, 3vw, 50px);
        text-align: center;
        color: #E84C92;
    text-decoration: underline;text-underline-offset: 15px;
    }
.kansen_inner_title p {
        display: block;
        width: 90%;
        max-width: 1200px;
    margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.6vw, 28px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F; 
}
    .kansen_inner_box {
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 100px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .kansen_inner_box h3 {
        display: block;
        width: 95%;
        margin: 0 auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .kansen_inner_box p {
        display: block;
        width: 95%;
        margin: 30px auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
/*    topics    */
    .topics_padding_top {
        margin-top: -100px!important;
        padding-top: 100px!important;
    }
.topics {
    padding: 150px 0 80px;
}
.topics_title h2 {
    position: relative;
    margin-bottom: 30px;
    font-family: "din-condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 5vw;
    font-size: clamp(55px, 5vw, 100px);
    text-align: center;
    line-height: 180%;
    color: #E84C92;
    text-decoration: underline;
    text-decoration-thickness: 5px;
    text-underline-offset: 15px;
    }
.topics_box01 {
	position:relative;
    margin-bottom: 150px;
    padding: 80px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box01_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box01_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box01_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box01_inner_box {
        position:relative;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box01_img01 {
        position: absolute;
        top: 25%;
        left: -8vw;
        width: 8%;
        margin: auto;
    }
    .topics_box01_img02 {
        position: absolute;
        top: 25%;
        right: -5vw;
        width: 5%;
        margin: auto;
    }
    .topics_box01_inner_box_block {
        width: 49%;
        margin: 15px 0;
        padding: 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block01 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: 10%;
        right: -1%;
        padding: 6%;
        background: url("../images/topics02.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block01 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block01 img {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
    }
    .topics_box01_inner_box_block01 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block02 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -22%;
        left: -6%;
        padding: 12%;
        background: url("../images/topics04.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block02 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics05.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block02 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block02 h4 span {
        font-size: 1.8vw;
        font-size: clamp( 20px, 1.8vw, 30px);
    }
    .topics_box01_inner_box_block02_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 50px 0 0;
    }
    .topics_box01_inner_box_block02_box_left {
        width: 57%;
    }
    .topics_box01_inner_box_block02_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box01_inner_box_block02_box_right {
        width: 41%;
    }
    .topics_box01_inner_box_block02_box_right  p {
        display: block;
        margin: 0 auto;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block03 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: -11%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics01.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block03 h4::after {
        content: ' ';
        display: block;
        position: absolute;
        top: -17%;
        right: -7%;
        padding: 12%;
        background: url("../images/topics07.svg");
        background-repeat: no-repeat;
        background-position: top;
        background-size: auto 100%;
    }
    .topics_box01_inner_box_block03 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block03 h4 span {
        font-size: 2vw;
        font-size: clamp( 20px, 1.8vw, 30px);
    }
    .topics_box01_inner_box_block03 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block03 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block04 h4::before {
        content: ' ';
        display: block;
        position: absolute;
        top: 41%;
        left: -1%;
        padding: 6%;
        background: url("../images/topics09.svg");
        background-repeat: no-repeat;
        background-position: center;
    }
    .topics_box01_inner_box_block04 h4 {
        position: relative;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .topics_box01_inner_box_block04 img {
        display: block;
        width: 100%;
        margin: 15px auto;
    }
    .topics_box01_inner_box_block04 p {
        display: block;
        width: 95%;
        margin: 0 auto 15px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05 {
        position: relative;
        margin: 15px 0 0;
        padding: 2% 2% 4%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box01_inner_box_block05_img01 {
        position: absolute;
        top: 1%;
        left: 1%;
        width: 5%;
    }
    .topics_box01_inner_box_block05_img02 {
        position: absolute;
        top: 3%;
        right: 0%;
        width: 11%;
    }
    .topics_box01_inner_box_block05_img03 {
        position: absolute;
        bottom: 8%;
        left: 2%;
        width: 5%;
    }
    .topics_box01_inner_box_block05_img04 {
        position: absolute;
        bottom: 10%;
        right: 3%;
        width: 5%;
        transform: rotate(90deg)
    }
    .topics_box01_inner_box_block05 h4 {
        display: block;
        width: 93%;
        margin: 0 auto;
        padding: 0 0 20px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        border-bottom: 4px dotted #707070;
    }
    .topics_box01_inner_box_block05_box {
        position: relative;
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 93%;
        margin: 0 auto;
        border-bottom: 4px dotted #707070;
    }
    .topics_box01_inner_box_block05_box::after {
        position: absolute;
        top: 5%;
        left: 0;
        right: 0;
        margin: auto;
        content: ' ';
        width: 2px;
        height: 90%;
        background: #707070;
    }
    .topics_box01_inner_box_block05_box_left {
        width: 47%;
    }
    .topics_box01_inner_box_block05_box_left_logo {
        display: block;
        width: 70%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_left_images {
        display: block;
        width: 80%;
        margin: 30px auto;
    }
    .topics_box01_inner_box_block05_box_right {
        width: 47%;
    }
    .topics_box01_inner_box_block05_box_right_logo {
        display: block;
        width: 60%;
        margin: 30px auto 15px;
    }
    .topics_box01_inner_box_block05_box_right h5 {
        margin-bottom: 10px;
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        text-align: center;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box01_inner_box_block05_box_right_images {
        display: block;
        width: 60%;
        margin: 15px auto;
    }
.topics_box02 {
	position:relative;
    margin: 50px auto 150px;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box02_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box02_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box02_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box02_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box02_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 40%;
    }
    .topics_box02_inner_box_block01_left_left {
        display: block;
        width: 20%;
    }
    .topics_box02_inner_box_block01_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_left_right {
        display: block;
        width: 78%;
    }
    .topics_box02_inner_box_block01_left_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_left_right h5 {
        margin: 20px 0 10px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 55%;
    }
    .topics_box02_inner_box_block01_right_left {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block01_right_center {
        display: block;
        width: 58%;
    }
    .topics_box02_inner_box_block01_right_center h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block01_right_center h5 {
        margin: 20px 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 26px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block01_right_center p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block01_right_right {
        display: block;
        width: 19%;
    }
    .topics_box02_inner_box_block01_right_right img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 95%;
        margin: 80px auto 0;
    }
    .topics_box02_inner_box_block02_left {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 55%;
    }
    .topics_box02_inner_box_block02_left h4 {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_left_left {
        display: block;
        width: 60%;
    }
    .topics_box02_inner_box_block02_left_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_left_right {
        display: block;
        width: 38%;
    }
    .topics_box02_inner_box_block02_left_right h5 {
        margin: 20px 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_left_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box02_inner_box_block02_right {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 40%;
    }
    .topics_box02_inner_box_block02_right h4 {
        display: block;
        width: 100%;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #0FA956;
    }
    .topics_box02_inner_box_block02_right_left {
        display: block;
        width: 28%;
    }
    .topics_box02_inner_box_block02_right_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box02_inner_box_block02_right_right {
        display: block;
        width: 70%;
    }
    .topics_box02_inner_box_block02_right_right h5 {
        margin: 0 0 10px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
    }
    .topics_box02_inner_box_block02_right_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
.topics_box03 {
	position:relative;
    margin: 50px auto 150px;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box03_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box03_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box03_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box03_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 4% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box03_inner_box_img01 {
        position: absolute;
        top: 27%;
        left: 1%;
        width: 5%;
        margin: auto;
    }
    .topics_box03_inner_box_img02 {
        position: absolute;
        top: 30%;
        right: 2%;
        width: 3%;
        margin: auto;
    }
    .topics_box03_inner_box_img03 {
        position: absolute;
        bottom: 5%;
        left: 1%;
        width: 4%;
        margin: auto;
    }
    .topics_box03_inner_box h4 {
        display: block;
        margin: 0 auto;
        padding: 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 32px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
        line-height: 150%;
    }
    .topics_box03_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 50px auto 0;
    }
    .topics_box03_inner_box_block01_images {
        width: 31%;
        margin: 0 0 30px;
    }
    .topics_box03_inner_box_block01_images img {
        width: 100%;
    }
    .topics_box03_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto 70px;
    }
    .topics_box03_inner_box_block02_left {
        width: 65.5%;
    }
    .topics_box03_inner_box_block02_right {
        width: 31%;
    }
    .topics_box03_inner_box_block02_left img,.topics_box03_inner_box_block02_right img {
        width: 100%;
    }
.topics_box04 {
	position:relative;
    margin: 50px auto 150px;
    padding: 50px 0;
    background: rgba(253,248,227,0.80);
}
    .topics_box04_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box04_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box04_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box04_inner_box {
        position: relative;
        margin: 15px 0 0;
        padding: 7% 2%;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box04_inner_box_block01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block01_left {
        width: 48%;
        margin-top: 30px;
    }
    .topics_box04_inner_box_block01_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block01_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block01_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block01_right {
        width: 48%;
    }
    .topics_box04_inner_box_block01_right img {
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block02_right {
        width: 48%;
        margin: 12% 0 0;
    }
    .topics_box04_inner_box_block02_right h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block02_right h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block02_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block02_left {
        width: 48%;
        margin: 5% 0 0;
    }
    .topics_box04_inner_box_block02_left img {
        width: 75%;
        margin: 0;
    }
    .topics_box04_inner_box_block03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block03_left {
        width: 50%;
        margin: 80px auto 0;
    }
    .topics_box04_inner_box_block03_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block03_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block03_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block03_right {
        width: 35%;
        margin: 45px auto 0;
    }
    .topics_box04_inner_box_block03_right img {
        display: block;
        width: 60%;
        margin: 0;
    }
    .topics_box04_inner_box_block04 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px 50px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block04_right {
        width: 48%;
        margin: 0;
    }
    .topics_box04_inner_box_block04_right img {
        width: 100%;
        margin: 30px 0 0;
    }
    .topics_box04_inner_box_block04_right h4 {
        margin: 10px 0 30px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block04_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block04_left {
        width: 48%;
        margin: 50px 0 0;
    }
    .topics_box04_inner_box_block04_left img {
        width: 100%;
        margin: 100px 0 0;
    }
    .topics_box04_inner_box_block05 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 50px 10px 100px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block05_left {
        width: 50%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_left h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block05_left_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        margin: 0;
    }
    .topics_box04_inner_box_block05_left_box_left {
        width: 55%;
    }
    .topics_box04_inner_box_block05_left_box_left h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block05_left_box_left p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block05_left_box_right {
        width: 43%;
    }
    .topics_box04_inner_box_block05_left_box_right img {
        display: block;
        width: 75%;
        margin: 10px 0 0;
    }
    .topics_box04_inner_box_block05_right {
        position: relative;
        width: 35%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block05_right img {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 150%;
        margin: 0;
    }
    .topics_box04_inner_box_block06 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        margin: 0 auto;
        padding: 0 10px;
        border-bottom: 3px dashed #E84C92
    }
    .topics_box04_inner_box_block06_right {
        width: 40%;
        margin: 50px 5% 0 0;
    }
    .topics_box04_inner_box_block06_right img {
        width: 100%;
        margin: 30px 0 0;
    }
    .topics_box04_inner_box_block06_right h4 {
        margin: 10px 0 30px;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        color: #E84C92;
    }
    .topics_box04_inner_box_block06_right h5 {
        margin: 10px 0 30px;
        font-size: 2.3vw;
        font-size: clamp( 20px, 2.3vw, 28px);
        font-weight: 600;
        line-height: 130%;
    }
    .topics_box04_inner_box_block06_right_box {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .topics_box04_inner_box_block06_right_box_left {
        width: 49%;
    }
    .topics_box04_inner_box_block06_right_box_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block06_right_box_right {
        width: 49%;
    }
    .topics_box04_inner_box_block06_right_box_right p {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        font-weight: 600;
        line-height: 150%;
    }
    .topics_box04_inner_box_block06_left {
        width: 48%;
        margin: 50px 0 0;
    }
    .topics_box04_inner_box_block06_left img {
        display: block;
        width: 60%;
        margin: 0 auto;
    }
    .topics_box04_inner_box_block06_right_images {
        display: block;
        width: 50%!important;
        margin: 0 -10% 0 auto!important;
    }
.topics_box05 {
	position:relative;
    margin: 50px auto 150px;
    padding: 50px 0;
    background: rgba(198,226,115,0.80);
}
    .topics_box05_inner {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .topics_box05_inner_title h3 {
        margin-bottom: 30px;
        padding: 10px;
        font-size: 3vw;
        font-size: clamp( 20px, 3vw, 50px);
        font-weight: 600;
        background: #E84C92;
        color: #fff
    }
    .topics_box05_inner_title h3 span {
        margin-left: 1em;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        vertical-align: text-top;
        line-height: 140%;
    }
    .topics_box05_inner_box {
        display: block;
        width: 100%;
        margin: 15px 0;
        padding: 50px 0 0;
        background: #fff;
        border-radius: 10px;
    }
    .topics_box05_inner_box h4 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        line-height: 150%;
        color: #E84C92;
    }
    .topics_box05_inner_box_images01 {
        display: block;
        width: 90%;
        max-width: 1000px;
        margin: 50px auto;
    }
    .topics_box05_inner_box_images02 {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
/*    Y2Y   */
    .y2y {
        position:relative;
        padding-top: 3%;
        background: #fff;
    }
    .y2y_title {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_title img {
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about {
        margin-top: -11.7%;
        background: #FDF8E3;
    }
    .y2y_about_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1000px;
        margin: 0 auto;
        padding-top: 100px;
    }
    .y2y_about_box01_left {
        width: 45%;
    }
    .y2y_about_box01_left img {
        width: 100%;
    }
    .y2y_about_box01_right {
        width: 53%;
        margin-top: 95px;
    }
    .y2y_about_box01_right_title {
        margin-bottom: 10px;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        text-align: center;
    }
    .y2y_about_box01_right_text {
        font-size: 1.3vw;
        font-size: clamp( 15px, 1.3vw, 21px);
        text-align: center;
        line-height: 150%;
    }
    .y2y_about_title {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto;
    }
    .y2y_about_title h2 {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_about_title p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_about_box02 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 100px auto;
    }
    .y2y_about_box02_left {
        width: 42.5%;
        margin: 4% 0;
    }
    .y2y_about_box02_left p {
        font-size: 2vw;
        font-size: clamp( 15px, 2vw, 28px);
        font-weight: 600;
        line-height: 200%;
    }
    .y2y_about_box02_center {
        width: 15%
    }
    .y2y_about_box02_center img {
        width: 100%;
    }
    .y2y_about_box02_right {
        width: 42.5%;
        margin: 9% 0;
    }
    .y2y_about_box02_right p {
        font-size: 2.5vw;
        font-size: clamp( 15px, 2.5vw, 28px);
        font-weight: 600;
        text-align: center;
    }
    .y2y_about_box02_right p span {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
    }
    .y2y_about h3 {
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #E84C92;
    }
    .y2y_about_box03 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 100px auto;
    }
    .y2y_about_box03_block {
        display: block;
        width: 13%;
    }
    .y2y_about_box03_block img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_about h4 {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
        color: #E84C92;
    }
    .y2y_content {
        background: #FDF8E3;
        padding: 100px 0 0;
    }
    .y2y_content h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_content_box01 {
        display:-webkit-box;
        display:-webkit-flex;
        display:-ms-flexbox;
        display:flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content:space-between;
        width: 90%;
        max-width: 1300px;
        margin: 0 auto;
        padding: 50px 0;
    }
    .y2y_content_box01_left {
        width: 50%;
    }
    .y2y_content_box01_left img {
        display: block;
        width: 100%;
        margin: 0 auto;
    }
    .y2y_content_box01_right {
        width: 49%;
    }
    .y2y_content_box01_right ul {
        margin: 23% 0;
        padding: 0;
    }
    .y2y_content_box01_right ul li::before {
        content: ' ';
        margin-right: 5px;
        padding: 15px;
        background-image: url(../images/y2y12.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% auto;
    }
    .y2y_content_box01_right ul li {
        margin: 0 0 35px;
        padding: 0;
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
    }
    .y2y_member {
        background: #FDF8E3;
        padding: 50px 0 0;
    }
    .y2y_member h2 {
        display: block;
        width: 90%;
        max-width: 1580px;
        margin: 0 auto 30px;
        padding: 7px 0;
        font-size: 2.5vw;
        font-size: clamp( 20px, 2.5vw, 45px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #E84C92;
    }
    .y2y_member p {
        font-size: 3vw;
        font-size: clamp( 15px, 3vw, 32px);
        font-weight: 600;
        text-align: center;
        line-height: 200%;
    }
    .y2y_footer {
        background: #FDF8E3;
        padding: 50px 0;
    }
    .y2y_footer img {
        display: block;
        width: 95%;
        margin: 0 auto;
    }
/*    ニュース　　*/
    .news {
	position:relative;
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 150px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
        
    }
    .news_title {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 0 auto;
    }
    .news_title time {
        font-size: 2vw;
        font-size: clamp(15px, 2vw, 20px);
        color: rgba(100,100,100,1.00)
    }
    .news_title li {
        display: inline-block;
        margin-left: 1em;
        padding: 5px 10px;
        font-size: 1.6vw;
        font-size: clamp(15px, 1.2vw, 23px);
        font-weight: 600;
        text-align: center;
        color: #fff;
        background: #0FA956;
    }
    .news_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .news_content {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 30px auto;
    }
    .news_content h2 {
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .news_content h3 {
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .news_content p {
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 600;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}
    .news_btn {
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 10px 0;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        text-align: center;
        color: #fff;
    background: #0FA956;
    }
/*    カテゴリ　*/
    .category {
	position:relative;
        display: block;
        width: 90%;
        max-width: 840px;
        margin: 150px auto;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #1E5294;
        border-radius: 20px;
        
    }
    .category h1 {
        display: block;
        width: 90%;
        margin: 0 auto;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #1E5294;
        border-bottom: 3px solid #1E5294;
        
    }
    .category ul li a {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 30px 0 25px;
        border-bottom: 3px dashed #614C3F;
    }
    .category ul li a h2 {
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
    .category ul li a h2 span {
    margin-left: 1em;
    font-size: 1.6vw;
    font-size: clamp(15px, 1.2vw, 23px);
    font-weight: 600;
    line-height: 150%;
    color: #614C3F;
}
/*    固定ページ　　*/
    .page {
        position: relative;
        z-index: 1;
        display: block;
        width: 90%;
        max-width: 1280px;
        margin: 150px auto 0;
        padding: 30px 0;
        background: #fff;
        border: 4px solid #E84C92;
        border-radius: 20px;
    }
    .page_title {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 0 auto;
    }
    .page_title h2 {
        margin-top: 10px;
        font-weight: 600;
        font-size: 3vw;
        font-size: clamp(20px, 3vw, 35px);
        text-align: left;
        color: #E84C92;
        border-bottom: 3px solid #E84C92;
    }
    .page_content {
        display: block;
        width: 95%;
        max-width: 840px;
        margin: 30px auto;
    }
    .page_content h2 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(15px, 3vw, 32px);
        font-weight: 600;
        color: #E84C92;
    }
    .page_content h3 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 600;
        color: #614C3F;
    }
    .page_content h4 {
        margin: .5em auto;
        font-size: 1.6vw;
        font-size: clamp(13px, 1.6vw, 21px);
        font-weight: 400;
        color: #614C3F;
    }
    .page_content p {
        margin: .5em auto;
    font-size: 1.6vw;
    font-size: clamp(13px, 1.6vw, 21px);
    font-weight: 400;
    text-align: left;
    line-height: 180%;
    color: #614C3F;
}

.contact7 {
	max-width: 100%;
	box-sizing: border-box;
}
.contact7 dd {
	margin: 0 0 30px 0;
    border: 1px solid #3c3c3c;
    padding: 3px;
    border-radius: 5px;
}
.contact7 dt {
	font-weight: normal;
}
    .contact7 p {
        margin: 0 auto!important;
    }
 
/* 必須マーク */
.contact7 .must {
	background: #FF1A00;
}
 
/* 任意マーク */
.contact7 .optional {
	background: #999;
}
 
.contact7 .must,
.contact7 .optional {
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	margin-left: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
    display: block;
	width: 50%;
    margin: 50px auto 0;
    text-align: center;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
}
@media screen and (min-width: 768px) {
.contact7 dt {
	float: left;
	clear: left;
	width: 35%;
	padding: 5px 10px 5px 0;
	}
.contact7 dd {
	margin-left: 35%;
	}
 
.btn_contact7 input {
	width: 70%;
	background-color: #005513;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	border: 1px solid #005513;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;	
}
.btn_contact7 input:hover {
	background-color: #FFF;
	color: #005513; 
}
}