@charset "UTF-8";
/* メインビジュアル（トップページ以外） */
/* メインタイトル */
/* ページ内追従メニュー */
/* メンバーズボイス */
/* 各事業部紹介 */
/* 採用について */
/* 応募ボタン */
/* 募集要項 */
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: top.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  line-height: 1;
  font-style: normal;
}

body {
  font-size: 10px;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

/* start \*/
html:\66irst-child body {
  font-size: 62.5%;
}

/* end */
body:first-of-type {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

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

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    width: 100%;
  }
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

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

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}
@media screen and (min-width: 769px) {
  html,
  body {
    min-width: 1450px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  html,
  body {
    min-width: unset;
  }
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  color: #000;
  overflow-x: hidden;
}
body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
a:hover > * {
  text-decoration: none;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
  background: #F4ECE5;
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.right-nav {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .right-nav {
    bottom: 60px;
  }
}
.right-nav a {
  -moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  display: block;
}
.right-nav a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .right-nav img {
    width: 45px;
    height: 45px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
.followmenu {
  position: fixed;
  top: 20px;
  left: 15px;
  z-index: 10000;
  width: 100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .followmenu {
    top: 5px;
    left: 5px;
    width: calc(100% - 10px);
  }
}

.followmenu-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 35px;
  padding: 30px 20px 20px;
  width: 100px;
  height: 760px;
  max-height: calc(100vh - 40px);
  border-radius: 50px;
  box-shadow: 0px 0px 10px 3px #00000026;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-inner {
    flex-direction: unset;
    align-items: unset;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-inner {
    flex-direction: unset;
    align-items: unset;
    padding: 10px 15px;
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
}

.followmenu-txt {
  position: relative;
  z-index: 30000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-txt {
    order: 1;
    flex-grow: 1;
  }
}
.followmenu-txt a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-txt a {
    flex-direction: unset;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-txt a {
    flex-direction: unset;
  }
}
.followmenu-txt img {
  width: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-txt img {
    width: auto;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-txt img {
    width: 34px;
  }
}
.followmenu-txt p {
  font-size: 16px;
  font-weight: bold;
  writing-mode: vertical-rl;
  color: #515151;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-txt p {
    font-size: 18px;
    writing-mode: unset;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-txt p {
    writing-mode: unset;
  }
}

.followmenu-btn {
  position: relative;
  z-index: 30000;
  max-width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn {
    order: 2;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-btn {
    display: none;
  }
}
.followmenu-btn ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn ul {
    flex-direction: unset;
    align-items: unset;
    position: relative;
    top: 3px;
  }
}
.followmenu-btn ul li {
  max-width: 100%;
}
.followmenu-btn ul li a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 32px 19px;
  font-size: 20px;
  font-weight: 500;
  writing-mode: vertical-rl;
  letter-spacing: 0.05em;
  color: #FFF;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn ul li a {
    justify-content: center;
    padding: 11px 25px 15px;
    font-size: 18px;
    writing-mode: unset;
  }
}
.followmenu-btn ul li a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 40px 40px 0 0;
  background: #5599FF;
  transform-origin: 50% 100%;
  transition: 500ms;
  transform: scaleY(0);
}
.followmenu-btn ul li:first-child a {
  border-radius: 40px 40px 0 0;
  background: #0034B9;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn ul li:first-child a {
    border-radius: 30px 0 0 30px;
  }
}
.followmenu-btn ul li:first-child a::before {
  background: #5599FF;
}
.followmenu-btn ul li:last-child {
  position: relative;
  top: -1px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn ul li:last-child {
    top: 0;
  }
}
.followmenu-btn ul li:last-child a {
  border-radius: 0 0 40px 40px;
  background: #000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-btn ul li:last-child a {
    border-radius: 0 30px 30px 0;
  }
}
.followmenu-btn ul li:last-child a::before {
  background: #938D89;
}
.followmenu-btn ul li:hover a {
  opacity: 1;
}
.followmenu-btn ul li:hover a::before {
  transform-origin: 50% 100%;
  transform: scaleY(1);
}
.followmenu-btn ul li:hover:first-child a {
  background: #5599FF;
}
.followmenu-btn ul li:hover:last-child a {
  background: #938D89;
}

.followmenu-humberger {
  display: block;
  cursor: pointer;
  z-index: 30000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followmenu-humberger {
    order: 3;
    position: relative;
    top: 6px;
  }
}

.followmenu-humberger-btn {
  position: relative;
  width: 36px;
  height: 22px;
}
.followmenu-humberger-btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  transition: all .5s;
  background: #5599FF;
}
.followmenu-humberger-btn span:nth-child(1) {
  top: 0;
}
.followmenu-humberger-btn span:nth-child(2) {
  top: 9px;
}
.followmenu-humberger-btn span:nth-child(3) {
  bottom: 0;
  width: 50%;
}

.followmenu-humberger-txt {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 500;
}

/*開いた時 */
body.drawer-opened .followmenu-inner {
  box-shadow: none;
  background: none;
  transition-duration: 300ms;
  transition-timing-function: ease-out;
}
body.drawer-opened #humberger .followmenu-humberger-btn span:nth-child(1) {
  transform: translateY(9px) rotate(25deg);
}
body.drawer-opened #humberger .followmenu-humberger-btn span:nth-child(2) {
  opacity: 0;
}
body.drawer-opened #humberger .followmenu-humberger-btn span:nth-child(3) {
  transform: translateY(-9px) rotate(-25deg);
  width: 100%;
}

#drawernav {
  display: none;
  position: fixed;
  left: 15px;
  right: 0;
  top: 20px;
  width: calc(100% - 30px);
  min-height: 760px;
  padding: 82px 0;
  border-radius: 50px;
  box-shadow: 0px 0px 10px 3px #00000026;
  background: #FFF url("../img/common/bg_bizuplogo.webp") no-repeat 98% 90%;
  color: #000;
  z-index: 20000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #drawernav {
    top: 5px;
    left: 5px;
    padding: 90px 15px 30px;
    width: calc(100% - 10px);
    min-height: 570px;
    border-radius: 15px;
    background-size: 30%;
    background-position: 95% 90%;
  }
}
@media screen and (max-width: 768px) {
  #drawernav {
    top: 5px;
    left: 5px;
    padding: 70px 15px 30px;
    width: calc(100% - 10px);
    min-height: 80vh;
    border-radius: 15px;
    background-size: 60%;
    background-position: 90% 90%;
  }
}

.drawernav-inner {
  position: relative;
  left: 200px;
  margin: 0 50px 0 0;
  width: calc(100% - 250px);
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-inner {
    left: 0;
    margin: 0;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-inner {
    left: 0;
    margin: 0;
    width: auto;
  }
}

@media screen and (max-width: 768px) {
  .drawernav-linklist {
    height: 68vh;
    overflow: scroll;
  }
}
.drawernav-linklist dl {
  display: flex;
  gap: 8%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl {
    justify-content: space-evenly;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl {
    flex-direction: column;
    gap: 20px;
  }
}
.drawernav-linklist dl dt ul li:first-child,
.drawernav-linklist dl dd ul li:first-child {
  height: 200px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt ul li:first-child,
  .drawernav-linklist dl dd ul li:first-child {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dt ul li:first-child,
  .drawernav-linklist dl dd ul li:first-child {
    height: auto;
  }
}
.drawernav-linklist dl dt ul li a,
.drawernav-linklist dl dd ul li a {
  display: inline-block;
  margin: 0 0 30px;
  font-size: 28px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt ul li a,
  .drawernav-linklist dl dd ul li a {
    margin: 0 0 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dt ul li a,
  .drawernav-linklist dl dd ul li a {
    margin: 0 0 10px;
    font-size: 20px;
  }
}
.drawernav-linklist dl dt ul li a:hover,
.drawernav-linklist dl dd ul li a:hover {
  animation-timing-function: ease-out;
  animation-duration: 300ms;
  color: #F7EFE9;
}
.drawernav-linklist dl dt ul li.nolinksublist a,
.drawernav-linklist dl dd ul li.nolinksublist a {
  margin: 0;
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul {
  gap: 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul,
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul,
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul {
    gap: 10px;
  }
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li:first-child,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li:first-child {
  height: unset;
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li:not(:last-child),
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li:not(:last-child) {
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul li:not(:last-child),
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul li:not(:last-child) {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul li:not(:last-child),
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul li:not(:last-child) {
    margin: 0;
  }
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li a,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li a {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul li a,
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dt ul li .drawernav-linksublist ul li a,
  .drawernav-linklist dl dd ul li .drawernav-linksublist ul li a {
    font-size: 14px;
  }
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li a::before, .drawernav-linklist dl dt ul li .drawernav-linksublist ul li a::after,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li a::before,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li a::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background: #5599FF;
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li a:hover,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li a:hover {
  opacity: 1;
  color: #000;
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li a:hover::after,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li a:hover::after {
  transform: rotate(-90deg);
}
.drawernav-linklist dl dt ul li .drawernav-linksublist ul li.indent,
.drawernav-linklist dl dd ul li .drawernav-linksublist ul li.indent {
  padding: 0 0 0 20px;
}
.drawernav-linklist dl dt {
  width: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dt {
    width: 60px;
  }
}
.drawernav-linklist dl dd ul {
  display: flex;
  flex-direction: column;
  gap: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .drawernav-linklist dl dd ul {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .drawernav-linklist dl dd ul {
    gap: 20px;
  }
}

#entrytop .followmenu-inner,
#entryconfirm .followmenu-inner,
#entrythanks .followmenu-inner {
  height: 350px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #entrytop .followmenu-inner,
  #entryconfirm .followmenu-inner,
  #entrythanks .followmenu-inner {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #entrytop .followmenu-inner,
  #entryconfirm .followmenu-inner,
  #entrythanks .followmenu-inner {
    height: auto;
  }
}
#entrytop .followmenu-btn,
#entryconfirm .followmenu-btn,
#entrythanks .followmenu-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  #entrytop .followmenu-bottom,
  #entryconfirm .followmenu-bottom,
  #entrythanks .followmenu-bottom {
    background-color: unset;
  }
}

.followlogo {
  position: fixed;
  top: 380px;
  right: 80px;
  z-index: 100;
  width: 468px;
  height: 468px;
  background: url("../img/common/bg_bizuplogo.webp") no-repeat center top;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followlogo {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .followlogo {
    display: none;
  }
}

.followmenu-bottom {
  display: none;
}
@media screen and (max-width: 768px) {
  .followmenu-bottom {
    display: block;
    position: fixed;
    bottom: 0;
    padding: 5px 10px;
    width: 100%;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 30000;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul {
    flex-direction: unset;
    align-items: unset;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul li a {
    justify-content: center;
    padding: 12px 15px 15px;
    width: 100%;
    font-size: 18px;
    writing-mode: unset;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul li:first-child a {
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul li:last-child {
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .followmenu-bottom .followmenu-btn ul li:last-child a {
    border-radius: 0 30px 30px 0;
  }
}

.optimize-origin {
  display: none !important;
}

/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1280px) {
  #content {
    padding: 100px 0 0;
  }
}
@media screen and (max-width: 768px) {
  #content {
    padding: 80px 0 0;
  }
}

/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/* インナー */
.mod-inner {
  margin: 0 auto;
  padding: 100px 0;
  width: 1200px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 60px 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 40px 15px;
    width: 100%;
  }
}

.mod-inner__notoppd {
  padding: 0 0 100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner__notoppd {
    padding: 0 15px 60px;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner__notoppd {
    padding: 0 15px 40px;
  }
}

.mod-inner__nobottompd {
  padding: 100px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner__nobottompd {
    padding: 60px 15px 0;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner__nobottompd {
    padding: 40px 15px 0;
  }
}

.mod-inner__wave {
  padding: 50px 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner__wave {
    padding: 60px 15px;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner__wave {
    padding: 40px 15px;
  }
}

/* 見出し */
.mod-title {
  position: relative;
  z-index: 1000;
  margin: 0 0 60px;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-title {
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .mod-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.5;
  }
}

.mod-title__white {
  color: #FFF;
}

.mod-title__center {
  text-align: center;
}

/* テキスト */
.mod-txt {
  position: relative;
  z-index: 1000;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .mod-txt {
    font-size: 16px;
    line-height: 1.8;
  }
}

.mod-txt__center {
  text-align: center;
  margin: 0 0 60px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .mod-txt__center {
    text-align: left;
    margin: 0 0 30px;
    letter-spacing: unset;
  }
}

/* ボタン */
.mod-btn {
  display: inline-block;
  position: relative;
  z-index: 1000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-btn {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn {
    width: 100%;
  }
}
.mod-btn a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 30px 1px 60px;
  width: 280px;
  height: 60px;
  border-radius: 40px;
  background: #0034B9;
  z-index: 0;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-btn a {
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn a {
    margin: 0 auto;
    height: 50px;
  }
}
.mod-btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 0 40px 40px 0;
  background: #5599FF;
  transition: 300ms;
  transform-origin: 0% 50%;
  transform: scaleX(0);
}
.mod-btn a p {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  color: #FFF;
}
.mod-btn a p::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  background: url("../img/common/ic_arrow.webp") no-repeat center left;
  background-size: contain;
  animation-name: btn-move-out;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out {
  0% {
    top: 3px;
    left: 170px;
  }
  100% {
    top: 3px;
    left: -30px;
  }
}
.mod-btn a:hover {
  background: #5599FF;
  opacity: 1;
}
.mod-btn a:hover::before {
  transform-origin: 0% 50%;
  transform: scaleX(1);
}
.mod-btn a:hover p::before {
  animation-name: btn-move-in;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in {
  0% {
    top: 3px;
    left: -30px;
  }
  100% {
    top: 3px;
    left: 170px;
  }
}
.mod-btn__center {
  display: block;
}
.mod-btn__center a {
  margin: 0 auto;
}

.mod-btn__entry {
  display: block;
  position: relative;
  z-index: 1000;
}
.mod-btn__entry a {
  margin: 0 auto;
  padding: 0 40px 2px 80px;
  width: 700px;
  height: 80px;
  background: #00AFFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-btn__entry a {
    width: 100%;
    max-width: 600px;
    height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn__entry a {
    width: 100%;
    height: 50px;
    font-size: 22px;
  }
}
.mod-btn__entry a p {
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .mod-btn__entry a p {
    font-size: 22px;
  }
}
.mod-btn__entry a p::before {
  width: 20px;
  height: 20px;
  animation-name: btn-move-out-entry;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@media screen and (max-width: 768px) {
  .mod-btn__entry a p::before {
    width: 18px;
    height: 18px;
  }
}
@keyframes btn-move-out-entry {
  0% {
    top: 4px;
    left: 550px;
  }
  100% {
    top: 4px;
    left: -30px;
  }
}
.mod-btn__entry a:hover p::before {
  animation-name: btn-move-in-entry;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in-entry {
  0% {
    top: 4px;
    left: -30px;
  }
  100% {
    top: 4px;
    left: 550px;
  }
}
.mod-btn__middle a {
  margin: 0 auto;
  padding: 0 60px 2px 60px;
  width: 520px;
  height: 70px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-btn__middle a {
    max-width: 520px;
    height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn__middle a {
    padding: 0 15px 2px 50px;
    width: 100%;
    max-width: 520px;
    height: 60px;
  }
}
.mod-btn__middle a p {
  font-size: 22px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mod-btn__middle a p {
    font-size: 18px;
  }
}
.mod-btn__middle a p::before {
  width: 20px;
  height: 20px;
  animation-name: btn-move-out-middle;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out-middle {
  0% {
    top: 5px;
    left: 400px;
  }
  100% {
    top: 5px;
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn__middle a p::before {
    width: 16px;
    height: 16px;
  }
}
.mod-btn__middle a:hover p::before {
  animation-name: btn-move-in-middle;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in-middle {
  0% {
    top: 5px;
    left: -30px;
  }
  100% {
    top: 5px;
    left: 400px;
  }
}
.mod-btn__long a {
  padding: 0 50px 2px 60px;
  width: 620px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-btn__long a {
    max-width: 620px;
  }
}
@media screen and (max-width: 768px) {
  .mod-btn__long a {
    width: 100%;
    max-width: 620px;
  }
}
.mod-btn__long a p::before {
  animation-name: btn-move-out-long;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-out-long {
  0% {
    top: 5px;
    left: 510px;
  }
  100% {
    top: 5px;
    left: -30px;
  }
}
.mod-btn__long a:hover p::before {
  animation-name: btn-move-in-long;
  animation-duration: 350ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@keyframes btn-move-in-long {
  0% {
    top: 5px;
    left: -30px;
  }
  100% {
    top: 5px;
    left: 510px;
  }
}
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
.footer {
  background: #0034B9;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1000;
  margin: 0 auto;
  padding: 80px 0;
  width: 1400px;
}
@media screen and (min-width: 1401px) and (max-width: 1650px) {
  .footer-inner {
    padding: 80px 0 80px 130px;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1400px) {
  .footer-inner {
    padding: 80px 20px 80px 130px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-inner {
    padding: 40px 50px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 40px 15px 75px;
    width: 100%;
  }
}

.footer-top {
  display: flex;
  justify-content: space-between;
  margin: 0 0 80px;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-top {
    gap: 60px;
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-top {
    flex-direction: column;
    margin: 0 0 40px;
  }
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-bottom {
    flex-direction: column;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom {
    flex-direction: column;
  }
}

.footer-address {
  padding: 0 20px 0 0;
  width: 400px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-address {
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-address {
    margin: 0 0 40px;
    padding: 0;
    width: 100%;
  }
}
.footer-address .logo {
  display: inline-block;
  margin: 0 0 20px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-address .logo a img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .footer-address .logo a img {
    width: 140px;
  }
}
.footer-address .logo a:hover {
  opacity: 1;
}
.footer-address ul li {
  font-size: 18px;
  line-height: 1.8;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-address ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-address ul li {
    font-size: 16px;
    line-height: 1.6;
  }
}
.footer-address ul li a {
  color: #FFF;
}
.footer-address ul li a:hover {
  color: #FFF;
}

.footer-linklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 105px;
  width: 800px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-linklist ul {
    gap: 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .footer-linklist ul {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px 10px;
    width: 100%;
  }
}
.footer-linklist ul li {
  width: 180px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-linklist ul li {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-linklist ul li {
    width: calc(50% - 5px);
  }
}
.footer-linklist ul li:nth-child(3n + 2) {
  width: 230px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-linklist ul li:nth-child(3n + 2) {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .footer-linklist ul li:nth-child(3n + 2) {
    width: calc(50% - 5px);
  }
}
.footer-linklist ul li a {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  font-size: 28px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-linklist ul li a {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .footer-linklist ul li a {
    gap: 5px 0;
    font-size: 18px;
  }
}
.footer-linklist ul li a span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-linklist ul li a span {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-linklist ul li a span {
    font-size: 16px;
  }
}

.footer-bottom-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-bottom-link ul {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul {
    justify-content: space-between;
    gap: 10px 5px;
    margin: 0 0 30px;
  }
}
.footer-bottom-link ul li a {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-bottom-link ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom-link ul li a {
    font-size: 14px;
  }
}
.footer-bottom-link ul li a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  margin: 0 0 0 5px;
  width: 16px;
  height: 16px;
  background: url("../img/common/ic_link.webp") no-repeat center left;
  background-size: contain;
}

.footer-copyright {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .footer-copyright {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright {
    text-align: center;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
/*-----------------------------
  共通パーツ
-----------------------------*/
.maintitle {
  display: inline-block;
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .maintitle {
    margin: 0 0 30px;
    width: 100%;
  }
}
.maintitle::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background: #000;
}
.maintitle p {
  margin: 0 0 14px;
  font-size: 56px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .maintitle p {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .maintitle p {
    margin: 0 0 10px;
    font-size: 30px;
  }
}
.maintitle span {
  font-size: 20px;
  font-weight: bold;
}
.maintitle.maintitle__white {
  color: #FFF;
}
.maintitle.maintitle__white::before {
  background: #FFF;
}
.maintitle .maintitle-txtarea {
  position: relative;
}
.maintitle .maintitle-txtarea a {
  position: absolute;
  top: -5px;
  right: 0;
  padding: 4px 10px 5px;
  font-size: 20px;
  font-weight: bold;
  background: #D9D9D9;
  color: #000;
}
@media screen and (max-width: 768px) {
  .maintitle .maintitle-txtarea a {
    top: 0;
    font-size: 20px;
  }
}

.voicelist-inner {
  margin: 0 auto;
  padding: 0 0 50px;
  width: 1200px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-inner {
    width: 100%;
    padding: 0 15px 10px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-inner {
    width: 100%;
    padding: 0 15px;
  }
}

.voicelist {
  position: relative;
  z-index: 1000 !important;
}
.voicelist ul {
  transition-timing-function: linear;
}
.voicelist ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 80px 0 0;
  width: 340px;
  height: 460px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist ul li {
    margin: 0 50px 0 0;
    width: 270px;
    height: 365px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist ul li {
    margin: 0 30px 0 0;
    width: 170px;
    height: 230px;
  }
}
.voicelist ul li:nth-child(even) {
  margin: 70px 80px 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist ul li:nth-child(even) {
    margin: 70px 50px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(even) {
    margin: 70px 30px 0 0;
  }
}
.voicelist ul li:nth-child(6n + 1) .voicelist-img {
  border-radius: 30px 30px 80px 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 1) .voicelist-img {
    border-radius: 20px 20px 40px 20px;
  }
}
.voicelist ul li:nth-child(6n + 2) .voicelist-img {
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 2) .voicelist-img {
    border-radius: 20px;
  }
}
.voicelist ul li:nth-child(6n + 3) .voicelist-img {
  border-radius: 30px 80px 30px 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 3) .voicelist-img {
    border-radius: 20px 50px 20px 20px;
  }
}
.voicelist ul li:nth-child(6n + 4) .voicelist-img {
  border-radius: 30px 80px 80px 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 4) .voicelist-img {
    border-radius: 20px 50px 40px 20px;
  }
}
.voicelist ul li:nth-child(6n + 5) .voicelist-img {
  border-radius: 80px 30px 30px 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 5) .voicelist-img {
    border-radius: 50px 20px 20px 20px;
  }
}
.voicelist ul li:nth-child(6n + 6) .voicelist-img {
  border-radius: 80px 30px 80px 30px;
}
@media screen and (max-width: 768px) {
  .voicelist ul li:nth-child(6n + 6) .voicelist-img {
    border-radius: 50px 20px 40px 20px;
  }
}
.voicelist ul li a {
  color: #000;
}
.voicelist ul li a:hover .voicelist-img img {
  transform: scale(1.2, 1.2);
  transition: 1s all;
}

.voicelist-img {
  width: 340px;
  height: 460px;
  object-fit: cover;
  overflow: hidden;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-img {
    width: 270px;
    height: 365px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-img {
    width: 170px;
    height: 230px;
  }
}
.voicelist-img img {
  width: 100%;
  height: auto;
  transition: 1s all;
}

.voicelist-txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 15px;
  border-radius: 20px;
  background: rgba(247, 239, 233, 0.7);
}
@media screen and (max-width: 768px) {
  .voicelist-txt {
    padding: 10px;
    border-radius: 10px;
  }
}
.voicelist-txt .txt-name {
  margin: 0 0 10px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-txt .txt-name {
    margin: 0 0 5px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-txt .txt-name {
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.voicelist-txt .txt-department {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-txt .txt-department {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-txt .txt-department {
    font-size: 10px;
  }
}
.voicelist-txt .txt-section {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-txt .txt-section {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-txt .txt-section {
    font-size: 10px;
  }
}

.recruitment {
  position: relative;
  padding: 30px 0 90px;
  background: url("../img/common/bg_recruitment.webp") no-repeat center top;
  background-color: rgba(0, 52, 185, 0.4);
  background-blend-mode: multiply;
  background-size: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment {
    padding: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment {
    padding: 0 0 20px;
    background-position: left top;
  }
}

.recruitment-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1000;
  gap: 22px 0;
  margin: 0 0 100px;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-title {
    gap: 16px 0;
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-title {
    gap: 15px 0;
    margin: 0 0 30px;
  }
}
.recruitment-title p {
  font-size: 80px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
  text-shadow: 0px 4px 4px #00000040;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-title p {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-title p {
    font-size: 36px;
  }
}
.recruitment-title span {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-title span {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-title span {
    font-size: 20px;
  }
}

.recruitment-list {
  position: relative;
  z-index: 1000;
}
.recruitment-list ul {
  display: flex;
  justify-content: center;
  gap: 65px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-list ul {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-list ul {
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-list ul li {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 768px) {
  .recruitment-list ul li {
    width: calc(50% - 10px);
  }
}
.recruitment-list ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 230px;
  height: 230px;
  border-radius: 30px;
  font-size: 24px;
  font-weight: bold;
  background: #00AFFF;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-list ul li a {
    width: 100%;
    height: 80px;
    border-radius: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-list ul li a {
    padding: 0 0 0 35px;
    width: 100%;
    height: 80px;
    border-radius: 20px;
    font-size: 18px;
  }
}
.recruitment-list ul li a::before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: 40px;
  width: 20px;
  height: 20px;
  background: url("../img/common/ic_arrow.webp") no-repeat center left;
  background-size: contain;
  transform: rotate(-45deg);
  animation-name: btn-move-out-recruitment;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.3, -0.05, 0.7, -0.5);
}
@keyframes btn-move-out-recruitment {
  0% {
    left: calc(100% - 60px);
    bottom: calc(100% - 60px);
  }
  100% {
    left: 40px;
    bottom: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-list ul li a::before {
    bottom: calc(50% - 10px);
    animation: unset;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-list ul li a::before {
    left: 15px;
    bottom: calc(50% - 10px);
    width: 16px;
    height: 16px;
    animation: unset;
  }
}
.recruitment-list ul li a:hover {
  background: #5599FF;
  opacity: 1;
}
.recruitment-list ul li a:hover::before {
  animation-name: btn-move-in-recruitment;
  animation-duration: 300ms;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.3, -0.05, 0.7, -0.5);
}
@keyframes btn-move-in-recruitment {
  0% {
    left: 40px;
    bottom: 40px;
  }
  100% {
    left: calc(100% - 60px);
    bottom: calc(100% - 60px);
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-list ul li a:hover::before {
    animation: unset;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-list ul li a:hover::before {
    animation: unset;
  }
}

.recruitment-txt {
  position: absolute;
  bottom: -5px;
}
.recruitment-txt ul {
  overflow: hidden;
  display: flex;
  width: 100vw;
}
.recruitment-txt ul li {
  flex-shrink: 0;
  white-space: nowrap;
  font-size: 130px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
  color: #5599FF;
  opacity: 0.4;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .recruitment-txt ul li {
    font-size: 80px;
  }
}
@media screen and (max-width: 768px) {
  .recruitment-txt ul li {
    font-size: 50px;
  }
}
.recruitment-txt ul li:nth-child(odd) {
  animation: txt-move-recruitment 72s -36s infinite linear;
}
.recruitment-txt ul li:nth-child(even) {
  animation: txt-move-recruitment2 72s infinite linear;
}
@keyframes txt-move-recruitment {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes txt-move-recruitment2 {
  from {
    transform: translateX(-200%);
  }
  to {
    transform: translateX(0);
  }
}
.entrybtn {
  position: relative;
  z-index: 10;
  background: #000;
}

.entrybtn-txt {
  position: relative;
  z-index: 1000;
  text-align: center;
  margin: 0 0 80px;
  font-size: 28px;
  font-weight: bold;
  line-height: 2.1;
  color: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .entrybtn-txt {
    margin: 0 0 40px;
    font-size: 24px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .entrybtn-txt {
    margin: 0 0 30px;
    font-size: 18px;
    line-height: 1.6;
  }
}

/* 追従アイコン */
.followicon {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000;
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followicon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .followicon {
    display: none;
  }
}
.followicon a {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 246px;
  height: 246px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followicon a {
    top: 30px;
    right: 120px;
    width: 150px;
    height: 150px;
  }
}

.followicon-img {
  width: 246px;
  height: 246px;
  background: url("../img/top/bg_followicon.webp") no-repeat left top;
  background-size: contain;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followicon-img {
    width: 150px;
    height: 150px;
  }
}
.followicon-img::after {
  content: '';
  display: block;
  position: relative;
  top: -100px;
  left: -30px;
  width: 304px;
  height: 304px;
  background: url("../img/top/tx_followicon.webp") no-repeat center center;
  background-size: contain;
  animation: spin 12s infinite linear;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followicon-img::after {
    top: -68px;
    left: -22px;
    width: 194px;
    height: 194px;
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.followicon-img-txt {
  position: relative;
  top: 48px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.5;
  color: #000;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .followicon-img-txt {
    top: 28px;
    font-size: 16px;
  }
}

/* MV */
.main-visual {
  position: relative;
  padding: 48.17% 0 0;
  background: #5599FF url("../img/top/kv_recruit_top.webp") no-repeat center top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 136% 0 0;
    background: #5599FF url("../img/top/kv_recruit_top_sp.webp") no-repeat center top;
    background-size: cover;
  }
}

.main-visual-inner {
  position: absolute;
  top: 20%;
  left: 15%;
}
@media screen and (max-width: 768px) {
  .main-visual-inner {
    top: 5px;
    left: unset;
    margin: 0 20px;
  }
}

.main-visual-maintxt {
  margin: 0 0 15px;
  font-size: 2.8vw;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .main-visual-maintxt {
    font-size: 6.0vw;
  }
}

.main-visual-subtxt {
  font-size: 1.2vw;
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .main-visual-subtxt {
    font-size: 3.8vw;
    line-height: 1.6;
  }
}

/* 見出し */
.mod-title-top {
  display: inline-block;
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 0 50px;
}
@media screen and (max-width: 768px) {
  .mod-title-top {
    margin: 0 0 30px;
  }
}
.mod-title-top::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 5px;
  border-radius: 5px;
  background: #000;
}
.mod-title-top p {
  margin: 0 0 14px;
  font-size: 56px;
  font-weight: bold;
  font-family: Plus Jakarta Sans;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-title-top p {
    font-size: 44px;
  }
}
@media screen and (max-width: 768px) {
  .mod-title-top p {
    margin: 0 0 10px;
    font-size: 30px;
  }
}
.mod-title-top span {
  font-size: 20px;
  font-weight: bold;
}
.mod-title-top.mod-title-top__white {
  color: #FFF;
}
.mod-title-top.mod-title-top__white::before {
  background: #FFF;
}
.mod-title-top .mod-title-top-txtarea {
  position: relative;
}
.mod-title-top .mod-title-top-txtarea a {
  position: absolute;
  top: -5px;
  right: 0;
  padding: 4px 10px 5px;
  font-size: 20px;
  font-weight: bold;
  background: #D9D9D9;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mod-title-top .mod-title-top-txtarea a {
    top: -3px;
    font-size: 16px;
  }
}

/* about */
.about-top {
  background: #5599FF;
}

.about-box {
  position: relative;
  z-index: 1000;
  padding: 30px;
  border-radius: 60px 60px 120px 60px;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about-box {
    padding: 30px 20px;
    border-radius: 30px 30px 60px 30px;
  }
}
@media screen and (max-width: 768px) {
  .about-box {
    padding: 20px 20px 30px;
    border-radius: 30px;
  }
}
.about-box dl {
  display: flex;
  align-items: center;
  gap: 120px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about-box dl {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .about-box dl {
    flex-direction: column;
    gap: 20px;
  }
}

.about-box-img img {
  width: 460px;
  height: 450px;
  border-radius: 40px;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about-box-img img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .about-box-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

.about-box-txt {
  margin: 0 0 100px;
  font-size: 18px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .about-box-txt {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 768px) {
  .about-box-txt {
    margin: 0 0 30px;
    font-size: 16px;
    line-height: 1.6;
  }
}

/* work */
.work-list {
  position: relative;
  z-index: 1000;
}
.work-list ul {
  display: flex;
  gap: 80px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .work-list ul {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .work-list ul {
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .work-list ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .work-list ul li {
    width: 100%;
  }
}
.work-list ul li:first-child .work-list-box {
  border-radius: 60px 120px 60px 60px;
}
@media screen and (max-width: 768px) {
  .work-list ul li:first-child .work-list-box {
    border-radius: 30px 60px 30px 30px;
  }
}
.work-list ul li:first-child .work-list-box-img img {
  border-radius: 60px 120px 0 0;
}
@media screen and (max-width: 768px) {
  .work-list ul li:first-child .work-list-box-img img {
    border-radius: 30px 30px 0 0;
  }
}
.work-list ul li:last-child .work-list-box {
  border-radius: 120px 60px 60px 60px;
}
@media screen and (max-width: 768px) {
  .work-list ul li:last-child .work-list-box {
    border-radius: 30px 60px 30px 30px;
  }
}
.work-list ul li:last-child .work-list-box-img img {
  border-radius: 120px 60px 0 0;
}
@media screen and (max-width: 768px) {
  .work-list ul li:last-child .work-list-box-img img {
    border-radius: 30px 30px 0 0;
  }
}

.work-list-box {
  background: #FFF;
}
.work-list-box dl {
  display: flex;
  flex-direction: column;
}
.work-list-box dl dd {
  padding: 40px 40px 60px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .work-list-box dl dd {
    padding: 30px 30px 40px;
  }
}
@media screen and (max-width: 768px) {
  .work-list-box dl dd {
    padding: 30px;
  }
}

.work-list-box-img img {
  width: 560px;
  height: 330px;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .work-list-box-img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .work-list-box-img img {
    width: 100%;
    height: auto;
  }
}

.work-list-box-txt {
  margin: 0 0 60px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .work-list-box-txt {
    margin: 0 0 40px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .work-list-box-txt {
    margin: 0 0 30px;
    font-size: 20px;
    line-height: 1.4;
  }
}

/* message */
.message-top {
  background: #5599FF;
}

.message-box {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
  padding: 30px 30px 30px 70px;
  border-radius: 120px 60px 60px 60px;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box {
    flex-direction: column;
    justify-content: unset;
    padding: 30px 20px;
    border-radius: 60px 30px 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .message-box {
    flex-direction: column;
    justify-content: unset;
    padding: 20px 20px 30px;
    border-radius: 30px;
  }
}
.message-box .mod-btn {
  position: absolute;
  bottom: 60px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box .mod-btn {
    order: 3;
    position: relative;
    bottom: unset;
  }
}
@media screen and (max-width: 768px) {
  .message-box .mod-btn {
    order: 3;
    position: relative;
    bottom: unset;
  }
}

.message-box-txt {
  margin: 50px 0 0;
  width: 530px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box-txt {
    order: 2;
    margin: 0 auto 30px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-txt {
    order: 2;
    margin: 0 0 30px;
    width: 100%;
  }
}
.message-box-txt .txt-main {
  margin: 0 0 70px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box-txt .txt-main {
    margin: 0 0 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-txt .txt-main {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.message-box-txt .txt-mane {
  text-align: right;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box-txt .txt-mane {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-txt .txt-mane {
    margin: 0 0 10px;
    font-size: 18px;
  }
}
.message-box-txt .txt-degree {
  text-align: right;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .message-box-txt .txt-degree {
    font-size: 14px;
    line-height: 1.4;
  }
}

@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box-img {
    order: 1;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 768px) {
  .message-box-img {
    order: 1;
    margin: 0 0 20px;
  }
}
.message-box-img img {
  width: 460px;
  height: 450px;
  border-radius: 30px;
  object-fit: cover;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .message-box-img img {
    width: 100%;
    max-width: 460px;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .message-box-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
  }
}

/* 紙飛行機 */
.plane {
  position: relative;
  top: -10px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .plane {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .plane {
    display: none;
  }
}

.plane-img {
  position: absolute;
  top: 0;
  left: 0;
}
.plane-img img {
  width: 250px;
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .plane-img img {
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .plane-img img {
    width: 120px;
  }
}

/* voicelist */
.voicelist-slider-top {
  padding: 220px 0 100px;
  background: #5599FF url("../img/top/bg_voice_top.webp") no-repeat center top;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .voicelist-slider-top {
    padding: 100px 0 40px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .voicelist-slider-top {
    padding: 80px 0 40px;
    background-size: cover;
  }
}
