@charset "utf-8";

/************************************************************
共通設定
************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ここまでリセットcss*/

*,
*::before,
*::after {
    box-sizing: border-box;
}

a,
a img {
    transition: .3s;
}

html {
    overflow-x: hidden;
}

body {
    font-family: 'Noto Sans Japanese', sans-serif, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
    overflow-x: hidden;
}





/************************************************************
common
************************************************************/


/* inner（各コンテンツ幅）
---------------------------------------------------------- */

.inner {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
}

@media screen and (max-width: 1366px) {
    .contents_inner {
        width: 79.0629vw;
        margin: 0 auto;
    }
}


/************************************************************
便利class
************************************************************/


/* 文字非表示
---------------------------------------------------------- */

.u-hide-txt {
    display: none;
}


/* 表示/非表示分け
---------------------------------------------------------- */

.u-hide-pc {
    display: block;
}

.u-hide-sp {
    display: none;
}

.u-hide-pc--inline {
    display: inline;
}

.u-hide-sp--inline {
    display: none;
}


/************************************************************
使い回し
************************************************************/
footer {
    margin-top: 70px;
    padding: 60px 0;
    background-color: #911919;
}
footer .footer_inner {
    width: 63vw;
    max-width: 810px;
    margin: 0 auto;
}
footer ul{
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}
footer ul li {
    border-right: 1px solid #fff;
    padding: 0 20px;
}
footer ul li:last-child {
    border-right: none;
}
footer ul li img {
    width: 100%;
}

@media screen and (max-width: 759px) {
    footer .footer_inner {
        width: 90%;
    }
    footer ul li {
        padding: 0 15px;
    }
}

.header {
    background-color: #911919;
    padding: 40px 0;
    margin-bottom: 60px;
}

/************************************************************
TOPページ
************************************************************/
.h1_top {
    margin-top: 40px;
}

.home_p {
	margin-bottom: 10px;
}

/*CSSスライドショー設定
---------------------------------------------------------------------------*/
/*1枚目*/
@keyframes slide1 {
	0% {left: 110%;}
	3% {left: 0%;}
	20% {left: 0%;}
	23% {left: -110%;}
	100% {left: -110%;}
}
/*2枚目*/
@keyframes slide2 {
	0% {left: 110%;}
	33% {left: 110%;}
	36% {left: 0%;}
	53% {left: 0%;}
	56% {left: -110%;}
	100% {left: -110%;}
}
/*3枚目*/
@keyframes slide3 {
	0% {left: 110%;}
	66% {left: 110%;}
	69% {left: 0%;}
	86% {left: 0%;}
	89% {left: -110%;}
	100% {left: -110%;}
}

/*mainimg
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;width: 100%;position: relative;
	background: #000;
	overflow: hidden;
	margin-bottom: 30px;	/*css解説用に追加*/
}
/*３枚画像の共通設定*/
.slide1,.slide2,.slide3 {
	animation-duration: 15s;	/*実行する時間。「s」は秒の事。*/
	animation-iteration-count:infinite;		/*実行する回数。「infinite」は無限に繰り返す意味。*/
	position: absolute;left:0px;top:0px;
	animation-fill-mode: both;
	animation-delay: 1s;
}
/*１枚目*/
.slide1 {
	animation-name: slide1;
	width:100%;/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*２枚目*/
.slide2 {
	animation-name: slide2;
	width:100%;/*上で設定しているキーフレーム（keyframes）の名前*/
}
/*３枚目*/
.slide3 {
	animation-name: slide3;	
	width:100%;/*上で設定しているキーフレーム（keyframes）の名前*/

}

.slide0 {
	animation-name: slide0;	
	width:100%;/*上で設定しているキーフレーム（keyframes）の名前*/

}


.goaisatsu_kyouju {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 60px;
    text-align: right;
}
	
	
.goaisatsu_kyouju img {
    margin-left: 25px;
}
@media screen and (max-width: 759px) {
    .h1_top img {
        width: 100%;
    }
    .goaisatsu_kyouju img {
        width: 50%;
    }
}

.h2_top {
    text-align: center;
    margin-bottom: 32px;
    font-size: 30px;
    font-weight: bold;
}

.main_visual {
    width: 100%;
    margin-top: 10px;
}

.g-nav__list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.g-nav__listItem img {
    width: 14.275vw;
    max-width: 195px;
}
.lead_txt {
    margin: 26px auto 65px;
    text-align: center;
}

@media screen and (max-width: 1366px) {
    .main_visual img, .goaisatsu__img img {
        width: 79.0629vw;
    }
    .lead_txt img {
        width: 70vw;
    }
}

.goaisatsu p {
    font-size: 16px;
    line-height: 1.5;
}
.goaisatsu p + p {
    margin-top: 30px;
}
.goaisatsu__img img {
    margin: 50px auto 30px;
}




/************************************************************
Topicsページ
************************************************************/

.topics ul {
    list-style: inside;
}
.topics a {
    color: #911919;
    line-height: 1.75;
}

/************************************************************
achievementsページ
************************************************************/
.achievements {
    width: 71.01vw;
    max-width: 970px;
    margin: 0 auto;
}

.achievements_ttl {
    position: relative;
    margin-bottom: 20px;
    padding-left: 1.2em;
    font-size: 22px;
    font-weight: bold;
    color: #911919;
}
.achievements_ttl::before {
    position: absolute;
    content: '●';
    top: 0;
    left: 0;
}

.achievements_txt {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.5;
}

/************************************************************
Membersページ
************************************************************/
.members {
    width: 71.01vw;
    max-width: 970px;
    margin: 0 auto;
}

.members_ttl {
    position: relative;
    margin-bottom: 10px;
    padding-left: 1.2em;
    font-size: 22px;
    font-weight: bold;
    color: #911919;
}
.members_ttl::before {
    position: absolute;
    content: '●';
    top: 0;
    left: 0;
}

.members_txt {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.5;
}

.members_fujino {
    display: flex;
    margin-bottom: 45px;
}
.members_fujino img {
    margin-left: 25px;
}
@media screen and (max-width: 759px) {
    .members_fujino img {
        width: 80%;
        margin-left: 30px;
    }
}

.members_img--syuugou img {
    width: 100%;
}


/************************************************************
accessページ
************************************************************/
.access {
    width: 71.01vw;
    max-width: 970px;
    margin: 0 auto;
}

.access_txt {
    font-size: 24px;
    margin-bottom: 40px;
}

.access_address {
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.5;
}

@media screen and (max-width: 759px) {
    iframe {
        width: 100%;
    }
}