@charset "UTF-8";

/* ---------- mediaQuery  ---------- */

@media all and (min-width: 768px) and (max-width: 999px) {
.viewpc {
	display: none;
}
.viewtb {
	display: block!important;
}
.viewsp {
	display: none;
}
.nonetb {
	display: none!important;
}


/* ===============
header
================*/
header {
	width: 100%;
	height: 50px;
	background-color: #fff;
	z-index: 100;
	position: fixed;
	padding: 10px 0 8px 0;
}
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header img {
	width: 100%;
	height: auto;
}

header h1 {
	font-size: 2rem;
}
header h1 span {
	font-size: 1.1rem;
}
header .logo_mark {
	display: none;
}
header .hdr_cont {
	display: none;
}

/* ===============
#g-nav
================*/
#g-nav{
    position:fixed;
    z-index: 999;
  	top:50px;
    right: -120%;
  	width:100%;
    height: 100vh;
  background-color: var(--themecolor);
  transition: all 0.6s;
}

#g-nav.panelactive {
    right: 0;
}

#g-nav.panelactive #g-nav-list {
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#g-nav .list_menu {
    position: absolute;
    z-index: 999;
	width: 100%;
    top:0;
    left:0;
	border-top: 1px solid rgba(255,255,255,0.5);
}


.openbtn1 {
  position:fixed;
   z-index: 9999;
  top:4px;
  right: 4px;
  cursor: pointer;
  width: 40px;
  height: 40px;
	background-color: var(--themecolor);
	border-radius: 6px;
}
.openbtn1 span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 8px;
    height: 2px;
  background-color: #fff;
    width: 60%;
  }
.openbtn1 span:nth-of-type(1) {
  top:12px; 
}
.openbtn1 span:nth-of-type(2) {
  top:20px;
}

.openbtn1.active span:nth-of-type(1) {
    top: 13px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
    width: 45%;
}
.openbtn1.active span:nth-of-type(2){
    top: 25px;
    left: 11px;
    transform: translateY(-6px) rotate(45deg);
    width: 45%;
}
.openbtn1 p {
	font-size: 1rem;
	text-align: center;
	margin: 23px 0 0 0;
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.06em;
}
.openbtn1.active p {
	opacity: 0;
}


#g-nav-list .acd-check {
    display: none;
}
#g-nav-list .acd-label {
	background: url("../images/common/icon_plus.svg") no-repeat 95% center;
	background-size: 12px;
	font-size: 1.6rem;
   display: block;
	margin: 0 auto;
	padding: 12px 6px 12px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	transition: all 0.8s;
	color: #fff;
}
#g-nav-list .acd-check:checked + label {
	background: url("../images/common/icon_minus.svg") no-repeat 95% center;
	background-size: 12px;
	font-size: 1.6rem;
	font-weight: 700;
  display: block;
	margin: 0 auto;
	padding: 12px 6px 12px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}

#g-nav-list .acd-content {
    height: 0;
    opacity: 0;
    padding: 0 10px;
    visibility: hidden;
    transition: 
    opacity     .0s linear .0s,
    visibility  .0s linear .0s;
}
#g-nav-list .acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0 0 0 0;
    visibility: visible;
    transition:
    opacity     .1s linear .1s,
    visibility  .1s linear .1s;
}
#g-nav-list .acd-content p {
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.4;
	background: url("../images/common/arrow_right_rect_w.svg") no-repeat 96% center var(--accentcolor);
	background-size: 18px;
	color: #fff;
}
#g-nav-list .acd-content p a {
	width: 100%;
	display: block;
	padding: 12px 0 12px 50px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}
	
#g-nav-list .g-nav-top a {
	font-size: 14px;
	width: 100%;
	display: block;
	background: var(--themecolor);
	padding: 12px 6px 12px 40px;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	color: #fff;
}


/* ===============
main
================*/
main {
	width: 100%;
	padding-top: 50px;
}

/* ===============
#topimage
================*/
#topimage {
	width: 100%;
	background: url("../images/index/topimage_bg.jpg") no-repeat top right;
	background-size: cover;
	padding: 188px 0 0 0;
}
#topimage img {
	width: 100%;
	height: auto;
}

.topimage_lead {
	width: 100%;
	height: 440px;
	margin: 0 auto;
	background: url("../images/index/img_tempu.png") no-repeat left bottom;
	background-size: 350px;
}
.topimage_lead h1 {
	width: 500px;
	margin-left: 250px;
	margin-bottom: 30px;
}
.topimage_lead h2 {
	width: 500px;
	margin-left: 250px;
}

.top4_cont {
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	padding: 40px 0 40px 0;
}
.top4_cont .inner {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	flex-wrap: wrap;
}

.top4_cont .top4_item {
	flex-basis: 45%;
	width: 100%;
	background-color: #fff;
}
.top4_cont .top4_item h3 {
	background-color: var(--themecolor);
	text-align: center;
	font-size: 2rem;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	color: #fff;
	padding: 6px 0;
}
.top4_cont .top4_item .top4_img {
	width: 100%;
	height: 175px;
	overflow: hidden;
}
.top4_cont .top4_item .top4_img a img {
	transform: scale(1.0);
	transition: 0.2s all ease 0s;
}
.top4_cont .top4_item .top4_img a:hover img {
	transform: scale(1.3);
	transition: 0.2s all ease 0s;
}
.top4_cont .top4_item p {
	padding: 10px 14px 0 14px;
	line-height: 1.6;
	margin-bottom: 0;
}
.top4_cont .top4_item p span {
	font-weight: 600;
}

.top4_cont .top4_link a {
	display: block;
	width: 120px;
	background: url("../images/common/arrow_right_rect.svg") no-repeat left center;
	background-size: 14px;
	padding-left: 22px;
	text-decoration: none;
	margin: 0 10px 6px auto;
}
.top4_cont .top4_link a:hover {
	text-decoration: underline;
}


/* ================
#seminar_schedule
================== */
#seminar_schedule {
	width: 100%;
	padding: 60px 0 40px 0;
	background-color: var(--bgcolor_midgray);
}
#seminar_schedule h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}
.seminar_item {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto 6px auto;
	background-color: #fff;
	padding: 10px 10px 10px 0;
}
.seminar_item h3 {
	font-size: 2.2rem;
	border-left: 10px solid var(--themecolor);
	padding-left: 8px;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	margin-bottom: 20px;
}
.seminar_item dl {
	margin: 20px 20px 0 20px;
	display: flex;
	flex-wrap: wrap;
}
.seminar_item dl dt {
	flex-basis: 60px;
}
.seminar_item dl dd {
	flex-basis: calc(100% - 80px);
}
.seminar_item dl .sem_date {
	font-weight: 700;
}
.seminar_item .seminar_link a {
	display: block;
	width: 120px;
	background: url("../images/common/arrow_right_rect.svg") no-repeat left center;
	background-size: 14px;
	padding-left: 22px;
	text-decoration: none;
	margin: 0 10px 6px auto;
}
.seminar_item .seminar_link a:hover {
	text-decoration: underline;
}

.seminarindex_link a {
	display: block;
	width: 234px;
	margin: 50px auto 10px auto;
	background: url("../images/common/arrow_right_rect_w.svg") no-repeat 90% center var(--themecolor);
	background-size: 14px;
	color: #fff;
	padding: 16px 16px 16px 24px;
	transition: 0.2s all ease 0s;
}
.seminarindex_link a:hover {
	text-decoration: none;
	background: url("../images/common/arrow_right_rect_w.svg") no-repeat 90% center var(--accentcolor);
	background-size: 14px;
	color: #fff;
	padding: 16px 16px 16px 24px;
	transition: 0.2s all ease 0s;
}

/* ================
#information
================== */
#information {
	width: 100%;
	padding: 60px 0 60px 0;
}
#information h2 {
	font-size: 3.2rem;
	text-align: center;
	margin-bottom: 40px;
}
#information .inner {
	width: 100%;
	max-width: 1200px;
	display: block;
}
#information .information_area {
	width: 90%;
	margin: 0 auto 30px auto;
}
#information .information_area dl {
	border-top: 1px solid var(--bordercolor);
	display: flex;
	flex-wrap: wrap;
}
#information .information_area dl dt {
	border-bottom: 1px solid var(--bordercolor);
	font-weight: 700;
	font-size: 1.6rem;
	padding: 12px 0;
	flex-basis: 160px;
}
#information .information_area dl dd {
	border-bottom: 1px solid var(--bordercolor);
	flex-basis: calc(100% - 160px);
	padding: 12px 0;
}
#information .information_area dl dd a {
	color: var(--themecolor);
	text-decoration: underline;
}
#information .information_area dl dd a:hover {
	text-decoration: none;
}

#information .facebook_area {
	width: 440px;
	height: 500px;
	display: block;
	background-color: var(--bgcolor_gray);
	margin: 0 auto;
}


/* footer-area */

/* ================
#pagetop
================== */
#pagetop {
	display: block;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background: url(../images/common/btn_totop.svg) no-repeat right top;
	background-size: 40px;
	z-index: 900;
 	transition: 0.3s all ease 0s;
 }

#pagetop:hover {
	transform: scale(1.2);
}
#pagetop:hover a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* ===================
footer
====================== */
footer {
	width: 100%;
	background-color: var(--bgcolor_gray);
	padding: 30px 0 14px 0;
}
footer .ftr_contents {
	width: 100%;
	margin: 0 auto;
	display: flex;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--bordercolor);
	flex-wrap: wrap;
	justify-content: center;
}
footer .ftr_contents .ftr_logo {
	flex-basis: 100%;
	text-align: center;
	margin: 0 auto 20px auto;
}
footer .ftr_contents .ftr_logo h2 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1.5;
}
footer .ftr_contents .ftr_logo h2 span {
	font-size: 1.8rem;
	display: block;
}

footer .ftr_contents .ftr_item {
	width: 35%;
	margin: 0 auto 14px auto; 
}
footer .ftr_contents .ftr_item:nth-of-type(2n+1) {
	margin-left: 150px;
}
footer .ftr_contents .ftr_item h3 {
	font-family: "Zen Old Mincho", serif;
	font-weight: 700;
	font-size: 1.6rem;
	position: relative;
	margin-bottom: 2px;
}
footer .ftr_contents .ftr_item h3:before {
	content: "■";
	color: var(--themecolor);
	left: -30px;
	top: 0;
	margin-right: 10px;
}
footer .ftr_contents .ftr_item ul {
	display: block;
	margin-left: 14px;
}
footer .ftr_contents .ftr_item ul li {
	list-style-type: disc;
	font-size: 1.4rem;
}

footer .ftr_contents ul.ftr_addlink {
	width: 70%;
	display: flex;
	justify-content: center;
	gap: 30px;
}
footer .ftr_contents ul.ftr_addlink li a {
	background: url("../images/common/arrow_right_rect.svg") no-repeat left center;
	background-size: 12px;
	padding-left: 16px;
	font-weight: 500;
	font-size: 1.4rem;
}

footer .ftr_copyright {
	margin: 20px auto;
	display: block;
}
footer .ftr_copyright .copyright {
	font-size: 1.2rem;
	font-weight: 600;
	text-align: center;
}

footer .ftr_copyright ul.viewpc {
	display: none;
}


}
