@charset "UTF-8";
@import url("//fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900");
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #eb7000;
  text-decoration: none;
}

a:hover {
  text-decoration: none !important;
  outline: none !important;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 10px;
  font-size: 1.0rem;
  -webkit-text-size-adjust: 100%;
  line-height: 1.75;
  font-family: "Lato","Helvetica Neue",Arial,"YuGothic", "Yu Gothic","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
}

img {
  /* ▼行全体の下端に揃える */
  vertical-align: bottom;
}

.att {
  padding-left: 1em;
  text-indent: -1em;
}

.att02 {
  padding-left: 1.3em;
  text-indent: -1.3em;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

/*
Flaticon icon font: Flaticon
Creation date: 24/07/2016 03:51
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul, li {
  list-style: none;
}

ul.normal_list {
  margin: 12px 0;
  background: #efefef;
  padding: 1em;
}
ul.normal_list li {
  padding: 0 0 0 20px;
  position: relative;
}
ul.normal_list li:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-family: FontAwesome;
  padding-right: 10px;
  content: "\f111";
  color: #254aa2;
}

.unborder::after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #ccc;
}

.lborder::after {
  content: '';
  display: block;
  margin: 1.4rem 0 1.4rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #fff;
}

#menuButton {
  display: block;
  width: 42px;
  height: 42px;
  position: fixed;
  top: 15px;
  right: 10px;
  z-index: 3;
}

#menuButton span {
  display: block;
  background: #666;
  width: 24px;
  height: 2px;
  position: absolute;
  left: 9px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

#menuButton span:first-child {
  top: 12px;
}

#menuButton span:nth-child(2) {
  margin-top: -1px;
  top: 50%;
}

#menuButton span:last-child {
  bottom: 12px;
}

#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);
}

#menuButton.active span:nth-child(2) {
  opacity: 0;
}

#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);
}

@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;
}
#overlay {
  width: 100vw;
  height: 100vh;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fafafa;
  z-index: 9999;
}
#overlay .loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -10%;
  z-index: 2;
}
#overlay .loader .load_sub {
  font-size: 8px;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  font-family: "Roboto",serif;
}

.loader {
  margin: 0 0 2em;
  height: 100px;
  width: 20%;
  text-align: center;
  padding: 1em;
  margin: 0 auto 1em;
  display: inline-block;
  vertical-align: top;
  z-index: 9999;
  position: absolute;
}

/*
  Set the color of the icon
*/
svg path,
svg rect {
  fill: #bf0000;
}

.item_top {
  top: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_bottom {
  bottom: -50px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_left {
  left: -80px;
  padding-right: 0px;
  opacity: 0;
  position: relative;
}

.item_right {
  right: -80px;
  padding-left: 0px;
  opacity: 0;
  position: relative;
}

.item_fade_in {
  opacity: 0;
  position: relative;
  padding-left: 0px;
  right: 0px;
}

.hamburger {
  display: block;
  width: 52px;
  height: 52px;
  position: fixed;
  top: 4rem;
  right: 4rem;
  z-index: 10000;
  padding: 1.8rem 0 0 1.3rem;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #eb7000;
  overflow: hidden;
}

.hamburger:after {
  display: block;
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: #ff8a00;
  transition: all .3s ease;
}

.hamburger:hover:after {
  width: 100%;
}

.hamburger__icon {
  position: relative;
  margin-top: 7px;
  margin-bottom: 7px;
  z-index: 2;
}

.hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #fff;
  -moz-transition-property: background-color, -moz-transform;
  -o-transition-property: background-color, -o-transform;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.hamburger__icon:before, .hamburger__icon:after {
  position: absolute;
  content: "";
}

.hamburger__icon:before {
  top: -7px;
}

.hamburger__icon:after {
  top: 7px;
}

.hamburger.active .hamburger__icon {
  background-color: transparent;
}

.hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
  background-color: #fff;
}

.hamburger.active .hamburger__icon:before {
  -moz-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .hamburger__icon:after {
  -moz-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  clear: both;
  width: 100% !important;
  height: 100% !important;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
  /*
  	-moz-box-shadow: 0 0 5px #ccc;
  	-webkit-box-shadow: 0 0 5px #ccc;
  	box-shadow: 0 0 5px #ccc;
  	border: solid #fff 5px;
  */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  width: 100%;
  z-index: 9999;
}

/* LOADER */
.bx-wrapper .bx-loading {
  /*
  	min-height: 50px;
  	background: url(../img/bx_loader.gif) center center no-repeat #fff;
  	height: 100%;
  	width: 100%;
  	position: absolute;
  	top: 0;
  	left: 0;
  	z-index: 2000;
  */
}

/* PAGER */
.bx-wrapper .bx-pager {
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  border: 1px solid #ffffff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  outline: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  filter: alpha(opacity=100);
  -moz-opacity: 10;
  opacity: 10;
  background: #95b721;
  border: 1px solid #95b721;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  position: absolute;
}

.bx-wrapper .bx-prev::after {
  position: absolute;
  font-family: 'ionIcons';
  top: 0%;
  left: 0;
  color: #fff;
  line-height: 1;
  content: "\f3cf";
  font-size: 30px;
  font-size: 3rem;
  max-width: 100%;
  z-index: 8888;
  padding: 0;
}

.bx-wrapper .bx-next {
  position: absolute;
  right: 30px;
}

.bx-wrapper .bx-next:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 0%;
  right: 0;
  color: #fff;
  line-height: 1;
  content: "\f3d1";
  font-size: 30px;
  font-size: 3rem;
  max-width: 100%;
  z-index: 8888;
  padding: 0;
}

.bx-wrapper .bx-prev:hover:after {
  color: #555;
}

.bx-wrapper .bx-next:hover:after {
  color: #555;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: -5px;
  left: 0;
  background: #666 \9;
  background: rgba(255, 255, 255, 0.75);
  width: 100%;
  text-align: center;
}

.bx-wrapper .bx-caption span {
  color: #000;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

body {
  background: #f7f3f0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#overlay {
  width: 100vw;
  height: 100vh;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 8888;
}
#overlay #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -11px;
  margin-left: -50px;
  z-index: 2;
}
#overlay #loader img {
  position: absolute;
  width: 100px;
}

#loading {
  width: 100vw;
  height: 100vh;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
}
#loading #loader {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: 30px;
  margin-left: -36px;
  z-index: 2;
}

.coming a {
  cursor: default;
}

.yajinav {
  width: 10%;
  position: fixed;
  top: 50%;
  font-size: 40px;
  font-size: 4rem;
  color: #ffffff;
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 768px) {
  .yajinav {
    display: block;
  }
}
.yajinav i {
  display: block;
}

.yajinav.prev {
  left: 0;
}

.yajinav.next {
  right: 0;
  text-align: right;
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

header {
  padding: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  header {
    padding: 0 0 2rem 0;
    position: fixed;
  }
}
header h1#logo {
  line-height: 1;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  header h1#logo {
    width: 130px;
    padding: 1rem 0 0 1rem;
  }
  header h1#logo img {
    width: 100%;
  }
}

.fat-nav {
  top: 0;
  left: 0;
  z-index: 9999;
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.entry_btn {
  position: absolute;
  right: 10rem;
  top: 4rem;
  z-index: 9999;
  *zoom: 1;
  width: 150px;
}
.entry_btn:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .entry_btn {
    right: 1rem;
    top: 1rem;
    width: 120px;
  }
}
.entry_btn a {
  display: block;
  height: 52px;
  line-height: 52px;
  padding: 0 3rem;
  font-size: 20px;
  font-size: 2rem;
  background: #9bc7ed;
  color: #ffffff;
  text-align: center;
  float: left;
  display: inline-block;
  font-weight: 900;
  z-index: 9999;
}
@media only screen and (max-width: 768px) {
  .entry_btn a {
    height: 40px;
    line-height: 40px;
    margin: 0 0.2rem 0 0;
    padding: 0 2rem;
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.entry_btn a.mypage {
  background: #eb7000;
}
.entry_btn a.mypage:hover {
  background: #ff8a00;
}
.entry_btn a:hover {
  background: #73a7d4;
}
.entry_btn .sub_entry {
  width: 149px;
  display: none;
}
@media only screen and (max-width: 768px) {
  .entry_btn .sub_entry {
    width: 100%;
  }
}
.entry_btn .sub_entry ul {
  width: 100%;
  display: block;
}
.entry_btn .sub_entry ul li {
  width: 100%;
}
.entry_btn .sub_entry ul li:first-child a {
  border-bottom: none;
}
.entry_btn .sub_entry ul li a {
  display: block;
  border: 1px solid #f08200;
  color: #f08200;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  background: #ffffff;
  width: 100%;
  padding: 2rem 0;
  height: auto;
  line-height: 1;
}
.entry_btn .sub_entry ul li a:hover {
  background: #f08200 !important;
  color: #ffffff;
}
.entry_btn .sub_entry ul li a:before {
  display: none;
}
.entry_btn .sub_entry ul li a:after {
  display: none;
}

.entry_btn.coming a {
  background: #ccc;
  cursor: default;
}
.entry_btn.coming a:hover {
  background: #ccc;
}

.fat-nav__wrapper {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
}

.fat-nav.active {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fat-nav ul {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.fat-nav li {
  list-style-type: none;
  text-align: center;
}

.fat-nav li a {
  color: #888;
  font-size: 3vw;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 1.5rem 0;
}
.fat-nav li a span {
  color: #f08200;
  display: block;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}

.fat-nav li a.main.active:after {
  transform: rotate(45deg);
}

.fat-nav li a:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
  opacity: 0;
  transition: all .5s ease;
}

.fat-nav li a:hover:before {
  opacity: 1;
}

.fat-nav li.coming a:hover:before {
  opacity: 0;
}

.fat-nav li {
  text-align: center;
  width: 100%;
}
.fat-nav li ul {
  width: 100%;
  text-align: center;
  display: block;
  display: none;
}
.fat-nav li ul li {
  text-align: center;
  width: 100%;
  display: block;
}
.fat-nav li ul li a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
}
.fat-nav li ul li a:after {
  content: "\f125";
}

.fat-nav li a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 50%;
  margin-top: -1em;
  margin-right: -13vw;
  line-height: 1;
  content: "\f217";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  text-align: center;
  color: #f08200;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.fat-nav li.people a:after {
  content: "\f125";
}

.fat-nav li a {
  text-decoration: none;
}

#contents {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  #contents {
    width: 100%;
    top: 110px;
  }
  #contents .sp_menus {
    position: absolute;
    top: 0.4rem;
    left: 1rem;
    background: #ffffff;
    width: 20px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #contents .sp_menus {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #contents .sp_menus img {
    width: 100%;
  }
}

nav#menu {
  position: fixed;
  width: 100%;
  top: 66px;
  z-index: 9998;
  background: #ffffff;
  display: none;
}
@media only screen and (max-width: 768px) {
  nav#menu {
    display: block;
  }
}
nav#menu .sp_menu_sps {
  display: none;
}
@media only screen and (max-width: 768px) {
  nav#menu .sp_menu_sps {
    display: block;
  }
}

.slides-nav {
  *zoom: 1;
  top: 0;
  display: none;
}
.slides-nav:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .slides-nav {
    display: block;
    overflow: hidden;
    width: 100%;
  }
}
.slides-nav div.item {
  height: 44px;
  line-height: 44px;
  width: 30%;
  float: left;
  text-align: center;
}
.slides-nav .slick-slide {
  transition: all .3s ease;
}
.slides-nav .slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
.slides-nav .slick-current a {
  background: #f08200;
  color: #ffffff !important;
}

#vwrap {
  position: relative;
  width: 100%;
  height: 100%;
}
#vwrap .panel {
  display: block;
  position: absolute;
  width: 90%;
  height: 90%;
  top: 3rem;
  left: 3rem;
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -webkit-calc(100% - 60px);
  height: calc(100% - 60px);
  content: "";
  z-index: 2;
  background: rgba(255, 255, 255, 0.6);
}
@media only screen and (max-width: 768px) {
  #vwrap .panel {
    top: 1rem;
    left: 1rem;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

.txt {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .txt {
    bottom: 2rem;
    left: 2rem;
    z-index: 2;
    margin-top: -5em;
    z-index: 99;
  }
}
@media only screen and (max-width: 320px) {
  .txt {
    left: 5%;
  }
}
.txt .en {
  font-size: 6vw;
  font-weight: 900;
  line-height: 1.1;
  color: #ffffff;
  letter-spacing: 0em;
  position: relative;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  .txt .en {
    font-size: 40px;
    font-size: 4rem;
  }
}
.txt .jp {
  background: #ffffff;
  font-weight: 900;
  color: #999;
  margin: 1rem 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  opacity: 0;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .txt .jp {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.txt .jp p {
  transform: scale(0.9, 1);
  letter-spacing: 0.26em;
}
.txt .jp span {
  color: #f08200;
}
@media all and (-ms-high-contrast: none) {
  .txt .jp {
    padding: 0.3em 0 0 0;
  }
}
.txt .message_btn {
  margin: 1rem 0 0 0;
  display: none;
}
@media only screen and (max-width: 768px) {
  .txt .message_btn {
    display: block;
  }
}
.txt .message_btn a {
  font-size: 20px;
  font-size: 2rem;
  color: #f08200;
  font-weight: 900;
  background: none;
  position: relative;
  display: block;
  letter-spacing: 0.2em;
}
.txt .message_btn a:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: -3rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f215";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  text-align: center;
  color: #f08200;
}
.txt a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
  display: none;
}
@media only screen and (max-width: 768px) {
  .txt a {
    display: block;
  }
}

body.npc .slides .item ul li:hover .image {
  transform: scale(0.95);
}
body.npc .slides .item ul li.coming:hover .image {
  transform: scale(1);
}

.slides {
  *zoom: 1;
  clear: both;
  position: relative;
}
.slides:after {
  content: "";
  display: table;
  clear: both;
}
.slides .title_box {
  text-align: center;
  margin: 5rem 0 5rem 0;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .slides .title_box {
    display: none;
  }
}
.slides .title_box p.en {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
}
.slides .title_box p.en:after {
  content: '';
  display: block;
  margin: 1rem auto 1rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #f08200;
}
.slides .title_box h2 {
  font-weight: bold;
}
.slides .item {
  position: relative;
  padding: 4rem;
  background: #f7f3f0;
}
@media only screen and (max-width: 768px) {
  .slides .item {
    padding: 0;
    width: 100%;
  }
}
.slides .item img {
  display: block;
  vertical-align: top;
  position: relative;
  background: #ffffff;
}
.slides .item .image {
  position: relative;
  transition: all .3s ease;
  background: #ffffff;
  width: 100%;
  height: 100%;
}
.slides .item .image:before {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .slides .item .image:after {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    background: rgba(0, 0, 0, 0.3);
  }
}
.slides .item ul li {
  overflow: hidden;
  position: relative;
  background: #ffffff;
}
.slides .item ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.slides .item .txt_in {
  position: relative;
  z-index: 888;
  padding: 2rem 0 2rem 0;
  background: #f7f3f0;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .slides .item .txt_in {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    margin-top: -2em;
    z-index: 10;
    background: none;
    padding: 0;
  }
}
.slides .item .txt_in .en {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  text-align: center;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .slides .item .txt_in .en {
    color: #ffffff;
  }
}
.slides .item .txt_in .en:after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 100px;
  height: 5px;
  background: #f08200;
}
.slides .item .txt_in .jp {
  font-size: 13px;
  font-size: 1.3rem;
  color: #555;
  font-weight: 700;
  background: none;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .slides .item .txt_in .jp {
    color: #ffffff;
  }
}
@media only screen and (max-width: 768px) {
  .slides .item .txt_in.white .en, .slides .item .txt_in.white .jp {
    color: #000000;
  }
}
.slides .item.top {
  background: #eee;
  padding: 0 !important;
}
.slides .item.top .visual {
  min-height: 560px;
  background-size: cover;
  position: relative;
}
.slides .item.about ul {
  *zoom: 1;
}
.slides .item.about ul:after {
  content: "";
  display: table;
  clear: both;
}
.slides .item.about ul li {
  width: 33.3333333%;
  float: left;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .slides .item.about ul li {
    width: 100%;
  }
}
.slides .item.about ul li .jp {
  line-height: 1.3;
}
.slides .item.people {
  background: #f7f3f0;
}
.slides .item.people ul {
  *zoom: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slides .item.people ul:after {
  content: "";
  display: table;
  clear: both;
}
.slides .item.people ul li {
  width: 25%;
  position: relative;
}
.slides .item.people ul li .image {
  background: none;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .slides .item.people ul li .txt_in {
    top: 70%;
  }
}
@media only screen and (max-width: 768px) {
  .slides .item.people ul li {
    width: 100%;
  }
}
.slides .item.special ul {
  *zoom: 1;
}
.slides .item.special ul:after {
  content: "";
  display: table;
  clear: both;
}
.slides .item.special ul li {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .slides .item.special ul li {
    width: 100%;
  }
}
.slides .item.recruit .rec {
  width: 100%;
  *zoom: 1;
}
.slides .item.recruit .rec:after {
  content: "";
  display: table;
  clear: both;
}
.slides .item.recruit .rec ul {
  *zoom: 1;
}
.slides .item.recruit .rec ul:after {
  content: "";
  display: table;
  clear: both;
}
.slides .item.recruit .rec ul li {
  display: block;
  width: 25%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .slides .item.recruit .rec ul li {
    width: 100%;
    display: block;
  }
}
.slides .item.recruit .rec ul li.odd {
  background: rgba(255, 255, 255, 0.8);
  color: #f08200;
}
@media only screen and (max-width: 768px) {
  .slides .item.recruit .rec ul li.odd {
    display: block;
    padding: 5rem;
  }
}

section#people {
  max-width: 1400px;
  margin: auto;
}
section#people img {
  width: 100%;
}
section#people #visual {
  position: relative;
}
section#people #visual .num {
  position: absolute;
  bottom: 3rem;
  right: 3rem;
  font-size: 60px;
  font-size: 6rem;
  color: #f08200;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}
section#people #visual .num span {
  font-size: 10px;
  font-size: 1rem;
  display: block;
  color: #555;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  section#people #visual .num {
    top: 58%;
    z-index: 99;
    line-height: 1;
    text-align: center;
  }
  section#people #visual .num span {
    font-size: 12px;
    font-size: 1.2rem;
    display: block;
    color: #555;
    line-height: 1;
  }
}
@media only screen and (min-width: 768px) {
  section#people #visual {
    margin-bottom: 10rem;
  }
}
section#people .prof_box {
  padding: 3rem;
  background: #eee;
}
@media only screen and (min-width: 768px) {
  section#people .prof_box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    padding: 5rem;
    background: rgba(255, 255, 255, 0.8);
    width: 45%;
  }
}
section#people .prof_box .prof_txt {
  font-size: 13px;
  font-size: 1.3rem;
}
section#people .copy h2 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  font-size: 1.8vw;
  line-height: 1.6;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  section#people .copy h2 {
    font-size: 20px;
    font-size: 2rem;
  }
  section#people .copy h2 br {
    display: none;
  }
}
section#people .copy h2:after {
  content: '';
  display: block;
  margin: 1.4rem 0 1.4rem 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #f08200;
}
section#people .profile {
  font-size: 13px;
  font-size: 1.3rem;
  font-size: 1.1vw;
  font-weight: bold;
  margin: 1rem 0;
}
@media only screen and (max-width: 768px) {
  section#people .profile {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
section#people .intro_p {
  font-weight: bold;
  font-size: 13px;
  font-size: 1.3rem;
}
section#people .photo {
  float: left;
  width: 40%;
  padding: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  section#people .photo {
    width: 100%;
    padding: 0;
    float: none;
  }
}
section#people .photo_left {
  float: left;
  width: 40%;
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  section#people .photo_left {
    width: 100%;
    float: none;
    padding: 0;
  }
}
section#people .inbox {
  *zoom: 1;
  padding: 0 8% 5% 8%;
  max-width: 1400px;
  margin: auto;
}
section#people .inbox:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  section#people .inbox {
    padding: 0;
  }
}
section#people .interview {
  padding: 3rem;
}
@media only screen and (min-width: 768px) {
  section#people .interview {
    width: 60%;
    float: left;
    padding: 0 5vw 0 0;
  }
}
section#people .interview h3 {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #f08200;
  margin: 0 0 2rem 0;
  position: relative;
  padding: 0 0 0 6rem;
}
section#people .interview h3:after {
  display: block;
  position: absolute;
  width: 50px;
  height: 3px;
  top: 49%;
  left: 0;
  content: "";
  z-index: 999;
  background: #f08200;
}
section#people .interview h3.second {
  margin: 5rem 0 2rem 0;
}
@media only screen and (min-width: 768px) {
  section#people .interview h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
section#people .interview p {
  margin: 0 0 1rem 0;
}
section#people .interview_right {
  width: 60%;
  float: right;
}
@media only screen and (min-width: 768px) {
  section#people .interview_right {
    padding: 0 0 0 5vw;
  }
}
@media only screen and (max-width: 768px) {
  section#people .interview_right {
    width: 100%;
    float: none;
  }
}
section#people #oneday, section#people #off {
  background: #eee;
  padding: 3rem;
}
section#people #oneday h3, section#people #off h3 {
  font-weight: 900;
  text-align: center;
  color: #f08200;
  margin: 0 0 3rem 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Lato",sans-serif;
  letter-spacing: 0.1em;
}
section#people #oneday dl, section#people #off dl {
  *zoom: 1;
  border-bottom: 1px dotted #ccc;
  padding: 1rem 0;
}
section#people #oneday dl:after, section#people #off dl:after {
  content: "";
  display: table;
  clear: both;
}
section#people #oneday dl dt, section#people #off dl dt {
  width: 20%;
  float: left;
}
section#people #oneday dl dd, section#people #off dl dd {
  width: 80%;
  float: left;
}
section#people #off {
  *zoom: 1;
  padding: 5rem;
  background: #fff;
  color: #000000;
}
section#people #off h3 {
  color: #000000;
}
section#people #off:after {
  content: "";
  display: table;
  clear: both;
}
section#people #off .image_off {
  width: 40%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  section#people #off .image_off {
    width: 80%;
  }
}
section#people #off .image_off img {
  width: 100%;
}
section#people #off .text {
  width: 100%;
  float: left;
  padding: 3rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section#people #off {
    margin: 0 0 3rem 0;
  }
}

#work_nav {
  *zoom: 1;
  text-align: center;
  position: relative;
}
#work_nav:after {
  content: "";
  display: table;
  clear: both;
}
#work_nav img {
  width: 100%;
}
#work_nav .prev_box {
  width: 40%;
  float: left;
  position: relative;
}
#work_nav .prev_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #work_nav .prev_box {
    width: 50%;
  }
}
#work_nav .prev_box .image {
  padding: 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #work_nav .prev_box .image {
    padding: 0;
  }
}
#work_nav .prev_box .image p {
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  top: 50%;
  margin-top: -1em;
  color: #ffffff;
  background: #f08200;
  padding: 0 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #work_nav .prev_box .image p {
    left: 0;
    top: 70%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#work_nav .prev_box.coming p {
  background: #999;
  line-height: 1.2;
}
#work_nav .all_box {
  width: 20%;
  height: 100%;
  float: left;
}
@media only screen and (max-width: 768px) {
  #work_nav .all_box {
    display: none;
  }
}
#work_nav .all_box .index_btn {
  height: 100%;
}
#work_nav .all_box .index_btn i {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1;
}
#work_nav .all_box .index_btn a {
  width: 20%;
  display: block;
  position: absolute;
  left: 40%;
  top: 50%;
  margin-top: -1em;
}
#work_nav .next_box {
  width: 40%;
  float: right;
  position: relative;
}
#work_nav .next_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
@media only screen and (max-width: 768px) {
  #work_nav .next_box {
    width: 50%;
  }
}
#work_nav .next_box .image {
  padding: 5rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #work_nav .next_box .image {
    padding: 0;
  }
}
#work_nav .next_box .image p {
  position: absolute;
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  top: 50%;
  right: 5rem;
  margin-top: -1em;
  color: #ffffff;
  color: #ffffff;
  background: #f08200;
  padding: 0 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  #work_nav .next_box .image p {
    right: 0;
    top: 70%;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#work_nav .next_box.coming p {
  background: #999;
  line-height: 1.2;
}

.main_title {
  text-align: center;
  padding: 13rem 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .main_title {
    padding: 5rem 0 2rem 0;
  }
}
.main_title p.en {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #555;
}
@media only screen and (max-width: 768px) {
  .main_title p.en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.main_title h2 {
  color: #f08200;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .main_title h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.main_title p.en:after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #f08200;
}
.main_title p.senkou {
  font-weight: bold;
  margin: 2rem 0 4rem 0;
  font-size: 2.4rem;
  color: #f08200;
}
@media only screen and (max-width: 768px) {
  .main_title p.senkou {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.main_title p.senkou span.blue {
  color: #555;
}
.main_title br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .main_title br.sp {
    display: block;
  }
}

.main_title {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .main_title {
    width: 100%;
  }
  .main_title p.senkou {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main_title p.senkou span.blue {
    color: #555;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .main_title p.senkou {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.main_title .senkou_flex {
  display: flex;
  justify-content: center;
  background: #f7f3f0;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .main_title .senkou_flex {
    display: block;
    width: 100%;
  }
}
.main_title .senkou_flex .senkou_banner {
  position: relative;
  width: 200px;
  padding: 1.5rem;
  height: auto;
  margin: 0 1rem 0 0;
  font-weight: bold;
  color: #ff6700;
  background: #fff;
  border: solid 2px #ff6700;
  text-align: center;
}
.main_title .senkou_flex .senkou_banner p.select {
  display: inline-block;
  text-align: left;
}
.main_title .senkou_flex .senkou_banner p.select::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: -18rem;
  background: #fff;
  box-sizing: border-box;
  width: 8px;
  height: 8px;
  border: 8px solid transparent;
  border-left: 8px solid #ff6700;
}

.people_index {
  *zoom: 1;
  padding: 0 4rem 4rem 4rem;
}
.people_index:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .people_index {
    padding: 0 2rem 2rem 2rem;
  }
}
.people_index .people_box {
  width: 33.33333%;
  float: left;
  position: relative;
  *zoom: 1;
  padding: 1rem 1rem 1rem 1rem;
  transition: all .3s ease;
  border: 1px solid #f7f3f0;
}
.people_index .people_box:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .people_index .people_box {
    width: 100%;
    float: none;
  }
}
.people_index .people_box .image {
  transition: all .3s ease;
}
.people_index .people_box .num {
  color: #f08200;
  font-size: 42px;
  font-size: 4.2rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  left: 3rem;
  top: -3rem;
}
.people_index .people_box .num span {
  line-height: 1;
  font-weight: normal;
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
}
.people_index .people_box .prof_boxi {
  position: static;
  position: relative;
  background: #fff;
  padding: 3rem;
}
.people_index .people_box .prof_boxi .copy h2 {
  font-size: 16px;
  font-size: 1.6rem;
  font-size: 1.2vw !important;
}
@media only screen and (max-width: 768px) {
  .people_index .people_box .prof_boxi .copy h2 {
    font-size: 4vw !important;
  }
}
.people_index .people_box .prof_boxi .copy h2 br {
  display: none;
}
.people_index .people_box .prof_boxi .profile {
  font-size: 14px;
  font-size: 1.4rem;
  font-size: 0.8vw;
}
@media only screen and (max-width: 768px) {
  .people_index .people_box .prof_boxi .profile {
    font-size: 3vw !important;
  }
}
.people_index .people_box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.people_index .people_box:hover .arrow_box {
  right: 5rem;
}
@media only screen and (max-width: 768px) {
  .people_index .people_box:hover .arrow_box {
    right: 3rem;
  }
}
.people_index .arrow_box {
  position: absolute;
  bottom: 4rem;
  right: 6rem;
  z-index: 9000;
  content: "";
  width: 50px;
  height: 10px;
  transition: all .3s ease;
}
@media only screen and (max-width: 768px) {
  .people_index .arrow_box {
    right: 3rem;
  }
}
.people_index .the-arrow {
  width: 44px;
  transition: all 0.2s;
}
.people_index .the-arrow.-left {
  position: absolute;
  top: 55%;
  left: 0;
}
.people_index .the-arrow.-left > .shaft {
  width: 60px;
  background-color: #f08200;
  height: 1px;
}
@media only screen and (max-width: 768px) {
  .people_index .the-arrow.-left > .shaft {
    width: 44px;
  }
}
.people_index .the-arrow.-left > .shaft:after {
  display: block;
  position: absolute;
  width: 30%;
  height: 1px;
  top: 0rem;
  right: 0;
  content: "";
  z-index: 9;
  transform: rotate(45deg);
  background: #f08200;
}
.people_index .the-arrow > .shaft {
  background-color: #f08200;
  display: block;
  height: 1px;
  position: relative;
  transition: all 0.2s;
  transition-delay: 0;
  will-change: transform;
}
.people_index .the-arrow > .shaft:before, .people_index .the-arrow > .shaft:after {
  background-color: #f08200;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.2s;
  transition-delay: 0;
}
.people_index .the-arrow > .shaft:before {
  transform-origin: top right;
}
.people_index .the-arrow > .shaft:after {
  display: none;
  transform-origin: bottom right;
}
.people_index .people_box:hover {
  border: 1px solid #f08200;
  background: #fff;
  overflow: hidden;
}
.people_index .people_box:hover .image {
  transform: scale(0.95);
}

.myitem {
  width: 400px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .myitem {
    width: 100%;
  }
}
.myitem img {
  width: 100%;
  border: 3px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  .myitem img {
    width: 100%;
  }
}

section#message {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section#message {
    padding: 10rem 0 0 0;
  }
}
section#message .essential_copy {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  section#message .essential_copy {
    text-align: center;
    margin: 1rem 0 1.5rem 0;
    font-size: 3.2vw;
  }
  section#message .essential_copy br {
    display: none;
  }
}
section#message .maincopy_anim {
  font-weight: 900;
  font-size: 6vw;
  letter-spacing: 0.1em;
  line-height: 1.3;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  section#message .maincopy_anim {
    font-size: 10vw;
    line-height: 1.5;
  }
}
section#message .maincopy_anim02 {
  font-size: 3.6vw;
  border-bottom: 1px solid #f08200;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  section#message .maincopy_anim02 {
    font-size: 6vw;
    line-height: 1.5;
  }
}
section#message h2 {
  font-size: 1.6vw;
  font-weight: bold;
  color: #555;
  display: inline-block;
  background: #ffffff;
  padding: 0 1rem;
  margin: 2rem 0 0 0;
}
@media only screen and (max-width: 768px) {
  section#message h2 {
    font-size: 4vw;
  }
}
section#message h2 span {
  color: #f08200;
}
@media all and (-ms-high-contrast: none) {
  section#message h2 {
    padding: 0.3em 1rem 0 1rem;
  }
}
section#message .messagetxt {
  margin: 8rem auto 20rem auto;
  color: #000;
  max-width: 1000px;
  min-width: 1000px;
}
@media only screen and (max-width: 768px) {
  section#message .messagetxt {
    padding: 0 2rem;
    min-width: 0;
    margin: 1rem auto 5rem auto;
  }
}
section#message .messagetxt p {
  margin-bottom: 2rem;
  line-height: 2;
}
@media only screen and (max-width: 768px) {
  section#message .messagetxt p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 320px) {
  section#message .messagetxt p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.bg_wrap {
     /*
     background: linear-gradient(270deg, #f9f0eb, #ea9154, #ecdace);
background-size: 600% 600%;
padding: 2rem 0;
margin: 3rem 0 0 0;

-webkit-animation: AnimationName 18s ease infinite;
-moz-animation: AnimationName 18s ease infinite;
animation: AnimationName 18s ease infinite;

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
*/
}

.visual_recruit {
  width: 600px;
  margin: 3rem auto;
}
@media only screen and (max-width: 768px) {
  .visual_recruit {
    width: 100%;
  }
}
.visual_recruit img {
  display: block;
  width: 100%;
}
.visual_recruit .bxslider {
  width: 100% !important;
  height: 100% !important;
}
.visual_recruit .bxslider ul li {
  display: block !important;
}

p.normal_lead {
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  p.normal_lead {
    padding: 0 2rem;
    text-align: left;
  }
}

.essential {
  padding: 0 2rem;
  *zoom: 1;
  max-width: 1200px;
  margin: 5rem auto;
}
.essential:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .essential {
    margin: 1rem 0.2em 0 0.2rem;
  }
}
.essential .box {
  width: 33.333333%;
  float: left;
  padding: 3rem;
  border-top: 1px dashed #f08200;
  border-bottom: 1px dashed #f08200;
  border-right: 1px dashed #f08200;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .essential .box {
    width: 100%;
    float: none;
    margin-bottom: 0rem;
    border-right: none;
    border-top: none;
    border-bottom: 1px dashed #f08200;
    padding: 2rem 0;
  }
}
.essential .box.first {
  border-left: 1px dashed #f08200;
}
@media only screen and (max-width: 768px) {
  .essential .box.first {
    border-left: none;
  }
}
@media only screen and (max-width: 768px) {
  .essential .box.last {
    border-bottom: none;
  }
}
.essential p.intro_a {
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #0a29c5;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .essential p.intro_a {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .essential p.intro_a br.sp {
    display: none;
  }
}
.essential p.intro_b {
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #da4c6e;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .essential p.intro_b {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .essential p.intro_b br.sp {
    display: none;
  }
}
.essential p.intro_c {
  font-weight: bold;
  text-align: center;
  margin: 0 0 2rem 0;
  color: #2dc97e;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .essential p.intro_c {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  .essential p.intro_c br.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .essential ul.jinzai {
    width: 100%;
    margin: 0 auto 0 auto;
  }
}
.essential ul.jinzai li {
  text-align: left;
  margin: 0 0 1rem 0;
}
@media only screen and (max-width: 768px) {
  .essential ul.jinzai li {
    width: 100%;
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 0.3rem 0;
    padding-left: 1em;
    text-indent: -1em;
  }
}
.essential h3 {
  font-weight: bold;
  color: #000000;
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  padding: 1rem 4rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .essential h3 {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.essential span.es_a {
  color: #0a29c5;
}
@media only screen and (max-width: 768px) {
  .essential span.es_a {
    font-weight: normal !important;
  }
}
.essential span.es_b {
  color: #da4c6e;
}
.essential h3.es01 {
  color: #da4c6e;
}
.essential h3.es_a {
  background: #0a29c5;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .essential h3.es_a {
    font-size: 20px;
    font-size: 2rem;
  }
}
.essential h4.es_a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #0a29c5;
}
@media only screen and (max-width: 768px) {
  .essential h4.es_a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .essential h4.es_a br.sp {
    display: none;
  }
}

.essential h4.es_b {
  font-size: 15px;
  font-size: 1.5rem;
  color: #da4c6e;
}
@media only screen and (max-width: 768px) {
  .essential h4.es_b {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.essential h4.es_c {
  font-size: 15px;
  font-size: 1.5rem;
  color: #2dc97e;
}
@media only screen and (max-width: 768px) {
  .essential h4.es_c {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.essential h3.es_b {
  background: #da4c6e;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .essential h3.es_b {
    font-size: 20px;
    font-size: 2rem;
  }
}
.essential h3.es_c {
  background: #2dc97e;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .essential h3.es_c {
    font-size: 20px;
    font-size: 2rem;
  }
}
.essential h3.es02 {
  color: #AD34A4;
}
.essential h3.es03 {
  color: #98BA0C;
}
.essential h4 {
  font-weight: bold;
  color: #555;
  line-height: 1.5;
  display: inline-block;
  text-align: left;
  margin: 2rem 0 0 0;
  position: relative;
}
.essential h4:after {
  content: '';
  display: block;
  margin: 1.5rem auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #333;
}
.essential p {
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .essential p {
    text-align: left;
  }
}

.career h3 {
  font-weight: bold;
  color: #f08200;
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
  background: #fff;
  padding: 1rem 3rem;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
@media only screen and (max-width: 768px) {
  .career h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.career_box {
  max-width: 1200px;
  margin: auto;
  *zoom: 1;
}
.career_box:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .career_box {
    margin: 3rem 0 3rem 0;
  }
}
.career_box .box_line {
  margin: 3% 0;
  *zoom: 1;
}
.career_box .box_line:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .career_box .box_line {
    margin: 0 0 0 0;
  }
}
.career_box .box {
  width: 30.333333%;
  float: left;
  margin: 0 1.5%;
  background: #ffffff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  .career_box .box {
    width: 90%;
    margin: 0 auto 5% auto;
    float: none;
  }
}
.career_box .box h4 {
  color: #000000;
  font-weight: bold;
  background: #555;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
  padding: 2rem;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .career_box .box h4 {
    padding: 1rem;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.career_box .box p {
  padding: 2rem 2rem 2rem 2rem;
  text-align: left;
}
.career_box .box.od h4 {
  background: #da4c6e;
  color: #ffffff;
}
.career_box .box.sec h4 {
  background: #ad4da4;
  color: #ffffff;
}
.career_box .box.thi h4 {
  background: #1CC6C6;
  color: #ffffff;
}

.career_txt_box {
  max-width: 1200px;
  margin: 3rem auto;
  text-align: left;
  background: #ffffff;
  padding: 5rem;
  *zoom: 1;
}
.career_txt_box:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .career_txt_box {
    width: 90%;
    margin: 3rem auto;
    padding: 2rem;
  }
}
.career_txt_box .txtboxc {
  width: 55%;
  float: left;
  padding: 0 5rem 0 0;
}
@media only screen and (max-width: 768px) {
  .career_txt_box .txtboxc {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.career_txt_box .txtboxc p {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
}
.career_txt_box .txtboxc p.last {
  margin: 0;
}
.career_txt_box .zu {
  text-align: center;
  width: 45%;
  float: right;
  margin: auto;
  display: block;
}
@media only screen and (max-width: 768px) {
  .career_txt_box .zu {
    width: 100%;
    float: none;
    margin: 0 0 2rem 0;
  }
}
.career_txt_box .zu object, .career_txt_box .zu img {
  width: 100%;
}

#data {
  max-width: 1400px;
  min-width: 1000px;
  padding: 0 5rem 3rem 5rem;
  margin: auto;
  *zoom: 1;
}
#data:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #data {
    min-width: 0;
    padding: 0 2rem 5rem 2rem;
    margin: 0 0 8rem 0;
  }
}
#data .line {
  *zoom: 1;
  clear: both;
}
#data .line:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #data .line {
    clear: none;
    display: none;
  }
}
#data .box {
  background: #ffffff;
  padding: 5rem;
  float: left;
  margin: 1%;
  text-align: center;
  position: relative;
  border: 3px solid #ffffff;
}
@media only screen and (max-width: 768px) {
  #data .box {
    padding: 1rem;
  }
}
#data .box h3 {
  font-weight: bold;
  color: #f08200;
  font-size: 20px;
  font-size: 2rem;
  margin: 0 0 2rem 0;
  line-height: 1.5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fafafa;
  display: flex;
  align-items: center;
  line-height: 1.5;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  #data .box h3 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  #data .box h3.one {
    padding: 0.5rem 0;
  }
}
#data .box h3.two {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #data .box h3.two {
    padding: 0.5rem 0;
  }
}
#data .box .exp {
  text-align: left;
  clear: both;
  *zoom: 1;
  display: none;
}
#data .box .exp:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #data .box img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #data .box.cle {
    clear: left;
  }
}
#data .box:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 2rem;
  right: 2rem;
  content: "";
  z-index: 999;
  background: url("/recruitment/freshers/img/data-assets/add_icon.png") no-repeat 0 0;
}
@media only screen and (max-width: 768px) {
  #data .box:after {
    bottom: 0;
    right: 0;
    background-size: 16px 16px;
  }
}
#data .box.active {
  border: 3px solid #f08200;
}
#data .box.active:after {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 2rem;
  right: 2rem;
  content: "";
  z-index: 999;
  background: url("/recruitment/freshers/img/data-assets/minus_icon.png") no-repeat 0 0;
}
@media only screen and (max-width: 768px) {
  #data .box.active:after {
    bottom: 0;
    right: 0;
    background-size: 16px 16px;
  }
}
#data .box.half {
  width: 48%;
}
@media only screen and (max-width: 768px) {
  #data .box.half {
    width: 48%;
  }
}
#data .box.thi {
  width: 31.3333%;
}
#data .box.thi img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #data .box.thi {
    width: 48%;
  }
}
#data .box.two {
  width: 64.6666%;
}
@media only screen and (max-width: 768px) {
  #data .box.two {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  #data .box.spone {
    width: 98% !important;
  }
  #data .box.spone img {
    width: 50%;
  }
}
#data .line {
  *zoom: 1;
}
#data .line:after {
  content: "";
  display: table;
  clear: both;
}

body.npc #data .box:hover {
  border: 3px solid #f08200;
}

#movie {
  position: relative;
  margin-top: -5rem;
}
@media only screen and (max-width: 768px) {
  #movie {
    margin-top: 0;
    padding: 5rem 2rem 0 2rem;
  }
}

#crosstalk, #freshtalk, #project {
  max-width: 1400px;
  margin: auto;
  padding: 0 5rem;
}
@media only screen and (max-width: 768px) {
  #crosstalk, #freshtalk, #project {
    padding: 10rem 2rem 0 2rem;
  }
}
#crosstalk #visual img, #freshtalk #visual img, #project #visual img {
  width: 100%;
}
#crosstalk #profile, #freshtalk #profile, #project #profile {
  margin: 2rem 0;
  padding: 10rem 8rem;
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  #crosstalk #profile, #freshtalk #profile, #project #profile {
    padding: 3rem 0;
  }
}
#crosstalk #profile h2, #freshtalk #profile h2, #project #profile h2 {
  font-family: "Lato",sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
#crosstalk #profile h2:after, #freshtalk #profile h2:after, #project #profile h2:after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #f08200;
}
#crosstalk #profile p, #freshtalk #profile p, #project #profile p {
  font-weight: bold;
  text-align: center;
  padding: 0 0 3rem 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#crosstalk #profile ul, #freshtalk #profile ul, #project #profile ul {
  *zoom: 1;
}
#crosstalk #profile ul:after, #freshtalk #profile ul:after, #project #profile ul:after {
  content: "";
  display: table;
  clear: both;
}
#crosstalk #profile ul li, #freshtalk #profile ul li, #project #profile ul li {
  width: 33%;
  float: left;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #crosstalk #profile ul li, #freshtalk #profile ul li, #project #profile ul li {
    width: 34%;
    margin: 0 8% 5% 8%;
  }
  #crosstalk #profile ul li img, #freshtalk #profile ul li img, #project #profile ul li img {
    width: 100%;
  }
}
#crosstalk #profile ul li .prof, #freshtalk #profile ul li .prof, #project #profile ul li .prof {
  line-height: 1.5;
  margin: 1rem 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  #crosstalk #profile ul li .prof, #freshtalk #profile ul li .prof, #project #profile ul li .prof {
    font-size: 10px;
    font-size: 1rem;
  }
}
#crosstalk #profile ul li .prof span.prof01, #freshtalk #profile ul li .prof span.prof01, #project #profile ul li .prof span.prof01 {
  color: #1ab6b0;
}
#crosstalk #profile ul li .prof span.prof02, #freshtalk #profile ul li .prof span.prof02, #project #profile ul li .prof span.prof02 {
  color: #c92828;
}
#crosstalk #profile ul li .prof span.prof03, #freshtalk #profile ul li .prof span.prof03, #project #profile ul li .prof span.prof03 {
  color: #5277d4;
}
#crosstalk #profile ul li .prof span.prof04, #freshtalk #profile ul li .prof span.prof04, #project #profile ul li .prof span.prof04 {
  color: #87ab18;
}
#crosstalk #profile ul li .prof span.prof05, #freshtalk #profile ul li .prof span.prof05, #project #profile ul li .prof span.prof05 {
  color: #b329ae;
}
#crosstalk #profile ul li .prof span.prof06, #freshtalk #profile ul li .prof span.prof06, #project #profile ul li .prof span.prof06 {
  color: #47b133;
}
@media only screen and (max-width: 768px) {
  #crosstalk #profile ul li.clsp, #freshtalk #profile ul li.clsp, #project #profile ul li.clsp {
    clear: both;
  }
}

#project #visual {
  position: relative;
}
#project #visual .copy_box {
  position: absolute;
  width: 90%;
  bottom: 2rem;
  left: 5%;
  color: #333;
  background: rgba(255, 255, 255, 0.8);
  padding: 3rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #project #visual .copy_box {
    color: #f08200;
  }
}
#project #visual .copy_box h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #project #visual .copy_box h2 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  #project #visual .copy_box {
    position: static;
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#project #profile ul li {
  width: 25%;
  padding: 0 2rem;
}
@media only screen and (max-width: 768px) {
  #project #profile ul li {
    width: 50%;
    margin: 0 0 2rem 0;
  }
}
#project #profile ul li span {
  font-weight: bold;
}
#project #profile ul li p {
  margin: 2rem 0 0 0;
  font-weight: normal;
  text-align: left;
}
#project #intro {
  background: #fff;
  color: #555;
  padding: 5rem 0;
  margin: 3rem 0 0 0;
}
#project #intro h2 {
  font-family: "Lato",sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
#project #intro h2:after {
  content: '';
  display: block;
  margin: 8px auto 8px auto;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #f08200;
}
#project #intro p {
  font-weight: bold;
  text-align: center;
  padding: 0 0 3rem 0;
  font-size: 12px;
  font-size: 1.2rem;
}
#project #intro .introtxt {
  padding: 0 15rem;
}
@media only screen and (max-width: 768px) {
  #project #intro .introtxt {
    padding: 0 3rem;
  }
}
#project #intro .introtxt p {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #project #intro .introtxt p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.project_box {
  background: #ffffff;
  padding: 5rem;
  margin: 0 0 5rem 0;
  *zoom: 1;
}
.project_box:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .project_box {
    padding: 3rem;
  }
}
.project_box .att {
  padding-left: 0;
  text-indent: 0;
}
@media only screen and (max-width: 768px) {
  .project_box .att {
    display: inline-block;
    padding-left: 3em;
    text-indent: -3em;
  }
}
.project_box h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  color: #f08200;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .project_box h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .project_box h3 br {
    display: none;
  }
}
.project_box h3 span.num {
  color: #555;
  display: block;
  position: relative;
  line-height: 1.4;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  .project_box h3 span.num {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.project_box h3 span.num:after {
  content: '';
  display: block;
  margin: 8px 0 8px 0;
  text-align: center;
  width: 50px;
  height: 1px;
  background: #ccc;
}
.project_box p {
  margin: 0 0 2rem 0;
}
.project_box .pcle {
  *zoom: 1;
  margin: 0 0 2rem 0;
}
.project_box .pcle:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .project_box .pcle {
    margin: 0;
  }
}
.project_box p.imgRight {
  float: right;
  margin: 0 0 5rem 5rem;
}
@media only screen and (max-width: 768px) {
  .project_box p.imgRight {
    margin: 0 0 2rem 0;
  }
}
.project_box p.imgRight img {
  width: 100%;
}
.project_box p.imgLeft {
  float: left;
  margin: 0 5rem 5rem 0;
}
@media only screen and (max-width: 768px) {
  .project_box p.imgLeft {
    margin: 0 0 2rem 0;
  }
}
.project_box p.imgLeft img {
  width: 100%;
}

.talk_block {
  background: #ffffff;
  margin: 0 0 5rem 0;
  padding: 10rem 5rem;
  text-align: center;
  *zoom: 1;
}
.talk_block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  .talk_block {
    padding: 3rem 2rem;
  }
}
.talk_block p.en {
  text-align: center;
  font-family: "Lato",sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
  font-weight: 700;
  padding: 0.5rem 1rem;
  margin: 0 0 3rem 0;
  border: 1px solid #ccc;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .talk_block p.en {
    font-size: 10px;
    font-size: 1rem;
    margin: 0 0 1rem 0;
  }
}
.talk_block h3 {
  font-size: 20px;
  font-size: 2rem;
  color: #f08200;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .talk_block h3 {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: left;
  }
  .talk_block h3 br {
    display: none;
  }
}
.talk_block h3:after {
  content: '';
  display: block;
  margin: 2rem auto 5rem auto;
  text-align: center;
  width: 200px;
  height: 1px;
  background: #f08200;
}
@media only screen and (max-width: 768px) {
  .talk_block h3:after {
    margin: 2rem auto 2rem auto;
  }
}
.talk_block .left, .talk_block .right, .talk_block .left02, .talk_block .right02 {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 768px) {
  .talk_block .left, .talk_block .right, .talk_block .left02, .talk_block .right02 {
    width: 100%;
    float: none;
  }
}
.talk_block .left img, .talk_block .right img, .talk_block .left02 img, .talk_block .right02 img {
  width: 100%;
  margin: 0 0 1rem 0;
}
.talk_block .left {
  width: 55%;
  padding: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .talk_block .left {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.talk_block .right {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .talk_block .right {
    width: 100%;
    float: none;
  }
}
.talk_block .right02 {
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .talk_block .right02 {
    width: 100%;
    float: none;
  }
}
.talk_block .left02 {
  width: 55%;
  float: right;
  padding: 0 0 0 3rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .left02 {
    width: 100%;
    float: none;
    padding: 0;
  }
}
.talk_block p {
  text-align: left;
}
.talk_block p.mt {
  margin: 0 0 1rem 0;
}
.talk_block .p01 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name01.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p01 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .p02 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name02.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p02 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .p03 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name03.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p03 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .p04 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name04.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p04 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .p05 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name05.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p05 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .p06 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/talk-assets/name06.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .p06 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .c01 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/freshtalk-assets/name01.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .c01 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .c02 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/freshtalk-assets/name02.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .c02 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}
.talk_block .c03 {
  padding: 0 0 0 6rem;
  background: url("/recruitment/freshers/img/freshtalk-assets/name03.png") no-repeat 0 0.6rem;
}
@media only screen and (max-width: 768px) {
  .talk_block .c03 {
    background-position: 0 0.2rem;
    background-size: 30px;
    padding: 0 0 0 4rem;
  }
}

@media only screen and (max-width: 768px) {
  .last-box {
    margin: 0 0 3rem 0;
  }
}

@media only screen and (max-width: 768px) {
  #topmessage {
    padding: 10rem 0 0 0;
  }
}
#topmessage #visual {
  width: 900px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #topmessage #visual {
    width: 100%;
    margin: 0 0 3rem 0;
  }
}
#topmessage #visual img {
  width: 100%;
}
#topmessage h3 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin: 0 0 2rem 0;
  padding: 0 0 1rem 0;
  border-bottom: 1px solid #f08200;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  #topmessage h3 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
#topmessage .txt_block {
  width: 900px;
  margin: auto;
  padding: 3rem 0;
  *zoom: 1;
}
#topmessage .txt_block:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (max-width: 768px) {
  #topmessage .txt_block {
    width: 100%;
    padding: 0 2rem;
    margin: 0 0 2rem 0;
  }
}
#topmessage .txt_block .imgRight {
  float: right;
  margin: 0 0 3rem 3rem;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  #topmessage .txt_block .imgRight {
    width: 100%;
    margin: 0 0 2rem 0;
    float: none;
  }
}
#topmessage .txt_block .imgRight img {
  width: 100%;
}
#topmessage .txt_block .imgLeft {
  float: left;
  margin: 0 3rem 3rem 0;
  width: 400px;
}
@media only screen and (max-width: 768px) {
  #topmessage .txt_block .imgLeft {
    width: 100%;
    margin: 0 0 2rem 0;
    float: none;
  }
}
#topmessage .txt_block .imgLeft img {
  width: 100%;
}
#topmessage .txt_block p {
  margin: 0 0 1rem 0;
}

.req {
  width: 800px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .req {
    width: 100%;
    padding: 0 2rem;
  }
}

.flow {
  padding: 5rem 0;
}
@media only screen and (max-width: 768px) {
  .flow img {
    width: 100%;
  }
}

#normal_sel {
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  #normal_sel {
    width: 100%;
    margin: 10rem 0 0 0;
  }
}
#normal_sel .req {
  width: 1000px;
  text-align: center;
  margin: 0 0 5rem 0;
}
#normal_sel .req p.senkou {
  font-weight: bold;
  margin: 2rem 0 4rem 0;
  font-size: 2.4rem;
  color: #f08200;
}
#normal_sel .req p.senkou span.blue {
  color: #555;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req p.senkou {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  #normal_sel .req {
    width: 100%;
    padding: 0 2rem;
  }
}
#normal_sel .req .normal_box {
  width: 800px;
  display: inline-block;
  margin: auto;
  padding: 2rem;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box {
    width: 100%;
  }
}
#normal_sel .req .normal_box h2 {
  color: #000;
  font-weight: normal;
  text-align: left;
  margin: 0 0 0 5rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box h2 {
    text-align: left;
    margin: 0;
  }
}
#normal_sel .req .normal_box span.intro_p {
  font-weight: bold;
  color: #f08200;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box span.intro_p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#normal_sel .req .normal_box p.entry_p {
  font-weight: bold;
  text-align: left;
  margin: 0.5rem 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box p.entry_p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: -0.08rem 0 0 0;
  }
}
#normal_sel .req .normal_box p.sub {
  font-weight: normal;
  margin: 0 0 1.5rem 0;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box p.sub {
    margin: 1rem 0 0.5rem 0;
  }
}
#normal_sel .req .normal_box p.entry_q {
  font-weight: bold;
  text-align: left;
  position: relative;
  top: 5rem;
  left: 5rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box p.entry_q {
    font-size: 12px;
    font-size: 1.2rem;
    width: 100%;
    position: static;
    margin: 0.5rem;
  }
}
#normal_sel .req .normal_box {
  width: 100%;
  margin: auto;
}
#normal_sel .req .normal_box .jibun_img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img {
    margin: 3rem 0 0 0;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
  position: relative;
}
#normal_sel .req .normal_box .jibun_img .ex_flex .icon_img {
  width: 8%;
  position: absolute;
  top: 3rem;
  left: 5rem;
}
#normal_sel .req .normal_box .jibun_img .ex_flex .icon_img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex .icon_img {
    width: 10%;
    top: -1rem;
    left: 3rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex .icon_img img {
  width: 100%;
}
#normal_sel .req .normal_box .jibun_img .ex_flex .ex_p {
  flex: 1;
  position: relative;
  top: 7rem;
  left: -20rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex .ex_p {
    top: 0;
    left: 3rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex .ex_p p br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex .ex_p p br.sp {
    display: block;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex .ex_p p span.large {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex .ex_p p span.large {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.b {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}
#normal_sel .req .normal_box .jibun_img .ex_flex.b .icon_img {
  width: 10%;
  top: 5rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .icon_img {
    top: 1rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.b .icon_img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .icon_img {
    width: 15%;
    margin: auto;
    padding: -3rem 0 1rem 0;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.b .icon_img img {
  width: 100%;
}
#normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p {
  flex: 1;
  position: absolute;
  left: 22rem;
  top: 7rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p {
    top: 3rem;
    left: -10rem;
    width: 100%;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p p {
    margin: 0 0 0 20rem;
  }
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p p br.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p p br.sp {
    display: block;
  }
}

#normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p p span.large {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.b .ex_p p span.large {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#normal_sel .req .normal_box .jibun_img .p_box {
  position: relative;
}
#normal_sel .req .normal_box .jibun_img .p_box p.entry_o {
  position: absolute;
  font-weight: bold;
  text-align: left;
  top: 15rem;
  left: 5rem;
}
#normal_sel .req .normal_box .jibun_img .p_box p.entry_o br.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .p_box p.entry_o br.sp {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .p_box p.entry_o {
    top: 6rem;
    left: 0.5rem;
  }
}
#normal_sel .req .normal_box .jibun_img .p_box p.co {
  position: absolute;
  top: 23rem;
  left: 5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .p_box p.co {
    left: 0.9rem;
    top: 18rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.c {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}
#normal_sel .req .normal_box .jibun_img .ex_flex.c .icon_img {
  width: 10%;
  position: absolute;
  top: 33rem;
  left: 5rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .icon_img {
    left: 2.5rem;
    top: 28rem;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.c .icon_img img {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .icon_img {
    width: 15%;
    margin: auto;
    padding: -3rem 0 1rem 0;
  }
}
#normal_sel .req .normal_box .jibun_img .ex_flex.c .icon_img img {
  width: 100%;
}
#normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p {
  flex: 1;
  position: absolute;
  top: 33rem;
  left: 20rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p {
    top: 25rem;
    left: -1.5rem;
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p p {
    margin: 3rem 0 0 10rem;
  }
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p p br.sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p p br.sp {
    display: block;
  }
}

#normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p p span.large {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .ex_flex.c .ex_p p span.large {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#normal_sel .req .normal_box .jibun_img p.do {
  position: relative;
  text-align: left;
  top: 5rem;
  left: -1rem;
  margin: 2rem 0 2rem 6.3rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img p.do {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: left;
    position: static;
    width: 90%;
    margin: 0 0.5rem;
  }
}
#normal_sel .req .normal_box .jibun_img .p_box_a {
  position: relative;
}
#normal_sel .req .normal_box .jibun_img .p_box_a p.entry_s {
  position: absolute;
  top: 39rem;
  left: 5rem;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .p_box_a p.entry_s {
    top: 37rem;
    left: 0.7rem;
    text-align: left;
  }
}
#normal_sel .req .normal_box .jibun_img .p_box_a p.don {
  position: absolute;
  top: 44rem;
  left: 5rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box .jibun_img .p_box_a p.don {
    top: 44rem;
    left: 0.9rem;
  }
}
#normal_sel .req .normal_box.sentaku {
  padding: 5rem 0 55rem 0;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box.sentaku {
    padding: 5rem 1rem 60rem 1rem;
  }
}
#normal_sel .req .normal_box.sentaku h2 {
  margin: 0 0 0 7rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box.sentaku h2 {
    margin: -2.4rem 0 0 2rem;
    text-align: left;
  }
}
#normal_sel .req .normal_box.sentaku h2 span.intro_x {
  font-weight: bold;
  color: #f08200;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box.sentaku h2 span.intro_x {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#normal_sel .req .normal_box.sentaku h2 br.sq {
  display: none;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .normal_box.sentaku h2 br.sq {
    display: block;
  }
}
#normal_sel .req .shape {
  text-align: center;
  width: 30%;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .shape {
    background: url(/recruitment/freshers/img/senkou-assets/shape_sp01.png) no-repeat center;
  }
}
#normal_sel .req .shape .img {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req .shape .img {
    width: 100%;
  }
}
#normal_sel .req ul.teisyutu {
  text-align: left;
  margin: 0 0 3rem 6.3rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req ul.teisyutu {
    margin: 0 0 2rem 0;
  }
}
#normal_sel .req ul.kai {
  text-align: left;
  margin: 1rem 0 2rem 0.15rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req ul.kai {
    margin: -1rem 0 2rem 0;
  }
}
#normal_sel .req ul.mirai {
  text-align: left;
  margin: 1rem 0 2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req ul.mirai {
    margin: 0 0 2rem 0;
  }
}
#normal_sel .req ul.mirai_a {
  text-align: left;
  margin: 1rem 0 2rem 1.2rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req ul.mirai_a {
    margin: 1rem 0 1rem 0;
  }
}
#normal_sel .req p.dot {
  text-align: left;
  margin: 0;
  padding-bottom: 1rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req p.dot {
    margin: -1rem 0 1rem 0;
  }
}
#normal_sel .req span.intro_q {
  font-weight: bold;
  color: #f08200;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  #normal_sel .req span.intro_q {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
#normal_sel .req p.awanai {
  margin: 0 0 5rem 0;
}

#rec_table {
  width: 100%;
  margin: 3rem 0 3rem 0;
  border-top: 1px dotted #555;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  #rec_table {
    margin: 1rem 0 0 0;
  }
}
#rec_table th, #rec_table td {
  padding: 2rem;
  text-align: left;
  border-bottom: 1px dotted #555;
  display: block;
}
#rec_table th {
  background: #ffffff;
  border-bottom: none;
  border-left: 5px solid #f08200;
  text-align: left;
  padding: 1rem 2rem;
}
#rec_table td {
  vertical-align: middle;
  border-bottom: none;
  padding: 1.4rem 2rem;
}
#rec_table td p {
  margin: 0 0 1rem 0;
}
#rec_table td.shape {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 768px) {
  #data {
    padding: 10rem 0 0 0;
  }
}

.movielead {
  width: 1000px;
  margin: auto;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #555;
  margin: 2rem auto 0 auto;
}
@media only screen and (max-width: 768px) {
  .movielead {
    width: 100%;
    padding: 0 2rem;
    text-align: center;
  }
  .movielead br {
    display: none;
  }
}

.videoinner {
  max-width: 1000px;
  margin: auto;
}

.video {
  position: relative;
  height: 0;
  margin: 3rem 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.keisai_detail {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  padding: 3rem 0;
}
@media only screen and (max-width: 768px) {
  .keisai_detail {
    text-align: center;
    padding: 0 0 3rem 0;
  }
}

.crosstalk_banner {
  width: 600px;
  position: relative;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .crosstalk_banner {
    width: 100%;
    margin: 0 auto 3rem auto;
  }
}
.crosstalk_banner a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 999;
}
.crosstalk_banner .image {
  position: relative;
}
.crosstalk_banner .image img {
  width: 100%;
}
.crosstalk_banner .image:after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.crosstalk_banner .txtblock {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  width: 100%;
  text-align: center;
}
.crosstalk_banner .txtblock .en {
  font-size: 24px;
  font-size: 2.4rem;
}
.crosstalk_banner .txtblock p.jp {
  font-size: 16px;
  font-size: 1.6rem;
}
.crosstalk_banner:after {
  position: absolute;
  font-family: 'ionIcons';
  top: 50%;
  right: 2rem;
  margin-top: -0.5em;
  line-height: 1;
  content: "\f215";
  font-size: 20px;
  font-size: 2rem;
  z-index: 999;
  text-align: center;
  color: #ffffff;
}
.crosstalk_banner:hover {
  opacity: 0.8;
}

.senkou_btn {
  display: flex;
  justify-content: center;
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .senkou_btn {
    justify-content: space-between;
    margin: 0 0 3rem 0;
    padding: 0 1.5rem;
  }
}
.senkou_btn .box {
  margin: 0 1rem;
}
@media only screen and (max-width: 768px) {
  .senkou_btn .box {
    margin: 0;
    width: 49%;
  }
}
.senkou_btn .box a {
  width: 280px;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
  border: 1px solid #f08200;
  color: #f08200;
}
@media only screen and (max-width: 768px) {
  .senkou_btn .box a {
    width: 100%;
  }
}
.senkou_btn .box p {
  padding: 1rem 0;
  text-align: center;
  flex: 1;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .senkou_btn .box p {
    line-height: 50px;
    padding: 0;
  }
}
.senkou_btn .box i {
  background: #f08200;
  width: 50px;
  color: #ffffff;
  line-height: 50px;
}
@media only screen and (max-width: 768px) {
  .senkou_btn .box i {
    width: 34px;
    line-height: 50px;
  }
}

span.rec02_num {
  color: #f08200;
  font-weight: bold;
  font-size: 36px;
  font-size: 3.6rem;
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  span.rec02_num {
    margin: 0 1rem 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.rec02_normal_txt {
  padding: 0 0 0 11rem;
  text-align: left;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .rec02_normal_txt {
    padding: 0 0 0 4rem;
  }
}
.rec02_normal_txt ul.mirai_a {
  margin: 1rem 0 2rem -5rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .rec02_normal_txt ul.mirai_a {
    margin: 0 0 2rem 0;
  }
}
.rec02_normal_txt ul.kai_a {
  margin: 1rem 0 2rem 1.2rem;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  .rec02_normal_txt ul.kai_a {
    margin: 0 0 2rem 0;
  }
}

.entry_po {
  font-weight: bold;
  text-align: left;
  margin: 0 0 0 1.2rem;
}
@media only screen and (max-width: 768px) {
  .entry_po {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0;
  }
}

.rec02_box {
  padding: 2rem 5rem 2rem 11rem;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .rec02_box {
    padding: 2rem 1rem 1rem 4rem;
    margin: 0 0 1rem 0;
  }
}
.rec02_box .title_box {
  display: flex;
  align-items: center;
  margin: 0 0 2rem 0;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box {
    margin: 0 0 1rem 0;
  }
}
.rec02_box .title_box .icon {
  width: 80px;
  margin: 0 3rem 0 0;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .icon {
    margin: 0 1rem 0 0;
  }
}
.rec02_box .title_box .icon img[src$=".svg"] {
  width: 100%;
}
.rec02_box .title_box .icon.a {
  width: 72px;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .icon.a {
    margin: 0 1.5rem 0 0;
    width: 55px;
  }
}
.rec02_box .title_box .icon.a img[src$=".svg"] {
  width: 100%;
}
.rec02_box .title_box .icon.b {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .icon.b {
    margin: 0 1.5rem 0 0;
    width: 62px;
  }
}
.rec02_box .title_box .icon.b img[src$=".svg"] {
  width: 100%;
}
.rec02_box .title_box .icon.c {
  width: 80px;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .icon.c {
    margin: 0 0.8rem 0 0;
    width: 70px;
  }
}
.rec02_box .title_box .icon.c img[src$=".svg"] {
  width: 100%;
}
.rec02_box .title_box .rec_txt span.es_a {
  color: #0a29c5;
}
.rec02_box .title_box .rec_txt span.es_b {
  color: #da4c6e;
}
.rec02_box .title_box .rec_txt h3 {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .rec_txt h3 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
  }
}
.rec02_box .title_box .rec_txt h3.left {
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .rec_txt h3.left {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
    margin: 0 0 0 1rem;
  }
}
.rec02_box .title_box .rec_txt .blue {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0a29c5;
  margin: 1rem 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .rec_txt .blue {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
  }
}
.rec02_box .title_box .rec_txt .red {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #da4c6e;
  margin: 1rem 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .rec_txt .red {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0;
  }
}
.rec02_box .title_box .rec_txt .green {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 1rem 0 0 0;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  .rec02_box .title_box .rec_txt .green {
    font-size: 13px;
    font-size: 1.3rem;
    margin: 0 0 0 1rem;
  }
}
.rec02_box .rec02_exp {
  text-align: left;
}
.rec02_box .rec02_exp p.bold {
  font-weight: bold;
  margin: 0 0 1rem -1rem;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 1rem 0;
}
.rec02_box .rec02_exp ul {
  margin: 0 0 1rem -1rem;
}
.rec02_box .rec02_exp .a_box {
  margin: 2rem 0 0 0;
}
.rec02_box .rec02_exp .a_box a {
  font-weight: bold;
  color: #ffffff;
  padding: 1rem 2rem;
  background: #f08200;
}
.rec02_box .rec02_exp .a_box a:hover {
  background: #fff;
  color: #f08200;
}
.rec02_box .rec02_exp .wakaru_btn {
  margin: 0 0 5rem 0;
}
@media only screen and (max-width: 768px) {
  .rec02_box .rec02_exp .wakaru_btn {
    justify-content: space-between;
    margin: 0 0 3rem 0;
    padding: 0 1.5rem;
  }
}
.rec02_box .rec02_exp .wakaru_btn .a_box {
  margin: 0 0 0 -1rem;
}
@media only screen and (max-width: 768px) {
  .rec02_box .rec02_exp .wakaru_btn .a_box {
    margin: 0;
    width: 80%;
  }
}
.rec02_box .rec02_exp .wakaru_btn .a_box:hover p {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .rec02_box .rec02_exp .wakaru_btn .a_box p {
    font-size: 10px;
    font-size: 1rem;
  }
}
.rec02_box .rec02_exp .wakaru_btn .a_box a {
  width: 260px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  border: 1px solid #f08200;
  color: #f08200;
}
.rec02_box .rec02_exp .wakaru_btn .a_box a:hover {
  background: #f08200;
}
@media only screen and (max-width: 768px) {
  .rec02_box .rec02_exp .wakaru_btn .a_box a {
    width: 100%;
  }
}
.rec02_box .rec02_exp .wakaru_btn .a_box a:hover a {
  background: #f08200;
}
.rec02_box .rec02_exp .wakaru_btn .a_box a:hover i {
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .rec02_box .rec02_exp .wakaru_btn .a_box a:hover i {
    vertical-align: middle;
  }
}
