@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  overflow-y: scroll; }

blockquote, q {
  quotes: none; }

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

input, textarea {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style-image: none;
  list-style-type: none; }

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

caption, th {
  text-align: left; }

a {
  text-decoration: none; }

a:focus {
  outline: none; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; }

.clearfix {
  min-height: 1px; }

* html .clearfix {
  height: 1px; }

.both {
  clear: both; }

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/* Helper */
.valign_top {
  vertical-align: top; }

/**************************************************
Brakpoint
***************************************************/
html {
  background: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  letter-spacing: 1px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  line-break: 　strict;
  word-wrap: break-word;
  color: #000;
  text-align: justify; }

body.overflow-hidden {
  overflow: hidden; }

img {
  width: 100%; }

a {
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  a:hover {
    opacity: 0.7;
    filter: alpha(opacity=80); }

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

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

/* Common
--------------------------------------------------- */
.tit_box {
  margin: 0 auto 30px;
  text-align: center;
  height: 110px; }

.section_tit {
  width: 100%;
  font-size: 60px;
  line-height: 1.35;
  color: #000;
  text-align: center;
  font-weight: 100;
  letter-spacing: 4px;
  position: relative;
  margin: 0 0 30px 0;
  display: inline-block; }
  .section_tit span {
    padding: 0 20px 0 0;
    margin: 0 40px 0 0;
    position: relative;
    font-weight: 100; }
    .section_tit span:before {
      position: absolute;
      display: block;
      content: "";
      width: 2px;
      height: 55px;
      background-color: #000;
      position: absolute;
      right: -10px;
      top: 20px; }
  .section_tit .color_01 {
    color: #F2D925; }
  .section_tit .color_02 {
    color: #79CAE0; }

.page_tit {
  font-size: 42px;
  font-weight: 700;
  font-family: 'Roboto', sans-serif;
  line-height: 1.2;
  margin: 0 0 30px;
  text-align: center; }

.read_txt {
  font-size: 16px;
  line-height: 2.4;
  letter-spacing: 1px; }

.mess_box {
  text-align: center; }

@media only screen and (max-width: 767px) {
  .tit_box {
    height: auto; }
  .section_tit {
    font-size: 28px;
    margin: 0 0 20px 0; }
    .section_tit span {
      padding: 0 10px 0 0;
      margin: 0 30px 0 0;
      position: relative;
      font-weight: 100; }
      .section_tit span:before {
        position: absolute;
        display: block;
        content: "";
        width: 1px;
        height: 30px;
        background-color: #000;
        position: absolute;
        right: -10px;
        top: 8px; }
  .read_txt {
    font-size: 12px;
    line-height: 1.8;
    letter-spacing: 1px; }
  .cs_mess {
    font-size: 24px; }
  .coming_txt {
    font-size: 24px; }
  .page_tit {
    font-size: 28px;
    margin: 0 0 10px; } }

/* Header
--------------------------------------------------- */
header {
  width: 100%;
  height: 130px; }
  header .head_copy {
    width: 100%;
    background-color: #23AA11;
    color: #fff;
    font-size: 12px;
    padding: 3px 5%;
    margin: 0 0 20px; }
  header .header_inner {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    header .header_inner .header_logo {
      width: 140px;
      display: block; }
    header .header_inner .menu_box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 0 0 0; }
      header .header_inner .menu_box a {
        font-size: 14px;
        color: #000;
        margin: 0 20px 0 0; }
      header .header_inner .menu_box li:last-child a {
        margin: 0 0 0 0; }
      header .header_inner .menu_box .contact {
        background: #FF0000;
        border-radius: 12px;
        color: #fff;
        text-align: center;
        padding: 5px 15px;
        display: block; }

.hamburger {
  display: none; }

@media only screen and (max-width: 767px) {
  header {
    padding: 20px 0;
    height: 22vw; }
    header .head_copy {
      display: none; }
    header .header_inner {
      width: 90%; }
      header .header_inner .header_logo {
        width: 25%;
        display: block; }
      header .header_inner .menu_box {
        display: none; }
  .hamburger {
    display: block;
    top: 20px;
    right: 15px;
    left: inherit; }
  .hamburger__icon {
    width: 30px;
    height: 1px; }
    .hamburger__icon:after, .hamburger__icon:before {
      width: 30px;
      height: 1px; }
    .hamburger__icon:after {
      top: 10px; }
    .hamburger__icon:before {
      top: -10px; }
  .hamburger.active .hamburger__icon:after {
    top: 7px;
    background-color: #000; }
  .hamburger.active .hamburger__icon:before {
    top: -7px;
    background-color: #000; }
  .fat-nav {
    background: rgba(255, 255, 255, 0.98); }
    .fat-nav li a {
      color: #000;
      font-size: 18px; }
    .fat-nav li .link_btn {
      width: 80%;
      margin: 0 auto;
      display: block; }
    .fat-nav .btnarea li:first-child {
      margin: 30px auto 0; } }

/* MV
--------------------------------------------------- */
section.mv {
  width: 100%;
  height: 100vh;
  background-size: 10%;
  position: relative;
  z-index: -10;
  margin: -130px 0 0 0; }
  section.mv .logo {
    width: 470px;
    height: 230px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  section.mv .arrow a {
    padding-top: 80px;
    position: absolute;
    bottom: -30px;
    left: 48%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
    color: #23AA11; }
  section.mv .arrow a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #23AA11;
    border-bottom: 1px solid #23AA11;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb 2s infinite;
    animation: sdb 2s infinite;
    opacity: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  section.mv .arrow a span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s; }
  section.mv .arrow a span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s; }
  section.mv .arrow a span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s; }

@-webkit-keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes sdb {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@media only screen and (max-width: 767px) {
  section.mv {
    background-size: 30%; }
    section.mv .logo {
      width: 50vw;
      height: 24vw;
      top: 20vw; }
    section.mv .arrow a {
      left: 44%;
      bottom: -80px; } }

/* Concept
--------------------------------------------------- */
section.concept {
  width: 600px;
  height: auto;
  padding: 50px 0;
  margin: 0 auto; }
  section.concept .concept_inner {
    text-align: center;
    position: relative; }
    section.concept .concept_inner .concept_tit {
      font-size: 40px;
      color: #23AA11;
      margin: 0 0 20px;
      letter-spacing: 8px; }
    section.concept .concept_inner .concept_img_01 {
      display: block;
      width: 211px;
      height: 313px;
      position: absolute;
      top: 20px;
      left: -260px; }
    section.concept .concept_inner .concept_img_02 {
      display: block;
      width: 321px;
      height: 376px;
      position: absolute;
      top: -40px;
      right: -320px; }

@media only screen and (max-width: 767px) {
  section.concept {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0; }
    section.concept .concept_inner .concept_tit {
      font-size: 22px;
      margin: 0 0 20px;
      letter-spacing: 3px; }
    section.concept .concept_inner .read_txt {
      font-size: 13px; }
    section.concept .concept_inner .concept_img_01 {
      display: none; }
    section.concept .concept_inner .concept_img_02 {
      display: none; } }

.modal_box {
  width: 500px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 50px 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border: 3px solid #23AA11;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .modal_box .modal_img_01 {
    width: 180px;
    margin: 0 auto 20px; }
  .modal_box .modal_img_02 {
    width: 220px;
    margin: 0 auto 20px; }
  .modal_box .modal_txt {
    font-size: 14px;
    line-height: 2;
    text-align: left;
    font-weight: 500; }

/* Find
--------------------------------------------------- */
.find {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  margin: 50px 0 50px; }
  .find .find_box_01 {
    background-color: #23AA11;
    width: 216px;
    height: 216px;
    text-align: center;
    border-radius: 300px;
    padding: 40px 0 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60px;
    z-index: 100; }
    .find .find_box_01 .logo {
      width: 126px;
      margin: 0 auto 0; }
    .find .find_box_01 .find_txt {
      font-size: 28px;
      color: #fff;
      line-height: 1.2; }
  .find .find_box_02 {
    background-color: #FFF9CE;
    width: 50%;
    height: auto;
    padding: 60px 0 40px 0; }
  .find .find_box_03 {
    background-color: #E2F9FF;
    width: 50%;
    height: auto;
    padding: 60px 0 40px 0; }
  .find .find_inner {
    width: 32vw;
    max-width: 480px;
    margin: 0 auto; }
    .find .find_inner .concept_img_01 {
      display: none; }
    .find .find_inner .concept_img_02 {
      display: none; }
    .find .find_inner .find_tit {
      width: 100%;
      text-align: center;
      margin: 0 0 10px;
      position: relative; }
      .find .find_inner .find_tit .sub_tit {
        font-size: 34px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        line-height: 1.2;
        margin: 0 0 0; }
      .find .find_inner .find_tit .main_tit {
        font-size: 45px;
        letter-spacing: 5px; }
      .find .find_inner .find_tit .fukidashi {
        width: 150px;
        position: absolute;
        top: -50px;
        left: -40px; }
    .find .find_inner .read_txt {
      font-size: 14px;
      line-height: 2;
      letter-spacing: 2px; }
      .find .find_inner .read_txt a {
        text-decoration: underline; }

.btn_area {
  width: 685px;
  margin: 0 auto 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .btn_area a {
    display: block;
    width: 320px; }

@media only screen and (max-width: 767px) {
  .find {
    display: block;
    margin: 50px 0 50px; }
    .find .find_box_01 {
      width: 100%;
      height: auto;
      border-radius: 0;
      padding: 30px 0;
      position: relative;
      top: 0; }
      .find .find_box_01 .logo {
        width: 40%; }
    .find .find_box_02 {
      width: 100%;
      padding: 30px 0; }
    .find .find_box_03 {
      width: 100%;
      padding: 30px 0; }
    .find .find_inner {
      width: 90%;
      margin: 0 auto; }
      .find .find_inner .concept_img_01 {
        display: block;
        width: 30%;
        margin: 0 auto; }
      .find .find_inner .concept_img_02 {
        display: block;
        width: 40%;
        margin: 0 auto; }
      .find .find_inner .find_tit {
        width: 90%;
        text-align: center;
        margin: 0 auto 10px;
        position: relative; }
        .find .find_inner .find_tit .main_tit {
          font-size: 28px;
          letter-spacing: 3px; }
        .find .find_inner .find_tit .sub_tit {
          font-size: 22px; }
        .find .find_inner .find_tit .fukidashi {
          width: 30%;
          position: absolute;
          top: -8vw;
          left: -5vw; }
      .find .find_inner .read_txt {
        font-size: 13px;
        line-height: 1.8;
        letter-spacing: 1px; }
        .find .find_inner .read_txt a {
          text-decoration: underline; }
  .btn_area {
    width: 100%;
    margin: 0 auto 30px;
    display: block; }
    .btn_area a {
      display: block;
      width: 80%;
      margin: 20px auto; } }

/* Creators
--------------------------------------------------- */
.page_main {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 30px 0 50px;
  text-align: center; }
  .page_main .read_txt {
    width: 900px;
    margin: 0 auto;
    font-size: 18px;
    text-align: center;
    line-height: 2;
    letter-spacing: 3px; }

.find_01 {
  background-color: #FFF9CE; }
  .find_01 .page_img {
    width: 187px;
    margin: 0 auto; }

.find_02 {
  background-color: #E2F9FF; }
  .find_02 .page_img {
    width: 220px;
    margin: 0 auto; }

.find_03 {
  background-color: #F2F2F2; }
  .find_03 .page_img {
    width: 140px;
    margin: 0 auto; }
  .find_03 .read_txt {
    text-align: justify; }

.section_area {
  width: 850px;
  margin: 0 auto;
  padding: 130px 0 0; }
  .section_area .read_txt {
    text-align: center;
    line-height: 2; }
  .section_area .section_img_01 {
    width: 150px;
    margin: 0 auto 20px; }
  .section_area .section_img_02 {
    width: 165px;
    margin: 0 auto 20px; }
  .section_area .list_box {
    text-align: center;
    margin: 50px 0 50px 0; }
    .section_area .list_box .list_tit {
      font-size: 16px; }
    .section_area .list_box .progrum_list li {
      font-size: 17px;
      text-decoration: underline;
      margin: 15px 0; }
  .section_area .interview_list {
    width: 715px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .section_area .interview_list li {
      width: 230px;
      text-align: center;
      margin: 0 20px; }
      .section_area .interview_list li a {
        display: block; }
        .section_area .interview_list li a .interview_img {
          width: 100%;
          margin: 0 0 5px; }
        .section_area .interview_list li a .progrum_name {
          font-size: 12px;
          margin: 0 0 5px; }
        .section_area .interview_list li a .name {
          font-size: 14px; }
  .section_area .strong_list {
    width: 715px;
    margin: 0 auto; }
    .section_area .strong_list li {
      width: 100%;
      border: 2px solid #F2D925;
      padding: 15px;
      text-align: center;
      font-size: 22px;
      border-radius: 10px;
      margin: 0 0 20px; }
  .section_area .strong_list.producers_list li {
    border: 2px solid #79CAE0; }
  .section_area .btn_area {
    width: 565px;
    margin: 50px auto 30px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .section_area .btn_area a {
      width: 260px; }

@media only screen and (max-width: 767px) {
  .page_main {
    width: 100%;
    padding: 30px 0; }
    .page_main .read_txt {
      width: 90%;
      margin: 0 auto;
      font-size: 13px;
      line-height: 1.6;
      letter-spacing: 2px; }
  .find_01 .page_img {
    width: 40%; }
  .find_02 .page_img {
    width: 30%; }
  .find_03 .page_img {
    width: 30%; }
  .section_area {
    width: 90%;
    padding: 50px 0 0; }
    .section_area .read_txt {
      text-align: center;
      line-height: 2; }
      .section_area .read_txt br {
        display: none; }
    .section_area .section_img_01 {
      width: 40%; }
    .section_area .section_img_02 {
      width: 40%; }
    .section_area .list_box {
      margin: 30px 0 50px 0; }
      .section_area .list_box .list_tit {
        font-size: 13px; }
      .section_area .list_box .progrum_list li {
        font-size: 13px;
        text-decoration: underline;
        margin: 10px 0; }
    .section_area .interview_list {
      width: 70%;
      margin: 0 auto;
      display: block; }
      .section_area .interview_list li {
        width: 100%;
        margin: 0 auto 20px; }
        .section_area .interview_list li a .interview_img {
          margin: 0 0 5px; }
        .section_area .interview_list li a .progrum_name {
          font-size: 11px;
          margin: 0 0 5px; }
        .section_area .interview_list li a .name {
          font-size: 13px; }
    .section_area .strong_list {
      width: 100%; }
      .section_area .strong_list li {
        width: 100%;
        padding: 10px 5px;
        font-size: 15px;
        border-radius: 10px;
        margin: 0 0 10px; }
    .section_area .strong_list.producers_list li {
      border: 2px solid #79CAE0; }
    .section_area .btn_area {
      width: 60%;
      margin: 30px auto 30px; }
      .section_area .btn_area a {
        width: 100%; } }

/* About
--------------------------------------------------- */
.page_main.about .read_txt {
  width: 715px; }

.section_area.about {
  width: 715px; }

.logo_name_box .logo_name {
  width: 590px;
  margin: 0 auto 20px; }

.logo_name_box .logo_name_tit {
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  margin: 0 0 50px; }

.logo_name_box .logo_name_txt {
  font-size: 18px;
  line-height: 1.8; }

.ceo_box {
  margin: 50px 0 0 0; }
  .ceo_box .position {
    font-size: 14px;
    line-height: 1.4; }
  .ceo_box .name {
    font-size: 20px;
    margin: 0 0 15px; }
    .ceo_box .name span {
      font-size: 14px; }
  .ceo_box .ceo_txt {
    font-size: 14px;
    line-height: 1.6; }

.company_box .company_tit {
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px; }

.company_box .company_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px dotted #CBCBCB; }
  .company_box .company_list li:last-child {
    border: none; }
  .company_box .company_list li .label {
    width: 30%;
    font-size: 14px;
    text-align: right;
    padding: 15px;
    line-height: 1.8; }
  .company_box .company_list li .company_txt {
    width: 70%;
    font-size: 14px;
    padding: 15px;
    line-height: 1.8; }
    .company_box .company_list li .company_txt a {
      text-decoration: underline; }

.access_box .access_tit {
  font-size: 30px;
  text-align: center;
  margin: 0 0 30px; }

.access_box .map_box {
  width: 100%;
  margin: 0 0 10px; }

.access_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .access_box .txt_box .left_txt {
    font-size: 14px;
    line-height: 1.8; }
  .access_box .txt_box .right_txt {
    font-size: 12px;
    line-height: 1.8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .access_box .txt_box .right_txt span {
      width: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0 5px; }

@media only screen and (max-width: 767px) {
  .page_main.about .read_txt {
    width: 90%; }
  .section_area.about {
    width: 90%; }
  .logo_name_box .logo_name {
    width: 100%;
    margin: 0 auto 20px; }
  .logo_name_box .logo_name_tit {
    font-size: 16px;
    margin: 0 0 20px; }
  .logo_name_box .logo_name_txt {
    font-size: 13px; }
  .ceo_box {
    margin: 30px 0 0 0; }
    .ceo_box .position {
      font-size: 11px; }
    .ceo_box .name {
      font-size: 14px;
      margin: 0 0 10px; }
      .ceo_box .name span {
        font-size: 12px; }
    .ceo_box .ceo_txt {
      font-size: 11px;
      line-height: 1.6; }
  .company_box .company_tit {
    font-size: 24px;
    margin: 0 0 20px; }
  .company_box .company_list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .company_box .company_list li .label {
      width: 100%;
      font-size: 12px;
      padding: 20px 0 0;
      text-align: left;
      font-weight: 600;
      line-height: 1.6; }
    .company_box .company_list li .company_txt {
      width: 100%;
      font-size: 12px;
      padding: 5px 0 10px;
      line-height: 1.6; }
  .access_box .access_tit {
    font-size: 24px;
    margin: 0 0 20px; }
  .access_box .map_box {
    width: 100%;
    margin: 0 0 10px; }
    .access_box .map_box iframe {
      width: 100%;
      height: 200px; }
  .access_box .txt_box {
    display: block; }
    .access_box .txt_box .left_txt {
      font-size: 13px;
      line-height: 1.8;
      text-align: left; }
    .access_box .txt_box .right_txt {
      font-size: 13px;
      margin: 1px 0 0 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .access_box .txt_box .right_txt span {
        width: 14px;
        display: block;
        margin: 3px 0 0 5px; } }

/* Interview
--------------------------------------------------- */
.interview_page {
  width: 715px;
  margin: 0 auto;
  padding: 50px 0; }
  .interview_page .interview_tit {
    margin: 0 0 50px; }
    .interview_page .interview_tit .interview_img {
      width: 260px;
      margin: 0 auto 30px; }
    .interview_page .interview_tit .interview.page_tit {
      margin: 0 0 20px; }
    .interview_page .interview_tit .interview_name {
      font-size: 18px;
      text-align: center;
      margin: 0 0 30px; }
    .interview_page .interview_tit .interview_main_img {
      width: 100%; }
  .interview_page .voice_box {
    margin: 0 0 50px; }
    .interview_page .voice_box:last-child {
      margin: 0; }
  .interview_page .arrow_box {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FFFFFF;
    padding: 10px 30px;
    text-align: center;
    border: 2px solid #000000;
    color: #000;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 500;
    margin: 0 0 30px; }
  .interview_page .arrow_box:after, .interview_page .arrow_box:before {
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 15%; }
  .interview_page .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-width: 19px;
    border-bottom-width: 23px;
    border-left-width: 7px;
    border-right-width: 7px;
    margin-left: -38px;
    border-top-color: #FFFFFF;
    margin-top: -2px; }
  .interview_page .arrow_box:before {
    border-color: transparent;
    border-top-width: 23px;
    border-bottom-width: 29px;
    border-left-width: 9px;
    border-right-width: 9px;
    margin-left: -40px;
    margin-top: 0px;
    border-top-color: #000000; }
  .interview_page .voice_txt {
    font-size: 16px;
    text-align: justify;
    line-height: 2;
    padding: 0 0 0 100px; }

@media only screen and (max-width: 767px) {
  .interview_page {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0; }
    .interview_page .interview_tit {
      margin: 0 0 30px; }
      .interview_page .interview_tit .interview_img {
        width: 50%;
        margin: 0 auto 10px; }
      .interview_page .interview_tit .interview.page_tit {
        margin: 0 0 10px; }
      .interview_page .interview_tit .interview_name {
        font-size: 14px;
        text-align: center;
        margin: 0 0 15px; }
      .interview_page .interview_tit .interview_main_img {
        width: 100%; }
    .interview_page .voice_box {
      margin: 0 0 40px; }
      .interview_page .voice_box:last-child {
        margin: 0; }
    .interview_page .arrow_box {
      position: relative;
      width: 100%;
      background: #FFFFFF;
      padding: 10px 10px;
      color: #000;
      font-size: 15px;
      margin: 0 0 20px;
      line-height: 1.4;
      text-align: left; }
    .interview_page .arrow_box:after, .interview_page .arrow_box:before {
      border: solid transparent;
      content: '';
      height: 0;
      width: 0;
      pointer-events: none;
      position: absolute;
      top: 100%;
      left: 15%; }
    .interview_page .arrow_box:after {
      border-color: rgba(255, 255, 255, 0);
      border-top-width: 15px;
      border-bottom-width: 23px;
      border-left-width: 7px;
      border-right-width: 7px;
      margin-left: -28px;
      border-top-color: #FFFFFF;
      margin-top: -2px; }
    .interview_page .arrow_box:before {
      border-color: transparent;
      border-top-width: 19px;
      border-bottom-width: 29px;
      border-left-width: 9px;
      border-right-width: 9px;
      margin-left: -30px;
      margin-top: 0px;
      border-top-color: #000000; }
    .interview_page .voice_txt {
      font-size: 13px;
      text-align: justify;
      line-height: 1.8;
      padding: 0 0 0 0; } }

/* Footer
--------------------------------------------------- */
footer {
  width: 100%;
  height: auto;
  margin: 0 0 15px; }
  footer .footer_inner {
    width: 95%;
    margin: 0 auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    footer .footer_inner .foot_menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      footer .footer_inner .foot_menu a {
        font-size: 10px;
        margin: 0 0 0 20px; }
    footer .footer_inner .copy {
      font-size: 10px;
      font-weight: 400; }

.page_foot {
  margin: 100px 0 15px; }

#page-top {
  position: fixed;
  bottom: 40px;
  right: 20px;
  width: 150px; }

#page-top a {
  display: block; }

@media only screen and (max-width: 767px) {
  footer .footer_inner {
    width: 95%;
    display: block; }
    footer .footer_inner .foot_menu {
      margin: 0 0 10px; }
      footer .footer_inner .foot_menu a {
        font-size: 10px;
        margin: 0 0 0 10px; }
    footer .footer_inner .copy {
      font-size: 10px;
      text-align: center;
      position: relative;
      margin: 0 0 10px;
      bottom: 0; }
  .page_foot {
    margin: 50px 0 15px; }
  #page-top {
    width: 30%;
    bottom: 20px; } }

/* ANIMETION
--------------------------------------------------- */
.fadein {
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s !important;
  opacity: 0;
  -ms-transform: translate(0, 60px);
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px); }

.fadein_af {
  opacity: 1.0;
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

.del_01 {
  -webkit-transition-delay: 0.2s !important;
  -o-transition-delay: 0.2s !important;
  transition-delay: 0.2s !important; }

.del_02 {
  -webkit-transition-delay: 0.4s !important;
  -o-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important; }

.del_03 {
  -webkit-transition-delay: 0.6s !important;
  -o-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important; }

@media only screen and (max-width: 768px) {
  .del_01 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  .del_02 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; }
  .del_03 {
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important; } }
