@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');


/*---------------------------------------------------------
  						リセット
---------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video { margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline;}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section { display: block;} /*ブラウザーでタグが適切にレンダリングされる*/
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after { content: '';content: none;}
table {	border-collapse: collapse;border-spacing: 0;}
a, a:hover, a:link, a:visited {text-decoration: none;}


/*---------------------------------------------------------
						基本設定
---------------------------------------------------------*/

html {
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 62.5%; /* ブラウザデフォルトの文字サイズが16pxの時remで置き換えやすくするため（レスポンシブ） */
    vertical-align: baseline;
    background: transparent;
	overflow-y: scroll;
}

body {
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	color: #000;
	font-size: 1.6rem; /* 1.4rem = 14px */
	text-align: center;
	background: linear-gradient(90deg, #000 0%, #009FDF 50%, #009FDF 50%, #000 100%);
    justify-content: center;
    align-items: center;
    line-height: 1.6;
	margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
	-webkit-text-size-adjust: 100%;
}

/*HTML5 サポート - 新しい HTML5 タグを display:block に設定します。これにより、ブラウザーでタグが適切にレンダリングされます。 */
header, section, footer { display: block; }

header {
	width: 100%;
    height: 6.4rem;
	margin: 0 auto;
	padding: 0;
	color: #616159;
	font-size: 1.6rem;
	background: #FFF;
	/* ヘッダーラップ内の２DIVを両サイドに配置するため */
	display: flex;
	justify-content: space-between;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	right:0;
}

section {
	width: 128.0rem;
	margin: 0 auto;
	margin-top: 0;
	margin-bottom: 0;
	background: #000;
}

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 2rem 0;
    font-size: 1.4rem;
	color: #FFF;
	background: #009FDF;
	position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
}

h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
}



h2 { /* 各セクションタイトル */
	margin: 0 auto;
	padding: 0;
	color: #FFF;
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
	line-height: 3.0;
}

h3 { /* 各セクションテキスト */
	margin: 0 auto;
	padding: 0;
	color: #7F7F7F;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 2.8rem;
	font-weight: lighter;
	text-align: center;
	line-height: 2.4;
}

a img {
	border: none;
}






/*--------------------　同意ボタン　--------------------*/
.agree_txt {
	max-width: 750px;
    width: 80%;
	margin: 0 auto;
	margin-top: 10rem;
	margin-bottom: 6rem;
    padding: 0;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #D73F74;
}

.box3 {
	max-width: 750px;
    width: 80%;
	margin: 0 auto;
	margin-bottom: 6rem;
    padding: 0;
	text-align: center;
}

.agree_btn {
	width: 30rem;
    position: relative;
    display: inline-block;
    padding: 2.5rem 0;
	margin: 0.5rem;
    text-decoration: none;
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
	background: #D73F74;
	transition: .5s;
}
.agree_btn:hover {
	background: #B0335F;
}

.noagree_btn {
	width: 30rem;
    position: relative;
    display: inline-block;
    padding: 2.5rem 0;
	margin: 0.5rem;
    text-decoration: none;
    color: #FFF;
    font-size: 2.4rem;
    letter-spacing: 0.1rem;
	background: #777;
	transition: .5s;
}
.noagree_btn:hover {
	background: #555;
}




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

.hd_wrap {/*ロゴ*/
	padding: 0.2em 1em 0.2em;
}
.hd_wrap img {
	display: block;
	height: 5.6rem;
	margin-right: auto;
}
.hd_wrap1 {/*メニュー*/
	display: block;
	float: left;
	margin-right: 4rem;
}
.hd_wrap1 ul li {
	display: inline-block;
	padding: 2.1rem 0.5rem;
	font-size: 1.4rem;
}
.hd_wrap1 ul li:not(.list1){
	margin-left: 2rem;
}
.hd_wrap1 ul li a {
	color: #009FDF;
}
.hd_wrap1 ul li a:hover {
	color: #999;
}

.hd_wrap2 {/*ボタン*/
	background: #D73F74;
	float: left;
}
.tocc_btn {
	position: relative;
    display: inline-block;
    padding: 2.1rem 2.5rem;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    background: #009FDF;
	transition: .2s;
}
.tocc_btn:hover {
    color: #FFF;
    background: #FFD020;
}


/*--------------------　フッター　--------------------*/
.ft_wrap {
	padding: 0;
	margin: 0 auto;
}
.ft_wrap img {
	width: 8.4rem;
	margin-bottom: 2rem;
}


.ft_wrap ul {
    padding: 2.0rem;
    color: #FFF;
	font-size: 1.7rem;
	margin-bottom: 5.0rem;
	text-align: center;
}

.ft_wrap ul li {
	display: inline-block;
}
.ft_wrap ul li:not(.list1){
	margin-left: 2rem;
}
.ft_wrap ul li a, .ft_wrap ul li a:hover {
	color: #FFF;
}



/*--------------------　h1トップ　--------------------*/
.dir_wrap1 {
	height: 70rem;
	overflow: hidden;
	padding-bottom: 0;
	position: relative;
	margin-bottom: -0.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.dir_wrap1 img {
	object-fit: cover;
	width: 100%;
	z-index: 10;
}

.dir_wrap1 h1 {
	width: 100%;
	z-index: 100;
	color: #FFF;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 4.2rem;
	position: absolute;
	top: 25rem;
	left: 10rem;
	text-align: left;
}
.dir_wrap1 p {
	width: 100%;
	z-index: 100;
	color: #FFF;
	font-family: 'Noto Serif JP', sans-serif;
	font-size: 2.2rem;
	position: absolute;
	top: 40rem;
	left: 11rem;
	text-align: left;
}
.join {
	position: absolute;
    display: inline-block;
    padding: 2.1rem 2.5rem;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    background: #009FDF;
	top: 48rem;
	left: 11rem;
	transition: .2s;
	z-index: 100;
}
.join:hover {
    color: #FFF;
    background: #FFD020;
}

/*--------------------　センターロゴ　--------------------*/

.c_logo {
	padding: 15rem 0 15rem;
	background-color: #FFF;
}
.c_logo img {
	width: 30%;
	margin: 0 auto;
}


/*--------------------　h2タイトル　--------------------*/

.vision { /*ビジョン*/
	display: block;
	width: 84rem;
	padding: 20rem 22rem 20rem;
	background-color: #000;
	line-height: 6rem;
}
.vision_wrap {
	color: #FFF;
	font-size: 3.0rem;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: left;
}

.weare, .work, .prof { /*私たちについて、働く環境、会社概要*/
	padding-top: 8rem;
	padding-bottom: 4rem;
	background-color: #FFF;
}

.weare_tit, .work_tit, .prof_tit {
	font-size: 3.2rem;
	color: #000;
	margin-bottom: -2rem;
}

.weare_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	color: #000;
	font-size: 2.6rem;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: left;
	padding: 6rem;
}
.weare_wrap div, .work_wrap div, .prof_wrap div {
	flex: 1 1 42%;/* flex-grow: 1; flex-shrink: 1; flex-basis: 42%; */
}
.weare_wrap div p {
	font-size: 2.2rem;
	line-height: 5rem;
}

.weare_wrap img {
	width: 50rem;
	border-radius: 1rem;
	margin: auto;
	display:block;
}

.work_wrap { /*働く環境*/
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	color: #000;
	font-size: 2.4rem;
	text-align: left;
	padding: 6rem;
	margin: 0 auto;
}
.work_wrap img {
	width: 50rem;
	border-radius: 1rem;
	margin: auto;
	display:block;
}

.prof { /*会社概要*/
	padding-top: 8rem;
	padding-bottom: 14rem;
	background-color: #000;
}
.prof_tit {
	font-size: 3.2rem;
	color: #FFF;
	margin-bottom: -2rem;
}
.prof_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 6rem;
	color: #FFF;
	font-size: 2.2rem;
	text-align: left;
	padding: 6rem;
}
.prof_wrap div p {
	padding-bottom: 2rem;
	font-size: 2.6rem;
}
.prof_wrap div p:last-child {
	padding: 2rem 0 0 2rem;
	font-size: 2.2rem;
	line-height: 3rem;
}
.prof_wrap div ul {
	padding-left: 2rem;
	font-size: 2.2rem;
	line-height: 6rem;
}
.prof_wrap div ul li:first-child {
	padding-bottom: 2rem;
	font-size: 2.2rem;
	line-height: 3rem;
}
.prof_wrap div ul li a {
	color: #009FDF;
}
.prof_wrap div ul li a:hover {
	color: #FFD020;
}
.prof_wrap img {
	width: 50rem;
	border-radius: 1rem;
	margin: auto;
	display:block;
}


.job { /*募集職種*/
	padding-top: 8rem;
	padding-bottom: 8rem;
	background-color: #000;
}
.job_tit {
	font-size: 3.2rem;
	color: #FFF;
	margin-bottom: -2rem;
}

.job_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 5rem;
	font-size: 2.6rem;
	text-align: left;
	padding: 5rem;
}
.job-card {
	flex: 1 1 42%;/* flex-grow: 1; flex-shrink: 1; flex-basis: 42%; */
	padding: 2.4rem;
	border: 1px solid #FFF;
	border-radius: 0.8rem;
	color: #FFF;
	font-family: 'Noto Sans JP', sans-serif;
	font-size:  2.2rem;
	font-weight: lighter;
	text-align: center
}
.job-card p {
	font-size:  2.4rem;
}
.job-card p:last-child {
	margin-top: 2rem;
	margin-bottom: 2rem;
	font-size:  2.0rem;
	color: #666;
	overflow-wrap: anywhere;
}





/*--------------------　お申し込みフォーム個人情報同意　--------------------*/
.request_tit {
	width: 70%;
	height: 10rem;
	background: url("../images/title03.png") no-repeat;
	background-position: top center;
	background-size: cover;
	font-size: 3.2rem;
	color: #FFF;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.request_wrap {
	padding: 10rem 0;
	line-height: 1.6;
	text-align: left;
}
.request_wrap p {
	font-size: 1.8rem;
	padding: 4rem 4rem 1rem;
	line-height: 1.6;
	text-align: left;
}
.request_wrap p a {
	color: #54b39c;
}
.request_wrap p span{
	font-size: 2.0rem;
	font-weight: bold;
	margin-left: -2rem;
}
.request_part {
	padding: 1rem 5rem 0rem;
}
.request_part h2 {
	font-size: 1.8rem;
	font-weight: bold;
}
.request_part p {
	padding-top: 0.5rem;
	padding-left: 2.0rem;
	font-size: 1.6rem;
}



/*--------------------　お申し込みフォーム　--------------------*/
.entry_tit {
	width: 70%;
	height: 10rem;
	background: url("../images/title03.png") no-repeat;
	background-position: top center;
	background-size: cover;
	font-size: 3.2rem;
	color: #FFF;
	padding-top: 1rem;
	padding-bottom: 2rem;
}
.entry_wrap, .entry_wrap_e {
	padding: 10rem 0;
	line-height: 1.6;
	text-align: center;
}
.entry_wrap p {
	font-size: 1.8rem;
	padding: 4rem 4rem 6rem;
	line-height: 1.6;
	text-align: center;
}
.entry_wrap_e p {
	font-size: 1.8rem;
	padding: 4rem 4rem 6rem;
	margin: 20rem 0 15rem;
	line-height: 1.6;
	text-align: center;
}
.entry_wrap p a {
	color: #54b39c;
}
.entry_wrap p span{
	font-size: 2.0rem;
	font-weight: bold;
	margin-left: -2rem;
}

.entry_part {
	display: flex;
    flex-flow: row wrap;
	max-width: 750px;
    width: 80%;
	margin: 0 auto;
    margin-bottom: 1rem;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 1.8rem;
	border: none;
    color: #383d3f;
	background: #F5F5F5;
}
/*clearfix*/
.entry_part:after {
	clear: both;
}

.entry_part p {
	padding-top: 0.5rem;
	padding-left: 2.0rem;
	font-size: 1.6rem;
	text-align: left;
}

.item_tit {
    display: flex;
    width: 30%;
    padding: 2.5rem;
    vertical-align: middle;
	background: #DDD;
	text-align: left;
    float: left;
	justify-content: space-between;
}
.item_tit span {
    color: #FF0000;
    margin-left: 0.5rem;
}
.label-required {/*必須マーク*/
  	display: inline-block;
  	padding: 0.5rem 0.7rem;
  	background-color: #e52a2a;
  	color: #fff;
  	font-size: 1.4rem;
  	line-height: 1.2;
	vertical-align: middle;
}
.item_cont {
    display: flex;
    padding: 2.3rem;
    vertical-align: middle;
	background: #F5F5F5;
    float: left;
}
.item_cont li {
	margin-right: 3rem;
}
.item_cont2 {
    display: flex;
    padding: 1.8rem 2.3rem;
    vertical-align: middle;
	background: #F5F5F5;
    float: left;
}
.radio_list {
    display: flex;
	align-items: center;
	list-style: none;
}

.radio_item {
	display: none;
}


.radio_item + label::before {
  	content: "";
  	display: inline-flex;
  	justify-content: center;
  	align-items: center;
  	margin-right: 1rem;
  	border: solid 1px #b2b2b2;
  	background-color: #eee;
  	line-height: 1;
  	vertical-align: middle;
}

.radio_item + label::before {
  	width: 27px;
  	height: 27px;
  	border-radius: 50%;
  	font-size: 1.4rem;
}

.radio_item:checked + label::before {
  	content: "\26AB";
	background-color: #FFF;
}



input[ type=text ],input[ type=password ] {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	color: #333;
	font-size: 100%;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	    -ms-border-radius: 4px;
	        border-radius: 4px;
	border: 1px solid #ddd;
	box-shadow: none;
	width: 30rem;
	height: 4rem;
	padding: 0 10px 2px;
    zoom: 1;
}

input[ type=text ]:focus, input[ type=password ]:focus {
	border: 1px solid #54B39C;
	background-color: #D6F3E6;
	padding: 0 9px 2px;
}
input[ type=text ], textarea, select {
	outline: none;
}
textarea {
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	     -o-border-radius: 4px;
	    -ms-border-radius: 4px;
	        border-radius: 4px;
	border: 1px solid #ddd;
	color: #333;
    font-size: 100%;
	width: 40rem;
	max-width: 42rem;
	height: 20rem;
	padding: 10px 10px 2px;
	box-shadow: none;
    zoom: 1;
}
textarea:focus {
	border: 1px solid #54B39C;
	background-color: #D6F3E6;
	padding: 9px 9px 2px;
}




/*--------------------　プライバシーポリシー　--------------------*/
.policy_tit {
	width: 70%;
	height: 10rem;
	background: url("../images/title02.png") no-repeat;
	background-position: top center;
	background-size: cover;
	font-size: 3.6rem;
	color: #FFF;
	padding-bottom: 2rem;
}

.policy_wrap {
	padding: 10rem 0;
	line-height: 1.6;
	text-align: left;
}
.policy_wrap p {
	font-size: 2.0rem;
	padding: 4rem 4rem 1rem;
	line-height: 1.6;
	text-align: left;
}
.policy_wrap p a {
	color: #54b39c;
}
.policy_wrap p span{
	font-size: 2.0rem;
	font-weight: bold;
	margin-left: -2rem;
}
.policy_part {
	padding: 5rem 5rem 0rem;
}
.policy_part h2 {
	border-top: 3px solid;
	border-image: linear-gradient(to right, #D73F74, #54B39C) 1;
}
.policy_part p {
	padding-top: 1rem;
}



.policy_part ol {
	list-style-type: upper-latin;
    padding: 1.0rem 4.5rem 1.0rem 6.5rem;
    color: #54b39c;
	font-size: 1.7rem
}

.policy_part ol li ul.child {
    list-style-type: none;
    padding: 10px 5px 0;
}

.policy_part ol li ul.child li{
  list-style-position: inside;
  counter-increment: cnt;
}

.policy_part ol li ul.child li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

.policy_part ol li a,.policy_part ol li a:hover {
	color: #54b39c;
}




/*--------------------　創業者メッセージ　--------------------*/

.mess {
	width: 128rem;
	padding: 20rem 0 14rem;
	background-color: #000;
	line-height: 6rem;
}
.mess_wrap {
	color: #FFF;
	font-size: 3.0rem;
	font-family: 'Noto Serif JP', sans-serif;
}

.mess_main {
	padding-top: 0;
	padding-bottom: 4rem;
	background-color: #FFF;
	text-align: left;
}
.mess_main_wrap {
	display: block;
	color: #000;
	font-size: 2.0rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	padding: 4rem;
}
.mess_main_wrap h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #009FDF;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: -2rem;
}
.mess_main_wrap p {
	padding: 2rem 0;
}
.mess_main_wrap p span {
	color: #009FDF;
	font-size: 1.4rem;
}

.mess_main_wrap2 {
	text-align: right;
}
.mess_main_wrap2 p {
	padding: 0 22rem 0 0;
}
.mess_main_wrap2 img {
	width: 30rem;
	padding-right: 4rem;
}
blockquote {
	margin: 3rem 0 0;
	padding: 3rem;
	background: #f0f8ff;
	border-left: 10px solid #009FDF;
	font-style: italic;
}

/*--------------------　採用情報　--------------------*/

.recr {
	width: 128rem;
	padding: 20rem 0 14rem;
	background-color: #009FDF;
	line-height: 6rem;
}
.recr_wrap {
	color: #FFF;
	font-size: 3.0rem;
	font-family: 'Noto Serif JP', sans-serif;
}

.recr_main {
	padding-top: 0;
	padding-bottom: 4rem;
	background-color: #FFF;
	text-align: left;
}
.recr_main_wrap {
	display: block;
	color: #000;
	font-size: 2.0rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	padding: 4rem;
}
.recr_main_wrap h2 {
	font-size: 2.6rem;
	font-weight: bold;
	color: #009FDF;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: -1rem;
}
.recr_main_wrap ul {
	list-style: disc;
	padding-left: 2rem;
	font-size: 2.0rem;
	line-height: 3.6rem;
}

.recr_note {
	display: block;
	color: #000;
	font-size: 1.6rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	padding: 4rem;
}
.recr_note a {
	color: #009FDF;
}
.recr_note a:hover {
	color: #FFD020;
}


.link {
	display: block;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: center;
	padding: 4rem 0;
	line-height: 6rem;
}
.link a {
	color: #009FDF;
}
.link a:hover {
	color: #FFD020;
}


/*--------------------　プライバシーポリシー　--------------------*/

.prpo {
	width: 128rem;
	padding: 20rem 0 14rem;
	background-color: #009FDF;
	line-height: 6rem;
}
.prpo_wrap {
	color: #FFF;
	font-size: 3.0rem;
	font-family: 'Noto Serif JP', sans-serif;
}

.prpo_main {
	padding-top: 0;
	padding-bottom: 4rem;
	background-color: #FFF;
	text-align: left;
}
.prpo_main_wrap {
	display: block;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	padding: 4rem;
}
.prpo_main_wrap h2 {
	font-size: 2.0rem;
	font-weight: bold;
	color: #009FDF;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: -1rem;
}
.prpo_main_wrap ul {
	list-style: disc;
	padding-left: 2rem;
	font-size: 1.8rem;
	line-height: 3.6rem;
}
.prpo_note {
	display: block;
	color: #000;
	font-size: 1.8rem;
	font-family: 'Sawarabi Gothic', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	text-align: left;
	padding: 4rem;
}
.prpo_main_wrap a {
	color: #009FDF;
}
.prpo_main_wrap a:hover {
	color: #FFD020;
}





/*---------------------------------------------------------
					幅768px以下の時
---------------------------------------------------------*/
@media screen and (max-width: 76.8rem){
	
	header {
		width: 100%;
    	height: 6.4rem;
		margin: 0 auto;
		padding: 0;
		font-size: 1.6rem;
	}
	
	section {
		width: 100%;
		margin: 0 auto;
		margin-top: 0;
		margin-bottom: 0;
	}
	
	footer {
		width: calc(100% - 10vw);
		height: auto;
		margin: 0 auto;
		padding: 2rem 5vw 0;
    	font-size: 1.4rem;
		position: relative;/* IE6 に、適切にクリアするための hasLayout を指定 */
	}

	
	
	.hd_wrap img {
		width: 14.0rem;
	}

	.tocc_btn {
    	padding: 2.4rem 1.5rem;
    	margin: 0;
    	font-size: 1.0rem;
    	letter-spacing: 0.1rem;

	}
	.continfo_btn1 {
		width: 100%;
		margin: 0.5rem 0;
}
	.continfo_btn2 {
		width: 100%;
		margin: 0.5rem 0;
	}

	
	
	/*--------------------　h1トップ演出イメージ１つ目　--------------------*/
	.dir_wrap1 {
		height: 60vw;
		overflow: hidden;
		padding-bottom: 0;
		position: relative;
		margin-bottom: -0.7rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.dir_wrap1 img {
		object-fit: cover;
		width: 100%;
		z-index: 10;
	}

	.dir_wrap1 h1 {
		width: 100%;
		z-index: 200;
		color: #FFF;
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 5vw;
		position: absolute;
		top: 14vw;
		left: 5vw;
		text-align: left
	}
	.dir_wrap1 p {
		width: 100%;
		z-index: 200;
		color: #FFF;
		font-family: 'Noto Serif JP', sans-serif;
		font-size: 2.8vw;
		position: absolute;
		top: 31vw;
		left: 5.5vw;
		text-align: left
	}
	.join {
		position: absolute;
    	display: inline-block;
    	padding: 2.4vw 2.5vw;
    	margin: 0;
    	text-decoration: none;
    	color: #FFF;
    	font-size: 2.2vw;
    	letter-spacing: 0.2rem;
    	background: #009FDF;
		top: 38vw;
		left: 5vw;
		transition: .2s;
		z-index: 100;
	}
	.join:hover {
    	color: #FFF;
    	background: #FFD020;
	}
	
	
	
	/*--------------------　センターロゴ　--------------------*/

	.c_logo {
		padding: 10vw 0;
	}
	.c_logo img {
		width: 33%;
		margin: 0 auto;
	}
	
	/*--------------------　h2タイトル　--------------------*/
	
	
	.vision { /*ビジョン*/
		display: block;
		width: calc(100% - 20vw);
		padding: 15vw 10vw;
		background-color: #000;
		line-height: 6vw;
	}
	.vision_wrap {
		color: #FFF;
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		font-family: 'Noto Serif JP', sans-serif;
		text-align: left;
	}
	
	
	.weare, .work, .prof { /*私たちについて、働く環境、会社概要*/
		width: calc(100% - 20vw);
		padding: 10vw 10vw;
		background-color: #FFF;
	}
	
	.weare_tit, .prof_tit {
		font-size: min(6.2vw,36px);/*36px以上にならないように*/
		color: #000;
		margin-bottom: 0;
	}
	.work_tit {
		font-size: min(6.2vw,36px);/*36px以上にならないように*/
		color: #000;
		margin-bottom: 4vw;
	}
	.job_tit {
		font-size: min(6.2vw,36px);/*36px以上にならないように*/
		color: #FFF;
	}
	
	.weare_wrap, .work_wrap, .prof_wrap {
		display: block;
		padding: 0;
		gap:0;
	}
	.weare_wrap div, .work_wrap div, .prof_wrap div {
		display: block;
		margin: 0 auto;
		margin-bottom: 10vw;
		padding: 0;
	}
	.weare_wrap div p, .work_wrap div p {
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		line-height: 7vw;
	}
	
	.weare_wrap img, .work_wrap img {
		width: 100%;
		max-width: 640px;
		border-radius: 1rem;
		margin: auto;
		display:block;
	}

	.work_wrap div ul {
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		line-height: 7vw;
		text-align: initial;
	}
	
	.prof { /*会社概要*/
		background-color: #000;
	}
	.prof_tit {
		color: #FFF;
		margin-bottom: 5vw;
	}

	.prof_wrap div p {
		padding-bottom: 6vw;
		font-size: min(5.4vw,30px);/*30px以上にならないように*/
	}
	.prof_wrap div p:last-child {
		padding: 2rem 0 0 0rem;
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		line-height: 5vw;
	}
	.prof_wrap div ul {
		padding-left: 0;
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		line-height: 10vw;
	}
	.prof_wrap div ul li:first-child {
		padding-bottom: 2rem;
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
		line-height: 5vw;
	}
	.prof_wrap img {
		width: 100%;
		max-width: 640px;
		border-radius: 1rem;
		margin: auto;
		display:block;
	}
	.job_wrap {
		display: block;
		width: calc(100% - 20vw);
		padding: 10vw 10vw;
	}
	.job-card {
		display: block;
		margin-top: 6vw;
	}
	h3 { /* 各セクションテキスト */
		font-size: min(4.2vw,30px);/*30px以上にならないように*/
	}
	.job-card p {
		font-size: min(4.0vw,26px);/*30px以上にならないように*/
	}
	.job-card p:last-child {
		font-size: min(3.6vw,18px);/*30px以上にならないように*/
	}
	
	
	/* 創業者メッセージ、採用情報 */
	.mess,.recr {
		width: calc(100% - 20vw);
		padding: 20rem 10vw 14rem;
	}
	
	
	/* プライバシーポリシー */
	.policy_wrap p {
		font-size: 1.6rem;
		padding: 4rem 2rem 1rem;
	}
	.policy_wrap p a {
		color: #54b39c;
	}
	.policy_part {
		padding: 2rem 2rem 0rem;
	}
	.policy_part h2 {
		font-size: 1.7rem;
		font-weight: bold;
		border-top: 2px solid;
	}
	.policy_part p {
		padding: 0 1.5rem;
	}
	.policy_part ol {
		list-style-type: upper-latin;
	    padding: 1.5rem 1.5rem 1.0rem 4.0rem;
	    color: #54b39c;
		font-size: 1.5rem
	}
	.policy_part ol li ul.child {
	    list-style-type: none;
	    padding: 10px 5px 0;
	}
	.policy_part ol li ul.child li{
		list-style-position: inside;
		counter-increment: cnt;
	}
	.policy_part ol li ul.child li:before{
		display: marker;
		content: "(" counter(cnt) ") ";
	}
	.policy_part ol li a,.policy_part ol li a:hover {
		color: #54b39c;
	}
	
	
	/* 同意ページ */
	.request_wrap p {
		font-size: 1.6rem;
		padding: 4rem 2rem 1rem;
	}
	.request_part {
		padding: 0rem 2rem 0rem;
	}
	.request_part h2 {
		font-size: 1.7rem;
		line-height: 1.6;
	}
	.request_part p {
		padding: 1.5rem 1rem 2rem 1.5rem;
		font-size: 1.5rem;
	}
	/* 同意ボタン */
	.agree_txt {
		margin-top: 5rem;
		margin-bottom: 3rem;
	}
	
	/* お問い合わせ・お申し込み */
	.entry_wrap p {
		font-size: 1.6rem;
		padding: 4rem 2rem 6rem;
		text-align: left;
	}
	.entry_part {
    	flex-flow: column;
    	width: 95%;
	}
	.entry_part:after {
		clear: none;
	}
	.item_tit {
    	width: calc(100% - 4rem);
    	padding: 2.0rem;
	}
	.item_cont li {
		margin-right: 2rem;
		font-size: 1.6rem;
	}
	.item_cont2 input {
		width: 100%;
	}

	.entry_wrap_e p {
		margin: 10rem 0 10rem;
	}
	
}



/*---------------------------------------------------------
					幅420px以下の時
---------------------------------------------------------*/
@media screen and (max-width: 42.0rem){
	
	.hd_wrap1 {
		display: none;
	}

}

