@charset "UTF-8";

/** -----------------------------------------------
  共通
------------------------------------------------**/

body{
	font-size: 15px;
	line-height: 1.6;
	color: #745c44;
	background-color:#fff;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "Osaka", "Verdana", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	background-color: #fafbf6;
}

img {
	max-width: 100%;
}

li{
	list-style: none;
}
#work, #benefit, #member, #job, #entry {
	padding: 140px 0 114px 0;
}

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

.button{
	margin-top: 75px;
	text-align: center;
}

.button a{
	position: relative;
	display: inline-block;
	width: 265px;
	height: 53px;
	background-color: #ffffff;
	border: solid 1px #fa6554;
	color: #fa6554;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 26.5px;
	text-align: center;
	line-height: 53px;
	text-decoration: none;
}

.button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	width: 8px;
	height: 8px;
	margin: auto;
	border-top: 2px solid #fa6554;
	border-right: 2px solid #fa6554;
	transform: rotate(45deg);
	box-sizing: border-box;
}

.button a:hover{
	color: #ffffff;
	background-color: #fa6554;
	opacity: 0.7;
}

.button a:hover::after {
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
}

.pc-only {
	display: block;
}

.sp-only {
	display: none;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	.section-inner {
	padding: 0 24px;
	max-width: 550px;
	}
	.pc-only {
	display: none;
	}
	.sp-only {
	display: block;
	}
	#work, #benefit, #member, #job, #entry {
	padding: 60px 0 50px 0;
	}
	.button{
		margin-top: 50px;
	}
	.button a{
		max-width: 100%;
		font-size: 15px;
	}
}



/** -----------------------------------------------
  テキスト
------------------------------------------------**/

h2.section-title{
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: bold;
	font-size: 35px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	position: relative;
	display: inline-block;
	background: linear-gradient(transparent 70%, #f5e49d 50%);
	margin: 0 auto 35px;
	padding: 0 10px 0 10px;
	
}

p.section-copy{
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: bold;
	font-size: 27px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}

p.section-description{
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 0 0 40px 10px;
}

h3.work-card-title{
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: bold;
	font-size: 25px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

p.work-card-text{
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-left: 20px;
}

h3.befefit-card-title{
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}

li{
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.6;
}

h3.member-card-title{
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: normal;
	font-size: 27px;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
p.member-card-text{
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: normal;
	font-size: 20px;
	line-height: 1.6;
	letter-spacing: 0.05em;
	margin-top: 20px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	h2.section-title{
		font-size: 22px;
		margin: 0 auto 25px;		
	}

	p.section-copy{
		font-size: 20px;
		letter-spacing: 0.02em;
		margin-bottom: 32px;
	}

	p.section-description{
		font-size: 13px;
		margin: 0 0 30px 0px;
	}

	h3.work-card-title{
		font-size: 20px;
	}

	p.work-card-text{
		font-size: 13px;
		margin-left: 10px;
	}

	h3.befefit-card-title{
		font-size: 18px;
	}

	li{
		font-size: 13px;
	}

	h3.member-card-title{
		font-size: 20px;
	}

	p.member-card-text{
		font-size: 15px;
	}

	}
/** -----------------------------------------------
  レイアウト
------------------------------------------------**/

.col-2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}

.col-2:nth-child(2n){
	flex-direction: row-reverse;
}

.col-2 .item {
	width: calc((100% - 28px)/2);
}

.col-3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
  }
  .col-3 .item {
	width: calc((100% - 114px)/3);
  }

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
.col-2 {
	display: block;
}
.col-2 .item {
	width: 100%;
}

.col-3 {
	display: block;
}
.col-3 .item {
	width: 100%;
}
}

/** -----------------------------------------------
  ヘッダー
------------------------------------------------**/

#header{
	background-color: #fbe7dc;
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding: 0 60px;
	height: 110px;
	position: fixed;
	align-items: center;
	top: 0;
	z-index: 2;
}


.header-logo-wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	display: flex;
	align-items: center;
	width: 205px;
}

.header-logo a {
	display: flex;
}

p.header-title{
	font-family: "Cabin", sans-serif;
	font-size: 20px; 
	letter-spacing: 0.05em;
	color: #fa6554;
	margin-left: 10px;
}

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

.gnav-sp-wrap{
	display: none;
}

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

ul.gnav-pc li a {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #745c44;
	font-weight: bold;
	text-decoration: none;
}

ul.gnav-pc li a:hover {
	color: #fa6554;
}

.button-header a {
	display: block;
	width: 224px;
	height: 60px;
	background-color: #fa6554;
	color: #ffffff;
	font-family: "Cabin", sans-serif;
	font-size: 20px;
	letter-spacing: 0.075em;
	font-weight: bold;
	line-height: 60px;
	text-align: center;
	border-radius: 30px;
	text-decoration: none;
}

.button-header a:hover{
	opacity: 0.6;

}

#menu-button {
	display: none;
  }

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

#header h1 {
	padding-left: 20px;
}

#header h1 a {
display: flex;
}

.gnav-pc-wrap {
	display: none;
}

.header-logo {
	width: 120px;
}

p.header-title{
	font-size: 13px; 
	letter-spacing: 0.05em;
	margin-left: 8px;
}

nav.button-header{
	position: absolute;
	right: 60px;
}

.button-header a {

	width: 80px;
	height: 35px;
	font-size: 15px;
	letter-spacing: 0.075em;
	line-height: 35px;
	text-align: center;
}

#menu-button {
	display: block;
	width: 60px;
	height: 60px;
	padding: 22px 18px;
}
	
	.menu-button-inner {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	}

.menu-button-inner span {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #fa6554;
	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;
}

.gnav-sp-wrap {
    display: none;
    width: 100vw;
    height: 100vh;
    background-color: #fbe7dc;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
  }

  ul.gnav-sp li {
    text-align: center;
    margin-bottom: 30px;
  }

  ul.gnav-sp li a {
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #745c44;
    font-weight: bold;
	text-decoration:none;
  }

  ul.gnav-sp li a:hover {
	color: #fa6554;
}
}




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

#mainvisual{
	width: 100%;
	height: 100vh;
	background-image: url(../images/mainvisual-pc.png);
    background-size: cover;
	background-position: bottom;
    background-repeat: no-repeat;
	position: relative;
	margin-top: 110px;
	z-index: 1;
}

.copy-wrap{
	position: absolute;
	left: 220px;
	bottom: 200px;


}
.mv-text{
	color: #745c44;
	font-size: 60px;
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: normal;
	line-height: 1.8;
	letter-spacing: 0.1em;
}

.sub-text{
	color: #745c44;
	font-size: 30px;
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: normal;
	letter-spacing: 0.025em;
	margin: 40px 0 0 0;
	padding: 0 10px;
}

p.sub-text{
	position: relative;

}

p.sub-text span{
	z-index: 1;
	position: relative;
}

p.sub-text::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: #f8f9fb;
	opacity: 0.5;
	z-index: 0;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	#mainvisual {
	width: 100%;
	height: 160vw;
	background-image: url(../images/mainvisual-sp.png);
	margin-top: 60px;
	margin-bottom: 30px;
	}

	.mv-text {
	font-size: 40px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	}

	.copy-wrap {
	  left: 10%;
	  bottom: 40%;
	}
	.sub-text {
	  font-size: 15px;

	}
  }

/** -----------------------------------------------
  私たちについて
------------------------------------------------**/


#about{
	background-color: #fafbf6;
	padding: 110px 0 0 0;
	position: relative;
	z-index: 0;
}

.bg-shape01{
	position: absolute;
    left: 0;
	top: -50%;
	z-index: -1;
}

.bg-shape02{
	position: absolute;
right: 0;
	top: 40%;
	z-index: -1;
}

.wrap {
	display: flex;
	align-items: center;
	overflow: hidden;
}

.slideshow {
	display: flex;
	animation: loop-slide 20s infinite linear 1s both;
}
@keyframes loop-slide {
	from {
	 transform: translateX(0);
	}
	to {
	 transform: translateX(-100%);
	}
}
.content {
	width: 360px;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
#about{
	padding: 50px 0 0 0;
}

.bg-shape01{
	width: 240px;
    left: 0;
	top: -30%;
}

.bg-shape02{
	width: 176px;
	right: 0;
	top: 60%;
}

.content {
	width: 250px;
}
}

/** -----------------------------------------------
  事業について
------------------------------------------------**/

#work{
	background-color: #f8f9fb;
	position: relative;
	z-index: 0;
}

.bg-shape03{
	position: absolute;
    left: 0;
	top: 0;
	z-index: -1;
}

.bg-shape04{
	position: absolute;
    right: 0;
	top: 70%;
	z-index: -1;
}

.work-textbox{
	padding: 50px 35px 35px 35px;
	position: relative;
}

.work-titile {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.work-no{
	width: 73px;
	margin-right: 20px;
}


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

	.bg-shape03{
		width: 130px;
		left: 0;
		top: 0;

	}
	
	.bg-shape04{
		width: 142px;
		right: 0;
		top: 80%;
	}

	.work-textbox{
		padding: 40px 0px 40px 0px;
		position: relative;
	}

	.work-no{
		width: 60px;
		margin-right: 16px;
	}

}



/** -----------------------------------------------
  働く環境
------------------------------------------------**/

#benefit{
	background-color: #fafbf6;
}

#benefit .card{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.benefit-card-image{
	width: 221px;
	margin-bottom: 10px;
}

ul.benefit-list {
	padding:0.5em;
	list-style-type:none;
}
ul.benefit-list li {
	position:relative;
	padding: 0em 0.3em 0.3em 1.3em;
}
ul.benefit-list li:after,
ul.benefit-list li:before {
	position:absolute;
	top: 0.43em;
	left: 0.5em;
	content:'';
	display:block;
	background: #f4b268;
	height: 11px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
ul.benefit-list li:before {
	top: 0.6em;
	left: 0.2em;
	height:8px;
	transform:rotate(-45deg);
}

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

	#benefit .card{
		margin-bottom: 30px;
	}
	.benefit-card-image{
		max-width: 100%;
	}

}


/** -----------------------------------------------
  働くメンバー
------------------------------------------------**/

#member{
	background-color: #f8f9fb;
	position: relative;
	z-index: 0;
}

.bg-shape05{
	position: absolute;
    left: 0;
	top: 20%;
	z-index: -1;
}
/** -----
.member-card-image{
	width: 450px;
}
-----**/

.single-item{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.member-card-item{
	width: 45%;
	position: relative;
	margin-bottom: 35px;
}

.member-card-item a:hover{
	opacity: 0.7;
	transition: 0.4s ;
  }

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

	.bg-shape05{
		width: 118px;
		left: 0;
		top: -8%;
	}

	.single-item{

		display: block;
		width: 100%;
		margin: 0 auto;
	}

	}


/** -----------------------------------------------
  募集職種
------------------------------------------------**/

#job{
	background-color: #fafbf6;
	position: relative;
	z-index: 0;
}

.bg-shape06{
	position: absolute;
    right: 0;
	top: -30%;
	z-index: -1;
}

.bg-shape07{
	position: absolute;
    left: 0;
	top: 42%;
	z-index: -1;
}

.job-list-wrap{
	width: 100%;
	margin: 0 auto;
	max-width: 800px;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-weight: bold;
}

.job-button a{
	position: relative;
	display: block;
	width: 100%;
	padding: 15px 0 15px 30px;
	margin-bottom: 10px;
	background-color: #fbe7dc;
	border-radius: 15px;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #745c44;
	text-decoration: none;
}

.job-button a:hover{
	opacity: 0.5;
	transition: 0.4s ;
}

.job-button a::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 27px;
	width: 11px;
	height: 11px;
	margin: auto;
	border-top: 2px solid #fa6554;
	border-right: 2px solid #fa6554;
	transform: rotate(45deg);
	box-sizing: border-box;
}

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

.bg-shape06{
	width: 100px;
    right: 0;
	top: -10%;
}

.bg-shape07{
	width: 260px;
    left: -10%;
	top: 44%;
}

.job-button a{
	font-size: 15px;
	letter-spacing: 0.05em;
}
}

/** -----------------------------------------------
  エントリー
------------------------------------------------**/

#entry{
	background-image: url(../images/entryvisual-pc.jpg);
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
	color: #575656;
	font-size: 25px;
	font-family: "Yu Mincho", "游明朝", "YuMinco", "游明朝体", serif;
	font-weight: bold;
	line-height: 2;
	letter-spacing: 0.2em;
	position: relative;
	z-index: 1;
}

p.entry-bunner-message {
	text-align: center;
}

.entry-bunner-button{
	margin: 0 auto;
	margin-top: 60px;
	text-align: center;
}

.entry-bunner-button a{
	display: inline-block;
	width: 500px;
	height: 77px;
	background-color: #fa6554;
	color: #ffffff;
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-size: 27px;
	font-weight: bold;
	letter-spacing: 0.05em;
	border-radius: 38.5px;
	text-align: center;
	line-height: 77px;
	text-decoration: none;

}

.entry-bunner-button a:hover{
	opacity: 0.8;
	
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
#entry {
	background-image: url(../images/entryvisual-sp.jpg);
	}

	span{
		display: block;
	}
}

.entry-bunner-button a{
	width: 305px;
	height: 58px;
	font-size: 18px;
	line-height: 58px;
	max-width: 100%;

}

/** -----------------------------------------------
  フッター
------------------------------------------------**/

#footer{
	background-color: #fbe7dc;
	width: 100%;
	padding: 50px 100px;
	height: 200px;
}

.footer-wrap{
	display: flex;
	justify-content: space-between;
}

.footer-logo-wrap{
	display: flex;
	align-items: center;
}

.footer-logo {
	display: flex;
	align-items: center;
	width: 205px;
}


.footer-logo a {
	display: flex;
}

p.footer-title{
	font-family: "Cabin", sans-serif;
	font: size 20px; 
	letter-spacing: 0.05em;
	color: #fa6554;
	margin-left: 10px;

}

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

.footer-link {
	font-size: 15px;
	margin-bottom: 20px;
	display: inline;
}

.footer-link li a{
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #745c44;
	font-weight: normal;
	text-decoration: none;
}

.copyright {
	font-size: 15px;
	letter-spacing: 0.05em;
	color: #745c44;
	text-align: center;
}

/** -------- スマホ -------- **/
@media screen and (max-width: 768px) {
	#footer {
	  padding: 38px 0 32px 0;
	}

	.footer-wrap{
		display: block;
		margin-left: 24px;
	}

	.footer-link {
	  margin: 10px 0 30px 0;
	}
	.footer-link li {
	  display: block;
	}
  }

/** -----------------------------------------------

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

ul.header-navi li {
	display: inline;
	margin-right: 30px;
}

ul.header-navi li a {
	font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", sans-serif;
	font-size: 20px;
	letter-spacing: 0.05em;
	color: #745c44;
	font-weight: bold;
	text-decoration: none;
}
------------------------------------------------**/

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

.example {
	font-size: 50px;
	color: #99293D;
}




/*ここからメディアクエリで各デバイスサイズに書き分けます。
今回の課題で考慮するのはPCとスマホのみでOKですが、タブレットサイズでのスタイルを書いてもOK！
また、CSSは上から下に継承されるので、変化させたいところだけ書けばOKです*/


/** -----------------------------------------------
  Smartphone :  画面の横幅が640pxまで
------------------------------------------------**/

@media screen and (max-width:640px){
	.example {
		font-size: 20px;
		color: #AD8651;
	}
}
