@charset "utf-8";

/**
 *
 *  サイト共通
 *
 */

/*--------------------------------------------------------------------------
   reset
---------------------------------------------------------------------------*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,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%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
nav ul{list-style:none;}
ul,ol,li,dl,dt,dd{list-style-type:none;list-style-position:outside;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
ins{background-color:#ff9;color:#000;text-decoration:none;}
img{vertical-align:top;border:0;}
em{font-style:italic;}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
del{text-decoration:line-through;}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help;}
table{border-collapse:collapse;border-spacing:0;}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:0;padding:0;}
input,select{vertical-align:middle;}


/*--------------------------------------------------------------------------
   html
---------------------------------------------------------------------------*/

html{
	overflow-y:scroll;
}

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body {
	color:#202020;
	font-family: 'ヒラギノ角ゴ ProN W3',"Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:16px;
	font-size:100%\9;
	line-height:1.875;
	-webkit-text-size-adjust:100%;
  -ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
/* media query -> sp
=================================================================*/
@media(max-width: 768px){
	body {
		line-height: 1.583;
	}
}

/*--------------------------------------------------------------------------
   Fluid Image
---------------------------------------------------------------------------*/
img{
  max-width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a{
  color: #212121;
	outline:none;
	text-decoration: none;
  transition: all .3s cubic-bezier(.25, .46, .45, .94);
}

a:active {
	outline:none;
}

/*--------------------------------------------------------------------------
   GlobalHeader
---------------------------------------------------------------------------*/
.l-globalHeader {
  background: #fff;
  display: table;
  table-layout: fixed;
  position: fixed;
  left: 0;
  top: 0;
  height: 100px;
  width: 100%;
  z-index: 9999;
}

.l-globalHeader__logo,
.l-globalHeader__navi,
.l-globalHeader__tell {
  display: table-cell;
  vertical-align: middle;
}

.l-globalHeader__button {
  display: none;
}

/* l-globalHeader__logo
---------------------------------------------------------------------------*/
.l-globalHeader__logo {
  text-align: center;
  width: 414px;
}

/* l-globalHeader__navi
---------------------------------------------------------------------------*/
.l-globalHeader__navi {
  display: block;
  height: 100%;
  padding-right: 67px;
  text-align: right;
}

.l-globalHeader__navi ul {
  height: 100%;
}

.l-globalHeader__navi li {
  display: inline-block;
  position: relative;
  height: 100%;
}

.l-globalHeader__navi li:not(:first-child) {
  padding: 0 0 0 24px;
}

.l-globalHeader__navi li:not(:first-child)::before {
  background: #cfcfcf;
  content: "";
  display: inline-block;
  margin-right: 24px;
  transform: skew(-23deg);
  height: 12px;
  width: 1px;
}

.l-globalHeader__navi a {
  display: inline-block;
  color: #333333;
  position: relative;
  line-height: 100px;
  transition: color .3s cubic-bezier(.25, .46, .45, .94);
}

.l-globalHeader__navi a:hover {
  color: #0068b7;
}

.l-globalHeader__navi a::after{
  background: #0068b7;
  content: "";
  margin: auto;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .3s cubic-bezier(.25, .46, .45, .94);
  height: 4px;
  width: 100%;
}

.l-globalHeader__navi a:hover::after {
  opacity: 1;
}

/* l-globalHeader__tell
---------------------------------------------------------------------------*/
.l-globalHeader__tell {
  background: #0068b7;
  box-sizing: border-box;
  color: #fff;
  /* padding-left: 18px; */
  padding-left: 7px;
  width: 360px;
}

.l-globalHeader__tell li {
  margin: 0 auto;
}

.l-globalHeader__tell .c-text,
.l-globalHeader__tell img {
  display: inline-block;
  vertical-align: middle;
}

.l-globalHeader__tell .c-text {
  font-size: .875em;
  /* width: 100px;*/
  
}

.l-globalHeader__tell .c-text > .u-smallText {
  display: block;
  margin-top: -.545em;
}

.l-globalHeader__tell:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 100%;
  background: url("../images/txt_header_tell_ttl.svg") no-repeat;
  background-size: cover;
  vertical-align: middle;
  top: 0;
  right: 360px;
  position: absolute;
}


/* l-globalHeader__navi--sp
---------------------------------------------------------------------------*/
.l-globalHeader__navi--sp {
  display: none;
}

/* media query -> pc
=================================================================*/
@media(max-width: 1300px){
  .l-globalHeader {
    height: 7.692vw;
  }

  /* l-globalHeader__logo
  ---------------------------------------------------------------------------*/
  .l-globalHeader__logo {
    width: 26.1538vw;
  }

  .l-globalHeader__logo img {
    vertical-align: middle;
    width: 22.2308vw;
  }

  /* l-globalHeader__navi
  ---------------------------------------------------------------------------*/
  .l-globalHeader__navi {
    /*padding-right: calc(3.4615vw - 10px);*/
    padding-right: calc(5vw - 10px);
  }

  .l-globalHeader__navi a {
    font-size: 1.2308vw;
    line-height: 7.692vw;
  }

  .l-globalHeader__navi li:not(:first-child) {
    padding-left: calc(3.6923vw - 24px);
  }

  .l-globalHeader__navi li:not(:first-child)::before {
    margin-right: calc(3.6923vw - 19px);
    height: .9231vw;
  }

  /* l-globalHeader__tell
  ---------------------------------------------------------------------------*/
  .l-globalHeader__tell {
    padding-left: calc(1.8462vw - 6px);
    width: calc(80px + 21.5385vw);
  }

  .l-globalHeader__tell .c-text {
    font-size: 1.0769vw;
    /* width: calc(80px + .769vw); */
  }

  .l-globalHeader__tell .c-text > .u-smallText {
    font-size: .8462vw;
  }

  .l-globalHeader__tell li img {
    width: 16.8462vw;
    min-width: 135px;
  }

  .l-globalHeader__tell li:last-child {
    margin-top: calc(1.5385vw - 20px);
  }

  .l-globalHeader__tell li:last-child img {
    width: 16.8462vw;
    min-width: 135px;
  }
	
  .l-globalHeader__tell:before {
    right: calc(80px + 21.2vw);
	width: 2.46153vw;
  }
}

/* media query -> sp
=================================================================*/
@media(max-width: 768px){
  .l-globalHeader {
    height: 55px;
  }

  /* l-globalHeader__logo
  ---------------------------------------------------------------------------*/
  .l-globalHeader__logo {
    text-align: left;
    width: auto;
  }

  .l-globalHeader__logo img {
    padding-left: 12px;
    width: 176px;
  }

  /* l-globalHeader__navi
  ---------------------------------------------------------------------------*/
  .l-globalHeader__navi,
  .l-globalHeader__tell {
    display: none;
  }

  /* l-globalHeader__button
  ---------------------------------------------------------------------------*/
  .l-globalHeader__button {
    display: table-cell;
    position: relative;
    height: 55px;
    width: 55px;
  }

  .l-globalHeader__button i,
  .l-globalHeader__button::before,
  .l-globalHeader__button::after {
    background: #221815;
    display: block;
    content: "";
    margin: auto;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    transition: all .3s cubic-bezier(.25, .46, .45, .94);
    height: 3px;
    width: 28px;
  }

  .l-globalHeader__button::before {
    bottom: 20px;
  }

  .l-globalHeader__button::after {
    top: 20px;
  }

  .l-globalHeader__button.is-active i {
    opacity: 0;
  }

  .l-globalHeader__button.is-active::before,
  .l-globalHeader__button.is-active::after {
    /*left: 8px;*/
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .l-globalHeader__button.is-active::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  /* l-globalHeader__navi--sp
  ---------------------------------------------------------------------------*/
  .l-globalHeader__navi--sp {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    display: none;
    margin-top: auto;
    position: fixed;
    top: 55px;
    height: 100%;
    width: 100%;
    z-index: 9998;
  }

  .l-globalHeader__navi--sp li {
    border-bottom: 1px solid #e6e6e6;
  }

  .l-globalHeader__navi--sp li a {
    display: block;
    font-size: 1em;
    padding: 18px 0 17px 20px;
    position: relative;
  }

  .l-globalHeader__navi--sp li a::after {
    border-right: 2px solid #0068b7;
    border-top: 2px solid #0068b7;
    content: "";
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 20px;
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 9px;
    width: 9px;
  }

  .l-globalHeader__navi--sp .c-button.u-painted {
    margin: 25px auto 0;
  }

  .l-globalHeader__navi--sp .c-button.u-painted a {
    background: #0068b7;
    font-size: 1em;
    font-weight: normal;
    line-height: 50px;
    text-align: center;
  }
}

/*--------------------------------------------------------------------------
   GlobalFooter
---------------------------------------------------------------------------*/
.l-globalFooter__text .c-text {
  font-size: .75em;
  margin-top: 53px;
}

.l-globalFooter__copy.c-text {
  background: #192350;
  color: #fff; font-size: .75em;
  padding: 13px 0;
  text-align: center;
}

.l-globalFooter {
  background: #dde0e4;
}

.l-globalFooter__inner {
  margin: 0 auto;
  max-width: 1000px;
  padding: 54px 0 62px;
}

/* .l-globalFooter__list
---------------------------------------------------------------------------*/

.l-globalFooter__innerList {
  margin-left: 30px;
}

.l-globalFooter__listWrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.l-globalFooter__listColumn {
  box-sizing: border-box;
  width: 25%;
}

.l-globalFooter__listColumn:nth-child(2) > ul {
  margin-left: -11px;
}

.l-globalFooter__listColumn:nth-child(3) {
  padding-left: 52px;
}

.l-globalFooter__listColumn:last-child {
  padding-left: 60px;
}

/* .l-globalFooter__list > links */
.l-globalFooter a:hover {
  text-decoration: underline;
}

.l-globalFooter__link--large a {
  color: #222;
  font-size: 14px;
  font-weight: bold;
}

.l-globalFooter__list a {
  color: #212121;
  font-size: 14px;
}

.l-globalFooter__link--medium::before,
.l-globalFooter__link--small::before {
  background: #222;
  display: inline-block;
  content: "";
  margin: 0 14px 1px 11px;
  height: 2px;
  width: 5px;
  vertical-align: middle;
}

.l-globalFooter__link--small {
  margin-left: 16px;
}

.l-globalFooter__link--small::before {
  margin: 0 10px 1px -12px;
  width: 2px;
}

.l-globalFooter__counter {
  margin: 30px auto 0 auto;
}


/* media query ->pc
=================================================================*/
@media(max-width: 890px){
  .l-globalFooter__innerList {
    margin-left: 3.3708vw;
  }

  .l-globalFooter__listColumn:nth-child(3) {
    padding-left: 5.8427vw;
  }

  .l-globalFooter__listColumn:last-child {
    padding-left: 6.4416vw;
  }
  /* l-globalFooter > links
  ---------------------------------------------------------------------------*/
  .l-globalFooter__link--large a {
    font-size: 1.573vw;
  }

  .l-globalFooter__list a {
    font-size: 1.573vw;
  }
}

/* media query ->sp
=================================================================*/
@media(max-width: 768px){
  .l-globalFooter__listWrap {
    display: none;
  }

  .l-globalFooter__inner {
    padding: 25px 20px 24px;
  }

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

  .l-globalFooter__logo img {
    width: 176px;
  }

  .l-globalFooter__text .c-text {
    margin-top: 15px;
  }

  .l-globalFooter__copy.c-text {
    font-size: 0.625em;
    padding: 11px 0 12px;
  }
}

/*--------------------------------------------------------------------------
   Other
---------------------------------------------------------------------------*/

/* media query -> pc
=================================================================*/
@media(min-width: 769px){
	.u-spItem {
	  display: none !important;
	}
}

/* media query -> sp
=================================================================*/
@media(max-width: 768px){
	.u-pcItem {
  display: none !important;
	}

	.u-spItem {
	  display: block;
	}
}

/* clearfix
-----------------------------------------------------------------*/
.clearfix::after {
	clear: both;
  content: "";
	display: table;
}
.clearfix /*IE8*/{
	*zoom: 1;
}

img.telphone{width:215px;}
