body {
    font-family: 'Noto Sans JP', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    color: #333;
    font-feature-settings: "palt";
}
a {
    transition: .5s; 
	text-decoration: none;
    color: #111;
}
a:hover{
    opacity: 0.6;
}
ol, ul {
    list-style: none;
}

/* ------------------------- */
header.main_visual {
    background-image: url(../images/bg_writing_ability.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 20%;
    text-align: center;
    margin-bottom: 1.5rem;
    height: 160px;
    padding: 23px;
}
.main_visual .main_visual_inner {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    width: 90%;
}
.main_visual .main_visual_inner .logo {
	position: relative;
    width: 17rem;
    text-align: left;
    margin-left: 3%;
}
.main_visual .main_visual_inner .logo img:first-child {
    width: 142px;
    margin: 0 0 9px;
}
.main_visual .main_visual_inner .logo span {
    display: block;
    font-size: 16px;
    margin: 2px 0 0 3px;
    font-weight: 500;
}
.main_visual .main_visual_inner .snav {
	width: 29rem;
    position: absolute;
    top: 0.75rem;
    right: 1%;
    display: inline-flex;
    justify-content: flex-end;
    column-gap: 0.5em;
    flex-wrap: wrap;
    text-align: right;
}
.main_visual .main_visual_inner .snav p {
    display: block;
    margin: 25px 15px 0 0;
}
.main_visual .main_visual_inner .snav a.map {
    background: #9957b8;
    color: #fff;
    border-radius: 5px;
    display: inline-block;
    vertical-align: bottom;
    padding: 1px 6px 2px;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 800;
    margin: -7px 0 3px 4px;
}
.main_visual .main_visual_inner .snav a.map::before {
	content: ">";
    display: inline-block;
    margin: 0 2px 0 -1px;
    color: #daa1f3;
    transform: scale(0.75, 1);
    vertical-align: bottom;
}




@media screen and (max-width: 750px) {
    header.main_visual {
        background-image: url(../images/bg_writing_ability_sp.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center 20%;
        text-align: center;
		margin-bottom: 4vw;
        height: 300px;
        padding: 23px;
    }
	.main_visual .main_visual_inner .logo {
		top: 1vw;
        margin: 0 auto;
        width: 80%;
        max-width: 340px;
	}
	.main_visual .main_visual_inner .snav {
		position: static;
		margin-top: 7vw;
		width: 100%;
		justify-content: center;
	}
    .main_visual .main_visual_inner .snav a.btn-2 {
        font-size: 0.85rem;
    }
}


.breadcrumb {
}
.breadcrumb a {
    color: #fff;
    text-decoration: underline;
}
.breadcrumb ul {
    background: #7D4697;
    text-align: center;
    padding: 4px 0 6px;
    margin: 0;
}
.breadcrumb ul li{
    display: inline-block;
    margin: 0 0.3em;
}
.breadcrumb ul li:after {
    content: "|";
    display: inline-block;
    margin: -0.25em 0 0 0.7em;
    vertical-align: middle;
    color: #fff;
}
.breadcrumb ul li:last-child:after {
    content: "";
    margin: 0;
} 

@media screen and (max-width: 500px) {
.breadcrumb ul li.onlysp{
    display: block;
    margin-bottom: 0.2em;
}
}
/* ------------------------- */
h2.tit {
    font-size: 30px;
    margin: 0.6em auto 0;
    line-height: 1.6;
    text-align: center;
    font-feature-settings: "palt";
    position: relative;
    width: 96%;
}
h2.tit span {
    display: block;
    font-size: 20px;
    font-weight: normal;

}
h2.tit::after {
    position: absolute;
    content: '';
    bottom: -0.36em;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 10.5em;
    height: 0.16em;
    background-image: linear-gradient(90deg, rgb(230, 54, 80) 50%, rgb(125, 70, 151) 50%);
}
h2.tit2 {
    font-size: 26px;
    margin: 1.6em 0 0.5em;
    line-height: 1.6;
    text-align: center;
    font-feature-settings: "palt";
    position: relative;
}
div.sub {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    margin: 0;
    padding: 1em 1em 0 1em;
}
div.sub span {
    display: block;
}
h3.tit_m {
    text-align: center;
    font-family: "源ノ明朝", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
    font-size: 38px;
    margin: 45px auto 5px;
    width: 96%;
}
h3.tit_m.tit_m2 {
    font-size: 33px;
    margin: 5px auto 5px;
}
@media screen and (max-width: 750px) {
    div.sub span {
        display: inline;
    }
}
.area_process {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    background-image: url(../../images/area03_bg.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center top;
    background-color: #F7D0AC;
    padding: 3rem 0;
}
.area_process .process_inbx {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    background-color: rgba(255,255,255,0.7);
    padding: 1rem 1.5rem;
    border-radius: 18px;
}
.process_inbx ul {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 20px auto;
}
.process_inbx ul li {
    border: 4px solid #ccc;
    border-radius: 12px;
    text-align: center;
    width: 31.5%;
    padding: 1.5em 0;
    margin: 0 1%;
    position: relative;
    font-size: 21px;
    background-color: #fff;
    font-weight: bold;
}
.process_inbx ul li::after {
    position: absolute;
    display: inline-block;
    content: "▲";
    color: #9dacbf;
    margin: -2px 9px 0 5px;
    vertical-align: middle;
    font-size: 41px;
    transform: scale(0.65, 1) rotate(90deg);
    right: -1em;
    top: 0.35em;
}
.process_inbx ul li:last-child {
    margin-right: 0;
}
.process_inbx ul li:last-child::after {
    content: "";
}
.process_inbx p.txtbx {
    width: 90%;
    margin: 0 auto 15px;
}
.process_inbx p.txtbx_strong {
    width: 90%;
    margin: 0 auto 45px;
    font-size: 110%;
    font-weight: bold;
    text-align: center;
}
.area_process_tit {
    background-image: url(../../images/area03-purple_bg.png);
    background-color: #CAADFC;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    text-align: center;
    margin: 60px auto;
    height: auto;
    padding: 53px 0;
    position: relative;
}
.area_process_tit.blue {
    background-image: url(../images/blue_bg.png);
    background-color: #9ba0ee;
}
.area_process_tit img {
    width: 360px;
    position: absolute;
    left: 10%;
    z-index: 1;
    transform: rotate(-10deg);
    top: -24px;
    border: 4px solid #e199ec;
    border-radius: 6px;
}
.area_process_tit.blue img {
    border: 4px solid #9ba0ee;
}
.area_process_tit div {
    z-index: 10;
    position: relative;
    padding: 15px;
    background-color: rgba(225,153,236,0.4);
}
.area_process_tit.blue div {
    background-color: rgba(155,160,238,0.4);
}
.area_process_7math {
    background-color: #ebdfff;
    text-align: center;
    margin: -60px auto 0;
    height: auto;
    padding: 40px 2% 65px;
    position: relative;
}
.area_process_7math div {
    background-color: #fff;
    width: 100%;
    text-align: left;
    margin: 15px auto;
    padding: 15px 20px;
    max-width: 950px;
    border: 4px solid #df9bee;
    border-radius: 20px;
    position: relative;
    display: inline-block;
}
.area_process_7math div::after {
    position: absolute;
    display: inline-block;
    content: "▼";
    color: #a94bb9;
    margin: 0;
    vertical-align: middle;
    font-size: 35px;
    transform: scale(1.65, 1);
    left: 150px;
    bottom: -45px;
}
.area_process_7math div:last-of-type::after {
    content: "";
}
.area_process_7math div img {
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.area_process_7math div h3 {
    margin: 13px 0 15px 20px;
    color: #a94bb9;
    font-weight: 900;
    border-bottom: 3px dotted #ccc;
    padding: 0 0 14px;
    font-size: 24px;
}
.area_process_route {
    background-color: #E5F3FF;
    text-align: center;
    margin: -60px auto 0;
    height: auto;
    padding: 40px 2% 65px;
    position: relative;
}
.area_process_route div {
    background-color: #fff;
    width: 100%;
    text-align: left;
    margin: 15px auto;
    padding: 15px 20px;
    max-width: 950px;
    border: 4px solid #a2d4ff;
    border-radius: 20px;
    position: relative;
    display: inline-block;
}
.area_process_route div::after {
    position: absolute;
    display: inline-block;
    content: "▼";
    color: #5eabed;
    margin: 0;
    vertical-align: middle;
    font-size: 35px;
    transform: scale(1.65, 1);
    left: 48%;
    bottom: -45px;
}
.area_process_route div:last-of-type::after {
    content: "";
}
.area_process_route div img {
    display: block;
    margin: 0 auto 15px;
    width: 100%;
    max-width: 500px;
}
.area_process_route div h3 {
    margin: 13px 0 15px 20px;
    color: #4a98da;
    font-weight: 900;
    border-bottom: 3px dotted #ccc;
    padding: 0 0 14px;
    font-size: 24px;
    text-align: center;
}
.area_process_7math p.cmnt, .area_process_route p.cmnt {
    width: 96%;
    max-width: 950px;
    margin: 40px auto 30px;
    text-align: left;
    font-size: 18px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 28px 65px;
    position: relative;
}
.area_process_7math p.cmnt::before, .area_process_route p.cmnt::before {
    position: absolute;
    display: inline-block;
    content: "「";
    color: #d69ee0;
    margin: 0;
    vertical-align: middle;
    font-size: 84px;
    left: 0px;
    top: -20px;
}
.area_process_7math p.cmnt::after, .area_process_route p.cmnt::after {
    position: absolute;
    display: inline-block;
    content: "」";
    color: #d69ee0;
    margin: 0;
    vertical-align: middle;
    font-size: 84px;
    right: 0;
    bottom: -10px;
}
.area_process_route p.cmnt::before, .area_process_route p.cmnt::after {
    color: #a2d4ff;
}

@media screen and (max-width: 750px) {
    .process_inbx ul li {
        width: 100%;
        padding: 0.75em 0;
        margin: 0 0 25px;
    }
    .process_inbx ul li::after {
        margin: 0;
        transform: scale(1, 0.75) rotate(180deg);
        top: auto;
        bottom: -52px;
        right: 47%;
    }
    br.br_pc {
        display: none;
    }
    .area_process_7math div img {
        display: block;
        float: none;
        margin: 0 auto;
    }
    .area_process_7math div h3 {
        margin: 13px 0 15px 0;
    }
    .area_process_7math div::after {
        left: 48%;
    }
}
div.txt_2bx {
    margin: 0 auto;
    width: 100%;
    font-size: 18px;
    line-height: 1.8;
    padding: 2em 1em 1em 1em;
    border-radius: 0 0 15px 15px;
    display: flex;
    flex-wrap: wrap;
}
div.txt_2bx div {
    display: inline-block;
    vertical-align: top;
    width: 46%;
    margin: 0 2%;
    border: 4px solid #f5b192;
    background-color: #fff;
    border-radius: 11px;
    padding: 15px;
    text-align: center;
    position: relative;
}
div.txt_2bx div p {
    width: 100%;
    margin: 0 auto!important;
    padding: 0 0 0.6em 0!important;
    text-indent: 1em;
}
div.txt_2bx div span {
    display: block;
    font-size: 90%;
    margin: 10px auto 0;
    line-height: 1.5;
}
div.txt_2bx div.yaji:after {
    position: absolute;
    display: inline-block;
    content: "▲";
    color: #9dacbf;
    margin: 0;
    vertical-align: middle;
    font-size: 43px;
    transform: scale(0.65, 1) rotate(90deg);
    right: -1em;
    bottom: 0;
}
p.no_indent{
  text-indent: 0em!important;
}

.pc-only {
    display: block;
}


@media screen and (max-width: 750px) {
    .pc-only {
        display: none;
    }
    div.txt_2bx {
        display: block;
        padding: 2em 0em 1em 0em;
    }
    div.txt_2bx div {
        display: block;
        width: 96%;
        margin: 0 auto 40px;
    }
    div.txt_2bx div.yaji:after {
	    transform: scale(1, 0.75) rotate(180deg);
        top: auto;
        bottom: -55px;
        right: 47%;
    }
}

/* ------------------------- */

.area_taiken {
	padding: 2rem 0;
}
@media screen and (max-width: 750px) {
	.area_taiken {
		padding: 1rem 1.5rem;
	}
}


.lum-gallery-button {
	display: none !important;
}


/* ボタン
------------------------------------- */
a.btn.disabled,
a.btn:disabled {
	opacity: .65
}
a.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}
a.btn.disabled,
fieldset:disabled a.btn {
	pointer-events: none
}
a.btn {
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	border: none;
	border-radius: 0;
	font-size: 24px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	transition: all 0.1s;
	text-decoration: none;
	background-color: #eee;
}

/* ------------------------- */

a.btn-1 {
	height: 3em;
	padding: 0 2.5em 0 2em;
	font-size: 1.25rem;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	border-radius: 100vh;
	font-feature-settings: normal;
}
a.btn-1.c01 {background-color: #E60012;}
a.btn-1.c02 {background-color: #E63650;}
a.btn-1.c03 {background-color: #7D4697;}
a.btn-1.c04 {background-color: #EA4E62;}

a.btn-1::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0.8em;
	margin: auto;
	width: 1em;
	height: 1em;
	background-image: url(../../images/chevron_right.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-1:hover {
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	a.btn-1 {
		height: auto;
		padding: 0.6em 2em 0.6em 1.5em;
		font-size: 3.5vw;
		line-height: 1.3;
		text-align: center;
		color: #fff;
		border-radius: 100vh;
	}
	a.btn-1::after {
		width: 0.8em;
		height: 0.8em;
	}
}

/* ------------------------- */

a.btn-2 {
	padding: 0.9em 2em 0.9em 1.5em;
	font-size: 1rem;
	line-height: 1.3;
	text-align: center;
	color: #E80331;
	background-color: #fff;
	border-radius: 100vh;
	border: 0.15em solid #E80331;
}
a.btn-2::after {
	position: absolute;
	content: '';
	top: 0;
	bottom: 0;
	right: 0.8em;
	margin: auto;
	width: 1em;
	height: 1em;
	background-image: url(../images/chevron_right_red.svg);
	background-size: contain;
	background-repeat: no-repeat;
}
a.btn-2:hover {
	opacity: 0.7;
}
@media screen and (max-width: 750px) {
	a.btn-2 {
		font-size: 3.7vw;
	}
}

.process_inbx ul.button2 {
    margin: 0 auto;
}
.process_inbx ul.button2 li {
    background-color: transparent;
    width: 48%;
    border: 0;
}
.process_inbx ul.button2 li::after {
    content: "";
}
@media screen and (max-width: 750px) {
    .process_inbx ul.button2 li {
        width: 100%;
    }
}

/* ------------------------- */

.btn_block {
	text-align: center;
}
.btn_block .btn_block_inner {
	display: inline-flex;
	align-items: center;
	column-gap: 1em;
	padding: 0.3em 0.5em 0.3em 2em;
	font-size: 1.25em;
	line-height: 1.3;
	color: #333;
	text-align: center;
	background-color: #fff;
	border: 0.13em solid #E80331;
	border-radius: 100vh;
	font-weight: 500;
}
.btn_block.line3 .btn_block_inner {font-size: 1rem;}
.btn_block.c03 .btn_block_inner {border-color: #7D4697;}
.btn_block.c04 .btn_block_inner {border-color: #EA4E62;}

.btn_block .btn_block_inner a:first-child {
	color: #333;
	text-decoration: underline;
}
.btn_block .btn_block_inner a:first-child:hover {
	color: #666;
}
@media screen and (max-width: 750px) {
	.btn_block .btn_block_inner {
		flex-direction: column;
		row-gap: 0.8em;
		padding: 0.6em 1.5em 0.8em;
		border-radius: 0.5em;
	}

}




.text-c01 {color: #E63650 !important;}
.text-c02 {color: #7D4697 !important;}


@media screen and (min-width: 751px) {
	.sp_only {
		display: none !important;
	}
}
@media screen and (max-width: 750px) {
	.pc_only {
		display: none !important;
	}
}


.kuwashiku {
	padding: 2rem 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	background-color: #FCEFDD;
}
.kuwashiku img {
    display: block;
    margin: 25px auto 15px;
    width: 80%;
    max-width: 300px;
}
a.txt_link {
    text-decoration: none;
    font-size: 17px;
}
a.txt_link::before {
	content: ">";
    background-color: #e60012;
    border-radius: 50%;
    width: 30px;
    display: inline-block;
    text-align: center;
    margin: 0 5px 0 -5px;
    color: #fff;
    transform: scale(0.75, 1);
    vertical-align: bottom;
}


.ft_taiken {
	padding: 2rem 1.5rem;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.3;
	background-color: #FCEFDD;
}
.ft_taiken .logo {
	margin-bottom: 0.5em;
}
.ft_taiken .logo img {
	height: 3.4rem;
}
@media screen and (max-width: 750px) {
	.ft_taiken {
		padding: 1.5rem 1rem;
		font-size: 5.4vw;
	}
	.ft_taiken .logo img {
		height: 11vw;
	}
}
.ft_taiken .heading {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.2;
	margin-bottom: 2.5rem;
}
.ft_taiken .heading::after {
	position: absolute;
	content: '';
	bottom: -0.36em;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 10.5em;
	height: 0.16em;
	background-image: linear-gradient(90deg, rgb(230, 54, 80) 50%, rgb(125, 70, 151) 50%);
}
@media screen and (max-width: 750px) {
	.ft_taiken .heading {
		font-size: 4.8vw;
		margin-bottom: 1em;
	}
}


.area_access {
	padding: 2rem 0;
	background-color: #E5F3FF;
	text-align: center;
}
.area_access ul {
	display: grid;
	grid-template-columns: 1fr 180px;
	column-gap: 30px;
	max-width: 660px;
	margin: 0 auto;
	line-height: 1.5;
}
.area_access ul .map {
	grid-row: 1/3;
	grid-column: 2/3;
}
.area_access .ttl h2 {
	margin-bottom: 0.3em;
	font-size: 30px;
	font-weight: 600;
}
.area_access .ttl p {
	background-color: #fff;
	padding: 0.2em;
	font-size: 16px;
}
.area_access .address {
	font-size: 14px;
	line-height: 1.3;
}
.area_access .address .tel {
	margin: 0.5em 0 0;
	font-size: 28px;
	font-family: "Roboto", sans-serif;
}
.area_access .address .tel a {
	color: #333;
	text-decoration: none;
}
@media screen and (max-width: 750px) {
	.area_access {
		padding: 1rem 0.7rem 1.2rem;
	}
	.area_access ul {
		grid-template-columns: 1fr 43%;
		gap: 0.6rem 0.4em;
		line-height: 1.5;
	}
	.area_access ul .ttl {
		grid-row: 1/2;
		grid-column: 1/3;
	}
	.area_access .ttl h2 {
		font-size: 5.5vw;
	}
	.area_access .ttl p {
		font-size: 4vw;
	}
	.area_access ul .address {
		grid-row: 2/3;
		grid-column: 1/2;
		font-size: 3.5vw;
	}
	.area_access .address .tel {
		margin: 0.2em 0 0;
		font-size: 5.5vw;
	}
	.area_access ul .map {
		grid-row: 2/3;
		grid-column: 2/3;
	}
}


footer {
	padding: 1.5rem 0;
	text-align: center;
}
footer .logo img {
	height: 1.9rem;
}
@media screen and (max-width: 750px) {
	footer {
		padding: 0.7rem 0 1.5rem;
		text-align: center;
	}
	footer .logo img {
		height: 7vw;
	}
}


#pagetop {
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}
#pagetop a {
	width: 60px;
	height: 90px;
	position: fixed;
	bottom: 40px;
	right: 12px;
	background-image: url(../images/pagetop.svg);
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	z-index: 999;
}
#pagetop a:hover {
	filter: brightness(110%);
}
@media screen and (max-width: 750px) {
	#pagetop a {
		bottom: 5vw;
	}
}