@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700italic,700,900);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/6.7.2/css/font-awesome.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
/*****************************************************

 Telリンク制御　※レスポンシブ
 
*****************************************************/
@media (min-width: 668px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
/*****************************************************

 404
 
*****************************************************/
.not_found_container {
  width: 100%;
  padding: 80px 0; }
  .not_found_container > p {
    padding: 30px 0;
    font-size: 16px;
    color: #333; }
    .not_found_container > p span {
      color: #de0515;
      display: block; }

/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px; }

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.4rem;
  font-family: 'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: 0.5px;
  overflow-x: hidden; }

.inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 1%;
  box-sizing: border-box;
  position: relative; }

@media screen and (max-width: 896px) {
  body {
    overflow-x: hidden !important; }

  .sp_none {
    display: none !important; }

  .inner {
    width: 90%;
    margin: 0 auto;
    padding: 0; } }
@media print {
  .pc_none {
    display: none !important; }

  .sp_none {
    display: none !important; } }
@media screen and (min-width: 896px) {
  .pc_none {
    display: none !important; } }
/*　mmenu
----------------------------------------------------*/
.sp_menu a {
  width: 90px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #000;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }
  .sp_menu a i {
    display: block;
    font-size: 56px;
    color: #fff; }

.mm-listitem > a i {
  margin-right: 8px; }

.mm-listitem > a, .mm-listitem > span {
  font-size: 14px;
  font-weight: bold;
  padding: 20px 10px 20px 20px !important;
  color: #666 !important; }

#mm-1 > ul > li:nth-child(6) > a {
  width: 80%;
  margin: 0 auto;
  color: #06c655 !important;
  border: 2px solid #06c655;
  background: #fff; }
  #mm-1 > ul > li:nth-child(6) > a i {
    margin-right: 0; }

#mm-1 > ul > li:nth-child(6) {
  margin-top: 20px; }

#mm-1 > ul > li:nth-child(6)::after {
  border: none; }

#mm-1 > ul > li:nth-child(7) > a {
  width: 80%;
  margin: 0 auto;
  color: #5b4532 !important;
  border: 2px solid #5b4532;
  background: #fff; }

#mm-1 > ul > li:nth-child(7) {
  margin-top: 20px; }

#mm-1 > ul > li:nth-child(7)::after {
  border: none; }

#mm-1 > ul > li:nth-child(8) > a {
  width: 80%;
  margin: 10px auto 0;
  color: #FFF !important;
  background: #5b4532; }

.pc_nav {
  visibility: visible; }

@media screen and (max-width: 896px) {
  .sp_nav {
    visibility: visible; }

  .sp_menu a {
    width: 80px;
    height: 70px;
    margin: 0 0 16px auto; }

  .sp_menu a i {
    font-size: 48px; } }
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　見出し2
----------------------------------------------------*/
.ttl_type01 {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  font-size: 45px;
  font-weight: bold;
  color: #000; }
  .ttl_type01::before {
    width: 15px;
    height: 41px;
    display: inline-block;
    content: '';
    background: #398175;
    margin-right: 20px; }

@media screen and (max-width: 896px) {
  .ttl_type01 {
    font-size: 25px; }

  .ttl_type01::before {
    height: 24px;
    margin-right: 16px; } }
/*　テーブル
----------------------------------------------------*/
.tbl_type_01 {
  width: 100%; }
  .tbl_type_01 tr th {
    width: 30%;
    padding: 32px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    vertical-align: top; }
  .tbl_type_01 tr td {
    width: 70%;
    padding: 32px 10px;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    vertical-align: top; }

@media screen and (max-width: 896px) {
  .tbl_type_01 tr th {
    width: 100%;
    display: block;
    padding: 20px 4px; }

  .tbl_type_01 tr td {
    width: 100%;
    display: block;
    padding: 0 4px; } }
/*　ボタン
----------------------------------------------------*/
.bace_btn {
  width: 385px;
  display: block;
  margin: 120px auto 0;
  padding: 20px 32px;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background: #0069f7; }
  .bace_btn:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  .bace_btn {
    width: 80%;
    margin: 60px auto 0;
    padding: 16px 32px;
    font-size: 20px; } }
/*****************************************************

 メールフォーム装飾
 
*****************************************************/
.contactform_container {
  width: 100%; }
  .contactform_container p {
    font-size: 14px; }

.agreementicon {
  padding: 2px 14px;
  font-size: 14px;
  color: #FFF;
  text-align: center;
  background: #c30d23; }

.confirm_box {
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 10px;
  box-sizing: border-box;
  color: #FFF;
  border: 1px solid #ffFF00;
  background: #F9A638; }

.policy_title {
  padding: 10px 0 0;
  font-size: 18px;
  text-align: center; }

.privacypolicy {
  width: 100%;
  height: 200px;
  position: relative;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 40px;
  color: #666666;
  text-align: left !important;
  border: 1px solid #ccc;
  background: #fff;
  overflow-y: scroll; }
  .privacypolicy p {
    text-align: left !important; }
  .privacypolicy h3 {
    font-size: 18px; }
  .privacypolicy h4 {
    margin: 24px 0 8px;
    font-size: 16px;
    font-weight: bold;
    color: #666666; }
    .privacypolicy h4:first-child {
      margin-top: 0; }

.privacypolicy::-webkit-scrollbar {
  width: 8px; }

.privacypolicy::-webkit-scrollbar-track {
  background: #ccc; }

.privacypolicy::-webkit-scrollbar-thumb {
  background: #999; }

.thanks_container {
  text-align: center; }

#formWrap {
  padding: 80px 0; }
  #formWrap h3 {
    margin-bottom: 40px; }

.form_section {
  padding: 120px 0 80px; }

.form_to_top {
  width: 30%;
  height: auto;
  display: block;
  padding: 10px 0;
  margin: 50px auto;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #DB621D; }

.wpcf7 form.sent .wpcf7-response-output {
  background: #46b450;
  color: #fff;
  text-align: center; }

@media screen and (max-width: 896px) {
  .contactform_container p {
    font-size: 14px; }

  .contact_phone_container span {
    font-size: 24px; }

  .contactform_container table th {
    width: 100%;
    display: block;
    padding: 10px 0; }

  .contactform_container table td {
    width: 100%;
    display: block;
    padding: 10px 0 20px;
    border-bottom: none; }

  .contactform_container table tr:last-child th {
    border-bottom: 1px solid #00013f; }

  .privacypolicy {
    width: 100%;
    margin-bottom: 24px; }

  .privacypolicy h4 {
    font-size: 15px; }

  .thanks_container .link_btn {
    width: 100%; }

  .form_table th {
    width: 100%;
    display: block;
    text-align: left;
    border-bottom: none;
    padding: 20px 20px 0; }

  .form_table td {
    width: 100%;
    display: block;
    padding: 20px; }

  .form_to_top {
    margin: 20px auto;
    width: 80%; } }
/* フォーム装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
  -webkit-appearance: none;
  width: 100%;
  height: auto;
  padding: 16px;
  box-sizing: border-box;
  background: #d5ebe7;
  transition: all .3s; }
  input[type="text"].w100, input[type="tel"].w100, input[type="number"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 98%; }
  input[type="text"].w80, input[type="tel"].w80, input[type="number"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 80%; }
  input[type="text"].w60, input[type="tel"].w60, input[type="number"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 60%; }
  input[type="text"].w40, input[type="tel"].w40, input[type="number"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 40%;
    margin-right: 20px; }
  input[type="text"].w30, input[type="tel"].w30, input[type="number"].w30, input[type="email"].w30, textarea.w30, select.w30 {
    width: 30%; }

input[type='checkbox'] {
  width: 20px;
  height: 24px;
  position: relative;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  text-align: center;
  appearance: none;
  outline: none;
  cursor: pointer; }
  input[type='checkbox']::before {
    width: 20px;
    height: 20px;
    position: absolute;
    content: '';
    display: block;
    border: solid 1px #ccc;
    border-radius: 4px;
    background: #fff; }
  input[type='checkbox']:checked::before {
    background-color: #B3B3B3; }
  input[type='checkbox']::after {
    width: 4px;
    height: 12px;
    position: absolute;
    content: '';
    left: 8px;
    top: 2px;
    display: block;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    opacity: 0; }
  input[type='checkbox']:checked::after {
    opacity: 1; }

input[type="file"] {
  padding: 10px 0;
  transition: all .3s; }

/*input[type="text"]:focus , input[type="tel"]:focus , input[type="email"]:focus , textarea:focus {
  box-shadow: 0 0 4px #86BBCD;
  border: 1px solid #86BBCD;
}*/
input[type="radio"] {
  width: 18px;
  height: 18px;
  vertical-align: middle; }

textarea {
  height: 160px;
  margin-bottom: 20px; }

::-webkit-input-placeholder {
  color: #cccccc; }

::-moz-placeholder {
  color: #cccccc; }

:-ms-input-placeholder {
  color: #cccccc; }

input[type="radio"] {
  display: none; }
  input[type="radio"] + span {
    position: relative;
    display: inline-block;
    padding: 0 0 0 24px;
    cursor: pointer;
    font-size: 14px;
    color: #333; }
    input[type="radio"] + span::before {
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 0;
      content: "";
      display: block;
      border: 1px solid #B3B3B3;
      border-radius: 50%;
      transform: translateY(-50%);
      background: #fff; }
  input[type="radio"]:checked + span::after {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 4px;
    content: "";
    display: block;
    border-radius: 50%;
    transform: translateY(-50%);
    background: #000; }
  input[type="radio"]:checked + span::before {
    border: 1px solid #B3B3B3; }

input[type="submit"] {
  width: 40%;
  height: auto;
  position: relative;
  display: block;
  padding: 20px 32px;
  box-sizing: border-box;
  margin: 120px auto 0;
  font-size: 30px;
  font-weight: bold;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  background: #0069f7;
  transition: .3s;
  cursor: pointer; }
  input[type="submit"]:hover {
    opacity: 0.7;
    transition: .3s; }

input[type="button"] {
  width: 35%;
  height: auto;
  position: relative;
  display: block;
  padding: 16px 0;
  margin: 56px auto 0;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  text-align: center;
  border: 1px solid #111;
  border-radius: 8px;
  background: #FFF;
  transition: .3s;
  cursor: pointer; }
  input[type="button"]:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  input[type="button"] {
    width: 80%; }

  input[type="submit"] {
    width: 90%;
    margin: 24px auto 0;
    padding: 12px 0; }

  input[type="text"], input[type="tel"], input[type="number"], input[type="email"], textarea, select {
    background: #d5ebe7; }

  input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, textarea.w40, select.w40 {
    width: 100%;
    margin: 0; }

  input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, textarea.w60, select.w60 {
    width: 100%;
    margin: 0; }

  input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, textarea.w80, select.w80 {
    width: 100%;
    margin: 0; }

  input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, textarea.w100, select.w100 {
    width: 100%;
    margin: 0; }

  textarea {
    margin-left: 0;
    margin-bottom: 0; } }
/* 『左』共通アニメーションのみ（変更しない） */
.flyin-trigger.flyin-left::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: translateX(-100px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.3s, opacity 1s ease 0.3s;
  will-change: transform, opacity;
  z-index: 1; }

.flyin-trigger.is-visible.flyin-left::before {
  transform: translateX(0);
  opacity: 1; }

@keyframes leftToRight {
  0% {
    transform: translateX(-100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/* 『右』共通アニメーションのみ（変更しない） */
.flyin-trigger.flyin-right::after {
  content: "";
  position: absolute;
  right: 0;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transform: translateX(100px);
  transition: transform 1s cubic-bezier(0.25, 1, 0.5, 1) 0.6s, opacity 1s ease 0.6s;
  will-change: transform, opacity;
  z-index: 1; }

.flyin-trigger.is-visible.flyin-right::after {
  transform: translateX(0);
  opacity: 1; }

@keyframes rightToLeft {
  0% {
    transform: translateX(100px);
    opacity: 0; }
  100% {
    transform: translateX(0);
    opacity: 1; } }
/*****************************************************

 Template - Header
 
*****************************************************/
.global_header {
  position: relative;
  z-index: 1; }
  .global_header.flyin-logo::before {
    width: 550px;
    height: 660px;
    /*width: 678px;height: 810px;*/
    position: absolute;
    top: 100px;
    left: 0;
    /*top: 60px;*/
    content: '';
    background-image: url("../images/common/l_ink_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .global_header.flyin-logo::after {
    width: 400px;
    height: 300px;
    /*width: 678px;height: 510px;*/
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

.header_wrapper {
  width: 100%;
  height: 90px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 100px;
  box-sizing: border-box;
  background: rgba(12, 155, 131, 0.5);
  z-index: 0; }
  .header_wrapper h1 {
    padding-left: 140px;
    z-index: 2; }
    .header_wrapper h1 a img {
      width: 375px; }
    .header_wrapper h1:hover {
      opacity: 0.7;
      transition: .3s; }
  .header_wrapper figure {
    padding-left: 140px;
    z-index: 2; }
    .header_wrapper figure a img {
      width: 375px; }
    .header_wrapper figure:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .global_header.flyin-logo::before {
    width: 195px;
    height: 238px; }

  .global_header.flyin-logo::after {
    display: none; }

  .header_wrapper {
    margin-bottom: 0; }

  .header_wrapper h1 {
    position: relative;
    padding-left: 20px; }

  .header_wrapper figure {
    position: relative;
    padding-left: 20px; }

  .header_wrapper h1 a img {
    width: 65%; }

  .header_wrapper figure a img {
    width: 65%; } }
.global_nav {
  position: fixed;
  top: 40px;
  right: 2%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 2; }
  .global_nav .nav_btn {
    display: inline-block;
    margin-right: 40px;
    padding: 12px 60px;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    border-radius: 50px;
    background: #000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4); }

@media screen and (max-width: 896px) {
  .global_nav {
    top: 11px;
    right: 2%;
    display: block; }

  .global_nav .nav_btn {
    margin-right: 0;
    padding: 10px 60px;
    font-size: 20px; } }
.fixed_area {
  position: fixed;
  right: 0;
  display: flex;
  flex-flow: column;
  z-index: 2; }
  .fixed_area li {
    position: relative;
    display: inline-block;
    padding: 40px 20px;
    box-sizing: border-box; }
    .fixed_area li:nth-of-type(1) {
      border-radius: 50px 0 0 0;
      background: #39d5bb; }
    .fixed_area li:nth-of-type(2) {
      border-radius: 0 0 0 50px;
      background: #000; }
    .fixed_area li p {
      writing-mode: vertical-rl;
      font-size: 18px;
      color: #fff; }
    .fixed_area li a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .fixed_area li:hover {
      opacity: 0.7;
      transition: .3s; }

@media screen and (max-width: 896px) {
  .fixed_area {
    width: 100%;
    bottom: 0;
    flex-flow: nowrap;
    z-index: 5; }

  .fixed_area li {
    width: 50%; }

  .fixed_area li:nth-of-type(1) {
    border-radius: 0;
    background: #000; }

  .fixed_area li:nth-of-type(2) {
    border-radius: 0;
    background: #39d5bb; }

  .fixed_area li p {
    text-align: center;
    font-size: 16px;
    writing-mode: inherit; } }
.cover_area {
  width: 100%;
  height: 620px;
  position: relative;
  background: url("../images/home/main_cover.jpg") center/cover no-repeat; }
  .cover_area .inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }

@media screen and (max-width: 896px) {
  .cover_area {
    height: 1080px;
    margin-bottom: 0;
    background: url("../images/home/sp_main_cover.jpg") center/cover no-repeat; } }
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  margin: 5px 0; }

.bg.is-animated {
  margin: 0 0 60px 60px;
  z-index: 1; }

.bg.is-animated .bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0c9b83;
  /* 緑背景 */
  transform-origin: left center;
  transform: scaleX(0);
  opacity: 0;
  z-index: 0;
  animation: bg-slide 0.8s forwards; }

.bg .bg-wrap .inn {
  color: #0c9b83;
  /* 緑文字 */
  font-size: 68px;
  font-weight: bold;
  line-height: 130px;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease; }

.bg.is-animated .bg-wrap .inn {
  animation: text-white 0.8s forwards; }

@keyframes bg-slide {
  0% {
    transform: scaleX(0);
    opacity: 0; }
  100% {
    transform: scaleX(1);
    opacity: 1; } }
@keyframes text-white {
  0% {
    color: #3cba54; }
  100% {
    color: #fff; } }
.txt1 {
  animation-delay: 0s; }

.txt2 {
  animation-delay: 0.3s; }

.txt3 {
  animation-delay: 0.6s; }

.txt4 {
  animation-delay: 0.9s; }

.bg.is-animated .wrap1::before {
  animation-delay: 0s; }

.bg.is-animated .wrap2::before {
  animation-delay: 0.3s; }

.bg.is-animated .wrap3::before {
  animation-delay: 0.6s; }

.bg.is-animated .wrap4::before {
  animation-delay: 0.9s; }

@media screen and (max-width: 896px) {
  .bg.is-animated {
    margin: 0 0 60px 0;
    z-index: 0; }

  .bg .bg-wrap .inn {
    font-size: 50px;
    line-height: 75px; } }
/*　下層ページ
----------------------------------------------------*/
#interview01 {
  background: url("../images/interview/interview01_bk.jpg") center/cover no-repeat; }

#interview02 {
  background: url("../images/interview/interview02_bk.jpg") center/cover no-repeat; }

#interview03 {
  background: url("../images/interview/interview03_bk.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  #interview01 {
    background: url("../images/interview/sp_interview01_bk.jpg") top/cover no-repeat; }

  #interview02 {
    background: url("../images/interview/sp_interview02_bk.jpg") top/cover no-repeat; }

  #interview03 {
    background: url("../images/interview/sp_interview03_bk.jpg") top/cover no-repeat; } }
.lv1_cover_ttl_area {
  width: 40%;
  position: absolute;
  right: 100px;
  bottom: -120px;
  padding: 70px 60px 80px;
  box-sizing: border-box;
  border: 1px solid #232323;
  background: #fff; }
  .lv1_cover_ttl_area .main_ttl {
    font-size: 28px; }
  .lv1_cover_ttl_area p {
    margin-top: 40px;
    font-size: 30px; }
    .lv1_cover_ttl_area p span {
      font-size: 35px; }

@media screen and (max-width: 896px) {
  .lv1_cover_ttl_area {
    width: 100%;
    position: static;
    margin: 0 auto 64px;
    padding: 50px 30px 40px; }

  .lv1_cover_ttl_area .main_ttl {
    font-size: 18px; }

  .lv1_cover_ttl_area p {
    font-size: 18px; }

  .lv1_cover_ttl_area p span {
    font-size: 22px; } }
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  position: relative;
  padding-top: 800px;
  box-sizing: border-box; }
  .global_footer.flyin-logo::before {
    width: 530px;
    height: 798px;
    position: absolute;
    top: -80px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_08.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .global_footer.flyin-logo::after {
    width: 1018px;
    height: 669px;
    position: absolute;
    top: -50px;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_07.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

@media screen and (max-width: 896px) {
  .global_footer {
    padding-top: 100px; }

  .global_footer.flyin-logo::before {
    width: 100px;
    height: 161px; }

  .global_footer.flyin-logo::after {
    width: 200px;
    height: 130px; } }
.footer_wrapper {
  width: 100%;
  position: relative;
  padding: 80px 0 60px;
  box-sizing: border-box;
  background: #1da99d; }
  .footer_wrapper .footer_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    .footer_wrapper .footer_container .footer_left {
      margin-right: 56px; }
      .footer_wrapper .footer_container .footer_left figure + p {
        margin-top: 24px;
        font-size: 22px;
        color: #fff;
        line-height: 50px; }
    .footer_wrapper .footer_container .footer_right ul li {
      margin-bottom: 20px; }
      .footer_wrapper .footer_container .footer_right ul li:nth-of-type(2) {
        margin-bottom: 60px; }
      .footer_wrapper .footer_container .footer_right ul li:last-of-type {
        margin-bottom: 0; }

.copyright_container {
  margin-top: 40px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 5px; }

@media screen and (max-width: 896px) {
  .footer_wrapper {
    padding: 80px 0 120px; }

  .footer_wrapper .footer_container {
    width: 100%;
    flex-wrap: wrap; }

  .footer_wrapper .footer_container .footer_left {
    width: 100%;
    margin-right: 0; }

  .footer_wrapper .footer_container .footer_left figure + p {
    font-size: 16px;
    letter-spacing: 1px; }

  .footer_wrapper .footer_container .footer_left figure {
    width: 85%; }

  .footer_wrapper .footer_container .footer_left figure img {
    width: 100%; }

  .footer_wrapper .footer_container .footer_right {
    width: 100%;
    margin-top: 40px; }

  .copyright_container {
    letter-spacing: 1px; } }
.f_btn01 {
  width: 300px;
  display: block;
  margin: 0 auto;
  padding: 10px 32px;
  box-sizing: border-box;
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border: 8px solid #fff; }
  .f_btn01 img {
    width: 25px;
    margin-right: 10px; }
  .f_btn01:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  .f_btn01 {
    width: 80%;
    font-size: 20px; } }
.f_btn02 {
  width: 350px;
  display: block;
  margin: 0 auto;
  padding: 10px 32px;
  box-sizing: border-box;
  font-size: 28px;
  font-weight: bold;
  color: #1da99d;
  text-align: center;
  text-decoration: none;
  border-radius: 33px;
  background: #fff; }
  .f_btn02:hover {
    opacity: 0.7;
    transition: .3s; }

@media screen and (max-width: 896px) {
  .f_btn02 {
    width: 95%; } }
/*****************************************************

 Page - トップページ
 
*****************************************************/
/* やったことのないことに挑戦すると、意外と自分てすごい。
----------------------------------------------------*/
.sec01 {
  position: relative;
  padding-top: 500px; }
  .sec01 p {
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    color: #000; }
  .sec01.flyin-logo::before {
    width: 1095px;
    height: 778px;
    position: absolute;
    top: 110px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .sec01.flyin-logo::after {
    width: 1195px;
    height: 348px;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

@media screen and (max-width: 896px) {
  .sec01.flyin-logo::before {
    width: 274px;
    height: 212px;
    top: 10px; }

  .sec01.flyin-logo::after {
    width: 284px;
    height: 98px;
    top: -28px; }

  .sec01 {
    padding-top: 80px; }

  .sec01 p {
    font-size: 30px;
    line-height: 75px; } }
/* ABOUT US
----------------------------------------------------*/
.sec02 {
  position: relative;
  padding: 100px 0 400px;
  box-sizing: border-box; }
  .sec02.flyin-logo::before {
    width: 786px;
    height: 221px;
    position: absolute;
    bottom: 120px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }
  .sec02.flyin-logo::after {
    width: 1271px;
    height: 460px;
    position: absolute;
    bottom: 60px;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_03.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }

.img_area {
  width: 100%;
  height: 335px;
  position: relative;
  background: url("../images/home/top_about_bk.jpg") center/cover no-repeat;
  z-index: -1; }
  .img_area .inner {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end; }
    .img_area .inner h2 {
      margin-left: 100px;
      font-size: 80px;
      font-weight: bold;
      color: #fff;
      line-height: 1; }

@media screen and (max-width: 896px) {
  .sec02 {
    padding: 80px 0 100px; }

  .sec02.flyin-logo::before {
    width: 160px;
    height: 100px;
    bottom: 10px; }

  .sec02.flyin-logo::after {
    width: 200px;
    height: 100px; }

  .img_area {
    height: 500px;
    background: url("../images/home/sp_top_about_bk.jpg") center/cover no-repeat; }

  .img_area .inner {
    align-items: flex-start; }

  .img_area .inner h2 {
    margin-left: -22px;
    font-size: 90px;
    line-height: 0.80;
    writing-mode: sideways-rl; } }
.sec02_item_01 {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 100px; }
  .sec02_item_01 figure {
    width: 50%; }
    .sec02_item_01 figure img {
      width: 100%; }
  .sec02_item_01 p {
    width: 50%;
    padding-left: 40px;
    box-sizing: border-box;
    font-size: 20px;
    color: #000;
    line-height: 60px; }

@media screen and (max-width: 896px) {
  .sec02_item_01 {
    flex-wrap: wrap;
    margin-top: 0;
    flex-direction: column-reverse; }

  .sec02_item_01 figure {
    width: 100%; }

  .sec02_item_01 p {
    width: 100%;
    padding: 56px 24px;
    font-size: 14px;
    line-height: 40px; } }
.sec02_item_02 {
  width: 90%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin: 80px auto 0;
  z-index: 0; }
  .sec02_item_02 .sec02_item_02_link {
    width: 40%;
    position: relative;
    margin-right: 100px; }
    .sec02_item_02 .sec02_item_02_link h3 {
      margin-bottom: 28px;
      font-size: 30px;
      color: #000; }
    .sec02_item_02 .sec02_item_02_link a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      transition: 0.3s; }
      .sec02_item_02 .sec02_item_02_link a figure {
        width: 100%; }
        .sec02_item_02 .sec02_item_02_link a figure img {
          width: 100%; }
      .sec02_item_02 .sec02_item_02_link a:hover {
        opacity: 1;
        transform: scale(1.1, 1.1); }
    .sec02_item_02 .sec02_item_02_link:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .sec02_item_02 {
    width: 90%;
    flex-wrap: wrap;
    margin: 80px auto 0; }

  .sec02_item_02 .sec02_item_02_link {
    width: 85%;
    margin: 40px 0 0; } }
.modaal-container {
  max-width: 100% !important; }

.modaal-content-container {
  position: relative;
  padding: 100px 80px !important;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: flex-start; }
  .modaal-content-container .modal_item {
    width: 267px;
    margin-right: 40px; }
    .modaal-content-container .modal_item p {
      font-size: 30px;
      color: #000;
      margin-bottom: 28px; }
    .modaal-content-container .modal_item a {
      width: 100%;
      height: 100%;
      display: block;
      text-decoration: none;
      transition: 0.3s; }
      .modaal-content-container .modal_item a figure {
        width: 100%; }
        .modaal-content-container .modal_item a figure img {
          width: 100%; }
      .modaal-content-container .modal_item a:hover {
        opacity: 1;
        transform: scale(1.1, 1.1); }
    .modaal-content-container .modal_item:last-of-type {
      margin-right: 0; }

@media screen and (max-width: 896px) {
  .modaal-content-container {
    overflow-x: scroll;
    white-space: nowrap; } }
/* INTERVIEW
----------------------------------------------------*/
.sec03 .img_area {
  background: url("../images/home/top_interview_bk.jpg") center/cover no-repeat; }

@media screen and (max-width: 896px) {
  .sec03 .img_area {
    background: url("../images/home/sp_top_interview_bk.jpg") center/cover no-repeat; } }
.sec03_item_01 {
  position: relative;
  margin: 100px 0;
  padding: 100px 0;
  box-sizing: border-box;
  background: #66a59b;
  z-index: 0; }
  .sec03_item_01 .img_link_area {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    z-index: 0; }
    .sec03_item_01 .img_link_area figure {
      margin-right: 80px; }
      .sec03_item_01 .img_link_area figure figcaption {
        margin-top: 28px;
        text-align: center;
        font-size: 25px;
        font-weight: bold;
        color: #000;
        text-decoration: none; }
      .sec03_item_01 .img_link_area figure a {
        width: 100%;
        height: 100%;
        display: block;
        text-decoration: none;
        transition: 0.3s; }
        .sec03_item_01 .img_link_area figure a img {
          width: 100%; }
        .sec03_item_01 .img_link_area figure a:hover {
          opacity: 1;
          transform: scale(1.1, 1.1); }
      .sec03_item_01 .img_link_area figure:last-of-type {
        margin-right: 0; }
  .sec03_item_01.flyin-logo::before {
    width: 550px;
    height: 438px;
    /*width: 677px;height: 538px;*/
    position: absolute;
    top: -40px;
    left: 0;
    /*top: -80px;*/
    content: '';
    background-image: url("../images/common/l_ink_04.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }
  .sec03_item_01.flyin-logo::after {
    width: 850px;
    height: 989px;
    /*width: 958px;height: 1109px;*/
    position: absolute;
    top: -160px;
    right: 0;
    /*top: -250px;*/
    content: '';
    background-image: url("../images/common/r_ink_04.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }

@media screen and (max-width: 896px) {
  .sec03_item_01 {
    margin: 80px 0 0;
    padding: 80px 0; }

  .sec03_item_01.flyin-logo::before {
    width: 180px;
    height: 150px;
    top: 40px; }

  .sec03_item_01.flyin-logo::after {
    width: 200px;
    height: 230px;
    top: -250px; }

  .sec03_item_01 .img_link_area {
    flex-wrap: wrap; }

  .sec03_item_01 .img_link_area figure {
    width: 75%;
    margin: 60px 0 0; } }
/* キャリアプラン
----------------------------------------------------*/
.sec04 {
  position: relative;
  padding: 300px 0 0;
  box-sizing: border-box; }
  .sec04 .ttl_type01 {
    width: 65%;
    margin: 0 auto 40px; }
  .sec04 figure {
    width: 80%;
    position: relative;
    margin: 0 auto;
    z-index: 0; }
    .sec04 figure img {
      width: 100%; }
  .sec04.flyin-logo::before {
    width: 979px;
    height: 810px;
    position: absolute;
    top: -150px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

@media screen and (max-width: 896px) {
  .sec04 {
    padding: 80px 0 0; }

  .sec04.flyin-logo::before {
    width: 150px;
    height: 150px;
    top: -70px; }

  .sec04 .ttl_type01 {
    width: 100%; }

  .sec04 figure {
    width: 100%; } }
@media screen and (max-width: 896px) {
  .slider {
    display: block !important;
    padding-top: 40px; }
    .slider .slick-prev::before {
      position: relative;
      content: "\f0d9" !important;
      font-size: 28px !important;
      color: #fff !important;
      font-family: FontAwesome !important;
      opacity: 1 !important; }
    .slider .slick-prev {
      width: 45px !important;
      height: 45px !important;
      top: 0 !important;
      left: 2% !important;
      border-radius: 50%;
      background: #111 !important;
      z-index: 2; }
    .slider .slick-next {
      width: 45px !important;
      height: 45px !important;
      top: 0 !important;
      left: 20% !important;
      border-radius: 50%;
      background: #111 !important;
      z-index: 2; }
    .slider .slick-next::before {
      position: relative;
      content: "\f0da" !important;
      font-size: 28px !important;
      color: #fff !important;
      font-family: FontAwesome !important;
      opacity: 1 !important; } }
/* 募集要項
----------------------------------------------------*/
.sec05 {
  position: relative;
  padding-top: 700px;
  box-sizing: border-box; }
  .sec05 .inner {
    position: relative;
    z-index: 0; }
    .sec05 .inner::before {
      width: 90px;
      height: 1437px;
      position: absolute;
      top: 120px;
      left: 0;
      content: '';
      background: url("../images/home/recruitment_bk.png") center/cover no-repeat; }
  .sec05 .ttl_type01 {
    width: 65%;
    margin: 0 auto 40px; }
  .sec05 .recruitment_area {
    width: 65%;
    margin: 0 auto 40px; }
    .sec05 .recruitment_area .tab_area {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 56px;
      padding: 56px 0;
      box-sizing: border-box;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
  .sec05.flyin-logo::before {
    width: 1097px;
    height: 1009px;
    position: absolute;
    top: 150px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_06.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }
  .sec05.flyin-logo::after {
    width: 1195px;
    height: 994px;
    position: absolute;
    top: -200px;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_05.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: -1; }

@media screen and (max-width: 896px) {
  .sec05 {
    padding-top: 200px; }

  .sec05.flyin-logo::before {
    width: 200px;
    height: 200px;
    top: 0; }

  .sec05.flyin-logo::after {
    width: 200px;
    height: 200px;
    top: -110px; }

  .sec05 .inner::before {
    width: 100px;
    height: 1600px;
    top: 0;
    left: -40px; }

  .sec05 .ttl_type01 {
    width: 75%;
    margin: 0 0 24px auto; }

  .sec05 .recruitment_area {
    width: 75%;
    margin: 0 0 0 auto; }

  .sec05 .recruitment_area .tab_area {
    flex-wrap: wrap; }

  .sec05 .recruitment_area .tbl_type_01 th {
    width: 100%;
    display: block;
    padding: 20px 4px 0; }

  .sec05 .recruitment_area .tbl_type_01 td {
    width: 100%;
    display: block;
    padding: 14px 4px 40px; } }
.tab {
  width: calc(100% / 3);
  position: relative;
  padding: 12px;
  box-sizing: border-box;
  margin-right: 40px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #000;
  cursor: pointer;
  z-index: 0; }
  .tab::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #1da99d;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1; }
  .tab:hover::after {
    transform: scale(1, 1); }
  .tab:last-of-type {
    margin-right: 0; }

.tab.active {
  background-color: #1da99d; }
  .tab.active::after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #000;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1; }
  .tab.active:hover::after {
    transform: scale(1, 1); }

.panel {
  display: none; }

.panel.active {
  display: block; }

@media screen and (max-width: 896px) {
  .tab {
    width: 100%;
    padding: 12px;
    margin: 20px 0 0; }
    .tab:first-of-type {
      margin-top: 0; } }
/* ENTRY FORM
----------------------------------------------------*/
.sec06 {
  position: relative;
  padding-top: 400px; }
  .sec06 .inner {
    z-index: 0; }
  .sec06 h2 {
    width: 55%;
    position: relative;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    text-align: center;
    font-size: 80px;
    font-weight: bold;
    color: #398175;
    background: #fff;
    z-index: 1; }
  .sec06 .form_area {
    width: 85%;
    position: relative;
    margin: -60px auto 0;
    padding: 80px 100px;
    box-sizing: border-box;
    border: 3px solid #398175; }
  .sec06.flyin-logo::before {
    width: 731px;
    height: 686px;
    position: absolute;
    top: 80px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_07.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .sec06.flyin-logo::after {
    width: 673px;
    height: 488px;
    position: absolute;
    top: -230px;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_06.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

.contact_mailform_area .tbl_type_01 th p {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .contact_mailform_area .tbl_type_01 th p span {
    padding: 2px 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    background: #db1c24; }

@media screen and (max-width: 896px) {
  .sec06 {
    padding-top: 80px; }

  .sec06.flyin-logo::after {
    width: 131px;
    height: 95px;
    top: -70px; }

  .sec06.flyin-logo::before {
    width: 200px;
    height: 190px;
    top: -30px; }

  .sec06 h2 {
    width: 70%;
    font-size: 30px; }

  .sec06 .form_area {
    width: 100%;
    margin: -25px auto 0;
    padding: 20px 20px; } }
/* リンクエリア
----------------------------------------------------*/
.t_link_area {
  width: 100%;
  position: relative;
  padding: 140px 0;
  box-sizing: border-box;
  background: #0069f7; }
  .t_link_area p {
    text-align: center;
    color: #fff; }
    .t_link_area p:nth-of-type(1) {
      font-size: 18px; }
    .t_link_area p:nth-of-type(2) {
      margin-top: 32px;
      font-size: 32px;
      font-weight: bold; }
  .t_link_area .link_area {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 56px; }
    .t_link_area .link_area a {
      width: 450px;
      position: relative;
      display: block;
      margin-right: 50px;
      padding: 30px 50px;
      box-sizing: border-box;
      font-size: 26px;
      font-weight: bold;
      color: #000;
      line-height: 0;
      text-decoration: none;
      border-radius: 60px;
      background: #fff;
      box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);
      transition: .3s; }
      .t_link_area .link_area a img {
        width: 220px; }
      .t_link_area .link_area a p {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        font-size: 26px;
        font-weight: bold;
        color: #000;
        text-align: left; }
      .t_link_area .link_area a::after {
        width: 25px;
        height: 25px;
        position: absolute;
        top: 32px;
        right: 48px;
        content: '';
        background: url("../images/home/btn_icon.svg") center/cover no-repeat; }
      .t_link_area .link_area a:hover {
        opacity: 0.7;
        transition: .3s; }

@media screen and (max-width: 896px) {
  .t_link_area {
    padding: 80px 0; }

  .t_link_area p {
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }

  .t_link_area p:nth-of-type(1) {
    font-size: 16px;
    line-height: 50px; }

  .t_link_area p:nth-of-type(2) {
    font-size: 32px; }

  .t_link_area .link_area {
    flex-wrap: wrap; }

  .t_link_area .link_area a {
    width: 100%;
    height: 70px;
    display: flex;
    margin: 40px 0 0 0;
    padding: 20px 40px;
    font-size: 26px; }

  .t_link_area .link_area a img {
    width: 180px; }

  .t_link_area .link_area a p {
    font-size: 20px;
    text-shadow: none; }

  .t_link_area .link_area a::after {
    width: 20px;
    height: 20px;
    top: 26px;
    right: 38px; } }
/*****************************************************

 Page - インタビューページ（共通）
 
*****************************************************/
.i_01 {
  position: relative;
  padding: 500px 0 150px;
  box-sizing: border-box; }
  .i_01 .inner {
    z-index: 0; }
  .i_01 h2 {
    text-align: center;
    font-size: 45px; }
  .i_01.flyin-logo::before {
    width: 1095px;
    height: 778px;
    position: absolute;
    top: 110px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .i_01.flyin-logo::after {
    width: 1195px;
    height: 348px;
    position: absolute;
    top: 0;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_02.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

.interview_item_01 {
  margin-top: 56px;
  padding: 0 60px;
  box-sizing: border-box; }
  .interview_item_01 h3 {
    margin-bottom: 24px;
    padding-bottom: 24px;
    font-size: 35px;
    border-bottom: 2px solid #398175; }
  .interview_item_01 p:nth-of-type(1) {
    font-size: 35px; }
  .interview_item_01 p:nth-of-type(2) {
    padding: 56px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px solid #398175; }

.interview_img_area {
  width: 100%;
  margin-top: 80px; }
  .interview_img_area .interview_item_02 {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
    .interview_img_area .interview_item_02 figure {
      width: 35%; }
      .interview_img_area .interview_item_02 figure img {
        width: 100%; }
    .interview_img_area .interview_item_02 .txt_area {
      width: 65%;
      padding: 48px;
      box-sizing: border-box; }
      .interview_img_area .interview_item_02 .txt_area h3 {
        margin-bottom: 32px;
        font-size: 35px;
        text-indent: -3rem;
        padding-left: 3rem; }
      .interview_img_area .interview_item_02 .txt_area p:nth-of-type(1) {
        font-size: 35px;
        text-indent: -3rem;
        padding-left: 3rem; }
      .interview_img_area .interview_item_02 .txt_area p:nth-of-type(2) {
        padding: 30px;
        box-sizing: border-box;
        font-size: 16px;
        line-height: 40px; }
    .interview_img_area .interview_item_02:nth-of-type(even) {
      flex-direction: row-reverse; }

@media screen and (max-width: 896px) {
  .i_01 {
    padding: 210px 0 0; }

  .i_01.flyin-logo::before {
    width: 274px;
    height: 212px;
    top: 10px; }

  .i_01.flyin-logo::after {
    width: 284px;
    height: 98px;
    top: -28px; }

  .i_01 .inner {
    width: 100%; }

  .i_01 h2 {
    width: 90%;
    margin: 0 auto;
    font-size: 24px; }

  .interview_item_01 {
    width: 90%;
    margin: 56px auto 0;
    padding: 0 0 40px; }

  .interview_item_01 h3 {
    font-size: 18px; }

  .interview_item_01 p:nth-of-type(1) {
    font-size: 18px; }

  .interview_item_01 p:nth-of-type(2) {
    padding: 20px 0 40px;
    font-size: 16px; }

  .interview_img_area {
    margin-top: 40px; }

  .interview_img_area .interview_item_02 {
    width: 100%;
    flex-wrap: wrap; }

  .interview_img_area .interview_item_02 figure {
    width: 70%; }

  .interview_img_area .interview_item_02 .txt_area {
    width: 90%;
    margin: 0 auto;
    padding: 40px 0 0; }

  .interview_img_area .interview_item_02 .txt_area h3 {
    font-size: 18px;
    text-indent: -2rem;
    padding-left: 2rem; }

  .interview_img_area .interview_item_02 .txt_area p:nth-of-type(1) {
    font-size: 18px;
    text-indent: -2rem;
    padding-left: 2rem; }

  .interview_img_area .interview_item_02 .txt_area p:nth-of-type(2) {
    padding: 30px 20px; } }
.i_02 {
  position: relative;
  padding: 150px 0 0;
  box-sizing: border-box; }
  .i_02 .inner {
    z-index: 0; }
  .i_02.flyin-logo::before {
    width: 731px;
    height: 686px;
    position: absolute;
    top: -180px;
    left: 0;
    content: '';
    background-image: url("../images/common/l_ink_07.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }
  .i_02.flyin-logo::after {
    width: 673px;
    height: 488px;
    position: absolute;
    top: -360px;
    right: 0;
    content: '';
    background-image: url("../images/common/r_ink_06.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: all 0.8s ease-out;
    z-index: 0; }

.schedule_area {
  width: 60%;
  margin: 0 auto;
  padding: 60px 80px;
  box-sizing: border-box;
  border-radius: 24px;
  background: #eff8f7; }
  .schedule_area ul {
    width: 100%; }
    .schedule_area ul li {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 20px; }
      .schedule_area ul li p:nth-of-type(1) {
        width: 25%;
        padding: 20px 16px;
        box-sizing: border-box;
        text-align: center;
        font-size: 16px;
        border-radius: 20px; }
      .schedule_area ul li p:nth-of-type(2) {
        width: 35%;
        margin-left: 56px;
        font-size: 18px; }
        .schedule_area ul li p:nth-of-type(2) span {
          display: block;
          font-size: 16px; }
      .schedule_area ul li:nth-of-type(odd) p:nth-of-type(1) {
        background: rgba(57, 129, 117, 0.5); }
      .schedule_area ul li:nth-of-type(even) p:nth-of-type(1) {
        background: rgba(57, 129, 117, 0.4); }
      .schedule_area ul li:first-of-type {
        margin-top: 0; }

@media screen and (max-width: 896px) {
  .i_02 {
    padding: 100px 0 80px; }

  .i_02.flyin-logo::before {
    width: 150px;
    height: 170px;
    top: -30px; }

  .i_02.flyin-logo::after {
    width: 160px;
    height: 120px;
    top: 90px; }

  .schedule_area {
    width: 100%;
    padding: 40px; }

  .schedule_area ul li {
    flex-wrap: wrap;
    margin-top: 32px; }

  .schedule_area ul li p:nth-of-type(1) {
    width: 100%;
    padding: 14px 16px;
    font-size: 16px; }

  .schedule_area ul li p:nth-of-type(2) {
    width: 100%;
    font-size: 18px;
    margin-left: 0;
    margin-top: 16px;
    text-align: center; }

  .schedule_area ul li p:nth-of-type(2) span {
    font-size: 16px; } }
