@charset "utf-8";

#container {
    font-size: 1.6rem;
}
article {
    padding-top: 0;
}
section {
    padding: 65px 0;
}
.sp_hide  {
	display: inherit;
} 
.pc_hide {
	display: none;
}

/************************
共通
************************/
.inner {
	box-sizing: border-box;
	width: auto;
	max-width: 980px;
    margin: 0 auto;
	padding: 0 10px;
}

.cation {
	font-size: 1.2rem;
	text-align: center;
}

.pc {
	display: block;
}
/****** btn *******/
.btn:hover{
    opacity: 0.8;
    box-shadow: none;
    top: 4px;
}

.btn.seminarBtn {
    width: 640px;
    height: 80px;
    line-height: 70px;
    font-size: 2.8rem;
    margin: 0 auto;
}
.ctaBtn {
    margin: 40px auto;
}
.ctaBtn p {
	font-size: 2.4rem;
}
.ctaBtn img {
	width: 327px;
}

.btn.seminarBtn:before {
    right: 50px;
}
.btn.seminarBtn:after {
    right: 40px;
}


header .inner #nav-input,
header .inner #nav-open {
	display: none;
}

.balloon_inner {
	font-size:2.0rem;
}
.balloon_inner:before {
	bottom: -16px;
    border-width: 0 16px 16px 0;
}
.balloon_inner:after {
	bottom: -12px;
    border-width: 0 12px 12px 0;
}
.txt_present {
	font-size: 2.6rem;
	margin: 30px 0;
}
.txt_present:before,
.txt_present:after {
	position: relative;
	margin: 10px;
}

h2 {
	font-size: 3.2rem;
	margin-bottom: 50px;
	font-feature-settings: inherit;
}

h3 {
	font-size: 3.8rem;
	margin-bottom: 60px;
}
h3 small {
	font-size: 2.6rem;
}


/************************
基本パーツ
************************/
header .inner{
    position: relative;
}
header nav {
    display: none;
}
header .no1Area {
    width: 170px;
	padding: 0;
	order: 3;
}

#footerWrap #attention {
	width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

/************************
MainVisual
************************/
#mainVisual .mainArea {
	background-image: linear-gradient(90deg, rgb(0 0 0) 50%, rgb(0 9 64) 51%);
    background-size: cover;
}

#mainVisual .mainArea .mainAreaInr {
	width: auto;
	max-width: 1366px;
	height: auto;
	margin: 0 auto;
}

.no1Area {
	margin:0;
}
.no1Area .cation {
	margin-top: 0;
	text-align: left;
}


/************************
#worry
************************/
#worry h2:before {
    height: 40px;
}
#worry ul {
	flex-direction: inherit;
	justify-content: space-around;
	flex-wrap: wrap;
}
#worry ul li {
	width: 30%;
}
#worry .txt_uline {
	font-size: 3.2rem;
}

/************************
#section
************************/
#section {
	padding-bottom: 200px;
}
#section h2 {
	font-size: 4.0rem;
	margin: 0 0 80px;
}
#section h2 em {
	font-weight: 600;
	font-size: 5rem;
}
#section h2 span::before, #section h2 span::after {
	height: 120px;
}
.seminar_summary ol {
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
#seminar .seminar_summary{
	padding: 40px;
	margin-bottom: 80px;
}
.seminar_summary ol > li {
	width: 48%;
	height: 180px;
	margin-bottom: 80px;
	padding: 30px 20px 30px 20px;
	position: relative;
}
.seminar_summary ol > li p {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.seminar_summary ol > li:last-of-type {
	margin-bottom: 0;
}

.seminar_summary ol > li .icon {
	width: 20%;
	top: 0;
	left: 30px;
}
.seminar_summary ol::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/section_img.png") right bottom no-repeat;
	background-size: 100%;
	width: 291px;
	height: 246px;
	right: 70px;
    bottom: -40px;
}
.seminar_summary p {
    font-size: 2.8rem;
}


/************************
#about
************************/
#about {
	padding-top: 5px;
}

#about .inner {
	background-color: #fff;
	border-radius: 20px;
	margin-top: -100px;
	margin-bottom: 50px;
	padding: 90px 50px 180px;
	width: 97%;
}

#about h2 {
	margin: 0 0 70px;
}
#about p {
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
#container .about-note{
    margin-top: 24px;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}


/************************
#flow
************************/
#flow {
	padding-bottom: 200px;
}
#flow h2:before {
    height: 40px;
}
#flow ol {
	flex-wrap: nowrap;
	justify-content:space-between;
	margin: 0;
}
#flow ol li {
	width: 32.5%;
}
#flow ol li:after {
	bottom: 0;
	transform: rotate(-90deg);
	top: 0;
	left: auto;
	right: -40px;
    z-index: 1;
}
.action {
	font-size: 24px;
	padding: 20px 10px 10px;
}
.action span {
	width: 35%;
}

/************************
#infomation
************************/
#infomation {
	background-image: url(../img/info_bg02.png);
    background-size: cover;
}
#infomation .inner {
	margin-top: -100px;
    margin-bottom: 50px;
    padding: 90px 50px 50px;
    width: 97%;
}
#infomation dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#infomation dl:first-of-type {
	background: #008cbc;
} 
#infomation dl dt {
	background: #008cbc;
	width: 49.5%;
	font-size: 2.4rem;
	margin: 0;
	padding: 20px 0;
}
#infomation dl:first-of-type dt {
	width: 50%;
}
#infomation dl dd {
	border: 1px solid #008cbc;
	background: #fff;
	width: 50%;
	font-size: 2rem;
	padding: 15px 30px;
}

/************************
#form
************************/
#form .formInr {
    padding: 60px;
}
.satori__custom_form_c9acd3afbf8aaab0_css .satori__submit_group {
	margin-top: 50px!important;
}

@media screen and (min-width: 768px) and (max-width: 820px ){
	#worry ul li {
		width: 220px;
		height: 220px;
		font-size: 2.0rem;
	}
}

/**** 2022/11/09 add *******/
.file {
    display: flex;
	margin: 20px auto;
	justify-content: space-between;
	width: 80%;;
}
.file img {
	width: 48%;
}
.satori__custom_form_c9acd3afbf8aaab0_css .satori__submit_group {
	margin-top: 50px!important;
}

/***************************/