@charset "UTF-8";
/** -----------------------------------------------
  共通
------------------------------------------------**/
body {
	/*下記のCSSはご自身のデザインに合わせて書き換えてください。*/
	font-size: 16px;
	line-height: 1.6;
	color: #664f4f;
	background-color:#fff;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", Josefin Sans,"Osaka", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
}

img {
	max-width: 100%;
}

#about, #business, #interview, #benefits, #blog, #recruit{
	padding: 80px 24px 80px 24px;
}

.section-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

a {
	text-decoration: none;
}
a:active, a:visited, a:link {
	color: #664f4f;
}

ul {
	list-style: none;
}

.pc-only {
	display: block;
}
.tab-only {
	display: none;
}
.sp-only {
	display:  none;
}

/** -------- タブレット -------- **/
@media screen and (max-width: 1350px) {
	.section-inner {
		width: 100%;
		max-width: 720px;
		margin: 0 auto;
	}

	#about, #business, #interview, #benefits, #blog, #recruit{
		padding: 64px 24px 64px 24px;
	}


	.pc-only {
		display: none;
		}

	.tab-only {
		display: block;
	}
	.sp-only {
	display: none;
	}
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.section-inner {
		width: 100%;
		max-width: 375px;
		margin: 0 auto;
	}
	
	#about, #business, #interview, #benefits, #blog, #recruit{
		padding: 40px 8px 40px 8px;
	}

	.pc-only {
	display: none;
	}
	.tab-only {
	display: none;
	}
	.sp-only {
	display: block;
	}
}

/** -----------------------------------------------
  PC :  画面の横幅が641px以上
------------------------------------------------**/

/** -----------------------------------
    テキスト
-------------------------------------**/
h2.large {
	font-family: "Josefin Sans", sans-serif;
	font-size: 88px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #d67373;
	text-align: left;
	opacity: 0.5;
}

h3.main {
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	color: #d67373;
	text-align: center;
}

.about-copy {
	padding: 32px 0 32px 0;
	text-align: center;
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0.1em;
	z-index: 2;
	background-image: url(../images/about-grn.png);
	background-size: auto;
	background-position: 80% 1%; 
	
}

.about-text {
	padding: 24px 0 24px 0;
	text-align: center;
	font-size: 24px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	font-weight: bold;
	z-index: 2;
	background-image: url(../images/about-org.png);
	background-size: auto;
	background-position: 15% 1%; 
	
}
#about .item {
	
	
}



p.sub {
	padding: 40px;
	font-size: 24px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}


.col-2 .item p.sub {
	padding: 24px;
	font-size: 16px;
	line-height: 2.4;
	letter-spacing: 0.1em;
	text-align: center;
}


h4.medium {
	padding: 24px 0 8px 0;
	text-align: center;
	font-size: 24px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	font-weight: bold
	
}

p.small {
	padding: 24px 0 24px 0;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: left;

}

.recruit-text {
	padding: 8px 0 8px 0;
	text-align: center;
	font-size: 24px;
	line-height: 2.0;
	letter-spacing: 0.1em;
	font-weight: bold
}


/** -------- タブレット -------- **/
@media screen and (max-width: 1350px) {
	.sp-only .item {
		text-align: center;

	}
	h2.large {
		font-family: "Josefin Sans", sans-serif;
		font-size: 48px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		color: #d67373;
		text-align: left;
		opacity: 0.5;
	}
	
	h3.main {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		color: #d67373;
		text-align: center;
	}
	p.sub {
		padding: 16px;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	
	.col-2 .item p.sub {
		padding: 16px;
		font-size: 16px;
		line-height: 2.4;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	
	h4.medium {
		padding: 16px 0 8px 0;
		text-align: center;
		font-size: 18px;
		line-height: 2.0;
		letter-spacing: 0.1em;
		font-weight: bold
		
	}
	
	p.small {
		padding: 16px 0 16px 0;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		text-align: left;
	
	}
	
	.recruit-text {
		padding: 8px 0 8px 0;
		text-align: center;
		font-size: 16px;
		line-height: 2.0;
		letter-spacing: 0.1em;
		font-weight: bold
	}

}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.sp-only .item {
		text-align: center;
	}

	h2.large {
		font-family: "Josefin Sans", sans-serif;
		font-size: 48px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		color: #d67373;
		text-align: left;
		opacity: 0.5;
	}
	
	h3.main {
		font-size: 18px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		color: #d67373;
		text-align: center;
	}
	p.sub {
		padding: 16px;
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	.col-2 .item p.sub {
		padding: 16px;
		font-size: 16px;
		line-height: 2.4;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
	h4.medium {
		padding: 16px 0 8px 0;
		text-align: center;
		font-size: 18px;
		line-height: 2.0;
		letter-spacing: 0.1em;
		font-weight: bold
		
	}
	
	p.small {
		padding: 16px 0 16px 0;
		font-size: 14px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		text-align: left;
	}
	
	.recruit-text {
		padding: 8px 0 8px 0;
		text-align: center;
		font-size: 16px;
		line-height: 2.0;
		letter-spacing: 0.1em;
		font-weight: bold
	}

}


/** -----------------------------------
    ボタン
-------------------------------------**/
.button-header {
	width: 160px;
	height: 56px;
	background-color: #d67373;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border-radius: 28px;
	text-align: center;
	line-height: 56px;
	letter-spacing: 0.1em;
	margin: 0 8px 0 8px;
}
.button-header-en {
	font-family: "Josefin Sans", sans-serif;
	width: 160px;
	height: 56px;
	background-color: #d67373;
	display: inline-block;
	color: #fff;
	font-size: 20px;
	border-radius: 28px;
	text-align: center;
	line-height: 56px;
	letter-spacing: 0.1em;
	margin: 0 8px 0 8px;
}


/** -----------------------------------
    見出し
-------------------------------------**/

.title-jp {
	text-align: center;

}

.dot-title {
	width: 224px;
	height: 8px;
}

.dot-p {
	width: 320px;
	height: 8px;
}

ul {
	display: flex;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.dot-title {
		width: 160px;
		height: 6px;
	}

	.dot-p {
		width: 200px;
		height: 5px;
	}

}

/** -----------------------------------
    レイアウト
-------------------------------------**/
.col-2 {
	display: flex;
	text-align: center;
	justify-content: space-between;
	z-index: 2;
	background-image: url(../images/about-p.png);
	background-size: auto;
	background-position: 90% 95%; 
	
}

.col-2 .item {
	width: calc((100% - 24px)/2);
	padding: 72px 16px 16px 16px;

}


.col-3 {
	padding: 24px 0 24px 0;
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.col-3 .item {
	text-align: center;
	width: calc((100% - 72px)/3);
}

.card-img {
	text-align: center;
	
}
.card-text {
	text-align: center;
}

.col-3 .card {
	text-align: center;
	padding: 0 24px 0 24px;
	
}

.int1-col-2 {
	text-align: center;
	display: flex;
	justify-content: space-between;
	

}
.int1-col-2 .item {
	width: calc((100% - 24px)/2);
	padding: 32px 0 24px 0;

}

.staff-name {
	text-align: center;
	padding: 8px;
}


.int1-col-2 .item .staff-name .staff-name-text {
	padding: 24px 0 0px 0;
	display: block;
	z-index: 2;
	background-image: url(../images/name-ooi-grn.png);
	background-size: contain;
	background-position: 25% 50%; 

}

.int1-col-2 .item .staff-name .staff-name-text2 {
	padding: 24px 0 0px 0;
	display: block;
	z-index: 2;
	background-image: url(../images/name-endo-org.png);
	background-size: contain;
	background-position: 25% 50%; 

}

.int1-col-2 .item .staff-name .staff-name-text3 {
	padding: 24px 0 0px 0;
	display: block;
	z-index: 2;
	background-image: url(../images/name-nakano-b.png);
	background-size: contain;
	background-position: 25% 50%; 
}

.int1-col-2 .item .staff-name .staff-name-text4 {
	padding: 24px 0 0px 0;
	display: block;
	z-index: 2;
	background-image: url(../images/name-hotte-p.png);
	background-size: contain;
	background-position: 25% 50%; 

}


.staff-name-text p.small {
	text-align: center;
	padding: 0;	
}
.staff-name-text2 p.small {
	text-align: center;
	padding: 0;	
}
.staff-name-text3 p.small {
	text-align: center;
	padding: 0;	
}
.staff-name-text4 p.small {
	text-align: center;
	padding: 0;	
}

.staff-name-text h4.medium {
	text-align: center;
	padding: 8px 0 8px 0;
	
}
.staff-name-text2 h4.medium {
	text-align: center;
	padding: 8px 0 8px 0;
	
}
.staff-name-text3 h4.medium {
	text-align: center;
	padding: 8px 0 8px 0;
	
}
.staff-name-text4 h4.medium {
	text-align: center;
	padding: 8px 0 8px 0;
	
}
.staff-img-2 {
	padding: 48px 0 0 0;
	
	
}

.footer-word {
	right : 48px;
	top: 8px;
	

}



/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.int1-col-2 .item {
		width: calc((100% - 24px)/2);
		padding: 16px 0 8px 0;
	}

	.staff-img-2 {
		padding: 16px 0 0 0;
		
	}

	.int1-col-2 .item .staff-name .staff-name-text {
		padding: 8px 0 0px 0;
		display: block;
		z-index: 2;
		background-image: url(../images/name-ooi-grn.png);
		background-size: contain;
		background-position: 25% 50%; 
	
	}
	
	.int1-col-2 .item .staff-name .staff-name-text2 {
		padding: 8px 0 0px 0;
		display: block;
		z-index: 2;
		background-image: url(../images/name-endo-org.png);
		background-size: contain;
		background-position: 25% 50%; 
	
	}
	
	.int1-col-2 .item .staff-name .staff-name-text3 {
		padding: 8px 0 0px 0;
		display: block;
		z-index: 2;
		background-image: url(../images/name-nakano-b.png);
		background-size: contain;
		background-position: 25% 50%; 
	
	}
	
	.int1-col-2 .item .staff-name .staff-name-text4 {
		padding: 8px 0 0px 0;
		display: block;
		z-index: 2;
		background-image: url(../images/name-hotte-p.png);
		background-size: contain;
		background-position: 25% 50%; 
	
	}

}


/** -----------------------------------
    ヘッダー
-------------------------------------**/
#header {
	width: 100vw;
	background-color: #f7f1eb;
	height: 100px;
	display: flex;
	justify-content: space-between;
	padding: 24px;
	position: fixed;
	top: 0;
	z-index: 4;
	font-weight: bold;
}

.gnav-pc-wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;

}

ul.gnav-pc li {
	margin-right: 40px;
	display: inline;
}

ul.botton-pc li {
	display: inline
	
}

a:hover {
	color: #d67373;
}

ul.header-botton-pc li a {
	color: #fff;

}

ul.header-botton-pc li a:hover {
	background-color: #f7f1eb;
	color: #d67373;
	border: 1px solid #d67373;;

}


/** -------- タブ -------- **/
@media screen and (max-width: 1350px) {

	#header {
		height: 80px;
		padding: 16px 16px 16px 16px;
	}
		
	.gnav-sp-Wrap {
		display: flex;
	}

	a.button-header {
		font-family: "Josefin Sans", sans-serif;
		color: #fff;
		width: 150px;
		height: 50px;
		background-color: #d67373;
		font-size: 20px;
		border-radius: 40px;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0.1em;
		margin: 0 8px 0 8px;
	}

	a.button-header-en {
		font-family: "Josefin Sans", sans-serif;
		color: #fff;
		width: 150px;
		height: 50px;
		background-color: #d67373;
		font-size: 20px;
		border-radius: 40px;
		text-align: center;
		line-height: 50px;
		letter-spacing: 0.1em;
		margin: 0 8px 0 8px;
	}
	
	a.button-header-en:hover {
		background-color: #f7f1eb;
		color: #d67373;
		border: 1px solid #d67373;;
	}

	#menu-button {
		display: block;
		width: 80px;
		height: 54px;
		padding: 8px 8px;
		}
	
	.menu-button-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

	.menu-button-inner span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #d67373;
	position: absolute;
	}

	.menu-button-inner span:nth-child(1) {
	top: 0;
	}

	.menu-button-inner span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
	}
		
	.menu-button-inner span:nth-child(3) {
	bottom: 0;
	}

}
	

/* /* /* * -------- スマホ -------- * */
@media screen and (max-width: 640px) {
	#header {
		height: 60px;
		padding: 8px 16px 8px 16px;
	}

	.gnav-sp-Wrap { */
		display: flex;
	}

	a.button-header-en {
		font-family: "Josefin Sans", sans-serif;
		color: #fff;
		width: 100px;
		height: 40px;
		background-color: #d67373;
		font-size: 16px;
		border-radius: 28px;
		text-align: center;
		line-height: 40px;
		letter-spacing: 0.1em;
		margin: 0 8px 0 8px;
	}

	a.button-header-en:hover {
		background-color: #f7f1eb;
		color: #d67373;
		border: 1px solid #d67373;;
	}

	#menu-button {
		display: block;
		width: 60px;
		height: 44px;
		padding: 8px 8px;
		}

	.menu-button-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

	.menu-button-inner span {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #d67373;
	position: absolute;
	}

	.menu-button-inner span:nth-child(1) {
	top: 0;
	}

	.menu-button-inner span:nth-child(2) {
	top: 0;
	bottom: 0;
	margin: auto;
	}

	.menu-button-inner span:nth-child(3) {
	bottom: 0;
	}
}

/** -----------------------------------
    メインビジュアル
-------------------------------------**/

#mv {
	width: 100vw;
	height: calc(100vh - 100px);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	
}

#slider {
	width: 100vw;
	height: calc(100vh - 100px);
	
}
.mv-img {
	width: 100vw;
	height: calc(100vh - 100px);
}
#slider img {
	width: 100vw;
	height: calc(100vh - 100px);
	object-fit: cover;
	position: absolute;
	
}

.mvcopy-img {
	width: 100vw;
	position: absolute;
	left : 5%;
	top: 15%;

}

.saiyou-img {
	position: absolute;
	left : 5%;
	bottom: 5%;
	

}

/** -------- タブレット -------- **/
@media screen and (max-width: 1350px) {

	.mvcopy-img {
		width: 40vw;
		position: absolute;
		left : 5%;
		top: 15%;
	}

	.saiyou-img {
		width: 40vw;
		position: absolute;
		left : 5%;
		bottom: 5%;
	}
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {

	.mvcopy-img {
		width: 40vw;
		position: absolute;
		left : 5%;
		top: 15%;
	}

	.saiyou-img {
		width: 40vw;
		position: absolute;
		left : 5%;
		bottom: 5%;
	}
}


/** -----------------------------------
    about
-------------------------------------**/

#about {
	
	
}

.col-2 .item .about-copy span {
	display: block;
}

#about .red-CTA {

}

.red-CTA-item {
	margin: 40px;
	display: flex;
	justify-content: flex-end;
	opacity: 0.5;
	
}

.red-CTA-item:hover {
		opacity: 1;
		
	
}

.red-CTA p {
	font-family: josefin sans; sans-serif;
	font-size: 24px;
	color: #d67373;
	margin: 24px;
	
}

/** -----------------------------------
    business
-------------------------------------**/
#business {
	background-color: #fffbf7;
	
}

#interview {
	
	
}

ul.staff-slider img {
	margin: 48px 16px 0 16px;
}



/** -------- タブ -------- **/
@media screen and (max-width: 1350px) {
	.sp-business {
		padding: 16px;
		
		
	}
	.sp-baby {
		display: flex;
		justify-content: center;
		padding: 16px;
		
	}
	.sp-baby-text {
		margin: 8px 32px 8px 32px;
		text-align: center;
		flex-basis:50%;
	}
	
}


/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.sp-business {
		padding: 8px;
		
	}
	.sp-baby {
		display: flex;
		justify-content: center;
		padding: 8px;
		
	}
	.sp-baby-text {
		margin: 8px 24px 8px 24px;
		text-align: center;
		flex-basis:50%;
	}
	
}


/** -----------------------------------
    interview
-------------------------------------**/
.staff-img:hover {
  opacity: 0.5;
}

.staff-img-2:hover {
	opacity: 0.5;
  }
  

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {

}

/** -----------------------------------
    benefits
-------------------------------------**/

#benefits {
	
	
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {

}

	



/** -----------------------------------
　recruit
-------------------------------------**/

#recruit {
	background-color:  #fffbf7;
}

.recruit {
	border-radius: 32px;
	margin-bottom: 40px;
	padding: 24px;
	background-color: #ffffff;
}

.recruit-head-1 {
	border-radius: 8px;
	padding: 20px 30px;
	position: relative;

}



.recruit-head-1::after {
	content: "";
	background-image: url(../images/pink-botton.png);
	display: block;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
	
}




.recruit-head-2 {
	border-radius: 8px;
	padding: 20px 30px;
	position: relative;
}

.recruit-head-2::after {
	content: "";
	background-image: url(../images/org-botton.png);
	display: block;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
	
}

.recruit-head-3 {
	border-radius: 8px;
	padding: 20px 30px;
	position: relative;
}

.recruit-head-3::after {
	content: "";
	background-image: url(../images/yellow-botton.png);
	display: block;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
	
}

.recruit-head-4 {
	border-radius: 8px;
	padding: 20px 30px;
	position: relative;
}

.recruit-head-4::after {
	content: "";
	background-image: url(../images/green-botton.png);
	display: block;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
	
}
.recruit-head-5 {
	border-radius: 8px;
	padding: 20px 30px;
	position: relative;
}

.recruit-head-5::after {
	content: "";
	background-image: url(../images/blue-botton.png);
	display: block;
	background-size: contain;
	width: 64px;
	height: 64px;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 40px;
	
}

.recruit-body {
	border-radius: 8px;
	padding: 20px 30px;
	display: none;
}


/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {

}

/** -----------------------------------
    blog
-------------------------------------**/

#blog {
	
	
}

.blog-item {
	padding: 40px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {

}


/** -----------------------------------
    CTA
-------------------------------------**/
#CTA {
	background-image: url(../images/footer.png);
	width: 100vw;
	height: 400px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	
	
}

.cta-item {
	padding: 16px;
	display: block;
   
}

.CTA-img {
	position: absolute;
	right: 10%;
	top: 2%;
}


.CTA-botton a.button-CTA-en {
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	width: 240px;
	height: 64px;
	background-color: #ffffff;
	color: #d67373;
	font-size: 24px;
	border-radius: 68px;
	border: 1px solid #d67373;
	line-height: 32px;
	letter-spacing: 0.1em;
	padding: 16px;
	margin: 8px;
	position: absolute;
	right: 15%;
	bottom: 8%;
		
}

.CTA-botton a:hover {
	background-color: #d67373;
	color: #fff;
}


/** -------- タブレット -------- **/
@media screen and (max-width: 1350px) {
	.CTA-img {
		width: 40vw;
		position: absolute;
	right: 10%;
	top: 2%;
	}


}

/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.mvcopy-img {
		width: 40vw;
		position: absolute;
	right: 5%;
	top: 2%;
	}

	
}

/** -----------------------------------
    footer
-------------------------------------**/

#footer {
	background-color: #f7f1eb;
	display: flex;
	justify-content: space-between;
	padding: 40px 24px 24px 24px;
}

ul.footer-logo {
	align-items: flex-end;
}

ul.footer-logo li {
	margin-right: 8px;
	font-weight: bold;
	color: #d67373;

}
ul.footer-logo p {
	margin: 0 0 3px 0;
}

.footer-pc-wrap {
	display: flex;
	justify-content: space-between;
	margin: 24px 0 24px 0;

}

ul.footer-pc {
	margin-right: 40px;
	display: block;
	padding: 16px 0 16px 0;
}


.button-footer-en {
	text-align: center;
	font-family: "Josefin Sans", sans-serif;
	width: 160px;
	height: 80px;
	background-color: #f7f1eb;
	display: inline-block;
	color: #664f4f;
	font-size: 14px;
	border-radius: 68px;
	border: 1px solid #d67373;
	line-height: 24px;
	letter-spacing: 0.1em;
	padding: 16px;
	margin: 8px;
	
}

ul.botton-pc li a.button-footer-en {
	color: #d67373;
}

ul.botton-pc li a:hover {
	background-color: #d67373;
	color: #fff;
}



.copylight {
	text-align: center;
	margin: 48px 0 0 0;
}

ul.footer-logo li a:hover {
	opacity: 0.5;
	
}

/** -------- タブレット -------- **/
@media screen and (max-width: 1350px) {
	.botton-pc {
		padding: 24px;
		display: inline;
		text-align: center;
		
	}

	.button-footer-en {
		text-align: center;
		font-family: "Josefin Sans", sans-serif;
		width: 320px;
		height: 54px;
		background-color: #f7f1eb;
		display: block;
		color: #664f4f;
		font-size: 14px;
		border-radius: 68px;
		border: 1px solid #d67373;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding: 16px;
		margin: 24px;
		
	}
	.footer-pc li a {
		display: inline;
	}
}


/** -------- スマホ -------- **/
@media screen and (max-width: 640px) {
	.botton-pc {
		padding: 24px;
		display: block;
		text-align: center;
		
	}

	.button-footer-en {
		text-align: center;
		font-family: "Josefin Sans", sans-serif;
		width: 320px;
		height: 54px;
		background-color: #f7f1eb;
		display: block;
		color: #664f4f;
		font-size: 14px;
		border-radius: 68px;
		border: 1px solid #d67373;
		line-height: 24px;
		letter-spacing: 0.1em;
		padding: 16px;
		margin: 24px;
		
	}

	.copylight {
		text-align: center;
		margin: 24px 0 0 0;
	}

	ul.botton-pc li a {
		
		
	}


}















