@charset "UTF-8";

ruby[data-ruby] {
	position: relative;
}
ruby[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    line-height: 100%;
    text-align: center;
	top: -0.8em;
    left: -3.3em;
    right: -3.3em;
    transform-origin: bottom center;
    font-size: 50%;
	font-size: 10px;
    font-weight: 500;
    color: #000;
	letter-spacing: 0.3em;
    padding-left: 0.3em;
}
ruby[data-ruby] rt {
	display: none;
}
/*******************************
fonts
*******************************/
body {
	font-family: 'Noto Sans JP', sans-serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #333;
    word-break: break-all;
    line-height: 1;
    position: relative;
}

html {
    overflow-y: scroll;
}

.sp {
    display: none;
}

img {
    vertical-align: top;
	max-width: 100%;
}

a {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
    color: inherit;
    text-decoration: none;
	cursor: pointer;
    outline: none;
    border: none;
}

a:hover {
    opacity: 0.8;
}

ul, li {
	list-style-type: none;
}

button {
	outline: none;
}
* {
	box-sizing: border-box;
}
/*******************************
header
*******************************/
header {
    background-color: #ebe0ca;
}
header .inner {
    max-width: 1000px;
	margin: 0 auto;
    padding: 19px 32px 20px 26px;
}
header .inner p {
    font-size: 75%;
    color: #808080;
}
header .inner .h_wrap {
	display: flex;
    justify-content: space-between;
    align-items: flex-end;
	margin-top: -5px;
}
header .inner .h_wrap .logo {
	width: 333px;
	padding-left: 23px;
}
header .inner .h_wrap .info {
	width: 225px;
}
header .inner .h_wrap .info ul li:first-child {
	margin-bottom: 10px;
}

/*******************************
#title
*******************************/
#title {
	color: #fff;
	font-weight: 700;
	text-align: center;
	padding: 50px 0;
	background: #DB4713;
}
#title .txt01 {
	font-size: 262.5%;
	margin-bottom: 60px;
}
#title .txt01 span:nth-of-type(n+1):nth-child(-n+7),
#title .txt01 span:nth-of-type(n+11):nth-child(-n+12) {
	color: #fae200;
}

#title .txt01 span.char1::before ,
#title .txt01 span.char2::before,
#title .txt01 span.char3::before,
#title .txt01 span.char4::before,
#title .txt01 span.char5::before,
#title .txt01 span.char6::before,
#title .txt01 span.char7::before,
#title .txt01 span.char9::before,
#title .txt01 span.char11::before,
#title .txt01 span.char12::before,
#title .txt01 span.char14::before {
	position: absolute;
    top: -1em;
	left: -3.3em;
    right: -3.3em;
    margin: auto;
    font-size: 12px;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.3em;
    padding-left: 0.3em;
}
#title .txt01 span.char1::before {
	content: 'かい';
}
#title .txt01 span.char2::before {
	content: 'ご';
}
#title .txt01 span.char3::before {
	content: 'ふく';
}
#title .txt01 span.char4::before {
	content: 'し';
}
#title .txt01 span.char5::before {
	content: 'し';
}
#title .txt01 span.char6::before {
	content: 'はっ';
}
#title .txt01 span.char7::before {
	content: 'しょう';
}
#title .txt01 span.char9::before {
	content: 'ち';
}
#title .txt01 span.char11::before {
	content: 'にっ';
}
#title .txt01 span.char12::before {
	content: 'ぷく';
}
#title .txt01 span.char14::before {
	content: 'まな';
}
#title .txt02 {
	font-size: 300%;
}
#title .txt02 .big {
	font-size: 150%;
}
#title .txt02 ruby[data-ruby]::before {
	font-size: 30%;
    color: #fff;
    top: -0.5em;
}
#title .txt02 .big ruby[data-ruby]::before {
	font-size: 22%;
    color: #fff;
    top: -0.1em;
}
/*******************************
#key
*******************************/
#key {

}
#key img {
	width: 100%;
}

/*******************************
#tagBox
*******************************/
#tagBox {
	background-color: #DB4713;
	padding: 60px 0;
}
#tagBox .inner {
	width: 1000px;
	margin: 0 auto;
}
#tagBox ul {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
#tagBox ul li:not(:last-child) {
    margin-right: 2%;
}

/*******************************
#seek
*******************************/
#seek {
	background-image: url(../images/seek_bg_img_01.png);
	padding: 60px 0 65px 0;
	background-position: center;
    background-size: cover;
}
#seek .inner {
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 70px 130px;
}
#seek .inner dl dt {
	text-align: center;
    font-size: 187.5%;
    font-weight: 900;
    border-bottom: 3px solid #DB4713;
	padding-bottom: 10px;
	margin-bottom: 45px;
    color: #000;
}
#seek .inner dl dt .big {
	font-size: 220%;
}
#seek .inner dl dt .big ruby[data-ruby]::before {
	font-size: 22%;
    top: -0.1em;
    letter-spacing: 0.8em;
    padding-left: 0.8em;
}
#seek .inner dl dd {

}
#seek .inner dl dd .txt01 {
	font-size: 150%;
    line-height: 1.6;
    font-weight: 700;
    margin-bottom: 90px;
}
#seek .inner dl dd .country {
	text-align: center;
}
#seek .inner dl dd .country p {
	font-size: 187.5%;
	font-weight: 700;
	color: #2c4198;
	margin-bottom: 30px;
}
#seek .inner dl dd .country .txt02 span.char5::before,
#seek .inner dl dd .country .txt02 span.char6::before,
#seek .inner dl dd .country .txt02 span.char7::before,
#seek .inner dl dd .country .txt02 span.char8::before,
#seek .inner dl dd .country .txt02 span.char9::before,
#seek .inner dl dd .country .txt02 span.char10::before,
#seek .inner dl dd .country .txt02 span.char11::before,
#seek .inner dl dd .country .txt02 span.char13::before,
#seek .inner dl dd .country .txt02 span.char14::before,
#seek .inner dl dd .country .txt02 span.char15::before {
	position: absolute;
    top: -1.3em;
	left: -3.3em;
    right: -3.3em;
    margin: auto;
    font-size: 0.3em;
}
#seek .inner dl dd .country .txt02 span.char5::before {
	content: 'ねん';
}
#seek .inner dl dd .country .txt02 span.char6::before {
	content: 'ど';
}
#seek .inner dl dd .country .txt02 span.char7::before {
	content: 'にゅう';
}
#seek .inner dl dd .country .txt02 span.char8::before {
	content: 'がく';
}
#seek .inner dl dd .country .txt02 span.char10::before {
	content: 'がく';
}
#seek .inner dl dd .country .txt02 span.char11::before {
	content: 'せい';
}
#seek .inner dl dd .country .txt02 span.char13::before {
	content: 'しゅっ';
}
#seek .inner dl dd .country .txt02 span.char14::before {
	content: 'しん';
}
#seek .inner dl dd .country .txt02 span.char15::before {
	content: 'こく';
}
#seek .inner dl dd .multilingual {
    margin-top: 80px;
}
#seek .inner dl dd .multilingual .title01 {
    font-size: 225%;
    color: #00336a;
    font-weight: 900;
    text-align: center;
}
#seek .inner dl dd .multilingual .title01 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #00336a;
}
#seek .inner dl dd .multilingual .subtitle01 {
    font-size: 93.75%;
    color: #00336a;
    font-weight: 900;
    text-align: center;
    margin-top: 1em;
}
#seek .inner dl dd .multilingual ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
}
#seek .inner dl dd .multilingual ul li {
    width: 30.66%;
    margin-right: 4%;
    margin-bottom: 30px;
}
#seek .inner dl dd .multilingual ul li:nth-child(3n) {
    margin-right: 0;
}
#seek .inner dl dd .multilingual ul li a {
    border: 2px solid #00336A;
    border-radius: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125em;
    font-weight: 900;
    color: #00336A;
    text-decoration: underline;
    height: 3.5em;
}
#seek .inner dl dd .multilingual ul li a img {
    width: 2.85em;
    margin-right: 1em;
}
#seek .inner dl dd .multilingual ul li.ne a img {
    width: 2em;
}

/*******************************
.boxWrap 共通
*******************************/
.boxWrap .titleWrap {
	background-color: #DB4713;
	padding: 73px 0 53px 0;
}
.boxWrap .titleWrap .titleinner {
	display: flex;
    align-items: center;
    justify-content: center;
	background-image: url(../images/boxWrap_titleWrap_bg_img_02.png);
	width: 624px;
    height: 119px;
    margin: 0 auto;
}
.boxWrap .titleWrap .titleinner h2 {
	font-size: 250%;
	margin-right: 23px;
	font-weight: 900;
}
.boxWrap .titleWrap .titleinner h2 ruby[data-ruby]::before {
	font-size: 26%;
    top: -0.3em;
    letter-spacing: 0.5em;
    padding-left: 0.5em;
}
.boxWrap .titleWrap .titleinner p {
	font-size: 125%;
}


/*******************************
#fee
*******************************/
#fee {

}
#fee .innerWrap {
	background-color: #fdf6e5;
	padding: 40px 0 55px 0;
}
#fee .innerWrap .feeInner {
	width: 1000px;
	margin: 0 auto;
}
#fee .innerWrap .feeInner .leadTxt {
	font-size: 112.5%;
	margin-bottom: 50px;
	text-align: center;
}
#fee .innerWrap .feeInner .leadTxt span {
	font-size: 150%;
	color: #DB4713;
	font-weight: 700;
	text-decoration: underline;
}

#fee .table01 {
	width: 100%;
	background-color: #fff;
}
#fee .table01 th {
	font-size: 112.5%;
	font-weight: 700;
}
#fee .table01 th ruby[data-ruby]::before {
    font-size: 50%;
    top: -0.85em;
    letter-spacing: 0;
    padding-left: 0;
}
#fee .table01 tr:first-child th ruby[data-ruby]::before {
	color: #00336a;
}
#fee .table01 th,
#fee .table01 td {
	border: 1px solid #00336a;
	padding: 6px 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

#fee .table01 tr:first-child th {
	color: #00336a;
	background-color: #aaa8c0;
	padding: 15px 0 6px 0;
}
#fee .table01 tr:first-child th:first-child {
	width: 77px;
}
#fee .table01 tr:first-child th:nth-child(n+2):nth-child(-n+7) {
	width: 114px;
}
#fee .table01 tr:first-child th:last-child {
	background-color: #00336a;
	color: #fff;
	width: 239px;
}
#fee .table01 tr:first-child th:last-child ruby[data-ruby]::before {
	color: #fff;
}
#fee .table01 tr:nth-child(2) th ruby[data-ruby]::before,
#fee .table01 tr:nth-child(3) th ruby[data-ruby]::before {
	color: #2c4198;
}
#fee .table01 tr:nth-child(2) th,
#fee .table01 tr:nth-child(3) th {
	color: #2c4198;
	background-color: #d5d9ea;
	padding: 12px 0;
}
#fee .table01 tr:nth-child(2) td:last-child .price {
	color: #000;
}


#fee .table01 .price {
	font-size: 187.5%;
	color: #00336a;
	font-weight: 900;
}
#fee .table01 .style01 {
	height: 176px;
}
#fee .table01 .style01 span {
	font-size: 225%;
	margin-bottom: 15px;
	margin-top: 20px;
	display: block;
}
#fee .table01 .style01 span.sp {
    display: none;
}
#fee .table01 .style01 span ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.8em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
}
#fee .table01 .style01 p{
	font-size: 112.5%;
	line-height: 1.4;
}
#fee .table01 .style01.bd01 {
	box-shadow: 0 0 0 10px #00336a inset;
}
#fee .table01 .style01.bd02 {
	box-shadow: 0 0 0 10px #3f4e7e inset;
}
#fee .table01 .style01.bd02 span ruby[data-ruby]::before {
	letter-spacing: 0.45em;
}
#fee .table01 .style02 {
	color: #00336a;
	background-color: #fae200;
}
#fee .table01 .style02 .txt01 {
	font-size: 150%;
	margin-bottom: 12px;
}
#fee .table01 .style02 .txt01 ruby[data-ruby]::before {
    font-size: 40%;
    top: -0.75em;
    letter-spacing: 0;
    padding-left: 0;
    color: #00336a;
}
#fee .table01 .style03 {
	color: #00336a;
	background-color: #fae200;
}

#fee .table01 .style03 .txt01 {
	font-size: 112.5%;
	font-weight: 700;
	text-align: left;
	margin-left: 15px;
	margin-bottom: 12px;
}
#fee .table01 .style03 .txt01 ruby[data-ruby]::before {
	font-size: 40%;
    top: -0.75em;
    letter-spacing: 0;
    padding-left: 0;
    color: #00336a;
}
#fee .table01 .style03 .txt02 {
	font-size: 112.5%;
	font-weight: 700;
	position: relative;
	margin-top: 18px;
	line-height: 1.4;
}
#fee .table01 .style03 .txt02::before {
	content: '（';
	position: absolute;
	left: 0;
	font-size: 312.5%;
	top: -16px;
	transform: scale(0.4,1);
}
#fee .table01 .style03 .txt02::after {
	content: '）';
	position: absolute;
	right: 0;
	font-size: 312.5%;
	top: -16px;
	transform: scale(0.4,1);
}
#fee .table01 .balloon {
	border: 1px solid #fdf6e5;
	background-color: #fdf6e5;
	text-align: right;
	position: relative;
	border-right: 1px solid #e02613;
}
#fee .table01 .balloon::after {
	content: '';
    display: inline-block;
    width: 49px;
    height: 30px;
    background-image: url(../images/fee_table01_balloon_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -15px;
}
#fee .table01 .balloon .wrap {
	display: inline-flex;
	background-color: #DB4713;
	color: #fff;
	align-items: baseline;
	justify-content: center;
	border-radius: 5px;
	padding: 17px 30px 18px 27px;
	margin-right: 30px;
}
#fee .table01 .balloon .wrap .txt01 {
	font-size: 150%;
	font-weight: 700;
	margin-right: 30px;
}
#fee .table01 .balloon .wrap .txt01 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.8em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #fff;
}
#fee .table01 .balloon .wrap .txt02 {
	font-size: 237.5%;
}
#fee .table01 .balloon .wrap .txt02 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #fff;
}
#fee .table01 .balloon .wrap .txt02 .big {
	font-size: 178%;
}
#fee .table01 .balloon .wrap .txt02 .small {
	font-size: 70%;
}
#fee .table01 .balloon .wrap .txt02 .small ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #fff;
}
#fee .table01 tr:nth-child(2) td:last-child::after,
#fee .table01 tr:nth-child(4) td:last-child::after,
#fee .table01 tr:nth-child(5) td:last-child::after {
	content: '';
    display: inline-block;
    width: 70px;
    height: 40px;
    background-image: url(../images/fee_table01_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -25px;
}
#fee .table01 tr:nth-child(6) td:last-child::after {
	content: '';
    display: inline-block;
    width: 70px;
    height: 204px;
    background-image: url(../images/fee_table01_arrow_02.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
	z-index: 10;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -190px;
}

#fee .aboutFee {
	margin-top: 110px;
}
#fee .aboutFee h2 {
	font-size: 225%;
	color: #00336a;
	font-weight: 900;
	text-align: center;
}
#fee .aboutFee h2 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #00336a;
}
#fee .aboutFee p {
	text-align: center;
	margin-top: 13px;
}
#fee .aboutFee p span {
	font-size: 93.75%;
	color: #00336a;
	font-weight: 900;
}
#fee .aboutFee table {
	width: 100%;
	margin-top: 30px;
}
#fee .aboutFee table p {
	margin-top: 0;
}
#fee .aboutFee table th {
	font-size: 162.5%;
	color: #00336a;
	background-color: #aaa8c0;
	border: 1px solid #00336a;
	width: 320px;
	padding: 23px 0 10px 0;
}
#fee .aboutFee table th ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #00336a;
}
#fee .aboutFee table th:last-child {
	width: 360px;
	background-color: #00336a;
	color: #fff;
}
#fee .aboutFee table th:last-child  ruby[data-ruby]::before {
    color: #fff;
}
#fee .aboutFee table td {
	font-size: 250%;
	border: 1px solid #00336a;
	background-color: #fff;
    text-align: center;
	padding: 25px 0 20px 0;
}
#fee .aboutFee table td:last-child {
	box-shadow: 0 0 0 2px #00336a inset;
}

/*******************************
#attend
*******************************/
#attend {
	padding: 90px 0 45px 0;
	text-align: center;
}
#attend .title {
	display: inline-block;
	position: relative;
	margin-bottom: 40px;
}
#attend .title .tag {
	position: absolute;
    font-size: 137.5%;
    color: #fff;
    background-color: #DB4713;
    padding: 8px 12px;
    border-radius: 3px;
    top: -30px;
    left: -120px;
	font-weight: 700;
}
#attend .title .tag::after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 9px;
    background-image: url(../images/attend_tag_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    bottom: -8px;
    right: 15px;
	background-repeat: no-repeat;
}
#attend .title h2 {
	font-size: 225%;
	color: #DB4713;
	font-weight: 900;
	text-align: center;
}
#attend .title h2 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
    letter-spacing: 0.7em;
    padding-left: 0.7em;
    color: #DB4713;
}
#attend .title p {
	font-size: 93.75%;
	color: #DB4713;
	font-weight: 900;
	text-align: center;
	margin-top: 13px;
}
#attend .txt {
	line-height: 1.6;
	font-size: 112.5%;
	margin-bottom: 45px;
}


/*******************************
#support
*******************************/
#support {

}
#support .inner {
	max-width: 1000px;
	margin: 50px auto;
}
#support .list:nth-of-type(1) {
	margin-bottom: 80px;
}
#support .list:nth-of-type(2) {
	margin-bottom: 135px;
}
#support .list:nth-of-type(3) {
	margin-bottom: 160px;
}
#support .list:nth-of-type(4) {
	margin-bottom: 170px;
}
#support .list dt {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
#support .list dt .num {
	font-size: 312.5%;
	color: #fff;
	font-weight: 700;
	background-color: #00336a;
	width: 78px;
	height: 78px;
	line-height: 78px;
	text-align: center;
	margin-right: 23px;
}
#support .list dt h3 {
	font-size: 256.25%;
	font-weight: 900;
	color: #00336a;
}
#support .list dt h3 ruby[data-ruby]::before {
	font-size: 30%;
    top: -0.5em;
    letter-spacing: 0.3em;
    padding-left: 0.3em;
    color: #00336a;
}
#support .list dd {

}
#support .list dd p {
	font-size: 112.5%;
	line-height: 1.6;
}
#support .list .box01 {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
}
#support .list .box01 dl {
	border: 1px solid #00336a;
    width: 484px;
}
#support .list .box01 dl dt {
	background-image: url(../images/support_img_01.png);
    height: 56px;
    text-align: center;
    display: block;
    line-height: 56px;
    color: #fff;
    font-size: 150%;
	margin-bottom: 0;
	font-weight: 700;
}
#support .list .box01 dl dt span {
	font-size: 70%;
}
#support .list .box01 dl dd {
	background-color: #dad9e5;
	padding: 25px 25px 20px;
    text-align: center;
}
#support .list .box01 dl dd p {
	margin-top: 15px;
}
#support .list .imgWrap01 {
	position: relative;
}
#support .list .imgWrap01 .imgBox {
	position: absolute;
	top: -90px;
	right: 0;
}
#support .list .imgWrap02 {
	position: relative;
}
#support .list .imgWrap02 .imgBox {
	position: absolute;
	top: -113px;
	right: 0;
}
#support .list .imgWrap03 {
	position: relative;
}
#support .list .imgWrap03 .imgBox {
	position: absolute;
	top: -25px;
	right: 0;
}
#support .news {
	background-image: url(../images/support_img_07.png);
	width: 1000px;
	height: 271px;
	position: relative;
	padding: 30px 0;
}
#support .news .tag {
	position: absolute;
	background-color: #fae200;
	border: 1px solid #fff;
	color: #00336a;
	font-weight: 900;
	font-size: 150%;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	width: 120px;
	height: 120px;
	border-radius: 60px;
	text-align: center;
    line-height: 120px;
	top: -15px;
    left: 120px;
}
#support .news dl {
	text-align: center;
}
#support .news dl dt {
	font-size: 187.5%;
	color: #fff;
	line-height: 1.1;
	margin-bottom: 30px;
}
#support .news dl dt span {
	font-size: 70%;
}
#support .news dl dd {
	background-color: #fff;
	width: 940px;
	padding: 30px 0;
	margin: 0 auto;
	display: flex;
    justify-content: center;
}
#support .news dl dd p {
	font-size: 112.5%;
	line-height: 1.6;
	text-align: left;
}


/*******************************
#flow
*******************************/
#flow {

}
#flow .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}
#flow .leadTxt {
	font-size: 112.5%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 60px;
}
#flow .flowlist {
	background-color: #fdf6e5;
	padding: 55px 150px;
}
#flow .flowlist ul {

}
#flow .flowlist ul li {
	text-align: center;
	padding: 25px 0 15px 0;
	background-color: #fff;
	border: 2px solid #00336a;
	margin-bottom: 40px;
	position: relative;
	color: #00336a;
}
#flow .flowlist ul li::after {
	content: '';
	display: inline-block;
	width: 36px;
	height: 21px;
	background-image: url(../images/flow_flowlist_arrow_01.svg);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -32px;
	background-repeat: no-repeat;
}
#flow .flowlist ul li:last-child {
	margin-bottom: 0;
}
#flow .flowlist ul li:last-child::after {
	content: none;
}
#flow .flowlist ul li p {
	font-size: 125%;
	font-weight: 700;
}
#flow .flowlist ul li p ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.8em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    color: #00336a;
}
#flow .flowlist ul li span {
	font-size: 112.5%;
	font-weight: 700;
	margin-bottom: 20px;
	display: block;
}
#flow .flowlist ul li:nth-child(1),
#flow .flowlist ul li:nth-child(4) {
	padding: 25px 0 22px 0;
}
#flow .flowlist ul li:nth-child(3) {
    background-color: #DB4713;
    color: #fff;
    border: none;
}
#flow .flowlist ul li:nth-child(9) {
	background-color: #00336a;
	color: #fff;
	border: 2px solid #fff;
}
#flow .flowlist ul li:nth-child(3) ruby[data-ruby]::before,
#flow .flowlist ul li:nth-child(9) ruby[data-ruby]::before {
	color: #fff;
}
#flow .flowlist .btn01 {
	position: relative;
	z-index: 1;
	border-radius: 70px;
	text-align: center;
	background: #fff;
	display: inline-block;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
	margin-top: 15px;
}
#flow .flowlist .btn01::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	border-radius: 70px;
	padding: 3px;
	width: 100%;
	height: 100%;
	background: #efad1c;
	background: -moz-linear-gradient(left, #efad1c 0%, #fbf0cb 41%, #e9c242 67%, #efad1c 100%);
	background: -webkit-linear-gradient(left, #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	background: linear-gradient(to right, #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	background-clip: content-box;
	content: "";
}
#flow .flowlist .btn01::after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/flow_flowlist_arrow_02.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -5px;
	background-repeat: no-repeat;
}
#flow .flowlist .btn01 a {
	display: block;
	font-size: 137.5%;
	font-weight: 700;
	padding: 23px 0 20px 0;
	width: 280px;
	color: #000000;
}

#flow .flowlist .btn02 {
	position: relative;
	z-index: 1;
	border-radius: 70px;
	text-align: center;
	background: #efad1c;
	background: -moz-linear-gradient(left, #efad1c 0%, #fbf0cb 41%, #e9c242 67%, #efad1c 100%);
	background: -webkit-linear-gradient(left, #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	background: linear-gradient(to right, #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	display: inline-block;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
	margin-top: 15px;
}
#flow .flowlist .btn02::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	box-sizing: border-box;
	border-radius: 70px;
	padding: 3px;
	width: 100%;
	height: 100%;
	background: #fff;
	background-clip: content-box;
	content: "";
}
#flow .flowlist .btn02::after {
	content: '';
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(../images/InformationBox_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 22px;
    top: 50%;
    margin-top: -5px;
	background-repeat: no-repeat;
}
#flow .flowlist .btn02 a {
	display: block;
	font-size: 137.5%;
	font-weight: 700;
	padding: 23px 0 20px 0;
	width: 280px;
	color: #000000;
}
#flow .flowlist .btn02 a ruby[data-ruby]::before {
	color: #000 !important;
}
/*******************************
#hours
*******************************/
#hours {

}
#hours .inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 60px 0 80px 0;
}
#hours .leadTxt {
	font-size: 112.5%;
	line-height: 1.6;
	text-align: center;
	margin-bottom: 60px;
}
#hours table {
	width: 100%;
}
#hours table th,
#hours table td {
	border: 1px solid #00336a;
	background-color: #fff;
	font-size: 87.5%;
	text-align: center;
	vertical-align: middle;
	font-weight: 700;
	color: #00336a;
}
#hours table tr:first-child th {
	width: 100px;
	background-color: #a3b4dc;
	color: #fff;
	padding: 3px 0;
}
#hours table tr:first-child th:first-child {
	background-color: #eef1f9;
}
#hours table tr:first-child th:nth-child(2) {
	width: 200px;
}
#hours table tr:nth-child(n+2) th:first-child {
	padding: 9px 0;
	background-color: #7b97cd;
	color: #fff;
}
#hours table tr:nth-child(n+2) td:nth-child(2) {
	color: #000;
}
#hours table .bg01 {
	background-color: #eef1f9;
}
#hours table .bg02 {
	background-image: url(../images/hours_img_01.png);
	background-position: center;
	background-size: cover;
	padding: 15px;
}
#hours table .bg02 p {
	font-size: 128.5%;
	color: #00336a;
	font-weight: 900;
}
#hours table .bg02 p span {
	font-size: 70%;
}

/*******************************
#schedule
*******************************/
#schedule {
	padding-bottom: 110px;
}
#schedule .inner {
	max-width: 1010px;
	margin: 0 auto;
	padding: 60px 0 115px 0;
}

/*******************************
#training
*******************************/
#training {
	max-width: 1000px;
	margin: 0 auto;
}
#training .title {
	margin-bottom: 40px;
	text-align: center;
}
#training .title h2 {
	font-size: 225%;
	color: #00336a;
	font-weight: 900;
	text-align: center;
}
#training .title h2 ruby[data-ruby]::before {
	font-size: 39%;
    top: -0.5em;
	letter-spacing: 0.2em;
    padding-left: 0.2em;
    color: #00336a;
}
#training .title p {
	font-size: 93.75%;
	color: #00336a;
	font-weight: 900;
	text-align: center;
	margin-top: 13px;
}
#training .box {
	background-color: #eaecf5;
	padding: 30px 55px 40px 45px;
}
#training .box .subtitle {
	font-size: 137.5%;
    font-weight: 700;
	text-align: center;
	margin-bottom: 20px;
}
#training .box .subtitle span {
	font-size: 127.2%;
	color: #182987;
}
#training .box .wrap {
	display: flex;
	justify-content: space-between;
}
#training .box .wrap dl:first-child {
	width: 450px;
	position: relative;
}
#training .box .wrap dl:first-child::after {
	content: '';
    display: inline-block;
    width: 68px;
    height: 10px;
    background-image: url(../images/training_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
	top: 13px;
	right: -50px;
}
#training .box .wrap dl:last-child {
	width: 413px;
}
#training .box .wrap dl dt {
	background-color: #fff;
	font-size: 125%;
	padding: 7px 0;
	margin-bottom: 14px;
	text-align: center;
}
#training .box .wrap dl dd table th {
	padding: 10px 0;
	color: #fff;
	background-color: #182987;
	border: 1px solid #231815;
	font-size: 112.5%;
}
#training .box .wrap dl dd table th span {
	font-weight: 500;
	font-size: 72.2%;
}
#training .box .wrap dl dd table td {
	border: 1px solid #231815;
	background-color: #fff;
	padding: 10px 0;
	font-weight: 500;
	font-size: 87.5%;
	color: #231815;
	text-align: center;
	line-height: 1.6;
}
#training .box .wrap dl dd table td span {
	font-size: 128.5%;
	color: #182987;
	font-weight: 700;
}
#training .box .wrap dl dd table td span .small {
	color: #e02613;
	font-size: 73%;
}
#training .box .wrap dl:first-child table {
	width: 100%;
}
#training .box .wrap dl:first-child table td {
	width: 33.33%;
}
#training .box .wrap dl:last-child dd {
	display: flex;
	justify-content: space-between;
}
#training .box .wrap dl:last-child table:first-child {
	width: 150px;
}
#training .box .wrap dl:last-child table:last-child {
	width: 225px;
}

/*******************************
#voice
*******************************/
#voice {
	background-color: #eaecf5;
	padding-bottom: 70px;
}
#voice .inner {
	max-width: 860px;
	margin: 0 auto;
}
#voice .vBox {
	margin-top: 60px;
}
#voice .pfBox {
	text-align: center;
}
#voice .pfBox .country p {
	color: #2c4198;
	margin-bottom: 15px;
	font-weight: 900;
}
#voice .vBox .txtBox {
	line-height: 1.75;
	margin-top: 40px;
}
#voice .vBox .txtBox .jp {
	color: #2c4198;
	margin-top: 30px;
}

#voice .vBox:first-of-type {
	display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
#voice .vBox:first-of-type .txtBox {
	margin-right: 25px;
}
#voice .vBox:first-of-type .pfBox {
	width: 340px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
}

#voice .vBox:nth-of-type(2) {
	display: flex;
	justify-content: space-between;
}
#voice .vBox:nth-of-type(2) .pfBox {
	width: 206px;
}
#voice .vBox:nth-of-type(2) .pfBox .pfImg {
	margin-bottom: 15px;
}
#voice .vBox:nth-of-type(2) .txtBox {
	width: 624px;
}

#voice .vBox:nth-of-type(3) {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
#voice .vBox:nth-of-type(3) .pfBox {
	width: 206px;
}
#voice .vBox:nth-of-type(3) .pfBox .pfImg {
	margin-bottom: 15px;
}
#voice .vBox:nth-of-type(3) .txtBox {
	width: 624px;
}

#voice .imgArea {
	text-align: center;
	margin-top: 60px;
}
#voice .imgArea p {
	font-size: 212.5%;
	color: #2c4198;
	margin-top: 15px;
	font-weight: 900;
}

/*******************************
#access
*******************************/
#access .inner {
	max-width: 1000px;
	margin: 70px auto 90px auto;
}
#access .leadTxt {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	margin-bottom: 30px;
}
#access .leadTxt p {
	text-align: center;
	line-height: 1.6;
	font-size: 112.5%;
	margin: 0 30px;
}
#access .leadTxt img {
	margin-top: 10px;
}
#access .googlemapWrap {
	width: 700px;
	margin: 0 auto;
}
#access .googlemapWrap iframe {
	width: 700px;
	height: 600px;
}
#access .googlemapWrap p {
	margin-top: 20px;
}

/*******************************
#inquiry
*******************************/
#inquiry {
	background-color: #eaecf5;
	padding: 60px 0 40px 0;
}
#inquiry h2 {
	font-size: 187.5%;
	color: #2c4198;
	text-align: center;
	margin-bottom: 30px;
}
#inquiry h2 ruby[data-ruby]::before {
	font-size: 45%;
    top: -0.8em;
    letter-spacing: 0.1em;
    padding-left: 0.1em;
    color: #2c4198;
}
#inquiry dl {
	font-size: 112.5%;
	display: flex;
	justify-content: center;
	line-height: 1.7;
}
#inquiry dl dt {
	margin-top: 7px;
}
#inquiry dl dt {
	letter-spacing: 0;
    padding-left: 0;
}
#inquiry dl dd span {
	font-size: 133%;
	font-weight: 700;
}


/*******************************
.InformationBox
*******************************/
.InformationBox {
	background-color: #2c4198;
	padding: 45px 0;
	text-align: center;
	margin-bottom: 20px;
}
.InformationBox .btn {
	position:relative;
    z-index:1;
	border-radius: 70px;
    text-align:center;
	background: #efad1c;
	background: -moz-linear-gradient(left,  #efad1c 0%, #fbf0cb 41%, #e9c242 67%, #efad1c 100%);
	background: -webkit-linear-gradient(left,  #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	background: linear-gradient(to right,  #efad1c 0%,#fbf0cb 41%,#e9c242 67%,#efad1c 100%);
	display: inline-block;
	box-shadow: 0 5px 10px 0 rgb(0 0 0 / 50%);
}
.InformationBox .btn::before {
	position:absolute;
    top:0;
    left:0;
    z-index:-1;
    box-sizing:border-box;
    border-radius: 70px;
    padding:6px;
    width:100%;
    height:100%;
    background:#fff;
    background-clip:content-box;
    content:"";
}
.InformationBox .btn::after {
	content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-image: url(../images/InformationBox_arrow_01.svg);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    right: 42px;
    top: 50%;
    margin-top: -16px;
	background-repeat: no-repeat;
}
.InformationBox .btn a {
	display: block;
	font-size: 237.5%;
	font-weight: 700;
	padding: 38px 87px 38px 45px;
}
.InformationBox .btn a ruby[data-ruby]::before {
	font-size: 26%;
    top: -0.3em;
    letter-spacing: 0.8em;
    padding-left: 0.8em;
}

/*******************************
footer
*******************************/
footer {

}
footer ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 35px 0 20px 0;
	max-width: 1000px;
	margin: 0 auto;
}
footer ul li {
	font-size: 75%;
}
footer ul li:first-child img {
	margin-right: 12px;
	width: 20px;
	vertical-align: middle;
}
footer ul li:nth-child(2) img {
	width: 280px;
}
footer ul li:last-child img {
	margin-right: 12px;
	width: 20px;
	transform: rotate(90deg);
	vertical-align: middle;
}
footer .copyright {
	background-color: #ebe0ca;
	padding: 35px 0;
	text-align: center;
}
footer .copyright p {
	font-size: 87.5%;
	color: #808080;
}

/*******************************
addition
*******************************/
.discontinuation {
    padding: 1.25em 1.5%;
    text-align: center;
    line-height: 1.4;
}

.discontinuation dt {
    font-weight: 700;
    color: #f61200;
    font-size: 112.5%;
    margin-bottom: 0.5em;
}

.discontinuation p:not(:last-child) {
    margin-bottom: 0.25em;
}

/*******************************
250414 改修
*******************************/
#title,#tagBox,.boxWrap .titleWrap {
	background-color: #007440;
}

#flow .flowlist ul li:nth-child(3) {
	background-color: #fff;
	border: 4px solid #e02613;
	padding: 24px;
}
#flow .flowlist ul li:last-child {
	background-color: #00336A;
	color: #FFF;
}
#flow .flowlist ul li:last-child p ruby[data-ruby]::before {
	color: #FFF;
}


#flow .flowlist .flows_flex {
	display: flex;
	justify-content: center;
}
#flow .flowlist .flows_flex .flows_item {
	color: #00336a;
}
#flow .flowlist .flows_flex .flows_item .item_title {
	margin-bottom: 8px;
}
#flow .flowlist .flows_flex .flows_item p ruby[data-ruby]::before{
	color: #00336a;
}
#flow .flowlist .flows_flex .flows_item.support {
	flex-basis: 60%;
	padding-right: 8px;
	border-right: 2px dotted #00336A;
}
#flow .flowlist .flows_flex .flows_item.non-support {
	flex-basis: 40%;
	padding-left: 8px;
}
#flow .flowlist .flows_flex .flows_item .flows_skillWrap{
	display: flex;
	gap: 8px;
}
#flow .flowlist .flows_flex .flows_item .flows_skill{
	flex: 1;
	background: #fadbc9;
	padding: 20px 16px 24px;
}
#flow .flowlist .flows_flex .flows_item .flows_skill .skill_title{
	font-weight: 700;
	font-size: 100%;
	margin-top: 0;
	margin-bottom: 8px;
}

#flow .flowlist .flows_flex .flows_item .flows_skill ul{
	padding: 0;
}

#flow .flowlist .flows_flex .flows_item .flows_skill ul li {
	border: none;
}
#flow .flowlist .flows_flex .flows_item .flows_skill ul li:last-child {
	color: #00336a;
	background-color: #fff;
	padding: 25px 0 15px 0;
}
#flow .flowlist .flows_flex .flows_item .flows_skill ul li .smallFlow_tit {
	margin: 0;
	margin-bottom: 8px;
	font-weight: 700;
	font-size: 100%;
}
#flow .flowlist .flows_flex .flows_item .flows_skill ul li .entranceExam_tit {
	background-color: #007440;
	color: #FFF;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 8px;
	padding: 4px;
	font-weight: 700;
}


#flow .flowlist .flows_exam {
	text-align: left;
	color: #00336A;
	padding: 24px 0;
	line-height: 1.6;
	border-top: 2px dotted #00336A;
	margin-top: 8px;
}
#flow .flowlist .flows_exam p {
	margin: 0;
	margin-bottom: 8px;
}



