@charset "utf-8";
/* 
Theme Name: genova_tpl
File: style.css
Author: Genova Design
Author URL: https://genova.co.jp/
Description: Genova 2021 Wordpress template
Version: 1.0
*/


/*-----------------------------------------------------------
■ 1 Html
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/
:root {
	--fz-primary1: #FF8000;
	--txt01: #696D75;
	--txt02: #BCC0C9;
	--color-primary:#132647;
	--color-second:#6D7890;
}
/*reset*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,figure,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}

html {
	font-size: 62.5%;
}

body {
	position: relative;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
	font-size: 1.5em;
	letter-spacing: .1em;
	line-height: 2em;
	color: #4B4B4B;
	background: #fff;
	-webkit-text-size-adjust: 100%;
}

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

a {
	vertical-align: middle;
	text-decoration: none;
	color: #4B4B4B;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

a[href^="tel:"] {
	pointer-events: none;
	cursor: text;
}

a:focus, *:focus {
	outline: none;
}

a:hover img {
	opacity: 0.8;
}

img {
	width: auto;
	max-width: 100%;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

p {
	margin-bottom: 20px;
}

p:last-child {
	margin-bottom: 0;
}

table {
	width: 100%;
}

strong {
	font-weight: bold;
}


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

	a[href^="tel:"] {
		pointer-events: auto;
		cursor: pointer;
	}

	.auto_height {
		height: auto!important;
	}

}


/*--------------------------------------
	icons
--------------------------------------*/

@font-face {
	font-family: 'icomoon';
	src:  url('./libs/icomoon/icomoon.eot');
	src:  url('../libs/icomoon/icomoon.eot#iefix') format('embedded-opentype'),
		url('./libs/icomoon/icomoon.ttf') format('truetype'),
		url('./libs/icomoon/icomoon.woff') format('woff'),
		url('./libs/icomoon/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*='icon-']:not([class*='eicon-']):not([class*='elementor-icon-'])::before {
	display: inline-block;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-home::before {content: "\e90b";}
.icon-blog::before {content: "\e900";}
.icon-category::before {content: "\e901";}
.icon-check::before {content: "\e902";}
.icon-checked::before {content: "\e903";}
.icon-down::before {content: "\e904";}
.icon-facebook::before {content: "\e905";}
.icon-google::before {content: "\e906";}
.icon-line::before {content: "\e907";}
.icon-twitter::before {content: "\e908";}
.icon-arrow02::before {content: "\e909";}
.icon-arrow01::before {content: "\e910";}
.icon-search::before {content: "\e911";}
.icon-tag::before {content: "\e912";}
.icon-checkbox-unchecked::before {content: "\ea53";}
.icon-checkbox-checked::before {content: "\ea52";}
.radio-unchecked::before {content: "\ea56";}
.radio-checked::before {content: "\ea54";}
.radio-checked2::before {content: "\ea55";}


/*--------------------------------------
	shortcuts
--------------------------------------*/

/*margin */
.mb0 { margin-bottom: 0px!important; }
.mb5 { margin-bottom: 5px!important; }
.mb10 { margin-bottom: 10px!important; }
.mb15 { margin-bottom: 15px!important; }
.mb20 { margin-bottom: 20px!important; }
.mb25 { margin-bottom: 25px!important; }
.mb30 { margin-bottom: 30px!important; }
.mb35 { margin-bottom: 35px!important; }
.mb40 { margin-bottom: 40px!important; }
.mb45 { margin-bottom: 45px!important; }
.mb50 { margin-bottom: 50px!important; }
.mb55 { margin-bottom: 55px!important; }
.mb60 { margin-bottom: 60px!important; }
.mb65 { margin-bottom: 65px!important; }
.mb70 { margin-bottom: 70px!important; }
.mb75 { margin-bottom: 75px!important; }
.mb80 { margin-bottom: 80px!important; }
.mb85 { margin-bottom: 85px!important; }
.mb90 { margin-bottom: 90px!important; }
.mb95 { margin-bottom: 95px!important; }
.mb100 { margin-bottom: 100px!important; }

/* float */
.fr {
	float: right!important;
}

.fl {
	float: left!important;
}

/* clear */
.clearfix {
	*zoom: 1;
}

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

.cl {
	clear: both!important;
}

/* text indent */
.textHide {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/* text-align */
.tac {
	text-align: center!important;
}

.tar {
	text-align: right!important;
}

.tal {
	text-align: left!important;
}

/* font-weight */
.fb {
	font-weight: bold!important;
}

.half {
	display: inline-block;
}

/*Pc/sp change*/
.sp {
	display: none;
}

.mb {
	display: none;
}

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

	.pc {
		display: none!important;
	}

	.sp {
		display: block!important;
	}
}

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

	.mb {
		display: block;
	}

	.pcm {
		display: none;
	}

}


/*--------------------------------------
	container / wrapper
--------------------------------------*/

.container {
	width: 100%;
	max-width: 1140px;
	padding: 0 30px;
	margin: 0 auto;
}

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

#wrapper {
	height: 100%;
}

@media (max-width: 767px) {

	.container {
		padding: 0 20px;
	}

}


/*--------------------------------------
	text color
--------------------------------------*/

.txt_color {
	color: #94C789;
}

.txt_link {
	vertical-align: top;
	text-decoration: underline!important;
	font-weight: bold;
	color: #94C789!important;
}

.txt_link:hover {
	text-decoration: none!important;
}

.catch_title {
	text-align: center;
	font-size: 22px;
	line-height: 1.6;
	letter-spacing: 0.15em;
	color: #FFAEA2;
}


/*-----------------------------------------------------------
■ 2 Header
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#header {
	/*position: fixed;
	top: 0;
	left: 0;*/
	width: 100%;
	background: #fff;
	z-index: 1000;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

/* container */
.header__main-container, 
.header__sub-container {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}

.header__main-container {
	padding: 0px 30px;
}

.header__sub-container {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 220px;
}

/* menu */
.menu-text {
	color: #333;
}

/* sub menu */
header .g-nav > li > .up-menu sub {
	color: #94C789;
}


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

	/* container */
	.header__main-container {
		padding: 0px;
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.header__sub-container {
		width: calc(100% - 40px);
		margin: 10px 20px;
	    flex-grow: initial;
		flex-shrink: initial;
		flex-basis: initial;
	}

}


/*--------------------------------------
	logo
--------------------------------------*/

header .header__logo {
	padding-right: 20px;
}

header .header__logo img {
	width: 100%;
	max-width: 250px;
}


/*--------------------------------------
	nav
--------------------------------------*/

header .header__nav nav ol {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
header .header__nav nav ol .menu-item {
	
	position: relative;

}
header .header__nav nav ol .menu-item::after {
	content: "";
	width: 1px;
	position: absolute;
	top: 10px;
	right: 0;
	bottom: 10px;
	background:url("./img/vline1.png") repeat-y top right;
}
header .header__nav nav ol .menu-item:last-child::after {
		display: none;
}
header .header__nav nav ol > li.current-menu-item,
header .header__nav nav ol > li:hover {
	background-color: rgba(209,209,240,0.2);
}

header .header__nav nav ol > li .up-menu {
	position: relative;
	width: auto;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.08em;
	line-height: 1.2;
	white-space: pre;
	color: #4B4B4B;
	cursor: pointer;
	-moz-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

header .header__nav nav ol > li > .up-menu a,
header .header__nav nav ol > li > .up-menu span {
	display: block;
	padding: 1.6rem 1.5rem;
	margin: 0 auto;
}
header .header__nav nav ol > li > .up-menu a {
	text-transform: uppercase;
	color: #696D75;
	font-family: 'Aboreto';
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	letter-spacing: 0;
}
header .header__nav nav ol > li > .up-menu sub {
	display: block;
	padding-top: 10px;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 1;
	color: #4B4B4B;
	text-transform: none;
	font-family: 'Noto Sans JP';
	font-style: normal;
	font-weight: 400;
}

.sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 50%;
	width: 130px;
	height: auto;
	padding: 10px 20px;
	border-radius: 0.5em;
	box-shadow: 0 1px 5px rgb(0 0 0 / 10%);
	visibility: hidden;
	opacity: 0;
	background: rgba(222, 241, 204, 0.9);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.sub-menu a {
	font-size: 14px;
}

.menu-item-has-children {
	position: relative;
}

.menu-item-has-children:hover .sub-menu {
	visibility: visible;
	opacity: 1;
}


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

	header .header__nav nav ol > li dl {
		pointer-events: none;
	}

	header .header__nav nav ol .sub-menu a:hover{
		color: #94C789;
		-moz-transition-duration: 0.3s;
		-o-transition-duration: 0.3s;
		-webkit-transition-duration: 0.3s;
		transition-duration: 0.3s;
	}	

	.menu-item-has-children:hover::after {
		content:"";
		position: absolute;
		left: 0;
		bottom: -20px;
		width: 100%;
		height: 40px;
	}

}


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

	header .header__nav nav ol > li .up-menu {
		font-size: 12px;
	}

}


@media screen and (max-width: 767px) {
header .header__nav nav ol .menu-item::after {
        background: url(./img/hline.png) repeat-x bottom left;
        height: 1px;
        width: 100%;
        top: auto;
        bottom: 0;

}
header .header__nav nav ol > li:hover {
	background: none;
}
header .header__nav nav ol > li.page_item {
	/* background: rgba(209,209,240,0.2); */
}


header .header__nav nav ol > li > .up-menu sub {
	color: #fff;
	font-size: 18px;
}
	    .header__nav {
        padding: 100px 35px;
    }
    .header__nav nav ol {flex-direction: column;width: auto;position: relative;z-index: 2;gap: 0;}
    .header__nav nav ol>li {
        position: relative;
        width: 100%;
        border-left: none;
    }
	header .header__nav nav ol > li > .up-menu a {
		color: #fff;
	}
    .header__nav nav ol>li>.up-menu {
        display: block;
        width: 100%;
        height: auto;
        padding: 35px 0;
        text-align: left;
        font-size: 16px;
    }
	.header__nav nav ol li:last-child,
	.header__nav nav ol li:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
		padding: 0;
	}
    .header__nav nav ol>li>.up-menu:hover {}
    .header__nav nav ol>li>.up-menu a,
    .header__nav nav ol>li>.up-menu span {
        padding: 0px;
		display: block;
    }
    .header__nav nav ol>li>.up-menu span {
        margin: 0;
		display: inline-block;
    }
    .header__nav nav ol>li>span {
        position: relative;
    }
    .header__nav nav ol>li .up-menu .menu-text,
    .header__nav nav ol>li>.up-menu sub {
		text-align: left;
	}
    .header__nav nav ol>li.page_item .menu-text,
    .header__nav nav ol>li.hover .menu-text {
    }
    .header__nav nav ol>li.page_item .menu-text,
    .header__nav nav ol>li.hover .sub-menu a {
    }
    .header__nav nav ol>li+li {
        margin-left: 0px;
    }
    .header__nav nav ol>li ul li {}
    .menu-item-has-children .up-menu::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 16px;
        height: 16px;
        border-bottom: 2px solid #222;
        border-left: 2px solid #222;
        margin-top: -14px;
        transform: rotate(-45deg);
        transition-duration: 0.2s;
    }
    .menu-item-has-children.hover .up-menu::after {
        margin-top: -3px;
        transform: rotate(135deg);
    }
    .sub-menu {}
    .header__nav nav ol>li .sub-menu a {
        padding: 10px 0;
        text-align: left;
    }
    .header__nav nav ol>li .sub-menu a:hover {
        text-decoration: none;
    }
    .header__nav nav ol>li dl {
        position: relative;
        top: 0;
        padding: 0;
        background: none;
    }
    .header__nav nav ol>li dl li {
        padding-left: 0;
    }
    .header__nav nav ol>li dl li::before {
        display: none;
    }
    .header__nav nav ol>li dt {
        display: none;
    }
    .header__nav nav ol>li .sub-menu {
        display: none;
        top: 0;
        padding: 20px 20px 30px;
        border-radius: 0;
        position: relative;
        width: 100%;
        transform: translateX(0);
        left: 0;
    }
    .sub-menu::before {
        top: -19px;
    }
    .header__nav nav ol>li.hover .sub-menu {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        visibility: visible;
        opacity: 1;
    }
    .header__nav nav ol>li .sub-menu li {
        display: block;
    }
    .sub-menu .menu-item {}
    .header__nav nav ol>li .sub-menu li:first-child {
        border-top: 0px;
    }
    .header__nav nav ol>li .sub-menu a {
        display: block;
    }
    .header__nav nav ol>li.hover>span+dl,
    header .header_menu .header__nav nav ol>li>span:hover+dl {
        opacity: 1;
        pointer-events: auto;
    }
}


@media screen and (max-width: 369px) {
	.header__nav nav ol>li .sub-menu {
		padding: 15px 12px 20px;
	}



}

/*--------------------------------------
	toggle menu
--------------------------------------*/

header .toggle-menu {
	display: none;
}

.toggle-menu__trigger,
.toggle-menu__trigger span {
	display: inline-block;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.toggle-menu__trigger {
    position: relative;
    display: block;
    width: 24px;
    height: 10px;
    padding: 0;
    border: 0px;
    margin: 0;
    text-align: center;
    background: none;
}

.toggle-menu__trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
}

.toggle-menu__trigger span:nth-of-type(1) {
	top: -2px;
}

.toggle-menu__trigger span:nth-of-type(2) {
	top: 5px;
}

.toggle-menu__trigger span:nth-of-type(3) {
	bottom: -3px;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(1) {
	-moz-transform: translateY(7px) rotate(-30deg);
	-ms-transform: translateY(7px) rotate(-30deg);
	-webkit-transform: translateY(7px) rotate(-30deg);
	transform: translateY(7px) rotate(-30deg);
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(2) {
	opacity: 0;
}

.toggle-menu.active .toggle-menu__trigger span:nth-of-type(3) {
	-moz-transform: translateY(-7px) rotate(30deg);
	-ms-transform: translateY(-7px) rotate(30deg);
	-webkit-transform: translateY(-7px) rotate(30deg);
	transform: translateY(-7px) rotate(30deg);
}


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

	header .toggle-menu {
		display: block;
	}

}


/*-----------------------------------------------------------
■ 3 Footer
-----------------------------------------------------------*/

/*--------------------------------------
	general
--------------------------------------*/

#footer {

}


/*--------------------------------------
	footer menu
--------------------------------------*/



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



}

/*--------------------------------------
	fixed box
--------------------------------------*/

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


}

/*-----------------------------------------------------------
■ 3 Other Common Elements
-----------------------------------------------------------*/

/*--------------------------------------
	conversion section
--------------------------------------*/

.conversion {
	padding: 53px 0 61px;
	text-align: center;
	background: #ccc;
	background-size: cover;
}

.conversion .conversion__title {
	margin-bottom: 25px;
	font-size: 34px;
	letter-spacing: 0.15em;
	line-height: 1.6;
	color: #fff;
}

.conversion .conversion__text {
	margin-top: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 2;
	color: #fff;
}

.conversion .conversion__list{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.conversion .conversion__list li + li {
	margin-left: 1%;
}


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

	.conversion .conversion__title {
		font-size: 28px;
	}

	.conversion .conversion__list {
		max-width: 535px;
		margin: 0 auto;
	}

	.conversion .conversion__list{
		-webkit-flex-direction: column;
		flex-direction: column;
	}

	.conversion .conversion__list li + li {
		margin-top: 10px;
		margin-left: 0%;
	}

}

/*-----------------------------------------------------------
■ 4 Elementor overwrite
-----------------------------------------------------------*/

.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
	padding: 0!important;
}

.elementor img {
	width: auto!important;
}

.elementor-image-box-wrapper {
	display: block!important;
}

.elementor-widget-image-box .elementor-image-box-content {
	text-align: left!important;
}

.elementor-image-box-title {
	padding: 10px 20px;
	margin-bottom: 20px;
	overflow: hidden;
	font-size: 18px;
	line-height: 1.4;
	color: #fff;
	background: #3dc2b7;
}

.elementor-image-box-img {
	float: right;
	display: block!important;
	width: 30%!important;
	margin: 0 0 10px 20px!important;
	text-align: center;
	text-align: right;
}

.img_l .elementor-image-box-img {
	float: left;
	margin: 0 20px 10px 0!important;
}

.auto_width .elementor-image-box-img {
	width: auto!important;
}

.elementor-widget-image .elementor-image > a,
.elementor-widget-image .elementor-image figure > a {
	display: inline-block!important;
}

.elementor-widget-image .elementor-image > a:hover img,
.elementor-widget-image .elementor-image figure > a:hover img {
	opacity: 0.8!important;
}

.elementor-slideshow__header {
	width: calc(100% - 50px)!important;
	padding-left: 0em!important;
	padding-right: 0em!important;
}

.elementor-text-editor ul {
 	list-style: inside;
}

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

	.elementor-image-box-img,
	.img_l .elementor-image-box-img {
		float: none;
		width: 100%!important;
		margin: 0 auto 20px!important;
		text-align: center;
	}

}


body.nav-Opened,
body.nav-Opened *,
body.nav-Opened *:hover,
body.nav-Opened *:focus,
body.nav-Opened *:active {
    touch-action: none !important;
    pointer-events: none !important;
}

body.nav-Opened .toggle-menu,
body.nav-Opened .ft__fixed,
body.nav-Opened .ft__fixed *,
body.nav-Opened .header__top,
body.nav-Opened .header__top *,
body.nav-Opened .wp-ai,
body.nav-Opened .wp-ai * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

body.nav-Opened {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}

@media screen and (max-width: 767px) {
    #navigation {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0;
        visibility: hidden;
        overflow-y: auto;
        padding-bottom: 0px;
        background: url("./img/toggle_bg.jpg") no-repeat top center;
		background-size: cover;
        z-index: 998;
    }
    #navigation .navigation__container {
           padding-top: 65px;
        padding-bottom: 37vw;
		position: relative;
		min-height: 100vh;
    }
	.navigation__container::before {

	}
    .hide {
        display: none;
    }
	.nav-Opened header .logo {
		opacity: 1;
		visibility: visible;
	}
}

.nav-Opened #navigation {
    opacity: 1;
    visibility: visible;
}




	.br__ipad {
		display: none;
	}


@media screen and (min-width: 1000px) and (max-width: 1199px) {


	.br__ipad {
		display: block;
	}

}



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

	.br__ipad {
		display: block;
	}

}




.__white {
  color: #fff;
}
img {
  transition:  all .4s ease;
}
.ob-img {
  background-size: cover;
  background-position: center center;
  position: relative;
}
.ob-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  height: 100% !important;
}
@media screen and (min-width: 768px) {
  .ob-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
}

img {
  width: 100%;
  height: auto;
}

.wrap {
  max-width: 1178px;
  margin-left: auto;
  margin-right: auto;
}

.bnr__shared {
  width: 192px;
}
.bnr__shared a {
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  background: var(--color-second);
  color: #fff;
  border-radius: 200px;
  padding: 12px 0;
  transition: all 0.4s ease;
}
.bnr__shared a::after {
  content: "";
  background: url("./img/arrow02.png") no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
.bnr__shared a:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .d__flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .d__flex.jus {
    justify-content: space-between;
  }
}
.bnr__style-1 {
  width: 192px;
}
.bnr__style-1 a {
  display: block;
  border: 1px solid #6D7890;
  border-radius: 200px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  font-size: 14px;
  color: #6D7890;
  position: relative;
  transition: all .3s ease;
}
.bnr__style-1 a::after {
  content: "";
  background: url("./img/arrow01.png") no-repeat center;
  background-size: 100% auto;
  width: 12px;
  height: 5px;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -2px;
}
.bnr__style-1 a:hover {
	opacity: .6;
}

#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  padding: 0px 20px;
}
.home #header {
	 padding: 33px 25px;
}


#header .header__main-cointainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
#header .header__main-cointainer .logos {
  display: none;
}
#header p {
  margin-bottom: 0;
}
#header .logo {
  width: 290px;
  line-height: 1;
  padding-top: 23px;
 
}
.home #header .logo {
 filter: brightness(0) invert(1);
}
.home #header .logo{
	filter: none;
}
#header .header__top {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #header {
    position: absolute;
    display: block;
    padding: 0;
  }
  #header .header__main-cointainer {
    display: block;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
  }
  #header .header__main-cointainer .logos {
    display: block;
    width: 280px;
    top: 20px;
    left: 20px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
  }
  .nav-Opened #header .header__main-cointainer .logos {
    opacity: 1;
    visibility: visible;
  }
  #header .header__main-cointainer .bnr__style-1 {
    display: none;
  }
  #header .logo {
    top: 20px;
    left: 20px;
    width: 233px;
    position: absolute;
    padding-top: 0;
  }
  #header .header__top {
    margin-bottom: 0;
  }
}

.home #header {
  background: none;
}

.has-scroll.home #header,
.has-scroll #header {
  background: #fff;
  padding: 0px 20px;
}

.has-scroll #header {
   padding: 0px 20px;
}

@media screen and (max-width: 767px) {
  .has-scroll.home #header,
  .has-scroll #header {
    background: none;
    padding: 0;
  }
}

.navigation__container .logos {
  width: 116px;
}

footer {
  background: #071327;
  padding: 128px 0;
  color: #fff;
}
footer p {
  margin-bottom: 0;
}
footer .set1 {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
}
footer .set1 .left .footer__logo {
  width: 321px;
  margin-bottom: 63px;
}
footer .set1 .left .text {
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
footer .set1 .right {
  width: 306px;
  display: flex;
  justify-content: space-between;
  padding-right: 65px;
  padding-top: 15px;
}
footer .set1 .right .footer__menu li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.4s ease;
  display: block;
}
footer .set1 .right .footer__menu li a:hover {
  text-decoration-line: underline;
  text-underline-offset: 6px;
}
footer .set1 .right .footer__menu li + li {
  margin-top: 15px;
}
footer address {
  font-size: 13px;
  letter-spacing: 0.5px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 20px 25vw;
  }
  footer .set1 {
    margin-bottom: 30px;
    display: block;
  }
  footer .set1 .left {
    margin-bottom: 25px;
  }
  footer .set1 .left .footer__logo {
    margin-bottom: 40px;
	width: 280px;
  }
  footer .set1 .left .text {
    line-height: 1.6;
  }
  footer .set1 .right {
    width: 100%;
  }
  footer .set1 .right .footer__menu {
    width: 50%;
  }
  footer .set1 .right .footer__menu li + li {
    margin-top: 15px;
  }
  footer address {
    padding-left: 0;
  }
}

.invertImg img {
  filter: invert(1);
  transition: filter 0.3s ease;
}
#myImage {
  opacity: 0;
  visibility: hidden;
}
#myImage:hover img{
  opacity: 0.5;
}
.has-scroll #myImage {
  opacity: 1;
  visibility: visible;
}
.pagetop {
  width: 48px;
  position: fixed;
  right: 50px;
  bottom: 20px;
  margin-bottom: 0;
  z-index: 123;
  cursor: pointer;
}
.pagetop img {
  mix-blend-mode: difference;
}
@media screen and (max-width: 767px) {
  .pagetop {
    display: none;
  }
}

.ft__fixed {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0;
  right: 0;
  z-index: 1000;
}
.ft__fixed a {
  display: block;
  line-height: 1;
}
.ft__fixed p {
  margin-bottom: 0;
}
.ft__fixed .pagetop {
  position: relative;
  left: 0;
  right: 0;
  bottom: 0;
  width: 13%;
}
.ft__fixed .ft__contact {
  width: 59%;
}
.ft__fixed .toggle-menu {
  width: 18.4%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #204058;
  border-radius: 200px;
  padding: 3% 0;
}
@media screen and (max-width: 767px) {
  .ft__fixed {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .ft__fixed .pagetop {
    display: block;
  }
}

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

	.wrap {
		padding-left: 20px;
		padding-right: 20px;
	}
	footer {
		padding: 70px 0;
	}
	footer .set1 .right {
		width: 235px;
		padding-right: 0;
	}

}

@media screen and (min-width: 1000px) and (max-width: 1199px) {
	.home #header,
	#header {
		padding: 33px 20px;
	}
	#header .header__main-cointainer {
		gap: 10px;
	}
	.bnr__style-1 {
		width: 145px;
	}
	.bnr__style-1 a::after {
		right: 10px;
	}
	header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
		padding: 1.6rem 1rem;
	}
	#header .logo {
		width: 157px;
		padding-top: 16px;
	}
	.has-scroll.home #header, .has-scroll #header {
		padding: 0px 20px;
	}
	header .header__nav nav ol > li > .up-menu a {
		font-size: 10px;
	}
	header .header__nav nav ol > li > .up-menu sub {
		font-size: 11px;
	}
}

@media screen and (min-width: 768px) and (max-width: 999px) {
	body {
		font-size:1.4em;
	}
	.home #header,
    #header {
        padding: 20px 10px;
    }

.has-scroll.home #header, .has-scroll #header {
    padding: 0px 10px;
}
#header .logo {
	width: 20vw;
	padding-top: 13px;
}
	header .header__nav nav ol > li > .up-menu a, header .header__nav nav ol > li > .up-menu span {
		padding: 1.2rem .5rem;
	}
	header .header__nav nav ol > li > .up-menu a {
		font-size: 8px;
	}
	header .header__nav nav ol > li > .up-menu sub {
		font-size: 11px;
		padding-top: 5px;
	}
	#header .header__main-cointainer {
		gap: 10px;
	}
	.bnr__style-1 {
		width: 110px;

	}
	.bnr__style-1 a {
		font-size: 11px;
		line-height: 1;
		padding: 10px 0;
		letter-spacing: 0;
	}
	.bnr__style-1 a::after {
		right: 5px;
	}


}