@charset "utf-8";

body {
	width: 100%;
	min-width: 360px;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size:14px;
  	-webkit-text-size-adjust: 100%;
}
html {
    scroll-behavior: smooth;
}
img {
    max-width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
}
figure {
	margin: 0;
}

figcaption {
  text-align: right;
  font-size: 11px;
}
.ryokoujouken {
	display:none;
}
.page_top {
	display:none;
}
table{
	width:100%;
}
main {
}
main * {
	box-sizing: border-box;
  line-height: 1.6;
}

.pc{
	display:none;
}
.fadein {
  opacity : 0;
  transform : translate(0, 60px);
  transition : all 0.6s;
}
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
/*-----------------------------
title-area
-------------------------------*/
.title_area {
	border-bottom: 20px solid #274a5c;
}
.title_area h2 img{
	width:100%;
	margin: auto;
}

/*-----------------------------
common
-------------------------------*/
h3 {
    position: relative;
    padding-bottom: 1rem;
    border-bottom: 6px double #274a5c;
    color: #274a5c;
    font-weight: bold;
    font-size: 29px;
	line-height: 1.2em;
    text-align: center;
	margin: 0 auto 45px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}

h3:before {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) skew(-25deg);
    height: 25px;
    width: 10px;
    border-right: 3px solid #274a5c;
    background-color: white;
    content: "";
}
.sml {
	font-size: 0.8em;
	line-height: 1em;
	font-family: 'Mukta', 'Zen Kaku Gothic New', sans-serif;
}
.st_orange {
	color: #ef6800;
}
.f_12 {
	font-size: 12px;
}
section {
	padding: 40px 0;
}
.wrap {
	width: 96%;
	margin: 0 auto;
	color: #274a5c;
}

.btn01 {
	margin: 40px auto 20px;
	text-align: center;
}
.btn01 a {
	font-size: 18px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	color: #274a5c;
	letter-spacing: 1px;
	padding: 13px 20px 13px;
	outline: 0;
	border: 2px solid #274a5c;
	cursor: pointer;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
}

.btn01 a:after {
	content: "";
	background-color: #ffe54c;
	width: 100%;
	z-index: -1;
	position: absolute;
	height: 100%;
	top: 7px;
	left: 7px;
	transition: 0.2s;
}

.btn01 a:hover:after {
	top: 0px;
	left: 0px;
}
.btn02 a {
  display: block;
	margin: 0 auto;
	width: 80%;
  text-decoration: none; 
  line-height: 34px;
  color: #fff;
	font-size: 15px;
	background: #2bb6c1;
  border:solid 1px #1790a9;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
}
.btn02 a:hover {
  background: #fff;
  color: #2bb6c1;
}
.lead {
	margin: 20px;
	text-align: justify;
}
/*-----------------------------
ambassador
-------------------------------*/
#ambassador,#ambassador h3:before {
	background: #e4f0f3;
}
.one_box {
	width: 100%;
	padding: 30px 10px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	margin: 20px auto;
	border: 2px dashed #70a2ad;
	background: #fafeff;
	text-align: center;
}
.one_box figure {
    width: 45%;
    margin: 20px auto;
}
.one_box figure img {
	width: 100%;
	border-radius: 50%;
}

.genre {
    position: relative;
    display: inline-block;
    padding: 0 20px;
    margin-bottom: 5px;
	font-size: 1.2em;
}    
.genre:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background: #274a5c;
    border-radius: 3px;
    transform: rotate(-25deg);
}    
.genre:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #274a5c;
    border-radius: 3px;
    transform: rotate(25deg);
}

.name span {
	font-size: 1.5em;
	font-weight: bold;
}
.prof {
	text-align: justify;
	margin: 0 20px;
}
.sns {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px;
	padding: 15px 0;
	border-top: 1px dashed #274a5c;
	border-bottom: 1px dashed #274a5c;
}
.sns li {
	margin: 0 10px;
}
.sns .fa-brands {
	font-size: 30px;
}
.sns a .fa-youtube {
	background: #fff;
    color: #ff0000;
    padding: 0 2px;
}
.sns a .fa-instagram {
	background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
    color: #fff;
    padding: 2px 4px;
    border-radius: 10px;
}
.sns a .fa-x-twitter {
    color: #274a5c;
    border-radius: 10px;
}
.m_ttl {
	font-size: 18px;
	margin: 20px 0 5px;
	font-weight: bold;
	padding-bottom: 0.1em;
	position: relative;
	display: inline-block;
}
.m_ttl:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 6px;
    background-image: repeating-linear-gradient(-45deg, #1790a9 0px, #1790a9 2px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
    background-size: 8px 10px;
}
.subhead {
	position: relative;
	margin: 0 0 5px;
	padding: 0 1.5em;
	text-align: center;
}
.subhead::before {
	position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 1px;
  content: '';
  background: #70a2ad;
}
.subhead span {
	position: relative;
  padding: 0 1.5em;
  background: #fff;
	font-style: italic;
	font-weight: bold;
}
.youtube iframe {
	width: 100%;
}
.cs {
	font-family: 'Mukta', sans-serif;
	font-weight: bold;
	font-size: 18px;
	margin: 10px auto 20px;
	color: #274a5c;
}
/*-----------------------------
ttt_area 
-------------------------------*/
#ttt_area h4 {
	margin: 60px auto 0;
	text-align: center;
}
#ttt_area .sns {
	margin: 10px;
}

#ttt_area .sns a {
	margin: 0 10px;
}
/*-----------------------------
slick
-------------------------------*/
.slick-box{
	width:100%;
	margin:10px auto;
	padding: 0 2%;
}
.slick-box img{
	width:100%;
}
.slick-prev,
.slick-next {
	 width: auto; 
     height: auto;
	top: 55%;
}
.slick-prev {
	left: -2%;
}
.slick-next {
	right: -2%;
}
.slick-prev:before,
.slick-next:before {
	font-size: 30px;
    opacity: 1;
    color: #FFF;
	/*color: #521418;*/
}
.slick-next:before {
    content: '〉';
}
.slick-prev:before {
    content: '〈';
}



