@charset "UTF-8";
/*   
Theme Name: KIFA RECRUITMENT
Description: KIFA RECRUITMENT
Version: 2019.05
Author: YH
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&family=Spartan:wght@200&family=Cormorant+Garamond:ital,wght@0,500;1,500&family=Noto+Serif+JP:wght@400;500&display=swap");
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/** Prevent modern browsers from displaying `audio` without controls. Remove excess height in iOS 5 devices. */
audio:not([controls]) {
  display: none;
  height: 0;
}

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] {
  display: none;
}

/* ========================================================================== Base ========================================================================== */
/** 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera. 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 4. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html {
  background: #fff; /* 1 */
  color: #000; /* 2 */
  font-size: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 4 */
  -ms-text-size-adjust: 100%; /* 4 */
}

/** Address `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea {
  font-family: sans-serif;
}

/** Address margins handled incorrectly in IE 6/7. */
body {
  margin: 0;
}

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus {
  outline: thin dotted;
}

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover {
  outline: 0;
}

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] {
  border-bottom: 1px dotted;
}

/** Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome. */
b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/** Address styling not present in Safari 5 and Chrome. */
dfn {
  font-style: italic;
}

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

/** Address styling not present in IE 6/7/8/9. */
mark {
  background: #ff0;
  color: #000;
}

/** Address margins set differently in IE 6/7. */
p, pre {
  margin: 0;
}

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

/** Improve readability of pre-formatted text in all browsers. */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/** Address CSS quotes not supported in IE 6/7. */
q {
  quotes: none;
}

/** Address `quotes` property not supported in Safari 4. */
q:before, q:after {
  content: "";
  content: none;
}

/** Address inconsistent and variable font size in all browsers. */
small {
  font-size: 80%;
}

/** Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
dl, menu, ol, ul {
  margin: 0;
}

dd {
  margin: 0 0 0 0px;
}

/** Address paddings set differently in IE 6/7. */
menu, ol, ul {
  padding: 0 0 0 0px;
}

/** Correct list images handled incorrectly in IE 7. */
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
}

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/** Correct overflow displayed oddly in IE 9. */
svg:not(:root) {
  overflow: hidden;
}

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure {
  margin: 0;
}

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
form {
  margin: 0;
}

/** Define consistent border, margin, and padding. */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/** 1. Correct color not being inherited in IE 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/** Address Firefox 3+ setting `line-height` on `input` using `!important` in the UA stylesheet. */
button, input {
  line-height: normal;
}

/** Address inconsistent `text-transform` inheritance for `button` and `select`. All other form control elements do not inherit `text-transform` values. Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Obutton,
select { text-transform: none;
}

/** 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` and `video` controls. 2. Correct inability to style clickable `input` types in iOS. 3. Improve usability and consistency of cursor style between image-type `input` and others. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/** Re-set default cursor for disabled elements. */
button[disabled], html input[disabled] {
  cursor: default;
}

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome (include `-moz` to future-proof). */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/** Remove inner padding and search cancel button in Safari 5 and Chrome on OS X. */
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/** Remove inner padding and border in Firefox 3+. */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ========================================================================== Tables ========================================================================== */
/** Remove most spacing between table cells. */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* HTML5 Boilerplate  What follows is the result of much research on cross-browser styling. Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal, Kroc Camen, and the H5BP dev community and team. */
/* ========================================================================== Base styles: opinionated defaults ========================================================================== */
html, button, input, select, textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

/* Remove text-shadow in selection highlight: h5bp.com/i These selection rule sets have to be separate. Customize the background color to match your design. */
/* A better looking default horizontal rule */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/* Remove the gap between images and the bottom of their containers: h5bp.com/i/440 */
img { /* vertical-align: middle;*/ }

/* Remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* Allow only vertical resizing of textareas. */
textarea {
  resize: vertical;
}

/* ========================================================================== Chrome Frame prompt ========================================================================== */
.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ========================================================================== Author's custom styles ========================================================================== */
/* ========================================================================== Helper classes ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden; /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}

/* Clearfix: contain floats  For modern browsers 1. The space content is one way to avoid an Opera bug when the `contenteditable` attribute is included anywhere else in the document. Otherwise it causes space to appear at the top and bottom of elements that receive the `clearfix` class. 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements. */
.clearfix:before, .clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only Include this rule to trigger hasLayout and contain floats. */
.clearfix {
  *zoom: 1;
}

/* ========================================================================== EXAMPLE Media Queries for Responsive Design. These examples override the primary ('mobile first') styles. Modify as content requires. ========================================================================== */
@media only screen and (min-width: 35em) { /* Style adjustments for viewports that meet the condition */ }
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) { /* Style adjustments for high resolution devices */ }
/* ========================================================================== Print styles. Inlined to avoid required HTTP connection: h5bp.com/r ========================================================================== */
@media print {
  /*  * { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  /*   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */
  /*    }  tr, img { page-break-inside: avoid; }  img { max-width: 100% !important; }  @page { margin: 0.5cm; }  p, h2, h3 { orphans: 3; widows: 3; }  h2, h3 { page-break-after: avoid; }*/
}
._sp, ._sp960, ._sp360, ._sp460, ._sp560, ._sp680, ._sp760, ._sp860 {
  display: none !important;
}

.clear {
  clear: both;
  height: 0;
  overflow: hidden;
  line-height: 0px;
  font-size: 0px;
  width: auto;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

ul {
  margin: 0px;
  padding: 0px;
}

/*margin*/
.mreset {
  margin: 0 0 0 0;
}

.mt1 {
  margin-top: 1px;
}

.mt2 {
  margin-top: 2px;
}

.mt3 {
  margin-top: 3px;
}

.mt4 {
  margin-top: 4px;
}

.mt5 {
  margin-top: 5px;
}

.mt6 {
  margin-top: 6px;
}

.mt7 {
  margin-top: 7px;
}

.mt8 {
  margin-top: 8px;
}

.mt9 {
  margin-top: 9px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr1 {
  margin-right: 1px;
}

.mr2 {
  margin-right: 2px;
}

.mr3 {
  margin-right: 3px;
}

.mr4 {
  margin-right: 4px;
}

.mr5 {
  margin-right: 5px;
}

.mr6 {
  margin-right: 6px;
}

.mr7 {
  margin-right: 7px;
}

.mr8 {
  margin-right: 8px;
}

.mr9 {
  margin-right: 9px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}

.mr85 {
  margin-right: 85px;
}

.mr90 {
  margin-right: 90px;
}

.mr95 {
  margin-right: 95px;
}

.mr100 {
  margin-right: 100px;
}

.mb1 {
  margin-bottom: 1px;
}

.mb2 {
  margin-bottom: 2px;
}

.mb3 {
  margin-bottom: 3px;
}

.mb4 {
  margin-bottom: 4px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb6 {
  margin-bottom: 6px;
}

.mb7 {
  margin-bottom: 7px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb9 {
  margin-bottom: 9px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml1 {
  margin-left: 1px;
}

.ml2 {
  margin-left: 2px;
}

.ml3 {
  margin-left: 3px;
}

.ml4 {
  margin-left: 4px;
}

.ml5 {
  margin-left: 5px;
}

.ml6 {
  margin-left: 6px;
}

.ml7 {
  margin-left: 7px;
}

.ml8 {
  margin-left: 8px;
}

.ml9 {
  margin-left: 9px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.ml85 {
  margin-left: 85px;
}

.ml90 {
  margin-left: 90px;
}

.ml95 {
  margin-left: 95px;
}

.ml100 {
  margin-left: 100px;
}

/*padding*/
.pt1 {
  padding-top: 1px;
}

.pt2 {
  padding-top: 2px;
}

.pt3 {
  padding-top: 3px;
}

.pt4 {
  padding-top: 4px;
}

.pt5 {
  padding-top: 5px;
}

.pt6 {
  padding-top: 6px;
}

.pt7 {
  padding-top: 7px;
}

.pt8 {
  padding-top: 8px;
}

.pt9 {
  padding-top: 9px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  margin-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pt230 {
  padding-top: 230px;
}

.pt420 {
  padding-top: 420px;
}

.pr1 {
  padding-right: 1px;
}

.pr2 {
  padding-right: 2px;
}

.pr3 {
  padding-right: 3px;
}

.pr4 {
  padding-right: 4px;
}

.pr5 {
  padding-right: 5px;
}

.pr6 {
  padding-right: 6px;
}

.pr7 {
  padding-right: 7px;
}

.pr8 {
  padding-right: 8px;
}

.pr9 {
  padding-right: 9px;
}

.pr10 {
  padding-right: 10px;
}

.pr12 {
  padding-right: 12px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr27 {
  padding-right: 27px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

.pb1 {
  padding-bottom: 1px;
}

.pb2 {
  padding-bottom: 2px;
}

.pb3 {
  padding-bottom: 3px;
}

.pb4 {
  padding-bottom: 4px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb6 {
  padding-bottom: 6px;
}

.pb7 {
  padding-bottom: 7px;
}

.pb8 {
  padding-bottom: 8px;
}

.pb9 {
  padding-bottom: 9px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pb150 {
  padding-bottom: 150px;
}

.pb200 {
  padding-bottom: 200px;
}

.pb230 {
  padding-bottom: 230px;
}

.pl1 {
  padding-left: 1px;
}

.pl2 {
  padding-left: 2px;
}

.pl3 {
  padding-left: 3px;
}

.pl4 {
  padding-left: 4px;
}

.pl5 {
  padding-left: 5px;
}

.pl6 {
  padding-left: 6px;
}

.pl7 {
  padding-left: 7px;
}

.pl8 {
  padding-left: 8px;
}

.pl9 {
  padding-left: 9px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pl150 {
  padding-left: 150px;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.tleft {
  text-align: left;
}

.tright {
  text-align: right;
}

.center {
  text-align: center;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.em1 {
  padding: 0 0 0 1.1em;
}

.em2 {
  padding: 0 0 0 2.2em;
}

span.supT {
  font-size: 10px;
  vertical-align: top;
  position: relative;
  top: -5px;
}

img {
  -ms-interpolation-mode: bicubic;
}

li {
  list-style-type: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-right {
  text-align: right;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

ul, ul li {
  margin: 0;
  padding: 0;
}

.ancb {
  position: relative;
}
.ancb a {
  position: absolute;
  left: 0;
  top: 0px;
}

p.note {
  font-size: 12px;
  line-height: 1.6em;
}
p.note.colb {
  color: #485157;
}
p.note.colw {
  color: #fff;
}
@media screen and (max-width: 584px) {
  p.note {
    font-size: 3vw;
  }
}

p.note.abs {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

p.note.absl {
  position: absolute;
  left: 5px;
  bottom: 5px;
}

p.note.colw {
  color: #000;
}

p.note.colw.shdw {
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
  -moz-text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
  -webkit-text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
}

p.note.shdw {
  text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
  -moz-text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
  -webkit-text-shadow: 1px 1px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black, 0px 0px 3px black;
}

p.note.right {
  text-align: right;
}

p.note.center {
  text-align: center;
}

figure span.note, .fig span.note, .fig1 span.note, .fig2 span.note, .fig3 span.note, .fig4 span.note, .fig5 span.note, .fig6 span.note, .fig7 span.note, .fig8 span.note, .fig9 span.note {
  position: absolute;
  right: 5px;
  bottom: 5px;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.9);
}

span.note.colw {
  color: #000;
}

figure, .fig {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig2 {
  width: 100%;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig3 {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig3.left {
  margin-left: unset;
}

.fig4 {
  width: 100%;
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig5 {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig6 {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig7 {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig8 {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fig9 {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

figure img, .fig img, .fig1 img, .fig2 img, .fig3 img, .fig4 img, .fig5 img, .fig6 img, .fig7 img, .fig8 img, .fig9 img {
  width: 100%;
}

.cttbl {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.cttbr {
  width: 50%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
}

.cttbl.w28, .cttbr.w28 {
  width: 28%;
}

.cttbl.w30, .cttbr.w30 {
  width: 30%;
}

.cttbl.w32, .cttbr.w32 {
  width: 32%;
}

.cttbl.w33, .cttbr.w33 {
  width: 33.33%;
}

.cttbl.w40, .cttbr.w40 {
  width: 40%;
}

.cttbl.w48, .cttbr.w48 {
  width: 48%;
}

.cttbl.w49, .cttbr.w49 {
  width: 49%;
}

.cttbl.w51, .cttbr.w51 {
  width: 51%;
}

.cttbl.w52, .cttbr.w52 {
  width: 52%;
}

.cttbl.w58, .cttbr.w58 {
  width: 58%;
}

.cttbl.w60, .cttbr.w60 {
  width: 60%;
}

.cttbl.w66, .cttbr.w66 {
  width: 66.66%;
}

.cttbl.w70, .cttbr.w70 {
  width: 70%;
}

.cttbl.w96, .cttbr.w96 {
  width: 96%;
}

.cttbl.w285, .cttbr.w285 {
  width: 285px;
}

.secin p.lead {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 20px;
}
@media screen and (max-width: 584px) {
  .secin p.lead {
    font-size: 4vw;
    line-height: 1.8em;
  }
}

.secin p.lead span.col1 {
  color: #B28247;
}

.secin p.lead2 {
  font-size: 14px;
  line-height: 22px;
}
@media screen and (max-width: 584px) {
  .secin p.lead2 {
    font-size: 3.5vw;
    line-height: 1.8em;
  }
}

.secin p.lead2.center, .secin p.lead.center {
  text-align: center;
}

.secin p.lead2.left, .secin p.lead.left {
  text-align: left;
}

.secin p.lead2.right, .secin p.lead.right {
  text-align: right;
}

@media screen and (max-width: 584px) {
  .cttbl, .cttbr {
    width: 100%;
    float: none;
  }
  .cttbl.w60, .cttbr.w60 {
    width: 100%;
    float: none;
  }
  .cttbl.w51, .cttbr.w51 {
    width: 100%;
    float: none;
  }
  .cttbl.w58, .cttbr.w58 {
    width: 100%;
    float: none;
  }
  .cttbl.w96, .cttbr.w96 {
    width: 100%;
    float: none;
  }
  .cttbl.w52, .cttbr.w52 {
    width: 100%;
    float: none;
  }
  .cttbl.w33, .cttbr.w33 {
    width: 100%;
    float: none;
  }
  .cttbl.w66, .cttbr.w66 {
    width: 100%;
    float: none;
  }
  .cttbl.w48, .cttbr.w48 {
    width: 100%;
    float: none;
  }
  .cttbl.w49, .cttbr.w49 {
    width: 100%;
    float: none;
  }
  .cttbl.w40, .cttbr.w40 {
    width: 100%;
    float: none;
  }
  .cttbl.w30, .cttbr.w30 {
    width: 100%;
    float: none;
  }
  .cttbl.w70, .cttbr.w70 {
    width: 100%;
    float: none;
  }
  .cttbl.w285, .cttbr.w285 {
    width: 100%;
    float: none;
  }
  .cttbl.w32, .cttbr.w32 {
    width: 100%;
    float: none;
  }
  .cttbl.w66, .cttbr.w66 {
    width: 100%;
    float: none;
  }
}
.sup {
  font-size: 10px !important;
  font-weight: 400;
  vertical-align: super;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  ._sp760 {
    display: block !important;
  }
  ._pc760 {
    display: none !important;
  }
}
@media screen and (max-width: 640px) {
  ._sp640 {
    display: block;
  }
  ._pc640 {
    display: none;
  }
}
@media screen and (max-width: 584px) {
  .mb100 {
    margin-bottom: 50px;
  }
  ._sp,
  ._sp560 {
    display: block !important;
  }
  ._pc,
  ._pc560 {
    display: none !important;
  }
}
@media screen and (max-width: 468px) {
  ._sp460 {
    display: block !important;
  }
  ._pc460 {
    display: none !important;
  }
}
@media screen and (max-width: 390px) {
  ._sp360 {
    display: block !important;
  }
  ._pc360 {
    display: none !important;
  }
}
/* ------------------------------------------
   Reset
------------------------------------------ */
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, font, 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, .recruit_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;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  input, button, select, textarea {
    -webkit-appearance: none;
  }
}
/* ------------------------------------------
   Utility Class
------------------------------------------ */
/*** clearfix ***/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* Style
-------------------------------------------------------------- */
html {
  height: 100%;
  font-size: 10px;
}

body {
  opacity: 0;
  height: 100%;
  font-size: 1.7rem;
  line-height: 1.6em;
  color: #2e302e;
  background: #fff;
  -webkit-text-size-adjust: none;
  min-width: 980px;
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

body p {
  color: inherit;
  font-size: inherit;
  line-height: 2em;
}

a, a img {
  text-decoration: none;
  color: #231814;
  -webkit-transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
  transition: color 0.3s ease, background 0.3s ease, opacity 0.3s ease;
}

a:hover {
  opacity: 0.75;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.non_pc {
  display: none !important;
}

/* ===========================================================================================

	Common

=========================================================================================== */
.outline {
  min-width: 1000px;
  /* overflow: hidden; */
}

.main {
  height: initial !important;
  z-index: 100;
  margin: 0 auto;
  /* padding: 88px 0 0 0; */
  position: relative;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  overflow-x: clip;
  margin-top: 60px;
}

.f_min {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.f_min2 {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.f_en {
  font-family: brandon-grotesque, sans-serif !important;
  font-weight: 900;
}

.f_hina {
  font-family: "Hina Mincho", serif;
}

.f_aboreto {
  font-family: "Aboreto", system-ui;
}

.f_serif {
  font-family: "Noto Serif JP", serif;
}

/* Header *******************************/
#inner.bussiness header h1 a img,
#inner.requirements header h1 a img {
  opacity: 1;
}

#inner.bussiness a.bt_menu::before,
#inner.requirements a.bt_menu::before {
  background: #000;
}

#inner.bussiness a.bt_menu::after,
#inner.requirements a.bt_menu::after {
  border-color: #000;
}

header .menu2 > .inner {
  position: absolute;
  height: 220px;
  width: 320px;
  left: 50%;
  top: 50%;
  margin-left: -160px;
  margin-top: -160px;
}

header .menu2 > .inner .text {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

header .menu2 > .inner a {
  position: relative;
  display: block;
}

header .menu2 > .inner a.bnr2 {
  margin-top: 35px;
}

header {
  z-index: 998 !important;
}

#wrpG {
  z-index: 997 !important;
}

/*** .recruit_footer *********************************************/
.recruit_footer {
  /* background: url(../images/_.recruit_footer.jpg) no-repeat center -14px; */
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
}

.recruit_footer > .inner {
  position: relative;
  padding: 100px 0 0 0;
  z-index: 100;
  background: url(../images/bg_.recruit_footer.png) no-repeat center 170px;
  background-size: 1564px auto;
}

.recruit_footer .copy {
  font-size: 28px;
  text-align: center;
}

.recruit_footer .copy img {
  width: 512px;
  margin: 0 auto;
}

.recruit_footer .connect {
  width: 1000px;
  position: relative;
  margin: 0px auto 0 auto;
  padding-top: 130px;
}

.recruit_footer .connect.pt0 {
  padding-top: 0;
}

.recruit_footer .connect h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 100px;
  left: 0;
  font-size: 68px;
  color: #666666;
  letter-spacing: 0.2em;
  font-weight: 700;
  line-height: 1em;
  margin: initial !important;
}

.recruit_footer .connect .requirements,
.recruit_footer .connect .entry {
  width: 50%;
  padding: 70px 0;
  float: none;
  background: #f0eee7;
  text-align: center;
  margin: 0 auto;
}

.recruit_footer .connect .entry {
  background: #283335;
}

.recruit_footer .connect h3 {
  position: relative !important;
  color: #4ba03c !important;
  font-size: 28px !important;
  letter-spacing: 0.2em !important;
  text-indent: 0.2em !important;
  margin: initial !important;
}

.recruit_footer .connect h3 span {
  text-align: center !important;
  color: #4ba03c !important;
  display: block !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  margin-bottom: 115px !important;
}

.recruit_footer .connect h3 img {
  width: 200px;
  margin: 0 auto;
}

.recruit_footer .connect h3::before {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 80px;
  background: #4ba03c;
  left: 50%;
  top: 40px;
}

.recruit_footer .connect .entry h3 {
  color: #f0cf2b;
}

.recruit_footer .connect .entry h3::before {
  background: #f0cf2b;
}

.recruit_footer .connect .text {
  font-size: 15px;
  margin-top: 35px;
}

.recruit_footer .connect .entry .text {
  color: #fff;
}

.recruit_footer .connect .entry .bnr {
  display: block;
  width: 320px;
  margin: 20px auto 0 auto;
}

.recruit_footer .connect .entry .bnr1 {
  margin-top: 30px;
}

.recruit_footer .connect .requirements .bt_more {
  margin: 40px auto 0 auto;
  background: #fff;
  border: none;
}

.recruit_footer .connect .qa_wrap {
  margin-top: 70px;
}
.recruit_footer .connect .qa_wrap.mt20 {
  margin-top: 20px;
}
.recruit_footer .connect .qa_wrap .txt_qa {
  width: 180px;
  margin: 0 auto;
}
.recruit_footer .connect .qa_wrap .bt_more {
  margin-top: 40px;
}

#inner.requirements .recruit_footer .connect .entry .bnr {
  display: inline-block;
  margin: 75px 10px 0 10px;
}

.recruit_footer .links {
  text-align: center;
  margin: 210px auto 0 auto;
  width: 718px;
}

.recruit_footer .links a {
  display: block;
  float: left;
  width: 224px;
  height: 80px;
  line-height: 80px;
  border: 1px solid #ccc;
  margin-left: 20px;
  font-size: 15px;
  letter-spacing: 0.2em;
  background: url(../images/icon_link.png) no-repeat 97% 5px #fff;
  background-size: 20px auto;
}

.recruit_footer .links a.bt_kifa {
  border-color: transparent;
  margin-left: 0;
  background: none;
  pointer-events: none;
}

.recruit_footer .links a.bt_kifa img {
  display: block;
  width: 92px;
  margin: 19px auto 0 auto;
}

.recruit_footer .copyright {
  text-align: center;
  font-size: 12px;
  padding: 30px 0;
  margin-top: 10px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.recruit_footer .bg {
  position: absolute;
  left: 0;
  top: -33px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.recruit_footer .bg div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

.recruit_footer div.o1 {
  width: 670px;
  -webkit-transform: translate(80px, 175px) rotate(550deg);
          transform: translate(80px, 175px) rotate(550deg);
}

.recruit_footer div.o2 {
  width: 647px;
  -webkit-transform: translate(250px, -364px) rotate(194deg);
          transform: translate(250px, -364px) rotate(194deg);
}

.recruit_footer div.o3 {
  width: 573px;
  -webkit-transform: translate(-742px, -422px) rotate(318deg);
          transform: translate(-742px, -422px) rotate(318deg);
  z-index: 10;
}

.recruit_footer div.o4 {
  width: 528px;
  -webkit-transform: translate(-398px, -8px) rotate(548deg);
          transform: translate(-398px, -8px) rotate(548deg);
}

.recruit_footer div.o5 {
  width: 617px;
  -webkit-transform: translate(-883px, 100px) rotate(193deg);
          transform: translate(-883px, 100px) rotate(193deg);
  z-index: 10;
}

.recruit_footer div.o6 {
  width: 652px;
  -webkit-transform: translate(-1165px, -137px) rotate(-171deg);
          transform: translate(-1165px, -137px) rotate(-171deg);
}

#inner.requirements .recruit_footer div.o2,
#inner.requirements .recruit_footer div.o3 {
  display: none;
}

/**/
.bt_more {
  display: block;
  width: 200px;
  line-height: 65px;
  text-align: center;
  border: 1px solid #000;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.2em;
}

/* Object Animation */
.recruit_footer .bg div:nth-child(odd) img,
#index .intro .bg div:nth-child(odd) img,
#index .interview ul li:nth-child(odd) .object img,
#inner.bussiness section.box:nth-child(odd) .object img,
#inner.interview .navi .prev .object img,
#inner.interview .intro .object img,
#inner.interview section.box .object:nth-child(odd) img,
#inner.interview .schedule .object:nth-child(odd) img {
  display: block;
  animation: object_move1 2s -1s ease-in-out infinite alternate;
  -webkit-animation: object_move1 2s -1s ease-in-out infinite alternate;
}

.recruit_footer .bg div:nth-child(even) img,
#index .intro .bg div:nth-child(even) img,
#index .interview ul li:nth-child(even) .object img,
#inner.bussiness section.box:nth-child(even) .object img,
#inner.interview .navi .next .object img,
#inner.interview section.box .object:nth-child(even) img,
#inner.interview .schedule .object:nth-child(even) img {
  display: block;
  animation: object_move2 2s ease-in-out infinite alternate;
  -webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

@-webkit-keyframes object_move1 {
  0% {
    -webkit-transform: translate(0, 10px) rotate(0deg);
            transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(10px, 0) rotate(5deg);
            transform: translate(10px, 0) rotate(5deg);
  }
}

@keyframes object_move1 {
  0% {
    -webkit-transform: translate(0, 10px) rotate(0deg);
            transform: translate(0, 10px) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(10px, 0) rotate(5deg);
            transform: translate(10px, 0) rotate(5deg);
  }
}
@-webkit-keyframes object_move2 {
  0% {
    -webkit-transform: translate(10px, 0) rotate(0deg);
            transform: translate(10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(-5deg);
            transform: translate(0, 10px) rotate(-5deg);
  }
}
@keyframes object_move2 {
  0% {
    -webkit-transform: translate(10px, 0) rotate(0deg);
            transform: translate(10px, 0) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(-5deg);
            transform: translate(0, 10px) rotate(-5deg);
  }
}
/***********************************************/
/* Index */
/***********************************************/
#index .main {
  padding: 0 0 70px 0;
}

/*** Visual ********************/
#index .visual {
  position: relative;
  z-index: 100;
  background: #fff;
}

#index.pc_view {
  height: 768px !important;
}

#index .visual > .inner {
  position: relative;
  height: 768px;
  overflow: hidden;
}

#index.pc_view .visual > .inner {
  height: 768px !important;
}

#index .visual .bg {
  position: absolute;
  width: 100%;
  height: 768px;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index .visual.show .bg {
  opacity: 1 !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 4.3s ease, -webkit-transform 4.3s ease;
  transition: opacity 4.3s ease, -webkit-transform 4.3s ease;
  transition: opacity 4.3s ease, transform 4.3s ease;
  transition: opacity 4.3s ease, transform 4.3s ease, -webkit-transform 4.3s ease;
}

#index .visual .bg .movie {
  position: relative;
  height: 100%;
  width: 100%;
}

#index .visual .bg .movie::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(40, 178, 243, 0.34);
  top: 0;
  left: 0;
}

#index .visual .bg .movie video {
  width: 100%;
  min-height: 768px;
  min-width: 1365px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#index .visual .connect {
  position: absolute;
  top: 200px;
  text-align: center;
  z-index: 100;
  left: 50%;
  width: 1000px;
  height: 300px;
  margin-left: -500px;
}

#index .visual .connect .o1,
#index .visual .connect .o2,
#index .visual .connect .o3 {
  position: absolute;
  opacity: 0;
}

#index .visual .connect .o1 {
  width: 253px;
  left: 119px;
  top: 47px;
  -webkit-transform: rotate(273deg) scale(0.2);
          transform: rotate(273deg) scale(0.2);
}

#index .visual .connect .o2 {
  width: 213px;
  left: 414px;
  top: 68px;
  -webkit-transform: rotate(0deg) scale(0.2);
          transform: rotate(0deg) scale(0.2);
}

#index .visual .connect .o3 {
  width: 210px;
  left: 681px;
  top: 41px;
  -webkit-transform: rotate(140deg) scale(0.2);
          transform: rotate(140deg) scale(0.2);
}

#index .visual.show .connect .o1,
#index .visual.show .connect .o2,
#index .visual.show .connect .o3 {
  opacity: 1 !important;
}

#index .visual.show .connect .o1 {
  -webkit-transform: rotate(93deg) scale(1);
          transform: rotate(93deg) scale(1);
  -webkit-transition: all 1.2s cubic-bezier(0.35, -0.54, 0, 1.69);
  transition: all 1.2s cubic-bezier(0.35, -0.54, 0, 1.69);
}

#index .visual.show .connect .o2 {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
  -webkit-transition: all 1.5s cubic-bezier(0.35, -0.54, 0, 1.69);
  transition: all 1.5s cubic-bezier(0.35, -0.54, 0, 1.69);
}

#index .visual.show .connect .o3 {
  -webkit-transform: rotate(-40deg) scale(1);
          transform: rotate(-40deg) scale(1);
  -webkit-transition: all 1.8s cubic-bezier(0.35, -0.54, 0, 1.69);
  transition: all 1.8s cubic-bezier(0.35, -0.54, 0, 1.69);
}

#index .visual .connect .title {
  position: relative;
  font-size: 80px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  line-height: 1em;
  margin-top: 100px;
  color: #283335;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

#index .visual.show .connect .title {
  color: #fff;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), color 4.3s ease, -webkit-transform 2.7s cubic-bezier(0.35, -0.54, 0, 1.69);
  transition: opacity 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), color 4.3s ease, -webkit-transform 2.7s cubic-bezier(0.35, -0.54, 0, 1.69);
  transition: transform 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), opacity 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), color 4.3s ease;
  transition: transform 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), opacity 2.7s cubic-bezier(0.35, -0.54, 0, 1.69), color 4.3s ease, -webkit-transform 2.7s cubic-bezier(0.35, -0.54, 0, 1.69);
}

#index .visual .copy {
  position: absolute;
  bottom: 150px;
  text-align: center;
  color: #fff;
  z-index: 100;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  font-size: 28px;
  opacity: 0;
}

#index .visual.show .copy {
  opacity: 1 !important;
  -webkit-transition: opacity 4.3s ease;
  transition: opacity 4.3s ease;
}

#index .visual .copy img {
  width: 393px;
  margin: 0 auto;
}

#index .visual .menu {
  position: absolute;
  bottom: 35px;
  text-align: center;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px 0;
  opacity: 0;
}

#index .visual.show .menu {
  opacity: 1 !important;
  -webkit-transition: opacity 4.3s ease;
  transition: opacity 4.3s ease;
}

#index .visual .menu a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 15px;
  color: #333;
  width: 220px;
  padding: 8px 0 25px 0;
}

#index .visual .menu a::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  bottom: 14px;
  left: 50%;
  margin-left: -5px;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
}
.slider li {
  height: 768px;
}
.slider_1 {
  background-image: url("../images/slider_01.jpg");
  background-position: top center;
  background-size: cover;
}
.slider_2 {
  background-image: url("../images/slider_02.jpg");
  background-position: top center;
  background-size: cover;
}
.slider_3 {
  background-image: url("../images/slider_03.jpg");
  background-position: top center;
  background-size: cover;
}
.slider_4 {
  background-image: url("../images/slider_04.jpg");
  background-position: top center;
  background-size: cover;
}
.slider_5 {
  background-image: url("../images/slider_05.jpg");
  background-position: top 30% center;
  background-size: cover;
}
@media screen and (max-width: 584px) {
  .slider_5 {
    background-position: top 30% right 25%;
  }
}
.slider_6 {
  background-image: url("../images/slider_06.jpg");
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 584px) {
  .slider_6 {
    background-position: top left 25%;
  }
}
.slider_7 {
  background-image: url("../images/slider_07.jpg");
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 584px) {
  .slider_7 {
    background-position: top left;
  }
}
.slider_8 {
  background-image: url("../images/slider_08.jpg");
  background-position: top 20% center;
  background-size: cover;
}
.slider_9 {
  background-image: url("../images/slider_09.jpg");
  background-position: top center;
  background-size: cover;
}
@media screen and (max-width: 584px) {
  .slider_9 {
    background-position: top center;
  }
}

/*** Intro ********************/
#index .intro {
  position: relative;
}

#index .intro > .inner {
  position: relative;
  text-align: center;
  padding: 150px 0 180px 0;
  background: url(../images/bg_intro.png) no-repeat center -23px;
  background-size: 1500px auto;
  z-index: 0;
}

#index .intro .lead {
  position: relative;
  font-size: 40px;
  margin-bottom: 35px;
}

#index .intro .lead img {
  width: 576px;
  margin: 0 auto;
}

#index .intro .text {
  position: relative;
  font-size: 18px;
  line-height: 33px;
}

#index .intro .text .big {
  font-size: 22px;
  letter-spacing: 0.1em;
}

#index .intro .bg {
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

#index .intro .bg div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
}

#index .intro .bg div.o1 {
  width: 650px;
  -webkit-transform: translate(-880px, -675px);
          transform: translate(-880px, -675px);
}

#index .intro .bg div.o2 {
  width: 653px;
  -webkit-transform: translate(-560px, 90px);
          transform: translate(-560px, 90px);
}

#index .intro .bg div.o3 {
  width: 573px;
  -webkit-transform: translate(-911px, 372px);
          transform: translate(-911px, 372px);
}

#index .intro .bg div.o4 {
  width: 528px;
  -webkit-transform: translate(238px, 100px);
          transform: translate(238px, 100px);
}

#index .intro .bg div.o5 {
  width: 537px;
  -webkit-transform: translate(-242px, -360px);
          transform: translate(-242px, -360px);
}

#index .intro .bg div.o6 {
  width: 652px;
  -webkit-transform: translate(100px, -583px);
          transform: translate(100px, -583px);
  z-index: 10;
}

#index .intro .bg div.o7 {
  width: 670px;
  -webkit-transform: translate(420px, -340px);
          transform: translate(420px, -340px);
}

#index .intro .bg div.o8 {
  width: 496px;
  -webkit-transform: translate(389px, 582px);
          transform: translate(389px, 582px);
}

/*** Bussiness ********************/
#index .bussiness {
  position: relative;
  z-index: 90;
}

#index .bussiness > .inner {
  max-width: 1140px;
  width: 96%;
  padding: 120px 0 0 0;
  margin: 0 auto;
  position: relative;
}

#index .bussiness h2,
#index .interview h2 {
  font-size: 28px;
  letter-spacing: 0.1em;
}

#index .bussiness h2 span,
#index .interview h2 span {
  font-size: 68px;
  letter-spacing: 0.27em;
  font-weight: 700;
  display: block;
  line-height: 1em;
  margin-bottom: 26px;
  position: relative;
  left: -5px;
}

#index .interview h2 span {
  letter-spacing: 0.22em;
}

#index .bussiness h2 img,
#index .interview h2 img {
  width: 400px;
  position: relative;
  left: -3px;
}

#index .bussiness .img {
  position: absolute;
  width: 1000px;
  top: 150px;
  left: 50%;
  margin-left: -320px;
  z-index: -1;
}

#index .bussiness .info,
#index .interview .info {
  float: right;
  width: 400px;
  margin-top: 405px;
  font-size: 15px;
}

#index .bussiness .bt_more {
  margin-top: 20px;
}


/*** Interview ********************/
#index .interview {
  background-color: #F0EEE7;
  margin-top: 112px;
  padding: 118px 0 92px;
}

#index .interview .interview_ttlFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 22px;
}

#index .interview .interview_sub {
  font-size: 28px;
  color: #000;
  letter-spacing: 0.18em;
  line-height: 1.48;
  margin-top: -5px;
}

#index .interview h2 span {
  letter-spacing: 0.19em;
}

#index .interview .interview_list {
  height: var(--sticky-container-height);
  min-height: 100vh;
  overflow: unset;
}

#index .interview .interview_box {
  position: sticky;
  top: -30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100vh;  
  height: auto;
  overflow: hidden;   
}

#index .interview .card_swiper {
  overflow: hidden;
  display: flex;
  will-change: scroll-position;
  -webkit-overflow-scrolling: touch;
  padding-top: 104px;
  padding-bottom: 45px;
}

#index .interview .card_swiper.nobar::-webkit-scrollbar { display: none; }
#index .interview .card_swiper.nobar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

#index .interview .card {
  flex-shrink: 0;
  width: max-content;
  position: relative;
}

#index .interview .card--01 .card_imgBox {
  width: 591px;
}

#index .interview .card_imgs {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: 42px;
}

#index .interview .card_imgs::before,
#index .interview .card_imgs::after {
  position: absolute;
  content: "";
	animation: object_move2 2s ease-in-out infinite alternate;
	-webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#index .interview .card--01 .card_imgs::after {
  background: url("../images/img_o_orange03.png") no-repeat center/contain;
  top: 147px;
  right: -46px;
  width: 163px;
  height: 163px;
  z-index: -1;
}

#index .interview .card--01 .card_imgs {
  width: 491px;
  position: relative;
  flex-shrink: 0;
}

#index .interview .card--01 .card_img {
  position: absolute;
}

#index .interview .card--01 .card_img--01 {
  width: 294px;
  left: -15px;
}

#index .interview .card--01 .card_img--02 {
  width: 219px;
  bottom: 21px;
  left: -170px;
} 

#index .interview .card--01 .card_img--03 {
  width: 223px;
  bottom: 43px;
  right: 15px;
}


#index .interview .card_imgBox {
  flex-shrink: 0;
  position: relative;
}

#index .interview .card_st {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.18em;
  position: relative;
  padding-bottom: 3px;
  display: inline-block;
}

#index .interview .card_st::before,
#index .interview .card_st::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 4px;
}

#index .interview .card_st::after {
  bottom: 0;
}

#index .interview .card_txtBox {
  padding-top: 111px;
  margin-left: 32px;
  position: relative;
}

#index .interview .card_imgBox::before {
  position: absolute;
  content: "";
	animation: object_move2 2s ease-in-out infinite alternate;
	-webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#index .interview .card--01 .card_imgBox::before{
  background: url("../images/img_o_orange04.png") no-repeat center/contain;
  bottom: 8px;
  right: 53px;
  width: 103px;
  height: 103px;
}

#index .interview .card_txtBox::before {
  position: absolute;
  content: "";
	animation: object_move2 2s ease-in-out infinite alternate;
	-webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#index .interview .card--01 .card_txtBox::before{
  background: url("../images/img_o_orange02.png") no-repeat center/contain;
  top: -53px;
  left: 37px;
  width: 166px;
  height: 166px;
}

#index .interview .card_sub {
  font-size: 26px;
  color: #000;
  letter-spacing: 0.18em;
  line-height: 1.43;
  margin-top: 24px;
}

#index .interview .card_ttl {
  font-size: 34px;
  color: #000;
  letter-spacing: 0.18em;
  margin-top: 40px;
  line-height: 1.42;
}

#index .interview .card_btn {
  position: relative;
}

#index .interview .card_btn::after {
  position: absolute;
  content: "";
	animation: object_move2 2s ease-in-out infinite alternate;
	-webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#index .interview .card--01 .card_btn::after {
  background: url("../images/img_o_orange01.png") no-repeat center/contain;
  bottom: -208px;
  right: -94px;
  width: 278px;
  height: 278px;
  z-index: -1;
}

#index .interview .card--01 .card_btn {
  margin: auto 0 auto 151px;
  top: -18px;
}

#index .interview .card_btnLink {
  position: relative;
  overflow: hidden;
  width: 512px;
  height: 281px;
  display: block;
}

#index .interview .card_btnLink:hover {
  opacity: 1;
}

#index .interview .card_btnBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .3s ease;
}

#index .interview .card_btnLink:hover .card_btnBg {
  transform: scale(1.07);
}

#index .interview .card_btnContent {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#index .interview .card_btnEn {
  font-size: 16px;
  letter-spacing: 0.37em;
  font-weight: 700;
}

#index .interview .card_btnJp {
  font-size: 22px;
  letter-spacing: 0.18em;
  margin-top: -5px;
}

#index .interview .card_btnIcon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin-top: 6px;
}

#index .interview .card_btnLink:hover .card_btnIcon::before {
  width: 30px;
  height: 4px;
}

#index .interview .card_btnIcon::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg) translate(-50% , -50%);
  top: 50%;
  left: 50%;
  transition: all .3s ease;
}

#index .interview .card_btnLink:hover .card_btnIcon::after {
  width: 60px;
  height: 60px;
  opacity: 1;
}

#index .interview .card_btnIcon::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  transform: translate(-50% , -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  opacity: 0;
  transition: all .3s ease;
}

#index .interview .card_inner {
  display: flex;
}

#index .interview .card--02 {
  margin-left: 288px;
}

#index .interview .card--02 .card_imgBox {
  width: 573px;
  margin-top: 7px;
}

#index .interview .card--02 .card_imgBox::before {
  background: url("../images/img_o_purple04.png") no-repeat center/contain;
  top: 33px;
  left: 15px;
  width: 103px;
  height: 103px;
}

#index .interview .card--02 .card_txtBox::before {
  background: url("../images/img_o_purple02.png") no-repeat center/contain;
  top: 13px;
  right: 25px;
  width: 166px;
  height: 166px;
}

#index .interview .card--02 .card_imgs {
  width: 671px;
  position: relative;
  flex-shrink: 0;
  left: -78px;
  margin-top: 97px;
}

#index .interview .card--02 .card_imgs::after {
  background: url("../images/img_o_purple03.png") no-repeat center/contain;
  bottom: -28px;
  right: -108px;
  width: 163px;
  height: 163px;
  z-index: -1;
}

#index .interview .card--02 .card_img {
  position: absolute;
}

#index .interview .card--02 .card_img--01 {
  width: 219px;
  left: 184px;
  top: 0;
}

#index .interview .card--02 .card_img--02 {
  width: 294px;
  bottom: -2px;
  left: 0;
} 

#index .interview .card--02 .card_img--03 {
  width: 223px;
  bottom: 32px;
  right: 0;
}

#index .interview .card--02 .card_btn {
  margin: auto 0 auto -16px;
  top: 27px;
}

#index .interview .card--02 .card_btn::after {
  background: url("../images/img_o_purple01.png") no-repeat center/contain;
  top: -169px;
  right: -112px;
  width: 278px;
  height: 278px;
  z-index: -1;
}

#index .interview .card--03 {
  margin-left: 287px;
  padding-right: 210px;
}

#index .interview .card--03 .card_imgBox {
  width: 550px;
}

#index .interview .card--03 .card_imgs {
  width: 642px;
  position: relative;
  flex-shrink: 0;
  left: -111px;
  margin-top: 43px;
}

#index .interview .card--03 .card_imgBox::before {
  background: url("../images/img_o_green05.png") no-repeat center/contain;
  bottom: 96px;
  left: -11px;
  width: 103px;
  height: 103px;
}

#index .interview .card--03 .card_txtBox::before {
  background: url("../images/img_o_green04.png") no-repeat center/contain;
  top: 30px;
  right: 55px;
  width: 122px;
  height: 122px;
}

#index .interview .card--03 .card_imgs::before {
  background: url("../images/img_o_green03.png") no-repeat center/contain;
  top: 21px;
  right: -50px;
  width: 163px;
  height: 163px;
  z-index: -1;
}


#index .interview .card--03 .card_imgs::after {
  background: url("../images/img_o_green02.png") no-repeat center/contain;
  bottom: -3px;
  right: 150px;
  width: 166px;
  height: 166px;
  z-index: -1;
}

#index .interview .card--03 .card_img {
  position: absolute;
}

#index .interview .card--03 .card_img--01 {
  width: 223px;
  left: 167px;
  top: 0;
}

#index .interview .card--03 .card_img--02 {
  width: 294px;
  bottom: 26px;
  left: 0;
} 

#index .interview .card--03 .card_img--03 {
  width: 219px;
  bottom: 120px;
  right: 0;
}

#index .interview .card--03 .card_btn {
  margin: auto 0 auto -6px;
  top: 20px;
}

#index .interview .card--03 .card_btn::after {
  background: url("../images/img_o_green01.png") no-repeat center/contain;
  bottom: -148px;
  right: -160px;
  width: 278px;
  height: 278px;
  z-index: -1;
}

#index .interview #progress-bar {
  margin: -39px auto 0;
  width: 92%;
  position: absolute;
  bottom: 0;
  left: 4%;
}

#index .interview #progress-bar .progress_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 25px;
}

#index .interview #progress-bar .progress_inner::before {
  content: "";
  position: absolute;
  bottom: 6px;
  width: 98%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  background-image: radial-gradient(circle, #fff 2px, transparent 2px);
  background-size: 8px 4px; 
  background-repeat: repeat-x;
}

#index .interview .progress_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: all .3s ease;
}
#index .interview .progress_item:hover {
  opacity: 0.7;
}
#index .interview .progress_label {
  font-size: 15px;
  letter-spacing: 0;
}

#index .interview .progress_item--01 {
  color: #DD801C;
}

#index .interview .progress_item--02 {
  color: #B774B4;
}

#index .interview .progress_item--03 {
  color: #7FBE25;
}

#index .interview #moving-dot {
  position: absolute;
  bottom: 0;
  width: 25px;
  height: 25px; 
  transition: background-image 0.2s ease;
  z-index: 2;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#index .interview .info {
  float: none;
  margin-top: 15px;
}

#index .interview > .inner {
  max-width: 1140px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

#index .interview .info {
  float: none;
  margin-top: 5px;
}

#index .interview ul {
  position: relative;
  margin-top: 130px;
  margin-left: 2%;
  left: 2%;
}

#index .interview ul li {
  float: left;
  width: 300px;
  position: relative;
  margin: 0 9% 10% 0;
}

#index .interview ul li:nth-of-type(3n) {
  margin-right: 0;
}

#index .interview ul li:nth-of-type(n + 4) {
  margin-bottom: 0;
}

#index .interview ul li a {
  display: block;
  position: relative;
}

#index .interview ul li a:hover {
  opacity: 1;
}

#index .interview ul li.w4 {
  top: -140px;
}

#index .interview ul li.w9 {
  top: 100px;
}

#index .interview ul li .img {
  overflow: hidden;
}

#index .interview ul li .img img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#index .interview ul li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

#index .interview ul li .join {
  margin-top: 25px;
  font-size: 15px;
  color: #666666;
  line-height: 1.3em;
}

#index .interview ul li .name {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
}

#index .interview ul li .yomi {
  line-height: 1.3em;
  margin-top: 0px;
  font-size: 12px;
  color: #b774b4;
  letter-spacing: 0.1em;
}

#index .interview ul li.w1 .yomi {
  color: #b774b4;
}

#index .interview ul li.w2 .yomi {
  color: #50aa43;
}

#index .interview ul li.w3 .yomi {
  color: #b774b4;
}

#index .interview ul li.w4 .yomi {
  color: #f0cf2b;
}

#index .interview ul li.w5 .yomi {
  color: #50aa43;
}

#index .interview ul li.w6 .yomi {
  color: #eb493e;
}

#index .interview ul li .position {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3em;
  height: 2.6em;
}

#index .interview ul li .bt_more {
  margin: 12px 0 0 51px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#index .interview ul li a:hover .bt_more {
  background: #fff;
}

#index .interview .object {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}

#index .interview .w1 .object {
  width: 280px;
  -webkit-transform: translate(-53px, -32px) rotate(100deg);
          transform: translate(-53px, -32px) rotate(100deg);
}

#index .interview .w2 .object {
  width: 260px;
  -webkit-transform: translate(20px, 44px) rotate(0deg);
          transform: translate(20px, 44px) rotate(0deg);
}

#index .interview .w3 .object {
  width: 235px;
  -webkit-transform: translate(21px, -44px) rotate(160deg);
          transform: translate(21px, -44px) rotate(160deg);
}

#index .interview .w4 .object {
  width: 296px;
  -webkit-transform: translate(-40px, -30px) rotate(0deg);
          transform: translate(-40px, -30px) rotate(0deg);
}

#index .interview .w5 .object {
  width: 272px;
  -webkit-transform: translate(12px, -57px) rotate(3deg);
          transform: translate(12px, -57px) rotate(3deg);
}

#index .interview .w6 .object {
  width: 241px;
  -webkit-transform: translate(73px, -10px) rotate(-7deg);
          transform: translate(73px, -10px) rotate(-7deg);
}

/***********************************************/
/* Inner */
/***********************************************/
#inner .main {
  padding: 0;
}



/***********************************************/
/* Interview New */
/***********************************************/
/******************** Common ********************/
#inner .main-interview {
  background-color: #F0EEE7;
}

#inner.interview .com-content {
  max-width: 1052px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

#inner.interview .label {
  font-size: 11px;
  letter-spacing: 0;
  margin-bottom: 45px;
}
#inner.interview-page1 .label,#inner.interview-page1 .ttl{color: #DD801C;}
#inner.interview-page2 .label,#inner.interview-page2 .ttl{color: #B774B4;}
#inner.interview-page3 .label,#inner.interview-page3 .ttl{color: #7FBE25;}

#inner.interview .label .label_st {
  font-size: 12px;
  letter-spacing: 0.18em;
  display: inline-block;
  margin-right: 13px;
}

#inner.interview .ttl {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

#inner.interview .txt {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0;
  color: #4A4A4A;
}

#inner.interview .interview_sidebar {
  position: fixed;
  top: 100px;
  left: 9.1%;
  align-self: start;   
  z-index: 4;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
}

#inner.interview .interview_sidebar.is-visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

#inner.interview .interview_sidebar .interview_sideTitle {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.1em;
  line-height: 1.7;
}

#inner.interview .interview_sidebar.is-dark .interview_sideTitle {
  color: #fff;
} 

#inner.interview .interview_sidebar .interview_sideProfile {
  background-color: #fff;
  border-radius: 7px;
  border-left: 2px solid;
  overflow: hidden;
  margin-top: 22px;
  padding: 4px 28px 10px 22px;
  width: fit-content;
}
#inner.interview-page1 .interview_sidebar .interview_sideProfile{border-color: #DD801C;}
#inner.interview-page2 .interview_sidebar .interview_sideProfile{border-color: #B774B4;}
#inner.interview-page3 .interview_sidebar .interview_sideProfile{border-color: #7FBE25;}

#inner.interview .interview_sidebar .interview_tabList {
  margin-top: 109px;
}
#inner.interview .interview_sidebar .interview_sideYear {
  font-size: 11px;
  letter-spacing: 0;
  color: #565656;
}

#inner.interview .interview_sidebar .interview_sideName {
  font-size: 15px;
  letter-spacing: 0;
  color: #565656;
  line-height: 1;
  margin-top: 2px;
}

#inner.interview .interview_sidebar .interview_sideName .honorific {
  font-size: 12px;
  letter-spacing: 0;
  color: #565656;
}

#inner.interview .interview_sidebar .interview_tabItem {
  font-size: 11px;
  letter-spacing: 0;
  color: #4A4A4A;
  margin-bottom: 7px;
  cursor: pointer;
  transition: color .3s ease;
}
#inner.interview .interview_sidebar.is-dark .interview_tabItem {
  color: #fff;
} 
#inner.interview .interview_sidebar.is-dark .interview_tabItem.is-active,
#inner.interview .interview_sidebar.is-dark .interview_tabItem:hover {
  color: #000;
} 
#inner.interview-page1 .interview_sidebar .interview_tabItem.is-active,#inner.interview-page1 .interview_sidebar .interview_tabItem:hover {color: #DD801C;}
#inner.interview-page2 .interview_sidebar .interview_tabItem.is-active,#inner.interview-page2 .interview_sidebar .interview_tabItem:hover {color: #B774B4;}
#inner.interview-page3 .interview_sidebar .interview_tabItem.is-active,#inner.interview-page3 .interview_sidebar .interview_tabItem:hover {color: #7FBE25;}

#inner.interview .interview_sidebar .interview_tabItem span {
  font-size: 12px;
  letter-spacing: 0.18em;
  margin-right: 13px;
}
@media screen and (max-width: 767px) {
  #inner.interview {
    min-width: 0;
  }

  #inner.interview #w0 {
    min-width: 0;
  }

  #inner.interview .com-content {
    width: 86.3%;
  }

  #inner.interview .txt {
    font-size: clamp(10px, 3.7vw, 23px);
  }

  #inner.interview .label {
    font-size: clamp(10px, 3vw, 22px);
    margin-bottom: 7%;
  }
  #inner.interview .label .label_st {
    font-size: clamp(10px, 3.6vw, 24px);
    margin-right: 4%;
  }
  #inner.interview .ttl {
    font-size: clamp(10px, 5.4vw, 40px);
    letter-spacing: 0.12em;
  }
  #inner.interview .txt {
    font-size: clamp(10px, 3.6vw, 23px);
    line-height: 1.7;
  }

  #inner.interview .interview_sidebar {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    width: 100%;
  }
  #inner.interview .interview_sidebar .interview_tabList {
    margin-top: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  #inner.interview .interview_sidebar .interview_tabItem {
    font-size: clamp(10px, 2.5vw, 18px);
    letter-spacing: 0;
    margin-bottom: 0;
    height: 13.3vw;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #fff;
    color: #DD801C;
    border-right: 1px solid #DD801C;
    padding-top: 0.7vw;
  }
  #inner.interview-page1 .interview_sidebar .interview_tabItem {color: #DD801C;border-right: 1px solid #DD801C;}
  #inner.interview-page2 .interview_sidebar .interview_tabItem {color: #B774B4;border-right: 1px solid #B774B4;}
  #inner.interview-page3 .interview_sidebar .interview_tabItem {color: #7FBE25;border-right: 1px solid #7FBE25;}

  #inner.interview .interview_sidebar .interview_tabItem.is-active {
    background-color: #DD801C;
    color: #fff;
  }
  #inner.interview-page1 .interview_sidebar .interview_tabItem.is-active {background-color: #DD801C;}
  #inner.interview-page2 .interview_sidebar .interview_tabItem.is-active {background-color: #B774B4;}
  #inner.interview-page3 .interview_sidebar .interview_tabItem.is-active {background-color: #7FBE25;}

  #inner.interview .interview_sidebar.is-dark .interview_tabItem {
    color: #DD801C;
    background-color: #fff;
  }

  #inner.interview-page1 .interview_sidebar.is-dark .interview_tabItem {color: #DD801C;}
  #inner.interview-page2 .interview_sidebar.is-dark .interview_tabItem {color: #B774B4;}
  #inner.interview-page3 .interview_sidebar.is-dark .interview_tabItem {color: #7FBE25;}

  #inner.interview .interview_sidebar.is-dark .interview_tabItem.is-active, 
  #inner.interview .interview_sidebar.is-dark .interview_tabItem:hover {
    color: #fff;
    background-color: #DD801C;
  }  

  #inner.interview-page1 .interview_sidebar.is-dark .interview_tabItem.is-active,#inner.interview-page1 .interview_sidebar.is-dark .interview_tabItem:hover {background-color: #DD801C;}
  #inner.interview-page2 .interview_sidebar.is-dark .interview_tabItem.is-active,#inner.interview-page2 .interview_sidebar.is-dark .interview_tabItem:hover {background-color: #B774B4;}
  #inner.interview-page3 .interview_sidebar.is-dark .interview_tabItem.is-active,#inner.interview-page3 .interview_sidebar.is-dark .interview_tabItem:hover {background-color: #7FBE25;}

  #inner.interview .interview_sidebar .interview_tabItem span {
    margin-right: 0;
    font-size: clamp(10px, 3.5vw, 20px);
    line-height: 1;
  }
  #inner.interview .interview_sidebar .interview_tabItem:last-child {
    border-right: 0px;
  }
}
/******************** Intro ********************/
#inner.interview .intro .intro_inner {
  display: flex;
  margin: 36px auto 0;
  max-width: 770px;
}

#inner.interview .intro .intro_st {
  font-size: 16px;
  color: #000;
  letter-spacing: 0.18em;
  position: relative;
  padding-bottom: 5px;
  display: inline-block;
}

#inner.interview .intro .intro_st::before,
#inner.interview .intro .intro_st::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 1px;
  background-color: #000;
  left: 0;
  bottom: 4px;
}

#inner.interview .intro .intro_st::after {
  bottom: 0;
}

#inner.interview .intro .intro_sub {
  font-size: 26px;
  color: #000;
  letter-spacing: 0.18em;
  line-height: 1.43;
  margin-top: 24px;
}

#inner.interview .intro .intro_ttl {
  font-size: 30px;
  color: #000;
  letter-spacing: 0.18em;
  line-height: 1.42;
  margin-left: 74px;
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  #inner.interview .intro .intro_inner {
    max-width: 100%;    
    margin: 5.9% auto 0;
  }

  #inner.interview .intro .intro_st {
    font-size: clamp(10px, 3.7vw, 24px);
  }

  #inner.interview .intro .intro_st {
    padding-bottom: 10px;
  }

  #inner.interview .intro .intro_sub {
    font-size: clamp(10px, 6vw, 39px);
    margin-top: 40%;
  }

  #inner.interview .intro .intro_ttl {
    font-size: clamp(10px, 5vw, 34px);
    margin-top: 7.4%;
    margin-left: 11.5%;
  }
}

/******************** About ********************/
#inner.interview .about_wrap {
  margin-top: 181px;
}

#inner.interview-page2 .about_wrap {
  margin-top: 144px;
}

#inner.interview .about_wrap .about_inner {
  max-width: 520px;
  position: relative;
}

#inner.interview .about_wrap .about_inner::before,
#inner.interview .about_wrap .about_inner::after {
  position: absolute;
  content: "";
  animation: object_move2 2s ease-in-out infinite alternate;
}

#inner.interview .about_wrap .about_inner::before {
  width: 166px;
  height: 166px;
  top: -106px;
  right: -115px;
}

#inner.interview .about_wrap .about_inner::after {
  width: 37px;
  height: 37px;
  top: 42px;
  right: -180px;
}

#inner.interview-page1 .about_wrap .about_inner::before,
#inner.interview-page1 .about_wrap .about_inner::after {
  background: url("../images/img_o_orange01.png") no-repeat center/contain;
}

#inner.interview-page2 .about_wrap .about_inner::before,
#inner.interview-page2 .about_wrap .about_inner::after {
  background: url("../images/img_o_purple01.png") no-repeat center/contain;
}

#inner.interview-page3 .about_wrap .about_inner::before,
#inner.interview-page3 .about_wrap .about_inner::after {
  background: url("../images/img_o_green01.png") no-repeat center/contain;
}

#inner.interview .about_wrap .about_content {
  position: relative;
  padding: 20px 53px 14px;
}

#inner.interview .about_wrap .about_content::before,
#inner.interview .about_wrap .about_content::after {
  position: absolute;
  content: "";
  width: 41px;
  height: 35px;
}
#inner.interview-page1 .about_wrap .about_content::before,#inner.interview-page1 .about_wrap .about_content::after {  background: url("../images/interview/icon-quote-orange.svg") no-repeat center/contain;}
#inner.interview-page2 .about_wrap .about_content::before,#inner.interview-page2 .about_wrap .about_content::after {  background: url("../images/interview/icon-quote-purpule.svg") no-repeat center/contain;}
#inner.interview-page3 .about_wrap .about_content::before,#inner.interview-page3 .about_wrap .about_content::after {  background: url("../images/interview/icon-quote-green.svg") no-repeat center/contain;}

#inner.interview .about_wrap .about_content::before {
  top: 0;
  left: 0;
  transform: rotate(180deg);
}

#inner.interview .about_wrap .about_content::after {
  bottom: 0;
  right: 0;
}

#inner.interview .about_wrap .about_ttl {
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-decoration: underline;
  text-underline-offset: 10px;
}

#inner.interview-page1 .about_wrap .about_ttl {color: #DD801C;}
#inner.interview-page2 .about_wrap .about_ttl {color: #B774B4;}
#inner.interview-page3 .about_wrap .about_ttl {color: #7FBE25;}

#inner.interview .about_wrap .about_txt {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  #inner.interview .about_wrap {
    margin-top: 29.5%;
  }
  #inner.interview .about_wrap .about_inner {
    max-width: 100%;
    width: 77%;
  }
  #inner.interview .about_wrap .about_ttl {
    font-size: clamp(10px, 4.2vw, 32px);
    text-underline-offset: 7px;
  }
  #inner.interview .about_wrap .about_content {
    padding: 1% 9.8% 4%;
  }

  #inner.interview .about_wrap .about_txt {
    margin-top: 11.5%;
  }

  #inner.interview .about_wrap .about_inner::before {
    width: 27%;
    height: 41%;
    top: -41%;
    right: -3%;
  }

  #inner.interview .about_wrap .about_inner::after {
    width: 6.7%;
    height: 11%;
    top: 2.7%;
    right: -5.3%;
  }
  #inner.interview .about_wrap .about_content::before, #inner.interview .about_wrap .about_content::after {
    width: 7%;
    height: 10%;
  }
}
/******************** Profile ********************/
#inner.interview .profile {
  margin-top: 118px;
}

#inner.interview .profile .profile_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 109px;
  margin: 0 auto;
  width: 96%;
  max-width: 586px;
  padding-top: 13px;
  padding-left: 75px;
  margin-bottom: 61px;
}

#inner.interview .profile .profile_list .profile_item .photo {
  border-radius: 8px;
  overflow: hidden;
}

#inner.interview .profile .profile_list .profile_item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#inner.interview .profile .profile_list .profile_item.is-active {
  width: 100%;
  margin-top: 0;
}

#inner.interview .profile .profile_list .profile_item.is-active .photo {
  border: 10px solid;
  border-radius: 18px;
}

#inner.interview .profile .profile_list .profile_item {
  width: 90%;
  margin-left: auto;
  margin-top: 10px;
  position: relative;
  display: block;
}

#inner.interview .profile .profile_list .profile_item::after {
  position: absolute;
  content: "";
  width: 32px;
  height: 43px;
  left: 53%;
  bottom: -37px;
  transform: translateX(-50%);
}

#inner.interview-page1 .profile .profile_list .profile_item.is-active::after {
  background: url("../images/interview/icon-polygon-orange.svg") no-repeat center/contain;
}
#inner.interview-page2 .profile .profile_list .profile_item.is-active::after {
  background: url("../images/interview/icon-polygon-purpule.svg") no-repeat center/contain;
}
#inner.interview-page3 .profile .profile_list .profile_item.is-active::after {
  background: url("../images/interview/icon-polygon-green.svg") no-repeat center/contain;
}


#inner.interview .profile .profile_list .profile_item .label {
  background-color: #fff;
  border-radius: 7px;
  border-left: 2px solid;
  overflow: hidden;
  padding: 4px 23px 10px 19px;
  width: fit-content;
  position: absolute;
  bottom: -26px;
  left: -70px;
  margin-bottom: 0;
}

#inner.interview-page1 .profile .profile_list .profile_item.is-active .label {background-color: #DD801C; border-color:#DD801C; left: -59px;}
#inner.interview-page2 .profile .profile_list .profile_item.is-active .label {background-color: #B774B4; border-color:#B774B4; left: -59px;}
#inner.interview-page3 .profile .profile_list .profile_item.is-active .label {background-color: #7FBE25; border-color:#7FBE25; left: -59px;}

#inner.interview-page1 .profile .profile_list .profile_item .label{border-color: #DD801C;}
#inner.interview-page2 .profile .profile_list .profile_item .label{border-color: #B774B4;}
#inner.interview-page3 .profile .profile_list .profile_item .label{border-color: #7FBE25;}

#inner.interview .profile .profile_list .profile_item .badge {
  font-size: 11px;
  letter-spacing: 0;
  color: #565656;
}

#inner.interview .profile .profile_list .profile_item.is-active .badge,
#inner.interview .profile .profile_list .profile_item.is-active .name {color: #fff;}

#inner.interview .profile .profile_list .profile_item .name {
  font-size: 15px;
  letter-spacing: 0;
  color: #565656;
  line-height: 1;
  margin-top: 2px;
}

#inner.interview .profile .profile_list .profile_item .name .honorific {
  font-size: 12px;
  letter-spacing: 0;
}

#inner.interview-page1 .profile .profile_list .profile_item.is-active .photo {border-color: #DD801C!important}
#inner.interview-page2 .profile .profile_list .profile_item.is-active .photo {border-color: #B774B4!important}
#inner.interview-page3 .profile .profile_list .profile_item.is-active .photo {border-color: #7FBE25!important}

#inner.interview .profile .profile_inner {
  max-width: 804px;
  position: relative;
}

#inner.interview .profile .profile_inner::before {
  position: absolute;
  content: "";
  width: 82px;
  height: 82px;
  top: -122px;
  left: 30px;
  animation: object_move2 2s ease-in-out infinite alternate;
  -webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#inner.interview-page1 .profile .profile_inner::before {background: url("../images/img_o_orange01.png") no-repeat center/contain;}
#inner.interview-page2 .profile .profile_inner::before {background: url("../images/img_o_purple01.png") no-repeat center/contain;}
#inner.interview-page3 .profile .profile_inner::before {background: url("../images/img_o_green01.png") no-repeat center/contain;}

#inner.interview .profile .profile_card {
  background-color: #F9F8F1;
  border-radius: 15px;
  padding: 0 0 0 8.2%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}

/* #inner.interview-page1 .profile .profile_card {
  padding: 53px 9.2% 0 13.2%;
}

#inner.interview-page .profile .profile_card {
  padding: 68px 9.2% 0 13.2%;
} */


#inner.interview .profile .profile_text {
  width: 50%;
  padding: 30px 0;
}

#inner.interview .profile .profile_name {
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
}

.profile_flex {
  display: flex;
}

#inner.interview .profile .profile_badge {
  color: #fff;
  border-radius: 7px;
  padding: 3px 9px;
  font-size: 11px;
  height: fit-content;
  margin-top: 9px;
  text-align: center;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 8px;
}

#inner.interview-page1 .profile .profile_badge {background-color: #DD801C;}
#inner.interview-page2 .profile .profile_badge {background-color: #B774B4;}
#inner.interview-page3 .profile .profile_badge {background-color: #7FBE25;}

#inner.interview .profile .person_name {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0;
}
#inner.interview-page1 .profile .person_name {color: #DD801C;}
#inner.interview-page2 .profile .person_name {color: #B774B4;}
#inner.interview-page3 .profile .person_name {color: #7FBE25;}
#inner.interview .profile .person_name .honorific {
  font-size: 12px;
  color: #4A4A4A;
  letter-spacing: 0;
  margin-left: -3px;
}
#inner.interview .profile .profile_title {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-top: 14px;
}
#inner.interview-page1 .profile .profile_title {color: #DD801C;}
#inner.interview-page2 .profile .profile_title {color: #B774B4;}
#inner.interview-page3 .profile .profile_title {color: #7FBE25;}

#inner.interview .profile .profile_txt {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.9;
  color: #4A4A4A;
  margin-top: 13px;
}

#inner.interview .profile .profile_info {
  display: flex;
  align-items: center;
  border: 2px solid #E8A045;
  border-radius: 16px;
  padding: 11px 31px;
  margin: 20px 5px 0;
  gap: 0;
}

#inner.interview-page1 .profile .profile_info {border-color: #DD801C;}
#inner.interview-page2 .profile .profile_info {border-color: #B774B4;}
#inner.interview-page3 .profile .profile_info {border-color: #7FBE25;}

#inner.interview .profile .profile_info_label {
  font-size: 14px;
  color: #DD801C;
  letter-spacing: 0.02em;
  line-height: 1.7;
  padding-right: 24px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}
#inner.interview-page1 .profile .profile_info_label {color: #DD801C;}
#inner.interview-page2 .profile .profile_info_label {color: #B774B4;}
#inner.interview-page3 .profile .profile_info_label {color: #7FBE25;}

#inner.interview .profile .profile_info_label:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  background-color: #DD801C;
  border-radius: 2px;
  top: 0;
  right: 0;
}
#inner.interview-page1 .profile .profile_info_label:after {background-color: #DD801C;}
#inner.interview-page2 .profile .profile_info_label:after {background-color: #B774B4;}
#inner.interview-page3 .profile .profile_info_label:after {background-color: #7FBE25;}

#inner.interview .profile .profile_info_value {
  font-size: 14px;
  letter-spacing: 0;
  color: #4A4A4A;
  padding-left: 22px;
  white-space: nowrap;
}

#inner.interview .profile .profile_photo {
  width: 40.4%;
  height: auto;
}

#inner.interview .profile .profile_photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  #inner.interview .profile {
    margin-top: 12%;
  }
  #inner.interview .profile .profile_inner {
    max-width: 100%;
  }
  #inner.interview .profile .profile_inner::before {
    width: 13%;
    height: 29%;
    top: -17%;
    left: -5%;
  } 
  #inner.interview .profile .profile_text {
    width: 100%;
  } 
  #inner.interview .profile .profile_card {
    padding: 9.4% 11.2% 0 10.4%;
    justify-content: center;
  }
  #inner.interview .profile .profile_name {
    font-size: clamp(10px, 4vw, 24px);
  }
  #inner.interview .profile .profile_badge {
    font-size: clamp(10px, 3vw, 20px);
    padding: 1.4% 4.2%;
    margin-top: 2%;
    border-radius: 14px;
    margin-right: 3.4%;
  }
  #inner.interview .profile .person_name {
    font-size: clamp(10px, 8vw, 55px);
    margin-top: 3.3%;
  }
  #inner.interview .profile .person_name .honorific {
    font-size: clamp(10px, 3vw, 22px);
  }
  #inner.interview .profile .profile_title {
    font-size: clamp(10px, 4vw, 28px);
    letter-spacing: 0.05em;
    margin-top: 7%;
  }
  #inner.interview .profile .profile_txt {
    font-size: clamp(10px, 4vw, 23px);
    line-height: 1.7;
    margin-top: 3.5%;
  }
  #inner.interview .profile .profile_photo {
    width: 44%;
    margin-top: 4.5%;
    margin: 20px auto 0;
  }

  #inner.interview .profile .profile_flex {
    align-items: center;
  }

  #inner.interview .profile .profile_info {
    padding: 3.2% 6%;
    margin-top: 7.5%;
  }
  #inner.interview .profile .profile_info_label {
    font-size: clamp(10px, 3.3vw, 23px);
    padding-right: 9.5%;
  }
  #inner.interview .profile .profile_info_label:after {
    width: 3px;
  }
  #inner.interview .profile .profile_info_value {
    font-size: clamp(10px, 3.3vw, 23px);
    line-height: 1.5;
    letter-spacing: 0;
    padding-left: 8%;
  }

  #inner.interview .profile .profile_list {
    gap: 0 11%;
    margin: 0 auto;
    width: 86%;
    max-width: 100%;
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 32vw;
  }

  #inner.interview .profile .profile_list .profile_item.is-active .photo {
    border: 6px solid;
    border-radius: 10px;
  }

  #inner.interview .profile .profile_list .profile_item .label {
    padding: 2% 10% 5%;
    width: max-content;
    bottom: -22vw;
    left: 50%!important;
    transform: translateX(-50%);
    margin-bottom: 0;
  }

  #inner.interview .profile .profile_list .profile_item::after {
    width: 18%;
    height: 18%;
    left: 50%;
    bottom: -16%;
    transform: translateX(-50%);
  }

  #inner.interview .profile .profile_list .profile_item {
    width: 100%;
    margin-top: 0;
  }

  #inner.interview .profile .profile_list .profile_item .badge {
    font-size: clamp(10px, 3.2vw, 23px);
  }
  
  #inner.interview .profile .profile_list .profile_item .name {
    font-size: clamp(10px, 4.2vw, 30px);
  }
  
  #inner.interview .profile .profile_list .profile_item .name .honorific {
    font-size: clamp(10px, 3.4vw, 24px);
  }
}

/******************** Interview Section ********************/
#inner.interview .interview_sec .com-content {
  padding-left: 247px;
}

@media screen and (max-width: 767px) {
  #inner.interview .interview_sec .com-content {
    padding-left: 0;
  }
}

/******************** Interview Section 1 ********************/
#inner.interview .interview_sec1 {
  margin-top: 105px;
}
#inner.interview .interview_sec1 .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#inner.interview .interview_sec1 .content .imgBox {
  width: 40.1%;
}
#inner.interview .interview_sec1 .content .txtBox {
  width: 50.1%;
}
#inner.interview .interview_sec1 .content .txt {
  margin-top: 34px;
}
#inner.interview .interview_sec1 .content--01 .imgBox {
  width: 115%;
  margin-right: -15%;
}
#inner.interview .interview_sec1 .content--01 .txtBox {
  width: 100%;
  padding: 44px 0 0 73px;
}
#inner.interview .interview_sec1 .content--02 {
  margin-top: 122px;
}
#inner.interview .interview_sec1 .content--03 {
  flex-direction: row-reverse;
  margin-top: 119px;
}
#inner.interview .interview_sec1 .schedule-block {
  border: 16px solid #F9F8F1;
  border-radius: 47px;
  margin-top: 93px;
  padding: 61px 7.1% 44px;
}
#inner.interview .interview_sec1 .schedule-block .block-title {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6;
}

#inner.interview-page1 .interview_sec1 .schedule-block .block-title {color: #DD801C;}
#inner.interview-page2 .interview_sec1 .schedule-block .block-title {color: #B774B4;}
#inner.interview-page3 .interview_sec1 .schedule-block .block-title {color: #7FBE25;}

#inner.interview .interview_sec1 .timeline-block {
  margin-top: 45px; 
  position: relative;
  display: flex;
  flex-direction: column;
}

#inner.interview .interview_sec1 .timeline-item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 1px;
  height: 64px;
  background: #999999;
  transform: translateX(-50%);
  z-index: 0;
}

#inner.interview .interview_sec1 .timeline-item:last-child::before {
  display: none;
}

#inner.interview .interview_sec1 .timeline-item {
  display: grid;
  grid-template-columns: 1fr 64px 1fr;
  align-items: start;
  margin-bottom: 6px;
  position: relative;
}

#inner.interview .interview_sec1 .timeline-item:last-child {
  margin-bottom: 0;
}

#inner.interview .interview_sec1 .tl-left {
  padding-right: 38px;
}

#inner.interview .interview_sec1 .tl-right {
  padding-left: 38px;
}

#inner.interview .interview_sec1 .tl-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 4px;
  z-index: 1;
}

#inner.interview .interview_sec1 .tl-time {
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#inner.interview-page1 .interview_sec1 .tl-time {color: #DD801C;}
#inner.interview-page2 .interview_sec1 .tl-time {color: #B774B4;}
#inner.interview-page3 .interview_sec1 .tl-time {color: #7FBE25;}

#inner.interview .interview_sec1 .tl-clock {
  width: 79px;
}

#inner.interview .interview_sec1 .tl-event-title {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 8px;
  line-height: 1.4;
}

#inner.interview-page1 .interview_sec1 .tl-event-title {color: #DD801C;}
#inner.interview-page2 .interview_sec1 .tl-event-title {color: #B774B4;}
#inner.interview-page3 .interview_sec1 .tl-event-title {color: #7FBE25;}

#inner.interview .interview_sec1 .tl-event-body {
  font-size: 13px;
  color: #4A4A4A;
  line-height: 1.8;
  letter-spacing: 0;
  background-color: #fff;
  border-radius: 15px;
  padding: 24px 28px 22px 25px;
  margin-top: 14px;
}

@media screen and (max-width: 767px) {
  #inner.interview .interview_sec1 {
    margin-top: 29%;
  
  }
  #inner.interview .interview_sec1 .content .imgBox {
    width: 100%;
  }

  #inner.interview .interview_sec1 .content .txtBox {
    width: 100%;
    margin-top: 11.2%;
    padding: 0;
  }
  #inner.interview .interview_sec1 .content .txt {
    margin-top: 5%;
  }
  #inner.interview .interview_sec1 .schedule-block {
    border: 11px solid #F9F8F1;
    margin-top: 13.5%;
    padding: 9.6% 6.1% 8.3% 5.5%;
  }
  #inner.interview .interview_sec1 .schedule-block .block-title {
    font-size: clamp(10px, 5vw, 32px);
    letter-spacing: 0.12em;
  }
  #inner.interview .interview_sec1 .timeline-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 4.6%;
  }

  #inner.interview .interview_sec1 .timeline-item:nth-child(even) {
    flex-direction: row-reverse;
  }

  #inner.interview .interview_sec1 .tl-empty {
    display: none;
  }

  #inner.interview .interview_sec1 .tl-left,
  #inner.interview .interview_sec1 .tl-right {
    padding: 0;
    width: 78%;
  }
  #inner.interview .interview_sec1 .timeline-block {
    margin-top: 12.3%;
  }
  #inner.interview .interview_sec1 .tl-center {
    width: 14.5%;
  }
  #inner.interview .interview_sec1 .tl-clock {
    width: 100%;
  }
  #inner.interview .interview_sec1 .block-title {
    font-size: clamp(10px, 3.5vw, 32px);
  }
  #inner.interview .interview_sec1 .tl-event-title {
    font-size: clamp(10px, 3.5vw, 25px);
    letter-spacing: 0;
  }
  #inner.interview .interview_sec1 .tl-event-body {
    font-size: clamp(10px, 3vw, 22px);
    line-height: 1.7;
    padding: 5% 5.7% 5.5%;
    margin-top: 14px;
  }
  #inner.interview-page1 .interview_sec1 .tl-time {
    font-size: clamp(10px, 3vw, 18px);
  }
  #inner.interview .interview_sec1 .timeline-item::before {
    left: 7%;
    bottom: 8%;
    width: 2px;
    transform: translateX(0);
    height: 8.4vw;
 }
  #inner.interview .interview_sec1 .content--02 {
    margin-top: 14%;
  }
  #inner.interview .interview_sec1 .content--02 .txtBox,
  #inner.interview .interview_sec1 .content--03 .txtBox {
    margin-top: 6.2%;
  }
  #inner.interview .interview_sec1 .content--03 {
    margin-top: 13.7%;
  }
}

/******************** Interview Section 2 ********************/
#inner.interview .interview_sec2 {
  margin-top: 176px;
}

#inner.interview .interview_sec2 .banner img {
  width: 100%;
}

#inner.interview .interview_sec2 .com-content {
  padding-left: 13%;
}
#inner.interview .interview_sec2 .txtBox {
  text-align: center;
  width: 100%;
  max-width: 546px;
  margin: 72px auto 0;
}
#inner.interview .interview_sec2 .txtBox .txt {
  text-align: left;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  #inner.interview .interview_sec2 {
    margin-top: 20%;
  }

  #inner.interview .interview_sec2 .txtBox {
    max-width: 100%;
    margin: 11.5% auto 0;
  }
  #inner.interview .interview_sec2 .com-content {
    padding-left: 0;
  }
}
/******************** Interview Section 3 ********************/
#inner.interview .interview_sec3 {
  margin-top: 177px;
}

#inner.interview .interview_sec3 .gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

#inner.interview .interview_sec3 .gallery .gallery_img--01,
#inner.interview .interview_sec3 .gallery .gallery_img--02,
#inner.interview .interview_sec3 .gallery .gallery_img--03,
#inner.interview .interview_sec3 .gallery .gallery_img--04 {
  position: relative;
}

/******************** Gallery Interview-page1 ********************/
#inner.interview-page1 .interview_sec3 .gallery .gallery_img--01 {
  width: 23.9%;
  margin-top: 19%;
  margin-left: 2.8%;
}

#inner.interview-page1 .interview_sec3 .gallery .gallery_img--02 {
  width: 56.2%;
  margin-left: 4.9%;
}

#inner.interview-page1 .interview_sec3 .gallery .gallery_img--03 {
  width: 33.7%;
  margin-left: 23.2%;
  margin-top: -17.6%;
}

#inner.interview-page1 .interview_sec3 .gallery .gallery_img--04 {
  position: absolute;
  width: 25.6%;
  bottom: 13.4%;
  right: 2.9%;
}
/******************** Gallery Interview-page2 ********************/
#inner.interview-page2 .interview_sec3 .gallery .gallery_img--01 {
  width: 33.6%;
  margin-top: -3.4%;
  margin-left: 7.7%;
}

#inner.interview-page2 .interview_sec3 .gallery .gallery_img--02 {
  width: 23.8%;
  margin-left: 19.6%;
  margin-top: 6%;
  position: relative;
  z-index: 1;
}

#inner.interview-page2 .interview_sec3 .gallery .gallery_img--03 {
  width: 25.6%;
  margin-left: 2%;
  margin-top: 6.6%;
}

#inner.interview-page2 .interview_sec3 .gallery .gallery_img--04 {
  position: absolute;
  width: 56.3%;
  bottom: 7.4%;
  right: 6.3%;
}
/******************** Gallery Interview-page3 ********************/
#inner.interview-page3 .interview_sec3 .gallery .gallery_img--01 {
  width: 23.9%;
  margin-top: 11%;
  margin-left: 5.8%;
}

#inner.interview-page3 .interview_sec3 .gallery .gallery_img--02 {
  width: 56.2%;
  margin-left: 6.7%;
  margin-top: 2px;
}

#inner.interview-page3 .interview_sec3 .gallery .gallery_img--03 {
  width: 33.7%;
  margin-left: 45.7%;
  margin-top: -9.1%;
}

#inner.interview-page3 .interview_sec3 .gallery .gallery_img--04 {
  width: 25.6%;
  position: absolute;
  bottom: 5.2%;
  left: -3%;
}

/* #inner.interview-page1 .interview_sec3 {background-color: #DD801C;}
#inner.interview-page2 .interview_sec3 {background-color: #B774B4;}
#inner.interview-page3 .interview_sec3 {background-color: #7FBE25;} */

#inner.interview-page1 .interview_sec3 .label,
#inner.interview-page1 .interview_sec3 .ttl {
  color: #DD801C;
}

#inner.interview-page2 .interview_sec3 .label,
#inner.interview-page2 .interview_sec3 .ttl {
  color: #B774B4;
}

#inner.interview-page3 .interview_sec3 .label,
#inner.interview-page4 .interview_sec3 .ttl {
  color: #7FBE25;
}

#inner.interview .interview_sec3 .label {
  position: relative;
}

#inner.interview .interview_sec3 .txtBox::before,
#inner.interview .interview_sec3 .label:after,
#inner .interview_sec3 .gallery .gallery_img--01:after,
#inner .interview_sec3 .gallery .gallery_img--02:after,
#inner .interview_sec3 .gallery .gallery_img--03:after {
  position: absolute;
  content: "";
  animation: object_move2 2s ease-in-out infinite alternate;
  -webkit-animation: object_move2 2s ease-in-out infinite alternate;
}

#inner.interview-page1 .interview_sec3 .txtBox::before,
#inner.interview-page1 .interview_sec3 .label:after,
#inner.interview-page1 .interview_sec3 .gallery .gallery_img--01:after,
#inner.interview-page1 .interview_sec3 .gallery .gallery_img--02:after,
#inner.interview-page1 .interview_sec3 .gallery .gallery_img--03:after {
  background: url("../images/img_o_orange01.png") no-repeat center/contain;
}

#inner.interview-page2 .interview_sec3 .txtBox::before,
#inner.interview-page2 .interview_sec3 .label:after,
#inner.interview-page2 .interview_sec3 .gallery .gallery_img--01:after,
#inner.interview-page2 .interview_sec3 .gallery .gallery_img--02:after,
#inner.interview-page2 .interview_sec3 .gallery .gallery_img--03:after {
  background: url("../images/img_o_purple01.png") no-repeat center/contain;
}

#inner.interview-page3 .interview_sec3 .txtBox::before,
#inner.interview-page3 .interview_sec3 .label:after,
#inner.interview-page3 .interview_sec3 .gallery .gallery_img--01:after,
#inner.interview-page3 .interview_sec3 .gallery .gallery_img--02:after,
#inner.interview-page3 .interview_sec3 .gallery .gallery_img--03:after {
  background: url("../images/img_o_green01.png") no-repeat center/contain;
}

#inner.interview .interview_sec3 .gallery .gallery_img--01:after {
  width: 82px;
  height: 89px;
  top: -72px;
  left: -67px;
}

#inner.interview .interview_sec3 .gallery .gallery_img--02:after {
  width: 44px;
  height: 30px;
  top: 24%;
  right: -19px;
}

#inner.interview .interview_sec3 .gallery .gallery_img--03:after {
  width: 82px;
  height: 89px;
  bottom: -36px;
  left: -67px;
}

@media screen and (max-width: 767px) {
  #inner.interview .interview_sec3 .gallery .gallery_img--01:after  {
    width: 54%;
    height: 50%;
    top: -34%;
    left: -21%;
  }

  #inner.interview .interview_sec3 .gallery .gallery_img--02:after  {
    height: 9%;
  }

  #inner.interview .interview_sec3 .gallery .gallery_img--03:after  {
    width: 40%;
    height: 40%;
    bottom: -11%;
    left: -21%;
  }
}

#inner.interview .interview_sec3 .txtBox::before {
  width: 103px;
  height: 103px;
  top: 3px;
  right: -136px;
}

#inner.interview .interview_sec3 .label::after {
  width: 30px;
  height: 30px;
  top: -43px;
  right: -38px;
}

#inner.interview .interview_sec3 .txtBox {
  text-align: center;
  width: 100%;
  max-width: 546px;
  margin: 107px auto 0;
  transform: translateX(-7%);
  position: relative;
}

#inner.interview-page2 .interview_sec3 .txtBox {
  margin: 130px auto 0;
}

#inner.interview .interview_sec3 .txtBox .txt {
  text-align: left;
  margin-top: 34px;
}
@media screen and (max-width: 767px) {
  #inner.interview .interview_sec3 {
    margin-top: 20%;
  }
  
  /******************** Gallery Interview-page1 ********************/
  #inner.interview-page1 .interview_sec3 .gallery .gallery_img--01 {
    width: 29.6%;
    margin-top: 23.7%;
    margin-left: -3.7%;
  }
  #inner.interview-page1 .interview_sec3 .gallery .gallery_img--02 {
    width: 70%;
    margin-left: 6%;
    margin-right: -2.4%;
  }
  #inner.interview-page1 .interview_sec3 .gallery .gallery_img--03 {
    width: 41.8%;
    margin-left: 21.6%;
    margin-top: -21.7%;
  }
  #inner.interview-page1 .interview_sec3 .gallery .gallery_img--04 {
    position: absolute;
    width: 31.8%;
    bottom: 13.4%;
    right: -13.4%;
  }

  /******************** Gallery Interview-page2 ********************/
  #inner.interview-page2 .interview_sec3 .gallery .gallery_img--01 {
    width: 41.8%;
    margin-top: -3.4%;
    margin-left: 3%;
  }  

  #inner.interview-page2 .interview_sec3 .gallery .gallery_img--02 {
    width: 31.8%;
    margin-left: 14.6%;
    margin-top: 6%;
  }  

  #inner.interview-page2 .interview_sec3 .gallery .gallery_img--03 {
    width: 29.6%;
    margin-left: -4%;
    margin-top: 9.6%;
  }  

  #inner.interview-page2 .interview_sec3 .gallery .gallery_img--04 {
    width: 70%;
    bottom: 3.4%;
    right: -1.7%;
  }

  /******************** Gallery Interview-page3 ********************/
  #inner.interview-page3 .interview_sec3 .gallery .gallery_img--01 {
    width: 29.6%;
    margin-top: 16%;
    margin-left: -3%;
  }
  #inner.interview-page3 .interview_sec3 .gallery .gallery_img--02 {
    width: 70%;
    margin-left: 5%;
    margin-right: -2%;
  }
  #inner.interview-page3 .interview_sec3 .gallery .gallery_img--03 {
    width: 41.8%;
    margin-left: 45.6%;
    margin-top: -12.7%;
  }
  #inner.interview-page3 .interview_sec3 .gallery .gallery_img--04 {
    width: 31.8%;
    bottom: 3.4%;
    left: -8%;
  }

  #inner.interview .interview_sec3 .txtBox {
    max-width: 100%;
    margin: 21.4% auto 0!important;
    transform: translateX(0);
  }
  #inner.interview .interview_sec3 .txtBox::before {
    width: 16%;
    height: 26%;
    top: -20%;
    right: -1%;
  }
  #inner.interview .interview_sec3 .label::after {
    width: 5%;
    height: 74%;
    top: -17vw;
    right: 14%;
  }
  #inner.interview .interview_sec3 .txtBox::after {
    width: 14%;
    height: 20%;
    bottom: -39%;
    left: -5%;
  }
}
/******************** Interview Section 4 ********************/
#inner.interview .interview_sec4 {
  margin-top: 310px;
}
#inner.interview .interview_sec4 .txtBox {
  border: 1px solid;
  background-color: #fff;
  text-align: center;
  padding: 75px 72px 69px;
  width: 100%;
  max-width: 705px;
  margin: 0 auto;
  border-radius: 4px;
  position: relative;
}

#inner.interview .interview_sec4 .txtBox .img {
  position: absolute;
  top: -154px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  width: 194px;
  height: 194px;
  z-index: 1;
  object-fit: cover;
}

#inner.interview-page1 .interview_sec4 .txtBox {border-color: #DD801C;}
#inner.interview-page2 .interview_sec4 .txtBox {border-color: #B774B4;}
#inner.interview-page3 .interview_sec4 .txtBox {border-color: #7FBE25;}

#inner.interview-page1 .interview_sec4 .label {color: #DD801C;}
#inner.interview-page2 .interview_sec4 .label {color: #B774B4;}
#inner.interview-page3 .interview_sec4 .label {color: #7FBE25;}

#inner.interview .interview_sec4 .ttl {
  color: #000;
  font-size: 22px;
  letter-spacing: 0.18em;
}

#inner.interview .interview_sec4 .txt {
  text-align: left;
  margin-top: 32px;
} 
@media screen and (max-width: 767px) {
  #inner.interview .interview_sec4 {
    margin-top: 50%;
  }
  #inner.interview .interview_sec4 .txtBox {
    padding: 20% 10% 13%;
    width: 100%;
    max-width: 100%;
  }
  #inner.interview .interview_sec4 .txtBox .img {
    top: -22%;
    width: 44%;
    height: auto;
  }
  #inner.interview .interview_sec4 .ttl {
    font-size: clamp(10px, 6vw, 40px);
    margin-top: 8.7%;
    letter-spacing: 0.12em;
  }
  #inner.interview .interview_sec4 .txt {
    margin-top: 6.3%;
  }
}
/******************** Interview Section 5 ********************/
#inner.interview .interview_sec5 .txtBox {
  position: relative;
  text-align: center;
  padding: 92px 25px 1px;
  width: 100%;
  height: 473px;
  max-width: 475px;
  margin: 213px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transform: translateX(-9%);
  overflow: hidden;
  border-radius: 48%;
}

#inner.interview .interview_sec5 .txtBox::before {
  position: absolute;
  content: "";
  width: 473px;
  height: 473px;
  background: url("../images/img_o_orange01.png") no-repeat center/contain;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#inner.interview .interview_sec5 .person_img {
  width: 154px;
  margin-top: 52px;
  margin-left: -28px;
}

#inner.interview .interview_sec5 .label {
  margin-bottom: 20px;
}

#inner.interview .interview_sec5 .ttl,
#inner.interview .interview_sec5 .label {
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #inner.interview .interview_sec5 .txtBox {
    padding: 16% 0 0;
    width: 102%;
    margin-left: -9%;
    height: 89%;
    max-width: 102%;
    margin: 21.2% auto 0 -1%;
    transform: translateX(0);
    border-radius: 46%;
  }

   #inner.interview .interview_sec5 .label {
    white-space: nowrap;
    margin-bottom: 6%;
   }
   #inner.interview .interview_sec5 .txtBox::before {
    width: 101%;
    height: 100.5%;
    top: 0;
  }
  #inner.interview .interview_sec5 .person_img {
    width: 32.4%;
    margin-top: 4.4%;
    margin-left: -5.7%;
  }
}
/******************** Interview Navi ********************/
#inner.interview .interview_navi {
  display: flex;
  flex-wrap: wrap;
  margin-top: 211px;
}

#inner.interview .interview_navi .interview_prev,
#inner.interview .interview_navi .interview_next {
  width: 50%;
  position: relative;
  overflow: hidden;
}

#inner.interview .interview_navi .interview_naviBg {
  transition: all .3s ease;
  height: 100%;
}

#inner.interview .interview_navi .interview_naviBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#inner.interview .interview_navi .interview_naviLink:hover .interview_naviBg {
  transform: scale(1.07);
}

#inner.interview .interview_navi .card_btnContent {
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
  color: #fff;
  text-align: center;
  width: max-content;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#inner.interview .interview_navi .interview_naviSt {
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.18em;
  position: relative;
  padding-bottom: 7px;
  display: inline-block;
}

#inner.interview .interview_navi .interview_naviSt::before,
#inner.interview .interview_navi .interview_naviSt::after {
  position: absolute;
  content: "";
  width: 93%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: 4px;
}

#inner.interview .interview_navi .interview_naviSt::after {
  bottom: 0;
}

#inner.interview .interview_navi .interview_naviTtl {
  font-size: 20px;
  letter-spacing: 0.18em;
  margin-top: 8px;
}

#inner.interview .interview_navi .interview_naviIcon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin-top: 7px;
}

#inner.interview .interview_navi .interview_naviLink:hover .interview_naviIcon::before {
  width: 30px;
  height: 4px;
}

#inner.interview .interview_navi .interview_naviIcon::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg) translate(-50% , -50%);
  top: 50%;
  left: 50%;
  transition: all .3s ease;
}

#inner.interview .interview_navi .interview_naviLink:hover .interview_naviIcon::after {
  width: 60px;
  height: 60px;
  opacity: 1;
}

#inner.interview .interview_navi .interview_naviIcon::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  transform: translate(-50% , -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  opacity: 0;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  #inner.interview .interview_navi {
    margin-top: 19%;
  }

  #inner.interview .interview_navi .interview_naviBg.bg01 img {
    object-position: 80%;
  }

  #inner.interview .interview_navi .card_btnContent {
    top: 51.7%;
  }

  #inner.interview .interview_navi .interview_naviSt {
    font-size: clamp(10px, 4vw, 21px);
    padding-bottom: 14px;
  }

  #inner.interview .interview_navi .interview_naviTtl {
    font-size: clamp(10px, 4vw, 25px);
    margin-top: 2vw;
  }

  #inner.interview .interview_navi .interview_naviIcon {
    width: 50px;
    height: 50px;
    margin-top: 5vw;
  }

  #inner.interview .interview_navi .interview_naviIcon::before {
    width: 62px;
    height: 6px;
  }
  
  #inner.interview .interview_navi .interview_naviIcon::after {
    width: 40px;
    height: 40px;
  }
  #inner.interview .interview_navi .interview_naviLink:hover .interview_naviIcon::after {
    width: 50px;
    height: 50px;
  }
}
/******************** Interview connect ********************/
#inner.interview .interview_connect {
  padding: 95px 0 92px;
}
#inner.interview .interview_connect .interview_connectLink {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
#inner.interview .interview_connect .interview_connectTxtJp {
  font-size: 17px;
  color: #000;
  letter-spacing: 0.18em;
}

#inner.interview .interview_connect .interview_connectTxtEn {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #485156;
  line-height: 1;
  margin-top: 9px;
}

#inner.interview .interview_connect .interview_connectIcon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  position: relative;
  margin-top: 7px;
}

#inner.interview .interview_connect .interview_connectLink:hover .interview_connectIcon::before {
  width: 30px;
  height: 4px;
}

#inner.interview .interview_connect .interview_connectIcon::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 5px;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #565656;
  transform: skewX(-55deg) translate(-50% , -50%);
  top: 50%;
  left: 50%;
  transition: all .3s ease;
}

#inner.interview .interview_connect .interview_connectLink:hover .interview_connectIcon::after {
  width: 60px;
  height: 60px;
  opacity: 1;
}

#inner.interview .interview_connect .interview_connectIcon::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  border: 1px solid #565656;
  transform: translate(-50% , -50%);
  top: 50%;
  left: 50%;
  border-radius: 100%;
  opacity: 0;
  transition: all .3s ease;
}
@media screen and (max-width: 767px) {
  #inner.interview .interview_connect {
    padding: 11.3% 0 7%;
  }
  #inner.interview .interview_connect .interview_connectTxtJp {
    font-size: clamp(10px, 4vw, 22px);
  }
  #inner.interview .interview_connect .interview_connectTxtEn {
    font-size: clamp(20px, 10vw, 61px);
    margin-top: 4%;
  }
  #inner.interview .interview_connect .interview_connectIcon {
    width: 50px;
    height: 50px;
    margin-top: 5.7%;
  }
  #inner.interview .interview_connect .interview_connectIcon::before {
    position: absolute;
    content: "";
    width: 50px;
  }
  #inner.interview .interview_connect .interview_connectIcon::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
  }
  #inner.interview .interview_connect .interview_connectLink:hover .interview_connectIcon::after {
    width: 50px;
    height: 50px;
    opacity: 1;
  }
}
/***********************************************/
/* Interview */
/***********************************************/
/*** Visual ********************/
#inner.interview .visual {
  position: relative;
  z-index: 100;
}

#inner.interview .visual > .inner {
  position: relative;
  /* height: 768px; */
  height: 28.1vw;
  background: url(../images/interview/main_interview01.jpg) no-repeat center center #555;
  background-size: cover;
  text-align: center;
  color: #fff;
}

#inner.interview.w1 .visual > .inner {
  background-image: url(../images/interview/main_interview01.jpg);
}

#inner.interview.w2 .visual > .inner {
  background-image: url(../images/interview/main_interview02.jpg);
}

#inner.interview.w3 .visual > .inner {
  background-image: url(../images/interview/main_interview03.jpg);
}

#inner.interview.w4 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle4.jpg);
}

#inner.interview.w5 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle5.jpg);
}

#inner.interview.w6 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle6.jpg);
}

#inner.interview.w7 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle7.jpg);
}

#inner.interview.w8 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle8.jpg);
}

#inner.interview.w9 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle9.jpg);
}

#inner.interview.w10 .visual > .inner {
  background-image: url(../images/interview/bg_workstyle10.jpg);
}

#inner.interview .visual .copy {
  position: absolute;
  top: 52%;
  left: 0;
  width: 100%;
  font-size: 33px;
  line-height: 59px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#inner.interview .visual .copy img {
  width: 940px;
  margin: 0 auto;
}

#inner.interview .visual .copy ruby rt {
  font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
  font-weight: bold;
  font-size: 15px;
}

#inner.interview .visual .info {
  position: absolute;
  bottom: 90px;
  left: 0;
  width: 100%;
}

#inner.interview .visual .info .position {
  font-size: 15px;
}

#inner.interview .visual .info h2 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 20px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

#inner.interview .visual .info .yomi {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}

#inner.interview .visual .info .title {
  font-size: 20px;
  color: #f0cf2b;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  font-weight: bold;
  margin-top: 10px;
}

/*** Intro ********************/
#inner.interview .intro {
  position: relative;
  z-index: 90;
}

#inner.interview .intro > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 100px 0 0 0;
  margin: 0 auto;
  position: relative;
}

#inner.interview .intro .img {
  position: absolute;
  max-width: 760px;
  top: 100px;
  left: 50%;
  margin-left: -585px;
  width: 70%;
}

#inner.interview .intro .info {
  position: relative;
  float: right;
  width: 360px;
  margin-top: 295px;
  font-size: 15px;
  z-index: 20;
}

#inner.interview .intro .info .join,
#inner.interview .intro .info .town {
  font-size: 15px;
  color: #808080;
  line-height: 1.3em;
}

#inner.interview .intro .info .name {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
}

#inner.interview .intro .info .yomi {
  line-height: 1.3em;
  margin-top: 3px;
  font-size: 12px;
  color: #b774b4;
  letter-spacing: 0.1em;
}

#inner.interview.w1 .intro .info .yomi {
  color: #b774b4;
}

#inner.interview.w2 .intro .info .yomi {
  color: #50aa43;
}

#inner.interview.w3 .intro .info .yomi {
  color: #f0cf2b;
}

#inner.interview.w4 .intro .info .yomi {
  color: #f0cf2b;
}

#inner.interview.w5 .intro .info .yomi {
  color: #50aa43;
}

#inner.interview.w6 .intro .info .yomi {
  color: #eb493e;
}

#inner.interview .intro .info .position {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3em;
  height: 2.6em;
  color: #808080;
}

#inner.interview .intro .info .profile {
  margin-top: 30px;
  font-size: 15px;
}

#inner.interview .intro .object {
  position: absolute;
  width: 200px;
  right: 0;
  top: 300px;
  z-index: 10;
}

#inner.interview.w1 .intro .object {
  width: 360px;
  -webkit-transform: translate(-110px, 8px) rotate(-16deg) scale(1, -1);
          transform: translate(-110px, 8px) rotate(-16deg) scale(1, -1);
}

#inner.interview.w2 .intro .object {
  width: 370px;
  -webkit-transform: translate(-87px, -10px) rotate(0deg);
          transform: translate(-87px, -10px) rotate(0deg);
}

#inner.interview.w3 .intro .object {
  width: 300px;
  -webkit-transform: translate(-149px, 30px) rotate(160deg);
          transform: translate(-149px, 30px) rotate(160deg);
}

#inner.interview.w4 .intro .object {
  width: 345px;
  -webkit-transform: translate(-86px, 0px) rotate(-1deg);
          transform: translate(-86px, 0px) rotate(-1deg);
}

#inner.interview.w5 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

#inner.interview.w6 .intro .object {
  width: 270px;
  -webkit-transform: translate(-163px, -4px) rotate(0deg);
          transform: translate(-163px, -4px) rotate(0deg);
}

#inner.interview.w5 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

#inner.interview.w7 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

#inner.interview.w8 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

#inner.interview.w9 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

#inner.interview.w10 .intro .object {
  width: 380px;
  -webkit-transform: translate(-68px, 10px) rotate(-4deg);
          transform: translate(-68px, 10px) rotate(-4deg);
}

/*** Section ********************/
#inner.interview section.box {
  position: relative;
  z-index: 90;
}

#inner.interview section.box.sec1 {
  z-index: 85;
}

#inner.interview section.box.sec2 {
  z-index: 80;
}

#inner.interview section.box.sec3 {
  z-index: 75;
}

#inner.interview section.box.sec4 {
  z-index: 70;
}

#inner.interview section.box.sec5 {
  z-index: 65;
}

#inner.interview section.box > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
  margin-top: 90px;
}

#inner.interview section.box .img {
  position: absolute;
  max-width: 634px;
  top: 10px;
  left: 585px;
  z-index: -1;
  width: 65%;
}

#inner.interview section.box.sec2 .img,
#inner.interview section.box.sec4 .img {
  left: auto;
  right: 585px;
}

#inner.interview section.box .info {
  max-width: 500px;
  font-size: 15px;
}

#inner.interview section.box.sec2 .info,
#inner.interview section.box.sec4 .info {
  float: right;
}

#inner.interview section.box.noimage .info {
  max-width: none;
}

#inner.interview section.box .info h3 {
  font-size: 30px;
  line-height: 50px;
  color: #bf9a00;
  margin-bottom: 30px;
  margin-top: -10px;
  width: 540px;
}

#inner.interview section.box .info h3 img {
  width: 100%;
}

/*** Schedule ********************/
#inner.interview .schedule {
  position: relative;
  z-index: 50;
  margin-top: 100px;
}

#inner.interview .schedule > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 10px 0 0 0;
  margin-top: -10px;
  margin: 0 auto;
  position: relative;
}

#inner.interview .schedule .img {
  float: right;
  width: 50%;
  position: relative;
}

#inner.interview .schedule h3 {
  float: left;
  font-size: 28px;
  letter-spacing: 0.1em;
  background: url(../images/icon_clock.png) no-repeat left top;
  background-size: 70px auto;
  padding-top: 90px;
}

#inner.interview .schedule h3 span {
  font-size: 68px;
  letter-spacing: 0.27em;
  font-weight: 700;
  display: block;
  line-height: 1em;
  margin-bottom: 26px;
  position: relative;
}

#inner.interview .schedule h3 span {
  letter-spacing: 0.22em;
}

#inner.interview .schedule h3 span.mini {
  font-size: 22px;
  margin: 15px 0 0 0;
  text-indent: -0.5em;
}

#inner.interview .schedule h3 img {
  width: 540px;
}

#inner.interview section.box .object,
#inner.interview .schedule .object {
  position: absolute;
  width: 400px;
  right: 0;
  top: 300px;
  opacity: 0.18;
  z-index: -1;
  pointer-events: none;
}

#inner.interview section.box.sec1 .object,
#inner.interview section.box.sec3 .object,
#inner.interview section.box.sec5 .object,
#inner.interview .schedule .object {
  right: auto;
  left: 0;
}


#inner.interview .profile_bottom .profile_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 118px;
  margin: 0 auto;
  width: 96%;
  max-width: 570px;
  padding-top: 140px;
  padding-left: 49px;
  margin-bottom: -72px;
}


#inner.interview .profile_bottom .profile_list .profile_item {
  width: 90%;
  margin-left: auto;
  margin-top: 10px;
  position: relative;
}

#inner.interview .profile_bottom .profile_list .profile_item .label {
  background-color: #fff;
  border-radius: 7px;
  border-left: 2px solid;
  overflow: hidden;
  padding: 4px 23px 10px 19px;
  width: fit-content;
  position: absolute;
  bottom: -36px;
  left: -70px;
  margin-bottom: 0;
}

#inner.interview .profile_bottom .profile_list .profile_item .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#inner.interview-page1 .profile_bottom .profile_list .profile_item .label{border-color: #DD801C;}
#inner.interview-page2 .profile_bottom .profile_list .profile_item .label{border-color: #B774B4;}
#inner.interview-page3 .profile_bottom .profile_list .profile_item .label{border-color: #7FBE25;}

#inner.interview .profile_bottom .profile_list .profile_item .badge {
  font-size: 11px;
  letter-spacing: 0;
  color: #565656;
}


#inner.interview .profile_bottom .profile_list .profile_item .name {
  font-size: 15px;
  letter-spacing: 0;
  color: #565656;
  line-height: 1;
  margin-top: 2px;
}

#inner.interview .profile_bottom .profile_list .profile_item .name .honorific {
  font-size: 12px;
  letter-spacing: 0;
}

#inner.interview-page1 .profile_bottom .profile_list .profile_item .photo {border-color: #DD801C!important}
#inner.interview-page2 .profile_bottom .profile_list .profile_item .photo {border-color: #B774B4!important}
#inner.interview-page3 .profile_bottom .profile_list .profile_item .photo {border-color: #7FBE25!important}
@media screen and (max-width: 767px) {
  #inner.interview .profile_bottom .profile_list {
    gap: 0 11%;
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding-top: 15%;
    padding-left: 0;
    margin-bottom: 22vw;
  }

  #inner.interview .profile_bottom .profile_list .profile_item .label {
    padding: 2% 10% 4%;
    width: max-content;
    bottom: -15%;
    left: 50%!important;
    transform: translateX(-50%);
    margin-bottom: 0;
  }

  #inner.interview .profile_bottom .profile_list .profile_item {
    width: 100%;
    margin-top: 0;
  }

  #inner.interview .profile_bottom .profile_list .profile_item .badge {
    font-size: clamp(10px, 3vw, 23px);
  }
  
  #inner.interview .profile_bottom .profile_list .profile_item .name {
    font-size: clamp(10px, 4vw, 30px);
  }
  
  #inner.interview .profile_bottom .profile_list .profile_item .name .honorific {
    font-size: clamp(10px, 4vw, 24px);
  }
}


/*** Message ********************/
#inner.interview .message {
  position: relative;
  z-index: 90;
  background: url(../images/interview/img_w1_6.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 10px;
  height: 700px;
  margin-top: 100px;
}

#inner.interview.w1 .message {
  background-image: url(../images/interview/img_w1_6.jpg);
}

#inner.interview.w2 .message {
  background-image: url(../images/interview/img_w2_6.jpg);
}

#inner.interview.w3 .message {
  background-image: url(../images/interview/img_w3_6.jpg);
}

#inner.interview.w4 .message {
  background-image: url(../images/interview/img_w4_6.jpg);
}

#inner.interview.w5 .message {
  background-image: url(../images/interview/img_w5_6.jpg);
}

#inner.interview.w6 .message {
  background-image: url(../images/interview/img_w6_6.jpg);
}

#inner.interview.w7 .message {
  background-image: url(../images/interview/img_w7_7.jpg);
}

#inner.interview.w8 .message {
  background-image: url(../images/interview/img_w8_6.jpg);
}

#inner.interview.w9 .message {
  background-image: url(../images/interview/img_w9_6.jpg);
}

#inner.interview.w10 .message {
  background-image: url(../images/interview/img_w10_6.jpg);
}

#inner.interview .message > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
}

#inner.interview .message p {
  letter-spacing: 0.1em;
  font-size: 25px;
  line-height: 59px;
  float: right;
}

#inner.interview .message img {
  position: relative;
  width: 540px;
}

/*** Navi ********************/
#inner.interview .navi {
  margin-top: 90px;
}

#inner.interview .navi > .inner {
  width: 900px;
  margin: 0 auto;
  padding: 10px 0 20px 0;
}

#inner.interview .navi .prev {
  float: left;
}

#inner.interview .navi .next {
  float: right;
}

#inner.interview .navi .prev a,
#inner.interview .navi .next a {
  display: block;
  position: relative;
  padding: 20px 20px 20px 100px;
}

#inner.interview .navi .next a {
  padding: 20px 100px 20px 20px;
}

#inner.interview .navi .prev a::before,
#inner.interview .navi .next a::before {
  display: block;
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  top: 50%;
  left: 10px;
  margin-top: -5px;
  z-index: 100;
}

#inner.interview .navi .next a::before {
  left: auto;
  right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#inner.interview .navi .info {
  position: relative;
  z-index: 10;
}

#inner.interview .navi .img {
  width: 100px;
}

#inner.interview .navi .join {
  margin-top: 25px;
  font-size: 15px;
  color: #666666;
  line-height: 1.3em;
}

#inner.interview .navi .name {
  margin-top: 7px;
  font-size: 22px;
  line-height: 1.3em;
  font-weight: bold;
}

#inner.interview .navi .yomi {
  line-height: 1.3em;
  margin-top: 0px;
  font-size: 12px;
  color: #b774b4;
  letter-spacing: 0.1em;
}

#inner.interview .navi .w1 .yomi {
  color: #b774b4;
}

#inner.interview .navi .w2 .yomi {
  color: #50aa43;
}

#inner.interview .navi .w3 .yomi {
  color: #f0cf2b;
}

#inner.interview .navi .w4 .yomi {
  color: #f0cf2b;
}

#inner.interview .navi .w5 .yomi {
  color: #50aa43;
}

#inner.interview .navi .w6 .yomi {
  color: #eb493e;
}

#inner.interview .navi .position {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.3em;
  height: 2.6em;
}

#inner.interview .navi .object {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 0;
}

#inner.interview .navi .w1 .object {
  width: 264px;
  -webkit-transform: translate(-52px, -57px) rotate(99deg);
          transform: translate(-52px, -57px) rotate(99deg);
}

#inner.interview .navi .w2 .object {
  width: 260px;
  -webkit-transform: translate(-63px, 4px) rotate(16deg);
          transform: translate(-63px, 4px) rotate(16deg);
}

#inner.interview .navi .w3 .object {
  width: 225px;
  -webkit-transform: translate(-53px, -27px) rotate(160deg);
          transform: translate(-53px, -27px) rotate(160deg);
}

#inner.interview .navi .w4 .object {
  width: 286px;
  -webkit-transform: translate(-80px, -30px) rotate(0deg);
          transform: translate(-80px, -30px) rotate(0deg);
}

#inner.interview .navi .w5 .object {
  width: 232px;
  -webkit-transform: translate(-58px, -51px) rotate(3deg);
          transform: translate(-58px, -51px) rotate(3deg);
}

#inner.interview .navi .w6 .object {
  width: 238px;
  -webkit-transform: translate(-56px, -6px) rotate(-7deg);
          transform: translate(-56px, -6px) rotate(-7deg);
}

#inner.interview .navi a.index {
  display: block;
  width: 100px;
  height: 90px;
  margin: 110px auto 0 auto;
  text-align: center;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  background: url(../images/icon_dots.png) no-repeat center 48px;
  background-size: 59px auto;
  font-size: 20px;
  padding-top: 10px;
}

/*** w1 ***/
#inner.interview.w1 section.box.sec2 {
  height: 850px;
  z-index: 100;
}

#inner.interview.w1 section.box.sec2 .info {
  margin-top: 90px;
}

#inner.interview.w1 section.box.sec3 {
  z-index: 100;
}

#inner.interview.w1 section.box.sec3 .img {
  margin-top: 35px;
}

#inner.interview.w1 .message p {
  margin-top: 220px;
}

#inner.interview.w1 .message img {
  left: 0px;
}

#inner.interview.w1 section.box.sec1 .object {
  width: 620px;
  -webkit-transform: translate(-280px, -142px) rotate(-6deg);
          transform: translate(-280px, -142px) rotate(-6deg);
}

#inner.interview.w1 section.box.sec2 .object.o1 {
  width: 620px;
  -webkit-transform: translate(110px, -372px) rotate(-3deg);
          transform: translate(110px, -372px) rotate(-3deg);
}

#inner.interview.w1 section.box.sec2 .object.o2 {
  width: 520px;
  -webkit-transform: translate(-210px, 262px) rotate(364deg);
          transform: translate(-210px, 262px) rotate(364deg);
}

#inner.interview.w1 section.box.sec3 .object {
  width: 500px;
  -webkit-transform: translate(-90px, 142px) rotate(-2deg);
          transform: translate(-90px, 142px) rotate(-2deg);
}

#inner.interview.w1 .schedule .object.o1 {
  width: 630px;
  -webkit-transform: translate(780px, -542px) rotate(3deg);
          transform: translate(780px, -542px) rotate(3deg);
}

#inner.interview.w1 .schedule .object.o2 {
  width: 620px;
  -webkit-transform: translate(-307px, -382px) rotate(0deg);
          transform: translate(-307px, -382px) rotate(0deg);
}

#inner.interview.w1 .schedule .object.o3 {
  width: 520px;
  -webkit-transform: translate(330px, 352px) rotate(-6deg);
          transform: translate(330px, 352px) rotate(-6deg);
}

#inner.interview.w1 section.box.sec2 .img {
  z-index: 10;
}

/*** w2 ***/
#inner.interview.w2 .intro .info .join,
#inner.interview.w2 .intro .info .town,
#inner.interview.w2 .intro .info .position {
  color: #fff;
}

#inner.interview.w2 section.box.sec1 {
  height: 645px;
}

#inner.interview.w2 section.box.sec2 {
  height: 570px;
  z-index: 1000;
}

#inner.interview.w2 section.box.sec2 .info {
  margin-top: 70px;
}

#inner.interview.w2 section.box.sec3 {
  height: 565px;
}

#inner.interview.w2 section.box.sec3 .info {
  margin-top: 60px;
}

#inner.interview.w2 section.box.sec4 .info {
  margin-top: -60px;
}

#inner.interview.w2 section.box.sec1 {
  height: 645px;
}

#inner.interview.w2 .message p {
  margin-top: 220px;
}

#inner.interview.w2 .message img {
  left: 10px;
}

#inner.interview.w2 section.box.sec1 .object {
  width: 620px;
  -webkit-transform: translate(-80px, -272px) rotate(-6deg);
          transform: translate(-80px, -272px) rotate(-6deg);
}

#inner.interview.w2 section.box.sec2 .object {
  width: 559px;
  -webkit-transform: translate(-44px, -382px) rotate(-3deg);
          transform: translate(-44px, -382px) rotate(-3deg);
}

#inner.interview.w2 section.box.sec3 .object {
  width: 520px;
  -webkit-transform: translate(-90px, -452px) rotate(364deg);
          transform: translate(-90px, -452px) rotate(364deg);
}

#inner.interview.w2 section.box.sec4 .object {
  width: 610px;
  -webkit-transform: translate(111px, -282px) rotate(298deg);
          transform: translate(111px, -282px) rotate(298deg);
}

#inner.interview.w2 section.box.sec5 .object {
  width: 500px;
  -webkit-transform: translate(490px, -322px) rotate(-2deg);
          transform: translate(490px, -322px) rotate(-2deg);
}

#inner.interview.w2 .schedule .object {
  width: 630px;
  -webkit-transform: translate(60px, -82px) rotate(-12deg);
          transform: translate(60px, -82px) rotate(-12deg);
}

#inner.interview.w2 section.box.sec2 .img {
  z-index: 10;
}

/*** w3 ***/
#inner.interview.w3 .intro .info .join,
#inner.interview.w3 .intro .info .town,
#inner.interview.w3 .intro .info .position {
  color: #fff;
}

#inner.interview.w3 section.box.sec1 {
  height: 553px;
}

#inner.interview.w3 section.box.sec1 .info {
  margin-top: 20px;
}

#inner.interview.w3 section.box.sec2 {
  height: 570px;
}

#inner.interview.w3 section.box.sec2 .info {
  margin-top: -30px;
}

#inner.interview.w3 section.box.sec3 {
  height: 595px;
  z-index: 100;
}

#inner.interview.w3 section.box.sec3 .info {
  margin-top: -70px;
}

#inner.interview.w3 section.box.sec4 {
  height: 757px;
}

#inner.interview.w3 section.box.sec4 .info {
  margin-top: 40px;
}

#inner.interview.w3 .message p {
  margin-top: 180px;
}

#inner.interview.w3 .message img {
  left: 15px;
}

#inner.interview.w3 section.box.sec1 .object {
  width: 570px;
  -webkit-transform: translate(-30px, -272px) rotate(4deg) scale(-1, 1);
          transform: translate(-30px, -272px) rotate(4deg) scale(-1, 1);
}

#inner.interview.w3 section.box.sec2 .object {
  width: 619px;
  -webkit-transform: translate(-44px, -32px) rotate(-23deg);
          transform: translate(-44px, -32px) rotate(-23deg);
}

#inner.interview.w3 section.box.sec3 .object {
  width: 610px;
  -webkit-transform: translate(-76px, -142px) rotate(325deg);
          transform: translate(-76px, -142px) rotate(325deg);
}

#inner.interview.w3 section.box.sec4 .object {
  width: 610px;
  -webkit-transform: translate(-39px, -132px) rotate(292deg);
          transform: translate(-39px, -132px) rotate(292deg);
}

#inner.interview.w3 .schedule .object.o1 {
  width: 630px;
  -webkit-transform: translate(-170px, -282px) rotate(-67deg);
          transform: translate(-170px, -282px) rotate(-67deg);
}

#inner.interview.w3 .schedule .object.o2 {
  width: 490px;
  -webkit-transform: translate(807px, 112px) rotate(-190deg);
          transform: translate(807px, 112px) rotate(-190deg);
}

#inner.interview.w3 section.box .img {
  z-index: 100;
}

/*** w4 ***/
#inner.interview.w4 .intro .info .join,
#inner.interview.w4 .intro .info .town,
#inner.interview.w4 .intro .info .position {
  color: #2e302e;
}

#inner.interview.w4 section.box.sec1 {
  height: 583px;
}

#inner.interview.w4 section.box.sec1 .info {
  margin-top: 20px;
}

#inner.interview.w4 section.box.sec2 {
  height: 520px;
  z-index: 1000;
}

#inner.interview.w4 section.box.sec2 .info {
  margin-top: -30px;
}

#inner.interview.w4 section.box.sec3 {
  height: 665px;
}

#inner.interview.w4 section.box.sec3 .info {
  margin-top: 0;
}

#inner.interview.w4 section.box.sec4 {
  height: 400px;
}

#inner.interview.w4 section.box.sec4 .info {
  margin-top: 40px;
}

#inner.interview.w4 .message p {
  margin-top: 200px;
  color: #fff;
  float: none;
}

#inner.interview.w4 .message img {
  left: 0px;
}

#inner.interview.w4 section.box.sec1 .object {
  width: 530px;
  -webkit-transform: translate(-190px, -302px) rotate(-17deg);
          transform: translate(-190px, -302px) rotate(-17deg);
}

#inner.interview.w4 section.box.sec2 .object {
  width: 569px;
  -webkit-transform: translate(15px, -322px) rotate(-173deg) scale(-1, 1);
          transform: translate(15px, -322px) rotate(-173deg) scale(-1, 1);
}

#inner.interview.w4 section.box.sec3 .object {
  width: 610px;
  -webkit-transform: translate(-206px, -523px) rotate(135deg);
          transform: translate(-206px, -523px) rotate(135deg);
}

#inner.interview.w4 section.box.sec4 .object {
  width: 610px;
  -webkit-transform: translate(18px, -330px) rotate(472deg);
          transform: translate(18px, -330px) rotate(472deg);
}

#inner.interview.w4 .schedule .object.o1 {
  width: 560px;
  -webkit-transform: translate(-170px, 242px) rotate(-197deg);
          transform: translate(-170px, 242px) rotate(-197deg);
}

#inner.interview.w4 .schedule .object.o2 {
  width: 600px;
  -webkit-transform: translate(977px, -148px) rotate(-200deg);
          transform: translate(977px, -148px) rotate(-200deg);
}

#inner.interview.w4 section.box .img {
  z-index: 10;
}

/*** w5 ***/
#inner.interview.w5 .intro .info .join,
#inner.interview.w5 .intro .info .town,
#inner.interview.w5 .intro .info .position {
  color: #fff;
}

#inner.interview.w5 section.box.sec1 {
  height: 583px;
  margin-top: -60px;
}

#inner.interview.w5 section.box.sec1 .info {
  margin-top: 30px;
}

#inner.interview.w5 section.box.sec2 {
  height: 520px;
  z-index: 1000;
}

#inner.interview.w5 section.box.sec2 .info {
  margin-top: 0;
}

#inner.interview.w5 section.box.sec3 {
  height: 665px;
}

#inner.interview.w5 section.box.sec3 .info {
  margin-top: 0;
}

#inner.interview.w5 section.box.sec4 {
  height: 857px;
}

#inner.interview.w5 section.box.sec4 .info {
  margin-top: 40px;
}

#inner.interview.w5 .message p {
  margin-top: 200px;
  color: #fff;
  float: right;
}

#inner.interview.w5 .message img {
  left: 0px;
}

#inner.interview.w5 section.box.sec1 .object {
  width: 640px;
  -webkit-transform: translate(-120px, -293px) rotate(-5deg);
          transform: translate(-120px, -293px) rotate(-5deg);
}

#inner.interview.w5 section.box.sec2 .object {
  width: 569px;
  -webkit-transform: translate(-35px, -300px) rotate(-3deg);
          transform: translate(-35px, -300px) rotate(-3deg);
}

#inner.interview.w5 section.box.sec3 .object {
  width: 550px;
  -webkit-transform: translate(-76px, -293px) rotate(355deg);
          transform: translate(-76px, -293px) rotate(355deg);
}

#inner.interview.w5 section.box.sec4 .object {
  width: 610px;
  -webkit-transform: translate(79px, -512px) rotate(-2deg) scale(-1, 1);
          transform: translate(79px, -512px) rotate(-2deg) scale(-1, 1);
}

#inner.interview.w5 .schedule .object.o1 {
  width: 560px;
  -webkit-transform: translate(270px, -572px) rotate(353deg);
          transform: translate(270px, -572px) rotate(353deg);
}

#inner.interview.w5 .schedule .object.o2 {
  width: 600px;
  -webkit-transform: translate(-313px, 258px) rotate(-10deg);
          transform: translate(-313px, 258px) rotate(-10deg);
}

#inner.interview.w5 section.box .img {
  z-index: 10;
}

/*** w6 ***/
#inner.interview.w6 .intro .info .join,
#inner.interview.w6 .intro .info .town,
#inner.interview.w6 .intro .info .position {
  color: #fff;
}

#inner.interview.w6 section.box.sec1 {
  height: 613px;
  margin-top: 0;
}

#inner.interview.w6 section.box.sec1 .info {
  margin-top: 0;
}

#inner.interview.w6 section.box.sec2 {
  height: 650px;
}

#inner.interview.w6 section.box.sec2 .info {
  margin-top: 50px;
}

#inner.interview.w6 section.box.sec3 {
  height: 585px;
  z-index: 100;
}

#inner.interview.w6 section.box.sec3 .info {
  margin-top: 0;
}

#inner.interview.w6 section.box.sec4 {
  height: 637px;
}

#inner.interview.w6 section.box.sec4 .info .text {
  margin-top: 100px;
}

#inner.interview.w6 .message p {
  margin-top: 210px;
  float: none;
}

#inner.interview.w6 .message img {
  left: 0px;
}

#inner.interview.w6 section.box.sec1 .object {
  width: 550px;
  -webkit-transform: translate(-6px, -293px) rotate(5deg) scale(-1, 1);
          transform: translate(-6px, -293px) rotate(5deg) scale(-1, 1);
}

#inner.interview.w6 section.box.sec2 .object {
  width: 659px;
  -webkit-transform: translate(-65px, -141px) rotate(-3deg) scale(-1, 1);
          transform: translate(-65px, -141px) rotate(-3deg) scale(-1, 1);
}

#inner.interview.w6 section.box.sec3 .object {
  width: 620px;
  -webkit-transform: translate(-76px, -263px) rotate(139deg);
          transform: translate(-76px, -263px) rotate(139deg);
}

#inner.interview.w6 section.box.sec4 .object {
  width: 620px;
  -webkit-transform: translate(28px, -205px) rotate(-2deg) scale(-1, 1);
          transform: translate(28px, -205px) rotate(-2deg) scale(-1, 1);
}

#inner.interview.w6 .schedule .object.o1 {
  width: 640px;
  -webkit-transform: translate(-120px, -222px) rotate(0deg) scale(-1, 1);
          transform: translate(-120px, -222px) rotate(0deg) scale(-1, 1);
}

#inner.interview.w6 .schedule .object.o2 {
  width: 600px;
  -webkit-transform: translate(813px, 258px) rotate(-10deg);
          transform: translate(813px, 258px) rotate(-10deg);
}

#inner.interview.w6 .schedule {
  z-index: 100;
}

#inner.interview.w6 section.box .img {
  z-index: 10;
}

#inner.interview.w6 .message {
  z-index: 110;
}

/*** w7 ***/
#inner.interview.w7 .intro .info .join,
#inner.interview.w7 .intro .info .town,
#inner.interview.w7 .intro .info .position {
  color: #fff;
}

/* #inner.interview.w7 section.box.sec1 {height: 583px;margin-top: -60px;} */
#inner.interview.w7 section.box.sec1 .info {
  margin-top: 30px;
}

/* #inner.interview.w7 section.box.sec2 {height: 520px;z-index: 1000;} */
#inner.interview.w7 section.box.sec2 .info {
  margin-top: 0;
}

/* #inner.interview.w7 section.box.sec3 {height: 665px;} */
#inner.interview.w7 section.box.sec3 .info {
  margin-top: 0;
}

/* #inner.interview.w7 section.box.sec4 {height: 857px;} */
#inner.interview.w7 section.box.sec4 .info {
  margin-top: 40px;
}

/* #inner.interview.w7 .message p { margin-top: 200px; color: #fff; float: right;} */
#inner.interview.w7 .message img {
  left: 0px;
}

#inner.interview.w7 section.box.sec1 .object {
  width: 640px;
  -webkit-transform: translate(-120px, -293px) rotate(-5deg);
          transform: translate(-120px, -293px) rotate(-5deg);
}

#inner.interview.w7 section.box.sec2 .object {
  width: 569px;
  -webkit-transform: translate(-35px, -300px) rotate(-3deg);
          transform: translate(-35px, -300px) rotate(-3deg);
}

#inner.interview.w7 section.box.sec3 .object {
  width: 550px;
  -webkit-transform: translate(-76px, -293px) rotate(355deg);
          transform: translate(-76px, -293px) rotate(355deg);
}

#inner.interview.w7 section.box.sec4 .object {
  width: 610px;
  -webkit-transform: translate(79px, -512px) rotate(-2deg) scale(-1, 1);
          transform: translate(79px, -512px) rotate(-2deg) scale(-1, 1);
}

#inner.interview.w7 .schedule .object.o1 {
  width: 560px;
  -webkit-transform: translate(270px, -572px) rotate(353deg);
          transform: translate(270px, -572px) rotate(353deg);
}

#inner.interview.w7 .schedule .object.o2 {
  width: 600px;
  -webkit-transform: translate(-313px, 258px) rotate(-10deg);
          transform: translate(-313px, 258px) rotate(-10deg);
}

#inner.interview.w7 section.box .img {
  z-index: 10;
}

/***********************************************/
/* Bussiness */
/***********************************************/
#inner.bussiness .main {
  padding-bottom: 50px;
}

/*** Visual ********************/
#inner.bussiness .visual {
  position: relative;
  z-index: 100;
}

#inner.bussiness .visual > .inner {
  position: relative;
  height: 768px;
  background: url(../images/bussiness/bg_bussiness.jpg) no-repeat center top #fff;
  background-size: 1366px auto;
  text-align: center;
}

#inner.bussiness .visual .copy {
  position: absolute;
  top: 38%;
  left: 0;
  width: 100%;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}

#inner.bussiness .visual .copy span {
  display: block;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 25px;
  color: #fff;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.56);
}

#inner.bussiness .visual .copy img {
  width: 268px;
  margin: 0 auto;
}

#inner.bussiness .visual .copy2 {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  font-size: 28px;
  line-height: 48px;
  letter-spacing: 0.2em;
  /* padding-left: 0.5em; */
}

#inner.bussiness .visual .copy2 img {
  width: 382px;
  margin: 0 auto;
}

/*** Intro ********************/
#inner.bussiness .intro {
  position: relative;
  z-index: 90;
}

#inner.bussiness .intro > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
}

#inner.bussiness .intro .lead {
  text-align: center;
  font-size: 15px;
}

/*** Section ********************/
#inner.bussiness section.box {
  position: relative;
  z-index: 90;
  margin-top: 150px;
}

#inner.bussiness section.box.sec1 {
  margin-top: 100px;
}

#inner.bussiness section.box.sec1::before {
  display: block;
  position: absolute;
  content: "";
  background: #efede5;
  width: 25px;
  height: 3000px;
  left: 50%;
  top: 200px;
  margin-left: -12px;
  z-index: -1;
}

#inner.bussiness section.box > .inner {
  max-width: 1170px;
  width: 96%;
  height: 342px;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
  margin-top: -10px;
}

#inner.bussiness section.box .img {
  position: absolute;
  max-width: 778px;
  top: 10px;
  left: 435px;
  z-index: -1;
  width: 65%;
}

#inner.bussiness section.box.sec1 .img,
#inner.bussiness section.box.sec3 .img,
#inner.bussiness section.box.sec5 .img {
  left: auto;
  right: 435px;
}

#inner.bussiness section.box .info {
  position: relative;
  max-width: 400px;
  font-size: 15px;
  margin-top: 50px;
}

#inner.bussiness section.box.sec1 .info,
#inner.bussiness section.box.sec3 .info,
#inner.bussiness section.box.sec5 .info {
  float: right;
}

#inner.bussiness section.box .info h3 {
  font-size: 30px;
  line-height: 50px;
  margin-bottom: 25px;
  margin-top: -10px;
  position: relative;
}

#inner.bussiness section.box .info h3 img {
  width: 305px;
}

#inner.bussiness section.box .info .text {
  position: relative;
}

#inner.bussiness section.box .info .object {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#inner.bussiness section.box.sec1 .info .object {
  width: 340px;
  -webkit-transform: translate(10px, -130px) rotate(110deg);
          transform: translate(10px, -130px) rotate(110deg);
}

#inner.bussiness section.box.sec2 .info .object {
  width: 360px;
  -webkit-transform: translate(-70px, -70px) rotate(0deg);
          transform: translate(-70px, -70px) rotate(0deg);
}

#inner.bussiness section.box.sec3 .info .object {
  width: 300px;
  -webkit-transform: translate(27px, -25px) rotate(-60deg);
          transform: translate(27px, -25px) rotate(-60deg);
}

#inner.bussiness section.box.sec4 .info .object {
  width: 295px;
  -webkit-transform: translate(10px, -40px) rotate(0deg);
          transform: translate(10px, -40px) rotate(0deg);
}

#inner.bussiness section.box.sec5 .info .object {
  width: 260px;
  -webkit-transform: translate(40px, -63px) rotate(40deg) scale(1, -1);
          transform: translate(40px, -63px) rotate(40deg) scale(1, -1);
}

#inner.bussiness section.box.sec6 .info .object {
  width: 300px;
  -webkit-transform: translate(40px, 71px) rotate(0deg);
          transform: translate(40px, 71px) rotate(0deg);
}

/*** Message ********************/
#inner.bussiness .message {
  position: relative;
  z-index: 90;
  background: url(../images/bussiness/img_bussiness7.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 10px;
  height: 440px;
  margin-top: 150px;
}

#inner.bussiness .message > .inner {
  max-width: 1170px;
  width: 96%;
  padding: 10px 0 0 0;
  margin: 0 auto;
  position: relative;
}

#inner.bussiness .message p {
  letter-spacing: 0.1em;
  font-size: 28px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  margin-top: 150px;
}

#inner.bussiness .message p img {
  width: 330px;
  margin: 0 auto;
}

/***********************************************/
/* Requirements */
/***********************************************/
#inner.requirements .main {
  padding: 0 0 40px 0;
}

/*** Visual ********************/
#inner.requirements .visual {
  position: relative;
  z-index: 100;
}

#inner.requirements .visual > .inner {
  position: relative;
  height: 450px;
  background: url(../images/requirements/bg_requirements.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

#inner.requirements .visual .copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}

#inner.requirements .visual .copy span {
  display: block;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 25px;
}

#inner.requirements .visual .copy img {
  width: 151px;
  margin: 0 auto;
}

/*** Section ********************/
#inner.requirements section.box {
  position: relative;
  z-index: 90;
  margin-top: 140px;
}

#inner.requirements section.box.sec1 {
  margin-top: 100px;
}

#inner.requirements section.box > .inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}

#inner.requirements h3 {
  font-size: 28px;
  letter-spacing: 0.1em;
  position: relative;
}

#inner.requirements h3 img {
  display: block;
  height: 40px;
}

#inner.requirements h3 span {
  font-size: 12px;
  position: absolute;
  left: 300px;
  top: 10px;
}

#inner.requirements .list {
  margin-top: 37px;
  border-bottom: 1px solid #666;
}

#inner.requirements .list li {
  border-top: 1px solid #666;
}

#inner.requirements .list li a.bt {
  position: relative;
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 46px 0 46px 90px;
}

#inner.requirements .list li a.bt::before {
  display: block;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  top: 50%;
  right: 100px;
  margin-top: -27px;
}

#inner.requirements .list li a.bt.open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -7px;
}

#inner.requirements .list li a.bt img {
  display: block;
  height: 40px;
}

#inner.requirements .list li .detail {
  display: none;
  position: relative;
  background: #f0eee7;
  padding: 40px 90px;
}

#inner.requirements .list li:last-child .detail {
  margin-bottom: -1px;
}

#inner.requirements .list li .detail dl {
  font-size: 15px;
  line-height: 2em;
}

#inner.requirements .list li .detail dl dt {
  float: left;
  width: 170px;
  padding: 15px 0;
}

#inner.requirements .list li .detail dl dd {
  margin-left: 170px;
  padding: 15px 0;
}

#inner.requirements .list li .detail a {
  color: #0071bc;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
  /* style
  -------------------------------------------------------------- */
  body {
    min-width: 320px;
    overflow: visible !important;
  }
  body.fixed {
    overflow: hidden;
  }
  body p {
    color: inherit;
    font-size: 12px;
    line-height: 1.8em;
  }
  a:hover {
    opacity: 1;
  }
  .non_pc {
    display: block !important;
  }
  .non_sp {
    display: none !important;
  }
  /* ===========================================================================================

  Common

  =========================================================================================== */
  .outline {
    position: relative;
    min-width: 320px;
  }
  .main {
    width: auto;
    margin: 0 auto;
    position: relative;
    padding-top: 52px;
  }
  /* Header *******************************/
  header {
    min-width: 320px;
  }
  header h1 {
    width: 100px;
    margin-top: 12px;
  }
  header h1 a {
    padding: 10px 10px;
  }
  header h1 a img {
    width: 80px;
  }
  header h1 a img.black {
    top: 10px;
    left: 10px;
  }
  header a.bt_menu,
  header a.bt_entry {
    top: 23px;
    left: 16px;
    width: 40px;
    height: 40px;
  }
  header a.bt_menu::before,
  header a.bt_menu::after {
    width: 30px;
    height: 1px;
    -webkit-transition: none;
    transition: none;
  }
  header a.bt_menu::after {
    height: 16px;
  }
  header a.bt_menu span {
    letter-spacing: 0.2em;
    padding: 0 0 0 45px;
    line-height: 40px;
    width: 50px;
    font-size: 10px;
  }
  header.open a.bt_menu::before,
  header.open a.bt_menu::after,
  header.open2 a.bt_menu::before,
  header.open2 a.bt_menu::after {
    width: 36px;
  }
  header a.bt_entry {
    left: auto;
    right: -100px;
    width: 100px;
    line-height: 40px;
    font-size: 10px;
  }
  header .menu > .inner {
    height: calc(100% - 250px);
    min-height: 330px;
    width: 280px;
    top: 150px;
  }
  header .menu > .inner a {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  header .menu > .inner a span {
    font-size: 12px;
  }
  header .menu2 .title {
    margin-top: 32px;
  }
  header .menu2 > .inner {
    height: 144px;
    width: 214px;
    margin-left: -107px;
    margin-top: -80px;
  }
  header .menu2 > .inner .text {
    margin-bottom: 16px;
  }
  header .menu2 > .inner a.bnr2 {
    margin-top: 20px;
  }
  /*** .recruit_footer *********************************************/
  .recruit_footer > .inner {
    position: relative;
    padding: 60px 0 0 0;
    z-index: 100;
    background: url(../images/bg_.recruit_footer_sp.png) no-repeat center 185px;
    background-size: 464px auto;
  }
  .recruit_footer .copy {
    font-size: 20px;
    padding-left: 0.5em;
  }
  .recruit_footer .copy img {
    width: 220px;
  }
  .recruit_footer .connect {
    width: 335px;
    margin: 0px auto 0 auto;
    padding-top: 70px;
  }
  .recruit_footer .connect h2 {
    top: 52px;
    font-size: 40px;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
  }
  .recruit_footer .connect .requirements,
  .recruit_footer .connect .entry {
    width: 100%;
    padding-top: 40px;
  }
  .recruit_footer .connect .entry {
    padding-top: 25px;
    height: 300px;
  }
  .recruit_footer .connect h3 {
    font-size: 20px;
  }
  .recruit_footer .connect h3 span {
    font-size: 10px;
    margin-bottom: 70px;
  }
  .recruit_footer .connect h3 img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .recruit_footer .connect h3 img {
    width: 180px;
  }
}
@media screen and (max-width: 767px) {
  .recruit_footer .connect h3::before {
    height: 40px;
    top: 40px;
  }
  .recruit_footer .connect .text {
    font-size: 12px;
    margin-top: 10px;
  }
  .recruit_footer .connect .entry .bnr {
    display: block;
    width: 214px;
    margin: 20px auto 0 auto;
  }
  .recruit_footer .connect .entry .bnr1 {
    margin-top: 10px;
  }
  .recruit_footer .connect .requirements .bt_more {
    margin: 30px auto 0 auto;
  }
  #inner.requirements .recruit_footer .connect .entry .bnr {
    display: block;
    margin: 20px auto 0 auto;
  }
  .recruit_footer .connect .bnr_qa {
    width: 100%;
    margin: 7% auto 0;
  }
  .recruit_footer .links {
    position: relative;
    margin: 20px auto 0 auto;
    width: 335px;
    padding-bottom: 75px;
  }
  .recruit_footer .links a {
    width: 155px;
    height: 57px;
    line-height: 57px;
    margin-left: 0;
    font-size: 11px;
  }
  .recruit_footer .links a.bt_contact {
    float: right;
  }
  .recruit_footer .links a.bt_kifa {
    position: absolute;
    bottom: 0;
    padding: 10px;
    left: 50%;
    height: auto;
    width: 46px;
    margin-left: -33px;
  }
  .recruit_footer .links a.bt_kifa img {
    width: 46px;
    margin: 0;
  }
  .recruit_footer .copyright {
    text-align: center;
    font-size: 10px;
    padding: 0 0 40px 0;
    margin-top: 0;
  }
  .recruit_footer .bg {
    position: absolute;
    left: 0;
    top: -33px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  .recruit_footer .bg div {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .recruit_footer div.o1 {
    width: 330px;
    -webkit-transform: translate(-290px, 155px) rotate(478deg);
            transform: translate(-290px, 155px) rotate(478deg);
  }
  .recruit_footer div.o2 {
    width: 647px;
    -webkit-transform: translate(250px, -364px) rotate(194deg);
            transform: translate(250px, -364px) rotate(194deg);
  }
  .recruit_footer div.o3 {
    width: 383px;
    -webkit-transform: translate(-282px, -342px) rotate(334deg);
            transform: translate(-282px, -342px) rotate(334deg);
    z-index: 10;
  }
  .recruit_footer div.o4 {
    width: 268px;
    -webkit-transform: translate(12px, 139px) rotate(488deg);
            transform: translate(12px, 139px) rotate(488deg);
  }
  .recruit_footer div.o5 {
    width: 310px;
    -webkit-transform: translate(77px, 277px) rotate(112deg);
            transform: translate(77px, 277px) rotate(112deg);
    z-index: 10;
  }
  .recruit_footer div.o6 {
    width: 352px;
    -webkit-transform: translate(-265px, -137px) rotate(-171deg);
            transform: translate(-265px, -137px) rotate(-171deg);
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .recruit_footer .connect {
    width: 300px;
  }
  .recruit_footer .links {
    width: 300px;
  }
  .recruit_footer .links a {
    width: 145px;
  }
}
@media screen and (max-width: 767px) {
  /**/
  .bt_more {
    width: 150px;
    line-height: 45px;
    font-size: 10px;
  }
  /* Object Animation */
  .recruit_footer .bg div:nth-child(odd) img,
  #index .intro .bg div:nth-child(odd) img,
  #index .interview ul li:nth-child(odd) .object img,
  #inner.bussiness section.box:nth-child(odd) .object img,
  #inner.interview .navi .prev .object img,
  #inner.interview .intro .object img,
  #inner.interview section.box .object:nth-child(odd) img,
  #inner.interview .schedule .object:nth-child(odd) img {
    animation: object_move1_sp 2s -1s ease-in-out infinite alternate;
    -webkit-animation: object_move1_sp 2s -1s ease-in-out infinite alternate;
  }
  .recruit_footer .bg div:nth-child(even) img,
  #index .intro .bg div:nth-child(even) img,
  #index .interview ul li:nth-child(even) .object img,
  #inner.bussiness section.box:nth-child(even) .object img,
  #inner.interview .navi .next .object img,
  #inner.interview section.box .object:nth-child(even) img,
  #inner.interview .schedule .object:nth-child(even) img {
    animation: object_move2_sp 2s ease-in-out infinite alternate;
    -webkit-animation: object_move2_sp 2s ease-in-out infinite alternate;
  }
  @keyframes object_move1_sp {
    0% {
      -webkit-transform: translate(0, 5px) rotate(0deg);
              transform: translate(0, 5px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(5px, 0) rotate(5deg);
              transform: translate(5px, 0) rotate(5deg);
    }
  }
  @-webkit-keyframes object_move1_sp {
    0% {
      -webkit-transform: translate(0, 5px) rotate(0deg);
              transform: translate(0, 5px) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(5px, 0) rotate(5deg);
              transform: translate(5px, 0) rotate(5deg);
    }
  }
  @keyframes object_move2_sp {
    0% {
      -webkit-transform: translate(5px, 0) rotate(0deg);
              transform: translate(5px, 0) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 5px) rotate(-5deg);
              transform: translate(0, 5px) rotate(-5deg);
    }
  }
  @-webkit-keyframes object_move2_sp {
    0% {
      -webkit-transform: translate(5px, 0) rotate(0deg);
              transform: translate(5px, 0) rotate(0deg);
    }
    100% {
      -webkit-transform: translate(0, 5px) rotate(-5deg);
              transform: translate(0, 5px) rotate(-5deg);
    }
  }
  /***********************************************/
  /* Index */
  /***********************************************/
  #index .main {
    padding: 0 0 60px 0;
  }
  /*** Visual ********************/
  #index .visual {
    height: auto;
    height: 600px;
  }
  #index .visual > .inner {
    height: 100%;
  }
  #index .visual .bg {
    width: 100%;
    height: 100%;
  }
  #index .visual .bg .movie video {
    width: auto;
    height: 100%;
    min-height: 0;
    min-width: 0;
  }
  #index .visual .connect {
    top: 48%;
    left: 50%;
    width: 1000px;
    height: 300px;
    margin-left: 0;
    -webkit-transform: translate(-50.5%, -50%) scale(0.44);
            transform: translate(-50.5%, -50%) scale(0.44);
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #index .visual .connect {
    -webkit-transform: translate(-50.5%, -50%) scale(0.37);
            transform: translate(-50.5%, -50%) scale(0.37);
  }
}
@media screen and (max-width: 767px) {
  #index .visual.show .connect .title {
    color: #fff;
  }
  #index .visual .copy {
    bottom: auto;
    top: 68%;
    padding-left: 10px;
    width: 310px;
    margin-left: -160px;
    font-size: 22px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  #index .visual .bt_scroll {
    display: block;
    position: absolute;
    top: 81%;
    text-align: center;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    font-size: 10px;
    letter-spacing: 0.2em;
    -webkit-transition: all 2.4s ease;
    transition: all 2.4s ease;
    opacity: 0;
    color: #fff;
  }
  #index .visual.show .bt_scroll {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  /*** Intro ********************/
  #index .intro {
    position: relative;
  }
  #index .intro > .inner {
    position: relative;
    text-align: center;
    padding: 150px 0 30px 0;
    background: url(../images/bg_intro_sp.png) no-repeat center 53px;
    background-size: 480px auto;
    z-index: 0;
  }
  #index .intro .lead {
    font-size: 22px;
    margin-bottom: 60px;
  }
  #index .intro .lead img {
    max-width: 360px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #index .intro .lead img {
    max-width: initial;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #index .intro .text {
    font-size: 14px;
    line-height: 28px;
  }
  #index .intro .text .big {
    font-size: 20px;
  }
  #index .intro .bg {
    position: absolute;
    left: 0;
    top: -20px;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 0;
  }
  #index .intro .bg div.o1 {
    width: 320px;
    -webkit-transform: translate(-321px, -475px);
            transform: translate(-321px, -475px);
  }
  #index .intro .bg div.o2 {
    width: 313px;
    -webkit-transform: translate(-226px, -90px);
            transform: translate(-226px, -90px);
  }
  #index .intro .bg div.o3 {
    width: 263px;
    -webkit-transform: translate(-256px, 159px);
            transform: translate(-256px, 159px);
  }
  #index .intro .bg div.o4 {
    width: 258px;
    -webkit-transform: translate(38px, 130px);
            transform: translate(38px, 130px);
    z-index: 10;
  }
  #index .intro .bg div.o5 {
    width: 252px;
    -webkit-transform: translate(-12px, -300px);
            transform: translate(-12px, -300px);
  }
  #index .intro .bg div.o6 {
    width: 300px;
    -webkit-transform: translate(67px, -473px);
            transform: translate(67px, -473px);
    z-index: 10;
  }
  #index .intro .bg div.o7 {
    width: 370px;
    -webkit-transform: translate(20px, -40px);
            transform: translate(20px, -40px);
    display: none;
  }
  #index .intro .bg div.o8 {
    width: 266px;
    -webkit-transform: translate(49px, 302px);
            transform: translate(49px, 302px);
  }
}
@media screen and (max-width: 767px) {
  /*** Bussiness ********************/
  #index .bussiness {
    position: relative;
    z-index: 90;
  }
  #index .bussiness > .inner {
    max-width: 335px;
    width: auto;
    padding: 120px 0 80px 0;
  }
  #index .bussiness h2,
  #index .interview h2 {
    font-size: 20px;
  }
  #index .bussiness h2 span,
  #index .interview h2 span {
    font-size: 40px;
    margin-bottom: 160px;
    left: 0px;
  }
  #index .bussiness h2 img,
  #index .interview h2 img {
    width: 280px;
    left: 0px;
  }
  #index .bussiness .img {
    width: 317px;
    top: 140px;
    left: auto;
    right: -20px;
    margin-left: 0;
  }
  #index .bussiness .info,
  #index .interview .info {
    float: none;
    width: auto;
    margin-top: 15px;
  }
  #index .bussiness .info .text,
  #index .interview .info .text {
    font-size: 12px;
    line-height: 30px;
  }
  #index .bussiness .bt_more {
    width: 165px;
    margin: 15px auto 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #index .bussiness > .inner {
    max-width: 300px;
  }
  #index .bussiness .img {
    width: 290px;
    right: -10px;
  }
}
@media screen and (max-width: 767px) {
  /*** Interview ********************/
  #index .interview {
    position: relative;
    margin-top: 2%;
    padding: 11.5% 0 3%;
    width: 100%;
  }

  #index .interview .inner {
    width: 90%;
  }
  #index .interview .interview_list {
    min-height: 0;
  }
  #index .interview .interview_box {
  position: relative; 
  top: 0;
  flex-direction: column;
  min-height: 0;
  }
  #index .interview .card_swiper {
    flex-direction: column;
  }
  
  #index .interview .card {
    width: 91%;
    margin: 0 auto;
  }
  #index .interview .card_inner {
    flex-direction: column;
  }
  #index .interview .card_imgBox {
    width: 100%!important;
  }
  #index .interview .card--01 .card_imgBox::before {
    bottom: -22.3%;
    right: 7.8%;
    width: 24.2%;
    height: 24.2%;
  }
  #index .interview h2 span {
    margin-bottom: 0;
    font-size: 10.7vw;
    font-size: clamp(10px, 10.7vw, 77px);
    letter-spacing: 0.25em;
  }
  #index .interview .interview_sub {
    font-size: 6.3vw;
    font-size: clamp(10px, 6.3vw, 38px);
    margin-top: 6%;
    line-height: 1.47;
    letter-spacing: 0.18em;
  }
  #index .interview .info .text {
    font-size: 4.3vw;
    font-size: clamp(10px, 4.3vw, 23px);
    margin-top: 7.7%;
    line-height: 2.62;
    letter-spacing: 0.018em;
  }
  #index .interview .card_swiper {
    padding-top: 0;
    margin-top: 14.5%;
    padding-bottom: 27%;
  }
  #index .interview .card_txtBox {
    padding-top: 0;
    margin-left: 3.2%;
  }
  #index .interview .card--01 .card_txtBox {
    margin-top: -7.5%;
  }
  #index .interview .card_st {
    font-size: 3.4vw;
    font-size: clamp(10px, 3.4vw, 24px);
    padding-bottom: 8px;
  }
  #index .interview .card_imgs {
    width: 100%!important;
  }
  #index .interview .card_img {
    position: relative!important;
    z-index: 2;
  }
   #index .interview .card_st::before {
    bottom: 6px;
  }
  #index .interview .card_sub {
    font-size: 5.9vw;
    font-size: clamp(10px, 5.9vw, 39px);
    margin-top: 5.5%;
  }

  #index .interview .card_ttl {
    font-size: 4.9vw;
    font-size: clamp(10px, 4.9vw, 34px);
    margin-top: 9.8%;
  }

  #index .interview .card--01 .card_txtBox::before {
    top: auto;
    bottom: -53%;
    left: -13%;
    width: 33%;
    height: 33%;
  }
  #index .interview .card--01 .card_imgs {
    margin-top: 16.3%;
  }

  #index .interview .card--01 .card_img--01 {
    width: 43%;
    left: -3%;
    margin: 0 auto;
  }

  #index .interview .card--01 .card_img--02 {
    width: 32%;
    bottom: -4.2%;
    left: 2.7%;
    top: auto;
    position: absolute !important;
  }

  #index .interview .card--01 .card_img--03 {
    width: 32.6%;
    bottom: 0;
    right: 0;
    margin-right: 2%;
    margin-top: 15.6%;
    margin-left: auto;
    z-index: 2;
  }
  #index .interview .card--01 .card_imgs::after {
    top: auto;
    bottom: 22%;
    right: 25%;
    width: 31%;
    height: 31%;
    z-index: 0;
  }
  #index .interview .card--01 .card_btn {
    margin: 21.4% auto 0;
    z-index: 2;
  }
  #index .interview .card--01 .card_btn::after {
    bottom: auto;
    right: -16%;
    top: -28%;
    width: 43%;
    height: 78%;
    z-index: 0;
  }
  #index .interview .card_btn {
    top: 0!important;
    width: 95%;
  }
  #index .interview .card_btnLink {
    width: 100%;
    height: 100%;
    z-index: 2;
  }
  #index .interview .card_btnBg {
    position: relative;
  }
  #index .interview .card_btnEn {
    font-size: 4vw;
    font-size: clamp(10px, 4vw, 20px);
  }
  #index .interview .card_btnJp {
    font-size: 4vw;
    font-size: clamp(10px, 4vw, 28px);
    margin-top: -0.88%;
  }
  #index .interview .card_btnContent {
    top: 58.8%;
  }
  #index .interview .card_btnIcon {
    margin-top: 5.2%;
  }
  #index .interview .card_btnIcon::before {
    width: 46px;
    height: 6px;
    transform: skewX(50deg) translate(-50%, -50%);
  }
  #index .interview .card_btnIcon::after{
    width: 40px;
    height: 40px;
  }
  #index .interview .card_btnLink:hover .card_btnIcon::after{
    width: 50px;
    height: 50px;
  }
  #index .interview .card--02 {
    margin-top: 26.3%;
  }
  #index .interview .card--02 .card_imgBox::before {
    top: 6%;
    left: 7%;
    width: 15.5%;
    height: 15.5%;
  }
  #index .interview .card--02 .card_txtBox {
    margin-top: 4.1%;
  }
  #index .interview .card--02 .card_txtBox::before {
    top: 10%;
    right: 15%;
    width: 25%;
    height: 46%;
  }
  #index .interview .card--02 .card_imgs {
    margin-top: 14.9%;
    left: 0;
  }
  #index .interview .card--02 .card_img--01 {
    width: 32%;
    left: -6%;
    margin: 0 auto;
    top: 0;
  }
  #index .interview .card--02 .card_img--02 {
    width: 43%;
    bottom: 0;
    left: 2.7%;
    margin-top: 27%;
    z-index: 2;
  }
  #index .interview .card--02 .card_img--03 {
    width: 32.6%;
    bottom: 7%;
    right: 2.5%;
    position: absolute !important;
    z-index: 2;
  }
  #index .interview .card--02 .card_btn {
    margin: 19% auto 0;
  }
  #index .interview .card--02 .card_imgs::after {
    bottom: auto;
    top: 11%;
    left: 8%;
    right: auto;
    width: 26%;
    height: 34%;
    z-index: 0;
  }
  #index .interview .card--02 .card_btn::after {
    top: -59%;
    right: 7%;
    width: 43%;
    height: 78%;
    z-index: 0;
  }
  #index .interview .card--03 {
    padding-right: 0;
    margin-top: 24.6% !important;
  }
  #index .interview .card--03 .card_imgBox {
    width: 87% !important;
    margin: 0 auto;
  }
  #index .interview .card--03 .card_imgBox::before {
    bottom: 11%;
    left: 2%;
    width: 17%;
    height: 16%;
  }
  #index .interview .card--03 .card_txtBox::before {
    top: 36%;
    right: 19%;
    width: 20%;
    height: 40%;
  }
  
  #index .interview .card--03 .card_imgs {
    left: 0;
    margin-top: 18%;
  }
  #index .interview .card--03 .card_img--01 {
    width: 32.7%;
    margin: 0 auto;
    left: -6.2%;
    top: 0;
  }
  #index .interview .card--03 .card_img--02 {
    width: 43%;
    bottom: 0;
    left: 2.7%;
    margin-top: 13.6%;
  }
  #index .interview .card--03 .card_img--03 {
    width: 32%;
    bottom: 18.4%;
    right: 2.5%;
    position: absolute !important;
  }
  #index .interview .card--03 .card_imgs::before {
    top: -16%;
    right: auto;
    left: 11%;
    width: 23.7%;
    height: 32%;
    z-index: 0;
  }
  #index .interview .card--03 .card_imgs::after {
    bottom: -28%;
    right: 7%;
    width: 25%;
    height: 32%;
    z-index: 0;
  }
  #index .interview .card--03 .card_btn {
    margin: 19% auto 0;
  }
  #index .interview .card--03 .card_btn::after {
    bottom: -42%;
    right: auto;
    left: -18%;
    width: 44%;
    height: 79%;
    z-index: 0;
  }

  #index .interview ul {
    margin-top: 60px;
    margin-left: 0;
    left: 0;
  }
  #index .interview ul li {
    float: none;
    width: auto;
    position: relative;
    left: 0 !important;
    top: 0 !important;
    /* margin-top: 60px !important; */
    margin: 60px auto 0 !important;
  }
  #index .interview ul li:first-child {
    margin-top: 0 !important;
  }
  #index .interview ul li .img {
    overflow: hidden;
    height: 290px;
  }
  #index .interview ul li .img img {
    position: relative;
    top: -20px;
  }
  #index .interview ul li a:hover .img img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #index .interview ul li .join {
    margin-top: 20px;
    font-size: 12px;
    margin-left: 20px;
  }
  #index .interview ul li .name {
    margin-top: 7px;
    font-size: 18px;
    margin-left: 20px;
  }
  #index .interview ul li .yomi {
    line-height: 1.3em;
    margin-top: 2px;
    font-size: 10px;
    margin-left: 20px;
  }
  #index .interview ul li .position {
    margin-top: 12px;
    font-size: 12px;
    margin-left: 20px;
  }
  #index .interview ul li .bt_more {
    width: 165px;
    margin: 20px auto 0 auto;
  }
  #index .interview ul li a:hover .bt_more {
    background: transparent;
  }
  #index .interview .object {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #index .interview .w1 .object {
    width: 280px;
    -webkit-transform: translate(-23px, 16px) rotate(100deg);
            transform: translate(-23px, 16px) rotate(100deg);
  }
  #index .interview .w2 .object {
    width: 230px;
    -webkit-transform: translate(24px, 4px) rotate(0deg);
            transform: translate(24px, 4px) rotate(0deg);
  }
  #index .interview .w3 .object {
    width: 235px;
    -webkit-transform: translate(81px, -3px) rotate(160deg);
            transform: translate(81px, -3px) rotate(160deg);
  }
  #index .interview .w4 .object {
    width: 256px;
    -webkit-transform: translate(30px, -25px) rotate(0deg);
            transform: translate(30px, -25px) rotate(0deg);
  }
  #index .interview .w5 .object {
    width: 260px;
    -webkit-transform: translate(32px, -37px) rotate(3deg);
            transform: translate(32px, -37px) rotate(3deg);
  }
  #index .interview .w6 .object {
    width: 274px;
    -webkit-transform: translate(93px, 20px) rotate(-7deg);
            transform: translate(93px, 20px) rotate(-7deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #index .interview > .inner {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /***********************************************/
  /* Inner */
  /***********************************************/
  #inner .main {
    padding: 48px 0 0;
  }
  /***********************************************/
  /* Interview */
  /***********************************************/
  /*** Visual ********************/
  #inner.interview .visual > .inner {
    /* height: 768px; */
    height: 42.2vw;
  }
  #inner.interview.w1 .visual > .inner {
    background-image: url(../images/interview/main_interview01-sp.jpg);
  }
  #inner.interview.w2 .visual > .inner {
    background-image: url(../images/interview//main_interview02.jpg);
    background-position: 60% center;
  }
  #inner.interview.w3 .visual > .inner {
    background-image: url(../images/interview/main_interview03.jpg);
    background-position: 35% center;
  }
  #inner.interview.w4 .visual > .inner {
    background-image: url(../images/interview/bg_workstyle4.jpg);
  }
  #inner.interview.w5 .visual > .inner {
    background-image: url(../images/interview/bg_workstyle5.jpg);
  }
  #inner.interview.w6 .visual > .inner {
    background-image: url(../images/interview/bg_workstyle6.jpg);
    background-position: 55% center;
  }
  #inner.interview .visual .copy {
    top: 50%;
    font-size: 22px;
    line-height: 43px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    padding-left: 0;
  }
  #inner.interview .visual .copy ruby rt {
    font-family: "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", sans-serif;
    font-weight: bold;
    font-size: 10px;
  }
  #inner.interview .visual .copy img {
    max-width: 370px;
    width: 100%;
  }
  #inner.interview .visual .info {
    position: absolute;
    bottom: 10%;
    left: 0;
    width: 100%;
  }
  #inner.interview .visual .info .position {
    font-size: 12px;
  }
  #inner.interview .visual .info h2 {
    font-size: 18px;
    margin-top: 20px;
    letter-spacing: 0.1em;
    text-indent: 0.1em;
  }
  #inner.interview .visual .info .yomi {
    font-size: 10px;
  }
  #inner.interview .visual .info .title {
    font-size: 20px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview .visual .copy {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  /*** Intro ********************/
  #inner.interview .intro {
    position: relative;
    z-index: 90;
  }
  #inner.interview .intro > .inner {
    max-width: 335px;
    width: auto;
    padding: 50px 0 0 0;
  }
  #inner.interview .intro .img {
    position: relative;
    max-width: none;
    top: 0;
    left: -20px;
    margin-left: 0;
    width: calc(100% + 40px);
  }
  #inner.interview .intro .info {
    position: relative;
    float: none;
    width: auto;
    margin-top: 25px;
  }
  #inner.interview .intro .info .join,
  #inner.interview .intro .info .town {
    font-size: 12px;
    margin-left: 20px;
    color: #808080 !important;
  }
  #inner.interview .intro .info .name {
    margin-top: 10px;
    font-size: 18px;
    margin-left: 20px;
  }
  #inner.interview .intro .info .yomi {
    margin-top: 3px;
    font-size: 10px;
    margin-left: 20px;
  }
  #inner.interview .intro .info .position {
    margin-top: 15px;
    font-size: 12px;
    margin-left: 20px;
    color: #808080 !important;
  }
  #inner.interview .intro .info .profile {
    margin-top: 40px !important;
    font-size: 12px;
  }
  #inner.interview .intro .object {
    position: absolute;
    right: 0px;
    top: 300px;
    z-index: 10;
  }
  #inner.interview.w1 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(-16deg) scale(1, -1);
            transform: translate(0px, 0px) rotate(-16deg) scale(1, -1);
  }
  #inner.interview.w2 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  #inner.interview.w3 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  #inner.interview.w4 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  #inner.interview.w5 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
  #inner.interview.w6 .intro .object {
    width: 200px;
    -webkit-transform: translate(0px, 0px) rotate(0deg);
            transform: translate(0px, 0px) rotate(0deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview .intro > .inner {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /*** Section ********************/
  #inner.interview section.box {
    position: relative;
    z-index: 90;
    height: auto !important;
  }
  #inner.interview section.box > .inner {
    max-width: 335px;
    width: auto;
    padding: 10px 0 0 0;
    margin: 0 auto;
    position: relative;
    margin-top: 40px;
  }
  #inner.interview section.box.sec1 {
    margin-top: 0 !important;
  }
  #inner.interview section.box .img {
    position: relative;
    max-width: none;
    top: 0;
    width: auto;
    left: -20px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    width: calc(100% + 40px);
    z-index: 100 !important;
  }
  #inner.interview section.box.sec2 .img,
  #inner.interview section.box.sec4 .img {
    left: auto;
    right: auto;
  }
  #inner.interview section.box .info {
    max-width: none;
    margin-top: 30px !important;
  }
  #inner.interview section.box.sec2 .info,
  #inner.interview section.box.sec4 .info {
    float: none;
  }
  #inner.interview section.box .info h3 {
    font-size: 20px;
    line-height: 38px;
    margin-bottom: 20px;
    margin-top: 0;
  }
  #inner.interview section.box .info h3 img {
    width: 355px;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview section.box > .inner {
    max-width: 300px;
  }
  #inner.interview section.box .info h3 {
    font-size: 18px;
  }
  #inner.interview section.box .info h3 img {
    width: 325px;
  }
}
@media screen and (max-width: 767px) {
  /*** Schedule ********************/
  #inner.interview .schedule {
    position: relative;
    z-index: 90;
    margin-top: 80px;
  }
  #inner.interview .schedule > .inner {
    max-width: 335px;
    width: auto;
    padding: 10px 0 0 0;
  }
  #inner.interview .schedule .img {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  #inner.interview .schedule h3 {
    float: none;
    font-size: 20px;
    background-size: 35px auto;
    padding-top: 45px;
  }
  #inner.interview .schedule h3 span {
    font-size: 40px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  #inner.interview section.box .object,
  #inner.interview .schedule .object {
    position: absolute;
    width: 400px;
    right: 0;
    top: 300px;
    opacity: 0.18;
    left: 50% !important;
    right: auto !important;
  }
  #inner.interview section.box.sec1 .object,
  #inner.interview section.box.sec3 .object,
  #inner.interview section.box.sec5 .object,
  #inner.interview .schedule .object {
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview .schedule > .inner {
    max-width: 300px;
  }
  #inner.interview .schedule h3 {
    float: none;
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  /*** Message ********************/
  #inner.interview .message {
    padding-top: 10px;
    height: 680px;
    margin-top: 60px;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview.w1 .message {
    background-position: 40% 50%;
  }
  #inner.interview .message > .inner {
    max-width: 335px;
    width: auto;
  }
  #inner.interview .message p {
    letter-spacing: 0em;
    font-size: 22px;
    line-height: 38px;
    float: none;
    text-align: center;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview .message > .inner {
    max-width: 300px;
  }
  #inner.interview .message p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  #inner.interview.w1 .message {
    background-image: url(../images/interview/img_w1_6.jpg);
  }
  #inner.interview.w2 .message {
    background-image: url(../images/interview/img_w2_6.jpg);
    background-position: 40% center;
  }
  #inner.interview.w3 .message {
    background-image: url(../images/interview/img_w3_6.jpg);
    background-position: 40% 50%;
  }
  #inner.interview.w4 .message {
    background-image: url(../images/interview/img_w4_6.jpg);
    background-position: 80% center;
  }
  #inner.interview.w5 .message {
    background-image: url(../images/interview/img_w5_6.jpg);
  }
  #inner.interview.w6 .message {
    background-image: url(../images/interview/img_w6_6.jpg);
  }
}
@media screen and (max-width: 767px) {
  /*** Navi ********************/
  #inner.interview .navi {
    margin-top: 30px;
  }
  #inner.interview .navi > .inner {
    width: 335px;
    padding: 10px 0 20px 0;
  }
  #inner.interview .navi .prev a,
  #inner.interview .navi .next a {
    padding: 10px 0px 10px 20px;
  }
  #inner.interview .navi .next a {
    padding: 10px 20px 10px 0px;
  }
  #inner.interview .navi .prev a::before,
  #inner.interview .navi .next a::before {
    width: 6px;
    height: 6px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    margin-top: -3px;
    left: 0;
  }
  #inner.interview .navi .next a::before {
    right: 0;
    left: auto;
  }
  #inner.interview .navi .info {
    text-align: center;
  }
  #inner.interview .navi .img {
    width: 50px;
    margin: 0 auto;
  }
  #inner.interview .navi .join {
    margin-top: 10px;
    font-size: 10px;
  }
  #inner.interview .navi .name {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.3em;
    font-weight: bold;
  }
  #inner.interview .navi .yomi {
    margin-top: 2px;
    font-size: 8px;
  }
  #inner.interview .navi .position {
    margin-top: 8px;
    font-size: 10px;
  }
  #inner.interview .navi .object {
    display: block;
    position: absolute;
    /* bottom: 0; */
    /* left: 0; */
    z-index: 0;
  }
  #inner.interview .navi .w1 .object {
    width: 126px;
    -webkit-transform: translate(-10px, -29px) rotate(100deg);
            transform: translate(-10px, -29px) rotate(100deg);
  }
  #inner.interview .navi .w2 .object {
    width: 110px;
    -webkit-transform: translate(-3px, -25px) rotate(16deg);
            transform: translate(-3px, -25px) rotate(16deg);
  }
  #inner.interview .navi .w3 .object {
    width: 115px;
    -webkit-transform: translate(-18px, -14px) rotate(160deg);
            transform: translate(-18px, -14px) rotate(160deg);
  }
  #inner.interview .navi .w4 .object {
    width: 107px;
    -webkit-transform: translate(-7px, -38px) rotate(0deg);
            transform: translate(-7px, -38px) rotate(0deg);
  }
  #inner.interview .navi .w5 .object {
    width: 123px;
    -webkit-transform: translate(-24px, -33px) rotate(3deg);
            transform: translate(-24px, -33px) rotate(3deg);
  }
  #inner.interview .navi .w6 .object {
    width: 101px;
    -webkit-transform: translate(3px, -26px) rotate(-7deg);
            transform: translate(3px, -26px) rotate(-7deg);
  }
  #inner.interview .navi a.index {
    display: block;
    width: 50px;
    height: 50px;
    margin: 62px auto 0 auto;
    background-position: center 28px;
    background-size: 30px auto;
    font-size: 10px;
    padding-top: 0;
    z-index: 100;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.interview .navi > .inner {
    -webkit-transform: scale(0.85);
            transform: scale(0.85);
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  #inner.interview .navi > .inner {
    position: relative;
    left: -6px;
  }
}
@media screen and (max-width: 767px) {
  /*** w1 ***/
  #inner.interview.w1 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(0, -142px) rotate(-6deg);
            transform: translate(0, -142px) rotate(-6deg);
  }
  #inner.interview.w1 section.box.sec2 .object.o1 {
    width: 300px;
    -webkit-transform: translate(-60px, 222px) rotate(-3deg);
            transform: translate(-60px, 222px) rotate(-3deg);
  }
  #inner.interview.w1 section.box.sec2 .object.o2 {
    width: 300px;
    -webkit-transform: translate(-210px, 642px) rotate(364deg);
            transform: translate(-210px, 642px) rotate(364deg);
  }
  #inner.interview.w1 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-90px, 142px) rotate(-2deg);
            transform: translate(-90px, 142px) rotate(-2deg);
  }
  #inner.interview.w1 .schedule .object.o1 {
    width: 300px;
    -webkit-transform: translate(780px, -542px) rotate(3deg);
            transform: translate(780px, -542px) rotate(3deg);
  }
  #inner.interview.w1 .schedule .object.o2 {
    width: 300px;
    -webkit-transform: translate(-257px, -532px) rotate(0deg);
            transform: translate(-257px, -532px) rotate(0deg);
  }
  #inner.interview.w1 .schedule .object.o3 {
    width: 300px;
    -webkit-transform: translate(0px, 182px) rotate(-6deg);
            transform: translate(0px, 182px) rotate(-6deg);
  }
  /*** w2 ***/
  #inner.interview.w2 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(-80px, 142px) rotate(-6deg);
            transform: translate(-80px, 142px) rotate(-6deg);
  }
  #inner.interview.w2 section.box.sec2 .object {
    width: 300px;
    -webkit-transform: translate(-254px, 22px) rotate(-3deg);
            transform: translate(-254px, 22px) rotate(-3deg);
  }
  #inner.interview.w2 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-90px, -92px) rotate(364deg);
            transform: translate(-90px, -92px) rotate(364deg);
  }
  #inner.interview.w2 section.box.sec4 .object {
    width: 300px;
    -webkit-transform: translate(-79px, 17px) rotate(298deg);
            transform: translate(-79px, 17px) rotate(298deg);
  }
  #inner.interview.w2 section.box.sec5 .object {
    width: 300px;
    -webkit-transform: translate(-260px, -412px) rotate(-2deg);
            transform: translate(-260px, -412px) rotate(-2deg);
  }
  #inner.interview.w2 .schedule .object {
    width: 300px;
    -webkit-transform: translate(-40px, -282px) rotate(-12deg);
            transform: translate(-40px, -282px) rotate(-12deg);
  }
  #inner.interview.w2 section.box.sec2 .img {
    z-index: 10;
  }
  /*** w3 ***/
  #inner.interview.w3 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(-80px, -22px) rotate(4deg) scale(-1, 1);
            transform: translate(-80px, -22px) rotate(4deg) scale(-1, 1);
  }
  #inner.interview.w3 section.box.sec2 .object {
    width: 300px;
    -webkit-transform: translate(-244px, -2px) rotate(-23deg);
            transform: translate(-244px, -2px) rotate(-23deg);
  }
  #inner.interview.w3 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-76px, -52px) rotate(325deg);
            transform: translate(-76px, -52px) rotate(325deg);
  }
  #inner.interview.w3 section.box.sec4 .object {
    width: 300px;
    -webkit-transform: translate(-39px, 148px) rotate(292deg);
            transform: translate(-39px, 148px) rotate(292deg);
  }
  #inner.interview.w3 .schedule .object.o1 {
    width: 300px;
    -webkit-transform: translate(-250px, -442px) rotate(123deg);
            transform: translate(-250px, -442px) rotate(123deg);
  }
  #inner.interview.w3 .schedule .object.o2 {
    width: 300px;
    -webkit-transform: translate(7px, 252px) rotate(-190deg);
            transform: translate(7px, 252px) rotate(-190deg);
  }
  #inner.interview.w3 section.box .img {
    z-index: 100;
  }
  #inner.interview.w3 .message p {
    margin-top: 360px;
  }
  /*** w4 ***/
  #inner.interview.w4 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(-190px, -2px) rotate(-17deg);
            transform: translate(-190px, -2px) rotate(-17deg);
  }
  #inner.interview.w4 section.box.sec2 .object {
    width: 300px;
    -webkit-transform: translate(15px, -22px) rotate(-173deg) scale(-1, 1);
            transform: translate(15px, -22px) rotate(-173deg) scale(-1, 1);
  }
  #inner.interview.w4 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-206px, 47px) rotate(135deg);
            transform: translate(-206px, 47px) rotate(135deg);
  }
  #inner.interview.w4 section.box.sec4 .object {
    width: 300px;
    -webkit-transform: translate(-31px, -190px) rotate(472deg);
            transform: translate(-31px, -190px) rotate(472deg);
  }
  #inner.interview.w4 .schedule .object.o1 {
    width: 300px;
    -webkit-transform: translate(-310px, 202px) rotate(-227deg);
            transform: translate(-310px, 202px) rotate(-227deg);
  }
  #inner.interview.w4 .schedule .object.o2 {
    width: 300px;
    -webkit-transform: translate(-3px, -358px) rotate(-200deg);
            transform: translate(-3px, -358px) rotate(-200deg);
  }
  #inner.interview.w4 section.box .img {
    z-index: 10;
  }
  /*** w5 ***/
  #inner.interview.w5 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(-120px, -3px) rotate(-5deg);
            transform: translate(-120px, -3px) rotate(-5deg);
  }
  #inner.interview.w5 section.box.sec2 .object {
    width: 300px;
    -webkit-transform: translate(-35px, 0px) rotate(-3deg);
            transform: translate(-35px, 0px) rotate(-3deg);
  }
  #inner.interview.w5 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-246px, 17px) rotate(355deg);
            transform: translate(-246px, 17px) rotate(355deg);
  }
  #inner.interview.w5 section.box.sec4 .object {
    width: 300px;
    -webkit-transform: translate(-1px, 128px) rotate(-2deg) scale(-1, 1);
            transform: translate(-1px, 128px) rotate(-2deg) scale(-1, 1);
  }
  #inner.interview.w5 .schedule .object.o1 {
    width: 300px;
    -webkit-transform: translate(-20px, -343px) rotate(353deg);
            transform: translate(-20px, -343px) rotate(353deg);
  }
  #inner.interview.w5 .schedule .object.o2 {
    width: 300px;
    -webkit-transform: translate(-313px, 158px) rotate(-10deg);
            transform: translate(-313px, 158px) rotate(-10deg);
  }
  #inner.interview.w5 section.box .img {
    z-index: 10;
  }
  #inner.interview.w5 .message p {
    margin-top: 360px;
  }
  /*** w6 ***/
  #inner.interview.w6 section.box.sec1 .object {
    width: 300px;
    -webkit-transform: translate(-76px, -63px) rotate(5deg) scale(-1, 1);
            transform: translate(-76px, -63px) rotate(5deg) scale(-1, 1);
  }
  #inner.interview.w6 section.box.sec2 .object {
    width: 300px;
    -webkit-transform: translate(-65px, 39px) rotate(-3deg) scale(-1, 1);
            transform: translate(-65px, 39px) rotate(-3deg) scale(-1, 1);
  }
  #inner.interview.w6 section.box.sec3 .object {
    width: 300px;
    -webkit-transform: translate(-196px, -23px) rotate(139deg);
            transform: translate(-196px, -23px) rotate(139deg);
  }
  #inner.interview.w6 section.box.sec4 .object {
    width: 300px;
    -webkit-transform: translate(-92px, 35px) rotate(-2deg) scale(-1, 1);
            transform: translate(-92px, 35px) rotate(-2deg) scale(-1, 1);
  }
  #inner.interview.w6 .schedule .object.o1 {
    width: 300px;
    -webkit-transform: translate(-120px, -362px) rotate(0deg) scale(-1, 1);
            transform: translate(-120px, -362px) rotate(0deg) scale(-1, 1);
  }
  #inner.interview.w6 .schedule .object.o2 {
    width: 300px;
    -webkit-transform: translate(13px, 158px) rotate(-10deg);
            transform: translate(13px, 158px) rotate(-10deg);
  }
  #inner.interview.w6 .schedule {
    z-index: 100;
  }
  #inner.interview.w6 section.box .img {
    z-index: 10;
  }
  #inner.interview.w6 .message {
    z-index: 110;
    background-position: 74% 50%;
  }
  /***********************************************/
  /* Bussiness */
  /***********************************************/
  #inner.bussiness .main {
    padding-bottom: 50px;
  }
  /*** Visual ********************/
  #inner.bussiness .visual {
    position: relative;
    z-index: 100;
  }
  #inner.bussiness .visual > .inner {
    position: relative;
    height: 768px;
    background-size: auto 80%;
    text-align: center;
  }
  #inner.bussiness .visual .copy {
    top: 45%;
    font-size: 15px;
    padding-left: 0.2em;
  }
  #inner.bussiness .visual .copy span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #inner.bussiness .visual .copy img {
    width: 170px;
  }
  #inner.bussiness .visual .copy2 {
    bottom: 5%;
    font-size: 22px;
    line-height: 43px;
  }
  #inner.bussiness .visual .copy2 img {
    width: 280px;
  }
  /*** Intro ********************/
  #inner.bussiness .intro {
    position: relative;
    z-index: 90;
  }
  #inner.bussiness .intro > .inner {
    max-width: 335px;
    width: auto;
    padding: 10px 0 0 0;
  }
  #inner.bussiness .intro .lead {
    font-size: 14px;
    line-height: 29px;
  }
  /*** Section ********************/
  #inner.bussiness section.box {
    position: relative;
    z-index: 90;
    margin-top: 60px;
  }
  #inner.bussiness section.box.sec1 {
    margin-top: 60px;
  }
  #inner.bussiness section.box.sec1::before {
    width: 16px;
    height: 2500px;
    top: 200px;
    margin-left: -8px;
  }
  #inner.bussiness section.box > .inner {
    max-width: 335px;
    width: auto;
    height: auto;
    padding: 10px 0 0 0;
    margin-top: -10px;
  }
  #inner.bussiness section.box .img {
    position: relative;
    max-width: none;
    top: 0;
    left: auto !important;
    right: auto !important;
    width: auto;
    z-index: 100;
  }
  #inner.bussiness section.box .info {
    float: none !important;
    position: relative;
    max-width: none;
    margin-top: 30px;
  }
  #inner.bussiness section.box .info h3 {
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 5px;
    margin-top: -10px;
    position: relative;
  }
  #inner.bussiness section.box .info h3 img {
    width: 205px;
  }
  #inner.bussiness section.box .info .text {
    position: relative;
    line-height: 2.2em;
  }
  #inner.bussiness section.box .info .object {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  #inner.bussiness section.box.sec1 .info .object {
    width: 240px;
    -webkit-transform: translate(100px, -60px) rotate(110deg);
            transform: translate(100px, -60px) rotate(110deg);
  }
  #inner.bussiness section.box.sec2 .info .object {
    width: 240px;
    -webkit-transform: translate(-20px, -70px) rotate(0deg);
            transform: translate(-20px, -70px) rotate(0deg);
  }
  #inner.bussiness section.box.sec3 .info .object {
    width: 200px;
    -webkit-transform: translate(118px, -25px) rotate(-60deg);
            transform: translate(118px, -25px) rotate(-60deg);
  }
  #inner.bussiness section.box.sec4 .info .object {
    width: 235px;
    -webkit-transform: translate(-42px, -10px) rotate(0deg);
            transform: translate(-42px, -10px) rotate(0deg);
  }
  #inner.bussiness section.box.sec5 .info .object {
    width: 210px;
    -webkit-transform: translate(130px, -53px) rotate(40deg) scale(1, -1);
            transform: translate(130px, -53px) rotate(40deg) scale(1, -1);
  }
  #inner.bussiness section.box.sec6 .info .object {
    width: 240px;
    -webkit-transform: translate(-40px, -39px) rotate(0deg);
            transform: translate(-40px, -39px) rotate(0deg);
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.bussiness section.box > .inner {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /*** Message ********************/
  #inner.bussiness .message {
    padding-top: 10px;
    height: 500px;
    margin-top: 100px;
    background-position: 60% center;
  }
  #inner.bussiness .message > .inner {
    max-width: 335px;
    width: 100%;
  }
  #inner.bussiness .message p {
    font-size: 22px;
    line-height: 43px;
    margin-top: 200px;
    padding-left: 0.5em;
  }
  #inner.bussiness .message p img {
    width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.bussiness .message > .inner {
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  /***********************************************/
  /* Requirements */
  /***********************************************/
  #inner.requirements .main {
    padding: 0 0 40px 0;
  }
  /*** Visual ********************/
  #inner.requirements .visual > .inner {
    position: relative;
    height: 400px !important;
    background: url(../images/requirements/bg_requirements.jpg) no-repeat center center;
  }
  #inner.requirements .visual .copy {
    top: 50%;
    font-size: 15px;
    padding-left: 0.2em;
  }
  #inner.requirements .visual .copy span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #inner.requirements .visual .copy img {
    width: 101px;
  }
  /*** Section ********************/
  #inner.requirements section.box {
    position: relative;
    z-index: 90;
    margin-top: 80px;
  }
  #inner.requirements section.box.sec1 {
    margin-top: 60px;
  }
  #inner.requirements section.box > .inner {
    max-width: 335px;
    width: auto;
  }
  #inner.requirements h3 {
    font-size: 20px;
  }
  #inner.requirements h3 img {
    display: block;
    height: 30px;
  }
  #inner.requirements h3 span {
    font-size: 10px;
    position: absolute;
    left: 0px;
    top: 25px;
  }
  #inner.requirements .list {
    margin-top: 24px;
  }
  #inner.requirements .list li a.bt {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 20px 0 20px 20px;
  }
  #inner.requirements .list li a.bt::before {
    width: 18px;
    height: 18px;
    right: 24px;
    margin-top: -14px;
  }
  #inner.requirements .list li a.bt.open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -3px;
  }
  #inner.requirements .list li a.bt img {
    display: block;
    height: 30px;
  }
  #inner.requirements .list li .detail {
    padding: 20px 20px;
  }
  #inner.requirements .list li .detail dl {
    font-size: 12px;
  }
  #inner.requirements .list li .detail dl dt {
    float: none;
    width: auto;
    padding: 15px 0 0 0;
    font-weight: bold;
  }
  #inner.requirements .list li .detail dl dd {
    margin-left: 0;
    padding: 5px 0 15px 0;
  }
  #inner.requirements .list li .detail a {
    color: #0071bc;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.requirements section.box > .inner {
    max-width: 300px;
  }
}
.bg {
  background: initial !important;
  padding: initial !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #485157;
  font-size: 16px;
  line-height: 2em;
}

a {
  color: #485157;
  text-decoration: none;
  outline: none;
}

.pc a:hover {
  text-decoration: none;
}

p {
  font-size: 14px;
  line-height: 1.8em;
  margin: 0px;
}
.sfs p {
  font-size: 12px;
}
.sfl p {
  font-size: 16px;
}
@media screen and (max-width: 584px) {
  p {
    font-size: 3.5vw;
  }
  .sfs p {
    font-size: 10px;
  }
  .sfl p {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 3px;
}
#w0 {
  -webkit-transition: 2s;
  transition: 2s;
  opacity: 0;
}
.pc #w0 {
  min-width: 1000px;
}
.mobile #w0 {
  min-width: 100%;
}
#w0.show1 {
  opacity: 1;
}
@media screen and (max-width: 584px) {
  #w0 {
    padding-bottom: 70px;
  }
}

._w1200 {
  display: none;
}
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 110 !important;
}
header nav {
  opacity: 0;
  height: 100%;
  width: 70%;
  position: absolute;
  display: block;
  text-align: right;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  top: 50%;
  z-index: 77;
  padding-right: 120px;
}
@media screen and (max-width: 584px) {
  header nav {
    display: none;
  }
}
header nav .cbtn {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  height: 100%;
  text-align: center;
}
header nav .cbtn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #fff;
  font-size: 14px;
}
header nav .cbtn a img {
  display: block;
  width: 50px;
}
header nav ul {
  display: block;
  position: relative;
  text-align: right;
  height: 100%;
  padding-bottom: 14px;
}
header nav ul li {
  display: inline-block;
}
header nav ul li a {
  padding: 14px 14px 14px;
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
header nav ul li a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 10px;
  left: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav ul li a.active::after {
  width: 100%;
}
header nav ul li .nav_smenu_box {
  position: absolute;
  width: 200px;
  background-color: rgba(30, 125, 124, 0.8);
  z-index: -1;
  -webkit-transition: all 0.5s 0.2s;
  transition: all 0.5s 0.2s;
  opacity: 0;
}
header nav ul li .nav_smenu_box .nav_smenu {
  -webkit-transition: 1s;
  transition: 1s;
}
header nav ul li .nav_smenu_box .nav_smenu div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
}
header nav ul li .nav_smenu_box .nav_smenu div a {
  color: #fff;
  padding: 3% 0;
  text-align: center;
}
header nav ul li .nav_smenu_box .nav_smenu div a::after {
  content: "";
  width: 0%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
header nav ul li .nav_smenu_box .nav_smenu div a:hover::after {
  width: 75%;
}
header nav ul li .nav_smenu_box.show {
  opacity: 1;
}
@media screen and (max-width: 584px) {
  header nav ul li .nav_smenu_box {
    display: none;
  }
}
header nav ul li .nav_smenu_box2 {
  right: 136px;
  top: -150px;
}
header nav ul li .nav_smenu_box2.show {
  top: 60px;
}
header nav ul li .nav_smenu_box3 {
  right: 46px;
  top: -150px;
}
header nav ul li .nav_smenu_box3.show {
  top: 60px;
}
header nav ul li .nav_smenu_box4 {
  right: -55px;
  top: -150px;
}
header nav ul li .nav_smenu_box4.show {
  top: 60px;
}
header .header {
  position: relative;
  width: 100%;
  height: 60px;
}
header .header::after {
  transform-origin: 0% 0%;
  -moz-transform-origin: 0% 0%;
  -webkit-transform-origin: 0% 0%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #007D7C;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
@media screen and (max-width: 584px) {
  header .header::after {
    height: 80%;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
header h1 {
  z-index: 3;
  margin: 0;
  position: absolute;
  left: 0%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  width: 280px;
  height: 110px;
  background-size: 100% 100%;
  background-position: left top;
  background-image: url("/assets/images/common/hd_01.png");
}
@media screen and (max-width: 584px) {
  header h1 {
    width: 190px;
    height: 85px;
  }
}
header h1 a {
  display: block;
  width: 110px;
  position: absolute;
  left: 30px;
  top: 12px;
  z-index: 3;
}
@media screen and (max-width: 584px) {
  header h1 a {
    display: block;
    width: 90px;
    position: absolute;
    left: 15px;
    top: 5px;
    z-index: 3;
  }
}
header h1 a img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

.pc .show1 header nav {
  opacity: 1;
  -webkit-transition: 0.6s 1s;
  transition: 0.6s 1s;
}
.pc .show1 header nav .cbtn::before {
  -webkit-transition: 0.6s 1s;
  transition: 0.6s 1s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.pc .show1 header h1 {
  -webkit-transition: 1s;
  transition: 1s;
  left: 0;
  opacity: 1;
}
.pc .show1 header .header::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.pc.posfix header .hmenu li.cpny {
  width: 200px;
}

.posfix .pagetop {
  right: 0;
}

.menuopen {
  overflow: hidden;
}
.menuopen #w0 footernav {
  bottom: 0;
}
.menuopen header nav {
  margin-top: 0;
  pointer-events: auto;
}

.menuopen .spmenutit > div {
  left: 22px;
}

.menuopen .spmenutit span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate3d(-3px, 0, 0);
          transform: rotate(45deg) translate3d(-3px, 0, 0);
  top: 0px;
  left: 12px;
}

.menuopen .spmenutit span:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
}

.menuopen .spmenutit span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate3d(-3px, 0, 0);
          transform: rotate(-45deg) translate3d(-3px, 0, 0);
  left: 12px;
  top: 15px;
}

#wrpG {
  width: 100%;
  height: 100vh;
  position: fixed;
  pointer-events: none;
  top: 0px;
  z-index: 70 !important;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
#wrpG::before {
  content: "";
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 125, 124, 0.8);
  z-index: 1;
}
#wrpG ul {
  position: relative;
  right: -102%;
  background-color: #fff;
  width: 80%;
  margin-left: auto;
  margin-right: 0;
  padding: 60px 10px 160px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 10;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wrpG ul li {
  width: 50%;
  overflow: hidden;
  position: relative;
  height: 38px;
  line-height: 1.4rem;
}
#wrpG ul li p,
#wrpG ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  color: #232323;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid #ccc;
  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;
  font-size: 11px;
}
#wrpG ul li::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 1;
  width: 11px;
  height: 11px;
  margin: auto;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/common/arr_04.png");
}
#wrpG ul li.sty2 {
  width: 100%;
  height: 38px;
}
#wrpG ul li.sty2 p,
#wrpG ul li.sty2 a {
  font-size: 14px;
  font-weight: bold;
}
#wrpG ul li.sty2::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 13px;
  z-index: 1;
  width: 25px;
  height: 11px;
  margin: auto;
  background-size: cover;
  background-position: center center;
  background-image: url("/assets/images/common/arr_03.png");
}
#wrpG ul li.sty3-1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-right: 1px solid #ccc;
}
#wrpG ul li.sty3-1::after {
  right: 15px;
}
#wrpG ul li.blank::after {
  display: none;
}
#wrpG ul li.plan, #wrpG ul li.brand, #wrpG ul li.landplan, #wrpG ul li.quality, #wrpG ul li.equipment, #wrpG ul li.modelroom {
  opacity: 0.3;
  pointer-events: none;
}
.menuopen #wrpG {
  right: 0;
  pointer-events: auto;
  opacity: 1;
}
.menuopen #wrpG ul {
  right: 0;
}

.menu-btn {
  display: none;
  color: #fff;
  text-align: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: auto;
  height: 56px;
  z-index: 999;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 70px;
}
@media screen and (max-width: 584px) {
  .menu-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.menu-btn div {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  margin: 0 auto;
  /* font-weight: bold; */
}

.menu-btn p {
  color: #1a1a1a;
  line-height: 2em;
}

.menu-btn div span {
  position: absolute;
  width: 30px;
  /*height: 3px;*/
  height: 2px;
  border-radius: 1.5px;
  background-color: #fff;
  left: 2px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.menu-btn div span:nth-of-type(1) {
  top: 1px;
}

.menu-btn div span:nth-of-type(2) {
  top: 12px;
}

.menu-btn div span:nth-of-type(3) {
  top: 22px;
}

.menuopen .menu-btn span:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate3d(1px, 0, 0);
          transform: rotate(45deg) translate3d(1px, 0, 0);
  background-color: #fff;
}

.menuopen .menu-btn div span {
  background-color: #fff;
  left: 7px;
}

.menuopen .menu-btn span:nth-of-type(2) {
  background-color: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.menuopen .menu-btn span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg) translate3d(1px, 0, 0);
          transform: rotate(-45deg) translate3d(1px, 0, 0);
  background-color: #fff;
}

.menuopen .ffpnav {
  display: none;
}

.footer {
  width: 100%;
  background-color: #D6D6D6;
  padding-top: 40px;
  padding-bottom: 0;
  position: relative;
}
.footer .copy {
  margin-top: 40px !important;
  background-color: #fff !important;
  padding: 20px !important;
  text-align: center !important;
  color: #222 !important;
  font-size: 12px !important;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 584px) {
  .footer ul {
    width: 75%;
  }
}
.footer ul li {
  width: 22%;
  margin-right: 3%;
}
@media screen and (max-width: 584px) {
  .footer ul li {
    width: 100%;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.footer ul li:last-child {
  margin-right: 0%;
}
.footer ul li:last-child h5 {
  font-size: initial;
}
.footer ul li:last-child h5 a {
  font-size: 100% !important;
  font-weight: bold !important;
}
.footer ul li a {
  display: block;
  font-size: 14px;
}
.footer ul li h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
  font-weight: bold;
}
@media screen and (max-width: 584px) {
  .footer ul li h5 {
    width: 100%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 584px) {
  .footer ul li .sp_left {
    width: 55%;
  }
}
@media screen and (max-width: 584px) {
  .footer ul li .sp_right {
    width: 42%;
  }
}

footernav {
  position: fixed;
  left: 0;
  bottom: -70px;
  z-index: 1000;
  width: 100%;
  height: 70px;
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
  transition: 0.6s cubic-bezier(0.52, 0.08, 0.18, 1);
}
footernav a {
  position: relative;
  z-index: 5;
  margin: 0;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 10px;
  cursor: pointer;
  display: block;
  height: 100%;
  border-top: 6px solid #fff;
  border-bottom: 6px solid #fff;
  width: 33.3333%;
}
footernav a img {
  display: block;
  margin: 0;
  max-width: 24px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
}
footernav a span {
  width: 100%;
  display: block;
  font-size: 3vw;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  color: #fff;
}
footernav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footernav a:last-child {
  border-right: none;
}
footernav a.outline {
  background-color: #323C4D;
  border-right: 1px solid #fff;
}
footernav a.map {
  background-color: #C1A28B;
  border-right: 6px solid #fff;
}
footernav a.menu {
  background-color: #CABA75;
}
footernav a.request {
  border-left: 6px solid #fff;
  border-right: 6px solid #fff;
  background-color: #BC1F25;
  overflow: hidden;
  position: relative;
}
footernav a.tel {
  border-right: 6px solid #fff;
  background-color: #323C4D;
  position: relative;
}
footernav .spmenutit {
  width: 80px;
  height: 50px;
  color: #000000;
  position: absolute;
  right: 8px;
  bottom: 10px;
  font-size: 12px;
}
@media screen and (max-width: 330px) {
  footernav .spmenutit {
    right: 4px;
  }
}
footernav .spmenutit p {
  width: 100%;
  color: #4a4a4a;
  font-size: 3vw;
  text-align: center;
  position: absolute;
  bottom: 2px;
  left: 0%;
  padding-left: 4px;
}
footernav .spmenutit > div {
  display: block;
  width: 28px;
  height: 28px;
  left: 28px;
  top: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
}
footernav .spmenutit > div span {
  position: absolute;
  width: 100%;
  height: 1px;
  border-radius: 1.5px;
  background-color: #000000;
  left: 0px;
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
footernav .spmenutit > div p {
  color: #485157;
  line-height: 12px;
  font-size: 10px;
  text-align: center;
}
footernav .spmenutit > div span:nth-of-type(1) {
  top: 0px;
}
footernav .spmenutit > div span:nth-of-type(2) {
  top: 7px;
}
footernav .spmenutit > div span:nth-of-type(3) {
  top: 14px;
}

.posfix footernav {
  bottom: 0;
}

.mlink .link {
  width: 22.7%;
}
@media screen and (max-width: 584px) {
  .mlink .link {
    width: 100%;
    margin-right: 0;
  }
}
.mlink .link a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.mlink .link a:hover {
  opacity: 0.7;
}
.mlink .link a img {
  width: 100%;
}

/***********************************************/
/* Requirements */
/***********************************************/
#inner.qa .main {
  padding: 0 0 40px 0;
}
#inner.qa {
  /*** Visual ********************/
}
#inner.qa .visual {
  position: relative;
  z-index: 100;
}
#inner.qa .visual .copy {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 28px;
  letter-spacing: 0.2em;
  padding-left: 0.5em;
}
#inner.qa .visual .copy span {
  display: block;
  font-size: 68px;
  font-weight: bold;
  letter-spacing: 0.25em;
  margin-bottom: 25px;
}
#inner.qa .visual .copy img {
  width: 151px;
  margin: 0 auto;
}
#inner.qa .visual > .inner {
  position: relative;
  height: 450px;
  background: url(../images/requirements/bg_requirements.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
#inner.qa {
  /*** Section ********************/
}
#inner.qa section.box {
  position: relative;
  z-index: 90;
  margin-top: 140px;
}
#inner.qa section.box.sec1 {
  margin-top: 100px;
}
#inner.qa section.box > .inner {
  max-width: 1100px;
  width: 96%;
  margin: 0 auto;
  position: relative;
}
#inner.qa .list {
  margin-top: 37px;
  border-bottom: 1px solid #666;
}
#inner.qa .list li {
  border-top: 1px solid #666;
}
#inner.qa .list li a.bt {
  position: relative;
  display: block;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 46px 0 46px 45px;
}
#inner.qa .list li a.bt::before {
  display: block;
  position: absolute;
  content: "";
  width: 36px;
  height: 36px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #666;
  border-right: 1px solid #666;
  top: 50%;
  right: 100px;
  margin-top: -27px;
}
#inner.qa .list li a.bt.open::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: -7px;
}
#inner.qa .list li a.bt img {
  display: block;
  height: 40px;
}
#inner.qa .list li .detail {
  display: none;
  position: relative;
  background: #f0eee7;
  padding: 40px 90px;
}
#inner.qa .list li .detail dl {
  font-size: 15px;
  line-height: 2em;
}
#inner.qa .list li .detail dl dt {
  width: 100%;
  padding: 0 0 15px;
  padding-left: 1.5em;
  position: relative;
}
#inner.qa .list li .detail dl dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q：";
}
#inner.qa .list li .detail dl dd {
  width: 100%;
  padding: 0 0 15px;
  padding-left: 1.5em;
  margin-bottom: 15px;
  border-bottom: 1px solid #666;
  position: relative;
}
#inner.qa .list li .detail dl dd::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A：";
}
#inner.qa .list li .detail a {
  color: #0071bc;
}
#inner.qa .list li:last-child .detail {
  margin-bottom: -1px;
}

/**************************************************************/
/**************************************************************/
/** SP ********************************************************/
/**************************************************************/
/**************************************************************/
@media screen and (max-width: 767px) {
  /***********************************************/
  /* Requirements */
  /***********************************************/
  #inner.qa .main {
    padding: 0 0 40px 0;
  }
  #inner.qa {
    /*** Visual ********************/
  }
  #inner.qa .visual .copy {
    top: 50%;
    font-size: 15px;
    padding-left: 0.2em;
  }
  #inner.qa .visual .copy span {
    font-size: 28px;
    margin-bottom: 15px;
  }
  #inner.qa .visual .copy img {
    width: 101px;
  }
  #inner.qa .visual > .inner {
    position: relative;
    height: 400px !important;
    background: url(../images/requirements/bg_requirements.jpg) no-repeat center center;
  }
  #inner.qa {
    /*** Section ********************/
  }
  #inner.qa section.box {
    position: relative;
    z-index: 90;
    margin-top: 80px;
  }
  #inner.qa section.box.sec1 {
    margin-top: 60px;
  }
  #inner.qa section.box > .inner {
    max-width: 335px;
    width: auto;
  }
  #inner.qa .list {
    margin-top: 24px;
  }
  #inner.qa .list li a.bt {
    font-size: 15px;
    letter-spacing: 0.1em;
    padding: 20px 0 20px 0;
  }
  #inner.qa .list li a.bt::before {
    width: 18px;
    height: 18px;
    right: 0;
    margin-top: -14px;
  }
  #inner.qa .list li a.bt.open::before {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    margin-top: -3px;
  }
  #inner.qa .list li a.bt img {
    display: block;
    height: 25px;
  }
  #inner.qa .list li .detail {
    padding: 20px 20px;
  }
  #inner.qa .list li .detail dl {
    font-size: 12px;
  }
  #inner.qa .list li .detail dl dt {
    float: none;
    width: auto;
    padding: 15px 0 0 0;
    font-weight: bold;
  }
  #inner.qa .list li .detail dl dd {
    margin-left: 0;
    padding: 15px 0 15px 0;
  }
  #inner.qa .list li .detail a {
    color: #0071bc;
  }
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  #inner.qa section.box > .inner {
    max-width: 300px;
  }
}