@charset "UTF-8";
/*
--------------------------------
	variables
--------------------------------
*/
/* ---- sizes ---- */
/* ---- colors ---- */
/* ---- border radius ---- */
/*
--------------------------------
	mixins
--------------------------------
*/
/* ---- media query ---- */
/* ---- drop shadow ---- */
/* ---- language ---- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  margin: 0;
}

body {
font-family: "Noto Sans JP", sans-serif;
-webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
  list-style: none;
}

a, button {
  -webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

/*img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}*/

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

caption, th {
  text-align: left;
}

button {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}

input, select, textarea {
  padding: 0;
  border-style: none;
  border-radius: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: inherit;
  line-height: 1;
}

strong, em, b {
  font-weight: 700;
  font-style: normal;
}

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

img {
	max-width:100%;
	height: auto;/*高さ自動*/
}
a {
  display:block;
  color: var(--link-color);
  text-decoration-line: none;
-webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover { 
    color:#888;
}

a img:hover {
	opacity: 0.8;
}

/* 改行 */
@media screen and (min-width:821px){	
.br-pc { display:block; }
.br-md { display:none; }
.br-sp { display:none; }
}

@media screen and (max-width:820px){	
.br-pc { display:none; }
.br-md { display:block; }
.br-sp { display:none; }
}

@media screen and (max-width:767px){	
.br-pc { display:none!important; }
.br-md { display:none!important; }
.br-sp { display:block!important; }
}


.clearFix { 
	content: "";
	display: block;
	clear: both;
}

.space50 { 
	height:50px;
	content: "";
	display: block;
	clear: both;
}
.space80 {	
	height:80px;
	content: "";
	display: block;
	clear: both;
}

.space100 {	
	height:100px;
	content: "";
	display: block;
	clear: both;
}

.space120 {	
	height:120px;
	content: "";
	display: block;
	clear: both;
}

.space150 {	
	height:150px;
	content: "";
	display: block;
	clear: both;
}

/*
--------------------------------
	font
--------------------------------
*/
html {
  font-size: 62.5%;
}

body {
font-family: "Noto Sans JP", sans-serif;
  /* font-family: "LINESeedJP", sans-serif; */
  font-size: 1.6rem;
  font-weight:500;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
/*body:lang(en) {
  letter-spacing: 0.02em;
  word-break: break-word;
}*/

/*button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}*/


@media screen and (max-width: 767.9px) {
  body {
    font-size: 1.5rem;
  }
}

/* ---- margin ---- */
.mt0 {margin-top:0px!important;}
.mt10 {margin-top:10px!important;}
.mt20 {margin-top:20px!important;}
.mt30 {margin-top:30px!important;}
.mt40 {margin-top:40px!important;}
.mt50 {margin-top:50px!important;}
.mt60 {margin-top:60px !important;}
.mt70 {margin-top:70px!important;}
.mt80 {margin-top:80px!important;}
.mt90 {margin-top:90px!important;}
.mt100 {margin-top:100px!important;}
.mt110 {margin-top:110px!important;}
.mt120 {margin-top:120px !important;}
.mt130 {margin-top:130px !important;}
.mt140 {margin-top:140px !important;}
.mt150 {margin-top:150px !important;}
.mt160 {margin-top:160px !important;}
.mt170 {margin-top:170px !important;}
.mt180 {margin-top:180px !important;}
.mt190 {margin-top: 190px !important;}
.mt200 {margin-top: 200px !important;}

@media screen and (max-width: 767.9px) {
 .mt0 {margin-top: 0vw !important;}
 .mt10 {margin-top: 2vw !important;}
 .mt20 {margin-top: 4vw !important;}
 .mt30 {margin-top: 6vw !important;}
 .mt40 {margin-top: 8vw !important;}
 .mt50 {margin-top: 10vw !important;}
 .mt60 {margin-top: 12vw !important;}
 .mt70 {margin-top: 14vw !important;}
 .mt80 {margin-top: 16vw !important;}
 .mt90 {margin-top: 18vw !important;}
 .mt100 {margin-top: 20vw !important;}
 .mt110 {margin-top: 22vw !important;}
 .mt120 {margin-top: 24vw !important;}
 .mt130 {margin-top: 26vw !important;}
 .mt140 {margin-top: 28vw !important;}
 .mt150 {margin-top: 30vw !important;}
 .mt160 {margin-top: 32vw !important;}
 .mt170 {margin-top: 34vw !important;}
 .mt180 {margin-top: 36vw !important;}
 .mt190 {margin-top: 38vw !important;}
 .mt200 {margin-top: 40vw !important;}

 .sp-mt80 {margin-top: 21.3vw !important;}
 .sp-mt64 {margin-top: 17.1vw !important;}
 .sp-mt56 {margin-top: 14.9vw !important;}
 .sp-mt40 {margin-top: 10.7vw !important;}
 .sp-mt32 {margin-top: 8.5vw !important;}
 .sp-mt0 {margin-top: 0 !important;}
}

/* ---- align ---- */
.left {text-align: left;}
.center {text-align: center;}
.right {text-align: right;}

/*
--------------------------------
	container
--------------------------------
*/
.body-container {
  padding: 120px 5vw;
}
.body-container.bg-gray {
  background-color: #f4f4f4;
}
.body-container.bg-gray.dark {
  background-color: #d9d9d9;
}
.body-container.no-top-padding {
  padding-top: 0;
}
.body-container.no-bottom-padding {
  padding-bottom: 0;
}
.body-container .body-inner {
  max-width:1300px;
  margin: 0 auto;
}
.body-container .article-inner {
  max-width: 800px;
  margin: 0 auto;
}
.body-container .body-inner > :first-child,
.body-container .article-inner > :first-child {
  margin-top: 0;
}

@media screen and (max-width: 767.9px) {
  .body-container {
    padding: 21.3vw 8vw;
  }
  .body-container.no-top-padding {
    padding-top: 0;
  }
  .body-container.no-bottom-padding {
    padding-bottom: 0;
  }
  .body-container .body-inner {
    max-width: none;
    margin: 0;
  }
  .body-container .article-inner {
    max-width: none;
    margin: 0;
  }
}
/*
--------------------------------
	page header
--------------------------------
*/
/* ---- pc ---- */
header {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 80px;
  top: 0;
  left: 0;
  background-color: #fff;
  letter-spacing: 0.1em;
  transition: height 0.2s ease-out;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.is-scroll header {
  height: 70px;
}
header::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
header.main-navi::after {
  opacity: 0;
  transition: opacity 0s linear 0.4s;
}

.is-scroll header.main-navi::after {
  opacity: 1;
  transition: opacity 0s linear 0s;
}

.megamenu-open header::after {
  opacity: 1;
  transition: opacity 0s linear 0.1s;
}

header .header {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-content: space-between;
  transition: max-width 0.2s ease-out;
}

.header-logo {
  display: flex;
  /* max-width: 20vw; */
  height: 100%;
  margin-left: 30px;
  align-items: center;
}
.header-logo img {
  width: 240px;
}

@media screen and (min-width: 1200px) {
  .header-nav {
    display: flex !important;
    height: 100%;
  }
  .header-nav .Gnav {
    padding: 0 1.5vw;
    font-size:14.5px;
  }
  .header-nav > ul {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .header-nav > ul > li {
    height: 100%;
    line-height: 1.24;
  }
  .header-nav > ul > li.contact-nav {
    display:none;
  }
  .header-nav > ul > li > a,
  .header-nav > ul > li > button {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
  }
  .header-nav .Gnav > li > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 0;
    background-color: #2d416b;
    transition: width 0.2s ease-out, left 0.2s ease-out;
  }
  .header-nav .Gnav > li:hover > a::after,
  .header-nav .Gnav > li.is-current > a::after {
    width: 100%;
    left: 0;
  }
  .header-nav .Gnav > li > a {
    padding: 0 1.2vw;
    text-align: center;
    color: #2d416b;
    transition: padding 0.2s ease-out;
  }
  .header-nav .Gnav > li > a:hover {
    background:rgba(54,131,223,0.05);
  }
  .header-nav .Gnav > li > a.is-disabled {
    cursor: default;
  }
  .header-nav .sub-menu {
	padding:0 0 0 0;
	}
  .header-nav .sub-menu li.contact {
	position: relative;
	text-align: center;
	}
  .header-nav .sub-menu li.contact a {
	font-size:14px;
	position: relative;
	color: #fff;
	display:block;
	padding: 30px 30px 0 55px;
	background: #3683df;
	text-decoration-line: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	}
 	.header-nav .sub-menu li.contact a:hover {
	opacity: 0.8;
	}
	.header-nav .sub-menu li.contact a:before {
	content:"";
	position:absolute;
	background:url(../images/mail.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	left:25px;
	}	

  .megamenu-content {
    position: absolute;
    z-index: 2;
    display: block !important;
    width: 100%;
    height: calc(10 * (1.4em + 3vh) + 6vh);
    max-height: 0;
    top: 100%;
    left: 0;
    background-color: #fff;
    overflow: hidden;
    /* transition: max-height 0.3s ease-out 0.1s, z-index 0s linear 0.4s; */
  }
  .megamenu-open .megamenu-content {
    max-height: 600px;
    background: #2d416b;
    transition: max-height 0.01s ease-out 0.01s, z-index 0s linear 0.01s;
  }
  .megamenu-content-wrapper:hover .megamenu-content {
    z-index: 3;
  }
  .megamenu-list {
	display:flex;
	width:calc(100% - 30vw);
	max-width:1000px;
	height:100%;
	top: -100%;
	padding:1vh 0;
	margin:auto;
  }
  .megamenu-list li {
    clear: both;
    text-align:center;
    width: 100%;
    overflow: hidden;
    transition: background-color 0.2s linear;
  }

  .megamenu-list li > a:before {
    content:"・";
	margin-right:0.5em;
	color:#3683df;
  }
  .megamenu-content a {
    position: relative;
    display: block;
    transition: background-color 0.2s linear;
  }
  .megamenu-list li a {
    display: block;
    position: relative;
    width: 100%;
    padding: 1.5vh 10px 1.5vh 0;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .megamenu-list li a:hover {
	opacity: 0.7;
	}
  .btn-submenu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s linear;
  }
  .megamenu-content .has-submenu::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    top: 1.5vh;
    bottom: 1.5vh;
    right: 49px;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .megamenu-content-wrapper > a > .btn-submenu {
    display: none;
  }
  .btn-submenu:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 14px;
    top: calc(50% - 7px);
    left: calc(50% - 1px);
    background-color: #2e2e2e;
    transition: transform 0.2s ease-out;
  }
  .pc-submenu-open > a > .btn-submenu:before {
    transform: rotate(90deg);
  }
  .btn-submenu:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    background-color: #2e2e2e;
  }
  .megamenu-content .pc-submenu-open > .megamenu-list {
    top: 0;
    opacity: 1;
    transition: top 0s linear, opacity 0.2s linear;
  }
}
.header-nav .sub-menu .btn-menu {
  display: none;
}

.bg-megamenu {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 0;
  top: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: height 0s linear 0.4s, opacity 0.3s linear 0.1s;
}

.megamenu-open .bg-megamenu {
  height: 100vh;
  opacity: 1;
  transition: height 0s linear 0.1s, opacity 0.3s linear 0.1s;
}


/* ---- tablet ---- */
@media screen and (max-width: 1199.9px) {
  header {
    height: 65px !important;
  }
  .spmenu-open header:after {
    opacity: 1;
    transition: opacity 0s linear 0s;
  }
  .header-logo {
    max-width: 350px;
    margin-left: 20px;
  }
  .header-logo img {
    width: 220px;
  }
/*  .header-logo img:lang(en) {
    width: 38px;
  }*/
  .header-nav .sub-menu {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 0 0 0;
    background: #3683df;
  }
  .header-nav .sub-menu li {
    height: 100%;
  }
  .header-nav .sub-menu li button {
    display: flex;
    height: 100%;
    align-items: center;
  }
.header-nav .sub-menu li.contact {
	display:none;
}
  .header-nav .sub-menu .btn-menu {
    display: block;
    position: relative;
    width: 70px;
    height: 100%;
    cursor: pointer;
  }
  .header-nav .sub-menu .btn-menu span {
    display: block;
    position: absolute;
    left: 22px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #fff;
    overflow: hidden;
    text-indent: -400px;
    text-align: center;
    opacity: 1;
    transform: translateY(-6px);
    transition: opacity 0.2s ease-out;
  }
  .header-nav .sub-menu .btn-menu::before {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform-origin: 50%;
    transform: rotate(0);
    transition: transform 0.2s ease-out;
  }
  .header-nav .sub-menu .btn-menu::after {
    content: "";
    display: block;
    position: absolute;
    left: 22px;
    top: calc(50% - 1px);
    width: 24px;
    height: 2px;
    background-color: #fff;
    transform-origin: 50%;
    transform: rotate(0) translateY(6px);
    transition: transform 0.2s ease-out;
  }
  .spmenu-open .header-nav .sub-menu .btn-menu span {
    opacity: 0;
  }
  .spmenu-open .header-nav .sub-menu .btn-menu::before {
    transform: rotate(-45deg);
  }
  .spmenu-open .header-nav .sub-menu .btn-menu::after {
    transform: rotate(45deg) translateY(0);
  }
  nav.header-nav {
    position: fixed;
    z-index: 2;
    display: none;
    width: 100%;
    height: calc(100% - 65px);
    top: 65px;
    left: 0;
    background-color: #fff;
    overflow-y: scroll;
  }
  .megamenu-content {
    position: relative;
    display: none;
    background: #fafafa;
  }
.megamenu-content ul li {
	padding: 0 0 0 15px;
	position: relative;
}
.megamenu-content ul li:before {
	content:"・";
	font-size:25px;
	color:#3683df;
	top: 50%;
	transform: translate(0, -50%);
	left: 4.5vw;
	position: absolute;
}
  .Gnav {
    margin: -1px 0 50px;
  }
  .Gnav br {
    display: none;
  }
  .Gnav li {
    position: relative;
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }
  .Gnav li a {
    position: relative;
    display: block;
    padding: 17px 60px 17px 5vw;
    text-decoration: none;
    color: #2d416b;
    font-weight: 600;
    line-height: 1.5;
  }
  .Gnav li.contact-nav a {
	color: #fff;
	background: #3683df;
	text-decoration-line: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width:50%;
	border-radius:6px;
	padding-left: calc(6% + 10px);
	margin:20px auto 0;
	text-align:center;
	}
 	.Gnav li.contact-nav a:hover {
	opacity: 0.8;
	}
	.Gnav li.contact-nav a:before {
	content:"";
	position:relative;
	display:inline-block;
	background:url(../images/mail.svg);
	background-size:contain;
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	top:4px;
	left:-15px;
}
  .btn-submenu {
    position: absolute;
    display: block;
    width: 60px;
    height: 100%;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    border: 0 none;
    background-color: #fafafa;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: background-color 0.2s linear;
  }
  .btn-submenu:before {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 16px;
    top: calc(50% - 8px);
    left: calc(50% - 1px);
    background-color: #2d416b;
    transition: transform 0.2s ease-out;
  }
  .btn-submenu.submenu-open:before {
    transform: rotate(90deg);
  }
  .btn-submenu:after {
    content: "";
    position: absolute;
    display: block;
    width: 16px;
    height: 2px;
    top: calc(50% - 1px);
    left: calc(50% - 8px);
    background-color: #2d416b;
  }
  .spmenu-open .bg-megamenu {
    height: 100vh;
    opacity: 1;
    transition: height 0s linear 0.1s, opacity 0.3s linear 0.1s;
  }
}

@media screen and (max-width:767px) {
  .Gnav li.contact-nav a {
	width:90%;
	border-radius:6px;
	padding-left: calc(12% + 20px);
	margin:20px auto 0;
	text-align:center;
}
}


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

footer {
padding: 43px 0 30px;
background-color: #134178;	
}

footer .copyright { 
color:#fff;
margin-top:28px;
color: #ffffff;
font-size: 1rem;
letter-spacing: 0.1em;
text-align: center;
}


footer .body-container {
border-bottom: 1px solid rgba(255,255,255,0.2);
}


/*
--------------------------------
	column set
--------------------------------
*/
/* ---- 2 columns ---- */
.col-2 {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.8vw, 40px);
  margin-top: 50px;
}
.col-2 .col-li {
  width: max(50% - 1.402vw, 50% - 20px);
}

@media screen and (max-width: 767.9px) {
  .col-2 {
    display: block;
    margin-top: 5vw;
  }
  .col-2 .col-li {
    width: auto;
    margin-top: 5vw;
  }
  .col-2 .col-li:first-child {
    margin-top: 0;
  }
}
/* ---- 3 columns ---- */
.col-3 {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.8vw, 40px);
  margin-top: 50px;
}
.col-3 .col-li {
  width: max(33.3333% - 1.86667vw, 33.3333% - 26.6667px);
}

@media screen and (max-width: 767.9px) {
  .col-3 {
    display: block;
    margin-top: 5vw;
  }
  .col-3 .col-li {
    width: auto;
    margin-top: 5vw;
  }
  .col-3 .col-li:first-child {
    margin-top: 0;
  }
}
/* ---- 4 columns ---- */
.col-4 {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.8vw, 40px);
  margin-top: 50px;
}
.col-4 .col-li {
  width: max(25% - 2.102vw, 25% - 30px);
}

@media screen and (max-width: 767.9px) {
  .col-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 5vw;
  }
  .col-4 .col-li {
    width: calc((100% - 5vw) / 2);
    margin-top: 0;
  }
  .col-4.sp-col-1 {
    display: block;
  }
  .col-4.sp-col-1 .col-li {
    width: auto;
    margin-top: 5vw;
  }
  .col-4.sp-col-1 .col-li:first-child {
    margin-top: 0;
  }
}
/* ---- 5 columns ---- */
.col-5 {
  display: flex;
  flex-wrap: wrap;
  gap: min(2.2vw, 24px);
  margin-top: 50px;
}
.col-5 .col-li {
  width: max(20% - 1.7617vw, 20% - 19.2px);
}

@media screen and (max-width: 767.9px) {
  .col-5 {
    display: flex;
    flex-wrap: wrap;
    gap: 5vw;
    margin-top: 5vw;
  }
  .col-5 .col-li {
    width: calc((100% - 5vw) / 2);
    margin-top: 0;
  }
  .col-5.sp-col-1 {
    display: block;
  }
  .col-5.sp-col-1 .col-li {
    width: auto;
    margin-top: 5vw;
  }
  .col-5.sp-col-1 .col-li:first-child {
    margin-top: 0;
  }
}

/* ---- reverse direction ---- */
.col-2.reverse,
.col-2.reverse,
.col-3.reverse,
.col-4.reverse {
  flex-direction: row-reverse;
}

/*
--------------------------------
	basics
--------------------------------
*/
body {
  color: #2e2e2e;
  background-color: #fff;
  overflow-y: scroll;
}

.global-container {
  position: relative;
  width: 100%;
}

a {
  color: #2e2e2e;
  text-decoration: none;
}
a:link, a:visited {
  color: #2e2e2e;
}
a:hover, a:active {
  text-decoration: none;
}





/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */

#footer {
	clear: both;
	width:100%;
	min-height: 680px;
	margin-top:0;
	padding: 150px 0 30px 0;
	background-color: #2d416b;
	position: relative;
	color:#fff;
}

#footer.top {
	margin-top:0!important;
}

@media screen and (max-width: 1100px) {
#footer{
	padding:70px 0 30px 0;}
}

@media screen and (max-width:820px) {
#footer{
	min-height:880px;
	padding:30px 0 30px 0;
}
}

.footer-inner {
	position: relative;
	z-index:1;
	clear: both;
	width:70%;
	margin:0 auto;
	min-height:150px;
	padding:20px 0 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

@media screen and (max-width: 1400px) {
.footer-inner {width:80%;}
}

@media screen and (max-width:1100px) {
.footer-inner {margin: 0 auto 150px;}
}

@media screen and (max-width:960px) {
.footer-inner { width:85%; }
}

@media screen and (max-width:767px) {
.footer-inner {width:90%;}
}


.footer-inner div.footer-adress {
	width:35%;
}
.footer-inner div.footer-menu {
	width: 65%;
}


@media screen and (max-width: 1100px) {
#footer{
	background-position: center 0px;
}
.footer-inner div.footer-adress {
	width:100%;
}

.footer-inner div.footer-menu {
	width: 100%;
	}
}	

@media screen and (max-width:820px) {
.footer-inner div.footer-menu {
	width: calc(100%);
	margin-left:0;}
}

@media screen and (max-width:767px) {
.footer-inner div.footer-menu {
	width: 300px;margin-left:0;margin:30px auto;}

.footer-inner div.footer-adress {
text-align:center;}	
}



/*フッターメニュー
--------------------------------------------*/
.footer-inner div.footer-adress h2 {
	font-size:14px;
	font-weight:500;
	line-height:1.5;
	text-align:left;
	margin:15px 0 0;
}

.footer-inner div.footer-menu ul {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.footer-inner div.footer-menu ul li {
	width: calc(100% / 4);
	text-align:left;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	margin:15px 0 0;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu li {
	width:100%;
	text-align:left;
}


@media screen and (max-width: 1100px) {
.footer-inner div.footer-menu ul {
	margin: 40px 0 10px;
}
.footer-inner div.footer-menu ul li {
	width: calc(100% / 4);
}
.footer-inner div.footer-menu ul li ul.f-sub-menu li {
	width:100%!important;
}
.footer-inner div.footer-menu ul li ul.f-sub-menu {
	margin:10px 0 10px;}
}


@media screen and (max-width: 767px) {
.footer-inner div.footer-menu ul {
	margin:20px 0 0;
}
.footer-inner div.footer-menu ul li ul.f-sub-menu {
   margin:5px 0 10px;
}
.footer-inner div.footer-menu ul li ul.f-sub-menu li {
    margin-left:40px;
    margin-bottom:0;
}
.footer-inner div.footer-menu ul li {
	width:100%;
	margin-bottom: 40px;
}
.footer-inner div.footer-adress h2 {
	text-align:center;
}
}

.footer-inner div.footer-menu ul li a {
	color: #fff!important;
	font-size: 16px;
	line-height:2;
	letter-spacing:1px;
	cursor: pointer;
	position:relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-inner div.footer-menu ul li a::before {
	content:"";
	width:150px;
	height:1px;
	background:#fff;
	position:absolute;
	bottom:-10px;
	margin:0 8px 2px 0;
}
.footer-inner div.footer-menu ul li a:hover { 	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu {
	margin:20px 0 0 0;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu li a {
	font-size: 15px;
	color: #ffffff;
	letter-spacing:1px;
	line-height:2.5;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	position:relative;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu li a::before {
	content:"";
	width:6px;
	height:6px;
	border-radius:50%;
	background:#3683df;
	position:relative;
	display:inline-block;
	margin:0 8px 12px 0;
}

.footer-inner div.footer-menu ul li ul.f-sub-menu li a:hover { 	
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

@media screen and (max-width:1200px) {
.footer-inner div.footer-menu ul li a::before {
	width:125px;
}
}

@media screen and (max-width:1100px) {
.footer-inner div.footer-menu ul li a::before {
	width:85%;
}
}

@media screen and (max-width: 767px) {
.footer-inner div.footer-menu ul li a::before {
	width:100%;
}
}


/*フッターロゴ
--------------------------------------------*/
.footer-inner .f-logo {
	text-align:left;
	margin-left: -30px;
}

.footer-inner div.footer-adress .f-logo img {
	text-align:center;
	width:260px;
}
.footer-inner .f-adress {
	font-size: 14px;
	line-height:1.5;
	/*color:#fff;*/
	margin: 10px 0 0 0;
	letter-spacing:0.5px;
}

.f-navi-copyright {
	position: absolute;
	bottom: 0;
	z-index:1;
	width: 100%;
	clear: both;
	margin: 0 auto 0;
}

.copyright {
	border-top:1px solid rgba(255,255,255,0.2);
	bottom: 0;
	text-align:center;
	color:#fff;
	font-size:10px;
	padding:20px 0 50px;
	letter-spacing:1px;
}


@media screen and (max-width: 820px) {
.footer-inner div.footer-adress h2 {
	text-align: center;
}
.footer-inner .f-adress {
	text-align: center;
	margin: 15px auto 0;
}
.footer-inner .f-logo {
	text-align:center;
}
.footer-inner .Lbtn { margin:20px auto 0!important;}		
}


@media screen and (max-width: 768px) {
.f-navi-copyright {
	width:90%;
}
.copyright { 
	margin:0px auto 15px;
}
}

@media screen and (max-width:767px) {
.f-navi-copyright {
	width:100%;
	letter-spacing:0px;
}
.copyright { 
	letter-spacing:0px;
}
}


/* リンクボタン */
a.Lbtn {
	display: block;
	background:#ffffff;
	color: #2d416b!important;
	padding: 1em 0 1.1em 23px;
	text-align: center;
	margin: 20px 0 0 0px;
	width:200px;
	font-weight:600;
	letter-spacing:1px;
	font-size:15px!important;
	position:relative;
	-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;}

a:hover.Lbtn {
background:#3683df;
color:#fff!important;
}

a.Lbtn::after {
	content: "";
	position: absolute;
	width:26px;
	height:20px;
	top:50%;
	transform: translateY(-50%);
	left:28px;
	background: url(../images/mail_DB.svg) no-repeat;
	background-size: contain;
}

a:hover.Lbtn::after {
	content: "";
	position: absolute;
	width:26px;
	height:20px;
	top:50%;
	transform: translateY(-50%);
	left:28px;
	background: url(../images/mail.svg) no-repeat;
	background-size: contain;
}

