@charset "utf-8";

/***********************************************
PC
************************************************/

/* ======== 共通 ======== */
* {
    box-sizing: border-box;
}
.pc {
    display: inherit;
}
.sp {
    display: none;
}
.row {
    width: 980px;
    margin: auto;
}
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 18px;
    color: #333333;
    background: #FFF;
    line-height: 1.5;
}
strong {
    color: #333;
}
a img {
    transition: 0.3s;
}
a img:hover {
    opacity: 0.8;
    transition: 0.3s;
}
section {
    padding: 60px 0;
}
.flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.note {
	font-size: 85%!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.bg-beige {
    background: #efe9e3;
}
.bg-l-blue {
    background: #e1f2f5;
}
.marker-y {
	background: linear-gradient(transparent 65%, #fff200 65%);
}
footer {
	font-size: 14px;
}

/* ======== コンテンツ ======== */
header {
    padding: 15px 0;
    position: relative;
    z-index: 9999;
}
header .row,
header .row .nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .row {
    position: relative;
}
header .row .nav nav {
    margin-left: 40px;
}
header .row a::before {
    content: none;
}
header .logo-area.w-text {
	color: #FFF;
}
header .logo-area.w-text img {
	width: 120px;
	height: auto;
}
header .logo-area.w-text span {
	font-weight: bold;
	padding: 8px 20px;
	border: 1px solid #FFF;
	border-radius: 5px;
	margin-left: 20px;
}

nav.head .menu-toggle {
    display: block;
    position: relative;
    width: 40px;
    height: 31px;
    cursor: pointer;
    background: #00acb9;
    text-align: center;
}
nav.head .menu-toggle span {
    display: block;
    position: absolute;
    width: 40px;
    border-bottom: solid 5px #FFF;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 0;
}
nav.head .menu-toggle span:nth-child(1) {
    top: 0;
}
nav.head .menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
}
nav.head .menu-toggle span:nth-child(3) {
    bottom: 0;
}
nav.head .menu-toggle.active span:nth-child(1) {
    top: 16px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
nav.head .menu-toggle.active span:nth-child(2),
nav.head .menu-toggle.active span:nth-child(3) {
    top: 16px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}
.menu-top {
    position: absolute;
    z-index: 999;
    top: -0;
    right: 0;
    background: #fff;
	transform: translateY(-100%);
    transition: all 0.6s;
    width: 30%;
}
.menu-top ul {
    background: #fff;
    padding: 0;
    width: 100%;
}
.menu-top ul li {
    font-size: 15px;
    list-style-type: none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ccc;
    transition: 0.3s;
}
.menu-top ul li:hover {
    opacity: 0.5;
    transition: 0.3s;
}
.menu-top ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.menu-top ul li a {
    display: block;
    color: #00aebb;
    padding: 15px 15px 13px;
	line-height: 1.6;
	text-decoration: none;
	background-image: url("../../common/images/iconLinkArrowLeft.png");
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size: 9px 14px;
}
.menu-top.active {
    transform: translateY(0%);
}


.sakidori .mv {
    text-align: center;
    background: #efe9e3;
    padding: 0;
}
.sakidori .cv-top {
    background: #00aebb;
    text-align: center;
    padding-top: 0;
}
.sakidori .cv-top .row {
    position: relative;
    padding: 200px 0 0;
}
.sakidori .cv-top .pc {
    position: absolute;
}
.sakidori  .cv-top .tablet {
    top: -120px;
    left: 15px;
}
.sakidori  .cv-top .logo {
    top: 20px;
    right: 60px;
}
.pass {
    text-align: center;
}
.pass .list {
    background-image: url(/images/sakidori/pass-bg-pc.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 784px;
    padding: 60px 0;
    margin-bottom: 50px;
}
.pass .list .title {
    font-size: 34px;
    font-weight: bold;
    color: #FFF;
    background: #e80000;
    width: 390px;
    padding: 5px;
    border-radius: 30px;
    margin: 15px auto 25px;
}
.pass .list img {
    margin-bottom: 25px;
}
.pass .list p {
    font-size: 22px;
    font-weight: bold;
}
.pass .list .no1 {
    background-image: url(/images/sakidori/pass-no1-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 130px;
}
.pass .list .no1 p {
    font-size: 25px;
    padding-top: 20px;
    line-height: 1.3
}
.pass .list .no1 p strong {
    font-size: 58px;
}
.pass .list .no1 p strong span {
    color: #e80000;
}
.pass .ribbon {
    position: relative;
    margin-bottom: 25px;
}
.pass .ribbon span {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 27px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.3;
}
.cv {
    text-align: center;
}
.cv.ft {
    padding-top: 30px;
}
.cv.ft .logo-area {
    margin: 60px 0 25px;
    padding: 20px 0;
}
.cv p {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 25px;
}
.cv strong {
    color: #e80000;
}
.sakidori .example h2 {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 50px;
}
.sakidori .example h2 strong {
    font-size: 60px;
    color: #00acb9;
}
.sakidori .example .title {
    font-size: 30px;
    font-weight: bold;
    color: #FFF;
    background: #00acb9;
    border-radius: 30px;
    text-align: center;
    width: 690px;
    margin: 0 auto 30px;
    padding: 5px;
}
.sakidori .example .cv {
    margin-top: 100px;
}
.sakidori .worry {
    padding-top: 0;
    padding-bottom: 0;
}
.sakidori .worry .h-area {
    padding-top: 0;
    background: #00acb9;
    padding: 25px;
    text-align: center;
    position: relative;
}
.sakidori .worry .h-area:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -35px;
    border: 35px solid;
    border-top: 30px solid #00acb9;
    color: rgba(255,255,255,0);
}
.sakidori .worry .h-area h2 {
    color: #FFF;
    font-size: 34px;
}
.sakidori .worry .h-area h2 strong {
    color: #fff200;
    font-size: 40px;
}
.sakidori .worry .link-area {
    padding: 60px 0;
}
.sakidori .worry .link-area .item {
    margin-bottom: 40px;
}
.sakidori .worry .link-area .item:last-child {
    margin-bottom: 0;
}
.sakidori .worry .link-area .title {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}
.sakidori .worry .link-area a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 22px;
    background: #FFF;
    border-radius: 20px;
    border: 2px solid #00acb9;
    width: 660px;
    height: 100px;
    margin: auto;
    padding: 0 30px;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
    text-decoration: none;
    color: #333;
    transition: 0.3s;
    position: relative;
}
.sakidori .worry .link-area a::after {
    content: "";
    background-image: url(/images/sakidori/ico-ac-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.sakidori .worry .link-area a:hover {
    transition: 0.3s;
    opacity: 0.8;
}
.sakidori .worry .link-area a img {
    margin-right: 20px;
}
.sakidori .worry .cont {
    padding: 60px 0;
}
.sakidori .worry .cont .item h3 {
    text-align: center;
    position: relative;
    margin-top: 80px;
    margin-bottom: 25px;
}
.sakidori .worry .cont .item:first-child h3 {
    margin-top: 0;
}
.sakidori .worry .cont .item h3::after {
    content: "";
    background-image: url(/images/sakidori/worry-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 170px;
    height: 170px;
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.w-box {
    padding: 60px;
    border-radius: 20px;
    background: #FFF;
}
.sakidori .worry .cont .item .w-box {
    padding-top: 90px;
}
.sakidori .worry .cont .item .w-box .catch {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.sakidori .worry .cont .item .w-box .catch strong {
    color: #00acb9;
}
.sakidori .worry .cont .item .w-box img {
    margin-bottom: 35px;
}
.sakidori .worry .cont .item .w-box p,
.sakidori .worry .cont .item .w-box ol {
    width: 660px;
    margin: auto;
    line-height: 1.6;
}
.sakidori .worry .cont .item .w-box ol {
    font-size: 26px;
    font-weight: bold;
    margin-top: 20px;
}
.sakidori .worry .cont .item .w-box .sub-box {
    background: #e1f2f5;
    border-radius: 20px;
    padding: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
    width: 700px;
    margin: 30px auto 0;
}
.sakidori .worry .cont .item .w-box .sub-box img,
.sakidori .worry .cont .item .w-box .sub-box p {
    margin-bottom: 0;
    margin-top: 0;
}
.sakidori .worry .cont .item .w-box .sub-box img {
    margin-right: 25px;
}
.sakidori .worry .cont .item .w-box .img {
    text-align: center;
}
.sakidori .worry .cont h2.result-title {
    text-align: center;
    margin: 60px 0;
}
.toggle-area .item {
    background: #FFF;
    border-radius: 20px;
    margin-bottom: 40px;
}
.toggle-area .item:last-child {
    margin-bottom: 0;
}
.toggle-area .item .title {
    font-size: 28px;
    font-weight: bold;
    color: #FFF;
    background: #00acb9;
    border-width: 2px 2px 0 2px;
    border-color: #00acb9;
    border-style: solid;
    border-radius: 20px 20px 0 0;
    padding: 30px;
    position: relative;
    cursor: pointer;
}
.toggle-area .item .title::after {
    content: "";
    background-image: url(/images/sakidori/ico-toggle-minus.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.toggle-area .item.close .title {
    border: 2px solid #00acb9;
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
    color: #333;
    border-radius: 20px;
}
.toggle-area .item.close .title::after {
    background-image: url(/images/sakidori/ico-toggle-plus.png);
}
.toggle-area .item .inner {
    padding: 30px;
}
.toggle-area .item.close .inner {
    display: none;
}
.toggle-area .item .inner p {
    width: 660px;
    margin: auto;
    line-height: 1.6;
}
.sakidori .worry .toggle-area .item.close .title {
    background: #e1f2f5;
}
.sakidori .worry .toggle-area .item .title::before {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    width: 106px;
    height: 106px;
    position: absolute;
    right: 120px;
    bottom: 0;
}
.sakidori .worry .toggle-area .item:nth-child(1) .title::before {
    background-image: url(/images/sakidori/toggle-chara01.png);
}
.sakidori .worry .toggle-area .item:nth-child(2) .title::before {
    background-image: url(/images/sakidori/toggle-chara02.png);
}
.sakidori .worry .toggle-area .item:nth-child(3) .title::before {
    background-image: url(/images/sakidori/toggle-chara03.png);
}
.sakidori .faq {
    padding: 0;
}
.sakidori .faq .faq-title {
    text-align: center;
    padding: 25px;
    background: #00acb9;
}
.sakidori .faq .cont {
    padding: 60px 0;
}
.sakidori .faq .toggle-area .item .title {
    padding-left: 120px;
}
.sakidori .faq .toggle-area .item.close .title {
    background: #FFF;
}
.sakidori .faq .toggle-area .item .title::before {
    content: "";
    background-image: url(/images/sakidori/ico-faq-q.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 64px;
    height: 64px;
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sakidori .faq .toggle-area .item .inner {
    padding-left: 50px;
    padding-right: 50px;
}
.sakidori .faq .toggle-area .item .inner strong {
    color: #00acb9;
}
.sakidori .faq .toggle-area .item.faq01 .img {
    margin-bottom: 30px;
}
.sakidori .faq .toggle-area .item.faq02 .text {
    width: 445px;
}
.sakidori .faq .toggle-area .item.faq02 .text.pc {
	display: block;
}
.sakidori .faq .toggle-area .item.faq02 .text p {
    width: auto;
    margin-bottom: 25px;
}
.sakidori .faq .toggle-area .item.faq02 .text p.size-l {
    width: auto;
    margin-bottom: 0;
    font-size: 25px;
    font-weight: bold;
}
.sakidori .faq .toggle-area .item.faq02 .text p.size-l span {
    font-size: 30px;
    background:linear-gradient(transparent 60%, #fff200 60%);
}
.sakidori .faq .toggle-area .item.faq02 .text p.size-l img {
    vertical-align: text-bottom;
    margin-right: 5px;
    width: 120px;
    height: auto;
}
.sakidori .deliver {
    text-align: center;
}

.voice .mv .flex {
	justify-content: center;
	gap: 0 150px;
}
.voice .mv .logo-area img {
	width: 300px;
	height: auto;
}
.voice .mv .logo-area span {
	font-size: 34px;
	font-weight: bold;
	color: #00acb9;
	background: #FFF;
	border: 1px solid #00acb9;
	display: block;
	text-align: center;
	padding: 5px;
	margin-top: 25px;
}
.voice .mv .text-box {
	font-size: 26px;
	font-weight: bold;
	color: #FFF;
	background: #00acb9;
	border-radius: 20px;
	padding: 25px;
	margin-top: 30px;
	text-align: center;
	position: relative;
}
.voice .mv .text-box p {
	text-align: left;
	display: inline-block;
}
.voice .mv .text-box img {
	position: absolute;
	left: 60px;
	bottom: 0;
}
.voice .reason-list {
	padding-top: 0;
}
.voice .reason-list h2 {
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	line-height: 1.3;
}
.voice .reason-list h2 span {
	font-size: 60px;
}
.voice .reason-list ul {
	position: relative;
	margin-bottom: 80px;
}
.voice .reason-list ul::after {
	content: "";
	background-image: url(/images/voice/ico-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 130px;
	height: 130px;
	display: block;
	position: absolute;
	bottom: -130px;
	left: 50%;
	transform: translateX(-50%);
}
.voice .reason-list li {
	background: #e1f2f5;
	padding: 30px;
	border-radius: 10px;
	margin-bottom: 20px;
	padding-left: 150px;
	font-size: 34px;
	font-weight: bold;
	position: relative;
}
.voice .reason-list li span {
	font-family: "din-2014", sans-serif;
	font-size: 52px;
	font-weight: 700;
	color: #FFF;
	background: #00acb9;
	width: 90px;
	height: 90px;
	text-align: center;
	line-height: 90px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
}
.voice .reason-list li strong {
	color: #ff6600;
}
.voice .reason-list .text {
	display: block;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 30px;
}
.voice .reason-list .text span {
	font-size: 70px;
}
.voice .review {
	padding-top: 0;
}
.voice .review .h-area {
	padding: 20px 0;
	background: #00acb9;
	text-align: center;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
}
.voice .rev-area {
	padding-top: 60px;
}
.voice .rev-area .toggle-btn {
	text-align: center;
}
.voice .rev-area .toggle-btn button {
	width: 630px;
	text-align: center;
	padding: 15px;
	font-size: 26px;
	font-weight: bold;
	border-radius: 10px;
	margin: auto;
	position: relative;
	background: #FFF;
	border: 1px solid #00aebb;
	cursor: pointer;
	transition: 0.3s;
}
.voice .rev-area .toggle-btn button:hover {
	transition: 0.3s;
	opacity: 0.8;
}
.voice .rev-area .toggle-btn button::after {
	content: "";
	display: block;
	background-image: url(/images/voice/ico-plus.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}
.voice .rev-area .toggle-off .toggle-btn {
	display: none;
}
.voice .rev-area .toggle-on .inner {
	display: none;
}
.voice .rev-area .pre {
	margin-top: 30px;
}
.voice .rev-area .item {
	margin-bottom: 40px;
}
.voice .rev-area .item .prof-area {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 30px;
}
.voice .rev-area .item .prof-area .icon {
	width: 140px;
	height: 140px;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.voice .rev-area .item .prof-area .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice .rev-area .item .prof-area .info {
	margin-left: 30px;
	font-size: 20px;
	font-weight: bold;
	flex: 1;
}
.voice .rev-area .item .prof-area .info p {
	margin-bottom: 0;
}
.voice .rev-area .cont-area h2 {
	font-size: 34px;
	font-weight: bold;
	color: #00acb9;
	margin-bottom: 30px;
}
.voice .rev-area .cont-area h2 span {
	font-size: 24px;
	color: #000;
	display: inline-block;
}
.voice .rev-area .cont-area h3 {
	font-size: 30px;
	font-weight: bold;
	line-height: 1.5;
	border-left: 4px solid #00acb9;
	padding: 8px 20px 6px;
	margin: 60px 0 25px;
}
.voice .rev-area .cont-area .inner h3:first-child {
	margin-top: 0;
}
.voice .rev-area .cont-area h4 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.5;
	margin: 30px 0 25px;
}
.voice .rev-area .cont-area p {
	margin-bottom: 25px;
	line-height: 1.6;
}
.voice .rev-area .cont-area p strong {
	color: #F1790F;
}
.voice .reason .catch {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.3;
}
.voice .reason .catch::before,
.voice .reason .catch::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 100px;
	height: 6px;
	background-color: #00acb9;
	border-radius: 10px;
	transform: translateY(-50%);
}
.voice .reason .catch::before {
	left: -30px;
	transform: translateY(-50%) rotate(60deg);
}
.voice .reason .catch::after {
	right: -30px;
	transform: translateY(-50%) rotate(-60deg);
}
.voice .reason .catch span {
	font-size: 50px;
	color: #00acb9;
}
.voice .reason h2 {
	color: #00acb9;
	font-size: 70px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
}
.voice .reason h2 span {
	color: #FFF;
	font-size: 36px;
	background: #00acb9;
	border-radius: 35px;
	padding: 10px 60px;
	display: inline-block;
}
.voice .reason .item {
	margin-top: 120px;
	padding: 100px 100px 60px;
	position: relative;
}
.voice .reason .item .num {
	font-family: "din-2014", sans-serif;
	font-size: 70px;
	font-weight: 700;
	color: #FFF;
	background: #00acb9;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.voice .reason .item h3 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
.voice .reason .item h3 strong {
	color: #ff6600;
}
.voice .reason .item .img {
	text-align: center;
	margin-bottom: 40px;
}
.voice .reason .item p {
	font-size: 20px;
}
.voice .reason .item .title {
	font-size: 30px;
	font-weight: bold;
	color: #FFF;
	background: #00acb9;
	padding: 10px;
	margin-top: 40px;
	display: block;
	text-align: center;
	border-radius: 35px;
	margin-bottom: 30px;
}
.voice .reason .item .text01 {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
}
.voice .reason .slide-area {
	width: 635px;
}
.voice .reason .slide-area .slick-prev {
	left: -20px;
}
.voice .reason .slide-area .slick-next {
	right: -20px;
}
.voice .reason .slide-area .slick-dots {
	bottom: -30px;
}
.voice .cv {
	margin-top: 40px;
}
.voice .cv a {
	margin-bottom: 25px;
	display: inline-block;
}
.voice .cv a:last-child {
	margin-bottom: 0;
}
.voice .cv a + p {
	margin-bottom: 0;
}

.nigate .mv {
	background-color: #009da9;
	background-image: url(/images/nigate/mv-bg-pc.png);
	background-repeat: no-repeat;
	background-position: right;
	height: 651px;
	padding-top: 80px;
}
.nigate .mv .row {
	position: relative;
	height: 500px;
}
.nigate .mv h1 {
	background: none;
	font-size: 37px;
	font-weight: bold;
	text-align: center;
	display: inline;
}
.nigate .mv .logo {
	position: absolute;
	top: 0;
	left: 0;
}
.nigate .mv .medal {
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 47px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	line-height: 1.2;
}
.nigate .mv .medal span {
	font-size: 52px;
}
.nigate .mv .medal span span {
	font-size: 40px;
}
@media screen and (max-width: 980px) and (min-width: 668px) {
	.nigate .mv .logo,
	.nigate .mv .medal {
		left: 20px;
	}
}
.nigate .cv-top {
	text-align: center;
}
.nigate .cv-top .text-img {
	margin-bottom: 40px;
}
.nigate .action {
	text-align: center;
}
.nigate .action .img {
	text-align: center;
	margin-bottom: 50px;
}
.nigate .action .img:first-child {
	margin-bottom: 80px;
}
.nigate .action .img:nth-child(2) {
	margin-bottom: 3px;
}
.nigate .action .img:last-child {
	margin-bottom: 0;
}
.nigate .cause {
	padding-top: 0;
}
.nigate .h-area {
    padding-top: 0;
    background: #00acb9;
    padding: 25px;
    text-align: center;
    position: relative;
}
.nigate .h-area:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -35px;
    border: 35px solid;
    border-top: 30px solid #00acb9;
    color: rgba(255,255,255,0);
	z-index: 10;
}
.nigate .h-area h2 {
    color: #FFF;
    font-size: 40px;
	font-weight: bold;
}
.nigate .cause .h-area h2 span.copy {
    color: #fff200;
    font-size: 32px;
	position: relative;
}
.nigate .cause .h-area h2 span.copy::before,
.nigate .cause .h-area h2 span.copy::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 40px;
	height: 4px;
	background-color: #fff200;
	border-radius: 10px;
	transform: translateY(-50%);
}
.nigate .cause .h-area h2 span.copy::before {
	left: -40px;
	transform: translateY(-50%) rotate(50deg);
}
.nigate .cause .h-area h2 span.copy::after {
	right: -40px;
	transform: translateY(-50%) rotate(-50deg);
}
.nigate .cause .h-area h2 span.b {
    font-size: 82px;
	line-height: 1;
}
.nigate .cause .list-area {
	text-align: center;
	padding: 60px 0;
}
.nigate .cause .attention-area {
	padding-top: 60px;
}
.nigate .measure h2,
.nigate .feature h2 {
	text-align: center;
	font-size: 70px;
	font-weight: bold;
	color: #14a3af;
	margin-bottom: 60px;
}
.nigate .measure h2 span,
.nigate .feature h2 span {
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	padding: 5px 80px;
	border-radius: 35px;
	background: #14a3af;
}
.nigate .item strong {
	color: #14a3af;
}
.nigate .measure .item {
	padding-left: 100px;
	padding-right: 100px;
	margin-bottom: 60px;
}
.nigate .measure .item:last-child {
	margin-bottom: 0;
}
.nigate .measure .item .num {
	font-family: "din-2014", sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #FFF;
	background: #00acb9;
	width: 95px;
	height: 95px;
	margin: auto;
	text-align: center;
	line-height: 95px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
}
.nigate .measure h3 {
	font-weight: bold;
	font-size: 35px;
	text-align: center;
	margin: 25px 0;
}
.nigate .measure .img {
	margin: 25px 0;
	text-align: center;
}
.nigate .measure .img img {
	width: 300px;
	height: auto;
}
.nigate .measure p {
	line-height: 1.6;
}
.nigate .support {
	padding-top: 0;
}
.nigate .support .cause-area {
	padding: 80px 0 100px;
	margin-bottom: 40px;
	position: relative;
}
.nigate .support .cause-area picture:first-child {
	margin-bottom: 80px;
	display: block;
}
.nigate .support .cause-area::after {
	content: "";
	background-image: url(/images/nigate/ico-arrow-c.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.nigate .w-space {
	text-align: center;
	padding: 60px 0;
}
.nigate .support .catch-area .img img {
	width: 100%;
	height: auto;
}
.nigate .support .w-space:last-child {
	padding-bottom: 0;
}
.nigate .support .w-space img {
	margin-bottom: 25px;
}
.nigate .support .w-space img:last-child {
	margin-bottom: 0;
}
.nigate .reason h2 {
	font-size: 50px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
}
.nigate .reason h2 span {
	font-size: 82px;
	color: #00acb9;
}
.nigate .reason .item,
.nigate .feature .item {
	margin-top: 120px;
	padding: 100px 100px 60px;
	position: relative;
}
.nigate .reason .item .num,
.nigate .feature .item .num {
	font-family: "din-2014", sans-serif;
	font-size: 70px;
	font-weight: 700;
	color: #FFF;
	background: #00acb9;
	width: 120px;
	height: 120px;
	text-align: center;
	line-height: 120px;
	clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
}
.nigate .reason .slide-area,
.nigate .reason .slide-area .item {
	width: 980px;
}
.nigate .reason .slide-area .item h3 {
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 40px;
}
.nigate .reason .slide-area .item .img img {
	margin: auto;
	margin-bottom: 40px;
}
.nigate .reason .slide-area .item p {
	line-height: 1.6;
}
.nigate .reason .slide-area .slick-prev {
	left: 130px;
}
.nigate .reason .slide-area .slick-next {
	right: 130px;
}
.nigate .reason .slide-area .slick-dots {
	bottom: -40px;
}
.nigate .reason .slide-area .slick-dots li button::before {
	width: 20px;
	height: 20px;
}
.nigate .feature {
	padding: 0;
}
.nigate .feature .w-space {
	font-size: 38px;
	font-weight: bold;
	line-height: 1.3;
}
.nigate .feature .w-space span {
	font-size: 52px;
	color: #00acb9;
}
.nigate .feature .w-space .copy {
	position: relative;
	display: inline-block;
}
.nigate .feature .w-space .copy::before,
.nigate .feature .w-space .copy::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 120px;
	height: 6px;
	background-color: #00acb9;
	border-radius: 10px;
	transform: translateY(-50%);
}
.nigate .feature .w-space .copy::before {
	left: -120px;
	transform: translateY(-50%) rotate(60deg);
}
.nigate .feature .w-space .copy::after {
	right: -120px;
	transform: translateY(-50%) rotate(-60deg);
}
.nigate .feature .feature-area {
	padding: 60px 0;
}
.nigate .feature .feature-area .item h3 {
	font-size: 46px;
	font-weight: bold;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 40px;
}
.nigate .feature .feature-area .item p {
	line-height: 1.6;
}
.nigate .feature .slide-area {
  width: 635px;
}
.nigate .feature .slide-area .slick-prev {
	left: -20px;
}
.nigate .feature .slide-area .slick-next {
	right: -20px;
}
.nigate .feature .slide-area .slick-dots {
	display: none!important;
}
.nigate .feature .img {
	text-align: center;
	margin-bottom: 40px;
}
.nigate .feature .cv {
	margin-top: 60px;
}
.nigate .deliver {
	padding-top: 0;
}
.nigate .deliver .w-space .row {
	border-bottom: 1px solid #CCC;
	padding-bottom: 60px;
}
.nigate .deliver .row {
	text-align: center;
}
.nigate .cv .mt60 {
	margin-top: 40px;
}


.intro .mv {
	padding-top: 40px;
}
.intro .mv .img {
	text-align: center;
}
.intro .mv .img img {
	width: 520px;
	height: auto;
}
.intro .content-wrapper {
	background-color: #e1f2f5;
	background-image: url(/images/intro/bg-intro.png);
	background-repeat: repeat-y;
	background-size: contain;
	width: 100vw;
	height: 100%;
	padding: 30px 0 0 0;
	position: relative;
}
.intro .sp-view-area {
	width: 520px;
	border-radius: 30px 30px 0 0;
	margin: auto;
	background: #FFF;
	padding: 20px;
	position: relative;
}
.intro section {
	padding: 40px 0;
}
.intro .w-box {
	padding: 40px 20px;
	margin-bottom: 20px;
}
.intro .w-box p {
	margin-bottom: 20px;
}
.intro .w-box.bg-beige {
	background: #efe9e3;
}
.intro .w-box.img-b img {
	width: 100px;
	margin-left: 15px;
	height: auto;
}
.intro .w-box.img-b p {
	margin-bottom: 0;
}
.intro .w-box.img-b p strong {
	color: #f2790d;
}
.intro .ac-box {
	text-align: center;
}
.intro .ac-box p {
	font-size: 24px;
	font-weight: bold;
}
.intro .ac-box img {
	width: 70%;
	height: auto;
	margin: 20px 0;
}
.intro .btn {
	text-align: center;
}
.intro .btn a {
	border-radius: 30px;
	box-shadow: 0px 2px 0px 0px rgba(0, 93, 100, 1);
	background: #19b6c2;
	padding: 12px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 22px;
	width: 90%;
	margin-bottom: 20px;
	position: relative;
	transition: 0.3s;
}
.intro .btn.orange a {
	box-shadow: 0px 2px 0px 0px #c76309;
	background: #ff7f0c;
}
.intro .btn.yellow a {
	box-shadow: 0px 2px 0px 0px #c8a429;
	background: #ffd134;
	color: #3b2b00;
}

.intro .btn a::before {
	content: "";
	background-image: url(/images/intro/ico-arrow-d.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.intro .btn.family a::before {
	background-image: url(/images/intro/ico-family.png);
	width: 30px;
	height: 30px;
}
.intro .btn.friend a::before {
	background-image: url(/images/intro/ico-friend.png);
	width: 40px;
	height: 40px;
}
.intro .btn a:hover {
	transition: 0.3s;
	opacity: 0.8;
}
.intro .btn-area .btn:last-child a {
	margin-bottom: 0;
}
.intro .btn.mypage {
	margin-top: 20px;
}
.intro .btn.mypage a {
	background: #FFF;
	color: #000;
	font-size: 20px;
	border: 2px solid #00acb9;
	box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1);
}
.intro .btn.mypage a::before {
	background-image: url(/images/intro/ico-arrow-g.png);
}
.intro .content-wrapper .col-3 {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 1320px;
	align-items: flex-start;
	margin: auto;
}
.intro .sticky-area {
	width: 380px;
	text-align: center;
	flex: 1;
	display: block;
	padding-top: 300px;
}
@media only screen and (max-width:1329px) {
	.intro .content-wrapper .col-3 {
		width: auto;
	}
	.intro .sticky-area {
		display: none;
	}
}
.intro .sticky-area.left img {
	margin-top: 150px
}
.intro .sticky-area.right img {
	margin-bottom: 40px;
}
.intro .sticky-area p {
	font-size: 20px;
	font-weight: bold;
	color: #ff7f0c;
	margin-bottom: 5px;
}
.intro .sticky-area p span {
	color: #000;
}
.intro .sticky-area p span span {
	font-size: 60%;
}
.intro .sticky-area .btn a {
	display: block;
	width: 100%;
}
.intro .h-area h2 {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	background: #00acb9;
	padding: 20px;
	text-align: center;
	position: relative;
}
.intro .h-area h2::after {
	content: "";
	position: absolute;
	top: 80%;
	left: 50%;
	margin-left: -35px;
	border: 35px solid;
	border-top: 30px solid #00acb9;
	color: rgba(255,255,255,0);
	z-index: 10;
}
.intro .cont {
	padding: 20px;
}
.intro .cont.faq-area {
	padding: 0;
}
.intro .cont h3 {
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin: 40px 0 30px;
}
.intro .cont h3.copy {
	color: #00acb9;
}
.intro .cont h3 span {
	font-size: 38px;
	color: #000;
}
.intro .cont p {
	font-size: 16.5px;
	font-weight: bold;
}
.intro .text-login {
	text-align: center;
}
.intro .text-login img {
	width: 60%;
	height: auto;
	margin: 40px 0 60px
}
.intro .step-area .w-box {
	position: relative;
	padding: 50px 20px 30px;
	margin-bottom: 80px;
}
.intro .step-area .w-box:last-child {
	margin-bottom: 40px;
}
.intro .step-area .w-box::after {
	content: "";
	background-image: url(/images/intro/ico-arrow-step.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 50px;
	height: 50px;
	display: block;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.intro .step-area .w-box:last-child::after {
	content: none;
}
.intro .step-area .w-box span {
	position: absolute;
	font-size: 23px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	background: #00acb9;
	border-radius: 30px;
	padding: 5px 10px;
	width: 70%;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}
.intro .step-area .w-box p {
	font-size: 18px;
}
.intro .step-area .w-box.center p {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 20px;
}
.intro .step-area .w-box img {
	height: auto;
}
.intro .step-area .w-box.step01-02 img {
	width: 110px;
}
.intro .step-area .w-box.step01-03 img {
	width: 200px;
}
.intro .step-area .w-box.step01-04 img {
	width: 130px;
}
.intro .cv-area {
	margin-bottom: 20px;
	margin-top: 40px;
}
.intro .cv-area .text-img {
	margin-bottom: 20px;
}
.intro .result-area {
	background: #00acb9;
	padding: 40px;
	text-align: center;
}
.intro .result-area p {
	font-size: 32px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 20px;
}
.intro .result-area img {
	width: 450px;
}

.intro .toggle-area .item {
    border-radius: 20px;
	border: 2px solid #00acb9;
}
.intro .toggle-area .item .title {
    font-size: 20px;
    color: #FFF;
    background: #00acb9;
	border: none;
    border-radius: 15px 15px 0 0;
    padding: 20px 60px 20px 20px;
}
.intro .toggle-area .item .title::after {
    background-image: url(/images/intro/ico-minus.png);
    width: 20px;
    height: 20px;
    right: 20px;
}
.intro .toggle-area .item.close .title {
	border: none;
    box-shadow: none;
    background: #e1f2f5;
    border-radius: 20px;
	color: #000;
}
.intro .toggle-area .item.close .title::after {
    background-image: url(/images/intro/ico-plus.png);
}
.intro .toggle-area .item .inner {
    padding: 20px;
}
.intro .toggle-area .item .inner p {
    width: 100%;
	font-weight: normal;
}
.intro .toggle-area .item .inner strong {
	color: #f2790d;
}

body.shogi {
	font-size: 16px;
	font-weight: bold;
	color: #005B62;
}
.shogi header {
	padding: 10px;
}
.shogi header .logo-area h1 {
	padding: 0;
}
.shogi header .logo-area img {
	width: 200px;
	height: auto;
	vertical-align: middle;
}
.shogi header .btn a {
	color: #3B2B00;
	text-decoration: none;
	background: #FFD134;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	padding: 5px 40px;
	border-radius: 5px;
	border-bottom: 2px solid #C7A329;
	transition: 0.3s;
}
.shogi header .btn a:hover {
	opacity: 0.8;
	transition: 0.3s;
}
.shogi .mv {
	padding: 40px;
}
.shogi .mv .img {
	text-align: center;
}
.shogi .mv .img img {
	width: 880px;
	height: auto;
}
.shogi .content-wrapper {
	background-color: #FFF4D8;
	background-image: url(/images/shogi/bg-shogi.png);
	background-repeat: repeat-y;
	background-size: 1080px;
	background-position: center top 100px;
	width: 100vw;
	height: 100%;
	position: relative;
}
.shogi .sp-view-area {
	width: 420px;
	margin: auto;
	background: #FFF;
	position: relative;
}
.shogi .content-wrapper .col-3 {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 1080px;
	align-items: flex-start;
	margin: auto;
}
.shogi .sticky-area {
	width: 300px;
	text-align: center;
	flex: 1;
	display: block;
	padding-top: 300px;
}
@media only screen and (max-width:1080px) {
	.shogi .content-wrapper .col-3 {
		width: auto;
	}
	.shogi .sticky-area {
		display: none;
	}
}
.shogi .sticky-area.left img.chara {
	width: 120px;
}
.shogi .sticky-area.right img.chara {
	width: 145px;
}
.shogi section {
	padding: 80px 20px;
}
.shogi aside {
	padding: 40px 20px;
}
.shogi .bg-blue {
	background: #E2FAFF;
}
.shogi .bg-green {
	background: #00AEBA;
}
.shogi .bg-yellow {
	background: #FFFBC1;
}
.shogi h2 {
	font-size: 26px;
	font-weight: bold;
	color: #00AEBA;
	text-align: center;
	margin-bottom: 40px;
}
.shogi h2 span {
	border-bottom: 2px solid #00AEBA;
	padding: 0 8px 5px;
}
.shogi .about {
	background-image: url(/images/shogi/about-bg.png);
	background-repeat: no-repeat;
	background-size: 184px;
	background-position: right 20px center;
}
.shogi .about ul {
	padding: 0 10px;
	margin-bottom: 25px;
}
.shogi .about li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 15px;
	margin-bottom: 20px;
	font-size: 17px;
}
.shogi .about li img {
	width: 50px;
}
.shogi .about li p {
	flex: 1;
	padding-top: 6px;
	position: relative;
	margin-bottom: 0;
}
.shogi .about li p img {
	position: absolute;
	right: -10px;
	top: -40px;
	width: 65px;
}
.shogi .about p {
	margin-bottom: 25px;
}
.shogi .map.map01 {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 17px;
}
.shogi .map .map-box iframe {
	width: 100%;
	height: 100%;
}
.shogi .map.map01 .map-box {
	border: 1px solid #00AEBA;
	border-radius: 5px;
	margin-top: 25px;
	height: 170px;
}
.shogi .map.map01 .map-box iframe {
	border: 1px solid #00AEBA;
	border-radius: 5px;
}
.shogi .flow .comment-box {
	border: 2px solid #00AEBA;
	border-radius: 5px;
	padding: 20px;
	background: #FFF;
	color: #00AEBA;
	margin-bottom: 40px;
}
.shogi .flow ul {
	padding: 0 10px;
}
.shogi .flow li {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 25px;
	margin-bottom: 50px;
	position: relative;
}
.shogi .flow li::before {
	content: "";
	width: 2px;
	height: 80px;
	background: #00AEBA;
	position: absolute;
	left: 25px;
	top: 70px;
}
.shogi .flow li:last-child::before {
	content: none;
}
.shogi .flow li img {
	width: 52px;
}
.shogi .flow li h3 {
	font-size: 23.5px;
	font-weight: bold;
	color: #00AEBA;
	margin-top: 3px;
	margin-bottom: 5px;
}
.shogi .flow li .text {
	position: relative;
}
.shogi .flow li .text img {
	position: absolute;
	right: 10px;
}
.shogi .flow li.flow01 .text {
	margin-bottom: 20px;
}
.shogi .flow li.flow01 .text img {
	width: 75px;
	bottom: -50px;
}
.shogi .flow li.flow02 .text img {
	width: 87px;
	bottom: -50px;
}
.shogi .flow li.flow03 .text img {
	width: 76px;
	bottom: -70px;
}
.shogi .teacher {
	padding-left: 30px;
	padding-right: 30px;
}
.shogi .teacher .item {
	margin-bottom: 40px;
}
.shogi .teacher .title {
	margin-bottom: 30px;
}
.shogi .nekomado {
	position: relative;
	padding: 60px 10px;
	color: #5B3802;
}
.shogi .nekomado::before {
	content: "";
	background-image: url(/images/shogi/nekomado-head.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position: absolute;
	top: -45px;
	width: 370px;
	height: 370px;
}
.shogi .nekomado h2 {
	padding: 0 20px;
}
.shogi .nekomado .w-box {
	padding: 40px 20px 20px;
	margin-bottom: 40px;
	color: #000000;
}
.shogi .nekomado .w-box .title {
	text-align: left;
	margin-bottom: 25px;
}
.shogi .nekomado .w-box .title img {
	width: 90%;
}
.shogi .nekomado .w-box .img {
	text-align: right;
}
.shogi .nekomado .w-box .img img {
	width: 105px;
	margin-top: -20px;
}
.shogi .nekomado p.center {
	text-align: center;
	margin-bottom: 40px;
}
.shogi .nekomado .flex-box .item {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	padding: 0 20px;
	margin-bottom: 20px;
	background-image: url(/images/shogi/nekomado-bg.png);
	background-repeat: no-repeat;
	background-size: 108px;
	background-position: right 20px center;
}
.shogi .nekomado .flex-box .item:last-child {
	margin-bottom: 0;
	flex-direction: row-reverse;
	background-position: left 20px center;
}
.shogi .nekomado .flex-box .item .img {
	width: 137px;
}
.shogi .nekomado .flex-box .item p {
	flex: 1;
}
.shogi .effect {
	padding-left: 30px;
	padding-right: 30px;
}
.shogi .effect h3 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 15px;
	font-size: 23.5px;
	font-weight: bold;
	color: #00AEBA;
	margin-top: 60px;
	margin-bottom: 15px;
}
.shogi .effect h3 img {
	width: 40px;
}
.shogi .effect .flex-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 25px;
	color: #5B3802;
	margin: 40px 0;
}
.shogi .effect .flex-box img {
	width: 96px;
}
.shogi .effect .flex-box p {
	flex: 1;
}
.shogi .effect .cv {
	margin-left: -10px;
	margin-right: -10px;
}
.shogi .first {
	padding: 60px 20px;
}
.shogi .first h2 {
	padding: 0 10px;
	margin-bottom: 60px;
}
.shogi .first dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
}
.shogi .first dt .img {
	width: 64px;
}
.shogi .first dt .question {
	flex: 1;
}
.shogi .first dd {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
	margin-bottom: 20px;
	margin-bottom: 60px;
}
.shogi .first dd .bubble {
	flex: 1;
	background: #FFF;
	padding: 20px;
	border-radius: 5px;
	position: relative;
}
.shogi .first dd .bubble::after {
	content: "";
	position: absolute;
	bottom: 15%;
	left: 100%;
	border: 8px solid transparent;
	border-left: 18px solid #FFF;
}
.shogi .first dd .bubble.no-img::after {
	content: none;
}
.shogi .first dd .img {
	width: 110px;
}
.shogi .first .arrow {
	text-align: center;
}
.shogi .first .arrow img {
	width: 85px;
}
.shogi .lesson {
	padding-bottom: 40px;
}
.shogi .lesson .lesson-box {
	padding: 20px;
	border: 3px solid #00AEBA;
	border-radius: 5px;
}
.shogi .lesson .lesson-box h2 {
	margin-bottom: 20px;
}
.shogi .lesson .lesson-box ul {
	padding: 0 10px;
}
.shogi .lesson .lesson-box li {
	list-style: "※";
	font-size: 11px;
	color: #000;
}
.shogi .map.map02 {
	margin-top: 40px;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	padding: 60px 40px;
}
.shogi .map.map02 h2 {
	color: #FFF;
	font-size: 22px;
	margin-bottom: 20px;
}
.shogi .map.map02 h2 span {
	border-bottom: 1px solid #FFF;
	padding: 5px 25px;
}
.shogi .map.map02 .map-box {
	margin-top: 30px;
	height: 170px;
}
.shogi .map.map02 .map-box iframe {
	border-radius: 5px;
}

.cst {
	background: #DDEFF1;
}
.cst .mv,
.cst section,
.cst section .grad-area {
	background: linear-gradient(to bottom, #789DBA, #8FDCE2);
}
.cst section {
	padding: 80px 0;
}
.cst section .row,
.cst aside .row {
	padding: 0 25px;
	width: auto;
}
.cst .sp-view-area {
	width: 520px;
	margin: auto;
	background: #FFF;
	position: relative;
}
.cst .content-wrapper .col-3 {
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 1320px;
	align-items: flex-start;
	margin: auto;
}
.cst .sticky-area {
	width: 380px;
	text-align: center;
	flex: 1;
	display: block;
	padding-top: 300px;
	position: relative;
}
@media only screen and (max-width:1329px) {
	.cst .content-wrapper .col-3 {
		width: auto;
	}
	.cst .sticky-area {
		display: none;
	}
}
.cst .sticky-area.right img {
	margin-bottom: 0;
}
.cst .sticky-area p {
	font-size: 11px;
	color: #005C62;
	margin-bottom: 10px;
}
.cst .sticky-area p span {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}
.cst .sticky-area .btn a {
	display: block;
	width: 100%;
}
.cst .sticky-area .btn img {
	width: 90%;
	margin: auto;
}
.cst .sticky-area .btn-copy img {
	width: 175px;
	cursor: pointer;
}
.cst .mv {
	padding: 60px 0;
}
.cst .mv .row {
	display: flex;
	justify-content: space-between
}
.cst .mv .img {
	width: 510px;
}
.cst .cv-area {
	color: #FFF;
}
.cst .cv-area .cv-box {
	background: #a4dee5;
	padding: 35px 25px;
	text-align: center;
}
.cst .cv-area .cv-box p {
	font-weight: bold;
	font-size: 23.5px;
	margin-bottom: 10px;
}
.cst .cv-area .cv-box p strong {
	background: #88cfd9;
	color: #FFF;
	padding-left: 5px;
}
.cst .cv-area .cv-box .coupon-area p {
	font-size: 16px;
	font-weight: normal;
}
.cst .cv-area .cv-box .coupon-area p .code {
	font-size: 24px;
	font-weight: bold;
	padding: 0 5px;
	display: inline-block;
}
.cst .cv-area .cv-box .btn-copy {
	width: 250px;
	margin: auto;
	cursor: pointer;
}
.cst .cv-area .sub-box {
	background: #8fdadf;
	padding: 35px 25px 80px;
}
.cst .cv-area .sub-box p {
	color: #FFF;
}
.cst .cv-area .attention a {
	text-decoration: none;
	text-decoration: underline;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	margin-top: 10px;
	display: inline-block;
}
.cst .cv-area .attention a:hover {
	text-decoration: none;
	color: #19B6C2;
}
.cst .cv-area .attention a::before {
	content: "";
	background-image: url(/images/cst/ico-q.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cst .mv .cv-area {
	width: 430px;
}
.cst .mv .cv-area .cv-box {
	padding: 40px;
	background: rgba(255, 255, 255, 0.2);
}
.cst .mv .cv-area .cv-box p {
	font-size: 17.5px;
	margin-bottom: 20px;
}
.cst .mv .cv-area .cv-box p strong {
	background: #7dacc4;
}
.cst .mv .cv-area .cv-box .coupon-area p {
	font-size: 12px;
}
.cst .mv .cv-area .cv-box .coupon-area p .code {
	font-size: 17.5px;
}
.cst .mv .cv-area .cv-box .btn-copy {
	width: 200px;
}
.cst .mv .cv-area .note p {
	font-size: 10px;
	color: #FFF;
	font-weight: normal;
	margin-top: 20px;
}
.cst .mv .cv-area .attention a {
	font-size: 10px;
	padding-left: 15px;
}
.cst .mv .cv-area .attention a::before {
	width: 10px;
	height: 10px;
}
.cst section p {
	color: #FFF;
	font-size: 23px;
	margin-bottom: 25px;
}
.cst section h2 {
	margin-bottom: 25px;
}
.cst .img {
	margin-bottom: 30px;
}
.cst .slide-area {
	width: auto;
}
.cst .slide-area .slick-dotted.slick-slider:last-child {
	margin-bottom: 40px;
}
.cst .slick-list {
	cursor: all-scroll;
}
.cst .slick-dots {
	bottom: -20px;
}
.cst .slick-dots li {
	width: 8px;
	height: 8px;
	padding: 0 10px;
}
.cst .slick-dots li button::before {
	width: 8px;
	height: 8px;
	background: #E8E8E8;
}
.cst .sec01 h2 {
	margin-bottom: 50px;
}
.cst .sec01 h2 img {
	width: 430px;
}
.cst .sec01 p {
	text-decoration: underline;
}
.cst .sec01 .slide-area {
	margin-right: -25px;
}
.cst .sec01 .slide-area img {
	width: 370px;
	height: auto;
}
.cst .sec01 .slide-area .slide-item .slick-slide {
	margin: 0;
}
.cst .sec02 h2 img {
	width: 340px;
}
.cst .sec02 .item-box {
	border: 1px solid #FFF;
	margin-top: 40px;
	padding: 60px 25px 30px;
}
.cst .sec02 .item-box h3 {
	margin-bottom: 30px;
}
.cst .sec02 .item-box h3 img {
	width: 155px;
}
.cst .sec02 .item-box p.center {
	text-align: center;
}
.cst .sec02 .img.full {
	margin-left: -25px;
	margin-right: -25px;
}
.cst .sec03 h2 img {
	width: 420px;
}
.cst .sec03 .img {
	margin: 60px -25px 0;
}
.cst .sec03 .video-area {
	margin: 80px 0 10px;
}
.cst .sec03 .video-area video {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0px 2.33883px 16.4498px 4.67766px rgba(0, 0, 0, 0.25);
	background: #000;
}
.cst .sec04 h2 {
	margin-bottom: 60px;
}
.cst .sec04 h2 img {
	width: 390px;
}
.cst .sec04 .img {
	margin: 0 -25px 60px;
}
.cst .sec04 p {
	margin-bottom: 5px;
}
.cst .sec04 p strong {
	color: #FFF;
}
.cst .sec04 .slide-area .slide-item {
	margin-left: -25px;
	margin-right: -25px;
	background-image: url(/images/cst/bg-circle.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.cst .sec04 .slide-area .slide-item.circle {
	background-image: url(/images/cst/bg-circle.png);
}
.cst .sec04 .slide-area .slide-item.triangle {
	background-image: url(/images/cst/bg-triangle.png);
}
.cst .sec04 .slide-area .slide-item.square {
	background-image: url(/images/cst/bg-square.png);
}
.cst .sec05 .slide-area {
	margin-left: -25px;
	margin-right: -25px;
}
.cst .sec04 .slide-area .slick-slide,
.cst .sec05 .slide-area .slick-slide {
	margin: 0;
}
.cst .sec04 .slide-area .slick-slide img,
.cst .sec05 .slide-area .slick-slide img {
	width: 520px;
}
.cst .sec04 .slide-area .slick-dots,
.cst .sec05 .slide-area .slick-dots {
	bottom: -10px;
}
.cst .sec04 .slide-area .slick-prev::before,
.cst .sec05 .slide-area .slick-prev::before {
  background-image: url(/images/cst/ico-slide-arrow-l.png);
}
.cst .sec04 .slide-area .slick-next::before,
.cst .sec05 .slide-area .slick-next::before {
  background-image: url(/images/cst/ico-slide-arrow-r.png);
}
.cst .sec04 .slide-area .slick-prev,
.cst .sec05 .slide-area .slick-prev {
  width: 55px;
  height: 55px;
  cursor: pointer;
  left: 0;
}
.cst .sec04 .slide-area .slick-next,
.cst .sec05 .slide-area .slick-next {
  width: 55px;
  height: 55px;
  cursor: pointer;
  right: 0;
}
.cst .sec04 .slide-area .slick-prev::before,
.cst .sec04 .slide-area .slick-next::before,
.cst .sec05 .slide-area .slick-prev::before,
.cst .sec05 .slide-area .slick-next::before {
	width: 55px;
	height: 55px;
	left: 0;
    top: 0;
}
.cst section.sec05 {
	padding-bottom: 10px;
}
.cst .sec05 h2 img {
	width: 440px;
}
.cst .sec05 h3 {
	margin-bottom: 40px;
}
.cst .sec05 .grad-area {
	padding: 50px 0;
}
.cst .sec05 .grad-area:first-child {
	padding-top: 0;
}
.cst .sec05 .img {
	margin-bottom: 0;
}
.cst .sec05 .img.full-r {
	margin-right: -25px;
}
.cst .sec05 .num {
	width: 195px;
	margin-left: -25px;
	margin-bottom: 30px;
}
.cst .sec05 .point .img {
	margin-bottom: 30px;
}
.cst .sec05 .point01 h3 {
	width: 430px;
}
.cst .sec05 .point02 h3 {
	width: 435px;
}
.cst .sec05 .point02 .mt {
	margin-top: 60px;
	margin-bottom: 0;
}
.cst .sec06 h2 {
	margin-bottom: 60px;
}
.cst .sec06 h2 img {
	width: 460px;
}
.cst .sec06 .img.full {
	margin-left: -25px;
	margin-right: -25px;
}
.cst .sec06 .mt {
	margin-top: 60px;
}
.cst .attention-area {
	padding: 60px 0;
	font-size: 14px;
}
.cst .attention-area h2,
.cst .attention-area h3 {
	font-weight: bold;
	margin-top: 20px;
}
.cst .attention-area h2:first-child {
	margin-top: 0;
}
.cst .attention-area li {
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 5px;
}



.course-math {
	background: #FFF;
}
.course-math header {
	padding: 0;
}
.course-math header .row a {
	font-size: 14px;
}
.course-math header .row a::before {
 	content: "\f105";
}
.course-math header .row .link {
  top: 6px;
}
.course-math section {
	padding: 75px 0;
}
.course-math p {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 25px;
}
.course-math p.note {
	font-size: 13px!important;
	color: #848484;
}
.course-math .item p:last-child {
	margin-bottom: 0;
}
.course-math .marker.pink {
	background: linear-gradient(transparent 50%, #ffd6eb 50%);
}
.course-math .marker.yellow  {
	color: #f57f00;
	background: linear-gradient(transparent 50%, #fcff00 50%);
}
.course-math .item.w-box {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.7);
	border-radius: 8px;
}
.course-math .diff {
	background-color: #303030;
	background-image: url(/gakuryoku/img/math/diff-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.course-math .diff .img-aninme01 {
	position: relative;
}
.course-math .diff .img-aninme01 .arrow {
	position: absolute;
	top: 175px;
	left: 50%;
	transform: translateX(-50%);
	width: 210px;
}
.course-math .diff .img-aninme01 img.arrow[data-aos="reveal-up-down"] {
    clip-path: inset(0 0 100% 0);
}
.course-math .diff .img-aninme01 img.arrow[data-aos="reveal-up-down"].aos-animate {
    clip-path: inset(0 0 0 0);
}
.course-math .diff .item.w-box {
	background-color: rgba(255, 255, 255, 0.9);
}
.course-math .diff .item.w-box.grade .motion-area01 {
	position: relative;
	height: 225px;
	width: 100%;
	text-align: center;
}
.course-math .diff .item.w-box.grade .motion-area01 .img-box {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	gap: 8px;
	margin-left: -135px;
}
.course-math .diff .item.w-box.grade .motion-area01 .img-box img {
	width: 110px;
}
.course-math .diff .item.w-box.grade .motion-area02 {
	margin: auto -150px;
	position: relative;
	top: -55px;
}
.course-math .diff .item.w-box.grade .img-aninme02 img[data-aos="reveal-left-right"] {
    display: block;
    max-width: 100%;
    height: auto;
    clip-path: inset(0 100% 0 0);
}
.course-math .diff .item.w-box.grade .img-aninme02 img[data-aos="reveal-left-right"].aos-animate {
    clip-path: inset(0 0 0 0);
}
.course-math .diff .video-area {
	margin-top: -40px;
	margin-bottom: 25px;
	text-align: center;
}
.course-math .diff .video-area img {
	width: 325px;
}


.course-math .item.w-box {
	margin-bottom: 75px;
}
.course-math .w-box-area .item.w-box {
	position: relative;
	padding-left: 80px;
	padding-right: 80px;
}
.course-math .w-box-area .item.w-box:last-child {
	margin-bottom: 0;
}
.course-math .w-box-area .item.w-box::after {
	content: "";
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
}
.course-math .mv {
	position: relative;
	height: 690px;
	overflow: hidden;
}
.course-math .mv .main-img {
	width: 100%;
	height: auto;
	text-align: center;
	position: relative;
}
.course-math .mv .main-img img {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	max-width: none;
	height: auto;
	display: block;
}
.course-math .mv .cv {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	margin-top: 40px;
}

.course-math .diff .w-box-area .item.w-box::after {
	background-image: url(/gakuryoku/img/math/diff-hr.png);
}
.course-math .contents .w-box-area .item.w-box::after {
	background-image: url(/gakuryoku/img/math/contents-hr.png);
}
.course-math .faq .w-box-area .item.w-box::after {
	background-image: url(/gakuryoku/img/math/faq-hr.png);
}
.course-math .w-box-area .item.w-box:last-child::after {
	content: none;
}
.course-math .w-box-area .item.w-box.add-hr:last-child::after {
	content: "";
}
.course-math .w-box-area .item.w-box.add-hr {
	margin-bottom: 75px;
}
.course-math h2 {
	margin-bottom: 40px;
}
.course-math h3 {
	margin-bottom: 30px;
	text-align: center;
}
.course-math h3 img {
	width: 360px;
}
.course-math .img {
	text-align: center;
	margin-bottom: 25px;
}
.course-math .img img {
	width: 380px;
}
.course-math .cv {
	margin-top: 15px;
}
.course-math .cv img {
	width: 390px;
}
.course-math .about {
	background-color: #0d3d51;
	background-image: url(/gakuryoku/img/math/about-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
}
.course-math .about .img.book {
	margin: 40px 0;
	position: relative;
}
.course-math .about .img.book img {
	width: 100%;
}
.course-math .about .img.book img.fade-img {
	position: absolute;
}
.course-math .about .img.book .img01 {
	top: 210px;
	left: 80px;
	width: 160px;
}
.course-math .about .img.book .img02 {
	top: 75px;
	right: 90px;
	width: 147px;
}
.course-math .about .img.book .img03 {
	bottom: 63px;
	right: 300px;
	width: 115px;
}
.course-math .contents {
	background-color: #fef9e7;
	background-image: url(/gakuryoku/img/math/contents-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
}
.course-math .contents .item.w-box {
	box-shadow: 0px 0px 10px 0px rgba(202, 191, 156, 0.7);
}
.course-math .contents .slide-area {
	text-align: center;
	width: 600px;
	margin-bottom: 25px;
	margin-left: -80px;
	margin-right: -80px;
}
.course-math .contents .slide-area img {
	width: 380px;
}
.course-math .contents .slide-area .slick-prev::before,
.course-math .contents .slide-area .slick-next::before {
	width: 100px;
	height: 100px;
}
.course-math .contents .slide-area .slick-prev,
.course-math .contents .slide-area .slick-next {
	width: 100px;
	height: 100px;
}
.course-math .contents .slide-area .slick-prev {
	left: 50px;
}
.course-math .contents .slide-area .slick-next {
	right: 50px;
}
.course-math .contents .slide-area .slick-prev::before {
  background-image: url(/gakuryoku/img/math/ico-slide-arrow-l.png);
}
.course-math .contents .slide-area .slick-next::before {
  background-image: url(/gakuryoku/img/math/ico-slide-arrow-r.png);
}
.course-math .contents p,
.course-math .contents strong {
	color: #716948;
}
.course-math .contents .center,
.course-math .diff .center {
	text-align: center;
}
.course-math .contents .center a.link-pop,
.course-math .diff .center a.link-pop {
	display: inline-block;
}
.course-math .contents .img.challenge img {
	width: 235px;
}
.course-math .contents .youtube-area .img {
	position: relative;
	cursor: pointer;
}
.course-math .contents .youtube-area .img .youtube {
	position: absolute;
	top: 50%;
	left: 50.4%;
	transform: translateY(-50%) translateX(-50%);
	width: 76%;
}
.course-math .contents .youtube-embed-wrapper {
    position: relative;
    width: 100%;
    padding-top: 63%;
    height: 0;
    overflow: hidden;
    background-color: #000;
}
.course-math .contents .youtube-embed-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.course-math .price {
	background-color: #303030;
	background-image: url(/gakuryoku/img/math/price-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 90px;
}
.course-math .price .row {
	position: relative;
}
.course-math .price .w-box-area  {
	position: relative;
	margin-top: 70px;
}
.course-math .price .w-box-area .bubble {
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
	width: 350px;
}
.course-math .price .w-box-area .item.w-box  {
	padding-top: 70px;
}
.course-math .faq {
	background-color: #0d3d51;
	background-image: url(/gakuryoku/img/math/faq-bg-pc.png);
	background-repeat: no-repeat;
	background-position: top 45px center;
	padding-top: 90px;
}
.course-math .faq .faq-area {
	position: relative;
	margin-bottom: 75px;
}
.course-math .faq .faq-area::after {
	content: "";
	background-image: url(/gakuryoku/img/math/faq-hr.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 55px;
	height: 55px;
	display: block;
	position: absolute;
	bottom: -65px;
	left: 50%;
	transform: translateX(-50%);
}
.course-math .faq .faq-area .item {
	background: #FFF;
	border-radius: 8px;
	padding: 25px;
	margin-bottom: 20px;
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.course-math .faq .faq-area .item .question {
	font-weight: bold;
	font-size: 18px;
	position: relative;
	padding-left: 35px;
	cursor: pointer;
}
.course-math .faq .faq-area .item .answer {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #000;
}
.course-math .faq .faq-area .item .question::before {
	content: "";
	background-image: url(/gakuryoku/img/math/ico-q.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 28px;
	height: 28px;
	display: block;
	position: absolute;
	bottom: -0;
	left: 0;
}
.course-math .faq .faq-area .item .question::after {
	content: "";
	background-image: url(/gakuryoku/img/math/ico-arrow-u.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.course-math .faq .faq-area .item.close .question::after {
	background-image: url(/gakuryoku/img/math/ico-arrow-d.png);
}
.course-math .faq .item .answer {
	display: block;
}
.course-math .faq .item.close .answer {
	display: none;
}
.course-math .reason {
	padding-top: 25px;
	background: #FFF;
}




.cta-area {
	text-align: center;
}
.cta-area .medal {
	margin-bottom: 40px;
}
.cta-area h2 {
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 40px;
}
.cta-area h2 span {
	font-size: 46px;
	color: #00acb9;
}
.cta-area .img {
	margin-bottom: 40px;
}
.cta-area .link a {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 60px;
	display: block;
}




/* ======== スライダー ======== */
.slide-area {
    width: 690px;
    margin: 0 auto;
    position: relative;
}
.slide-box {
    position: relative;
}
.slick-slide {
    margin: 0 10px;
}
.slick-prev::before, .slick-next::before {
    content: " ";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    opacity: 1;
    display: block;
    font-size: 0;
}
.slick-prev::before {
    background-image: url(/images/sakidori/ico-slide-arrow-l.png);
}
.slick-next::before {
    background-image: url(/images/sakidori/ico-slide-arrow-r.png);
}
.slick-prev {
    width: 70px;
    height: 70px;
    cursor: pointer;
    left: -90px;
}
.slick-next {
    width: 70px;
    height: 70px;
    cursor: pointer;
    right: -90px;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    border: none;
    background: none;
    outline: none;
    z-index: 99999;
    transition: 0.3s;
}
.slick-prev:hover, .slick-next:hover {
    opacity: 0.8;
    transition: 0.3s;
}
.slick-dots {
    bottom: -0;
}
.example .slick-dots {
    bottom: -60px;
}
.slick-dots li {
    width: 30px;
    height: 10px;
    padding: 0 20px;
}
.slick-dots li button {
    width: 30px;
    height: 10px;
    padding: 0 15px;
}
.slick-dots li button::before {
    width: 30px;
    height: 10px;
    font-size: 0;
    background: #bfbfbf;
    border-radius: 15px;
    opacity: 1;
}
.slick-dots li.slick-active button::before {
    background: #2a9cb0;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
.slide-area .pop {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 450px;
}
.slide-area .pop .inner {
    position: relative;
    display: inline-block;
    padding: 15px;
    color: rgba(255,255,255,0);
    box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.15);
    background: #FFF;
    border-radius: 30px;
    text-align: center;
    width: 100%;
}
.slide-area .pop .inner:before {
    content: "";
    position: absolute;
    top: -55px;
    left: 50%;
    margin-left: -15px;
    border: 20px solid;
    border-bottom: 40px solid #FFF;
}
.slide-area .pop .inner span {
    color: #333;
    font-size: 28px;
    font-weight: bold;
}
.slide-area .mov  {
	width: 690px;
	aspect-ratio: 16 / 9;
}
.slide-area .mov .inner {
	width: 620px;
	height: 420px;
	margin: auto;
}
.slide-area .mov iframe {
	width: 100%;
	height: 100%;
}

/** popup **/
.course-math .popup-math-list .title {
	color: #00aebb;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
	line-height: 1.6;
}
.course-math .popup-math-list h1 {
	height: auto;
}
.course-math .popup-math-list .btn img {
	width: 60%;
}
@media screen and (max-width: 667px){
	.course-math .popup-math-list .title {
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	.course-math .popup-math-list .pop-img img {
		padding: 0;
		margin: 0!important;
	}
	.course-math .popup-math-list .btn img {
		width: 80%;
	}
}

/** 動画ポップアップ **/
.video-area .thumbnail {
	cursor: pointer;
}
.vido-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}
.vido-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    z-index: 1001;
    max-width: 50%;
    width: 90%;
}
.video-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    margin-bottom: 25px;
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vido-close-button {
    padding: 5px 20px;
    background-color: #ccc;
    border: none;
    cursor: pointer;
	display: inherit;
	margin: auto;
}
@media screen and (max-width: 667px){
	.vido-popup {
		padding: 3vw;
		max-width: 90%;
		width: 90%;
	}
	.video-container {
		width: 100%;
		height: auto;
		margin-bottom: 5vw;
	}
	.vido-close-button {
		padding: 1vw 5vw;
		font-size: 3vw;
	}
}

/** コンテンツポップアップ **/
.popup-link {
	color: #00aebb;
	text-decoration: underline;
	position: relative;
	padding-right: 25px;
	cursor: pointer;
}
.popup-link:hover {
	text-decoration: none;
}
.popup-link::after {
	content: "";
	background-image:  url(/gakuryoku/img/math/ico-open.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	right: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	display: block;
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00aebb;
    opacity: 0.7;
    z-index: 1000;
	overflow-y: auto;
}
.popup-contents {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}
.popup-inner {
    background-color: #FFF;
	border-radius: 30px;
	overflow-y: auto;
    padding: 40px;
	width: 700px;
	position: relative;
	margin: 60px auto;
}
.popup-inner .title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #000;
}
.popup-inner p {
	font-size: 16px;
}
.popup-close {
	position: absolute;
	right: 20px;
	top: 20px;
    cursor: pointer;
}
.popup-close img {
	width: 50px;
	height: auto;
}
@media screen and (max-width: 667px){
	.popup-link {
		padding-right: 6vw;
	}
	.popup-link::after {
		right: 1vw;
		width: 4vw;
		height: 4vw;
	}
	.popup-contents {
		padding: 5vw;
	}
	.popup-inner {
		border-radius: 5vw;
		padding: 5vw;
		width: 100%;
		margin: 10vw auto;
	}
	.popup-inner .title {
		font-size: 5vw;
		padding-bottom: 5vw;
		margin-bottom: 5vw;
	}
	.popup-inner p {
		font-size: 3.6vw;
	}
	.popup-inner .img img {
		width: 100%!important;
	}
	.popup-close {
		right: 5vw;
		top: 5vw;
	}
	.popup-close img {
		width: 8vw;
	}
}

/** 画像拡大 **/
.expand img {
    cursor: pointer;
}
.img-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10000000;
    cursor: pointer;
    padding: 20px;
}
.img-overlay img {
    display: block;
    width: 100%;
    height: auto;
    cursor: default;
    border: 3px solid #FFF;
    box-shadow: 0 0 15px rgba(0,0,0,0.5);
}
.img-overlay .img-zoom-wrapper {
	position: relative;
    max-width: 90%;
    max-height: 90vh;
	margin: auto;
}
.img-overlay .img-zoom-wrapper .close {
	position: absolute;
	top: 20px;
	right: 20px;
}
.img-overlay .img-zoom-wrapper .close img {
	border: none;
	cursor: pointer;
	box-shadow: none;
	width: 50px;
	height: 50px;
}
@media screen and (max-width: 667px){
	.img-overlay {
		padding: 5vw;
	}
	.img-overlay img {
		border: 1vw solid #FFF;
	}
	.img-overlay .img-zoom-wrapper {
		max-width: 100%;
	}
	.img-overlay .img-zoom-wrapper .close {
		top: -10vw;
		right: 0;
	}
	.img-overlay .img-zoom-wrapper .close img {
		width: 8vw;
		height: 8vw;
	}
}

/***********************************************
SP
************************************************/
@media screen and (max-width: 667px){
    /* ======== 共通 ======== */
    .pc {
        display: none;
    }
    .sp {
        display: inherit;
    }
    .row {
        width: 100%;
        padding: 0 3vw;
        font-size: 3.333vw;
    }
    body {
        font-size: 3.333vw;
    }
    section {
        padding: 10vw 0;
    }
    .flex {
        display: block;
    }
    img {
        max-width: 100%;
        height: auto;
    }
	footer {
		font-size: 3vw;
	}

    /* ======== コンテンツ ======== */
    header {
        padding: 4vw 0;
    }
    header .row .btn {
        width: 75%;
    }
    header .row .nav nav {
        margin-left: 2vw;
    }
    header .nav img {
        width: 7vw;
        margin-right: 2vw;
    }
	header .logo-area.w-text img {
		width: 20vw;
	}
	header .logo-area.w-text span {
		padding: 1vw 3vw;
		margin-left: 2vw;
	}
    nav.head .menu-toggle {
        width: 6vw;
        height: 4.5vw;
    }
    nav.head .menu-toggle span {
        width: 6vw;
        border-bottom: solid 0.8vw #FFF;
    }
    nav.head .menu-toggle.active span:nth-child(1) {
        top: 2vw;
    }
    nav.head .menu-toggle.active span:nth-child(2),
    nav.head .menu-toggle.active span:nth-child(3) {
        top: 2vw;
    }
    .menu-top {
        width: 100%;
    }
    .menu-top.row {
        padding: 0;
    }
    .menu-top ul li {
        font-size: 3.333vw;
    }
    .menu-top ul li a {
        padding: 3vw;
    }
    .sakidori .cv-top {
        padding: 0 0 3vw;
    }
    .sakidori .cv-top .row {
        padding: 5vw 3vw;
    }
    .pass {
        padding: 7vw 0 10vw;
    }
    .pass .list {
        background-image: url(/images/sakidori/pass-bg-sp.png);
        background-size: contain;
        height: 120vw;
        padding: 10vw 0;
        margin-bottom: 5vw;
        background-position: top 0 center;
    }
    .pass .list .title {
        font-size: 4vw;
        width: 55%;
        padding: 1vw;
        margin: 2vw auto 0;
    }
    .pass .list img {
        width: 90%;
        margin: 5vw 0;
    }
    .pass .list p {
        font-size: 3.333vw;
        margin-bottom: 3vw;
    }
    .pass .list .no1 {
        background-position: top 3vw center;
        background-size: contain;
        width: 85vw;
        padding: 3vw 0 0;
        margin: auto;
    }
    .pass .list .no1 p {
        font-size: 3.333vw;
        padding-top: 2vw;
    }
    .pass .list .no1 p strong {
        font-size: 8vw;
    }
    .pass .ribbon {
        margin-top: 8vw;
        margin-bottom: 3vw;
    }
    .pass .ribbon span {
        top: 2vw;
        font-size: 4vw;
        width: 100%;
    }
    .cv.ft {
        padding-top: 3vw;
    }
    .cv.ft .logo-area {
        margin: 10vw 0 5vw;
        padding: 3vw 15vw;
    }
    .cv p {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .cv .btn02 {
        margin-top: 3vw;
        display: block;
    } 
    .sakidori .example h2 {
        font-size: 6vw;
        margin-bottom: 6vw;
    }
    .sakidori .example h2 strong {
        font-size: 8vw;
    }
    .sakidori .example .title {
        font-size: 4vw;
        width: 100%;
        margin: 0 auto 6vw;
        padding: 2vw;
    }
    .sakidori .example .cv {
        margin-top: 20vw;
    }
    .sakidori .worry .h-area {
        padding: 4vw;
    }
    .sakidori .worry .h-area:before {
        margin-left: -4vw;
        border: 4vw solid;
        border-top: 4vw solid #00acb9;
    }
    .sakidori .worry .h-area h2 {
        font-size: 4vw;
        font-weight: bold;
    }
    .sakidori .worry .h-area h2 strong {
        font-size: 5vw;
    }
    .sakidori .worry .link-area {
        padding: 10vw 0;
    }
    .sakidori .worry .link-area .item {
        margin-bottom: 8vw;
    }
    .sakidori .worry .link-area .title {
        font-size: 4vw;
        margin-bottom: 3vw;
    }
    .sakidori .worry .link-area a {
        font-size: 3.5vw;
        border-radius: 4vw;
        width: 100%;
        height: 16vw;
        padding: 0 3vw;
    }
    .sakidori .worry .link-area a img {
        width: 8vw;
        height: auto;
    }
    .sakidori .worry .link-area a::after {
        width: 5vw;
        height: 5vw;
        right: 3vw;
    }
    .sakidori .worry .link-area a img {
        margin-right: 4vw;
    }
    .sakidori .worry .cont {
        padding: 10vw 0;
    }
    .sakidori .worry .cont .item h3 {
        margin-top: 10vw;
        margin-bottom: 3vw;
    }
    .sakidori .worry .cont .item:first-child h3 {
        margin-top: 0;
    }
    .sakidori .worry .cont .item h3::after {
        width: 23vw;
        height: 23vw;
        bottom: -13vw;
    }
    .w-box {
        padding: 10vw 3vw 5vw;
        border-radius: 4vw;
    }
    .sakidori .worry .cont .item .w-box {
        padding-top: 10vw;
    }
    .sakidori .worry .cont .item .w-box .catch {
        font-size: 5vw;
        margin-bottom: 5vw;
    }
    .sakidori .worry .cont .item .w-box img {
        margin-bottom: 5vw;
    }
    .sakidori .worry .cont .item .w-box p,
    .sakidori .worry .cont .item .w-box ol {
        width: 100%;
        font-size: 3.333vw;
    }
    .sakidori .worry .cont .item .w-box ol {
        font-size: 3.5vw;
        margin-top: 4vw;
        margin-bottom: 4vw;
    }
    .sakidori .worry .cont .item .w-box .sub-box {
        border-radius: 4vw;
        padding: 3vw;
        font-size: 3vw;
        width: 100%;
        margin: 5vw auto 0;
    }
    .sakidori .worry .cont .item .w-box .sub-box img {
        margin-right: 3vw;
        width: 15vw;
    }
    .sakidori .worry .cont h2.result-title {
        margin: 10vw 0;
    }
    .sakidori .worry .cont h2.result-title img {
        width: 70%;
    }
    .toggle-area .item {
        border-radius: 4vw;
        margin-bottom: 5vw;
    }
    .toggle-area .item .title {
        font-size: 3.5vw;
        border-radius: 4vw 4vw 0 0;
        padding: 3vw;
        height: 16vw;
        display: flex;
        align-items: center;
    }
    .toggle-area .item .title::after {
        width: 5vw;
        height: 5vw;
        right: 3vw;
    }
    .toggle-area .item.close .title {
        border-radius: 4vw;
    }
    .toggle-area .item .inner {
        padding: 3vw;
    }
    .toggle-area .item .inner p {
        width: 100%;
    }
    .sakidori .worry .toggle-area .item .title::before {
        width: 14vw;
        height: 14vw;
        right: 12vw;
    }
    .sakidori .faq .faq-title {
        padding: 5vw;
    }
    .sakidori .faq .faq-title img {
        width: 35%;
    }
    .sakidori .faq .cont {
        padding: 8vw 0;
    }
    .sakidori .faq .toggle-area .item .title {
        padding-left: 15vw;
        font-size: 4vw;
    }
    .sakidori .faq .toggle-area .item .title::before {
        width: 9vw;
        height: 9vw;
        left: 3vw;
    }
    .sakidori .faq .toggle-area .item .inner {
        padding: 5vw 3vw;
    }
    .sakidori .faq .toggle-area .item.faq01 .img {
        margin-bottom: 0;
    }
    .sakidori .faq .toggle-area .item.faq01 .img img {
        padding-bottom: 5vw;
        margin-bottom: 5vw;
        border-bottom: 2px dashed #c9c9c9;
    }
    .sakidori .faq .toggle-area .item.faq02 .text {
        width: 100%;
    }
    .sakidori .faq .toggle-area .item.faq02 .img {
        text-align: center;
        margin: 5vw 0;
    }
    .sakidori .faq .toggle-area .item.faq02 .text p {
        margin-bottom: 3vw;
    }
    .sakidori .faq .toggle-area .item.faq02 .text p.size-l {
        font-size: 4.5vw;
        text-align: center;
    }
    .sakidori .faq .toggle-area .item.faq02 .text p.size-l span {
        font-size: 6vw;
    }
    .sakidori .faq .toggle-area .item.faq02 .text p.size-l img {
        margin-right: 2vw;
        width: 20vw;
    }

	.voice .mv .flex {
		gap: 0 5vw;
		display: flex;
		justify-content: center;
	}
	.voice .mv .flex .img {
		width: 30vw;
		height: auto;
	}
	.voice .mv .logo-area img {
		width: 45vw;
	}
	.voice .mv .logo-area span {
		font-size: 5vw;
		padding: 1vw;
		margin-top: 3vw;
		width: 45vw;
	}
	.voice .mv .text-box {
		font-size: 3.4vw;
		padding: 3vw 2vw 3vw 20vw;
		margin-top: 5vw;
	}
	.voice .mv .text-box img {
		left: 1vw;
		width: 20vw;
		height: auto;
	}
	.voice .reason-list h2 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.voice .reason-list h2 span {
		font-size: 8vw;
	}
	.voice .reason-list ul {
		margin-bottom: 10vw;
	}
	.voice .reason-list ul::after {
		width: 20vw;
		height: 20vw;
		bottom: -20vw;
	}
	.voice .reason-list li {
		padding: 5vw 3vw;
		margin-bottom: 3vw;
		padding-left: 18vw;
		font-size: 4.3vw;
	}
	.voice .reason-list li span {
		font-size: 8vw;
		width: 12vw;
		height: 12vw;
		line-height: 12vw;
		left: 3vw;
	}
	.voice .reason-list .text {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.voice .reason-list .text span {
		font-size: 8vw;
	}
	.voice .review .h-area {
		padding: 4vw 0;
		font-size: 10vw;
	}
	.voice .review .h-area .row {
		font-size: 6vw;
	}
	.voice .rev-area {
		padding-top: 8vw;
	}
	.voice .rev-area .toggle-area.w-box {
		padding: 10vw 4vw 5vw;
	}
	.voice .rev-area .toggle-btn button {
		width: 100%;
		padding: 3vw;
		font-size: 3.4vw;
		border-radius: 1.5vw;
	}
	.voice .rev-area .toggle-btn button::after {
		width: 5vw;
		height: 5vw;
		right: 4vw;
	}
	.voice .rev-area .pre {
		margin-top: 5vw;
	}
	.voice .rev-area .item .prof-area {
		margin-bottom: 5vw;
	}
	.voice .rev-area .item .prof-area .icon {
		width: 15vw;
		height: 15vw;
	}
	.voice .rev-area .item .prof-area .info {
		margin-left: 5vw;
		font-size: 4vw;
	}
	.voice .rev-area .cont-area h2 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.voice .rev-area .cont-area h2 span {
		font-size: 4vw;
	}
	.voice .rev-area .cont-area h3 {
		font-size: 5vw;
		padding: 1vw 0 1vw 3vw;
		margin: 8vw 0 5vw;
		line-height: 1.5;
	}
	.voice .rev-area .cont-area h4 {
		font-size: 4vw;
		margin: 4vw 0 3vw;
	}
	.voice .rev-area .cont-area p {
		font-size: 3.6vw;
		margin-bottom: 5vw;
	}
	.voice .reason .catch {
		font-size: 5vw;
		margin-bottom: 5vw;
	}
	.voice .reason .catch::before,
	.voice .reason .catch::after {
		width: 20vw;
		height: 1vw;
	}
	.voice .reason .catch::before {
		left: -2vw;
	}
	.voice .reason .catch::after {
		right: -2vw;
	}
	.voice .reason .catch span {
		font-size: 6vw;
	}
	.voice .reason h2 {
		font-size: 10vw;
		margin-bottom: 5vw;
	}
		.voice .reason h2 span {
		font-size: 6vw;
		padding: 1vw 5vw;
	}
	.voice .reason .item {
		margin-top: 20vw;
		padding: 15vw 3vw 5vw;
	}
	.voice .reason .item .num {
		font-size: 12vw;
		width: 20vw;
		height: 20vw;
		line-height: 20vw;
		top: -10vw;
	}
	.voice .reason .item h3 {
		font-size: 4.5vw;
		margin-bottom: 5vw;
	}
	.voice .reason .item .img {
		width: 90%;
		margin: auto;
		margin-bottom: 5vw;
	}
	.voice .reason .item p {
		font-size: 3.6vw;
	}
	.voice .reason .item .title {
		font-size: 5vw;
		padding: 1vw;
		margin-top: 5vw;
		margin-bottom: 5vw;
	}
	.voice .reason .item .text01 {
		font-size: 6vw;
	}
	.voice .reason .slide-area {
		width: 100%;
	}
	.voice .reason .slide-area .slick-prev {
		left: -8vw;
	}
	.voice .reason .slide-area .slick-next {
		right: -8vw;
	}
	.voice .reason .slide-area .slick-dots {
		bottom: -5vw;
	}
	.voice .cv {
		margin-top: 3vw;
	}
	.voice .cv a {
		margin-bottom: 3vw;
	}
	
	.nigate .mv {
		background-image: none;
		height: auto;
		padding-top: 0;
		background-color: #00acb9;
		padding-bottom: 20vw;
	}
	.nigate .mv .row {
		padding: 0;
	}
	.nigate .mv .row {
		position: relative;
		height: auto;
	}
	.nigate .mv h1 {
		font-size: 4vw;
		text-align: center;
		display: block;
	}
	.nigate .mv .logo {
		top: 5vw;
	}
	.nigate .mv .logo img {
		width: 55vw;
		margin-top: 2vw;
	}
	.nigate .mv .medal {
		bottom: -15vw;
		left: 50%;
		transform: translateX(-50%);
		font-size: 7vw;
		width: 100%;
	}
	.nigate .mv .medal img {
		width: 80%;
		margin-bottom: 1vw;
	}
	.nigate .mv .medal span {
		font-size: 8vw;
	}
	.nigate .mv .medal span span {
		font-size: 5.5vw;
	}
	.nigate .item p {
		font-size: 3.6vw;
	}
	.nigate .item p b.b {
		font-size: 4.5vw;
		margin-bottom: 2vw;
		display: inline-block;
	}
	.nigate .cv-top .text-img {
		margin-bottom: 5vw;
	}
	.nigate .action .img {
		margin-bottom: 5vw;
	}
	.nigate .action .img:first-child {
		margin-bottom: 8vw;
	}
	.nigate .action .img.why img {
		width: 50vw;
		margin-bottom: 3vw;
	}
	.nigate .action .img.arrow img {
		width: 25vw;
	}
	.nigate .action .img:nth-child(2) {
		margin-bottom: 3vw;
	}
	.nigate .h-area {
		padding: 4vw;
	}
	.nigate .h-area:before {
		margin-left: -4vw;
		border: 4vw solid;
		border-top: 4vw solid #00acb9;
	}
	.nigate .h-area h2 {
		font-size: 6vw;
		font-weight: bold;
	}
	.nigate .cause .h-area h2 span.copy {
		font-size: 5.5vw;
	}
	.nigate .cause .h-area h2 span.copy::before,
	.nigate .cause .h-area h2 span.copy::after {
		width: 7vw;
		height: 1vw;
	}
	.nigate .cause .h-area h2 span.copy::before {
		left: -9vw;
	}
	.nigate .cause .h-area h2 span.copy::after {
		right: -9vw;
	}
	.nigate .cause .h-area h2 span.b {
		font-size: 12vw;
	}
	.nigate .cause .list-area {
		padding: 10vw 0;
	}
	.nigate .cause .attention-area {
		padding-top: 10vw;
	}
	.nigate .measure h2,
	.nigate .feature h2 {
		font-size: 10vw;
		margin-bottom: 8vw;
	}
	.nigate .measure h2 span,
	.nigate .feature h2 span {
		font-size: 6vw;
		padding: 1vw 10vw;
	}
	.nigate .measure .item {
		padding-left: 3vw;
		padding-right: 3vw;
		margin-bottom: 8vw;
	}
	.nigate .measure .item:last-child {
		margin-bottom: 0;
	}
	.nigate .measure .item .num {
		font-size: 12vw;
		width: 20vw;
		height: 20vw;
		line-height: 20vw;
	}
	.nigate .measure h3 {
		font-size: 8vw;
		margin: 5vw 0;
	}
	.nigate .measure .img {
		margin: 5vw 0;
	}
	.nigate .measure .img img {
		width: 80%;
	}
	.nigate .measure p {
		line-height: 1.6;
	}
	.nigate .support {
		padding-top: 0;
	}
	.nigate .support .cause-area {
		padding: 10vw 0 20vw;
		margin-bottom: 5vw;
	}
	.nigate .support .cause-area picture:first-child {
		margin-bottom: 10vw;
	}
	.nigate .support .cause-area::after {
		width: 18vw;
		height: 18vw;
		bottom: -9vw;
	}
	.nigate .w-space {
		padding: 10vw 0;
	}
	.nigate .w-space.logo img {
		width: 60%;
	}
	.nigate .support .w-space img {
		margin-bottom: 5vw;
	}
	.nigate .support img.secret {
		width: 70%;
	}
	.nigate .support img.arrow {
		width: 25vw;
	}
	.nigate .reason h2 {
		font-size: 6vw;
	}
	.nigate .reason h2 span {
		font-size: 10vw;
	}
	.nigate .reason .item,
	.nigate .feature .item {
		margin-top: 15vw;
		padding: 15vw 3vw 5vw;
	}
	.nigate .reason .item .num,
	.nigate .feature .item .num {
		font-size: 12vw;
		width: 20vw;
		height: 20vw;
		line-height: 20vw;
		top: -10vw;
	}
	.nigate .reason .slide-area,
	.nigate .reason .slide-area .item {
		width: 100%;
	}
	.nigate .reason .slide-area .item h3 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.nigate .reason .slide-area .item .img img {
		margin-bottom: 5vw;
	}
	.nigate .reason .slide-area .slick-prev {
		left: -5vw;
	}
	.nigate .reason .slide-area .slick-next {
		right: -5vw;
	}
	.nigate .reason .slide-area .slick-dots {
		bottom: -6vw;
	}
	.nigate .reason .slide-area .slick-dots li button::before {
		width: 3vw;
		height: 3vw;
	}
	.nigate .feature .w-space {
		font-size: 8vw;
	}
	.nigate .feature .w-space .row {
		font-size: 5vw;
	}
	.nigate .feature .w-space span {
		font-size: 7vw;
	}
	.nigate .feature .w-space .copy::before,
	.nigate .feature .w-space .copy::after {
		width: 20vw;
		height: 1vw;
	}
	.nigate .feature .w-space .copy::before {
		left: -17vw;
	}
	.nigate .feature .w-space .copy::after {
		right: -17vw;
	}
	.nigate .feature .feature-area {
		padding: 10vw 0;
	}
	.nigate .feature .feature-area .item h3 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.nigate .feature .slide-area {
	  width: 100%;
	}
	.nigate .feature .slide-area .slick-prev {
		left: -8vw;
	}
	.nigate .feature .slide-area .slick-next {
		right: -8vw;
	}
	.nigate .feature .img {
		margin-bottom: 5vw;
	}
	.nigate .feature .cv {
		margin-top: 8vw;
	}
	.nigate .deliver .w-space .row {
		padding-bottom: 10vw;
	}
	.nigate .cv .mt60 {
		margin-top: 10vw;
	}
	
	.intro .mv {
		padding: 5vw 3vw;
	}
	.intro .mv .img img {
		width: 100%;
	}
	.intro .content-wrapper {
		padding: 0;
	}
	.intro .sp-view-area {
		width: 100%;
		border-radius: 0;
		padding: 0;
	}
	.intro section {
		padding: 5vw 0;
	}
	.intro section.friend {
		padding-top: 0;
	}
	.intro .w-box {
		padding: 5vw 3vw;
		margin-bottom: 3vw;
	}
	.intro .w-box p {
		margin-bottom: 3vw;
	}
	.intro .w-box.img-b .flex {
		display: flex;
	}
	.intro .w-box.img-b img {
		width: 20vw;
		margin-left: 3vw;
	}
	.intro .ac-box p {
		font-size: 5vw;
	}
	.intro .ac-box img {
		margin: 0 0 5vw;
	}
	.intro .btn a {
		border-radius: 3vw;
		padding: 3vw;
		font-size: 5vw;
		width: 100%;
		margin-bottom: 5vw;
	}
	.intro .btn.orange a {
		box-shadow: 0px 1vw 0px 0px #c76309;
	}
	.intro .btn.yellow a {
		box-shadow: 0px 1vw 0px 0px #c8a429;
	}

	.intro .btn a::before {
		width: 5vw;
		height: 5vw;
		left: 5vw;
	}
	.intro .btn.mypage {
		margin-top: 5vw;
	}
	.intro .btn.mypage a {
		font-size: 4vw;
		border: 0.3vw solid #00acb9;
		box-shadow: 0px 0.5vw 0px 0px rgba(0, 0, 0, 0.1);
	}
	.intro .content-wrapper .col-3 {
		width: 100%;
	}
	.intro .sticky-area {
		display: none;
	}
	.intro .h-area h2 {
		font-size: 6vw;
		padding: 3vw;
	}
	.intro .h-area h2::after {
		margin-left: -7vw;
		border: 7vw solid;
		border-top: 5vw solid #00acb9;
	}
	.intro .cont {
		padding: 3vw;
	}
	.intro .cont.faq-area {
		padding: 0 3vw;
	}
	.intro .cont h3 {
		font-size: 5vw;
		margin: 6vw 0 5vw;
	}
	.intro .cont h3 span {
		font-size: 8vw;
	}
	.intro .cont p {
		font-size: 3.6vw;
	}
	.intro .text-login img {
		width: 60%;
		margin: 6vw 0 10vw;
	}
	.intro .step-area .w-box {
		padding: 8vw 5vw 5vw;
		margin-bottom: 18vw;
	}
	.intro .step-area .w-box:last-child {
		margin-bottom: 5vw;
	}
	.intro .step-area .w-box::after {
		width: 10vw;
		height: 10vw;
		bottom: -10vw;
	}
	.intro .step-area .w-box .flex {
		display: flex;
	}
	.intro .step-area .w-box span {
		font-size: 4.5vw;
		border-radius: 10vw;
		padding: 1.5vw 5vw;
		width: 60%;
		top: -5vw;
	}
	.intro .step-area .w-box p {
		font-size: 3.6vw;
	}
	.intro .step-area .w-box.center p {
		margin-top: 5vw;
		font-size: 3.6vw;
	}
	.intro .step-area .w-box.step01-02 img {
		width: 20vw;
	}
	.intro .step-area .w-box.step01-03 img {
		width: 35vw;
	}
	.intro .step-area .w-box.step01-04 img {
		width: 25vw;
	}
	.intro .cv-area {
		margin-bottom: 5vw;
		margin-top: 8vw;
	}
	.intro .cv-area .text-img {
		margin-bottom: 5vw;
	}
	.intro .result-area {
		padding: 5vw;
	}
	.intro .result-area p {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.intro .result-area img {
		width: 100%;
	}

	.intro .toggle-area .item {
		border-radius: 5vw;
		border: 0.5vw solid #00acb9;
	}
	.intro .toggle-area .item .title {
		font-size: 4vw;
		border-radius: 4vw 4vw 0 0;
		padding: 5vw 15vw 5vw 5vw;
		height: auto;
	}
	.intro .toggle-area .item .title::after {
		width: 5vw;
		height: 5vw;
		right: 3vw;
	}
	.intro .toggle-area .item.close .title {
		border-radius: 4.8vw;
	}
	.intro .toggle-area .item .inner {
		padding: 5vw;
	}
	
	.cta-area {
		text-align: center;
	}
	.cta-area .medal {
		margin-bottom: 5vw;
	}
	.cta-area h2 {
		font-size: 4.5vw;
		margin-bottom: 5vw;
	}
	.cta-area h2 span {
		font-size: 6.4vw;
	}
	.cta-area .img {
		margin-bottom: 5vw;
	}
	.cta-area .link a {
		font-size: 5vw;
		margin-bottom: 6vw;
	}
	
	
	body.shogi {
		font-size: 3.6vw;
	}
	.shogi header {
		padding: 1.5vw 0;
	}
	.shogi header .logo-area {
		width: 60%;
	}
	.shogi header .logo-area h1 {
		width: 50vw;
		height: auto;
	}
	.shogi header .logo-area h1 img {
		width: auto;
		position: relative;
		top: auto;
		left: auto;
	}
	.shogi header .row {
		gap: 5vw;
	}
	.shogi header .row .btn {
		flex: 1;
		width: 30%;
	}
	.shogi header .btn a {
		padding: 1vw 3vw;
		width: 100%;
		text-align: center;
		font-size: 2.5vw;
	}
	.shogi .mv {
		padding: 0;
	}
	.shogi .mv .img img {
		width: 100%;
	}
	.shogi .mv .cv {
		padding: 3vw;
		margin-top: -45vw;
		margin-bottom: 15vw;
	}
	.shogi .content-wrapper {
		background: none;
		width: 100%;
	}
	.shogi .sp-view-area {
		width: 100%;
	}
	.shogi .content-wrapper .col-3 {
		display: block;
		width: 100%;
	}
	.shogi .sticky-area {
		display: none;
	}
	.shogi section {
		padding: 10vw 3vw;
	}
	.shogi aside {
		padding: 10vw 3vw;
	}
	.shogi h2 {
		font-size: 6vw;
		margin-bottom: 8vw;
	}
	.shogi h2 span {
		padding: 0 2vw 1vw;
	}
	.shogi .about {
		background-size: 45vw;
		background-position: right 3vw center;
	}
	.shogi .about ul {
		padding: 0 1.5vw;
		margin-bottom: 5vw;
	}
	.shogi .about li {
		gap: 3vw;
		margin-bottom: 5vw;
		font-size: 4.2vw;
	}
	.shogi .about li img {
		width: 15vw;
	}
	.shogi .about li p {
		padding-top: 3vw;
	}
	.shogi .about li p img {
		right: -1.5vw;
		top: -8vw;
		width: 15vw;
	}
	.shogi .about p {
		margin-bottom: 5vw;
	}
	.shogi .map.map01 {
		padding-left: 3vw;
		padding-right: 3vw;
		font-size: 4.2vw;
	}
	.shogi .map.map01 .map-box {
		margin-top: 5vw;
		height: 60vw;
	}
	.shogi .flow {
		padding-bottom: 20vw;
	}
	.shogi .flow .comment-box {
		border: 0.5vw solid #00AEBA;
		padding: 5vw;
		margin-bottom: 10vw;
	}
	.shogi .flow ul {
		padding: 0 3vw;
	}
	.shogi .flow li {
		gap: 5vw;
		margin-bottom: 10vw;
	}
	.shogi .flow li::before {
		width: 0.5vw;
		height: 15vw;
		left: 7vw;
		top: 20vw;
	}
	.shogi .flow li img {
		width: 15vw;
	}
	.shogi .flow li h3 {
		font-size: 6vw;
		margin-top: 2vw;
		margin-bottom: 1vw;
	}
	.shogi .flow li .text img {
		right: 3vw;
	}
	.shogi .flow li.flow01 .text {
		margin-bottom: 5vw;
	}
	.shogi .flow li.flow01 .text img {
		width: 20vw;
    	bottom: -15vw;
	}
	.shogi .flow li.flow02 .text img {
		width: 20vw;
    	bottom: -12vw;
	}
	.shogi .flow li.flow03 .text img {
		width: 20vw;
   		bottom: -20vw;
	}
	.shogi .teacher {
		padding-left: 5vw;
		padding-right: 5vw;
		padding-bottom: 20vw;
	}
	.shogi .teacher .item {
		margin-bottom: 8vw;
	}
	.shogi .teacher .title {
		margin-bottom: 10vw;
	}
	.shogi .nekomado {
		padding: 15vw 3vw;
	}
	.shogi .nekomado::before {
		top: -10vw;
		left: 50%;
		transform: translateX(-50%);
		width: 85vw;
		height: 85vw;
	}
	.shogi .nekomado h2 {
		padding: 0 5vw;
	}
	.shogi .nekomado .w-box {
		padding: 10vw 5vw 5vw;
		margin-bottom: 10vw;
	}
	.shogi .nekomado .w-box .title {
		margin-bottom: 5vw;
	}
	.shogi .nekomado .w-box .img img {
		width: 25vw;
		margin-top: -5vw;
	}
	.shogi .nekomado p.center {
		margin-bottom: 5vw;
	}
	.shogi .nekomado .flex-box .item {
		gap: 5vw;
		padding: 0 5vw;
		margin-bottom: 5vw;
		background-size: 30vw;
		background-position: right 8vw center;
	}
	.shogi .nekomado .flex-box .item:last-child {
		background-position: left 8vw center;
	}
	.shogi .nekomado .flex-box .item .img {
		width: 30vw;
	}
	.shogi .effect {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.shogi .effect h3 {
		gap: 3vw;
		font-size: 6vw;
		margin-top: 12vw;
		margin-bottom: 3vw;
	}
	.shogi .effect h3 img {
		width: 10vw;
	}
	.shogi .effect .flex-box {
		gap: 5vw;
		margin: 8vw 0;
	}
	.shogi .effect .flex-box img {
		width: 25vw;
	}
	.shogi .effect .cv {
		margin-left: -1.5vw;
		margin-right: -1.5vw;
	}
	.shogi .first {
		padding: 10vw 3vw;
	}
	.shogi .first h2 {
		padding: 0 5vw;
		margin-bottom: 10vw;
	}
	.shogi .first dt {
		gap: 5vw;
		margin-bottom: 5vw;
	}
	.shogi .first dt .img {
		width: 18vw;
	}
	.shogi .first dd {
		gap: 5vw;
		margin-bottom: 12vw;
	}
	.shogi .first dd .bubble {
		padding: 5vw;
	}
	.shogi .first dd .bubble::after {
		border: 3vw solid transparent;
		border-left: 5vw solid #FFF;
	}
	.shogi .first dd .img {
		width: 30vw;
	}
	.shogi .first .arrow img {
		width: 15vw;
	}
	.shogi .lesson {
		padding-bottom: 8vw;
	}
	.shogi .lesson .lesson-box {
		padding: 5vw;
		border: 0.8vw solid #00AEBA;
	}
	.shogi .lesson .lesson-box h2 {
		margin-bottom: 5vw;
	}
	.shogi .lesson .lesson-box ul {
		padding: 0 1.5vw;
	}
	.shogi .lesson .lesson-box li {
		font-size: 2.5vw;
	}
	.shogi .map.map02 {
		margin-top: 8vw;
		padding: 10vw 5vw;
	}
	.shogi .map.map02 h2 {
		font-size: 6vw;
		margin-bottom: 5vw;
	}
	.shogi .map.map02 h2 span {
		padding: 1vw 5vw;
	}
	.shogi .map.map02 .map-box {
		margin-top: 5vw;
		height: 60vw;
	}

	.cst section {
		padding: 10vw 0;
	}
	.cst section .row,
	.cst aside .row,
	.cst .row {
		padding: 0 5vw;
	}
	.cst .sp-view-area {
		width: 100%;
	}
	.cst .mv {
		padding: 10vw 0;
	}
	.cst .mv .row {
		display: block;
	}
	.cst .mv .img {
		width: 100%;
	}
	.cst .cv-area .cv-box {
		padding: 5vw;
	}
	.cst .cv-area .cv-box p {
		font-size: 4.5vw;
		margin-bottom: 3vw;
	}
	.cst .cv-area .cv-box p strong {
		padding-left: 3vw;
	}
	.cst .cv-area .cv-box .coupon-area p {
		font-size: 3vw;
	}
	.cst .cv-area .cv-box .coupon-area p .code {
		font-size: 5vw;
		padding: 0 2vw;
	}
	.cst .cv-area .cv-box .btn-copy {
		width: 60%;
	}
	.cst .cv-area .sub-box {
		padding: 5vw 5vw 10vw;
	}
	.cst .cv-area .attention a {
		font-size: 3.5vw;
		padding-left: 4vw;
		margin-top: 5vw;
	}
	.cst .cv-area .attention a::before {
		width: 3vw;
		height: 3vw;
	}
	.cst .mv .cv-area {
		width: 100%;
	}
	.cst .mv .cv-area .cv-box {
		padding: 5vw 3vw;
		margin-left: -5vw;
		margin-right: -5vw;
	}
	.cst .mv .cv-area .cv-box p {
		font-size: 4.5vw;
		margin-bottom: 5vw;
	}
	.cst .mv .cv-area .cv-box .coupon-area p {
		font-size: 3vw;
	}
	.cst .mv .cv-area .cv-box .coupon-area p .code {
		font-size: 5vw;
	}
	.cst .mv .cv-area .cv-box .btn-copy {
		width: 60%;
	}
	.cst .mv .cv-area .note p {
		font-size: 3vw;
		margin-top: 5vw;
	}
	.cst .mv .cv-area .attention a {
		font-size: 3.5vw;
		padding-left: 4vw;
	}
	.cst .mv .cv-area .attention a::before {
		width: 3vw;
		height: 3vw;
	}
	.cst section p {
		font-size: 4vw;
		margin-bottom: 5vw;
	}
	.cst section h2 {
		margin-bottom: 5vw;
	}
	.cst .img {
		margin-bottom: 5vw;
	}
	.cst .slide-area .slick-dotted.slick-slider:last-child {
		margin-bottom: 5vw;
	}
	.cst .slick-dots {
		bottom: -5vw;
	}
	.cst .slick-dots li {
		width: 3vw;
		height: 3vw;
		padding: 0 3vw;
	}
	.cst .slick-dots li button::before {
		width: 8px;
		height: 8px;
		background: #E8E8E8;
	}
	.cst .slick-dots li.slick-active button::before {
	  background: #2a9cb0;
	}
	.cst .sec01 h2 {
		margin-bottom: 10vw;
	}
	.cst .sec01 h2 img {
		width: 85vw;
	}
	.cst .sec01 .slide-area {
		margin-right: -5vw;
	}
	.cst .sec01 .slide-area .slick-list {
		padding-left: 0!important;
	}
	.cst .sec01 .slide-area img {
		width: 100%;
	}
	.cst .sec02 h2 img {
		width: 68vw;
	}
	.cst .sec02 .item-box {
		margin-top: 10vw;
		padding: 10vw 3vw 5vw;
	}
	.cst .sec02 .item-box h3 {
		margin-bottom: 5vw;
	}
	.cst .sec02 .item-box h3 img {
		width: 30vw;
	}
	.cst .sec02 .img.full {
		margin-left: -3vw;
		margin-right: -3vw;
	}
	.cst .sec03 h2 img {
		width: 82vw;
	}
	.cst .sec03 .img {
		margin: 10vw -5vw 0;
	}
	.cst .sec03 .video-area {
		margin: 15vw 0 3vw;
	}
	.cst .sec04 h2 {
		margin-bottom: 10vw;
	}
	.cst .sec04 h2 img {
		width: 85vw;
	}
	.cst .sec04 .img {
		margin: 0 -5vw 10vw;
	}
	.cst .sec04 p {
		margin-bottom: 3vw;
	}
	.cst .sec04 .slide-area .slide-item {
		margin-left: -5vw;
		margin-right: -5vw;
	}
	.cst .sec04 .slide-area .slick-dotted.slick-slider {
		margin-bottom: 15vw;
	}
	.cst .sec05 .slide-area {
		margin-left: -5vw;
		margin-right: -5vw;
	}
	.cst .sec04 .slide-area .slick-slide img,
	.cst .sec05 .slide-area .slick-slide img {
		width: 100%;
	}
	.cst .sec04 .slide-area .slick-dots,
	.cst .sec05 .slide-area .slick-dots {
		bottom: -5vw;
	}
	.cst .sec04 .slide-area .slick-prev,
	.cst .sec05 .slide-area .slick-prev {
	  width: 10vw;
	  height: 10vw;
	}
	.cst .sec04 .slide-area .slick-next,
	.cst .sec05 .slide-area .slick-next {
	  width: 10vw;
	  height: 10vw;
	  right: 2vw;
	}
	.cst .sec04 .slide-area .slick-prev::before,
	.cst .sec04 .slide-area .slick-next::before,
	.cst .sec05 .slide-area .slick-prev::before,
	.cst .sec05 .slide-area .slick-next::before {
		width: 10vw;
		height: 10vw;
	}
	.cst section.sec05 {
		padding-bottom: 0;
	}
	.cst .sec05 h2 img {
		width: 83vw;
	}
	.cst .sec05 h3 {
		margin-bottom: 10vw;
	}
	.cst .sec05 .grad-area {
		padding: 10vw 0;
	}
	.cst .sec05 .img.full-r {
		margin-right: -5vw;
	}
	.cst .sec05 .num {
		width: 35vw;
		margin-left: -5vw;
		margin-bottom: 5vw;
	}
	.cst .sec05 .point .img {
		margin-bottom: 10vw;
	}
	.cst .sec05 .point01 h3 {
		width: 80vw;
	}
	.cst .sec05 .point02 h3 {
		width: 82vw;
	}
	.cst .sec05 .point02 .mt {
		margin-top: 10vw;
		margin-bottom: 0;
	}
	.cst .sec06 h2 {
		margin-bottom: 10vw;
	}
	.cst .sec06 h2 img {
		width: 90vw;
	}
	.cst .sec06 .img.full {
		margin-left: -5vw;
		margin-right: -5vw;
	}
	.cst .sec06 .mt {
		margin-top: 10vw;
	}
	.cst .attention-area {
		padding: 10vw 0;
		font-size: 3vw;
	}
	.cst .attention-area h2,
	.cst .attention-area h3 {
		margin-top: 5vw;
	}
	.cst .attention-area li {
		margin-bottom: 3vw;
	}


    /* ======== スライダー ======== */
    .slide-area {
        width: 100%;
    }
    .slick-slide {
        margin: 0;
        height: 100%!important;
    }
    .slick-prev::before, .slick-next::before {
        width: 8vw;
        height: 8vw;
    }
    .slick-prev {
        width: 8vw;
        height: 8vw;
        left: -5vw;
    }
    .slick-next {
        width: 8vw;
        height: 8vw;
        right: -5vw;
    }
    .slick-dots {
        bottom: -3vw;
    }
	.example .slick-dots {
		bottom: -14vw;
	}
    .slick-dots li {
        width: 6vw;
        height: 3vw;
        padding: 0 3vw;
    }
    .slick-dots li button {
        width: 6vw;
        height: 3vw;
        padding: 0 3vw;
    }
    .slick-dots li button::before {
        width: 6vw;
        height: 2vw;
        border-radius: 5vw;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 10vw;
    }
    .example .slick-prev, .example .slick-next {
        top: 45%;
    }
    .w-box .slick-prev, .w-box .slick-next {
        top: 38%;
    }
    .w-box  .slick-prev::before {
        left: 6vw;
    }
    .w-box .slick-next::before {
        right: 6vw;
    }
    .slick-prev::before {
        left: 3vw;
        position: absolute;
    }
    .slick-next::before {
        right: 3vw;
        position: absolute;
    }
    .slide-area .pop {
        bottom: -5vw;
        width: 70%;
    }
    .slide-area .pop .inner {
        padding: 3vw;
        width: 100%;
        border-radius: 5vw;
    }
    .slide-area .pop .inner:before {
        top: -40px;
        left: 50%;
        margin-left: -20px;
        border: 20px solid;
        border-bottom-width: 20px;
        border-bottom-style: solid;
        border-bottom-color: currentcolor;
        border-bottom: 35px solid #FFF;
    }
    .slide-area .pop .inner span {
        font-size: 4vw;
    }
    .slide-area .mov  {
		width: 100%;
		margin-bottom: 8.98vw;
	}
	.slide-area .mov .inner {
		width: 90%;
		height: 50vw;
	}
	
	.course-math header .row {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.course-math header h1 {
		height: auto;
	}
	.course-math header .row .link {
		position: relative;
		right: auto;
		top: auto;
	}
	.course-math header .row a {
	  font-size: 3vw;
	}
	.course-math header img {
		position: relative;
		left: auto;
		top: auto;
		width: 35vw;
   		height: auto;
	}
	.course-math section {
		padding: 8vw 0;
	}
	.course-math p {
		font-size: 3.6vw;
		margin-bottom: 3vw;
	}
	.course-math p.note {
		font-size: 3vw!important;
	}
	.course-math .item.w-box {
		width: 100%;
		box-shadow: 0px 0px 2vw 0px rgba(0, 0, 0, 0.7);
	}
	.course-math .diff {
		background-image: url(/gakuryoku/img/math/diff-bg-sp.png);
		padding-top: 13vw;
		background-size: 100%;
	}
	.course-math .diff .img-aninme01 .arrow {
		top: 40vw;
  		width: 46vw;
	}
	.course-math .diff .item.w-box.grade .motion-area01 {
		height: auto;
		width: 100%;
	}
	.course-math .diff .item.w-box.grade .motion-area01 .img-box {
		width: 100vw;
		gap: 8px;
		margin-left: -8vw;
	}
	.course-math .diff .item.w-box.grade .motion-area01 .img-box img {
		width: 16%;
	}
	.course-math .diff .item.w-box.grade .motion-area02 {
		margin: auto -8vw;
		top: -8vw;
	}
	.course-math .diff .video-area {
		margin-top: 0;
		margin-bottom: 5vw;
	}
	.course-math .diff .video-area img {
		width: 100%;
	}


	.course-math .item.w-box {
		margin-bottom: 25vw;
	}
	.course-math .w-box-area .item.w-box {
		padding-left: 5vw;
		padding-right: 5vw;
	}
	.course-math .w-box-area .item.w-box::after {
		width: 15vw;
		height: 15vw;
		bottom: -20vw;
	}
	.course-math .mv {
		height: auto;
		background: #FFF;
	}
	.course-math .mv .main-img {
		width: 100%;
		height: auto;
		text-align: center;
		position: relative;
	}
	.course-math .mv .main-img img {
		position: relative;
		left: auto;
		transform: none;
		max-width: none;
		height: auto;
		display: block;
		width: 100%;
	}
	.course-math .mv .cv {
		position: relative;
		bottom: auto;
		left: auto;
		transform: none;
		display: block;
		margin-bottom: 5vw;
		margin-top: 5vw;
	}
	.course-math .mv .catch {
		text-align: center;
	}
	.course-math .mv .catch .img {
		padding: 3vw;
		margin-bottom: 0;
	}
	.course-math .mv .catch .img img {
		width: 65%;
	}
	.course-math .mv .catch .text {
		padding: 3vw;
		border-top: 1vw solid #00aebb;
		border-bottom: 1vw solid #00aebb;
		font-size: 6vw;
	}
	.course-math .mv .catch .text p {
		font-size: 5.5vw;
		font-weight: bold;
		line-height: 1.3;
		color: #00aebb;
		margin: 0;
	}
	.course-math .w-box-area .item.w-box.add-hr {
		margin-bottom: 25vw;
	}
	.course-math h2 {
		margin-bottom: 8vw;
	}
	.course-math h3 {
		margin-bottom: 8vw;
	}
	.course-math h3 img {
		width: 100%;
	}
	.course-math .img {
		margin-bottom: 5vw;
	}
	.course-math .img img {
		width: 80%;
	}
	.course-math .img.sp-full img {
		width: 100%;
	}
	.course-math .cv {
		margin-top: 5vw;
	}
	.course-math .cv img {
		width: 100%;
	}
	.course-math .about {
		background-image: url(/gakuryoku/img/math/about-bg-sp.png);
		padding-top: 13vw;
		background-size: 100%;
	}
	.course-math .about .img.book {
		margin: 5vw -3vw 5vw 0;
	}
	.course-math .about .img.book .img01 {
		top: 39vw;
		left: 15.5vw;
		width: 30vw;
	}
	.course-math .about .img.book .img02 {
		top: 75.5vw;
		right: 20vw;
		width: 27vw
	}
	.course-math .about .img.book .img03 {
		bottom: 10.5vw;
		left: 16vw;
		width: 21.5vw;
	}
	.course-math .contents {
		background-image: url(/gakuryoku/img/math/contents-bg-pc.png);
		padding-top: 13vw;
		background-size: 100%;
	}
	.course-math .contents .slide-area {
		text-align: center;
		width: 100vw;
		margin-bottom: 5vw;
		margin-left: -8vw;
		margin-right: -8vw;
	}
	.course-math .contents .slide-area img {
		width: 100%;
		max-width: 200%;
		padding: 1vw;
	}
	.course-math .contents .slide-area .slick-prev::before,
	.course-math .contents .slide-area .slick-next::before {
		width: 20vw;
		height: 20vw;
		top: 0;
	}
	.course-math .contents .slide-area .slick-prev,
	.course-math .contents .slide-area .slick-next {
		top: 50%;
		width: 20vw;
		height: 20vw;
	}
	.course-math .contents .slide-area .slick-prev {
		left: -5vw;
	}
	.course-math .contents .slide-area .slick-next {
		right: -5vw;
	}
	.course-math .contents .img.challenge img {
		width: 60%;
	}
	.course-math .contents a.link-pop,
	.course-math .diff a.link-pop {
		background: url(../../images/link-blank.png) no-repeat 0 1.3vw;
	}
	.course-math .contents .youtube-area .img img {
		width: 100%;
	}
	.course-math .contents .youtube-area .img .youtube {
		width: 74vw;
	}
	.course-math .price {
		background-image: url(/gakuryoku/img/math/price-bg-sp.png);
		padding-top: 13vw;
		background-size: 100%;
	}
	.course-math .price .w-box-area  {
		margin-top: 15vw;
	}
	.course-math .price .w-box-area .bubble {
		top: -8vw;
		width: 80%;
	}
	.course-math .price .w-box-area .item.w-box  {
		padding-top: 15vw;
	}
	.course-math .faq {
		background-image: url(/gakuryoku/img/math/faq-bg-sp.png);
		background-position: top center;
		padding-top: 9vw;
		background-size: 100%;
	}
	.course-math .faq .faq-area {
		margin-bottom: 25vw;
	}
	.course-math .faq .faq-area::after {
		width: 15vw;
		height: 15vw;
		bottom: -20vw;
	}
	.course-math .faq .faq-area .item {
		padding: 5vw;
		margin-bottom: 5vw;
		width: 100%;
	}
	.course-math .faq .faq-area .item .question {
		font-size: 5vw;
		padding-left: 10vw;
		padding-right: 5vw;
	}
	.course-math .faq .faq-area .item .answer {
		padding-top: 5vw;
		margin-top: 5vw;
	}
	.course-math .faq .faq-area .item .question::before {
		width: 7vw;
		height: 7vw;
		top: 1vw;
	}
	.course-math .faq .faq-area .item .question::after {
		width: 4vw;
		height: 4vw;
	}
	.course-math .faq .faq-area .item.close .question::after {
		background-image: url(/gakuryoku/img/math/ico-arrow-d.png);
	}
	.course-math .faq .item .answer {
		display: block;
	}
	.course-math .faq .item.close .answer {
		display: none;
	}
	.course-math .reason {
		padding-top: 25px;
	}
}
