@charset "UTF-8";
/* common */
* {
  box-sizing: border-box;
  outline: none; }

html, body {
  width: 100%;
  overflow-x: hidden;
  word-wrap: break-word; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  position: relative;
  background: #fff; }
.btn-more-wrap {
  display: inline-block;
  background: #fff;
  font-size: 0;
}
.btn-more{
  text-align:center;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  text-decoration: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #f00;
  position: relative;
  background-color: #fff;
  border: solid 1px #f00;
  padding: 1rem 4rem;
}
.btn-more:before,.btn-more:after{
  content: '';
  position: absolute;
  background: #f00;
}
.btn-more:before {
  top: calc(50% + 2px);
  right: 1rem;
  height: 1px;
  width: 0.7em;
}
.btn-more:after {
  top: calc(50%);
  right: 1rem;
  height: 1px;
  width: 0.3em;
  transform: rotate(45deg);
}
.mb-1 {
	margin-bottom: 1em!important;
}
/* img */
img {
  max-width: 100%;
  height: auto; }

img[src$=".svg"] {
  max-width: 100%; }

/* wp用 */
p {
  display: block;
  margin: 1em 0 1.5em; }

strong {
  font-weight: bold; }

em {
  font-style: italic; }

blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  max-width: 100%;
  height: auto; }

/*
.clearfix {
  overflow: hidden;
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }
*/

/* contents */
.contents {
  max-width: 100%;
  width: 1090px;
  margin: 0 auto;
  padding: 0 15px; }

.two_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  .two_box .two_img {
    line-height: 0; }

/* link */
a {
  display: block;
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  color: #000; }
  a:hover {
    opacity: .7;
    color: #ff141a; }
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      -webkit-transition: 0.3s ease-in-out;
      -moz-transition: 0.3s ease-in-out;
      -o-transition: 0.3s ease-in-out;
      transition: 0.3s ease-in-out; }

a[href^="tel:"]:hover {
  opacity: 1; }

/* text */
.text_c {
  text-align: center; }

.text_r {
  text-align: right; }

h2 {
  margin-bottom: 60px;
  font-size: 42px;
  font-weight: 700;
  color: #000;
  text-align: center; }
  h2:first-letter {
    color: #ff141a; }

h3 {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 60px; }

/* header */
/*header {
  height: 90px;
  width: 100%;
  background: #fff;
  position: fixed;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
  z-index: 99999; }
  header h1 {
    padding-left: 30px;
    width: 30%; }
  header .pc {
    width: 65%; }
    header .pc ul {
      display: flex; }
      header .pc ul li {
        width: 16.66666%; }
        header .pc ul li a {
          padding: 37px 0;
          display: flex;
          align-items: center;
          justify-content: center;
          line-height: 1;
          position: relative;
          -webkit-transition: 0.3s ease-in-out;
          -moz-transition: 0.3s ease-in-out;
          -o-transition: 0.3s ease-in-out;
          transition: 0.3s ease-in-out; }
          header .pc ul li a::after {
            content: "";
            display: block;
            width: 100%;
            height: 4px;
            background: #fff;
            position: absolute;
            bottom: 0;
            left: 0;
            -webkit-transition: 0.3s ease-in-out;
            -moz-transition: 0.3s ease-in-out;
            -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out; }
          header .pc ul li a:hover {
            opacity: 1;
            color: #ff141a; }
            header .pc ul li a:hover::after {
              background: #ff141a; }
          header .pc ul li a.current {
            color: #ff141a; }
            header .pc ul li a.current::after {
              background: #ff141a; }
          header .pc ul li a.entry {
            background: #ff141a;
            color: #fff; }
            header .pc ul li a.entry::after {
              width: 0;
              height: 0; }
            header .pc ul li a.entry:hover {
              opacity: .7; }
*/
img:hover {
  opacity: 1; }

main {
  margin-top: 90px; }

section {
  padding: 100px 0; }

.mv > img {
  width: 100%; }

/* event */
.mv_event {
  background: url("../img/event_bg.png");
  background-position: left top;
  border: 3px solid #ff141a;
  margin-top: -60px;
  position: relative;
  padding-bottom: 30px; }
  .mv_event h2 {
    background: #ff141a;
    margin: 0;
    padding: 20px 0; }
    .mv_event h2:first-letter {
      color: #fff; }
  .mv_event > p {
    padding-top: 20px; }
  .mv_event .two_box {
    width: 85%;
    margin: 0 auto;
    padding-top: 20px; }
    .mv_event .two_box > div {
      width: 48%; }

.red_box {
  text-align: center;
  margin: 60px 0; }
  .red_box span {
    display: inline-block;
    background: #ff141a;
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 15px;
    line-height: 1; }

/* message */
#message .two_box > div {
  width: 50%; }
#message .two_box .two_txt {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  padding: 50px;
  background: white; }
  #message .two_box .two_txt .message_ttl {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-left: 1em;
    text-indent: -1em; }
  #message .two_box .two_txt p {
    font-size: 14px; }
#message .two_box .name {
  font-size: 18px !important;
  margin-top: 30px;
  margin-bottom: 0; }
  #message .two_box .name span {
    display: block;
    font-size: 12px !important; }
#message .two_box .two_img {
  position: relative;
  height: 100%;
  overflow: hidden; }
  #message .two_box .two_img img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: unset; }
#message .two_box .two_img.two_img1 {
  height:294px; }
  #message .two_box .two_img.two_img1 img {
    width: 100%;
    height: auto;
    bottom: 0;
    top: unset; }
#message .two_box .two_img.two_img2 {
  height:549px; }
  #message .two_box .two_img.two_img2 img {
    height: 100%;
    width: auto;
    margin: 0 calc((100% - 824px) / 2);;
    left: unset; }
#message .two_box .two_img.two_img3 {
  height:381px; }
  #message .two_box .two_img.two_img3 img {
    height: 100%;
    margin: 0 calc((100% - 572px) / 2); }
#message .two_box .two_img.two_img4 {
  height:392px; }
  #message .two_box .two_img.two_img4 img {
    height: 100%;
    width: auto;
    margin: 0 calc((100% - 588px) / 2);
    left: unset;
    top: unset; }
#message .two_box .two_img.two_img5 {
  height:465px; }
  #message .two_box .two_img.two_img5 img {
    height: 100%;
    width: auto;
    margin: 0 calc((100% - 592px) / 2);
    left: unset; }
.two_box_order1{
  -webkit-box-ordinal-group:1;
  -ms-flex-order:1;
  -webkit-order:1;
  order:1; }
.two_box_order2{
  -webkit-box-ordinal-group:2;
  -ms-flex-order:2;
  -webkit-order:2;
  order:2; }
/* company */
#company {
  background: url("../img/event_bg.png") #f4f4f4;
  background-position: left top; }
  #company .two_box {
    margin: 60px 0 100px; }
    #company .two_box > div {
      width: 48%;
      padding: 30px;
      text-align: center;
      color: #fff; }
      #company .two_box > div .comp_ttl {
        display: inline-block;
        background: #ff141a;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        width: 280px;
        padding: 15px 0;
        line-height: 1; }
      #company .two_box > div p {
        text-align: left;
        font-size: 14px; }
        #company .two_box > div p strong {
          display: block;
          padding: 30px 0;
          font-size: 18px;
          text-align: center; }
    #company .two_box .comp01 {
      background: url("../img/comp01.png") no-repeat;
      background-size: cover; }
    #company .two_box .comp02 {
      background: url("../img/comp02.png") no-repeat;
      background-size: cover; }
  #company ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #company ul li {
      width: 32%;
      text-align: center;
      margin-bottom: 30px;
      font-size: 18px;
      font-weight: 500; }
  #company .two_table > div {
    background: #fff; }
    #company .two_table > div > img {
      width: 346px; }
  #company table {
    margin: 20px 0; }
    #company table th, #company table td {
      text-align: left;
      color: #000;
      padding: 20px 10px;
      font-size: 14px;
      border-bottom: dashed 1px #555; }
    #company table th {
      width: 75px; }

/* INTERVIEW */
#interview ul {
  display: flex;
  justify-content: space-between; }
  #interview ul li {
    width: 33%;
    padding-top: 0;
    overflow: hidden;
    position: relative;
    background-color: #000; }
    #interview ul li .thum {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
      #interview ul li .thum img {
        width: 160px; }
    #interview ul li .interview_ttl {
      position: absolute;
      top: 75%;
      font-size: 14px;
      padding: 0 15px;
      color: #fff; }
    #interview ul li .interview_name {
      position: absolute;
      bottom: 15px;
      padding: 0 15px;
      font-size: 10px;
      color: #fff; }
#interview .text_c {
  margin-top: 60px; }
  #interview .text_c a {
    width: 250px;
    display: inline-block; }

#interview ul li{
	background-color: #fff;
	color:#000;
}

#interview ul li .thum2{
	width:160px;
	float:left;
	margin-right : 10px;
}

.interview_name2{
	margin-top : 10px;
	text-align:right;
	margin-right:10px;
}

#senior {
  padding-top: 100px;
}
#senior ul {
  display: flex;
  justify-content: center; }
  #senior ul li {
    width: 30%;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 1.5%; }
    #senior ul li a {
      height: 100%; }
    #senior ul li .thum {
      padding-top: 75.1243%;
      overflow: hidden;
      position: relative;
      top: unset;
      left: unset;
      width: unset;
      height: unset; }
      #senior ul li .thum img {
        position: absolute;
        top: 0;
        left: 0;
        width: unset; }
    #senior ul li .list_txt {
      padding: 15px 15px 30px; }
      #senior ul li .list_txt .item_date {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 12px;
        color: #a7a7a7; }

/* separator */
section.separator {
  background: url("../img/event_bg.png") #f4f4f4;
  background-position: left top;
  padding: 0.5em; }

/* internship */
#internship {
  }
  #internship .two_box {
    margin: 60px 0 100px; }
    #internship .two_box > div {
      width: 48%;
      padding: 30px;
      text-align: center;
      color: #fff;
      display: flex;
      flex-direction: column;
      align-items: center; }
      #internship .two_box > div .comp_ttl {
        display: inline-block;
        background: #ff141a;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        width: 280px;
        padding: 15px 0;
        line-height: 1; }
      #internship .two_box > div p {
        text-align: left;
        font-size: 14px;
        margin: 1em 0 0.5rem; }
        #internship .two_box > div p strong {
          display: block;
          font-size: 18px;
          text-align: left; }
    #internship span.inline-block {
      text-align: left;
      margin: 0 auto;
      display: inline-block; }
    #internship .two_box div.inline-block {
      text-align: left;
      margin: 0 auto;
      display: inline-block; }
    #internship .two_box div.bottom {
      margin-top: auto; }
    #internship .two_box .comp01 {
      background: url("../img/comp01.png") no-repeat;
      background-size: cover; }
    #internship .two_box .comp02 {
      background: url("../img/comp02.png") no-repeat;
      background-size: cover; }
  #internship ul {
    display: inline-block;
    padding-left: 1.7em; }
    #internship ul li {
      text-align: left;
      font-size: 18px;
      font-weight: 500;
      list-style: disc; }
  #internship .two_table > div {
    background: #fff; }
    #internship .two_table > div > img {
      width: 346px; }
  #internship table {
    margin: 20px 0; }
    #internship table th, #internship table td {
      text-align: left;
      color: #000;
      padding: 20px 10px;
      font-size: 14px;
      border-bottom: dashed 1px #555; }
    #internship table th {
      width: 75px; }
#experiences ul {
  display: flex;
  justify-content: center;
  padding: unset;
  flex-wrap: wrap; }
  #experiences ul li {
    width: 30%;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    position: relative;
    margin: 0 1.5%;
    list-style: none; }
    #experiences ul li a {
      height: 100%; }
    #experiences ul li .thum {
      padding-top: 75.1243%;
      overflow: hidden;
      position: relative;
      top: unset;
      left: unset;
      width: unset;
      height: unset; }
      #experiences ul li .thum img {
        position: absolute;
        top: 0;
        left: 0;
        width: unset; }
    #experiences ul li .list_txt {
      padding: 15px 15px 30px; }
      #experiences ul li .list_txt .item_date {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 12px;
        color: #a7a7a7; }

/* RECRUIT */
#recruit {
  background: url("../img/event_bg.png") #f4f4f4;
  background-position: left top; }
  #recruit table {
    width: 80%;
    margin: 0 auto; }
    #recruit table th {
      width: 180px;
      padding: 10px 0; }
      #recruit table th span {
        display: inline-block;
        background: #000;
        color: #fff;
        padding: 10px;
        line-height: 1;
        text-align: center;
        width: 150px; }
    #recruit table td {
      padding: 10px 0;
      vertical-align: middle; }

/* news */
#news ul {
  display: flex;
  justify-content: space-between; }
  #news ul li {
    width: 23%;
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
    position: relative; }
    #news ul li a {
      height: 100%; }
    #news ul li .thum {
      padding-top: 75.1243%;
      overflow: hidden;
      position: relative; }
      #news ul li .thum img {
        position: absolute;
        top: 0;
        left: 0; }
    #news ul li .list_txt {
      padding: 15px 15px 30px; }
      #news ul li .list_txt .item_date {
        position: absolute;
        bottom: 15px;
        left: 15px;
        font-size: 12px;
        color: #a7a7a7; }

/* entry */
#entry {
  background: url("../img/entry_bg.png") no-repeat;
  background-size: cover;
  color: #fff; }
  #entry h2 {
    color: #fff; }
  #entry .two_box {
    margin-top: 60px; }
    #entry .two_box > div {
      width: 48%;
      background: #fff;
      margin: 0 auto; }

/* contact */
#contact .two_box > div {
  width: 30%; }

/* footer */
footer {
  padding-top: 100px;
  background: url("../img/event_bg.png") #f4f4f4;
  background-position: left top; }
  footer .footer_logo {
    text-align: center;
    margin-bottom: 60px; }
  footer a {
    padding: 10px 20px; }
    footer a img {
      margin-left: 10px; }
  footer ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px; }
  footer small {
    display: block;
    background: #000;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding: 10px 0; }

ul.local_menu{margin-right:auto;margin-left:auto;}

ul.local_menu li a{
	display:block;
	width : 50%;
	padding:0 20px;
	float: left;
}

@media (min-width: 768px) {
	ul.local_menu{display:flex; margin-right:auto;margin-left:auto;width: 800px;}
	ul.local_menu li{
		-webkit-transform: skewX(150deg);
		-moz-transform: skewX(150deg);
		transform: skewX(150deg);
		border-right: 1px solid #000;
		
	}
	ul.local_menu li a{
		display:block;
		transform: skewX(-150deg);
		padding:0 20px;
		float: none;
		width : auto;
		color:#000;
	}
}

