/* ----------
	common
---------- */
body {
	background: #f9f8f8;
	color: #271c09;
	font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", sans-serif;
	/*padding: 10px;*/
}
@media (min-width: 768px) {
	body {
		min-width: 1082px;

	}
}
.container {
	overflow-x: hidden;
	width: 100%;
}

/*pcで無効*/
.pc_hid {
	display: none;
}
/*スマートフォンで有効*/
@media (max-width:767px) {
	.pc_hid {
		display: block;
	}
}
.sp_hid {
	display: none;
}
@media (min-width: 768px) {
	.sp_hid {
		display: block;
	}
}

html{
    scroll-behavior: smooth;
}
.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 85%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}
@media(max-width:767px){
    .gotop{
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        opacity: 1;
        border: none;
        background: none;
        bottom: 10px;
        right: 10px;
    }
    .gotop::before{
        bottom: 0;
    }
}

/* ----------
	header
---------- */

#site-header {
	/*background: rgba(250,250,250,.85);*/
	display: flex;
	justify-content: center;
	padding: 32px 0px 10px;
	width: 100%;
}
@media (max-width: 767px) {
	#site-header {
		display: none;
	}
}

#site-header ul {
	display: flex;
	height: 100%;
	margin: 0;
}
/*@media (max-width: 767px) {
	#site-header ul {
		align-content: flex-start;
		flex-wrap: wrap;
	}
	#site-header li {
		width: 100%;
	}
}*/

#site-header li a {
	align-items: center;
	color: #32250e;
	display: flex;
	justify-content: center;
	height: 100%;
	padding: 0 20px;
	text-decoration: none;
}
/*@media (max-width: 767px) {
	#site-header li a {
		color: #fff;
		justify-content: flex-start;
		margin: 0 0 20px;
		padding: 0 20px;
	}
}*/

#site-header li a:hover {
	color: #898989;
}

/* ----------
	footer
---------- */
#site-footer {
	text-align: center;
	width: 100%;
}

/* ----------
	index
---------- */

/* common */

.index .tit {
	text-align: center;
}

.index h1 {
	/*font-size: 36px;*/
	font-family: ヒラギノ明朝 ProN;
	font-weight: lighter;
	margin: 10px 0 0;
	padding-top: 82px;
	line-height: 1.8;
}
@media (max-width: 767px) {
	.index h1 {
		font-size: 4.5vw;
	}
}

.index h2 {
	/*font-size: 20px;*/
	margin: 10px 0 0;
	font-weight: lighter;

}
@media (max-width: 767px) {
	.index h2 {
		font-size: 4vw;
	}
}

.index .body {
	/*padding: 0 40px;*/
	max-width: 1082px;
}
@media (max-width: 767px) {
	.index .body {
		padding: 0 20px;
	}
}

.index .txt p {
	line-height: 200%;
}

/* /common */

.index .kv {
	height: 400px;
	position: relative;
	/*overflow: hidden;*/
}
@media (max-width: 767px) {
	.index .kv {
		height: 100vw;
	}
}

@media (max-width: 767px) {
	.index .kv .img {
		height: 100%;
		width: 100%;
	}
}

.index .kv img {
	height: auto;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
	image-rendering: pixelated;
/*	filter: saturate(55%);
*/
}
/*@media (max-width: 767px) {
	.index .kv img {
		height: 120%;
	}
}*/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media (max-width: 767px){
	.index #section-1 h1 {
		/*padding: 10px 0 0 0;*/
	}
}
.index #section-1 .tit img {
	width: 60%;
}
@media (max-width: 767px){
	.index #section-1 .tit img {
		width: 100%
	}
}

/* section-1-1 */
.index #section-1-1 .tit h1 {
	font-family: ヒラギノ明朝 ProN;
}


.index #section-1-1 h2 {
	/*padding: 93px 0 21.75px 0;*/
	padding: 93px 0 0 0;
}
@media (max-width: 767px){
	.index #section-1-1 h2 {
		padding-top: 50px;
		stroke-linejoin: 1;
	}
}
.index #section-1-1 .tit img {
	width: 20%;
}
@media (max-width: 767px){
	.index #section-1-1 .tit img {
		width: 40%;
	}
}
.index #section-1-1 .txt {
	text-align: center;
}
.index #section-1-1 .body {
	margin: 64px auto 0;
}
.index #section-1-1 .border {
	width: 20%;
	margin: 0 auto;
	padding: 26px 0px 5.75px 0px;
}
@media (max-width: 767px){
	.index #section-1-1 .border {
 	width: 50%;
	}
}
.index #section-1-1 p {
	font-size: 20.25px;
	padding: 0px 0px 75.75px 0px;
	line-height: 55px;
}
@media (max-width: 767px){
	.index #section-1-1 p {
		font-size: 14px;
		padding: 0px 0px 30px 0px;
		line-height: 30px;
	}
}
.image-trim {
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
}
.image-trim img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-trim_none-object-fit {
  position: relative;
  overflow: hidden;
  padding-top: 60%; /* 比率 */
  background: #EEE; /* 確認用 */
}
.image-trim_none-object-fit img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*body {
*/  /*margin: 20px;*/
/*}*/
.flex {
  display: flex;
   justify-content: center;
  /*justify-content: space-evenly;*/
  padding-bottom: 73px;
}
@media (max-width: 767px){
	.flex {
		padding-bottom: 33px;
		margin-left: 50px;
	}
}
.flex-item {
  flex-basis: 20%;
  margin-right: 50px;
}

.title {
  margin-top: 100px;
  font-size: 16px;
  color: #555;
}
/*.index #section-1-1 ul {
	display: flex;
	justify-content: center;
	margin: 0 0 73px;
	padding-right: 40px;
	list-style: none;
}
@media (max-width: 767px){
	.index #section-1-1 ul {
		margin-bottom: 50px;
	}
}
.index #section1-1 li {
    list-style: none;
  }
  .index #section1-1 li img {
  	object-fit: cover;
  	width: 320px;
  	height: 220px;
}
*/

/* section-2 */
.index #section-2 .body {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 0 20px 0 20px;
}
@media (max-width: 767px){
	.index #section-2 .body {
		flex-direction: column;
	}
}
@media (max-width: 767px){
	.order1 {
		order: 1;
	}
	.order2 {
		order: 2;
	}
	.order3 {
		order: 3;
	}
	.order4 {
		order: 4;
	}
	.order5 {
		order: 5;
	}
	.order6 {
		order: 6;
	}
/*	.order7 {
		order: 7;
	}
*/	.order8 {
		order: 8;
		width: 65%;
	}
}
	.index #section-2 .group {
	display: flex;
}
@media (max-width: 767px){
	.index #section-2 .group {
		flex-wrap: wrap;
		width: 100%
	}
}
.index #section-2 .tit {
	text-align: left;
	margin-bottom: 8px;	
}
@media (max-width: 767px){
	.index #section-2 .tit .line {
		display: none;
	}
}
.index #section-2 .tit img {
	width: 50%;
	image-rendering: pixelated;
}
@media (max-width: 767px){
	.index #section-2 .tit img {
		width: 70%;
	}
}
.index #section-2 .txt p{
	padding-bottom: 26px;
	font-size: 16px;
}
.index #section-2 .map {
	width: 60%;
	margin: 0 0 0 auto;
}

.index #section-2 .border {
	width: 40%;
	padding: 0 0 10px;	
}
.index #section-2 .border-2 {
	width: 70%;
	padding: 0px 0 10px;
}
.index #section-2 .border-3 {
	width: 70%;
	padding: 0px 0 10px;
}
.index #section-2 .group-2 {
	margin-top: 80px;
}
@media (max-width: 767px){
	.index #section-2 .group-2{
		margin-top: 0px;
	}
}
.index #section-2 .group-2 .img {	/*filter: opacity(85%);*/
	margin-top: 120px;
	margin-right: 80px;
	order: 0;
	width: 100%;
}
@media (max-width: 767px){
	.index #section-2 .group-2 .img{
		margin-top: 50px;
	}
}
.index #section-2 .group-2 .tit-2 {
	padding-top: 33px;
}
@media (max-width: 767px){
	.index #section-2 .group-2 .tit-2 {
		padding-top: 0;
		width: 80%;
	}
}
.index #section-2 .group-3 .line {
	padding-bottom: 26px;
	width: 200%;
}

.index #section-2 .group-3 .img {
	margin-top: 90px;
	margin-right: 80px;
	order: 0;
	width: 50%;
}
@media (max-width: 767px){
.index #section-2 .group-3 .img {
	margin-top: 30px;
	width: 120%;
	}
}
.index #section-2 .group-3 {
	padding-bottom: 80px;
}
.index #section-2 .group-3 .ib {
	display: inline-block;
	/*border: solid 2px #454545;*/
	width: 40%;
}
.open {
	cursor:pointer; /* マウスオーバーでカーソルの形状を変えることで、クリックできる要素だとわかりやすいように */
}
#pop-up {
	display: none; /* label でコントロールするので input は非表示に */
}
.overlay {
	display: none; /* input にチェックが入るまでは非表示に */
}
#pop-up:checked + .overlay {
	display: block;
	z-index: 9999;
	background-color: #00000070;
	position: fixed;
	width: 100%;
	height: 100vh;
	top: 0;
	left: 0;
}
.window {
	width: 90vw;
	/*width: 100%;*/
	/*max-width: 380px;*/
	/*height: 240px;*/
	background-color: #ffffff;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.text {
	font-size: 18px;
	margin: 0;
}
@media (max-width: 767px) {
	.index #section-2 .ib .text {
		font-size: 12px;
	}
}
.close {
	cursor:pointer;
	position: absolute;
	top: 4px;
	right: 4px;
	font-size: 20px;
}	

.index #section-2 .group4 {
	/*padding-right: 113px;*/
	/*width: 50%;*/
}
@media (max-width: 767px) {
	.index #section-2 .group4 {
		padding-right: 0;
	}
}
.index #section-2 .group4 .txt .txt4 {
	font-size: 15px;
	line-height: 45px;
}

.index #section-2 .group-4 .tit h2 img {
	width: 80%;
	image-rendering: pixelated;
}
@media (max-width: 767px) {
	.index #section-2 .group-4 .tit h2 img {
		width: 70%;
	}
}

.index #section-2 .group-4 .img {
	margin-right: 60px;
	width: 15%;
}
@media (max-width: 767px) {
	.index #section-2 .group-4 .img {
/*		margin-right: : 0;
		padding-top: 30px;*/
		width:40%;
	}
}
.index #section-2 .group-4 .txt4 {
	font-size: 14px;
}
.index #section-2 .group-4 .img-button {
	width: 120%;
}
@media (max-width: 767px){
	.index #section-2 .group-4 .img-button {
		width: 70%;
	}
}
.index #section-2 .group-4 .button {
	margin-bottom: 20px;
}
.index #section-2 .group5 {
	display: flex;
	justify-content: flex-end;
	width: 100%;
	margin-right: 20px;
}
@media (max-width: 767px) {
	.index #section-2 .group5 {
		display: block;
	}
}
.index #section-2 .group-5 .txt4 {
	font-size: 14px;
}
.index #section-2 .group-5 {
	display: flex;
	margin-right: -100px;
}
@media (max-width: 767px) {
	.index #section-2 .group-5 {
		display: block;
	}
}
.index #section-2 .group-5 .imgorder8 {
	width: 50%;
}
.index #section-2 .group-5 .txt .img-button {
	width: 90%;
}
@media (max-width: 767px) {
	.index #section-2 .group-5 .txt .img-button {
		width: 50%;
	}
}

/* section-3 */
.index #section-3 .body {
	margin: 58px auto 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
.index #section-3 .group {
	display: flex;
}
@media (max-width: 767px) {
	.index #section-3 .group {
		flex-wrap: wrap;
		justify-content: center;
	}
}
.index #section-3 .img {
	flex-shrink: 0;
	height: 120px;
	margin-right: 40px;
	width: 160px;
}
@media (max-width: 767px) {
	.index #section-3 .img {
		margin-right: 0;
	}
}
.index #section-3 img {
	height: 100%;
	object-fit: contain;
	image-rendering: pixelated;
}

/* section-4 */
.index #section-4 .profile-box {
	margin: 57px auto 90px;
	padding: 65px 90px;
	position: relative;
	width: 1050px;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box {
		margin: 0 auto;
		padding: 0 20px 0px 20px;
		width: 100%;
	}
}

.index #section-4 .profile-box .inner-clearfix .heading {
	/*float: left;*/
	text-align: center;
	/*font-family: Tangerine, YuMincho, "YuMincho", serif;*/
	/*font-size: 18px;*/
	/*letter-spacing: 0.2em;*/
	width: 40%;
	image-rendering: pixelated;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box .inner-clearfix .heading {
		margin: 0 0 15px;
	/*width: 430px;*/
		float: left;
		width: 100%;
		text-align: center;
	}
}
.index #section-4 .profile-box .inner-clearfix .border {
	width: 50%;
}
.index #section-4 .profile-box .inner-clearfix .border img{
	padding-top: 30px;
	margin-bottom: 9px;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box .inner-clearfix .border img {
		display: none;
	}
}
.index #section-4 .profile-box .inner-clearfix .title {
	display: block;
	margin-bottom: 20px;
	font-family: Tangerine, cursive;
	font-size: 20px;
	/*text-align: center;*/
	letter-spacing: 0.1em;
}
.index #section-4 .profile-box .inner-clearfix .heading small {
	margin-top: 8px;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 0.1em;
	display: block;
	line-height: 1.6;
}
.index #section-4 .profile-box .img-profile {
	float: right;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box .img-profile {
	float: right;
	/*width: 380px;*/
	}
}

.index #section-4 .profile-box .img-profile {
	display: flex;
	margin: 0 auto 24px;
	padding-left: 30px;
	text-align: center;
}
.index #section-4 .profile-box .img-profile .profile img {
	width: 400px;
	height: 400px;
	object-fit: cover;
	object-position: 100%;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box .img-profile .profile img {
		/*width: 100%;*/
		/*height: 300px;	*/
		width: 340px;
	}
}

.index #section-4 .profile-box .inner-clearfix .txt {
	width: 500px;
}
@media (max-width: 767px) {
	.index #section-4 .profile-box .inner-clearfix .txt {
		width: 100%;
	}
}

/* contact */
#contact .body {
	margin: 64px auto 0;
	position: relative;
	text-align: center;
	z-index: 2;
	padding-bottom: 100px;
}

/* section-5 */
.index #section-5 .group6 {
	display: flex;
	margin: 0 auto;
}
@media (max-width: 767px) {
	.index #section-5 .group6 {
		display: block;
		padding: 0 20px 0 20px;
	}
}
/*.index #section-5 .border-4 {
	width: 60%;
	padding: 0 0 10px;
}
@media (max-width: 767px) {
	.index #section-5 .border-4 {
		width: 90%;
	}
}*/
.index #section-5 .tit-5 h2 img {
	width: 80%;
}
.index #section-5 .tit-5 {
	text-align: left;
	width: 50%;
	margin-right: 40px;
}
@media (max-width: 767px) {
	.index #section-5 .tit-5 {
		width: 100%;
	}
}

.index #section-5 .body {
	margin: 64px auto 0;
	padding: 0 20px 94px 20px;
}
@media (max-width: 767px) {
	.index #section-5 .body {
		padding: 0 0 100px;
	}
}
.index #section-5 ul {
	list-style: none;
	padding: 0;
}
.index #section-5 li {
	/*border-bottom: 1px solid #ccc;*/
	display: flex;
	padding: 12px;
}
@media (max-width: 767px) {
	.index #section-5 li {
		font-size: 14px;
		padding: 24px 12px;
	}
}
.index #section-5 time {
	flex-shrink: 0;
	font-weight: bold;
	margin-right: 40px;
	width: 100px;
}
@media (max-width: 767px) {
	.index #section-5 time {
		margin-right: 0px;
	}
}
.index #section-5 .group7 {
	width: 50%;
	filter: opacity(100%);

}
@media (max-width: 767px) {
	.index #section-5 .group7 {
		width: 100%;
	}
}


/* content */
#site-footer .footer-body {
	background-image: url(../img/img-7.jpg);
	border: solid 1px rgba(61, 61, 61, 0.08);
	border-right: none;
	border-left: none;
	width: 100%;
}
#site-footer .footer {
	display: flex;
	margin: 0 auto;
	width: 1082px;
	padding: 30px 20px 0 20px;
}
@media (max-width: 767px) {
	#site-footer .footer {
		padding: 30px 0 0 0;
	}
} 
#site-footer .img-logo {
	width: 20%;
}
@media (max-width: 767px) {
	#site-footer .img-logo {
		margin: 0 45px 20px; 
		width: 10%;
	}
}

#site-footer .img-aicon {
	display: flex;
	margin: 0 auto;
	align-items: flex-start;
}
@media (max-width: 767px) {
	#site-footer .img-aicon {
		margin: initial;
	}
}
#site-footer .img-aicon {
	margin-right: 30px;
	width: 25%;
}
@media (max-width: 767px) {
	#site-footer .img-aicon {
		margin-right: 10px;
		width: 150px;
	}
}
