@charset "UTF-8";
body,
html {
  height: 100%;
  margin: auto;
	background: #ffdb01;
	font-size: 110%;
	scroll-behavior: smooth;
	letter-spacing: 1px;
}

p {
	margin-top: 0;
	margin-bottom: 30px;
}

.inner {
	box-sizing: border-box;
	margin: auto;
	padding: 80px 0;
	width: 980px;
}

h2 {
	color: #00b3c1;
	font-size: 300%;
	line-height: 1.5;
	margin: auto auto 20px;
}

h3 {
	font-size: 150%;
	line-height: 1.5;
	margin: auto auto 10px;
}

.normal_box {
	box-sizing: border-box;
	padding: 15px;
	margin-bottom: 20px;
}

.sp { display: none;}

.bg {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

.parallax-bg {
	/*background: url(../image/h1_back.png) no-repeat center 50% #ffdb01;*/
	background: #ffdb01;
	background-size: 50%;
  background-attachment: fixed;
  background-position: center;
	background-blend-mode: lighten;
	color: #000;
}

.scrollbox { background-color: #fff;}

.vimeo {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 20px;
}

.vimeo iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 800px) {
body,
html {
	font-size: 100%;
	background: none;
}

h2 {
	font-size: 7.5vw;
	text-align: center;
}

h3 { font-size: 6vw;}

.inner {
	padding: 40px 3%;
	width: 100%;
}

.pc { display: none;}
.sp { display: block;}
}




/* header
   ========================================================================== */
header { background: #ffdb01;}

header .inner { padding: 30px 0 40px;}

.hdr_inner {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
	align-items: flex-end;
	gap: 0 30px;
}

.hdr_inner .hitem2 { width: 45%;}

h1 { margin: 0;}

.hdr_h1 {
	width: 100%;
	margin: 0;
	vertical-align: bottom;
}

.hdr_author {
	display: block;
	width: 90%;
	margin: 10px auto auto;
}

.hdr_inner .hitem1 {
	width: 30%;
}

.hdr_inner .hitem1 img {
	width: 100%;
}

.imageBg {
	position: -webkit-fixed;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}


@media screen and (max-width: 1450px) {
header .inner { padding: 20px 0 40px;}

.hdr_inner .hitem2 { width: 41%;}

.hdr_inner .hitem1 {
	width: 26%;
	margin-bottom: 30px;
}
}


@media screen and (max-width: 800px) {
header {
  position: relative;
  width: 100%;
}

header .inner {
	padding: 20px 3% 30px;
}

.hdr_inner {
	gap: 0;
	flex-wrap: wrap;
	margin: auto;
}

.hdr_inner .hitem2 {
	width: 85%;
	margin-bottom: 30px;
}

.hdr_author {
	width: 85%;
}

.hdr_inner .hitem1 {
	width: 55%;
	margin: auto;
}
}




/* 
   ========================================================================== */

.fukidashi li {
	background: #fff;
	border-radius: 5px;
	border: solid 3px #000;
	margin-bottom: 10px;
}


.balloon2 {
  position: relative;
  padding: 7px 13px;
  border-radius: 10px;
  background-color: #fff;
	margin-bottom: 10px;
	display: inline-block;
}

.balloon2 .icon {
  position: absolute;
  right: -110px;
  top: 0;
	op: 0;
}

.balloon2::before {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  right: -10px;
  top: 13px;
  border-left: 15px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.ns_ttl {
	margin-bottom: 0;
	text-align: left;
}

.ns_img01 {
	float: right;
	margin: 0 0 30px 20px;
	width: 40%;
}

.ns_box02 {
	background: url(../image/50daiNISA.jpg) no-repeat center 50% #00b3c1;
	background-size: 70%;
	text-align: right;
  background-attachment: fixed;
}

.ns_box02 h2 { color: #ffdb01;}
.ns_box02 p {	color: #fff;}

.ns_box02 .ns_img { display: none;}

.ok_img {
	width: 100%;
	border: solid 1px #333;
}

.box_07 {
	background: url(../image/shutterstock_2025047375.png) no-repeat center 50% #fef7e8;
	background-size: 70%;
  background-attachment: fixed;
}

.box_08 {
	background: url(../image/shutterstock_2189505235.png) no-repeat center 50% #fef7e8;
	background-size: 70%;
  background-attachment: fixed;
}

.box_09 {
  background: linear-gradient(10deg, #c7a96d 0%, #e9dcad 50%, #e9dcad 70%, #c7a96d 90%);
}

.bb_box {
	overflow: hidden;
	text-align: center;
}

.bb_box .bitem1 {
	width: 57%;
	font-size: 160%;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding-top: 30px;
}

.bitem1 li img {
	width: 27px;
	height: 27px;
	margin-right: 5px;
}

.bb_box .bitem2 {
	width: 25%;
	display: inline-block;
}

.bb_box .bitem2 img { width: 100%;}

.box_10 {
	background: #00b3c1;
	color: #fff;
	text-align: center;
}

.box_10 .inner {
	padding-bottom: 30px;
}

.box_10 h2 { color: #ffda00;}
.box_10 h3 {
	font-size: 130%;
	margin-bottom: 20px;
}



@media screen and (max-width: 800px) {
.ns_img01 {
	display: block;
	float: none;
	margin: -30px auto 20px;
	width: 80%;
}

.ns_box02 {
  background-size: 100%;
  padding-bottom: 24vw;
  background-attachment: scroll;
	background-position: center bottom;
}

.ns_box02 .ns2_sub { text-align: center;}

.balloon2 { text-align: left !important;}

/*
.ns_box02 {
	background: none;
  position: relative;
  width: 100%;
  height: 100vh;
	overflow: hidden;
}

.ns_box02 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: inset(0);
        clip-path: inset(0);
  z-index: -1;
}

.ns_box02 #imageBg01 {
	background: url(../image/50daiNISA_sp.jpg) no-repeat center 50% #00b3c1;
	background-size: cover;
	background-repeat: no-repeat;
}
*/

.box_07 {
	background: none;
  position: relative;
  width: 100%;
  height: 70vh;
}

.box_07 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	-webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}

.box_07 #imageBg02 {
	background: url(../image/shutterstock_2025047375_sp.jpg) no-repeat center 50% #fef7e8;
	background-size: cover;
	background-repeat: no-repeat;
}

.box_08 {
	background: none;
  position: relative;
  width: 100%;
  height: 110vh;
}

.box_08 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	-webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}

.box_08 #imageBg03 {
	background: url(../image/shutterstock_2189505235_sp.jpg) no-repeat center 50% #fef7e8;
	background-size: cover;
	background-repeat: no-repeat;
}

.box_08 br { display: none;}

.bb_box .bitem1 {
	width: 100%;
	font-size: 5vw;
	padding-top: 0;
}

.bitem1 li img {
	width: 20px;
	height: 20px;
	vertical-align: middle;
}


.bb_box .bitem2 {
	width: 40%;
	margin-top: 30px;
}
}





/* profile
   ========================================================================== */
.pro_img {
	float: right;
	margin: 0 0 30px 30px;
	width: 30%;
}

.pro_ttl span {
	font-size: 200%;
	font-weight: 600;
}

.pro_box p,
.pro_box ul {
	font-size: 90%;
}

.pro_box li {
	margin-bottom: 10px;
}


@media screen and (max-width: 800px) {
.pro_img {
	display: block;
	float: none;
	margin: auto auto 20px;
	width: 50%;
}
}




/* 3daitokuten
   ========================================================================== */
.sandai {
	display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	
}

.sandai .item1 { width: 27%;}
.sandai .item2 { width: 70%;}

.sandai .item1 img { width: 100%;}

.sandai .item2 h2 {
	font-size: 200%;
	margin-bottom: 0;
}

.sd_list dt {
	font-weight: 600;
	margin-bottom: 10px;
}

.sd_list dt span {
	display: inline-block;
	width: 70px !important;
	height: 70px !important;
	background: #00b1bb;
	border-radius: 50%;
	border: solid 3px #000;
	margin-right: 10px;
	color: #fff;
	line-height: 70px;
	text-align: center;
}


.sd_list dd {
	margin: 0 0 30px;
	padding: 0 0 30px;
	font-size: 90%;
	border-bottom: dotted 1px #ccc;
}

.sd_list dd:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.tk_list {
	margin: 20px auto  10px !important;
	overflow: hidden;
}

.tk_list li {
	display: inline;
	width: 25%;
	float: left;
}

.tk_list li img {	width: 96% !important;}


@media print, screen and (max-width: 800px) {
.sandai { flex-flow: column;}

.sandai .item1 { width: 100%;}

.sandai .item1 img {
	display: block;
	width: 50%;
	margin: auto auto 20px;
}

.sandai .item2 h2 {
 font-size: 6vw;
}

.sandai .item2 { width: 100%;}

.item2 br { display: none;}

.sd_list dt {
	line-height: 1.5;
	padding-top: 10px;
	overflow: hidden;
}

.sd_list dt span {
	display: block;
	float: left;
	margin-top: -10px;
}

}





/* form
   ========================================================================== */
.cp_kikan {
	margin-bottom: 10px !important;

}

.cp_kikan li {
	border: solid 1px #000;
	background: #fff;
	display: inline-block;
	padding: 3px 15px;
}

.cp_kikan li:first-child {
	background: #00b1bb;
	border-radius: 5px 0 0 5px;
	color: #fff;
	font-weight: 600;
	margin-right: -8px;
}

.cp_kikan li:last-child {	border-radius: 0 5px 5px 0;}
.cp_kikan li br { display: none;}

.form_box {
	text-align: center;
	padding-bottom: 40px !important;
}


.app_quiz {
	background: #fff;
	border: solid 2px #000;
	border-radius: 15px;
	padding: 5px 10px;
	margin: 20px auto;
}

.app_quiz p { margin-bottom: 0;}

.appli {
	font-weight: 600;
	font-size: 170%;
	line-height: 1.4;
	position: relative;
	margin-bottom: 0;
	text-align: center;
}

.amazon_btn {
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
}

.amazon_btn li {
	width: 49%;
	margin-bottom: 20px;
}

.amazon_btn a {
	box-sizing: border-box;
	display: block;
	background: #f9ce99;
	border: solid 1px #5d3126;
	border-radius: 5px;
	padding: 15px 10px 3px;
	text-align: center;
}

.amazon_btn a:hover {
	/*opacity: 0.7;*/
	transition: 0.3s;
	background: #f7bd75;
}

/*
.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	display: -webkit-flex;
  display: flex;
	-webkit-flex-wrap: wrap;
  flex-wrap: wrap;
	justify-content: space-between;
	gap: 15px 0;
}

.form li:nth-of-type(1) { width: 100%;}
.form li:nth-of-type(2) { width: 100%;}
.form li:nth-of-type(3) { width: 45%;}
.form li:nth-of-type(4) {
	width: 10%;
	text-align: center;
	padding-top: 7px;
}
.form li:nth-of-type(5) { width: 45%;}
*/

.form {
	list-style: none;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

.form li { text-align: left;}


.form input {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	border-radius: 5px;
	border: solid 1px #666;
	background: #fff;
	-webkit-appearance: none;
}

.form input::-webkit-input-placeholder { color: #ccc;}
.form input::-moz-placeholder {	color: #ccc;}
.form input::-ms-input-placeholder { color: #ccc;}
.form input::placeholder { color: #ccc;}

.form input:focus::-webkit-input-placeholder { color: transparent;}
.form input:focus::-moz-placeholder {	color: transparent;}
.form input:focus::-ms-input-placeholder { color: transparent;}
.form input:focus::placeholder { color: transparent;}

input:focus {
	background: #ffc;
	transition: 0.3s;
}

.sub_btn {
	margin: 20px auto;
	text-align: center;
}

.sub_btn input {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	display: block;
	width: 100%;
	margin: auto;
	padding: 20px 0;
	background: #00b3c1;
	color: #fff;
	font-size: 200%;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	border: solid 3px #000;
	border-radius: 7px;
	-webkit-appearance: button;
}

.sub_btn input:hover {
	cursor: pointer;
 	opacity: 0.6;
	transition: 0.8s;
}

.frm_list {
	font-size: 70%;
	text-align: left;
}

.frm_list2 {
	color: #d71718;
	font-weight: 600;
	font-size: 90%;
	text-align: left;
	margin-bottom: 30px !important;
}

.frm_end {
	color: #d71718;
	font-size: 300%;
	font-weight: 600;
}

@media print, screen and (max-width: 800px) {
.form_box {
	text-align: left;
	padding-bottom: 20px !important;
}

.form_box br { display: none;}

.cp_kikan {
	width: 100%;
	text-align: center;
	font-size: 90%;
}

.cp_kikan li:first-child {
	display: block;
	border-radius: 5px 5px 0 0;
	margin: 0;
}

.cp_kikan li:last-child {
	display: block;
	border-radius: 0 0 5px 5px;
}

.cp_kikan li br { display: block;}

.appl_box {
	border: solid 5px #000;
	margin: 0 2%;
	width: 96%;
	text-align: left;
}

.appl_box br { display: none;}

.amazon_btn li {
	width: 100%;
	margin-bottom: 10px;
}


.form li:nth-of-type(3) { width: 100%;}
.form li:nth-of-type(4) {	width: 100%; text-align: left;}
.form li:nth-of-type(5) { width: 100%;}

.app_ttl {
	display: block;
	width: 5em;
	text-align: center;
}

.appli {
	font-size: 6vw;
	text-align: center;
}

.sub_btn input { font-size: 7vw;}

.frm_end {
	font-size: 6vw;
	text-align: center;
}
}



/* footer
   ========================================================================== */
footer {
	clear: both;
	background: #fff;
	font-size: 60%;
	padding: 15px 15px 1px;
	overflow: hidden;
	border-top: solid 1px #ddd;
}

.ftr_link {
	float: right;
	margin: auto auto 10px;
}

.ftr_link a,
.ftr_link a:active,
.ftr_link a:visited {
	color: #333;
	text-decoration: underline;
}

.ftr_link a:hover {
	color: #F00 !important;
}

.ftr_companybox {
	float: left;
	margin-bottom: 10px;
}

.ftr_companybox p { margin-bottom: 0;}

footer br {	display: none;}

@media screen and (max-width: 800px) {
footer {
	font-size: 2.5vw;
	text-align: center;
	padding-top: 10px;
}

.ftr_link,
.ftr_companybox {
	float: none;
	font-size: 90%;
	margin-bottom: 10px;
}

footer br {	display: block;}
}




/* 申し込むボタン
   ========================================================================== */
.apply_box {
	box-sizing: border-box;
	width: 100%;
	margin: auto;
	padding: 15px;
	background: rgba(0,0,0,0.8);
	position: fixed;
	bottom: 0;
}


.btn {
	text-align: center;
	margin: auto;
}

.btn a {
	display: inline-block;
	background: #00b1bb;
	border: solid 2px #000;
	border-radius: 5px;
	color: #fff;
	font-size: 110%;
	padding: 10px 80px;
	text-decoration: none;
	letter-spacing: 5px;
	position: relative;
}

.btn a:hover {
	transition: 0.3s;
	opacity: 0.7;
}

.btn a::before {
	box-sizing: border-box;
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 50px;
  width: 23px;
  height: 23px;
  border-radius: 50%;
	border: double 3px #00b3c1;
  background: #fff;
}
 
.btn a::after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 60px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #00b1bb;
  border-right: 1px solid #00b1bb;
  transform: rotate(45deg);
}

.page-top {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 17px;
  background: #fff;
  border: solid 2px #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}

/*
.is-hidden {
  visibility: hidden;
  opacity: 0;
	transition: 0.5s;
}
*/


@media screen and (max-width: 800px) {
.btn a {
	box-sizing: border-box;
	padding: 10px 20px 10px 1px !important;
	width: 75% !important;
	margin-left: 5%;
}

.btn a::before { right: 30px;}
.btn a::after { right: 40px;}
}




/* common
   ========================================================================== */
.w100 { width: 100%;}
.w50 { width: 50%;}
.w45 { width: 45%;}
.w40 { width: 40%;}
.w30 { width: 30%;}


.txt_large {
	font-size: 300%;
	font-weight: 600;
	line-height: 1.6;
}

.txt_mid {
	font-size: 200%;
	line-height: 1.6;
}

/*▼*/
.dli-caret-down {
  display: block;
  vertical-align: middle;
  color: #00b3c1;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.64952em 0.375em;
  border-top-color: currentColor;
  border-bottom: 0;
	font-size: 1000%;
	transform: scale(1.5, 0.4);
	margin: auto;
}

.dlicd01 { margin: -40px auto auto;}
.dlicd02 { margin: -20px auto auto;}
.dlicd03 { margin: -20px auto;}


.block {
  opacity: 0;
  transition: all 1.5s;
}

.blockl {
  opacity: 0;
  transition: all 1.5s;
	transform: translateY(20px);
}

.blockr {
  opacity: 0;
  transition: all 1.5s;
	transform: translateX(40px);
}

.fadeIn {
	opacity: 1;
	transform: translateY(0px);
	transform: translateX(0px);
}


@media print, screen and (max-width: 800px) {
.btn { text-align: left;}

.btn a {
	width: 70vw;
	font-size: 100%;
	padding: 10px;
	text-align: center;
}

.txt_large { font-size: 8vw;}
.txt_mid { font-size: 6vw;}


.txt_large br,
.txt_mid br { display: none;}
}
