@charset "UTF-8";
/* -------------------------------------

style.css

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

ul {
	padding: 0
}

.no-gutters {
	margin: 0;
	padding: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	margin: 0;
	padding: 0;
}

.table {
	margin-bottom: 0;
}

li,
ul {
	list-style: none;
}

.sp_only {
	display: block;
}

.pc_only {
	display: none;
}

@media (min-width: 560px) {
	.container {
		max-width: 860px;
		margin: 0 auto;
	}

	.bg-cv-area .container {
		max-width: 850px;
	}

	.sp_only {
		display: none;
	}

	.pc_only {
		display: block;
	}
}

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

フォント

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

@font-face {
	font-family: YuGothicM;
	src: local("Yu Gothic Medium");
}

body {
	/*font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
	font-family: -apple-system, BlinkMacSystemFont, Roboto,
		/*"游ゴシック体", YuGothic, "Yu Gothic Medium",*/
		sans-serif, "BIZ UDPゴシック", Meiryo;
	font-feature-settings: "pkna"1;

}

body {
	/* font-family: Helvetica , "游ゴシック" , "Yu Gothic" , sans-serif; */
	color: #464646;
	letter-spacing: 0.05em;
}

a:link {
	color: #047bb7;
}

a:visited {
	color: #047bb7;
}

a:hover,
a:visited:hover {
	text-decoration: none;
	color: #047bb7;
}

a:active {
	color: #047bb7;
}

.color-main {
	color: #103381;
}

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

文字色

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

.text-red {
	color: #c90011;
	font-weight: bold;
}

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

アンダーライン

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

.text-line-main {
	font-weight: bold;
	background: linear-gradient(transparent 60%, #fee431b8 0%);
}

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

タイトル　h1,h2.h3・・・のmargin-bottomは削除

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

.title01 {
	position: relative;
	display: inline-block;
	margin: 0rem 0 0 0;
	width: 100%;
	margin-bottom: 1rem;
	font-size: 2rem;
	font-weight: 900;
	text-align: center;
	line-height: 1.3;
	color: #0f3381;
}

/*以下で線を表示*/
.title01:before {
/* 	content: '';
	position: absolute;
	left: 50%;
	bottom: -2px;
	display: inline-block;
	width: 50%;
	height: 2px;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #103381;
	border-radius: 2px; */
}


.title02 {

font-size: 1.4rem;

font-weight: bold;
}

.title02:after {

}

.title03 {
	font-size: 1.5rem;
	font-weight: bold;
	/* border-bottom: 1px #131313 solid; */
	text-align: center;
	margin: 0 0 0rem 0;
}


@media (min-width: 560px) {

	.title01 {
		margin: 6rem 0 1.5rem 0;
		font-size: 2.5rem;
		font-weight: bold;
		text-align: center;
		color: #0f3381;
	}

	.title02 {

	}

	.title03 {text-align: left;margin: 0 0 .9rem 1rem;}
}

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

バッジ-ラベル

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

.badge-main {
	padding: .3rem .5rem;
	margin-right: .3rem;
	background-color: #fff;
	font-size: 70%;
	color: #103381;
	border: 1px #103381 solid;
	border-radius: .2rem;
}

.badge-list p {
	display: flex;
	align-items: flex-start;
	margin-bottom: .5rem;
}

.badge-list p span:nth-child(2) {
	margin-top: -3px;
	margin-left: .2rem
}

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

画像 img 

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



.img-fluid {
	max-width: 100%;
	height: auto;
}


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

ボタン

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

.btn {
	cursor: pointer;
	padding: 0.8em .8em;
	display: block;
	text-transform: uppercase;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background: #c93c48;
	color: #fff;
	/*    box-shadow: 0 4px #962d36;*/
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	font-weight: 900;
	font-size: 110%;
}


.btn a:link {
	color: white;
}

.btn a:visited {
	color: white;
}

.btn a:hover,
.btn a:visited:hover {
	text-decoration: none;
	color: white;
}

.btn a:active {
	color: white;
}

.btn-cv-area {
	color: #f8f9fa;
	border: 1px solid #f8f9fa;
	border-radius: .2rem;
}

.btn-sub {
	background-color: white;
	border: 1px solid #2d2d2d;
	color: #2d2d2d;
}

.btn-mono {
	background-color: white;
	border: 1px solid #2d2d2d;
	color: #2d2d2d;
}

.btn-mono a:link,
.btn-mono a:visited,
.btn-mono a:hover,
.btn-mono a:active {
	color: #2d2d2d;
}

.btn-mono:hover{
	background:#e8e8e8;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}


/*a.btn-orange:link,
a.btn-orange:visited,
a.btn-orange:hover,
a.btn-orange:active{
    background-color: lightgray;
			color: #2d2d2d;
}*/

.btn-orange {
	background: #ff6239;
	padding: 0.4rem;
	border-radius: .3rem;
}

.btn-orange:hover {
	background: #de431b;
}

.btn-orange a,
.btn-orange a:hover {
	color: #fff;
}



.btn-green {
	background: #35af28;
	color: #fff;
	box-shadow: 0px 3px 0px #286f1a;
	width: 67%;
}

.btn-green a:link,
.btn-green a:visited,
.btn-green a:hover,
.btn-green a:active {
	background: #35af28;
	color: #fff;
}



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

チェックリスト

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

@media (min-width: 992px) {
	.check-list-01 {
		width: 70%;
		margin: 0 auto;
	}

}

.check-list-01 li {
	background: url(../img/check01.svg) no-repeat 0 0;
	padding-left: calc(1.3em + 0.25vw);
	background-size: calc(1.1em + 0.25vw);
	list-style: none;
	margin-top: 1rem;
	font-weight: 900;
}


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

セミナー内容

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




@media (min-width: 992px) {
	.seminar-wrap {
		margin: 0 auto;
	}

	/*.lecturer-wrap {
		width: 70%;
		margin: 0 auto;
	}*/
}

.seminar-wrap div h3 {
	margin-top: 2rem;
}

.seminar-wrap div h3 i {
	font-style: normal;
	display: inline-block;
	margin-right: 1rem;
}


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

テーブル

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

.seminar-table th {
	width: 15%;
	font-weight: 900;
	text-align: center;
}


.check-list-01 {
	padding: 0;
}


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

背景

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

.bg-main {
	background-color: #103381;
	color: #fff;
	text-align: center;
}

.bg-sub {
	background-color: #e8e8e8;
}

.bg-mv {
	background: url(../img/mv_sp.png) no-repeat 50% 0%;
	background-size: contain;
}

.bg_wrap{
	/* background: url(../img/mv-pc-bg.png) no-repeat 50% 0%; */
	/* background-size:inherit; */
	}

.bg-mv .container {
    padding: 0;
    max-width:fit-content;
    height: 105vw;
}


.bg-hd-blue {
	background-color: #103381;
	/* margin: 0px 0 3rem 0; */
}

.bg-hd-blue p {
	padding: .2rem 0 0.5rem;
	margin-bottom: 0;
}

.bg-cv-area {
	background-color: #0B1F3D;
	padding: 0.1rem 0;
}

.bg-slider {
	background-color: gray;
}

.bg-floating {
	z-index: 9999;
	position: fixed;
	bottom: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
}


.btn-floating-01 {
	width: 96%;
	height: 2.5rem;
	display: flex;
	align-items: center;
	text-align: center;
	border-radius: 3px;
	padding: .5rem .8rem;
	border: 1px solid #f75100;
	background: #fff;
	display: block;
}

.btn-floating-02 {
	background: #41bc29;
	color: #fff;
	font-size: 0.9rem;
	border-radius: 7.46px;
	box-shadow: 0px 3px 0px #286f1a;
	height: 100%;
}

.btn-floating-02:hover {
	background: #33a31c;
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
	box-shadow: none;

}

a.btn-floating-01:link,
a.btn-floating-02:link,
a.btn-floating-01:visited,
a.btn-floating-02:visited,
a.btn-floating-01:hover,
a.btn-floating-02:hover,
a.btn-floating-01:active,
a.btn-floating-02:active {
	color: #ffffff;
}

/*タブレット以上*/
@media (min-width: 560px) {
	.bg-hd-blue {
		margin: 0 0 -1rem 0;
	}

	.bg-cv-area {
		background-color: #0B1F3D;
		padding: 1rem 0;
	}

	.bg-mv .container {
		height:28rem;
	}

	.bg_wrap{
	background: url(../img/mv-pc-bg.png) no-repeat 50% 0%;
	background-size:inherit;
	}

	.bg-mv {
	background:none;
}

.bg-mv .container {
    height: 27rem;
    position:relative;
}

.bg-mv .container img{
	margin: 4.3rem 0 0 0;
}
}

/*スマホデバイスが横向きの場合*/
@media (orientation: landscape){
.bg-mv .container img{
	margin:0 0 0 0;
	padding: 5rem;
	width: 100%;
	display: block!important;
}

	.bg_wrap{
	background: url(../img/mv-pc-bg.png) no-repeat 50% 0%;
	/* background-size: 100% 70vw; */
	}
}

@media (min-width: 1000px) {
	.bg-mv .container img{
}

}
@media (min-width: 1400px) {
	.bg_wrap{
	background: url(../img/mv-pc-bg.png) no-repeat 50% 0%;
	background-size: 100% 28rem;
	}

	.bg-mv .container {
    height: 27rem;
}

}

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

ヘッダーとフッターは幅広め

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

@media (min-width: 560px) {

	header .container,
	footer .container {
		max-width: 90%;
		margin: 0 auto;
	}
}

@media (min-width: 992px) {

	header .container,
	footer .container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {

	header .container,
	footer .container {}
}

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

ヘッダー

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

.logo-holder {
	text-align: center;
	margin: .5rem 0;
}

.logo-holder img {
	width: 50vw;
}

.tel_holder {
	display: none;
}

@media (min-width: 560px) {
	header .container {}

	.logo-holder {
    /* text-align: left; */
}

	.logo-holder img {
		width: 16rem;
		height: 4rem;
	}

	.tel_holder {
		display: block;
		width: 23rem;
		text-align: right;
		font-size: 2rem;
		font-weight: bold;
		line-height: 0.6;
		margin: 1.1rem 0 0 0;
	}

	.tel_holder span {
		display: inline-block;
		font-size: 0.7rem;
		font-weight: normal;
		text-align: left;
		line-height: 1.4;
	}
}

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

フッター

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

footer {

font-size: .65rem;
}

@media (min-width: 768px) {

	footer {

	}
}

@media (min-width: 868px) {

	footer {

	}
}


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

コンテンツ毎の追加スタイル

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

.title {
	color: #202020;
}

.bg-cv-area .btn-orange {
	padding: .8rem;

}

.bnr-group-wrap {
	padding: 2rem 2rem;
	margin: 4rem 0 0 0;
	background: #157abf21 url(../img/bnr-bg.png) no-repeat 80% 100%;
}
.bnr-group {
	display: flex;
	flex-wrap: wrap;
}
.bnr-group li {
	width: calc(100%);
	margin: 1rem 0 0;
}

section.main_wrap {}

table{
}


section.main_wrap {
    margin: 1rem 0;
    background-color: rgba(177, 215, 234, 0);
    z-index: 0;
}

.main_wrap table {
}

.main_wrap table tr{
    display: flex;
    flex-wrap: wrap;
    padding: 1rem 0;
    border-bottom: 1px solid #6b6b6b;
}

.main_wrap table th{
	width:100%;
}

.main_wrap table td{
	width:100%;
}

@media (min-width: 560px) {

	.main_wrap table tr{
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
    padding: 0;
    border-collapse: collapse;
}

	.main_wrap table{margin: 0 auto;}
    .main_wrap table th{
	width:30%;
	border-bottom: 1px solid #6b6b6b;
	padding:.8rem;
	border-collapse: collapse;
}

    .main_wrap table td{
	width:70%;
	border-bottom: 1px solid #6B6B6E;
	padding:.8rem;
	border-collapse: collapse;
}



	.bnr-group-wrap {
		padding: 2rem 1rem;
		margin: 4rem auto 4rem auto;
		background: #157abf21 url(../img/bnr-bg.png) no-repeat 60% 20%;
		background-size: 100% auto;
	}

	.bnr-group-wrap .container{
		padding:0;

	}

	.bnr-group {
	}
	.bnr-group li {
	width: calc(100% / 2 - 2rem);
	margin: 1rem 1rem 0;
	box-shadow: 0.5rem 0.5rem 0.5rem 0.01rem #ababab;
	}
	
}


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

文章整形

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

.text_underline {
    text-decoration: underline;
}

.text_strong {
    font-weight: bold;
}

.cont_indent {
    padding-left: 2em;
}

[data-before] {
    display: flex;
}
[data-before]::before {
    content:attr(data-before)"";
    margin-right: 0.5em;
}


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

privacy

-------------------------------------*/
.privacy_cont_wrap{
    margin: 2em 0 6em;
}

.privacy_wrap h1{
    margin-top: 1rem;
}
.privacy_wrap h3{
    text-decoration: underline;
    margin-top: 2em;
}
.privacy_wrap h4{
    text-decoration: underline;
}


/* -------------------------------------
footer_link
-------------------------------------*/
.footer_link{
    margin: 1em 0;
    font-size: 80%;
    text-align: center;
}