@charset "utf-8";

body {
  font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  background-color: #ffffff;
  margin: 0 auto;
}

img {
  max-width: 100%;
  height: auto;
}

.video {
  max-width: 100%;
  height: auto;
}

.home-logo {
  max-width: 200px;
}


.header2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    　flex-wrap: wrap;
    max-width: 1920px;
    margin: 0 auto;
    background-color: #ffffff;
	padding: 24px;
}

.subcatch{
	text-align: right;
	font-family: font-family: 'HanziPen TC',  ;
	font-size:0.8rem;
}

.main-contents {
  max-width: 1920px;
  margin: auto;
  padding: 24px;
  background-color: #ffffff;
  text-align: center;
}


.banner-space {
  text-align: center;
  display: block;
  max-width: 952px;
  margin-left: auto;
  margin-right: auto;
}

.yoyaku{
	text-align: center;
	font-size: 20px;
	 margin:0px 0px 0px;
}

.site-title {
  text-align: center;
  color: #888888;
  letter-spacing: 0.3em;
  font-size: 40px;
  font-weight: lighter;
  margin:0;
  padding: 50px 0px 30px 0px;
}

.pc{
	display: block;
  margin-left: auto;
  margin-right: auto;
}

.missionvision{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:10px;	
}

.contents-title {
  text-align: center;
  color: #555555;
  font-size: 20px;
  margin: 24px 0;
  display: flex;
  align-items: center;
}

.contents-title:before,
.contents-title:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #e2d4ba;
}

.contents-title:before {
  margin-right: 1rem;
}

.contents-title:after {
  margin-left: 1rem;
}

.contents{
	background-image: url("img/logo.png");
	background-color:rgba(255,255,255,0.8);
    background-blend-mode:lighten;
	background-repeat:no-repeat; 
	background-position:center;
}

.Service-area{
	max-width: 952px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap:10px;
	margin: auto;
}

.bun{
max-width: 750px;
margin:20px auto 0px;
font-size: 20px;
font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}


.okyakugazou{
	min-width: 150px;
}

.kojinmenu{
	text-align: center;
}

.profile{
	background-color: #dddddd;
	max-width: 850px;
	margin: 0 auto 30px;
}

.profile-area{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:50px;
margin:0px auto 30px;
}

.yuki{
	text-align: left;
}
.aisatsubun{
max-width: 750px;
margin:20px auto 0px;
font-size: 20px;
font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
}C

.sns{
display: flex;
flex-wrap: wrap;
justify-content: center;
gap:10px;
margin:50px 0px　0px;
}


.Contact2{
	text-align: center;
	margin: -30px 0px 0px 0px;
}

.sukiru {
	text-align: center;
}

.sukirup{
	margin: 10px 0px 10px 0px;
	}

.sukiru li{
	list-style:none;
}

.form{
	width:350px;
	height: 1500px;
	margin: auto;
	justify-content:center
}



.footer {
  max-width: 1920px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 0;
}

.footer>p {
  margin: 0 24px;
}
