@charset "utf-8";
/* common.css */

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* reset    　　　　　　　　　                                            */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

body, div, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
dl, dt, dd, ol, ul, li, form, label, table, tr, th, td {
	padding: 0;
	font-weight: normal;
	font-size: 100%;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}

body {
	-webkit-text-size-adjust: 100%;
}

img {
	vertical-align: bottom;
	border: 0;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* clear fix 　　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.row:before,
.doc_set:before,
.inner:before,
.cf:before,
.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	content: "";
	display: table;
}

.row:after,
.doc_set:after,
.inner:after,
.cf:after {
	clear: both;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	line-height: 2em;
	font-size: 17px;
	color: #000000;
	width:100%;
    height:100%;
    min-width:1024px;
}

/* ボックス */
.inner {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1500px;
	min-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.inner_m {
	padding-top: 152px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1080px;
	min-width: 984px;
	padding-left: 20px;
	padding-right: 20px;
}
.inner_s {
	padding-top: 152px;
	width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.box_fl_left {
	float: left;
}

.box_fl_right {
	float: right;
}


/* テキスト */
.bold {
	font-weight: bold;
}
.text_SZ_14 {
	font-size: 14px;
	line-height: 1.9em;
}
.text_SZ_15 {
	font-size: 15px;
	line-height: 1.9em;
}

.list_nomal {
	margin-left: 1.2em;
	list-style-type: disc;
}
.list_deci {
	margin-left: 1.2em;
	list-style-type: decimal;
}


/* テーブル */
.tbl_nomal {
	border-top: 1px solid #DCDCDC;
}
.tbl_nomal th {
	border-bottom: 1px solid #DCDCDC;
	padding-top: 23px;
	padding-bottom: 18px;
	font-weight: bold;
	width: 170px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.tbl_nomal td {
	border-bottom: 1px solid #DCDCDC;
	padding-top: 23px;
	padding-bottom: 18px;
	padding-left: 20px;
	padding-right: 20px;
}

/* リンク */
a:link,
a:visited {
	color: #002575;
	text-decoration: none;
}

a:hover,
a:active {
	text-decoration: underline;
	color: #0038B3;
}

/* リンクボタン */
.link_button {
	position: relative;
	width: 300px;
	height: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-user-select: none;
	cursor: default;
	overflow: hidden;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-top: 74px;
}


.link_button:hover {
	cursor: pointer;
}

.link_button div {
	position: absolute;
	text-align: center;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px;
	font-weight: bold;
	font-size: 18px;
}

.link_button div:nth-child(1) {
	color: #000000;
}

.link_button div:nth-child(2) {
    background-color: #000000;
    width: 380px;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transform: translate(-420px, 0px) skewX(-30deg);
    -webkit-transform: translate(-420px, 0px) skewX(-30deg);
    -moz-transform: translate(-420px, 0px) skewX(-30deg);
}

.link_button div:nth-child(3) {
    color: #ffffff;
    left: -300px;
    transition: left 0.2s ease;
    -webkit-transition: left 0.2s ease;
    -moz-transition: left 0.2s ease;
}

.link_button:hover div:nth-child(2) {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transform: translate(-60px, 0px) skewX(-30deg);
    -webkit-transform: translate(-60px, 0px) skewX(-30deg);
    -moz-transform: translate(-60px, 0px) skewX(-30deg);
}

.link_button:hover div:nth-child(3) {
    left: 0px;
    transition: left 0.30000000000000004s ease;
    -webkit-transition: left 0.30000000000000004s ease;
    -moz-transition: left 0.30000000000000004s ease;
}
.link_button div span  {
	position: absolute;
	right: 20px;
	top: 8px;
}
.link_button div span img {
	width: 10px;
	height: auto;
}

/* TEL リンク */
a[href^="tel:"] { 
    cursor: default;
} 
a:hover[href^="tel:"] {
	text-decoration: none;
	color: #002575;
}

/* その他 */
.mh_box {
}
.pc_none {
	display: none;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#header{
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-width:1024px;
	height: 100px;
	z-index: 999;
}

/* ロゴ */
#logo {
	margin-top: 29px;
	margin-left: 20px;
}

#logo img {
	width: 220px;
	height: 42px;
}

/* PCメニュー */
#gnav_menu li {
	float: left;
	font-size: 18px;
	margin-left: 23px;
	margin-right: 23px;
	font-weight: bold;
	line-height: 100px;
	height: 100px;
}
#gnav_menu li a {
	color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* マウスオン アンダーライン */
.drawer-menu a {
	position: relative;
	color: #FFFFFF;
	text-decoration: none;
}

.drawer-menu a:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
	transform: scale(0, 1);
	transform-origin: left;
	transition: 0.4s;
}
.drawer-menu a:hover:before {
	transform: scale(1);
}



/* SPメニュー */
#sp_menu {
	display: none;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* contents    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-top: 100px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* KV          　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#kv{
	overflow: hidden;
	height: 100vh;
	position: relative;
	background-color: #000000;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 90px;
	background-color: #000000;
	color: #FFFFFF;
	padding-bottom: 140px;
}
#ft_company {
	font-size: 20px;
	float: left;
	width: 33.33%;
	text-align: center;

}
#ft_about_box {
	margin-left: 33.33%;
	margin-bottom: 102px;
}

.ft_about {
	font-size: 0px;
}
.ft_about li {
	font-size: 16px;
	width: 50%;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.ft_about li:first-child {
	padding-right: 30px;
}
#copy {
	text-align: center;
	font-size: 13px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* フェードイン　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

.fadein {
    opacity : 0.1;
    transform : translate(0, 70px);
    transition : all 500ms;
}

.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	position: fixed;
	bottom: 50px;
	right: 30px;
	z-index: 99;
}
#page_top img {
	width: 50px;
	height: auto;

}





/* ↓↓↓↓↓↓↓↓↓↓ ---以下スマホ--- ↓↓↓↓↓↓↓↓↓↓ */


@media screen and (max-width: 768px) {

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* 基本あれこれ　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
body {
	line-height: 1.6em;
	font-size: 15px;
	min-width: 100%;
}

/* ボックス */
.inner {
	max-width: 100%;
	min-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.inner_m {
	padding-top: 80px;
	max-width: 100%;
	min-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
.inner_s {
	padding-top: 80px;
	width: 100%;
}
.box_fl_left {
	float: none;
}

.box_fl_right {
	float: none;
}



/* テーブル */
.tbl_nomal th {
	padding-top: 18px;
	padding-bottom: 13px;
	width: 90px;
}
.tbl_nomal td {
	border-bottom: 1px solid #DCDCDC;
	padding-top: 18px;
	padding-bottom: 13px;
	padding-left: 15px;
	padding-right: 15px;
}

/* リンクボタン */
.link_button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	height: 62px;
	font-size: 16px;
	width: 280px;
}
.link_button div span {
	top: 14px;
}

/* その他 */
.pc_none {
	display: inherit;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* header      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#header{
	height: 70px;
	min-width:100%;
}

/* ロゴ */
#logo {
	margin-top: 22px;
	margin-left: 20px;
}

#logo img {
	width: auto;
	height: 26px;
}


/* PCメニュー */
#gnav_menu {
	display: none;
}

/* SPメニュー */
#sp_menu {
	display: inherit;
}
#nav-toggle {
	/* [disabled]position: fixed; */
	height: 11px;
	cursor: pointer;
	margin-top: 29px;
	margin-right: 25px;
}
#nav-toggle > div {
  position: relative;
  width: 25px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #FFFFFF;
  position: absolute;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 5px;
}
#nav-toggle span:nth-child(3) {
  top: 10px;
}


.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* z-index */
#nav-toggle {
  z-index: 1000;
}

#container {
  z-index: 900;
}

#gloval-nav {
	background: #000;
	color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 990;
	text-align: center;
	display: -webkit-box;
	display: flex;
	visibility: hidden;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	font-size: 16px;
	opacity: 0;
	-webkit-transition: opacity .6s ease, visibility .6s ease;
	transition: opacity .6s ease, visibility .6s ease;
}

#gloval-nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	-webkit-transition: color .6s ease;
	transition: color .6s ease;
	font-weight: bold;
}
#gloval-nav a:hover {
	color: #FFFFFF;
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
	opacity: 0;
	-webkit-transform: translateX(200px);
	transform: translateX(200px);
	-webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: opacity .2s ease, -webkit-transform .6s ease;
	transition: transform .6s ease, opacity .2s ease;
	transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
          transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
          transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
          transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
          transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
          transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
          transition-delay: .9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* contents    　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#contents {
	padding-top: 70px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* footer      　　　　　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#footer {
	padding-top: 60px;
	padding-bottom: 60px;
	padding-left: 20px;
	padding-right: 20px;
}
#ft_company {
	font-size: 20px;
	float: none;
	width: 100%;
	margin-bottom: 35px;
	text-align: left;
}
#ft_about_box {
	margin-left: 0%;
	margin-bottom: 60px;
}

.ft_about {
	margin-bottom: 12px;
}
.ft_about li {
	font-size: 14px;
	width: 100%;
	display: inherit;
}
.ft_about li:first-child {
	padding-right: 0px;
}
#copy {
	font-size: 10px;
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PAGE TOP            　　　　                                           */
/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#page_top {
	bottom: 50px;
	right: 10px;
}



}
