@charset "UTF-8";
/* CSS Document */

/* ------------------------------------------------
  フォントの指定（主に游ゴシック）
------------------------------------------------ */
@font-face {
    font-family: 'Gidole';
    src: url('../font/Gidole-Regular.ttf') format('truetype'), url('./font/Gidolinya-Regular.otf') format('opentype');
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

body {
  /*font-family: -apple-system, BlinkMacSystemFont, 'Gidole', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;*/
  font-family: "Gidole", 'YuGothic-Medium', 'Yu Gothic Medium', Verdana, Meiryo, "M+ 1p", sans-serif;
  font-feature-settings: "pkna";
}

/* IE10以上 */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}

html {
  color:#000000;
  font-size:62.5%;
}

body {
  font-size:16px;
  font-size:1.6rem;
  width:100%;
  margin:0 auto;
  line-height:150%;
  background: #000;
  overflow-x: hidden;
}

img {
  /*width: 100%;
  height: auto;*/
}

a {
  color:#515151;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
  opacity: 0.8;
  cursor: pointer;
}

a:hover img {
  opacity:0.8;
  filter: alpha(opacity=80); /* IE lt 8 */
  -ms-filter: "alpha(opacity=80)"; /* IE 8 */
  -khtml-opacity: .80; /* Safari 1.x */
}

a:focus {
  overflow:hidden;
  outline:none;
}

a.link {
  background:#0a3c79;
  color:#fff;
  text-align:center;
  display:inline-block;
  padding:7px 40px 5px;
  font-size:1.6rem;
}

.hide{
  display:none;  
}

/* ------------------------------------------------
  ■ clearfix ■
------------------------------------------------ */
.cf { zoom: 1;overflow:hidden;}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }


/* ------------------------------------------------
  ■ common ■
------------------------------------------------ */
.taC{text-align: center;}

.mt20{margin-top:20px;}
.mb20{margin-bottom:20px;}

.mt30{margin-top:30px;}
.mb30{margin-bottom:30px;}

.mt40{margin-top:40px;}
.mb40{margin-bottom:40px;}

.mt50{margin-top:50px;}
.mb50{margin-bottom:50px;}

.mt80{margin-top:80px;}
.mb80{margin-bottom:80px;}

.mt100{margin-top:100px;}
.mb100{margin-bottom:100px;}

.mt160{margin-top:160px;}
.mb160{margin-bottom:160px;}

.pt40{padding-top:40px;}
.pb40{padding-bottom:40px;}

.pt80{padding-top:80px;}
.pb80{padding-bottom:80px;}

.letter-space-narrow{
  letter-spacing: -0.05em !important;
}

.line-height-1_2{
  line-height: 1.2 !important;
}

.line-height-1_4{
  line-height: 1.4 !important;
}

.font-gidole{
  font-family:'Gidole';
}
/* ------------------------------------------------
  ■ button ■
------------------------------------------------ */
/*------ JSにてボタン化したもの ------*/
.button_area{cursor:pointer;}


/* ベース */
.link_area{
  font-family: -apple-system, BlinkMacSystemFont, 'Gidole', "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  text-align: center;
  /*display: inline-block;*/
}

.link_area a{
  color: #777;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease-out 0.2s;
  -moz-transition: all ease-out 0.2s;
  -ms-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
}

.link_area .button-layer1, .link_area .button-layer1:after, .link_area .button-layer1 span,
.link_area .button-layer2, .link_area .button-layer2:after, .link_area .button-layer2 span{
    width: 316px;
  height:96px;
}

/* 黒ボタンbutton-layer1 */

.link_area .button-layer1{
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.2rem;
}

.link_area .button-layer1:after{
    content: "";
    font-size: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border: none;
    background: url(../img/link_yellow_bg.png) no-repeat center center;
}

.link_area .button-layer1 span{
    display: block;
    position: absolute;
    z-index: 3;
    left: -10px;
    top: -10px;
    padding: 20px 0 0 0;
    line-height: 50px;
    border:2px solid #fff000;
    background: url(../img/link_icon_yellow.png) no-repeat 95% center;
    background-size: 23px auto;
    background-color: #000;
    color: #fff000;
    text-align: center;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

.link_area .button-layer1:hover span{
  left: 0;
  top: 0;
  color:#000;
  border:2px solid #fff000;
  background: url(../img/link_icon_black.png) #fff000 no-repeat 95% center;
    background-size: 23px auto;
}

/* 黄ボタンbutton-layer2 */

#company_message .link_area{
  display: inline-block;
}

.link_area .button-layer2{
    position: relative;
    z-index: 2;
    display: inline-block;
    font-size: 2.4rem;
    letter-spacing: 0.5em;
}

.link_area .button-layer2:after{
    content: "";
    font-size: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    border: none;
    background: url(../img/link_black_bg.png) no-repeat center center;
}

.link_area .button-layer2 span{
    display: block;
    position: absolute;
    z-index: 3;
    left: -10px;
    top: -10px;
    padding: 20px 0 0 0;
    line-height: 50px;
    border: solid 1px #000;
    background: url(../img/link_icon_yellow.png) no-repeat 95% center;
    background-size: 23px auto;
    background-color: #000;
    color: #fff000;
    text-align: center;
    -webkit-transition: all ease-out 0.1s;
    -moz-transition: all ease-out 0.1s;
    -ms-transition: all ease-out 0.1s;
    transition: all ease-out 0.1s;
}

.link_area .button-layer2:hover span{
  left: 0;
  top: 0;
  color:#000;
  border:2px solid #000;
  background: url(../img/link_icon_black.png) #fff000 no-repeat 95% center;
    background-size: 23px auto;
}


  





/*------ button(カラーが開くボタン共通設定) ------*/

.button {
  display: inline-block;
  /*width: 200px;
  height: 54px;*/
  text-align: center;
  text-decoration: none;
  /*line-height: 54px;*/
  outline: none;
}

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
}

.button:hover {
  text-decoration: none;
}

.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  /*background-color: #333;*/
}

.button::before {
  right: 0;
}

.button::after {
  left: 0;
}

.button:hover::before,
.button:hover::after {
  width: 0;
  /*background-color: #000;*/
}

/*------ button(ページリンク) ------*/

.btn_wp{
  text-align: center;
}

.btn_wp a{
  text-align: center;
  margin:0 0 40px 0;
}

.btn_wp a{
  background:url(../img/arrow_contact_submit.png) #fff no-repeat 350px center;
  background-size:12px;
  border:4px solid #fff000;
  font-size:2.4rem;
  padding:20px 0;
  text-align: center;
  width:100%;
  max-width:400px;
  position: relative;
  color: #000;
}

.btn_wp a:hover{
  background-color: #fff000;
}

.btn_wp a::before,
.btn_wp a::after{
  /*background-color: #fff;*/
}

.btn_wp a:hover::before,
.btn_wp a:hover::after {
  background-color: #fff;
}


/*------ button(アコーディオン)※spのみ ------*/
a.btn_accordion_open{
  width:50%;
  border-radius: 5px;
  display: block;
    padding: 4px 0;
  text-align: center;
  margin: 20px auto;
}

a.btn_accordion_open:hover{
  text-decoration:none;
}
  
a.btn_yellow{
  background:#fff000;
}
  
a.btn_white{
  background:#fff;
}


