@charset "UTF-8";
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
body {
  color: #222222;
  font: 12px Verdana,'メイリオ','Meiryo','ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro','Osaka','ＭＳ Ｐゴシック',sans-serif;
  *font-size: small;
  *font: x-small; }

select, input, button, textarea, button {
  font: 99% arial,helvetica,clean,sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/*YUI Font-size Adjustment
10px = 77%     11px = 85%   12px = 93%     13px = 100%
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
22px = 167%    23px = 174%    24px = 182%    25px = 189%
26px = 197%*/
/* CSS Document */
/* CSS Document */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit; }

del, ins {
  text-decoration: none; }

li {
  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:baseline;}sub{vertical-align:baseline;}*/
legend {
  color: #000; }

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

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

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-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none; }

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

caption, th {
  text-align: left; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px;
  /*¥*/
      /*/
height: auto;
overflow: hidden;
/**/ }

.both {
  clear: both; }

/*テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
*/
/*ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}
*/
/*角丸 {
	border-radius: 10px; 
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px; 
}
*/
/*トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}
*/
/*透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}
*/
/*背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}
*/
/*グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}
*/
/*スマホ対応
@media screen and (max-width: 480px){
	
}
@media screen and (max-width: 320px){
	
}
*/
/**/
html {
  -webkit-font-smoothing: antialiased; }

body {
  position: relative;
  right: 0;
  overflow-x: hidden;
  font-family: "UD Shin Go Light";
  line-height: 1;
  background: #111;
  -webkit-text-size-adjust: 100%; }

#wrap {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  color: #262626; }

* {
  outline: none; }

/**/
.mv01 {
  opacity: 0;
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  transition: .4s; }

.mv01_on {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0); }

/**/
/**/
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear; }

a:hover {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0.8; }

img.pic100 {
  width: 100%;
  height: auto;
  display: block; }

.top_margin {
  margin-top: 48px; }

.cont_in {
  width: 92%;
  margin: 0 auto;
  max-width: 1200px;
  padding: 52px 0px 50px; }
  .cont_in h3 {
    text-align: center;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 45px;
    font-family: arial, sans-serif; }
    .cont_in h3 span {
      display: block;
      font-size: 15px;
      padding-top: 10px;
      line-height: 1.3;
      font-family: "UD Shin Go Light"; }

#load_icon {
  display: block;
  position: fixed;
  z-index: 10000000000000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000; }
  #load_icon #load_pic01 {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -70px;
    margin-top: -70px;
    width: 140px;
    height: 140px; }
  #load_icon #load_bg02,
  #load_icon #load_bg01 {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.8); }
  #load_icon #load_bg01 {
    left: 0;
    top: 0; }
  #load_icon #load_bg02 {
    left: -100%;
    top: 0; }

/**/
/* header */
/*#header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1000003;
	#he_in{
		overflow: hidden;
		background: #fff;
		height: 84px;
		position: relative;
		h1{
			display: inline-block;
			vertical-align: bottom;
			margin-left: 19px;
			margin-top: 19px;
			a{
				display: block;
				width: 235px;
				height: 47px;
				background-image: url(../img/logo.png);
				@include bg01;
				text-indent: -99999px;
			}
		}
		p{
			display: inline-block;
			vertical-align: bottom;
			font-size: 13px;
			margin-left: 28px;
		}
		ul{
			position: absolute;
			right: 84px;
			bottom: 0;
			
			width: 166px;
			li{
				float: left;
				width: 50%;
				text-align: center;
				
				a{
					display: block;
					padding-bottom: 18px;
					line-height: 1;
					
					position: relative;
					font-family: UD Shin Go DemiBold;
					text-decoration: none;
					i{
						display: inline-block;
						position: relative;
						z-index: 10;
						color: #333;
						font-size: 11px;
						font-weight: bold;
						font-family: UD Shin Go DemiBold;
					}
				}
				a:after{
					content: "";
					width: 100%;
					height: 0px;
					position: absolute;
					left: 0;
					bottom: 0;
					z-index: 4;
					background: #F5F6F7;
					@include anim01;
				}
			}
			li:hover a{
				opacity: 1;
				i{
					color: #fff;
				}
			}
			li:hover a:after{
				opacity: 1;
				background: #444;
				height: 84px;
			}
		}
		#menuButton {
				background: none;
				border: none;
				outline: none;
				position: absolute;
				right: 0;
				top: 0;
			  width: 83px;
			  height: 84px;
			  z-index: 3;
			  z-index: 1000001;
			  background: $blue;
			  cursor: pointer;
			  @include anim02;
			  }
			  #menuButton:hover{
				  @include anim02;
				  background: $pink;
			  }
			  #menuButton div{
				  width: 28px;
				  height: 18px;
				  position: absolute;
				  left: 50%;
				  top: 50%;
				  margin-left: -14px;
				  margin-top: -14px;
			  }
			#menuButton span {
			  display: block;
			  background: #fff;
			  width: 100%;
			  height: 2px;
			  position: absolute;
			  left: 0;
			  transition: all 0.4s;
			  -webkit-transition: all 0.4s;
			  -moz-transition: all 0.4s; }
			
			#menuButton.active span {
			  background: #fff; }
			
			#menuButton span:first-child {
			  top: 0;}
			
			#menuButton span:nth-child(2) {
			  margin-top: -1px;
			  top: 50%; }
			
			#menuButton span:last-child {
			  bottom: 0; }
			
			#menuButton.active span:first-child {
			  transform: translateY(7.5px) rotate(45deg);
			  -moz-transform: translateY(7.5px) rotate(45deg);
			  -webkit-transform: translateY(7.5px) rotate(45deg);
			  -ms-transform: translateY(7.5px) rotate(45deg); }
			
			#menuButton.active span:nth-child(2) {
			  opacity: 0; }
			
			#menuButton.active span:last-child {
			  transform: translateY(-7.5px) rotate(-45deg);
			  -webkit-transform: translateY(-7.5px) rotate(-45deg);
			  -ms-transform: translateY(-7.5px) rotate(-45deg);
			  -moz-transform: translateY(-7.5px) rotate(-45deg); }
			  #menuButton i{
				  text-align: center;
				  position: absolute;
				  left: 0;
				  bottom: 17px;
				  display: block;
				  color: #fff;
				  font-size: 9px;
				  font-weight: bold;
				  width: 100%;
				  font-family: UD Shin Go DemiBold;
			  }
	}
}
@media screen and (max-width:1000px) {
	#header #he_in p{
		display: none;
	}
}
@media screen and (max-width:640px) {
	#header #he_in ul{
		display: none;
	}
	#header #he_in{
		height: 64px;
		h1{
			margin-left: 15px;
			margin-top: 15px;
		}
		h1 a{
			width: 156px;
			height: 31px;
		}
		#menuButton{
			height: 64px;
			width: 63px;
			div{
				margin-top: -10px;
			}
			i{
				display: none;
			}
		}
	}
}
#mask01{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 11111111111111111100000000;
	img{
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -16px;
		margin-top: -16px;
		width:32px;
		height:32px;
	}
}
#overlay{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.7);
	    z-index: 1000;
	    display: none;
}
#nav{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	height: 100%;
	overflow-y: auto;
	background: #000;
	z-index: 1000000;
	display: none;
	#nav_in{
		padding: 90px 28px 0;
		h4{
			padding: 16px 30px 16px 0;
			font-size: 14px;
			font-weight: bold;
			color: #fff;
			border-bottom: solid 1px rgba(255,255,255,0.3);
			cursor: pointer;
			position: relative;
			font-family: "UD Shin Go Medium";
		}
		h4:after{
			content: "";
			position: absolute;
			right: 2px;
			top: 50%;
			width: 6px;
			height: 6px;
			transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
			-moz-transform: rotate(45deg);
			border-bottom: solid 2px #fff;
			border-right: solid 2px #fff;
			margin-top: -5px;
		}
		h4.select:after{
			transform: rotate(-135deg);
			-webkit-transform: rotate(-135deg);
			-ms-transform: rotate(-135deg);
			-moz-transform: rotate(-135deg);
			margin-top: -3px;
		}
		ul{
			padding-top: 20px;
			display: none;
			li a{
				display: block;
				font-size: 12px;
				margin-bottom: 20px;
				color: #fff;
				
			}
		}
		a{
			text-decoration: none;
		}
	}
}
*/
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000003; }
  #header #he_top {
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 16px 0;
    border-bottom: solid 1px #ddd;
    z-index: 3;
    /*#menuButton.active span {
      background: #fff; }*/ }
    #header #he_top h1 a {
      display: block;
      text-align: center;
      background-image: url(../img/h_logo.png);
      background-position: left top;
      background-repeat: no-repeat;
      background-size: 100%;
      width: 222px;
      height: 26px;
      margin: 0 auto;
      text-indent: -99999px;
      line-height: 1; }
    #header #he_top ul {
      position: absolute;
      right: 20px;
      top: 10px; }
      #header #he_top ul li {
        display: inline-block;
        margin-left: 7px;
        font-size: 12px;
        position: relative;
        /*a:before{
        	position: absolute;
        	content: "";
        	left: 0;
        	top: 50%;
        	width: 15px;
        	height: 15px;
        	margin-top: -7.5px;
        	background-image: url(../img/he_arrow01.jpg);
        	background-position: left top;
        	background-repeat: no-repeat;
        	background-size: 100%;
        }*/ }
        #header #he_top ul li a {
          font-size: 12px;
          color: #111;
          text-decoration: none;
          position: relative;
          /*padding-left: 22px;*/ }
        #header #he_top ul li span {
          display: block;
          opacity: 0;
          position: absolute;
          top: 24px;
          left: 50%;
          width: 192px;
          margin-left: -86px;
          font-size: 11px;
          font-weight: bold;
          font-family: sans-serif;
          color: #fff;
          padding: 6px 14px 7px;
          line-height: 1;
          border-radius: 6px;
          background: #555555;
          letter-spacing: 1px;
          box-sizing: border-box;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          text-align: center; }
        #header #he_top ul li span:after {
          content: "";
          position: absolute;
          left: 50%;
          top: -14px;
          margin-left: -5px;
          width: 0;
          height: 0;
          border: solid 7px transparent;
          border-bottom: solid 7px #555;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      #header #he_top ul li:nth-child(1) span {
        margin-left: -96px; }
      #header #he_top ul li:nth-child(3) span {
        width: 234px;
        margin-left: -117px; }
      #header #he_top ul li:last-child span {
        left: auto;
        margin-left: 0px;
        right: 0px; }
      #header #he_top ul li:last-child span:after {
        left: auto;
        margin-left: 0px;
        right: 31px; }
      #header #he_top ul li:hover span {
        opacity: 1; }
    #header #he_top #menuButton {
      background: none;
      border: none;
      outline: none;
      display: block;
      width: 42px;
      height: 42px;
      position: absolute;
      top: 50%;
      left: 25px;
      margin-top: -21px;
      z-index: 3;
      z-index: 1000; }
    #header #he_top #menuButton span {
      display: block;
      background: #333;
      width: 30px;
      height: 1px;
      position: absolute;
      left: 9px;
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s; }
    #header #he_top #menuButton span:first-child {
      top: 12px; }
    #header #he_top #menuButton span:nth-child(2) {
      margin-top: -1px;
      top: 50%; }
    #header #he_top #menuButton span:last-child {
      bottom: 13px; }
    #header #he_top #menuButton.active span:first-child {
      -webkit-transform: translateY(8px) rotate(45deg);
      -moz-transform: translateY(8px) rotate(45deg);
      -ms-transform: translateY(8px) rotate(45deg);
      transform: translateY(8px) rotate(45deg); }
    #header #he_top #menuButton.active span:nth-child(2) {
      opacity: 0; }
    #header #he_top #menuButton.active span:last-child {
      -webkit-transform: translateY(-8px) rotate(-45deg);
      -moz-transform: translateY(-8px) rotate(-45deg);
      -ms-transform: translateY(-8px) rotate(-45deg);
      transform: translateY(-8px) rotate(-45deg); }
  #header #he_btm {
    background: #fff;
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    #header #he_btm #btm_in {
      width: 94%;
      max-width: 955px;
      margin: 0 auto;
      display: flex;
      display: -webkit-flex;
      align-items: center;
      justify-content: space-between; }
      #header #he_btm #btm_in ul {
        /*width: 100%;*/
        width: 42%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between; }
        #header #he_btm #btm_in ul li a {
          position: relative;
          display: block;
          padding: 15px 0 16px;
          font-size: 13px;
          letter-spacing: 3px;
          color: #111;
          text-decoration: none; }
        #header #he_btm #btm_in ul li a:hover {
          opacity: 1; }
        #header #he_btm #btm_in ul li a:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 3px;
          background: #0060BC;
          opacity: 0;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
        #header #he_btm #btm_in ul li .btm_box {
          display: none;
          position: absolute;
          left: 0;
          top: 44px;
          width: 100%;
          background: rgba(0, 0, 0, 0.9);
          font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; }
          #header #he_btm #btm_in ul li .btm_box .cont_in {
            width: 90%;
            max-width: 955px;
            min-height: 170px;
            margin: 0 auto;
            padding: 30px 0 40px;
            display: flex;
            display: -webkit-flex;
            -webkit-align-items: stretch;
            -webkit-justify-content: space-between;
            align-items: stretch;
            justify-content: space-between;
            color: #fff; }
            #header #he_btm #btm_in ul li .btm_box .cont_in a {
              color: #fff;
              padding: 0px;
              letter-spacing: 0px; }
            #header #he_btm #btm_in ul li .btm_box .cont_in a:hover {
              opacity: 0.7; }
            #header #he_btm #btm_in ul li .btm_box .cont_in a:after {
              display: none; }
            #header #he_btm #btm_in ul li .btm_box .cont_in h4 {
              text-align: left;
              width: 24%;
              padding-right: 5%;
              margin-right: 5%;
              border-right: solid 1px #333;
              font-size: 20px;
              letter-spacing: 3px; }
            #header #he_btm #btm_in ul li .btm_box .cont_in .box_out {
              flex: 1;
              display: flex;
              justify-content: space-between;
              align-content: flex-start;
              flex-wrap: wrap;
              display: -webkit-flex;
              -webkit-align-items: flex-start;
              -webkit-justify-content: space-between;
              -webkit-flex-wrap: wrap; }
              #header #he_btm #btm_in ul li .btm_box .cont_in .box_out h5 {
                font-weight: bold;
                margin-bottom: 20px;
                width: 100%;
                text-align: left; }
                #header #he_btm #btm_in ul li .btm_box .cont_in .box_out h5 a {
                  font-weight: bold;
                  font-size: 16px; }
              #header #he_btm #btm_in ul li .btm_box .cont_in .box_out ul {
                width: 31%;
                display: block; }
                #header #he_btm #btm_in ul li .btm_box .cont_in .box_out ul li {
                  display: block;
                  margin-bottom: 22px; }
                  #header #he_btm #btm_in ul li .btm_box .cont_in .box_out ul li a {
                    font-size: 13px; }
                #header #he_btm #btm_in ul li .btm_box .cont_in .box_out ul li:last-child {
                  margin-bottom: 0px; }
        #header #he_btm #btm_in ul li.active a:after {
          opacity: 1;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      #header #he_btm #btm_in p {
        width: 30px;
        height: 30px;
        text-indent: -9999px;
        background-image: url(../img/h_logo2.png);
        background-position: left top;
        background-repeat: no-repeat;
        background-size: 100%; }
  #header #he_btm.active {
    margin-top: -44px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  @media screen and (max-width: 1000px) {
    #header #he_top ul {
      display: none; }
    #header #he_btm {
      display: none; } }
  @media screen and (max-width: 640px) {
    #header #he_top h1 a {
      width: 141px;
      height: 15px;
      background-size: 100% auto; }
    #header #he_top #menuButton {
      left: 4%; }
      #header #he_top #menuButton span:first-child {
        top: 13px; }
      #header #he_top #menuButton span:last-child {
        bottom: 14px; }
    #header #he_top #menuButton.active span:first-child {
      -webkit-transform: translateY(7px) rotate(45deg);
      -moz-transform: translateY(7px) rotate(45deg);
      -ms-transform: translateY(7px) rotate(45deg);
      transform: translateY(7px) rotate(45deg); }
    #header #he_top #menuButton.active span:nth-child(2) {
      opacity: 0; }
    #header #he_top #menuButton.active span:last-child {
      -webkit-transform: translateY(-7px) rotate(-45deg);
      -moz-transform: translateY(-7px) rotate(-45deg);
      -ms-transform: translateY(-7px) rotate(-45deg);
      transform: translateY(-7px) rotate(-45deg); } }

#mask01 {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 11111111111111111100000000; }
  #mask01 img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    width: 32px;
    height: 32px; }

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  display: none; }

#nav {
  position: fixed;
  left: 0;
  top: 0px;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  background: #000;
  z-index: 1000000;
  display: none; }
  #nav #nav_in {
    padding: 130px 28px 60px; }
    #nav #nav_in h4 {
      padding: 16px 30px 16px 0;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      cursor: pointer;
      position: relative;
      font-family: "UD Shin Go Medium"; }
      #nav #nav_in h4 span {
        display: block;
        font-size: 10px;
        color: #eee;
        font-weight: normal;
        padding-top: 4px;
        line-height: 1; }
    #nav #nav_in h4:after {
      content: "";
      position: absolute;
      right: 2px;
      top: 50%;
      width: 6px;
      height: 6px;
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      border-bottom: solid 2px #fff;
      border-right: solid 2px #fff;
      margin-top: -5px; }
    #nav #nav_in h4.select:after {
      transform: rotate(-135deg);
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      -moz-transform: rotate(-135deg);
      margin-top: -3px; }
    #nav #nav_in ul {
      padding-top: 20px;
      display: none; }
      #nav #nav_in ul li a {
        display: block;
        font-size: 12px;
        margin-bottom: 20px;
        color: #fff; }
    #nav #nav_in a {
      text-decoration: none; }
  #nav #nav_in.active {
    padding: 80px 28px 60px; }
  @media screen and (max-width: 1000px) {
    #nav #nav_in {
      padding: 80px 28px 60px; } }
  @media screen and (max-width: 640px) {
    #nav #nav_in {
      padding: 70px 28px 60px; } }

/* header */
/* contents */
#main_v {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

#slide {
  position: fixed;
  left: 0;
  width: 100%;
  opacity: 0; }
  #slide li {
    height: 533px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
  #slide .slick-prev,
  #slide .slick-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    z-index: 2;
    background: url("/common/img/arrow-left-black.png") no-repeat center;
    background-size: 8px;
    background-color: rgba(251, 250, 247, 0.75);
    display: block; }

@media screen and (max-width: 900px) {
  #slide {
    opacity: 1; } }
@media screen and (max-width: 800px) {
  #slide li {
    height: 300px; } }
@media screen and (max-width: 500px) {
  #slide li {
    height: 200px; } }
#main_txt {
  position: relative;
  left: 0;
  width: 100%; }

#main_txt:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  content: ""; }

#main_txt h2 {
  position: relative;
  z-index: 10;
  display: block;
  text-align: center;
  font-size: 57px;
  color: #fff;
  padding: 160px 0 200px;
  letter-spacing: 2px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }

#main_txt h2 span {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
  letter-spacing: 2px;
  color: #fff;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif; }

@media screen and (max-width: 900px) {
  #main_txt {
    background-image: url(/common/img/main.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }

  #main_txt h2 {
    font-size: 40px;
    padding: 120px 0 140px; }

  #main_txt h2 span {
    font-size: 22px; } }
@media screen and (max-width: 600px) {
  #main_txt h2 {
    font-size: 30px;
    padding: 80px 0 100px; }

  #main_txt h2 span {
    font-size: 17px; } }
#main {
  background: #F3F4F5; }
  #main #news {
    display: table;
    width: 100%; }
    #main #news h3,
    #main #news div,
    #main #news p {
      display: table-cell;
      vertical-align: middle; }
    #main #news h3 {
      width: 142px;
      line-height: 1;
      font-size: 14px;
      font-weight: bold;
      color: #fff;
      text-align: center;
      background: #242931;
      font-family: UD Shin Go Medium; }
    #main #news div {
      border-bottom: solid 1px #ddd; }
    #main #news ul {
      position: relative;
      overflow: hidden;
      height: 15px; }
      #main #news ul li {
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -7px;
        height: 15px;
        width: 300%; }
        #main #news ul li a {
          text-decoration: none;
          color: #333; }
          #main #news ul li a span,
          #main #news ul li a i {
            display: inline-block;
            font-size: 13px;
            margin-right: 15px;
            font-family: "UD Shin Go Light"; }
    #main #news ul:after {
      width: 10px;
      height: 100%;
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      background: #F3F4F5; }
    #main #news p {
      width: 53px; }
    #main #news p a {
      display: block;
      width: 53px;
      height: 54px;
      position: relative;
      background: #A4A4A4; }
    #main #news p a:after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      width: 8px;
      height: 8px;
      margin-top: -6px;
      margin-left: -6.5px;
      border-bottom: solid 1px #fff;
      border-right: solid 1px #fff;
      transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg); }

@media screen and (max-width: 800px) {
  #main #news h3 {
    display: none; } }
@media screen and (max-width: 500px) {
  #main #news ul li a i {
    display: none; } }
/**/
#scroll_point {
  position: fixed;
  right: 20px;
  top: 50%;
  padding: 11px 9px;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  border-radius: 35px; }
  #scroll_point li {
    margin-bottom: 17px; }
    #scroll_point li a {
      display: block;
      width: 13px;
      height: 13px;
      background: #bbb;
      position: relative;
      border-radius: 50%; }
      #scroll_point li a span {
        display: block;
        background: #FF4A96;
        color: #fff;
        position: absolute;
        right: 30px;
        top: 50%;
        padding: 5px 10px;
        margin-top: -12px;
        font-size: 12px;
        display: none;
        word-break: break-all;
        text-align: center;
        font-family: "UD Shin Go Medium"; }
      #scroll_point li a span:after {
        position: absolute;
        content: "";
        right: -14px;
        top: 50%;
        width: 0;
        height: 0;
        margin-top: -7px;
        border: solid 7px transparent;
        border-left: solid 7px #FF4A96; }
    #scroll_point li a:hover {
      opacity: 1;
      background: #FF4A96; }
      #scroll_point li a:hover span {
        display: block; }
  #scroll_point li.active a {
    background: #FF4A96; }
    #scroll_point li.active a span {
      display: block; }
  #scroll_point li:last-child {
    margin-bottom: 0px; }
  #scroll_point li:nth-child(1) a span {
    width: 40px; }
  #scroll_point li:nth-child(2) a span {
    width: 54px; }
  #scroll_point li:nth-child(3) a span {
    width: 80px; }
  #scroll_point li:nth-child(4) a span {
    width: 118px; }
  #scroll_point li:nth-child(5) a span {
    width: 64px; }
  #scroll_point li:nth-child(6) a span {
    width: 157px; }
  #scroll_point li:nth-child(7) a span {
    width: 60px; }

@media screen and (max-width: 1000px) {
  #scroll_point {
    display: none; } }
/**/
/*c01*/
#c01 {
  background: #F5F6F7; }
  #c01 ul {
    text-align: center;
    font-size: 0;
    margin-bottom: 32px; }
    #c01 ul li {
      display: inline-block;
      margin: 0 19px; }
      #c01 ul li a {
        font-size: 13px;
        display: block;
        padding: 10px 0;
        min-width: 208px;
        border: solid 1px #A4A4A4;
        background: #fff;
        text-decoration: none;
        color: #333; }
  #c01 .box_con {
    overflow: hidden; }
    #c01 .box_con .box01 {
      float: left;
      width: 15%;
      margin-right: 2%;
      text-align: center; }
      #c01 .box_con .box01 a {
        color: #333;
        text-decoration: none;
        display: block; }
      #c01 .box_con .box01 .pic {
        position: relative;
        margin-bottom: 14px; }
        #c01 .box_con .box01 .pic img {
          width: 100%;
          height: auto;
          display: block; }
      #c01 .box_con .box01 h5 {
        font-size: 13px;
        font-weight: bold;
        margin-bottom: 10px;
        line-height: 1.3; }
      #c01 .box_con .box01 p {
        font-size: 11px; }
    #c01 .box_con .box01:last-child {
      margin-right: 0px; }
    #c01 .box_con .box01.new .pic:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 40px;
      height: 40px;
      background-image: url(../img/c01_new.png);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }

@media screen and (max-width: 1000px) {
  #c01 .box_con .box01 {
    width: 31%;
    margin-right: 3%;
    margin-bottom: 3%; }

  #c01 .box_con .box01:nth-child(3n) {
    margin-right: 0px; } }
@media screen and (max-width: 800px) {
  #c01 ul li {
    margin: 0 8px; } }
@media screen and (max-width: 640px) {
  #c01 ul li {
    display: block;
    margin-bottom: 10px; }
  #c01 .box_con .box01 {
    width: 48%;
    margin-right: 0px;
    margin-bottom: 5%; }
  #c01 .box_con .box01:nth-child(2n) {
    float: right; } }
#c01_2 {
  padding: 44px 0;
  background: #fff; }

#c01_2 ul li {
  margin: 0 12px; }

#c01_2 ul li a {
  display: block;
  text-decoration: none; }

#c01_2 ul li a img {
  width: 100%;
  height: auto;
  margin-bottom: 10px; }

#c01_2 ul li a h5 {
  font-size: 12px;
  color: #333;
  line-height: 1.4; }

#c01_2 .slick-next,
#c01_2 .slick-prev {
  cursor: pointer;
  width: 37px;
  height: 37px;
  position: absolute;
  top: 50%;
  margin-top: -48px;
  z-index: 2;
  background: url("/common/img/sl001_arr.png") no-repeat center;
  background-size: cover;
  display: block; }

#c01_2 .slick-next {
  right: 0; }

#c01_2 .slick-prev {
  left: 0; }

#c01_2 .slick-next:hover,
#c01_2 .slick-prev:hover {
  opacity: 0.6; }

/*c01*/
/* c02 */
#c02 {
  /*background-image: url(../img/c02_bg.jpg);
  @include bg01;*/
  background: #F3F4F5;
  border-bottom: solid 5px #0060BC; }
  #c02 h3 {
    color: #333; }
  #c02 .cont_in {
    width: calc(100% - 50px);
    max-width: 1208px; }
  @media screen and (max-width: 640px) {
    #c02 .cont_in {
      width: calc(100% - 8%);
      max-width: 1208px; } }
  #c02 .box_con {
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    -webkit-justify-content: space-between;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    		/*.box03{
    			width: 24%;
    			float: left;
    			margin-right: 1.33%;
    			margin-bottom: 1.33%;
    			background: #fff;
    			
    			box-shadow: 0 0 4px rgba(0,0,0,0.2);
    			text-align: center;
    			border-radius: 12px;
    			position: relative;
    			overflow: hidden;
    			a{
    				text-decoration: none;
    				color: #333;
    				display: block;
    				padding: 16px 2% 18px;
    			}
    			.pic{
    				margin-bottom: 16px;
    				img{
    					@include img100;
    					max-width: 82px;
    					margin: 0 auto;
    				}
    			}
    			h5{
    				font-size: 19px;
    				line-height: 1;
    				word-break: break-all;
    				font-family: "UD Shin Go Medium";
    				span{
    					display: block;
    					padding-top: 5px;
    					line-height: 1;
    					font-size: 12px;
    					font-family: "UD Shin Go Light";
    				}
    			}
    		}
    		.box03:nth-of-type(4n){
    			margin-right: 0px;
    		}
    		.box03 .bg_slide{
    			position: absolute;
    			top: 100%;
    			left: 0;
    			width: 100%;
    			background: #fff;
    			@include anim01;
    			border-radius: 12px;
    			.pic{
    				@include bg01;
    				height: 114px;
    				text-indent: -99999px;
    				margin-bottom: 10px;
    				border-radius: 12px 12px 0px 0px;
    			}
    			h5{
    				font-size: 16px;
    				line-height: 1;
    				    word-wrap: break-word;
        word-break: break-word;
        font-family: "UD Shin Go Medium";
    				span{
    					display: block;
    					padding-top: 5px;
    					line-height: 1;
    					font-size: 12px;
    					font-family: "UD Shin Go Light";
    				}
    			}
    		}
    		.box03:hover,
    		.box03.active{
    			.bg_slide{
    				top: 0;
    				@include anim01;
    			}
    		}
    		@media screen and (max-width:1160px) {
    			.box03{
    				h5{
    					font-size: 16px;
    				}
    			}
    			.box03 .bg_slide h5{
    				font-size: 16px;
    			}
    		}
    		@media screen and (max-width:1000px){
    			.box03{
    				width: 49%;
    				margin-right:0px !important;
    				margin-bottom: 2%;
    			}
    			.box03:nth-child(2n){
    				float: right;
    			}
    		} 
    		@media screen and (max-width:1000px){
    			.box03{
    				h5{
    					font-size: 12px;
    					span{
    						font-size: 9px;
    					}
    				}
    			}
    			.box03 .bg_slide h5{
    				font-size: 12px;
    				span{
    						font-size: 9px;
    					}
    			}
    		}
    		.nav_box{
    			clear: both;
    			padding: 16px;
    			background: rgba(255,255,255,0.4);
    			border: solid 1px #fff;
    			display: block;
    			width: 100%;
    			margin-bottom: 1.3%;
    			box-sizing: border-box;
    			font-size: 0;
    			h4,
    			ul{
    			display: inline-block;
    			vertical-align: middle;
    			}
    			h4{
    				width: 32%;
    				font-size: 28px;
    				font-family: "UD Shin Go Medium";
    				span{
    					font-size: 12px;
    					display: block;
    					padding-top: 5px;
    				}
    				i{
    					display: block;
    					padding-top: 16px;
    					a{
    						font-size: 14px;
    						color: #fff;
    						display: inline-block;
    						padding: 6px 11px;
    						border-radius: 3px;
    						background: $pink;
    						text-decoration: none;
    						font-weight: bold;
    					}
    				}
    			}
    			ul{
    				width: 68%;
    				overflow: hidden;
    				li{
    					width: 32.4%;
    					margin-right: 1.4%;
    					float: left;
    					margin-bottom: 1.4%;
    				}
    				li:nth-child(3n){
    					margin-right: 0px;
    				}
    				li:nth-child(4),
    				li:nth-child(5),
    				li:nth-child(6){
    					margin-bottom: 0px;
    				}
    				a{
    					display: block;
    					text-decoration: none;
    					color: #333;
    					font-size: 0;
    					position: relative;
    					padding: 6px;
    					background: rgba(255,255,255,1);
    					box-sizing: border-box;
    					.pic{
    						display: inline-block;
    						vertical-align: middle;
    						width: 28%;
    						img{
    							@include img100;
    						}
    					}
    					h5{
    						display: inline-block;
    						vertical-align: middle;
    						width: 60%;
    						padding-right: 8%;
    						margin-left: 4%;
    						font-size: 15px;
    						font-family: "UD Shin Go Light";
    						span{
    							display: block;
    							padding-top: 3px;
    							font-size: 10px;
    							font-family: "UD Shin Go Light";
    						}
    					}
    					
    				}
    				a:after{
    					position: absolute;
    					right: 8%;
    					bottom: 18px;
    					content: "";
    					width: 5px;
    					height: 5px;
    					border-bottom: solid 1px #333;
    					border-right: solid 1px #333;
    					transform: rotate(-45deg);
    					-webkit-transform: rotate(-45deg);
    					-moz-transform: rotate(-45deg);
    					-ms-transform: rotate(-45deg);
    				}
    				li.bnr01{
    					a{
    						display: table;
    						width: 100%;
    						text-align: center;
    						table-layout: fixed;
    					}
    					h5.bnr_img{
    						display: table-cell;
    						vertical-align: middle;
    						padding-left: 0px;
    						margin: 0 auto;
    						margin-right: 0px;
    						padding-right: 0px;
    						width: 100%;
    						
    						img{
    							max-width: 100%;
    						}
    					}
    				}
    			}
    		}
    		.nav_box.nav_box02{
    			ul{
    				li{
    					height: 82px;
    					a{
    						display: table;
    						height: 82px;
    						table-layout: fixed;
    						width: 100%;
    						h5,
    						p.pic{
    							display: table-cell;
    							vertical-align: middle;
    						}
    						p.pic{
    							width: 68px;
    							img{
    								max-width: 68px;
    							}
    						}
    						h5{
    							padding-right: 0px;
    							padding-left: 9px;
    						}
    					}
    					a:after{
    						display: none;
    					}
    				}
    				li.bnr01{
    					a{
    						display: table;
    						width: 100%;
    						text-align: center;
    						table-layout: fixed;
    					}
    					h5.bnr_img{
    						display: table-cell;
    						vertical-align: middle;
    						padding-left: 0px;
    						margin: 0 auto;
    						margin-right: 0px;
    						padding-right: 0px;
    						width: 90%;
    						
    					img{
    						max-width: 80%;
    					}
    					}
    				}
    			}
    		}
    		.nav_box.nav_box03{
    			ul li:first-child,
    			ul li:nth-child(2){
    				
    				a{
    					padding: 0px;
    					display: block;
    					.pic,
    					h5{
    						display: block;
    						width: 100%;
    					}
    					.pic{
    						width: 100%;
    						height: 108px;
    						@include bg01;
    						margin-bottom: 13px;
    					}
    					h5{
    						text-align: center;
    						width: 92%;
    						padding: 0px;
    						margin: 0 auto;
    						padding-left: 4px;
    					}
    				}
    			}
    		}
    		@media screen and (max-width:1100px){
    			.nav_box{
    				h4{
    					width: 20%;
    					font-size: 24px;
    					padding-left: 10px;
    					padding-left: 0px;
    				}
    				ul{
    					width: 80%;
    				}
    			}
    		}
    		@media screen and (max-width:1100px){
    			.nav_box{
    				margin-bottom: 2%;
    				display: block;
    				h4,
    				ul{
    					width: 100%;
    					display: block;
    				}
    				h4{
    					padding-top: 10px;
    					margin-bottom: 26px;
    					text-align: center;
    				}
    			}
    		}
    		@media screen and (max-width:800px){
    			.nav_box{
    				padding: 2% 2% 0;
    				ul{
    					li{
    						width: 49%;
    						margin-right: 0px;
    						margin-bottom: 2% !important;
    					}
    					li:nth-child(2n){
    						float: right;
    					}
    				}
    			}
    			.nav_box.nav_box02{
    				ul{
    					li{
    						width: 49%;
    						float: left;
    						display: block;
    						margin-bottom: 2% !important;
    						padding-left: 0px;
    						margin-left: 0px;
    						clear: none;
    					}
    					li:nth-child(2n){
    						float: right;
    					}
    				}
    			}
    		}
    		@media screen and (max-width:640px){
    			.nav_box,
    			.nav_box.nav_box02{
    				h4{
    					font-size: 19px;
    				}
    				ul{
    					li{
    						clear: both;
    						width: 100%;
    						float: none;
    						margin-bottom: 2% !important;
    						a{
    							h5{
    								width: 70%;
    							}
    							.pic{
    								width: 18%;
    							}
    						}
    						a:after{
    							right: 4%;
    							top: 50%;
    							margin-top: -4.2px;
    						}
    					}
    				}
    			}
    			
    		}
    		*/ }
    #c02 .box_con .box_in {
      width: 24%;
      max-width: 288px;
      margin-bottom: 2%;
      background: #fff; }
      #c02 .box_con .box_in .pic {
        display: block;
        padding-top: 62%;
        width: 100%;
        height: 0px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        letter-spacing: -9999px;
        text-decoration: none; }
        #c02 .box_con .box_in .pic i {
          display: none; }
      #c02 .box_con .box_in .txt_in {
        padding: 22px 18px; }
        #c02 .box_con .box_in .txt_in h4 a {
          display: block;
          font-size: 24px;
          font-family: arial, sans-serif;
          color: #333333;
          margin-bottom: 18px;
          text-align: center;
          letter-spacing: 1px;
          text-decoration: none; }
        #c02 .box_con .box_in .txt_in h4 a:after {
          content: attr(data-text);
          font-size: 14px;
          display: block;
          letter-spacing: 3px;
          color: #333333;
          padding-top: 6px; }
        #c02 .box_con .box_in .txt_in .list {
          margin-bottom: 0px; }
          #c02 .box_con .box_in .txt_in .list li {
            margin-bottom: 10px; }
            #c02 .box_con .box_in .txt_in .list li a {
              display: flex;
              display: -webkit-flex;
              align-items: center;
              justify-content: space-between;
              border: solid 1px #ddd;
              color: #333;
              text-decoration: none; }
              #c02 .box_con .box_in .txt_in .list li a i {
                padding: 0px 9px;
                flex: 1;
                -webkit-flex: 1;
                font-size: 13px;
                line-height: 1.2;
                color: #111; }
              #c02 .box_con .box_in .txt_in .list li a span {
                display: block;
                padding: 13px;
                border-left: dotted 1px #ddd;
                /*b:after{
                	content: "";
                	position: absolute;
                	top: 50%;
                	left: 50%;
                	width: 4px;
                	height: 4px;
                	margin-top: -3px;
                	margin-left: -2px;
                	border-bottom: solid 1px #fff;
                    border-right: solid 1px #fff;
                    transform: rotate(-45deg);
                    -moz-transform: rotate(-45deg);
                    -ms-transform: rotate(-45deg);
                    -webkit-transform: rotate(-45deg);
                    -webkit-backface-visibility:hidden;
                    backface-visibility:hidden;
                }
                b:before{
                	content: "";
                	position: absolute;
                	top: 50%;
                	left: 50%;
                	width: 7px;
                	height: 1px;
                	background: #fff;
                	margin-top: -1px;
                	margin-left: -3px;
                }*/ }
                #c02 .box_con .box_in .txt_in .list li a span b {
                  display: block;
                  text-indent: -9999px;
                  width: 19px;
                  height: 19px;
                  position: relative;
                  background-image: url(../img/arrow001.png);
                  background-position: center center;
                  background-repeat: no-repeat;
                  background-size: 19px 19px; }
          #c02 .box_con .box_in .txt_in .list li.none {
            display: none; }
          #c02 .box_con .box_in .txt_in .list li:last-child {
            margin-bottom: 0px; }
        #c02 .box_con .box_in .txt_in .btn {
          text-align: center;
          margin-top: 18px; }
          #c02 .box_con .box_in .txt_in .btn a {
            display: block;
            margin: 0 auto;
            width: 100%;
            max-width: 227px;
            padding: 11px 0;
            line-height: 1;
            font-size: 14px;
            color: #fff;
            background: #73767B;
            border-radius: 4px;
            font-family: "UD Shin Go Medium";
            letter-spacing: 1px;
            text-decoration: none; }
            #c02 .box_con .box_in .txt_in .btn a i {
              display: inline-block;
              font-size: 14px;
              color: #fff;
              font-family: "UD Shin Go Medium";
              margin-left: 8px; }
      #c02 .box_con .box_in .txt_in.active .list .none {
        display: block; }
    @media screen and (max-width: 1040px) {
      #c02 .box_con .box_in {
        width: 49%;
        max-width: 49%; } }
    @media screen and (max-width: 640px) {
      #c02 .box_con .box_in {
        width: 100%;
        max-width: 100%; } }

/* c02 */
/* c03 */
#c03 {
  background-image: url(../img/c02_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  #c03 .cont_in {
    text-align: center;
    /*.cat_list{
    	text-align: center;
    	font-size: 0;
    	margin-bottom: 41px;
    	li{
    		display: inline-block;
    		margin: 0 3px 6px;
    		a{
    			display: block;
    			border: solid 1px #ddd;
    			background: #fff;
    			padding: 7px 9px 8px;
    			font-size: 12px;
    			line-height: 1;
    			color: #333;
    			text-decoration: none;
    		}
    		a:hover,
    		.active{
    			background: #444;
    			color: #fff;
    			border-color: #444;
    			opacity: 1;
    		}
    	}
    }*/ }
    #c03 .cont_in h3 span {
      color: #fff; }
    #c03 .cont_in #m_menu_btn {
      text-align: center;
      padding: 16px 0;
      color: #111;
      border: solid 1px #eee;
      line-height: 1;
      position: relative;
      display: none;
      font-family: serif; }
    #c03 .cont_in #m_menu_btn:before,
    #c03 .cont_in #m_menu_btn:after {
      content: "";
      position: absolute;
      top: 50%;
      background: #666; }
    #c03 .cont_in #m_menu_btn:before {
      width: 12px;
      height: 2px;
      right: 15px;
      margin-top: -1px; }
    #c03 .cont_in #m_menu_btn:after {
      width: 2px;
      height: 12px;
      margin-top: -6px;
      right: 20px; }
    #c03 .cont_in .btn01 {
      text-align: center; }
      #c03 .cont_in .btn01 a {
        display: inline-block;
        padding: 18px 27px;
        background: #FF4A96;
        min-width: 230px;
        color: #fff;
        line-height: 1;
        text-decoration: none;
        box-sizing: border-box;
        border-radius: 5px;
        font-family: "UD Shin Go Medium"; }
    #c03 .cont_in .sp_btn01 {
      display: none; }
    #c03 .cont_in #m_he_mid {
      margin-bottom: 40px; }
    #c03 .cont_in #m_he_menu {
      width: 100%;
      overflow: hidden;
      padding: 15px 0; }
      #c03 .cont_in #m_he_menu li {
        width: 11.1%;
        display: block;
        float: left;
        box-sizing: border-box; }
        #c03 .cont_in #m_he_menu li span {
          padding: 6px 0;
          display: block;
          line-height: 1;
          text-align: center;
          cursor: pointer;
          font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
          font-size: 14px;
          color: #1f1f1f;
          border-right: solid 1px #ddd;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
          #c03 .cont_in #m_he_menu li span a {
            display: block;
            font-size: 14px;
            color: #fff;
            line-height: 1;
            text-decoration: none;
            -webkit-transition: all 0s linear;
            -moz-transition: all 0s linear;
            -ms-transition: all 0s linear;
            -o-transition: all 0s linear;
            transition: all 0s linear;
            opacity: 1;
            font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
            #c03 .cont_in #m_he_menu li span a i {
              font-size: 11px;
              color: #ddd;
              display: block;
              text-align: center;
              padding-top: 5px; }
        #c03 .cont_in #m_he_menu li ul {
          display: none; }
      #c03 .cont_in #m_he_menu li:first-child span {
        border-left: solid 1px #ddd; }
      #c03 .cont_in #m_he_menu li:hover span {
        background: #003DD4;
        color: #fff;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
        #c03 .cont_in #m_he_menu li:hover span a {
          color: #fff;
          -webkit-transition: all 0s linear;
          -moz-transition: all 0s linear;
          -ms-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear;
          opacity: 1; }
    @media only screen and (max-width: 1000px) {
      #c03 .cont_in #m_he_mid {
        background: #fff; }
        #c03 .cont_in #m_he_mid #m_menu_btn {
          display: block; }
        #c03 .cont_in #m_he_mid #m_he_menu {
          display: none;
          margin-bottom: 0px;
          padding: 0px; }
          #c03 .cont_in #m_he_mid #m_he_menu li {
            width: 100%; }
            #c03 .cont_in #m_he_mid #m_he_menu li span {
              border-bottom: solid 1px #eee;
              border-left: solid 1px #eee; }
              #c03 .cont_in #m_he_mid #m_he_menu li span a {
                color: #333; }
                #c03 .cont_in #m_he_mid #m_he_menu li span a i {
                  color: #777; }
              #c03 .cont_in #m_he_mid #m_he_menu li span a:hover {
                background: #fafafa; }
            #c03 .cont_in #m_he_mid #m_he_menu li ul {
              position: relative;
              top: auto;
              left: auto;
              background: #444;
              padding: 0px; }
              #c03 .cont_in #m_he_mid #m_he_menu li ul li {
                padding: 12px 16px;
                border-bottom: solid 1px #555;
                display: block;
                width: 100%;
                margin-right: 0px;
                margin-bottom: 0px; }
          #c03 .cont_in #m_he_mid #m_he_menu li:hover span {
            background: #fafafa; }
      #c03 .cont_in #m_he_mid.active #m_menu_btn:after {
        display: none; }
      #c03 .cont_in #m_he_mid.active #m_he_menu {
        display: block; } }
    #c03 .cont_in ul.box_slide_btn {
      text-align: center;
      display: inline-block;
      font-size: 0;
      background: #fff;
      margin-bottom: 47px;
      box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2) inset; }
      #c03 .cont_in ul.box_slide_btn li {
        display: inline-block;
        font-size: 10px;
        position: relative;
        width: 167px;
        height: 27px;
        margin: 4px;
        text-indent: -9999px;
        cursor: pointer;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear; }
      #c03 .cont_in ul.box_slide_btn li.active {
        background: #333; }
      #c03 .cont_in ul.box_slide_btn li:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-top: -5px;
        margin-left: -6px;
        border-bottom: solid 1px #333;
        border-right: solid 1px #333;
        transform: rotate(-45deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -webkit-transform: rotate(135deg); }
      #c03 .cont_in ul.box_slide_btn li.active:after {
        border-color: #fff; }
      #c03 .cont_in ul.box_slide_btn li.next:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg); }
      #c03 .cont_in ul.box_slide_btn li.active:hover {
        background: #666;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        opacity: 1; }
    #c03 .cont_in ul.last {
      margin-top: 40px;
      margin-bottom: 0px; }
    #c03 .cont_in .box_con {
      overflow: hidden; }
    #c03 .cont_in .m_box01 {
      float: left;
      width: 22%;
      margin-right: 4%;
      margin-bottom: 4%;
      text-align: left; }
      #c03 .cont_in .m_box01 a {
        display: block;
        color: #fff;
        text-decoration: none; }
      #c03 .cont_in .m_box01 .pic {
        margin-bottom: 16px; }
        #c03 .cont_in .m_box01 .pic img {
          width: 100%;
          height: auto;
          box-sizing: border-box; }
      #c03 .cont_in .m_box01 .date {
        margin-bottom: 8px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: space-between; }
        #c03 .cont_in .m_box01 .date i,
        #c03 .cont_in .m_box01 .date b {
          font-size: 11px;
          color: #fff;
          font-family: "UD Shin Go Light"; }
        #c03 .cont_in .m_box01 .date i {
          flex: 1; }
        #c03 .cont_in .m_box01 .date span {
          display: inline-block;
          margin-right: 14px;
          font-size: 12px;
          font-weight: bold;
          color: #FF3398;
          font-family: sans-serif; }
      #c03 .cont_in .m_box01 h5 {
        margin-bottom: 9px;
        font-family: "UD Shin Go Medium"; }
        #c03 .cont_in .m_box01 h5 a {
          display: block;
          font-size: 14px;
          font-weight: bold;
          line-height: 1.3; }
      #c03 .cont_in .m_box01 .txt a {
        margin-bottom: 18px;
        line-height: 1.5;
        font-size: 12px; }
      #c03 .cont_in .m_box01 ul {
        font-size: 0; }
        #c03 .cont_in .m_box01 ul li {
          display: inline-block;
          margin-right: 6px;
          margin-bottom: 6px; }
          #c03 .cont_in .m_box01 ul li a {
            display: block;
            padding: 4px 6px;
            line-height: 1;
            font-size: 10px;
            border: solid 1px #fff;
            font-family: "UD Shin Go Light"; }
          #c03 .cont_in .m_box01 ul li a:hover {
            background: #fff;
            color: #111;
            border-color: #fff; }
    #c03 .cont_in .m_box01:nth-child(4n) {
      margin-right: 0px; }
    #c03 .cont_in .m_box01:nth-child(5n) {
      clear: both; }

@media screen and (max-width: 700px) {
  #c03 .cont_in .box_sl .box_con .m_box01,
  #c03 .cont_in .box_sl .box_con .m_box01 {
    width: 100%;
    float: none;
    margin-bottom: 10%; } }
/* c03 */
/* c04 */
#c04 {
  background: #fff; }
  #c04 .cont_in ul.mov_box {
    margin-bottom: 10px;
    overflow: hidden;
    font-size: 0; }
    #c04 .cont_in ul.mov_box li {
      width: 24%;
      display: inline-block;
      vertical-align: top;
      margin-right: 1.3%;
      margin-bottom: 1.3%; }
      #c04 .cont_in ul.mov_box li a {
        display: block;
        background: #000;
        position: relative; }
        #c04 .cont_in ul.mov_box li a img {
          width: 100%;
          height: auto;
          display: block;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear;
          backface-visibility: hidden; }
      #c04 .cont_in ul.mov_box li span {
        margin-top: 11px;
        display: block; }
        #c04 .cont_in ul.mov_box li span a {
          font-size: 11px;
          text-align: left;
          background: none;
          line-height: 1.3;
          color: #333;
          text-decoration: none; }
        #c04 .cont_in ul.mov_box li span a:after {
          display: none; }
      #c04 .cont_in ul.mov_box li a:hover {
        opacity: 1; }
        #c04 .cont_in ul.mov_box li a:hover img {
          opacity: 0.6;
          -webkit-transition: all 0.2s linear;
          -moz-transition: all 0.2s linear;
          -ms-transition: all 0.2s linear;
          -o-transition: all 0.2s linear;
          transition: all 0.2s linear; }
      #c04 .cont_in ul.mov_box li a:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        margin-left: -29px;
        margin-top: -29px;
        width: 58px;
        height: 58px;
        background-image: url(../img/yt_icon.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover; }
    #c04 .cont_in ul.mov_box li:nth-child(4n) {
      margin-right: 0px; }
  #c04 .cont_in ul.bnr_box {
    margin-bottom: 20px;
    overflow: hidden; }
    #c04 .cont_in ul.bnr_box li {
      float: left;
      width: 49.35%; }
      #c04 .cont_in ul.bnr_box li a {
        display: block; }
        #c04 .cont_in ul.bnr_box li a img {
          width: 100%;
          height: auto;
          display: block; }
    #c04 .cont_in ul.bnr_box li:nth-child(2n) {
      float: right; }

@media screen and (max-width: 800px) {
  #c04 .cont_in ul.mov_box li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 7%; }

  #c04 .cont_in ul.mov_box li:nth-child(2n) {
    margin-right: 0px; }

  #c04 .cont_in ul.bnr_box li {
    width: 100%;
    float: none;
    margin-bottom: 15px; }
  #c04 .cont_in ul.bnr_box li:last-child {
    margin-bottom: 0px; } }
/* c04 */
/* c05 */
#c05 {
  position: relative; }
  #c05 #map_nav {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    padding: 25px 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 10000; }
    #c05 #map_nav h3 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1;
      color: #fff;
      padding-left: 20px;
      font-family: "UD Shin Go DemiBold"; }
    #c05 #map_nav .nice-select {
      position: absolute;
      right: 20px;
      top: 50%;
      margin-top: -20px;
      min-width: 230px; }
      #c05 #map_nav .nice-select .list {
        min-width: 230px; }
  #c05 .add_box {
    position: absolute;
    left: 80px;
    top: 170px;
    z-index: 1000;
    display: none; }
    #c05 .add_box h5 {
      font-size: 30px;
      line-height: 1.32;
      font-weight: bold;
      margin-bottom: 27px;
      padding-bottom: 27px;
      position: relative;
      font-family: "UD Shin Go Medium";
      color: #fff; }
      #c05 .add_box h5 span {
        display: block;
        font-size: 17px;
        font-weight: bold;
        padding-top: 8px; }
    #c05 .add_box h5:after {
      width: 22px;
      height: 1px;
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      background: #fff; }
    #c05 .add_box .txt {
      font-size: 15px;
      color: #fff;
      margin-bottom: 30px;
      line-height: 1.5; }
    #c05 .add_box .link a {
      display: inline-block;
      padding: 6px 12px;
      border: solid 1px #fff;
      color: #fff;
      font-size: 16px;
      text-decoration: none; }
  #c05 #map {
    height: 520px;
    width: 100%; }

@media screen and (max-width: 900px) {
  #map_nav {
    display: none; }

  #c05 #map {
    height: 320px; }

  #c05 .add_box {
    display: none; } }
/* c05 */
/* contents */
/* footer */
#c08 {
  font-size: 0;
  text-align: center;
  background: #fff; }
  #c08 .cont_in {
    padding: 32px 0 20px; }
  #c08 .brand {
    text-align: center;
    font-size: 0;
    padding: 28px 0;
    border-bottom: solid 1px #EDEAEA;
    background: #fff; }
    #c08 .brand li {
      display: inline-block;
      margin: 0 33px;
      vertical-align: middle; }
  #c08 .box03 {
    display: inline-block;
    vertical-align: top;
    margin: 16px 30px 36px;
    text-align: center; }
    #c08 .box03 h3 {
      font-size: 14px;
      margin-bottom: 14px; }
    #c08 .box03 .tel {
      margin-bottom: 12px;
      font-size: 30px; }
      #c08 .box03 .tel span {
        font-size: 30px;
        margin-right: 6px; }
        #c08 .box03 .tel span a {
          text-decoration: none;
          color: #0060BC; }
    #c08 .box03 .txt {
      font-size: 12px; }
    #c08 .box03 .link a {
      display: block;
      padding: 18px 24px;
      min-width: 200px;
      border-radius: 40px;
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      background: #0060BC; }

@media screen and (max-width: 1100px) {
  #c08 .cont_in {
    background: #f4f5f6;
    margin: 0px;
    width: 100%; } }
@media screen and (max-width: 800px) {
  #c08 .brand {
    padding: 26px 0 06px; }
    #c08 .brand li {
      margin: 0 15px 20px; } }
/**/
#footer {
  background: #fff; }
  #footer a {
    text-decoration: none; }
  #footer .cont_in {
    overflow: hidden;
    padding: 0px;
    width: 100%;
    box-sizing: border-box; }
  #footer #f01 {
    padding: 34px 0 67px;
    background: #F5F6F7;
    text-align: left; }
    #footer #f01 .cont_in {
      text-align: left;
      overflow: hidden; }
    #footer #f01 ul {
      display: block;
      float: left;
      text-align: left;
      margin-right: 8.25%; }
      #footer #f01 ul li a {
        display: block;
        margin-bottom: 18px;
        font-size: 11px;
        color: #333; }
      #footer #f01 ul li.md a {
        color: #333;
        font-size: 13px;
        font-weight: bold;
        font-family: "UD Shin Go Medium"; }
    #footer #f01 ul:nth-child(1) {
      width: 15%; }
    #footer #f01 ul:nth-child(2) {
      width: 15%; }
    #footer #f01 ul:nth-child(3) {
      width: 15%; }
    #footer #f01 ul:nth-child(4) {
      width: 12%; }
    #footer #f01 ul:nth-child(5) {
      width: 10%;
      margin-right: 0px; }
  #footer #f04 {
    border-top: solid 1px #f4f4f4;
    padding: 32px 0;
    background: #1F1F1F; }
    #footer #f04 .cont_in {
      display: table;
      width: 100%; }
    #footer #f04 h3 {
      display: table-cell;
      vertical-align: middle;
      width: 235px; }
    #footer #f04 div.right {
      text-align: right;
      display: table-cell;
      vertical-align: middle; }
      #footer #f04 div.right ul {
        width: 100%;
        font-size: 0;
        margin-bottom: 17px; }
        #footer #f04 div.right ul li {
          display: inline-block;
          margin-left: 18px; }
          #footer #f04 div.right ul li a {
            display: block;
            font-size: 11px;
            color: #fff; }
      #footer #f04 div.right p {
        font-size: 10px;
        line-height: 1.4;
        color: #fff; }
        #footer #f04 div.right p span {
          display: block;
          font-size: 11px;
          color: #fff; }

@media screen and (max-width: 1100px) {
  #footer #f01 {
    display: none; } }
@media screen and (max-width: 950px) {
  #footer #f04 .cont_in {
    display: block; }
    #footer #f04 .cont_in h3,
    #footer #f04 .cont_in div.right {
      display: block;
      text-align: center;
      width: 100%; }
    #footer #f04 .cont_in h3 {
      margin-bottom: 30px; }
    #footer #f04 .cont_in div.right ul {
      margin-bottom: 10px; }
      #footer #f04 .cont_in div.right ul li {
        margin: 0 4px 8px; }

  #c08 {
    border: none !important; }

  #footer #f04 {
    border: none; } }
#contents {
  position: relative;
  z-index: 100;
  background: #fff;
  margin-top: 103px; }

/* footer */
.nav_box {
  display: none; }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }

/*# sourceMappingURL=index.css.map */
