@charset "utf-8";
/* CSS Document */

/* font
=========================================== */
@font-face {/*NotoSansJP*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Regular.ttf');
  src:
  url('../fonts/font/NotoSansJP-Regular.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Regular.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Regular.ttf') format('truetype');
	font-weight: 400;
}
@font-face {/*NotoSansJPミディアム*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Medium.ttf');
  src:
  url('../fonts/font/NotoSansJP-Medium.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Medium.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Medium.ttf') format('truetype');
	font-weight: 500;
}
@font-face {/*NotoSansJPボールド*/
  font-family: 'NotoSansJP';
  src: url('../fonts/font/NotoSansJP-Bold.ttf');
  src:
  url('../fonts/font/NotoSansJP-Bold.woff2') format('woff2'),
  url('../fonts/font/NotoSansJP-Bold.woff') format('woff'),
  url('../fonts/font/NotoSansJP-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*robotoボールド*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Bold.ttf');
  src:
  url('../fonts/font/Roboto-Bold.woff2') format('woff2'),
  url('../fonts/font/Roboto-Bold.woff') format('woff'),
  url('../fonts/font/Roboto-Bold.ttf') format('truetype');
	font-weight: 700;
}
@font-face {/*robotoブラック*/
  font-family: "roboto";
  src: url('../fonts/font/Roboto-Black.ttf');
  src:
  url('../fonts/font/Roboto-Black.woff2') format('woff2'),
  url('../fonts/font/Roboto-Black.woff') format('woff'),
  url('../fonts/font/Roboto-Black.ttf') format('truetype');
	font-weight: 900;
}
@font-face {/*MPLUSRounded1cブラック*/
  font-family: "M PLUS Rounded 1c";
  src: url('../fonts/font/MPLUSRounded1c-Black.ttf');
  src:
  url('../fonts/font/MPLUSRounded1c-Black.woff2') format('woff2'),
  url('../fonts/font/MPLUSRounded1c-Black.woff') format('woff'),
  url('../fonts/font/MPLUSRounded1c-Black.ttf') format('truetype');
	font-weight: 900;
}

/* Link
=========================================== */

body.wp-page_body a:link, body.wp-page_body a:visited, .wp-page_header a:link, .wp-page_header a:visited, .wp-page_footer a:link, .wp-page_footer a:visited {
	color: #000000;text-decoration: none;
}
body.wp-page_body a:hover, body.wp-page_body a:active, .wp-page_header a:hover, .wp-page_header a:active, .wp-page_footer a:hover, .wp-page_footer a:active {
	color: #000000;text-decoration: underline;
}
body.wp-page_body a, .wp-page_header a, .wp-page_footer a {
	outline: none;transition: 0.3s;
}
body.wp-page_body a img, .wp-page_header a img, .wp-page_footer a img {transition: 0.3s;}

:focus { outline: none;}

body.wp-page_body div#content a:link, body.wp-page_body div#content a:visited, .wp-page_header div#content a:link, .wp-page_header div#content a:visited, .wp-page_footer div#content a:link, .wp-page_footer div#content a:visited {
	color: #011fff;
}
body.wp-page_body div#content a:hover, body.wp-page_body div#content a:active, .wp-page_header div#content a:hover, .wp-page_header div#content a:active, .wp-page_footer div#content a:hover, .wp-page_footer div#content a:active {
	color: #dc0000;
}

/* LAYOUT
=========================================== */
html.showPage,
html.showPage body{min-width: 1200px;margin: 0 auto;}

body.wp-page_body {
	color: #000000;
	background: #F9F2E4;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	max-width:1920px;
	overflow: hidden;
	margin:0 auto;
	text-align: left;
}
.wp-page_header {
	color: #000000;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	text-align: left;
}
.wp-page_footer {
	color: #000000;
	font-size:16px;
	line-height:1.5;
	font-family: 'NotoSansJP',"メイリオ","Mayryo ","ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-weight: 500;
    font-style: normal;
	text-align: left;
}
body.wp-page_body *, body.wp-page_body p {
	line-height: 1.5;
}
.wp-page_header *, .wp-page_header p {
	line-height: 1.5;
}
.wp-page_footer *, .wp-page_footer p {
	line-height: 1.5;
}
.wp-page_footer *, .wp-page_footer p {
	line-height: 1.5;
}

.wp-page_body h1,.wp-page_body h2,.wp-page_body h3,.wp-page_body h4,.wp-page_body h5,.wp-page_body h6 {font-weight:700;}
.wp-page_header h1,.wp-page_header h2,.wp-page_header h3,.wp-page_header h4,.wp-page_header h5,.wp-page_header h6 {font-weight:700;}
.wp-page_footer h1,.wp-page_footer h2,.wp-page_footer h3,.wp-page_footer h4,.wp-page_footer h5,.wp-page_footer h6 {font-weight:700;}
body,li,th,td,p,dt,dd{}
body#tinymce{min-width:inherit!important;}

p {}
.wp-page_body .wrap, .wp-page_header .wrap, .wp-page_footer .wrap {width: 1100px;margin:0 auto;position:relative;}
.wp-page_body table {width:100%;}
.wp-page_body img, .wp-page_header img, .wp-page_footer img {max-width:100%;height:auto;}

/*共通設定*/
.btn01 {width: 360px;height: 80px;margin: 0 auto!important;}
.btn01 a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;padding: 0 55px;box-sizing: border-box;position: relative;background: #FFFFFF;border-radius: 40px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);}
.btn01 a .btn-text {font-size: 17px;line-height: 1.47;font-weight: 700;transition: 0.3s;margin-bottom: 1px;text-align: center;}
.btn01 a .arrow {display: block;width: 24px;height: 24px;background: #000000;border-radius: 50%;position: absolute;top: 50%;right: 24px;transform: translateY(-50%);transition: 0.3s; }
.btn01 a .arrow::before {content: "";display: block;width: 8px;height: 10px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn01 a:hover {text-decoration: none!important;box-shadow: none;}
.btn01 a:hover .btn-text {color: #039C5A;}
.btn01 a:hover .arrow {background: #039C5A;}

.btn01.line_btn a {border: 2px solid #06C755;background: #06C755;}
.btn01.line_btn a .btn-text {color: #FFFFFF;}
.btn01.line_btn a .arrow {background: #FFFFFF;}
.btn01.line_btn a .arrow::before {filter: brightness(0) saturate(100%) invert(72%) sepia(97%) saturate(3919%) hue-rotate(103deg) brightness(97%) contrast(95%);}
.btn01.line_btn a:hover {background: #FFFFFF;}
.btn01.line_btn a:hover .btn-text {color: #06C755;}
.btn01.line_btn a:hover .arrow {background: #06C755;}
.btn01.line_btn a:hover .arrow::before {filter: none;}

.btn02 {display: inline-block;}
.btn02 a {display: inline-flex;align-items: center;}
.btn02 a .btn-text {font-weight: 700;transition: 0.3s;margin-right: 8px;}
.btn02 a .arrow {display: inline-block;width: 24px;height: 24px;background: #000000;border-radius: 50%;position: relative;margin-top: 1px;transition: 0.3s;}
.btn02 a .arrow::before {content: "";display: block;width: 8px;height: 10px;background: url("../img/common/btn_arrow.svg") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.btn02 a:hover {text-decoration: none!important;}
.btn02 a:hover .btn-text {color: #039C5A;}
.btn02 a:hover .arrow {background: #039C5A;}

.title01 {}
.title01 .en {display: block;font-family: "M PLUS Rounded 1c";font-weight: 900;font-size: 100px;color: #039C5A;line-height: 1.32;letter-spacing: 0.02em;}
.title01 .ja {display: block;font-size:18px;line-height:1.44;letter-spacing: 0.04em;}
.title01 .sub {display: inline-block;padding: 2px 16px 3px;box-sizing: border-box;background: #039C5A;border-radius: 21px;font-size: 18px;line-height:1.44;color: #FFFFFF;position: relative;}
.title01 .sub::before {content: "";display: block;width: 0;height: 0;border-style: solid;border-color: #039c5a transparent transparent transparent;border-width: 8px 9px 0px 9px;position: absolute;bottom: -7px;left: 50%;transform: translateX(-50%);}
.under-cont .title01 {margin-bottom: 64px;}

.title01.tate {display: flex;flex-direction: column-reverse;}
.title01.tate .ja {line-height: 1;letter-spacing: -0.3em;}
.title01.tate .en {line-height: 1.32;}

.title01.shiro .en {color: #FFFFFF;}
.title01.shiro .sub {background: #FFFFFF;color: #039C5A;}
.title01.shiro .sub::before {border-color: #FFFFFF transparent transparent transparent;}

.wp-page_body .title02 {font-size: 44px;line-height: 1.45;text-align: center;padding-bottom: 24px;margin-bottom: 40px;position: relative;}
.title02::before {content: "";display: block;width: 56px;height: 8px;background: url("../img/common/title02_bg.png") no-repeat center;background-size: contain;position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);}
.title02 .sub {display: block;}
.title02 .sub span {display: inline-block;padding: 0 16px;font-size: 20px;line-height: 1.5;position: relative;}
.title02 .sub span::before, .title02 .sub span::after {content: "";display: block;width: 10px;height: 23px;background: url("../img/top/line01.png") no-repeat center bottom;background-size: contain;position: absolute;bottom: 0;}
.title02 .sub span::before {left: 0;transform: scale(-1, 1);}
.title02 .sub span::after {right: 0;}
.title02.tleft::before {left: 0;transform: translateX(0);}

.tel_box {text-align: center;}
.tel_box .tel {}
.tel_box .tel .num {font-size: 48px;line-height: 1.31;}

body.wp-page_body .under-cont > section {padding: 140px 0 160px;}
body.wp-page_body .under-cont > section:first-child {padding-top: 92px;}
body.wp-page_body .under-cont > section:nth-child(2n) {background: #F6ECD8;}

body.wp-page_body img.alignleft {
    float: left;
    margin: 0 15px 15px 0;
}
body.wp-page_body img.alignright {
    float: right;
    margin: 0 0 15px 15px;
}

/*ウェブフォント*/
.normal{font-weight: 400;}
.medium {font-weight: 500;}
.bold{font-weight: 700;}
.black{font-weight: 900;}

body.wp-page_body .common_text, .wp-page_header .common_text, .wp-page_footer .common_text {line-height: 1.75;}
body.wp-page_body .common_text2, .wp-page_header .common_text2, .wp-page_footer .common_text2 {line-height: 2;}

body.wp-page_body .tcenter, .wp-page_header .tcenter, .wp-page_footer .tcenter {text-align: center;}
body.wp-page_body .tleft, .wp-page_header .tleft, .wp-page_footer .tleft {text-align: left;}
body.wp-page_body .tright, .wp-page_header .tright, .wp-page_footer .tright {text-align: right;}

.roboto {font-family: "roboto";font-weight: 900;}
.mPlus {font-family: "M PLUS Rounded 1c";font-weight: 900;}

.tate {writing-mode: vertical-rl;white-space: pre;letter-spacing: -0.3em;}
.tate .tate-num {display: inline-block;writing-mode: horizontal-tb;letter-spacing: 0;margin: 5px 0 -5px;}
.safari .tate {letter-spacing: 0.1em;}
.safari .tate .tate-num {margin: 5px 0;}
@-moz-document url-prefix(){
    .tate {letter-spacing: 0.1em;}
	.tate .tate-num {margin: 5px 0;}
}

/*色*/
.shiro {color:#fff;}
.kuro {color: #000000;}
.midori {color: #039C5A;}
.orange {color: #EB7D2B;}
.mizu {color: #00BFDE;}

.flex{width: 100%;
    margin: 0 ;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/* header */
/*-------------------------------------------*/
header.wp-page_header {height: auto;}
header.wp-page_header #header {width:100%;height: 100px;min-width:1100px;max-width: 1920px;position:fixed;transition: 0.3s;left:0;right: 0;top:0;margin: auto;z-index: 100;background-color: transparent;}
header.wp-page_header #header .header_inner {height: 100%;justify-content: center;align-items: center;flex-wrap: nowrap;}
header.wp-page_header #header .header_inner .logo_box {width: 394px;position: relative;z-index: 1;margin-right: 9px;}
header.wp-page_header #header .header_inner .logo {width: 100%;}
header.wp-page_header #header .header_inner .logo a {display: block;width: 100%;}
header.wp-page_header #header .header_inner .logo a .logo-text {font-size: 12px;line-height: 1.42;color: #727171;margin-bottom: 4px;}
header.wp-page_header #header .header_inner .logo a img {width: 380px;}
header.wp-page_header #header .header_inner .logo a:hover {text-decoration: none!important;opacity: 0.7;}

header.wp-page_header #header .header_inner .right {height: 100%;padding-top: 9px;box-sizing: border-box;}
header.wp-page_header #header .header_inner .right .right_top {width: auto;height: 44px;margin-bottom: 10px;justify-content: flex-end;align-items: center;}

header.wp-page_header #header .header_inner .right .right_top .gnav_en {padding: 1px 14px 3px;box-sizing: border-box;background: #039C5A;border: 2px solid #039C5A;border-radius: 26px;position: relative;z-index: 1;transition: 0.3s;}
header.wp-page_header #header .header_inner .right .right_top .gnav_en > p {font-weight: 700;color: #FFFFFF;white-space: nowrap;transition: 0.3s;}
header.wp-page_header #header .header_inner .right .right_top .gnav_en .gnav_bg {padding-top: 15px;}
header.wp-page_header #header .header_inner .right .right_top .gnav_en:hover {background: #FFFFFF;}
header.wp-page_header #header .header_inner .right .right_top .gnav_en:hover > p {color: #039C5A;}

header.wp-page_header #header .header_inner .right .right_top .link-list {width: auto;margin: 0 16px 0 8px;}
header.wp-page_header #header .header_inner .right .right_top .link-list li {margin-right: 16px;}
header.wp-page_header #header .header_inner .right .right_top .link-list li a:hover {text-decoration: none!important;color: #039C5A;}
header.wp-page_header #header .header_inner .right .right_top .btn-list {width: auto;}

header.wp-page_header #header .header_inner .right .right_top .btn-list > div {margin-right: 8px;}
header.wp-page_header #header .header_inner .right .right_top .btn-list > div:last-child {margin-right: 0;}

header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn {width: 164px;height: 44px;}
header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn a {padding: 7px 0!important;border-radius: 26px;}
header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn a .btn-text {font-weight: 700;}

header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn-teacher {width: 164px;height: 44px;}
header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn-teacher a {padding: 0!important;border-radius: 26px;}
header.wp-page_header #header .header_inner .right .right_top .btn-list .login-btn-teacher a .btn-text {font-weight: 700;}

.fixed header.wp-page_header #header {background-color: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);}
#header.kasou-header {background-color: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);}
.page-trial header.wp-page_header #header {background-color: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);}

/*gnav*/
header.wp-page_header .gnav {height: 37px;}
header.wp-page_header .gnav > ul.flex {width:auto;height: 100%;flex-wrap: nowrap;}
header.wp-page_header .gnav > ul > li {margin-right: 16px;}
header.wp-page_header .gnav > ul > li:last-child {margin-right: 0;}
header.wp-page_header .gnav > ul > li > a {display: flex;flex-wrap: nowrap;height: 100%;justify-content: center;width: auto;max-width: 100%;}
header.wp-page_header .gnav > ul > li > a > span {line-height: 24px;font-weight: 700;transition: 0.3s;white-space: nowrap;}
header.wp-page_header .gnav > ul > li > a:hover {text-decoration: none!important;}
header.wp-page_header .gnav > ul > li > a:hover span {color: #039C5A;}

header.wp-page_header .gnav .gnav_first {position: relative;}
header.wp-page_header .gnav .gnav_first > p {display: flex;height: 100%;line-height: 24px;font-weight: 700;padding-right: 14px;position: relative;white-space: nowrap;}
header.wp-page_header .gnav .gnav_first > p::after {content: "";display: inline-block;width: 12px;height: 8px;background: url("../img/common/gnav_arrow.svg") no-repeat center;background-size: contain;transition: 0.3s;position: absolute;top: 10px;right: 0;}
header.wp-page_header .gnav .gnav_first:hover > p {color: #039C5A;}
header.wp-page_header .gnav .gnav_first:hover > p::after {transform: rotate(180deg);filter: brightness(0) saturate(100%) invert(29%) sepia(92%) saturate(1658%) hue-rotate(137deg) brightness(100%) contrast(98%);}
header.wp-page_header .gnav_bg {
	position: absolute;
	left: 0;
	padding-top: 3px;
	visibility: hidden;
	opacity: 0;
	transition: 0.3s;
	overflow: auto;
	box-sizing: border-box;
}
header.wp-page_header .gnav_second {
	background: #FFFFFF;
	padding: 32px!important;
	box-sizing: border-box;
	border-radius: 10px;
	transition: 0.3s;
	visibility: hidden;
	opacity: 0;
	position: relative;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
}
header.wp-page_header .gnav_first:hover .gnav_bg {
  visibility: visible;
  opacity: 1;
}
header.wp-page_header .gnav_first:hover .gnav_second {
  visibility: visible;
  opacity: 1;
}
header.wp-page_header .gnav_first .gnav_second li {
	margin-bottom: 16px;
}
header.wp-page_header .gnav_first .gnav_second li:last-child {
	margin-bottom: 0;
}
header.wp-page_header .gnav_first .gnav_second li a {
	display: block;
	padding-left: 28px;
	box-sizing: border-box;
	font-weight: 700;
	white-space: nowrap;
	position: relative;
}
header.wp-page_header .gnav_first .gnav_second li a::before {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url("../img/common/btn_arrow02.png") no-repeat center;
	background-size: contain;
	position: absolute;
	top: 3px;
	left: 0;
}
header.wp-page_header .gnav_first .gnav_second li a:hover {
	text-decoration: none!important;
	color: #039C5A;
}
header.wp-page_header .gnav_first .gnav_second li a:hover::before {
	background: url("../img/common/btn_arrow03.png") no-repeat center;
	background-size: contain;
}

/*CTA*/
#fixed-box {width: 326px;height: 210px;border-radius: 10px 0 0 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);overflow: hidden;position: fixed;top: 180px;right: -271px;z-index: 10;transition: 0.3s;font-family: 'NotoSansJP';}
 #fixed-box.open {right: -16px;}

#fixed-box .box_in {width: 100%;height: 100%;}
#fixed-box .box_in .open-btn {width: 56px;height: 100%;position: relative;cursor: pointer;transition: 0.3s;background: #06C755;}
#fixed-box .box_in .open-btn::before {content: "";display: block;width: 30px;height: 189px;background: url("../img/common/fixed-text.png") no-repeat center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
#fixed-box .box_in .open-btn:hover {background: #039C5A;}
header.wp-page_header #fixed-box.open .box_in .open-btn {width: 40px;background: #04AC49;}
header.wp-page_header #fixed-box.open .box_in .open-btn::before {width: 11px;height: 19px;background: url("../img/common/fixed-arrow.png") no-repeat center;background-size: contain;}
header.wp-page_header #fixed-box.open .box_in .open-btn:hover {background: #039C5A;}

#fixed-box .box_in .info_box {width: calc(100% - 56px);height: 100%;background: #FFFFFF;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);}
#fixed-box .box_in .info_box .midashi {font-size: 20px;padding: 9px 24px;box-sizing: border-box;background: #06C755;}

#fixed-box .box_in .info_box .info_box_in {padding: 5px 20px 0;box-sizing: border-box;}
#fixed-box .box_in .info_box .text01 {margin-top: 5px;line-height: 1.4;}
#fixed-box .box_in .info_box .line_box {padding: 10px;box-sizing: border-box;background: #E9E9E9;margin-top: 9px;border-radius: 5px;position: relative;}
#fixed-box .box_in .info_box .line_box::before {content: "";display: block;width: 80px;height: 100px;background: url("../img/common/fixed-il01.png") no-repeat center;background-size: contain;position: absolute;top: -99px;right: 0;}

#fixed-box .box_in .info_box .line_box .line_btn {width: 100%;height: 40px;margin-bottom: 2px;}
#fixed-box .box_in .info_box .line_box .line_btn a {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;background: #06C755;border-radius: 20px;}
#fixed-box .box_in .info_box .line_box .line_btn a .btn-text {padding-left: 29px;box-sizing: border-box;position: relative;}
#fixed-box .box_in .info_box .line_box .line_btn a .btn-text::before {content: "";display: block;width: 25px;height: 24px;background: url("../img/common/icon_line.png") no-repeat center;background-size: contain;position: absolute;top: 1px;left: 0;}
#fixed-box .box_in .info_box .line_box .line_btn a:hover {text-decoration: none!important;background: #039C5A;}
#fixed-box .box_in .info_box .line_box .text02 {font-size: 15px;line-height: 21px;}
#fixed-box .box_in .info_box .line_box .text02 span {letter-spacing: -0.08em;}

/* main */
/*-------------------------------------------*/
#main.home_main p {margin-bottom: 0;}
#main.home_main ul li {list-style-type: none;}
#main.home_main h3 {margin: 0;}
#main.home_main {width: 100%; height: 750px;position: relative;margin: 100px 0 0;}
#main.home_main::before {content: "";display: block;width: 760px;height: 480px;background: url("../img/main/main_bg.png") no-repeat top left;background-size: contain;position: absolute;top: -100px;left: 0;z-index: -1;}
#main.home_main .waku {width: 100%;height: 100%;align-items: flex-start;}
#main.home_main .waku .text_box {width: 660px;padding: 50px 0 0 100px;position: relative;z-index: 1;}

#main.home_main .waku .text_box .main-list01 {align-items: flex-end;margin: 0 0 24px 0;}
#main.home_main .waku .text_box .main-list01 li {display: inline-block;padding: 8px 14px 9px 42px;box-sizing: border-box;background: #FFFFFF;border-radius: 22px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);margin-right: 18px;font-weight: 700;position: relative;}
#main.home_main .waku .text_box .main-list01 li::before {content: "";display: block;height: 24px;position: absolute;bottom: 8px;left: 14px;}
#main.home_main .waku .text_box .main-list01 li::after {content: "";display: block;width: 10px;height: 10px;position: absolute;top: 50%;right: -14px;transform: translateY(-50%);}
#main.home_main .waku .text_box .main-list01 li.list01::before {width: 24px;background: url("../img/main/icon_list01.png") no-repeat center;background-size: contain;}
#main.home_main .waku .text_box .main-list01 li.list01::after {background: url("../img/main/icon_plus.svg") no-repeat center;background-size: contain;}
#main.home_main .waku .text_box .main-list01 li.list02 {padding-left: 48px;}
#main.home_main .waku .text_box .main-list01 li.list02::before {width: 30px;background: url("../img/main/icon_list02.png") no-repeat center;background-size: contain;}
#main.home_main .waku .text_box .main-list01 li.list02::after {background: url("../img/main/icon_mult.svg") no-repeat center;background-size: contain;}
#main.home_main .waku .text_box .main-list01 li.list03 {padding-left: 50px;margin-right: 0;}
#main.home_main .waku .text_box .main-list01 li.list03::before {width: 47px;height: 52px;background: url("../img/main/icon_list03.png") no-repeat center;background-size: contain;bottom: 0;left: 3px;}
#main.home_main .waku .text_box .main-list01 li.list03::after {display: none;}

#main.home_main .waku .text_box .title-img01 {display: block;width: 555px;margin-bottom: 13px;}
#main.home_main .waku .text_box .title_box {width: 570px;margin-bottom: 10px;position: relative;}
#main.home_main .waku .text_box .title_box .main_title {width: 590px;margin: 0 0 0 -10px;padding: 0;border-bottom: 0;}
#main.home_main .waku .text_box .title_box .box_in {width: 266px;background: #FFFFFF;border-radius: 10px;position: absolute;top: 10px;right: 0;}
#main.home_main .waku .text_box .title_box .box_in::before {content: "";width: 0;height: 0;border-style: solid;border-color: transparent #ffffff transparent transparent;border-width: 0px 24px 16px 0px;position: absolute;bottom: 13px;left: -14px;z-index: -1;}
#main.home_main .waku .text_box .title_box .box_in .midashi {padding: 3px 0 5px;background: #039C5A;border-radius: 10px 10px 0 0;margin-bottom: 5px;}
#main.home_main .waku .text_box .title_box .box_in .text01 {font-size: 18px;line-height: 26px;padding-bottom: 8px;}

#main.home_main .waku .text_box .main-list_box {width: 612px;position: relative;margin-bottom: 30px;}
#main.home_main .waku .text_box .main-list_box .main-list02 {position: relative;z-index: 1;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div {width: 160px;padding: 14px 0 12px;box-sizing: border-box;background: #FFFFFF;border-radius: 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);margin-right: 10px;text-align: center;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div img {width: auto;height: 56px;margin-bottom: 5px;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div h3 {font-size: 20px;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div p {line-height: 22px;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div p .big {display: block;margin-top: -4px;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div p .big em {font-size: 18px;line-height: 24px;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div.list03 {padding-top: 6px;margin-right: 0;}
#main.home_main .waku .text_box .main-list_box .main-list02 > div.list03 img {height: 64px;}
#main.home_main .waku .text_box .main-list_box .img {width: 126px;position: absolute;top: -4px;right: 0;}

#main.home_main .waku .text_box .trial-btn {width: 570px;}
#main.home_main .waku .text_box .trial-btn a .btn-text {padding-left: 48px;}
#main.home_main .waku .text_box .trial-btn a .arrow {right: 30px; transform: translateY(-50%);}

#main.home_main .waku .main_slide_box {width: calc(100% - 760px);height: 740px;border-top-left-radius: 80px;overflow: hidden;margin-top: 10px;}
#main.home_main .waku .main_slide_box .main_slide {width: 100%;height: 370px;}
#main.home_main .waku .main_slide_box .main_slide01 {background:url("../img/main/main-slide01.jpg") repeat-x;background-size: cover;animation: bgMove01 50s linear infinite;}
@keyframes bgMove01 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: -1796px;
  }
}
#main.home_main .waku .main_slide_box .main_slide02 {background:url("../img/main/main-slide02.jpg") repeat-x;background-size: cover;animation: bgMove02 50s linear infinite;}
@keyframes bgMove02 {
  0% {
    background-position: 0;
  }
  100% {
    background-position: 1795px;
  }
}

#main.home_main .trial_box {width:200px;height:200px;padding: 20px;box-sizing: border-box;position:absolute;right:20px;bottom:70px;z-index: 1;}
#main.home_main .trial_box a {display: block;width:100%;height:100%;background: url("../img/common/icon_trial.png") no-repeat center top 12px, #FFDF3C;background-size: 32px; border-radius: 50%;padding-top: 45px;box-sizing: border-box;position: relative;text-align: center;}
#main.home_main .trial_box a::before {content:"";display: block;width:200px;height:200px;background:url("../img/main/circle_text.png") no-repeat center;background-size:contain;position:absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);animation:30s linear infinite rotation01;}
@keyframes rotation01 {
	0% {transform: translate(-50%, -50%) rotate(0);}
	100% {transform: translate(-50%, -50%) rotate(-360deg);}
}
#main.home_main .trial_box a .btn-text {display: inline-block;font-size: 24px;line-height: 29px;}
#main.home_main .trial_box a .btn-text02 {display: inline-block;font-size: 18px;line-height: 26px;padding: 1px 14px 5px;box-sizing: border-box;background: #000000;border-radius: 20px;margin-top: 2px;}
#main.home_main .trial_box a:hover {text-decoration: none!important;}
#main.home_main .trial_box a:hover::before {animation-play-state: paused;}

/* 下層 main */
/*-------------------------------------------*/
#main.kasou p {margin-bottom: 0;}
#main.kasou {width: 100%;height: 180px;background: #039C5A;margin: 100px 0 0;}
#main.kasou .wrap {display: table;width: 100%;height: 100%;}
#main.kasou .bg-text {font-size: 120px;line-height: 1.33;letter-spacing: 0.08em;color: #00A55E;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);white-space: nowrap;text-transform: uppercase;}
#main.kasou h1 {display: table-cell;font-size: 48px;letter-spacing: 0.015em;color: #FFFFFF;text-align: center;position: relative;z-index: 1;vertical-align: middle;}

#main.kasou.learning_main h1 {font-size: 16px;letter-spacing: 0;}
#main.kasou.learning_main h1 .sub {display: inline-block;padding: 2px 18px;box-sizing: border-box;border: 2px solid #5EB992;border-radius: 100px;margin-left: 6px;}
#main.kasou.learning_main h1 .sub:first-child {margin-left: 0;}
#main.kasou.learning_main h1 .title {display: block;font-size: 48px;letter-spacing: 0.015em;}

/*パンくず*/
div#bread {width: 100%;margin-top: 8px;}
ul.bread-list {font-size:14px;justify-content: flex-start;}
ul.bread-list li {line-height: 20px;}
ul.bread-list li a {text-decoration:none;line-height: 20px;}
ul.bread-list li a:hover {text-decoration:underline;}
ul.bread-list li::after{content:"＞";margin: 0 8px;}
ul.bread-list li:last-child::after{display: none;}

body.single-voice div#bread, body.single-post div#bread {margin-top: 108px;}

/* TOPへ戻る・追従 */
/*-------------------------------------------*/
#fixed_trigger {position: absolute;left: 0;top:116px;z-index: -100;}

/* footer */
/*-------------------------------------------*/
footer.wp-page_footer {color: #000000;background: #F9F2E4;margin: 0;border: 0;}
#footer-trial-sec.trial-sec { padding: 0;}
#footer-trial-sec.trial-sec .wrap { padding: 120px 0;border-radius: 0; }
#footer-trial-sec.trial-sec .wrap .midashi {margin-bottom: 8px;}
#footer-trial-sec.trial-sec .wrap .midashi span {padding: 0 16px;font-size: 20px;position: relative;}
#footer-trial-sec.trial-sec .wrap .midashi span::before, #footer-trial-sec.trial-sec .wrap .midashi span::after {content: "";display: block;width: 11px;height: 23px;background: url("../img/common/line.png") no-repeat center bottom;background-size: contain;position: absolute;bottom: 0;}
#footer-trial-sec.trial-sec .wrap .midashi span::before {left: 0;transform: scale(-1, 1);}
#footer-trial-sec.trial-sec .wrap .midashi span::after {right: 0;}
#footer-trial-sec.trial-sec .wrap .text_box .trial-btn { margin-top: 34px; }

#footer {padding: 120px 0;background: #F2ECE0;}
#footer .footer_box {justify-content: space-between;flex-wrap: nowrap;}

#footer .footer_box .navs-list {width: 580px;}
.navs-list {}
.navs-list > ul.navs-list01 {width: 250px;margin-right: 80px;}
.navs-list > ul.navs-list02 {width: 250px;}
.navs-list > ul.navs-list00 > li {margin-bottom: 25px;}
.navs-list > ul.navs-list00 > li:has(.nav-midashi) {margin-bottom: 40px;}
.navs-list > ul.navs-list00 > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li > a, .navs-list > ul.navs-list00 > li .nav-midashi {font-size: 17px;line-height: 25px;font-weight: 900;padding-left: 33px;box-sizing: border-box;position: relative;}
.navs-list > ul.navs-list00 > li > a::before, .navs-list > ul.navs-list00 > li .nav-midashi::before {content: "";display: block;width: 24px;height: 24px;background: url("../img/common/btn_arrow02.png") no-repeat center;background-size: contain;position: absolute;bottom: -1px;left: 0;transition: 0.3s;}
.navs-list > ul.navs-list00 > li a:hover {text-decoration: none!important;color: #039C5A;}
.navs-list > ul.navs-list00 > li > a:hover::before {background: url("../img/common/btn_arrow03.png") no-repeat center;background-size: contain;}

.navs-list > ul.navs-list00 > li .sp-nav {margin-top: 16px;}
.navs-list > ul.navs-list00 > li .sp-nav > li {margin-bottom: 8px;padding-left: 10px;box-sizing: border-box;position: relative;}
.navs-list > ul.navs-list00 > li .sp-nav > li:last-child {margin-bottom:0;}
.navs-list > ul.navs-list00 > li .sp-nav > li a::before {content: "-";display: block;width: 6px;position: absolute;top: 0;left: 0;}

#footer .footer_box .right {width: 440px;}
#footer .footer_box .right .footer_btn {width: 100%;margin-bottom: 103px;}
#footer .footer_box .right .footer_btn a {display: block;width: 100%;padding: 22px 44px;box-sizing: border-box;border-radius: 10px;box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);text-align: center;position: relative;z-index: 1;}
#footer .footer_box .right .footer_btn a::before {content: "";display: block;width: calc(100% + 4px);height: calc(100% + 4px); background: #039C5A;border-radius: 10px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;opacity: 0;transition: 0.3s;}
#footer .footer_box .right .footer_btn a::after {content: "";display: block;width: 100%;height: 100%; background: #FFFFFF;border-radius: 10px;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);z-index: -1;}
#footer .footer_box .right .footer_btn a .btn-text {line-height: 22px;margin-top: 8px;}
#footer .footer_box .right .footer_btn a .arrow {width: 40px;height: 40px;background: url("../img/common/btn_arrow.svg") no-repeat center, #039C5A;background-size: 11px;border-radius: 20px 0 10px;position: absolute;bottom: 0;right: 0;}
#footer .footer_box .right .footer_btn a:hover {text-decoration: none!important;}
#footer .footer_box .right .footer_btn a:hover::before {opacity: 1;}

#footer .footer_box .right .btn-list {justify-content: space-between;}

#footer .footer_box .right .link_list {margin-top: 40px;}
#footer .footer_box .right .link_list li {margin-bottom: 8px;padding-left: 14px;box-sizing: border-box;position: relative;}
#footer .footer_box .right .link_list li:last-child {margin-bottom: 0;}
#footer .footer_box .right .link_list li a::before {content: "-";display: block;width: 6px;position: absolute;top: 0;left: 0;}
#footer .footer_box .right .link_list li a:hover {text-decoration: none!important;color: #039C5A;}
#footer .footer_box .right .copyright {margin-top: 40px;color: #000000;text-align: left;}

/* wideWrap
=========================================== */
.wp-page_body section, .wp-page_header section, .wp-page_footer section{width:100%;}

.wp-page_body aside, .wp-page_header aside, .wp-page_footer aside,.wp-page_body footer, .wp-page_header footer, .wp-page_footer footer{position:relative;}

/* CLEARFIX
=========================================== */

.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.no-pc{display: inline-block;pointer-events: none;text-decoration: none!important;}

.sp{display:none!important;}
