@charset "utf-8";

html,body{
	font-size: 62.5%;
	height: 100%;
    width: 100%;
}
body > #container {
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

#container {
    color: #0f0f0f;
	font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
	font-style: normal;
	font-size: 1.4rem;
	line-height: 1.7;
	height: 100%;
	min-height: 100%;
	position: relative;
}
/*article {
    padding-top: 50px;
}*/
section {
    padding: 65px 0;
}
section#mainVisual {
    padding-top: 0;
	padding-bottom: 10px;
}
img {
	height: auto;
	width: 100%;
	line-height: 1;
	vertical-align: bottom;
}

.sp_hide {
	display: none;
}

.pc_hide {
	display: inherit;
}

sup, small sup {
	font-size: 60%;
}


/************************
共通
************************/
.inner {
	box-sizing: border-box;
	width: 100%;
	padding: 0 10px;
}
.cation {
	font-size: 1.0rem;
	line-height: 1.5;
	display: block;
}
.cation p {
	margin-bottom: 5px;
	text-indent: -2rem;
    padding-left: 20px;
}
.cation a {
	color: #116fbb;
	display: inline-block;
	text-decoration: underline;
	padding-left: 20px;
}

section:nth-child(2n) {
    background: #ecf4f8;
}

/*** h ***/
h2 {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
    font-feature-settings: "palt";
}
h2:before {
    content: "";
    display: block;
    vertical-align: middle;
    margin: 0 auto 10px;
}
h2 small, h3 small {
    display: block;
}

h3 {
    color: #468f8c;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
h3 small {
    font-size: 1.8rem;
}

/*** btn ***/
.btn {
	background: #444;
	border-radius: 5px;
	box-shadow: 0px 4px 0px #222;
	color: #fff;
	display: block;
	font-weight: bold;
	height: 100%;
	padding: 5px 10px;
	position: relative;
	text-align: center;
	text-decoration: none;
	width: 100%;
} 
.btn.seminarBtn {
    background: #f3c300;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #cca400;
    color: #0f0f0f;
	height: 60px;
	line-height: 50px;
	font-size: 2.2rem;
}
.btn:before, .btn:after {
    content: ""; 
    width: 16px; 
    height: 3px; 
    display: inline-block;
    border-radius: 2px; 
    background: #fff;  
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.btn.seminarBtn:before {
    top: calc(10% - 8px); 
    right: 30px;
    transform: rotate(45deg);
}
.btn.seminarBtn:after {
    top: calc(10% - 8px);
    right: 20px;  
    transform: rotate(-45deg);
}
.ctaBtn p {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
}
.ctaBtn img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width:736px) {
	.ctaBtn {
		margin: 2em 0 0;
	}
}
/** 吹出し **/
.balloon {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.balloon_inner {
    position: relative;
    padding: 0.2rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 2px solid;
    color: #0f0f0f;
    font-weight: bold;
    font-size: 1.5rem;
}
.balloon_inner:before,
.balloon_inner:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}
.balloon_inner:before {
    bottom: -10px;
    border-style: solid;
    border-color: transparent #0f0f0f transparent transparent;
    border-width: 0 10px 10px 0;
}
.balloon_inner:after {
    bottom: -6px;
    border-style: solid;
    border-color:transparent #fff transparent transparent;
    border-width: 0 6px 6px 0;
    z-index: 10;
}

.txt_present {
    color: #468f8c;
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 10px 0;
    position: relative;
    text-align: center;
}
.txt_present:before,
.txt_present:after  {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.txt_present:before {
    content: "＼";
    left: .5vh;
    right: auto;
}
.txt_present:after {
    content: "／";
    right: .5vh;
    left: auto;
}

/************************
基本パーツ
************************/
header .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px;
    background: #fff;
    z-index: 90;
}
header .logo {
	width: 50%;
}
header .logo span {
	color: #003560;
	display: block;
	font-size: 1.0rem;
	font-weight: bold;
	letter-spacing: .1rem;
}
header .logo img {
	height: auto;
	width: 100%;
	max-width: 200px;
}
header .no1Area {
    width: 26%;
    padding: 0;
    margin-left: 30px;
}
.right_area {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.account_btn_wrap {
    margin-right: 10px;
}
.account_btn_wrap .btn {
	background: #ff6600;
	box-shadow: none;
}

header nav {
    display: block;
    overflow: auto;
    position: fixed;
    top: 47px;
    left: 0px;
    z-index: 100;
    width: 100%;
    height: 0;
    background-color: rgba(255, 255, 255, 0.9);
    transition: 0.2s;
}

.smp_menu_sw:checked~nav {
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 400px;
    position: fixed;
    transition: 0.2s;
}

header nav {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

header nav li {
    margin-bottom: 7px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

header nav li a:link,
header nav li a:visited {
    color: inherit;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 10px;
}

.smp_menu_sw {
    display: none;
}

.smp_menu_img {
    position: relative;
    display: flex;
    height: 17px;
    width: 30px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    order: 3;
}

.smp_menu_img:before {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    top: 0;
    transition: 0.2s;
}

.smp_menu_img span {
    text-indent: -9999px;
    position: relative;
    height: 100%;
    width: 100%;

}

.smp_menu_img span:before,
.smp_menu_img span:after {
    content: '';
    display: block;
    height: 3px;
    width: 100%;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
    transition: 0.2s;
}

.smp_menu_img span:before {
    bottom: 0;
    top: 0;
    margin: auto;
}

.smp_menu_img span:after {
    bottom: 0px;
}

.smp_menu_sw:checked~.smp_menu_img:before {
    background-color: rgba(255, 255, 255, 0);
    transition: 0.2s;
}

.smp_menu_sw:checked~.smp_menu_img span::before {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    transition: 0.2s;
}

.smp_menu_sw:checked~.smp_menu_img span::after {
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(-45deg);
    transition: 0.2s;
}

.menu_active {
    content: "";
    display: block;
    background-color: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;

}

#footerWrap {
	width: 100%;
	background: #f2f4f6;
	line-height: 20px;
    font-size: 1.2rem;
    line-height: 1.3;
    box-sizing: border-box;
}
#footerWrap img {
	width: auto;
}

#footerWrap #attention {
	margin: 10px auto 0;
	background: url(/g/img/beginner/attention.gif) no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
    color: #000;
}
#footerWrap #attention dt {
	font-weight: bold;
    margin-bottom: 5px;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
}

#footerWrap #attention a.textlink1 {
	font-size: 1.0em;
}

#footerWrap #attention2 {
	margin: auto;
	background: #f2f4f6;
	padding: 10px 0 30px;
}

#footerWrap #attention2 a {
    font-size: 1.4rem;
    margin-bottom: 5px;
    display: inline-block;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #footer img {
	zoom: 1;
}

/*** PAGETOP ***/
.g-go-to-top {
    display: grid;
    place-content: center;
    position: fixed !important;
	color: #3c66b0;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
    background: #f2f5f8;
    transition: .25s ease 0s;
    transition-property: transform;
	transform: translateY(calc(100% + 20px));
}
.g-go-to-top:active,
.g-go-to-top:hover,
.g-go-to-top:visited {
	color: #3c66b0;
	outline-width: 0;
}
.c-hover-overlay.border\:none::before {
	border: none;
}
.c-hover-overlay.round\:full::before {
	border-radius: 100%;
}
.c-hover-overlay::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid transparent;
    border-radius: 5px;
    background: rgba(255,255,255,0);
    transition: .25s ease 0s;
    transition-property: border,background;
}
.c-hover-overlay:hover::before {
	border-color: #1a9abe;
    background: rgba(255,255,255,.3);
}
.g-go-to-top svg {
	transform: rotate(-90deg);
	width: 0.75em;
    height: 0.75em;
	font-size: 0.9em;
}
.u-screen-reader {
	position:absolute;
	white-space:nowrap;
	width:1px;
	height:1px;
	overflow:hidden;
	border:0;
	padding:0;
	clip:rect(0 0 0 0);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	margin:-1px
}



/************************
MainVisual
************************/
.no1Area {
	padding: 10px 0;
}
/************************
#worry
************************/
#worry h2:before {
    height: 30px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_01.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
#worry ul {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#worry ul li {
    background: #fff;
    border-radius: 10px;
    color: #468f8c;
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.6;
    width: 90%;
    padding: 20px 0 20px 30px;
    position: relative;
}
#worry ul li small {
    display: block;
    color: #0f0f0f;
    font-size: 1.6rem;
}
#worry ul li:after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: -20px;
}
#worry ul li:nth-child(1):after{
    background: url(/g/seminar_tsumu/img/worry_01.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 110px;
}
#worry ul li:nth-child(2):after{
    background: url(/g/seminar_tsumu/img/worry_02.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 100px;
}
#worry ul li:nth-child(3):after{
    background: url(/g/seminar_tsumu/img/worry_03.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 110px;
}
#worry ul li:nth-child(4):after{
    background: url(/g/seminar_tsumu/img/worry_04.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 110px;
}
#worry ul li:nth-child(5):after{
    background: url(/g/seminar_tsumu/img/worry_05.png) no-repeat;
    background-size: contain;
    width: 62px;
    height: 105px;
}
#worry .balloon_inner:after {
    border-color: transparent #e6f5f4 transparent transparent;
}
#worry .txt_uline {
    color: #468f8c;
    font-size: 2.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 20px 0 30px; 
}
#worry .txt_uline strong {
    background: linear-gradient(transparent 90%, #f39800 0%);
    padding: 0 2px 4px;
    line-height: 1.8;
}

/************************
#seminar
************************/
#seminar h2:before {
    height: 30px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_02.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
#seminar .txt_uline {
    background: linear-gradient(transparent 40%, #e6f5f4 0%);
    padding: 0 2px 4px;
    line-height: 1.8;
}
#seminar .seminar_summary {
    border: 4px solid #84ccc9;
    background: #e6f5f4;
    padding: 20px;
    margin-bottom: 50px;
}
.seminar_summary ol {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.seminar_summary ol > li {
    border: 2px dotted #468f8c;
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding: 40px 10px 30px 30px;
    position: relative;
}
.seminar_summary ol > li:before{
    content: "";
    background: url(/g/seminar_tsumu/img/summary_list_01.png) no-repeat;
    background-size: contain;
    position: absolute;
    width: 100%;
    height: 40px;
    top: 18px;
    left: 16px;
}
.seminar_summary ol > li:nth-child(2):before {
    background: url(/g/seminar_tsumu/img/summary_list_02.png) no-repeat;
    background-size: contain;
}
.seminar_summary ol > li:nth-child(3):before {
    background: url(/g/seminar_tsumu/img/summary_list_03.png) no-repeat;
    background-size: contain;
}
.seminar_summary ol > li:nth-child(4):before {
    background: url(/g/seminar_tsumu/img/summary_list_04.png) no-repeat;
    background-size: contain;
}
.seminar_summary p {
    color: #468f8c;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.8;
}
.seminar_summary ul > li {
    padding-left: 10px;
}
.seminar_summary ul > li:before {
    content: ""; 
    width: 5px;
    height: 5px; 
    display: inline-block;
    background-color: #468f8c;
    border-radius:  50%;  
    position: relative;
    top: -3px;
    left: -10px;
}
.seminar_point ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.seminar_point ul li {
    background: #e6f5f4;
    border-radius: 5px;
    width: 46%;
    padding: 20px 10px;
    margin:  0 2% 20px;
    text-align: center;
    font-feature-settings: "palt";
    font-weight: bold;
}
.seminar_point ul li::before {
    content: "";
    background: url(/g/seminar_tsumu/img/point_icon.svg) no-repeat;
    width: 100%;
    height: 30px;
    background-size: contain;
    background-position: center;
    display: block;
    margin-bottom: 10px;
}
#seminar .seminar_point ul li .txt_uline {
    background: linear-gradient(transparent 86%, #f39800 0%);
    line-height: 1.6;
    color: #468f8c;
    font-size: 1.7rem;
}

.profile {
    border: 4px solid #84ccc9;
    padding: 20px;
    margin-bottom: 50px;
}
.profile_data {
    display: flex;
    flex-wrap: wrap;
}
.profile_data .thumb {
    width: 50%;
    display: block;
    margin: 0 auto 20px;
}
.profile_data .career .name {
    font-weight: bold;
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.profile_data .career .name strong {
    font-size: 2.4rem;
}
.profile_gallery {
    display: flex;
    flex-wrap: wrap;
}
.profile_gallery img {
    margin: 10px 0;
}

/************************
#voice
************************/
#voice h2:before {
    height: 30px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_03.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.voice_list li {    
    margin-bottom: 10px;
}
.balloon-set-box {
  display: flex;
  flex-wrap: wrap;
}
.balloon-set-box.left {
  flex-direction: row;
}
.balloon-set-box.right {
  flex-direction: row-reverse; 
}
.voice_balloon {
  position: relative; 
  display: inline-block;
  max-width: calc(100% - 120px);
  margin: 10px 20px 20px; 
  padding: 12px 18px; 
  background: #fff; 
  text-align: left;
  border-radius: 15px;
}
.voice_balloon::after {
  content: '';
  border: 14px solid transparent;
  border-top-color: #fff;
  position: absolute;
  top: 0;
}
.left .voice_balloon::after { 
  left: -10px;
}
.right .voice_balloon::after {
  right: -10px;
}

.voice_balloon strong {
    color: #f39800;
}
.icon-box {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
}

#voice .cation {
    float: right;
}

/************************
#flow
************************/
#flow h2:before {
    height: 30px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_04.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
#flow ol {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#flow ol li {
    border:1px solid #468f8c;
    margin-bottom: 40px;
    position: relative;
}
#flow ol li:after {
    content:""; 
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 18px solid #84ccc9;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}
#flow ol li:last-child:after {
    display: none;
}
.action {
    background: #468f8c;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    font-size: 1.8rem;
}
.action span {
    display: inline;
    background: #fff;
    border-radius: 100vh;
    color: #468f8c;
    padding: 0 20px;
    font-weight: bold;
}
.supplement {
    padding: 20px;
}

/************************
#flow
************************/
#faq h2:before {
    height: 30px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_05.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
.faq_contents {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 20px;
}
.question {
    position: relative;
    font-weight: bold;
    font-size: 2.0rem;
    font-feature-settings: "palt";
    line-height: 1.4;
    margin-bottom: 20px;
    padding-left: 60px;
    color: #468f8c;
}
.question:before {
    content: "";
    background: url(/g/seminar_tsumu/img/faq_icon.png);
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

/************************
#infomation
************************/
#infomation {
	background-color: #fff;
}
#infomation h2:before {
    height: 44px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_06.svg") no-repeat;
    background-size: contain;
    background-position: center;
}
#infomation table {
    width: 100%;
}
#infomation table tr {
    border-top: 1px solid #1e79a6;
    border-bottom: 1px solid #1e79a6;
}
#infomation table th {
    color: #1e79a6;
    font-weight: bold;
    padding: 20px;
    width: 30%;
}
#infomation table td {
    line-height: 1.4;
    padding: 20px 20px 20px 0;
}

#infomation .cation {
    float: right;
    margin: 10px 0;
}

/************************
#form
************************/
#form {
	background: #ecf4f8;
}
#form h2:before {
    height: 40px;
    width: auto;
    background: url("/g/seminar_tsumu/img/h2_07.svg") no-repeat;
    background-size: contain;
    background-position: center;
}

#form .formInr {
    background: #fff;
    padding: 20px;
}

.formInr .privacylink {
    background: #ecf4f8;
    padding: 10px;
    margin-bottom: 20px;
}
.formInr .privacylink a {
    color: #1e79a6;
}
#satori__creative_container pre {
    white-space: pre-wrap ;
    color: red;
    font-family: "ヒラギノ角ゴ ProN","Hiragino Kaku Gothic ProN",sans-serif;
}
.satori__custom_form_04569da107b37621_css {
    font-size: 1.4rem !important;
}
.satori__custom_form_04569da107b37621_css .satori__privacy_policy_agreement_wrapper_04569da107b37621 {
    text-align: left !important;
}

.satori__custom_form_04569da107b37621_css .satori__input_group {
    padding: 0 !important;
    margin-bottom: 10px !important;
}

.satori__require {
    color: #fff !important;
}


.satori__btn {
    background: #f3c300 !important;
    border-radius: 100vh;
    box-shadow: 0 4px 0 #cca400 !important;
    color: #0f0f0f !important;
	height: 60px;
	line-height: 50px;
    font-size: 2.2rem;
}
.satori__custom_form_04569da107b37621_css .satori__btn {
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 100vh !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}

/**** 2022/11/09 add *******/
.file {
    display: block;
    margin: 10px 0;
}
.file img {
    margin-bottom: 10px;
}

.satori__custom_form_04569da107b37621_css {
    font-size: 1.6rem !important;
}
.satori__custom_form_04569da107b37621_css .satori__privacy_policy_agreement_wrapper_04569da107b37621 {
    text-align: left !important;
}

.satori__custom_form_04569da107b37621_css .satori__input_group {
    padding: 0 !important;
    margin-bottom: 10px !important;
}
.satori__custom_form_04569da107b37621_css .satori__btn {
    width: 100% !important;
    max-width: 400px !important;
    border-radius: 100vh !important;
    font-size: 1.8rem !important;
    font-weight: bold !important;
}
/***************************/
#satori__customer_email{
	font-family: "Arial", "メイリオ";
}