@import url(https://fonts.googleapis.com/css?family=Pacifico);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);


/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font-family: YakuHanJPs,"a-otf-midashi-go-mb31-pr6n",'Noto Sans Japanese',"游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial,Osaka,Sans-Serif;
	/* font: 14px/1.9 inherit,'Noto Sans JP', Arial, Verdana, '游明朝', 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif; */
	font-weight: 700;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #fff;
}

a{
	color: #0e02c0;
	text-decoration: none;
}

#content {
    width: 100%;
    height: 100%;
}

a:hover, .active{
  text-decoration: none;
}

a:active, a:focus,input:active, input:focus{outline:0;}

div {
    display: block;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* =======top============= */
#black_bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgb(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s, visiblity 0.3s;
}

#top.scr {
    background: #FFFFFF;
    transition: 0.3s;
    box-shadow: 0 20px 15px -15px rgb(0 0 0 / 10%);
    box-shadow: none;
    position: fixed;
}

#top.active {
    transform: translate(0%,0%);
    transition: .5s;
}

#top {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    transform: translate(0%,0%);
    transition: .5s;
}

#top.scr .top_inner {
    padding: 30px;
    transition: 0.3s;
}

#top.scr .top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0px 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.top_inner {
    max-width: 100%;
    margin: 0px auto;
    padding: 30px;
    transition: 0.3s;
}

.top_inner .nav>ul {
    margin: 0;
    padding: 0;
    float: right;
    font-size: 0;
}

.top_inner .nav>ul>li {
    display: inline-block;
    width: auto;
    text-align: center;
}

.top_inner .nav>ul>li>a {
    display: inline-block;
    vertical-align: middle;
    color: #000;
    margin: 0px 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 1;
    font-size: 0.9rem;
    position: relative;
    text-decoration: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
}

.none {
    display: none;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*main===================*/

.contact_main {
    width: 100%;
    height: auto;
}

.contact_main_inner {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.contact_main {
    max-width: 1400px;
    margin: 0px auto;
    height: auto;
    background: #FFFFFF;
    padding: 80px;
}
.contact_main h2 {
    font-size: 40px;
	font-weight: 700;
}

.contact_main h3 {
    font-size: 13px;
	color: #7F878C;
}

.contact_main form {
    margin-top: 20px;
}

form {
    display: block;
    margin-top: 0em;
}

table {
    display: table;
    border-collapse: separate;
    box-sizing: border-box;
    text-indent: initial;
    border-spacing: 2px;
    border-color: grey;
}

table.formTable {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    font-size: 16px;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

table.formTable th {
    width: 190px;
    padding: 10px 10px 10px 0;
    text-align: left;
    background-color: none;
    vertical-align: top;
}

th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

table.formTable .hissu {
    display: inline-block;
    color: red;
    font-weight: lighter;
    padding: 0px 0px;
    margin-left: 10px;
}

table.formTable td {
    width: auto;
    padding: 20px;
    text-align: left;
    position: relative;
}

table.formTable td input {
    width: 300px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: none;
    font-size: 14px;
}

:placeholder-shown {
    color: #CCCCCC;
    font-size: 0.9rem;
}

select {
    outline: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 30px;
    padding: 0px 10px;
    border: 1px solid #ddd;
    color: #828c9a;
    width: 100%;
    border-radius: 3px;
}

.select-wrap {
    position: relative;
    max-width: 250px;
}

.select-wrap:before {
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 0;
    /* content: "\f107";
    font-family: "Font Awesome 5 Free"; */
    line-height: 30px;
    color: #7F878C;
    pointer-events: none;
    font-weight: bold;
}

select option {
    background-color: #fff;
    color: #333;
}

select:not(:-internal-list-box) {
    overflow: visible !important;
}

option {
    font-weight: normal;
    display: block;
    white-space: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
}

table.formTable td textarea {
    width: 100%;
    height: 200px;
    padding: 20px;
    border: none;
    border-bottom: 1px solid #DDDDDD;
    border-radius: none;
    font-size: 16px;
}

.btn_submit {
    display: block;
    position: relative;
    overflow: hidden;
    width: 300px;
    background:#0e02c0;
    margin: 40px auto 0;
    padding: 10px;
    text-align: center;
    border-radius: 80px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 12%);
    border: none;
	cursor: pointer;
}

.btn_submit::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    content: '';
    background: #FFFFFF;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
}

.btn_submit span {
    position: relative;
    z-index: 2;
}

/* =============================================== */


/* ================fotter ===================== */
.background_blue {
    background-color: #0e02c0;
}

.footer_inner {
    max-width: 100%;
    max-width: 1420px;
    height: auto;
    margin: 0px auto;
    padding: 80px 40px;
}

.footer_up_contents_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

p {
    margin: 0;
    padding: 0;
}

.footer_up_contents_box li:first-child {
    margin-right: 60px;
}

.footer_up_contents_box li {
    border-radius: 10px;
    background: #0e02c0;
    box-shadow: 0px 8px 16px rgb(0 0 0 / 5%);
    max-width: 637px;
    width: 100%;
    /* display: flex; */
    justify-content: center;
}


.footer_up_contents_box .word {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transform: translateY(-40px);
    transition: transform 0.5s;
    will-change: contents;
}

/* PLOFILE */

.background_blue dl{
	line-height: 1.2;
	color:#fff
}

.background_blue a{
	color:#fff
}

.background_blue dt{
	clear: left;
	float: left;
	display: block;
	width: 20%;
	margin-right: 10%;
	margin-bottom: 15px;
	text-align: right;
	line-height: 1.6em;
}

.background_blue dd{
	width: 70%;
	float: left;
	text-align: left;
	margin-bottom: 15px;
	line-height: 1.6em;
}

.map{
	position: relative;
	padding-bottom: 70%;
	height: 0;
	overflow: hidden;
}

.map iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border: 0;
}

/* RESPONSIVE 設定(top)
------------------------------------------------------------*/
@media screen and (max-width: 839px){
	.top_inner {
		max-width: 100%;
		margin: 0px auto;
		padding: 0;
	}
}

@media screen and (max-width: 839px){
	#top.scr {
		background: none;
		transition: 0.3s;
		position: fixed;
	}
}

@media screen and (max-width: 839px){
	#top.scr .top_inner {
    	padding: 0px;
    	transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	#top.active {
		transform: translate(0%,0%);
		transition: .5s;
	}
}

@media screen and (max-width: 839px){
	#hamburger {
		position: fixed;
		top: -15px;
		right: -15px;
		width: 80px;
		height: 80px;
		padding: 0%;
		border-radius: 50%;
		cursor: pointer;
		z-index: 9999;
		background: #FFFFFF;
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.icon-animation {
		width: 65px;
		height: 65px;
		float: left;
		display: block;
		position: relative;
	}
}

@media screen and (max-width: 839px){
	.icon-animation span{
		width: 25px;
		height: 3px;
		display: block;
		background: #000000;
		position: absolute;
		margin-right: auto;
		margin-left: auto;
		margin: auto;
		top: 42px;
		left: 25px;
	}
}

@media screen and (max-width: 839px){
	.type-1 .top {
		-webkit-transform: translateY(-7px);
		-ms-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}

@media screen and (max-width: 839px){
	.type-1 span {
		/* -webkit-transition: all 0.3s; */
		transition: all 0.3s;
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media screen and (max-width: 839px){
	.type-1 .bottom {
		-webkit-transform: translateY(7px);
		-ms-transform: translateY(7px);
		transform: translateY(7px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .top {
		-webkit-transform: rotate(-45deg) translateY(0px);
		-ms-transform: rotate(-45deg) translateY(0px);
		transform: rotate(-45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .middle {
    	background: rgba(255, 255, 255, 0);
	}
}

@media screen and (max-width: 839px){
	.type-1.is-open .bottom {
		-webkit-transform: rotate(45deg) translateY(0px);
		-ms-transform: rotate(45deg) translateY(0px);
		transform: rotate(45deg) translateY(0px);
	}
}

@media screen and (max-width: 839px){
	.sp_none {
    	display: none !important;
	}
}

@media screen and (max-width: 839px){
	.nav_sp {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 9900;
		display: block;
		transform: translate(0%,-100%);
		background :#0e02c0;
		transition: all 500ms cubic-bezier(0.995, 0.010, 1.000, 0.415);
		text-align: center;
	}
}

@media screen and (max-width: 839px){
	.nav_sp_top {
		display: none;
		width: 100%;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active {
    	transform: translate(0%,0%);
	}
}

@media screen and (max-width: 839px){
	.nav_sp>ul {
		width: 100%;
		display: block;
		padding: 90px 30px 40px;
		max-width: 280px;
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		text-align: left;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li {
		opacity: 0;
		transform: translate(0px,-15px);
		transition: 0.3s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li .menu_lv1 {
		display: inline-block;
		color: #FFFFFF;
		padding: 4px;
		font-size: 24px;
		font-weight: 700;
		line-height: 180%;
		position: relative;
		font-family: Montserrat;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(1) {
		transition-delay: 0s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(2) {
		transition-delay: 0.01s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(3) {
		transition-delay: 0.02s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(4) {
		transition-delay: 0.03s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp ul li:nth-child(5) {
		transition-delay: 0.04s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li {
		opacity: 1;
		transform: translate(0px,0px);
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(1) {
    	transition-delay: 0.5s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(2) {
    	transition-delay: 0.55s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(3) {
    	transition-delay: 0.6s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(4) {
    	transition-delay: 0.65s;
	}
}

@media screen and (max-width: 839px){
	.nav_sp.active ul li:nth-child(5) {
    	transition-delay: 0.7s;
	}
}


/* RESPONSIVE 設定(main)
------------------------------------------------------------*/
@media screen and (max-width: 839px){
	.contact_main_inner {
		max-width: 100%;
		height: auto;
		margin: 0px auto;
		padding-bottom: 0;
		position: relative;
	}
}

@media screen and (max-width: 839px){
	.contact_main {
		max-width: 1400px;
		margin: 0px auto;
		height: auto;
		background: #FFFFFF;
		padding: 48px 5%;
		border-radius: 0px;
		box-shadow: none;
		transform: translate(0px,0px);
		font-size: 0.9rem;
	}
}

@media screen and (max-width: 839px){
	table.formTable th {
		display: block;
		width: 100%;
		padding: 10px 0 5px;
	}
}

@media screen and (max-width: 839px){
	table.formTable td {
		display: block;
		width: 100%;
		padding: 0 0 10px;
	}
}

/* ================= */

@media screen and (max-width: 839px){
	.footer_up_contents_box {
    	flex-direction: column;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li:first-child {
    	margin-right: 0;
    	margin-bottom: 24px;
	}
}

@media screen and (max-width: 839px){
	.footer_up_contents_box li>a {
    	flex-direction: row;
    	min-height: 180px;
    	padding: 10px;
    	box-sizing: border-box;
	}
}

@media screen and (max-width: 839px){
	#map iframe {
    	width: 95%;
	}
}

