@charset "UTF-8";
/*!
 * html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
 * Richard Clark (http://richclarkdesign.com)
 * http://cssreset.com
 */
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 {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

.clearfix, #work ul li:nth-child(2):after, #entry .cf:after, #modal_window .modal_content .modal_body .model_section:after {
  *zoom: 1; }
  .clearfix:after, #work ul li:nth-child(2):after, #entry .cf:after, #modal_window .modal_content .modal_body .model_section:after {
    content: "";
    display: table;
    clear: both; }

html, body, div, h1, h2, h3, h4, h5, h6, p, img, i, ul, li, header, nav, aside, section, footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline; }

ul, ol, li {
  font-size: 0;
  list-style: none; }

a {
  color: #000;
  text-decoration: none;
  cursor: pointer; }

a:link, a:visited {
  color: #000; }

a:hover, a:active {
  color: #000; }

a img {
  border: none; }

img {
  vertical-align: middle;
  border: 0;
  width: 100%; }

iframe {
  width: 100%; }

body {
  color: #252e33;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "Futura", "Century Gothic", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

section {
  padding: 64px 16px; }
  section .heading {
    padding-bottom: 32px;
    text-align: center; }
    section .heading h2 {
      font-size: 24px;
      padding-bottom: 8px;
      line-height: 1.4; }
    section .heading p {
      font-size: 14px; }

.inner {
  max-width: 1024px;
  margin: 0 auto; }

.list {
  padding: 0 16px;
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box; }

.pc {
  display: block; }

.tb, .sp {
  display: none; }

a:link, a:visited {
  color: #fff; }

  .bold{
    font-weight: bold;
  }

#wrap {
  overflow: hidden;
}

/*===============================================
header
===============================================*/
header {
  background-color: transparent;
  width: 100%;
  height: 72px;
  padding: 0;
  position: fixed;
  z-index: 9999;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  transition: 0.5s; }
  header h1 {
    color: #1e90ff;
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%); }
    header h1 img {
      width: 100px; }
    header h1 p {
      font-size: 14px;
      font-weight: bold; }
  header .pc_menu {
    min-width: 900px;
    position: absolute;
    right: 0;
    bottom: 16px; }
    header .pc_menu ul li {
      float: left;
      font-size: 14px;
      margin: 0 16px;
      text-align: center;
      letter-spacing: 1px; 
    }
      header .pc_menu ul li a {
        display: block;
        position: relative; 
      }
        header .pc_menu ul li a:after {
          position: absolute;
          bottom: -8px;
          left: 50%;
          content: '';
          width: 0;
          height: 1px;
          background-color: #1e90ff;
          transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -o-transform: translateX(-50%);
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
        header .pc_menu ul li a:hover:after {
          width: 100%; }
        header .pc_menu ul li a span {
          font-size: 12px;
          padding-top: 8px;
          display: block; }
  header .entry_btn {
    background-color: transparent;
    border: 1px solid transparent;
    font-size: 22px;
    width: 160px;
    height: 72px;
    padding-top: 12px;
    text-align: center;
    position: absolute;
    right: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
  transition: 0.5s; }
    header .entry_btn:hover {
      letter-spacing: 5px;
      transition: all 0.3s ease;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease; }
    header .entry_btn span {
      font-size: 14px;
      padding-top: 8px;
      display: block; }
  header .sp_menu, header .sp_btn {
    display: none; }

   .transparent_h{
    background-color: #fff;
    transition: 0.5s;
   }

   header .entry_btn_after{
    background-color: #1e90ff;
    border: 1px solid #1e90ff;
    transition: 0.5s;
   }

   .list_a_after{
    color:#252e33!important;
    transition: 0.5s;
   }

/*===============================================
feature
===============================================*/
#feature {
  width: 100%;
  position: relative;
  padding-bottom: 150px;
  padding-left: 0;
}

#feature:after {
  content: "";
  display: block;
  clear: both;
}

#feature .inner:after {
  content: "";
  display: block;
  clear: both;
}

#feature .inner {
  max-width: 100%;
}

#feature .heading p {
  color: #1e90ff;
}

#feature .floating {
  width: 44%;
  position: relative;
  float: left;
  margin-top: 50px;
  z-index: 100;
}

#feature .textcontainer {
  width: 45%;
  float: right;
  margin-top: 8%;
}

#feature .textcontainer p{
  font-size: 17px;
  font-weight: 500;
  line-height: 2.1em;
  white-space: nowrap;
}

#feature .textcontainer p:nth-of-type(n + 2){
  margin-top: 60px;
}

#feature .floating:after {
  position: absolute;
  content: "";
  display: block;
  bottom: -11%;
  width: 100%;
  height: 72%;
  left: 7%;
  z-index: -1;
  background-color: #edf2f4;
}


/*===============================================
first_view
===============================================*/
#first_view {
  color: #fff;
  height: 100vh;
  padding: 0;
  position: relative; }
  #first_view .transparent {
    background-color: rgba(37, 46, 51, 0.2);
    height: 100vh;
    width: 105vw;
   }
    #first_view .transparent .inner #fv_text {
      position: absolute;
      top: 38%;
      left: 73%;
      width: 100%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #first_view .transparent .inner #fv_text .fv_title {
        font-size: 64px;
        padding-bottom: 32px;
        line-height: 1.4;
        letter-spacing: 2px;
        text-shadow: 1px 1px 3px #4b4b4b;
        -webkit-text-shadow: 1px 1px 3px #4b4b4b;
        -moz-text-shadow: 1px 1px 3px #4b4b4b;
        -ms-text-shadow: 1px 1px 3px #4b4b4b;
        -o-text-shadow: 1px 1px 3px #4b4b4b; }
      #first_view .transparent .inner #fv_text .fv_subtitle {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6; }
    #first_view .transparent .inner a {
      position: absolute;
      bottom: 2px;
      left: 50%;
      padding-top: 60px;
      z-index: 1;
      display: inline-block;
      text-decoration: none;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #first_view .transparent .inner a:link, #first_view .transparent .inner a:visited {
        color: #fff; }
      #first_view .transparent .inner a span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 30px;
        height: 50px;
        margin-left: -15px;
        border: 2px solid #fff;
        border-radius: 50px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
        #first_view .transparent .inner a span:before {
          position: absolute;
          top: 10px;
          left: 50%;
          content: '';
          width: 6px;
          height: 6px;
          margin-left: -3px;
          background-color: #fff;
          animation: sdb 2s infinite;
          -webkit-animation: sdb 2s infinite;
          -moz-animation: sdb 2s infinite;
          -ms-animation: sdb 2s infinite;
          -o-animation: sdb 2s infinite;
          border-radius: 100%;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          -o-border-radius: 100%;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }

@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    -webkit-transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    transform: translate(0, 20px);
    opacity: 0; }
  100% {
    opacity: 0; } }

    .fv_text_inner{
      position: absolute;
      width: 90%;
      left: 48%;
      transform: translate(-50%, 0);
    }

    .fv_text_inner .title {
      font-size: 70px;
      letter-spacing: .05em;
      font-style: italic;
    }

    .fv_text_inner .text {
      font-size: 17px;
      font-weight: bold;
      line-height: 2.1em;
      letter-spacing: 0.06em;
      margin-top: 24px;
    }

    .fv_title_img{
      width: 100%;
    }

    .fv_subtitle{
      font-size: 16px!important;
      text-align: left;
      padding-top: 20px;
    }
/*===============================================
catch
===============================================*/
#catch {
  background-color: #fff;
  text-align: center; 
position: relative;}
  #catch .heading h2 {
    font-weight: bold;
    line-height: 2; 
    position: relative;
    z-index: 9990;}
  #catch .catch_subtitle {
    color: #1e90ff;
    font-size: 64px;
    padding-bottom: 24px;
    letter-spacing: 2px; 
  position: relative;
    z-index: 9990;}
  #catch .catch_text {
    font-size: 16px;
    line-height: 2.5;
    position: relative;
    z-index: 9990; }
#catch .catch_text span{
  font-weight: bold;
  font-size: 18px;
}

    .arrow_img{
      display: block;
      position: absolute;
      top: 13%;
      width: 80%;
      left: 10%;
      z-index: 1;
      opacity: 0.2;
    }

/*===============================================
about
===============================================*/
#about {
  color: #fff;
  background-image: url(img/shattered.png);
  background-color: rgba(51,51,51,0.9);
  padding: 0;
  text-align: center; }
  #about .transparent {
    /*background-color: #fff;*/
    padding: 64px 0; }
    #about .transparent .about_title {
      font-size: 24px;
      font-weight: bold;
      padding-bottom: 24px;
      line-height: 1.8; }
    #about .transparent .about_subtitle {
      font-size: 16px;
      line-height: 2; }
    #about .transparent .about_subtitle2 {
      width: 780px;
      margin-top: 10px;
      font-size: 14px;
      line-height: 2;
      display: inline-block;
      text-align: left;
       }
    #about .transparent ul.sample li{
        width: 780px;
        display: inline-block;
        text-align: left;
        margin-left: 20px; 
        list-style-type: disc;
        font-size: 13px;
        line-height: 1.5;
        }
.infog_wrap{
  width: 90%;
  margin: 0 auto;
}

.infog{
  width: 350px;
  display: inline-block;
  margin: 60px 20px 0 20px;
  border-radius: 20px;
  border-radius: 10px;
}    

.infog img{
  border-radius: 20px;
}

.info_table,.info_table2,.info_table3,.info_tr,.info_th,.info_td{
  border:1px solid #808080 ;
  font-size: 16px;
  color: #252e33;
}

.info_table{
  width: 60%;
  margin: 40px auto 0;
  background-color: #f7f7f7;
}
.info_table2,.info_table3{
  width: 60%;
  margin: 40px auto 0;
  background-color: #f7f7f7;
}

.info_caption{
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}

.info_th,.info_td{
  padding:10px 0;
}
.blue_back{
  background-color: #1e90ff; 
}

.white{
  color: #fff;
}
.white_border_right{
  border-right: 1px solid #808080;
}

.white_border_bottom{
  border-bottom: 1px solid #808080;
}


.grey_back{
  background-color: #c0c0c0;
}





/*===============================================
work
===============================================*/
#work {
  
 background-color:#fbfcfd;
  }
  #work .heading p {
    color: #1e90ff; }
  #work ul li {
    font-size: 14px;
    margin-bottom: 48px;
    position: relative; }
    #work ul li:nth-child(2) img {
      float: right; }
    #work ul li:nth-child(2) .work_body {
      right: inherit;
      left: 0; }
    #work ul li:last-child {
      margin-bottom: 0; }
    #work ul li img {
      width: 600px; }
    #work ul li .work_body {
      background-color: #fff;
      width: 480px;
      height: 300px;
      padding: 48px 32px 0;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%); }
      #work ul li .work_body .work_label {
        color: #fff;
        background-color: #1e90ff;
        font-size: 16px;
        font-style: italic;
        width: 120px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        position: absolute;
        top: -16px;
        left: 32px; }
      #work ul li .work_body .work_content .work_title {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 2;
        letter-spacing: 1px; }
      #work ul li .work_body .work_content {
        font-size: 14px;
        line-height: 2; }
      #work ul li .work_text{
        font-size: 14px;
        line-height: 2; }

      #work ul.sample li{
        margin: 2px 3px 0px 10px; 
        list-style-type: disc;
        font-size: 12px;
        line-height: 1.5;
        }

/*===============================================
message
===============================================*/
#message {
  background-color: #edf2f4; }
  #message .heading h2 {
    color: #252e33; }
  #message .heading p {
    color: #1e90ff; }
  #message .top_message {
    background-color: #fff;
    height: 296px;
    padding: 16px 32px;
    position: relative; }
    #message .top_message img {
      width: 480px;
      position: absolute;
      top: 32px;
      left: -16px; }
    #message .top_message .message_body {
      width: 50%;
      position: absolute;
      top: 16px;
      right: 32px; }
      #message .top_message .message_body .message_label {
        background-color: #edf2f4;
        padding: 16px 24px;
        margin-bottom: 16px; }
        #message .top_message .message_body .message_label .message_info {
          color: #1e90ff;
          font-size: 12px;
          font-weight: bold;
          padding-bottom: 8px; }
        #message .top_message .message_body .message_label .message_name {
          font-size: 18px;
          font-weight: bold; }
          #message .top_message .message_body .message_label .message_name span {
            color: #4d4d4d;
            font-size: 12px;
            padding-left: 24px; }
      #message .top_message .message_body .message_content .message_title {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 16px;
        line-height: 1.6; }
      #message .top_message .message_body .message_content .message_text {
        font-size: 14px;
        line-height: 2;
        letter-spacing: 1px; }

  .is_sp {
    display: none;
  }

.top_message_next{
  color: #1e90ff;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  margin-top: 20px;
  cursor: pointer;
}
.top_message_next2{
  color: #1e90ff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

.top_message_next:hover{
  opacity: 0.7;
}
.top_message_next2:hover{
  opacity: 0.7;
}

.fa-angle-double-right{
  padding-left: 5px;
}
/*===============================================
interview
===============================================*/
#interview {
  background-color: #fbfcfd;
  padding-bottom: 128px; }
  #interview .inner {
    max-width: 1200px; }
    #interview .inner .heading p {
      color: #1e90ff; }
    #interview .inner #interview_link li {
      font-size: 12px;
      width: 33.3333%;
      position: relative;
      cursor: pointer; }
      #interview .inner #interview_link li:hover .interview_body {
        background-color: #333;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        #interview .inner #interview_link li:hover .interview_body .interview_title, #interview .inner #interview_link li:hover .interview_body .interview_info {
          color: #fff;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
      #interview .inner #interview_link li:nth-child(1) .interview_body .interview_category {
        background-color: #1e90ff; }
      #interview .inner #interview_link li:nth-child(2) .interview_body .interview_category {
        background-color: #66c6ee; }
      #interview .inner #interview_link li:nth-child(3) .interview_body .interview_category {
        background-color: #005071; }
      #interview .inner #interview_link li .interview_body {
        background-color: #fff;
        position: absolute;
        left: 50%;
        width: 80%;
        padding: 48px 24px 24px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        transform: translate(-50%, -20%);
        -webkit-transform: translate(-50%, -20%);
        -moz-transform: translate(-50%, -20%);
        -ms-transform: translate(-50%, -20%);
        -o-transform: translate(-50%, -20%); }
        #interview .inner #interview_link li .interview_body .interview_category {
          color: #fff;
          font-size: 16px;
          font-style: italic;
          position: absolute;
          top: -16px;
          left: 32px;
          width: 120px;
          height: 32px;
          line-height: 32px;
          text-align: center; }
        #interview .inner #interview_link li .interview_body .interview_title {
          font-size: 18px;
          font-weight: bold;
          line-height: 1.6;
          padding-bottom: 24px; }
        #interview .inner #interview_link li .interview_body .interview_info {
          color: #1e90ff; }

.modal_overlay {
  z-index: 3;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.modal_wrap {
  z-index: 4;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.see_int{
  text-align: right;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 10px;
  cursor: pointer;

}

#interview .inner #interview_link li:hover .see_int{
  color: #fff;
}

/*===============================================
information
===============================================*/
#information .heading p {
  color: #1e90ff; }
#information table {
  width: 100%;
  border-top: 1px dotted #696969; 
}
  #information table tr {
    border-bottom: 1px dotted #696969; }
    #information table tr th, #information table tr td {
      padding: 32px 0;
      text-align: left;
      line-height: 1.7; }
    #information table tr th {
      width: 200px;
      vertical-align: top; }
    #information table tr td .table_list {
      font-weight: bold;
      padding-bottom: 16px; }
    #information table tr td ul li {
      font-size: 14px;
      padding-bottom: 32px; }
      #information table tr td ul li:last-child {
        padding-bottom: 0; }
    #information table tr td a:link, #information table tr td a:visited {
      color: #0071bc; }
#information #flow {
  padding-top: 64px; }
  #information #flow .heading h2 {
    font-weight: bold; }
  #information #flow #flow_slider .list {
    font-size: 14px;
    width: 320px;
    margin-bottom: 0;
    position: relative; }
    #information #flow #flow_slider .list:after {
      color: #999;
      content: '\f054';
      font-family: 'FontAweSome';
      position: absolute;
      top: 48px;
      right: 0;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
    #information #flow #flow_slider .list:last-child:after {
      content: none; }
    #information #flow #flow_slider .list img {
      width: auto;
      height: 100px;
      margin: 0 auto 32px;
      display: block;
      text-align: center; }
    #information #flow #flow_slider .list .flow_title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      padding-bottom: 16px; }
      #information #flow #flow_slider .list .flow_title span {
        font-size: 14px;
        font-weight: 100;
        display: block;
        padding-bottom: 8px; }
    #information #flow #flow_slider .list .flow_text {
      line-height: 1.7; }


.fix1{
  font-size: 12px;
  padding-top: 20px;
}

.fix2{
  display: block;
  padding: 10px 0 5px;
  font-weight: bold;
}

.fix3{
  font-size: 16px;
  font-weight: bold;
  margin: 30px 0 20px;
  border-left: 5px solid #1e90ff;
  padding: 2px 0 2px 5px;
}

.fix4{
  padding-top: 60px;
}


/*===============================================
entry
===============================================*/
#entry {
  background-color: #fbfcfd;}
  #entry .heading p {
    color: #1e90ff; }
  #entry .form1, #entry .form2 {
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    #entry .form1 dl, #entry .form2 dl {
      width: 100%; }
      #entry .form1 dl dt, #entry .form2 dl dt {
        float: left;
        color: #fff;
        background-color: #252e33;
        width: 172px;
        height: 44px;
        margin-bottom: 12px;
        line-height: 24px;
        position: relative;
        z-index: 2; }
        #entry .form1 dl dt label, #entry .form2 dl dt label {
          display: block;
          padding: 8px; }
      #entry .form1 dl dd, #entry .form2 dl dd {
        width: 100%;
        padding-left: 172px;
        margin-left: 0;
        margin-bottom: 12px;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box; }
        #entry .form1 dl dd input[type=text], #entry .form1 dl dd select, #entry .form1 dl dd textarea, #entry .form1 dl dd input[type=submit], #entry .form2 dl dd input[type=text], #entry .form2 dl dd select, #entry .form2 dl dd textarea, #entry .form2 dl dd input[type=submit] {
          appearance: none;
          -webkit-appearance: none;
          -moz-appearance: none;
          -ms-appearance: none;
          -o-appearance: none;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0; }
        #entry .form1 dl dd .itxt, #entry .form1 dl dd .itxtarea, #entry .form2 dl dd .itxt, #entry .form2 dl dd .itxtarea {
          background-color: #fff;
          border: none;
          padding: 10px;
          width: 100%;
          border-radius: 0;
          -webkit-border-radius: 0;
          -moz-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          box-sizing: border-box;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          -ms-box-sizing: border-box;
          -o-box-sizing: border-box; }
          #entry .form1 dl dd .itxt:focus, #entry .form1 dl dd .itxtarea:focus, #entry .form2 dl dd .itxt:focus, #entry .form2 dl dd .itxtarea:focus {
            background-color: #f7cdd0;
            outline: 1px solid #f23f4c; }
        #entry .form1 dl dd select, #entry .form2 dl dd select {
          background: url(img/select.png) no-repeat 97% center;
          background-size: 14px; }

          #entry .txt-box .allow_pf {
            font-size: 14px;
            display: inline-block;
            padding-top: 30px;
          }

          #entry .checkbox_container {
            width: 310px;
            margin: 0 auto;
          }

          #entry .txt-box .need{
            font-size: 11px !important;
          }
  #entry .form1 {
    padding-right: 8px; }
    #entry .form1 .itxt {
      height: 44px; }
  #entry .form2 {
    padding-left: 8px; }
    #entry .form2 dl dt {
      width: 100%;
      margin-bottom: 0; }
    #entry .form2 dl dd {
      padding: 0; }
    #entry .form2 .itxtarea {
      height: 224px;
      vertical-align: bottom; }
  #entry .f_bottom {
    padding: .5rem 0; }
    #entry .f_bottom .f_submit {
      float: right;
      padding: 0; }
      #entry .f_bottom .f_submit input[type=submit] {
        color: #fff;
        background-color: #1e90ff;
        font-size: 16px;
        width: 300px;
        height: 56px;
        line-height: 56px;
        padding: 0;
        display: block;
        outline: 0;
        border: 2px solid #1e90ff;
        text-align: center;
        cursor: pointer;
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -ms-appearance: none;
        -o-appearance: none;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
        #entry .f_bottom .f_submit input[type=submit]:hover {
          color: #1e90ff;
          background-color: #fff; }
    #entry .f_bottom .f_guide {
      float: left;
      width: 50%; }
      #entry .f_bottom .f_guide span {
        /*color: #fff;*/
        display: inline-block; }
    .txt-box {
    text-align: center;
    font-size: 18px;
    margin: 20px 0px 20px;
    }
    .txt-box a{
      color: #000cff !important;
      font-weight: 700 !important;
    }
/*===============================================
page_top
===============================================*/
#page_top {
  text-align: center;
  position: fixed;
  bottom: 72px;
  right: 0;
  margin: 0;
  z-index: 9999; }
  #page_top a {
    background-color: #1e90ff;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 64px; }
    #page_top a i {
      color: #fff;
      font-size: 24px; }
    #page_top a span {
      display: none; }

/*===============================================
footer
===============================================*/
footer {
  color: #fff;
  background-color: #252e33;
  height: 72px; }
  footer .inner {
    position: relative; }
    footer .inner .logo {
      position: absolute;
      left: 0;
      width: 100px;
      transform: translate(0, 7%);
      -webkit-transform: translate(0, 7%);
      -moz-transform: translate(0, 7%);
      -ms-transform: translate(0, 7%);
      -o-transform: translate(0, 7%); }
    footer .inner .footer_links {
      position: absolute;
      right: 0;
      transform: translate(0, 225%);
      -webkit-transform: translate(0, 225%);
      -moz-transform: translate(0, 225%);
      -ms-transform: translate(0, 225%);
      -o-transform: translate(0, 225%); }
      footer .inner .footer_links ul {
        margin-right: 16px;
        display: inline-block; }
        footer .inner .footer_links ul li {
          font-size: 14px;
          margin-right: 32px;
          display: inline-block; }
          footer .inner .footer_links ul li a:before {
            content: '\f248';
            font-family: 'FontAweSome';
            padding-right: 8px; }

/*===============================================
modal_window
===============================================*/
#modal_window .modal_content {
  background-color: #fff;
  font-size: 14px;
  position: relative;
  width: 1024px;
  height: 600px;
  margin: 0 auto;
  display: none;
  overflow: auto;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px; }
  #modal_window .modal_content.skyblue {
    height: 492px; }
    #modal_window .modal_content.skyblue .modal_label {
      background-color: #66c6ee; }
  #modal_window .modal_content.blue {
    height: 492px; }
    #modal_window .modal_content.blue .modal_label {
      background-color: #005071; }
  #modal_window .modal_content .modal_label {
    color: #fff;
    background-color: #252e33;
    font-size: 18px;
    font-weight: bold;
    width: 1024px;
    height: 56px;
    line-height: 56px;
    padding: 0 32px;
    position: fixed;
    z-index: 9999;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-top-left-radius: 8px;
    -moz-border-top-right-radius: 8px;
    -ms-border-top-left-radius: 8px;
    -ms-border-top-right-radius: 8px;
    -o-border-top-left-radius: 8px;
    -o-border-top-right-radius: 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    #modal_window .modal_content .modal_label i {
      font-size: 24px;
      position: absolute;
      top: 16px;
      right: 32px;
      cursor: pointer; }
  #modal_window .modal_content .modal_body {
    padding: 32px;
    margin-top: 56px; }
    #modal_window .modal_content .modal_body .modal_title {
      background-color: #edf2f4;
      font-size: 24px;
      font-weight: bold;
      padding: 16px 32px;
      line-height: 1.6; }
    #modal_window .modal_content .modal_body .modal_info .modal_detail {
      background-color: #edf2f4;
      padding: 32px; }
      #modal_window .modal_content .modal_body .modal_info .modal_detail .modal_name {
        font-size: 24px;
        font-weight: bold;
        padding-bottom: 32px; }
      #modal_window .modal_content .modal_body .modal_info .modal_detail .modal_text {
        font-size: 16px;
        line-height: 1.6; }
    #modal_window .modal_content .modal_body .model_section {
      padding: 64px 0 0; }
      #modal_window .modal_content .modal_body .model_section .modal_title {
        background: none;
        padding: 0 0 32px; }
      #modal_window .modal_content .modal_body .model_section .modal_text {
        font-size: 14px;
        padding-bottom: 24px;
        line-height: 2; }
        #modal_window .modal_content .modal_body .model_section .modal_text:last-child {
          padding-bottom: 0; }
        #modal_window .modal_content .modal_body .model_section .modal_text.interviewer {
          color: #1e90ff;
          font-weight: bold;
          padding-bottom: 16px; }
          #modal_window .modal_content .modal_body .model_section .modal_text.interviewer:before {
            content: 'ー';
            padding-right: 8px; }
      #modal_window .modal_content .modal_body .model_section .model_subsection {
        width: 45%;
        display: inline-block; }
      #modal_window .model_subsection2 {
        width: 80%;
        display: inline-block; }


      #modal_window .modal_content .modal_body .model_section img {
        float: right;
        width: 50%;
        vertical-align: top; }
    #modal_window .modal_content .modal_body .modal_close {
      color: #fff;
      background-color: #252e33;
      border: 2px solid #252e33;
      font-size: 24px;
      font-weight: bold;
      width: 100%;
      height: 72px;
      line-height: 72px;
      margin-top: 64px;
      text-align: center;
      cursor: pointer;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px; }
      #modal_window .modal_content .modal_body .modal_close:hover {
        color: #252e33;
        background-color: #fff;
        transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease; }
    #modal_window .modal_content .modal_body.model_small {
      background-color: #edf2f4;
      height: 308px;
      padding: 32px 16px;
      margin-left: 32px;
      border: 32px solid #fff;
      position: relative;
      border-radius: 8px;
      -webkit-border-radius: 8px;
      -moz-border-radius: 8px;
      -ms-border-radius: 8px;
      -o-border-radius: 8px; }
      #modal_window .modal_content .modal_body.model_small img {
        position: absolute;
        top: 32px;
        left: -32px;
        width: 50%; }
      #modal_window .modal_content .modal_body.model_small .model_small_body {
        position: absolute;
        top: 16px;
        right: 32px;
        width: 45%; }
        #modal_window .modal_content .modal_body.model_small .model_small_body .model_small_title {
          font-size: 18px;
          font-weight: bold;
          padding: 32px 0;
          line-height: 1.6; }
        #modal_window .modal_content .modal_body.model_small .model_small_body .model_small_text {
          font-size: 14px;
          padding-bottom: 16px;
          line-height: 2; }

/*===============================================
thanks
===============================================*/
#thnaks_page {
  color: #fff;
  background-image: url(img/fv_back1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  text-align: center;
  position: relative; }
  #thnaks_page #wrap {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100vh; }
    #thnaks_page #wrap #thanks {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%); }
      #thnaks_page #wrap #thanks h2 {
        font-size: 24px; }
        #thnaks_page #wrap #thanks h2:before {
          color: #fff;
          content: "\f058";
          font-family: 'FontAwesome';
          font-size: 24px;
          padding-right: 15px; }
      #thnaks_page #wrap #thanks p {
        font-size: 20px;
        margin: 16px 0 32px;
        line-height: 2; }
        #thnaks_page #wrap #thanks p a {
          text-decoration: underline; }
      #thnaks_page #wrap #thanks .top_link a {
        color: #fff;
        background-color: #1e90ff;
        border: 2px solid #1e90ff;
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 200px;
        padding: 16px 0;
        margin: 32px auto 0;
        display: block;
        text-align: center;
        position: relative;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px; }
        #thnaks_page #wrap #thanks .top_link a:hover {
          color: #1e90ff;
          background-color: #fff;
          transition: all 0.3s ease;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease; }
        #thnaks_page #wrap #thanks .top_link a:after {
          font-family: 'FontAwesome';
          content: '\f105';
          position: absolute;
          right: 16px;
          top: 18px;
          padding: 0 1px; }

/*
=====================================================================
=====================================================================
タブレットレスポンシブ（769px〜1023px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1023px) {
  header .pc_menu, header .entry_btn {
    display: none; }
  header .sp_menu, header .sp_btn_after {
    display: block; }
  header .sp_menu {
    position: fixed;
    width: 100%;
    margin-top: 72px;
    background-color: #778899;
    z-index: 9990; }
    header .sp_menu ul {
      display: none;
      border-bottom: 1px solid #666; }
      header .sp_menu ul li {
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
        font-size: 16px; }
        header .sp_menu ul li a {
          padding: 16px;
          display: block; 
           }
          header .sp_menu ul li a span {
            font-size: 12px;
            padding-left: 16px; }
  header .sp_btn {
    background-color: #1e90ff;
    position: absolute;
    right: 0;
    width: 80px;
    height: 72px;
    z-index: 9990; }
    header .sp_btn .menu_trigger {
      position: relative;
      top: 50%;
      left: 50%;
      width: 50px;
      height: 44px;
      display: inline-block;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transition: all 0.4s;
      -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s; }
      header .sp_btn .menu_trigger span {
        background-color: #fff;
        position: absolute;
        left: 0;
        width: 100%;
        height: 4px;
        display: inline-block;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        -ms-border-radius: 4px;
        -o-border-radius: 4px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        transition: all 0.4s;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        -ms-transition: all 0.4s;
        -o-transition: all 0.4s; }
        header .sp_btn .menu_trigger span:nth-of-type(1) {
          top: 0; }
        header .sp_btn .menu_trigger span:nth-of-type(2) {
          top: 20px; }
        header .sp_btn .menu_trigger span:nth-of-type(3) {
          bottom: 0; }
      header .sp_btn .menu_trigger.active span:nth-of-type(1) {
        transform: translateY(20px) rotate(-45deg);
        -webkit-transform: translateY(20px) rotate(-45deg);
        -moz-transform: translateY(20px) rotate(-45deg);
        -ms-transform: translateY(20px) rotate(-45deg);
        -o-transform: translateY(20px) rotate(-45deg); }
      header .sp_btn .menu_trigger.active span:nth-of-type(2) {
        opacity: 0; }
      header .sp_btn .menu_trigger.active span:nth-of-type(3) {
        transform: translateY(-20px) rotate(45deg);
        -webkit-transform: translateY(-20px) rotate(45deg);
        -moz-transform: translateY(-20px) rotate(45deg);
        -ms-transform: translateY(-20px) rotate(45deg);
        -o-transform: translateY(-20px) rotate(45deg); }
      header .sp_btn .menu_trigger:not(.active):hover span:nth-of-type(2) {
        width: 70%; }
      header .sp_btn .menu_trigger:not(.active):hover span:nth-of-type(3) {
        width: 35%; }

  #first_view .transparent .inner #fv_text .fv_title {
    font-size: 40px; }
  #first_view .transparent .inner #fv_text .fv_subtitle {
    font-size: 16px; }

  #interview .inner ul li .interview_body {
    padding: 24px 16px 16px; }
    #interview .inner ul li .interview_body .interview_title {
      font-size: 16px;
      padding-bottom: 16px; }

  footer {
    height: auto;
    padding: 16px; }
    footer .inner .logo, footer .inner .footer_links {
      position: static;
      transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0); }
    footer .inner .footer_links {
      padding: 16px 32px 0; }
      footer .inner .footer_links ul {
        margin-bottom: 16px;
        margin-right: 0; }
        footer .inner .footer_links ul li {
          margin-right: 16px; }
      footer .inner .footer_links small {
        display: block;
        text-align: center; }

  #modal_window .modal_content {
    width: 90%; }
    #modal_window .modal_content .modal_body.model_small {
      position: static;
      height: auto;
      padding: 16px;
      margin-left: 0;
      border: 16px solid #fff; }
      #modal_window .modal_content .modal_body.model_small img {
        position: static;
        width: 100%;
        padding-bottom: 0; }
      #modal_window .modal_content .modal_body.model_small .model_small_body {
        position: static;
        width: 100%; }
        #modal_window .modal_content .modal_body.model_small .model_small_body .model_small_title {
          padding: 16px 0; } }
/*
=====================================================================
=====================================================================
タブレットレスポンシブ（481px〜768px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  section {
    padding: 48px 16px; }

  .tb {
    display: block; }

  .list {
    width: 100%;
    margin-bottom: 2rem;
    padding: 0; }
    .list:last-child {
      margin-bottom: 0; }


  /*===============================================
  header
  ===============================================*/
  header h1 img {
    width: 72px; }
  header .sp_btn {
    width: 72px;
    height: 72px; }
    header .sp_btn .menu_trigger {
      width: 32px;
      height: 24px; }
      header .sp_btn .menu_trigger.active span:nth-of-type(1) {
        transform: translateY(10px) rotate(-45deg);
        -webkit-transform: translateY(10px) rotate(-45deg);
        -moz-transform: translateY(10px) rotate(-45deg);
        -ms-transform: translateY(10px) rotate(-45deg);
        -o-transform: translateY(10px) rotate(-45deg); }
      header .sp_btn .menu_trigger.active span:nth-of-type(3) {
        transform: translateY(-10px) rotate(45deg);
        -webkit-transform: translateY(-10px) rotate(45deg);
        -moz-transform: translateY(-10px) rotate(45deg);
        -ms-transform: translateY(-10px) rotate(45deg);
        -o-transform: translateY(-10px) rotate(45deg); }
      header .sp_btn .menu_trigger span:nth-of-type(2) {
        top: 10px; }

  /*===============================================
  first_view
  ===============================================*/
  .is_sp {
    display: block;
  }

  #first_view {
    left: -6%;
  }

  #first_view .title {
    font-size: 42px;
  }

  #first_view .text {
    font-size: 15px;
  }
  
  #first_view .transparent .inner #fv_text {
    top: 35%;
    padding: 0 8px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }

    #first_view .transparent .inner #fv_text .fv_title {
      font-size: 32px; }
    #first_view .transparent .inner #fv_text .fv_subtitle {
      font-size: 14px; }
  #first_view .transparent .inner a {
    bottom: 48px; }

  #feature .floating {
    width: 94%;
    margin-top: 4%;
    float: none;
  }

  #feature .textcontainer {
    width: 80%;
    float: none;
    margin: 15% auto 0 auto;
  }

  #feature {
    padding-bottom: 8%;
  }

  #feature .textcontainer p {
    width: 94%;
    float: none;
    margin: 0 auto;
    white-space: normal;
    font-size: 15px;
  }

  #feature .textcontainer p:nth-of-type(n + 2) {
    margin-top: 6%;
  }

  #feature .textcontainer p br {
    display: none;
  }

  /*===============================================
  catch
  ===============================================*/
  #catch .catch_subtitle {
    font-size: 40px; }

    .arrow_img{
      display: block;
      position: absolute;
      top: 35%;
      width: 80%;
      left: 10%;
      z-index: 1;
      opacity: 0.2;
    }

  /*===============================================
  about
  ===============================================*/
  #about .transparent {
    padding: 48px 16px; }
    #about .transparent .about_title {
      font-size: 20px; }
     #about .transparent .about_subtitle2 {
      width: 360px;
      margin-top: 10px;
      font-size: 14px;
      line-height: 2;
      display: inline-block;
      text-align: left;
       }

      .infog{
  width:40%;
  display: inline-block;
  margin: 30px 10px 0;
}    

.info_table{
  width: 70%;
  margin: 40px auto 0;
  background-color: rgba(255,255,255,1);
}
.info_table2,.info_table3{
  width: 70%;
  margin: 40px auto 0;
  background-color: rgba(255,255,255,1);
}


  /*===============================================
  work
  ===============================================*/
  #work ul li:nth-child(2) img {
    float: none; }
  #work ul li:nth-child(2) .work_body {
    width: 90%; }
  #work ul li img {
    width: 100%; }
  #work ul li .work_body {
    position: static;
    width: 90%;
    height: auto;
    padding: 32px 16px;
    margin: -40px auto 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
    #work ul li .work_body .work_content .work_title {
      font-size: 16px;
      padding-bottom: 8px; }

  /*===============================================
  message
  ===============================================*/
  #message .top_message {
    height: auto;
    padding: 16px; }
    #message .top_message img, #message .top_message .message_body {
      position: static;
      width: 100%; }
    #message .top_message img {
      padding-bottom: 16px; }

  /*===============================================
  interview
  ===============================================*/
  #interview .inner #interview_link li {
    width: 100%;
    margin-bottom: 128px;
    display: block; }
    #interview .inner #interview_link li:last-child {
      margin-bottom: 0; }
    #interview .inner #interview_link li .interview_body {
      width: 90%;
      padding: 32px 16px 16px; }
      #interview .inner #interview_link li .interview_body .interview_category {
        font-size: 14px;
        width: 100px; }
      #interview .inner #interview_link li .interview_body .interview_title {
        font-size: 16px;
        padding-bottom: 16px; }

  /*===============================================
  information
  ===============================================*/
  #information {
    padding: 48px 0; }
    #information .inner {
      padding: 0 16px; }
      #information .inner table tr th {
        width: 106px; }
    #information #flow #flow_slider .list {
      padding: 0 32px; }

  /*===============================================
  entry
  ===============================================*/
  #entry .form1, #entry .form2 {
    float: none;
    width: 100%;
    padding: 0; }
    #entry .form1 .itxt, #entry .form1 .itxtarea, #entry .form1 dt label, #entry .form2 .itxt, #entry .form2 .itxtarea, #entry .form2 dt label {
      font-size: 16px; }
  #entry .form1 dl dt, #entry .form1 dl dd {
    width: 100%;
    font-size: 12px;
    display: block;
    margin-bottom: 0; }
  #entry .form1 dl dd {
    padding-left: 0;
    margin-bottom: 12px; }
  #entry .form2 .itxtarea {
    height: 160px; }
  #entry .f_bottom .f_submit {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 auto; }
    #entry .f_bottom .f_submit input[type=submit] {
      width: 100%;
      height: 50px;
      line-height: 50px;
      padding: 0;
      box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      -o-box-sizing: border-box; }
  #entry .f_bottom .f_guide {
    float: none;
    font-size: 12px;
    width: 100%; }
    #entry .f_bottom .f_guide span {
      padding: 14px 20px 0 0; }

  /*===============================================
  page_top
  ===============================================*/
  #page_top {
    position: static; }
    #page_top a {
      background-color: #ccc;
      width: 100%;
      height: 48px;
      line-height: 48px;
      display: block; }
      #page_top a i {
        font-size: 16px; }
      #page_top a span {
        padding-left: 8px;
        display: inline-block; }

  /*===============================================
  footer
  ===============================================*/
  footer {
    text-align: center; }
    footer .inner .logo {
      margin: 0 auto;
      display: block; }
    footer .inner .footer_links {
      padding: 16px 0 0; }
      footer .inner .footer_links ul li {
        font-size: 12px;
        margin-right: 16px; }

  /*===============================================
  modal_window
  ===============================================*/
  #modal_window .modal_content {
    width: 90%;
    height: 80vh;
    margin: 16px auto 0; }
    #modal_window .modal_content .modal_label {
      font-size: 14px;
      width: 90%;
      padding: 0 16px; }
      #modal_window .modal_content .modal_label i {
        font-size: 20px;
        top: 18px;
        right: 16px; }
    #modal_window .modal_content .modal_body {
      padding: 16px; }
      #modal_window .modal_content .modal_body .modal_title {
        font-size: 16px;
        padding: 16px; }
      #modal_window .modal_content .modal_body .modal_info .modal_detail {
        padding: 16px; }
        #modal_window .modal_content .modal_body .modal_info .modal_detail .modal_name {
          font-size: 16px;
          padding-bottom: 16px; }
        #modal_window .modal_content .modal_body .modal_info .modal_detail .modal_text {
          font-size: 14px; }
      #modal_window .modal_content .modal_body .model_section {
        padding: 32px 0 0; }
        #modal_window .modal_content .modal_body .model_section .model_subsection, #modal_window .modal_content .modal_body .model_section img {
          width: 100%;
          display: block; }
        #modal_window .modal_content .modal_body .model_section .model_subsection .modal_title, #modal_window .modal_content .modal_body .model_section .model_subsection .modal_text {
          padding-bottom: 16px; }
      #modal_window .modal_content .modal_body .modal_close {
        font-size: 20px;
        height: 64px;
        line-height: 64px;
        margin-top: 48px; } }
/*
=====================================================================
=====================================================================
スマホレスポンシブ（〜480px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  section .heading h2 {
    font-size: 20px; }

  .pctb {
    display: none; }

  .sp {
    display: block; }

  /*===============================================
  first_view
  ===============================================*/
  #first_view .transparent .inner #fv_text .fv_title {
    font-size: 30px; }

     .fv_text_inner{
      width: 90%;
      margin: 0 auto;
    }

    .fv_title_img{
      width: 100%;
    }

    .fv_subtitle{
      font-size: 16px!important;
      text-align: left;
      padding-top: 20px;
    }

  /*===============================================
  catch
  ===============================================*/
  #catch .catch_subtitle {
    font-size: 30px; }
  #catch .catch_text {
    font-size: 14px; }
  .catch_text,.catch_heading{
    text-align: left;
  }  


  /*===============================================
  about
  ===============================================*/
  #about .transparent .about_subtitle {
    font-size: 14px; }

    .infog{
  width: 100%;
  display: inline-block;
  margin: 20px 0;
  border-radius: 20px;
  border-radius: 10px;
}
#about .transparent .about_subtitle2 {
      width: 360px;
      margin-top: 10px;
      font-size: 14px;
      line-height: 2;
      display: inline-block;
      text-align: left;
       }
    #about .transparent ul.sample li{
        width: 480px;
        display: inline-block;
        text-align: left;
        margin-left: 20px; 
        list-style-type: disc;
        font-size: 13px;
        line-height: 1.5;
        } 

.info_table,.info_table2,.info_table3,.info_tr,.info_th,.info_td{
  font-size: 14px;
}

.info_table{
  width: 100%;
  margin: 30px auto 0;
  
}
.info_table2,.info_table3{
  width: 100%;
  margin: 30px auto 0;
  
}

.info_caption{
  font-size: 14px;
  
  padding-bottom: 10px;
  
}

.info_th,.info_td{
  padding:10px 0;
}


  /*===============================================
  work
  ===============================================*/
  #work ul li .work_body .work_label {
    left: 16px; }

  #interview .inner #interview_link li .interview_body .interview_category {
    left: 16px; }

  .see_int{
    padding-bottom: 5px;
  }  


  /*===============================================
  thanks
  ===============================================*/
  #thnaks_page #wrap #thanks p {
    font-size: 16px; } }
/*
=====================================================================
=====================================================================
スマホレスポンシブ（〜413px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 413px) {
  /*===============================================
  first_view
  ===============================================*/
  #first_view .transparent .inner #fv_text .fv_title {
    font-size: 26px; } }

/*
=====================================================================
=====================================================================
スマホレスポンシブ（〜374px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 374px) {
  #first_view .transparent .inner #fv_text .fv_title {
    font-size: 22px; }
  #first_view .transparent .inner #fv_text .fv_subtitle {
    font-size: 12px; }

  #catch .catch_subtitle {
    font-size: 24px; }
  #about .transparent .about_subtitle2 {
      width: 360px;
      margin-top: 10px;
      font-size: 14px;
      line-height: 2;
      display: inline-block;
      text-align: left;
       }
    #about .transparent ul.sample li{
        width: 360px;
        display: inline-block;
        text-align: left;
        margin-left: 20px; 
        list-style-type: disc;
        font-size: 13px;
        line-height: 1.5;
        }

  #interview {
    padding-bottom: 152px; }
    #interview .inner #interview_link li {
      margin-bottom: 152px; }
      #interview .inner #interview_link li .interview_body {
        transform: translate(-50%, -30%);
        -webkit-transform: translate(-50%, -30%);
        -moz-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
        -o-transform: translate(-50%, -30%); }

  #modal_window .modal_content .modal_label {
    font-size: 12px; }

  footer .inner .footer_links ul li {
    margin-right: 6px; }
  footer .inner .footer_links small {
    font-size: 12px; } }

/*# sourceMappingURL=style.css.map */
