@charset "utf-8";
/* CSS Document */

/*******************************
common
*******************************/
html {
	height: 100%;
}

body {
	height: 100%;
	line-height: 1.6;
}

#mainVisual1 {
	position: relative;
	height: 65%;
	background-color: rgba(0,0,0,0.3);
}

#mainVisual2 {
	position: relative;
	height: 65%;
}

#mainVisual1 .bg {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainIndex01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg2 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainSnorkeling01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg3 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainDivemaster01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg4 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainAssistant01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg5 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainItc01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual1 .bg6 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainIqc01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual1 .bg7 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('/certifications/leadership/images/mainIcc01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}


#mainVisual1 h1,
#mainVisual2 h1 {
	font-size: 4.125rem;
	font-family: 'Work Sans', sans-serif;
	font-weight: bold;
	color: #fff;
	line-height: 1em;
	margin: 0 auto;
	padding: 4% 0 0;
	max-width: 71.25rem;
}
#mainVisual2 .bg9 {
	position: absolute;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	z-index: -100;
	background: url('../images/mainFit01.jpg') no-repeat 0 0 #222;
	background-size: 100%;
}

#mainVisual2 .bg10 {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    background: url('../images/mainCd01.jpg') no-repeat 0 0 #222;
    background-size: 100%;
}

#mainVisual2 .bg11 {
    position: absolute;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    z-index: -100;
    background: url('../images/mainSi01.jpg') no-repeat 0 0 #222;
    background-size: 100%;
}


#mainVisual2 h1.black {
	color: #222;
}

#mainVisual1 h1 b,
#mainVisual2 h1 b {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
	font-size: 85%;
}
#mainVisual1 .double b {
	font-size: 75%;
}

#mainVisual1 h1 span,
#mainVisual2 h1 span {
    font-size: 1rem;
    display: block;
}

#mainVisual1 a.arrow01,
#mainVisual2 a.arrow01 {
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 100px;
	margin: 0 auto;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	text-decoration: none;
	padding-top: 60px;
	color: #fff;
	font-size: 0.85em;
	text-align: center;
}

#mainVisual1 .arrow01 span,
#mainVisual2 .arrow01 span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
	}
	@keyframes sdb {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

#main {
	background: #fff;
    -webkit-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 -5px 20px 0 rgba(0, 0, 0, 0.5);
}

#subnavBar {
	background: #222222;
}

#subnavBar ul {
	text-align: center;
	letter-spacing: -.4em;
}

#subnavBar ul li {
	display: inline-block;
	letter-spacing: normal;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Work Sans', sans-serif;
	border-left: 2px solid #3c3c3c;
}

#subnavBar ul li:last-child {
	border-right: 2px solid #3c3c3c;
}

#subnavBar ul li a {
    padding: 0 15px;
    line-height: 4rem;
    display: block;
    font-weight: 700;
    color: #fff;
    transition: all .25s;
}

#subnavBar ul li a:hover {
    color: #29a3dd;
	background: #000;
}

#subnavBar ul li.active a {
    color: #29a3dd;
	background: #000;
}

#right {
	width: 72%;
	float: left;
}

#left {
	width: 23%;
	float: right;
}

#leftNavi {
    background-color: #efefef;
    padding: 4.5em 1em 0;
}

#left dl dt {
	color: #000;
	font-weight: 700;
	font-size: 1.4rem;
}

#left dl dt.txt01 {
	line-height: 1.4;
}

#left dl dt.txt01 span {
	font-size: 1.0rem;
}

#left .linkList {
    list-style-type: none;
    margin: 0.8em 0 0;
    padding: 0 0 0 1em;
    text-indent: -.9em;
}

#left .linkList li {
    list-style-type: none;
    margin: 0 0 1em 0;
    line-height: 1.25em;
}

#left .linkList li a::before {
    color: #1d4591;
    font-size: 1.2em;
    font-style: normal;
    content: "\203A";
    padding-right: .5em;
}

#left .contact {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin: 1.25rem 0 0;
	padding: 1.25rem 0 0;
}

#left .contact a {
	margin: 0 0 1.25rem;
	text-align: center;
	display: block;
	padding: 0.8rem 1em 0.8rem 1rem;
	font-size: 0.8rem;
	background-color: #f1860e;
	color: #fff;
    transition: all .25s;
}

#left .contact a:hover {
	background-color: #c16b0b;
	opacity: 1.0!important;
}

#left iframe {
	width: 100%;
	height: auto;
}

#tab {
	letter-spacing: -.4em;
	clear: both;
	margin-top: 1em;
}

#tab li {
	display: inline-block;
	width: 49.5%;
	letter-spacing: normal;
	cursor: pointer;
	color: #fff;
	background: #000;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
	padding: 1.8% 0;
	text-align: center;
}

#tab li:not(:last-child) {
	margin-right: 1%;
}

#tab li:hover,
#tab li.select {
    background-color: #29a3dd;
}

#panel li.each {
	background: #f2f2f2;
	padding: 1.5em;
}

#panel li.each:not(:first-child){
	display: none;
}

#panel li.each .txt01 {
	margin-top: 0;
}

/*******************************
index
*******************************/
#index #featured {
	margin-top: 3%;
	padding: 3% 0 5%;
	background: #f2f2f2;
}

#index #featured h2 {
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
}

#index #featured h2 span {
	display: block;
    font-weight: 300;
	line-height: 0.65em;
	font-size: 0.65em;
	opacity: 0.7;
}

#index #featured ul {
	letter-spacing: -.4em;
}

#index #featured ul li {
	width: 32%;
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	margin-bottom: 2em;
}

#index #featured ul li:not(:nth-child(3n)) {
	margin-right: 2%;
}

#index #featured ul li a {
	display: block;
	color: #000;
}

#index #featured ul li a img {
	width: 100%;
}

#index #featured ul li a dl {
	margin-top: 0.8em;
}

#index #featured ul li a dl dt {
	font-weight: bold;
	margin-bottom: 0.8em;
}

/*******************************
snorkeling
*******************************/
#snorkeling {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 5%;
	overflow: hidden;
}

#snorkeling h2 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

#snorkeling h3 {
	font-weight: 700;
	line-height: 1em;
	color: #000;
	font-size: 1.4rem;
	margin-top: 2em;
}

#snorkeling p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
    text-rendering: optimizeLegibility;
}

#snorkeling .photo01 {
    float: right;
    width: 35%;
    margin: -2em 1% 3% 2%;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

#snorkeling .photo02 {
	float: right;
	margin: 0 1% 1% 1%;
	width: 35%;
}

#snorkeling .photo03 {
    float: right;
    width: 19.5%;
    margin: 0 1% 3% 2%;
    transform: rotate(6deg);
    -moz-transform: rotate(6deg);
    -webkit-transform: rotate(6deg);
}

#snorkeling .snorkelingBox01 {
	overflow: hidden;
	background: #fff;
	padding: 0.8em;
	margin-top: 1.5em;
}

#snorkeling .snorkelingBox01 img.photo {
	float: right;
	margin: 0 0 0 1%;
	width: 40%;
}

#snorkeling .snorkelingBox01 h4 {
	margin: 0 0 0.8em;
	font-size: 1.3rem;
	font-weight: bold;
}

#snorkeling .snorkelingBox01 h4 span {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
	display: inherit;
}
#snorkeling .fitinline h4 span {
	display: inline;
}


#snorkeling .snorkelingBox01 h5 {
	font-size: 1.3rem;
	font-weight: bold;
	color: #999;
	margin: 1em 0 0.5em;
	overflow: hidden;
	position: relative;
}

#snorkeling .snorkelingBox01 h5::before {
    content: '';
    border-top: #999 solid 1px;
    margin: auto 0;
    width: 100%;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
}

#snorkeling .snorkelingBox01 h5 span {
    background-color: #fff;
    padding: 0 0.5em 0 0;
    display: inline-block;
    position: relative;
    z-index: 10;
}

#snorkeling .snorkelingBox01 h6 {
	font-weight: bold;
	background: #f4f4f4;
	padding: 0.2em;
}

#snorkeling .snorkelingBox01 h5 b,
#snorkeling .snorkelingBox01 h6 b {
    font-family: 'Work Sans', sans-serif;
    font-size: 1.2em;
    color: #29a3dd;
}

#snorkeling .snorkelingBox01 h6 b {
	margin-right: 0.2em;
}

#snorkeling .snorkelingBox01 ul {
	margin: 0.5em 0 1.5em 2.6em;
	font-size: 93%;
}

#snorkeling .snorkelingBox01 ul li {
	list-style-type: disc;
	margin-bottom: 0.5em;
}

#snorkeling .snorkelingBox01 p {
	margin: 0.5em 0 2em;
	font-size: 93%;
}

#snorkeling .snorkelingBox01 dl {
	margin: 2em 0 1em;
}

#snorkeling .snorkelingBox01 dl dt {
    background: #222;
    font-weight: bold;
    color: #fff;
    font-size: 1.1em;
	padding: 0 0.5em 0.3em;
}

#snorkeling .snorkelingBox01 dl dt a {
    color: #fff;
}

#snorkeling .snorkelingBox01 dl dt::before {
	content: "\f024";
	font-family: FontAwesome;
    color: #1f8ec2;
    margin-right: 0.4em;
    font-size: 1.5em;
}

#snorkeling .snorkelingBox01 dl dd {
	margin-top: 0.8em;
}

#snorkeling .space01 {
	margin-top: 0;
}

#snorkeling .space01 p {
	margin: 0.5em 0 1em;
}

#snorkeling .snorkelingBox02 {
	overflow: hidden;
	background: #fff;
	padding: 0.8em;
	margin-top: 1.5em;
}

#snorkeling .snorkelingBox02 h4 {
	margin: 0 0 0.8em;
	font-size: 1.3rem;
	font-weight: bold;
}

#snorkeling .snorkelingBox02 h4 span {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
	display: inherit;
}

#snorkeling .snorkelingBox02 dl dt {
    font-weight: bold;
    font-size: 1.1em;
}

#snorkeling .snorkelingBox02 dl dt:last-child {
	margin-bottom: 1em;
}

#snorkeling .snorkelingBox02 dl dt::before {
	content: "\f111";
	font-family: FontAwesome;
    color: #1f8ec2;
    margin-right: 0.4em;
}

#snorkeling .snorkelingBox02 dl dd {
	margin: 0.2em 0 1.5em 1.4em;
	font-size: 93%;
}

#snorkeling ul.list01 {
	padding: 1rem 0 0 1.7em;
	overflow: hidden;
}

#snorkeling ul.list01 li {
	list-style-type: disc;
	margin-bottom: 0.4em;
	/* float: left; */
}

#snorkeling .txt02 {
	text-indent: -1em;
	margin-left: 1em;
}

/*******************************
iframe
*******************************/
.btnModal01 {
	width: 60%;
	margin: 1em auto;
}

.btnModal01 a {
    display: block;
	text-align: center;
    padding: 0.6rem 0.8rem;
    font-size: 0.85rem;
    background-color: #29a3dd;
    color: #fff;
}

.fancybox-inner {
	height: 100%!important;
}

.fancybox-inner iframe {
	height: 700px!important;
}

#skill {
	width: 800px;
	margin: 0 auto;
}

#skill h1 {
	font-weight: bold;
	font-size: 1.5rem;
	margin-top: 0.5em;
}

#skill h2 {
	background: #ffdd0e;
	border-left: 10px solid #222;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0;
}

#skill h3.title01 {
	background: #eee;
	padding: 0.5em;
	font-weight: bold;
	font-size: 1em;
	margin: 1.5em 0 0.5em;
}

#skill h3.title02,
#skill h4 {
	font-weight: bold;
	font-size: 1em;
	margin: 1em 0 0.5em;
}

#skill p {
	font-size: 90%;
}

#skill .list01 {
	margin: 0 0 0.5em 1.4em;
	font-size: 93%;
}

#skill .list01 li {
	list-style-type: disc;
	font-weight: bold;
}

/*******************************
instructor
*******************************/
#instructor {
    margin: 0 auto;
    max-width: 71.25rem;
	padding: 0 0 5%;
	overflow: hidden;
}

#instructor h2 {
	font-weight: 700;
	line-height: 1.2em;
	color: #000;
	font-size: 2rem;
	padding-bottom: 0.5em;
}

#instructor h3 {
    font-weight: 700;
    line-height: 1em;
    color: #000;
    font-size: 1.4rem;
    margin-top: 2em;
}

#instructor .instructorBox01 h4 {
	margin: 1.5em 0 0.8em;
	font-size: 1.2rem;
	font-weight: bold;
}

#instructor .instructorBox01 h4 span {
    background: -webkit-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: -o-linear-gradient(transparent 40%, #ffdd0e 40%);
    background: linear-gradient(transparent 40%, #ffdd0e 40%);
    display: inherit;
}

#instructor ul.list01 {
    padding: 1rem 0 0 1.7em;
}

#instructor ul.list01 li {
    list-style-type: disc;
    margin-bottom: 0.4em;
}

#instructor p {
    font-family: inherit;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.6;
    margin-top: 0.8rem;
    text-rendering: optimizeLegibility;
}

#instructor .instructorBox01 .photo01 {
	float: right;
    width: 30%;
    margin: 0 1% 2% 2%;
}

#instructor .photo02 {
    float: right;
    width: 35%;
    margin: 0 1% 3% 2%;
    transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
}

#instructor .instructorBox01 ul.list01 {
    padding: 0 0 0 1.7em;
}

#instructor .instructorBox01 ul.list02 {
    padding: 1em 0 0 1.7em;
}

#instructor .instructorBox01 ul.list02 li {
    list-style-type: disc;
}

#instructor ul.list03 {
    padding: 1.3em 0 0 1.7em;
}

#instructor ul.list03 li {
    list-style-type: disc;
}

#instructor ul.list03 li:not(:last-child) {
	margin-bottom: 1em;
}

#instructor .txt01 {
	text-indent: -1em;
	margin-left: 1em;
}

.letter_s {
	letter-spacing: -0.05em;
}
.nextstep {
	border-top: 1px solid #000;
    border-left: 1px solid #000;
    color: #000;
    font-weight: 700;
    font-size: 1.4rem;
    margin-top: 2em;
    padding: 0.2em 0 0 0.5em;
    line-height: 1.4;
}
#linknext1 {
	background: linear-gradient(transparent 40%, #ffdd0e 40%);
    color: #000;
    transition: 300ms ease-out;
}
#linknext2 {
	background: linear-gradient(transparent 40%, #ffdd0e 40%);
    color: #000;
    transition: 300ms ease-out;
}
#snorkeling .snorkelingBox01 .hishigata {
	text-indent: 0em;
    list-style: none; 
}
#snorkeling .snorkelingBox01 .hishigata:before {
	/*content: "◆";
    padding-right: 0.5em;*/
}
.cd_list li {
    padding-left: 1.1em;
    text-indent: -1.1em;
}

.cd_table {
    clear: both;
    text-align: center;
    margin: 40px 0 60px;
}

.cd_table tr {

}

.cd_table tr td {
    padding: 5px;
    font-size: 15px;
    border: 5px #fff solid;
}

.cd_table tr td.t_blue {
    background: #e5fcff;
}

.cd_table tr td.t_yellow {
    background: #fff8be;
}

.cd_table tr td.fwb {
    font-weight: bold;
}

.cd_link {
    text-align: center;
}

.cd_link a {
    background: #29a3dd;
    color: #fff;
    width: 70%;
    display: inline-block;
    text-align: center;
    padding: 10px 0;
    font-size: 23px;
    margin: 30px 0 0px;
    font-weight: bold;
    border-radius: 10px;
}

.cdlist {
    display: flex;
    justify-content: space-around;
    margin: 30px 0 60px;
}

.cdlist li {

}

.cdlist li a {
    width: 100%;
    text-align: center;
    display: inline-block;
}

@media screen and (max-width: 737px){
    .cdlist {
        display: block;
    }
}
