.sp440, .sp360{display:none}

@media screen and (min-width: 751px) {
a[href^="tel:"]{pointer-events: none;}
.sp{display:none}

/* nav */
	.h_right {display: block!important;}
.h_right_scroll { display: flex!important ; flex-direction: column-reverse;align-items: flex-end;}
.hamburger{display:none;}
nav {display: flex;background: var(--green);box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.3);border-top-left-radius: 20px;border-bottom-left-radius: 20px;margin-right: -18px;padding-right: 19px;max-width: 1200px;width: calc(100% + 17px);}
.nav_list{display: flex;}
header.fixed .nav_list>li:nth-child(4)>*:nth-child(1) {border-top-right-radius: 20px;border-bottom-right-radius: 20px;}
.nav_list>li:nth-child(1)>* {border-top-left-radius: 20px;border-bottom-left-radius: 20px;}
.nav_list>li{position: relative;width: 231px;}
.nav_list>li:nth-child(2), .nav_list>li:nth-child(3) {width: 342px;}
.nav_list>li:nth-child(4) {width: 287px;}
.nav_list>li:not(:last-child):after {content: '';position: absolute;width: 2px;background: rgb(249 249 249 / 50%);height: calc(100% - 32px);top: 16px;right: -1px;z-index: 2;}
	.nav_list>li:nth-child(4):after {display: none;}
.nav_list>li>a,
.nav_list>li>.sub_btn{display:flex;align-items:center;position:relative;padding:12px 20px;flex-direction: column;text-align: center;letter-spacing: 0.05em;font-weight: 700;height: 121px;}
.nav_list>li>*:nth-child(1):before {content: '';position: relative;display: inline-block;background: url("../images/nav_icon01.png") no-repeat center center/100% auto;width:70px;height: 51px;}
.nav_list>li:nth-child(2)>*:nth-child(1):before {background-image: url("../images/nav_icon02.png");}
.nav_list>li:nth-child(3)>*:nth-child(1):before {background-image: url("../images/nav_icon03.png");}
.nav_list>li:nth-child(4)>*:nth-child(1):before {background-image: url("../images/nav_icon04.png");}
.nav_list>li>.sub_btn:after {content: '';position: absolute;width: 20px;height: 8px;background: var(--txt);left: calc(50% - 10px);bottom: 16px;clip-path: polygon(0 0, 50% 100%, 100% 0);z-index: 5;transition: all 0.3s;}
.nav_list>li.parent{position:relative;}
.nav_list>li.parent>.sub_btn{cursor:default}
.sub{position:absolute;z-index:4;transition:all .3s;opacity:0;visibility:hidden;background: #fff;border-radius: 10px;width:calc(100% + 30px);top:calc(100% - 24px);left:50%;transform: translateX(-50%);box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);padding: 25px 30px 25px 41px;}
.sub li { margin: 0 0 12px; }
.nav_list>li:nth-child(4) .sub {width: 100%;padding-right: 20px;}
.sub li:last-child {margin-bottom: 0;}
.sub ul li a{letter-spacing: 0.05em;position: relative;padding-left: 25px;font-weight: 700;display: inline-block;}
.sub ul li a:before{content: '';position: absolute;background: url("../images/ft_ic_arr.svg") no-repeat center center/100% auto;width: 16px;height: 12px;left: 0;top: 9px;}
header.scroll nav { width: 821px; margin: -91px 655px 0 0; border-radius: 20px;padding-right: 0;background: #75cf00;}
header.scroll .nav_list>li>*:before {display: none;}
header.scroll .nav_list>li>a, header.scroll .nav_list>li>.sub_btn {height: 65px;color: #fff;}
header.scroll .nav_list>li>.sub_btn { padding-top: 8px; }
header.scroll .nav_list>li {width: 135px;}
header.scroll .nav_list>li:nth-child(2), header.scroll .nav_list>li:nth-child(3) {width: 247px;}
header.scroll .nav_list>li:nth-child(4) {width: 192px;}
header.scroll .nav_list>li:not(:hover)>.sub_btn:after {background: #fff;}
header.scroll .nav_list>li:not(:last-child):after { height: calc(100% - 16px); top: 8px; }
header.scroll .nav_list>li:nth-child(1)>a {justify-content: center;}
header.scroll .sub { padding: 15px; }
header.scroll .sub ul li a { font-size: 16px; }
header.scroll .nav_list>li:nth-child(4) .sub { width: calc(100% + 70px); padding-right: 10px; }
header.scroll .nav_list>li:nth-child(3) .sub { width: calc(100% + 50px);}
header.scroll .nav_list>li:nth-child(4) .sub a br {display: none;}
.sec08_top_ttl a {-webkit-writing-mode: vertical-rl; -moz-writing-mode: vertical-rl; -ms-writing-mode: vertical-rl; writing-mode: vertical-rl; -webkit-text-orientation: mixed; -moz-text-orientation: mixed; -ms-text-orientation: mixed; text-orientation: mixed; -ms-writing-mode: tb-rl; text-orientation: upright;width: 112px;height: 340px;}
header.scroll .inner {padding-left: 30px;align-items: center;}
header.scroll .h_btn li .txt {height: 32px;margin: 0 0 5px;}
header.scroll .h_btn li {font-size: 16px;}
header.scroll .h_btn li a {padding-top: 12px;height: 130px;}
header.scroll .h_btn li.contact .lager {margin-top: 20px;}
header.scroll .h_btn li .txt .en {font-size: 150%;margin: 0 3px 0 -10px;}
header.scroll .h_tel {margin: 15px 38px 0 0;}
header.scroll .h_right_main {align-items: flex-start;}
header.scroll .h_tel .tel { font-size: 212.5%;margin: 4px 23px 0 0;}
header.scroll .h_tel .time br {display: none;}
header.scroll .h_tel .time_txt { margin: 0 22px 0 0; }
header.scroll .h_tel .tel:before {width: 18px;height: 24px;}
/* hover */
.nav_list>li:hover>*:nth-child(1), .nav_list>li:hover>.sub_btn:after{background: var(--scolor);}
.parent:hover .sub{opacity:1;visibility:visible}
.sub a:hover, .ft_link ul li > a:hover{color:var(--scolor);text-decoration: none;}
.ft_bnn li a:hover,
.to_top img:hover, .h_btn li a:not([target="_blank"]):hover{opacity:.7}

.mv_list li:hover a {background: var(--green);}
.sec02_item:hover >*, .sec10_item_seminar:hover {opacity: 0.7!important;}
.sec05_item:hover, .sec06_item:hover,.sec08_top:hover, .sec10_list_info li a:hover, .sec08_main_item:hover, .sec07_list li a:hover {background: var(--green-ghost);}
.btn a:hover {background: var(--scolor);}
	

}

@media screen and (min-width: 751px) and (max-width: 1780px){
.inner{padding-left: 30px;padding-right: 30px;}
	.h_right {max-width: calc(100% - 240px);}
	.wp_bg1 {padding: 150px 0 0 25px;}
	#logo a { padding-bottom: 50px; }
	header.scroll #logo {margin-top: 20px;max-width: 300px;}
	nav { margin-right: -34px; }
	.nav_list {max-width: 100%;}
	.wp_bg1:after { width: calc(100% - 25px); }
	main {padding-top: 25px;}
	.h_btn li.line .lager:before { width: 50px; height: 50px; }
	.nav_list>li>a, .nav_list>li>.sub_btn {height: 90px;padding: 8px;font-size: 16px;}
	.nav_list>li>*:nth-child(1):before {width: 50px;height: 36px;}
	.nav_list>li>.sub_btn:after {bottom: 6px;}
	header .h_tel {font-size: 15px;white-space: nowrap;}
	header .h_btn li {width: 250px;font-size: 16px;}
	header .h_btn li .lager {font-size: 18px;}
	header .h_btn li .txt {height: 30px;}
	header .h_btn li.contact {width: 260px;}
	header .h_btn li.contact .lager:before {width: 35px;height: 26px;}
	header .h_btn li.contact .lager { font-size: 24px; margin-top: 20px; }
	.h_btn li a {height: 125px;}
	header.scroll .h_btn li a {height: 125px;}
	.h_right_main {margin-bottom: 15px;}
	header.scroll .h_btn li { font-size: 14px;width: 220px;}
	header.scroll .h_btn li.line .lager:before { width: 40px; height: 40px; }
	header.scroll .h_tel { margin: 10px 15px 0 0; font-size: 14px; }
	header.scroll .h_btn li .lager { font-size: 16px; }
	header.scroll .h_btn li.contact .lager { font-size: 20px; }
	header.scroll .h_tel .time_txt { margin: 0 10px 0 0; }
	header.scroll nav { width: 625px; margin: -80px 467px 0 0;}
	header.scroll .nav_list>li:nth-child(3) .sub {width: 300px;}
	header.scroll .nav_list>li:nth-child(4) .sub {width: 260px;}
	header.scroll .nav_list>li>.sub_btn { padding-top: 12px; }
	header.scroll .nav_list>li>.sub_btn:after {bottom: 13px;}
	header.scroll .sub {top: calc(100% - 19px);}
	.mv_map {bottom: -5px;}
	.mv_list { margin-left: 50px; }
	.mv_slide { width: 400px; right: 50px; }
	.mv_map_img { width: 280px; }
	.mv_map_txt { font-size: 17px; width: 250px; height: 162px; }
	.mv_list li { width: 170px; margin-right: 10px; padding: 7px; }
	.mv_main h2 { font-size: 36px; }
	.mv_list li a { height: 156px; font-size: 20px; }
	.mv_list li .ttl { line-height: 1.2em; }
	.mv_list li a:before {width: 70px;height: 54px;margin: 0 auto 10px!important;}
	.mv .inner {padding: 0 30px;}
	.mv {padding-top: 80px;}
	.sub { padding: 15px; top: calc(100% - 14px);min-width: 200px;}
	.sub ul li a { font-size: 16px; }
	.h_inner {padding-left: 50px;padding-right: 15px;}
	.mv_main { padding: 10px 50px;height: 350px;}
	.wp_bg1.wp_bg_right { padding: 0 25px 0 0; }
	.sec02 {padding-right: 25px;}
	.sec02:after {width: calc(100% - 25px);}
	.sec05:before, .sec08:before {left: -25px;width: calc(100% + 25px);}
	.sec09:before {left: 25px;}
	.sec05, .sec06, .sec07, .sec08, .sec09 {padding-left: 25px;}
	.sec08_top { padding-bottom: 80px; }
	.sec08_main_top:before {width: 400px; height: 227px;left: -20px;}
	.sec08_main_top {padding-left: 410px;}
	.sec08 .inner {padding: 0;}
	.sec08_main_list { width: calc(100% - 60px);max-width: 1520px;}
	.sec09_main {padding: 110px 0 110px 520px;}
	.sec09_img { width: 550px; top: 30px;padding: 0 50px 0 0;}
	.sec09_ttl {font-size: 26px;}
	.btn_box .btn:not(:last-child) { margin: 0 20px 0 0; }
	.ft_link_list li a { font-size: 16px; }
	.bnr_fixed { width: 260px; }
	.to_top { width: 80px; bottom: 160px; }
	.sec06:before {width: calc(100% - 20px);}
.sec02_item:nth-child(5) .sec02_item_txt {white-space: inherit;}
	.sec10 {padding-left: 25px;}
	.sec08_main:after {width: 100%;}
	
}
@media screen and (min-width: 751px) and (max-width: 1570px){
	#logo a { padding-bottom: 40px; }
	#logo {margin: 0 0 20px;}
	nav {width: calc(100% - 10px);}
	.sec01_bottom {padding-left: 240px;}
	.sec01_bottom:before {left: 0;}
	.sec02_item {width: calc((100% - 30px)/2);}
	.sec02_item_ttl {font-size: 22px;}
	.sec04_main:before {width: 270px; height: 218px; left: -105px;}
	.sec04_main:after {width: 265px; height: 186px; right: -100px;}
	.sec05_item_tit {font-size: 25px;}
	.sec05_item>a:after { width: 70px; height: 70px; right: -20px; top: calc(50% - 35px); }
	.sec05_item:nth-child(2)>a:after { top: calc(50% - 35px); }
	.sec02_item:nth-child(2):after { width: 369px; height: 269px; right: -30px; }
}
@media screen and (min-width: 751px) and (max-width: 1400px){
	.h_inner {padding-left: 40px;}
	.h_tel {margin-right: 20px;}
	.h_tel .tel { font-size: 230%; margin-right: 20px; }
	.mv_main { padding: 10px 30px; height: 300px;margin-bottom: 10px;}
	.mv_main h2 {font-size: 34px;}
	.mv_main h2 .txt {margin-bottom: 12px;}
	.mv_slide {width: 330px;bottom: 72px;}
	.mv_map {bottom: -20px;}
	.nav_list>li>a, .nav_list>li>.sub_btn {font-size: 15px;padding: 5px 15px;height: 80px;}
	.nav_list>li>*:nth-child(1):before { width: 42px; height: 31px; }
	.nav_list>li>.sub_btn:after {width: 16px;height: 6px;}
	header.scroll nav {width: 590px;}
	.wp_bg1 {padding-top: 135px;}
	header.scroll .h_tel {font-size: 13px;margin-top: 16px;}
	header.scroll .h_btn li .txt { height: 26px; margin: 0 0 12px; }
	header .h_btn li a {height: 110px;padding: 10px 20px;font-size: 15px;}
	header .h_btn li .lager {font-size: 16px;}
	header .h_btn li .txt {height: 26px;margin-bottom: 10px;}
	header .h_btn li.contact .lager { font-size: 22px; margin-top: 15px; }
	header.scroll .inner {padding-left: 20px;}
	header.scroll .nav_list>li>.sub_btn {padding-top: 10px;}
	header.scroll .nav_list>li>a, header.scroll .nav_list>li>.sub_btn {height: 60px;}
	header.scroll nav {margin-top: -74px;}
	header.scroll .h_tel {margin-top: 10px;}
	header.scroll .h_btn li a {height: 110px;}
	.nav_list>li>.sub_btn:after {bottom: 7px;}
	.sub {top: calc(100% - 13px);}
	.mv {padding-top: 60px;}
	.mv_list li a:before {width: 52px;height: 41px;}
	.mv_list li a {height: 130px;}
	.mv_list li {width: 144px;}
	.mv_list {margin-bottom: -100px;}
	.sec01_bottom {font-size: 33px;}
	.sec02_item_img:before { width: 140px; height: 140px; bottom: -70px; font-size: 48px; }
	.sec02_item_main {padding-left: 30px;}
	.sec02_item_ttl {font-size: 20px;}
	.sec02_item_txt {font-size: 16px;}
	.sec04_main:before { width: 230px; height: 185px; left: -60px; }
	.sec05:before { left: -30px;width: calc(100% + 30px)}
	.sec08:before { left: -25px; }
	.sec05_item_tit {font-size: 25px;}
	.sec06:after {right: 48px;}
	.sec09_ttl {font-size: 24px;}
	.sec09 .btn a { width: 340px; }
	footer .sec04_main:before {left: -69px;}
	.sec04_main:after {right: -58px;width: 236px; height: 163px;}
	.sec04_main .h_tel {font-size: 18px;}
	.sec01_bottom .txt:nth-child(2) {margin-left: 30px;}
	.sec01_bottom .txt:nth-child(2) {padding-left: 25px;}
	.sec07_top_bg { height: 90px; background-size: auto 100%; top: 25px; background-position: left 150px bottom; }
	.sec07:after { left: 45px; width: calc(100% - 19px); }
	.sec10_main .idx_ttl02 .en { left: -70px; }
}
@media screen and (min-width: 751px) and (max-width: 1300px){
	header.scroll #logo {margin-right: 30px;}
	header .h_btn li {width: 230px;}
	header .h_btn li.contact {width: 230px;}
	header .h_tel {font-size: 14px;}
	header .h_tel .tel {font-size: 230%;}
	header .h_tel .tel:before {width: 18px;height: 24px;}
	.nav_list>li:nth-child(4) .sub {padding-right: 10px;}
	header.scroll .h_btn li a {height: 110px;}
	header.scroll nav {width: 550px;margin-top: -75px;}
	header.scroll .nav_list>li>a, header.scroll .nav_list>li>.sub_btn {padding: 16px 0;line-height: 1.2em;font-size: 15px;height: 60px;}
	header.scroll .h_tel {font-size: 12px;margin-top: 9px;}
	.sec01_bottom .txt:nth-child(2) {margin-left: 50px;}
	.sec01_bottom {font-size: 30px;}
	.sec02_item_ttl {font-size: 19px;}
	.sec03_bottom li {font-size: 22px;}
	.sec04_main:before { width: 210px; height: 176px; left: -34px; bottom: -58px; }
	.sec04_main:after { width: 217px; height: 151px; right: -33px; }
	.sec05_item_tit {font-size: 24px;}
	.sec06_item {padding-left: 20px;padding-right: 20px;}
	.sec07:after {width: 100%;left: 25px;top: 90px;height: calc(100% - 226px);}
	.sec08_top:after {width: 270px; height: 188px; right: 25px;}
	.sec08_top {padding-right: 300px;}
	.sec09_img {width: 480px;top: 50px;}
	.sec09_main {padding: 50px 0 50px 450px;}
	.sec10_main .idx_ttl02 .en { font-size: 100px; left: -50px; }
	.sec10_main:nth-child(2) .idx_ttl02 .en {left: -48px;}
	footer .sec04_main:before {left: -20px;}
	footer .sec04_main:after {right: -20px;}
	.ft_link_list {padding-left: 20px;padding-right: 20px;}
	.sec01_bottom:after { width: 900px; height: 155px; }
	.sec01:after { width: 1260px; left: 49%; }
	.sec03_bottom { padding: 0 30px 0 20px; }
	.sec07_top_bg { height: 90px; background-size: auto 100%; background-position: left 130px bottom; }
	.sec01_list li:nth-child(4) .ttl:before {right: -33px;}
}

/* screen-min:750px */
@media screen and (max-width: 750px) {
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
font-size: 160%;
}
img{max-width:100%; height: auto;}
.swap img{width:auto;}
#wrapper,
header,
main,
footer,
.inner{width:100%!important;min-width:unset!important}
.pc{display:none!important}

/* NAV */
nav{display: block;margin-bottom: 40px;}
nav .inner{padding: 0;}
.nav_list{flex-direction:column}
.nav_list ul,
.nav_list li{width:100%}
.nav_list .parent .sub ul li{background: #fff;}
.nav_list .parent .sub ul li:not(:last-child){border-bottom:1px solid var(--mcolor)}
.nav_list .sub_btn,
.nav_list a{display:block;padding:13px 15px 12px;color:#fff;font-size:16px;font-weight:600;border-bottom:solid 1px #fff;background: var(--green-lime);}
.nav_list .sub_btn{position:relative;padding-left:15px}
.nav_list .sub_btn::before,
.nav_list .sub_btn::after{content:"";position:absolute;width: 16px; height: 2px; background-color: #FFF;top:calc(50% - 1px);right:10px; transition: all 0.3s;}
.nav_list .sub_btn::after{transform: rotate(-90deg);}
.nav_list .sub_btn.open::after{transform: rotate(0);}

.sub{display:none}
.sub ul:not(:last-child){margin-bottom:15px}
.sub a{color:var(--txt);border-bottom:none;background: #fff;padding-left: 28px;padding-right: 5px;position: relative;}
.sub ul li a:before{content: '';position: absolute;background: url("../images/ft_ic_arr.svg") no-repeat center center/100% auto;width: 16px;height: 12px;left: 5px;top: 21px;}
.hamburger{position:relative;right:0;bottom:0;font:inherit;display:block;overflow:visible;margin:0;cursor:pointer;transition-timing-function:linear;transition-duration:.15s;transition-property:opacity,filter;text-transform:none;color:inherit;border:0;z-index: 101}
.hamburger .txt { display: block; text-align: center; font-size: 12px; font-weight: 500;color: var(--scolor);}
/*=====================================================
                      C U S T O M
======================================================*/

/*============ HEADER ============*/
	.h_right { display: none; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: var(--green-ghost); z-index: 10;padding: 0 15px 40px;}
	.h_right_scroll { height: calc(100% - 65px); overflow: auto; padding: 0 0 30px; }
	.h_inner {padding: 0 15px;align-items: center;}
	#logo a {padding: 0;background: none;}
	.h_box {padding: 10px 0;}
	header.scroll #logo a, header.show #logo a {background: none; box-shadow: none;padding: 0;border-radius: 0;}
	header.scroll #logo a img, header.show #logo a img {width: 100%;}
	header.show #logo img {opacity: 0;}
	header.scroll #logo, header.show #logo, #logo { margin: 0;width: 230px;padding: 0;}
	header.scroll .h_box, header.show .h_box { padding: 10px 0;background: #fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);}
	.h_right_main { display: block; }
	header .h_tel { display: block; text-align: center; font-size: 14px; margin: 0 0 40px !important; }
	header .h_tel .tel { justify-content: center; margin: 0 0 10px !important; font-size: 250% !important; }
	header .h_btn {display: block;}
	header .h_btn li { width: 100%!important; max-width: 300px; margin: 0 auto 40px; }
	header .h_btn li.contact {margin-left: auto;}
	header .h_btn li a { border: 4px solid #fff; border-radius: 20px; padding: 1px 20px 20px;height: 110px!important;}
	header.scroll .h_btn li a { padding-top: 1px;}
	header .h_btn li .txt { margin: -17px 0 10px !important;height: 32px;}
	header .h_btn li:last-child {margin-bottom: 0;}
	.h_btn li.line a:after { border-radius: 12px; height: calc(100% + 7px); top: auto; bottom: 5px; }
	.nav_logo { margin: 0; padding: 14px 0;width: 230px;}
/*============ Main ============*/
	.noscroll {overflow: hidden;}
main{padding-top: 78px;}
.wp_bg1 { padding: 0; }
/* MAIN VISUAL */
	.mv {padding-top: 0;}
.mv_slide {width: 75vw; right: -6vw; bottom: auto;top: 1vw; }
	.mv .inner {padding: 0 15px;}
	.mv_main { padding: 10px 3vw;height: 60vw;margin-bottom: 3vw;border-radius: 4vw;align-items: flex-end;}
	.mv_main h2 {font-size: 3.2vw;bottom: 2vw;}
	.mv_main h2 .txt { border-radius: 2vw; padding: 1.5vw 3vw!important; margin: 0 0 1vw; }
	.mv_map { position: relative; right: 0; bottom: 0; justify-content: center;margin-top: -10vw;}
	.mv_slide.slick-initialized .slick-slide {margin: 0;}
	.mv_map_img { width: 47vw; height: 44vw; }
	.mv_map_txt { width: 44vw; height: 29vw; font-size: 3vw; margin: 2vw -8vw 0 0; padding: 0 5vw 1vw 0; }
	.mv_map_txt .lager { margin: 0 0 1vw; }
	.mv_map_txt .small {margin: 0;}
	.mv_main h2 .lager { margin: 0 -2vw 0 -3vw; }
	.mv_list { margin: 0 0 -17vw; justify-content: space-between; align-items: flex-start; }
	.mv_list li { margin: revert-layer; width: calc((100% - 20px) / 4); padding: 1vw; border-radius: 1vw; }
	.mv_list li a { height: 21.4vw; font-size: 3.5vw; border-radius: 1vw;line-height: 1.2em; }
	.mv_list li a:after {width: calc(100% + 2vw);height: calc(100% + 2vw);top: -1vw;left: -1vw;}
	.mv_list li a:before { width: 12vw; height: 10vw; left: 0!important; margin: 0 0 1vw!important;}
	.mv_list li:nth-child(even) {margin-top: 4vw;}
	.mv:after { left: 0; background-size: auto 10vw; bottom: 7vw; }

/* sec01 */
	.wp_bg1:after {display: none;}
	.sec01 { padding: calc(17vw + 50px) 0 25vw; background: #fff; }
	.idx_ttl01 { font-size: 26px; margin: 0 0 20px; }
	.sec01_list { background: none;margin-bottom: 10vw;}
	.sec01_list li:nth-child(1) .ttl:before { width: 13vw; height: 21vw; top: 3vw; left: -10vw; }
	.sec01_list li:nth-child(1) .ttl { width: 45vw; height: 20vw; padding: 0 0 1vw 2vw; }
	.sec01_list li:nth-child(1) { margin-left: 10vw; }
	.sec01_list li {font-size: 2.8vw!important;margin-bottom: -1vw;width:auto;}
	.sec01_list li:nth-child(2) { margin:0 9vw 0 auto; }
	.sec01_list li:nth-child(2) .ttl { width: 49vw; height: 21vw;padding: 2vw 3vw 0 0;}
	.sec01_list li:nth-child(2) .ttl:before { width: 13vw; right: -8vw; height: 22vw; top: 1vw; }
	.sec01_list li:nth-child(3) { margin-left: 10vw; }
	.sec01_list li:nth-child(3) .ttl:before { width: 13vw; height: 22vw; top: 2vw; left: -10vw; }
	.sec01_list li:nth-child(3) .ttl { width: 56vw; height: 22vw; padding: 0 0 0 4vw; }
	.sec01_list li:nth-child(4) { margin: 0 10vw 0 auto; width: auto; }
	.sec01_list li:nth-child(even) .ttl {font-size: 3vw;}
	.sec01_list li:nth-child(4) .ttl { width: 62vw; height: 24vw; padding: 1vw 2vw 0 0; }
	.sec01_txt { padding: 0; margin: 0 0 30px;text-align:left;}
	.sec01_list li:nth-child(4) .ttl:before { width: 15vw; height: 25vw; top: 2vw; right: -9vw; }
	.sec01_bottom:before { width: 17vw; left: 0; top: 0; height: 23vw; }
	.sec01_bottom { font-size: 3vw; padding-left: 20vw;}
	.sec01_bottom .txt { border-width: 1vw; padding: 2vw 3vw; border-radius: 20vw; margin: 0 0 2vw; text-align: center; }
	.sec01_bottom .txt:nth-child(2) { margin: 0; padding: 2vw;width: 100%;}
	.sec01_bottom .txt:nth-child(1) {white-space: nowrap;padding-bottom: 2vw;}
	.sec01_bottom .small { margin-left: -1vw; }
	.sec01_bottom .en { margin-right: 1vw; }
	.sec01_bottom .ttl { align-items: center;position: relative;z-index: 2;}
	.sec01_bottom:after { top: auto;bottom: -13vw; height: 28vw;width: 92vw; }
	.sec01:after { height: 30vw; bottom: 10vw; left: 50%; }
	.sec01:before {height: 40vw;}
	.sec01_bottom .img { margin: 0 1vw 0 0; width: 24vw; }
	
/* sec02 */
	.sec02:after { top: 0; width: 100%; border-radius: 0;height: 100%;}
	.sec02 { margin: 0; padding: 50px 0; }
	.sec02 .idx_ttl01:before { width: 200px; height: 80px; }
	.sec02_item:nth-child(even) { margin-top: 0; }
	.sec02_item { width: 100%; margin-bottom: 40px; }
	.sec02_item:last-child {margin-bottom: 0;}
	.sec02_item_img img {width: 100%;}
	.sec02_txt { padding: 0; margin: 0 0 30px;text-align: left;}
	.sec02_item_img:before { width: 120px; height: 120px; bottom: -60px; font-size: 42px; padding: 37px 0 0; }
	.sec02_item_main { padding: 18px 0 0 25px; }
	.sec02_item_ttl { font-size: 20px;letter-spacing: 0;}
	.sec02_item:nth-child(2):after { width: 60vw; height: 64vw; top: 30px; right: -60px; }
.sec02_item:nth-child(5) .sec02_item_txt {white-space: inherit;}
	
/* sec03 */
	.sec03:before { background-size: 80% auto; height: 6vw; top: calc(-6vw + 4px);background-position: center bottom; }
	.sec03_ttl { font-size: 24px; margin-bottom: 10vw; }
	.sec03_ttl .img { margin: 0 0 5px; width: 60vw; max-width: 260px; }
	.sec03 { border-width: 2px; padding: 6vw; }
	.sec03_list { width: 100%; height: 30vw;background-size: 13vw auto, 100% auto;margin-bottom: 10vw;}
	.sec03_list li { font-size: 2vw; }
	.sec03_list li .ttl {text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;top: 0!important;left: 0!important;}
	.sec03_list li:before { width: 13vw; height: 11vw; }
	.sec03_list li:nth-child(1) { left: -6vw; top: -3vw; }
	.sec03_list li:nth-child(2) { left: 12vw; top: -5vw; }
	.sec03_list li:nth-child(3) { left: 36.5vw; top: -5vw; }
	.sec03_list li:nth-child(4) { right: 12vw; top: -5vw; }
	.sec03_list li:nth-child(5) { right: -5vw; top: -3vw; }
	.sec03_list li:nth-child(9) { left: -5vw; bottom: -6vw; }
	.sec03_list li:nth-child(8) { left: 12vw; bottom: -7vw; }
	.sec03_list li:nth-child(7) { right: 14vw; bottom: -5vw; }
	.sec03_list li:nth-child(6) { right: -5vw; bottom: -5vw; }
	.sec03_note { padding: 0; font-size: 26px; margin-bottom: 20px; }
	.sec03_bottom { display: block; padding: 0; }
	.sec03_bottom li:before { width: 14vw; height: 23vw; top: -3vw; left: -4vw; }
	.sec03_bottom li { font-size: 3vw; height: 15vw; width: 60vw; padding-left: 10vw; margin-bottom: 4vw; border-radius: 2vw; }
	.sec03_bottom li:last-child { margin: 0 0 0 auto; width: 68vw; padding-left: 5vw; }
	.sec03_bottom li:last-child:before { width: 13vw; height: 22vw; top: -4vw; right: -4vw; }
	.sec03_bottom:after { width: 100%; height: 64vw; bottom: 0; }
/* sec04 */
	.sec04 { padding: 50px 0; }
	.sec04_ttl { font-size: 24px; border-radius: 100px; padding: 10px 0; margin-bottom: 25px; }
	.sec04_ttl:after { width: 40px; height: 26px; bottom: -18px; }
	.sec04_price { display: block; font-size: 22px; }
	.sec04_price .lager { margin: 0 10px 0 5px; }
	.sec04_price .price { display: inline-block; margin: 0; vertical-align: bottom; width: 50px; }
	.sec04_main { height: auto; border-radius: 70px; display: block; padding: 50px 15px 90px;}
	.sec04_main .h_btn { margin: 0; display: block; }
	.sec04_main .h_tel { font-size: 16px; margin: 0 0 40px; }
	.sec04_main .h_btn li { margin: 0 auto;max-width: 100%;}
	.sec04_main .h_btn li.contact { margin: 0 auto 40px; }
	.sec04_main:before { width: 140px; left: -7px; bottom: -20px; height: 112px; }
	.sec04_main:after { right: -7px; width: 150px; height: 104px; bottom: -20px; }
	.sec04_main .h_tel .tel:before { width: 20px; height: 26px; }
	.sec04_main .h_tel .tel {margin-top: 0;}
	.sec04_main .h_btn:after {background-size: auto 20px;}
/* sec05 */
	.wp_bg1.wp_bg_right { padding: 0; }
	.sec05:before {height: 220px;border-radius: 0;}
	.idx_ttl02 { font-size: 28px; margin: 0 0 15px; }
	.idx_ttl02 .en { font-size: 70px; left: 0; top: -20px; }
	.sec05 .idx_ttl02:after { width: 400px; height: 55px; top: -39px; border-top-left-radius: 40px; border-top-right-radius: 40px; }
	.sec05 .idx_ttl02:before { width: 220px; height: 90px; left: calc(50% - 110px); top: -99px; }
	.sec05 {padding: 0;margin-bottom: 50px;}
	.sec05_txt { margin: 0 0 30px;text-align: left;}
	.sec05_item { display: block; padding: 30px 25px 65px; margin: 0 0 30px; border-radius: 20px; }
	.sec05_item:nth-child(2) {padding-bottom: 65px;}
	.sec05_item:after { width: calc(100% - 14px); height: calc(100% - 14px); border-radius: 15px; }
	.sec05_item_ttl { width: 100%; font-size: 22px; margin: 0 0 20px; padding: 0; }
	.sec05_item_main { width: 100%; }
	.sec05_item_tit { font-size: 20px; text-align: center; padding: 0 0 15px; margin: 0 0 15px; }
	.sec05_item_tit .note { padding: 6px 10px; margin: 0 0 15px; }
	.sec05_item_tit .note:after { width: 14px; bottom: -15px; height: 16px; }
	.sec05_item_txt {padding: 0;}
	.sec05_item_ttl:before { width: 160px; height: 138px; margin: 0 auto 5px!important; left: 0; }
	.sec05_item>a:after { width: 40px; height: 40px; top: calc(100% - 28px)!important; left: calc(50% - 20px); transform: none; background-size: 15px auto; }
/* sec06 */
	.sec06 { padding: 105px 0 50px; margin-bottom: 0; }
	.sec06 .idx_ttl02 { font-size: 28px; margin: 0 0 15px; }
	.sec06 .idx_ttl02 .en { font-size: 70px; left: 0; top: -30px; }
	.sec06:before { width: 100%; border-radius: 0; }
	.sec06:after { width: 80px; height: 98px; right: auto; top: -20px; left: calc(50% - 40px); }
	.sec06_list { display: block; }
	.sec06_item { width: 100%; margin: 0 auto 50px; max-width: 400px;padding: 92px 25px 35px;}
	.sec06_item>a:before { font-size: 39px; top: -15px; width: 60px; left: 12px; padding: 0 0 13px 5px; }
	.sec06_item>a:after { width: 130px; height: 100px; top: -20px!important; left: calc(50% - 65px)!important; }
	.btn a { max-width: 100%; height: 55px; font-size: 16px; width: 300px; }
	.btn a:after { width: 48px; height: 48px; top: calc(50% - 24px); right: 4px; background-size: 20px auto; }
/* sec07 */
	.sec07 { padding: 150px 0 50px;margin: 0;background: #fff;}
	.sec07_top_bg {background-size: auto 100%;height: 60px;background-position: left 60px top;top: 50px;}
	.sec07:after { width: 100%; height: calc(100% - 267px); left: 0; top: 110px; border-radius: 0; background-size: auto 300px; background-position: top right;background-color: #f6fff6; }
	.sec07 .idx_ttl02 { font-size: 28px; }
	.sec07 .idx_ttl02 .en { font-size: 70px; top: -15px; }
	.sec07_txt {margin-bottom: 30px;text-align: left;}
	.sec07_list {display: block;}
	.sec07_list li { width: 100%; max-width: 380px; margin: 0 auto 30px; }
/* sec08 */
	.sec08 {padding: 0 0 50px;background: #fff;}
	.sec08:before { width: 100%; left: 0; height: 220px; margin-bottom: -120px; }
	.sec08 .idx_ttl02:before { width: 224px; height: 110px; margin-bottom: 15px; }
	.sec08 .idx_ttl02:after { width: 400px; height: 50px; left: 50%; top: 70px; max-width: 100%; transform: translateX(-50%); border-top-left-radius: 40px; border-top-right-radius: 40px; }
	.sec08 .idx_ttl02 { max-width: 400px; margin: 0 auto 20px; }
	.sec08 .idx_ttl02 .en { left: 0; top: auto!important; bottom: -12px; }
	.sec08_top { border-radius: 20px; display: block; padding: 1px 20px 140px; margin-bottom: 100px;width: 100%;}
	.sec08_en { font-size: 60px; bottom: -22px; right: 22px; }
	.sec08_top_ttl a { font-size: 26px; text-align: center; justify-content: center; padding: 18px 0; border-radius: 10px; }
	.sec08_top_ttl { margin: -22px auto 30px; max-width: 300px; width: 100%; }
	.sec08_top_ttl a:before { width: 50px; height: 50px; top: -20px; left: -8px; }
	.sec08_txt {margin-bottom: 60px;text-align: left;}
	.sec08_top_main { padding: 0; }
	.sec08_top_txt { font-size: 15px; margin: 0 0 20px; }
	.btn a {margin: 0 auto;position: relative;z-index: 2;}
	.sec08_top:after { width: 150px; height: 102px; top: auto; bottom: 30px; right: 10px; }
	.sec08_main_top { padding: 100px 20px 40px; margin: 0 0 40px; }
	.sec08_main_top:before { width: 230px; height: 128px; left: calc(50% - 115px); top: -60px; }
	.sec08_main_en { font-size: 60px; margin: 0 auto 20px; display: block; padding: 3px 20px 12px; max-width: 250px; text-align: center; border-radius: 25px; }
	.sec08_main_ttl { font-size: 26px; text-align: center; }
	.sec08_main_list {display: block;padding: 0 20px;}
	.sec08_main:after {height: 100%;border-radius: 20px;}
	.sec08_main_item { width: 100%; max-width: 450px; margin: 0 auto 60px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 10px 10px 0px 0px rgba(211, 243, 207, 0.7);padding: 65px 20px 25px;border-radius: 20px;}
	.sec08_main_item:after { width: calc(100% - 10px); height: calc(100% - 10px); border-radius: 18px; }
	.sec08_main_item:not(:last-child) { margin-right: auto; }
	.sec08_main_item>a:before { width: 150px; height: 79px; left: calc(50% - 75px); top: -25px; }
	.sec08_main_itm_ttl { font-size: 20px; margin: 0 0 15px; }
	.sec08_main_itm_txt {margin-bottom: 20px;}
	.sec08_main_item:nth-child(2)>a:before { width: 176px; height: 64px; left: calc(50% - 88px); top: -17px; }
	.sec08_main_item:nth-child(2) {padding-top: 55px;margin-bottom: 0;}
	.sec08_main { padding: 0 0 80px; }
	.sec08_main:before { height: 80px; left: -15px; bottom: -20px;width: calc(100% + 30px);}
/* sec09 */
	.sec09_img { position: relative; width: 100%; left: 0; top: 0; text-align: center;margin: 0 auto 30px;max-width: 400px;}
	.sec09 { padding: 50px 0; }
	.sec09:before { left: 0; border-radius: 0; }
	.sec09 .idx_ttl02 { max-width: 300px; text-align: center; margin: 0 auto 20px; }
	.sec09 .idx_ttl02 .en { font-size: 70px; left: 15px; top: -20px; }
	.sec09_ttl { margin: 0 0 20px; font-size: 22px; }
	.sec09_txt p {margin-bottom: 15px;}
	.sec09_main { padding: 50px 0; }
	.btn_box { display: block; }
	.btn_box .btn:not(:last-child) { margin: 0 0 20px; }
/* sec10 */
	.sec10 { padding: 50px 0;background: #fff;}
	.sec10_main { display: block;min-height: auto;}
	.sec10 .idx_ttl02 { width: 100%; margin: 0 0 30px; }
	.sec10_main .idx_ttl02 .en { font-size: 70px; text-align: center; left: 0; top: auto!important; width: 100%; bottom: -12px; }
	.sec10 .idx_ttl02:before { width: 50px; height: 45px; }
	.sec10_list_info { width: 100%;margin-bottom: 30px;}
	.sec10_main .btn { position: relative; top: 0; width: auto; }
	.sec10_list_info li a:after { width: 18px; right: 15px; }
	.sec10_list_info li a { height: 60px; padding: 0 35px 0 20px; }
	.sec10_list_info li:not(:last-child) { margin-bottom: 15px; }
	.sec10_main .btn a {max-width: 240px;font-size: 16px;}
	.sec10_main:not(:last-child) { padding-bottom: 50px; margin-bottom: 50px; }
	.sec10_main:nth-child(2) .idx_ttl02:before { width: 80px; height: 73px; left: 0; }
	.sec10_main:nth-child(2) .idx_ttl02 { margin: 0 0 30px; }
	.sec10_main:nth-child(2) .idx_ttl02 .en { top: auto!important; left: 0; }
	.sec10_list_seminar { width: 100%; max-width: 440px; margin: 0 auto 30px; }
	.sec10_item_seminar {margin: 0 10px;}
	.sec10_main:nth-child(2) .btn { top: 0; }
	.sec10_item_seminar_img { height: auto; aspect-ratio: 3 / 1.55; }
	.sec10_list_seminar .slick-arrow {width: 40px;height: 40px;background: url("../images/ic_arr_small.svg") no-repeat center center/20px auto var(--green);border-radius: 10px;position:absolute;top: auto;bottom: 70px;z-index: 3;cursor: pointer;}
	.sec10_list_seminar .slick-prev {left: -5px;background-image: url("../images/ic_prev_small.svg");}
	.sec10_list_seminar .slick-next {right: -5px;}
	.sec10_list_seminar .slick-arrow:before {display: none;}
	.sec10_main:nth-child(2):after { height: 108%; width: 104%; left: -2%; font-size: 20px; }

/*============ FOOTER ============*/
footer{margin-bottom: 50px;padding: 50px 0 0;}
	.ft_link {display: none;}
	.bnr_fixed { right: 10px; width: 170px; bottom: 87px; }
	.bnr_fixed a:before { font-size: 100%; }
	address { font-size: 14px; padding: 15px 0; }
	.ft_top { margin-bottom: 40px; }
	.ft_add {margin-bottom: 20px;}


/* sp contact */
.sp_contact{display:flex;justify-content:center;align-items:center;width:100%;height:50px;position:fixed;left:0;z-index:5; bottom:-55px;transition: all 0.3s;}
.sp_contact.show{bottom: 0;}
.sp_contact li{width:calc(100%/3);height:100%;}
.sp_contact li a{width:100%;height:100%;display:flex;justify-content:center;align-items:center;font-size:15px;font-weight: 700;letter-spacing: 0.05em;color: #fff;position: relative;}
.sp_contact li a span{position:relative;}
.sp_contact li a span::before{content:"";position:relative;display: block;width:20px;height:20px;margin: 3px auto -3px;}
.sp_contact_tel{background-color:#fff}
.sp_contact li.sp_contact_tel a {color: var(--txt);font-family: var(--f-en);letter-spacing: 0;font-size: 18px;white-space: nowrap;}
.sp_contact_tel a span::before{background:url("../images/ic_tel.svg") no-repeat center /14px}
.sp_contact_mail{background-color:var(--orange)}
.sp_contact_mail a span::before{background:url("../images/ic_mail.svg") no-repeat center /20px;}
.sp_contact .sp_contact_line{background-color:var(--green-lime)}
.sp_contact .sp_contact_line a span::before{background:url("../images/ic_line.png") no-repeat center /100% auto;width: 26px;height: 26px;margin: 3px auto -6px;}
.to_top{width:50px;right:10px;bottom: 55px;}
/*============ END 750 ============ */

}



/* screen-max:460px */
@media screen and (max-width: 440px) {
.sp440 {display: block !important;}
.pc440{display: none !important}
	.mv_main h2 {font-size: 3.8vw;}
	.sec01_bottom {letter-spacing: 0;}
	.sec01_bottom {padding-left: 17vw;}
	.sp_contact li.sp_contact_tel a { font-size: 4.5vw; }
	.sp_contact li a { font-size: 3.6vw; }
	.bnr_fixed {width: 150px;}
	.to_top { width: 45px; bottom: 90px; }
	.sec01_list li {font-size: 3.2vw!important;}
	.sec01_list li:nth-child(1) .ttl {width: 54vw;height: 24vw;}
	.sec01_list li:nth-child(3) .ttl {width: 64vw;height: 25vw;}
	.sec01_list li:nth-child(even) .ttl { font-size: 3.5vw; }
	.sec01_list li:nth-child(2) .ttl {width: 55vw;height: 26vw;}
	.sec01_list li:nth-child(4) .ttl {width: 70vw;height: 28vw;}
	.sec03_ttl {font-size: 6vw;}
	.sec03_bottom li {font-size: 3.5vw;height: 20vw;width: 72vw;padding-left: 13vw;}
	.sec03_bottom li:last-child { margin-right: 4vw; width: 77vw;padding-left: 3vw;}
	.sec04_ttl { font-size: 5vw; padding: 3vw 0; }
	.sec04_price { font-size: 4.5vw; }
	.sec04_price .lager { margin: 0 2vw 0 1vw; }
	.sec04_price .price { width: 10vw; }
	.sec04_main {padding-bottom: 70px;}
	.sec05_item_tit {font-size: 4.6vw;}
	.sec07 .idx_ttl02 .en { left: calc(50% - 180px); }
	.sec07_list li a { font-size: 5.5vw; }
	.sec07_list li a .ttl { padding: 0 0 8vw; }
	.sec10_list_info li a { flex-wrap: wrap; height: 90px; }
	.sec10_list_info .ttl { width: 100%; margin: -17px 0 0; }
	.sec10_list_seminar .slick-arrow { bottom: 14vw; width: 9vw; height: 9vw; background-size: 50% auto; }
	.sec09 .idx_ttl02 .en { left: 32px; }
	.sec04_main:before {width: 105px;height: 86px;}
	.sec04_main:after {width: 110px;height: 78px;}
	.sec04_main .h_btn li .lager { font-size: 18px; }
	.sec04_main .h_btn li.line .lager:before {width: 60px;height: 60px;}
	.sec04_main .h_btn li.contact .lager {font-size: 24px;margin-top: 20px;}
	.sec04_main .h_btn li.contact .lager:before {width: 36px;height: 26px;}
	.sec04_main .h_btn li .txt {margin-bottom: 7px;}
	.sec04_main .h_btn li a {height: 100px;}
	.sec04_main .h_tel .tel {font-size: 200%;}
	.sec04_main .h_tel .tel:before { width: 16px; height: 22px; }
}

/* screen-max: 360px */
@media screen and (max-width: 360px) {
	.sp360 {display: block;}
	.sec02_item_img:before { font-size: 34px; width: 90px; height: 90px; padding-top: 25px;bottom: -50px; }
	.sec02_item_main {padding-left: 15px;}
	.sec02_item_ttl {font-size: 19px;}
	.sec04_main .h_tel {font-size: 14px;}
	.sec04_main .h_tel .tel { font-size: 200%; margin: 0 0 6px; }
	.sec04_main .h_tel .tel:before { width: 18px; height: 23px; }
	.h_btn li.contact .lager:before {width: 34px;height: 25px;}
	.h_btn li.line .lager:before { width: 56px; height: 56px; }
	.idx_ttl02 .en { font-size: 60px!important;top: -20px!important;}
	.sec05_item {padding-left: 20px;padding-right: 20px;}
	.sec06 .idx_ttl02 {font-size: 26px;}
	.sec06_item {padding-left: 15px;padding-right: 15px;}
	.sec06_item_ttl {font-size: 18px;letter-spacing: 0;}
	.sec07_list li:nth-child(2) a:after { left: calc(50% - 125px); }
	.sec07_list li a {height: 290px;}
	.nav_list .sub_btn, .nav_list a {font-size: 15px;}
	.sec08_main_en { font-size: 50px; max-width: 200px; }
}