@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

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,
small, 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, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

h1, h2, h3, h4, h5, h6, th {
	font-weight: normal;
}

body {
	line-height: 1;
}

main,article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display: block;
}

nav ul, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

/* change colours to suit your needs */
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

/* change colours to suit your needs */
mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* change border colour to suit your needs */

html {
	overflow-y: scroll;
	font-size: 62.5%;
	height: 100%;
}

* {
	box-sizing: border-box;
}


body {
	height: 100%;
	font-family: "Noto Sans JP", "Noto Sans", "游ゴシック", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "ＭＳ Ｐゴシック", Arial, verdana, sans-serif;
	font-size: 10px;
	font-size: 1.0rem;
	color: #000;
	line-height: 1.0;
	text-align: center;
	word-break: normal;
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}

hr {
	display: block;
	height: 1px;
	border: 0;   
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

address, em {
	font-style: normal;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	backface-visibility: hidden;
}

.mt20 { margin-top: 20px !important; }
.mt40 { margin-top: 40px !important; }
.mt60 { margin-top: 60px !important; }
.mt80 { margin-top: 80px !important; }
.pt20 { padding-top: 20px !important; }
.pt40 { padding-top: 40px !important; }
.pt60 { padding-top: 60px !important; }
.pt80 { padding-top: 80px !important; }
.pb20 { padding-bottom: 20px !important; }
.pb40 { padding-bottom: 40px !important; }
.pb60 { padding-bottom: 60px !important; }
.pb80 { padding-bottom: 80px !important; }

@media only screen and (max-width: 768px) {
.mt20 { margin-top: 10px !important; }
.mt40 { margin-top: 20px !important; }
.mt60 { margin-top: 30px !important; }
.mt80 { margin-top: 40px !important; }
.pt20 { padding-top: 10px !important; }
.pt40 { padding-top: 20px !important; }
.pt60 { padding-top: 30px !important; }
.pt80 { padding-top: 40px !important; }
.pb20 { padding-bottom: 10px !important; }
.pb40 { padding-bottom: 20px !important; }
.pb60 { padding-bottom: 30px !important; }
.pb80 { padding-bottom: 40px !important; }
}

.pconly {
	display: block;
}

.sponly {
	display: none;
}

@media only screen and (max-width: 768px) {
.pconly {display: none;}
.sponly {display: block;}
}

/* -----------------------------------------------------
styles.css
----------------------------------------------------- */

header {
	width: 100%;
}

.home_header {
	max-width: 1200px;
	width: 100%;
	height: 600px;
	margin: 0 auto;
	position: relative;
}

.home_header_bg {
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-image: url(../img/home_titleback.jpg);
	background-position: center;
	background-size: cover;
}

.home_header_title {
	position: absolute;
	width: 412px;
	height: 300px;
	top: 0;
	right: 3%;
	background-color: #22115e;
}

.home_header_title_a {
	width: 100%;
	margin-top: 8px;
	padding-top: 16px;
	border-top: 4px solid #fff;
}

.home_header_title_a img {
	max-width: 210px;
	width: 50%;
}

.home_header_title_b {
	width: 100%;
	margin-top: 24px;
	margin-bottom: 24px;
}

.home_header_title_b img {
	max-width: 320px;
	width: 76.2%;
}

a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 12px auto;
	padding: 6px 12px 8px 12px;
	font-size: 1.6em;
	font-weight: 400;
	background: #22115e;
	border: 1px solid #fff;
	color: #fff;
	transition: 0.5s;
}
a.btn_01:hover {
	background: #fff;
	color: #22115e;
}

a.btn_02 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 200px;
	margin: 12px auto;
	padding: 6px 12px 8px 12px;
	font-size: 1.6em;
	font-weight: 400;
	background: #dcdcc9;
	border: 1px solid #dcdcc9;
	color: #22115e;
	transition: 0.5s;
}
a.btn_02:hover {
	background: #22115e;
	color: #fff;
}

.home_header_txt {
	position: absolute;
	max-width: 700px;
	width: 98%;
	bottom: 20px;
	left: 3%;
}

.home_header_txt img {
	width: 100%;
}

@media only screen and (max-width: 560px) {
.home_header { height: 680px;}
.home_header_bg { height: 60%;}
.home_header_title { width: 100%; height: auto; min-height: 300px; left: 0;}
}

.basicsec {
	max-width: 1128px;
	width: 94%;
	margin: 0 auto;
}

.intro_wrap {
	display: flex;
	flex-wrap: wrap;
	margin: 80px 0;
}

.intro_left {
	width: 55%;
	margin-right: 5%;
	text-align: left;
}

.intro_right {
	width: 40%;
}

.intro_left h2 {
	color: #22115e;
	font-family: "Noto Serif JP", serif;
	font-size: 3.2em;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1.2;
	background-image: linear-gradient(rgba(0,0,0,0) 80%, rgb(223,217,223) 80%);
	margin-bottom: 32px;
}

.intro_left p {
	font-family: "Noto Serif JP", serif;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.8;
}

.intro_right img {
	width: 100%;
}

@media only screen and (max-width: 768px) {
.basicsec { width: 88%; }
.intro_wrap { margin: 40px 0; }
.intro_left { width: 100%; margin-right: 0; margin-bottom: 20px; }
.intro_right { width: 100%;}
.intro_left h2 { font-size: 2.4em; margin-bottom: 16px; }
.intro_left p { font-size: 1.4em; }
.intro_right img { width: 70%; }
}

.bg-beige {
	background-color: #e6e6d8;
	padding: 80px 0;
}

h3.story {
	display: inline-block;
    position: relative;
    padding: 12px 40px;
	color: #22115e;
    font-size: 2.8em;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 60px;
}

h3.story::before {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    content: '';
    border-top: solid 1.5px;
    border-bottom: solid 1.5px;
    border-left: solid 1.5px;
    left: 0;
}

h3.story::after {
    position: absolute;
    top: 0;
    width: 20px;
    height: 100%;
    content: '';
    border-top: solid 1.5px;
    border-bottom: solid 1.5px;
    border-right: solid 1.5px;
    right: 0;
}

p.story_txt {
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.8;
}

.navi_wrap {
	display: flex;
	justify-content: space-between;
	margin: 80px 0 0 0;
}

.navi_contain {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}

.navi_img {
	width: 100%;
	margin-bottom: 40px;
}

.navi_img img {
	width: 100%;
	border-radius: 50%;
}

.navi_link {
	width: 100%;
}

.linkitem_a {
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #22115e;
	font-size: 1.6em;
	font-weight: 500;
	line-height: 1.5;
}

.linkitem_b {
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.5;
}

a.btn_03 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 160px;
	margin: 20px auto 0 auto;
	padding: 4px 12px 6px 12px;
	font-size: 2em;
	font-weight: 500;
	background: #fff;
	border: 1px solid #22115e;
	color: #22115e;
	transition: 0.5s;
}

a.btn_03:hover {
	background: #22115e;
	color: #fff;
}

.page_nav {
	display: none;
}
.page_nav.fixed {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	background-color: #e6e6d8;
}

.nav_wrap_2 {
	max-width: 1128px;
	width: 94%;
	margin: 0 auto;
	padding: 16px 0;
	display: flex;
	justify-content: space-between;
}

.navi_contain_2 {
	width: 30%;
	display: flex;
	flex-wrap: wrap;
}

.navi_link_2 {
	width: 100%;
}

.linkitem_b2 {
	font-size: 2.2em;
	font-weight: 500;
	line-height: 1.5;
}

a.btn_04 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 140px;
	margin: 10px auto 0 auto;
	padding: 4px 12px 6px 12px;
	font-size: 1.6em;
	font-weight: 500;
	background: #fff;
	border: 1px solid #22115e;
	color: #22115e;
	transition: 0.5s;
}

a.btn_04:hover {
	background: #22115e;
	color: #fff;
}

@media only screen and (max-width: 1200px) {
.linkitem_b,.linkitem_b2 { font-size: 1.8vw;}
}

@media only screen and (max-width: 768px) {
.bg-beige { padding: 40px 0; }
h3.story { padding: 12px 12px; font-size: 2em; margin-bottom: 30px; }
h3.story::before { width: 12px; border-top: solid 1px; border-bottom: solid 1px; border-left: solid 1px; }
h3.story::after { width: 12px; border-top: solid 1px; border-bottom: solid 1px; border-right: solid 1px; }
p.story_txt { text-align: left; font-size: 1.4em; }
.navi_wrap { flex-wrap: wrap; justify-content: center; margin: 0 0 0 0; }
.navi_contain { margin-top: 40px; width: 100%; }
.navi_img { width: 35%; margin-bottom: 0; margin-right: 5%}
.navi_link { width: 60%;}
.linkitem_a { height: auto; font-size: 1.2em; margin-bottom: 6px; }
.linkitem_b { font-size: 1.8em;}
a.btn_03 { width: 100px; margin: 10px auto 0 auto; font-size: 1.3em; padding: 4px 12px; }
.nav_wrap_2 { width: 88%; padding: 10px 0; }
.linkitem_b2 { font-size: 1.2em; }
a.btn_04 { width: 80px; margin: 6px auto 0 auto; padding: 3px 12px; font-size: 1.2em;}
}

.contains_wrap {
	max-width: 1200px;
	width: 100%;
	min-height: 600px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
}

.contains_left {
	width: 40%;
	margin-left: 3%;
	margin-right: 7%;
	padding: 80px 0;
}

.contains_right_career {
	width: 50%;
	background-image: url(../img/career_img_1.jpg);
	background-position: center;
	background-size: cover;
}

.contains_right_reskilling {
	width: 50%;
	background-image: url(../img/reskilling_img_1.jpg);
	background-position: center;
	background-size: cover;
}

.contains_right_reemployment {
	width: 50%;
	background-image: url(../img/reemployment_img_1.jpg);
	background-position: center;
	background-size: cover;
}

.contains_title {
	margin: 0 0 40px 0;
	padding: 20px 0;
	background-image: repeating-linear-gradient(-45deg, #cac6d8, #cac6d8 2px, #d3cfdf 2px, #d3cfdf 6px);
}

.contains_title h2 {
	font-size: 3em;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 12px;
}

.contains_title p {
	font-family: "Marcellus", serif;
	color: #22115e;
	font-size: 1.4em;
	font-weight: 400;
}

.contains_txt {
	text-align: left;
	font-size: 1.6em;
	font-weight: 300;
	line-height: 1.8;
}

.contains_txt_strong {
	text-align: left;
	color: #22115e;
	font-size: 2.4em;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 20px;
}

.contains_h3 {
	text-align: left;
	color: #222;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 8px;
	border-left: 5px solid #9088ae;
	padding-left: 8px;
}

.career_img_2 {
	margin-top: 40px;
	width: 100%;
}

.point_column {
	margin-top: 40px;
	width: 100%;
	border: 1px solid #22115e;
	border-radius: 10px;
	padding: 20px;
	position: relative;
}

.point_column_mark {
	position: absolute;
	width: 52px;
	top: -8px;
	left: 8px;
}

.point_column_mark img {
	width: 100%;
}

.column_txt {
	text-align: left;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.6;
}

.column_txt_caption {
	text-align: left;
	margin-top: 10px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.6;
}

.reskilling_img_2 {
	width: 60%;
	margin-bottom: 20px;
}

.bg-blue {
	background-color: #22115e;
	padding: 48px 0;
}

.blueback_cta, .blueback_cta_2 {
	color: #fff;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5;
}

a.btn_05 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 360px;
	margin: 30px auto 0 auto;
	padding: 14px 0 16px 0;
	font-size: 2.4em;
	font-weight: 600;
	background: #dcdcc9;
	border-radius: 8px;
	border: 1.5px solid #dcdcc9;
	color: #22115e;
	transition: 0.5s;
}

a.btn_05:hover {
	background: #22115e;
	border: 1.5px solid #fff;
	color: #fff;
}

@media only screen and (max-width: 768px) {
.contains_wrap { min-height: auto; }
.contains_left { width: 88%; margin-left: 6%; margin-right: 6%; padding: 40px 0; }
.contains_right_career { width: 100%; aspect-ratio: 1 / 0.6; }
.contains_right_reskilling { width: 100%; aspect-ratio: 1 / 0.6; }
.contains_right_reemployment { width: 100%; aspect-ratio: 1 / 0.6; }
.contains_title { margin: 0 0 20px 0; padding: 10px 0; }
.contains_title h2 { font-size: 2em; margin-bottom: 8px; }
.contains_title p { font-size: 1.2em; }
.contains_txt { font-size: 1.4em; }
.contains_txt_strong { font-size: 1.8em; margin-bottom: 10px;}
.contains_h3 { font-size: 1.6em; margin-bottom: 6px; border-left: 3px solid #9088ae; padding-left: 6px; }
.career_img_2 { margin-top: 20px; width: 80%; }
.point_column { margin-top: 20px; border-radius: 8px; padding: 16px; }
.point_column_mark { width: 48px; }
.column_txt { font-size: 1.3em; }
.column_txt_caption { margin-top: 5px; font-size: 1em; }
.reskilling_img_2 { margin-bottom: 10px; }
.bg-blue { padding: 24px 0; }
.blueback_cta { font-size: 1.6em; }
.blueback_cta_2 { font-size: 1.4em; font-weight: 300; margin-bottom: 8px}
a.btn_05 { width: 280px; margin: 16px auto 0 auto; padding: 10px 0 12px 0; font-size: 1.8em; border-radius: 6px;}
}

.bg-beige_2 {
	background-color: #e6e6d8;
	padding: 48px 0;
}

.bg-beige_3 {
	background-color: #e6e6d8;
	padding: 0 0 80px 0;
}

.beige_cta {
	color: #000;
	font-size: 2em;
	font-weight: 400;
	line-height: 1.5;
}

.beige_cta2 {
	color: #22115e;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 1.5;
}

a.btn_06 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 360px;
	margin: 30px auto 0 auto;
	padding: 14px 0 16px 0;
	font-size: 2.4em;
	font-weight: 600;
	background: #22115e;
	border-radius: 8px;
	border: 1.5px solid #22115e;
	color: #fff;
	transition: 0.5s;
}

a.btn_06:hover {
	background: #fff;
	border: 1.5px solid #22115e;
	color: #22115e;
}

.bg-white {
	background-color: #fff;
	padding: 48px 3%;
}

.reskilling_wrap {
	display: flex;
	flex-wrap: wrap;
}

.reskilling_contains {
	width: 30%;
	margin-right: 5%;
	background-color:#f4edd1;
	padding: 20px;
}

.reskilling_contains:last-child {
	margin-right: 0;
}

.reskilling_contains img {
	width: 70%;
	margin-bottom: 20px;
}

.column_wrap1 {
	display: flex;
	flex-wrap: wrap;
}

.column_wrap1_left {
	margin-left: 55px;
	width: calc(37% - 55px);
	margin-right: 3%;
	text-align: left;
	display: flex;
	align-items: center;
	color: #d87400;
	font-size: 2em;
	font-weight: 500;
	line-height: 1.3;
}

.column_wrap1_right {
	width: 60%;
}

@media only screen and (max-width: 768px) {
.bg-beige_2 { padding: 24px 0; }
.bg-beige_3 { padding: 0 0 40px 0; }
.beige_cta {font-size: 1.6em; }
.beige_cta2 {font-size: 1.3em; }
a.btn_06 { width: 280px; margin: 16px auto 0 auto; padding: 10px 0 12px 0; font-size: 1.8em; border-radius: 6px;}
.bg-white { padding: 24px 16px;}
.reskilling_contains { width: 100%; margin-right: 0; margin-bottom: 20px; padding: 16px; }
.reskilling_contains:last-child { margin-bottom: 0; }
.reskilling_contains img { width: 60%; margin-bottom: 12px; }
.column_wrap1_left { margin-left: 50px; width: calc(100% - 50px); margin-right: 0; margin-bottom: 8px; font-size: 1.6em; }
.column_wrap1_right { width: 100%; }
}

.reemployment_feature {
	width: 100%;
	background-color: #e8e8e8;
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}

.reemployment_feature:last-of-type {
	margin-bottom: 80px;
}

.reemployment_feature_number {
	width: calc( 16% - 40px);
	margin: 40px 0 0 40px;
	text-align: left;
}

.reemployment_feature_number img {
	width: 50%;
}

.reemployment_feature_txt {
	width: 56%;
	padding: 30px 0;
}

.feature_txt_strong {
	text-align: left;
	color: #22115e;
	font-size: 3.2em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 10px;
}

.reemployment_feature_img {
	width: 28%;
	position: relative;
}

.reemployment_feature_img img {
	position: absolute;
	width: 100%;
	bottom: -20px;
	right: 10px;
}

@media only screen and (max-width: 768px) {
.reemployment_feature { width: 100%; margin-bottom: 20px; }
.reemployment_feature:last-of-type { margin-bottom: 40px; }
.reemployment_feature_number { width: calc( 16% - 16px ); margin: 16px 0 0 16px; }
.reemployment_feature_number img { width: 100%; }
.reemployment_feature_txt { width: calc( 84% - 40px ); padding: 12px 0; margin: 0 20px; }
.feature_txt_strong { font-size: 2em; margin-bottom: 10px;}
.reemployment_feature_img { width: 80%; margin: 0 auto; padding-bottom: 10px; }
.reemployment_feature_img img { position: relative; width: 100%; bottom: 0; right: 0; }
}

.fixed_btn {
	position: fixed;
	right: 0;
	bottom: 40px;
	z-index: 98;
}

.fixed_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 200px;
	background-color: #190c4c;
	ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	color: #fff;
	font-size: 1.8em;
	font-weight: 400;
	letter-spacing : 0.1em;
	transition: background-color 0.5s ease;
}

.fixed_btn a:hover {
	background-color: #4422bc;
}

footer {
	width: 100%;
}

.footer_wrap {
	max-width: 1128px;
	width: 94%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	padding: 16px 0;
}

.footer_left {
	width: 25%;
	margin-right: 5%;
	text-align: left;
}

.footer_left img {
	max-width: 225px;
	width: 100%;
}

.footer_right {
	width: 70%;
	display: flex;
	flex-direction: column;
  	justify-content: end;
	align-items: end;
	text-align: right;
}

.footer_right a {
	margin-bottom: 10px;
	color: #22115e;
	font-size: 1.6em;
	font-weight: 400;
}

.footer_right p {
	font-size: 1.3em;
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
.fixed_btn { bottom: 20px; }
.fixed_btn a { width: 38px; height: 150px; font-size: 1.4em; }
.footer_wrap { width: 88%; padding: 16px 0; }
.footer_left { width: 100%; margin-right: 0%; margin-bottom: 10px; text-align: center; }
.footer_left img { width: 50%; }
.footer_right { width: 100%; justify-content: center; align-items: center; text-align: center; }
.footer_right a { margin-bottom: 10px; font-size: 1.3em; }
.footer_right p { font-size: 1em; }
}

.lineup_beige {
	width: 100%;
	background-color: #e6e6d8;
}

.lineup_basicsec {
	max-width: 1200px;
	width: 94%;
	padding: 0 3%;
	margin: 0 auto;
	background-color: #fff;
}

.lineup_header {
	max-width: 1200px;
	width: 94%;
	height: 200px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}

.lineup_header_beige {
	position: absolute;
	background-color: #e6e6d8;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
}

.lineup_header_title {
	position: absolute;
	width: 412px;
	height: 200px;
	top: 0;
	left: 3%;
	background-color: #22115e;
}

.back_link {
	position: absolute;
	top: 76px;
	right: 4px;
}

.back_link a {
	color: #22115e;
	font-size: 1.6em;
	font-weight: 400;
}

.lineup_title {
	position: absolute;
	bottom: 0;
	right: 3%;
}

.lineup_title h2 {
	color: #22115e;
	font-size: 4em;
	font-weight: 600;
}

@media only screen and (max-width: 768px) {
.lineup_header { width: 100%; height: 280px; background-color: #e6e6d8; }
.lineup_header_beige { background-color: #fff; width: 94%; height: 50px; top: auto; bottom: 0; left: 3%; }
.lineup_header_title { width: 100%; left: 0; }
.back_link { height: 30px; top: 208px; right: 6%; }
.back_link a { font-size: 1.4em; }
.lineup_title { bottom: 0; right: 0; width: 100%; text-align: center; }
.lineup_title h2 { font-size: 3.2em; }
}

h3.flow_h3 {
	padding-top: 60px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 2em;
}

h3.flow_h3::first-letter {
	color: #a7a0bf;
	font-size: 90%;
}

.flow-wrap {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 20px;
}

.flow-contains {
	position: relative;
	background-color: #e4e2ec;
	width: 17%;
	overflow: hidden;
}

.arrow {
	width: 4%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.flow-contains-last {
	position: relative;
	width: 16%;
	overflow: hidden;
}

.arrow img {
	width: 40%;
}

.flow-contains_tri1 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.flow-contains_tri1 img {
	width: 55px;
}

.flow-contains_tri2 {
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 3;
}

.flow-contains_tri2 img {
	width: 55px;
}

.flow-contains_border {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 8px solid #9088ae;
	z-index: 1;
}

.flow-contains_tri3 {
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 2;
}

.flow-contains_tri3 img {
	width: 62px;
}

.flow-contains_tri4 {
	position: absolute;
	bottom: -10px;
	right: -10px;
	z-index: 3;
}

.flow-contains_tri4 img {
	width: 62px;
}

.flow-contains_txt {
	padding: 16px;
}

.flow-contains_txt1 {
	color: #22115e;
	height: 72px;
	font-size: 2.2em;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 8px;
}

.flow-contains_txt2 {
	text-align: left;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
}

.flow-contains-last_txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #22115e;
	font-size: 2.5em;
	font-weight: 600;
	line-height: 1.5;
	z-index: 4;
}

.column_wrap2 {
	display: flex;
	flex-wrap: wrap;
}

.column_wrap2_left {
	margin-left: 50px;
	width: calc(27% - 50px);
	margin-right: 5%;
	text-align: left;
	display: flex;
	align-items: center;
}

.column_wrap2_right {
	width: 68%;
}

.txtorange {
	color: #d87400;
	font-weight: 500;
}

@media only screen and (max-width: 768px) {
h3.flow_h3 { padding-top: 30px; margin-bottom: 12px; font-size: 1.6em; }
.flow-contains { width: 100%; }
.arrow { width: 100%; margin: 8px 0; }
.flow-contains-last { width: 100%; height: 100px;}
.arrow img { width: 30px;}
.flow-contains_txt { padding: 12px; }
.flow-contains_txt1 { height: auto; font-size: 1.8em; margin-bottom: 6px; }
.flow-contains_txt2 { font-size: 1.3em; }
.column_wrap2_left { margin-left: 0; width: 100%; margin-right: 0; margin-bottom: 12px; }
.column_wrap2_left img { margin: 0 auto; width: 70%; }
.column_wrap2_right { width: 100%; }
}

.course_wrap {
	max-width: 1200px;
	width: 94%;
	margin: 0 auto;
	background-color: #e6e6d8;
}

.course_wrap[data-sticky='true'] {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99;
}

.course_wrap ul {
	display: flex;
	flex-wrap: wrap;
	padding: 4px 0;
}

.course_wrap li {
	width: calc((100% - 20px) / 6);
	min-height: 40px;
	margin-right: 4px;
	margin-bottom: 4px;
	background-color: #fff;
	border: 1px solid #22115e;
	border-radius: 8px;
	transition: 0.5s ease;
}

.course_wrap li:nth-child(6n) {
	margin-right: 0;
}

.course_wrap li:nth-child(13),
.course_wrap li:nth-child(14),
.course_wrap li:nth-child(15) {
	margin-bottom: 0;
}

.course_wrap li a {
	color: #22115e;
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.2;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.course_wrap li:hover {
	background-color: #22115e;
}

.course_wrap li a:hover {
	color: #fff;
}

@media only screen and (max-width: 768px) {
.course_wrap li { width: calc((100% - 10px) / 6); min-height: 30px; margin-right: 2px; margin-bottom: 2px; border-radius: 7px;}
.course_wrap li a {font-size: 0.8em;}
}

.course_cat_title h2 {
	min-width: 480px ;
	display: inline-block;
	margin: 0 0 40px 0;
	padding: 16px 20px;
	background-image: repeating-linear-gradient(-45deg, #cac6d8, #cac6d8 2px, #d3cfdf 2px, #d3cfdf 6px);
	font-size: 3em;
	font-weight: 500;
	line-height: 1.5;
}

.lineup_tbl_wrap {
	overflow-x: auto;
}

.lineup_tbl {
	width: 100%;
	white-space: nowrap;
}

.lineup_tbl th {
	background-color: #22115e;
	color: #fff;
	font-size: 1.3em;
	font-weight: 400;
	border-right: solid 1px #fff;
	text-align: center;
	padding: 12px;
}

.lineup_tbl td {
	color: #000;
	font-size: 1.6em;
	font-weight: 400;
	border-right: solid 1px #999;
	text-align: center;
	padding: 16px;
	vertical-align: middle;
}

.lineup_tbl th:nth-child(1) {
	width: 44%;
}

.lineup_tbl th:nth-child(2) {
	width: 8%;
}

.lineup_tbl th:nth-child(3),
.lineup_tbl th:nth-child(4),
.lineup_tbl th:nth-child(5),
.lineup_tbl th:nth-child(6) {
	width: 12%;
}

.lineup_tbl th:last-child,
.lineup_tbl td:last-child {
	border-right: none;
}

.lineup_tbl tr:nth-child(2n+1) {
	background-color: #eee;
}

.lineup_tbl tr:last-child {
	border-bottom: solid 1px #999;
}

.lineup_tbl td:nth-child(1) {
	text-align: left;
}

.lineup_tbl td:last-child a {
	display: inline-block;
	color: #22115e;
	background-color: #fff;
	border: 1px solid #22115e;
	border-radius: 4px;
	padding: 5px 8px;
	font-size: 90%;
	font-weight: 500;
	transition: 0.5s ease;
}

.lineup_tbl td:last-child a:hover {
	color: #fff;
	background-color: #22115e;
}

.kyufukin {
	display: inline-block;
	margin-left: 8px;
	padding: 3px;
	border: 1px solid #339933;
	border-radius: 3px;
	background-color: #fff;
	color: #339933;
	font-size: 0.8em;
	font-weight: 400;
}

.keitai_c {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #79bcbc;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}

.keitai_f {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #e7a2c5;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}

.keitai_e {
	display: inline-block;
	width: 30px;
	line-height: 30px;
	border-radius: 15px;
	background-color: #e1b484;
	color: #fff;
	font-size: 1.1em;
	font-weight: 600;
	text-align: center;
}

.lineup_comments {
	margin-top: 24px;
	padding: 20px;
	background-color: #f4edd1;
	text-align: left;
}

.lineup-caption {
	margin-top: 4px;
	color: #333;
	font-size: 1.4em;
	font-weight: 400;
	line-height: 1.6;
}

.lineup-caption2 {
	color: #333;
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: 400;
	line-height: 1.6;
}

.keitai_c2 {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #79bcbc;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

.keitai_f2 {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #e7a2c5;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

.keitai_e2 {
	display: inline-block;
	margin-right: 8px;
	width: 24px;
	line-height: 24px;
	border-radius: 12px;
	background-color: #e1b484;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	text-align: center;
}

.kyufukin2 {
	display: inline-block;
	margin-right: 8px;
	padding: 0 6px;
	border: 1px solid #339933;
	border-radius: 3px;
	background-color: #fff;
	color: #339933;
	font-size: 0.9em;
	font-weight: 400;
}

.lineup-caption a {
	color: #22115e;
}

@media only screen and (max-width: 768px) {
.course_cat_title h2 { min-width: 280px ; margin: 0 0 20px 0; padding: 4px 8px; font-size: 2em; }
.lineup_tbl th { font-size: 1em; padding: 8px; }
.lineup_tbl td { font-size: 1.3em; padding: 6px; }
.lineup_tbl td:last-child a { border-radius: 3px; padding: 3px 5px; font-size: 80%; }
.keitai_c,.keitai_f,.keitai_e { width: 24px; line-height: 24px; border-radius: 12px; font-size: 1em; }
.lineup_comments { margin-top: 12px; padding: 16px; }
.lineup-caption { margin-top: 4px; font-size: 1.2em; }
.lineup-caption2 { margin-bottom: 8px; font-size: 1.2em; line-height: 2; }
.keitai_c2,.keitai_f2,.keitai_e2 { margin-right: 6px; width: 20px; line-height: 20px; border-radius: 10px; }
}




