@charset "UTF-8";
/*!
Theme Name: mytheme
*/
/*#########################################################

Foundation

#########################################################*/
/*!
 * ress.css v2.0.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */ /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*#########################################################

基本設定

#########################################################*/
/* ========================================================
単位用設定
=========================================================*/
/* ========================================================
色用設定
=========================================================*/
/* ========================================================
フォント用設定
=========================================================*/
/*#########################################################

レイアウト用設定

#########################################################*/
/* ========================================================
mixin mq用の変数設定
=========================================================*/
/*
▼iOSデバイス
iPhone5: 320 × 568
iPhone 6-8: 375 × 667（1334x750）
iPhone 6-8 plus: 414 × 736（1920x1080）
iPhone X,XS,11Pro: 375 × 812（1125x2436）
iPhone XR,11: 414 × 896（828x1792）

iPad/iPad Mini: 768 × 1024
iPad Pro: 1024 × 1366
https://www.paintcodeapp.com/news/ultimate-guide-to-iphone-resolutions

▼ブートストラップ
xs： ～767px
sm： 768～991px
md： 992～1119px
lg： 1120px～
*/
/* ========================================================
メディアクエリ用Mixin
=========================================================*/
/*
ステップ1.モバイルファーストかデスクトップファーストかを選ぶ
ステップ2.該当する設定を有効化、その他をコメントアウトする。
ステップ3.選択したタイプにより、「▼モバイルファーストの例」、「▼デスクトップファーストの例」のどちらかを参考にブレイクポイントを設定する。
→実際の設定は_base.scssではなく、インポート元で行う。
*/
/*
// ステップ2：モバイルファースト用（デスクトップファーストの場合はコメントアウト）
$breakpoints: (
	// タブレット
	'md': 'screen and (min-width: ' + ($screen-sm-max + 1) + ') and (max-width: ' + ($screen-md-max) + ')',
	// デスクトップ
	'lg': 'screen and (min-width: ' + ($screen-sm-max + 1) + ')',
) !default;
*/
/*
// ステップ3：▼モバイルファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// モバイルファーストでは小さい画面サイズから順々に指定。
main{
	// デフォルト
	background: yellow;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// デスクトップ
	@include mq(lg){
		background: red;
	}
}
//------------------------------
*/
/*
// ステップ3：▼デスクトップファーストの例
// メディアクエリのブロック外にベースになるCSSを書く。
// デスクトップファーストでは大きい画面サイズから順々に指定。
main{
	// デフォルト
	background: red;
	// タブレット
	@include mq(md){
		background: orange;
	}
	// スマートフォン
	@include mq(mdsm){
		background: yellow;
	}
}
//------------------------------
*/
/*#########################################################

要素関連（リセットCSSの種類によっては不要）

#########################################################*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  background-color: #f8f7f6;
  color: #333;
  font-family: "Noto Serif JP", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  height: 100%;
  line-height: 1;
}
@media screen and (min-width: 1280px) {
  body {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  body {
    font-size: 3.2vw;
  }
}

a {
  color: #333;
  text-decoration: none;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  width: auto;
}

p {
  letter-spacing: 0.1em;
  line-height: 2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-feature-settings: "palt";
  font-size: 1em;
  letter-spacing: 0.2em;
}

textarea {
  border: 1px solid #a8aabc;
}

input {
  border: 1px solid #a8aabc;
}

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

/*#########################################################

アニメーション

#########################################################*/
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: rotateY(0deg);
  }
  100% {
    transform: rotateY(360deg);
  }
}
@keyframes updown {
  0% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 15px);
  }
}
/*#########################################################

標準マージン

#########################################################*/
@media screen and (min-width: 1280px) {
  .c-defaultContainer:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultContainer:not(:first-child) {
    margin-top: 4rem;
  }
}

@media screen and (min-width: 1280px) {
  .c-defaultContainer__inner:not(:first-child),
  .c-defaultButtons:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultContainer__inner:not(:first-child),
  .c-defaultButtons:not(:first-child) {
    margin-top: 3rem;
  }
}

/*#########################################################

共通アイコン・共通設定

#########################################################*/
/* ========================================================
PC版・SP版専用設定(モバイルファースト用)
=========================================================*/
/* ========================================================
PC版・SP版専用設定(PCファースト用)
=========================================================*/
/*#########################################################

プロジェクト専用

#########################################################*/
/* ========================================================
Layout
=========================================================*/
/* ========================================================
ヘッダー
=========================================================*/
.l-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 801;
}
.page .l-header {
  background: #f09837;
}
.p-page__head {
  background: #f09837;
  opacity: 0.8;
  text-align: center;
  color: white;
  padding: 40px;
  font-size: 4rem;
}
@media screen and (min-width: 1280px) {
  .p-page__head {
    margin-top: 98px;
  }
}
@media screen and (max-width: 1279px) {
  .p-page__head {
    margin-top: 77px;
  }
}
.p-page__link {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p-page__link {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-page__link {
    margin-top: 8vw;
  }
}
.l-header__contents {
  align-items: center;
  display: flex;
}
@media screen and (min-width: 1280px) {
  .l-header__contents {
    padding: 2rem 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__contents {
    padding: 4vw;
  }
}

.l-header__logo {
  align-items: center;
  display: flex;
  margin: 0;
}

@media screen and (min-width: 1280px) {
  .l-header__logo__img {
    width: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__logo__img {
    width: 20vw;
  }
}

.l-header__logo__text {
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .l-header__logo__text {
    font-size: 2rem;
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-header__logo__text {
    font-size: 3.2vw;
    margin-left: 4vw;
  }
}

/* ========================================================
コンテンツ
=========================================================*/
.l-contents {
  position: relative;
  width: 100%;
}

.l-contents__container {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (min-width: 1280px) {
  .l-contents__section:not(:first-child) {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-contents__section:not(:first-child) {
    margin-top: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-contents__section:not(:first-child):last-child {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-contents__section:not(:first-child):last-child {
    padding-bottom: 6rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-contents__section.--last-child {
    padding-bottom: 12rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-contents__section.--last-child {
    padding-bottom: 6rem;
  }
}
.l-contents__section.--bgColor {
  background: #f8f7f6;
}
@media screen and (min-width: 1280px) {
  .l-contents__section.--bgColor {
    padding: 12rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .l-contents__section.--bgColor {
    padding: 6rem 0;
  }
}

.l-contents__inner {
  margin: auto;
  max-width: 1280px;
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .l-contents__inner {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1279px) {
  .l-contents__inner {
    padding: 0 20px;
  }
}

/* ========================================================
フッター
=========================================================*/
.l-footer {
  background: #333333;
  color: white;
  position: relative;
  z-index: 100;
}
@media screen and (min-width: 1280px) {
  .l-footer {
    margin-top: 8rem;
    padding: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer {
    margin-top: 12vw;
    padding: 8vw 8vw 16vw;
  }
}

.l-footer__contents {
  margin: auto;
  max-width: 128rem;
  position: relative;
  z-index: 1;
}

.l-footer__logo {
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .l-footer__logo {
    width: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__logo {
    width: 24vw;
  }
}

.l-footer__text {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .l-footer__text {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__text {
    margin-top: 8vw;
  }
}

.l-footer__copyright {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .l-footer__copyright {
    font-size: 1.2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .l-footer__copyright {
    font-size: 2.4vw;
    margin-top: 8vw;
  }
}

/* ========================================================
Components
=========================================================*/
/* ========================================================
ボタン
=========================================================*/
.c-defaultButtons {
  display: flex;
  font-weight: bold;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .c-defaultButtons > *:not(:first-child) {
    margin-left: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButtons {
    flex-flow: column;
  }
  .c-defaultButtons > *:not(:first-child) {
    margin-top: 2rem;
  }
}

.c-defaultButton {
  align-items: center;
  background: white;
  border-color: #f09837;
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 2px;
  color: #f09837;
  display: flex;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
}
@media screen and (min-width: 1280px) {
  .c-defaultButton {
    padding: 2.4rem 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton {
    padding: 1.6rem 4rem;
  }
}
.c-defaultButton.--large {
  background: #f09837;
  border-radius: 1rem;
  border-width: 0;
  color: white;
}
@media screen and (min-width: 1280px) {
  .c-defaultButton.--large {
    font-size: 2.4rem;
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton.--large {
    font-size: 1.6rem;
    padding: 2rem 4rem;
  }
}
.c-defaultButton.--xlarge {
  border-color: #ddd;
  border-radius: 1rem;
  border-width: 0 0 4px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .c-defaultButton.--xlarge {
    font-size: 2.4rem;
    padding: 3.2rem 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton.--xlarge {
    font-size: 1.6rem;
    padding: 2rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-defaultButton.--small {
    font-size: 1.4rem;
    padding: 2rem 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton.--small {
    padding: 0.6rem 1.2rem;
  }
}
.c-defaultButton.--xsmall {
  background: #f09837;
  color: white;
}
@media screen and (min-width: 1280px) {
  .c-defaultButton.--xsmall {
    font-size: 1.4rem;
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton.--xsmall {
    padding: 0.6rem 1.2rem;
  }
}
@media screen and (min-width: 1280px) {
  .c-defaultButton.--fixed {
    height: 8rem;
    padding: 0;
    width: 32rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultButton.--fixed {
    height: 6rem;
    padding: 0;
    width: 100%;
  }
}
.c-defaultButton.--bgColor {
  background: #ed5c72;
  border-color: #c93a55;
  border-width: 0;
  color: white;
}
.c-defaultButton.--bgColor.--xlarge {
  border-width: 0 0 4px;
}

/* ========================================================
コンテナ
=========================================================*/
.c-defaultContainer.--bgColor {
  background: #e3f1f0;
}
@media screen and (min-width: 1280px) {
  .c-defaultContainer.--bgColor {
    padding-bottom: 12rem;
    padding-top: 12rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultContainer.--bgColor {
    padding-bottom: 4rem;
    padding-top: 4rem;
  }
}
.c-defaultContainer.--bgColor + .c-defaultContainer.--bgColor {
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .c-defaultContainer {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .c-defaultContainer {
    padding-left: 8vw;
    padding-right: 8vw;
  }
}

.c-defaultContainer__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 128rem;
}

/* ========================================================
Project
=========================================================*/
/* ========================================================
TOP
=========================================================*/
.p-top__mv {
  align-items: flex-end;
  display: flex;
  justify-content: center;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-top__mv {
    height: 37.5vw;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__mv {
    height: 120vw;
  }
}

.p-top__mv__img {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.p-top__mv__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.p-top__mv__contents {
  max-width: 128rem;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-top__mv__contents {
    padding: 0 0 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__mv__contents {
    padding: 8vw;
    text-align: right;
  }
}

.p-top__mv__contents__title {
  color: white;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__mv__contents__title {
    font-size: 6.4rem;
  }
  .p-top__mv__contents__title br {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__mv__contents__title {
    font-size: 8vw;
    line-height: 1.4;
  }
}

.p-top__mv__contents__text {
  color: white;
  line-height: 1.6;
}
.p-top__mv__contents__text small {
  display: inline-block;
}
@media screen and (min-width: 1280px) {
  .p-top__mv__contents__text {
    font-size: 4rem;
    margin-top: 4rem;
  }
  .p-top__mv__contents__text small {
    font-size: 2.4rem;
    display: inline-block;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__mv__contents__text {
    font-size: 6vw;
    margin-top: 4vw;
  }
  .p-top__mv__contents__text small {
    font-size: 3.6vw;
    margin-right: -2vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__message {
    margin-top: 16rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__message {
    margin-top: 12vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__message__contents {
    display: flex;
    justify-content: space-between;
  }
}

.p-top__message__contents__img img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-top__message__contents__img {
    width: 40rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__message__contents__img {
    margin: 0 0 0 8vw;
    width: 40vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__message__contents__detail {
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-top__message__contents__detail {
    margin: -16vw 8vw 0 8vw;
  }
}

.p-interview__head__en,
.p-top__interview__head__en,
.p-top__env__head__en,
.p-top__work__head__en,
.p-top__message__contents__detail__head__en {
  color: #bbb;
  font-weight: 200;
  letter-spacing: 0.2em;
  margin-right: -0.2em;
}
@media screen and (min-width: 1280px) {
  .p-interview__head__en,
  .p-top__interview__head__en,
  .p-top__env__head__en,
  .p-top__work__head__en,
  .p-top__message__contents__detail__head__en {
    font-size: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__head__en,
  .p-top__interview__head__en,
  .p-top__env__head__en,
  .p-top__work__head__en,
  .p-top__message__contents__detail__head__en {
    font-size: 10vw;
  }
}

.p-interview__head__jp,
.p-top__interview__head__jp,
.p-top__env__head__jp,
.p-top__work__head__jp,
.p-top__message__contents__detail__head__jp {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-interview__head__jp,
  .p-top__interview__head__jp,
  .p-top__env__head__jp,
  .p-top__work__head__jp,
  .p-top__message__contents__detail__head__jp {
    font-size: 4rem;
    margin-top: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__head__jp,
  .p-top__interview__head__jp,
  .p-top__env__head__jp,
  .p-top__work__head__jp,
  .p-top__message__contents__detail__head__jp {
    font-size: 4.8vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__message__contents__detail__head__en {
    margin: -6.4rem 0 0 -16rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__message__contents__detail__head__en {
    text-align: right;
  }
}

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

.p-top__message__contents__detail__body {
  margin-top: 4.8rem;
}

.p-top__message__contents__detail__foot {
  margin-top: 2.4rem;
  text-align: right;
}

@media screen and (min-width: 1280px) {
  .p-top__work {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work {
    margin-top: 8vw;
  }
}

.p-top__work__head {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .p-top__work__head {
    margin-bottom: -8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__head {
    margin: 0 0 4vw 0;
  }
}
/*
.p-top__work__contents {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents {
    border-radius: 8rem 0 0 8rem;
    margin: 0 0 0 calc((100% - 128rem) / 2 + 24rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents {
    border-radius: 8vw 0 0 8vw;
    margin: 4vw 0 0 12vw;
  }
}

.p-top__work__contents__box {
  color: white;
  display: flex;
  flex-flow: column;
  height: 64rem;
  justify-content: flex-end;
  overflow: hidden;
  padding: 7.2rem;
  position: relative;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents__box {
    height: 64rem;
    padding: 7.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__box {
    height: 80vw;
    padding: 6.4vw;
  }
}

.p-top__work__contents__img {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.p-top__work__contents__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.p-top__work__contents__head {
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents__head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__head {
    font-size: 4vw;
  }
}

.p-top__work__contents__body {
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents__body {
    margin-top: 3.2rem;
  }
  .p-top__work__contents__body table {
    margin-bottom: 1rem;
  }
  .p-top__work__contents__body table tr td {
    padding-top: 1rem;
  }
  .p-top__work__contents__body table tr td:not(:first-child) {
    padding-left: 1rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__body {
    margin-top: 4vw;
  }
  .p-top__work__contents__body table {
    margin-bottom: 2vw;
  }
  .p-top__work__contents__body table tr th {
    padding-top: 2vw;
  }
  .p-top__work__contents__body table tr td {
    padding-top: 2vw;
  }
  .p-top__work__contents__body table tr td:not(:first-child) {
    padding-left: 2vw;
  }
}
*/

@media screen and (min-width: 1280px) {
  .p-top__work__contents {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1279px) {
  .p-top__work__contents {
    display: flex;
    flex-flow: column-reverse;
  }
}

.p-top__work__contents__img img {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents__img {
    width: 40rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__img {
    margin: 0 0 0 8vw;
    width: auto;
  }
  .p-top__work__contents__img img {
    border-radius: 8vw 0 0 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__work__contents__detail {
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__detail {
    margin: 8vw 8vw 0 8vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-top__work__contents__detail__body {
    margin-top: 12rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__work__contents__detail__body {
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__env {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env {
    margin-top: 8vw;
  }
}

.p-top__env__head {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .p-top__env__head {
    margin: 0 8vw 0 0;
  }
}

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

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

.p-top__env__contents {
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__env__contents__box {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .p-top__env__contents__box:first-child .p-top__env__contents__img {
    border-radius: 0 8rem 0 0;
  }
  .p-top__env__contents__box:last-child .p-top__env__contents__img {
    border-radius: 0 0 8rem 0;
  }
}

.p-top__env__contents__img {
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .p-top__env__contents__img {
    width: calc((100% - 128rem) / 2 + 48rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents__img {
    border-radius: 0 4vw 4vw 0;
    width: 56vw;
  }
}
.p-top__env__contents__img img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-top__env__contents__img img {
    height: 64rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents__img img {
    height: 48vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__env__contents__detail {
    width: calc(100% - ((100% - 128rem) / 2 + 58rem));
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents__detail {
    margin: 8vw 8vw 8vw 16vw;
  }
}

.p-top__env__contents__detail__head {
  color: #a5c4c9;
  font-weight: 600;
  line-height: 1.4;
}
@media screen and (min-width: 1280px) {
  .p-top__env__contents__detail__head {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents__detail__head {
    font-size: 4.8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__env__contents__detail__body {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__env__contents__detail__body {
    margin-top: 2vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 1279px) {
  .p-top__interview__head {
    margin: 0 0 0 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents {
    margin-top: 8vw;
  }
}

.p-top__interview__contents__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 1280px) {
  .p-top__interview__contents__box {
    align-items: flex-end;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__box {
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-top__interview__contents__box:not(:first-child) {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__box:not(:first-child) {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__detail {
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail {
    margin: 4vw 6vw 0 12vw;
  }
}

.p-top__interview__contents__detail__head:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail__head:not(:first-child) {
    font-size: 8vw;
  }
}

.p-top__interview__contents__detail__head__title {
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .p-top__interview__contents__detail__head__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail__head__title {
    font-size: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__detail__head__name {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail__head__name {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__detail__body {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail__body {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__detail__foot {
    display: flex;
    justify-content: flex-start;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__detail__foot {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__link {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__link {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 6vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__interview__contents__img {
    width: 40rem;
  }
  .p-top__interview__contents__img img {
    border-radius: 4rem 0 4rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__interview__contents__img {
    width: 100%;
  }
  .p-top__interview__contents__img img {
    border-radius: 0 4vw 4vw 0;
    width: 80vw;
  }
}

.p-top__job {
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .p-top__job {
    margin-top: 8rem;
    padding: 16rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job {
    margin-top: 8vw;
    padding: 8vw 0;
  }
}

.p-top__job__head {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__job__head:not(:first-child) {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__head:not(:first-child) {
    margin-top: 8vw;
  }
}

.p-top__job__head__en {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__job__head__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__head__en {
    font-size: 4vw;
  }
}

.p-top__job__head__jp {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__job__head__jp {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__head__jp {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

.p-top__job__point__title {
  color: #f09837;
  font-weight: 500;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__job__point__title {
    font-size: 2rem;
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__point__title {
    font-size: 3.2vw;
    margin-top: 6vw;
  }
}

.p-top__job__point__text {
  font-size: 90%;
  line-height: 2;
  margin: 4vw 6vw 0;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__job__point__text {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__point__text {
    margin-top: 2vw;
  }
}

.p-top__job__detail {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .p-top__job__detail {
    margin: 0 6vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-top__job__detail tr th,
  .p-top__job__detail tr td {
    padding-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__detail tr th,
  .p-top__job__detail tr td {
    padding-top: 8vw;
  }
}
.p-top__job__detail th {
  font-weight: normal;
  line-height: 2;
  vertical-align: top;
}
@media screen and (min-width: 1280px) {
  .p-top__job__detail th {
    text-align: right;
  }
  .p-top__job__detail th br {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__detail th {
    text-align: left;
    width: 5em;
  }
}
.p-top__job__detail td {
  line-height: 2;
  vertical-align: top;
}
@media screen and (min-width: 1280px) {
  .p-top__job__detail td {
    padding-left: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__detail td {
    padding-left: 4vw;
  }
}

.p-top__job__process {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process {
    margin-top: 8vw;
  }
}

.p-top__job__process__list {
  position: relative;
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__list {
    margin: 0 8vw;
  }
}
.p-top__job__process__list::before {
  border-right: 1px solid #f09837;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 0;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process__list::before {
    width: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__list::before {
    width: 4vw;
  }
}
.p-top__job__process__list > * {
  position: relative;
}
.p-top__job__process__list > *:last-child {
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process__list > *:not(:first-child) .p-top__job__process__box {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__list > *:not(:first-child) .p-top__job__process__box {
    margin-top: 4vw;
  }
}

.p-top__job__process__box {
  display: flex;
}

.p-top__job__process__box__num {
  align-items: center;
  background-color: #f09837;
  border-radius: 50%;
  color: white;
  display: block;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process__box__num {
    font-size: 3.2rem;
    height: 6.4rem;
    width: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__box__num {
    font-size: 4vw;
    height: 8vw;
    width: 8vw;
  }
}

.p-top__job__process__box__detail {
  flex: 1;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process__box__detail {
    margin-left: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__box__detail {
    margin-left: 4vw;
  }
}

.p-top__job__process__box__detail__head {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__job__process__box__detail__head {
    font-size: 3.2rem;
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__box__detail__head {
    font-size: 4vw;
    margin-top: 2vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__job__process__box__detail__body {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__job__process__box__detail__body {
    margin-top: 2vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__entry {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry {
    margin-top: 8vw;
  }
}

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

.p-top__entry__head__en {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__head__en {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__head__en {
    font-size: 4vw;
  }
}

.p-top__entry__head__jp {
  color: #f09837;
  font-weight: 500;
  margin-top: 4rem;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__head__jp {
    font-size: 2rem;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__head__jp {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
}

.p-top__entry__body {
  margin: auto;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__body {
    width: 80rem;
  }
}

.p-top__entry__form {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1279px) {
  .p-top__entry__form {
    margin: 8vw 8vw 0;
  }
}
.p-top__entry__form table {
  width: 100%;
}
.p-top__entry__form th {
  font-weight: normal;
  line-height: 2;
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__form th {
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__form th {
    padding-top: 2vw;
    width: 7em;
  }
}
.p-top__entry__form td {
  line-height: 2;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__form td {
    padding-left: 10rem;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__form td {
    padding-left: 4vw;
    padding-top: 2vw;
  }
}
.p-top__entry__form input,
.p-top__entry__form textarea {
  background: white;
  border: 0;
  display: block;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__form input,
  .p-top__entry__form textarea {
    border-radius: 0.8rem;
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__form input,
  .p-top__entry__form textarea {
    border-radius: 0.8vw;
    padding: 2vw;
  }
}

.p-top__entry__select {
  background: white;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__select {
    border-radius: 0.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__select {
    border-radius: 0.8vw;
  }
}
.p-top__entry__select::before {
  align-items: center;
  color: #f09837;
  content: "▼";
  display: flex;
  justify-content: center;
  position: absolute;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__select::before {
    font-size: 1rem;
    height: 2rem;
    right: 2rem;
    top: calc(50% - 1rem);
    width: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__select::before {
    font-size: 2.4vw;
    height: 4vw;
    right: 2.4vw;
    top: calc(50% - 2vw);
    width: 4vw;
  }
}
.p-top__entry__select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 1.6rem;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__select select {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__select select {
    padding: 2vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-top__entry__attention {
    font-size: 1.4rem;
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__attention {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}

.p-top__entry__submit {
  display: flex;
  justify-content: center;
  margin-top: 6.4rem;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__submit {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__submit {
    margin-top: 4vw;
  }
}
.p-top__entry__submit input,
.p-top__entry__submit button,
.p-top__entry__submit a {
  background: #a5c4c9;
  border: 0;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__submit input,
  .p-top__entry__submit button,
  .p-top__entry__submit a {
    border-radius: 1.6rem;
    height: 6.4rem;
    width: 32rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__submit input,
  .p-top__entry__submit button,
  .p-top__entry__submit a {
    border-radius: 2vw;
    font-size: 4vw;
    height: 12vw;
    min-width: 48vw;
    padding: 0 4vw;
  }
}

.p-top__entry__tel {
  background: #fff;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__tel {
    border-radius: 1.6rem;
    margin-top: 8rem;
    padding: 4.8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__tel {
    border-radius: 2vw;
    margin: 8vw 8vw 0;
    padding: 8vw;
  }
}

.p-top__entry__tel__head {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__tel__head {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__tel__head {
    font-size: 4vw;
  }
}

.p-top__entry__tel__number {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__tel__number {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__tel__number {
    margin-top: 4vw;
  }
}
.p-top__entry__tel__number a {
  color: #f09837;
  font-weight: 500;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__tel__number a {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__tel__number a {
    font-size: 8vw;
  }
}

.p-top__entry__tel__attention {
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .p-top__entry__tel__attention {
    font-size: 1.4rem;
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-top__entry__tel__attention {
    font-size: 2.4vw;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 1279px) {
  .p-interview__head {
    margin: 0 0 0 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents {
    margin-top: 8vw;
  }
}

.p-interview__contents__box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__box {
    align-items: center;
    flex-flow: column-reverse;
    justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .p-interview__contents__box:not(:first-child) {
    margin-top: 10rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__box:not(:first-child) {
    margin-top: 8vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents__detail {
    width: calc(100% - 50rem);
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail {
    margin: 8vw 0;
  }
}

.p-interview__contents__detail__head:not(:first-child) {
  margin-top: 8rem;
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail__head:not(:first-child) {
    margin-top: 8vw;
  }
}

.p-interview__contents__detail__head__title {
  color: #f09837;
  font-weight: 600;
}
@media screen and (min-width: 1280px) {
  .p-interview__contents__detail__head__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail__head__title {
    font-size: 4vw;
  }
}

.p-interview__contents__detail__head__name {
  line-height: 1.5;
}
@media screen and (min-width: 1280px) {
  .p-interview__contents__detail__head__name {
    margin-top: 3.2rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail__head__name {
    margin-top: 4vw;
    text-align: center;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents__detail__body {
    margin-top: 6.4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail__body {
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents__detail__foot {
    display: flex;
    justify-content: flex-start;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__detail__foot {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents__link {
    display: none;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__link {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 4vw;
  }
}

@media screen and (min-width: 1280px) {
  .p-interview__contents__img {
    width: 40rem;
  }
  .p-interview__contents__img img {
    border-radius: 4rem 0 4rem 0;
  }
}
@media screen and (max-width: 1279px) {
  .p-interview__contents__img img {
    border-radius: 0 8vw 0 8vw;
  }
}

.p-top__interview__entryLink {
  align-items: center;
  background: #f09837;
  border-radius: 50%;
  bottom: 5rem;
  color: white;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  height: 8rem;
  justify-content: center;
  position: fixed;
  right: 5rem;
  text-align: center;
  width: 8rem;
  z-index: 9999;
}
@media screen and (max-width: 1279px) {
  .p-top__interview__entryLink {
    display: none;
  }
}

.p-top__interview__entryLink__sp {
  background: white;
  bottom: 0;
  display: flex;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.p-top__interview__entryLink__sp > * {
  width: 50%;
}
@media screen and (min-width: 1280px) {
  .p-top__interview__entryLink__sp {
    display: none;
  }
}

.p-top__interview__entryLink__sp__web,
.p-top__interview__entryLink__sp__tel {
  align-items: center;
  color: white;
  display: flex;
  font-size: 4vw;
  justify-content: center;
  padding: 4vw;
  text-align: center;
}

.p-top__interview__entryLink__sp__web {
  background: #f09837;
}

.p-top__interview__entryLink__sp__tel {
  background: #333;
}

/* ========================================================
Utility
=========================================================*/
/* ========================================================
表示
=========================================================*/
@media screen and (max-width: 1279px) {
  .u-only--full {
    display: none;
  }
}

@media screen and (min-width: 1280px) {
  .u-only--less {
    display: none;
  }
}
