/***********************リセットCSS*******************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  max-width:100%;
}

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

nav ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  vertical-align:baseline;
  background:transparent;
}

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

input, select {
  vertical-align:middle;
}

.clear:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.sp {
  display: none;
}

@media (max-width: 798px) {
  body,article,section {
    max-width:100%;
    overflow-x:hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
/***********************リセットCSSここまで***************************/


/***********************色等の設定*******************************/
body{
  background-color: #fff;
  color:#333;
  font-family: -apple-system, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 'メイリオ', 'Meiryo', 'verdana', sans-serif;

  font-size:16px;
}
a{
  color:#333;/**リンク色**/
  text-decoration: none;/**リンク下線**/
}
a:hover{
}

.bg_white {
  background-color: rgba(255,255,255,0.8);
}
/***********************色等の設定ここまで**************************/



/*********************
****    header    ****
*********************/
.simple01-h01 {
  position: fixed;
  width: 100%;
  background-color: #fff;
  height: 60px;
  line-height: 60px;
  z-index: 2;
}
.simple01-h01-logo-pc {
  float: left;
  font-size: 26px;
  font-weight: 400;
}
.simple01-h01-logo-pc a {
  color: #333;
}
.simple01-h01-logo-pc a img {
  max-width: 40px;
  vertical-align: middle;
}
.simple01-h01-logo-pc a span {
  font-size: 0.8em;
  color: #ffce5c;
}
.simple01-h01-logo-sp{
  display: none;
}
.simple01-h01.scroll {
  background: #fff;
  box-shadow: 0 0 10px rgba( 0, 0, 0, 0.5);
}
.simple01-h01.scroll  .simple01-h01-logo {
  float: left;
  width: 35%;
  margin-bottom: 20px;
  padding: 25px 0 0 2%;
  color: #000;
  font-size: 24px;
  line-height: 0.9;
}
.sp-br{
  display: none;
}

@media (max-width: 798px) {
  .simple01-h01 {
    height: 50px;
    line-height: 50px;
  }
  .simple01-h01-logo-pc {
    float: left;
    font-size: 20px;
  }
  .sp-br{
    display: block;
  }
}



/*********************
*****    Gnav    *****
*********************/
@media (min-width: 960px) {
  .simple01-n01 {
    float: right;
  }
  .simple01-n01 ul {
    display: table;
  }
  .simple01-n01 ul li {
    display: table-cell;
    font-size: 16px;
    font-weight: bold;
    padding-right: 30px;
    transition: .2s;
  }
  .simple01-n01 ul li a {
    display: block;
    color: #333;
    letter-spacing: 2px;
    font-weight: 400;
    transition: 0.3s;
  }
  .simple01-n01:hover ul li a {
    color: #f3f6fa;
  }
  .simple01-n01 ul li a:hover {
    color: #333;
  }
  .simple01-n01-btn {
    display: none;
  }
}

@media (max-width: 959px) {
  .simple01-h01 .simple01-n01 {
    display: none;
  }
  .simple01-h01.on .simple01-n01 {
    display: block;
    float: none;
    position: absolute;
    top: 100%;
    background: #b3b3b3;
    width: 100%;
    padding: inherit;
  }
  .simple01-h01.on .simple01-n01 ul li {
    width: 100%;
    box-sizing: border-box;
    line-height: 2.4em;
  }
  .simple01-h01.on .simple01-n01 ul li a {
    display: block;
    color: #fff;
    border-bottom: 1px solid #fff;
    font-size: 14px;
    padding: 1% 5%;
    text-align: center;
  }
  .simple01-n01-btn,
  .simple01-n01-btn span {
    display: inline-block;
    transition: all .3s;
  }
  .simple01-n01-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 3%;
    width: 25px;
    height: 20px;
    overflow: visible;
    cursor: pointer;
  }
  .simple01-n01-btn .border {
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
  }
  .simple01-n01-btn .border:nth-of-type(1) { top: 0px; }
  .simple01-n01-btn .border:nth-of-type(2) { top: 10px; }
  .simple01-h01.scroll .simple01-n01-btn,
  .simple01-h01.on .simple01-n01-btn { top: 20px; }
  .simple01-h01.scroll .simple01-n01-btn .border,
  .simple01-h01.on .simple01-n01-btn .border { background-color: #333; }
  .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(1),
  .simple01-h01.on .simple01-n01-btn .border:nth-of-type(1) { top: 0px; }
  .simple01-h01.scroll .simple01-n01-btn .border:nth-of-type(2),
  .simple01-h01.on .simple01-n01-btn .border:nth-of-type(2) { top: 10px; }

  .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(1) {
    top: 5px;
    -webkit-transform: translateY(2px) rotate(-45deg);
    transform: translateY(2px) rotate(-45deg);
  }
  .simple01-h01.on .simple01-n01-btn.active .border:nth-of-type(2) {
    top: 44px;
    -webkit-transform: translateY(-37px) rotate(45deg);
    transform: translateY(-37px) rotate(45deg);
  }
}



/*********************
***   メインビジュアル   ***
*********************/
#main_visual {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#main_visual video {
  position: fixed;
  width: auto;
  height: auto;
  min-height: 100%;
  min-height: 100%;
  z-index: -1;
}
.biglogo-v01 {
  position: relative;
  overflow: hidden;
  background-size: cover;
  width: 100%;
  min-height: 680px;
  z-index: -1;
}
.biglogo-v01-logo {
  width: 70%;
  margin: 0 auto;
  position: absolute;
  top: 60%;
  left: 3%;
  text-align: left;
  color: #fff;
  z-index: 1;
  font-size: 28px;
  text-shadow: 2px 2px 5px #333;
}
.biglogo-v01-logo img {
  width: 280px;
  max-width: 100%;
  height: auto;
}

@media (max-width: 798px) {
  #main_visual {
    padding-top: 50px;
  }
  #main_visual video {
    width: 100%;
  }
  .biglogo-v01 {
    min-height: 568px;
  }
  .biglogo-v01-inner {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 4%;
    box-sizing: border-box;
  }
  .biglogo-v01-logo {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60%;
    right: 2%;
    color: #fff;
    z-index: 1;
    font-size: 1.5em;
  }
  .biglogo-v01-logo img {
    width: 100%;
  }
  .biglogo-v01-catch-btn {
    display: block;
    width: 120px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 3em;
    text-align: center;
    transition: 0.3s;
    box-sizing: border-box;
  }
}



/**********************
*****   message   *****
**********************/
.message {
  width: 100%; /*サイトデザイン幅に合わせて変更してください。*/
  padding: 160px 0 60px;
  overflow: hidden;
}
.message-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}
.message-cont {
  width: 90%;
  margin: 0 auto;
}
.message-ttl {
  display: inline-block;
  color: #ffce5c;
  font-size: 52px;
  line-height: 1em;
  font-family: 'Kalam', cursive;
  transform: rotate(-10deg);
}
.message-ttl span{
  font-size: 0.8em;
  color: #fff;
}
.message-txt {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin: 50px 0 30px;
}
.message-inner p {
  color: #333;
  line-height: 2.2em;
}

@media (max-width: 798px) {
  .message {
    padding: 120px 0 0;
  }
  .message-inner {
    max-width: 96%;
    margin: 0 auto;
    text-align: left;
  }
  .message-ttl {
    margin: 0;
    font-size: 34px;
  }
  .message-txt {
    font-size: 20px;
  }
}



/**********************
*****    works    *****
**********************/
.mission {
  width: 100%;
  padding: 100px 0;
}
.mission-inner {
  width: 90%;
  margin: 0 auto;
}
.mission-ttl {
  margin: 0 auto 50px;
  color: #b3b3b3;
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.mission-content ul {
  width: 100%;
}
.mission-content ul li {
  width: 60%;
  /*padding: 35px 0;*/
  list-style-type: none;
  overflow: hidden;
}
.mission-content ul li h3 {
  position: relative;
  font-size: 24px;
  font-weight: normal;
  color: #b3b3b3;
  margin-bottom: 20px;
}
.mission-content ul li h3 span {
  font-size: 36px;
  color: #333;
}
.mission-content ul li h3::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  background-color: #ffce5c;
  width: 70%;
  height: 1px;
  }
.mission-content ul li p {
  line-height: 2.2em;
}
.mission-content ul li.step01 {
  /*background-image: url(../img/step01.png);
  background-size: 70px;
  background-position: 65% 19%;
  background-repeat: no-repeat;*/
  margin: 0 0 40px 0;
}
.mission-content ul li.step02 {
  /*background-image: url(../img/step02.png);
  background-size: 70px;
  background-position: 65% 20%;
  background-repeat: no-repeat;*/
  margin: 0 0 40px 20%;
}
.mission-content ul li.step03 {
  /*background-image: url(../img/step03.png);
  background-size: 70px;
  background-position: 65% 12%;
  background-repeat: no-repeat;*/
  margin: 0 0 0 40%;
}

@media (max-width: 798px) {
  .mission-content ul li {
    width: 100%;
    padding: 35px 0;
  }
  .mission-content ul li.step01,
  .mission-content ul li.step02,
  .mission-content ul li.step03 {
    background-position: bottom right;
    margin: 0;
  }
}



/**********************
****   interview   ****
**********************/
.interview {
  width: 100%;
  padding: 100px 0;
}
.interview-inner {
  width: 90%;
  margin: 0 auto;
}
.interview-ttl {
  margin: 0 auto 50px;
  color: #b3b3b3;
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.interview-cont {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.interview-cont li {
  position: relative;
  list-style-type: none;
  margin: 0 auto 120px;
}
.interview-cont img {
  max-width: 100%;
  vertical-align: bottom;
}
.interview-cont-L {
  position: relative;
  width: 60%;
}
.interview-cont-L a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 30%;
  background: url(../img/play_icon.png) no-repeat center 0;
  background-size: contain;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: .6s;
}
.interview-cont-L a:hover::after {
  opacity: 1;
}
.interview-cont-R {
  position: absolute;
  width: 55%;
  top: 45%;
  right: 0;
  background-color: rgba(255,255,255,.9);
}
.interview-cont-R-inner {
  margin: 0 auto;
  padding: 5% 10%;
  overflow: hidden;
}
.interview-cont-R-inner h3{
  margin: 0 auto 20px;
}
.interview-cont-R-inner a {
  float: right;
  font-size: 20px;
  transition: .6s;
}
.interview-cont-R-inner a:hover {
  color: #ffce5c;
}
.interview-cont-R-inner a span {
  font-size: 1.4em;
  color: #ffce5c;
  margin-right: 15px;
  transition: .6s;
}
.interview-cont-R-inner a:hover span {
  margin-right: 5px;
}

@media (max-width: 798px) {
  .interview {
    padding: 90px 0 0;
  }
  .interview-inner {
    width: 96%;
  }
  .interview-ttl {
    margin: 0 auto 50px;
    font-size: 42px;
  }
  .interview-cont li {
    margin: 0 auto 60px;
  }
  .interview-cont-L {
    width: 100%;
  }
  .interview-cont-R {
    position: inherit;
    width: 100%;
  }
  .interview-cont-R-inner {
    padding: 5%;
  }
}



/************************
****   information   ****
************************/
.information {
  width: 100%;
  padding: 100px 0;
}
.information-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.information-ttl {
  margin: 0 auto 50px;
  color: #b3b3b3;
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.information-content-list table{
  width: 100%;
  text-align: left;
  line-height: 2em;
}
.information-content-list tr{
  margin-bottom: 20px;
}
.information-content-list th{
  position: relative;
  width: 20%;
  padding: 0 0 0 20px;
  font-weight: normal;
}
.information-content-list th:before{
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  background-color: #ffce5c;
  width: 15px;
  height: 1px;
}
.information-content-list td{
  padding: 0 0 30px 0;
}
.information-content-list td a {
  color: #ffce5c;
  margin-left: 10px;
  transition: .6s;
}
/*.information-content-list td a:hover {
  color: #ffce5c;
}*/
.information-content-list td a span {
  font-size: 1.4em;
  color: #ffce5c;
  transition: .6s;
}
.information-content-list td .access-btn {
  background-color: #ffce5c;
  color: #fff;
  border-radius: 6px;
  padding: 0.5% 2%;
}
.information-content-list td .access-btn:hover {
  background-color: #ffce5c;
  color: #fff;
  border-radius: 6px;
  padding: 0.5% 2%;
}

@media (max-width: 798px) {
  .information {
    padding: 90px 0 0;
  }
  .information-ttl {
    margin: 0 auto 50px;
    font-size: 42px;
  }

  .information-content-list th,
  .information-content-list td {
    width: 100%;
    float: left;
  }
}



/**********************
*****    Entry    *****
**********************/
.entry {
  width: 100%;
  padding: 100px 0;
  background-color: #f3f6fa;
}
.entry-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.entry-ttl {
  margin: 0 auto 50px;
  color: #b3b3b3;
  font-size: 52px;
  font-weight: 200;
  text-align: center;
}
.entry-inner form {
  padding: 10%;
  background-color: #fff;
}
.entry-inner form .entry-txt {
  line-height: 1.8em;/*行間*/
  text-align: center;
  margin-bottom: 40px;
}
.entry-inner form .entry-txt span {
  color: #ffce5c;
}
.entry-form {
  width: 100%;
  margin: auto;
}
.entry-form th {
  width: 25%;
  float: left;
  text-align: left;
  padding: 10px 0;
  font-weight: normal;
}
.entry-form th span {
  color: #ffce5c;
}
.entry-form td {
  float: left;
  width: 75%;
  margin-bottom: 30px;
  overflow: hidden;
}
.entry-form td input {
  width: 100%;
  padding: 10px;
  line-height: 2em;
  border: 1px solid #e0e5eb;
  border-radius: 4px;
  font-family: Hiragino Kaku Gothic ProN;
  box-sizing: border-box;
}
.entry-form td input[type="radio"] {
  display: none;
}
.entry-form td input[type="radio"] + label {
  position: relative;
}
.entry-form td input[type="radio"] + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border: 1px solid #e0e5eb;
  border-radius: 13px;
}
.entry-form input[type="radio"]:checked + label:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 6px;
  width: 12px;
  height:12px;
  background-color: #ffce5c;
  border-radius: 13px;
}
.entry-form input[type="radio"]:checked + label {
  color: #ffce5c;
}
.entry-form input[type="radio"]:checked + label:hover {
  opacity: 1;
}
.form-sex {
  display: block;
  float: left;
  width: 80px;
  padding: 0 10px 0 35px;
  font-size: 16px;
  line-height: 1.625;
}
.entry-form td textarea {
  background-color: #fff;
  width: 100%;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #e0e5eb;
  font-family: Hiragino Kaku Gothic ProN;
  box-sizing: border-box;
}
.entry-btn {
  text-align: center;
}
.entry-btn input {
  width: 200px;
  padding: 20px;
  background-color: #ffce5c;
  border: none;
  border-radius: 30px;
  box-sizing: border-box;
  font-weight: bold;
  color: #fff;
  font-family: Hiragino Kaku Gothic ProN;
  cursor: pointer;
}

@media (max-width: 798px) {
  .entry {
    padding: 90px 0 60px;
  }
  .entry-ttl {
    margin: 0 auto 50px;
    font-size: 42px;
  }
  .entry-inner form {
    padding: 10% 5%;
  }
  .entry-form th,
  .entry-form td {
    width: 100%;
  }
}



/**********************
****   link-area   ****
**********************/
.link-area {
  width: 100%;
  background-color: #fff;
}
.link-area-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.link-area-inner ul {
  display: table;
  width: 100%;
}
.link-area-inner ul li {
  display: table-cell;
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  transition: .6s;
}
.link-area-inner ul li img {
  max-width: 250px;
}

@media (max-width: 798px) {
  .link-area-inner ul li {
    display: block;
    width: 100%;
  }
  .link-area-inner ul li img {
    width: 100%;
    max-width: 250px;
  }
}

/***********************
****     footer     ****
***********************/
.footer {
  width: 100%;
  background-color: #333;
}
.footer-inner {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 30px 0;
  overflow: hidden;
}
.footer-nav {
  float: right;
  width: 50%;
  margin-top: 10px;
}
.footer-nav ul {
  display: table;
  width: 100%;
  margin-bottom: 30px;
}
.footer-nav ul li {
  display: table-cell;
  list-style-type: none;
  font-size: 12px;
  text-align: center;
  transition: .6s;
}
.footer-nav ul li img {
  max-width: 180px;
}
.nav-global li a {
  color: #d3d3d3;
}
.nav-global li a:hover {
  color: #fff;
}
.nav-about li img:hover {
  opacity: .6;
}
.footer-title {
  float: left;
  width: 35%;
  color: #d3d3d3;
  font-size: 12px;
}
.footer-title dt {
  font-size: 16px;
  margin-bottom: 20px;
}
.footer-title dt img {
  vertical-align: middle;
}
.footer-title dd {
  font-size: 12px;
  margin-left: 15px;
}
.footer-title dd a {
  color: #d3d3d3;
}

@media (max-width: 798px) {
  .footer {
    width: 100%;
    background-color: #333;
  }
  .footer-inner {
    width: 96%;
    max-width: 1080px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .footer-nav {
    float: none;
    width: 100%;
  }
  .footer-nav ul {
    float: none;
    margin-bottom: 25px;
  }
  .footer-nav ul li {
    text-align: center;
    margin: 0;
  }
  .footer-nav ul li img {
    max-width: 135px;
  }
  .nav-global {
    display: none;
  }
  .footer-title {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer-title dd {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
