/* Scss Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+JP:400,500,600,700,900&display=swap&subset=japanese");
/*
	common
----------------------------------------------------------*/
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: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  line-height: 1;
  font-size: 62.5%;
}

body {
  font-family: 'Times New Roman','Sawarabi Mincho', 'Noto Sans JP', sans-serif;
  color: #333333;
  font-weight: 400;
  overflow-x: hidden;
}

.serif {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
}

h2,.subtitle-en span,.box-title span {
	font-style: oblique;
}

.top-logo {
	position: -webkit-sticky;
    position: sticky;
	top: 75%;
    z-index: 999;
	text-align: center;
}
/*edgeのみ*/
@supports (-ms-ime-align:auto) {
  .top-logo {
    top: 75%;
  }
}
/*IEのみ*/
@media all and (-ms-high-contrast: none){
  .top-logo {
    top: 630.682px;
  }
}

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;
}

.iframe-block {
	max-width: 800px;
	width: 100%;
	margin: auto;
}

.iframe {
	width: 800px;
	height: 500px;
}

.margin-bt150 {
	margin-bottom: 150px!important;
}

.margin-bt350 {
	margin-bottom: 200px!important;
}

@media (max-width: 749px) {
	.top-logo {
		top: 50%;
	}

	.top-logo img {
		width: 75%;
	}

  .margin-bt350 {
	margin-bottom: 0px!important;
}

	.iframe-block {
		text-align: center;
	}

  .iframe {
	width: auto;
	height: auto;
}
}

.relative {
	position: relative;
}

.absolute-img01-right {
	width: 70%;
	position: absolute;
	right: 0%;
	top: 0%;
}

.absolute-img01-left {
	position: absolute;
	left: 2%;
	top: 25%;
}

.absolute-img02-right {
	width: 54%;
	position: absolute;
	right: 0%;
	top: 7%;
}

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

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

img {
  width: auto;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}
a img {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
}

@media (max-width: 749px) {
  .pc {
    display: none;
  }
}

.tab {
  display: none;
}

.ipad {
  display: none;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .ipad {
    display: block;
  }

  .top-logo {
		top: 50%;
	}

  .top-logo img {
		width: 75%;
	}
}
@media (min-width: 1040px) {
  .ipad.pc {
    display: block;
  }
}

.sp {
  display: none;
}
@media (max-width: 749px) {
  .sp {
    display: block;
  }
}

/*
	header
----------------------------------------------------------*/
/*
	footer
----------------------------------------------------------*/
#footer .logo {
  text-align: center;
  margin-bottom: 50px;
}
#footer .logo img {
  display: inline-block;
  width: 142px;
}
#footer .copy {
  font-size: 12px;
  text-align: center;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}

@media (max-width: 749px) {
	#footer .logo {
		margin-bottom: 25px;
	}

  #footer .copy {
  font-size: 12px;
  text-align: center;
  line-height: 2.2rem;
  letter-spacing: 0;
  margin-bottom: 20px;
}
}

@media (max-width: 749px) {
  section.sectionbox {
    margin: 60px auto 50px;
  }
}


/*
	index
----------------------------------------------------------*/
section.sectionboxtop {
  margin: 20% auto;
}

section.sectionbox {
  margin: 60px auto 100px;
}
@media (max-width: 749px) {
  section.sectionbox {
    margin: 60px auto 50px;
  }
}

.inner {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}



.top-text p {
	text-align: center;
    font-size: 320%;
    line-height: 70px;
	letter-spacing: 5px;
}

.top-text span {
	font-size: 200%;
}

@media (max-width: 749px) {
  .top-text p {
    font-size: 210%;
    line-height: 50px;
	letter-spacing: 0px;
    padding-top: 80px;
}

.top-text span {
	font-size: 250%;
    font-weight: 600;
}

.br-sp {
		display: none;
	}
}

.title01 {
  text-align: center;
  font-size: 280%;
  letter-spacing: 0.08em;
  line-height: 4rem;
  margin: 100px auto 70px;
}
@media (min-width: 750px) and (max-width: 1040px) {
.title01 {
   font-size: 30px;
   line-height: 4.4rem;
 }

.second-wrap .text-left01 {
	width: 50%!important;
    margin: 0px 0 50px 0px!important;
}

	.second-wrap .text-right02 {
		width: 54%!important;
    	margin: 0px 0px 0px 0!important;
	}

	.second-wrap .text-left02 {
		width: 42%!important;
		margin: 0 0 100px 0!important;
	}

	.absolute-img02-right {
		width: 52%;
		top: 5%;
	}

	.second-wrap .text-left03 {
		width: 40%!important;
		margin: 0!important;
	}

	.absolute-img01-right {
		width: 60%!important;
	}

}
@media (max-width: 749px) {
  .title01 {
    font-size: 17px;
    line-height: 3rem;
    margin-bottom: 25px;
  }
}
.title01 rt {
  font-weight: 400;
}

.ttl.serif {
  font-size: 26px;
  font-weight: 700;
  color: #193e6c;
  letter-spacing: 0.08em;
  padding: 0 0 25px;
}
@media (max-width: 749px) {
  .ttl.serif {
    font-size: 19px;
    line-height: 2.8rem;
    padding: 0 0 15px;
  }
}

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

.bluebtn {
  min-height: 70px;
  line-height: 46px;
  overflow: hidden;
  display: inline-block;
  text-align: center;
  color: white;
  background-color: #000;
  border: none;
  margin: 0 5px;
  min-width: 300px;
  position: relative;
  min-width: 300px;
  box-sizing: border-box;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .bluebtn {
    min-width: 300px;
  }
}
@media (max-width: 749px) {
  .bluebtn {
    min-width: 300px;
  }
}

.bluebtn {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  -ms-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  position: relative;
}

.bluebtn:hover {
  background-color: #3798d0 !important;
	opacity: 0.5;
}

@media (max-width: 767px) {
  .bluebtn:hover {
    background-color: #193e6c !important;
  }
}
.more-arrow-w {
  display: inline-block;
  margin: 10px auto;
  font-size: 20px;
  letter-spacing: 0.08em;
}

.more-arrow-w:after {
  content: "";
  display: inline-block;
  width: 30%;
  height: 100%;
  margin-left: 0.5em;
  margin-bottom: 0.2em;
  background-image: url("images/btn-arrow.png");
  background-repeat: no-repeat;
  background-position: 50% 70%;
  background-size: contain;
  position: absolute;
  right: 0.625rem;
}

.btn_two {
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 749px) {
  .btn_two {
    margin: 40px auto 0;
  }
}
.btn_two li {
  display: inline-block;
  margin: 0 20px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .btn_two li {
    margin: 0 10px;
  }
}
@media (max-width: 749px) {
  .btn_two li {
    margin: 0;
  }
  .btn_two li:first-child {
    margin-bottom: 15px;
  }
}

.textbox16 {
    font-size: 18px!important;
    line-height: 2.5em;
    letter-spacing: 0.27em;
    text-align: center;
	    margin-bottom: 110px;
}

.text-city {
	margin: 4% 0;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .textbox16 {
    font-size: 14px;
    line-height: 2.8rem;
  }
}
@media (max-width: 749px) {
  .textbox16 {
    font-size: 14px!important;
    line-height: 2.8rem;
	text-align: left;
  }

  .text-city {
	text-align: center!important;
}

	.text-left01,.text-right02,.text-left02,.text-left03 {
		float: none!important;
		width: 100%!important;
		margin: 100px 0 50px!important;
	}

	.second-wrap .img-right01,.second-wrap .img-left02 {
		float: right!important;
		width: 100%!important;
	}

	.absolute-img02-right {
		position: static!important;
		float: right!important;
        width: 100%!important;
	}

	.absolute-img01-right {
		position: static!important;
        width: 100%!important;
	}
}

.text-center {
  text-align: center;
}

.three_img {
  margin: 0 0 70px;
}
@media (max-width: 749px) {
  .three_img {
    margin: 0 0 40px;
  }
}
.three_img .left {
  width: 61.54%;
  float: left;
}
@media (max-width: 749px) {
  .three_img .left {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  .three_img .left img {
    width: 100%;
    height: auto;
  }
}
.three_img .right {
  width: 34.62%;
  float: right;
}
@media (max-width: 749px) {
  .three_img .right {
    width: 100%;
    float: none;
  }
  .three_img .right img {
    width: 100%;
    height: auto;
  }
}

.five_point {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-left: -20px;
  margin-top: 75px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .five_point {
    margin-left: -10px;
  }
}
@media (max-width: 749px) {
  .five_point {
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    max-width: 400px;
    margin: 40px auto 0;
  }
}
.five_point li {
  margin-left: 20px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .five_point li {
    margin-left: 10px;
  }
}
@media (max-width: 749px) {
  .five_point li {
    margin-left: 7px;
  }
}
.five_point li img {
  max-width: 185px;
  width: 100%;
}
@media (max-width: 749px) {
  .five_point li img {
    max-width: 105px;
  }
}

.second-wrap .text-left01 {
	float: left;
    width: 30%;
    margin: 100px 0 100px 100px;
}
.second-wrap .text-left02 {
	float: left;
    width: 25%;
    margin: 100px 0 100px 170px;
}
.second-wrap .text-left03 {
	float: left;
    width: 21%;
    margin: 150px 0;
}

.second-wrap .img-right01 {
	float: right;
    width: 42.3%;
}
.second-wrap .img-right02 {
	float: right;
    width: 50%;
}

.second-wrap .text-right02 {
	float: right;
    width: 40%;
	margin: 150px 100px 100px 0;
}

.second-wrap .img-left02 {
	float: left;
    width: 42.3%;
}

.subtitle-en {
	font-size: 160%;
	margin-bottom: 15px;
}

.subtitle {
	font-size: 200%;
	line-height: 30px;
	margin-bottom: 30px;
}

.title-text {
	font-size: 140%;
	letter-spacing: 0.03em;
	line-height: 2em;
}

@media (min-width: 750px) and (max-width: 1040px) {
  .second-wrap .img {
    width: 40%;
  }
}
@media (max-width: 749px) {
  .second-wrap .img {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }
}
.second-wrap .right {
  width: 36.54%;
  float: right;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .second-wrap .right {
    width: 56%;
  }
}
@media (max-width: 749px) {
  .second-wrap .right {
    width: 100%;
    float: none;
  }
}
.second-wrap .right dl {
  margin-top: 30px;
}
.second-wrap .right dl:first-child {
  margin-top: 0px;
}
.second-wrap .right dl dt {
  color: #193e6c;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 3rem;
  padding-bottom: 5px;
}
.second-wrap .right dl dd {
  line-height: 2.2rem;
}

.luft-wrap .img-ttl {
  text-align: center;
  margin: 0 0 40px;
}
.luft-wrap .img-ttl img {
  display: inline-block;
  max-width: 199px;
}
.luft-wrap .textbox16 {
  margin-bottom: 75px;
}
@media (max-width: 749px) {
  .luft-wrap .textbox16 {
    margin-bottom: 40px;
  }
}

.lrbox {
  margin: 70px 0 0;
}
@media (max-width: 749px) {
  .lrbox {
    margin: 10px 0 0;
  }
}
.lrbox .left {
  width: 48%;
  float: left;
}
@media (max-width: 749px) {
  .lrbox .left {
    width: 100%;
    float: none;
  }
}
.lrbox .right {
  width: 48%;
  float: right;
}
@media (max-width: 749px) {
  .lrbox .right {
    width: 100%;
    float: none;
  }
}
.lrbox .title {
  font-size: 22px;
  line-height: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 0 0 15px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .lrbox .title {
    font-size: 19px;
  }
}
@media (max-width: 749px) {
  .lrbox .title {
    font-size: 18px;
    padding: 15px 0 10px;
  }
}

.three_column li {
  width: 31%;
  float: left;
  margin-right: 3.5%;
}
.three_column li:last-child {
  margin-right: 0px;
}
.three_column li p {
  font-size: 16px;
  color: #193e6c;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 15px 0 5px;
}
@media (min-width: 750px) and (max-width: 1040px) {
  .three_column li p {
    font-size: 13px;
  }
}
@media (max-width: 749px) {
  .three_column li p {
    font-size: 10px;
    font-weight: 600;
  }
}

.madori .mt60 {
  margin-top: 60px;
  text-align: center;
}
@media (max-width: 749px) {
  .madori .mt60 {
    margin-top: 30px;
  }
}
.madori .textbox16 {
  margin-top: 70px;
}
@media (max-width: 749px) {
  .madori .textbox16 {
    margin-top: 40px;
  }
}

.animation-down {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: translate(0, -2rem);
  -webkit-transform: translate(0, -2rem);
  -ms-transform: translate(0, -2rem);
  transform: translate(0, -2rem);
  -webkit-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -moz-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -o-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -webkit-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -moz-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -o-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.animation-down.IN-animation {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.animation-up {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -moz-transform: translate(0, 2rem);
  -webkit-transform: translate(0, 2rem);
  -ms-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
  -webkit-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -moz-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -o-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -webkit-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -moz-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -o-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.animation-up.IN-animation {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.animation-side {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -moz-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -o-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -webkit-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -moz-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -o-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.animation-bg {
  background-position: 50% 5rem !important;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  position: relative;
  -webkit-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -moz-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -o-transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  transition: all 900ms cubic-bezier(0.34, 0.025, 0.15, 0.97);
  -webkit-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -moz-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  -o-transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
  transition: all 2500ms cubic-bezier(0.315, 0.04, 0, 0.99);
}

.animation-bg.IN-animation {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  background-position: 50% 0% !important;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.a-left {
  -moz-transform: translate(-4rem, 0rem);
  -webkit-transform: translate(-4rem, 0rem);
  -ms-transform: translate(-4rem, 0rem);
  transform: translate(-4rem, 0rem);
}

.a-right {
  -moz-transform: translate(4rem, 0rem);
  -webkit-transform: translate(4rem, 0rem);
  -ms-transform: translate(4rem, 0rem);
  transform: translate(4rem, 0rem);
}

.animation-side.IN-animation {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -moz-transform: translate(0, 0) !important;
  -webkit-transform: translate(0, 0) !important;
  -ms-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.causion {
  padding: 30px 0 0;
  font-size: 11px;
}
@media (max-width: 749px) {
  .causion {
    padding: 15px 0 0;
  }
}

.imgbox {
	display: flex;
	justify-content: space-around;
}

.imgbox2 {
	display: flex;
	justify-content: space-around;
	margin-top: 70px
}

.left-box,.right-box {
	max-width: 500px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.box-title {
	font-size: 140%;
    letter-spacing: 0.4em;
    border-bottom: 1px solid #89c5cf;
    padding-bottom: 10px;
}

.box-text {
	font-size: 200%;
    padding: 15px 0;
	letter-spacing: 2px;
	line-height: 1.7em;
}

.box-img-top01 {
	padding-top: 10%;
}

.box-img-top02 {
	padding-top: 5%;
}

@media (min-width: 750px) and (max-width: 1040px) {
	.left-box, .right-box {
		width: 45%;
	}

	.box-title {
		line-height: 1.7em;
	}

	.box-text {
		font-size: 170%;
	}
}

@media (max-width: 749px) {
  .imgbox {
	display: block!important;
}

.imgbox2 {
	display: block!important;
}

.box-title {
	font-size: 100%;
}

.box-text {
	font-size: 160%;
	letter-spacing: 0px;
}

	.right-box {
		margin-top: 20%;
	}

	.box-img-top01 {
		width: 75%;
	}

	.box-img-top02 {
		width: 60%;
	}
}

.pc_only { display: block; }
.sp_only { display: none; }

@media (max-width: 768px) {
  .pc_only { display: none; }
  .sp_only { display: block; }
}

.header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
}
.header .head-logo {
  width: 100px;
  padding: 10px;
}
.header ul li {
  display: inline-block;
  width: 200px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .header .head-logo {
    width: 83px;
    padding: 10px;
  }
  .header ul li {
    width: 131px;
    margin-right: 1px;
  }
  .header ul li:last-child {
    margin-right: 0;
  }
}

@media (max-width: 390px) {
  .header .head-logo {
    width: 26.41%;
  }
  .header ul.sp_only {
    width: 71.8%;
    display: flex;
    justify-content: flex-end;
  }
  .header ul li {
    width: 48%;
    margin-right: 1px;
  }
}