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



/* =======================================
	大枠
======================================= */

body{
	background-color: #fafafa;
	background-image: url(../img/back_color/so-white.png);
}
.contents{
	width:100%;
	height:auto;
	margin:0 auto;background-color: #fafafa;
	background-image: url(../img/back_color/so-white.png);
	font-family:YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
	font-weight: 500;
}

/* =======================================
	main_visual
======================================= */


#main_visual{
	position: relative;
	width:100%;
	height:136px;
	margin:70px auto 0;
	background:url("../img/introduction/main.png") no-repeat no-repeat;
	background-position: center;
	background-size: cover;
	border-bottom: 1px solid #073c6c;
}



h1.title{
	padding-top:30px;
    font-size: 146.5%;
    text-align: center;
	font-family:YuGothic, "Yu Gothic", 游ゴシック, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    color: #073c6c;
    letter-spacing: 2px;
}

span.title_b{
    display: inline-block;
    padding: 4px 8px;
    background: -moz-linear-gradient(to right, rgba(250, 250, 250, .5), rgba(250,250,250,.7), rgba(250, 250, 250, .5));
    background: -webkit-linear-gradient(to right, rgba(250, 250, 250, .5), rgba(250,250,250,.7), rgba(250, 250, 250,.5));
    background: linear-gradient(to right, rgba(250, 250, 250,.5), rgba(250,250,250,.7), rgba(250, 250, 250, .5));
	border-bottom: 4px double #073c6c;
    border-top: 4px double #073c6c;
}

span.title_b img{
	display:block;
	margin: 8px auto 0;
    width: 56%;
}

/* =======================================
	コンテンツ
======================================= */

.back02{
	margin-top:24px;
}

h2.title,
h3.title{
	font-size: 5vw;
    color: #535353;
    font-weight: bold;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    /* text-align: center; */
    padding: 20px 0 10px;
}


span.title_border{
	display: inline-block;
    border-bottom: 3px solid #073c6c;
    margin-left: 12px;
    padding-bottom: 4px;
}

.riji img{
	display:block;
	width:94%;
	margin:20px auto 10px;
    border: 2px solid #535353;
}


.sub{
    margin-top: 30%;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 153.9%;
    color: #073c6c;
    font-weight: bold;
    /* font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    margin-left: 30%;
}

.greet_photo_box{
	margin-top: 16px;
	width: 98%;
	margin: 0 auto;
}

.text{
	padding:10px 10px 10px;
	color:#535353;
	font-size:108%;
	text-align:justify;
	clear:both;
}

.pic img{
	width:100%;
}

.pic{
    color: #535353;
    padding: 10px 0 10px 10px;
    font-size: 108%;
    /* width: 38%; */
    text-align: center;
    /* float: left;*/
}


.greet_photo_box li{
	float:left;
	width:50%;
}




.list{
	width:96%;
	margin:0 auto;
}

.list li{
	color:#535353;
	font-size:108%;
	padding:5px 5px;
	text-indent:-1em;
    padding-left:1em;
}

.pic02 img{
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    object-position: 0 25%;
    margin: 10px auto 0;
}

.sub_title{
    font-size: 138.5%;
    color: #073c6c;
    font-weight: 600;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 13px;
}

#teacher{
	margin-top:24px;
}

/*ここからテーブル*/
#text_box{
	width:98%;
	margin:10px auto;
}

.com_tbl th {
    padding-top: 8px;
    text-align: center;
    width: 35%;
    height: 72px;
    color: #535353;
}

.com_tbl td{
	padding: 7px 7px 7px 3px;
	color:#535353;
/*	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;*/
}


span.row_gold {
    color: #c59c00;
    color: #002e73;
    font-size: 161.6%;
}

/*ここまでテーブル*/


.pic03 img{
    display: block;
    width: 100%;
    height: 150px;
    border-radius: 4px;
    object-fit: cover;
    object-position: 0 24%;
}

.pic03{
	color:#535353;
	padding:10px 10px 10px;
	font-size:108%;
	width:100%;
	text-align:center;
}


.btn a{
    text-indent: .5em;
    display: block;
    width: 77%;
    color: #fafafa;
    background-color: #073c6c;
    font-size: 118%;
    margin-top: 32px;
    margin-left: 75px;
    margin-bottom: 32px;
    font-weight: 500;
    text-align: center;
    padding: 10px 0;
    border: 1px solid;
    position: relative;
}

.btn a::after {
    content: "";
    position: absolute;
    top: 24px;
    right: 268px;
    width: 50px;
    height: 1px;
    background: #002e73;
    z-index: 3;
}

.loop_css {
    width: 96%;
		margin:0 auto 8px;
  }

.infiniteslide{
	display: flex;
  flex-flow: row nowrap;
  align-items: center;
  animation: 24s linear 0s infinite normal none running infiniteslide160039733634816a5;
}

.infiniteslide li img{
	width:50vw;
	margin:4px;
}


/*スマホ　6.7.8よりsmall画面*/
@media screen and (max-width:374px){
	.sub{
    margin-top: 23%;
    margin-left: 27%;
    font-size: 138.5%;
	}
	.sub_title {
    font-size: 123.1%;
	}
	.com_tbl th {
    width: 40%;
	}
	.btn a {
    width: 73%;
    font-size: 108%;
	}
	.btn a::after {
    right: 223px;
	}
	.riji img {
	border: 1px solid #535353
	}
}
