@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


html { 
  font-size: 100% /* =16px */
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, a, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 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;
	font-size: 100.01%;
	vertical-align: baseline;
	font-weight: normal;
	box-sizing:border-box;
    -webkit-font-smoothing: antialiased;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

body.fixed {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

body.fixed2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    color:#000;
    background-color: transparent;
    backface-visibility: hidden;
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #1e3188
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    border: 0
}
img {
  flex-shrink: 0;
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%
}

html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
}

body {
    min-height: 100%;
    overflow-y: scroll;
    font-family: 'Noto Sans Japanese', serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 2;
    letter-spacing: 0.1em
}
img {
    width: 100%
}
a {
    text-decoration: none
}
a:active,
a:hover,
a:visited {
    outline: 0;
    color:#000;
}
a:hover {
    text-decoration: none
}
dl:first-child,
ol:first-child,
p:first-child,
ul:first-child {
    margin-top: 0
}
dl:last-child,
ol:last-child,
p:last-child,
ul:last-child {
    margin-bottom: 0;
}
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
img {
    vertical-align: top
}
button,
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=submit],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}
button,
input[type=submit] {
    border: 0
}
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    background-color: #fff
}
select::-ms-expand {
    display: none
}
::selection {
    color: #fff;
    background-color: rgba(30, 40, 136, .9)
}
input::selection,
textarea::selection {
    color: #222;
    background-color: rgba(0, 0, 0, .2)
}
::-webkit-input-placeholder {
    color: #666
}
::-moz-placeholder {
    color: #666
}
:-ms-input-placeholder {
    color: #666
}
figure {
    margin: 0;
    padding: 0
}

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

body{
    letter-spacing:-0.03rem;
}
.pc-only{
    display: block!important;    
}

.pc{
    display: block!important;        
    }

.sp{
    display: none!important;    
}
    
.header {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #fff;
  z-index:3000;
  /*box-shadow: 0 2px 6px rgba(0,0,0,.16);*/
}

.header .main-logo{
  display: block;
  width: 200px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); 
  left: 30px;
  padding: 0px;
}

.header .main-logo:hover{
  opacity: 0.8;
  transition: 0.6s ease;
}  

.pc-menu{
    display: block;
}


.sp-menu{
    display: none;
}

.sp-fix-container{
    display:none;
}

.breadcrumbs{
    display:block;
    font-size: 1.2rem;
    font-weight: 300;
    width: 100%;
    max-width: 1100px;
    margin: 15px auto;
}

.breadcrumbs ul {
display: table;
}
.breadcrumbs ul li {
margin: 0 10px 0 0;
float: left;
}
.breadcrumbs ul li:first-child::before {
    padding: 0 3px 0 0;
    content: none;   
}
.breadcrumbs ul li::before {
padding: 0 10px 0 0;
content: '>';
}

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

/*@media screen and (min-width : 880px)

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

@media screen and (max-width : 880px) {
.pc-menu{
    display: none
}
.sp-fix-container{
    display:block;
    position: fixed;
    top:0;
    left: 0;
    width: 100%;
    height: 49px;
    background-color: rgba(255,255,255,0.85);
        border-bottom: 1px solid #d6d6d6;

}
.sp-menu{
    display: block;
}
    
.header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  /*box-shadow: 0 2px 6px rgba(0,0,0,.16);*/
}
    
.header .main-logo{
  display: block;
  width: 165px;
  height: 18px;
  position: absolute;
  top: 48%;
  transform: translateY(-52%);
  -webkit-transform: translateY(-52%);
  -ms-transform: translateY(-52%);
  left: 15px;
}
  
}




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

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

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

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





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

/*@media screen and (min-width : 640px)

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

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

.pc-only{
    display: none!important;    
}
.pc{
    display: none!important;       
    }
.sp{
    display: block!important;    
}
.breadcrumbs{
    display:none;
}    
}


/************************************
   PCグロナビ
************************************/

.global-nav-pc{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    margin:3px 0 0 ;
}

.global-nav-pc ul li{
    float:left;
}
.global-nav-pc ul li a{
    font-size: 1.6rem;
    font-weight: 500;
    display: block;
    margin:0 20px;
    letter-spacing:-0.01rem;
    position:relative;
}

.global-nav-pc ul li a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #1e3188;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.global-nav-pc ul li a:hover:after {
  transform: scale(1, 1);
}

.pc-submenu{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 30px;
    margin:3px 0 0 ;
}

.pc-submenu a{
    font-size: 1.4rem;
    text-align:center ;
    width:115px;
    font-weight: 500;
    display: block;
    float: left;
    color:#fff;
    background-color:#1e3188;
    border:1px solid #1e3188;
    letter-spacing:-0.03rem;
}
.pc-submenu a:hover{
    color:#1e3188;
    background-color:#fff;
    border:1px solid #1e3188;
    letter-spacing:-0.03rem;
    transition: 0.6s ease;
}


.pc-submenu a:first-child{
    margin-right:1px;
}


.fix-head-posi{
    width: 100%;
    position: fixed;
    top:-80px;
    z-index:90;
    border-bottom: 1px solid #d6d6d6;
    }
		 
.pc-fix-menu{
    position: relative;
    height:60px;
	background-color: rgba(255,255,255,0.85);
}

.pc-fix-menu .main-logo{
  display: block;
  width: 200px;
  height: 23px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%); 
  left: 30px;
  padding: 0px;
}

@media screen and (max-width : 880px) {
.fix-head-posi{
  display:none;
}
}


/************************************
   PCグロナビ　ここまで
************************************/    



/****************************
ハンバーバーメニュー
****************************/

.header .contact{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 55px;
    display: inline-block;
    background-color: #1e3188;
    color: #fff;
    font-size: 0.8rem;
    font-weight:500;
    line-height: 0.7;
    padding: 10px;
    letter-spacing: -0.02em;
}



.global-nav-sp {
  position: fixed;
  right: -880px; /* これで隠れる */
  top: 0;
  width: 100%; /* スマホに収まるくらい */
  height: 100vh;
  padding: 60px 20px;
  background-color: #f1f1f1;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
}

.global-nav-sp .logo{
    width: 200px;
    margin:0 0 30px;
}

.hamburger {
  position: absolute;
  right: 0;
  top: 3px;
  width: 50px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 50px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.global-nav__item {
  /* text-align: center; */
  /* padding: 0 14px; */
}
.global-nav__item a {
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #b2b2b2;
  text-decoration: none;
  color: #000;
  font-weight:500;
}
.global-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: 11px;
  width: 24px;
  height: 2px;
  background-color: #111;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .global-nav-sp {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}
    
    

    
/************************************
   フッター　ここから
************************************/    
footer{
  position:relative;
  margin-top: -80px;
  z-index: 10;
}

footer .bttop{
  position:absolute;
  bottom: 0;
  right: 15px;
  z-index: 20;
}

footer .bttop img{
    width: 18px
}



footer .upper{
  height: 80px;
    text-align: right;
    position: relative;
}

footer .upper .submenu{
  color: #000;
  font-size: 1.4rem;
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    bottom: -30px;
}

footer .upper .submenu a{
  position: relative;
  display: inline-block;
  text-decoration: none;
  font-size:1.6rem;
}
footer .upper .submenu a::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
footer .upper .submenu a:hover::after {
  transform: scale(1, 1);
}


footer .under{
    position:relative;
    height: 80px;
    background-color: #1e3188;
    text-align:center;
}

footer .under span{
     position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 1.4rem;
    color:#fff;
    font-family: "Barlow Condensed", serif;
    font-weight: 400;
    letter-spacing:0.1rem;
    display:inline-block;
}

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

footer{
  position:relative;
  margin-top: -60px;
  z-index: 10;
}


footer .upper,
footer .under{
  height: 60px;
    text-align: right;
    position: relative;
}

footer .upper .submenu a{
  font-size:1.4rem;
}
footer .upper .submenu{
  color: #000;
  font-size: 1.4rem;
    width:85%;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    bottom: -20px;
}

footer .bttop img{
    width: 13.4px
}
}

@media screen and (max-width : 640px) {
  footer .upper{
  height: 60px;
    text-align: center;
    position: relative;
}
footer .under span{
    font-size: 1.2rem;
    color:#fff;
    font-family: "Barlow Condensed", serif;
    font-weight: 400;
    letter-spacing:0;
    display:inline-block;
    width:100%;
    text-align:center;
}
.header .contact{
    font-size: 1.4rem;
    padding: 8px 10px 10px;
}
}
    
    
    

    
    
    
    
    
    
