@charset "utf-8";
/* サイト全体で使うwebフォント設定 */
/* ゴシック系 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;700&display=swap');
/* 明朝系 */
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;700&display=swap'); */


/* 共通 --------------------------*/
/* ページ全体に関わるCSSの設定 */
html *,
::before,
::after {
	box-sizing: border-box;
}
/* ページ内リンクを時間をかけてながら表示する */
html {
	scroll-behavior: smooth;
}
/* フォント */
html {
	font-size: 14px;
}
@media (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
/* フォント設定 */
body {
	font-family: 'Noto Sans JP', sans-serif;
	/* font-family: 'Noto Serif JP', serif; */
	font-weight: 400; /* 太さを指定 */
}
/* おもな太字タグのフォントウェイトと余白設定 */
h1, h2, h3, h4, h5, h6, th, strong {
	font-weight: 700;
	margin: 0;
	padding: 0;
}
/* 段落タグの余白設定 */
p {
	margin: 0;
	padding: 0;
}

/* ベースのリンクカラー */
a {
	color: #f30;
}

/* レスポンシブイメージと画像下スペース防止 */
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/* 画像下のスペースを消す */
}

/* /ページ全体に関わるCSSの設定 */

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


/* ここから下に、個別のスタイルシートを追加していく。 */

/* ヘッダーコンテナ */
.header-container {
	margin: 0 auto;
	padding: 0;
}
@media (min-width: 768px) {
	.header-container {
		margin: 0 auto;
		padding: 0 20px;
		max-width: 1040px;
	}
}

/* ヘッダーロゴ */
.header-logo {
	margin: 0;
	padding: 20px 0 10px 0;
	font-size: 0;
	line-height: 0;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.header-logo img {
	width: 180px;
}
@media (min-width: 768px) {
	.header-logo {
		padding: 40px 0 10px 0;
	}
 .header-logo img {
	width: 200px;
	}
}

/* モバイルメニュー ここから ---------------------------- */
@media (max-width: 767px) {/* sp */
	.navbtn {
		display: block;
		width: 60px;
		height: 60px;
		background-image: url(../images/nav-mobile-open.svg);
		background-repeat: no-repeat;
		background-size: 60px 60px;
		background-position: center center;
		position: fixed;
		top: 0px;
		/*left: 0px;ボタンの位置-左*/
		right: 0px;/*ボタンの位置-右*/
		z-index: 1;
	}
	.navbtn.close {
		background-image: url(../images/nav-mobile-close.svg);
	}
	.header-container {
		height: ;
	}
	.header-container .navbtn.close {
		background-color: hsla(0,100%,0%,0.5);/*追加*/
		background-image: url(../images/nav-mobile-close.svg);
		background-size: 60px 60px;
		/*background-position: top left;ボタンの位置-左*//*追加*/
		background-position: top right;/*ボタンの位置-右*//*追加*/
		width: 100vw;
		height: 100vh;
	}
	/* ヘッダーナビ */
	.header-nav {
		position: fixed;
		top: 60px;
		width: 100vw;
		z-index: 2;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.header-nav.collapse {
		display: none;
	}   
	.header-nav li a {
		display: block;
		padding: 20px 30px;
		border-top: 1px solid #d8d8d8;
		background: #ebbebe;
		color: #000;
		text-decoration: none;
	}
	.header-nav li a:hover {
		opacity: 0.7;
		background: #b8e5ea;
	}
}
/* PC向けレイアウト */
@media (min-width: 768px) {	/* pc */
	.navbtn {
		display: none;
	}
	.header-nav {
		display: flex !important;
		flex-direction: row;
		justify-content: center;
		list-style-type: none;
	}
	.header-nav li a {
		margin: 6px 10px 2px 10px;
		padding: 0px;
		border-top: none;
		border-bottom: 4px solid transparent;
		background: none;
		text-decoration: none;
		color: #000;
	}
	.header-nav li a:hover {
		border-bottom: 4px solid #ebbebe;
		opacity: 0.7;
		color: black;
		background: none;
	}
}
/* /モバイルメニュー ここまで ---------------------------- */




/* メインコンテナ */
.main-container {
	margin: 0 auto;
	padding: 0 4%;	
}
h2 {
text-decoration-line: underline;
padding: 0 0 10px 0;
}
@media (min-width: 768px) {
.main-container {
 max-width: 1040px;
 margin: 0 auto;
 padding: 0 20px;
 }
h2 {
text-decoration-line: underline;
padding: 0 0 10px 0;
}
}
/* メイングラフィック */
.main-image {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto;
}
/* はじめに */
.main-topic1 p {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	padding: 0 4%;
	text-align: justify;
	line-height: 2em;	
}

/* はじめにPC */
@media (min-width: 768px) {
.main-topic1 p {
 display: flex;
 flex-direction: row;
 max-width: 900px;
 margin: 0 auto;
 padding: 0 20px;
 font-size: 16px;
 
 }
}
/* ボックスを囲む */
.main-topic1 {
	margin: 20px 0;
	padding: 1rem;
	background-color: #ebbebe;
	 
}
/* サブグラフィック1 */
.sab1-image {
	max-width: 85%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto;
}

/* コーヒーのメリット */
.main-topic2 p {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	padding: 0 4%;
	text-align: justify;
	line-height: 2em;
}

/* コーヒーのメリットPC */
@media (min-width: 768px) {
.main-topic2 p {
 display: flex;
 flex-direction: row;
 max-width: 900px;
 margin: 0 auto;
 font-size: 16px;
 padding: 0 20px;
 }
}
/* ボックスを囲む */
.main-topic2 {
	margin: 20px 0;
	padding: 1rem;
	background-color: #ebbebe; 
}
/* サブグラフィック2 */
.sab2-image {
	max-width: 85%;
	height: auto;
	vertical-align: bottom;
	margin: 0 auto;
}
/* コーヒーのデメリット */
.main-topic3 p {
	display: flex;
	flex-direction: column;
	margin: 10px 0;
	color: #000;
	font-weight: 400;
	font-size: 14px;
	padding: 0 4%;
	text-align: justify;
	line-height: 2em;
}


/* コーヒーのデメリットPC */
@media (min-width: 768px) {
.main-topic3 p {
 display: flex;
 flex-direction: row;
 max-width: 900px;
 margin: 0 auto;
 font-size: 16px;
 padding: 0 20px;
 }
}
/* ボックスを囲む */
.main-topic3 {
	margin: 20px 0;
	padding: 1rem;
	background-color: #ebbebe; 
}
/* フッターコンテナ */
.footer-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
  	align-items: center;
	background: #ebbebe;
	padding: 30px 4%;
}
/* フッターコンテナPC */
@media (min-width: 768px) {
	.footer-container {
	 max-width: 1040px;
	 margin: 0 auto;
	 padding: 30px 10px;
	}
}
/* フッターのナビゲーション */
.footer-nav ul {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}
.footer-nav li {
	margin: 0 0 1rem 0;
	font-size: .875rem;

}
.footer-nav li a {
	color:  #fff;
	text-decoration: none;
}
.footer-nav li a:hover {
	opacity: 0.5;
	color: #fff;
	text-decoration: underline;
}
/* フッターのナビゲーションPC */
@media (min-width: 768px) {
	.footer-nav ul {
		flex-direction: row;
		justify-content: center;
	}
	.footer-nav li {
		margin: 0 1rem;
	}
}
/* ページトップボタン */
.pagetop {
    height: 50px;
    width: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #000;
    border: solid 2px #000;
    border-radius: 50%;
	  box-shadow: 0 4px 6px rgb(0 0 0 / 30%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}
.pagetop:hover {
background: red;
	}
.pagetop__arrow {
    height: 10px;
    width: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(20%) rotate(-45deg);
}

/**
* ***************************************
* ［form.html］フォームページ
* ***************************************
*/
/* フォーム - キャッチフレーズコンテナ */
.apply .campaign-container {
	margin: 0 auto;
	padding: 60px 4%;
	max-width: 1040px;
	background-image: url(../images/form-title-bg1.svg), url(../images/form-title-bg2.svg);
	background-position: left top 10px, right top 10px;
	background-repeat: no-repeat;
}
@media (min-width: 768px) {
	.apply .campaign-container {
		padding: 60px 20px;
	}
}
/* フォーム - フォームコンテナ */
.apply .form-container {
	margin: 0 auto;
	padding: 0 4% 30px 4%;
	max-width: 640px;
}
@media (min-width: 768px) {
	.apply .form-container {
		padding: 0 20px 30px 20px;
	}
}

/**
* ---------------------------------------
* ［form.html］フォームページ - モジュール
*/
/* 見出しとテキスト */
.apply-title {
	margin: 0 0 60px 0;
	text-align: center;
	font-size: 1.25rem;
	line-height: 1.5;
}
.apply-title span {
	font-size: 1.875rem;
	font-family: 'Croissant One', cursive;
	font-weight: 400;
}
.apply-lead {
	margin: 0;
	line-height: 1.9;
}

/* 入力フォームのフォントサイズを大きくする */
input, textarea, label {
	font-size: 16px;
}
/* テキストフィールドとメールアドレスフィールド */
.form p {
	margin: 0 0 30px 0;
	line-height: 1.9;
}
.required {
	margin-left: 10px;
	font-size: .875rem;
	color: red;
}
input[type="text"],
input[type="email"] {
	width: 100%;
	padding: 10px;
	border: 1px solid #747474;
}

/* メッセージ（テキストエリア） */
textarea {
	width: 100%;
	height: 6rem;
	padding: 10px;
	border: 1px solid #747474;
	line-height: 1.5;
}
/* チェックボックス */
input[type="checkbox"] {
	margin-right: 10px;
}
/* 送信ボタン */
.form-button {
	margin-bottom: 0;
	text-align: center;
}
input[type="submit"] {
	padding: 20px 30px;
	background-color: #000;
	border: none;
	border-radius: 40px;
	color: #fff;
}
input[type="submit"]:hover {
	opacity: .5;
}


