@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

/* ------------------------------
 PC、SP共通
------------------------------ */

* {
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
}

html {
	-webkit-text-size-adjust: none;
	scroll-behavior: smooth;
}
body {
	background-color: #FFF;
	margin: 0 auto;
	color: #111;
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
}
table {
	text-align: left;
	border-collapse: collapse;
}
td {
	vertical-align: top;
}
hr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	width:auto;
	border: none;
	vertical-align: middle;
	image-rendering: -webkit-optimize-contrast;
}

p {
	line-height: 1.75em;
}
ul {
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0;
}
li {
	line-height: 2em;
}
a {
	transition: all 100ms 0s ease;
}
a:hover {
	opacity: 0.5;
}
dl,dt,dd {
	clear: both;
}

span.none {
	display: none;
}
.clear {
	clear: both;
}
.fnt_s {
	font-size: 0.7em;
}
.fnt_l {
	font-size: 1.3em;
}
.bg_gray {
	background-color: #EEE;
}
p.p_right {
	text-align: right;
}
span.red {
	color: #E10000;
	font-weight: bold;
}
span.blue {
	color: #0065CB;
	font-weight: bold;
}
span.bg_y {
	background-image: linear-gradient(transparent 60%, #fcd900 50%);
}
span.bold {
	color: #000000;
	font-weight: bold;
}

/* ------------------------------
 見出し部分
------------------------------ */

h1#logo {
	margin: 0;
	padding: 0;
	clear: both;
}
h2,h3,h4 {
	clear: both;
}

/* ------------------------------
 トップボタン
 SP時最下部にボタンつける場合は別クラスで追加指定
 位置はそれぞれ調整
------------------------------ */

div.pagetop {
	width: auto;
	margin: 0;
	position: fixed;
	right: 20px;
	z-index: 900;
	pointer-events: none;
	font-size: 0.8rem;
}
div.pagetop a {
	background-color: #FFF;
	padding: 15px 20px;
	border: solid 1px #BBB;
	text-decoration: none;
	color: #555;
	pointer-events: auto;
}
div.pagetop a:hover {
	opacity: 1;
	color: #FFF;
	background-color: #555;
}


/* ------------------------------
 フォーム
------------------------------ */

input {
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #BBB;
	border-radius: 3px / 3px;
}
input.input_box {
	width: 100%;
	padding: 10px 5px;
	font-size: 1rem;
	box-sizing: border-box;
}
input.input_box02 {
	width: 50%;
	padding: 10px 5px;
	font-size: 1rem;
	box-sizing: border-box;
}
input.input_box03 {
	width: 20%;
	padding: 10px 5px;
	font-size: 1rem;
	box-sizing: border-box;
}
textarea.input_box {
	width: 100%;
	height: 200px;
	border-top: solid 1px #FFF;
	border-left: solid 1px #FFF;
	border-right: solid 1px #FFF;
	border-bottom: solid 1px #BBB;
	padding: 10px 5px;
	font-size: 1rem;
	box-sizing: border-box;
}
::-webkit-input-placeholder {
	color: #aaa;
}
::-moz-placeholder {
	color: #aaa;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #aaa;
}
label, input[type='radio'] {
	cursor: pointer;
}
label, input[type='checkbox'] {
	cursor: pointer;
}
select {
	padding: 5px 10px;
	border: solid 1px #BBB;
	font-size: 1em;
}
p.thanks {
	text-align: center;
	font-size: 1.3em;
	margin: 100px auto;
}

/* ------------------------------
 確認画面部分
------------------------------ */

div.wrapper_confirm {
	max-width: 700px;
}
table.formTable {
	width: 100%;
	margin: 20px auto;
	border-top: solid 1px #ddd;
	border-left: solid 1px #ddd;
	border-collapse: collapse;
}
table.formTable th {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 10px 10px;
	background-color: #EEE;
	font-weight: normal;
}
table.formTable td {
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	padding: 5px 5px;
}

div#formWrap {
	max-width: 700px;
	margin: 0 auto;
}
div#formWrap input {
	font-size: 1rem;
	padding: 5px 10px;
	margin-bottom: 5px;
}
p.error_messe {
	text-align: left;
	color: #F00;
}
p.form_text01 {
	font-weight: bold;
	font-size: 1.2em;
}


/* ------------------------------
 見出し部分
------------------------------ */

h1 {
	color: #123a72;
	font-size: 2.8rem;
	font-weight: normal;
}
div.h1_bg {
	width: 100%;
	background-color: #fff2ca;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 120px;
}
h2 {
	display: flex;
	justify-content: center;
	color: #123a72;
	font-size: 2.5rem;
	margin: 50px 0;
}
h3 {
	color: #123a72;
	border-bottom: solid 1px #123a72;
	font-size: 2.1rem;
	margin: 30px 0;
}

/* ------------------------------
 セクション
------------------------------ */

section {
	overflow: hidden;
	text-align: left;
}
section.bg01 {
	background-color: #fff2ca;
}
section p {
	margin: 0 0 30px;
}
section div.wrapper ul,
section div.wrapper ol {
	margin: 30px 40px;
}
section div.wrapper li {
	margin-bottom: 5px;
}

/* ------------------------------
 画像関連
------------------------------ */

img.imgleft {
	float: left;
	margin: 0 40px 40px 0;
}
img.imgright {
	float: right;
	margin: 0 0 40px 40px;
}

/* ------------------------------
 テキスト関連
------------------------------ */

p.center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}

/* ------------------------------
 全体
------------------------------ */

div.wrapper {
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}
section div.wrapper {
	margin: 30px auto !important;
	padding: 0 10px;
}
section div {
	overflow: hidden;
	clear: both;
}


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

header {
	background-color: #FFF;
}
header div.wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.header_left {
	width: 310px;
	height: 100px;
	display: flex;
	align-items: center;
}
div.header_right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
div.header_nav {
	width: 500px;
	display: flex;
	align-items: flex-end;
}
div.header_contact {
	width: 100px;
}
div.header_contact a {
	display: block;
	height: 100px;
	background-color: #ff0451;
	display: flex;
	justify-content: center;
	align-items: center;
}
div.header_contact a:hover {
	opacity: 1;
	background-color: #750024;
}


/* ------------------------------
 メイン画像
------------------------------ */

div.topimg {
	margin: 0 auto;
	background-color: #DDD;
	display: flex;
	justify-content: center;
}

/* ------------------------------
 トップページ01
------------------------------ */

div.index01_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.index01_img {
	width: 22.5%;
}
div.index01_text {
	width: 48%;
}

/* ------------------------------
 トップページ02
------------------------------ */

div.index02_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.index02 {
	background-color: #FFF;
	border-radius: 5px / 5px;
	box-sizing: border-box;
	width: 32%;
	padding: 10px 10px 0;
}
div.index02 p {
	font-weight: bold;
	margin: 10px 0 !important;
}

p.button01 {
	text-align: center;
	font-size: 1.8rem;
	margin: 80px 100px;
}
p.button01 a {
	display: block;
	color: #FFF;
	background-color: #ff0451;
	border-radius: 5px / 5px;
	text-decoration: none;
	padding: 10px 0;
}

/* ------------------------------
 おしらせ
------------------------------ */

div.info {
	background-color: #FFF;
	border: solid 1px #DDD;
	box-sizing: border-box;
	overflow: auto;
	max-width: 800px;
	height: 300px;
	margin: 10px auto;
	padding: 30px 30px;
}
div.info dl {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	border-bottom: solid 1px #DDD;
	padding: 15px 0;
}
div.info dl dt {
	width: 15%;
}
div.info dl dd {
	width: 80%;
}

/* ------------------------------
 パンくず
------------------------------ */

div.bread {
	background-color: #FF8000;
	padding: 2px 20px;
}
div.bread p {
	text-align: right;
	font-size: 0.7rem;
	color: #FFF;
}
div.bread p a {
	text-decoration: none;
	color: #FFF;
}

/* ------------------------------
 業務内容
------------------------------ */

div.sample {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px auto;
}
div.sample div {
	width: 45%;
}

/* ------------------------------
 会社概要
------------------------------ */

div.about_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.about_wrapper dl {
	border-bottom: solid 1px #DDD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.about_wrapper dt {
	width: 25%;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
	line-height: 1.8em;
}
div.about_wrapper dd {
	width: 75%;
	padding: 10px 0;
	line-height: 1.8em;
}
div.about_wrapper dd ul {
	margin: 10px 25px;
}

div.google-maps {
	max-width: 800px;
	margin: 30px auto;
}

div.livecamera {
	max-width: 800px;
	margin: 30px auto;
}

/* ------------------------------
 求人
------------------------------ */

div.recruit_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.recruit_wrapper dl {
	border-bottom: solid 1px #DDD;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.recruit_wrapper dt {
	width: 25%;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
}
div.recruit_wrapper dd {
	width: 75%;
	padding: 10px 0;
}
div.recruit_wrapper dd ul {
	margin: 10px 25px;
}

/* ------------------------------
 お問い合わせ
------------------------------ */

div.inq_wrapper {
	max-width: 800px;
	margin: 30px auto;
}
div.inq_wrapper dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
div.inq_wrapper dt {
	width: 24%;
	text-align: right;
	font-weight: bold;
	color: #000;
	padding: 10px 0;
}
div.inq_wrapper dd {
	width: 74%;
	padding: 10px 0;
}
div.inq_wrapper dd ul {
	margin: 0px 10px !important;
	list-style: none;
}
div.inq_wrapper dd li {
	float: left;
	margin-right: 30px;
}
div.inq_wrapper dd label input {
	margin-right: 10px;
}
div.inq_wrapper span.red {
	font-size: 0.6em;
}

input.button {
	-webkit-appearance: none;
	font-size: 1.2rem;
	padding: 10px 15px;
	border: solid 1px #BBB;
}

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

footer {
	overflow: hidden;
	font-size: 0.8rem;
	margin: 40px 0 0 0;
	padding-bottom: 60px;
}
footer ul {
	list-style: none;
	margin: 10px 10px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
footer li {
	padding: 0 10px;
}
footer li+li {
	border-left: solid 1px #aaa;
}
footer a {
	color: #000;
	text-decoration: none;
}
footer p {
	clear: both;
	margin: 10px auto;
}

div.bottom_link {
	display: none;
}


.smart_only {
	display: none;
}

p.smart_center {
	clear: both;
	margin: 0 !important;
	padding: 0 !important;
}
p.pc_center {
	text-align: center;
	margin: 50px auto !important;
	clear: both;
}




div.pagetop {
	bottom: 20px;
}


.hamburger-menu {
	display: none;
}

header {
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	z-index: 999;
}
main {
}


/* ------------------------------
 メニュー
------------------------------ */

#gnavWrap ul,
#gnavWrap li{
	list-style: none;
	margin: 0;
	padding: 0;
}

nav {
	width: 100%;
}
/* 親階層 */
ul.gnav {
	width: 100%;
	font-size: 0.9rem;
	margin: 0 auto !important;
	display: flex;
}
.gnav li {
	position: relative;
}
.gnav > li {
	flex-grow: 1;
}

.gnav li a {
	color: #000;
	text-decoration: none;
	width: 100%;
	line-height: 50px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
}
.gnav li a:hover {
	opacity: 1 !important;
}
nav li a::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 3px;
	background: #ff0451;
	transform: scale(0, 1);
	transition: transform .2s;
}
nav li a:hover::after {
	transform: scale(1, 1);
}
nav li a::after {
	transform-origin: center top;
}

/* 子階層 */
.gnav li ul {
	width: 100%;
	min-width: max-content;
	position: absolute;
	font-size: 0.8rem;
	transform: scaleY(0);/*デフォルトでは非表示の状態にしておく*/
	transform-origin: center top;/*変形を適応する基準をtopとする*/
	transition: all .5s;/*表示の変化時間*/
	top: 50px;/*ナビの高さ*/
	left: 0;
}
.gnav li li {
	overflow: hidden;
	background: #FFF;
}
.gnav li li a {
	width: 100%;
	border-bottom: 2px solid #ccc;
	padding: 0 10px;
}
.gnav li:hover > ul {
	transform: scaleY(1);/*Gナビメニューにホバーしたら表示*/
}
.gnav li:hover > ul > li {
	height: 100%;
}
