@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@200,300;400;500;600&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@300;400;500&amp;display=swap');


/*----------------------------------------------------
* 
* common
* 
----------------------------------------------------*/

* {
	font-family: 'Noto Sans JP', sans-serif;
	box-sizing: inherit;
	font-style: normal;
}
html {
	scroll-behavior: smooth;
	box-sizing:border-box;
}
body {
	-webkit-font-smoothing:auto;
}

#wpadminbar {
	display:none;
}
.site-main {
	margin:0;
	padding:0;
}
#page {
	max-width: 67rem!important;
	width: 67rem;
	margin: 0 auto;
}
section {
	width: 1079px!important;
	max-width: 1079px!important;
	margin:0 auto;
	font-family: Noto Sans JP;
}
section.wrap {
	margin-left: calc(50% - 50vw)!important;
	width: 100vw!important;
	max-width: 100vw!important;
	background-color: #eee;
}
.section-inner {
	width: 1079px;
	max-width: 1079px;
	margin:0 auto;
}
ul,li,dd {
	margin:0;
	padding:0;
	list-style-type:none;
}
.p-entry__body li, .p-entry__body dt, .p-entry__body dd {
    line-height: 1.5;
}


.note {
	font-size:90%;
	color:#f00;
}
a img {
	transition: 1.0s ;
}
a:hover img {
	opacity: 0.5 ;
}
section h3.ttl {
display: table;
	margin: 0 auto;
	border-bottom: 4px solid #000;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 190%;
	font-weight: 500;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
section h3.ttl span{
	display: block;
	font-size: 40%;
	font-weight: 400;
	text-align: center;
	font-family:'Noto Sans JP', sans-serif;
}
#page_top{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 10px;
	bottom: 20px;
	opacity: 0.6;
}
#page_top a{
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: #000;
}
.pc {
	display:block;
}
.sp {
	display:none;
}
@media only screen and (max-width: 1079px) {
	#page {
	max-width: 100%!important;
	width: 100%;
	margin: 0 auto;
}
	section {
		width: 94%!important;
		max-width: 94%!important;
		margin-right: auto!important;
		margin-left: auto!important;
	}
	section.wrap {
		margin-left:0;
		width:100%;
		max-width:100%;
		background-color: #eee;
	}
	.section-inner {
		width: 94%;
		max-width: 94%;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 782px) {
	.primary-menu-container {
	/*	display:none;*/
	}
}
@media only screen and (max-width: 482px) {
	.arrow {
		margin-bottom: 100px;
	}
	.pc {
		display:none;
	}
	.sp {
		display:block;
	}
}
/*----------------------------------------------------
* 
* header
* 
----------------------------------------------------*/
.site-header {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	height: 80px;
	padding: 0;
	border-bottom: 3px solid #000;
	background-color: rgba(255,255,255,0.9);
	z-index:100;
	position: sticky;
	position: -webkit-sticky;
	top: 0;
}
.site-header .header-inner {
	width: 100rem;
	width: calc(100% - 4rem);
	/*width: var(--responsive--alignwide-width);*/
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: baseline;
}
header .site-branding {
}
header .site-branding .site-title,
header .site-branding .site-title a {
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-decoration:none;
    display: flex;
    align-items: center;
}
header .site-branding .site-title img {
	    width: 250px;
}
header .site-branding .site-title a img {
}

@media only screen and (max-width: 1079px) {
	.site-header {
		margin: 0;
		width: 100%;
			max-width: 100%;
	}
	.site-header .header-inner {
		width: 96%;
	}
	header .site-branding .site-title {
		font-size:90%;
	}
}
@media only screen and (max-width: 782px) {
}
@media only screen and (max-width: 482px) {
	.site-header:not(.has-logo).has-title-and-tagline .site-branding {
		margin-right: auto;
		max-width: initial;
	}
	header .site-branding .site-title {
		font-size: 100%;
		margin-top: 12px;
	}
}



/*----------------------------------------------------
 * 
 * footer
 * 
----------------------------------------------------*/
.entry-footer {
	display:none;
}
.site-footer {
    margin: 0 calc(50% - 50vw);
	width: 100vw;
	max-width: 100vw;
	padding: 0;
	border-bottom: 1px solid #000;
	margin-top: 0!important;
	background-color: #000;
	color: #fff;
}
.site-footer .site-info {
	width: 100rem;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	color: #fff;
}
.site-footer .site-info .site-name p {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    padding-bottom: 20px;
}
.site-footer .site-info .site-name p span {
    font-size: 12px;
}


.site-footer .site-info dl {
	display: flex;
	justify-content:center;
	padding: 30px 0 50px;
}
.site-footer .site-info dl dd {
	padding: 0 20px;
}
.site-footer .site-info dl dd.sitemap {
	border-left: 1px dashed #aaa;

}	
.site-footer .site-info h6 {
	margin-bottom: 10px;
}
.site-footer .site-info ul {

}
.site-footer .site-info ul li {
	
}
.site-footer .site-info ul li ul {
	padding-left:20px;
}
.site-footer .site-info ul li a,
.site-footer .site-info ul li a:visited,
.site-footer .site-info ul li a:active {
	color: #fff!important;
}
@media only screen and (max-width: 1600px) {
	.site-footer .site-info {
		width: 100%;
	}
}
@media only screen and (max-width: 1079px) {
	.site-footer {
		    margin: 0 auto;
    width: 100%;
    max-width: 100%;
	}
	.site-footer .site-info {
		width: 100%;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.site-footer .site-info .site-name p {
		font-size: 14px;
	}
	.site-footer .site-info .site-name p span {
		font-size: 12px;
}
}

/*----------------------------------------------------
 * 
 * single header
 * 
----------------------------------------------------*/
.p-cover {
	display: none;
}
.mt50 {
	margin-top: 0 !important;
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	#ipc .entry-header h1.entry-title {
		font-size: 120%;
	}
}


/*----------------------------------------------------
 * 
 * single page
 * 
----------------------------------------------------*/
section {
    margin-bottom: 30px;
	padding-top: 80px;
}
.wide {
	margin: 0 calc(50% - 50vw) 0 calc(50% - 50vw) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	display: flex;
	justify-content: center;
}
.mid {
	width:700px!important;
}
.att {
	font-size:80%;
}
.p-entry__body h3 {
	display: flex;
	justify-content: center;
	position: relative;
    margin-bottom: 60px;
}
.p-entry__body h3 span {
	text-align: center;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    border-bottom: 5px solid #000;
    padding: 0 10px 5px 10px;
}
h3 em {
	font-family: 'Oswald';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	position: absolute;
	bottom: -25px;
	color: #aeaeae;
}
figure {
	margin:0;
}

p {
	font-size:16px;
	line-height: 1.7;
}
.p-entry__body p {
	font-size:16px;
	line-height: 1.7;
}
p.atte {
	font-size:14px;	
}
.p-entry__body dd {
    margin-bottom: 0;
}


@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {
	section.mid {
		width:100%!important;
	}
}
@media only screen and (max-width: 482px) {
	.p-entry__body h3 span {
		font-size: 20px;
	}
}

/*----------------------------------------------------
* 
* mainv
* 
----------------------------------------------------*/

.mainv {
    height: 300px;
    background-image: url(https://htus.jp/htw/wp-content/themes/nano_tcd065/assets/images/ioc2025/mainv02.jpg);
    background-repeat: no-repeat;
    background-position: bottom 50% center;
    background-size: 100%;
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	.mainv {
		background-position: left 36% bottom;
		background-size: 160%;
	}
}


/*----------------------------------------------------
* 
*  title
* 
----------------------------------------------------*/

section.title {
	padding: 0;
    margin-top: -120px;
}
section.title h2 {
	font-size: 27px;
    font-weight: 600;
    background: #000;
	color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 6px 20px;
	margin-bottom: 0;
}

section.title .theme{
    background-color: #f6f6f6e6;
    padding: 40px 20px 30px 40px;
    margin: -20px 0 0 30px;
    font-size: 26px;
	font-weight: 600;
	background-image: url(https://htus.jp/htw/wp-content/themes/nano_tcd065/assets/images/ioc2025/logomark.png);
	background-repeat: no-repeat;
	background-position: right 80px center;
	background-size: 20%;
	box-shadow: 0px 10px 8px -8px rgba(0, 0, 0, 0.3);
}
section.title .theme strong {
	font-weight: 600;
    font-size: 115%;
}
section.title .theme span:nth-child(1)  {
	
}
section.title .theme span:nth-child(2)  {
			margin-left: 0.5em;
}
section.title .exp {
    font-size: 20px;
    margin: 30px 40px 0 60px;
}
section.title .exp p {
	
}
section.title .exp p.org {
	margin: 10px 0 0 0;
	font-size: 16px;
}

@media only screen and (max-width: 1079px) {
	section.title .theme span:nth-child(1)  {
		display: block;
	}
	section.title .theme span:nth-child(2)  {
		margin-left: 1em;
	}
}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.title h2 {
		font-size: 20px;
	}
	section.title .theme {
		padding: 40px 20px 20px 20px;
		margin: -20px 0 0 0px;
		font-size: 18px;
		line-height: 1.5;
		background-position: right 5px top 20px;
		background-size: 26%;
	}
	section.title .theme span:nth-child(1)  {
		display: block;
		font-weight: 600;
		margin-top: 10px;
	}
	section.title .theme span:nth-child(2)  {
		margin-left: 1em;
	}
	section.title .exp {
		margin: 30px 12px 0 12px;
	}
	section.title .exp p {
		font-size: 15px;
	}
	section.title .exp p.org {
		font-size: 14px;
	}
}


/*----------------------------------------------------
* 
* about
* 
----------------------------------------------------*/
section.about {
    margin-bottom: 60px;
}
section.about div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	flex-direction: row-reverse;
}
section.about div p {
	font-size:18px;
	width:65%;
}
section.about div figure {
	width:30%;
	margin:0;
}
section.about div figure img {
	width:100%;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.about div {
        flex-direction: column;
        align-items: center;
	}
	section.about div p {
		font-size: 15px;
		width: 90%;
	}
	section.about div figure {
		width:80%;
	}
}

/*----------------------------------------------------
* 
* info
* 
----------------------------------------------------*/
section.info {
    background: #f2f2f2;
    padding: 30px;
}
section.info .mid {

}
section.info dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0 10px 0;
}
section.info dl dt,
section.info dl dd {
	border-bottom: 1px solid #111;
    padding: 8px;
}
section.info dl dt  {
    width: 25%;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Oswald';
    display: flex;
    align-items: center;
}
section.info dl dt span {
	background: #000;
    color: #fff;
    font-size: 12px;
    font-family: 'Oswald';
    font-weight: 600;
    line-height: 1;
    padding: 1px 6px;
    margin-left: 5px;
}
section.info dl dd {
	width:75%;
	font-size: 16px;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.info dl {
		flex-direction: column;
	}
	section.info dl dt {
		width: 100%;
		border-bottom: none;
		padding-bottom: 0;
		line-height: 1;
	}
	section.info dl dd {
		width: 100%;
		font-size: 15px;
	}
}

/*----------------------------------------------------
* 
* menu
* 
----------------------------------------------------*/

section.menu {
	
} 
section.menu h4 {
	font-size: 21px;
	line-height: 1;
	margin-bottom: 16px;
}
section.menu h4 em {
	font-style: normal;
	background: #000;
	color: #fff;
	padding: 5px 10px;
	font-size: 16px;
	margin-right: 10px;
}
section.menu .box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
section.menu .box .txt {
	width: 70%;
	margin-top: 10px;
}
section.menu .box figure {
	width:22%;	
}
section.menu .box img {
	width:100%;	
	height: fit-content;
}
section.menu p {
	font-size: 16px;
	margin-bottom: 10px;
} 
section.menu p.atte {
    padding: 0;
    font-size: 14px;
}
@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.menu {
		display: flex;
		flex-direction:column;
		align-items: center;
	} 
	section.menu h4 {
		display: flex;
		font-size: 18px;
		line-height: 140%;
		width: 90%;
	}
	section.menu h4 em {
		white-space: nowrap;
		display: flex;
		align-items: center;
		font-size: 14px;
	}
	section.menu .box {
		flex-direction: column-reverse;
		align-items: center;
	}
	section.menu .box .txt {
		width: 90%;
	}
	section.menu .box figure {
		width: 50%;
	}
	section.menu p {
		font-size: 16px;
	} 
}


/*----------------------------------------------------
* 
* entry
* 
----------------------------------------------------*/
section.entry dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    margin: 50px 0 10px 0;
}
section.entry dl dt,
section.entry dl dd {
	border-bottom: 1px solid #111;
    padding: 8px;
}
section.entry dl dt {
	width:25%;
	font-size: 16px;
}
section.entry dl dd {
	width:75%;
	font-size: 16px;
	line-height: 1.7;
}
section.entry dl dd a {
	display: block;
	background: #f79451;
	color: #fff;
	text-align: center;
	line-height: 1;
	padding: 10px;
	font-size: 18px;
	font-weight: 600;
	border-radius: 20px;
	margin: 5px 0 0 0;
    transition: 0.5s;
}
section.entry dl dd a:hover {
    background: #f55505;
    text-decoration: none;
}
section.entry dl dd a.disable {
	background: #d6d6d6;
	pointer-events: none
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.entry dl {

	}
	section.entry dl dt {
        width: 100%;
        font-size: 14px;
        border-bottom: none;
        padding-bottom: 0;
        background: #efefef;
	}
	section.entry dl dd {
		width: 100%;
		font-size: 14px;
		border-bottom: none;
	}
	section.entry .atte {
		font-size: 14px;
	}
}

/*----------------------------------------------------
* 
* schedule
* 
----------------------------------------------------*/
section.schedule figure {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
section.schedule figure img {
	width:50%;
}
section.schedule .box {
    display: none;
    justify-content: center;
    width: 100% !important;
    background: #f2f2f3;
    padding: 20px 0;
}
section.schedule dl {
	display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
section.schedule dl dt,
section.schedule dl dd {
	border-bottom: 1px dotted #bababa;
	padding: 3px 8px;
    font-size: 15px;
}
section.schedule dl dt {
	width:40%;
}
section.schedule dl dd {
	width:60%;
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.schedule figure {
		flex-direction: column;
	}
	section.schedule figure img {
		width:100%;
	}
}

/*----------------------------------------------------
* 
* inquiry
* 
----------------------------------------------------*/

section.inquiry {
	border: 3px solid #000;
	padding: 20px 30px 30px 30px;
	margin-bottom: 60px !important;
	background: #f2f2f2;
	margin-top: 80px;
}
section.inquiry h4 {
	font-size: 16px;
	margin-bottom: 10px;
}
section.inquiry p {
	font-size: 15px;
}
section.inquiry a.btn {
	display: block;
	font-weight: 700;
	text-decoration: none;
	background: #6580ca;
	color: #fff;
	text-align: center;
	line-height: 140%;
	margin-top: 20px;
	padding: 20px;
	border-radius: 60px;
	transition:0.5s;
    background-image: url(https://htus.jp/htw/wp-content/themes/nano_tcd065/assets/images/ioc2025/mailform.png);
    background-repeat: no-repeat;
    background-position: left 30px center;
    background-size: 40px;
}
section.inquiry a.btn:hover {
	background: #485094;
	background-image: url(https://htus.jp/htw/wp-content/themes/nano_tcd065/assets/images/ioc2025/mailform.png);
	background-repeat: no-repeat;
	background-position: left 30px center;
	background-size: 40px;
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {
	section.inquiry p {
        font-size: 15px;
        line-height: 150%;
	}
	section.inquiry a.btn {
		font-size: 15px;
		background-size: 30px;
	}
}


/*----------------------------------------------------
 * 
 * form
 * 
----------------------------------------------------*/

form dl.form {

}
form dl.form dt {
	font-size: 90%;
}
form dl.form dd {
	padding-bottom: 20px;
}
form .btn {
	text-align: center;
	padding: 0 0 100px 0;
}
form .btn input {
	
}

@media only screen and (max-width: 1079px) {

}
@media only screen and (max-width: 782px) {

}
@media only screen and (max-width: 482px) {

}

