@charset "UTF-8";
/* ダイナパック採用 フォーマット-文字基本サイズ 16px */

/* @group web-font */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

/* @end */

/* @group Reset CSS */

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    letter-spacing: inherit;
}

body {
  letter-spacing: 0;
  line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* @end of Reset CSS */

/* @group symbol-icon */

[class*="ai-"] {
  position: relative;
}

[class*="ai-"]::after {
  position: absolute;
  content: "";
}

.ai-out {
	width: 16px;
	padding-right: 28px;
}

.ai-out::after {
	background-color: var(--main);
	mask-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="%2332CD32" viewBox="0 0 12.5 12.8"><path d="m10 12.8h-10v-10h6.4v1.5h-4.9v7h7v-4.7h1.5z"/><path d="m12.6 7.5h-1.4v-5.1l-7 7-1-1 7-7h-5.1v-1.4h6.7l.7.7v6.7z"/></svg>');
	mask-repeat: no-repeat;
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto 100%;
	content: "";
	height: 15px;
	width: 14px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.ai-pdf,
.ai-word,
.ai-excel {
	padding-right: 60px;
}

.ai-pdf::after {
	background: url('../images/icon_pdf.svg') no-repeat right top -2px / 50px 18px;
	width: 50px;
	height: 18px;
	right: 0px;
	top: 7px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.ai-word::after {
	background: url('../images/icon_word.svg') no-repeat right top -2px / 50px 18px;
	width: 50px;
	height: 18px;
	right: 0px;
	top: 7px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.ai-excel::after {
	background: url('../images/icon_excel.svg') no-repeat right top -2px / 50px 18px;
	width: 50px;
	height: 18px;
	right: 0px;
	top: 7px;
	border: 1px solid rgba(255, 255, 255, .5);
}

.ai-mail {
	padding-right:24px;
}

.ai-mail::after {
	background: url('../images/icon_mail.svg') no-repeat right top -2px / 16px 18px;
	width: 20px;
	height: 20px;
	right: 0px;
	top: 7px;
}

/* @end */

/* @group CSS変数を定義 */

:root {
  --main: #E20012;
  --main-rgb: 226, 0, 18;
  --dark: #111;
  --normal: #000;
  --gray1: #959595;
  --gray2: #DDD;
  --gray3: #F5F5F5;
  --gray4: #F7F7F7;
  --gothic: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuProN-W3",  'メイリオ','Meiryo', "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  --en: "Roboto Condensed", sans-serif;
  --fw-normal: 400;
  --fw-mid: 500;
  --fw-bold: 600;
  --fz-pc: 16px;
  --fz-sp: 15px;
  --inner: 1400px;
}

/* @end */

/* @group 初期設定 */

html {
  overflow: auto;
  color: var(--normal);
}

body {
  color: var(--normal);
  font-family: var(--gothic);
  font-size: var(--fz-pc);
  font-weight: var(--fw-mid);
  line-height: 1.875;
  min-height: 100vh;
  min-width: calc(var(--inner) + 40px);
  -webkit-text-size-adjust: 100%;
  width: 100%;
}

ul ol, ol ul {
  font-size: 100% !important;
}

ul, ol, li ul, li ol {
  list-style: none;
}

sup {
  vertical-align: top;
  font-size: 0.77em;
}

h2 sup {
  font-size: .5em !important;
  display: inline-block;
  padding-top: 5px;
}

sub {
  vertical-align: baseline;
  font-size: 0.77em;
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

label {
  cursor: pointer;
}

a {
  text-decoration: underline;
  transition: all .3s;
}

a:visited {
  color: var(--normal);
}

a:hover {
  text-decoration-color: transparent;
}

a[href^="tel:"] {
  text-decoration: underline;
  cursor: default;
}

button {
  margin: 0;
  padding: 0;
}

a img, button, input[type="submit"] {
  transition: all .4s;
}

figure {
  margin-bottom: 1.2em;
}

figcaption {
  font-size: 93%;
  line-height: 1.5;
  margin: .5em 0 2em;
  position: relative;
}

strong {
  font-weight: bold;
}

address {
  font-style: normal;
  line-height: 1.85;
}

*, ::before, ::after {
  box-sizing: border-box;
}

.clear {
  clear: both;
}

/* @end */

/* @group header */

#header-area {
  width: 100%;
}

#header,
#drawer-header {
  background-color: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
	width: 100%;
	min-width: calc(var(--inner) + 40px);
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 80;
}

#drawer-header {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .05);
}

.header-logo {
	flex-shrink: 0;
	line-height: 1;
	margin: 0 0 0 clamp(15px, 1.36vw, 40px);
	position: relative;
	width: 373px;
}

.header-logo img {
	width: 367px;
}

.header-logo a {
  display: block;
  width: 100%;
}

#toggle-nav {
	display: none;
}

.gnav-wrap {
	height: 100%;
	width: 100%;
}

/* @end of header */

/* @group gnav */

.gnav {
	height: 100%;
	width: 100%;
}

/* 1階層目 */

#header-area .gnav-lv1 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 15px;
	height: 100%;
	width: 100%;
}

#header-area .gnav-lv1 > li {
	line-height: 1;
	height: 100%;
	margin-right: 1.8em;
}

#header-area .gnav-lv1 > li.nav-home {
  display: none;
}

#header-area .gnav-lv1 > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
	text-decoration: none;
  width: 100%;
  color: var(--normal);
}

#header-area .gnav-lv1 > li > a > span {
  position: relative;
}

#header-area .gnav-lv1 > li:hover > a,
#header-area .gnav-lv1 > li.current > a {
  color: var(--main);
}

@media screen and (min-width: 769px) {

#header-area .gnav-lv1 .gnav-contact {
    background-color: var(--main);
    height: 60px;
    width: 250px;
    position: relative;
    z-index: 0;
	border-radius: 30px;
	overflow: hidden;
  }

 #header-area .gnav-lv1 .gnav-contact::before {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
  }

 #header-area .gnav-lv1 .gnav-contact:has(a:hover)::before{
    transform: scale(1, 1);
  }

 #header-area .gnav-lv1 .gnav-contact a {
    color: #fff;
    display: grid;
    place-items:center;
    height: 100%;
	border-radius: 30px;
	border: 1px solid var(--main);
	padding-right: 37px;
	height: 60px;
  }
  
#header-area .gnav-lv1 .gnav-contact a:hover {
  border: 1px solid #333;
  }
  
#header-area .gnav-lv1 .gnav-contact .icon-arrow {
    position: relative;
  }
  
#header-area .gnav-lv1 .gnav-contact .icon-arrow::before {
	position: absolute;
	content: url('../images/icon_arrow_red.svg');
	color: var(--main);
	width: 40px;
	background: #fff;
	z-index: 2;
	inset: 9px 10px 10px auto;
	border-radius: 30px;
	display: grid;
	aspect-ratio: 1;
    border-radius:50%;
	place-items: center;
  }
  
  .gnav .sub-nav {
  	display: none;
  }
  
}

/* 2階層目 */

@media screen and (min-width: 769px) {

  #header-area .gnav-lv2 {
    background-color: #f0f0f0;
    padding-top: 40px;
    padding-bottom: 90px;
    width: 100%;
    position: absolute;
    top: 95px;
    left: 0;
    z-index: 80;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
  }

  #header-area .gnav-lv2.active {
    opacity: 1;
    visibility: visible;
  }

}

#header-area .gnav-lv2 p {
	font-size: 24px;
	font-weight: var(--fw-mid);
  margin-bottom: 40px;
}

#header-area .gnav-lv2 p a {
	display: inline-block;
	padding-right: 27px;
  text-decoration: none;
	position: relative;
}

#header-area .gnav-lv2 p a::after {
	background-image: url("../images/icon_arrow.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	height: 100%;
	width: 7px;
	position: absolute;
	top: 2px;
	right: 0;
	transform: scaleX(1.3);
}

#header-area .gnav-lv2 p a:hover {
  color: var(--main);
}

#header-area .gnav-lv2 ul {
	display: flex;
	flex-wrap: wrap;
	column-gap: 20px;
	row-gap: 1.8em;
	font-size: 14px;
}

#header-area .gnav-lv2 li {
	width: calc((100% - 40px) / 3);
}

#header-area .gnav-lv2 li a {
	border-bottom: 1px solid var(--border);
	display: block;
	font-weight: var(--fw-mid);
	height: calc(70px - 1.8em);
  text-decoration: none;
  position: relative;
}

#header-area .gnav-lv2 li a::after {
	background-color: var(--main);
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: -1px;
	left: 0;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .4s ease;
}

#header-area .gnav-lv2 li a:hover {
	color: var(--main);
}

#header-area .gnav-lv2 li a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}

/* @end of gnav */

/* @group drawer */

#drawer {
	width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 85;
  transform: translateY(-100px);
  transition: .4s;
}

#drawer.scroll {
  transform: translateY(0);
}

#drawer-header {
  height: 80px;
}

#drawer .gnav-lv2 {
  top: 80px;
}

/* @end of drawer-nav */

/* @group content-area */

#content-area {
	position: relative;
	overflow: hidden;
}

#content-area::before {
	position: absolute;
	content: "";
	width: 1020px;
	height: 0;
	right:0px;
	top: 370px;
	background:var(--gray3);
	transform: skewX(-45deg);
	animation-name: contant-bg-anime;
	animation-duration: 3s;
	animation-delay: .3s;
	animation-fill-mode: forwards;
	z-index: -2;
}

@keyframes contant-bg-anime {
0% {
	height: 0;
	top: 370px;
}

100% {
	height: 2950px;
	right: 1475px;
}
}

/* @group h1-area */

#h1-area {
	padding: 0;
	width: 100%;
	margin-top: 120px;
	background: var(--main);
	position: relative;
	overflow: hidden;
}

#h1-area::after {
	position: absolute;
	content: "";
	width: 890px;
	height: 0;
	right: 0px;
	top: 0;
	background:#FC2A3A;
	transform: skewX(-45deg);
	animation-name: h1-bg-anime;
	animation-duration: .3s;
	animation-fill-mode: forwards;
}

@keyframes h1-bg-anime {
0% {
    opacity: 0;
	 top: -100px;
	 right: -220px;
	 height: 0;
}
100% {
    opacity: 1;
	top: 0;
	right: 0;
	height: 100%;
}
}

#h1-area::before {
	position: absolute;
	content: "";
	width: 138px;
	height: 100%;
	right: -138px;
	bottom: 0;
	background:#000;
	transform: skewX(-45deg);
}

#h1-area h1 {
	position: relative;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 38px;
	font-weight: var(--fw-mid)
	line-height: 1.5;
	margin: 0 auto;
	min-height: 250px;
	padding: .5em 0;
	max-width: var(--inner);
	z-index: 1;
	row-gap: 0px;
}

#h1-area h1 .en {
	color: #fff;
	font-size: 24px;
	font-weight: var(--fw-bold);
	font-family: var(--en);
	letter-spacing: .04em;
}

#h1-area h1 span {
	font-size: 28px;
	padding-left: 5px;
}

/* @end of h1-area */

/* @group breadcrumb */

#breadcrumb {
  display: flex;
  align-items: flex-start;
  min-height: 45px;
}

#breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5px;
  line-height: 1.5;
  width: 100%;
  justify-content: flex-end;
  font-size: 14px;
}

#breadcrumb li + li {
  padding-left: 38px;
  position: relative;
}

#breadcrumb li + li::before {
	content: "／";
	display: block;
	height: 1px;
	width: 8px;
	margin: auto;
	position: absolute;
	font-size: 15px;
	top: calc(50% - 10px);
	left: calc((38px - 10px) / 2);
}

#breadcrumb ul a {
	color: var(--normal);
	text-decoration: none;
}

#breadcrumb ul a:hover {
  color: var(--main);
}

/* @end of breadcrumb */

/* @group main-content */

#main-content {
  margin: 0 auto;
  padding: 140px 20px 20px;
  width: 100%;
  max-width: calc(var(--inner) + 40px);
  position: relative;
}

#main-content a {
  color: var(--normal);
}

section, .section {
  margin-bottom: 140px;
}

.outer {
  padding-left: 20px;
  padding-right: 20px;
}

.inner {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--inner);
}

p {
  margin-bottom: 2em;
  line-height: 2;
}

.wd-full {
  margin-left: calc((100vw - var(--inner)) / -2);
  width: 100vw;
}

[class*="bg-full"] {
  position: relative;
}

[class*="bg-full"]::before {
  background-color: var(--gray2);
  content: "";
  height: 100%;
  width: 100vw;
  min-width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (max-width: 1440px) and (min-width: 769px) {
  .wd-full {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }

  [class*="bg-full"]::before {
    min-width: calc(var(--inner) + 40px);
  }
}

.img-dummy {
  position: relative;
}

.img-dummy::after {
  background-color: #ff00ff;
  content: "ダミー";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  padding: .5em 1.5em;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0.8;
}

#main-content > *:last-child,
#main-content section > *:last-child,
#main-content .section > *:last-child {
  margin-bottom: 0;
}

/* @group heading */

.heading-h2 {
	font-size: 28px;
	line-height: 1.6;
	margin-bottom: 1.1em;
	font-weight: var(--fw-bold);
	position: relative;
}

.heading-h2::before {
	position: absolute;
	content: "";
	background: #000;
	width: 70px;
	height: 1px;
	top: 30px;
	left: -70px;
	transform: rotate(-45deg);
}

.heading-h2::after {
	position: absolute;
	content: "";
	background: var(--main);
	width: 30px;
	height: 1px;
	top: -8px;
	left: -12px;
	transform: rotate(-45deg);
}

.heading-h3 {
	font-size: 22px;
  font-weight: var(--fw-bold);
	margin-bottom: 1em;
	position: relative;
	padding-left: 22px;
	line-height: 1.5;
}

.heading-h3::before {
  background: var(--main);
  content: "";
  height: 10px;
  width: 10px;
  position: absolute;
  top: 12px;
  left: 0;
}

* + h3,
* + .heading-h3 {
	margin-top: 50px;
}

.h3-em {
	color: #fff;
	border-bottom: 1px solid #000;
	font-size: 22px;
	position: relative;
	margin-bottom: 25px;
}

.h3-em::before {
	position: absolute;
	content: "";
	background: var(--main);
	width: 30px;
	height: 30px;
	top: 0px;
	left: 0;
}

.h3-em span {
	position: relative;
	display: inline-block;
	padding: 15px 30px 17px 30px;
	line-height: 1.4;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 15px, rgba(0, 0, 0, 1) 15px calc(100% - 15px), rgba(255, 255, 255, 0) calc(100% - 15px), rgba(0, 0, 0, 0));
}

* + .h3-em {
	margin-top: 80px;
}

.heading-h4 {
	font-size: 20px;
	margin-bottom: .7em;
	position: relative;
	padding-left: 20px;
}

.heading-h4::before {
	background: var(--main);
	content: "";
	height: 8px;
	width: 8px;
	position: absolute;
	top: 15px;
	left: 0;
}

* + h4,
* + .heading-h4 {
	margin-top: 48px;
}

/* @end */

/* @group lead */

.lead {
	font-size: 26px;
	text-align: center;
	margin-bottom: 140px;
}

.lead2 {
	font-size: 32px;
	margin-bottom: 25px;
	font-weight: var(--fw-bold);
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.03em;
}

/* @end */

/* @group pattern */

.caption {
  line-height: 1.5 !important;
  font-size: .9em;
  color: var(--gray1);
}

figure img {
  vertical-align: middle;
}

figure + .caption {
  margin-top: -.3em;
}

[class*="pattern1-"],
[class*="pattern2-"],
[class*="pattern3-"],
[class*="pattern4-"] {
  display: flex;
  flex-wrap: wrap;
  gap: 80px;
  margin-bottom: 2em;
}

[class*="pattern1-1-"] {
  gap: 70px;
}

[class*="pattern"] [class*="col"] img {
	width: 100%;
}

[class*="pattern1-"].reverse,
[class*="pattern2-"].reverse,
[class*="pattern3-"].reverse,
[class*="pattern4-"].reverse {
  flex-direction: row-reverse;
}

/* pattern1-1 */

.pattern1-1 [class*="col"] {
  flex-shrink: 0;
  width: calc((100% - 80px) / 2);
}

/* pattern1-2(2-1) */

.pattern1-2 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc((100% - 80px) / 3);
}

.pattern1-2 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 80px) / 3) * 2);
}

/* pattern2-3(3-2) */

.pattern2-3 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc(((100% - 80px) / 5) * 2);
}

.pattern2-3 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 80px) / 5) * 3);
}

/* pattern1-3(3-1) */

.pattern1-3 [class*="col"]:nth-child(2n+1) {
  flex-shrink: 0;
  width: calc((100% - 80px) / 4);
}

.pattern1-3 [class*="col"]:nth-child(2n) {
  flex-shrink: 0;
  width: calc(((100% - 80px) / 4) * 3);
}

/* pattern1-1-1 */

.pattern1-1-1 .col {
  flex-shrink: 0;
  width: calc((100% - (70px * 2)) / 3);
}

/* patterm1-1-1-1 */

.pattern1-1-1-1 {
  column-gap: 50px;
}

.pattern1-1-1-1 .col {
  flex-shrink: 0;
  width: calc((100% - (50px * 3)) / 4);
}

/* 子要素の余白調整 */

#main-content [class*="pattern"] [class*="col"]:last-of-type,
#main-content [class*="pattern"] [class*="col"] > :last-child {
  margin-bottom: 0;
}

/* @end */

/* @group caution */

.caution {
  font-size: 14px;
}

ul.caution {
  display: flex;
  flex-direction: column;
  grid-row: 10px;
}

.caution-box {
	background-color: var(--gray2);
	color: var(--main);
	padding: 30px 40px;
}

.caution-box > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group ul */

ul.list {
  margin-bottom: 2em;
}

ul.list li,
ol ul li {
  padding-left: 20px;
  position: relative;
  margin-top: .4em;
}

ul.list > li::after,
ol ul > li::after {
	content: "";
	display: block;
	height: 9px;
	width: 9px;
	position: absolute;
	top: 12px;
	left: 0;
	border: 2px solid var(--main);
	border-radius: 50%;
}

ul.list > li ul li::after {
	content: "";
	display: block;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 13px;
	left: 0;
	border: 1px solid var(--gray1);
	border-radius: 50%;
}


#main-content li > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group ol */

ol {
  margin: 0 0 2em 0;
  counter-reset: li;
}

ol > li {
  list-style: none;
  padding-left: 1em;
  position: relative;
  margin-top: .4em;
}

ol > li::before {
  color: var(--main);
  content: counter(li, decimal) ". ";
  counter-increment: li;
  position: absolute;
  top: 0;
  left: 0;
}

ol ol > li::before {
  color: var(--gray1);
}

/* @end */

/* @group dl */

dl {
  margin-bottom: 2em;
}

dl dt {
  font-size: 17px;
  font-weight: var(--fw-bold);
  margin: 0 0 1.4em;
}

dl dt span {
	position: relative;
	padding-bottom: .5em;
}

dl dt span::before {
	background-color: var(--main);
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	position: absolute;
	bottom: 0;
	left: 0;
}

dl dt span::after {
	background-color: #000;
	content: "";
	display: block;
	height: 1px;
	width: calc(100% - 32px);
	position: absolute;
	bottom: 0;
	left: 32px;
}

dl dd + dt {
	margin-top: 43px;
}

dl dd {}

dl dd > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @group link */

#main-content .link a,
#main-content span.link a {
  position: relative;
  padding-right: 21px;
  display: inline-block;
}

#main-content .link a::before,
#main-content span.link a::before {
  position: absolute;
  content: "";
  right: 0;
  top: 11px;
  background: url("../images/icon_arrow_red.svg") top right no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
}

#main-content .link.link-back a {
  padding: 0 0 0 21px;
}

#main-content .link.link-back a::before {
  position: absolute;
  content: "";
  right: auto;
  left: 0;
  top: 11px;
  background: url("../images/icon_arrow_red.svg") top right no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
  transform: rotate(-180deg);
}

#main-content span.link,
.center-position .link {
  display: inline-block;
}

.link a, ul.link-list li a {
  text-decoration: underline;
  transition: all .3s;
}

.link a:hover, ul.link-list li a:hover {
  text-decoration-color: transparent;
}

a.link-url {
  width: 100%;
  word-wrap: break-word;
}

/* @end */

/* @group link-list */

ul.link-list li {
  list-style: none;
  margin-bottom: 1.3em;
}

ul.link-list ul {
  margin: 1em 0 0;
}

ul.link-list li:last-child, #main-content ul.link-list li > *:last-child {
  margin-bottom: 0;
}

.list-col4 {
	column-count: 4;
}


/* @end */

/* @group circle-arrow */

.circle-arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	background: var(--main);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .4s;
}

.circle-arrow::before {
	position: absolute;
	content: "";
	width: 40px;
	height: 40px;
	background: url('../images/icon_arrow_white.svg') no-repeat;
	background-size: 18px auto;
	top: calc(50% - 8px);
	left: calc(50% - 9px);
}

a:hover .circle-arrow {
	background: #fff;
}

a:hover .circle-arrow::before {
	background: url('../images/icon_arrow_red.svg') no-repeat;
}

/* @end of circle-arrow */

/* @group link-btn */

.link-btn {
	display: inline-block;
	overflow: hidden;
	border-radius:40px;
}

.link-btn a {
	color: var(--main);
    display: flex;
    place-items:center;
	justify-content: center;
    border-radius:30px;
    padding:0 72px 0 35px;
    height: 60px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	min-width: 250px;
	border: 1px solid #000;
	background: #fff;
}

.link-btn a::before {
	background: var(--main);
	position: absolute;
	top: 0;
	left: -1px;
	content: '';
	width: calc(100% + 1px);
	height: 100%;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .4s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

#main-content .link-btn:hover a {
	border: 1px solid var(--main);
}

#main-content .link-btn:hover a {
	color: #fff;
	background: rgba(255, 255, 255, 0);
}

.link-btn a:hover::before {
	transform: scale(1, 1);
}

.link-btn [class*="ai-"]::after {
	top: -6px;
}

.link-btn .ai-pdf {
	padding-right: 55px;
}

.link-btn .ai-pdf::after,
.link-btn .ai-word::after,
.link-btn .ai-excel::after {
	width: 50px;
	left: -2px;
	right: auto;
}

.link-btn a:hover .ai-out::after {
	background-color: #fff;
}

.link-btn .circle-arrow {
	right: 12px;
	margin-left: 25px;
}

.link-btn.link-btn-back .circle-arrow {
	right: auto;
	left: 12px;
	margin: 0 25px 0 0;
	transform: rotate(-180deg);
}

.link-btn.link-btn-back a {
	padding: 0 35px 0 69px;
}

/* @end */

/* @group link-anchor */

.link-anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 15px;
  margin-bottom: 150px;
  position: relative;
  z-index: 0;
}

.link-anchor li a {
	background: #fff;
	border: 1px solid var(--gray2);
	position: relative;
	border-radius: 30px;
	padding: 10px 40px 10px 25px;
	text-decoration: none;
}

.link-anchor li a::before {
	background-image: url("../images/icon_arrow_red_s.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	content: "";
	height: 12px;
	width: 10px;
	position: absolute;
	top: 0;
	right: 20px;
	transition: .4s;
	margin: auto 0;
	bottom: 0;
}

.link-anchor li a:hover {
  background: var(--main);
  color: #fff !important;
  border: 1px solid var(--main);
}

.link-anchor li a:hover::before {
	background-image: url("../images/icon_arrow_white_s.svg");
}

.link-anchor li a:hover::after {
  
}

/* @end of link-anchor */

/* @group table */

table {
  line-height: 1.7;
  margin-bottom: 2em;
  width: 100%;
  border-top: 1px solid #000;
}

table th, table td {
	padding: 1em 1.9em;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
}

table * + th, table * + td {
}

table tr td:first-child,
table tr th:first-child {
	border-left: none;
}

table {
empty-cells: hide;
}

table th {
	background-color: #000;
	color: #fff;
	font-weight: var(--fw-mid);
	text-align: left;
}


table th.sub-head {
	background-color: var(--gray3);
	color: #000;
	font-weight: var(--fw-mid);
	text-align: left;
}

table th.empty, table td {
  background-color: #FFF;
}

table td > *:last-child {
  margin-bottom: 0 !important;
}

table td > p {
  margin-bottom: .8em;
}

.tbl-2col {
	width: 100% !important;
}

.tbl-2col th {
	background: transparent;
	color: #000;
	position: relative;
	padding: 2.2em;
	padding: 1em 1em 1em 1.9em;
	width: 25%;
}

.tbl-2col th::before {
	position: absolute;
	content: "■";
	font-size: 9px;
	left: 1.5em;
	top: 2.5em;
	color: var(--main);
}

.tbl-2col td {
	background: transparent;
}

.tbl-2col * + th, .tbl-2col * + td {
	border-left: none;
	width: 75%;
}

table dl dt {
	font-weight: bold;
	margin-bottom: .3em;
	font-size: 16px;
}

table dl dd + dt {
	margin-top: 1em;
}

.scroll-box {
  margin-bottom: 1.5em;
}

.scroll-box figure {
  margin-bottom: 2.2em;
}

.scroll-box table {
  margin-bottom: 15px;
}

.scroll-box.scroll-hint table {
  white-space: nowrap;
}

/* @group テーブルスクロール用 */

@keyframes scroll-hint-appear {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%,
  100% {
    transform: translateX(-40px);
    opacity: 0;
  }
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, .15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  transition: opacity .3s;
  opacity: 0;
  background: rgba(0, 0, 0, .7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: .8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  animation: scroll-hint-appear 1.2s linear;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #FFF;
  box-shadow: 0 4px 5px rgba(0, 0, 0, .4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

/* @end of scroll-hint */

/* @end of table */

/* @group index-pattern */

.index-pattern {
	column-gap: 25px;
	row-gap: 140px
}

.index-pattern .col {
  flex-shrink: 0;
  width: calc((100% - (25px * 2)) / 3);
}

.index-pattern a {
	display: block;
	text-decoration: none;
}

.index-pattern figure {
	aspect-ratio: 56 / 42;
	margin-bottom: 2.5em;
	overflow: hidden;
	position: relative;
}

.index-pattern figure img {
	height: 100%;
	width: 100%;
	max-width: inherit;
	object-fit: cover;
	object-position: center;
	transition: .3s;
}

.index-pattern .head {
	font-size: 24px;
	font-weight: var(--fw-bold);
	line-height: 1.5;
	position: relative;
	padding: 0 60px 0 20px;
}

.index-pattern .head::before {
	position: absolute;
	content: "";
	width: 120px;
	background: #000;
	height: 1px;
	transform: rotate(-45deg);
	left: -30px;
	top: -25px;
}

.index-pattern .head .sub {
	color: var(--main);
	font-size: 14px;
	margin-bottom: 4px;
	display: block;
}

.index-pattern .head .en {
	font-family: var(--en);
	display: block;
}

.index-pattern .head .fz-s {
	padding-left: 2px;
}

.index-pattern .head .circle-arrow {
	position: absolute;
	right: 20px;
	top: 20px;
}

.index-pattern .col .txt {
	font-size: 15px;
	line-height: 2;
	margin: 20px 0 0 0;
	padding: 0 20px;
}

.index-pattern a:hover figure img {
  transform: scale(1.05);
}

.index-pattern a:hover figure::after {
  opacity: 1;
}

/* @end of index-pattern */

/* @group form */

.form-area div.row {
  display: flex;
  align-items: stretch;
  margin-bottom: 60px;
  width: 100%;
  position: relative;
}

.form-area div.cell1, .form-area div.cell2 {
  line-height: 1.5;
}

.form-area div.cell1 {
  color: var(--normal);
  padding: 1em 0 0;
  width: 350px;
  position: relative;
}

.form-area div.cell2 {
  width: calc(100% - 350px);
}

.form-area div.cell1 .required {
	background-color: var(--main);
	color: #FFF;
	display: inline-block;
	font-size: 15px;
	line-height: 26px;
	margin-left: 1em;
	text-align: center;
	width: 60px;
}

.form-area div.cell2 p {
  margin-bottom: 0;
}

.form-area .caution {
  font-size: 14px;
  margin-top: .5em;
}

.form-area input, .form-area select, .form-area textarea {
  font-family: var(--gothic);
  font-size: 15px;
}

.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {
	-webkit-appearance: none;
	background-color: var(--gray2);
	border: none;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
	height: 50px;
	padding: 0 1em;
	width: 100%;
}

.form-area input::placeholder {
  color: #999;
  font-size: 15px;
}

.form-area input.text-s {
  width: 230px;
}

.form-area input.text-s {
  width: 230px;
}

.form-area textarea {
  -webkit-appearance: none;
	background-color: var(--gray2);
	border: none;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
  line-height: 1.8;
  height: auto;
  min-height: 150px;
  padding: .5em 1em;
  resize: vertical;
  width: 100%;
  margin: 0;
}

.form-area select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background-color: var(--gray2);
	background-image: url(../images/icon_select.svg);
	background-position: right 3.5% center;
	background-repeat: no-repeat;
	background-size: auto 75%;
	border: none;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
	color: var(--normal);
	height: 60px;
	min-width: 300px;
	max-width: 95%;
	padding: 0 60px 0 1em;
	border-radius: 0 !important;
}

.form-area select::-ms-expand {
  display: none;
}

.form-area ul.form-checkbox, .form-area ul.form-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	column-gap: 1em;
	row-gap: 2em;
}

.form-area ul.form-checkbox li, .form-area ul.form-list li {
	min-width: calc((100% - (1em * 3)) / 4);
}

.form-area input[type="radio"], .form-area input[type="checkbox"] {
  display: inline-block;
  margin-right: .5em;
}

.form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  line-height: 1.4;
  vertical-align: middle;
  cursor: pointer;
}

@media (min-width: 1px) {
  /* 〜IE8は適用外*/

  .form-area input[type="radio"], .form-area input[type="checkbox"] {
    display: none;
    margin: 0;
  }

  .form-area input[type="radio"] ~ label, .form-area input[type="checkbox"] + label, .form-area input[type="checkbox"] ~ [class*="label"] {
    padding: 0 0 0 calc(25px + 1.2em);
  }

  .form-area input[type="radio"] ~ label::before, .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
  }

  .form-area input[type="radio"] ~ label::before {
    background-color: var(--gray2);
    border: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
    border-radius: 30px;
    height: 25px;
    width: 25px;
    top: calc((1.4em - 25px) / 2);
    bottom: auto;
  }

  .form-area input[type="checkbox"] + label::before, .form-area input[type="checkbox"] ~ [class*="label"]::before {
    background-color: var(--gray2);
    border: none;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .1) inset;
    height: 25px;
    width: 25px;
  }

  .form-area input[type="checkbox"]:checked + label::before, .form-area input[type="checkbox"]:checked ~ [class*="label"]::before {
    background-color: var(--main);
    box-shadow: none;
  }

  .form-area input[type="radio"]:checked ~ label::after, .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    content: "";
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    top: 50%;
  }

  .form-area input[type="radio"]:checked ~ label::after {
    background: var(--main);
    border-radius: 8px;
    height: 14px;
    width: 14px;
    top: calc((1.4em - 14px) / 2);
    bottom: 0;
    left: 5px;
  }

  .form-area input[type="checkbox"]:checked + label::after, .form-area input[type="checkbox"]:checked ~ [class*="label"]::after {
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    height: 7px;
    width: 12px;
    margin-top: -8px;
    top: calc(50% + 3px);
    left: 7px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.form-area.error input, .form-area.error textarea, .form-area.error select, .form-area input.inputError, .form-area textarea.inputError, .form-area select.inputError {
  border: 2px solid var(--red);
}

.form-area div.error-msg {
  background-image: url('../images/icon_error.svg');
  background-position: left .35em;
  background-repeat: no-repeat;
  background-size: 0.875em auto;
  color: var(--main);
  font-weight: var(--fw-mid);
  line-height: 1.5;
  margin-bottom: .5em;
  padding-left: 1.2em;
}

.form-area div.error-msg ~ input, .form-area div.error-msg ~ textarea {
	background: rgba(var(--main-rgb), .2);
	box-shadow: 5px 5px 10px rgba(var(--main-rgb), .15) inset;
}

.form-btn-area {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 40px;
  margin-top: 100px;
}

.form-area .form-btn {
	background-color: var(--main);
  overflow: hidden;
  position: relative;
}

.form-btn button {
  background-color: transparent;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: var(--gothic);
	font-size: 17px;
	font-weight: var(--fw-mid);
	line-height: 1.8;
  height: 80px;
  width: 300px;
	overflow: hidden;
	position: relative;
  z-index: 0;
}

.form-btn button::before {
	background-color: var(--dark);
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform .5s ease;
}

.form-btn button::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 45px;
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.form-btn button:not(:disabled):hover::before {
	transform: scaleX(1);
	transform-origin: left;
}

.form-btn.btn-confirm button {
  height: 100px;
  width: 380px;
}

.form-btn.btn-back {
  background-color: #fff;
}

.form-btn.btn-back button {
  border: 1px solid var(--main);
  color: var(--main);
}

.form-btn.btn-back button::before,
.form-btn.btn-back button::after {
  background-color: var(--main);
}

.form-btn.btn-back button:hover {
  color: #fff;
}

.form-btn.btn-back button:hover::after {
  background-color: #fff;
}

.form-area .error-box p {
  border: 2px solid var(--red);
  font-size: 20px;
  font-weight: var(--fw-bold);
  padding: 25px 25px;
  text-align: center;
}

.form-area .error-box {
  color: #BF001C;
}

/* @end */

/* @group contact-banner */

.contact-banner {
	/* aspect-ratio: 25 / 8; */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 480px;
	width: 100%;
	position: relative;
}

.contact-banner .bg {
  background-image: url("../images/bg_contact_bnr.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.bg-dot::before {
	background-color: #000;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .75;
}

.bg-dot::after {
	background-color: #FFF;
	background-image: radial-gradient(circle, #000 1px, transparent 1px);
	background-position: 0 0;
	background-size: 4px 4px;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: multiply;
	opacity: .4;
}

.contact-banner-inner {
	color: #fff;
	margin: 0 auto;
	width: 80%;
}

.contact-banner h2 {
	font-size: 28px;
	font-weight: var(--fw-mid);
	margin-bottom: 1em;
}

.contact-banner .link-btn {
	margin-top: 40px;
}

/* @end */

/* @group related-link */

.related-link {
	margin-bottom: 0;
	padding: 40px 0;
	position: relative;
}

.related-link.bg-full::before {
	background-color: var(--gray3);
}

h2.related a {
	padding-right: 1.2em;
	text-decoration: none;
	width: fit-content;
	position: relative;
	font-size:23px;
}

h2.related a:hover {
	color: var(--main) !important;
}

.related-link ul {
	display: flex;
	flex-wrap: wrap;
}

.related-link ul li {
  border-color: var(--gray2);
  border-style: solid;
  border-width: 1px;
  margin-top: -1px;
  margin-right: -1px;
	background: #fff;
}

.related-link.col-2 ul li {
	width: calc((100% / 2) + 1px);
}

.related-link.col-3 ul li {
	width: calc((100% / 3) + 1px);
}

.related-link.col-4 ul li {
	width: calc((100% / 4) + 1px);
}

.related-link ul li a {
  background-color: transparent;
  display: grid;
  align-items: center;
  font-size: 18px;
  min-height: 100px;
  padding: .5em 35px;
  text-decoration: none;
  position: relative;
}

.related-link ul li a::before {
  position: absolute;
  content: url('../images/icon_arrow_red.svg');
  display: grid;
  place-items: center;
  right: 32px;
  transition: .3s;
}

.related-link ul li a:hover,
.related-link ul li.current a {
  color: var(--main) !important;
  transition: .3s;
}

.related-link ul li a:hover::before {
  right: 28px;
  transition: .3s;
}

.related-link ul li a::after,
.related-link ul li a::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: var(--main);
  opacity: 0;
 transition: .3s;
}

.related-link ul li a:hover::after,
.related-link ul li.current a::after {
  opacity: 1;
}

.related-link a .circle-arrow {
  right: 25px;
   background: #fff;
}

/* @end */

/* @group index-bnr */

.index-bnr {
  margin-bottom: 0;
}

.index-bnr ul {
	display: flex;
	flex-wrap: wrap;
}

.index-bnr ul li {
  border-top: 1px solid rgba(255, 255, 255, .7);
  height: 350px;
  width: 100%;
  position: relative;
}

.index-bnr ul.index-2col li {
  width: calc(100% / 2);
}

.index-bnr ul.index-3col li {
  width: calc(100% / 3);
}

.index-bnr ul li + li::after {
  background-color: #fff;
  content: "";
  height: 100%;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.index-bnr li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  text-decoration: none;
  position: relative;
}

.index-bnr li a::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: clamp(80px, 16%, 100px);
  margin: auto 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.index-bnr .bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.index-bnr .bg::after {
	background-color: #1a1a1a;
	content: "";
	height: 100%;
	width: 100%;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
}

.index-bnr .bg img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  object-fit: cover;
}

.index-bnr .head {
	color: var(--main);
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: var(--fw-mid);
	font-feature-settings: "palt";
	padding-bottom: 18px;
}

.index-bnr .head .en {
	color: #fff;
	font-size: 38px;
	line-height: 1.4;
	margin-bottom: 8px;
}

/* @end */

/* @group modal */

.modal {
  display: none;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

.modal-body {
  margin: 0 auto;
  overflow: auto;
  max-height: 80%;
  padding-top: 30px;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 2;
}

.modal-inner {
  background-color: #FFF;
  padding: 50px;
  position: relative;
}

.modal-inner::after {
	border-color: var(--main) transparent transparent var(--main);
	border-style: solid;
	border-width: 10px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

button.modalClose {
	background: no-repeat;
	border: none;
	cursor: pointer;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 0;
	right: 10px;
}

button.modalClose::before, button.modalClose::after {
	background-color: #fff;
	content: "";
	height: 2px;
	width: 26px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	transform: rotate(45deg);
	right: 0;
}

button.modalClose::after {
  transform: rotate(-45deg);
}

.modal-content {
  display: none;
}

.modal-bg {
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.modal-content > *:last-child {
  margin-bottom: 0;
}

/* @end */

/* @end of main-content */

/* @end of content-area */

/* @group footer-entry-area */

#footer-entry-area {
	padding: 140px 0;
	position: relative;
	margin: 150px 0 0 0;
}

#footer-entry-area.bg-full::before {
	background: var(--main);
	height: calc(100% + 100px);
	top: 0;
	bottom: auto;
	left: auto;
	right: 0;
	transform: inherit;
}

#footer-entry-area.bg-full::after {
	position: absolute;
	content: "";
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	background: #fff;
	height: calc(100% + 80px);
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

h2.h2-footer-entry {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 2em;
}

h2.h2-footer-entry .en {
	font-family: var(--en);
	font-size: 60px;
	letter-spacing: .06em;
}

.footer-entry .wrap {
	display: flex;
}

.footer-entry .wrap .col {
	flex-grow: 1;
	display: grid;
	align-items: center;
	padding: 120px 75px 115px;
	width: 550px;
}

.footer-entry .wrap .col:nth-child(1) {
	background: url('../images/footer_recruit01.webp') no-repeat left top;
	background-size: cover;
}

.footer-entry .wrap .col:nth-child(2) {
	background: url('../images/footer_recruit02.webp') no-repeat left top;
	background-size: cover;
}

.footer-entry h3 {
	font-size: 30px;
	color: #fff;
	font-weight: var(--fw-bold);
	position: relative;
	z-index: 1;
}

.footer-entry h3::before {
	position: absolute;
	content: "";
	left: -30px;
	top: -25px;
	z-index: -1;
}

.footer-entry .col:nth-child(1) h3::before {
	content: url('../images/txt-freshers.svg');
}

.footer-entry .col:nth-child(2) h3::before {
	content: url('../images/txt-careers.svg');
}

.footer-entry p {
	margin-top: 10px;
	color: #fff;
}

.entry-btn-area {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.entry-btn-area .link-btn {
	background: #fff;
	width: 260px;
}

.entry-btn-area .link-btn a {
	z-index: 1;
	border: none !important;
	justify-content: flex-start;
}

.entry-btn-area .link-btn:hover a {
	border: none !important;
}

.entry-btn-area .link-btn a:hover::before {
	z-index: -1;
}

.link-btn .img-mynavi {
	height: 21px;
	padding-left: 22px;
}

.link-btn.mynavi .arrow-out {
	position: absolute;
	width: 17px;
	height: 14px;
	right: 30px;
	top: 17px;
}

.link-btn.mynavi .arrow-out::before {
	position: absolute;
	content: url('../images/icon_arrow_red.svg');
	right: 0;
	top: 0;
	width: 17px;
	height: 14px;
	transform: rotate(-45deg);
}

.link-btn.mynavi .arrow-out::after {
	position: absolute;
	content: url('../images/icon_arrow_white.svg');
	right: 0;
	top: 0;
	width: 17px;
	height: 14px;
	transform: rotate(-45deg);
	opacity: 0;
	transition: .3s;
}

.link-btn.mynavi a:hover .arrow-out::after {
	opacity: 1;
}

.recruit-contact {
	background: #fff;
}

.recruit-contact h3,
.recruit-contact p {
	color: var(--normal);
}

.recruit-contact .link-btn a {
	z-index: 1;
}

.recruit-contact .link-btn a:hover::before {
	z-index: -1;
}

.recruit-contact {
	display: grid;
	grid-template-columns: 1fr 280px;
	align-items: center;
	padding: 50px 50px 50px;
	column-gap: 50px;
}

.recruit-contact * {
	margin-bottom: 0;
}

.recruit-contact h3 {
	line-height: 1.3;
	grid-row: 1 / 2;
	font-size: 20px;
	color: var(--main);
}

.recruit-contact p {
	grid-row: 2 / 3;
}

.recruit-contact .link-btn {
	grid-row: 1 / 3;
	background: #fff;
}

/* @end of footer-entry-area */

/* @group footer-bnr-area */

#footer-bnr-area {
	width: 1200px;
	margin: 0 auto;
	padding: 160px 0 0;
}

#footer-bnr {
	display: flex;
	gap:40px;
}

#footer-bnr li {
	flex-grow: 1;
}

#footer-bnr li a {
	display: block;
}

#footer-bnr li a img {
	transition: .3s;
	outline-offset: -1px;
	outline: 1px solid var(--gray2);
}

#footer-bnr li a:hover img {
	outline: 1px solid var(--main);
}

/* @end of footer-bnr-area */

/* @group page-top */

#to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 5;
}

#to-top a {
	background-color: var(--main);
	display: grid;
	place-items: center;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	position: relative;
}

#to-top a::before {
	position: absolute;
	content: url('../images/icon_arrow_white.svg');
	transform: rotate(-90deg);
	width: 10px;
	height: auto;
	top: 9px;
	left: calc(50% - 4px);
}

#to-top a:hover {
  background-color: var(--normal);
}

/* @end of page-top */

/* @group footer */

#footer-area {
  background-color: var(--dark);
}

#footer {
	margin: 0 auto;
	padding: 0 20px;
	max-width: calc(1400px + 40px);
}

#footer a {
}

.fnav-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 108px 0 100px;
}

.footer-logo {
	margin-bottom: 20px;
	color: #fff;
	display: grid;
	grid-auto-flow: column;
	place-items:center;
	column-gap: 15px;
}

.footer-logo a img {
  mix-blend-mode: screen;
}

.footer-logo span {
	font-size: 15px;
	padding-top: 7px;
}

#footer .left-col {
	width: fit-content;
	position: relative;
}

#footer .left-col::before {
	position: absolute;
	content: "";
	width: 1px;
	background: #333;
	height: calc(100% + 268px);
	right: -170px;
	top: -108px;
}

#footer .right-col {
	width: 690px;
}

.footer-adress {
	color: var(--gray1);
	font-size: 14px;
	line-height: 1.857;
}

#footer .sub-nav {
	color: #fff;
	margin-top: 10px;
}

#footer .sub-nav a {
	display: block;
	font-size: 14px;
	color: #fff;
	padding-top: .5em;
}

#footer .sub-nav a .ai-out::after {
	background: #fff;
	top: 1px;
}

.fnav ul a {
	color: #fff;
}

.fnav > ul {
	display: grid;
	grid-template-areas:
    "A B E"
    "A C F"
    "A D ."
	"A . ."
	". . .";
  justify-content: space-between;
  row-gap: 15px;
}


.fnav > ul > li:nth-child(1) {
  grid-area: A;
}

.fnav > ul > li:nth-child(2) {
  grid-area: B;
}

.fnav > ul > li:nth-child(3) {
  grid-area: C;
}

.fnav > ul > li:nth-child(4) {
  grid-area: D;
}

.fnav > ul > li:nth-child(5) {
  grid-area: E;
}

.fnav > ul > li:nth-child(6) {
  grid-area: F;
}

.fnav ul li a,
#footer .sub-nav a {
	text-decoration: underline;
	text-decoration-color: transparent;
	position: relative;
	color: #fff;
	padding: 2px 0 2px 0;
	display: block;
}

.fnav ul li a:hover,
#footer .sub-nav a:hover {
  text-decoration-color: #fff;
}

.fnav ul ul {
	margin-top: 8px;
}

.fnav ul ul > li a {
  color: #FFF;
  font-size: 14px;
  font-weight: var(--fw-normal);
}

.fnav ul ul > li a::before {
  background-color: #999;
}

.fnav .gnav-lv2 p {
  display: none;
}

.copyright {
	color: #fff;
	font-size: 12px;
	height: 100%;
	height: 60px;
}

.footer-menu ul {
	display: flex;
	align-items: center;
	height: 100%;
}

.footer-menu li + li {
	margin-left: 3em;
}

.footer-menu a {
	color: #c5c5c5;
	font-size: 12px;
  text-decoration: none;
	position: relative;
}

.footer-menu a::before {
  background-color:  #c5c5c5;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform .4s ease;
}

.footer-menu a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

/* @end of footer */

/* @group home */

body#home {
  --logo-bg-w: clamp(520px, 35.71%, 700px);
  position: relative;
}

#home #header {
  transition: background .4s;
  background-color: rgba(255, 255, 255, .75);
}

@media screen and (min-width: 769px) {
  body#home #header .header-logo {
    display: none;
  }
}

#home-logo-wrap {
  width: var(--logo-bg-w);
  aspect-ratio: 1/1;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 81;
}

#home-logo-wrap::before {
  background-color: var(--main);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: right top;
  transform: skewX(-45deg);
}

#home-logo-wrap .header-logo {
  display: flex;
  align-items: center;
  height: 120px;
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 90;
}

#home-logo-wrap .header-logo img {
	width: 334px;
}

#home-h1-area {
  height: 1080px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

#home-h1-area::before {
  background-color: #FFF;
  content: "";
  height: 100%;
  width: clamp(670px, 40.1vw, 770px);
  position: absolute;
  top: 0;
  left: var(--logo-bg-w);
  transform-origin: left top;
  transform: skewX(-45deg);
  opacity: 0;
  animation-name: home-line-anime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
}

@keyframes home-line-anime {
  0% {
    opacity: 0;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}

.home-h1-bg {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.home-h1-bg figure {
  margin: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.home-h1-bg figure:nth-child(1) {
  opacity: 0;
  z-index: 1;
  animation: img-switch-anim 15s 5s infinite;
}

.home-h1-bg figure:nth-child(2) {
}

@keyframes img-switch-anim {
  0%{ opacity: 0;}
  15%{ opacity: 1;}
  50%{ opacity: 1; }
  65%{ opacity: 0;}
  100%{ opacity: 0;}
}

.home-h1-bg img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  object-fit: cover;
  object-position: right;
}

#home h1 {
  --home-h1fs: clamp(80px, 5.1vw, 100px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 30px;
  font-size: var(--home-h1fs);
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.23;
  width: 100%;
  padding: 162px 0 0 calc(7.5% + 1em);
  position: relative;
  top: 120px;
  z-index: 82;
  opacity: 0;
  animation: 1s home-h1-anime forwards;
  animation-delay: .8s;
  text-indent: -1em;
}

@keyframes home-h1-anime {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

#home h1 > span {
  font-size: clamp(17px, 1.14vw, 22px);
  font-weight: var(--fw-mid);
  line-height: 2;
  display: block;
  /* padding-left: 80px; */
  max-width: 26.97%;
  position: relative;
  text-indent: 0;
  margin-left: -7px;
  letter-spacing: .06em;
}

#home h1 > span::before {
  background-color: var(--normal);
  content: "";
  height: 1px;
  width: 60px;
  position: absolute;
  top: 1.1em;
  left: calc(-60px - .95em);
}

.home-highschool {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 535px;
  aspect-ratio: 1/1;
  padding-bottom: 135px;
  overflow: hidden;
  padding-right: 25px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-highschool::before {
  background-color: #FFF;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 100%;
  transform-origin: top right;
  transform: skewX(-45deg);
  z-index: -1;
  animation-name: home-line-anime;
  animation-duration: .4s;
  animation-fill-mode: forwards;
  animation-delay: .6s;
  opacity: 0;
}

.home-highschool a {
  opacity: 0;
  animation: 1s home-h1-anime forwards;
  animation-delay: .8s;
}

.home-banner {
  display: flex;
  justify-content: center;
  column-gap: 30px;
  margin-top: calc(100vh * -0.1);
}

.home-banner .col {
  flex-shrink: 0;
  width: 557px;
  height: 322px;
}

.home-banner .col a {
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 1;
  height: 100%;
  padding: 25px 0 0 75px;
  text-decoration: none;
  position: relative;
}

.home-banner .col a.img-dummy::after {
  background-color: #ff00ff;
  content: "ダミー";
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: .6em;
  padding: .5em 1.5em;
  width: fit-content;
  position: absolute;
  bottom: 0;
  left: 0;
}

.home-banner .col img {
  max-width: inherit;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.home-banner .bnr-ttl {
  padding: 0 0 0 52px;
  position: relative;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.home-banner .bnr-ttl span {
  font-size: 16px;
  font-weight: var(--fw-bold);
}

.home-banner .bnr-ttl .circle-arrow {
	background-color: #FFF;
  height: auto;
	aspect-ratio: 1/1;
	top: -5px;
	left: 0;
}

.home-banner .bnr-ttl .circle-arrow::before {
	background-image: url('../images/icon_arrow_red.svg');
  background-position: center;
	background-size: 45% auto;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.home-banner a:hover .bnr-ttl .circle-arrow {
  background-color: var(--main);
}

.home-banner a:hover .bnr-ttl .circle-arrow::before {
  background-image: url('../images/icon_arrow_white.svg');
}

#home #content-area::before {
  display: none;
}

#home #main-content {
  max-width: none;
  padding: 0 20px 20px;
}

.home-content-wrap {
  margin-left: -20px;
  margin-right: -20px;
  padding: 150px 20px 150px;
  position: relative;
}

.home-content-wrap::before,
.home-content-wrap::after {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100%;
  width: 110%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  overflow: hidden;
}

.home-content-wrap::before {
  background-image: url("../../images/bg02_pc.webp");
}

.home-content-wrap::after {
	background-image: url("../../images/bg01_pc.webp");
	filter: brightness(1) grayscale(0.9);
}

#home section {
  margin-bottom: 160px;
}

.home-h2 {
  color: var(--main);
  font-size: 16px;
  display: flex;
  flex-direction: column;
  line-height: 1.5;
  margin-bottom: 1.8em;
  padding-top: 40px;
  position: relative;
}

.home-h2::before {
  background: linear-gradient(180deg,rgb(226, 0, 18) 16.48%, rgb(255, 255, 255) 17.58%, rgb(0, 0, 0) 17.58%);
  content: "";
  height: 257px;
  width: 1px;
  position: absolute;
  top: 0;
  left: 30px;
  transform-origin: top;
  transform: rotate(45deg);
}

.home-h2 .en {
  font-family: var(--en);
  font-size: 60px;
  color: var(--normal);
  font-weight: var(--fw-bold);
  letter-spacing: .05em;
  line-height: 1.4;
}

.home-sec p {
  font-size: 18px;
}

.home-sec .link-btn {
  width: 300px;
  margin-top: 10px;
  text-align: left;
}

.home-sec .link-btn a {
  background-color: #FFF;
  justify-content: flex-start;
}

.home-pattern {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

.home-pattern .head {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 30px;
	margin-top: 30px;
}

.home-pattern .col, .home-pattern .img-col {
  width: 50%;
}

.home-pattern:not(.reverse) .col {
  padding-left: 50px;
}

.home-pattern:not(.reverse) .img-col figure {
  display: flex;
  justify-content: flex-end;
  padding-right: 80px;
}

.home-pattern .img-col img {
  max-width: inherit;
  width: 720px;
}

.home-pattern.reverse {
  flex-direction: row-reverse;
}

.home-pattern.reverse .img-col figure {
  padding-left: 80px;
}

.home-interview .home-h2 {
  margin-bottom: .8em;
}

.home-interview .home-h2::before {
  display: none;
}

.interview-slide {
  margin: 0 auto;
  width: 91.66%;
}

.interview-slide .col {
  margin: 0 20px 0 0;
  width: auto;
  transition: .8s;
  transition-delay: .4s;
}

.interview-slide .col.slick-active + .col, .interview-slide .col.slick-active + .col + .col {
  margin-top: 50px;
}

@media screen and (max-width: 1560px) {
  .interview-slide .col {
    margin-top: 50px;
  }
}

.interview-slide .col a {
  color: #FFF !important;
  display: block;
  height: 500px;
  width: 415px;
  position: relative;
}

.interview-slide .col figure {
  height: 100%;
  margin: 0;
  overflow: hidden;
  position: relative;
}

.interview-slide .col figure::after {
  background-color: rgba(0, 0, 0, .3);
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .3s;
}

.interview-slide .col figure img {
  height: 100%;
  width: 100%;
  max-width: inherit;
  object-fit: cover;
  transition: .3s;
}

.interview-slide .col a:hover figure::after {
  opacity: 0;
}

.interview-slide .col a:hover figure img {
  transform: scale(1.1);
}

.interview-slide .col .category {
  height: 91px;
  position: absolute;
  bottom: 137px;
  left: -5px;
  transform: rotate(-10deg);
}

.interview-slide .col .category img {
  height: 100%;
  width: auto;
}

.interview-slide .col .head {
  font-size: 24px;
  font-weight: var(--fw-bold);
  line-height: 1.66;
  position: absolute;
  bottom: 73px;
  left: 35px;
}

.interview-slide .col .circle-arrow {
  display: none;
}

.interview-slide .col .name {
  margin: 0;
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.interview-slide .slick-arrow {
  background-color: #FFF;
  background-image: url("../images/icon_arrow_red.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  border: 1px solid var(--main);
  border-radius: 100%;
  box-shadow: none;
  cursor: pointer;
  margin: auto 0;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-indent: -9999px;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.interview-slide .slick-prev {
  left: -25px;
  transform: rotate(180deg);
}

.interview-slide .slick-next {
  right: -25px;
}

.interview-slide .slick-arrow::after {
  background-color: var(--main);
  background-image: url("../images/icon_arrow_white.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px auto;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: .4s;
  opacity: 0;
}

.interview-slide .slick-arrow:hover::after {
  opacity: 1;
}

.home-work {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: var(--inner);
}

.home-work .img-col {
  margin-left: 90px;
  width: calc(50% + 66px);
}

.home-work .img-col img {
  width: 1060px;
  max-width: inherit;
}

.home-work .col {
  flex-shrink: 0;
}

.home-work .col p {
  max-width: 500px;
}

#home #footer-entry-area {
	margin-top: 0;
  margin-bottom: 0;
}

/* fadein */

.fadein {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .6s, transform .6s;
}

.fadein.fadein-show {
  transform: translateY(0);
  opacity: 1;
}

/* @end of home */

/* @group message */

.name img {
	width: 154px !important;
	height: auto;
	mix-blend-mode: multiply;
}

/* @end of message*/

/* @group about */

#bottom-bn-area {
	display: grid;
	column-gap: 40px;
	grid-auto-flow: column;
	place-items: center;
	width: 1200px;
	margin: 180px auto 0;
}

#bottom-bn-area .col {
	flex: 1;
	width: 580px;
	height: 280px;
}

#bottom-bn-area .col a {
	display: block;
	height: 100%;
	text-decoration: none;
	color: #fff;
	position: relative;
	overflow: hidden;
}

#bottom-bn-area .col:first-child a {
	color: #000;
}

#bottom-bn-area .col a::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	z-index: -1;
	transition: .3s;
}

#bottom-bn-area .col:nth-child(1) a::before {
	background: url('../../about/images/bn_interview.webp') no-repeat left top;
		background-size: cover;
}

#bottom-bn-area .col:nth-child(2) a::before {
	background: url('../../about/images/bn_faq.webp') no-repeat left top;
	background-size: cover;
}

#bottom-bn-area .txt {
	padding: 30px;
}

#bottom-bn-area .head {
	font-size: 24px;
	font-weight: var(--fw-bold);
	line-height: 1.5;
}

#bottom-bn-area .en {
	font-size:13px;
	color: var(--main);
	font-weight: var(--fw-bold);
	font-family: var(--en);
}

#bottom-bn-area a .circle-arrow {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

#bottom-bn-area .col a:hover::before {
	transform: scale(1.05);
}

/* @group numbers */

.h2-numbers {
	text-align: center;
	color: var(--main);
	margin-bottom: 35px;
	line-height: 1.3;
}

.h2-numbers span {
	font-family: var(--en);
	display: block;
	color: #000;
	font-size: 48px;
	letter-spacing: .03em;
}

.numbers-list {
	display: grid;
    border-top: 3px solid #000;
    border-left: 3px solid #000;
    grid-template-columns: repeat(4, 1fr);
}

.numbers-list li  {
	flex: 1;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
	background: #fff;
	position: relative;
}

.numbers-list li .head {
	position: absolute;
	font-size: 20px;
	line-height: 1.3;
	top: 20px;
	left: 20px;
}

.numbers-list li .head.head2 {
	top: 160px
}

.numbers-list li figure {
	text-align: center;
}

.numbers-list li img {
	height: 294px;
	width: auto;
}

/* @end of numbers */

/* @group society */

.society-flow {
	position: relative;
}

.flow-box-wrap {
	display: flex;
	justify-content: center;
}

.flow-box-wrap.reverse {
  flex-direction: row-reverse;
}

.flow-box-wrap + .flow-box-wrap {
	margin-top: 180px;
}

.society-flow .flow-box {
  background-color: #111;
	clip-path: polygon(24px 0, 100% 0, 100% calc(100% - 24px), calc(100% - 24px) 100%, 24px 100%, 0 100% ,0 24px);
	height: 200px;
	width: 320px;
  overflow: hidden;
	position: relative;
	z-index: 0;
}

.society-flow .flow-box::before {
	background: #fff;
	clip-path: polygon(23px 0, 100% 0, 100% calc(100% - 23px), calc(100% - 23px) 100%, 23px 100%, 0 100% ,0 23px);
	content: "";
	height: calc(100% - 2px);
	width: calc(100% - 2px);
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: -1;
}

.society-flow .flow-box .head {
  background-color: #111;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  height: 65px;
	position: relative;
	z-index: 0;
}

.society-flow .flow-box .head span {
  font-size: .7em;
}

.society-flow .flow-box .head + div {
	display: flex;
	justify-content: center;
	align-items: center;
  height: calc(100% - 65px);
}

.society-flow .flow-box p {
	font-size: 20px;
	font-weight: var(--fw-bold);
	line-height: 1.3;
	margin-bottom: 0;
  text-align: center;
}

.society-flow .flow-box.current,
.society-flow .flow-box.current .head {
  background-color: var(--main);
}

.society-flow .flow-box.current {
  color: var(--main);
}

.society-flow .flow-box.current::before {
  background-color: #FFE8EA;
}

.society-flow .box-arrow {
  width: 40px;
  position: relative;
}

.society-flow .box-arrow::before {
	border-color: transparent transparent transparent #111111;
	border-style: solid;
	border-width: 7px 0 7px 12px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	bottom: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.flow-box-wrap.reverse .box-arrow {
	transform: scaleX(-1);
}

.society-flow > p {
	font-size: 24px;
	font-weight: var(--fw-bold);
	line-height: 1.3;
	margin-bottom: 0;
	text-align: center;
	position: absolute;
	top: calc(50% - 10px);
	left: 50%;
	transform: translate(-50%, -50%);
}

.society-flow > p .en {
	color: var(--main);
	font-family: var(--en);
	font-size: 48px;
	font-weight: 700;
	padding: 0 10px;
}

.society-flow .en .unit {
	font-size: 32px;
}

.society-flow .arrow-l, .society-flow .arrow-r {
	border-color: #111;
	border-style: solid;
	height: 245px;
  position: absolute;
  bottom: 102px;
}

.society-flow .arrow-l::after, .society-flow .arrow-r::after {
	border-color: transparent transparent #111;
	border-style: solid;
	border-width: 0 11px 21px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
}

.society-flow .arrow-l {
	border-width: 0 0 3px 3px;
	border-radius: 0 0 0 50px;
	width: 130px;
	left: 24px;
}

.society-flow .arrow-l::after {
	top: -4px;
	left: -12px;
}

.society-flow .arrow-r {
  border-width: 0 3px 3px 0;
  border-radius: 0 0 50px 0;
	width: 110px;
  right: 24px;
}

.society-flow .arrow-r::after {
	bottom: -12px;
	left: -20px;
	transform: rotate(-90deg);
}

section:has(#business-region) {
	margin: 120px 0;
}

#business-region {
	background-color: #fff;
	border: 1px solid var(--gray2);
	padding: 80px;
  overflow: hidden;
  position: relative;;
}

#business-region::before {
  background-image: url("../../about/society/images/bg_japan_pc.webp");
  background-position: left bottom -159px;
  background-repeat: no-repeat;
  background-size: 936px auto;
  content: "";
  height: 100%;
  width: 700px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#business-region h2 {
	background-color: #111;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	color: #fff;
	display: inline;
	font-size: 28px;
	line-height: 2.14;
	padding: 5px 14px 5px 10px;
}

#business-region h3 {
	margin-top: 40px;
}

#business-region p {
	position: relative;
	max-width: 740px;
	margin-bottom: 0;
	z-index: 2;
}

#usage-scene .modal-body {
	max-width: 700px;
}

#usage-scene .modal-inner {
	padding-left: 130px;
	position: relative;
}

#usage-scene .modal h3 {
	font-size: 28px;
	writing-mode: vertical-lr;
	line-height: 1;
	position: absolute;
	top: 50px;
	left: 60px;
}

#usage-scene .modal-content figure {
	aspect-ratio: 520 / 347;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}

#usage-scene .modal-content figure img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#usage-scene {
	padding: 0 4px;
}

#usage-scene h2 {
	display: flex;
	flex-direction: column;
	align-items: center;
  row-gap: 5px;
	font-size: 30px;
	line-height: 1.66;
  margin-bottom: 35px;
}

#usage-scene h2 .en {
	color: var(--main);
	font-size: 14px;
	letter-spacing: .05em;
	line-height: 1;
}

.scene-map {
	position: relative;
	aspect-ratio: 348 / 205;
}

.scene-map .map-pin {
	cursor: pointer;
	width: 4.7%;
	position: absolute;
	transition: .4s;
}

.scene-map .map-pin[data-target*="#modal01"] {
	bottom: 30%;
	left: 38%;
}

.scene-map .map-pin[data-target*="#modal02"] {
	top: 42%;
	left: 40%;
}

.scene-map .map-pin[data-target*="#modal03"] {
	top: 7%;
	right: 50%;
}

.scene-map .map-pin[data-target*="#modal04"] {
	bottom: 35%;
	right: 35%;
}

.scene-map .map-pin[data-target*="#modal05"] {
	top: 31%;
	right: 33.7%;
}

.scene-map .map-pin[data-target*="#modal06"] {
	top: 23%;
	left: 41%;
}

.scene-map .map-pin[data-target*="#modal07"] {
  bottom: 18%;
  right: 31%;
}

.scene-map .map-pin[data-target*="#modal08"] {
	top: 17%;
	left: 30%;
}

#mediterm-plan {
  margin-bottom: 100px;
}

#mediterm-plan h2 {
	font-size: 30px;
	font-weight: var(--fw-bold);
	line-height: 1.66;
  margin-bottom: 35px;
  text-align: center;
}

.lineup-head > span {
  background-color: #111;
  clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 100% ,0 20px);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	line-height: 1.5;
	height: 62px;
	margin: 0 auto;
	padding: 0 1.3em;
  text-align: center;
	width: fit-content;
}

.lineup-wrap {
	background-color: var(--gray3);
	margin: -20px 0 20px;
	padding: 50px;
	position: relative;
	z-index: -1;
}

.lineup-item {
	background-color: var(--gray2);
	display: flex;
	gap: 1px;
	padding: 1px;
	flex-wrap: wrap;
}

.lineup-item .col {
	background-color: #fff;
  min-height: 200px;
	padding: 30px;
	width: calc((100% - 2px) / 3);
	position: relative;
	z-index: 0;
}

.lineup-item .col::after {
	border-color: var(--main) transparent transparent var(--main);
	border-style: solid;
	border-width: 10px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
}

.lineup-item .col figure {
	height: 100%;
	width: 100%;
  overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.lineup-item .col figure img {
	height: 100%;
	width: auto;
	max-width: inherit;
}

.lineup-item .col p {
	font-size: 18px;
	font-weight: var(--fw-bold);
	line-height: 1.66;
	margin-bottom: 7px;
}

.lineup-item .col .en {
	color: #B8B8B8;
	font-size: 12px;
	font-weight: var(--fw-normal);
}

.lineup-wrap + figure {
	margin-bottom: 120px;
}

#mediterm-plan .list-box {
	border-bottom: 1px solid var(--gray2);
	padding: 30px 20px;
}

#mediterm-plan .list-box h4 {
	margin-bottom: 7px;
}

#mediterm-plan .list-box ul li {
	color: var(--gray1);
	padding-left: 0.6em;
	text-indent: -0.6em;
}

/* @end of society */

/* @group job */

#job-menu-list {
	display: grid;
	grid-auto-flow: column;
	grid-template-columns: repeat(6, calc(100% / 6));
	align-items: center;
	width: 1300px;
	margin: 0 60px 200px 40px;
}

#job-menu-list li {
	flex: 1;
	position: relative;
}

#job-menu-list li a {
	text-decoration: none;
	display: block;
	text-align: center;
	height: 65px;
	background: #fff;
	padding-top: 10px;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	position: relative;
}

#job-menu-list li a span {
	font-size: 13px;
}

#job-menu-list li:first-child a {
	border-left: 1px solid #000;
}

#job-menu-list li a::before {
	position: absolute;
	content: "";
	right: -20px;
	top: -10px;
	width: 20px;
	height: calc(100% + 1px);
	background: #FFF;
	transform: skewY(135deg);
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	transition: .3s;
}

#job-menu-list li:last-of-type a::before {
	border-left: 1px solid transparent;
}

#job-menu-list li a::after {
	position: absolute;
	content: "";
	top: -20px;
	left: 9px;
	width: calc(100% + 2px);
	height: 20px;
	background: #FFF;
	transform: skewX(135deg);
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	transition: .3s;
}

#job-menu-list li a:hover,
#job-menu-list li.current a {
	color: #fff;
	background: #000;
}

#job-menu-list li a:hover::before,
#job-menu-list li.current a::before,
#job-menu-list li a:hover::after,
#job-menu-list li.current a::after {
	background: #000;
}

#job-menu-list {
	counter-reset: number 0;
}

#job-menu-list li::before {
	position: absolute;
	content: "";
	left: 21px;
	top: -35px;
	display: grid;
	place-items:center;
	width: 30px;
	height: 30px;
	background: #c2c2c2;
	border-radius: 20px;
	z-index: 1;
	color: #fff;
	font-size: 14px;
	font-family: var(--en);
	counter-increment: number 1;
	content: "0" counter(number);
	line-height: 1;
}

#job-menu-list li.current::before {
	background: var(--main);
}

h2.job-h2 {
	color: var(--main);
	font-size: 18px;
	margin-bottom: 25px;
}

h2.job-h2 span {
	position: relative;
	padding-left: 115px;
}

h2.job-h2 span::before {
	position: absolute;
	content: "";
	width: 100px;
	top: 14px;
	left: 0px;
	height: 1px;
	background: #000;
}

.pattern2-3.job.bg-txt-detail {
	position: relative;
}

.pattern2-3.job.bg-txt-detail::before {
	position: absolute;
  content: "DETAILS";
  font-family: var(--en);
  color: var(--gray3);
  font-weight: var(--fw-bold);
  mix-blend-mode: multiply;
  letter-spacing: -.04em;
  white-space: pre;
  font-size: 400px;
 top: -120px;
  left: -260px;
  width: auto;
  line-height: 0.77;
}

.pattern2-3.job [class*="col"]:nth-child(2n+1) {
	width: calc(100% - (750px + 80px));
}

.pattern2-3.job [class*="col"]:nth-child(2n) {
	width: 750px;
}

p.border-b {
	border-bottom: 1px solid var(--gray2);
	padding-bottom: 30px; 
}

.index-job .index-pattern .col {
  flex-shrink: 0;
  width: calc((100% - 25px) / 2);
}

body.careerup .index-job .index-pattern .col,
body.highschool .index-job .index-pattern .col {
  flex-shrink: 0;
  width: calc((100% - (25px * 2)) / 3);
}

body.careerup .index-job .index-pattern .head br {
	display: block;
}

.index-job .index-pattern {
	position: relative;
}

.index-job .index-pattern::before {
	position: absolute;
  content: "STAFF";
  font-family: var(--en);
  color: var(--gray3);
  font-weight: var(--fw-bold);
  mix-blend-mode: multiply;
  letter-spacing: -.04em;
  white-space: pre;
  font-size: 350px;
 top: -180px;
  right:-150px;
  width: auto;
  line-height: 0.77;
}

.index-job .index-pattern figure {
  aspect-ratio: 66 / 45;
  margin-bottom: 2em;
}

.index-job .index-pattern figure img {
    object-position: 50% 0%;
}

.index-job .index-pattern .head br {
	display: none;
}

.index-job .index-pattern .head::before {
	display: none;
}

/* お仕事詳細ページ下部インタビューのリンク振り分け*/
.index-job .col {
	display: none;
}
body.job-sales .index-job .col.sales,
body.job-design .index-job .col.design,
body.job-production-manage .index-job .col.production-manage,
body.job-quality-manage .index-job .col.quality-manage,
body.job-production1 .index-job .col.production1,
body.job-production2 .index-job .col.production2,
body.careerup .index-job .col.sales02,
body.careerup .index-job .col.production-manage01,
body.careerup .index-job .col.design01,
body.highschool .index-job .col.production1-02,
body.highschool .index-job .col.production2-02 {
	display: block;
}

/* @end of job */

/* @group bases */

.index-pattern.index-base figure {
	aspect-ratio: 45 / 32;
}

.office-main {
	margin-bottom: 280px;
	position: relative;
}

.office-main::before {
	position: absolute;
	content: "";
  font-family: var(--en);
  color: var(--gray3);
  font-weight: var(--fw-bold);
  mix-blend-mode: multiply;
  letter-spacing: -.04em;
  white-space: pre;
  font-size: 400px;
  top: 70px;
  right: -150px;
  width: auto;
  height: 470px;
  line-height: 0.77;
  text-align: right;
  z-index: -1;
}

.office-main.office-head::before {
	content: "HEAD\AOFFICE";
}

.office-main.office-tokyo::before {
	content: "TOKYO\AOFFICE";
}

.office-main.office-miyoshi::before {
	content: "MIYOSHI\AOFFICE";
}

.office-main.office-tsukuba::before {
	content: "TSUKUBA\AOFFICE";
}

.office-main.office-kawagoe::before {
	content: "KAWAGOE\AOFFICE";
}

.office-main.office-shizuoka::before {
	content: "SHIZUOKA\AOFFICE";
}

.office-main.office-fukushima::before {
	content: "FUKUSHIMA\AOFFICE";
}

.office-main.office-matsumoto::before {
	content: "MATSUMOTO\AOFFICE";
}

.office-main.office-kanie::before {
	content: "KANIE\AOFFICE";
}

.office-h2 {
	text-align: center;
	margin-bottom: 100px;
}

.office-h2 .address {
	color: var(--main);
	margin-bottom: 15px;
}

.office-h2 span {
	display: inline-block;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 15px, rgba(0, 0, 0, 1) 15px calc(100% - 15px), rgba(255, 255, 255, 0) calc(100% - 15px), rgba(0, 0, 0, 0));
	color: #fff;
	font-size: 32px;
	line-height: 1;
	min-width: 300px;
	padding: 22px 40px;
}

.office-photo {
	flex-wrap: wrap;
	row-gap: 50px;
}

.office-voice .col {
	position: relative;
}

.office-voice .col .category {
	position: absolute;
	top: -11px;
	left: -10px;
	color: #fff;
	font-size: 14px;
	padding: 11px 22px 12px 23px;
	line-height: 1;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 6px, rgba(0, 0, 0, 1) 6px calc(100% - 6px), rgba(255, 255, 255, 0) calc(100% - 6px), rgba(0, 0, 0, 0));
	z-index: 1;
}

.office-voice .col figure {
	aspect-ratio: 66 / 45.8;
	overflow: hidden;
}

.office-voice .col figure img {
	height: 100%;
	width: 100%;
	max-width: inherit;
	object-fit: cover;
	object-position: center;
	transition: .3s;
}

.office-voice a {
	text-decoration: none;
}

.office-voice a:hover figure img {
	transform: scale(1.05);
}

/* @end of bases */

/* @group careers */


/* @end of careers */

/* @group faq */

dl.accordion {
	margin-bottom: 40px;
}

dl.accordion dt {
	font-size: 17px;
	background: #fff;
	padding: 0 0 0 33px;
	display: flex;
	cursor: pointer;
	transition: all .3s;
}

dl.accordion dt p {
	margin: 0 10px 0 0 !important;
	transition: all .3s;
	line-height: 1.6 !important;
	padding: 10px 0;
	width: calc(100% - 66px);
	display: flex;
	align-items: center;
	font-weight: 500;
}

dl.accordion dt:hover p {
	color: var(--main);
}

dl.accordion dt .icon {
	font-size: 13px;
	position: relative;
	right: 0;
	top: 0;
	padding: 10px 0 27px 0;
	width: 73px;
	height: 73px;
	text-align: center;
	display: block;
	margin-left: auto;
	color: #000;
	transition: all .3s;
}

dl.accordion dt .icon::before,
dl.accordion dt .icon::after {
  content: "";
  background: var(--main);
  width: 21px;
  height: 1px;
  position: absolute;
  transition: all .3s;
  display: grid;
  place-items:center;
  top: 35px;
  left: 25px;
}

dl.accordion dt .icon::before {
	top: 34px;
}

dl.accordion dt .icon::after {
  transform: rotate(-90deg);
}

.newsletter-list dl.accordion:first-of-type dd {
	display: block;
}

dl.accordion dt.open .icon::after {
  	top: 34px;
  	transform: rotate(0deg);
}

dl.accordion dd {
  display: none;
}

dl.accordion dt.faq-q {
  padding-left: 70px;
  position: relative;
  margin-bottom: 0;
  border-bottom: 1px solid #666;
  border-right: 1px solid #666;
}

dl.accordion dt.faq-q::before {
  position: absolute;
  content: "Q.";
  font-size: 22px;
  font-family: var(--en);
  left: 32px;
  top: 16px;
  color: var(--gray1);
}

dl.accordion dd.faq-a {
  padding: 20px 20px 30px 20px;
  position: relative;
}

dl.accordion dd.faq-a p {
  padding-left: 45px;
  position: relative;
}

dl.accordion dd.faq-a p::before {
  position: absolute;
  content: "A.";
  font-size: 22px;
  font-family: var(--en);
  left: 10px;
  top: -5px;
  color: var(--main);
}

/* @end of faq */

/* @end of about */

/* @group interview */

.index-interview {
	row-gap: 60px;
}

.index-interview .col {
	position: relative;
}

.index-interview .category {
	position: absolute;
	top: -11px;
	left: -10px;
	color: #fff;
	font-size: 15px;
	padding: 11px 22px 12px 23px;
	line-height: 1;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 6px, rgba(0, 0, 0, 1) 6px calc(100% - 6px), rgba(255, 255, 255, 0) calc(100% - 6px), rgba(0, 0, 0, 0));
}

.index-interview .category span {
	font-size: 13px;
	padding-left: 2px;
}

.index-interview .category::before {
	display: none;
	position: absolute;
	content: "";
	right: -10px;
	top: -5px;
	width: 10px;
	height: 100%;
	background: #000;
	transform: skewY(135deg);
}

.index-interview .category::after {
	display: none;
	position: absolute;
	content: "";
	top: -10px;
	left: 5px;
	width: 100%;
	height: 10px;
	background: #000;
	transform: skewX(135deg);
}

.index-interview .name {
	color: var(--gray1);
	padding: 10px 60px 20px 20px;
	margin-bottom: 0 !important;
}

.index-interview figure {
	aspect-ratio: 4.5 / 5;
}

.interview-main {
	position: relative;
	margin: 0 auto 120px;
	column-gap: 60px;
}

.interview-main .left-col {
	width: 1000px;
	margin-left: -260px;
}

.interview-main .right-col {
	padding: 100px 0 0 0;
	width: calc(100% - 840px);
	max-width: 600px;
	position: relative;
}

.interview-main .right-col::before {
	position: absolute;
	content: "";
	font-family: var(--en);
	color: var(--gray3);
	font-weight: var(--fw-bold);
	mix-blend-mode: multiply;
	letter-spacing: -.04em;
	white-space:pre;
	font-size: 400px;
	bottom: -270px;
	right:-150px;
	width: auto;
	height: 470px;
	line-height: 0.77;
	text-align: right;
}

.interview-main.bg-txt-sales .right-col::before {
	content: "SALES";
}

.interview-main.bg-txt-design .right-col::before {
	content: "DESIGN";
}

.interview-main.bg-txt-product .right-col::before {
	content: "PRODUCTION\A CONTROL";
	bottom: 40px;
}

.interview-main.bg-txt-quality .right-col::before {
	content: "QUALITY\A CONTROL";
	bottom: 40px;
}

.interview-main.bg-txt-cardboard .right-col::before {
	content: "CARDBOARD\A MANUFACTURING";
	bottom: 40px;
}

.interview-main.bg-txt-carton .right-col::before {
	content: "CARTON\A MANUFACTURING";
	bottom: 40px;
}

.interview-main .heading-h2 {
	font-size: 32px;
	margin-bottom: 0.8em;
}

.interview-main .heading-h2::before {
	width: 110px;
	top: 40px;
	left: -105px;
}

.interview-main .heading-h2::after {
	width: 45px;
	left: -15px;
	top: -18px;
}

.interview-main .name {
	font-size: 24px;
	font-weight: var(--fw-bold);
	margin-bottom: 10px;
}

.interview-main .data {
	color: var(--gray1);
}

.img-interview-l {
	width: 960px;
	margin-bottom: 10px;
}

.img-interview-s {
	width: 600px;
}

#schedule-area {
	color: #fff;
	padding: 140px 0;
	width: 1200px;
	margin: 0 auto 140px;
	position: relative;
}

#schedule-area.bg-full::before {
	background-color: #000;
}

#schedule-area::after {
	position: absolute;
  content: "";
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background:
#fff;
  height: 1600px;
  width: 1600px;
  bottom: 0px;
  right: calc(-50vw + 150px);
  z-index: -1;
  opacity: .05;
}

#schedule-area h2 .en {
	font-size: 14px;
	color: var(--main);
}

#schedule-area h2 {
	font-size: 32px;
	margin-bottom: 1.4em;
}

#schedule-area .heading-h2::before {
	background: #fff;
	top: 40px;
	left: -135px;
	width: 150px;
}

#schedule-area .heading-h2::after {
	top: -27px;
	left: -10px;
	width: 35px;
}

#schedule {
	display: flex;
	align-items: flex-start;
	column-gap: 80px;
}

#schedule #img-area {
	width: 600px;
}

#schedule #img-area figure {
	margin-bottom: 1.5em;
}

#timeline {
	display: grid;
	row-gap: 25px;
	position: relative;
	padding-left: 40px;
	width: calc(100% - 680px);
}

#timeline::before {
	position: absolute;
	content: "";
	background-image: linear-gradient(to top, #fff 1px, transparent 1px);
	background-size: 1px 4px;
	background-repeat: repeat-y;
	background-position: left bottom;
	width: 10px;
	height: calc(100% - 40px);
	left: 0;
	top: 20px;
}

#timeline li {
	position: relative;
}

#timeline li::before {
	position: absolute;
	content: "";
	background: var(--main);
	width: 10px;
	height: 10px;
	border-radius: 10px;
	left: -44px;
	top: 12px;
}

#timeline .time {
	font-size: 18px;
}

#timeline .time span {
	display: inline-block;
	width: 5em;
}

#timeline .txt {
	font-size: 15px;
	color: var(--gray1);
}

.one-day-area {
	display: flex;
	margin-bottom: 70px;
}

.col-2-schedule {
	width: calc((100% / 2) - 20px);
}

.col-2-schedule #timeline {
	width: 100%;
}

.col-2-schedule p {
	margin-bottom: 1em !important;
}

/* @end of interview */

/* @group internship */

.list-schedule {
	display: flex;
	column-gap: 15px;
	flex-wrap: wrap;
}

.list-schedule li {
	width: calc((100% / 2) - 15px) !important;
}

.qr-1day {
	width: 170px;
}

.mynavi-bn {
	width: 160px;
}

/* @end of internship */

/* @group highschool */

dl.accordion.highschool dt {
	background: var(--gray3);
}

dl.accordion.highschool dt p {
	font-size: 20px;
	font-weight: var(--fw-bold);
}

.movie-wrap video {
	border: 1px solid #ccc;
}

.index-pattern.index-highschool {
  column-gap: 80px;
}

.index-pattern.index-highschool .col {
	width: calc((100% - 80px) / 2);
}

a .link span {
	position: relative;
	padding-right: 20px;
}

a .link span::before {
  position: absolute;
  content: "";
  right: 0;
  left: auto;
  top: 8px;
  background: url("../images/icon_arrow_red.svg") top right no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
}

/* @end of highschool */

/* @group sitemap */

.sitemap .col:nth-child(n+2) {
	margin-top: 50px;
}

/* @end */

/* @group error404 */

.error404 {
  width: 100%;
  min-width: auto;
}

.error404 #content-area::before,
.error404 #h1-area::before,
.error404 #h1-area::after {
	display: none;
}

.error404 #h1-area h1 {
	min-height: auto;
	padding: 30px 20px;
	font-size: 25px;
}

.error404 #main-content {
	padding: 50px 20px;
}

.error404 .heading-h2 {
	font-size: 25px;
}

.error404 #copyright {
	padding: 0 20px;
	margin-bottom: 50px;
	font-size: 12px;
	color: #999;
}

/* @end of error404 */

/* @group common */

@media screen and (min-width: 769px) {
  .pc-none {
    display: none;
  }
}

.tel-link {

}

/* font-family */
html .ff-normal { font-family: var(--gothic) !important; }
html .ff-en { font-family: var(--en) !important; }

/* font color */
html .fc-main { color: var(--main) !important; }
html .fc-normal { color: var(--normal) !important; }
html .fc-gray1 { color: var(--gray1) !important; }
html .fc-gray2 { color: var(--gray2) !important; }
html .fc-gray3 { color: var(--gray3) !important; }
html .fc-gray4 { color: var(--gray4) !important; }
.fc-white { color: #FFF !important; }

/* font weight */
html .fw-normal { font-weight: var(--fw-normal) !important; }
html .fw-mid { font-weight: var(--fw-mid) !important; }
html .fw-bold { font-weight: var(--fw-bold) !important; }

/* fontsize */
.fz-ss {font-size: 69% !important; }
.fz-s {font-size: 85% !important; }
.fz-m { font-size: 100% !important; }
.fz-l { font-size: 115% !important; }
.fz-ll { font-size: 130% !important; }
.fz-lll { font-size: 146% !important; }
.fz-llll { font-size: 176% !important; }
html .fz-pc { font-size: var(--fz-pc) !important; }
html .fz-sp { font-size: var(--fz-sp) !important; }

/* backgroun-color */
.bgc-main { background-color: var(--main); }
.bgc-normal { background-color: var(--normal); }
.bgc-gray1 { background-color: var(--gray1); }
.bgc-gray2 { background-color: var(--gray2); }
.bgc-gray3 { background-color: var(--gray3); }
.bgc-gray4 { background-color: var(--gray4); }
.bgc-black { background-color: #000; }
.bgc-white { background-color: #fff; }

/* position */
.left-position,
tr.left-position th,
tr.left-position td,
table.left-position th,
table.left-position td {
  text-align: left !important;
}

.right-position,
tr.right-position th,
tr.right-position td,
table.right-position th,
table.right-position td {
  text-align: right !important;
}

.center-position,
tr.center-position th,
tr.center-position td,
table.center-position th,
table.center-position td,
table.center-position-th th {
  text-align: center !important;
}

.middle-position,
tr.middle-position th,
tr.middle-position td,
table.middle-position th,
table.middle-position td {
  vertical-align: middle !important;
}

.nowrap,
.nowrap-th th {
  white-space: nowrap;
}

.word-wrap {
  word-wrap: break-word;
}

/* display */
.inline { display: inline !important; }
.inline-block { display: inline-block; }
.block { display: block !important; }
.disp-none { display: none !important; }

/* flex */
.flex { display: flex !important; }
.flex-column {
  display: flex !important;
  flex-direction: column !important;
}
.flex-row {
  display: flex !important;
  flex-direction: row !important;
}
.flex-justify-center { justify-content: center !important; }
.flex-justify-start { justify-content: flex-start !important; }
.flex-justify-end { justify-content: flex-end !important; }
.flex-justify-between { justify-content: space-between!important; }
.flex-align-center { align-items: center !important; }
.flex-align-start { align-items: flex-start !important; }
.flex-align-end { align-items: flex-end !important; }

/* margin */
.m-auto { margin: 0 auto !important;}

.mb-0 { margin-bottom: 0px !important; }
.mb-5 { margin-bottom: 5px !important; }
.mb-10 { margin-bottom: 10px !important; }
.mb-15 { margin-bottom: 15px !important; }
.mb-20 { margin-bottom: 20px !important; }
.mb-25 { margin-bottom: 25px !important; }
.mb-30 { margin-bottom: 30px !important; }
.mb-35 { margin-bottom: 35px !important; }
.mb-40 { margin-bottom: 40px !important; }
.mb-45 { margin-bottom: 45px !important; }
.mb-50 { margin-bottom: 50px !important; }
.mb-55 { margin-bottom: 55px !important; }
.mb-60 { margin-bottom: 60px !important; }
.mb-65 { margin-bottom: 65px !important; }
.mb-70 { margin-bottom: 70px !important; }
.mb-75 { margin-bottom: 75px !important; }
.mb-80 { margin-bottom: 80px !important; }
.mb-85 { margin-bottom: 85px !important; }
.mb-90 { margin-bottom: 90px !important; }
.mb-95 { margin-bottom: 95px !important; }
.mb-100 { margin-bottom: 100px !important; }

.mb05em { margin-bottom: 0.5em !important; }
.mb1em { margin-bottom: 1em !important; }
.mb1hem { margin-bottom: 1.5em !important; }
.mb2em { margin-bottom: 2em !important; }
.mb2hem { margin-bottom: 2.5em !important; }
.mb3em { margin-bottom: 3em !important; }

.last-para { margin-bottom: 90px !important; }
.last-para2 { margin-bottom: 160px !important; }

.ml-auto { margin-left: auto !important; }
.ml-0 { margin-left: 0px !important; }
.ml-5 { margin-left: 5px !important; }
.ml-10 { margin-left: 10px !important; }
.ml-15 { margin-left: 15px !important; }
.ml-20 { margin-left: 20px !important; }
.ml-25 { margin-left: 25px !important; }
.ml-30 { margin-left: 30px !important; }
.ml-35 { margin-left: 35px !important; }
.ml-40 { margin-left: 40px !important; }
.ml-45 { margin-left: 45px !important; }
.ml-50 { margin-left: 50px !important; }
.ml-55 { margin-left: 55px !important; }
.ml-60 { margin-left: 60px !important; }
.ml-65 { margin-left: 65px !important; }
.ml-70 { margin-left: 70px !important; }
.ml-75 { margin-left: 75px !important; }
.ml-80 { margin-left: 80px !important; }
.ml-85 { margin-left: 85px !important; }
.ml-90 { margin-left: 90px !important; }
.ml-95 { margin-left: 95px !important; }
.ml-100 { margin-left: 100px !important; }

.mr-auto { margin-right: auto !important; }
.mr-0 { margin-right: 0px !important; }
.mr-5 { margin-right: 5px !important; }
.mr-10 { margin-right: 10px !important; }
.mr-15 { margin-right: 15px !important; }
.mr-20 { margin-right: 20px !important; }
.mr-25 { margin-right: 25px !important; }
.mr-30 { margin-right: 30px !important; }
.mr-35 { margin-right: 35px !important; }
.mr-40 { margin-right: 40px !important; }
.mr-45 { margin-right: 45px !important; }
.mr-50 { margin-right: 50px !important; }
.mr-55 { margin-right: 55px !important; }
.mr-60 { margin-right: 60px !important; }
.mr-65 { margin-right: 65px !important; }
.mr-70 { margin-right: 70px !important; }
.mr-75 { margin-right: 75px !important; }
.mr-80 { margin-right: 80px !important; }
.mr-85 { margin-right: 85px !important; }
.mr-90 { margin-right: 90px !important; }
.mr-95 { margin-right: 95px !important; }
.mr-100 { margin-right: 100px !important; }

.mt-0 { margin-top: 0 !important; }
.mt-5 { margin-top: 5px !important;}
.mt-10 { margin-top: 10px !important; }
.mt-15 { margin-top: 15px !important; }
.mt-20 { margin-top: 20px !important; }
.mt-25 { margin-top: 25px !important; }
.mt-30 { margin-top: 30px !important; }
.mt-35 { margin-top: 35px !important; }
.mt-40 { margin-top: 40px !important; }
.mt-45 { margin-top: 45px !important; }
.mt-50 { margin-top: 50px !important; }
.mt-55 { margin-top: 55px !important; }
.mt-60 { margin-top: 60px !important; }
.mt-65 { margin-top: 65px !important; }
.mt-70 { margin-top: 70px !important; }
.mt-75 { margin-top: 75px !important; }
.mt-80 { margin-top: 80px !important; }
.mt-85 { margin-top: 85px !important; }
.mt-90 { margin-top: 90px !important; }
.mt-95 { margin-top: 95px !important; }
.mt-100 { margin-top: 100px !important; }

/* padding */
.pb-0 { padding-bottom: 0px !important; }
.pb-5 { padding-bottom: 5px !important; }
.pb-10 { padding-bottom: 10px !important; }
.pb-15 { padding-bottom: 15px !important; }
.pb-20 { padding-bottom: 20px !important; }
.pb-25 { padding-bottom: 25px !important; }
.pb-30 { padding-bottom: 30px !important; }
.pb-35 { padding-bottom: 35px !important; }
.pb-40 { padding-bottom: 40px !important; }
.pb-45 { padding-bottom: 45px !important; }
.pb-50 { padding-bottom: 50px !important; }
.pb-55 { padding-bottom: 55px !important; }
.pb-60 { padding-bottom: 60px !important; }
.pb-65 { padding-bottom: 65px !important; }
.pb-70 { padding-bottom: 70px !important; }
.pb-75 { padding-bottom: 75px !important; }
.pb-80 { padding-bottom: 80px !important; }
.pb-85 { padding-bottom: 85px !important; }
.pb-90 { padding-bottom: 90px !important; }
.pb-95 { padding-bottom: 95px !important; }
.pb-100 { padding-bottom: 100px !important; }

.pl-0 { padding-left: 0px !important; }
.pl-5 { padding-left: 5px !important; }
.pl-10 { padding-left: 10px !important; }
.pl-15 { padding-left: 15px !important; }
.pl-20 { padding-left: 20px !important; }
.pl-25 { padding-left: 25px !important; }
.pl-30 { padding-left: 30px !important; }
.pl-35 { padding-left: 35px !important; }
.pl-40 { padding-left: 40px !important; }
.pl-45 { padding-left: 45px !important; }
.pl-50 { padding-left: 50px !important; }
.pl-55 { padding-left: 55px !important; }
.pl-60 { padding-left: 60px !important; }
.pl-65 { padding-left: 65px !important; }
.pl-70 { padding-left: 70px !important; }
.pl-75 { padding-left: 75px !important; }
.pl-80 { padding-left: 80px !important; }
.pl-85 { padding-left: 85px !important; }
.pl-90 { padding-left: 90px !important; }
.pl-95 { padding-left: 95px !important; }
.pl-100 { padding-left: 100px !important; }

.pr-0 { padding-right: 0px !important; }
.pr-5 { padding-right: 5px !important; }
.pr-10 { padding-right: 10px !important; }
.pr-15 { padding-right: 15px !important; }
.pr-20 { padding-right: 20px !important; }
.pr-25 { padding-right: 25px !important; }
.pr-30 { padding-right: 30px !important; }
.pr-35 { padding-right: 35px !important; }
.pr-40 { padding-right: 40px !important; }
.pr-45 { padding-right: 45px !important; }
.pr-50 { padding-right: 50px !important; }
.pr-55 { padding-right: 55px !important; }
.pr-60 { padding-right: 60px !important; }
.pr-65 { padding-right: 65px !important; }
.pr-70 { padding-right: 70px !important; }
.pr-75 { padding-right: 75px !important; }
.pr-80 { padding-right: 80px !important; }
.pr-85 { padding-right: 85px !important; }
.pr-90 { padding-right: 90px !important; }
.pr-95 { padding-right: 95px !important; }
.pr-100 { padding-right: 100px !important; }

.pt-0 { padding-top: 0px !important; }
.pt-5 { padding-top: 5px !important; }
.pt-10 { padding-top: 10px !important; }
.pt-15 { padding-top: 15px !important; }
.pt-20 { padding-top: 20px !important; }
.pt-25 { padding-top: 25px !important; }
.pt-30 { padding-top: 30px !important; }
.pt-35 { padding-top: 35px !important; }
.pt-40 { padding-top: 40px !important; }
.pt-45 { padding-top: 45px !important; }
.pt-50 { padding-top: 50px !important; }
.pt-55 { padding-top: 55px !important; }
.pt-60 { padding-top: 60px !important; }
.pt-65 { padding-top: 65px !important; }
.pt-70 { padding-top: 70px !important; }
.pt-75 { padding-top: 75px !important; }
.pt-80 { padding-top: 80px !important; }
.pt-85 { padding-top: 85px !important; }
.pt-90 { padding-top: 90px !important; }
.pt-95 { padding-top: 95px !important; }
.pt-100 { padding-top: 100px !important; }

/* width */
.wd-100p { width: 100% !important; }
.wd-90p { width: 90% !important; }
.wd-85p { width: 85% !important; }
.wd-80p { width: 80% !important; }
.wd-75p { width: 75% !important; }
.wd-70p { width: 70% !important; }
.wd-65p { width: 65% !important; }
.wd-60p { width: 60% !important; }
.wd-55p { width: 55% !important; }
.wd-50p { width: 50% !important; }
.wd-45p { width: 45% !important; }
.wd-40p { width: 40% !important; }
.wd-35p { width: 35% !important; }
.wd-30p { width: 30% !important; }
.wd-25p { width: 25% !important; }
.wd-20p { width: 20% !important; }
.wd-15p { width: 15% !important; }

.wd-auto { width: auto !important; }

.wd-max100p { 	max-width: 100% !important; }

.indent-1em {
  padding-left: 1em !important;
  text-indent: -1em;
}

.indent-1hem {
  padding-left: 1.5em !important;
  text-indent: -1.5em;
}

.indent-2em {
  padding-left: 2em !important;
  text-indent: -2em;
}

.indent-2hem {
  padding-left: 2.5em !important;
  text-indent: -2.5em;
}

.indent-3em {
  padding-left: 3em !important;
  text-indent: -3em;
}

.indent-3hem {
  padding-left: 3.5em !important;
  text-indent: -3.5em;
}

.indent-4em {
  padding-left: 4em !important;
  text-indent: -4em;
}

.indent-5em {
  padding-left: 5em !important;
  text-indent: -5em;
}

.indent-6em {
  padding-left: 6em !important;
  text-indent: -6em;
}

.indent-7em {
  padding-left: 7em !important;
  text-indent: -7em;
}

/* @end */

/* @group clearfix */

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}


/* @end of clearfix */

/**************************** 
 SP
**************************** */

@media screen and (max-width: 768px) {
  
:root {
  --inner: calc(100% - 40px);
}
  
html.drawer-open {
	overflow: hidden;
}

body {
  font-size: var(--fz-sp);
  width: 100%;
  overflow: hidden;
}

a:hover {
  opacity: 1;
}

/* @group header */

#header, #drawer-header {
	height: 60px;
}
  
.header-logo {
	margin-left: 20px;
	width: 190px;
}
  
#toggle-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	width: 28px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
}
  
#toggle-nav span {
	background-color: none;
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	transition: .4s;
}
  
#toggle-nav span::before,
#toggle-nav span::after {
	background-color: var(--normal);
	content: "";
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: .4s;
	transform-origin: center;
}
  
#toggle-nav span::before {
  margin-top: -6px;
}
  
#toggle-nav span::after {
  margin-top: 6px;
}
  
#toggle-nav.close span {
  background-color: transparent;
  width: 20px;
}
  
#toggle-nav.close span::before,
#toggle-nav.close span::after {
  margin-top: 0;
}
  
#toggle-nav.close span::before {
  transform: rotate(45deg);
}
  
#toggle-nav.close span::after {
  transform: rotate(-45deg);
}

/* @end */

/* @group gnav */
  
.gnav-wrap {
	display: none;
	position: fixed;
	top: 60px;
	border-top: 1px solid var(--gray2);
}
  
.gnav {
	background-color: #fff;
	height: calc(100vh - 60px);
	overflow-y: auto;
}
  
#header-area .gnav-lv1 {
	flex-direction: column;
	height: auto;
	font-size: 15px;
}
  
#header-area .gnav-lv1 > li.nav-home {
	display: block;
}
  
#header-area .gnav-lv1 > li {
	border-bottom: 1px solid var(--gray2);
	width: 100%;
	margin: 0;
	position: relative;
}
  
.gnav-lv1 .js-gnav-btn {
	cursor: pointer;
	height: 55px;
	width: 52px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
}
  
.gnav-lv1 .js-gnav-btn::before,
.gnav-lv1 .js-gnav-btn::after {
  background-color: var(--normal);
  content: "";
  height: 1px;
  width: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: .4s;
}
  
.gnav-lv1 .js-gnav-btn:not(:has(+ .gnav-lv2.active))::after {
  transform: rotate(90deg);
}
  
#header-area .gnav-lv1 > li > a {
	font-weight: var(--fw-mid);
	justify-content: flex-start;
	height: 55px;
	padding: 10px 20px;
}
  
#header-area .gnav-lv1 > li > a:has(+ .js-gnav-btn) {
	padding-right: 52px;
}
  
.gnav-lv2 {
	display: none;
	padding: 10px 0 30px;
}
  
.gnav-lv2 p {
	display: none;
}
  
#header-area .gnav-lv2 ul {
	row-gap: 1em;
}
  
#header-area .gnav-lv2 li {
	width: 100%;
}
  
#header-area .gnav-lv2 li a {
	border: none;
	color: #666;
  font-size: 14px;
	line-height: 1.5;
	height: auto;
	padding: 0 20px;
}
  
#header-area .sub-nav {
	display: block;
	padding: 20px 0 30px;
}
  
#header-area .sub-nav ul {
	display: flex;
	flex-direction: column;
	row-gap: .7em;
}
  
#header-area .sub-nav a {
	font-size: 14px;
	color: var(--normal);
	text-decoration: none;
	padding: 0 20px;
}

#header-area .sub-nav .ai-out::after {
	top: 3px;
	background-color: #000;
}

/* @end */

/* @group drawer-nav */

#drawer-nav {
  width: 100%;
  overflow-x: hidden;
}

/* @end */

/* @group content-area */

#content-area {
  width: 100%;
}

#content-area::before {
	width: 460px;
	top: 210px;
	right:-310px;
	
}

@keyframes contant-bg-anime {
0% {
	height: 0;
	top: 210px;
}
100% {
	opacity: 1;
	height: 3000px;
	right:1190px;
}
}

.sp-none {
  display: none;
}

/* @group h1-area */
  
#h1-area {
	padding: 0;
	margin-top: 60px;
	display: flex;
}
  
#h1-area h1 {
	row-gap: 7px;
	font-size: 23px;
	min-height: 150px;
	line-height: 1.3;
	margin: 0 20px;
}

#h1-area::after {
	width: 120px;
}

#h1-area::before {
	width: 40px;
	right: -85px;
}

@keyframes h1-bg-anime {
0% {
    opacity: 0;
	 right: -110px;
	 height: 0;
}
100% {
    opacity: 1;
	top: 0;
	right: -46px;
	height: 100%;
}
}
  
#h1-area h1 .en {
	font-size: 15px;
}

#h1-area h1 span {
	font-size: 18px;
	padding-left: 3px;
}

/* @end */

/* @group breadcrumb */

#breadcrumb {
	height: auto;
	min-height: inherit;
	margin-bottom: -1px;
	padding: 13px 0;
}
  
#breadcrumb ul {
	font-size: 11px;
}

#breadcrumb li + li::before {
	font-size: 12px;
	top: calc(50% - 9px);
}

/* @end */

/* @group main-content */

#main-content {
	padding: 50px 20px 10px;
}
  
section, .section {
	margin-bottom: 90px;
}
  
.wd-full {
	margin-left: -20px;
}

.img-dummy::after {
  width: 28%;
  padding: .5em .5em;
  min-height: 50px;
  min-width: 8em;
}

/* @group heading */
  
.heading-h2 {
	font-size: 22px;
}

.heading-h2::after {
	width: 16px;
	top: -6px;
	left: -1px;
}

.heading-h2::before {
	width: 60px;
	top: 22px;
    left: -51px;
}
  
h2 .en {
	font-size: 21px;
}
  
.heading-h3 {
	font-size: 18px;
	margin-bottom: 1.2em;
	padding-left: 20px;
}

* + h3, * + .heading-h3 {
	margin-top: 40px;
}
  
h3::before, .heading-h3::before {
	top: 9px;
}

.h3-em {
	font-size: 18px;
	margin-bottom: 22px;
}

.h3-em::before {
}

.h3-em span {
	padding: 11px 28px 11px 25px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 10px, rgba(0, 0, 0, 1) 10px calc(100% - 10px), rgba(255, 255, 255, 0) calc(100% - 10px), rgba(0, 0, 0, 0));
}

* + .h3-em {
	margin-top: 50px;
}
  
.heading-h4 {
	font-size: 18px;
	font-weight: var(--fw-mid);
	margin-bottom: 1em;
	padding-left: 18px;
}

.heading-h4::before {
	top: 13px;
}
  
/* @end */

/* @group lead */

.lead {
	font-size: 18px;
	text-align: left;
	margin-bottom: 55px;
}

.lead2 {
	font-size: 20px;
	margin-bottom: 20px !important;
}

/* @end */

/* @group pattern */

[class*="pattern1-"], [class*="pattern2-"], [class*="pattern3-"], [class*="pattern4-"] {
	flex-direction: column;
	row-gap: 3em;
	margin-bottom: 3.5em;
}

[class*="pattern"] [class*="col"] {
  width: 100% !important;
}

[class*="pattern1-"].col-reverse-sp,
[class*="pattern2-"].col-reverse-sp,
[class*="pattern3-"].col-reverse-sp,
[class*="pattern4-"].col-reverse-sp {
  flex-direction: column-reverse !important;
}

[class*="col"] figure {
  text-align: center;
}

/* @end */

/* @group caution */
  
.caution-box {
	padding: 20px;
}
  
/* @end */

/* @group ul */

ul.list > li::after,
ul.list > li ul li::after {
	top: 11px;
}


/* @end */

/* @group ol */
/* @end */

/* @group dl */
  
dl dt {
	font-size: 16px;
}
  
/* @end */

/* @group link */
/* @end */

/* @group circle-arrow */

.circle-arrow {
	width: 32px;
	height: 32px;
	
}

.circle-arrow::before {
	width: 32px;
	height: 32px;
	background-size: 14px auto;
	top: calc(50% - 6px);
	left: calc(50% - 7px);
}

a:hover .circle-arrow {
}

a:hover .circle-arrow::before {
	background: url('../images/icon_arrow_red.svg') no-repeat;
	background-size: 14px auto;
	top: calc(50% - 6px);
	left: calc(50% - 7px);
}

/* @end of circle-arrow */

/* @group link-btn */
  
.link-btn a {
	min-width: 295px;
	height: auto;
	min-height: 48px;
	line-height: 1.5;
	padding: 5px 65px 5px 30px;
	font-size: 15px;
}

.link-btn .circle-arrow {
	right: 8px;
}

.link-btn.link-btn-back .circle-arrow {
	left: 8px;
}

.link-btn.link-btn-back a {
	padding: 0 35px 0 55px;
}

.link-btn [class*="ai-"]::after {
	top: -8px;
}
  
/* @end of link-btn */

/* @group link-anchor */
  
.link-anchor {
	flex-direction: column;
	gap:10px;
	margin-bottom: 50px;
	flex-direction: row;
	justify-content: flex-start;
}

.link-anchor li {
	display: inline-block;
} 

.link-anchor li a {
	display: inline-block;
	min-height: 40px;
	justify-content: flex-start;
	line-height: 1.2;
	padding: 10px 38px 10px 20px;
	font-size: 14px;
}
  
.link-anchor li a::before {
}
  
/* @end of link-anchor */

/* @group table */

table th, table td {
	padding: 10px 13px;
}

.tbl-2col th,
.tbl-2col td {
	display: block;
	width: 100%;
}

.tbl-2col th {
	border-bottom: none;
}

.tbl-2col th::before {
  font-size: 8px;
  left: 0;
  top: 2.3em;
}
  
.tbl-2col th, .tbl-2col td {
	padding: 13px 15px;
}

.tbl-2col th + td {
	padding-top: 0;
}

table dl dt {
	font-size: 15px;
}

/* @end */

/* @group index-pattern */

.index-pattern {
	row-gap: 3.5em;
}

.index-pattern .head .sub {
	font-size: 12px;
}

.index-pattern figure {
	margin-bottom: 1.8em;
	aspect-ratio: 45 / 32;
}

.index-pattern .col .txt {
	margin-top: 15px;
}

.index-pattern .head::before {
	width: 110px;
}

/* @end of index-pattern */

/* @group scroll-box */
  
.scroll-box {
  overflow: auto;
}

.scroll-box img {
  max-width: 240%;
}

/* @end */

/* @group .info-list */
  
.info-list li a, .info-list li.no-link {
	padding: 14px 34px 14px 20px;
}
  
.info-list li a::after {
	right: 20px;
	transform: scale(1.1, 0.8);
}

/* @end */

/* @group index-pattern */
  
.index-pattern .head {
	font-size: 19px;
}
  
/* @end */

/* @group form */
  
.form-area div.row {
	flex-direction: column;
	margin-bottom: 40px;
	row-gap: 1.3em;
}
  
.form-area div.cell1, .form-area div.cell2 {
	width: 100%;
}
  
.form-area input[type="text"], .form-area input[type="email"], .form-area input[type="tel"] {
	height: 40px;
}
  
.form-area select {
	background-position: right center;
	background-size: 50px auto;
	height: 40px;
	max-width: inherit;
	width: 100%;
}
  
.form-btn-area {
	flex-direction: column;
	align-items: center;
	row-gap: 30px;
}
  
.form-area .form-btn {
	width: 78.66%;
	max-width: 320px;
	text-align: center;
}
  
.form-btn button {
	height: 60px;
	width: 100%;
}
  
.form-btn.btn-confirm {
	width: 100%;
}
  
.form-btn.btn-confirm button {
	width: 100%;
}

/* @end */

/* @group contact-banner */

.contact-banner {
	height: auto;
	padding-top: 50px;
	padding-bottom: 50px;
}
  
.contact-banner .bg {
	background-position: right center;
}
  
.contact-banner h2 {
	font-size: 20px;
}
  
.contact-banner .link-btn {
	margin-top: 10px;
	max-width: 295px;
	width: 100%;
}
  
.contact-banner .link-btn a {
	min-width: inherit;
}
  
/* @end */

/* @group related-link */

.related-link {
	padding: 20px 0;
}
  
.related-link h2 {
	font-size: 19px;
	margin-bottom: 1.5em;
	padding: 0;
}
  
.related-link[class*="col-"] ul li {
	width: calc((100% / 2) + 1px);
}
  
.related-link ul li a {
	min-height: 100%;
	font-size: 14px;
	padding: 15px 32px 15px 15px;
	line-height: 1.3;
}

.related-link ul li a::before {
	right: 10px;
	transform: scale(0.65);
}

.related-link ul li a:hover::before {
	right: 12px;
}
  
/* @end of related-link */

/* @group modal */

.modal-inner {
	padding: 20px;
}

/* @end */

/* @end of main-content */

/* @end of content-area */

/* @group footer-entry-area */

#footer-entry-area {
	margin-top: 70px;
	padding: 30px 20px 0;
}

#footer-entry-area.bg-full::before {
	height: 320px;
}

#footer-entry-area.bg-full::after {
	height: 320px;
	width: calc(100% + 20px);
	left: -20px;
}

h2.h2-footer-entry {
	font-size: 12px;
	margin-bottom: 1em;
}

h2.h2-footer-entry .en {
	font-size: 30px;
}

.footer-entry .wrap {
	flex-wrap: wrap;
}

.footer-entry .wrap .col {
	width: 100%;
	padding: 50px 20px 20px 20px;
	min-height: auto;
}

.footer-entry .wrap .col:nth-child(2) {
	background-position: top 0 right 0;
	border-top: 1px solid #fff;
}

.entry-btn-area {
	display: grid;
	justify-content: center;
}

.footer-entry h3 {
	font-size: 20px;
}

.footer-entry .col h3::before {
	transform: scale(0.7);
	top: -33px;
}

.footer-entry p {
	margin-bottom: .5em;
	min-height: 40px;
}

.entry-btn-area .link-btn {
	width: auto;
	display: block;
	margin: 0 auto 10px;

}
.entry-btn-area .link-btn a {
	min-width:265px;
	width: auto;
	margin: 0 auto;
}

.link-btn .img-mynavi {
	padding-left: 40px;
}

.recruit-contact {
	background: var(--gray3);
	display: block;
	padding: 25px 20px;
}

.recruit-contact h3 {
	font-size: 18px;
}

.recruit-contact .link-btn {
	max-width: 400px;
    display: block;
    margin:0 auto;
}

.recruit-contact .link-btn a {
	min-width: auto;
}

/* @end of footer-entry-area */

/* @group footer-bnr-area */

#footer-bnr-area {
	width: 100%;
	padding: 50px 0;
}

#footer-bnr {
	display: grid;
	row-gap:2.5vw;
	max-width: 450px;
	width: 100%;
	margin: 0 auto;
}

#footer-bnr li {
	flex-grow: 1;
}

#footer-bnr li a {
	display: block;
}

#footer-bnr li a img {
	transition: .3s;
	outline-offset: -1px;
	outline: 1px solid var(--gray2);
}

#footer-bnr li a:hover img {
	outline: 1px solid var(--main);
}

/* @end of footer-bnr-area */

/* @group page-top */

#to-top a {
	height: 40px;
	width: 40px;
}

#to-top a:hover {
  opacity: 1;
}

/* @end */

/* @group footer */

#footer {
	padding: 60px 20px 20px;
}
  
.fnav-wrap {
	display: block;
	padding: 0;
	position: relative;
}
  
#footer .left-col {
	margin-bottom: 10px;
}

#footer .left-col::before {
	top: auto;
	left: -20px;
	bottom: 0;
	width: 100vw;
	height: 1px;
}
  
.footer-logo {
	row-gap: 10px;
}

.footer-logo a {
	width: 196px;
}

.footer-logo span {
	font-size: 13px;
}
  
.footer-adress {
	font-size: 12px;
}

#footer .sub-nav {
	margin: 0;
	padding: 20px 0 40px;
}

#footer .sub-nav a {
	font-size: 14px;
	padding: 5px 0;
	display: block;
}

.sub-nav ul {
	row-gap: .7em;
}
  
#footer .right-col {
	width: 100%;
}

.fnav {
	padding: 20px 0 0 0;
}
  
.fnav > ul {
	grid-template-areas:
    "A B"
    "A C"
    "A D"
	"A E"
	"A F";
	row-gap: 5px;
	column-gap: 30px;
	justify-content: flex-start;
}
  
.fnav > ul > li {
  position: relative;
  width: 50vw;
}

  
.fnav > ul > li > a {
	display: flex;
	align-items: center;
	padding: 5px 0;
}

.fnav ul li a::before {
	display: none;
}
  
.fnav .gnav-lv2 {
	display: none;
	padding: 0px 0 30px;
}
  
.fnav .gnav-lv2 ul {
	row-gap: 1em;
}
  
.fnav ul ul > li a {
	padding: 6px 0px;
	display: block;
	line-height: 1.5;
}

.fnav ul ul {
	margin-top: 0;
	margin-bottom: 10px;
}
  
.footer-menu {
	flex-direction: column-reverse;
	height: auto;
}
  
.copyright {
	height: 35px;
	width: 100%;
	position: relative;
}
  
.footer-menu {
	margin-top: 30px;
}

/* @end of footer */

/* @group message */

figure.name {
	text-align: right;
}

figure.name img {
	width: 145px !important;
}

/* @end of message */

/* @group home */

#home #header {
  z-index: 1;
}

.drawer-open #home #header {
  background-color: rgba(255, 255, 255, 1);
}

#home-h1-area::before {
	/*width: clamp(328px, 83.35vw, 410px);*/
	width: 328px;
	left: 164px;
	animation-duration: .4s;
	animation-delay: .15s;
}

#home-logo-wrap {
  width: 164px;
  transform-origin: right top;
  transform: skewX(-45deg);
  z-index: 1;
  transition: .3s;
}

#home-logo-wrap::before {
  transform: skewX(0);
}

#home-logo-wrap .header-logo {
  height: 63px;
  transform-origin: right top;
  transform: skewX(45deg);
  left: 8px;
}

#home-logo-wrap .header-logo img {
  max-width: inherit;
  width: 190px;
}

#home-h1-area {
  align-items: flex-start;
  height: 472px;
  min-height: auto;
}

.home-h1-bg {
  align-items: flex-end;
  max-height: 96.59vw;
  top: auto;
  bottom: 1px;
}

#home h1 {
  --home-h1fs: 36px;
  row-gap: 12px;
  margin-left: calc(17px + 1em);
  padding: 0;
  top: 104px;
  animation-duration: .6s;
  animation-delay: .6s;
}

#home h1 > span {
  font-size: 15px;
  line-height: 1.75;
  margin-left: calc(var(--home-h1fs) * -1);
  max-width: 210px;
}

#home h1 > span::before {
  display: none;
}
  
#home-logo-wrap {
  transition: .4s;
}
  
html.drawer-open #home-logo-wrap {
  animation: chengeHeight .4s forwards;
}
  
@keyframes chengeHeight {
  100% { height: 60px; }
}
  
html.drawer-open #home-h1-area {
  z-index: -1;
}

.home-highschool {
	/* display: none; */
	width: 68.7%;
	padding: 0;
	min-width: 220px;
	left: -23px;
	right: auto;
	justify-content: flex-start;
}
  
.home-highschool::before {
  display: none;
}

.home-banner {
	flex-direction: column;
	align-items: flex-end;
	margin-top: -28px;
	padding-right: 2.54vw;
}

.home-banner .col {
	height: auto;
	width: 86.5%;
  min-width: 325px;
}
  
@media screen and (max-width: 360px) {
  .home-banner {
    align-items: center;
    padding-right: 0;
  }
}

.home-banner .col a {
	font-size: clamp(18px, 4.58vw, 21px);
	padding: 0;
	width: 100%;
}

.home-banner .col img {
  width: 100%;
  position: relative;
  left: 0;
  transform: translateX(0);
}

.home-banner .bnr-ttl {
  row-gap: 7px;
  padding: 0 0 0 36px;
  position: absolute;
  top: 50%;
  left: 20vw;
  transform: translateY(-50%);
}

.home-banner .bnr-ttl .circle-arrow {
	width: clamp(24px, 6.1vw, 30px);
	top: 3px;
}

.home-banner .bnr-ttl span {
  font-size: 12px;
}

.home-banner .col:nth-of-type(2) img {
	margin-top: -1.02vw;
}
  
#home #main-content {
	padding: 0;
}
  
.home-content-wrap {
	padding: 80px 40px;
	margin: 0;
}
  
.home-content-wrap::before,
.home-content-wrap::after {
	background-position: center;
	background-size: 894px auto;
}

.home-content-wrap::before {
	background-image: url("../../images/bg02_sp.webp");
}

.home-content-wrap::after {
	background-image: url("../../images/bg01_sp.webp");
}
  
#home section {
	margin-bottom: 80px;
}

.home-sec p {
	font-size: var(--fz-sp);
}

#home .home-pattern {
	flex-direction: column;
	row-gap: 20px;
}

.home-pattern .head {
	font-size: 18px;
	margin-bottom: 25px;
	margin-top: 0px;
}
  
.home-h2 {
	font-size: 12px;
	margin-bottom: 1em;
	padding-top: 16px;
}
  
.home-h2::before {
	background: linear-gradient(180deg,rgb(226, 0, 18) 16.66%, rgb(255, 255, 255) 18.21%, rgb(0, 0, 0) 18.21%);
	height: 90px;
	top: 1px;
	left: 15px;
}
  
.home-h2 .en {
	font-size: 30px;
}
  
.home-pattern .img-col figure {
	padding: 0 !important;
}
  
.home-pattern:not(.reverse) .img-col figure {
	margin-right: -40px;
}
  
.home-pattern.reverse .img-col figure {
	margin-left: -40px;
}
  
.home-pattern .img-col img {
	width: 100%;
}
  
.home-pattern:not(.reverse) .col {
	padding-left: 0;
}
  
.home-sec .link-btn {
	width: 100%;
	max-width: 244px;
}
  
.home-sec .link-btn a {
	height: 52px;
	width: 100%;
	min-width: inherit;
}
  
.interview-slide {
	margin-left: -40px;
	width: 100vw;
}
  
.interview-slide .col a {
	height: 330px;
	width: 274px;
}
  
.interview-slide .slick-arrow {
	transform: scale(0.65);
}
  
.interview-slide .slick-prev {
	left: calc(50vw - (294px / 2) - 40px);
	transform: rotate(180deg) scale(0.65);
}
  
.interview-slide .slick-next {
	right: calc(50vw - (294px / 2) - 40px);
}
  
.interview-slide .col .category {
	height: 52px;
	bottom: 89px;
	left: -2px;
}
  
.interview-slide .col .head {
	font-size: 18px;
	bottom: 54px;
	left: 24px;
	max-width: 63%;
}
  
.interview-slide .col .name {
	bottom: 23px;
	left: 24px;
}
  
.home-work {
	flex-direction: column;
	max-width: 100%;
}
  
.home-work .img-col {
	margin-left: -40px;
	width: 100vw;
}
  
.home-work .img-col img {
	max-width: 100%;
}

/* fadein */

.fadein {
  transform: translateY(30px);
}

/* @end of home */


/* @group about */

#bottom-bn-area {
	grid-auto-flow: row;
	width: 100%;
	row-gap: 15px;
	margin: 90px auto 110px;
}

#bottom-bn-area .col {
	max-width: 500px;
	width: 100%;
	height: auto;
	aspect-ratio:58 / 28;
}

#bottom-bn-area .txt {
	padding: 20px;
}

#bottom-bn-area .head {
	font-size: 18px;
}

#bottom-bn-area .en {
	font-size: 10px;
}

/* @group numbers */

.h2-numbers {
	margin-bottom: 25px;
}

.h2-numbers span {
	font-size: 28px;
}

.numbers-list {
	grid-template-columns: repeat(2, 1fr);
	border-top: 2px solid #000;
    border-left: 2px solid #000;
}

.numbers-list li  {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
}
.numbers-list li .head {
	font-size: 2.7vw;
	left: 2.5vw;
	top: 2.5vw;
}

.numbers-list li .head.head2 {
	top: 20.5vw;
}

.numbers-list li img {
	height: 38vw;
	width: auto;
}

/* @end of numbers */

/* @group society */
  
.society-flow {
	width: 100%;
	max-width: 315px;
	margin: 0 auto;
}
  
.flow-box-wrap {
	flex-direction: column !important;
}
  
.flow-box-wrap + .flow-box-wrap {
	margin-top: 20px;
}
  
.society-flow .flow-box {
	clip-path: polygon(20px 0, 100% 0, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0 100% ,0 20px);
	height: 170px;
	margin-right: 42px;
	width: calc(100% - 42px);
	max-width: 273px;
}
  
.society-flow .flow-box::before {
	clip-path: polygon(19px 0, 100% 0, 100% calc(100% - 19px), calc(100% - 19px) 100%, 19px 101%, 0 100% ,0 19px);
}
  
.society-flow .box-arrow {
	height: 20px;
	margin-right: 42px;
	width: calc(100% - 42px);
	max-width: 273px;
}
  
.society-flow .box-arrow::before {
	top: 50%;
	bottom: auto;
	transform: translate(-50%, -50%) rotate(90deg);
	border-width: 8px 0 8px 12px;
}
  
.society-flow .flow-box .head {
	font-size: var(--fz-sp);
	height: 56px;
}
  
.society-flow .flow-box .head + div {
	height: calc(100% - 56px);
}
  
.society-flow .flow-box p {
	font-size: 16px;
	font-weight: var(--fw-bold);
	line-height: 1.3;
	margin-bottom: 0;
	text-align: center;
}
  
.society-flow .arrow-l {
	display: none;
}
  
.society-flow .arrow-r {
	border-width: 3px 3px 3px 0;
	border-radius: 0 20px 20px 0;
	height: calc((170px * 7) + (20px * 6) - (82px * 2));
	width: 42px;
	top: 82px;
	bottom: auto;
	right: 0;
}
  
.society-flow .arrow-r::after {
	top: -8px;
	left: -2px;
	border-width: 0 8px 15px;
}
  
.society-flow > p {
	font-size: 18px;
	line-height: 1.15;
	margin-top: 5px;
	position: static;
	transform: inherit;
}
  
.society-flow > p .en {
	padding: 0 5px 0 0;
}
  
.society-flow > p .en::before {
	content: "";
	display: table;
	clear: both;
}
  
section:has(#business-region) {
	margin: 85px 0;
}
  
#business-region {
	border: none;
	margin-left: -20px;
	padding: 0 20px 204px;
	width: 100vw;
	z-index: 0;
}
  
#business-region::before {
	background-image: url("../../about/society/images/bg_japan_sp.webp");
	background-position: 2px bottom;
	background-size: 502px auto;
	width: calc(100% - 20px);
	max-width: 502px;
	top: auto;
	bottom: -30px;
	right: -70px;
	z-index: -1;
}
  
#business-region h2 {
	font-size: 22px;
}
  
#business-region p.txt {
	width: 64.37vw;
}
  
#usage-scene {
	margin-bottom: 66px;
}
  
#usage-scene h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 20px;
}
  
#usage-scene h2 .en {
	font-size: 12px;
}
  
.scene-map {
	width: 914px;
	left: 50%;
	transform: translateX(-50%);
}
  
#usage-scene .modal-inner {
	padding-left: 20px;
}
  
#usage-scene .modal h3 {
	font-size: 20px;
	margin-bottom: 1em;
	writing-mode: inherit;
	position: static;
}
  
#usage-scene .modal-content figure {
	margin-bottom: 20px;
}
  
#mediterm-plan h2 {
	font-size: 24px;
	line-height: 1.5;
	margin-bottom: 30px;
}
  
.lineup-head > span {
	clip-path: polygon(15px 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 15px 100%, 0 100% ,0 15px);
	font-size: 18px;
	height: 73px;
}
  
.lineup-wrap {
	margin-top: -25px;
	margin-left: -20px;
	padding: 45px 20px 20px;
	width: 100vw;
}
  
.lineup-item {
	flex-direction: column;
	margin: 0 auto;
	max-width: 353px;
	width: 100%;
}
  
.lineup-item .col {
	min-height: 163px;
	padding: 20px;
	width: 100%;
}
  
.lineup-item .col p {
	font-size: 16px;
	line-height: 1.5;
}
  
.lineup-item .col .en {
	font-size: 10px;
}
  
.lineup-wrap + figure {
	margin-bottom: 80px;
}
  
#mediterm-plan {
	margin-bottom: 80px;
}
  
#mediterm-plan .list-box {
	padding: 20px 0;
}
  
/* @end of society */

/* @group job */

#job-menu-list {
	 grid-auto-flow: dense;
	 grid-template-columns: repeat(auto-fill, minmax(calc(100% /3), 1fr));
	width: calc(100% - 10px);
	margin: 0 0 75px 0;
}

#job-menu-list li:nth-of-type(n+4) {
	 margin-top: 28px;
}

#job-menu-list li:nth-of-type(3n) a::before {
	border-left: 1px solid #FFF;
}

#job-menu-list li.current a:nth-of-type(3n) a::before {
	border-left: 1px solid #000;
}

#job-menu-list li:nth-of-type(3n + 1) {
	border-left: 1px solid #000;
}

#job-menu-list li a {
	height: 40px;
	font-size: 14px;
	padding-top: 8px;
	line-height: 1.3;
}

#job-menu-list li:nth-of-type(4n) a,
#job-menu-list li:nth-of-type(5n) a {
	padding-top: 0px;
}

#job-menu-list li:first-child a {
	border-left: 1px solid transparent;
}

#job-menu-list li a span {
	display: block;
	font-size: 10px;;
}

#job-menu-list li a::before {
	width: 10px;
	right: -10px;
	top: -5px;
}

#job-menu-list li a::after {
	height: 10px;
	top: -10px;
	left: 4px;
}

#job-menu-list li:nth-of-type(3n) a:hover::before,
#job-menu-list li:nth-of-type(3n).current a::before {
	border-left: 1px solid #000;
}

#job-menu-list li::before {
	left: 10px;
	top: -20px;
	place-items:center;
	width: 22px;
	height: 22px;
	font-size: 10px;
}

.pattern2-3.job.bg-txt-detail::before {
	font-size: 27vw;
	left: -30px;
	top: -16vw;
}

.index-job .index-pattern::before {
	font-size: 27vw;
	right: -30px;
	top: -17vw;
}

h2.job-h2 {
	text-align: left !important;
}

h2.job-h2 span {
	padding: 0 80px 0 0;
}

h2.job-h2 span::before {
	right: 0px;
	left: auto;
	width: 70px;
}

.index-job .index-pattern figure {
	margin-bottom: 1.2em;
}

.index-job .index-pattern .head {
 	padding: 0 60px 0 0;
 }
 
.index-job .index-interview .name {
	padding: 10px 60px 20px 0;
}

body.careerup .index-job .index-pattern .head br {
	display: none;
}

/* @end of job */

/* @group bases */

.office-main {
	margin-bottom: 100px;
}

.office-main::before {
  font-size: 27vw;
  top: -20px;
  right: -20px;
  height: 100%;
}

.office-main.office-kawagoe::before,
.office-main.office-shizuoka::before {
  font-size: 24vw;
}

.office-main.office-fukushima::before,
.office-main.office-matsumoto::before {
  font-size: 20.2vw;
}

.office-h2 {
	margin-bottom: 40px;
}

.office-h2 .address {
	margin-bottom: 10px;
}

.office-h2 span {
	font-size: 20px;
	padding: 15px 25px;
	min-width: 200px;
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0), 8px, rgba(0, 0, 0, 1)8px calc(100% - 8px), rgba(255, 255, 255, 0) calc(100% - 8px), rgba(0, 0, 0, 0));
}

.office-photo {
	flex-direction: row;
	row-gap: 2em;
	column-gap: 1.4em;
}

.office-photo .col {
	width: calc(50% - .7em) !important;
}

/* @end of bases */

/* @group careers */

.list-col4 {
	column-count: 1;
}

/* @end of careers */

/* @group faq */

dl.accordion {
	margin-bottom: 30px;
}

dl.accordion dt.faq-q {
  padding-left: 55px;
  font-size: 16px;
}

dl.accordion dt.faq-q::before {
  left: 23px;
  top: 14px;
  font-size: 20px;
}

dl.accordion dd.faq-a p::before {
   left: 14px;
   font-size: 20px;
   top: -5px;
}

dl.accordion dt .icon {
	height: auto;
	padding: 35px 0;
}

dl.accordion dt p {
	margin: 20px 0 !important;
	padding: 0;
}

dl.accordion dd + dt {
	margin-top: 23px;
}

dl.accordion dd.faq-a {
	padding: 15px 20px 10px 10px;
}

dl.accordion dd.faq-a p {
	padding-left: 42px;
}

/* @end of faq */

/* @end  of about */

/* @group interview */

.index-interview {
	row-gap: 50px;
}

.index-interview .col {
}

.index-interview .category {
	font-size: 14px;
}

.index-interview .category span {
	font-size: 12px;
}

.index-interview .name {
	color: var(--gray1);
	padding: 10px 60px 20px 20px;
	margin-bottom: 0 !important;
}

.index-interview figure {
}

.index-interview figure img {
	object-position: 50% 0%;
}

.interview-main {
	row-gap: 1.8em;
}

.interview-main::before {
	font-size: 150px;
  bottom: 0px;
  right:auto;
  left: 0;
}

.interview-main .left-col {
	margin-left: 0;
}

.interview-main .right-col {
	max-width: 100%;
	padding: 0 20px;
}

.interview-main .right-col::before {
	font-size: 27vw;
	bottom: -80px;
	right:-20px;
	width: auto;
	height: 100%;
	line-height: 0.8;
}

.interview-main.quality .right-col::before,
.interview-main.product .right-col::before {
	top: 9vw;
	font-size: 21vw;
}

.interview-main .heading-h2 {
	font-size: 20px;
	margin-bottom: 0.5em;
}

.interview-main .heading-h2::after {
	width: 25px;
	left: -7px;
	top: -8px;
}

.interview-main .heading-h2::before {
	left: -98px;
	top: 41px;
}

.interview-main .name {
	font-size: 17px;
	margin-bottom: 5px;
}

.interview-main .data {
	font-size: 14px;
}

.img-interview-l,
.img-interview-s {
	width: 100%;
}

#schedule-area.bg-full {
	width: auto;
}

#schedule-area {
	padding: 60px 0;
	margin: 0 auto 80px;
}

#schedule-area h2 {
	font-size: 22px;
}

#schedule-area h2 .en {
	font-size: 12px;
}

#schedule-area .heading-h2::after {
	width: 30px;
	top: -25px;
	left: -9px;
}

#schedule {
	display: block;
}

#timeline,
#schedule #img-area {
	width: 100%;
	margin-top: 40px;
}

#timeline {
	padding-left: 30px;
	row-gap: 18px;
	margin-top: 0px;
}

#timeline li::before {
	left: -33px;
	width: 8px;
	height: 8px;
}

#timeline .time {
	font-size: 16px;
}

#schedule #img-area img {
	width: 100%;
}

.one-day-area {
	display: block;
}

.col-2-schedule + .col-2-schedule {
	margin-top: 60px;
}

.col-2-schedule {
	width: 100%;
}

.col-2-schedule p {
	margin-bottom: 1em !important;
}

/* @end of interview */

/* @group internship */

.list-schedule {
	display: block;
}

.list-schedule li {
	width: 100% !important;
}

/* @end of internship */

/* @group highschool */

dl.accordion.highschool dt p {
	font-size: 16px;
}

/* @end of highschool */

/* @group sitemap */

.sitemap .col:nth-child(n+2) {
	margin-top: 0px;
}

.sitemap {
	row-gap: 1.3em;
}

/* @end */

/* @group error404 */

.error404 #h1-area h1 {
	padding: 20px 0;
	font-size: 19px;
}

.error404 .heading-h2 {
	font-size: 19px;
}

.error404 #copyright {
	margin-bottom: 20px;
}

/* @end of error404 */

/* @group common */

.tel-link a {
  color: inherit;
  text-decoration: underline;
}

/* fontsize */
.fz-ss-sp { font-size: 69% !important; }
.fz-s-sp { font-size: 85% !important; }
.fz-m-sp { font-size: 100% !important; }
.fz-l-sp { font-size: 115% !important; }
.fz-ll-sp { font-size: 130% !important; }
.fz-lll-sp { font-size: 146% !important; }
.fz-llll-sp { font-size: 176% !important; }

/* position */
.left-position-sp,
tr.left-position-sp th,
tr.left-position-sp td,
table.left-position-sp th,
table.left-position-sp td {
  text-align: left !important;
}

.right-position-sp,
tr.right-position-sp th,
tr.right-position-sp td,
table.right-position-sp th,
table.right-position-sp td {
  text-align: right !important;
}

.center-position-sp,
tr.center-position-sp th,
tr.center-position-sp td,
table.center-position-sp th,
table.center-position-sp td,
table.center-position-sp-th th {
  text-align: center !important;
}

.middle-position-sp,
tr.middle-position-sp th,
tr.middle-position-sp td,
table.middle-position-sp th,
table.middle-position-sp td {
  vertical-align: middle !important;
}

/* flex */
.flex-sp { display: flex !important; }

.flex-column-sp {
  display: flex !important;
  flex-direction: column !important;
}

.flex-row-sp {
  display: flex !important;
  flex-direction: row !important;
}

.flex-justify-center-sp { justify-content: center !important; }
.flex-justify-start-sp { justify-content: flex-start !important; }
.flex-justify-end-sp { justify-content: flex-end !important; }
.flex-align-center-sp { align-items: center !important; }
.flex-align-start-sp { align-items: flex-start !important; }
.flex-align-end-sp { align-items: flex-end !important; }

/* margin */
.m-auto-sp { margin: 0 auto !important;}

.mb-0-sp { margin-bottom: 0px !important; }
.mb-5-sp { margin-bottom: 5px !important; }
.mb-10-sp { margin-bottom: 10px !important; }
.mb-15-sp { margin-bottom: 15px !important; }
.mb-20-sp { margin-bottom: 20px !important; }
.mb-25-sp { margin-bottom: 25px !important; }
.mb-30-sp { margin-bottom: 30px !important; }
.mb-35-sp { margin-bottom: 35px !important; }
.mb-40-sp { margin-bottom: 40px !important; }
.mb-45-sp { margin-bottom: 45px !important; }
.mb-50-sp { margin-bottom: 50px !important; }
.mb-55-sp { margin-bottom: 55px !important; }
.mb-60-sp { margin-bottom: 60px !important; }
.mb-65-sp { margin-bottom: 65px !important; }
.mb-70-sp { margin-bottom: 70px !important; }
.mb-75-sp { margin-bottom: 75px !important; }
.mb-80-sp { margin-bottom: 80px !important; }
.mb-85-sp { margin-bottom: 85px !important; }
.mb-90-sp { margin-bottom: 90px !important; }
.mb-95-sp { margin-bottom: 95px !important; }
.mb-100-sp { margin-bottom: 100px !important; }

.mb05em-sp { margin-bottom: 0.5em !important; }
.mb1em-sp { margin-bottom: 1em !important; }
.mb1hem-sp { margin-bottom: 1.5em !important; }
.mb2em-sp { margin-bottom: 2em !important; }
.mb2hem-sp { margin-bottom: 2.5em !important; }
.mb3em-sp { margin-bottom: 3em !important; }

.last-para { margin-bottom: 70px !important; }
.last-para2 { margin-bottom: 90px !important; }

.ml-auto-sp { margin-left: auto !important; }
.ml-0-sp { margin-left: 0px !important; }
.ml-5-sp { margin-left: 5px !important; }
.ml-10-sp { margin-left: 10px !important; }
.ml-15-sp { margin-left: 15px !important; }
.ml-20-sp { margin-left: 20px !important; }
.ml-25-sp { margin-left: 25px !important; }
.ml-30-sp { margin-left: 30px !important; }
.ml-35-sp { margin-left: 35px !important; }
.ml-40-sp { margin-left: 40px !important; }
.ml-45-sp { margin-left: 45px !important; }
.ml-50-sp { margin-left: 50px !important; }
.ml-55-sp { margin-left: 55px !important; }
.ml-60-sp { margin-left: 60px !important; }
.ml-65-sp { margin-left: 65px !important; }
.ml-70-sp { margin-left: 70px !important; }
.ml-75-sp { margin-left: 75px !important; }
.ml-80-sp { margin-left: 80px !important; }
.ml-85-sp { margin-left: 85px !important; }
.ml-90-sp { margin-left: 90px !important; }
.ml-95-sp { margin-left: 95px !important; }
.ml-100-sp { margin-left: 100px !important; }

.mr-auto-sp { margin-right: auto !important; }
.mr-0-sp { margin-right: 0px !important; }
.mr-5-sp { margin-right: 5px !important; }
.mr-10-sp { margin-right: 10px !important; }
.mr-15-sp { margin-right: 15px !important; }
.mr-20-sp { margin-right: 20px !important; }
.mr-25-sp { margin-right: 25px !important; }
.mr-30-sp { margin-right: 30px !important; }
.mr-35-sp { margin-right: 35px !important; }
.mr-40-sp { margin-right: 40px !important; }
.mr-45-sp { margin-right: 45px !important; }
.mr-50-sp { margin-right: 50px !important; }
.mr-55-sp { margin-right: 55px !important; }
.mr-60-sp { margin-right: 60px !important; }
.mr-65-sp { margin-right: 65px !important; }
.mr-70-sp { margin-right: 70px !important; }
.mr-75-sp { margin-right: 75px !important; }
.mr-80-sp { margin-right: 80px !important; }
.mr-85-sp { margin-right: 85px !important; }
.mr-90-sp { margin-right: 90px !important; }
.mr-95-sp { margin-right: 95px !important; }
.mr-100-sp { margin-right: 100px !important; }

.mt-0-sp { margin-top: 0 !important; }
.mt-5-sp { margin-top: 5px !important;}
.mt-10-sp { margin-top: 10px !important; }
.mt-15-sp { margin-top: 15px !important; }
.mt-20-sp { margin-top: 20px !important; }
.mt-25-sp { margin-top: 25px !important; }
.mt-30-sp { margin-top: 30px !important; }
.mt-35-sp { margin-top: 35px !important; }
.mt-40-sp { margin-top: 40px !important; }
.mt-45-sp { margin-top: 45px !important; }
.mt-50-sp { margin-top: 50px !important; }
.mt-55-sp { margin-top: 55px !important; }
.mt-60-sp { margin-top: 60px !important; }
.mt-65-sp { margin-top: 65px !important; }
.mt-70-sp { margin-top: 70px !important; }
.mt-75-sp { margin-top: 75px !important; }
.mt-80-sp { margin-top: 80px !important; }
.mt-85-sp { margin-top: 85px !important; }
.mt-90-sp { margin-top: 90px !important; }
.mt-95-sp { margin-top: 95px !important; }
.mt-100-sp { margin-top: 100px !important; }

/* padding */
.pb-0-sp { padding-bottom: 0px !important; }
.pb-5-sp { padding-bottom: 5px !important; }
.pb-10-sp { padding-bottom: 10px !important; }
.pb-15-sp { padding-bottom: 15px !important; }
.pb-20-sp { padding-bottom: 20px !important; }
.pb-25-sp { padding-bottom: 25px !important; }
.pb-30-sp { padding-bottom: 30px !important; }
.pb-35-sp { padding-bottom: 35px !important; }
.pb-40-sp { padding-bottom: 40px !important; }
.pb-45-sp { padding-bottom: 45px !important; }
.pb-50-sp { padding-bottom: 50px !important; }
.pb-55-sp { padding-bottom: 55px !important; }
.pb-60-sp { padding-bottom: 60px !important; }
.pb-65-sp { padding-bottom: 65px !important; }
.pb-70-sp { padding-bottom: 70px !important; }
.pb-75-sp { padding-bottom: 75px !important; }
.pb-80-sp { padding-bottom: 80px !important; }
.pb-85-sp { padding-bottom: 85px !important; }
.pb-90-sp { padding-bottom: 90px !important; }
.pb-95-sp { padding-bottom: 95px !important; }
.pb-100-sp { padding-bottom: 100px !important; }

.pl-0-sp { padding-left: 0px !important; }
.pl-5-sp { padding-left: 5px !important; }
.pl-10-sp { padding-left: 10px !important; }
.pl-15-sp { padding-left: 15px !important; }
.pl-20-sp { padding-left: 20px !important; }
.pl-25-sp { padding-left: 25px !important; }
.pl-30-sp { padding-left: 30px !important; }
.pl-35-sp { padding-left: 35px !important; }
.pl-40-sp { padding-left: 40px !important; }
.pl-45-sp { padding-left: 45px !important; }
.pl-50-sp { padding-left: 50px !important; }
.pl-55-sp { padding-left: 55px !important; }
.pl-60-sp { padding-left: 60px !important; }
.pl-65-sp { padding-left: 65px !important; }
.pl-70-sp { padding-left: 70px !important; }
.pl-75-sp { padding-left: 75px !important; }
.pl-80-sp { padding-left: 80px !important; }
.pl-85-sp { padding-left: 85px !important; }
.pl-90-sp { padding-left: 90px !important; }
.pl-95-sp { padding-left: 95px !important; }
.pl-100-sp { padding-left: 100px !important; }

.pr-0-sp { padding-left: 0px !important; }
.pr-5-sp { padding-left: 5px !important; }
.pr-10-sp { padding-left: 10px !important; }
.pr-15-sp { padding-left: 15px !important; }
.pr-20-sp { padding-left: 20px !important; }
.pr-25-sp { padding-left: 25px !important; }
.pr-30-sp { padding-left: 30px !important; }
.pr-35-sp { padding-left: 35px !important; }
.pr-40-sp { padding-left: 40px !important; }
.pr-45-sp { padding-left: 45px !important; }
.pr-50-sp { padding-left: 50px !important; }
.pr-55-sp { padding-left: 55px !important; }
.pr-60-sp { padding-left: 60px !important; }
.pr-65-sp { padding-left: 65px !important; }
.pr-70-sp { padding-left: 70px !important; }
.pr-75-sp { padding-left: 75px !important; }
.pr-80-sp { padding-left: 80px !important; }
.pr-85-sp { padding-left: 85px !important; }
.pr-90-sp { padding-left: 90px !important; }
.pr-95-sp { padding-left: 95px !important; }
.pr-100-sp { padding-left: 100px !important; }

.pt-0-sp { padding-top: 0px !important; }
.pt-5-sp { padding-top: 5px !important; }
.pt-10-sp { padding-top: 10px !important; }
.pt-15-sp { padding-top: 15px !important; }
.pt-20-sp { padding-top: 20px !important; }
.pt-25-sp { padding-top: 25px !important; }
.pt-30-sp { padding-top: 30px !important; }
.pt-35-sp { padding-top: 35px !important; }
.pt-40-sp { padding-top: 40px !important; }
.pt-45-sp { padding-top: 45px !important; }
.pt-50-sp { padding-top: 50px !important; }
.pt-55-sp { padding-top: 55px !important; }
.pt-60-sp { padding-top: 60px !important; }
.pt-65-sp { padding-top: 65px !important; }
.pt-70-sp { padding-top: 70px !important; }
.pt-75-sp { padding-top: 75px !important; }
.pt-80-sp { padding-top: 80px !important; }
.pt-85-sp { padding-top: 85px !important; }
.pt-90-sp { padding-top: 90px !important; }
.pt-95-sp { padding-top: 95px !important; }
.pt-100-sp { padding-top: 100px !important; }

/* width */
.wd-100p-sp { width: 100% !important; }
.wd-95p-sp { width: 95% !important; }
.wd-90p-sp { width: 90% !important; }
.wd-85p-sp { width: 85% !important; }
.wd-80p-sp { width: 80% !important; }
.wd-75p-sp { width: 75% !important; }
.wd-70p-sp { width: 70% !important; }
.wd-65p-sp { width: 65% !important; }
.wd-60p-sp { width: 60% !important; }
.wd-55p-sp { width: 55% !important; }
.wd-50p-sp { width: 50% !important; }
.wd-45p-sp { width: 45% !important; }
.wd-40p-sp { width: 40% !important; }
.wd-35p-sp { width: 35% !important; }
.wd-30p-sp { width: 30% !important; }
.wd-25p-sp { width: 25% !important; }
.wd-20p-sp { width: 20% !important; }
.wd-15p-sp { width: 15% !important; }
.wd-auto-sp { width: auto !important; }

/* @end */
}

@media screen and (max-width: 390px) {
	 
	 #job-menu-list li a {
	 	font-size: 12px;
	 }
	 
	 #job-menu-list li a span {
	 	font-size: 8px;
	 }
}

@media screen and (max-width: 375px) {
	.entry-btn-area .link-btn a {
		min-width: auto;
		width: 100%;
	}
	
	 .entry-btn-area .link-btn {
	 	width: 100%;
	 }
	 
	 .fnav > ul,
	 .footer-logo,
	 #footer a,
	 .footer-logo span {
	 	display: block;
	 }
	 
	 .footer-logo span {
	 	padding-top: 10px;
	 }
	 }