@charset "utf-8";
/*********************************************************************
 *
 *  For オンライン相談会・見学会
 *
*********************************************************************/


.img{
	display: block;
}
@media all and (max-width:767px) {
	.inner{
		padding-left: 5%;
		padding-right: 5%;
		width: auto;
	}
}
/*pc sp only*/
@media all and (min-width: 768px) {
  .nonePC {
    display: none !important;
  }
}
@media all and (max-width:767px) {
  .noneSP {
    display: none !important;
  }
}



/* mv */
/* --------------------------------------------------------------------------- */
#mv {
	padding-top: 55px;
	padding-bottom: 50px;
	background: url(../img/mv.jpg) center / cover no-repeat;
}
#mv .mvTxt {
	width: 529px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.txt01{
	text-align: center;
	font-size: 18px;
	line-height: 2;
}
@media print, screen and (min-width: 768px) {
}/* min-width: 768px */

@media screen and (max-width: 767px) {
	#mv {
		background: url(../img/mv_sp.jpg) center / cover no-repeat;
	}
	#mv .mvTxt {
		max-width: 440px;
		width: 80%;
	}
	.txt01{
		text-align: left;
		font-size: 15px;
	}
}/* max-width: 767px */

/* online */
/* --------------------------------------------------------------------------- */
#online  {
	margin-top:35px;
}
#online *{
	box-sizing: border-box;
}
.kaisai {
    background-color: #e8e8e8;
    width: 840px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    padding: 40px 30px 30px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
.yoyoaku {
    width: 185px;
    line-height: 35px;
    background-color: #fff;
    border-right: 1px solid #AD3030;
    border-left: 1px solid #AD3030;
    color: #AD3030;
    display: block;
    text-align: center;
    position: absolute;
    top: -13px;
    font-size: 23px;
}
.kaisai p{
	display: flex;
	align-items: center;
}
.kaisaiTtl{
	font-size: 20px;
	background: #000;
	color: #fff;
	padding: 6px 13px;
	margin-right: 15px;
}
.kaisaiTxt{
	font-size: 26px;
	line-height: 1.65;
	font-weight: bold;
	letter-spacing: -0.02em;
}
.kaisaiTxt span{
	font-size: 16px;
	display: block;
	line-height: 1;
	font-weight: inherit;
}
.osusume{
	width: 840px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-top: 100px;
	padding:50px 0;
    margin-left: auto;
    margin-right: auto;
}
.osusume .txt02{
	font-size: 32px;
	line-height: 1.56;
	margin-right: 60px;
}
.osusume .osusumeArrow {
	height: 100px;
	width: auto;
}
.osusumeList p{
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-left: 70px;
}
.osusumeList p::before{
	content: '';
	width: 25px;
	height: 22px;
	margin-right: 12px;
	background: url(../img/check.svg) center / contain no-repeat;
}
.osusumeList p + p{
	margin-top: 10px;
}

.ybg{
	background-color: rgba(255,239,52,0.1);
	padding-bottom: 120px;
}
.soudan01{
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 210px;
}
.soudan01 h3 {
    width: 840px;
    text-align: center;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #000;
    padding: 25px 0;
    top: -60px;
    position: relative;
    box-shadow: 10px 12px 0 #FFEF34;
    margin-left: auto;
    margin-right: auto;
}
.conWrap{
	width: 775px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.conWrap .img{
	flex-shrink: 0;
}
.conWrap > div{
	width: 360px;
}
.conWrap__ttl{
	width: 360px;
	background: #fff;
	border: 1px solid #000;
	text-align: center;
	padding:15px 0;
	font-size: 22px;
	margin-right: 0;
	position: relative;
}
.conWrap__ttl::after {
    content: '';
    width: 19px;
    height: 16px;
    background: url(../img/fukidashi01.svg) center / contain no-repeat;
    position: absolute;
    bottom: -16px;
    left: calc(50% - 14.5px);
}
.conWrap__txt{
	margin-top: 30px;
	font-size: 15px;
	line-height: 2;
}
.conWrap1 .img{
	width: 297px;
	height: auto;
	margin-left: 30px;
}
.conWrap2 .img{
	width: 328px;
	height: auto;
	margin-right: 20px;
}
.conWrap + .conWrap{
	margin-top: 70px;
}

.flow01 {
    margin-top: 80px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 75px 60px;
}
.flowTtl{
	font-size: 28px;
	line-height: 1.1;
	text-align: center;
}
.flow01__wrap {
	margin-top: 70px;
}
.flow01__wrap .flow01__con{
	display: flex;
	align-items: center;
	border:1px solid #000;
	height: 115px;
	position: relative;
}
.flow01__wrap .flow01__con + .flow01__con{
	margin-top: 70px;
}
.flow01__wrap .flow01__con + .flow01__con::before{
    content: '';
    width: 2px;
    height: 70px;
    background: #707070;
    position: absolute;
    top: -71px;
    left: calc(50% - 1px);
}

.flow01__wrap .flow01__con + .flow01__con.flow01__03::before {
    height: 68px;
    top: -71px;
}
.flow01__wrap .flow01__con + .flow01__con.flow01__03::after {
    content: '';
    width: 12px;
    height: 10px;
    background: url(../img/yajirushi_saki.svg) center / contain no-repeat;
    position: absolute;
    top: -11px;
    left: calc(50% - 6px);
}
.flow01__wrap .flow01__con > div{
	height: 100%;
	background-color: #FFEF34;
	display: flex;
	align-items: center;
	padding: 25px 30px ;
	width: 363px;
	flex-shrink: 0;
}
.flow01__wrap .flow01__con > div .ffOs {
    font-size: 45px;
    width: 53px;
    border-right: 1px solid #000;
    margin-right: 30px;
}
.flow01__wrap .flow01__con > div .flow__stl{
	font-size: 20px;
	line-height: 1.25;
}
.flow01__wrap .flow01__con > div .flow__stl span{
	display: block;
	font-size: 18px;
}
.flow01__wrap .flow01__con .flow01__txt{
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: -0.02em;
}


.taiouSystem{
	width: 840px;
	margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
}
.taiouSystem__wrap{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding:50px 95px 50px 60px;
}
.taiouWrap{
	display: flex;
}
.taiouWrap a{
	opacity: 1;
	transition: 0.3s;
}
.taiouSystem__ttl{
	font-size: 24px;
	line-height: 2;
}
.taiouWrap__con p{
	text-align: center;
	margin-top: 0.3em;
}
.taiouWrap__con + .taiouWrap__con{
	margin-left: 45px;
}
.taiouSystem__chu{
	font-size: 12px;
	margin-top: 1em;
	text-align: right;
}
.linkBtn{
	width: 510px;
	line-height: 95px;
	font-size: 24px;
	background-color: #AD3030;
	color: #fff;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 110px;
	text-align: center;
    transition: 0.3s;
    position: relative;
    letter-spacing: 0;
}
.linkBtn::after{
    content: '';
    width: 13px;
    height: 25px;
    background: url(../img/arrow_w.png) center / 13px 25px no-repeat;
    position: absolute;
    top: calc(50% - 12.5px);
    right: 20px;
    transition: 0.3s;
    transform: translateX(0);
}
.linkBtn02{
	background-color: #fff;
	color: #000;
    border:1px solid #000;
}
.linkBtn02::after{
    background: url(../img/arrow_b.png) center / 13px 25px no-repeat;
}

.linkBtn02 + .linkBtn{
	   margin-top: 25px;
}
.bbg{
	background-color: rgba(141,211,208,0.15);
	padding-bottom: 120px;
	margin-top: 200px;
}


.mujin01 h3 {
    width: 840px;
    text-align: center;
    font-size: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 3px solid #000;
    padding: 25px 0;
    top: -60px;
    position: relative;
    box-shadow: 10px 12px 0 #8DD3D0;
    margin-left: auto;
    margin-right: auto;
}

.flow02 {
    margin-top: 80px;
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    padding: 75px 60px;
}
.flow02__wrap {
	margin-top: 70px;
}
.flow02__wrap .flow02__con{
	display: flex;
	align-items: center;
	border:1px solid #000;
	height: 115px;
	position: relative;
}
.flow02__wrap .flow02__con + .flow02__con{
	margin-top: 70px;
}
.flow02__wrap .flow02__con + .flow02__con::before{
    content: '';
    width: 2px;
    height: 70px;
    background: #707070;
    position: absolute;
    top: -71px;
    left: calc(50% - 1px);
}

.flow02__wrap .flow02__con + .flow02__con.flow02__03::before {
    height: 68px;
    top: -71px;
}
.flow02__wrap .flow02__con + .flow02__con.flow02__03::after {
    content: '';
    width: 12px;
    height: 10px;
    background: url(../img/yajirushi_saki.svg) center / contain no-repeat;
    position: absolute;
    top: -11px;
    left: calc(50% - 6px);
}
.flow02__wrap .flow02__con > div{
	height: 100%;
	background-color: #8DD3D0;
	display: flex;
	align-items: center;
	padding: 25px 30px ;
	width: 363px;
	flex-shrink: 0;
}
/*.flow02__wrap .flow02__con.flow02__02 > div {
    width: 100%;
}*/
.flow02__wrap .flow02__con > div .ffOs {
    font-size: 45px;
    width: 53px;
    border-right: 1px solid #000;
    margin-right: 30px;
}
.flow02__wrap .flow02__con > div .flow__stl{
	font-size: 19px;
	line-height: 1.26;
}
.flow02__wrap .flow02__con > div .flow__stl span{
	display: inline-block;
	font-size: 15px;
	background-color: #AD3030;
	padding:0 15px;
	line-height: 22px;
	color: #fff;
	margin-top: 5px;
}
.flow02__wrap .flow02__con .flow02__txt{
	padding-left: 20px;
	font-size: 16px;
	letter-spacing: -0.02em;
}

.mujin01__mv{
	width: 840px;
	height: auto;
	margin-top: 90px;
	margin-left: auto;
	margin-right: auto;
}
.mujin01__mv .img{
	width: 100%;
	height: auto;
}
.mujin01__mv .mujin01__mvtxt{
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 16px;
	line-height: 1.87;
}


.staff__wrap {
    margin-top: 168px;
    border: 1px solid #000;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 64px;
}
.staffTtl {
    font-size: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 6.4em;
    margin-left: auto;
    margin-right: auto;
}
.staffTtl::after{
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	margin-top: 15px;
	position: relative;
	left: -0.15em;
}
.staffBox__01{
	margin-top: 50px;
}
.staffBox__01 p{
	font-size: 15px;
	line-height: 1.67;
	letter-spacing: 0.02em;
}
.staffBox__02{
	margin-top: 40px;
}

.staffBox__02 p{
	font-size: 15px;
	display: flex;
	/*align-items: center;*/
}
.staffBox__02 p::before{
	content: '';
	width: 19px;
	height: 17px;
	margin-right: 10px;
	background: url(../img/check.svg) center / contain no-repeat;
}
@media print, screen and (min-width: 768px) {
	.kaisai p + p{
		margin-left: 23px;
	}
	.conWrap2 .img{
		order: 3;
	}

	.linkBtn:hover{
		background-color: #000;
	    transition: 0.3s;
	}
	.linkBtn:hover::after{
	    transition: 0.3s;
	    transform: translateX(5px);
	}

	.linkBtn02:hover{
		color: #fff;
	    transition: 0.3s;
	}
	.linkBtn02:hover::after{
	    background: url(../img/arrow_w.png) center / 13px 25px no-repeat;
	    transition: 0.3s;
	    transform: translateX(5px);
	}

	.taiouWrap a:hover{
		opacity: 0.6;
		transition: 0.3s;
	}
	.staffBox__02 p + p{
		margin-top: 10px;
	}
}/* min-width: 768px */

@media screen and (max-width: 767px) {
	/* online */
	/* --------------------------------------------------------------------------- */
	#online  {
		margin-top:45px;
	}
	.kaisai {
	    margin-top: 40px;
	    padding: 40px 5% 30px;
	    width: 100vw;
	    flex-direction: column;
	    margin-left: -5vw;
	}
	.yoyoaku {
	    width: 144px;
	    line-height: 27px;
	    top: -10px;
	    font-size: 16px;
	    left: calc(50% - 72px);
	}
	.kaisaiTtl {
	    font-size: 14px;
	    padding: 2px 6px;
	    margin-right: 10px;
	}
	.kaisai p {
	    align-items: flex-start;
	}
	.kaisai .kaisaiTxt {
	    font-size: 18px;
	}
	.kaisai p + p {
		margin-top: 10px;
	}
	.kaisaiTxt span {
	    font-size: 12px;
	}
	.osusume {
	    border-top: none;
	    margin-top: 45px;
	    padding: 0px 0 20px;
	    width: 100%;
	    flex-direction: column;
	    align-items: flex-start;
	}
	.osusume .txt02 {
	    font-size: 18px;
	    margin-right: auto;
	    margin-left: auto;
	}
	.osusumeList {
	    border-top: 1px solid #707070;
	    width: 100%;
	    padding-top: 20px;
	    margin-top: 25px;
	}
	.osusumeList p {
	    font-size: 16px;
	    margin-left: 0.5em;
	}
	.osusumeList p::before {
	    width: 20px;
	    height: 18px;
	    margin-right: 7px;
	}
	.osusumeList p + p {
	    margin-top: 5px;
	}



	.ybg{
		padding-bottom: 60px;
	}
	.soudan01 {
	    width: 100%;
	    margin-top: 100px;
	}
	.soudan01 h3 {
	    font-size: 20px;
	    line-height: 1.4;
	    background-color: #fff;
	    border: 2px solid #000;
	    padding: 17px 0;
	    top: -30px;
	    box-shadow: 8px 7px 0 #FFEF34;
	    width: 100%;
	}
	.conWrap {
	    flex-direction: column;
	    width: 100%;
	}
	.conWrap1 .img {
	    width: 100%;
	    height: auto;
	    margin-left: auto;
	    margin-right: auto;
	}
	.conWrap > div {
	    width: 100%;
	    margin-top: 40px;
	}
	.conWrap__ttl {
	    padding: 11px 0 12px;
	    font-size: 18px;
	    margin-right: 0;
	    width: 100%;
	}
	.conWrap2 .img {
	    width: 100%;
	    margin-right: 0;
	}
	.conWrap + .conWrap {
	    margin-top: 60px;
	}
	.flowTtl {
	    font-size: 20px;
	    line-height: 1.5;
	    text-align: center;
	}
	.flow01 {
	    margin-top: 60px;
	    padding: 40px 5%;
	    width: 100%;
	}
	.flow01__wrap {
	    margin-top: 25px;
	}
	.flow01__wrap .flow01__con {
	    flex-direction: column;
	    height: auto;
	}
	.flow01__wrap .flow01__con > div {
	    padding: 12px 20px;
	    width: 100%;
	}
	.flow01__wrap .flow01__con > div .ffOs {
	    font-size: 40px;
	    width: 42px;
	    margin-right: 15px;
	    line-height: 1.1;
	}
	.flow01__wrap .flow01__con > div .flow__stl {
	    font-size: 18px;
	    line-height: 1.39;
	}
	.flow01__wrap .flow01__con .flow01__txt {
	    padding-left: 0;
	    font-size: 14px;
	    letter-spacing: 0;
	    padding: 5px 0 10px;
	    text-align: center;
	}
	.flow01__wrap .flow01__con + .flow01__con {
	    margin-top: 50px;
	}
	.flow01__wrap .flow01__con + .flow01__con::before {
	    height: 50px;
	    top: -51px;
	}
	.flow01__wrap .flow01__con + .flow01__con.flow01__03::before {
	    height: 48px;
	    top: -51px;
	}

	.taiouSystem {
	    margin-top: 50px;
	    width: 100%;
	}
	.taiouSystem__wrap {
	    width: 100%;
	    padding: 35px 0 35px 0;
	    flex-direction: column;
	}
	.taiouSystem__ttl {
	    font-size: 18px;
	    line-height: 1.38;
	    text-align: center;
	}
	.taiouWrap {
	    margin-top: 23px;
	}
	.taiouWrap .img {
		width: 46px;
		margin-left: auto;
		margin-right: auto;
		height: auto;
	}
	.taiouWrap__con p {
	    margin-top: 0.2em;
	    font-size: 16px;
	}
	.taiouWrap__con + .taiouWrap__con {
	    margin-left: 28px;
	}
	.linkBtn {
	    width: 100%;
	    line-height: 60px;
	    font-size: 16px;
	    margin-top: 35px;
	    max-width: 280px;
	}
	.linkBtn::after {
	    width: 6.5px;
	    height: 13px;
	    background: url(../img/arrow_w.png) center / 6.5px 13px no-repeat;
	    top: calc(50% - 6.5px);
	    right: 10px;
	}
	.linkBtn02 {
	    line-height: 1.25;
	    height: 60px;
	    padding-top: 9px;
	    margin-top: 70px;
	}
	.linkBtn02::after {
	    background: url(../img/arrow_b.png) center / 6.5px 13px no-repeat;
	}
	.linkBtn02 + .linkBtn {
	    margin-top: 20px;
	}



	.bbg {
	    padding-bottom: 60px;
	    margin-top: 0;
	}
	.mujin01 {
	    width: 100%;
	    margin-top: 100px;
	}
	.mujin01 h3 {
	    font-size: 20px;
	    line-height: 1.4;
	    background-color: #fff;
	    border: 2px solid #000;
	    padding: 17px 0;
	    top: -30px;
	    box-shadow: 8px 7px 0 #8DD3D0;
	    width: 100%;
	}
	.mujin01__mv {
	    margin-top: 30px;
	    width: 100%;
	}
	.mujin01__mv .img {
	    width: 100vw;
	    margin-left: -5vw;
	}
	.mujin01__mv .mujin01__mvtxt {
	    margin-top: 30px;
	    font-size: 15px;
	    line-height: 2;
	    width: 100%;
	}

	.flow02 {
	    margin-top: 60px;
	    padding: 40px 5%;
	    width: 100%;
	}
	.flow02__wrap {
	    margin-top: 25px;
	}
	.flow02__wrap .flow02__con {
	    flex-direction: column;
	    height: auto;
	}
	.flow02__wrap .flow02__con > div {
	    padding: 12px 20px;
	    width: 100%;
	}
	.flow02__wrap .flow02__con > div .ffOs {
	    font-size: 40px;
	    width: 42px;
	    margin-right: 15px;
	    height: 100%;
	    display: flex;
	}

	.flow02__wrap .flow02__con.flow02__01 > div .ffOs {
	    line-height: 2.2;
	}
	.flow02__wrap .flow02__con.flow02__02 > div .ffOs {
	    line-height: 1.2;
	}
	.flow02__wrap .flow02__con.flow02__03 > div .ffOs {
	    line-height: 1.2;
	}

	.flow02__wrap .flow02__con > div .flow__stl {
	    font-size: 18px;
	    line-height: 1.39;
	    display: flex;
	    flex-direction: column;
	}
	.flow02__wrap .flow02__con .flow02__txt {
	    padding-left: 0;
	    font-size: 14px;
	    letter-spacing: 0;
	    padding: 5px 0 10px;
	    text-align: center;
	}
	.flow02__wrap .flow02__con + .flow02__con {
	    margin-top: 50px;
	}
	.flow02__wrap .flow02__con + .flow02__con::before {
	    height: 50px;
	    top: -51px;
	}
	.flow02__wrap .flow02__con + .flow02__con.flow02__03::before {
	    height: 48px;
	    top: -51px;
	}
	.flow02__wrap .flow02__con > div .flow__stl span {
	    margin-top: 2px;
	    width: 106px;
	}

	.staff__wrap {
	    padding: 35px 5%;
	    width: auto;
	    margin: 60px 5% 0;
	}
	.staffTtl {
	    font-size: 18px;
	}
	.staffTtl::after {
	    width: 95%;
	    margin-top: 6px;
	    left: 2px;
	}
	.staffBox__01 {
	    margin-top: 35px;
	}
	.staffBox__01 p {
	    line-height: 2;
	    letter-spacing: 0;
	    text-align: justify;
	}
	.staffBox__02 p {
	    font-size: 15px;
	    line-height: 2;
	}
	.staffBox__02 p::before {
	    width: 24px;
	    height: 21px;
	    flex-shrink: 0;
	    position: relative;
	    top: 4px;
	}


}/* max-width: 767px */