@charset "utf-8";

#container {
    font-size: 1.6rem;
}
article {
    padding-top: 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;
}

/****** 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(195 223 236) 50%, rgb(30 121 166) 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;
}

/************************
#seminar
************************/
#seminar h2:before {
    height: 40px;
}
.seminar_summary ol {
	flex-direction: row;
	justify-content: space-around;
	flex-wrap: wrap;
}
#seminar .seminar_summary{
	padding: 40px;
	margin-bottom: 80px;
}
.seminar_summary ol > li {
	width: 48%;
	height: 200px;
	margin-bottom: 20px;
}
.seminar_summary p {
	font-size: 2.8rem;
}
.seminar_point ul {
	flex-wrap: inherit;
	margin-bottom: 100px;
}
.seminar_point ul li {
	margin: 0 5px;
	border-radius: 10px;
}
.profile {
	padding: 40px;
}
.profile_data {
	flex-wrap: nowrap;
}
.profile_data .thumb {
	width: 25%;
}
.profile_data .career {
	width: 75%;
	padding-left: 20px;
}
.profile_data .career .name strong {
	font-size: 3.0rem;
}

.profile_gallery {
	flex-wrap: nowrap;
	justify-content: space-between;
}
.profile_gallery img {
	width: 48%;
}

/************************
#voice
************************/
#voice h2:before {
    height: 40px;
}


/************************
#flow
************************/
#flow h2:before {
    height: 40px;
}
#flow ol {
	flex-wrap: nowrap;
	justify-content:space-between;
}
#flow ol li {
	width: 30%;
}
#flow ol li:after {
	bottom: 0;
	transform: rotate(-90deg);
	top: 0;
	left: auto;
	right: -60px;
}
.action {
	padding: 20px 0;
}

/************************
#faq
************************/
#faq h2:before {
    height: 40px;
}
.faq_contents {
	padding: 40px;
	font-feature-settings: inherit;
}
.question {
	font-size: 2.4rem;
	margin-bottom: 30px;
}
/************************
#infomation
************************/
#infomation h2:before {
    height: 50px;
}
#infomation table th {
	font-size: 2.2rem;
}
#infomation table td {
	font-size: 1.8rem;
}

/************************
#form
************************/
#form .formInr {
    padding: 60px;
}
.satori__custom_form_04569da107b37621_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_04569da107b37621_css .satori__submit_group {
	margin-top: 50px!important;
}

/***************************/