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

/*reset */
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-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
}
img,abbr,acronym,fieldset,a {
	border: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section,img {
	display: block;
}
ul li {
	list-style-type:none;
}
/* ----- */
header {
	position: fixed;
}
nav {
	overflow: hidden;
}
ul {
	float: right;
}
ul li {
	display: inline-block;
	padding-top: 15px;
	padding-left: 30px;
	padding-right: 30px;
}
ul li a{
	text-decoration: none;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	color: #FFFFFF;
	font-weight: 300;
}
#main-visual {
　position: relative;
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1200 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
  background: url("../img/top_pc_01.jpg") center center / cover no-repeat;
}
.topimg {
	position: relative;
}
.topimg picture img {
	width: 100%;
	z-index: -1;
}
.topimg h1 {
	top: 50%;
	left: 5%;
	font-family: "Noto Serif JP", serif;
	font-size:6rem;
	font-weight: 900;
	font-style: normal;
	letter-spacing: 0.01em;
	line-height: 1.1;
	text-align: left;
	color: #FFFFFF;
	position: absolute;
	z-index: 1;
}
h2 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.55rem;
	font-weight: 400;
	font-style: normal;
	color: #FFFFFF;
	letter-spacing: 0.03em;
	text-align: center;
	margin-top: 10vh;
	margin-bottom: 5vh;
}
h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.2rem;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	line-height: 3;
	margin-top: 10vh;
	margin-bottom: 5vh;
	color: #FFFFFF;
}
h4 {
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 0.05em;
	text-align: center;
	margin-top: 7vh;
	color: #FFFFFF;
}
h5 img{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	margin-bottom: 15vh;
}
h6 img{
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10vh;
	margin-bottom: 15vh;
}
#about .contents{
	width: 50vw;
	margin-top: 5vh;
	margin-bottom: 10vh;
	margin-left: auto;
	margin-right: auto;
}
#about .contents p{
	text-align: justify;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 2.5;
	color: #FFFFFF;
	font-weight: 300;
}
#about .profile{
	width: 45vw;
	margin-top: 5vh;
	margin-bottom: 10vh;
	margin-left: auto;
	margin-right: auto;
}
#about .profile p{
	text-align: justify;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	line-height: 2;
	color: #FFFFFF;
	font-weight: 300;
}
#about .detail{
	width: 50vw;
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
}
#about .detail p{
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.9rem;
	letter-spacing: 0.03em;
	line-height: 2.5;
	color: #FFFFFF;
	font-weight: 300;
}
#about .box{
	margin-top: 15px;
	padding-top: 20px;
	width: 400px;
	height: 75px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#about .button{
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.03em;
  font-weight: 300;
  display       : inline-block;
  font-size     : 1rem;        /* 文字サイズ */
  text-align    : center;      /* 文字位置   */
  cursor        : pointer;     /* カーソル   */
  padding       : 15px 70px;   /* 余白       */
  background    : #ED1A3D;    /* 背景色     */
  color         : #ffffff;     /* 文字色     */
  line-height   : 0.8em;         /* 1行の高さ  */
  transition    : .3s;         /* なめらか変化 */
}
.single {
	margin-top: 150px;
	width: 45vw;
	margin-left: auto;
	margin-right: auto;
}
.single .item {
	display: flex;
  　flex-direction: column;
	margin-left: auto;
	margin-right: auto;
}
.single .item img{
	width: 100%;
}
.row {
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.row .item{
	width: 35%;
	align-self: flex-start;
}
.row .item img {
	width: 100%;
}
.row .content{
	display: flex;
	flex-direction: column;
}
.row .content p {
	text-align: center;
	width: 75%;
	font-size: 0.85rem;
	line-height: 2;
    font-weight: 300;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
.triple {
	display: flex;
	justify-content: space-around;
	margin-top: 100px;
}
.triple .item{
		width: 25%;
		align-self: flex-start;
}
.triple .item img{
		width: 100%;
}
footer {
	margin-top: 150px;
	display: block;
	font-weight: 100;
    text-align: center;
    width: 100%;
  }	
footer img{
	width: 50px;
	margin-top: 5vh;
	margin-bottom: 15vh;
	margin-left: auto;
	margin-right: auto;
}
.sns-rink {
	display: inline-block;
	vertical-align: top;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.sns-rink a {
	color: #0d0015;
}
.sns-rink a:hover {
	color: rgba(2,48,76,0.56);
} 
footer .law a {
	text-decoration: none;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.75rem;
	letter-spacing: 0.03em;
	padding-left: 30px;
	padding-right: 30px;
	font-weight: 300;
}
footer p {
	margin-top: 5px;
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: 0.8rem;
	letter-spacing: 0.03em;
	font-weight: 300;
	font-style: normal;
	color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
ul {
	float: none;
}
ul li {
	display: flex;
	flex-direction: column;
	padding-top: 30px;
}
#main-visual {
    width: 100%;
    height: 0;
    padding-top: calc(900 / 500 * 100%); /* calc(画像高さ ÷ 画像横幅 × 100%) */
    background: url("../img/top_spx_01.jpg") center center / cover no-repeat;
}	
.topimg h1 {
	top: 60%;
	left: 3%;
	font-size: 4rem;
}
h3{
	font-size: 1rem;
	margin-top: 90px;
}
h4 {
	font-size: 0.8rem;
}
h5 img{
	width: 85%;
	margin-top: 90px;
}
h6 img{
	width: 75%;
	margin-top: 90px;
}
#about .detail p{
	font-size: 0.8rem;
}
#about .detail{
	width: 80vw;
}
#about .contents p{
	font-size: 0.8rem;
}
#about .contents{
	margin-top: 90px;
	width: 80vw;
}
#about .profile p{
	font-size: 0.75rem;
}
#about .profile{
	width: 75vw;
}
.row {
	display: flex;
	flex-direction: column;
}
section .triple {
	display: flex;
	flex-direction: column;
}
.single {
	width: 100%;	
	}
.single .item{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 100%;
	height: 100%;
}
.single img {
	width: 100%;
	}
.row .item{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.row .item img {
	margin-top: 0px;
	width: 100%;
	}
.row .content p {
	width: 80%;
	margin-bottom: 50px;
	}
.triple .item {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
	height: 100%;
}
.triple .item img {
	margin-top: 0px;
	width: 100%;
}
section .att {
	width: 80vw;
	}
#about .box{
	width: 100%;
}
#about .button{
  margin-left: auto;
  margin-right: auto;
  padding: 15px 50px;
  font-weight: 300;
}
}