@charset "utf-8";
/* CSS Document */
@media screen and (max-width:500px) {
.spblock {display: block!important;}
.sp-box {display: block;}
.sp-mgn-a {margin-left: auto; margin-right: auto;}
	.content {padding: 16px;}
.indent_content {padding: 20px 16px;}
.page_thumb {letter-spacing: inherit; font-size: 6vw; height: 70px; margin-bottom: 20px; margin-top: 70px; background-size: cover;}
.page_thumb.cat_thumb {font-size: 4.5vw;}
/*ハンバーガー*/	
	#nav-toggle {
  position: fixed;
  top: 25px;
  right: 5%;
width: 8%;
  cursor: pointer;
}
#nav-toggle > div {
  position: relative;
  width: 100%;
}
#nav-toggle span {
  width: 100%;
  height: 3px;
  left: 0;
  display: block;
  background: #318b55;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 10px;
}
#nav-toggle span:nth-child(3) {
  top: 20px;
}

.open #nav-toggle span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
background-color: #318b55;
}
.open #nav-toggle span:nth-child(2) {
  top: 10px;
  width: 0;
  left: 50%;
background-color: #318b55;
}
.open #nav-toggle span:nth-child(3) {
  top: 10px;
  transform: rotate(-45deg);
background-color: #318b55;
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav nav {
  z-index: 999;
}

#gloval-nav {
background: url(img/index/box08_bg.jpg)top center repeat;
background-size: cover;
  color: #000;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 5vw;
  padding-left: 0;
  transform: translateX(-100%);
  transition: transform .7s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.open #gloval-nav {
  transform: translateX(0);
}

#gloval-nav a {
  display: inline-block;
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.6s ease;
}
#gloval-nav ul {
  list-style: none;
padding: 0 16px;
}
#gloval-nav ul li {
  transform: translateX(-250px);
  transition: transform .4s ease;
  position: relative;
  width: 100%;
  border-bottom: 1px dotted #000;
}

#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}
#gloval-nav ul li:nth-child(8) {
  transition-delay: 1.05s;
}
#gloval-nav ul li:nth-child(9) {
  transition-delay: 1.2s;
}
#gloval-nav ul li:nth-child(10) {
  transition-delay: 1.35s;
}
#gloval-nav ul li:nth-child(11) {
  transition-delay: 1.5s;
}
#gloval-nav ul li:nth-child(12) {
  transition-delay: 1.65s;
}
#gloval-nav ul li:nth-child(13) {
  transition-delay: 1.8s;
}

.open #gloval-nav li {
  transform: translateX(0);
}

.nav-bg {
  opacity: 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  transition: all 1s ease;
}
.nav-bg.active {
  opacity: 1;
}
	header {width: 100%; padding: 10px; position: fixed; top: 0; z-index: 100; background-color: #fff; box-sizing: border-box; display: flex; align-items: center; height: 70px;}
	header .inner {display: none;}
	header .min_dis {margin-bottom: 0; font-size: 3vw;}
	header .head_logo {width: 75%; margin-top: 5px;}
	header .bx-wrapper {margin-top: 70px;}
	.top_slider02 {margin-top: 70px;}
	.main_slide {margin-top: 70px;}
	.swiper-slide {width: 100%; margin: 0 auto;}
	.main_slide .swiper-pagination {bottom: -28px;}

	
/*index*/
	#index .box015 .title_area {display: none;}
	#index .box015 ul {display: none;}
	#index .box015 .sp-box,#index .box02 .sp-box {display: flex; justify-content: space-between; align-items: center;}
	#index .box02 h2 {width: 100%;}
	#index .box02 h2 {margin: auto; font-size: 4vw; line-height: 1.2;}
	#index .box02 .icon {display: none;}
	#index .box02 ul {display: none;}
	#index .box02 .sp-box {margin-top: 20px;}
	#index .box02 .sp-box a {width: 32.8%;}
	#index .box03 .big {font-size: 10vw; margin: 10px auto;}
	#index .box03 h2 {font-size: 5vw;}
	#index .box03 ul {display: none;}
	#index .box03 .sp-box {flex-wrap: wrap; display: flex; justify-content: space-between; align-items: flex-start; margin-top: 20px;}
	#index .box03 .sp-box a {width: 47.5%;}
	#index .box03 .sp-box a:nth-child(3),#index .box03 .sp-box a:nth-child(4) {margin-top: 16px;}
	#index .box03 .sp-box a:nth-child(5) {margin: 16px auto;}
	#index .box04 .mont {font-size: 6vw;}
	#index .box04 h2 {font-size: 8vw; line-height: 1.2; margin: 10px auto;}
	#index .box04 h2 span {font-size: 10vw;}
	#index .box04 .min {font-size: 3vw;}
	#index .box04 ul {width: 100%; margin: 0 auto;}
	#index .box04 li {width: 47.5%; margin-top: 16px;}
	#index .box04 .big {font-size: 4vw; margin: 10px auto 5px;}
	#index .box04 .year {font-size: 3vw;}
	#index .box04 .btn {display: none;}
	#index .box04 li:nth-child(6), #index .box04 li:nth-child(7), #index .box04 li:nth-child(8), #index .box04 li:nth-child(9), #index .box04 li:nth-child(10) {margin-top: 16px;}
	#index .box04 .box {width: auto; padding: 10px 0;}
	#index .box05 .min {display: none;}
	#index .box05 .title_area {display: none;}
	#index .box05 .sp-title {width: 70%; margin: 0 auto 10px; display: block;} 
	#index .box05 ul {display: none;}
	#index .box05 .li02 {margin-top: 2%;}
	#index .leadtube_box {padding: 40px 16px;}
	#index .leadtube_box h2 {width: 60%; margin: 0 auto;}
	#index .leadtube_box .slide_box {margin-top: 16px;}
	#index .leadtube_box .bx-wrapper {width: 100%; margin-left: 0;}
	#index .leadtube_box ul li h3 {font-size: 4vw; margin-top: 16px; letter-spacing: .3vw;}
	#index .leadtube_box ul li .icon {width: 13%;}
	#index .leadtube_box .btn {display: block; padding: 20px 0; font-size: 4vw; margin: 10px auto 0;}
	
	
	#index .box06 h2 {width: 60%;}
	#index .box06 .bx-wrapper {width: inherit; margin-left: auto;}
	#index #flyer_list {width: 100%; margin: 0;}
	#index .flyer_item {width: 60%; margin: auto;}
	#index .box06 .bx-viewport {padding: 20px 0 0;}
	#index .box06 .btn {width: 100%; padding: 20px 0; margin-top: 20px;}
	#index .blog_item_area {display: block;}
	#index .box07 {background-repeat: repeat;}
	#index .box07 .list {width: 100%;}
	#index .box07 .list:nth-child(2) {margin-top: 20px;}
	#index .box07 .con {box-shadow: inherit;}
	#index .box07 .btn {position: relative; top: inherit; right: inherit; margin: 20px auto 0;}
	#index .box07 .inner {display: block;}
	#index .box07 .inner .img {min-width: 100%; max-width: 100%; max-height: 150px; margin-right: 0; margin-bottom: 16px;}
	#index .box07 .img img {min-width: 100%; min-height: 0; height: 150px;}
	#index .box07 .btn02 {position: relative; right: 0; bottom: 0;}
	#index .sns_area {display: block; text-align: center; font-size: 4.5vw; margin-top: 30px;}
	#index .sns_area .right_area {margin: auto; margin-top: 16px;}
	#index .sns_area .right_area a:nth-child(2) {margin: 0 5%;}
	#index .box09 {height: auto;}
	#index .box09 h2 {width: 80%; margin-bottom: 10px;}
	#index .box09 ul {width: 100%; justify-content: flex-start;}
	#index .box09 li {margin-right: 5%; width: 30%; margin-top: 3%;}
	#index .box09 li:nth-child(5n) {margin-right: 5%;}
	#index .box09 li:nth-child(3n) {margin-right: 0;}
	#index .box10 li {width: 47.5%; margin-top: 5%;}
	#index .box10 li:nth-child(1),#index .box10 li:nth-child(2) {margin-top: 0;}

	#index .event .box{width: 100%;}
	#index .sp02{padding: 0 16px 20px;}
    #index .bnr_box {padding: 40px 16px;}
    #index .bnr_box .event:nth-of-type(n + 2) {margin-top: 30px;}
	
footer {padding: 0; position: relative;}
footer .over_txt {display: none;}
	footer .center .area {padding-bottom: 0;}
	footer .center .area ul {display: none;}
	footer .box {position: relative; width: 100%; padding: 10px;}
	footer .box .min01 {font-size: 3vw;line-height: 1.3;}
	footer .btn {padding: 10px; width: auto; font-size: 3vw; background: #318b55;}
	footer .box .min {font-size: 3vw; text-align: center; }
footer .copyright_area {display: block; text-align: center; font-size: 3vw; padding: 5px 0; line-height: 1.2;}
	.stoker02 {display: flex; justify-content: space-between;}
	.stoker02 li {width: 50%;}
	#pop_banner {
padding: 0;
    z-index: 50;
    background: none;
    width: 100%;
    border: none;
    bottom: 0;
	}

.pan {
display: none;
}
.page_top_img {
margin-top: 30px;
}
.page_title {font-size: 3.8vw;}

/*introduction*/
#introduction .img01 {width: 80%;}
#introduction .img02 {width: 80%;}
#introduction .sp-box {background: url(img/sp/introduction/bg.jpg)bottom center no-repeat; background-size: 100% auto; font-size: 3vw; padding-bottom: 250px;}
#introduction .sp-box p {padding: 0 16px;}
#introduction .img04 {width: 60%; margin-top: 30px;}
#introduction .img05 {margin-top: -20px; width: 70%;}
.contact_banner {margin-top: 20px;}
.contact_banner .con05 .min {display: none;}
.contact_banner .con05 .title_area {display: none;}
.contact_banner .con05 .sp-title {width: 70%; margin: 0 auto 10px; display: block;} 
.contact_banner .con05 ul {display: none;}
.contact_banner .con05 .li02 {margin-top: 2%;}
.contact_banner .con09 ul {width: 100%; justify-content: flex-start;}
.contact_banner .con09 li {margin-right: 3.5%; width: 30%; margin-top: 3%;}
.contact_banner .con09 li:nth-child(5n) {margin-right: 3.5%;}
.contact_banner .con09 li:nth-child(3n) {margin-right: 0;}
.contact_banner .con09 h2 {width: 80%; margin-bottom: 10px;}
.contact_banner .con10 li {width: 47.5%; margin-top: 5%;}
.contact_banner .con10 li:nth-child(1), .contact_banner .con10 li:nth-child(2) {margin-top: 0;}
#introduction .btn {font-size: 3.5vw; padding: 10px 0;}	
	
/*child*/
#child .ul01,#child .ul02,#junior .ul01 {width: 100%;}
#child .ul01 li,#junior .ul01 li {width: 23%;}
#child .ul02 li {width: 18%;}
#child .box01,#child .box02,#junior .box01,#junior .box02,#junior .box03,#junior .box04 {background: none; padding: 0 16px;}
#child .bg,#junior .bg {border-radius: 0; border: none;}
#child .box01 .title_area, #child .box02 .title_area, #child .box03 .title_area, #child .box04 .title_area {display: block; background-color: #29B8BC; height: auto; padding: 10px 0; text-align: center; line-height: 1.5;}
#child .box02 .title_area {background-color: #00B9EF;}
#child .box03 .title_area {background-color: #EB6EA5;}
#child .box04 .title_area {background-color: #F08200;}
#child .box01 .con01,#child .box01 .con02,#child .box01 .con03 {margin: 0; padding: 20px 0 0;}
#child .box01 .con01 .icon,#child .box01 .con02 .icon,#child .box01 .con03 .icon {display: none;}
#child .box01 h3 {font-size: 5vw;}
#child .box01 h3 span {font-size: 8vw;}
	#child .box01 h2, #child .box02 h2, #child .box03 h2, #child .box04 h2 {font-size: 6vw; margin-left: 0;}
#child .box01 .txt {font-size: 3vw; margin: 10px 0;}
#child .box01 .con02 .img {margin: 16px auto; width: 70%;}
#child .box02 h3,#junior .box01 h3 {font-size: 8vw; top: 10px; left: 0; line-height: 1.2;}
	#child .box02 .con01 .inner,#junior .box01 .inner {display: block; padding-left: 0; font-size: 3vw;}	
	#child .box02 .con01 .inner p {margin-top: 10px;}
	#child .box02 .con01 .inner img {margin-left: auto; width: 50%;}
	#child .box02 .con02 .inner {display: block;}
	#child .box02 .con02 {margin: 20px 0; padding: 10px;}
	#child .box02 .con02 li {font-size: 3vw; margin-bottom: 0; margin-top: 10px;}
	#child .box02 .con02 li .txt {font-size: 3vw; letter-spacing: inherit;}
	#child .box02 .icon {position: relative; bottom: 0; margin-top: 10px; font-size: 3vw;}
	#child .box02 .icon span {font-size: 4vw;}
	#child .box02 .min {margin-top: 10px; margin-left: 0; font-size: 3vw;}
	#child .box03 {padding-top: 0;}
	#child .box04 .icon01 {width: 20%; bottom: 18%; right: 0; left: 25%;}
	#child .box04 .icon02 {width: 25%; bottom: 16%; right: 2%;}
	#child .box04 .bg01 {padding-top: 0;}
	#child .box04 .title_area {margin-bottom: 20px;}
	#child .box04 ul {padding: 16px; margin-top: 0; padding-bottom: 0;}
	#child .box04 li {padding: 10px;}
	#child .box04 li h3 {margin-bottom: 0;}
	#child .box04 .icon {display: none;}
	#child .box04 .txt,#child .box04 li:nth-child(2) .txt,#child .box04 li:nth-child(3) .txt,#child .box04 li:nth-child(4) .txt,#child .box04 li:nth-child(5) .txt,#child .box04 li:nth-child(6) .txt,#child .box04 li:nth-child(7) .txt,#child .box04 li:nth-child(8) .txt,#child .box04 li:nth-child(9) .txt,#child .box04 li:nth-child(10) .txt,#child .box04 li:nth-child(11) .txt {width: 100%; font-size: 3vw; line-height: 1.5; margin-bottom: 5px;}
	#child .box01 .white_area {display: none;}
	#child .ul03 {width: 100%; margin-top: -10px;}
	#child .ul03 li {width: 23%;}
	#child .box04 .left_txt {display: none;}
	#child .box04 .time {font-size: 2.8vw;}
	
/*junior*/
#junior .box01 .title_area, #junior .box02 .title_area, #junior .box03 .title_area, #junior .box04 .title_area, #junior .box05 .title_area, #junior .box06 .title_area, #junior .box07 .title_area, #junior .box08 .title_area, #junior .box09 .title_area {display: block; background-color: #8FC320; height: auto; padding: 10px 0; text-align: center; line-height: 1.5;}
#junior .box03 .title_area, #junior .box04 .title_area, #junior .box05 .title_area {background-color: #22AB39;}
#junior .box06 .title_area, #junior .box07 .title_area {background-color: #00993E;}	
#junior .box08 .title_area, #junior .box09 .title_area {background-color: #006834;}
	#junior .box01 .inner {position: relative; margin: 0;}
	#junior .box01 h3 {position: absolute;}
	#junior .box01 .big {position: absolute; top: 120px; font-size: 5vw;}
	#junior .box01 img {width: 45%;}
	#junior .box01 .txt {font-size: 3vw; width: 100%;}
	#junior .box01 table {width: 100%; font-size: 3.5vw; margin-top: 10px;}
	#junior h2 {font-size: 6vw; margin-left: 0;}
	#junior .box02 .inner {display: block; margin: 16px 0;}
	#junior .box02 {margin-top: 20px;}
	#junior .box02 h3 {font-size: 8vw;}
	#junior .box02 .txt {font-size: 3vw; width: 100%;}
	#junior .box02 .right_area {margin-top: 10px; min-width: 100%; max-width: 100%;}
	#junior .box02 .text {width: 100%;}
	#junior .box02 ul {font-size: 4vw;}
	#junior .box02 .min {font-size: 3vw;}
	#junior .box02 .img01 {margin-top: -50px;}
	#junior .box02 .min03 {font-size: 3vw; margin-left: 0;}
	#junior .ul02 {width: 100%;}
	#junior .ul02 li {width: 18%;}
	#junior .box03 .big,#junior .box04 .big {font-size: 7vw; margin-left: 0;}
	#junior .box03 .big span,#junior .box04 .big span {font-size: 7vw;}
	#junior .box03 .text {width: 100%; left: 0; position: relative; font-size: 3vw; margin-bottom: 20px;}
	.indent_content03 {margin-top: 20px;}
	#junior .box04 .text01 {position: relative; top: 0; left: 0; font-size: 3.5vw; margin-top: 10px;}
	#junior .box04 .text02 {position: relative; top: 0; left: 0; width: 100%; font-size: 3vw; margin-top: 10px;}
	#junior .box05 {padding: 0 16px;}
	#junior .box05 .big {font-size: 8vw; line-height: 1.1; margin: 10px auto;}
	#junior .box05 .big span {font-size: 10vw;}
	#junior .box05 .min {font-size: 3vw; margin: 10px 0;}
	#junior .box06,#junior .box07 {padding: 0 16px;}
	#junior .box06 .txt {font-size: 4vw; line-height: 1.5; margin: 10px 0;}
	#junior .box06 .txt span {font-size: 5vw;}
	#junior .box08 h2, #junior .box09 h2 {margin-left: 0;}
	#junior .box08, #junior .box09 {padding: 0 16px;}
	#junior .ul03 {width: 100%; margin-top: -10px;}
	#junior .ul03 li {width: 23%;}
	#junior .tuika .inner {display: block; padding: 0;}
	#junior .tuika .big {writing-mode: inherit; font-size: 5.3vw; margin-bottom: 20px; text-align: center;}
	#junior .tuika .left_area {width: 100%;}
	#junior .tuika .txt_box {margin-top: 20px; font-size: 3.5vw;}
	
	
	/*senior*/
	#senior .bg {padding: 20px 0 0; border: none; background-color: #fff;}
	#senior .box01 h2 {font-size: 6vw;line-height: 1.5;}
	#senior .box01 .no {font-size: 4vw;}
	#senior .box01 .red {font-size: 6vw;}
	#senior .box01 p {font-size: 3.5vw; padding-bottom: 30px;}
	#senior .pd{padding: 0;}
	#senior .box02 {padding: 30px 0 0;}
	#senior h2 {font-size: 5vw; margin-bottom: 30px;}
	#senior .box02 .txt_img {width: 70%;}
	#senior .box02 p{font-size: 3.5vw; margin: 30px 0;}
	#senior .box02 .inner01{padding: 0;}
	#senior .box02 h3 {font-size: 4.5vw; margin-bottom: 30px;}
	#senior .box02 .img_area{margin-bottom: 30px; justify-content: space-around;}
	#senior .box02 .img_area img{margin-right: 0;}
	#senior .box02 .img_area img:nth-child(n+5){margin-top: 10px;}
	#senior .box03 {padding: 30px 0 0;}
	#senior .box03 h2{margin-bottom: 10px;}
	#senior .box03 .school_area{font-size: 3.5vw; padding: 0; justify-content: space-between; margin-bottom: 30px;}
	#senior .box03 .school_area .con01{margin-right: auto; width: 48%;}
	#senior .box03 .school_area .con01 h3{font-size: 4vw; height: 50px;}
	#senior .box03 .school_area h3 span{font-size: 3.5vw;}
	#senior .box03 .school_area .con01 .title_box{height: 50px;}
	#senior .box03 .school_area .con01:nth-child(3n){margin-right: 0;}
	#senior .box03 .school_area .con01:nth-child(2n){margin-right: 0;}
	#senior .box03 .school_area .con01:nth-child(n+4){margin-top: 0;}
	#senior .box03 .school_area .con01:nth-child(n+3){margin-top: 20px;}
	#senior .box04{font-size: 3.5vw; padding: 30px 16px 0;}
	#senior .box05{font-size: 3.5vw; padding: 30px 0;}
	#senior .box05 h2{margin-bottom: 30px;}
	#senior .box06 {padding: 0;}
	#senior .box06 .con01 .title{font-size: 3.5vw; padding: 10px;}
	#senior .box06 .con01 .title h2{font-size: 4.5vw; border-left: 3px #fff solid;}
	#senior .box06 .con01 .title .txt01{font-size: 4.5vw; margin-right: 10px;}
	#senior .box06 .con01 .inner01{font-size: 3.5vw; padding: 30px 16px; display: block;}
	#senior .box06 .con01 .inner01 h3{font-size: 4.5vw;line-height: 1.5;margin: 0 0 10px;}
	#senior .box06 .con01 .txtbox_area{font-size: 3.5vw; width: auto; display: block; margin: 10px 0;}
	#senior .box06 .con01 .txtbox01{width: auto;height: auto;padding: 10px;}
	#senior .box06 .con01 .txtbox01 h4{font-size: 4.3vw; margin-bottom: 10px;}
	#senior .box06 .con01 .txtbox01 h4 span{font-size: 3.5vw;}
	#senior .box06 .con01 .txtbox01 .txt01{margin-top: 5px;}
	#senior .box06 .con01 .txtbox01 .tag{font-size: 3vw; padding: 5px; justify-content: center;display: flex; align-items: center; width: 16px;}
	#senior .box06 .con01 .under .txtbox02{width: auto; margin-top: 10px;}
	#senior .box06 .con01 .under .txtbox02 .inner{display: block;}
	#senior .box06 .con02 .under .txtbox02 .txt01:first-of-type{border: none; margin-right: 0;}
	#senior .box06 .con02 .under .txtbox03{width: auto; height: auto;}
	#senior .box06 .con02 .under .txtbox04{margin-top: 10px; width: auto; height: auto;}
	#senior .box06 .con03 .left{position: inherit; width: auto; z-index: auto;}
	#senior .box06 .con04 .inner01,#senior .box06 .con05 .inner01,#senior .box07 .con01{margin-top: 0; background: inherit;}
	#senior .box06 .con04 .inner01 p{width: auto;}
	#senior .box06 .con04 .inner01 .txt01,#senior .box06 .con05 .inner01 .txt02{width: auto; padding: 10px; font-size: 3.5vw;}
	#senior .box06 .con04 a, #senior .box06 .con05 a, #senior .box06 .last_area a{width: auto; padding: 16px 0;}
	#senior .box06 .con01 .inner01 img {margin: auto;}
	#senior .box06 .con05 .inner01 .txt01{width: auto;}
	#senior .box06 .con05 .inner01 .txt02::before, #senior .box06 .con05 .inner01 .txt02::after{display: none;}
	#senior .box06 .con05 h2 span{font-size: 3vw;}
	#senior .box06 .last_area{display: block; padding: 0 ;}
	#senior .box06 .last_area .con01{width: auto; padding-bottom: 30px;}
	#senior .box06 .last_area h3{font-size: 4.5vw; padding: 0 16px;}
	#senior .box06 .last_area .con01 .inner01{font-size: 3.5vw; padding: 10px 16px 0;}
	#senior .box06 .last_area a{margin: 30px 16px;}
	#senior .box07{padding: 30px 16px 10px;}
	#senior .box07 h2{margin-bottom: 30px;}
	#senior .box07 .txt01{font-size: 4.5vw; margin: 30px 0; padding: 10px;}
	#senior .box07 .con01 img{margin: 16px 0;}
	#senior .box07 h3{padding: 10px 0;font-size: 4.5vw;margin: 30px 0;}
	#senior .box07 table{font-size: 3.5vw;}
	#senior .box07 table th{width: 30%;}
	#senior .box08{margin-top: 0;}
	#senior .box09{padding: 30px 0;}
	#senior .box09 h2{margin-bottom: 30px;}
	#senior .box09 .movie_area{width: auto; padding: 30px 0;}
	#senior .box09 .movie{padding-top: 30px;}
	#senior .box09 iframe{width: 100%; height: 200px;}
	#senior .top_movie {width: 100%; padding: 10px 0; box-sizing: border-box;}
	
	/*performance*/
	#performance .box01 {padding: 20px 16px;}
	#success .box01 {padding: 16px;}
	#success .box01 h2 {font-size: 8vw;}
	#success .box01 h2 span {font-size: 10vw;}
	#success .box01 .text {font-size: 3.5vw; margin-top: 10px;}
	#success .box01 li {width: 47.5%; margin-right: 0; margin-top: 5%; font-size: 3.5vw;}
	#success .box01 ul {justify-content: space-between;}
	#success .box01 ul img {width: 100%;}
	#success .box01 .origin {font-size: 4.8vw;}
	#success .box01 .miniorigin {font-size: 3.5vw;}
	#success .box01 .btn {padding: 10px 0; background-position: right 5% center; background-size: 5%;}
	#success .top_title {font-size: 5vw; text-align: center;}
	#success .box02 .inner {display: block; font-size: 3vw; padding: 16px;}
	#success .box02 .inner img {margin: 0 auto 10px;}
	#success .box02 h3 {font-size: 4.5vw; margin: 5px 0;}
	#success .box02 .name, #success .box02 .origin {font-size: 5vw; padding: 10px;}
	#success .box02 .origin {font-size: 4vw;}
	#success .box02 .under {padding: 16px;}
	#success .box02 .text_area {font-size: 3vw; padding: 16px;}
	#success .box02 h4 {font-size: 3.5vw; margin-bottom: 5px;}
	#success .box03 .under{padding: 16px;}
	#success .box03 h4 {font-size: 4vw; margin-top: 16px;}
	#success .box03 p {font-size: 3.5vw; width: auto; margin: 10px 0 16px;}
	#success .box03 iframe {width: 100%;}
	
	/*flyer*/
	#flyer .bg {padding: 16px;}
	#flyer .box01 {padding: 10px;}
	#flyer .con {width: 47.5%; margin-right: 5%; margin-top: 10px;}
	#flyer .con:nth-child(2n) {margin-right: 0;}
	#flyer .img {width: 100%; margin: 5px 0;}
	#flyer .img img {height: 185px; object-fit: cover; object-position: top;}
	#flyer .txt {font-size: 3vw;}
	#flyer .con:nth-child(3n) {margin-right: 5%; margin-top: 10px;}
	#flyer .icon_area {height: 20px;}
	#flyer .icon_area img {width: 20%;}
	#flyer .icon_area .icon {width: 30%;}
	#flyer_single .flyer_item, #flyer_single .flyer_txt_box {padding: 16px; font-size: 3vw;}
	#flow .box01 .inner {display: block; height: auto; padding: 0 16px 16px;}
	#flow .icon {display: none;}
	#flow .box01 .text_area {width: 100%; font-size: 3vw;}
	#flow .box01 .text_area img {margin: auto auto 10px;}
	#flow .box01 .title {font-size: 7vw;}
	#flow .box01 h3 {font-size: 7vw; margin-bottom: 10px; text-align: left;}
	#flow .box01 .under_txt {margin-top: 0;}
	#flow .box01 .inner:nth-last-child(1) {padding-right: 16px;}
	#flow .box02 .under {padding: 16px; font-size: 3vw; background: #fff;}
	#flow .box02 .under p {width: auto;}
	#flow .box03 h2 {font-size: 4.5vw; padding: 16px;}
	#flow .box03 .inner {display: block; padding: 16px;}
	#flow .box03 .text_area {width: auto; padding: 10px; font-size: 3vw; margin-top: 20px;}
	
	/*contact*/
	.contact .tel {font-size: 4vw; padding: 10px 0;}
	.contact .tel .big {font-size: 8vw;}
	.content .txt {font-size: 3vw; margin-top: 10px;}
	.contact table th, .contact table td {display: block; width: 100%;}
	.mw_wp_form .horizontal-item + .horizontal-item,.mw_wp_form .horizontal-item + .horizontal-item {margin-left: 0!important;}
	.mwform-checkbox-field label {float: none;}
	.mw_wp_form_input .btn input {width: 60%!important; padding: 10px 0!important; font-size: 5vw!important;}
	span.mwform-radio-field-text {font-weight: 500;}
	
	#contact .apply {padding: 16px 0;}
	#contact .apply a {font-size: 5vw; padding: 20px; outline: 2px solid rgb(255, 255, 255); outline-offset: -6px;}
	
	/*company*/
	#company .box01 {margin-bottom: 20px; padding: 0 16px; font-size: 3.2vw;}
	#company .box01 .big {font-size: 3.5vw; padding: 10px; margin-bottom: 10px; border-left: 3px solid #00904c;}
	#company .box01 .text {margin-left: 0;}
	#company .inner {display: block;}
	#company .inner img {display: none;}
	#company .box01 table {border-spacing: 0 10px; padding-left: 0; margin-top: 0;}
	#company .box01:nth-last-child(1) {margin-bottom: 0;}
	#company .sec02 {margin-bottom:  30px;}
	#company .sec02 p {font-size: 3.5vw; padding: 0 16px;}
	#company .sec02 ul {padding: 0 16px; gap: 10px;}
	#company .sec02 ul li {font-size: 3vw; line-height: 1.7; width: calc(50% - 5px);}


	
	/*policy*/
	#policy .box01 {font-size: 3vw;}
	#policy .box01 .txt01 {margin-top: 10px; text-align: left;}
	
	/*blog*/
	#blog .bg {padding: 16px;}
	#blog .box01 {padding: 0;}
	#blog .con {display: block; line-height: 1.5;}
	#blog .box01 .img {width: 100%; margin-right: 0;}
	#blog .box01 .img img {height: 180px;}
	#blog .box01 .right_area {font-size: 3vw; margin-top: 10px;}
	#blog .box01 .txt {margin: 0 0 5px;}
	#blog .box01 .btn {width: 60%; margin: 0 auto;}
	#blog_single .box01 {padding: 16px; font-size: 3.5vw; border: 1px solid #cdcdcd; border-left: none; border-right: none;}
	#blog .title {font-size: 5vw; line-height: 1.5; margin-bottom: 16px;}
	#blog .over, #blog_single .over {margin-bottom: 16px;}
	.tax_tag {font-size: 3.5vw; border-radius: 10px;}
	#blog .con iframe,#blog_single iframe {width: 100%;}
	#blog .o_inner,	#blog_single .o_inner {display: block; margin-bottom: 10px;}
	#blog .o_inner .r_box,#blog_single .o_inner .r_box {margin-top: 10px; max-width: inherit;}
	#blog .o_inner ul,	#blog_single .o_inner ul {font-size: 3.2vw;}
	#blog .box01 .time {margin-top: 20px;}
	
	/*school*/
	#school .section {height: 350px!important;}
	#school .title_area {font-size: 6vw; display: block; text-align: center; margin: 20px auto;}
	#school .title_area img {display: none;}
	#school .box01 {padding: 0 16px;}
	#school .con:nth-child(3), #school .con:nth-child(4), #school .con:nth-child(5) {margin-top: 16px;}
	#school .con {width: 47.5%; margin-right: 5%; margin-top: 16px; font-size: 3vw;}
	#school .con:nth-child(1), #school .con:nth-child(2) {margin-top: 0;}
	#school .con:nth-child(2n) {margin-right: 0;}
	#school .img {margin: 10px 0;}
	#school .img img {height: 100px;}
	#school .icon_area01 {width: 100%;}
	#school .icon_area01 img {width: 13%;}
	#school .icon_area02 {display: none;}
	#school .con .title,#school .under_link .con .title {font-size: 3vw;}
	#school .con .address,#school .under_link .con .address {font-size: 2.5vw;}
	#school .btn {font-size: 3vw; padding: 7px 0; background-size: 5%;}
	#school h2 {font-size: 4vw; margin: 20px 16px;}
	#school_single .box01 {padding: 16px; display: block;}
	#school_single .box01 .img {width: 100%; margin-right: 0; margin-bottom: 10px;}
	#school_single .box01 .img img {height: 200px;}
	#school_single .box01 .con {width: 100%; height: auto; font-size: 4.5vw;}
	#school_single .box01 th, #school_single .box01 td {padding: 0;}
	#school_single .title_area {display: block;}
	#school_single .title_area .min {display: none;}
	#school_single .title_area h2 {font-size: 3.8vw;}
	#school .under_link .con {width: 47.5%;}
	#school .under_link .img {margin: 10px 0;}
	#school .con:nth-child(5n) {margin-right: 5%;}
	#school .con:nth-child(2n) {margin-right: 0;}
	#school_single .gallery_box a {width: 47.5%; margin-right: 5%; margin-top: 16px;}
	#school_single .gallery_box a:nth-child(2n) {margin-right: 0;}
	#school_single .gallery_box a img {height: 100px;}
	#school_single .gallery_box a:nth-child(3),#school_single .gallery_box a:nth-child(4) {margin-top: 16px;}
	#school_single .title {font-size: 3.8vw; margin-bottom: 10px;}
	#school_single .con {width: 100%; font-size: 3vw; margin-top: 10px;}
	#school_single .con:nth-child(2) {margin-top: 10px;}
	#school .explanation_area {width: 90%; margin-top: 16px; box-sizing: border-box; padding: 16px;}
	#school .explanation {flex-wrap: wrap;}
	#school .explanation p {margin-right: 0; width: 47.5%; margin-top: 10px; font-size: 4vw;}
	#school .explanation p:nth-child(1),#school .explanation p:nth-child(2) {margin-top: 0;}
	#school .area_title {font-size: 4vw; margin: 20px 16px;}
	
	
	#manavis .box01,#atwill .box01,#video .box01 {padding: 20px 0;}
	#manavis .box01 .txt01,#atwill .box01 .txt01,#video .box01 .txt01 {position: relative; right: inherit;}
	#manavis .arrow,#atwill .arrow,#video .arrow {width: 10%;}
	#manavis .bg,#atwill .bg, #video .bg {padding-bottom: 50px;}
	#atwill ul {padding: 0 16px; margin: 20px auto;}
	#atwill li {width: 19%;}
	#atwill .img01 {margin-left: 0;}
	
	
	
	/*video*/
	#video .box {padding: 16px;}
	#video .arrow {margin: 30px auto;}
	#video .box01 p {font-size: 4vw;}
	#video .box01 .img01 {justify-content: center;}
	#video .box01 .img01 img:nth-child(2n) {margin-top: 20px; margin-left: 0;}
	#video h2 {font-size: 9vw;}
	#video .box02 img {margin: 0 auto;}
	#video .box02 p {font-size: 4vw; margin-top: 20px;}
	#video .box03 p {font-size: 3.5vw;}
	#video .box .title {font-size: 6vw; margin-bottom: 20px;}
	#video .box04 .txt02 {font-size: 4.5vw; margin-top: 10px;}
	#video .con .item {display: block;}
	#video .con .inner {padding: 16px;}
	#video .con .inner02 {margin-top: 90px;}
	#video .con .item::before {left: 150px; top: 160px;}
	#video .con .inner .txt03 {font-size: 9vw;}
	#video .con .inner .txt04 {font-size: 5vw;}
	#video .con::before {right: 135px; bottom: 20px; font-size: 3.5vw;}
	#video .con::after,#video .box05::after {right: 20px;}
	#video .con .txt::after {display: none;}
	#video .con .txt span {font-size: 4.5vw;}
	#video .con .txt {font-size: 3.5vw; width: 60%; margin-left: 10px;}
	#video .box05 .txt {font-size: 3.5vw;}
	#video .box05::before {right: 55px; font-size: 3.5vw;}
	#video .box05 .txt::after {display: none;}
	#video .box06 {padding: 10px; border: solid 3px #0f9149; font-size: 3.5vw;}
	#video .box06 .txt02 {font-size: 4vw;}
	#video .box06 .unit01 {display: block;}
	#video .box06 h3 {font-size: 8vw;}
	#video .box06 .txt01 {font-size: 5vw;}
	#video .box06 .txt03 {width: auto; font-size: 3.5vw;}
	#video .box06 .txt04 {font-size: 6vw; padding: 16px; margin: 10px auto; width: auto;}
	#video .box07 {border-top: solid 3px #1f2976; border-right: solid 3px #1f2976; border-bottom: dashed 2px #1f2976; border-left: solid 3px #1f2976;}
	#video .box08 {border-top: none; border-right: solid 3px #178eca; border-bottom: solid 3px #178eca; border-left: solid 3px #178eca;}
	#video .box09 {border: solid 3px #e60012;}
	#video .box09 img {margin: auto;}
	#video .box09 .list01 ul {font-size: 3.8vw;}
	#video .box09 .list01 ul .col {margin-left: 20px;}
	#video .box09 .img_box {margin-left: 0;}
	#video .box10 .txt01 {font-size: 4vw;}
	#video .box10 .txt02 {font-size: 3.5vw;}
	#video .con02 .txt02 {font-size: 3.5vw; margin-top: -60px;}
	#video .con02::before {bottom: 200px; font-size: 3.5vw;}
	#video .con02 .txt02::after {display: none;}
	#video .con02 .txt02::before {left: -108px;}
	#video .box11 .inner {margin-top: 0; display: block;}
	#video .box11 .col {padding-right: 0; border-right: none; width: auto; margin-bottom: 20px; border-bottom: solid 1px #000; padding-bottom: 20px;}
	#video .box11 .col02 { width: auto; padding-left: 0;}
	#video .box11 .col img,#video .box11 .col02 img {width: 40%;}
	#video .box12 {padding: 20px 0;}
	#video .box12 .text {font-size: 4vw; padding: 5px 10px;}
	#video .box12 h4 {font-size: 5vw; margin: 10px auto;}
	#video .box12 p {font-size: 3.5vw;}
	#video .box12 .txt {font-size: 9vw;}
	#video .box12 .inner img {width: 25%; }
	#video .box13 .plan_box {margin-top: 0;}
	#video .box13 .uni_box {width: 100%;}
	#video .box13 .uni_box:nth-child(2n) {margin-left: 0;}
	#video .box13 .uni_box:nth-child(2) {margin-top: 20px;}
	#video .box13 .txt {font-size: 5vw; margin-top: 20px;}
	#video .con03 p {font-size: 3.5vw; width: 50%;}
	#video .con03 {padding-bottom: 43px;}
	#video .con03 span {font-size: 6vw;}
	#video .con03 p::after {display: none;}
	#video .con03 p::before {bottom: -45px;}
	#video .con03::before {left: 100px; bottom: 10px; font-size: 3.5vw;}
	#video .box15 .txt01 {font-size: 5vw; margin: 20px auto;}
	#video .box15 .inner {flex-wrap: wrap;}
	#video .box15 .item_box {width: 48%; margin-right: 2%;}
	#video .box15 .item_box:nth-child(2n) {margin-right: 0;}
	#video .box15 .item_box:nth-child(3) {margin-right: 2%;}
	#video .box15 .item_box:nth-child(n + 3) {margin-top: 20px;}
	#video .box15 .item_box .name02,#video .box15 .item_box .address {font-size: 3.5vw;}
	#video .box15 .item_box .tel {font-size: 5vw;}
	#video .box15 a {font-size: 6vw; margin-top: 20px;}
	
	
	
	
	
	
	
	#form {margin-top: 20px; padding: 0 16px;}
	#form .table01 th, #form .table01 td {
		display: block; width: 100%; padding: 10px; font-size: 3.5vw;
	}
	#form .mwform-radio-field {display: block;}
	
	#form .btn {margin: auto; display: block;}
	#form .btn input {display: block; margin: auto;}
	
	/*seminar*/
	/*フォームリンク*/
	#seminar {border: none; margin-bottom: 20px;}
	#seminar #sell {font-size: 4vw; margin-top: 16px; padding: 16px;}
	#seminar .icon {width: 100%; position: relative; bottom: inherit; margin: 0 auto 16px; right: 0;}
	#seminar .icon02{position: relative; right: inherit; top:inherit; margin: 16px auto;}
	#seminar h2 {font-size: 7vw; margin: 0 auto; border-bottom: none; padding-bottom: 0;}
	#seminar .box01 {margin: 20px 0; padding: 20px 16px; font-size: 4.5vw; text-align: center;}
	#seminar .txt01 {font-size: 4.5vw; line-height: 1.5; letter-spacing: 0; text-align: center; margin-top: 16px; padding-top:16px;}
	#seminar .big {margin-top: 16px; padding-top: 16px; font-size: 6vw; display: block; text-align: center; margin-bottom: 15px;}
	#seminar .big02 {border-bottom: 2px solid #fff; padding-bottom: 15px;}
	#seminar span{font-size: 4.5vw;}
	#seminar .table02 {font-size: 3.9vw;}
	#seminar .min {font-size: 3.5vw; margin-left: 0;}
	#seminar .bdr01{padding-bottom: 20px;}
	#seminar .bdr02{border: 3px solid #15ae67; padding-bottom: 15px;}
	#seminar .bdr03{margin-top: 50px; padding: 20px 16px;}
	#seminar .bdr03 .img04{margin: auto;}
	#seminar .link00{padding: 10px 0; width: 94%;}
	#seminar .link01,#seminar .link02{display: block; padding: 15px 0 0;}
	#seminar .link01 .link10 ,#seminar .link02 .link10 {margin-left: 0; margin-top: 15px;}
	#seminar .link04 {width: 100%; margin-bottom: 20px;}
	#seminar li {text-align: left;}
	#seminar ul{width: 95%; margin-left: 18%}
	#seminar ul:nth-of-type(2){width: 95%; margin-left: 5%}
	#seminar .area_box {margin-top: 20px; padding-top: 20px;}
	#seminar .area_box .b_txt {font-size: 5.5vw; line-height: 1.3; letter-spacing: .2vw; display: block;}
	#seminar .area_box .b_txt span {font-size: 3.5vw; margin: 0 auto;}
	#seminar .area_box .s_txt {font-size: 4vw; margin-top: 16px;}
	#seminar .area_title {font-size: 5vw; padding-top: 16px;}
	#seminar .area_list a {font-size: 4vw; box-sizing: border-box; width: calc(100% / 3)}
	#seminar .area_list a:nth-child(n + 4) {margin-top: 20px;}
	#seminar .group {border: solid 3px #54c3f1; padding-bottom: 20px; margin-bottom: 20px;}
	#seminar .group a {width: 30%; height: auto; bottom: 200px; right: 26px;}
	#seminar .group02 {border: 3px solid #006cb7;}
	#seminar .group02 .inner01 {border-bottom: solid 3px #006cb7;}
	#seminar .group02 .inner01 .btn01 {width: 30%; height: auto; top: 1047px; left: 46px;}
	#seminar .group02 .inner01 .btn02 {width: 30%; height: auto; top: 1047px; right: 46px;}
	#seminar .group02 .inner02 .btn01 {width: 9%; height: auto; top: 348px; right: 18px;}
	#seminar .group02 .inner02 .btn02 {width: 50%; height: auto; top: 33.8%; right: 0; left: 0; margin: auto;}
	#seminar .area_box .text01 {margin-top: 20px;}
    #seminar .area_title span {font-size: 3.5vw; margin: 10px auto 0; display: block;}
    #seminar .area_box .text02 {font-size: 3.5vw; margin-top: 10px;}
    #seminar .box01 h2 {font-size: 6vw; font-weight: 700;}
    #seminar .area_title {display: block;}
    #seminar .box01 table {margin: 0 auto;}
    #seminar .box01 table th, #seminar .box01 table td {font-size: 4.5vw;}
    #seminar .box01 .txt01 {font-size: 4.5vw; margin-top: 20px; padding-top: 20px;}
    #seminar .box01 #sell {font-size: 4vw; padding: 16px; margin-top: 20px;}

/*フォームリンク部分以外*/
	#seminar .con01 {
		border: 3px solid #54c3f1;
		margin-top: 40px;
		padding-bottom: 20px;
	}
	#seminar .con01 h2 {
		margin-bottom: 25px;
	}
	#seminar .con01 .img01 {
		 padding: 0 16px;
		 box-sizing: border-box;
	}
	#seminar .con01 .btn01 {
		padding: 0 16px;
		margin-top: 20px;
		box-sizing: border-box;
	}
	#seminar .con02 {
		border: 3px solid #00a0e9;
		margin-top: 40px;
		padding-bottom: 20px;
	}
	#seminar .con02 .img01 {
		margin-top: 30px;
		padding: 0 16px;
		box-sizing: border-box;
	}
	#seminar .con02 .btn01 {
		margin-top: 20px;
		width: 60%;
	}
	#seminar .con02 .inbox01 {
		margin-top: 30px;
	}
	#seminar .con02 .inbox01 .inner {
		margin-top: 20px;
		padding: 0 16px;
	}
	#seminar .con02 .inbox01 .inner a {
		width: 48%;
	}
	#seminar .con02 .inbox01 .img03 {
		margin: 10px auto 0;
		padding: 0 12px 0 16px;
		box-sizing: border-box;
	}
	#seminar .con02 .con02_img02 {
		padding: 0 16px;
		margin-top: 30px;
		box-sizing: border-box;
	}
	#seminar .con02 .inbox02 {
		border-top: 3px solid #006cb8;
		padding-top: 30px;
		margin-top: 30px;
	}
	#seminar .con02 .inbox02 h3 {
		width: 65%;
		margin: 0 auto;
	}
	#seminar .con02 .inbox02 .img01 {
		margin-top: 20px;
	}
	#seminar .con02 .inbox02 .inner {
		margin-top: 20px;
		padding: 0 16px;
	}
	#seminar .con02 .inbox02 .inner a:nth-child(1) {
		width: 43%;
	}
	#seminar .con02 .inbox02 .inner a:nth-child(2) {
		width: 53%;
	}
	#seminar .con02 .inbox02 h4 {
		margin-top: 30px;
	}
	#seminar .con02 .inbox02 .img02 {
		margin: 20px auto 0;
		padding: 0 16px;
		box-sizing: border-box;
	}
	#seminar .con02 .inbox02 .img03 {
		margin-top: 40px;
		padding: 0 16px;
		box-sizing: border-box;
	}




	
	/*open_school*/
	#open_school .area02 {padding-bottom: 30px;}
	#open_school .movie-wrap {position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;}
 	#open_school .movie-wrap iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
	#open_school .movie-size {width: 65%; position: absolute; right: 0; left: 0; margin: auto; bottom: 0;}
    #open_school video {width: 100%; height: auto;}
	#open_school .img01_2 {position: relative; padding: 50px 0 130px; background: url("img/sp/open_school/img01_2_1.jpg")bottom center no-repeat; background-size: cover;}
	#open_school .txt {position: relative; bottom: inherit; right: 0; left: 0; margin: auto; padding: 0 16px;}
	#open_school .text {font-size: 3.5vw; font-weight: 400; text-align: center; line-height: 1.7; margin-top: 20px;}
	#open_school .text:nth-of-type(1) {margin-top: 0;}
	#open_school .text02 {font-size: 6vw; line-height: 1.7; font-weight: 500;}
    #open_school .sp_bg {position: absolute; left: 0; right: 0; top: 0;}
	
	#form {margin-bottom: 20px;}
	#form .table01 {margin-top: 20px;}
	#form textarea {width: 100%; box-sizing: border-box;}
	#form input {width: 100%; box-sizing: border-box;}
	#form select {color: #6a6a6a; width: 100%;}
	#form .half_box select {width: auto;}
	
	#system h2 {width: 70%; margin: 20px auto;}
	#system .txt01 {font-size: 3.5vw; margin: 16px auto;}
	#system .box02 {margin-top: 20px;}
	#system .box02 .img {width: 50%; margin-top: 0;}
	#nexus .box01, #annex .box01 {padding: 0 16px; font-size: 3.5vw;}
	#nexus .sp-img01 {width: 70%;}
	#nexus .box02,#nexus .box02 .img02 {margin-top: 40px;}
	#nexus .box02 h2 {width: 70%; margin: 0 auto 20px;}
	#nexus .sp-img02 {width: 50%;}
	#nexus .box01 .img01 {margin-top: 70px;}
	#nexus .btn01 {width: 30%; top: 270px; right: 230px;}
	#annex .box01 {margin-bottom: 30px;}
	#annex .arrow {width: 8%;}
	#annex .box02 {padding: 20px 16px;}
	#annex .box02 .txt01 {font-size: 4vw; margin-bottom: 20px; margin-top: 0;}
	#annex .box02 h3 {font-size: 4vw;}
	#annex .box02 .inner {padding: 0 16px 16px; display: block;}
	#annex .box02 .img {margin-right: 0; margin-bottom: 10px;}
	#annex .box02 th, #annex .box02 td {font-size: 3.5vw; padding-bottom: 10px;}
	#annex .box02 .btn {width: auto; height: auto; font-size: 4vw; padding: 5px;}
	#annex .box02 table {margin: 20px 0 10px;}
	#annex .box02 .btn02 {margin-top: 10px;}
	#annex .txt01 {font-size: 4.5vw; margin: 20px auto;}
	#annex .box02 ul {flex-wrap: wrap;}
	#annex .list li {width: 47.5%; margin-top: 16px;}
	#annex .list li:nth-child(1),#annex .list li:nth-child(2) {margin-top: 0;}
	#annex .list .big {font-size: 5vw;}
	#annex .list .tel {font-size: 4vw;}
	#annex .list .tel img {width: 10%;}
	
    /*heroine*/
    #heroine {background: -moz-linear-gradient(left, #EBEAEB, #E9E7EA); background: -webkit-linear-gradient(to right, #EBEAEB, #E9E7EA); background: linear-gradient(to right, #EBEAEB, #E9E7EA);}
    #heroine header {background: none; height: auto; padding: 3vw 16px;}
    #heroine .op_box .op_text_box {width: 75%;}
    #heroine .main_content {position: relative; width: 100%; height: 100%;}
    #heroine .bg_img {bottom: 0; min-width: inherit; left: 0; right: 0; margin: auto; height: 65vh; top: inherit;}
    #heroine .full_section {align-items: flex-start; padding-top: 0; display: block;}
	#heroine .news_area {padding: 12vw 16px;}
	#heroine .news_area .inbox12 {display: block;}
	#heroine .news_area h2 {width: 22%; margin-bottom: 8vw;}
	#heroine .news_area .txt01 {font-size: 4vw; font-weight: 500;}
	#heroine .news_area .img {margin: 8vw auto; width: 100%;}
	#heroine .box01 .news_box {position: absolute; width: calc(100% - 32px); right: 0; top: inherit; bottom: 0; left: 0; margin: 0 auto 5vw;}
    #heroine .box01 .news {font-size: 3.5vw; letter-spacing: .5vw; border-bottom: 1px solid #e95377; right: 0; transition-duration: .2s;}
    #heroine .box01 .text {margin: 0 auto; width: 75%; position: absolute; left: 0; right: 0; top: 13.5%;}
    #heroine header .inner {display: flex; width: 50%; margin: 0;}
    #heroine header nav {display: none;}
    #heroine .box02 {padding: 12vw 16px;}
    #heroine .box02 .inbox12 {display: block;}
    #heroine .box02 h2 {width: 40%; margin-bottom: 8vw;}
    #heroine .box02 .text {font-size: 3.5vw; letter-spacing: .5vw;}
    #heroine .section {margin-top: 100vw;}
    #heroine .box03 {padding: 12vw 16px;}
    #heroine .box03 .inbox12 {display: block;}
    #heroine .box03 h2 {width: 40%; margin-bottom: 8vw;}
    #heroine .box03 h3 {width: 40%;}
    #heroine .box03 .img {margin-top: 8vw; margin-bottom: 8vw;}
    #heroine .box03 .list {font-size: 3.5vw; margin-top: 7vw; line-height: 2.5;}
    #heroine .box03 .con .list h4 {margin-bottom: 2vw;}
    #heroine .box04 {padding: 12vw 16px;}
    #heroine .box04 .inbox12 {display: block;}
    #heroine .box04 h2 {width: 40%; margin-bottom: 8vw;}
    #heroine .box04 ul {width: 100%; align-items: flex-end;}
    #heroine .box04 ul li {width: 48%;}
    #heroine .box04 ul li p {font-size: 3.5vw; line-height: 2; margin-bottom: 2vw; letter-spacing: .5vw;}
    #heroine .box04 ul li:nth-child(n + 3) {margin-top: 8vw;}
    #heroine .box04 ul li:nth-of-type(2n) {margin-left: 4%;}
    #heroine .box05 {padding: 12vw 16px;}
    #heroine .box05 .inbox12 {display: block;}
    #heroine .box05 h2 {width: 22%; margin-bottom: 8vw;}
    #heroine .box05 .box {width: 100%; justify-content: flex-start;}
    #heroine .box05 .box .txt01 {font-size: 3.5vw; letter-spacing: 2.5; margin-top: 4vw;}
    #heroine .box05 .box .txt02 {font-size: 4.5vw; padding: 2vw; margin-left: 8vw; margin-top: 3%;}
    #heroine .box05 .con .box:nth-of-type(2) {margin-top: 12vw;}
    #heroine .box05 .con .box:nth-of-type(2) .txt02 {margin-top: 5.2%;}
    #heroine .box05 .box .logo_box {width: 40%;}
    #heroine .box05 .img {margin: 8vw auto;}
    #heroine .box05 .txt03 {font-size: 4.5vw;}
    #heroine footer .text {margin: 0 auto; width: 75%; position: absolute; left: 0; right: 0; top: 13.5%;}
    #heroine footer .copy {font-size: 3vw; letter-spacing: .2vw; bottom: 16px; left: 0; text-align: center;}
		/*catalog*/
		#catalog .title_box {margin-bottom: 50px;}
		#catalog .title_box img {width: 25%;}
		#catalog .title_box p, #catalog .title_box h1 {font-size: 5vw;}
		#catalog .box01 {padding: 0 0 40px;}
		#catalog .box01 .list {max-width: 100%;}
		#catalog .box01 .list .con {width: 100%; margin: auto; height: auto;}
		#catalog .box01 .list .con .img {width: 60%; margin: auto;}
		#catalog .box01 .list .con .txt {width: 60%; margin: 0 auto 10px;}
		#catalog .box01 .list .con .sp_bg {display: block; box-shadow: 0 5px 5px #000; box-sizing: border-box;}
		#catalog .box01 .list .con:nth-of-type(2n),#catalog .box01 .list .con:nth-of-type(3n) {margin: auto;}
		#catalog .box01 .list .con:nth-of-type(n + 2) {margin-top: 80px;}
		#catalog .box01 .list .con .txt {font-size: 3.5vw; margin-bottom: 15px;}
		#catalog .box01 .bg {display: none;}
		#catalog .box01 .list .con .bg_icon {min-width: inherit; width: 100%; left: 0; right: 0; bottom: -30%;}
		#wrap.catalogWrap,main.catalogMain,#catalog_single,#catalog_single ._df_book {height: 100%!important;}
		.df-viewer .df-3dcanvas {top: 0; bottom: 0; margin: auto;}

}
@media screen and (min-height:1200px) {
    #heroine .bg_img {top: inherit; bottom: 0;}
}


