@charset "utf-8";font-size

/* init */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, summary, time, mark, audio, video, a, input, textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	background: transparent;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ul li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: inherit;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal
}
sup {
	vertical-align: text-top;
	font-size: 75%;
}
sub {
	vertical-align: text-bottom;
	font-size: 75%;
}
input, textarea, select {
	z-index: auto;
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	vertical-align: middle;
}
a {
	outline: none;
}
audio:not([controls]) {
	display: none;
}
time {
	display: inline;
}
[hidden] {
	display: none;
}
input::-ms-clear, input::-ms-reveal, input:focus::-ms-clear, input:focus::-ms-reveal {
	visibility: hidden;
	display: none;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"]>input[type="button"]::-moz-focus-inner {
	padding: 0;
	border: 0;
}
input {
	outline: none;
}
button, input[type=submit], input[type=button], input[type=reset] {
	cursor: pointer;
}
small {
	font-size: 85%;
}
i, em {
	font-weight: normal;
	font-style: normal;
}

.btn-type03{
	width: 280px;
    height: 50px;
    justify-content: center;
    align-items: center;
    color: #fff!important;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    text-decoration: none!important;
    opacity: 1;
    transition: opacity 0.3s;
    background-color: #0f99f7;
	margin-top: 1em;
}

.btn-type03:hover{
    color: #fff;
    opacity: 0.8;
}

.btn-type03 img{
    width: 25px;
    height: auto;
    vertical-align: middle;
}

.btn-type03 span{
    height: 50px;
    padding: 0 0 0 5px;
    position: relative;
}

.btn-type03.blank:after{
	content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    vertical-align: baseline;
    background: url("../img/img_ccst/icn_blank03.png") right center / 14px auto no-repeat !important;
}

.flex-box{
    display:-webkit-box;
    display:-ms-flexbox;
    display: flex;
	gap: 20px;
}
.align-center {
	align-items: center;
}
.president-box{
	margin: 1em auto;
	justify-content: flex-start;
}
.president-box div{
	margin: 0 20px 0 0;
	flex: 1;
}
.president-box p{
	letter-spacing: 0.05em;
	margin-left: 3em;
}
.president-box figure{
	width: 160px;
}
.img-border {
    border: solid 1px #ddd;
    box-shadow: 2px 2px 4px #ddd;
}

.fs-15 {
	font-size: 15px;
}
.fs-16 {
	font-size: 16px;
}
.lh-15 {
	line-height: 1.5;
}

.txt-indent {
    margin-left: 1em;
    text-indent: -1em;
}

.txt-c {
	text-align: center !important;
}

.txt-about {
	text-align: center !important;
}

.txt-blue {
	color: #307bbf !important;
}

.txt-green {
	color: #007695 !important;
}

.txt-purple {
	color: #6556a4 !important;
}

.box-reason {
	border: solid 4px #c1bfff;
	border-radius: 15px;
	padding: 50px 70px;
}

.box-reason h3 {
	color: #512eab !important;
}

.box-voice {
	border: solid 4px #c1bfff;
	border-radius: 15px;
	padding: 40px;
}

.box-voice h3 {
	font-size: 18px !important;
	line-height: 1.5;
	color: #512eab !important;
}

.col2,
.col3 {
	display: flex;
	gap: 0 40px;
}

.col2 > div:first-of-type {
	width: 15%;
}

.col2 > div:last-of-type {
	width: 85%;
}

.col3 > div {
	width: 33%;
}

/* colors */
.navy {
	color: #113557;
}
.blue {
	color: #00bcea;
}
.link {
	color: #0066c0;
}
.text {
	color: #0c1d27;
}
.line {
	color: #e9e9e9;
}
.bg-blue {
	margin: 0 calc(50% - 50vw);
	padding: 4px calc(50vw - 50% + 8px);
	background-color: #f2fbfd;
}
.indent-1 {
	padding-left:1em;
	text-indent:-1em;
}
/* margin */
.mb-2-7em {
	margin-bottom: 2.7em;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mb60 {
	margin-bottom: 60px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
.mb80 {
	margin-bottom: 80px !important;
}
/* pc only */
@media screen and (max-width: 820px) {
	.pc {
		display: none !important;
	}
}
/* sp only */
@media screen and (min-width: 820px) {
	.sp {
		display: none;
	}
}
	
@media screen and (max-width: 768px) {
	.sp-no-flex{
        display: block;
        margin: 0 0 30px;
    }
	.sp-no-flex.president-box div{
        margin: 0 0 20px;
        flex: 1;
    }
    .president-box figure{
        width: 40%;
		margin: 0 auto 10px;
    }
	.president-box p{
	margin-left: 0px;
	}
	.btn-type03 {
        width: auto;
        margin: 10px auto;
    }
}

/* general */
body {
	font-family: "Plus Jakarta Sans", YakuHanJP, "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	line-height: 1.8;
	font-size: 17px;
	color: #333;
}
a:link {
	color: #0066c0;
	text-decoration: underline;
}
a:hover {
	color: #0066c0;
	text-decoration: none;
}
a:active {
	color: #0066c0;
	text-decoration: none;
}
a:visited {
	color: #0066c0;
	text-decoration: underline;
}
img {
	max-width: 100%;
	height: auto;
}
/* head container - header */
.headContainer {
	height: 350px;
	position: relative;
	/*
	background: url("../img/img_ccs/ccs-ai_mv.png") center no-repeat,linear-gradient(
		to right,
		#C1BFFF 0%,
		#0d004d 45%,
		#0d004d 55%,
		#C1BFFF 100%
	);
	*/
	background: url("../img/img_ccs/ccs-ai_bg.png") top 200px center no-repeat;
	background-color: #0d004d;
	background-size: 700px auto, 100% 100%;
	border-bottom: solid 6px #512eab;
	margin-bottom: 20px;
}
.pageHeader .odyssey-list{
    display: block;
    width: 220px;
    margin: 0 auto;
    padding: 10px 20px 13px;
    font-size: 12px;
    color: #FFF;/*#1B456B;*/
	font-weight: bold;
    text-align: center;
    line-height: 1;
    text-decoration: none;
    background-color: #049fd9;/*#B9EDFF;*/
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 0;
    right: 80px;
	z-index: 100;
}
.pageHeader .odyssey-list:hover{
    opacity: 0.85;
}
.drawer {
    display: none;
}
header:not(.pageHeader){
	background-color: #fff;
	width: 100%;
	height: 90px;
	position: sticky;
	top: 0;
	box-shadow: 3px 3px 10px rgb(1, 1, 1, 0.15);;
	z-index: 1000;
}
.headerInner{
	padding: 20px 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headerInner .logo{
	width: 160px;
}
.headerInner nav ul{
	display: flex;
	justify-content: right;
	font-size: 15px;
	font-weight: 700;
	gap: 25px;
	color: #0d004d;
}
.headerInner nav ul li a:link,
.headerInner nav ul li a:visited{
	color: #0d004d;
	text-decoration: none;
	transition: .5s ease;
}
.headerInner nav ul li a:hover{
	color: #512eab;
}
.pageHeader {
	/* max-width: 1140px; */
	height: 350px;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.pageHeader .content {
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
}
/*
.pageHeader .siteLogo {
	width: 600px;
    height: 344px;
    transform: skew(-15deg);
    -moz-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    -o-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    background: #fff;
    margin: 0 auto;
	box-shadow: 4px 4px 8px rgb(0, 0, 0, 0.1);
}
.pageHeader .siteLogo img {
	width: 340px;
    transform: skew(15deg);
    -moz-transform: skew(15deg);
    -webkit-transform: skew(15deg);
    -o-transform: skew(15deg);
    -ms-transform: skew(15deg);
	margin-top: 60px;
	margin-left: -30px;
}
*/
.pageHeader .siteLogo {
	width: 600px;
    height: 344px;
    margin: 0 auto;
}
.pageHeader .siteLogo img {
	width: 340px;
	margin-top: 20px;
}
.pageHeader .siteLogo figure{
	width: 100%;
}
.pageHeader h1 {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1px;
	margin-top: -15px;
}

.importantNotice {
	display: block;
	position: relative;
    background-color: #FFE67F;
	font-weight: 700;
    padding: 20px 40px 20px 20px;
    margin: 40px auto 0;
    max-width: 1080px;
	transition: .5s ease;
}
.importantNotice:link {
	color: #0d004d;
	text-decoration: none;
}
.importantNotice:visited {
	color: #0d004d;
	text-decoration: none;
}
.importantNotice:hover {
	background-color: #0d004d;
	color: #fff;
}
.importantNotice::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #0d004d solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 6px);
	transition: all .5s ease;
}
.importantNotice:hover::after {
	border-color: #fff;
	right: 20px;
}
.importantNotice dl{
	justify-content: center;
}

/* page body */
.pageBody {
	margin: 0 auto;
}
.pageBody section {
	max-width: 1080px;
	padding: 60px 20px;
	margin: 0 auto;
}
.pageBody h2 {
	font-size: 28px;
	color: #0d004d;
	margin-bottom: 60px;
	position: relative;
	text-align: center;
	letter-spacing: .05em;
	font-weight: bold;
}
.pageBody h2::after {
    content: '';
    display: block;
    width: 110px;
    height: 5px;
    background: linear-gradient(to right, #512eab,#EFA0E7);
	margin: 15px auto 0;
}
.pageBody h2.no-deco::after {
    display: none;
}
.pageBody h2.about {
	font-size: 22px;
}
.pageBody h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: .25em;
	color: #0d004d;
	letter-spacing: .05em;
}
.pageBody h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: .2em;
	color: #512eab;
}
.pageBody p {
	margin-bottom: 1.5em;
	text-align: justify;
}
.pageBody ul, .pageBody ol {
	margin: 0 0 1.5em 1.5em;
}
.pageBody ul li {
	list-style: disc;
}
a.text-link {
	color: #512eab;
	text-decoration: none;
	border-bottom: 1px solid #512eab;
	font-weight: bold;
	transition: .5s ease;
	line-height: 1.8;
}
a.text-link:visited {
	color: #512eab;
}
a.text-link:hover {
	color: #0d004d;
	border-bottom: none;
}
/* tables */
table.outline {
	width: 100%;
	margin: 0 0 1.5em;
	position: relative;
}
table.outline::after {
	bottom: -1px;
}
table.outline th {
	padding: 10px 20px;
	width: 230px;
	color: #0d004d;
	font-weight: bold;
	border-bottom: solid 2px #512eab;
}
/*
table.outline th::after {
	position: absolute;
	content: "";
	width: 230px;
	height: 2px;
	left: 0;
	margin-top: 84px;
	background: linear-gradient(to right, #0c254c,#00bceb);
}
*/
table.outline td {
	padding: 10px 40px;
	border-bottom: 2px #e3dce6 solid;
}
table.outline th::before {
	content: '';
	width: 0;
	height: 70px;
	display: inline-block;
	vertical-align: middle;
}
table.subject {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
table.subject th, table.subject td {
	padding: 15px;
	border: 4px #e9e9e9 solid;
}
table.subject th {
	color: #113557;
	font-weight: bold;
}
table.subject thead th {
	background: #00bcea;
	text-align: center;
	padding: 2px 8px;
}
table.subject a {
	font-weight: bold;
}
table p:last-child, table ul:last-child, table ol:last-child {
	margin-bottom: 0;
}
/* flow chart style */
dl.flow {
	position: relative;
}
dl.flow::before {}
dl.flow dt {
	position: relative;
	padding-left: 115px;
	font-size: 22px;
	font-weight: bold;
	color: #512eab;
	border-top: 2px #ddd dotted;
}
/*
dl.flow dt::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 62px;
    width: 90px;
    height: inherit;
    border-bottom: 4px solid #0c254c;
}
*/
dl.flow dt b {
	width: 90px;
	height: 100px;
	background: #512eab;
	color: #fff;
	font-weight: normal;
	font-size: 40px;
	text-align: center;
	line-height: 90px;
	display: block;
	border-radius: 0 0 50% 50%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 10px;
	margin-top: -2px;
}
/*
dl.flow dt:nth-of-type(2) b {
	background: #6556a4;
}
dl.flow dt:nth-of-type(3) b {
	background: #007695;
}
*/
dl.flow dt p {
	margin: 34px 0 18px 0;
}
dl.flow dd {
	padding-bottom: 50px;
	margin-left: 115px;
	position: relative;
}
dl.flow dd::after {
	width: 0;
	height: calc(100% - 20px);
    position: absolute;
    left: -74px;
    top: 12px;
	border-left: 5px #c1bfff dotted;
	content: '';
	display: block;
}
dl.flow dd p {
	margin-bottom: 1em;
}
dl.flow dd p:last-child {
	margin-bottom: 0;
}
/* button ui */
ul.btns {
	display: flex;
	justify-content: left;
	align-items: stretch;
	margin-left: 0;
}
ul.btns li {
	width: 35%;
	font-size: 16px;
    color: #0d004d;
	letter-spacing: .1em;
	font-weight: bold;
	list-style: none;
	margin-right: 20px;
}
ul.btns li:last-child {
	margin-right: 0;
}
ul.btns li a {
	background: #fff;
    color: #0d004d;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 20px 28px 20px 20px;
    line-height: 1.1;
    position: relative;
    border: 2px #0d004d solid;
    transition: all .5s ease;
    border-radius: 60px;
    margin-top: 10px;
}

.headerInner ul.btns li a {
	min-width: 260px;
	font-size: 13px;
	padding: 10px 28px 10px 15px;
	margin: 0;
}

ul.btns li a::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #0d004d solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 6px);
	transition: all .5s ease;
}

.headerInner ul.btns li a::after {
	width: 6px;
	height: 6px;
	top: calc(50% - 4px);
}
ul.btns li a:hover {
	background: #0d004d;
	color: #fff;
}
ul.btns li a:hover::after {
	border-color: #fff;
	right: 20px;
}
ul.btns li a p{
	width: 100%;
	text-align: center;
	margin-bottom: 0;
}
ul.btns.tri li {
	width: calc(40% - 10px);
}
ul.btns.quad li {
	width: calc(25% - 10px);
}

.btn {
	background: #fff;
    color: #0d004d;
    display: flex;
	gap: 0 15px;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    padding: 15px 28px 15px 50px;
    line-height: 1.1;
    position: relative;
    border: 2px #0d004d solid;
    transition: all .5s ease;
    border-radius: 60px;
    margin-top: 10px;
	font-weight: 700;
	font-size: 16px;
	width: 400px;
	text-align: left;
}
.btn::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: #0d004d solid;
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
	position: absolute;
	right: 25px;
	top: calc(50% - 6px);
	transition: all .5s ease;
}
.btn:link {
	color: #0d004d;
	text-decoration: none;
}
.btn:visited {
	color: #0d004d;
}
.btn.blank::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url("../img/img_ccs/ccs-ai_icn_blank.png") left top / 26px auto no-repeat;
	transition: .5s ease;
}
.btn.aoten::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 24px;
	background: url("../img/img_icon_aoten.png") left top / 30px auto no-repeat;
	transition: .5s ease;
}
.btn:hover {
	background: #0d004d;
	color: #fff;
}
.btn:hover::after {
	border-color: #fff;
	right: 20px;
}
.btn.blank:hover::before {
	background: url("../img/img_ccs/ccs-ai_icn_blank2.png") left top / 26px auto no-repeat;
}
.btn.aoten:hover::before {
	background: url("../img/img_icon_aoten2.png") left top / 30px auto no-repeat;
}


/* faq */
dl.faq {
	text-align: justify;
}
dl.faq dt {
	display: flex;
	color: #0c254c;
	align-items: center;
	border: 1px #113557 solid;
    border-radius: 20px;
    padding: 8px 60px 8px 20px;
    line-height: 1.1;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
	font-weight: bold;
}
dl.faq dt.open {
    border-radius: 20px 20px 0 0;
}
dl.faq dt span {
	background: #0c254c;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
	margin-right: 14px;
	flex-shrink: 0;
}
dl.faq dd {
	font-size: 15px;
	padding: 14px 20px 14px 20px;
    position: relative;
    border: 1px #113557 solid;
    border-radius: 0 0 20px 20px;
    border-top: 0;
    margin-bottom: 15px;
    display: none;
}
dl.faq dd div.faq_flex {
	display: flex;
}
dl.faq dd div.faq_a_text {
	padding-top: 1px;
}
dl.faq dd span {
	background: #049fd9;
    color: #fff;
    font-size: 23px;
	line-height: 1.1;
    font-weight: bold;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: inline-block;
    text-align: center;
	margin-right: 14px;
	flex-shrink: 0;
}
dl.faq dt::before, dl.faq dt::after {
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    position: absolute;
    right: 20px;
    background: #113557;
    transition: transform .3s ease;
}
dl.faq dt::before {
    transform: rotate(90deg);
    top: calc(50% + 0px);
}
dl.faq dt.open::before {
    transform: rotate(0);
	border-bottom: none;
}
dl.faq dt::after {
    transform: rotate(0deg);
    top: calc(50% - 0px);
}
h3 img {
	width: 28px;
	height: 100%;
    vertical-align: middle;
    margin-left: 5px;
}
/* section internal block */
section>.inner {
	padding: 0 115px;
}
/* contact */
.fwbg {
	background: #edecf6;
}
.contact {
	max-width: 1080px;
	margin: 0 auto;
	padding: 70px 20px 40px;
}
.contact dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.contact dl dt {
	color: #0D004D;
	font-weight: 700;
	width: 30%;
	margin-bottom: 15px;
}
.contact dl dd {
	width: 70%;
	margin-bottom: 15px;
}
.contact p {}
/* bottom area - footer */
.bottom {
	background: #0d004d;
	border-top: 5px #FFCE00 solid;
	color: #fff;
}
.pageFooter {
	max-width: 1080px;
	margin: 0 auto;
	padding: 40px 20px;
	position: relative;
}
#pagetop {
    display: none;
    width: 50px;
    height: 50px;
    background: #512EAB;
    position: fixed;
    bottom: 0;
    right: 50px;
    cursor: pointer;
    box-shadow: 2px 2px 4px rgb(1, 1, 1, 0.15);
    transition: background 0.5s ease;
	z-index: 1000;
}
#pagetop:hover {
    background: #C1BFFF;
}
#pagetop:after {
    content: "";
    width: 0;
    height: 0;
    margin: auto;
    border-style: solid;
    border-width: 0 7px 7px 7px;
    border-color: transparent transparent #fff transparent;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.pageFooter ul {
	display: flex;
	justify-content: flex-start;
}
.pageFooter ul li {
	font-size: 14px;
	padding: 0 13px;
	position: relative;
}
.pageFooter ul li::after {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	right: 0;
	top: calc(50% - 8px);
	background: #fff;
}
.pageFooter ul li:first-child {
	padding-left: 0;
}
.pageFooter ul li:last-child::after {
	content: none;
}
.pageFooter ul li a {
	color: #fff;
	text-decoration: none;
}
.pageFooter ul li a:hover {
	text-decoration: underline;
}
.pageFooter ul {
	margin-bottom: 5px;
}
.pageFooter ul+ul {
	margin-bottom: 40px;
}
.pageFooter p {
	font-size: 15px;
}
.pageFooter p small {
	font-size: 12px;
}
.pageFooter .corp {
	width: 170px;
	height: 29px;
	position: absolute;
	right: 20px;
	top: 18px;
}
/* SNS FUNCTIONS */
.share_space{
	max-width: 1080px;
    margin: 0 auto;
    padding: 20px;
}
.copy-btn{
    display: inline-block;
    padding: 5px 10px 5px 25px;
    font-size: 12px !important;
    line-height: 1 !important;
    color: #fff;
    background: url("../img2/icn_copy.png") 10px center / 12px auto no-repeat #a5a5b1;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: top;
}
@media screen and (max-width: 1023px) {

	.pageHeader {
		height: 300px;
	}
	.pageHeader .odyssey-list{
    	right: 40px;
	}
	header:not(.pageHeader){
		height: 60px;
	}
	header .headerInner{
		padding: 12px 20px;
	}
	header .headerInner .logo{
		width:120px;
	}
	header .headerInner nav.pc{
		display: none;
	}
	.pageHeader h1 {
		font-size: 30px;
	}
	.pageHeader .content h2 {
		font-size: 36px;
		margin-bottom: 25px;
	}
	ul.btns li {
		width: 50%;
	}
	ul.btns.quad,
	ul.btns.tri {
		flex-wrap: wrap;
		justify-content: flex-start;
	}
	ul.btns.quad li,
	ul.btns.tri li {
		width: calc(50% - 20px);
	}
	.contact {
		display: block;
	}
	.contact h2 {
		margin-bottom: 20px;
	}
	.contact h2+p {
		width: auto;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 820px) {

	/* general */
	body {
		font-size: 14px;
		font-family: "Plus Jakarta Sans", YakuHanJP, "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	}
	/* head container - header */
	.headContainer {
		height: 180px;
		margin-bottom: 50px;
		background-size: 420px auto, 100% 100%;
		background-position: top 110px center;
	}
	.headerInner nav ul {
		display: block;
	}
	.pageHeader .odyssey-list{
    	display: none;
	}
	.pageHeader {
		height: 275px;
		background: transparent;
		border: none;
	}
	.pageHeader .siteLogo {
		width: 280px;
		height: 174px;
		margin: 0 auto 20px;
		padding: 20px 14px;
	}
	.pageHeader .siteLogo img {
		width: 200px;
		margin-top: -10px;
		margin-left: -10px;
	}
	.pageHeader h1 {
		font-size: 15px;
		line-height: 1.2;
		margin-top: -10px;
        margin-left: 5px;
	}
	.drawer {
        display: inline-block;
        width: 60px;
        height: 100%;
        cursor: pointer;
        padding: 0;
        z-index: 1001;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        top: 0;
        right: 0;
		background-color: #512eab;
    }

    .drawer div span {
        position: absolute;
        height: 2px;
        width: 24px;
        margin: auto;
        background: #fff;
        border-radius: 2px;
        left: 0;
        right: 0;
        -webkit-transition: 0.35s ease-in-out;
        transition: 0.35s ease-in-out;
    }

    .drawer span:nth-child(1) {
        top: calc(50% - 9px);
    }

    .drawer span:nth-child(2) {
        top: calc(50% - 1px);
    }

    .drawer span:nth-child(3) {
        top: calc(50% + 7px);
    }

    .open .drawer span:nth-child(1) {
        top: 50%;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .open .drawer span:nth-child(2) {
        width: 0;
        left: 50%;
    }

    .open .drawer span:nth-child(3) {
        top: 50%;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }

    .spNav {
        display: block;
        width: 100%;
        margin: auto;
        padding: 0 5%;
        transition: opacity 0.5s, right 0.7s ease-in-out;
        background-color: #fff;
        opacity: 0;
        position: fixed;
        top: 60px;
        bottom: 0;
        overflow-y: scroll;
        right: -100vw;
        left: inherit;
        z-index: -1;
    }
    /*
    .spNav div {
        width: 68.75%;
        margin: 40px auto 20px;
    }
    */
    .spNav ul {
        margin-bottom: 20px;
        list-style: none;
    }

    .spNav li {
        margin: 0;
        text-indent: 0;
    }

    .spNav li a {
        display: block;
        padding: 20px 0;
        font-size: 13px;
        font-weight: 700;
        color: #424242;
        text-decoration: none;
        line-height: 1;
        border-bottom: solid 1px #ddd;
        background: url("../img2/common/icn_arrow.png") right center / 6px auto no-repeat;
    }

    .spNav li a.current {
        color: #663399;
    }

    .spNav-open {
        opacity: 1;
        right: 0;
        left: 0;
        z-index: 8;
    }

    .spNav .school-search {
        width: 100%;
    }

	/* page body */
	.pageBody {
		padding: 0 20px;
	}
	.pageBody section {
		padding: 15px 0;
		margin-bottom: 30px;
	}
	.pageBody h2 {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.pageBody h2.about {
		font-size: 18px;
	}
	.pageBody h2::after {
		width: 70px;
		height: 4px;
		left: calc(50% - 35px);
	}
	.pageBody h3 {
		font-size: 17px;
		line-height: 1.5;
		margin-bottom: .25em;
	}
	.pageBody h4 {
		font-size: 15px;
	}
	.txt-about {
		text-align: left !important;
	}
	/* tables */
	table.outline {
		line-height: 1.4;
		font-size: 13px;
	}
	table.outline th {
		padding: 10px 10px 10px 0;
		border-bottom: 1px #512eab solid;
		width: 28%;
		font-size: 13px;
	}
	table.outline td {
		padding: 10px 0 10px 10px;
		border-bottom: 1px #e3dce6 solid;
	}
	table.outline th::before {
		content: none;
	}
	table.subject {
		line-height: 1.4;
		font-size: 12px;
	}
	table.subject th, 	table.subject td {
		padding: 8px;
		border: 2px #e9e9e9 solid;
	}
	table.subject th {
		color: #113557;
		font-weight: bold;
	}
	table.subject thead th {
		background: #00bcea;
		text-align: center;
		padding: 2px 8px;
	}
	table.subject a {
		font-weight: bold;
	}
	.box-reason {
		border-width: 3px;
		padding: 30px;
	}
	.box-voice {
		border-width: 3px;
		padding: 30px;
	}
	.box-voice img {
		width: 100px;
	}
	.col2 {
		gap: 0 15px;
	}
	.col2 > div:first-of-type {
		width: 20%;
	}
	.col2 > div:last-of-type {
		width: 80%;
	}
	.col3 > div {
		width: 100%;
		padding: 20px;
	}
	.fs-15,
	.fs-16 {
		font-size: 14px;
		line-height: 1.6;
	}
	.btn {
		gap: 0 6px;
		font-size: 15px;
		padding: 15px 48px 15px 30px;
		width: 100%;
	}
	.btn.blank::before {
		width: 34px;
		background: url(../img/img_ccs/ccs-ai_icn_blank.png) left top / 22px auto no-repeat;
		transition: .5s ease;
	}
	/* flow chart style */
	dl.flow dt {
		padding-left: 60px;
		font-size: 16px;
	}
	dl.flow dt p {
		margin: 18px 0;
	}
	dl.flow dt::before {
		content: "";
		position: absolute;
		left: 0;
		bottom: 45px;
		width: 46px;
		height: inherit;
		border-bottom: 4px solid #0c254c;
	}
	dl.flow dt b {
		width: 46px;
		height: 57px;
		font-size: 24px;
		line-height: 42px;
		border-radius: 0 0 30px 30px;
	}
	dl.flow dd {
		padding-bottom: 25px;
		margin-left: 60px;
		line-height: 1.4;
	}
	dl.flow dd::after {
		height: calc(100% - 10px);
		left: -40px;
		top: 0;
		border-left: 4px #C1BFFF dotted;
	}
	/* button ui */
	ul.btns {
		display: block;
		margin-bottom: 0;
	}
	ul.btns li {
		width: auto;
		font-size: 14px;
		margin-bottom: 10px;
	}
	ul.btns li:last-child {
		margin-right: 20px;
	}
	ul.btns li a {
		padding: 20px 30px 20px 28px;
		border-radius: 50px;
		font-size: 15px;
	}
	ul.btns li a::after {
		width: 6px;
		height: 6px;
		right: 28px;
		top: calc(50% - 3px);
	}
	ul.btns li a:hover {
		border: 0;
	}
	ul.btns li a:hover::after {
		border-color: #113557;
	}
	ul.btns li:last-child {
		margin-bottom: 0;
	}
	ul.btns.quad li,
	ul.btns.tri li {
		width: auto;
	}
	/* section internal block */
	section>.inner {
		padding: 0;
	}
	/* faq */
	dl.faq dt {
		padding: 10px 60px 10px 14px;
		font-size: 13px;
		margin-top: 8px;
	}
	dl.faq dt::before, dl.faq dt::after {
		width: 20px;
	}
	dl.faq dd {
		padding: 14px 20px 14px 14px;
		font-size: 13px;
	}
	/* contact */
	.contact {
		padding: 30px 20px;
	}
	.contact dl {
		display: block;
		margin-bottom: 15px;
	}
	.contact dl dt {
		font-size: 14px;
		font-weight: bold;
		width: auto;
		margin-bottom: 0;
	}
	.contact dl dd {
		width: auto;
		margin-bottom: 15px;
	}
	.contact p {
		font-size: 12px;
	}
	/* bottom area - footer */
	.pageFooter {
		padding: 20px 10px 40px;
	}
	#pagetop {
        right: 0;
    }
    #pagetop:hover {
        background: #512EAB;
    }
	.pageFooter ul {
		display: inline;
		margin: 0;
	}
	.pageFooter ul li {
		font-size: 12px;
		padding: 4px 12px 4px 10px;
		display: inline-block;
	}
	.pageFooter ul li::after {
		height: 12px;
		position: absolute;
		right: 0;
		top: calc(50% - 6px);
	}
	.pageFooter ul li:first-child {
		padding-left: 10px;
	}
	.pageFooter ul li:last-child::after {
		content: '';
	}
	.pageFooter ul+ul li:last-child::after {
		content: none;
	}
	.pageFooter ul {
		margin-bottom: 5px;
	}
	.pageFooter ul+ul {
		margin-bottom: 40px;
	}
	.pageFooter p {
		font-size: 10px;
		margin-bottom: 20px;
		padding: 0 10px;
	}
	.pageFooter p small {
		font-size: 10px;
		display: block;
		text-align: center;
	}
	.pageFooter .corp {
		width: auto;
		position: static;
		right: auto;
		top: auto;
		text-align: right;
		margin: 0 0 -20px;
	}
	.pageFooter .corp img {
		width: 160px;
		height: 28px;
	}
	.pageFooter img.privacy {
		width: 14%;
	}

}

@media print {
	.sp {
	  display: none !important;
	}
  }