@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, #interview ul li:nth-child(2n):after, #entry .cf:after, #modal_window .modal_content .modal_body .model_section:after {
  *zoom: 1; }
  .clearfix:after, #interview ul li:nth-child(2n):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: #222;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-family: "DIN Condensed", "游ゴシック", "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: 32px;
      padding-bottom: 8px;
      letter-spacing: 2px;
      line-height: 1.4; }
    section .heading p {
      font-size: 14px;
      font-weight: bold;
      color: #808080; }

.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; }

/*===============================================
header
===============================================*/
header {
  width: 100%;
  height: 72px;
  padding: 0;
  padding: 35px 0 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: 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.scroll {
  background-color: #222;
  padding: 18px 0 15px;
  margin-top: 0; }
  header h1 {
    color: #cc0000;
    margin: 5px 0 0;
    position: absolute;
    top: auto;
    left: 16px; }
    header h1 img {
      width: 180px; }
    header h1 p {
      font-size: 14px;
      font-weight: bold; }
  header .pc_menu {
    position: absolute;
    right: 172px; }
    header .pc_menu ul li {
      float: left;
      font-size: 18px;
      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:hover {
          color: #cc0000;
          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 span {
          font-size: 12px;
          padding-top: 8px;
          display: block; }
  header .nav-tel {
    width: auto;
    height: auto;
    text-align: left;
    position: absolute;
    top: 31px;
    right: 20px;
    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.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.scroll .nav-tel{
      height: 72px;
      background-color: #4d4d4d;
      padding: 15px 18px 0 20px;
      top: 0;
      right: 0; }
      header .nav-tel p,
      header .nav-tel p span {
        color: #fff; }
      header .nav-tel p.nav-tel-title,
      header .nav-tel p.nav-tel-time {
        font-size: 10px; }
        header .nav-tel p.nav-tel-title span {
          display: block;
          font-size: 22px;
          font-weight: bold;
          letter-spacing: 1.5px;
          margin-top: 3px; }
  header .sp_menu, header .sp_btn {
    display: none; }

/*===============================================
first_view
===============================================*/
#first_view {
  color: #fff;
  height: 100vh;
  padding: 0;
  text-align: center;
  position: relative; }
  #first_view .transparent {
    background-color: rgba(37, 46, 51, 0.4);
    background-image: url(images/fv_back.png);
    background-repeat: repeat;
    height: 100vh; }
    #first_view .transparent .inner #fv_text {
      position: absolute;
      top: 50%;
      left: 50%;
      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: 68px;
        padding-bottom: 32px;
        line-height: 1.4;
        letter-spacing: 5px; }
        #first_view .transparent .inner #fv_text .fv_title span{
          display: inline-block;
          width: 16px;
        }
      #first_view .transparent .inner #fv_text .fv_subtitle {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 2px;}
    #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; } }

/*
====================================================
  背景動画
====================================================
*/
#back-wrap{
  width: 100%;
  height: 100vh;
  z-index: -9999;
  position: fixed;
  top: 0;
  left: 0;
}
#back-video{
  width: 100%;
  height: 100%;
}
#back-video iframe{
  min-width: 100%;
	min-height: 100%;
	width: 100%;
	height: auto;
  z-index: -1;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.back-cover{
  width: 100%;
  height: 100%;
  background: url(images/back_image.png);
  position: absolute;
  top: 0;
  left: 0;
}
/*===============================================
catch
===============================================*/
#catch {
  background-color: #f2f2f2;
  text-align: center; }
  #catch .heading h2 {
    font-weight: bold; }
  #catch .catch_subtitle {
    color: #cc0000;
    font-size: 64px;
    padding-bottom: 24px;
    letter-spacing: 2px; }
  #catch .catch_text {
    font-size: 16px;
    line-height: 2; }

/*===============================================
about
===============================================*/
#about {
  color: #fff;
  background-image: url(images/about_back.jpg);
  background-position: center 30%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  text-align: center; }
  #about .inner{
    padding: 0 20px; }
  #about .heading p {
    color: #fff;
  }
  #about .transparent {
    background-color: rgba(37, 46, 51, 0.64);
    padding: 64px 0; }
    #about .transparent .about_title {
      font-size: 64px;
      font-weight: bold;
      padding-bottom: 24px;
      letter-spacing: 2px;
      line-height: 1.8; }
    #about img {
      max-width: 500px;
      margin-bottom: 30px;}
    #about .transparent .about_subtitle {
      padding-bottom: 24px;
      font-size: 16px;
      line-height: 2; }

/*# 2018/9/1追記 */
	 #about .inner {
    max-width: 1200px; }
    #about .inner #about_link li {
      font-size: 12px;
      width: 50%;
      position: relative; }
    #about .inner #about_link li a {
      outline: none; }
    #about .inner #about_link li:nth-child(7),
    #about .inner #about_link li:nth-child(8),
    #about .inner #about_link li:nth-child(9) {
      margin-bottom: 0; }
      #about .inner #about_link li .about_body {
        background-color: #f2f2f2;
        position: relative;
        width: 80%;
        padding: 48px 24px 24px;
        margin: -50px 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; }
        #about .inner #about_link li .about_body .about_category {
          color: #fff;
          font-size: 16px;
          background-color: #cc0000;
          position: absolute;
          top: -16px;
          left: 32px;
          width: 120px;
          height: 32px;
          line-height: 36px;
          text-align: center; }
        #about .inner #about_link li .about_body .about_title {
          font-size: 18px;
          font-weight: bold;
          color: #222;
          line-height: 1.6;
          padding-bottom: 10px; }
        #about .inner #about_link li .about_body .about_info {
          color: #222;
          line-height: 1.6;}

	  /*# 2018/10/25追記 */
    #about .transparent .about_caution {
      font-size: 18px;
	  color:#FFFF00;
      font-weight: bold;
      padding-bottom: 24px;
      letter-spacing: 2px;
      line-height: 1.8; }


/*===============================================
form
===============================================*/
.form {
  background-color: #222;
  text-align: center; }
  .form .heading h2,
  .form .heading p {
    font-weight: bold;
    color: #fff; }
  .form .heading h2 {
    font-size: 28px;
    padding-bottom: 0; }
    .form .form_tel {
      font-size: 14px; }
      .form .form_tel .form_tel_area {
        padding-top: 16px; }
        .form .form_tel .form_tel_area a {
          font-size: 32px;
          letter-spacing: 2px; }
          .form .form_tel .form_tel_area a:before {
            padding-right: 16px; }
        .form .form_tel .form_tel_area p {
          padding-left: 16px;
          display: inline-block; }

.form_btn {
  padding-bottom: 32px; }
  .form_btn a {
    font-size: 20px;
    width: 420px;
    height: 80px;
    line-height: 48px;
    padding: 16px 0;
    margin: 0 auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; }
    .form_btn a:hover p {
      border-left: 1px solid #cc0000; }
    .form_btn a i {
      font-size: 32px; }
    .form_btn a p {
      padding-left: 24px;
      margin-left: 24px; }
    .btn a {
      color: #fff;
      background-color: #cc0000;
      border: 2px solid #cc0000;
      display: block; }
      .btn a:hover {
        color: #cc0000;
        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; }
        .btn a:hover p {
          border-left: 1px solid #cc0000; }
      .btn a i {
        vertical-align: middle; }
      .btn a p {
        border-left: 1px solid #fff;
        display: inline-block; }

    .tel a:link, .tel a:visited {
      color: #fff; }
    .tel a:before {
      color: #fff;
      content: '\f095';
      font-family: 'FontAweSome'; }
    .tel p {
      color: #fff; }

/*===============================================
work
===============================================*/
#work {
  background-color: #fff; }
  #work .inner {
    max-width: 1200px; }
    #work .inner #work_link li {
      font-size: 12px;
      width: 33.3333%;
      position: relative; }
    #work .inner #work_link li a {
      outline: none; }
    #work .inner #work_link li:nth-child(7),
    #work .inner #work_link li:nth-child(8),
    #work .inner #work_link li:nth-child(9) {
      margin-bottom: 0; }
      #work .inner #work_link li .work_body {
        background-color: #f2f2f2;
        position: relative;
        width: 80%;
        padding: 48px 24px 24px;
        margin: -50px 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; }
        #work .inner #work_link li .work_body .work_category {
          color: #fff;
          font-size: 16px;
          background-color: #cc0000;
          position: absolute;
          top: -16px;
          left: 32px;
          width: 120px;
          height: 32px;
          line-height: 36px;
          text-align: center; }
        #work .inner #work_link li .work_body .work_title {
          font-size: 18px;
          font-weight: bold;
          color: #222;
          line-height: 1.6;
          padding-bottom: 10px; }
        #work .inner #work_link li .work_body .work_info {
          color: #222;
          line-height: 1.6;}

/*===============================================
interview
===============================================*/
#interview {
  background-color: #f2f2f2; }
  #interview .heading p {
    font-weight: bold;
    color: #808080; }
  #interview ul li {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 48px;
    position: relative; }
    #interview ul li a {
      display: block; }
    #interview ul li:nth-child(2n) .interview_img {
      float: right; }
    #interview ul li:nth-child(2n) .interview_body {
      right: inherit;
      left: 0; }
    #interview ul li:last-child {
      margin-bottom: 0; }
    #interview ul li .interview_img {
      overflow: hidden;
      width: 600px; }
    #interview ul li img {
      width: 100%;
      display: block;
      transition-duration: 0.3s; }
    #interview ul li img:hover {
      transform: scale(1.1);
	  transition-duration: 0.3s;}
    #interview ul li .interview_body {
      background-color: #fff;
      width: 440px;
      height: 270px;
      padding: 52px 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%); }
      #interview ul li .interview_body .interview_label {
        color: #fff;
        background-color: #cc0000;
        font-size: 16px;
        font-style: italic;
        width: 120px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        position: absolute;
        top: -16px;
        left: 32px; }
      #interview ul li .interview_body .interview_content p {
        color: #333; }
      #interview ul li .interview_body .interview_content .interview_title {
        font-size: 20px;
        font-weight: bold;
        padding-bottom: 20px;
        line-height: 2;
        letter-spacing: 1px; }
      #interview ul li .interview_body .interview_content .interview_text {
        font-size: 14px;
        line-height: 2; }
  .interview_img{
    position: relative; }
  .interview_img .video-play{
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .interview_img .video-play:before,
  .interview_img .video-play:after{
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .interview_img .video-play:before{
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .interview_img .video-play:after{
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  #interview .inner #interview_link li:hover .interview_img .video-play:before{
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
  #interview .inner #interview_link li:hover .interview_img .video-play:after{
    opacity: 1;
    background: rgba(34, 34, 34, 0.7); }
  .interview_img i{
    font-size: 18px;
    color: #fff;
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s; }
  .video-play a.modal:hover i{
    font-size: 22px; }
  .fancybox-active .fancybox-button{
    background: rgba(255,255,255,.5); }
  body .fancybox-overlay{
    background: rgba(0, 0, 0, 0.8);
    z-index: 9998; }
  body .fancybox-opened{
    z-index: 9999; }
  body .fancybox-skin{
    background: transparent; }
  body .fancybox-opened .fancybox-skin{
    box-shadow: none; }
  body .fancybox-outer,
  body .fancybox-inner{
    position: static; }
  .video-play{
    display: block;
    -webkit-transition: .5s;
    transition: .5s; }
  #video-all{
  	display: none;
    text-align: center;
    position: relative; }
  #video-all iframe{
    width: 100%;
    height: 600px; }
  #video-all button.close{
    display: inline-block;
    width: 64px;
    height: 64px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  	transform: translateX(-50%); }
  #video-all button.close:before,
  #video-all button.close:after{
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  #video-all button.close:before{
    border: 2px solid #fff;
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
  #video-all button.close:after{
    background: rgba(255, 255, 255, 0.5); }
  #video-all button.close:hover:before{
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  #video-all button.close:hover:after{
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  #video-all button.close span{
    display: block;
  	width: 24px;
  	height: 1px;
  	background: transparent;
  	border-radius: 25px;
  	position: absolute;
  	top: 50%;
  	left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  	transform: translate(-50%, -50%); }
  #video-all button.close span:before,
  #video-all button.close span:after{
    content: "";
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    left: 0; }
  #video-all button.close span:before{
  	top: 0;
  	-webkit-transform: rotate(-45deg);
  	-ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  #video-all button.close span:after{
  	bottom: 0;
  	-webkit-transform: rotate(45deg);
  	-ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .fancybox-close{
    display: none; }
/*===============================================
company_logo
===============================================*/
#company_logo {
  background-color: #fff; }
  #logo_list {
    margin-bottom: -32px;
  }
    #logo_list li {
      width: 25%; }
/*===============================================
plan
===============================================*/
#plan {
  background-color: #f2f2f2; }
  #plan .heading p {
    font-weight: bold;
    color: #808080; }
  #plan ul li {
    width: 100%;
    font-size: 14px;
    padding: 0;
    margin-bottom: 48px;
    position: relative; }
    #plan ul li a {
      display: block; }
    #plan ul li:nth-child(2n) .plan_img {
      float: right; }
    #plan ul li:nth-child(2n) .plan_body {
      right: inherit;
      left: 0; }
    #plan ul li:last-child {
      margin-bottom: 0; }
    #plan ul li .plan_img {
      width: 600px; }
    #plan ul li img {
      width: 100%; }
    #plan ul li .plan_body {
      background-color: #fff;
      width: 440px;
      padding: 40px 32px 40px;
      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%); }
      #plan ul li .plan_body .plan_label {
        color: #fff;
        background-color: #cc0000;
        font-size: 16px;
        font-style: italic;
        width: 120px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        position: absolute;
        top: -16px;
        left: 32px; }
      #plan ul li .plan_body .plan_content p {
        color: #333; }
      #plan ul li .plan_body .plan_content .plan_title {
        font-size: 40px;
        font-weight: bold;
        line-height: 2;
        letter-spacing: 1px; }
      #plan ul li .plan_body .plan_content .plan_text {
        font-size: 14px;
        line-height: 2; }
  .plan_img{
    position: relative; }
  .plan_img .video-play{
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .plan_img .video-play:before,
  .plan_img .video-play:after{
    width: 100%;
    height: 100%;
    content: "";
    border-radius: inherit;
    box-sizing: border-box;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .plan_img .video-play:before{
    background-color: rgba(0, 0, 0, 0.2);
    border: 2px solid #fff;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .plan_img .video-play:after{
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1); }
  #plan .inner #plan_link li:hover .plan_img .video-play:before{
    opacity: 0;
    -webkit-transform: scale3d(1.2, 1.2, 1);
    transform: scale3d(1.2, 1.2, 1); }
  #plan .inner #plan_link li:hover .plan_img .video-play:after{
    opacity: 1;
    background: rgba(34, 34, 34, 0.7); }
  .plan_img i{
    font-size: 18px;
    color: #fff;
    margin-left: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s;
    transition: .3s; }

  #plan .price li .price_list p span {
      width: 85%;
      font-size: 16px;
      display: inline-block; }

	  /*# 2018/9/1追記 */
  #plan .plan_attention {
        font-size: 14px;
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 2;
        letter-spacing: 1px; }

/*===============================================
information
===============================================*/
#information {
  background-color: #fff;
}
#information table {
  width: 100%; }
    #information table tr th, #information table tr td {
      display: inline-block;
      width: 100%;
      text-align: left;
      line-height: 1.7; }
    #information table tr th {
      font-size: 18px;
      color: #fff;
      background-color: #222;
      box-sizing: border-box;
      padding: 18px 20px 16px; }
    #information table tr td {
      padding: 30px 0 40px; }
    #information table tr td .table_list {
      font-weight: bold;
      padding-bottom: 10px; }
    #information table tr td ul.list-style li {
      display: inline-block;
      width: 33.33333%;
      vertical-align: top; }
    #information table tr td ul.text-style li {
      margin-bottom: 30px; }
    #information table tr td ul.text-style li:last-child {
      margin-bottom: 0; }
    #information table tr td ul.list-style li {
      text-align: center; }
      #information table tr td ul.list-style li .information-inner {
        width: 90%; }
      #information table tr td ul.list-style li:first-child .information-inner{
        margin: 0 auto 0 0; }
      #information table tr td ul.list-style li:nth-child(2) .information-inner{
        margin: 0 auto; }
      #information table tr td ul.list-style li:nth-child(3) .information-inner{
        margin: 0 0 0 auto; }
        #information table tr td ul li p {
          font-size: 16px; }
        #information table tr td ul.list-style li p {
          font-size: 18px;
          margin: 10px 0 0; }
        #information table tr td p.attention {
          margin-top: 30px;}

/*安全対策 ※2018/10/04追記*/
#information  .inner #information_link {
    margin-top: 0px;
    padding-top: 40px;
    text-align: center;
		  margin-bottom: 20px;
	  padding-bottom: 16px;
}
#information .inner #information_link li a {
      outline: none;
}
#information  .inner #information_link .list {
	font-size: 14px;
    width: 320px;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 0;
    position: relative;
	   }
#information  .inner #information_link .list img{
      width: auto;
      height: 100px;
      margin: 0 auto 100px;
      display: block;
      text-align: center;
}
#information  .inner #information_link .list .information_title {
      	font-size: 20px;
      	font-weight: bold;
		padding-bottom: 16px;
}
#information  .inner #information_link .list .information_text {
	    font-size: 14px;
        line-height: 1.7;
		}





#information #flow {
  padding-top: 64px; }
  #information #flow .heading h2 {
    font-weight: bold; }
  #information #flow #flow_slider .list {
    font-size: 14px;
    width: 320px;
    text-align: center;
    padding: 0 20px;
    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;
      padding-bottom: 16px; }
      #information #flow #flow_slider .list .flow_title span {
        font-size: 14px;
        font-weight: 100;
        color: #cc0000;
        display: block;
        padding-bottom: 8px; }
    #information #flow #flow_slider .list .flow_text {
      line-height: 1.7; }
      #flow #flow_slider ul.dot_class li {
        background-color: #e6e6e6; }
      #flow #flow_slider ul.dot_class li.slick-active {
        background-color: #222; }

/*===============================================
entry
===============================================*/
#entry {
  background-color: #f2f2f2; }
  #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: #222;
        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: 12px 8px 8px 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(images/select.png) no-repeat 97% center;
          background-size: 14px; }
  #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: 280px;
      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: #cc0000;
        font-size: 16px;
        width: 300px;
        height: 56px;
        line-height: 56px;
        padding: 0;
        display: block;
        outline: 0;
        border: 2px solid #cc0000;
        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: #cc0000;
          background-color: #fff; }
    #entry .f_bottom .f_guide {
      float: left;
      width: 50%; }
      #entry .f_bottom .f_guide span {
        /*color: #fff;*/
        display: inline-block; }
/*===============================================
page_top
===============================================*/
#page_top {
  text-align: center;
  position: fixed;
  bottom: 72px;
  right: 0;
  margin: 0;
  z-index: 9999; }
  #page_top a {
    background-color: #222;
    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: #222;
  /* height: 72px;*/
  height: 10rem;
  padding: 1rem;
 }
  footer .inner {
    position: relative; }
    footer .inner .logo {
      /* position: absolute; */
      left: 0;
      width: 100px;
      margin: auto;
      transform: translate(0, 30%);
      -webkit-transform: translate(0, 30%);
      -moz-transform: translate(0, 30%);
      -ms-transform: translate(0, 30%);
      -o-transform: translate(0, 30%); }
    footer .sns {
      display: flex;
      width: 20rem;
      margin: 1rem auto 0;
      }
    footer .sns a {
      text-align: center;
      width: calc( 100% / 3);
      }
    footer .sns a img  {
      width: 40px;
      }
    footer .sns a span  {
      display: block;
      margin-top: .5rem;
      padding: 0;
      }
    footer .inner .footer_links {
      /* position: absolute; */
      margin: auto;
      text-align: center;
      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; }

/*===============================================
thanks
===============================================*/
#thnaks_page {
  color: #fff;
  background-image: url(images/about_back.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.5);
    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: #cc0000;
        border: 2px solid #cc0000;
        font-size: 16px;
        font-weight: bold;
        display: block;
        width: 200px;
        padding: 18px 0 16px;
        margin: 32px auto 0;
        display: block;
        text-align: center;
        position: relative; }
        #thnaks_page #wrap #thanks .top_link a:hover {
          color: #cc0000;
          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: 16px;
          padding: 0 1px; }

/*
=====================================================================
=====================================================================
タブレットレスポンシブ（769px〜1060px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 1060px) {
  header .pc_menu, header .entry_btn, .nav-tel {
    display: none; }
  header .sp_menu, header .sp_btn {
    display: block; }
  header .sp_menu {
    position: fixed;
    top: 19px;
    left: 0;
    width: 100%;
    margin-top: 72px;
    background-color: #222;
    z-index: 9990;
    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.scroll .sp_menu {
    top: 0; }
    header .sp_menu ul {
      display: none;
      border-bottom: 1px solid #fff; }
      header .sp_menu ul li {
        border-top: 1px solid #fff;
        font-size: 16px; }
        header .sp_menu ul li a {
          padding: 16px;
          display: block; }
          header .sp_menu ul li .sns {
            display: flex;
           }
          header .sp_menu ul li .sns a {
            text-align: center;
            width: calc( 100% / 3);
           }
          header .sp_menu ul li .sns a img  {
            width: 40px;
           }
          header .sp_menu ul li .sns a span  {
            display: block;
            margin-top: .5rem;
            padding: 0;
           }
          header .sp_menu ul li a span {
            font-size: 12px;
            padding-left: 16px; }
  header .sp_btn {
    background-color: #222;
    position: absolute;
    top: 19px;
    right: 0;
    width: 80px;
    height: 72px;
    z-index: 9990;
    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.scroll .sp_btn {
    top: 0; }
    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;
        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: 52px; }
  #first_view .transparent .inner #fv_text .fv_subtitle {
    font-size: 22px; }
  section .heading h2 {
    font-size: 28px;
    line-height: 1.7; }
  #work .inner #work_link li {
    padding: 0 10px; }
  #work .inner #work_link li .work_body {
    width: 90%;
    padding: 40px 16px 16px;  }
  #interview .inner ul li .interview_body {
    height: 210px;
    padding: 48px 16px 16px; }
    #interview .inner ul li .interview_body .interview_title {
      font-size: 16px;
      padding-bottom: 16px; }
/*# 2018/10/4追記 */
    #information  .inner #information_link .list{
      float: none;
      width: 100%;
	  margin-bottom: 16px;
	   }
    #information ul li img {
      width: 100%; }
	  #information .inner #information_link .list img {
        margin: 0 auto 20px; }
	#information  .inner #information_link .list .information_title {
      	font-size: 16px;
}
/*# 2018/9/3追記 */
	#plan .inner ul li .plan_body {
    height: 210px;
    padding: 48px 16px 16px; }
    #plan .inner ul li .plan_body .plan_title {
      font-size: 22px;
      padding-bottom: 16px; }
  #about .inner #about_link li {
    padding: 0 10px; }
  #about .inner #about_link li .about_body {
    width: 90%;
    padding: 40px 16px 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 {
      text-align: center;
      padding: 16px 32px 0; }
      footer .inner .footer_links ul {
        margin-bottom: 24px;
        margin-right: 0; }
        footer .inner .footer_links ul li {
          margin-right: 16px; }
      footer .inner .footer_links small {
        display: block;
        text-align: center; } }
/*
=====================================================================
=====================================================================
タブレットレスポンシブ（769px〜900px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 900px){
  #interview ul li .interview_img{
    width: 500px; }
    #interview .inner ul li .interview_body{
      width: 380px;
    }
      #interview ul li .interview_body .interview_content .interview_text {
        line-height: 1.8;
		}

/*# 2018/9/3追記 */
  #plan ul li .plan_img{
    width: 500px; }
    #plan .inner ul li .plan_body{
      width: 380px;
    }
      #plan ul li .plan_body .plan_content .plan_text {
        line-height: 1.8;
        }  }

/*
=====================================================================
=====================================================================
タブレットレスポンシブ（481px〜768px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 768px) {
  section {
    padding: 48px 16px; }

  .pc-tb {
    display: none; }

  .tb {
    display: block; }

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

  /*===============================================
  header
  ===============================================*/
  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
  ===============================================*/
  #first_view .transparent .inner #fv_text {
    top: 45%;
    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 span{
      display: none;
    }
  #first_view .transparent .inner a {
    bottom: 48px; }

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

  /*===============================================
  about
  ===============================================*/
  #about .transparent {
    padding: 48px 0; }
    #about .transparent .about_title {
      font-size: 40px;}

 /*# 2018/9/3追記 */
   #about .inner #about_link li {
    width: 100%;
    padding: 0; }
    #about .inner #about_link li:nth-child(7), #about .inner #about_link li:nth-child(8), #about .inner #about_link li:nth-child(9) {
      margin-bottom: 2rem;
    }

  /*===============================================
  form
  ===============================================*/
  .form .heading h2 {
    font-size: 24px; }

  /*===============================================
  work
  ===============================================*/
  #work .inner #work_link li {
    width: 100%;
    padding: 0; }
    #work .inner #work_link li:nth-child(7), #work .inner #work_link li:nth-child(8), #work .inner #work_link li:nth-child(9) {
      margin-bottom: 2rem;
    }

  /*===============================================
  interview
  ===============================================*/
    #interview ul li .interview_img,
    #interview ul li:nth-child(2n) .interview_img{
      float: none;
      width: 100%; }
    #interview ul li img {
      width: 100%; }
    #interview .inner ul li .interview_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); }
      #interview ul li .interview_body .interview_content .interview_title {
        font-size: 16px;
        padding-bottom: 8px; }
      body.fancybox-active .fancybox-slide {
        padding: 16px; }

  /*===============================================
  company_logo
  ===============================================*/
  #logo_list li {
    width: 50%;
    margin-bottom: 0; }

  /*===============================================
  plan
  ===============================================*/
  /*# 2018/9/3追記 */
    #plan ul li .plan_img,
    #plan ul li:nth-child(2n) .plan_img{
      float: none;
      width: 100%; }
    #plan ul li img {
      width: 100%; }
    #plan .inner ul li .plan_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); }
      #plan ul li .plan_body .plan_content .plan_title {
        font-size: 16px;
        padding-bottom: 8px; }
      body.fancybox-active .fancybox-slide {
        padding: 16px; }

  /*===============================================
  information
  ===============================================*/
  #information table tr td ul.list-style li .information-inner{
    width: 95%; }
    #information table tr:last-child td ul.list-style li p{
      font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-weight: bold; }

  /*===============================================
  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 .sns {
      display: none;
    }
    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; } }
/*
=====================================================================
=====================================================================
スマホレスポンシブ（〜480px）
=====================================================================
=====================================================================
*/
@media screen and (max-width: 480px) {
  section .heading h2 {
    font-size: 20px; }

  .pctb {
    display: none; }

  .sp {
    display: block; }

  /*===============================================
  header
  ===============================================*/
  header h1 img {
    width: 140px; }

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

  /*===============================================
  catch
  ===============================================*/
  #catch .heading{
    padding-bottom: 20px;}
  #catch .catch_subtitle {
    font-size: 32px; }
  #catch .catch_text {
    font-size: 14px; }

  /*===============================================
  about
  ===============================================*/
  #about{
    background-position: 60% 30%;
  }
  #about .transparent .about_title{
    font-size: 32px; }
  #about .transparent .about_subtitle {
    font-size: 14px;
    line-height: 1.7; }

	 /*# 2018/9/3追記 */
	  #about ul li .about_body .about_label {
    left: 16px; }

  /*===============================================
  form
  ===============================================*/
  .form_btn a {
    font-size: 18px;
    width: 100%; }
    .form_btn a i {
      font-size: 24px; }
    .form_btn a p {
      padding-left: 16px;
      margin-left: 12px; }

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

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

  /*===============================================
  interview
  ===============================================*/
  #interview ul li{
    margin-bottom: 2rem; }
  #interview .inner ul li .interview_body{
    padding: 40px 16px 24px; }
  #interview ul li .interview_body .interview_content .interview_text {
    font-size: 12px;
    line-height: 1.6; }

  #plan .price li .price_label {
    padding-bottom: 25px; }

  /*===============================================
  plan
  ===============================================*/
    /*# 2018/9/3追記 */
  #plan ul li{
    margin-bottom: 2rem; }
  #plan .inner ul li .plan_body{
    padding: 40px 16px 24px; }
  #plan ul li .plan_body .plan_content .plan_text {
    font-size: 12px;
    line-height: 1.6; }

  #plan .price li .price_label {
    padding-bottom: 25px; }

  /*# 2018/10/25追記 */
  #plan .plan_attention {
        font-size: 12px;
        line-height: 1.4;}

  /*===============================================
  information
  ===============================================*/
  #information table tr th {
    padding: 15px 18px 12px; }
  #information table tr td ul.list-style li{
    margin-bottom: 1.5rem; }
  #information table tr td ul.list-style li, #information table tr td ul.list-style li .information-inner {
    width: 100%; }

  /*===============================================
  thanks
  ===============================================*/
  #thnaks_page #wrap #thanks p {
    font-size: 16px; } }

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

  #catch .catch_subtitle {
    font-size: 24px; }

  #about .transparent .about_title {
    font-size: 28px; }
  footer .sns {
      display: none;
    }
  footer .inner .footer_links ul li {
    margin-right: 6px; }
  footer .inner .footer_links small {
    font-size: 12px; } }

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