@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17

*/

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;
}
*{
 box-sizing: border-box;}
body {
    line-height:1;
}

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

ul,ol {
    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;
}

/* 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 */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
img{
	vertical-align:bottom;
 max-width: 100%;
}


/************** layout base ********************/

.clearfix{
overflow:hidden;
}



a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:link{color:#007bc7;}

a:visited{color:#007bc7;}

/*ボタンrollover*/
/* a:hover {filter:Alpha(opacity:80);
-moz-opacity:0.80;
opacity:0.80;} */

sup {
	line-height: 100%;
	font-size:10px;
	vertical-align: 0.4em;
}
sub{
	line-height: 100%;
	font-size:10px;
	vertical-align: -0.1em;
}

.txtLeft{
text-align:left;
}
.txtRight{
text-align:right;
}
.txtCenter{
text-align:center;
}
.fw{font-weight:700 !important;}
.f10{ font-size:10px !important;}
.f11{ font-size:11px !important;}
.f12{ font-size:12px !important;}
.f13{ font-size:13px !important;}
.f14{ font-size:14px !important;}
.f15{ font-size:15px !important;}
.f16{ font-size:16px !important;}
.f17{ font-size:17px !important;}
.f18{ font-size:18px !important;}

.txtRed{ color:#e60012;}
.note{ font-size:14px;}

.fLeft{ float:left;}
.fRight{ float:right;}
.fNon{
	float:none !important;
}

.mTop0{ margin-top:0 !important;}
.mTop5{ margin-top:5px !important;}
.mTop10{ margin-top:10px !important;}
.mTop15{ margin-top:15px !important;}
.mTop20{ margin-top:20px !important;}
.mTop25{ margin-top:25px !important;}
.mTop30{ margin-top:30px !important;}
.mTop35{ margin-top:35px !important;}
.mTop40{ margin-top:40px !important;}
.mTop45{ margin-top:45px !important;}
.mTop50{ margin-top:50px !important;}
.mTop90{ margin-top:90px !important;}

.mBtm0{ margin-bottom:0 !important;}
.mBtm5{ margin-bottom:5px !important;}
.mBtm10{ margin-bottom:10px !important;}
.mBtm15{ margin-bottom:15px !important;}
.mBtm20{ margin-bottom:20px !important;}
.mBtm25{ margin-bottom:25px !important;}
.mBtm30{ margin-bottom:30px !important;}
.mBtm35{ margin-bottom:35px !important;}
.mBtm40{ margin-bottom:40px !important;}
.mBtm45{ margin-bottom:45px !important;}
.mBtm50{ margin-bottom:50px !important;}
.mBtm60{ margin-bottom:60px !important;}

.pTop0{ padding-top:0 !important;}
.pTop5{ padding-top:5px !important;}
.pTop10{ padding-top:10px !important;}
.pTop15{ padding-top:15px !important;}
.pTop20{ padding-top:20px !important;}
.pTop25{ padding-top:25px !important;}
.pTop30{ padding-top:30px !important;}
.pTop35{ padding-top:35px !important;}
.pTop40{ padding-top:40px !important;}
.pTop45{ padding-top:45px !important;}
.pTop50{ padding-top:50px !important;}

.pBtm0{ padding-bottom:0 !important;}
.pBtm5{ padding-bottom:5px !important;}
.pBtm10{ padding-bottom:10px !important;}
.pBtm15{ padding-bottom:15px !important;}
.pBtm20{ padding-bottom:20px !important;}
.pBtm25{ padding-bottom:25px !important;}
.pBtm30{ padding-bottom:30px !important;}
.pBtm35{ padding-bottom:35px !important;}
.pBtm40{ padding-bottom:40px !important;}
.pBtm45{ padding-bottom:45px !important;}
.pBtm50{ padding-bottom:50px !important;}
.pBtm60{ padding-bottom:60px !important;}

/************** layout base ********************/
body{
background:#ffffff;
text-align:center;
/* font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic,"ＭＳ Ｐゴシック", "MS PGothic",  Osaka, sans-serif; */
font-family: 'Roboto', 'Noto Sans JP', sans-serif;
line-height:1.2;
}

div,p,dl{
text-align:left;
}

p,dt,dd,li,td,th{
color:#302C2A;
font-size:16px;
line-height: 1.75;
}
h1,h2,h3,h4,h5,h6{
color:#302C2A;
font-size:16px;
}

/*------------------ list style----------------*/
.numberList{
	padding:0 0 0 18px;
}
.numberList li{
	list-style:decimal outside;
	padding:0 0 5px 0;
}

.discList{
	padding:0 0 0 18px;
}
.discList li{
	list-style:disc outside;
	padding:0 0 2px 0;
}

.indentList li{
	padding-left:1em;
	text-indent:-1em;
}

/*-- --*/
.flex{
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;
}

@media screen and (min-width: 769px) {
.spOnly{ display:none;}

.pcflex{
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;
 justify-content: space-between;
}
}/*-PC only-*/


/*****************  common ***********************/
main{
	background: url("images/main_bg.png") no-repeat center bottom -1px / 1337px #00105D;
	padding-bottom: 358px;
}
.inner{
	margin:0 auto;
	max-width: 1200px;
}
.innerBox{
	background: #fff;
	border-radius: 20px;
	max-width: 100%;
}
.btnArea{
	margin:0 auto;
	max-width: 792px;
}
.btn,
.pointerBtn{
	text-align: center;
}
.btn a{
	border: 4px solid #FDDC00;
	position: relative;
	display: block;
	background: #FDDC00;
	border-radius: 50px;
	width: 100%;
	padding: 19px 0;
	margin: 0 auto;
	color: #00105D;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.2;
}
.btn a::after{
  content:"";
	background: url("images/arrow_btn.png") no-repeat left top / contain;
	width: 24.5px;
	height: 28px;
	line-height: 1;
  position: absolute;
	top: 50%;
  right: 38px;
	transform: translateY(-50%);
}
.btn a:hover{
	background: #fff;
	border: 4px solid #FDDC00;
}
.pointerBtn a{
	position: relative;
	display: block;
	background: #FDDC00;
	border-radius: 20px;
	width: 100%;
	padding: 36px 0;
	margin: 0 auto 80px;
	color: #00105D;
	font-size: 56px;
	font-weight: 700;
	line-height: 1.2;
	z-index: 5;
	-moz-box-shadow: 0px 20px 0px 0px rgba(251, 190, 0, 1);
	-webkit-box-shadow: 0px 20px 0px 0px rgba(251, 190, 0, 1);
	-ms-box-shadow: 0px 20px 0px 0px rgba(251, 190, 0, 1);
	box-shadow: 0px 20px 0px 0px rgba(251, 190, 0, 1);
  transition: .3s
}
.pointerBtn a::after{
  content:"";
	background: url("images/ic_pointer.png") no-repeat left top / contain;
	width: 82px;
	height: 101px;
	line-height: 1;
  position: absolute;
	top: 79px;
  right: 27px;
	z-index: 10;
}
.pointerBtn a:hover{
	box-shadow: 0px 1px 0px 0px rgba(251, 190, 0, 1);
  transform: translateY(20px)
}
.btnSide {
	margin-bottom: 70px;
}
.btnSide a{
	margin: 0;
	max-width: 384px;
}

.txtYellow{
	color: #FDDC00;
}

/*****************  header ***********************/
header{
	background: #fff;
	padding-top: 20px;
	width: 100%;
	z-index: 100;
}
header .logo{
	text-align: right;
}
header .logo img{
 max-width: 220px;
}

/*****************  foot ***********************/
footer{
	padding: 53px 0 55px;
	margin: 0 auto;
}
footer .logo{
	letter-spacing: 0.02em;
	text-align: center;
	width: 384px;
}
footer .logo img{
	margin-bottom: 4px;
 	width: 100%;
}
footer .tel{
	color: #00105D;
	font-size: 43px;
	font-weight: 700;
	line-height: 1;
 	padding: 35px 0 0 28px;
}
footer .tel span{
	border-top: 2px solid #00105D;
	border-bottom: 2px solid #00105D;
	font-size: 16px;
	display: inline-block;
	margin: 0 12px 8px 0;
	padding: 10px 15px 12px;
	vertical-align: middle;
}
footer .address{
	line-height: 2;
	padding: 25px 0 0 25px;
}
.pageTop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 56px;
}

/*------------------------------------------------------------------------
              smartphone common
--------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
body{
	font-family: 'Roboto', 'Noto Sans JP', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Arial, sans-serif;
		/*font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;*/
	-webkit-text-size-adjust: 100%;
	}
img{max-width:100%;}
.pcOnly{ display:none;}

p{line-height: 1.5;
  font-size: 14px;}
dd,li,td{
  font-size: 14px;}

/***************** SP common ***********************/
.inner{
  width: 94vw
 }

/***************** SP head/footer ***********************/
header .logo{
 }
 /**/

footer{
 flex-wrap: wrap;
}
footer .logo{
	font-size: 14px;
	letter-spacing: 0;
	padding: 0 0 10px;
	width: 100%;
}
footer .tel{
	padding: 10px 0;
	text-align: center;
}
footer .tel span{
	padding: 9px 15px 8px;
}
footer .address{
 width: 100%;
 padding: 10px 0;
 text-align: center;
}
 footer .pageTop{
 	right: 0;
	bottom: 10px;
  width: 22%;
    z-index: 1000;
 }
}/*SP end*/

/*----------------------------------------------
              top
---------------------------------------------*/
#mainView{
 background: url("images/mv_bg.png") no-repeat center 20px / 1377px, linear-gradient(180deg,#fff 0px,#fff 351px,#00105D 351px,#00105D 700px);
 height: 700px;
 margin-top: -10px;
}
#mainView *{
	color: #00105D;
}
#mainView h1{
	font-size: 80px;
}
#mainView .mvTxt01{
	max-width: 425px;
	margin-top: 12px;
}
#mainView .mvTxt02{
	max-width: 486px;
	margin: -110px auto 25px;
	text-align: center;
}

.btnScroll{
	text-align: center;
}
.btnScroll a{
	color: #fff !important;
}
.btnScroll a img{
	width: 23px;
}


/*        intro
------------------------*/
#intro{
	margin: 55px 0 74px;
}
#intro p{
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 2.4;
	margin-bottom: 55px;
	text-align: center;
}
#intro .innerBox{
	padding: 70px 0 60px;
	text-align: center;
}
#intro h2{
	margin: 0 auto 35px;
	position: relative;
	width: 531px;
	height: 36px;
}
#intro h2::before{
	content: "";
	background: url("images/ic_check.png") no-repeat left top / contain;
	width: 105px;
height: 105px;
position: absolute;
top: -50px;
left: 20px;
}
#intro h2 span{
	color: #00105D;
	display: block;
	font-size: 36px;
	padding-left: 100px;
	position: absolute;
}
#intro ul{
	display: flex;
	display:-webkit-box;/*--- Androidブラウザ用 ---*/
	display:-ms-flexbox;/*--- IE10 ---*/
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
  -ms-flex-wrap:wrap;/*--- IE10 ---*/
  -webkit-flex-wrap:wrap;/*--- safari（PC）用 ---*/
	max-width: 792px;
	margin: 0 auto;
}
#intro ul li{
	color: #00105D;
	font-weight: 700;
	line-height: 1.3;
	max-width: 180px;
}
#intro ul li span{
	display: block;
	text-align: center;
}
#intro ul li .img{
	background: #D8DAE6;
	border-radius: 90px;
	width: 180px;
	height: 180px;
	margin-bottom: 15px;
	position: relative;
}
#intro ul li .img img{
  top: 50%;
	left: 50%;
  transform: translate(-50%, -50%);
	position: absolute;
	max-width: 80px;
}

/*        point
------------------------*/
#point{
	margin-top: 100px;
	margin-bottom: 90px;
}
#point h2{
	color: #fff;
	font-size: 48px;
	margin-bottom: 80px;
	text-align: center;
}
#point h2 .inner01{
	display: inline-block;
	position: relative;
}
#point h2 .inner01::before{
	content: "";
	background: url("images/point_bg_ti01.png") no-repeat left top / contain;
	width: 155px;
	height: 155px;
	position: absolute;
	top: 12px;
	left: 20px;
}
#point h2 .inner01::after{
	content: "";
	background: url("images/point_bg_ti02.png") no-repeat left top / contain;
	width: 155px;
	height: 155px;
	position: absolute;
	top: 12px;
	right: 20px;
}
#point h2 .inner02{
	display: inline-block;
	border-bottom: 6px solid #FDDC00;
	line-height: 1.1;
}
#point h2 .txtL{
	font-size: 88px;
}
#point h2 .txtM{
	font-size: 60px;
}
#point h2 .txtS{
	font-size: 52px;
}
#point .innerBox{
	margin-bottom: 90px;
	padding: 95px 102px 80px;
	position: relative;
}
#point .sum{
	background: #FDDC00;
	color: #00105D;
	display: inline-block;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 30px 4px;
	position: absolute;
	top: -32px;
	left: 62px;
}
#point .sum img{
	margin: 0 15px 10px 0;
	vertical-align: middle;
	width: 32px;
}
#point .sum span{
	font-size: 40px;
}
#point .sum::before{
	content: "";
	position: absolute;
	border-top: 32px solid transparent;
	border-right: 32px solid #FBBE00;
	top: 0;
	left: -32px;
}
#point h3{
	border-bottom: 2px solid #00105D;
	color: #00105D;
	font-size: 42px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#point h4{
	background: rgba(0, 16, 93, .7);
	border-left: 10px solid #FDDC00;
	color: #fff;
	font-size: 28px;
	margin-bottom: 30px;
	padding: 8px 8px 8px 37px;
}
#point h4 span{
	background: #FDDC00;
	border-radius: 10px;
	color: #00105D;
	display: inline-block;
	font-size: 20px;
	margin-left: 14px;
	padding: 5px 7px;
}
#point .jobSystem h4{
	background: none;
	border: none;
	color: #00105D;
	font-size: 28px;
	padding: 0;
}
#point .leadTxt{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 30px;
}
#point .leadTxt .note{
	font-size: 16px;
	font-weight: 400;
}
#point .tiTxt{
	color: #00105D;
	font-size: 18px;
	font-weight: 700;
}
#point .topics,
#point .jobSystem{
	background: rgba(253, 220, 0, .2);
	border-radius: 10px;
	padding: 30px;
}
#point .topics{
	padding: 25px 30px 15px;
}
#point .topics dt{
	color: #00105D;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
}
#point .topics .fw{
	font-size: 20px;
	line-height: 2;
}
#point .topics .fw.--blue{
	color: #00105D;
	line-height: 1;
}
#point .topics img{
	display: block;
	margin: 10px auto 5px;
}
#point .point01 .tiTxt{
	margin-bottom: 8px;
}
#point .point02 .pcflex{
	margin-top: -4px;
}
#point .point01 figure,
#point .point02 figure{
	max-width: 588px;
}
#point .point02 figure.small{
	max-width: 92%;
	margin-bottom: 32px;
}
#point .point01 .topics,
#point .point02 .topics{
	max-width: 352px;
}
#point .point02 .topics{
	margin-top: 16px;
}
#point .point02 .topics .note{
	margin-top: 12px;
	line-height: 1.42;
}
#point .point03 .tiTxt{
	margin-bottom: 5px;
}
#point .point03 .pcflex--col1 figure{
	max-width: 588px;
	margin-bottom: 22px;
}
#point .point03 .pcflex--col2 figure{
	max-width: 384px;
}
#point .point03 .topics{
	max-width: 588px;
	margin-top: -55px;
}
#point .point03 .topics .txt{
	max-width: 194px;
	margin-right: 12px;
}
#point .point03 .topics .img{
	max-width: 321px;
}
#point .point03 .topics .img span{
	display: block;
	font-weight: 700;
}
#point .point03 .note-line{
	font-size: 16px;
	color: #00105D;
	font-weight: 700;
	line-height: 1.75;
	text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #FDDC00;
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
	margin-top: 17px;
}

/*221011修正*/
#point .point03 h4 {
	margin-top: 72px;
}
#point .point03 dl.blFrm dt {
	padding: 5px 10px;
}
#point .point03 dl ul li{
	padding-left: 0;
	text-indent: inherit;
}
#point .point03 dl dd { padding: 30px 30px 40px;}

#point .point03 dl.blFrm dl dt {
	margin-top: 14px;
	background: none;
	text-align: left;
	padding-bottom: 0;
	padding-left: 0;

}
#point .point03 dl dl dd {
padding-top: 0;
	background: none;
	text-align: left;
    padding: 0 0 0 22px;
	padding-bottom: 0;
}
#point .point03 dl p {

	letter-spacing: -0.01em;
}
#point .point03 dl dl dd p {
	font-weight: bold;
	font-size: 20px;
	display: inline-block;
	margin-right: 40px;
	line-height: 1;
}
#point .point03 dl dl dd p:nth-of-type(2) {
	margin-right: 0;
}
#point .point03 dl dl dd p span {
	color: #00105D;
	font-size: 40px;
	margin-left: 10px;
}
#point .point03 dl dl dd p span strong {
	font-size: 48px;
}

#point .point03 dl dl dd p.kome {
	font-size: 14px; font-weight: 500;
}

#point .point03 dl dl dd p.inner_txt span {
	font-size: 20px;
}
#point .point03 dl dl dd p.inner_txt span span{
	font-size: 28px;
	margin-left: 0;
}
#point .point03 dl.blFrm02 p a { color: #00105D; text-decoration: underline;}
#point .point03 dl.blFrm02 p span { font-size: 14px; display: inline-block;}

#message .btn_area { text-align: center;}
#message .btn_area a { max-width: 384px; width: 100%; border: 1px solid #fff; border-radius: 50px; color: #fff; line-height: 1.4em; font-size: 20px; text-align: center; padding: 12px 0; display: inline-block; background: url("./images/arrow_btn_w.png")no-repeat right 8% top 50%/28px; background-color: #00105D; transition: all .4s;}
#message .btn_area a:hover { color: #00105D; background: url("./images/arrow_btn.png")no-repeat right 8% top 50%/28px; background-color: #fff;}

.pankuzu { width: 100%; max-width: 1400px; margin: 0 auto; padding-top: 10px;}
.pankuzu ol li { display: inline-block; color: #fff;}
.pankuzu ol li a {color: #fff;}
#message.backnumber {  padding-top: 65px;}
#message.backnumber h4 { background: #FDDC00; color: #00105D; font-size: 32px; margin-top: 100px; margin-bottom: 60px; padding: 12px 0 14px 20px;}
#message.backnumber h3 { font-size: 24px;padding: 3px 26px;}
#message.backnumber h3 span { font-size: 36px; }

header.backnumber_header { display: flex; justify-content: space-between; max-width: 1400px; margin: 0 auto;padding: 18.5px 20px 18.5px 40px;}
header.backnumber_header .header_inner {align-self: center;}
header.backnumber_header .logo { max-width: inherit; margin: 0; align-self: center;}
header.backnumber_header a.header_txt { font-size: 36px; font-weight: bold; color: #00105D;}
header.backnumber_header a.header_txt span.header_txt02 { font-size: 24px; font-weight: bold; display: inline-block; margin-left: 27px;}
/*--221011修正*/

#point .point04 figure{
	max-width: 689px;
}
#point .checkPoint{
	border: 4px solid #00105D;
	border-radius: 10px;
	width: 282px;
}
#point .checkPoint dt{
	background: #00105D;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	padding: 10px 20px 10px 70px;
  position: relative
}
#point .checkPoint dt:before{
  content: "";
background: url("images/ic_check.png") no-repeat left top / contain;
width: 80px;
height: 80px;
position: absolute;
top: -10px;
left: -20px;
}
#point .checkPoint dd{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.5;
	padding: 20px 25px 68px;
	text-align: center;
  position: relative
}
#point .checkPoint dd span{
	font-size: 36px;
	line-height: 1.2;
}
#point .checkPoint dd:after{
  content: "";
background: url("images/point_p4_ic01.png") no-repeat left top / contain;
width: 50px;
height: 48px;
position: absolute;
bottom: 20px;
left: 50%;
  transform: translateX(-50%)
}
#point .checkPoint .txtL{
	color: #00105D;
	font-size: 62px;
}
#point .point04 h4{
  margin-top: 48px;
}

#point .point04 .tiTxt{
  margin: 6px 0 20px;
}

#point .point05 table{
  width: 100%;
  margin-top: 15px;
}

#point .point05 table thead{
  background: #D8DAE6;
  color: #00105D
}

#point .point05 table th{
  width: 20%;
  padding: 10px 0;
  text-align: center;
  color: #00105D
}

#point .point05 table td{
  width: 40%;
  padding: 15px 0;
  text-align: center;
  font-size: 18px;
}

#point .point05 table tr:nth-child(2n){
background:rgba(216,218,230,0.3)

}
#point .point05 table tr.total{
  border-top: 1px solid #302C2A;
  border-bottom: 1px solid #302C2A;
}

#point .point05 p.note{
  text-align: right;
  margin: 10px 0 55px
}

#point .point05 p.note2{
  text-align: right;
  margin: 20px 0 0px
}

#point .point05 .numlist{
  flex-wrap: wrap
}
#point .point05 .numlist li{
  width: 50%;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

#point .point05 .numlist .listSum{
  background: #D8DAE6;
  color:#00105D;
  width: 78px;
  height: 78px;
  border-radius: 39px;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  font-weight: bold;
}
#point .point05 .numlist .listTxt{
  font-size: 18px;
  line-height: 1.3
}
#point .point05 .numlist .fw{
  font-size: 28px;
  color: #00105D
}
#point .point05 ul.note{
  margin: 10px 0 80px
}

#point .blFrm{
  border: 2px solid #D8DAE6;
  width: 486px;
  border-radius: 20px;
  margin-bottom: 40px
}

#point .blFrm dt{
  background: #D8DAE6;
  color: #00105D;
  font-size: 20px;
  border-radius: 16px 16px 0 0;
  padding: 10px;
  text-align: center;
}

#point .blFrm dd{
  padding: 20px 15px
}

#point .blFrm dd li{
  text-indent: -1em;
  padding-left: 1.2em;
}

.tuition{
  margin: 20px 0 50px
}
.tuition figcaption{
  margin-bottom: 20px
}


#point .blFrm.long{
  width: 100%;
  margin-bottom: 50px;
}

#point .blFrm.long .flex{
  justify-content: space-between
}

#point .blFrm.long li{
  border: 2px solid #D8DAE6;
  border-radius: 10px;
  width: 170px;
  height: 195px;
  position: relative;
  padding: 30px 0 0;
  text-align: center;
  text-indent: 0;
}

#point .blFrm.long .txtBlue{
  color: #00105D;
  line-height: 1;
  text-align: center;
}

#point .blFrm.long .txtBlue span{
  font-size: 32px;
  font-weight: bold
}

#point .blFrm.long li .tiTxt{
  background: #D8DAE6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 1;
}

#point .blFrm.long li.blue{
  border: 2px solid #83C7E6;
  background: #C8E5FD
}
#point .blFrm.long li.blue .tiTxt{
  background: #83C7E6;
}

#point .blFrm.long li.green{
  border: 2px solid #93BFB2;
  background: #C8E1D8
}
#point .blFrm.long li.green .tiTxt{
  background: #93BFB2;
}

#point .blFrm.long li.total{
   border: 2px solid #FDDC00;
  background: #FDDC00;
  line-height: 1.6
}

#point .point05 .txtS{
  font-size: 20px !important;
}

#point .blFrm.long li.total:before{
  content: '';
  display: block
}

#point .jobSystem h5{
  font-size:20px;
  margin-bottom: 10px;
}

#point .jobSystem .introduction{
  margin-top: 30px;
}

#point .jobSystem .introduction figure{
  width: 250px;
}

#point .jobSystem .introduction figure figcaption{
  margin-top: 30px;
  text-align: center;
  line-height: 1.75
}

#point .jobSystem .introduction .speechBalloon{
  background: #fff;
  border-radius: 10px;
  padding: 30px;
  width: 660px;
  box-sizing: border-box;
  position: relative;
  margin-left: 26px;
}
#point .jobSystem .introduction .speechBalloon:before{
  display: block;
  content: '';
  position: absolute;
  left:-26px;
  top:90px;
width: 0;
height: 0;
border-style: solid;
border-width: 14px 26px 14px 0;
border-color: transparent #ffffff transparent transparent;
}

/*       message
------------------------*/
#message{
	margin-bottom: 100px;
}
#message h2{
	color: #fff;
	font-size: 42px;
	margin-bottom: 55px;
	position: relative;
	text-align: center;
}
#message h2::after{
	content: "";
	background: #FDDC00;
	width: 79px;
	height: 6px;
	position: absolute;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
}
#message .innerBox{
	margin-bottom: 40px;
	padding: 0 35px 35px 40px;
}
#message h3{
	background: #FDDC00;
	border-radius: 20px 0 20px 0;
	color: #000000;
	display: inline-block;
	font-size: 18px;
	margin-left: -40px;
	margin-bottom: 25px;
	max-width: 225px;
	padding: 14px 40px;
}
#message dl{
	max-width: 845px;
}
#message dt{
	color: #00105D;
	font-size: 24px;
	font-weight: 700;
	padding-bottom:10px;
}
#message dd{
	line-height: 2;
}
#message dd p + p{
	margin-top: 1em;
}
#message dd p .bold{
	font-weight: bold;
	color: #00105D;
}
#message figure{
	max-width: 240px;
}
#message figcaption{
	color: #302C2A;
	line-height: 1.75;
	margin-top: 20px;
	text-align: center;
}
#message figcaption span{
	display: block;
	margin: 15px auto 0;
	text-align: left;
	max-width: 93%;
}
#message figcaption .ta-l{
	text-align: left;
}
#message figcaption .ta-r{
	text-align: right;
}
#message.backnumber .innerBox {
	padding-bottom: 49px;
}
#message.backnumber figure {
	padding-top: 50px;
}
#message figcaption .txtRight{
	margin-top: 0;
	text-align: right;
	max-width: 100%;
}

	.sponly { display: none;}

@media screen and (min-width: 769px) {
  .pc_img { width: 82%;}
  .btn.btn_s { margin-bottom: 50px;}
  .btn.btn_s a { width: 470px; font-size: 24px;}
  .btn.btn_s a::after { right: 18px; width: 14px; height: 12.5px;}

}/*-pcOnly-*/

@media screen and (max-width: 768px) {/*SP */
	/*221011修正--*/
	.sponly { display: block;}
	.pconly { display: none;}
	#point .point03 dl dl dd p { margin-right: 0;}
	#point .point03 dl dl dd p.inner_txt span {	margin-left: 31%;}
	#point .point03 dl dl dd p:nth-of-type(1) { margin-right: 5%;}
	header.backnumber_header { padding: 11px 15px 7px 20px; }
	header.backnumber_header a.header_txt { font-size: 24px;line-height: 1.25em;}
	header.backnumber_header a.header_txt span.header_txt02 { font-size: 18px; margin-left: 0; display: block;}
	header.backnumber_header .logo { width: 43.12px;}
	#message .btn_area a { background: url("./images/arrow_btn_w.png")no-repeat right 8% top 50%/20px;}
	#message .btn_area a:hover { background-size: 20px;}
	/*--221011修正*/

main{
	padding-bottom: 358px;
}

.innerBox{
}
.btnArea{
	max-width: 94vw;
}
.btn,
.pointerBtn{

}
.btn a{
	font-size: 22px;
}
.btn a::after{
  width: 20px;
	height: 20px;
  right: 15px;
}
.btn a:hover{

}
.pointerBtn a{
	padding: 20px 0;
	margin: 0 auto 60px;
	font-size: 24px;
	-moz-box-shadow: 0px 15px 0px 0px rgba(251, 190, 0, 1);
	-webkit-box-shadow: 0px 15px 0px 0px rgba(251, 190, 0, 1);
	-ms-box-shadow: 0px 15px 0px 0px rgba(251, 190, 0, 1);
	box-shadow: 0px 15px 0px 0px rgba(251, 190, 0, 1);
}
.pointerBtn a::after{
  width: 60px;
	top: 50px;
  right: 27px;
}

.btnSide {
	margin-bottom: 50px;
}
.btnSide a{
	margin: 0;
	max-width: 384px;
}
	.btnSide a + a{
		margin-top: 30px;
	}

/*****************  header ***********************/
header{
	padding-top: 10px;
}

header .logo img{
 max-width: 220px;
 width: 100%;
}

/*****************  foot ***********************/
footer{
	padding: 53px 0 55px;
	margin: 0 auto;
}
footer .logo{
	width: 100%;
}
footer .logo img{
	margin-bottom: 4px;
 	width: 94%;
}
footer .tel{
	font-size: 30px;
 	padding: 35px 0 0 0;
}
footer .tel span{
	font-size: 14px;
	margin: 0 12px 8px 0;
	padding: 10px 8px 10px;
}
footer .address{
	line-height: 2;
	padding: 25px 0 0 0;
}



/*----------------------------------------------
              top
---------------------------------------------*/
#mainView{
 background: url("images/mv_bg.png") no-repeat center 129px / 562px, linear-gradient(180deg,#fff 0px,#fff 264px,#00105D 264px,#00105D 550px);
height: 550px;
 margin-top: 50px;
}
#mainView *{
	color: #00105D;
}
#mainView h1{
	font-size: 40px;
}
#mainView .mvTxt01{
	max-width: 60vw;
  height: 58px;
}
#mainView .mvTxt02{
	max-width: 245px;
	margin: 20px auto 30px;
}



/*        intro
------------------------*/
#intro{
	margin: 0;
  padding: 30px 0
}
#intro p{
	font-size: 15px;
	margin-bottom: 30px;
}
#intro .innerBox{
	padding: 50px 20px 35px;
}
#intro h2{
	margin: 0 auto 40px;
	width: auto;
	height: auto;
}
#intro h2::before{
	width: 16vw;
height:16vw;
top: -8vw;
left: 0;
}
#intro h2 span{
	font-size: 22px;
	padding-left:10vw;
}
#intro ul{
	max-width: 100%;
}
#intro ul li{
	max-width: 40vw;
  margin-bottom: 15px;
}

#intro ul li span {
    font-size: 16px !important;
}

#intro ul li .img{
	border-radius: 20vw;
	width: 40vw;
	height: 40vw;
  margin-bottom: 5px
}


/*        point
------------------------*/
#point{

}
#point h2{
	font-size: 28px;
	margin-bottom: 80px;
}
#point h2 .inner01{

}
#point h2 .inner01::before{
	width: 20vw;
	height: 20vw;
	top: auto;
  bottom: 0;
	left: 0;
}
#point h2 .inner01::after{
	width: 20vw;
	height: 20vw;
	top: auto;
  bottom: 0;
	right: 0;
}
#point h2 .inner02{
	border-bottom: 4px solid #FDDC00;
}
#point h2 .txtL{
	font-size: 44px;
}
#point h2 .txtM{
	font-size: 32px;
}
#point h2 .txtS{
	font-size: 30px;
}
#point .innerBox{
	padding: 11vw 6vw 5vw;
}
#point .sum{
	font-size: 28px;
	padding: 10px 30px 4px;
	top: -32px;
	left: 62px;
}
#point .sum img{
	margin: 0 15px 10px 0;
	vertical-align: middle;
	width: 32px;
}
#point .sum span{
	font-size: 32px;
}

#point h3{
	font-size: 25px;
	padding-bottom: 10px;
}
#point h4{
	font-size: 24px;
	margin-bottom: 30px;
	padding: 8px 8px 8px 10px;
}
#point h4 span{
	border-radius: 10px;
	font-size: 18px;
	margin-left: 4px;
	padding: 4px 5px;
}
#point .jobSystem h4{
	font-size: 24px;
}
#point .leadTxt{
	font-size: 16px;
}
#point .leadTxt .note{
	font-size: 12px;
  margin-top: 30px;
}
#point .tiTxt{
	font-size: 18px;
	font-weight: 700;
}
#point .topics,
#point .jobSystem{
	background: rgba(253, 220, 0, .2);
	border-radius: 10px;
	padding: 30px;
}
#point .topics{
	padding: 25px 26px 15px;
}
#point .topics dt{
	color: #00105D;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 5px;
}
#point .topics .fw{
	font-size: 16px;
	line-height: 2;
}
#point .topics .fw.--blue{
	color: #00105D;
}
#point .topics img{
	display: block;
	margin: 10px auto 5px;
}
#point .point01 .tiTxt{
	margin-bottom: 8px;
}
#point .point02 .pcflex{
	margin-top: 0px;
}
#point .point01 figure,
#point .point02 figure{
	max-width: 100%;
	overflow-x: scroll;
}
#point .point01 figure img,
#point .point02 figure img{
	width: 588px;
	max-width: none;
}#point .point02 figure.small{
	max-width: 100%;
}
#point .point02 figure.small img{
	max-width: 100%;
}
#point .point01 figure{
  margin-bottom: 30px;
}
#point .point01 .topics,
#point .point02 .topics{
	max-width: 100%;
}
#point .point02 .topics{
  margin-top: 30px;
}
#point .point03 .tiTxt{
	margin-bottom: 25px;
}
#point .point03 figure{
	max-width: 100%;
  margin-bottom: 30px;
}
#point .point03 .topics{
	max-width: 100%;
	margin-top: 0;
}
#point .point03 .topics .txt{
    max-width: 100%;
    margin-right: 0;
}
#point .point03 .topics .img{
	max-width: 321px;
}
#point .point03 .note-line{
	font-size: 14px;
	margin-top: 10px;
}
#point .point03 h4{
	margin-top: 60px;
}

#point .point04 figure{
    max-width: 100%;
	overflow-x: scroll;
  margin-bottom: 30px;
}
#point .point04 figure img{
	width: 689px;
	max-width: none;
}
#point .checkPoint{
	width: 100%;
}
#point .checkPoint dt{
	font-size: 18px;
	padding: 10px 20px 10px 14vw;
}
#point .checkPoint dt:before{
    width: 16vw;
    height: 16vw;
top: -10px;
left: -4vw;
}
#point .checkPoint dd{
	font-size: 22px;
	padding: 20px 25px 68px;
}
#point .checkPoint dd span{
	font-size: 30px;
}
#point .checkPoint dd:after{
width: 50px;
height: 48px;
bottom: 20px;
}
#point .checkPoint .txtL{
	color: #00105D;
	font-size: 50px;
}
#point .point04 h4{
  margin-top: 48px;
}

#point .point04 .tiTxt{
  margin: 6px 0 20px;
}

#point .point05 table{
  width: 100%;
  margin-top: 15px;
}

#point .point05 table th{
  width: 20%;
  padding: 10px 0;
}

#point .point05 table td{
  width: 26%;
  padding: 15px 0;
  font-size: 16px;
}

#point .point05 p.note{
  margin: 10px 0 55px
}
#point .point05 .numlist{
}
#point .point05 .numlist li{
  width: 100%;
  margin-bottom: 30px;
}

#point .point05 .numlist .listSum{
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
    margin-right: 15px;
}
#point .point05 .numlist .listTxt{
  font-size: 16px;
    width: calc(100% - 60px - 15px);
}
#point .point05 .numlist .fw{
  font-size: 24px;
}
#point .point05 ul.note{
  margin: 10px 0 60px
}

#point .blFrm{
  width: 100%;
  border-radius: 20px;
  margin-bottom: 40px
}

#point .blFrm dt{
  font-size: 18px;
  border-radius: 16px 16px 0 0;
}

#point .blFrm dd{
  padding: 20px 15px
}

#point .blFrm dd li{
  text-indent: -1em;
  padding-left: 1.2em;
}

.tuition{
  margin: 20px 0 50px;
	overflow-x: scroll;

}
.tuition img{
	width: 897px;
	max-width: none;
}
.tuition figcaption{
  margin-bottom: 20px
}


#point .blFrm.long{
  width: 100%;
  margin-bottom: 50px;
}

#point .blFrm.long .flex{
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#point .blFrm.long li{
  border-radius: 10px;
  width: 100%;
    height: 185px;
  padding: 30px 0 0;
	margin-bottom: 20px;
}

#point .blFrm.long .txtBlue{
  color: #00105D;
  line-height: 1;
  text-align: center;
}

#point .blFrm.long .txtBlue span{
  font-size: 32px;
  font-weight: bold
}

#point .blFrm.long li .tiTxt{
  background: #D8DAE6;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 10px;
  text-align: center;
  line-height: 1;
}

#point .blFrm.long li.blue{
  border: 2px solid #83C7E6;
  background: #C8E5FD
}
#point .blFrm.long li.blue .tiTxt{
  background: #83C7E6;
}

#point .blFrm.long li.green{
  border: 2px solid #93BFB2;
  background: #C8E1D8
}
#point .blFrm.long li.green .tiTxt{
  background: #93BFB2;
}

#point .blFrm.long li.total{
   border: 2px solid #FDDC00;
  background: #FDDC00;
  line-height: 1.6
}

#point .point05 .txtS{
  font-size: 20px !important;
}

#point .blFrm.long li.total:before{
  content: '';
  display: block
}

#point .jobSystem h5{
  font-size:20px;
  margin-bottom: 10px;
}

#point .jobSystem .introduction{
  margin-top: 30px;
}
#point .jobSystem .flex.introduction{
  	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

#point .jobSystem .introduction figure{
    width: 200px;
    margin: 0 auto 40px;
}

#point .jobSystem .introduction figure figcaption{
  margin-top: 20px;
  line-height: 1.75
}

#point .jobSystem .introduction .speechBalloon{
  padding: 30px;
  width: 100%;
  margin-left: 0;
}
#point .jobSystem .introduction .speechBalloon:before{
    margin: auto;
    left: 0;
    right: 0;
    top: -26px;
border-width: 0 14px 26px 14px;
border-color: transparent transparent #ffffff transparent;
}

/*       message
------------------------*/
#message{
	margin-bottom: 100px;
}
#message h2{
	font-size: 42px;
	margin-bottom: 55px;
}
#message.backnumber h2{
	font-size: 28px;
	margin-bottom: 55px;
}
#message.backnumber h4{
	font-size: 26px;
	margin-bottom: 55px;
	padding: 6px 0 7px 20px;
}
#message h2::after{
	width: 79px;
	height: 6px;
	bottom: -19px;
	left: 50%;
	transform: translateX(-50%);
}
#message .innerBox{
	margin-bottom: 40px;
	padding: 0 35px 35px 40px;
}
#message h3{
	border-radius: 20px 0 20px 0;
	font-size: 18px;
	margin-left: -40px;
	margin-bottom: 25px;
	max-width: 225px;
	padding: 14px 40px;
}
#message dl{
	max-width: 100%;
}
#message dt{
	font-size: 22px;
	padding-bottom:10px;
}
#message dd{
	line-height: 2;
}
#message figure{
	max-width: 240px;
	margin: 20px auto 0;
}
#message figcaption{
	color: #302C2A;
	line-height: 1.75;
	margin-top: 20px;
	text-align: center;
}
#message figcaption span{
	display: block;
	margin: 15px auto 0;
	text-align: left;
	max-width: 93%;
}
#message figcaption .txtRight{
	margin-top: 0;
	text-align: right;
	max-width: 100%;
}


}/*-SP only-*/
