@charset "UTF-8";
/*
Theme Name: AKITA DE FUKUGYO
Description: AKITA DE FUKUGYO
Version: 2024.07
Author: YH
*/
/* ------------------------------------------
   Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 100%;
    vertical-align: baseline;
}
* {
    outline: none;
}
body {
    line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
blockquote {
    quotes: none;
}
blockquote:before, blockquote:after {
    content: '';
    content: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
caption, th {
    text-align: left;
}
a:focus {
    outline: none;
}
a img {
    border: none;
}
input, button, select, textarea {
    border-radius: 0;
    -webkit-appearance: none;
    appearance: none;
}
button {
    background: none;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    padding: 0;
}
@media screen and (max-width: 960px) {
    input, button, select, textarea {}
}
/* Style
-------------------------------------------------------------- */
body {
    height: 100%;
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 0.05em;
    color: #001D36;
    transition: opacity 0.6s ease;
    -webkit-print-color-adjust: exact;
    -webkit-text-size-adjust: none;
    animation: revert;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    opacity: 0;
}
body.show {
    opacity: 1 !important;
    /* height: 3000px; */
}
body p {
    color: inherit;
    font-size: inherit;
    line-height: 2em;
    letter-spacing: 0;
}
a, a img, button {
    text-decoration: none;
    font-weight: 500;
    color: #001D36;
    transition: all 0.3s ease
}
.pc_view a:hover, .pc_view button:hover {
    opacity: 0.75;
}
span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
pictuire, img {
    display: block;
    max-width: 100%;
    height: auto;
}
h1, h2, h3, h4, h5, h6 {
    line-height: inherit;
}
.non_pc {
    display: none !important;
}
.f_en {
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.scrollactive {
    position: relative;
}
.scrollactive.fadein {
    opacity: 0;
    transition: 1s ease all;
    top: 20px;
}
.scrollactive.fadein.active {
    opacity: 1;
    top: 0;
}
.outline {
	overflow: hidden;
}
.main {
    overflow: hidden;
}
header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
}
header>.inner {
    height: 86px;
    margin: 0 auto;
    width: 94%;
    max-width: 1440px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
header .logo {
    display: block;
    width: 415px;
}
header .gmenu nav {
    display: flex;
    align-items: center;
}
header .gmenu nav a {
    display: block;
    font-size: 15px;
    padding: 13px 20px;
    margin: 0 10px;
    line-height: 1.5em;
}
header .gmenu nav .bt_entry {
    background: #9C1A3C;
    color: #fff;
    border-radius: 100px;
    width: 210px;
    text-align: center;
    box-sizing: border-box;
    margin: 0 0 0 30px;
}
@media screen and (max-width: 1400px) {
    header .gmenu nav a {
        padding: 13px 10px;
        margin: 0 5px;
    }
    header .gmenu nav .bt_entry {
        margin-left: 15px;
        width: 180px;
    }
}
footer {
    background: #E5E3DF;
}
footer>.inner {
    width: 1060px;
    margin: 0 auto;
    padding: 55px 0;
    position: relative;
}
footer .logo {
    display: flex;
    align-items: center;
}
footer .logo a {
    display: block;
    width: 285px;
    margin: 0 0 0 -10px;
}
footer .logo p {
    line-height: 1.6em;
    font-size: 16px;
    color: #26060F;
    margin-left: 20px;
    letter-spacing: 0.05em;
}
footer .note {
    font-size: 12px;
    color: #26060F;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-top: 19px;
}
footer .bt_gototop {
    position: absolute;
    right: 0;
    bottom: 50px;
    display: block;
    width: 50px;
}
footer .bt_gototop img {}
.main {
    padding-top: 86px;
}
.visual {
    background: url(../images/img_visual.jpg?v=1) no-repeat center center / cover;
    height: 520px;
}
.visual>.inner {
    max-width: 1040px;
    margin: 0 auto;
    display: flex;
    height: 100%;
    align-items: start;
    position: relative;
    justify-content: center;
    width: 90%;
    box-sizing: border-box;
    flex-direction: column;
}
.visual .hbox {
    position: relative;
    transition: 1s ease all +0.3s;
    left: 20px;
    opacity: 0;
    margin-top: 20px;
}
.visual .hbox.active {
	left: 0;
	opacity: 1;
}
.visual .hbox::before {
    content: "";
    background: url(../images/bg_akitaken.png) no-repeat center center / contain;
    width: 180px;
    height: 244px;
    display: block;
    position: absolute;
    left: -77px;
    top: -43px;
    opacity: 0.6;
}
.visual .hbox h1 {
    width: 383px;
    position: relative;
    transition: 1s ease all;
}
.visual .hbox .copy {
    color: #26060F;
    font-size: 21px;
    letter-spacing: 0.05em;
    margin: 0 0 0 9px;
    position: relative;
}
.visual .label {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 196px;
    height: 196px;
    background: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-radius: 100px;
    color: #9C1A3C;
    transition: 1s ease all +0.6s;
    transform: scale(1.1);
    opacity: 0;
}
.visual .label.active {
    transform: scale(1);
    opacity: 1;
}
.visual .label .text1 {
    font-size: 34px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0.1em;
}
.visual .label .text1 span {
    font-size: 16px;
    line-height: 1em;
    display: block;
    text-align: center;
    margin-bottom: 6px;
}
.visual .label .text2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1em;
    letter-spacing: 0;
    margin-top: 16px;
    border-top: 1px solid #9C1A3C;
    padding-top: 12px;
}
.visual .label .text2 span {
    font-size: 16px;
    display: block;
    line-height: 1em;
    text-align: center;
    letter-spacing: 0.1em;
    margin-top: 8px;
}
.visual .bt_entry {
	background: #9C1A3C;
	color: #fff;
	border-radius: 100px;
	width: 210px;
	text-align: center;
	box-sizing: border-box;
	margin: 56px 0 0 0;
	font-size: 15px;
	padding: 9px 0;
	position: relative;
	transition: 1s ease all +0.6s;
	opacity: 0;
}
.visual .bt_entry.active {
	opacity: 1;
}
/*============================
#flow
============================*/
.flow {
    background: #fff;
}
.flow>.inner {
    width: 94%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 100px 0;
}
.flow ol {
	display: flex;
	justify-content: space-between;
	margin-top: 90px;
}
.flow ol li {
	border-radius: 10px;
	border: 2px solid #9C1A3C;
	width: calc(100% / 5 - 10px);
	box-sizing: border-box;
	padding: 67px 2.5% 36px 2.5%;
	position: relative;
}
.flow ol li .num {
	background: #9c1a3c;
	display: block;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	border-radius: 100px;
	padding: 13px;
	top: -1px;
}
.flow ol li .num img {width: 25px;}
.flow ol li .icon {
	width: 110px;
	margin: 0 auto;
}
.flow ol li .title {
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #9c1a3c;
	margin-top: 30px;
}
.flow ol li .text {
	line-height: 1.8em;
	margin-top: 7px;
}


@media screen and (max-width: 1620px) {
	.flow ol li .title {
		font-size: 24px;
		font-size: 1.48vw;
	}
	.flow ol li .text {
		font-size: 0.99vw;
	}
}

/*============================
#gallery
============================*/
.gallery {
    background: #E5E3DF;
}
.gallery>.inner {
    width: 94%;
    max-width: 1520px;
    margin: 0 auto;
    padding: 100px 0;
}
.gallery ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 0;
}
.gallery ul li {
	width: calc(100% / 5 - 10px);
	box-sizing: border-box;
	position: relative;
}
.gallery ul li a {
	display: block;
}
.gallery ul li a img {
	border-radius: 10px;	
}

/*============================
#message
============================*/
.message {
    background: #F6F3EE;
}
.message>.inner {
    max-width: 1260px;
    margin: 0 auto;
    padding: 120px 0;
    background: url(../images/bg_akitaken.png) no-repeat left calc(50% - 70px) top 74px / 961px auto;
}
.sec h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.sec h2 .label {
    height: 42px;
}
.sec h2 span {
    color: #9C1A3C;
    font-weight: 500;
    margin-top: 5px;
    letter-spacing: 0.1em;
}
.message .lead {
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin-top: 48px;
}
.message .text {
    font-size: 19px;
    letter-spacing: 0.05em;
    font-weight: 600;
    text-align: center;
    color: #26060F;
    margin-top: 34px;
}
.message .img1 {
    margin-top: 70px;
}
.message .fbox {
    margin-top: 80px;
    display: flex;
    justify-content: right;
    height: 500px;
}
.message .fbox .img2 {
    position: absolute;
    right: calc(50% - 15px);
    width: 772px;
    border-radius: 20px;
    overflow: hidden;
}
.message .fbox .info {
    width: 50%;
    box-sizing: border-box;
    padding: 104px 0 0 110px;
}
.message .fbox .info .title {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.1em;
}
.message .fbox .info ul {
    margin-top: 31px;
}
.message .fbox .info ul li {
    font-size: 18px;
    font-weight: 600;
    color: #26060F;
    line-height: 2em;
    background: url(../images/icon_check.png) no-repeat left center / 31px auto;
    padding-left: 44px;
}
.message .fbox .info ul li+li {
    margin-top: 12px;
}
/*============================
#overview
============================*/
.overview {
    background: #9C1A3C;
}
.overview>.inner {
    padding: 100px 0;
}
.overview h2 span {
    color: #fff;
}
.overview > .inner > dl {
    width: 820px;
    margin: 50px auto 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: start;
    justify-content: space-between;
    gap: 45px 0;
}
.overview > .inner > dl dt {
    width: 104px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 600;
    color: #9c1a3c;
}
.overview > .inner > dl dd {
    width: calc(100% - 140px);
}
.overview > .inner > dl dd .date,
.overview .detail h3 {
    display: flex;
    align-items: end;
}
.overview > .inner > dl dd .date {
	width: 450px;
}
.overview > .inner > dl dd .date+.date {
    margin-top: 35px;
}
.overview > .inner > dl dd .date+.date.finished span,
.overview > .inner > dl dd .date+.date.finished img {opacity: 0.3;}
.overview > .inner > dl dd .date .note {
	margin: 0;
	border: 1px solid #fff;
	line-height: 1em;
	padding: 3px 10px 5px 13px;
	border-radius: 4px;
	letter-spacing: 0.2em;
	margin: 0 0 0 auto;
	font-weight: bold;
}
.overview > .inner > dl dd .date span,
.overview .detail h3 span {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #fff;
    letter-spacing: 0.2em;
    margin-right: 22px;
}
.overview > .inner > dl dd .date img,
.overview .detail h3 img {
    height: 37px;
}
.overview > .inner > dl dd .time {
    margin-top: 6px;
}
.overview > .inner > dl dd .time img {
    height: 20px;
}
.overview > .inner > dl dd .text {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-top: -8px;
}
.overview > .inner > dl dd .text span.mini {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}
.overview > .inner > dl dd .note {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-top: 12px;
}
.overview > .inner > dl dd .date .note {
	margin: 0;
	border: 1px solid #fff;
	line-height: 1em;
	padding: 3px 10px 5px 13px;
	border-radius: 4px;
	letter-spacing: 0.2em;
	margin: 0 0 0 auto;
	width: auto;
	text-align: center;
	font-size: 16px;
	box-sizing: border-box;
}
.overview .detail {
    width: 1054px;
    background: #F6F3EE;
    margin: 60px auto 0 auto;
    border-radius: 20px;
    padding: 80px 130px;
    box-sizing: border-box;
}
.overview .detail h3 {
    justify-content: center;
}
.overview .detail h3 span {
    color: #000;
    border-color: #000;
}
.overview .detail h3 img {}
.overview .detail .program {
    margin-top: 59px;
}
.overview .detail h4 {
    background: #9c1a3c;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 100px;
}
.overview .detail .program .fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.overview .detail .program .fbox .box {
    width: 384px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 30px;
}
.overview .detail .program .fbox .box .hbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.overview .detail .program .fbox .box .hbox .num {
    font-size: 14px;
    line-height: 1em;
    font-weight: 600;
    color: #9c1a3c;
}
.overview .detail .program .fbox .box .hbox .num span {
    font-size: 25px;
    line-height: 1em;
    font-weight: 600;
    display: inline-block;
    margin: 0 3px;
}
.overview .detail .program .fbox .box .hbox .time {
    font-size: 20px;
    font-weight: 600;
    color: #9c1a3c;
    line-height: 1em;
    letter-spacing: 0.1em;
}
.overview .detail .program .fbox .box .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    color: #9c1a3c;
    letter-spacing: 0.05em;
    margin-top: 20px;
    min-height: 2.8em;
}
.overview .detail .program .fbox .box .text {
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.05em;
    border-top: 1px solid #000;
    padding-top: 20px;
    margin-top: 20px;
}
.overview .detail .person {
    margin-top: 60px;
}
.overview .detail .person .fbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.overview .detail .person .fbox .box {
    width: 384px;
    background: #fff;
    border-radius: 10px;
    box-sizing: border-box;
}
.overview .detail .person .fbox .box a {
    display: flex;
}
.overview .detail .person .fbox .box a .img,
.remodal .img {
    width: 170px;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
}
.remodal .img {
    border-radius: 10px;
}
.overview .detail .person .fbox .box a .info,
.remodal .info {
    width: calc(100% - 170px);
    box-sizing: border-box;
    padding: 20px 20px;
    background: url(../images/icon_modal.png) no-repeat right 18px bottom 18px / 28px auto;
}
.remodal .info {
    padding: 0 0 0 20px;
    background: none;
}
.overview .detail .person .fbox .box a .info .pos,
.remodal .info .pos {
    font-size: 14px;
    line-height: 1.6em;
    color: #26060F;
}
.overview .detail .person .fbox .box a .info .name,
.remodal .info .name {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-top: 2px;
}
.overview .detail .person .fbox .box a .info .name span,
.remodal .info .name span {
    font-size: 16px;
    margin-left: 8px;
    display: inline-block;
}
.overview .detail .bt_entry {
    display: block;
    width: 210px;
    padding: 9px 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
    background: #9c1a3c;
    border-radius: 100px;
    margin: 55px auto 0 auto;
}
.remodal .info .profile {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.6em;
    margin-top: 0px;
}
.remodal {
    max-width: 920px;
    padding: 62px 20px;
    margin: 0;
    text-align: left;
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    color: #4D4D4D;
    background: url(../../img/mirai/bg_body.jpg) no-repeat left 50% top 90% / 100% auto;
}
.remodal>.inner {
    display: flex;
    justify-content: space-between;
    background: #fff;
    align-items: start;
    padding: 30px 30px;
    border-radius: 10px;
}
.remodal-overlay {
    background: rgb(0, 0, 0, 0.6);
    z-index: 100000000;
}
.remodal-wrapper {
    z-index: 100000001;
    padding: 0;
}
.remodal-close {
    left: auto;
    right: 8px;
    top: 12px;
    width: 50px;
    height: 50px;
    opacity: 0.7;
    text-indent: -9999px;
    overflow: hidden;
}
.remodal-close::before {
    display: none;
}
.remodal-close::before, .remodal-close::after {
    display: block;
    position: absolute;
    content: "";
    width: 34px;
    height: 2px;
    background: #fff;
    left: 8px;
    top: 50%;
    transform: rotate(-45deg);
}
.remodal-close::after {
    transform: rotate(45deg);
}
.remodal.g_modal>.inner {
	padding: 0;
}
.remodal.g_modal .img {
	width: 100%;
}


.overview .detail .company {
	margin-top: 60px;
}
.overview .detail .company dl {
	background: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px 30px;
	margin-top: 30px;
}
.overview .detail .company dl dt {
	width: 310px;
	font-weight: bold;
}
.overview .detail .company dl dd {
	width: calc(100% - 340px);
}
.overview .past_event {
  width: 1054px;
  background: #F6F3EE;
  margin: 30px auto 0 auto;
  border-radius: 20px;
}
.overview .past_event > .inner {
	
}
.overview .past_event .bt_more {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	line-height: 100px;
	position: relative;
	transition: all ease 0.5s;
}
.overview .past_event .bt_more::after {
	content: "";
	position: absolute;
	right: 54px;
	top: 50%;
	width: 11px;
	height: 11px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: translate(0, -50%) rotate(135deg);
	margin-top: -3px;
}
.overview .past_event .bt_more.open {
	color: transparent;
}
.overview .past_event .bt_more.open::after {
	transform: translate(0, -50%) rotate(-45deg);
	margin-top: 3px;
}
.overview .past_event .body {
	display: none;
}
.overview .past_event .body .detail {
	margin-top: 0;
	padding-top: 0;
}
.overview .past_event .body .detail + .detail {
	
}

/*============================
#hipro
============================*/
.hipro {
    /* background: #F6F3EE; */
}
.hipro>.inner {
    padding: 100px 0;
}
.hipro a {
    display: block;
    width: 746px;
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .non_pc {
        display: block !important;
    }
    .non_sp {
        display: none !important;
    }
	header {
		position: fixed;
		width: 100%;
		top: 0;
		left: 0;
		background: #fff;
		z-index: 1000;
	}
	header>.inner {
		height: 64px;
		margin: 0 auto;
		width: 90%;
		max-width: 1440px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	header .logo {
		display: block;
		width: 286px;
	}
	header .bt_menu {
	  position: absolute;
	  right: 10px;
	  top: 7px;
	  display: block;
	  width: 50px;
	  height: 50px;
	  padding: 10px;
	  z-index: 100;
	}
	
	.pc_view header .bt_menu:hover {
	  opacity: 1;
	}
	
	header .bt_menu span {
	  display: block;
	  height: 16px;
	  text-indent: -9999px;
	  overflow: hidden;
	  width: 30px;
	}
	
	header .bt_menu::before, header .bt_menu::after, header .bt_menu span::before {
	  display: block;
	  content: "";
	  background: #000;
	  height: 2px;
	  width: 30px;
	  position: absolute;
	  left: 10px;
	  top: 50%;
	  transition: 1s ease width, 0.3s ease background, 0.3s ease opacity, 0.3s ease margin, 0.3s ease transform;
	  transform: translate(0, -50%);
	}
	
	header .bt_menu::before {
	  margin-top: -10px;
	}
	
	header .bt_menu::after {
	  margin-top: 10px;
	}
	
	header .bt_menu span::before {
	  top: 50%;
	}
	
	header.open .bt_menu::before {
	  margin: 0;
	  transform: translate(0, -50%) rotate(135deg);
	  background: #fff;
	}
	
	header.open .bt_menu::after {
	  margin: 0;
	  transform: translate(0, -50%) rotate(-135deg);
	  background: #fff;
	}
	
	header.open .bt_menu span::before {
	  opacity: 0;
	  transition-delay: 0s;
	}
	header .gmenu {
		position: absolute;
		top: 0;
		right: calc(-100% + 40px);
		width: calc(100% - 40px);
		background: #9C1A3C;
		height: 1000px;
		transition: all ease 0.3s;
	}
	header.open .gmenu {
		right: 0;
	}
	header .gmenu nav {
		flex-direction: column;
		justify-content: start;
		align-items: start;
		gap: 20px 0;
		margin: 0 50px;
		padding: 115px 0 0 0;
	}
	header .gmenu nav a {
		display: block;
		font-size: 15px;
		padding: 13px 0px;
		margin: 0;
		line-height: 1.5em;
		color: #fff;
		width: 100%;
		box-sizing: border-box;
	}
	header .gmenu nav .bt_entry {
		background: #fff;
		color: #9C1A3C;
		border-radius: 100px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		margin: 40px 0 0 0;
	}
	footer {
		background: #E5E3DF;
	}
	footer>.inner {
		width: 90%;
		margin: 0 auto;
		padding: 35px 0 50px 0;
		position: relative;
	}
	footer .logo {
		display: block;
		align-items: center;
	}
	footer .logo a {
		display: block;
		width: 178px;
		margin: 0 0 0 -6px;
	}
	footer .logo p {
		line-height: 1.6em;
		font-size: 14px;
		color: #26060F;
		margin: 4px 0 0 0;
		letter-spacing: 0.05em;
	}
	footer .note {
		font-size: 12px;
		color: #26060F;
		letter-spacing: 0.05em;
		line-height: 1.6em;
		margin-top: 13px;
	}
	footer .bt_gototop {
		position: absolute;
		right: 0;
		bottom: 134px;
		display: block;
		width: 50px;
	}
	footer .bt_gototop img {}
	.main {
		padding-top: 64px;
	}
	.visual {
		background: url(../images/img_visual_sp.jpg?v=2) no-repeat center center / cover;
		height: 141vw;
	}
	.visual>.inner {
	justify-content: end;
	align-items: start;
	flex-direction: column;
	padding-bottom: 14%;
	}
	.visual .hbox {
		position: relative;
	}
	.visual .hbox::before {
		content: "";
		background: url(../images/bg_akitaken.png) no-repeat center center / contain;
		width: 33vw;
		height: 44vw;
		display: block;
		position: absolute;
		left: auto;
		top: -17%;
		right: -2%;
		opacity: 0.6;
	}
	.visual .hbox h1 {
		width: 86%;
		position: relative;
	}
	.visual .hbox .copy {
		color: #26060F;
		font-size: 4.2vw;
		letter-spacing: 0.05em;
		margin: 0 0 0 2vw;
		position: relative;
	}
	.visual .label {
		top: -20px;
		left: -40px;
		transform: scale(0.7);
		background: #9C1A3C;
		color: #fff;
	}
	.visual .label.active {
		transform: scale(0.6);
	}
	.visual .label .text2 {
		border-top: 1px solid #fff;
	}
	.visual .bt_entry {
		background: #9C1A3C;
		color: #fff;
		border-radius: 100px;
		width: 100%;
		text-align: center;
		box-sizing: border-box;
		margin: 5.5% 0 0 0;
		font-size: 3.6vw;
		padding: 1.8vw  0;
		position: relative;
	}
		
	/*============================
	#flow
	============================*/
	.flow {
	    background: #fff;
	}
	.flow>.inner {
	    width: 90%;
	    margin: 0 auto;
	    padding: 50px 0;
	}
	.flow ol {
		display: flex;
		justify-content: space-between;
		margin-top: 60px;
		flex-direction: column;
		gap: 50px 0;
	}
	.flow ol li {
		border-radius: 10px;
		border: 2px solid #9C1A3C;
		width: auto;
		box-sizing: border-box;
		padding: 67px 2.5% 36px 2.5%;
		position: relative;
		height: 420px;
	}
	.flow ol li .num {
		background: #9c1a3c;
		display: block;
		position: absolute;
		left: 50%;
		transform: translate(-50%, -50%);
		border-radius: 100px;
		padding: 13px;
		top: -1px;
	}
	.flow ol li .num img {width: 25px;}
	.flow ol li .icon {
		width: 110px;
		margin: 0 auto;
	}
	.flow ol li .title {
		font-size: 24px;
		text-align: center;
		font-weight: bold;
		color: #9c1a3c;
		margin-top: 30px;
	}
	.flow ol li .text {
		line-height: 1.8em;
		font-size: 16px;
		width: 200px;
		margin: 7px auto 0 auto;
	}
	
	
	/*============================
	#gallery
	============================*/
	.gallery {
	    background: #E5E3DF;
	}
	.gallery>.inner {
	    width: 90%;
	    margin: 0 auto;
	    padding: 60px 0;
	}
	.gallery ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		gap: 16px 0;
	}
	.gallery ul li {
		width: calc(100% / 2 - 8px);
		box-sizing: border-box;
		position: relative;
	}
	.gallery ul li a {
		display: block;
	}
	.gallery ul li a img {
		border-radius: 10px;	
	}

	/*============================
	#message
	============================*/
	.message {
		background: #F6F3EE;
	}
	.message>.inner {
		margin: 0 auto;
		padding: 53px 0 47px 0;
		background: url(../images/bg_akitaken.png) no-repeat left calc(50% + 208px) top 41px / 730px auto;
	}
	.sec h2 {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.sec h2 .label {
		height: 28px;
	}
	.sec h2 span {
		color: #9C1A3C;
		font-weight: 500;
		margin-top: 4px;
		letter-spacing: 0.1em;
		font-size: 15px;
	}
	.message .lead {
		font-size: 26px;
		margin-top: 28px;
		line-height: 1.5em;
		text-indent: -1em;
		padding-left: 1em;
	}
	.message .text {
		font-size: 15px;
		margin-top: 30px;
	}
	.message .img1 {
		margin-top: 42px;
	}
	.message .img1 img {
		width: 100%;
	}
	.message .fbox {
		margin: 50px auto 0 auto;
		height: auto;
		width: 90%;
		flex-direction: column;
		align-items: center;
	}
	.message .fbox .img2 {
		position: relative;
		right: auto;
		width: 100%;
		border-radius: 10px;
		overflow: hidden;
	}
	.message .fbox .info {
		width: auto;
		box-sizing: border-box;
		padding: 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-top: 16px;
	}
	.message .fbox .info .title {
		text-indent: 0.5em;
		font-size: 26px;
		font-weight: 600;
		letter-spacing: 0.1em;
	}
	.message .fbox .info ul {
		margin-top: 12px;
	}
	.message .fbox .info ul li {
		font-size: 18px;
		font-weight: 600;
		color: #26060F;
		line-height: 2em;
		background: url(../images/icon_check.png) no-repeat left center / 31px auto;
		padding-left: 44px;
	}
	.message .fbox .info ul li+li {
		margin-top: 6px;
	}
	/*============================
	#overview
	============================*/
	.overview {
		background: #9C1A3C;
	}
	.overview>.inner {
		padding: 53px 0 47px 0;
	}
	.overview h2 span {
		color: #fff;
	}
	.overview > .inner > dl {
		width: auto;
		margin: 45px auto 0 auto;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 24px 0;
	}
	.overview > .inner > dl dt {
		width: 90px;
		line-height: 28px;
		font-size: 15px;
	}
	.overview > .inner > dl dd + dt {
		margin-top: 18px;
	}
	.overview > .inner > dl dd {
		width: auto;
	}
	.overview > .inner > dl dd .date,
	.overview .detail h3 {
		display: flex;
		align-items: end;
	}
	.overview > .inner > dl dd .date+.date {
		margin-top: 28px;
	}
	.overview > .inner > dl dd .date {
		width: auto;
		flex-direction: column;
		align-items: center;
		justify-content: start;
	}
	.overview > .inner > dl dd .date span,
	.overview .detail h3 span {
		font-size: 16px;
		font-weight: 600;
		color: #fff;
		border-bottom: 2px solid #fff;
		letter-spacing: 0.2em;
		margin-right: 22px;
	}
	.overview > .inner > dl dd .date span {
		margin: 0 0 18px 0;
	}
	.overview > .inner > dl dd .date img {
		height: 38px;
	}
	.overview .detail h3 img {
		height: 32px;
	}
	.overview > .inner > dl dd .time {
		margin-top: 0;
	}
	.overview > .inner > dl dd .time img {
		height: 20px;
	}
	.overview > .inner > dl dd .text {
		font-size: 24px;
		font-weight: 600;
		color: #fff;
		margin-top: -10px;
		text-align: center;
		line-height: 1.5em;
	}
	.overview > .inner > dl dd .text .pc {
		display: none;
	}
	.overview > .inner > dl dd .text span.mini {
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		line-height: 1.5em;
		display: inline-block;
		letter-spacing: 0.1em;
		margin: 0 0 0 10px;
	}
	.overview > .inner > dl dd .text br + span.mini {
		margin: 4px 0 12px 0;
	}
	.overview > .inner > dl dd .date .note {
		margin: 0;
		border: 1px solid #fff;
		line-height: 1em;
		padding: 3px 10px 5px 13px;
		border-radius: 4px;
		letter-spacing: 0.2em;
		margin: 14px 0 0 0;
		width: calc(100% + 16px);
		text-align: center;
		font-size: 16px;
		box-sizing: border-box;
	}
	.overview > .inner > dl dd .note {
		font-size: 13px;
		font-weight: 400;
		color: #fff;
		margin-top: 8px;
	}
	.overview .detail {
		width: 95.5%;
		background: #F6F3EE;
		margin: 45px auto 0 auto;
		border-radius: 10px;
		padding: 48px 10px;
		box-sizing: border-box;
	}
	.overview .detail h3 {
		justify-content: center;
	}
	.overview .detail h3 span {
		color: #000;
		border-color: #000;
	}
	.overview .detail h3 img {}
	.overview .detail .program {
		margin-top: 43px;
	}
	.overview .detail h4 {
		font-size: 15px;
	}
	.overview .detail .program .fbox {
		display: flex;
		flex-direction: column;
		margin-top: 25px;
		gap: 10px 0;
	}
	.overview .detail .program .fbox .box {
		width: auto;
		padding: 25px 20px;
	}
	.overview .detail .program .fbox .box .hbox {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.overview .detail .program .fbox .box .hbox .num {
		font-size: 14px;
		line-height: 1em;
		font-weight: 600;
		color: #9c1a3c;
	}
	.overview .detail .program .fbox .box .hbox .num span {
		font-size: 25px;
		line-height: 1em;
		font-weight: 600;
		display: inline-block;
		margin: 0 3px;
	}
	.overview .detail .program .fbox .box .hbox .time {
		font-size: 20px;
		font-weight: 600;
		color: #9c1a3c;
		line-height: 1em;
		letter-spacing: 0.1em;
	}
	.overview .detail .program .fbox .box .title {
		font-size: 25px;
		margin-top: 13px;
		min-height: 0;
	}
	.overview .detail .program .fbox .box .text {
		font-size: 14px;
		margin-top: 15px;
		padding-top: 15px;
	}
	.overview .detail .person {
		margin-top: 50px;
	}
	.overview .detail .person .fbox {
		margin-top: 25px;
		gap: 10px 0;
	}
	.overview .detail .person .fbox .box {
		width: calc(50% - 5px);
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
	}
	.overview .detail .person .fbox .box a {
		display: flex;
		flex-direction: column;
	}
	.overview .detail .person .fbox .box a .img,
	.remodal .img {
		width: 100%;
		border-radius: 10px 10px 0 0;
		overflow: hidden;
	}
	.remodal .img {
		border-radius: 10px;
		width: 170px;
	}
	.overview .detail .person .fbox .box a .img img,
	.remodal .img img {
	margin-bottom: -13%;
	}
	.overview .detail .person .fbox .box a .info,
	.remodal .info {
		width: auto;
		box-sizing: border-box;
		padding: 10px 10px 33px 10px;
		background: url(../images/icon_modal.png) no-repeat right 10px bottom 10px / 24px auto;
	}
	.remodal .info {
		padding: 0;
		margin-top: 16px;
		background: no-repeat;
		text-align: center;
	}
	.overview .detail .person .fbox .box a .info .pos,
	.remodal .info .pos {
		font-size: 11px;
		line-height: 1.6em;
		color: #26060F;
	}
	.overview .detail .person .fbox .box a .info .name,
	.remodal .info .name {
		font-size: 20px;
		margin-top: 2px;
	}
	.overview .detail .person .fbox .box a .info .name span,
	.remodal .info .name span {
		font-size: 14px;
		margin-left: 7px;
		display: inline-block;
	}
	.overview .detail .bt_entry {
		padding: 7px 0;
		font-size: 15px;
		width: 100%;
		margin: 48px auto 0 auto;
	}
	.remodal .info .profile {
		font-size: 11px;
		letter-spacing: 0.05em;
		line-height: 1.6em;
		text-align: justify;
		margin-top: 7px;
	}
	.remodal {
		padding: 10px 0;
		margin: 0 auto;
		text-align: left;
		font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
		color: #4D4D4D;
		background: url(../../img/mirai/bg_body.jpg) no-repeat left 50% top 90% / 100% auto;
		box-sizing: border-box;
		width: 82% !important;
	}
	.remodal>.inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 30px 30px 80px 30px;
		border-radius: 10px;
	}
	.remodal-overlay {
		background: rgb(0, 0, 0, 0.6);
		z-index: 100000000;
	}
	.remodal-wrapper {
		z-index: 100000001;
		padding: 0;
	}
	.remodal-close {
		left: 50%;
		right: auto;
		top: auto;
		bottom: 40px;
		width: 50px;
		height: 50px;
		opacity: 0.7;
		transform: translate(-50% , 0);
		text-indent: 0;
		font-size: 9px;
		color: #000;
		overflow: visible;
		padding-top: 42px;
	}
	.remodal-close::before {
		display: none;
	}
	.remodal-close::before, .remodal-close::after {
		display: block;
		position: absolute;
		content: "";
		width: 34px;
		height: 2px;
		background: #000;
		left: 8px;
		top: 50%;
		transform: rotate(-45deg);
	}
	.remodal-close::after {
		transform: rotate(45deg);
	}
	.overview .detail .company {
		margin-top: 60px;
	}
	.overview .detail .company dl {
		background: #fff;
		border-radius: 10px;
		box-sizing: border-box;
		padding: 20px 25px;
		display: flex;
		flex-wrap: wrap;
		gap: 0;
		margin-top: 25px;
		flex-direction: column;
		line-height: 1.8em;
	}
	.overview .detail .company dl dt {
		width: auto;
		font-weight: bold;
	}
	.overview .detail .company dl dd + dt {
		margin-top: 10px;
	}
	.overview .detail .company dl dd {
		width: auto;
	}
	.overview .detail .company dl dd::before {
		content: "-";
	}
	.overview .past_event {
	  width: 95.5%;
	  background: #F6F3EE;
	  margin: 10px auto 0 auto;
	  border-radius: 10px;
	}
	.overview .past_event > .inner {
		
	}
	.overview .past_event .bt_more {
		display: block;
		width: 100%;
		text-align: center;
		font-size: 16px;
		font-weight: bold;
		line-height: 68px;
		position: relative;
		transition: all ease 0.5s;
	}
	.overview .past_event .bt_more::after {
		content: "";
		position: absolute;
		right: 34px;
		top: 50%;
		width: 11px;
		height: 11px;
		border-top: 2px solid #000;
		border-right: 2px solid #000;
		transform: translate(0, -50%) rotate(135deg);
		margin-top: -3px;
	}
	.overview .past_event .bt_more.open {
		color: transparent;
	}
	.overview .past_event .bt_more.open::after {
		transform: translate(0, -50%) rotate(-45deg);
		margin-top: 3px;
	}
	.overview .past_event .body {
		display: none;
	}
	.overview .past_event .body .detail {
		margin-top: 0;
		padding-top: 0;
		width: auto;
	}
	.overview .past_event .body .detail + .detail {
		
	}
	/*============================
	#hipro
	============================*/
	.hipro {
		/* background: #F6F3EE; */
	}
	.hipro>.inner {
		padding: 48px 0;
	}
	.hipro a {
		display: block;
		width: 90%;
		margin: 0 auto;
	}
}