@charset "utf-8";

/* -----------------------------------------------
 * style.css
 * LastUpdate : 17/09/15
----------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700|Anton');

/* RESET
----------------------------------------------------------------------------------------------------*/
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,caption,canvas,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,form,footer,header,hgroup,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,main,small,span,strike,strong,sub,summary,sup,tt,table,tbody,tfoot,thead,time,tr,th,td,u,ul,var,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.2;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.2;text-align:left}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}table{border-collapse:collapse;border-spacing:0}

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

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 18px;
  line-height: 1.6em;
  font-family: 'Roboto',"游ゴシック Medium", "Yu Gothic Medium","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-feature-settings : "pkna";
}
@media only screen and ( max-width : 480px ) {
  body {font-size: 14px;}
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


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

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}


.clr{zoom:1;display:inline-table}.clr:after{content:".";display:block;height:0;clear:both;visibility:hidden;font-size:0;line-height:0}* html .clr{height:1%;display:inline-table;display:block;height:1%}.clr{display:block}

input,textarea {
    -webkit-appearance: none;
    border-radius:0;
    line-height: 1em;
    /*font-size: 100%;*/
}
@media only screen and ( max-width : 480px ) {
}
input[type="text"],textarea,input[type="tel"],input[type="email"]{
  padding:10px;
  border: 1px solid #ccc;
  margin:0;
  display: block;
  background: #fff;
  width: 100%;
  font-family: inherit;
}

textarea {
  height: 7em;
}


*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}@media(min-width:480px){.sp_s{display:none}}@media print,screen and (min-width:769px){.span_1{width:8.33333333333%}.span_2{width:16.6666666667%}.span_3{width:25%}.span_4{width:33.3333333333%}.span_5{width:41.6666666667%}.span_6{width:50%}.span_7{width:58.3333333333%}.span_8{width:66.6666666667%}.span_9{width:75%}.span_10{width:83.3333333333%}.span_11{width:91.6666666667%}.span_12{width:100%}.gutters .span_1{width:6.5%}.gutters .span_2{width:15%}.gutters .span_3{width:23.5%}.gutters .span_4{width:32%}.gutters .span_5{width:40.5%}.gutters .span_6{width:49%}.gutters .span_7{width:57.5%}.gutters .span_8{width:66%}.gutters .span_9{width:74.5%}.gutters .span_10{width:83%}.gutters .span_11{width:91.5%}.gutters .span_12{width:100%}}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

* {box-sizing:border-box;}
main {display: block;}
img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}
#base {position: relative;}
.min {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
.ttl {
  font-family: 'Anton', sans-serif;
}
@media only screen and ( max-width : 768px ) {
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
  .sp_box {
    margin-bottom: 20px;
  }
  .sp_inner {
    padding: 0 20px;
  }
  section {
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}

@media print, screen and ( min-width : 769px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .container {
    width: 1000px;
  }
  .small_inner {
    width: 800px;
    margin: 0 auto;
  }
  #base {
  }
  .posL {
    float: left;
  }
  .posR {
    float: right;
  }
  .br_sp {
    display: none;
  }
  section {
  }
}

@media only screen and ( max-width : 770px ) {
	.br_pc{
		display: none;
	}
}

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

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
}
#gNav a:hover {
  color: #e71a0f;
}

@media only screen and ( max-width : 768px ) {
  .mean-container .mean-bar {
    /*padding: 10px 0;*/
    /*position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 58px;*/
    background: #fff;
    /*z-index: 98;*/
  }
  .mean-container .mean-nav .container {
    padding: 0;
  }
  .h_logo {
    width: 160px;
    left: 10px;
    position: absolute;
    z-index: 999;
    top: 12px;
  }
   .mean-container .mean-nav ul {
    float: none;
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
   }
    .mean-container .mean-nav ul li {
      width: 50% !important;
      border-right: 1px solid #eee;
      box-sizing: border-box;
    }
    .mean-container .mean-nav ul li:nth-child(2n) a,.mean-container .mean-nav ul li:last-child a {
      border-right: none;
    }
    .mean-container .mean-nav ul li:nth-child(1) a,.mean-container .mean-nav ul li:nth-child(2) a {
      border-top: 1px solid #eee;
    }
    .mean-container .mean-nav ul li.sp_nav {
      width: 100% !important;
      padding: 10px;
      border: none;
      box-sizing: border-box;
    }
    .mean-container .mean-nav ul li.sp_nav a {
      text-align: center;
      border: 1px solid #222 !important;
      margin-bottom: 8px !important;
      display: block;
      box-sizing: border-box;
      width: 100%;
    }
    .mean-container .mean-nav ul li.sp_nav a:last-child {
      margin-bottom: 0 !important;
    }
}
@media only screen and ( max-width : 320px ) {
}

@media print, screen and ( min-width : 769px ) {
  .sp_nav {
    display: none !important;
  }
  #gNav {
    background: #000;
  }
  #gNav ul {
    display: table;
    position: relative;
    width: 100%;
    table-layout: fixed;
  }
  #gNav li {
    display: table-cell;
    vertical-align: middle;
    font-size: 20px;
    position: relative;
  }
  #gNav li a {
    position: relative;
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 10px;
  }
  #h_top {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .h_link {
    margin-right: 40px;
  }
  .h_link li {
    display: inline-block;
    margin-right: 15px;
  }
  .h_link li:last-child {
    margin-right: 0;
  }
  .h_link li a {
    display: block;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
    line-height: 1em;
    padding: 12px 20px;
  }
.button_l:hover {
	background: rgba(209,59,40,.6);
	}
.button_r:hover {
	background: rgba(46,135,221,.6);
	}
}




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

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  background: #000;
  color: #fff;
  position: relative;
}
#footer li a {
  display: block;
  color: #fff;
}
#footer .f_entry_link a {
  color: #ff740e;
}
.copy {
  text-align: center;
}
@media only screen and ( max-width : 768px ) {
  #footer {
    padding: 30px 0;
  }
  .f_nav {
    margin-bottom: 30px;
  }
  .f_nav li {
    border-bottom: 1px solid rgba(255,255,255,.2);
  }
  .f_nav li .sub {
    border-top: 1px solid rgba(255,255,255,.2);
  }
  .f_nav li .sub li {
    padding-left: 1.2em;
  }
  .f_nav li .sub li:last-child {
    border-bottom: none;
  }
  .f_nav li a {
    display: block;
    padding: 10px;
  }
}

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

@media print, screen and ( min-width : 769px ) {
  #footer {
    padding: 40px 0;
    /*min-width: 1200px;*/
  }
  #footer a:hover {
    color: #e71a0f;
  }
  #footer .f_nav {
    text-align: center;
    margin-bottom: 60px;
  }
  #footer ul {
    display: inline-block;
  }
  #footer li {
    float: left;
    margin-right: 40px;
  }
  
  #footer li:last-child {
    margin-right: 0;
  }
  
  #footer li a {
    /*font-size: 24px;*/
  }
  .f_nav {
  }
}




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

　   CONTENTS

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

#main p {
  word-break: break-all;
}
section {
  position: relative;
}


.down {
  background: #e63f43;
  position: absolute;
  z-index: 9999;
  transition: .3s;
}
.down a {
  display: block;
  position: relative;
}
.down a:after {
  content: "";
  position: absolute;
  background: #e63f43;
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.down a:before {
  content: "";
  transform: rotate(-44deg);
  border-top: 1px solid #e63f43;
  position: absolute;
  left: 50%;
  display: block;

  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.down a span {
  width: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
}
.down a span:after {
  content: "DOWN";
  color: #e63f43;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
}

.up {
  background: #e63f43;
  z-index: 999;
}
.up a {
  display: block;
  position: relative;
}
.up a:after {
  content: "";
  position: absolute;
  background: #e63f43;
  width: 1px;
  left: 50%;
  margin-left: -0.5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.up a span {
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
}
.up a span:after {
  content: "UP";
  color: #e63f43;
  position: absolute;
}
.is-fixed {
  position: fixed;
  bottom: auto;
  z-index: 2;
}

#footer .up {
  display: none;
}
#footer .up.is-show {
  display: block;
}
section p,section li {line-height: 1.8em;}


@media only screen and ( max-width : 768px ) {
  #main {
    /*padding-top: 58px;*/
  }
  .down {
    width: 50px;
    height: 50px;
    right: 0px;
    bottom: 0px;
  }
  .down a {
    width: 50px;
    height: 50px;
  }
  .down a:after {
    height: 60px;
    bottom: -60px;
    margin-left: -0.5px;
  }
  .down a:before {
    margin-left: -2.5px;
    bottom: -54.5px;
    width: 14px;
  }
  .down a span {
    height: 25px;
  }
  .down a span:after {
    bottom: -40px;
    right: -15px;
    font-size: 10px;
  }
  .up {
    position: relative;
    margin-bottom: 20px;
  }
  .up a {
    width: 100%;
    height: 40px;
  }
  .up a:after {
    height: 15px;
    top: -15px;
  }
  .is-fixed {
    top: 58px;
    right: 0px;
  }
  .up a span {
    height: 15px;
  }
  .up a span:after {
    text-align: center;
    top: -35px;
    left: -0.5em;
    font-size: 10px;
  }
  .up a:before {
    content: "";
    transform: rotate(-44deg);
    border-top: 1px solid #e63f43;
    position: absolute;
    right: 50%;
    margin-right: -1px;
    top: -11px;
    display: block;
    width: 10px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  #footer.is-show-footer {
    padding: 0 0 30px 0;
    margin-top: 40px;
  }
  .is-hide {
    transform: translateY(-300%);
  }
}

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

@media print, screen and ( min-width : 769px ) {
  .down {
    width: 100px;
    height: 100px;
    right: 60px;
    bottom: 0px;
  }
  .down a {
    width: 100px;
    height: 100px;
  }
  .down a:after {
    height: 90px;
    bottom: -90px;
    margin-left: -0.5px;
  }
  .down a:before {
    margin-left: -2.5px;
    bottom: -84px;
    width: 18px;
  }
  .down a:hover:before {
    bottom: -104px;
  }
  .down a:hover:after {
    height: 110px;
    bottom: -110px;
  }
  .down a span {
    height: 60px;
  }
  .down a span:after {
    bottom: -55px;
    right: -20px;
    font-size: 14px;
  }
  .up {
    background: #e63f43;
    position: absolute;
    z-index: 99;
  }
  .up a {
    width: 100px;
    height: 100px;
  }
  .up a:after {
    height: 90px;
    top: -90px;
  }
  .up a:before {
    content: "";
    transform: rotate(-44deg);
    border-top: 1px solid #e63f43;
    position: absolute;
    right: 50%;
    margin-right: -2.5px;
    top: -84px;
    display: block;
    width: 18px;

    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }
  .up a:hover:before {
    top: -104px;
  }
  .up a:hover:after {
    height: 110px;
    top: -110px;
  }
  .up a span {
    height: 60px;
  }
  .up a span:after {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    top: -55px;
    left: -20px;
    font-size: 14px;
  }
  .is-fixed {
    top: 0;
    right: 60px;
  }
  .is-hide {
    transform: translateY(-200%);
  }
  .up {
    left: 60px;
    top: 0;
  }
}




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

　   ENTRY

--------------------------------------------------------------------------------------------- */
#main {
  -webkit-font-smoothing: antialiased;
}

.entry_link,.entry_link02,.entry_link03 {
  display: block;
  height: 80px;
  text-align: center;
  text-decoration: none;
  line-height: 80px;
  outline: none;
  position: relative;
}
.entry_link::before,
.entry_link::after,
.entry_link02::before,
.entry_link02::after
.entry_link03::before,
.entry_link03::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.entry_link,
.entry_link::before,
.entry_link::after,
.entry_link02,
.entry_link02::before,
.entry_link02::after
.entry_link03,
.entry_link03::before,
.entry_link03::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.entry_link span,.entry_link02 span,.entry_link03 span {
  display: block;
  position: absolute;
  height: 80px;
  text-align: center;
  line-height: 76px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
  pointer-events: none;
}
/*エントリーボタンの色変更ここでできます*/
/*新卒採用2019エントリーボタン色変更*/
.entry_link span {
  border: 2px solid #e60000;
}
/*キャリア採用エントリーボタン色変更*/
.entry_link02 span {
  border: 2px solid #333;
}
/*新卒採用2020エントリーボタン色変更*/
.entry_link03 span {
  border: 2px solid #018ce9;
}
.entry_link span:nth-child(1) {
  background-color: #f00101;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*新卒採用2019エントリーボタン色変更*/
  background: #f00000; /* Old browsers */
  background: -moz-linear-gradient(left,  #f00000 0%, #dd281d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f00000 0%,#dd281d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f00000 0%,#dd281d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00000', endColorstr='#dd281d',GradientType=1 ); /* IE6-9 */
}
.entry_link02 span:nth-child(1) {
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*キャリア採用エントリーボタン色変更*/
  background: #333;
}
.entry_link03 span:nth-child(1) {
  background-color: #f00101;
  color: #fff;
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  transform: rotateX(90deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*新卒採用2020エントリーボタン色変更*/
  background: #0099ff; /* Old browsers */
  background: -moz-linear-gradient(left,  #0099ff 0%, #168ad8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0099ff 0%,#168ad8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0099ff 0%,#168ad8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#168ad8',GradientType=1 ); /* IE6-9 */
}
.entry_link span:nth-child(2) {
  background-color: #f00101;
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*新卒採用2019エントリーボタン色変更*/
  background: #f00000; /* Old browsers */
  background: -moz-linear-gradient(left,  #f00000 0%, #dd281d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #f00000 0%,#dd281d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #f00000 0%,#dd281d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f00000', endColorstr='#dd281d',GradientType=1 ); /* IE6-9 */
}
.entry_link02 span:nth-child(2) {
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*キャリア採用エントリーボタン色変更*/
  background: #333;
}
.entry_link03 span:nth-child(2) {
  background-color: #f00101;
  color: #fff;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-transform-origin: 50% 50% -40px;
  -moz-transform-origin: 50% 50% -40px;
  transform-origin: 50% 50% -40px;

  /*新卒採用2020エントリーボタン色変更*/
  background: #0099ff; /* Old browsers */
  background: -moz-linear-gradient(left,  #0099ff 0%, #168ad8 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0099ff 0%,#168ad8 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0099ff 0%,#168ad8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0099ff', endColorstr='#168ad8',GradientType=1 ); /* IE6-9 */
}
.entry_link:hover,.entry_link02:hover,.entry_link03:hover {
  opacity: 1;
}
.entry_link:hover span:nth-child(1),.entry_link02:hover span:nth-child(1),.entry_link03:hover span:nth-child(1) {
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  transform: rotateX(0deg);
  opacity: 1;
}
.entry_link:hover span:nth-child(2),.entry_link02:hover span:nth-child(2),.entry_link03:hover span:nth-child(2) {
  -webkit-transform: rotateX(-90deg);
  -moz-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  color: transparent;
  opacity: 1;
}

/*新卒採用2019エントリーボタン色変更*/
.entry_link:hover span:nth-child(2) {
  background-color: #f00101;
}
/*キャリア採用エントリーボタン色変更*/
.entry_link02:hover span:nth-child(2) {
  background-color: #333;
}
/*新卒採用2020エントリーボタン色変更*/
.entry_link03:hover span:nth-child(2) {
  background-color: #0099ff;
}

@media only screen and ( max-width : 768px ) {
  #entry li {
    margin-bottom: 1em;
  }
  #entry li:last-child {
    margin-bottom: 1em;
  }
  .entry_link,.entry_link02,.entry_link03 {
    font-size: 17px;
    width: 70%;
    margin: 0 auto;
  }
  .entry_link span,.entry_link02 span,.entry_link03 span { 
    width: 100%;
  }
  #entry {
    padding: 20px 0;
  }
}

@media only screen and ( max-width : 480px ) {
  .entry_link,.entry_link02,.entry_link03 {
    width: 100%;
  }
}

@media print, screen and ( min-width : 769px ) {
  #entry {
    padding: 80px 0;
  }
  .entry_link,.entry_link02,.entry_link03 {
    font-size: 26px;
    -webkit-perspective: 300px;
    perspective: 300px;
    margin: 0 auto;
    width: 430px;
  }
  .entry_link span,.entry_link02 span,.entry_link03 span { 
    min-width: 430px;
  }
  .btn_col li {
    margin-right: 3%;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 48.5%;
  }
  .btn_col li:last-child {
    margin-right: 0;
  }
  .btn_col {
    -js-display : flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
  }
}


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

　   アニメーション

--------------------------------------------------------------------------------------------- */
.inviewLine,.inviewfadeInUp,.inviewfadeIn {
  opacity: 0;
}
.inviewLine.Line,.inviewfadeInUp.fadeInUp,.inviewfadeIn.fadeIn {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
.inviewLine {
	filter: alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;

	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.Line {
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	-webkit-animation-name: Line;
	animation-name: Line;
	transition: .8s;
}
@-webkit-keyframes Line {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes Line {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}
/*----- フェードインしながら上へスライド -----*/
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*fadeIn*/
.inviewfadeIn {
    animation-duration: 3s;
    -ms-animation-duration: 3s;
    -o-animation-duration: 3s;
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    opacity: 0;
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  opacity: 1;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
