@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
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;
  vertical-align: baseline;
  background: transparent;
}

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

body {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -webkit-text-size-adjust: none;
}

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%;
  background: transparent;
  color: #333;
}

/* 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;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
  border: none;
}

ul,
ol {
  list-style: none;
}

em,
i {
  font-style: normal;
}

/* フォントサイズ
-------------------------------------------*/
html {
  font-size: 62.5%;
}

@media screen and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 120);
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 72.5%;
  }
}

@media (max-width: 500px) {
  html {
    font-size: calc(100vw / 38.5);
    /*ビューポートが390pxを基準*/
  }
}

/* body
-------------------------------------------*/
body {
  text-align: left;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #34373a;
  width: 100%;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 1.6rem;
  }
}

/* コンテンツ幅
-------------------------------------------*/
.inner {
  width: 100%;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner {
    padding: 0 6%;
  }
}

.inner_s {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .inner_s {
    padding: 0 6%;
  }
}

/*------------------------------------
clearfix 
------------------------------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clearfix {
  display: block;
}

/* End IE-mac */
.clear {
  clear: both;
}

/*------------------------------------
リンク 
------------------------------------*/
a {
  color: #333333;
  text-decoration: none;
}

@media screen and (min-width: 992px) {
  /* ホバーアクション */
  .hover {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .hover:hover {
    opacity: 0.6 !important;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/*------------------------------------
スマホ　非表示
------------------------------------*/
@media screen and (min-width: 992px) {
  .disp_sp {
    display: none !important;
  }
}

/*------------------------------------
PC　非表示
------------------------------------*/
@media screen and (max-width: 991px) {
  .disp_pc {
    display: none !important;
  }
}

body.is_hidden {
  overflow: hidden;
}

.input-search {
  width: 100%;
  padding: 5px 35px 5px 10px;
  /* 左にアイコン分の余白を確保 */
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: url(../img/common/icon_search.svg) right center no-repeat;
  background-size: 20px;
  background-position: right 10px center;
  background-color: #fff;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.main {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.page-recruit .main {
  overflow: inherit;
}

.page-policy .main,
.page-contact .main,
.page-contact_confirm .main,
.page-contact_thanks .main,
.page-form_notice .main,
.page-form_notice_confirm .main,
.page-form_notice_thanks .main,
.single-interview .main,
.error404 .main,
.page-recruit .main,
.single-post .main,
.page-topics .main,
.archive .main {
  background: #d9d9d9;
}

/* header
-------------------------------------------*/
.header {
  z-index: 9999;
}

@media screen and (min-width: 992px) {
  .header {
    position: fixed;
    top: 30px;
    left: 0;
    width: 100%;
  }
  .header-sp {
    display: none;
  }
  .header-logo {
    width: 148px;
  }
  .header-wrap {
    padding: 0 30px;
    max-width: 1220px;
    width: 100%;
    margin: auto;
    display: flex;
    align-items: center;
    position: relative;
  }
  .header-main {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 56px;
    padding: 0 25px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: calc(100% - 55px);
    margin-right: 12px;
  }
  .header-gnav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header-gnav ul li + li {
    margin-left: 20px;
  }
  .header-gnav ul li a {
    font-size: 1.4rem;
    font-weight: 700;
    padding: 10px 10px;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-gnav ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-gnav ul li a:hover {
    color: #26499c;
  }
}

@media screen and (min-width: 992px) {
  .header-gnav ul li.nav-online {
    margin-left: 30px;
  }
  .header-gnav ul li.nav-online a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34373a;
    color: #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 10px;
    margin: auto;
    width: 172px;
    height: 40px;
    font-weight: 400;
    text-align: center;
  }
  .header-gnav ul li.nav-online a > span {
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 16px;
    padding-right: 25px;
    min-height: 16px;
    font-family: "Outfit", sans-serif;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-gnav ul li.nav-online a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .header-gnav ul li.nav-online a:hover {
    background: #26499c;
    color: #fff;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .header-gnav ul li.nav-online a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) {
  .header-menu {
    width: 55px;
  }
  .header-menu .js_menu {
    width: 55px;
    height: 55px;
    background: #34373a;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu .js_menu {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu .js_menu:hover > span:nth-child(2), .header-menu .js_menu:hover > span:nth-child(3) {
    width: 24px;
  }
}

@media screen and (min-width: 992px) {
  .header-menu .js_menu > span {
    width: 24px;
    height: 1px;
    display: block;
    margin: auto;
    position: absolute;
    left: 16px;
    background: #fff;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu .js_menu > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 992px) {
  .header-menu .js_menu > span:nth-child(1) {
    top: 20px;
  }
  .header-menu .js_menu > span:nth-child(2) {
    top: 0;
    bottom: 0;
    width: 16px;
  }
  .header-menu .js_menu > span:nth-child(3) {
    bottom: 20px;
    width: 11px;
  }
  .header-menu-bg {
    position: fixed;
    top: 0;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    right: 0;
    left: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -webkit-overflow-scrolling: touch;
    z-index: 100;
    background: url(../img/common/bg_menu.png) center center no-repeat;
    background-size: cover;
  }
  .header-menu-bg.is_active {
    visibility: visible;
    opacity: 1;
  }
  .header-menu-wrap {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 20px 0 0;
  }
  .header-menu-inner {
    width: 100%;
    max-width: 1260px;
    padding: 0 50px 90px;
    min-height: calc(100vh - 30px);
    margin: auto;
    position: relative;
    z-index: 2;
  }
  .header-menu-content {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  .header-menu-logo {
    display: flex;
    justify-content: flex-start;
    margin-top: 50px;
  }
  .header-menu-links {
    position: absolute;
    right: 50px;
    bottom: 95px;
  }
  .header-menu-btn {
    width: 200px;
  }
  .header-menu-btn li + li {
    margin-top: 15px;
  }
  .header-menu-btn li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34373a;
    color: #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 10px;
    margin: auto;
    width: 100%;
    height: 55px;
    font-weight: 400;
    text-align: center;
  }
}

@media screen and (min-width: 992px) and (max-width: 991px) {
  .header-menu-btn li a {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu-btn li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu-btn li a > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu-btn li a:hover {
    background: #fff;
  }
}

@media screen and (min-width: 992px) {
  .header-menu-btn li.nav-online a {
    border: 1px solid #34373a;
  }
  .header-menu-btn li.nav-online a > span {
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 16px;
    padding-right: 25px;
    min-height: 16px;
    font-family: "Outfit", sans-serif;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu-btn li.nav-online a:hover {
    color: #34373a;
    background: #fff;
  }
  .header-menu-btn li.nav-online a:hover > span {
    background-image: url(../img/common/icon_blank_on.svg);
  }
}

@media screen and (min-width: 992px) {
  .header-menu-btn li.nav-anniversary a {
    background: #26499c;
    border: 1px solid #26499c;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu-btn li.nav-anniversary a:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (min-width: 992px) {
  .header-menu-search {
    width: 25%;
  }
  .header-menu-search .search-box input {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .header-menu-search .search-box button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .header-menu-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 60px;
  }
  .header-menu-sns li + li {
    margin-left: 30px;
  }
  .header-menu-sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.3s ease;
  }
  .header-menu-sns li a.icon-search {
    background-image: url(../img/common/icon_search.svg);
  }
  .header-menu-sns li a.icon-search:hover {
    background-image: url(../img/common/icon_search_on.svg);
  }
  .header-menu-sns li a.icon-insta {
    background-image: url(../img/common/icon_insta.svg);
  }
  .header-menu-sns li a.icon-insta:hover {
    background-image: url(../img/common/icon_insta_on.svg);
  }
  .header-menu-sns li a.icon-facebook {
    background-image: url(../img/common/icon_facebook.svg);
  }
  .header-menu-sns li a.icon-facebook:hover {
    background-image: url(../img/common/icon_facebook_on.svg);
  }
  .header-menu-sns li a.icon-x {
    background-image: url(../img/common/icon_x.svg);
  }
  .header-menu-sns li a.icon-x:hover {
    background-image: url(../img/common/icon_x_on.svg);
  }
  .header-menu-nav {
    width: 70%;
  }
  .header-menu-nav .flex {
    display: flex;
    flex-wrap: wrap;
  }
  .header-menu-nav .flex + .flex {
    margin-top: 40px;
  }
  .header-menu-nav .flex .item {
    width: 33%;
  }
  .header-menu-nav .flex .item ul li > a,
  .header-menu-nav .flex .item ul li > span {
    color: #fff;
    padding: 5px 0;
    display: table;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu-nav .flex .item ul li > a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-menu-nav .flex .item ul li > a:hover {
    color: #CF572C;
  }
}

@media screen and (min-width: 992px) {
  .header-menu-nav .flex .item ul.menu-l li > a,
  .header-menu-nav .flex .item ul.menu-l li > span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .header-menu-nav .flex .item ul.menu-l + .menu-s {
    margin-top: 10px;
  }
  .header-menu-nav .flex .item ul.menu-s li > a,
  .header-menu-nav .flex .item ul.menu-s li > span {
    font-size: 1.6rem;
  }
  .header-menu-close {
    display: flex;
    justify-content: flex-end;
  }
  .header-menu-close .js_menu_close {
    cursor: pointer;
  }
  .header-menu-foot {
    position: absolute;
    left: 50px;
    bottom: 25px;
  }
  .header-menu-foot ul {
    display: flex;
    align-items: center;
  }
  .header-menu-foot ul li {
    color: #5c5d5e;
  }
  .header-menu-foot ul li + li {
    margin-left: 50px;
  }
  .header-menu-foot ul li a {
    color: #5c5d5e;
  }
}

@media screen and (min-width: 992px) and (min-width: 992px) {
  .header-menu-foot ul li a:hover {
    text-decoration: underline;
  }
}

@media screen and (min-width: 992px) {
  .header-menu-symbol {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/common/bg_menu_bottom.png) center bottom no-repeat;
    background-size: contain;
    pointer-events: none;
  }
}

@media screen and (max-width: 991px) {
  .header {
    width: 100%;
    z-index: 9999;
    position: fixed;
    top: 15px;
    left: 0;
  }
  .header-pc {
    display: none;
  }
  .header-sp-main {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50px;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 55px;
    padding: 0 20px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    width: 90%;
    margin: auto;
  }
  .header-sp-logo {
    height: 25px;
  }
  .header-sp-logo a {
    display: block;
  }
  .header-sp-logo a img {
    height: 25px;
  }
  .header-sp-menu img {
    height: 30px;
  }
  .header #sp_menu_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    background: #fff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: url(../img/common/bg_menu_sp.png) center center no-repeat;
    background-size: cover;
  }
  .header #sp_menu_block.is_active {
    opacity: 1;
    pointer-events: all;
  }
  .header .sp-menu {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding: 90px 0 20px;
  }
  .header .sp-menu-close {
    display: flex;
    justify-content: flex-end;
    width: 90%;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 10px;
    z-index: 9999;
  }
  .header .sp-menu-main {
    width: 80%;
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
  }
  .header .sp-menu-main .flex {
    display: flex;
    justify-content: space-between;
  }
  .header .sp-menu-symbol {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/common/bg_menu_bottom_sp.png) center bottom no-repeat;
    background-size: contain;
    pointer-events: none;
  }
  .header .sp-menu-nav + .sp-menu-nav {
    margin-top: 20px;
  }
  .header .sp-menu-nav ul li + li {
    margin-top: 5px;
  }
  .header .sp-menu-nav ul li > a,
  .header .sp-menu-nav ul li span {
    color: #fff;
    display: table;
    padding: 3px 0;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .header .sp-menu-nav ul li > a,
  .header .sp-menu-nav ul li span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .sp-menu-nav ul li > a:hover,
  .header .sp-menu-nav ul li span:hover {
    opacity: 0.6;
  }
}

@media screen and (max-width: 991px) {
  .header .sp-menu-nav .menu-l li > a,
  .header .sp-menu-nav .menu-l li > span {
    font-family: "Outfit", sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .header .sp-menu-nav .menu-l + .menu-s {
    margin-top: 5px;
  }
  .header .sp-menu-nav .menu-s li > a,
  .header .sp-menu-nav .menu-s li > span {
    font-size: 1.2rem;
  }
  .header .sp-menu-search {
    margin-top: 30px;
  }
  .header .sp-menu-search .search-box input {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  .header .sp-menu-search .search-box button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
  .header .sp-menu-btn {
    max-width: 200px;
    margin: 50px auto 0;
    position: relative;
    z-index: 2;
  }
  .header .sp-menu-btn ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #34373a;
    color: #fff;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 10px;
    margin: auto;
    width: 100%;
    font-weight: 400;
    text-align: center;
  }
  .header .sp-menu-btn ul li.nav-online {
    width: 90%;
    margin: 20px auto 0;
  }
  .header .sp-menu-btn ul li.nav-online a {
    border: 1px solid #34373a;
    height: 45px;
  }
  .header .sp-menu-btn ul li.nav-online a > span {
    background: url(../img/common/icon_blank.svg) right center no-repeat;
    background-size: 16px;
    padding-right: 25px;
    min-height: 16px;
    font-family: "Outfit", sans-serif;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .header .sp-menu-btn ul li.nav-online a:hover {
    color: #34373a;
    background: #fff;
  }
  .header .sp-menu-btn ul li.nav-online a:hover > span {
    background-image: url(../img/common/icon_blank_on.svg);
  }
}

@media screen and (max-width: 991px) {
  .header .sp-menu-btn ul li.nav-anniversary a {
    background: #26499c;
    border: 1px solid #26499c;
    height: 55px;
  }
}

@media screen and (max-width: 991px) and (min-width: 992px) {
  .header .sp-menu-btn ul li.nav-anniversary a:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .header .sp-menu-bottom {
    position: relative;
    z-index: 2;
    margin: 50px auto 0;
    width: 90%;
  }
  .header .sp-menu-bottom .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header .sp-menu-logo {
    width: 140px;
  }
  .header .sp-menu-sns {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .sp-menu-sns li + li {
    margin-left: 30px;
  }
  .header .sp-menu-sns li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: background-image 0.3s ease;
  }
  .header .sp-menu-sns li a.icon-search {
    background-image: url(../img/common/icon_search.svg);
  }
  .header .sp-menu-sns li a.icon-search:hover {
    background-image: url(../img/common/icon_search_on.svg);
  }
  .header .sp-menu-sns li a.icon-insta {
    background-image: url(../img/common/icon_insta.svg);
  }
  .header .sp-menu-sns li a.icon-insta:hover {
    background-image: url(../img/common/icon_insta_on.svg);
  }
  .header .sp-menu-sns li a.icon-facebook {
    background-image: url(../img/common/icon_facebook.svg);
  }
  .header .sp-menu-sns li a.icon-facebook:hover {
    background-image: url(../img/common/icon_facebook_on.svg);
  }
  .header .sp-menu-sns li a.icon-x {
    background-image: url(../img/common/icon_x.svg);
  }
  .header .sp-menu-sns li a.icon-x:hover {
    background-image: url(../img/common/icon_x_on.svg);
  }
  .header .sp-menu-foot {
    margin-top: 20px;
    padding-top: 10px;
    border-top: 1px solid #5c5d5e;
  }
  .header .sp-menu-foot ul {
    display: flex;
    justify-content: space-between;
  }
  .header .sp-menu-foot ul li {
    color: #5c5d5e;
    font-size: 1rem;
    letter-spacing: 0.01em;
  }
  .header .sp-menu-foot ul li a {
    color: #5c5d5e;
    font-size: 1rem;
    text-decoration: underline;
  }
  .header .btn-arrow {
    margin-top: 40px;
    width: 100%;
    background: #e72e35;
    box-shadow: 0 3px 0 0 #b7161f;
    border: 1px solid #b7161f;
    color: #fff;
    font-size: 1.6rem;
  }
  .header .btn-arrow::after {
    border-color: #fff;
  }
  .header .btn-arrow > span {
    position: relative;
    padding-left: 25px;
  }
  .header .btn-arrow > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../../../img/common/icon_mail_w.svg) left center no-repeat;
    background-size: contain;
    width: 18px;
    height: 100%;
  }
}

.header .btn-arrow {
  display: flex;
  justify-content: center;
  margin: auto;
  max-width: 320px;
  width: 80%;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  border: 1px solid #dedede;
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  box-shadow: 0 3px 0 0 #dedede;
}

.header .btn-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #e72e35;
  border-right: 2px solid #e72e35;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.header .btn-arrow.--blank::after {
  content: none;
}

.header .btn-arrow.--blank::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  width: 12px;
  height: 12px;
  background: url(../img/common/icon_blank_red.svg) left center no-repeat;
  background-size: contain;
  border: none;
}

@media screen and (max-width: 991px) {
  .header .btn-arrow {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 992px) {
  .header .btn-arrow {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .btn-arrow::after {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .btn-arrow:hover {
    border-color: #e72e35;
    background: #e72e35;
    color: #fff;
    box-shadow: 0 3px 0 0 #b7161f;
  }
  .header .btn-arrow:hover::after {
    border-color: #fff;
  }
  .header .btn-arrow.--blank::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header .btn-arrow.--blank:hover::before {
    background-image: url(../img/common/icon_blank_w.svg);
  }
}

.front .header,
.home .header {
  opacity: 0;
}

.front.loaded .header,
.home.loaded .header {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation-delay: 2.4s !important;
}

/* footer
-------------------------------------------*/
.footer {
  margin-top: auto;
  z-index: 2;
  background: url(../img/common/bg_footer.png) left bottom no-repeat;
  background-color: #d9d9d9;
  background-size: 100%;
  padding: 250px 0 50px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer {
    padding: 100px 0 20px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    background-image: url(../img/common/bg_footer_sp.png);
  }
}

.footer::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 150px;
  background: linear-gradient(to bottom, #e7e7e7 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .footer::before {
    height: 75px;
  }
}

.footer-inner {
  width: 100%;
  padding: 0 30px;
  max-width: 1220px;
  margin: auto;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .footer-inner {
    padding: 0 6%;
  }
}

.footer-main {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 991px) {
  .footer-main {
    flex-wrap: wrap;
  }
}

.footer-left {
  width: calc(100% - 250px);
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer-left {
    flex-direction: column;
    width: 100%;
  }
}

.footer-right {
  width: 250px;
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .footer-right {
    width: 100%;
    padding-top: 45px;
  }
}

@media screen and (max-width: 991px) {
  .footer-right .search-box {
    width: 90%;
    margin: 0 auto 50px;
  }
  .footer-right .search-box input {
    border-radius: 8px;
  }
  .footer-right .search-box button {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}

.footer-logo {
  width: 180px;
}

@media screen and (max-width: 991px) {
  .footer-logo {
    margin-bottom: 30px;
  }
}

.footer-nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 180px);
  padding-left: 80px;
}

@media screen and (max-width: 991px) {
  .footer-nav {
    width: 100%;
    padding-left: 0;
    justify-content: center;
  }
}

.footer-nav-item {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

@media screen and (max-width: 991px) {
  .footer-nav-item {
    flex-direction: column;
    justify-content: flex-start;
    width: auto;
  }
  .footer-nav-item + .footer-nav-item {
    margin-left: 15%;
  }
}

.footer-nav dl {
  width: 46%;
}

@media screen and (max-width: 991px) {
  .footer-nav dl {
    width: 100%;
  }
  .footer-nav dl + dl {
    margin-top: 20px;
  }
}

.footer-nav dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  font-family: "Outfit", sans-serif;
}

@media screen and (max-width: 991px) {
  .footer-nav dl dt {
    margin-bottom: 5px;
  }
}

.footer-nav dl dd ul li a {
  padding: 3px 0;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  font-weight: 500;
}
.footer-nav dl dd ul li.blank-link a::after {
  content: "";
  mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2012%2012%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M10.5%206.5V9.5C10.5%209.76522%2010.3946%2010.0196%2010.2071%2010.2071C10.0196%2010.3946%209.76522%2010.5%209.5%2010.5H2.5C2.23478%2010.5%201.98043%2010.3946%201.79289%2010.2071C1.60536%2010.0196%201.5%209.76522%201.5%209.5V2.5C1.5%202.23478%201.60536%201.98043%201.79289%201.79289C1.98043%201.60536%202.23478%201.5%202.5%201.5H5.5M10.5%201.5L6%206M10.5%201.5H7.5M10.5%201.5V4.5%22%20stroke%3D%22%2334373A%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E')
        no-repeat center center / contain;
  width: 13px;
  height: 13px;
  background: #34373A;
  display: inline-block;
  margin-left: 3px;
  vertical-align: -2px;
}

@media screen and (min-width: 992px) {
  .footer-nav dl a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-nav dl a:hover {
    color: #26499c;
  }
  .footer-nav dl dd ul li.blank-link a:hover::after {
    background: #26499c;
  }
}

.footer-btn {
  display: flex;
  justify-content: flex-end;
}

@media screen and (max-width: 991px) {
  .footer-btn {
    justify-content: center;
  }
}

.footer-btn ul {
  width: 200px;
}

.footer-btn ul li + li {
  margin-top: 25px;
}

.footer-btn ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #34373a;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.1;
  padding: 10px;
  margin: auto;
  width: 100%;
  height: 55px;
  font-weight: 400;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .footer-btn ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-btn ul li a > span {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .footer-btn ul li a:hover {
    background: #fff;
  }
}

.footer-btn ul li.nav-online a {
  border: 1px solid #34373a;
}

.footer-btn ul li.nav-online a > span {
  background: url(../img/common/icon_blank.svg) right center no-repeat;
  background-size: 16px;
  padding-right: 25px;
  min-height: 16px;
  font-family: "Outfit", sans-serif;
}

@media screen and (min-width: 992px) {
  .footer-btn ul li.nav-online a:hover {
    color: #34373a;
    background: #fff;
  }
  .footer-btn ul li.nav-online a:hover > span {
    background-image: url(../img/common/icon_blank_on.svg);
  }
}

@media screen and (max-width: 991px) {
  .footer-btn ul li.nav-online {
    width: 90%;
    margin: 20px auto 0;
  }
  .footer-btn ul li.nav-online a {
    height: 45px;
  }
}

.footer-btn ul li.nav-anniversary a {
  background: #26499c;
  border: 1px solid #26499c;
}

@media screen and (min-width: 992px) {
  .footer-btn ul li.nav-anniversary a:hover {
    background: #fff;
    color: #26499c;
  }
}

.footer-sns {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .footer-sns {
    margin-top: 65px;
  }
}

.footer-sns ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.footer-sns ul li + li {
  margin-left: 40px;
}

@media screen and (max-width: 991px) {
  .footer-sns ul li + li {
    margin-left: 30px;
  }
}

.footer-sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

@media screen and (max-width: 991px) {
  .footer-sns ul li a {
    width: 22px;
    height: 22px;
  }
}

.footer-sns ul li a.icon-search {
  background-image: url(../img/common/icon_search.svg);
}

.footer-sns ul li a.icon-search:hover {
  background-image: url(../img/common/icon_search_on.svg);
}

.footer-sns ul li a.icon-insta {
  background-image: url(../img/common/icon_insta.svg);
}

.footer-sns ul li a.icon-insta:hover {
  background-image: url(../img/common/icon_insta_on.svg);
}

.footer-sns ul li a.icon-facebook {
  background-image: url(../img/common/icon_facebook.svg);
}

.footer-sns ul li a.icon-facebook:hover {
  background-image: url(../img/common/icon_facebook_on.svg);
}

.footer-sns ul li a.icon-x {
  background-image: url(../img/common/icon_x.svg);
}

.footer-sns ul li a.icon-x:hover {
  background-image: url(../img/common/icon_x_on.svg);
}

.footer-sns .search-box {
  position: relative;
  width: 35px;
  transition: width 0.3s ease;
}

@media screen and (min-width: 992px) {
  .footer-sns .search-box:hover, .footer-sns .search-box:has(input:focus) {
    width: 235px;
  }
  .footer-sns .search-box:hover input, .footer-sns .search-box:has(input:focus) input {
    opacity: 1;
  }
}

.footer-sns .search-box input {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  box-shadow: 0 1.25px 9px 1.25px rgba(0, 55, 255, 0.05);
}

@media screen and (min-width: 992px) {
  .footer-sns .search-box input {
    opacity: 0;
    transition: opacity 0.3s ease 0.1s;
  }
}

.footer-bottom {
  margin: 40px auto 0;
  padding-top: 10px;
  color: #fff;
  border-top: 1px solid #5c5d5e;
}

@media screen and (max-width: 991px) {
  .footer-bottom {
    margin: 20px auto 0;
  }
}

.footer-bottom ul {
  display: flex;
  justify-content: space-between;
}

.footer-bottom ul li {
  color: #5c5d5e;
  font-size: 1.2rem;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .footer-bottom ul li {
    font-size: 1rem;
  }
}

.footer-bottom ul li a {
  color: #5c5d5e;
  font-size: 1.2rem;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .footer-bottom ul li a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .footer-bottom ul li a {
    font-size: 1rem;
  }
}

.footer-search .search-box {
  width: 90%;
  margin: 0 auto 45px;
}

.footer-pagetop {
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (max-width: 991px) {
  .footer-pagetop {
    top: inherit;
    bottom: 60px;
  }
}

.footer-pagetop .pagetop {
  cursor: pointer;
}

.front .footer,
.home .footer,
.page-company .footer,
.page-attempt .footer {
  margin-top: -200px;
  padding: 300px 0 50px;
}

@media screen and (max-width: 991px) {
  .front .footer,
  .home .footer,
  .page-company .footer,
  .page-attempt .footer {
    margin-top: -140px;
    padding: 150px 0 20px;
  }
}

.front .footer::before,
.home .footer::before,
.page-company .footer::before,
.page-attempt .footer::before {
  background: linear-gradient(to bottom, #fff 0%, rgba(255, 255, 255, 0) 100%);
}

.page-eruboshi .footer::before,
.single-interview .footer::before,
.page-recruit .footer::before {
  background: linear-gradient(to bottom, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
}

.page-policy .footer::before,
.page-contact .footer::before,
.page-contact_confirm .footer::before,
.page-contact_thanks .footer::before,
.page-form_notice .footer::before,
.page-form_notice_confirm .footer::before,
.page-form_notice_thanks .footer::before,
.error404 .footer::before,
.single-post .footer::before,
.page-topics .footer::before,
.archive .footer::before {
  background: linear-gradient(to bottom, #d9d9d9 0%, rgba(255, 255, 255, 0) 100%);
}

/* common
-------------------------------------------*/
.ttl {
  margin-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .ttl {
    margin-bottom: 45px;
  }
}

.ttl .en {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  position: relative;
  padding-left: 25px;
}

@media screen and (max-width: 991px) {
  .ttl .en {
    font-size: 1rem;
    padding-left: 15px;
  }
}

.ttl .en::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  border: 3px solid #000;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .ttl .en::before {
    border-width: 2px;
    width: 10px;
    height: 10px;
  }
}

.ttl .en + .txt {
  padding-top: 12px;
}

@media screen and (max-width: 991px) {
  .ttl .en + .txt {
    padding-top: 7px;
  }
}

.ttl .en.--co01 {
  color: #26499c;
}

.ttl .en.--co01::before {
  border-color: #26499c;
}

.ttl .en.--co02 {
  color: #cf572c;
}

.ttl .en.--co02::before {
  border-color: #cf572c;
}

.ttl .en.--co03 {
  color: #389dae;
}

.ttl .en.--co03::before {
  border-color: #389dae;
}

.ttl .en.--co04 {
  color: #fff;
}

.ttl .en.--co04::before {
  border-color: #fff;
}

.ttl .txt {
  font-family: "Outfit", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .ttl .txt {
    font-size: 2.6rem;
  }
}

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #34373a;
  border: 1px solid #34373a;
  color: #fff;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px;
  height: 66px;
  width: 100%;
  max-width: 236px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .btn {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .btn:hover {
    background: #fff;
    color: #34373a;
  }
}

@media screen and (max-width: 991px) {
  .btn {
    font-size: 1.7rem;
    height: 55px;
    max-width: 180px;
  }
}

.mv-lower {
  padding: 86px 0;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 650px;
}

@media screen and (max-width: 991px) {
  .mv-lower {
    padding: 70px 0;
    min-height: 500px;
    height: auto;
  }
}

.mv-lower + .wbox-diagonal {
  margin-top: -250px;
}

.mv-lower.--health {
  background-image: url(../img/health/mv_health.png);
}

@media screen and (max-width: 991px) {
  .mv-lower.--health {
    background-image: url(../img/health/mv_health_sp.png);
  }
}

.mv-lower.--health .mv-lower-wrap {
  position: relative;
}

.mv-lower.--health .mv-lower-wrap::after {
  content: "";
  position: absolute;
  top: 75px;
  right: -65px;
  margin: auto;
  background: url(../img/health/mv_icon_health.svg) right bottom no-repeat;
  background-size: contain;
  width: 250px;
  height: 250px;
}

@media screen and (max-width: 991px) {
  .mv-lower.--health .mv-lower-wrap::after {
    width: 70px;
    height: 70px;
    right: 10px;
  }
}

.mv-lower.--sustainable {
  background-image: url(../img/sustainable/mv_sustainable.jpg);
}

@media screen and (max-width: 991px) {
  .mv-lower.--sustainable {
    background-image: url(../img/sustainable/mv_sustainable_sp.jpg);
  }
}

.mv-lower.--company {
  background-image: url(../img/company/mv_company.jpg);
}

@media screen and (max-width: 991px) {
  .mv-lower.--company {
    background-image: url(../img/company/mv_company_sp.jpg);
  }
}

.mv-lower.--oem {
  background-image: url(../img/oem/mv_oem.jpg);
}

@media screen and (max-width: 991px) {
  .mv-lower.--oem {
    background-image: url(../img/oem/mv_oem_sp.jpg);
  }
}

.mv-lower.--attempt {
  background-image: url(../img/attempt/mv_attempt.jpg);
}

@media screen and (max-width: 991px) {
  .mv-lower.--attempt {
    background-image: url(../img/attempt/mv_attempt_sp.jpg);
  }
}

@media screen and (min-width: 992px) {
  .mv-lower .inner {
    padding: 0 50px;
    max-width: 1124px;
  }
}

.mv-lower-wrap {
  padding-top: 110px;
}

@media screen and (max-width: 991px) {
  .mv-lower-wrap {
    padding-top: 45px;
  }
}

.mv-lower-ttl {
  font-family: "Outfit", sans-serif;
  font-size: 5rem;
  line-height: 1.4;
  font-weight: 600;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .mv-lower-ttl {
    font-size: 2.5rem;
  }
}

.wbox-diagonal {
  position: relative;
  min-height: 300px;
}

.wbox-diagonal::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1vw;
  width: calc(100% + 2vw);
  height: 100%;
  background: #fff;
  transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform-origin: center;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .wbox-diagonal::before {
    left: -1.5vw;
    width: calc(100% + 3vw);
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
  }
}

.wbox-diagonal .inner {
  z-index: 2;
  position: relative;
}

@media screen and (min-width: 992px) {
  .page-health .wbox-diagonal {
    padding: 160px 0;
  }
}

@media screen and (min-width: 992px) {
  .page-sustainable .wbox-diagonal {
    padding: 170px 0;
  }
}

.page-ttl {
  padding-top: 170px;
}

@media screen and (max-width: 991px) {
  .page-ttl {
    padding-top: 120px;
  }
}

.page-ttl h1 .s-txt {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #26499c;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .page-ttl h1 .s-txt {
    font-size: 1.4rem;
  }
}

.page-ttl h1 .s-txt + .txt {
  padding-top: 10px;
}

.page-ttl h1 .txt {
  font-family: "Outfit", sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .page-ttl h1 .txt {
    font-size: 2.5rem;
  }
}

.page-ttl h1 .txt + .en {
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .page-ttl h1 .txt + .en {
    margin-top: 7px;
  }
}

.page-ttl h1 .en {
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: center;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .page-ttl h1 .en {
    font-size: 1rem;
  }
}

.page-ttl.--search {
  padding-bottom: 45px;
  position: relative;
  background: #D9D9D9;
}

.page-ttl.--search::before {
  content: "";
  position: absolute;
  background: url(../img/search/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 123px;
  aspect-ratio: 123 / 126;
  bottom: 0;
  right: calc(50% + 500px);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-ttl.--search::before {
    width: 60px;
    right: inherit;
    left: -10px;
    bottom: 30px;
  }
}

.page-ttl.--search::after {
  content: "";
  position: absolute;
  background: url(../img/search/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 175px;
  aspect-ratio: 175 / 215;
  bottom: 30px;
  left: calc(50% + 500px);
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .page-ttl.--search::after {
    width: 140px;
    left: inherit;
    right: -75px;
    bottom: 65px;
  }
}

.page-ttl.--search h1 {
  position: relative;
}

.point-items {
  background: #d9d9d9;
}

.point-items-wrap {
  position: relative;
}

@media screen and (max-width: 991px) {
  .point-items-wrap {
    width: 94%;
    margin: auto;
  }
}

.point-items-bg {
  z-index: 2;
  position: relative;
}

@media screen and (max-width: 991px) {
  .point-items-bg {
    padding-bottom: 100px;
  }
}

.point-items-box {
  position: relative;
  padding: 150px 0 0;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .point-items-box {
    padding: 130px 0 0;
  }
}

.point-items-box:last-child .point-items-bg {
  padding-bottom: 300px;
}

.point-items-box:nth-child(2), .point-items-box:nth-child(3), .point-items-box:nth-child(4) {
  padding-top: 100px;
}

.point-items-box:nth-child(2) .wave, .point-items-box:nth-child(3) .wave, .point-items-box:nth-child(4) .wave {
  aspect-ratio: 1440 / 240;
  background-size: cover;
  background-position: bottom center;
  position: relative;
  filter: drop-shadow(0 -2px 4px rgba(0, 0, 0, 0.1));
}

@media screen and (max-width: 991px) {
  .point-items-box:nth-child(2) .point-items-bg, .point-items-box:nth-child(3) .point-items-bg, .point-items-box:nth-child(4) .point-items-bg {
    padding-top: 35px;
  }
}

.point-items-box:nth-child(2) .point-items-bg {
  background: #e1e1e1;
}

.point-items-box:nth-child(3) {
  background: #e1e1e1;
}

.point-items-box:nth-child(3) .point-items-bg {
  background: #e7e7e7;
}

.point-items-box:nth-child(4) {
  background: #e7e7e7;
}

.point-items-box:nth-child(4) .point-items-bg {
  background: #ececec;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-box.--no02 .point-items-bg {
    padding-bottom: 250px;
  }
}

.point-items.--health .point-items-wrap .icon01 {
  position: absolute;
  background: url(../img/health/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 97px;
  aspect-ratio: 105 / 131;
  top: -50px;
  left: -107px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon01 {
    width: 77px;
    left: -11%;
    top: -95px;
  }
}

.point-items.--health .point-items-wrap .icon02 {
  position: absolute;
  background: url(../img/health/icon02.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 128px;
  aspect-ratio: 144 / 144;
  top: 150px;
  right: -130px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon02 {
    width: 101px;
    top: -95px;
    right: -14%;
  }
}

.point-items.--health .point-items-wrap .icon03 {
  position: absolute;
  background: url(../img/health/icon03.png) left bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 127px;
  aspect-ratio: 128 / 127;
  bottom: -250px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon03 {
    width: 45px;
  }
}

.point-items.--health .point-items-wrap .icon04 {
  position: absolute;
  background: url(../img/health/icon04.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 135px;
  aspect-ratio: 135 / 130;
  top: -90px;
  right: -100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon04 {
    width: 70px;
    right: -10%;
    top: -70px;
  }
}

.point-items.--health .point-items-wrap .icon05 {
  position: absolute;
  background: url(../img/health/icon05.png) left bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 130px;
  aspect-ratio: 172 / 168;
  bottom: -290px;
  left: -100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon05 {
    width: 70px;
    left: -6%;
    bottom: -400px;
  }
}

.point-items.--health .point-items-wrap .icon06 {
  position: absolute;
  background: url(../img/health/icon06.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 200px;
  aspect-ratio: 233 / 216;
  bottom: -295px;
  right: -180px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .icon06 {
    width: 95px;
    right: -10%;
    bottom: -300px;
  }
}

.point-items.--health .point-items-wrap .human01 {
  position: absolute;
  background: url(../img/health/human01.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 207 / 419;
  top: 230px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .human01 {
    width: 153px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -165px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items.--health .point-items-wrap .human02 {
  position: absolute;
  background: url(../img/health/human02.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 207 / 419;
  top: 250px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .human02 {
    width: 125px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -300px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items.--health .point-items-wrap .human03 {
  position: absolute;
  background: url(../img/health/human03.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 133 / 139;
  top: 200px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--health .point-items-wrap .human03 {
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -165px;
    top: inherit;
    background-position: center bottom;
  }
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-box.--no03 .point-items-bg {
    padding-bottom: 150px;
  }
}

.point-items.--sustainable .point-items-ttl {
  color: #cf572c;
}

.point-items.--sustainable .point-items-wrap .icon01 {
  position: absolute;
  background: url(../img/sustainable/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 97px;
  aspect-ratio: 105 / 131;
  top: -50px;
  left: -107px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon01 {
    width: 77px;
    left: -11%;
    top: -125px;
  }
}

.point-items.--sustainable .point-items-wrap .icon02 {
  position: absolute;
  background: url(../img/sustainable/icon02.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 128px;
  aspect-ratio: 144 / 144;
  top: 150px;
  right: -130px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon02 {
    width: 101px;
    top: -95px;
    right: -14%;
  }
}

.point-items.--sustainable .point-items-wrap .icon03 {
  position: absolute;
  background: url(../img/sustainable/icon03.png) left bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 127px;
  aspect-ratio: 128 / 127;
  bottom: -340px;
  right: 150px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon03 {
    width: 45px;
    bottom: -242px;
    left: 0;
    right: inherit;
  }
}

.point-items.--sustainable .point-items-wrap .icon04 {
  position: absolute;
  background: url(../img/health/icon04.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 135px;
  aspect-ratio: 135 / 130;
  top: -60px;
  right: -100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon04 {
    width: 70px;
    right: -10%;
    top: -120px;
  }
}

.point-items.--sustainable .point-items-wrap .icon05 {
  position: absolute;
  background: url(../img/health/icon05.png) left bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 130px;
  aspect-ratio: 172 / 168;
  top: -150px;
  left: -100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon05 {
    width: 70px;
    left: -6%;
    top: inherit;
    bottom: -300px;
  }
}

.point-items.--sustainable .point-items-wrap .icon06 {
  position: absolute;
  background: url(../img/health/icon06.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 200px;
  aspect-ratio: 233 / 216;
  bottom: -295px;
  left: -180px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .icon06 {
    width: 95px;
    right: -10%;
    bottom: -300px;
    left: inherit;
  }
}

.point-items.--sustainable .point-items-wrap .illust01 {
  position: absolute;
  background: url(../img/sustainable/illust01.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 267 / 208;
  top: 330px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .illust01 {
    width: 153px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -165px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items.--sustainable .point-items-wrap .human01 {
  position: absolute;
  background: url(../img/sustainable/human01.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 245px;
  aspect-ratio: 245 / 235;
  top: 140px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .human01 {
    width: 153px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -165px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items.--sustainable .point-items-wrap .human02 {
  position: absolute;
  background: url(../img/sustainable/human02.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 266 / 307;
  top: 140px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .human02 {
    width: 153px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -220px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items.--sustainable .point-items-wrap .human03 {
  position: absolute;
  background: url(../img/sustainable/human03.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 266 / 225;
  top: 200px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .point-items.--sustainable .point-items-wrap .human03 {
    width: 140px;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -165px;
    top: inherit;
    background-position: center bottom;
  }
}

.point-items-ttl {
  font-size: 5.5rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  margin-bottom: 50px;
  color: #26499c;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .point-items-ttl {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}

.point-items-txt {
  padding-right: 350px;
}

@media screen and (max-width: 991px) {
  .point-items-txt {
    padding-right: 0;
  }
}

.point-items-txt dl dt {
  font-weight: 600;
}

.point-items-txt dl + p,
.point-items-txt dl + dl {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .point-items-txt dl + p,
  .point-items-txt dl + dl {
    margin-top: 30px;
  }
}

.point-items-txt p {
  font-weight: 500;
}

.point-items-txt p + p,
.point-items-txt p + dl {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .point-items-txt p + p,
  .point-items-txt p + dl {
    margin-top: 30px;
  }
}

.point-items-txt p.point-items-sign {
  text-align: right;
  margin-top: 25px;
}

.lead-wbox {
  padding: 150px 0;
}

@media screen and (max-width: 991px) {
  .lead-wbox {
    padding: 75px 0;
  }
}

.lead-wbox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: #d9d9d9;
}

.lead-wbox .inner {
  max-width: 960px;
}

@media screen and (max-width: 991px) {
  .lead-wbox dl {
    width: 94%;
    margin: auto;
  }
}

.lead-wbox dl dt {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .lead-wbox dl dt {
    font-size: 1.7rem;
    margin-bottom: 10px;
  }
}

.lead-wbox dl dd p {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}

.lead-wbox dl dd p + p {
  margin-top: 40px;
}

.page-eruboshi .main {
  background: #d9d9d9;
  padding-bottom: 200px;
}

@media screen and (max-width: 991px) {
  .page-eruboshi .main {
    padding-bottom: 0;
  }
}

.js_ac_box {
  height: 0;
  -webkit-transition: 0.4s ease-out;
  transition: 0.4s ease-out;
  visibility: hidden;
  overflow: hidden;
}

.is_open + .js_ac_box {
  height: auto;
  opacity: 1;
  visibility: visible;
}

/* OEM
-------------------------------------------*/
.oem-contents {
  padding: 150px 0;
}

@media screen and (max-width: 991px) {
  .oem-contents {
    padding: 80px 0 100px;
  }
}

.oem-contents::before {
  width: calc(100% + 10vw);
  left: -5vw;
}

@media screen and (max-width: 991px) {
  .oem-contents::before {
    width: 130vw;
    left: -9vw;
  }
}

.oem-contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: #e7e7e7;
}

.oem-contents .inner {
  max-width: 846px;
}

.oem-contents-ttl {
  font-size: 4.7rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 75px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .oem-contents-ttl {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}

.oem-contents-lead {
  border-bottom: 1px solid #acacac;
  padding-bottom: 75px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .oem-contents-lead {
    padding-bottom: 50px;
  }
}

.oem-contents-lead .txt p {
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .oem-contents-lead .txt p {
    font-size: 1.5rem;
  }
}

.oem-contents-lead .icon01 {
  position: absolute;
  background: url(../img/oem/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 125px;
  aspect-ratio: 125 / 130;
  top: -50px;
  left: -200px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-lead .icon01 {
    width: 80px;
    left: -8%;
  }
}

.oem-contents-lead .icon02 {
  position: absolute;
  background: url(../img/oem/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 136px;
  aspect-ratio: 136 / 130;
  bottom: 0;
  right: -280px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-lead .icon02 {
    width: 40px;
    right: -10%;
    top: 50px;
    bottom: inherit;
  }
}

.oem-contents-subttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .oem-contents-subttl {
    font-size: 1.5rem;
  }
}

.oem-contents-products {
  padding: 125px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .oem-contents-products {
    padding: 60px 0 0;
  }
}

.oem-contents-products ul li + li {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .oem-contents-products ul li + li {
    margin-top: 20px;
  }
}

.oem-contents-products ul li .txt {
  position: relative;
  display: table;
  padding-right: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .oem-contents-products ul li .txt {
    margin-bottom: 5px;
    padding-right: 15px;
  }
}

.oem-contents-products ul li .txt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/oem/arrow.svg) left center no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

@media screen and (max-width: 991px) {
  .oem-contents-products ul li .txt::after {
    width: 8px;
    height: 8px;
    bottom: -5px;
  }
}

.oem-contents-products ul li .txt span {
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .oem-contents-products ul li .txt span {
    font-size: 1.1rem;
  }
}

.oem-contents-products .icon03 {
  position: absolute;
  background: url(../img/oem/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 129px;
  aspect-ratio: 129 / 131;
  top: 260px;
  left: -250px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-products .icon03 {
    width: 50px;
  }
}

.oem-contents-products .icon04 {
  position: absolute;
  background: url(../img/oem/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 153px;
  aspect-ratio: 153 / 132;
  bottom: 280px;
  right: -260px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-products .icon04 {
    width: 94px;
    right: -6%;
    bottom: -150px;
  }
}

.oem-contents-achievements {
  padding: 100px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements {
    padding: 60px 0 0;
  }
}

.oem-contents-achievements dl dt {
  margin-bottom: 15px;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements dl dt {
    font-size: 1.1rem;
    margin-bottom: 5px;
  }
}

.oem-contents-achievements dl dd ul li + li {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements dl dd ul li + li {
    margin-top: 20px;
  }
}

.oem-contents-achievements dl dd ul li .txt {
  margin-top: 15px;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements dl dd ul li .txt {
    font-size: 1.1rem;
    margin-top: 5px;
  }
}

.oem-contents-achievements .icon05 {
  position: absolute;
  background: url(../img/oem/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 71px;
  aspect-ratio: 71 / 71;
  top: 150px;
  left: -250px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements .icon05 {
    width: 50px;
  }
}

.oem-contents-achievements .icon06 {
  position: absolute;
  background: url(../img/oem/icon06.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 189px;
  aspect-ratio: 189 / 226;
  bottom: 150px;
  right: -350px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements .icon06 {
    width: 94px;
    right: -6%;
    bottom: -150px;
  }
}

.oem-contents-achievements .icon07 {
  position: absolute;
  background: url(../img/oem/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 163px;
  aspect-ratio: 163 / 162;
  bottom: -250px;
  left: -400px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .oem-contents-achievements .icon07 {
    width: 60px;
    left: -6%;
    bottom: -200px;
  }
}

.oem-contents-btn {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .oem-contents-btn {
    margin-top: 60px;
  }
}

.oem-contents-btn .btn {
  max-width: 320px;
  background: #26499c;
  border-color: #26499c;
}

@media screen and (min-width: 992px) {
  .oem-contents-btn .btn:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .oem-contents-btn .btn {
    width: 90%;
  }
}

/* interview list
-------------------------------------------*/
.interview-list {
  padding: 170px 0 50px;
}

@media screen and (max-width: 991px) {
  .interview-list {
    padding: 120px 0 50px;
  }
}

.interview-list .inner {
  max-width: 1250px;
}

.interview-list-wrap {
  position: relative;
}

.interview-list-wrap .icon01 {
  position: absolute;
  background: url(../img/interview/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 299px;
  aspect-ratio: 299 / 197;
  top: 3%;
  left: -120px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon01 {
    width: 141px;
    left: -10%;
    top: -0.3%;
  }
}

.interview-list-wrap .icon02 {
  position: absolute;
  background: url(../img/interview/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 109px;
  aspect-ratio: 109 / 156;
  top: 10%;
  right: -80px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon02 {
    width: 50px;
    right: -10%;
    top: 0.5%;
  }
}

.interview-list-wrap .icon03 {
  position: absolute;
  background: url(../img/interview/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 196px;
  aspect-ratio: 196 / 196;
  top: 35%;
  left: -100px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon03 {
    width: 63px;
    left: -8%;
    top: 16%;
  }
}

.interview-list-wrap .icon04 {
  position: absolute;
  background: url(../img/interview/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 139px;
  aspect-ratio: 139 / 169;
  bottom: 35%;
  right: -100px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon04 {
    width: 45px;
    right: -8%;
    top: 12%;
  }
}

.interview-list-wrap .icon05 {
  position: absolute;
  background: url(../img/interview/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 94px;
  aspect-ratio: 94 / 90;
  bottom: 25%;
  left: -70px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon05 {
    width: 70px;
    left: -10%;
    top: 35%;
    bottom: inherit;
  }
}

.interview-list-wrap .icon07 {
  content: "";
  position: absolute;
  background: url(../img/interview/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 215px;
  aspect-ratio: 215 / 264;
  bottom: -50px;
  left: -90px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon07 {
    width: 71px;
    left: -10%;
    bottom: 10%;
  }
}

.interview-list-wrap .icon08 {
  position: absolute;
  background: url(../img/interview/icon08.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 169px;
  aspect-ratio: 169 / 169;
  bottom: -50px;
  right: -100px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-wrap .icon08 {
    width: 71px;
    right: -10%;
    bottom: 35%;
  }
}

.interview-list-bg {
  background: #cf572c;
  border-radius: 30px;
  padding: 70px 55px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .interview-list-bg {
    padding: 30px 10px;
  }
}

.interview-list-bg .icon {
  position: absolute;
  background: url(../img/interview/icon_interview_list.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 278px;
  aspect-ratio: 278 / 226;
  top: -20px;
  right: 80px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-bg .icon {
    width: 90px;
    right: 30px;
    top: -10px;
  }
}

.interview-list-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .interview-list-ttl {
    padding: 0 20px;
    margin-bottom: 30px;
  }
}

.interview-list-ttl .t1 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .interview-list-ttl .t1 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

.interview-list-ttl .t2 {
  font-size: 5.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 991px) {
  .interview-list-ttl .t2 {
    font-size: 2.4rem;
  }
}

.interview-list-items {
  position: relative;
}

.interview-list-items::before, .interview-list-items::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .interview-list-items::before, .interview-list-items::after {
    width: 20px;
    height: 20px;
  }
}

.interview-list-items::before {
  top: 0;
  left: 0;
  background-image: url(../img/interview/corner_left_top.svg);
}

.interview-list-items::after {
  top: 0;
  right: 0;
  background-image: url(../img/interview/corner_right_top.svg);
}

.interview-list-items .flex {
  display: grid;
  position: relative;
}

@media screen and (min-width: 992px) {
  .interview-list-items .flex {
    grid-template-columns: repeat(2, 1fr);
  }
}

.interview-list-items .flex::before, .interview-list-items .flex::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex::before, .interview-list-items .flex::after {
    width: 20px;
    height: 20px;
  }
}

.interview-list-items .flex::before {
  bottom: 0;
  left: 0;
  background-image: url(../img/interview/corner_left_bottom.svg);
}

.interview-list-items .flex::after {
  bottom: 0;
  right: 0;
  background-image: url(../img/interview/corner_right_bottom.svg);
}

.interview-list-items .flex .item {
  padding: 80px 58px 191px 58px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.interview-list-items .flex .item::before, .interview-list-items .flex .item::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .item::before, .interview-list-items .flex .item::after {
    width: 20px;
    height: 20px;
  }
}

@media screen and (min-width: 992px) {
  .interview-list-items .flex .item:nth-child(even)::before {
    top: 0;
    left: 0;
    background-image: url(../img/interview/spiral_center.svg);
  }
  .interview-list-items .flex .item:nth-child(even)::after {
    top: 0;
    right: 0;
    background-image: url(../img/interview/spiral_right.svg);
  }
  .interview-list-items .flex .item:nth-child(odd)::before {
    top: 0;
    left: 0;
    background-image: url(../img/interview/spiral_left.svg);
  }
  .interview-list-items .flex .item:nth-child(-n + 2)::before, .interview-list-items .flex .item:nth-child(-n + 2)::after {
    content: none;
  }
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .item {
    padding: 50px 25px;
  }
  .interview-list-items .flex .item:not(:last-child)::before {
    bottom: -10px;
    left: 0;
    background-image: url(../img/interview/spiral_left.svg);
  }
  .interview-list-items .flex .item:not(:last-child)::after {
    bottom: -10px;
    right: 0;
    background-image: url(../img/interview/spiral_right.svg);
  }
}

.interview-list-items .flex .txt {
  width: 93%;
  margin: 0 auto;
}

.interview-list-items .flex .txt + .txt {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .txt {
    width: 100%;
  }
}

.interview-list-items .flex .txt .t1 {
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .txt .t1 {
    font-size: 1.4rem;
  }
}

.interview-list-items .flex .txt .t1 + .t2 {
  margin-top: 22px;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .txt .t1 + .t2 {
    margin-top: 15px;
  }
}

.interview-list-items .flex .txt .t2 {
  font-size: 1.4rem;
  color: #fff;
  line-height: 1.7;
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .txt .t2 {
    font-size: 1rem;
  }
}

.interview-list-items .flex .image {
  display: table;
  margin: 0 auto 50px;
  width: 250px;
  height: 250px;
  border-radius: 40px;
  overflow: hidden;
  transform: rotate(-15deg);
}

@media screen and (max-width: 991px) {
  .interview-list-items .flex .image {
    width: 50vw;
    height: 50vw;
    margin-bottom: 40px;
  }
}

.interview-list-items .flex .image img,
.interview-list-items .flex .image .preparation {
  width: 100%;
  height: 100%;
  display: block;
}

.interview-list-items .flex .image .preparation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.interview-list-btn {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 35px;
}

@media screen and (min-width: 992px) {
  .interview-list-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
    margin: auto;
  }
}

.interview-list-btn .btn {
  max-width: 288px;
}

@media screen and (max-width: 991px) {
  .interview-list-btn .btn {
    width: 80%;
  }
}

/* interview detail
-------------------------------------------*/
.interview-lead {
  padding-top: 170px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .interview-lead {
    padding-top: 150px;
  }
}

.interview-lead .inner {
  max-width: 1100px;
}

@media screen and (max-width: 991px) {
  .interview-lead .inner {
    padding: 0;
  }
}

.interview-lead-ttl .t1 {
  position: relative;
  padding-left: 15px;
  font-size: 2rem;
  font-weight: 600;
  font-family: "Outfit", sans-serif;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .interview-lead-ttl .t1 {
    font-size: 1.2rem;
  }
}

.interview-lead-ttl .t1::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 20px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  .interview-lead-ttl .t1::before {
    height: 13px;
  }
}

.interview-lead-wrap {
  position: relative;
}

.interview-lead-wrap .icon01 {
  position: absolute;
  background: url(../img/interview/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 299px;
  aspect-ratio: 299 / 197;
  top: 20%;
  left: -220px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-lead-wrap .icon01 {
    width: 97px;
    left: -3%;
    top: -5%;
  }
}

.interview-lead-wrap .icon02 {
  position: absolute;
  background: url(../img/interview/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 109px;
  aspect-ratio: 109 / 156;
  top: 40%;
  right: -250px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-lead-wrap .icon02 {
    width: 40px;
    right: -1%;
    top: -6%;
  }
}

.interview-lead-box {
  background: #cf572c;
  border-radius: 30px;
  padding: 60px 100px 80px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-lead-box {
    padding: 55px;
  }
}

.interview-lead-box .icon {
  position: absolute;
  background: url(../img/interview/icon_interview_list.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 228px;
  aspect-ratio: 278 / 226;
  top: 40px;
  right: -50px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-lead-box .icon {
    width: 130px;
    right: 45px;
    top: -20px;
  }
}

.interview-lead .flex {
  margin-top: 60px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .interview-lead .flex {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .interview-lead .flex {
    gap: 20px;
    margin-top: 30px;
  }
}

.interview-lead .flex .image {
  max-width: 300px;
  aspect-ratio: 1 / 1;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 25px;
}

.interview-lead .flex .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.interview-lead .flex .data {
  color: #fff;
  line-height: 1.5;
}

.interview-lead .flex .data .t1 {
  font-size: 1.2rem;
  font-weight: 500;
}

.interview-lead .flex .data .t1 + .t2 {
  margin-top: 7px;
}

.interview-lead .flex .data .t2 {
  font-size: 1.8rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .interview-lead .flex .data .t2 {
    font-size: 1.4rem;
  }
}

.interview-lead .flex .data + .data {
  margin-top: 20px;
}

.interview-lead .flex dl dt {
  font-size: 3.2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 25px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .interview-lead .flex dl dt {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}

.interview-lead .flex dl dd .txt {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .interview-lead .flex dl dd .txt {
    margin-top: 30px;
  }
}

.interview-main {
  padding: 150px 0 120px;
}

@media screen and (max-width: 991px) {
  .interview-main {
    padding: 80px 0 80px;
  }
}

.interview-main .inner {
  max-width: 900px;
}

.interview-main .image {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .interview-main .image {
    margin-bottom: 20px;
  }
}

.interview-main-contents {
  position: relative;
  z-index: 2;
}

.interview-main .txt p + p {
  margin-top: 20px;
}

.interview-main h2 {
  border-bottom: 1px solid #000;
  padding-bottom: 18px;
  margin-bottom: 60px;
  position: relative;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .interview-main h2 {
    margin-top: 80px;
  }
}

.interview-main h2:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 991px) {
  .interview-main h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }
}

.interview-main h3 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .interview-main h3 {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}

.interview-main h3::before {
  content: "Q.";
  display: inline-block;
  margin-right: 10px;
}

.interview-main p {
  font-size: 1.4rem;
}

.interview-main p + p {
  margin-top: 20px;
}

.interview-main-qa {
  padding-bottom: 80px;
}

@media screen and (max-width: 991px) {
  .interview-main-qa {
    padding-bottom: 40px;
  }
}

.interview-main-qa, .interview-main-box {
  position: relative;
  z-index: 2;
}

.interview-main-qa dl + dl, .interview-main-box dl + dl {
  margin-top: 55px;
}

.interview-main-qa dl dt, .interview-main-box dl dt {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 30px;
}

.interview-main-qa dl dd .txt p, .interview-main-box dl dd .txt p {
  font-size: 1.4rem;
}

.interview-main-box {
  background: #acacac;
  border-radius: 30px;
  padding: 30px;
}

.interview-main-box dl dt {
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .interview-main-box dl dt {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .interview-main-box dl dd .txt p {
    font-size: 1.2rem;
  }
}

.interview-main-wrap {
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap {
    width: 90%;
    margin: auto;
  }
}

.interview-main-wrap .icon03 {
  position: absolute;
  background: url(../img/interview/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 196px;
  aspect-ratio: 196 / 196;
  top: -7%;
  left: -280px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap .icon03 {
    width: 63px;
    left: -8%;
    top: 70%;
  }
}

.interview-main-wrap .icon04 {
  position: absolute;
  background: url(../img/interview/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 139px;
  aspect-ratio: 139 / 169;
  top: 18%;
  right: -250px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap .icon04 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.interview-main-wrap .icon05 {
  position: absolute;
  background: url(../img/interview/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 94px;
  aspect-ratio: 94 / 90;
  bottom: 50%;
  left: -250px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap .icon05 {
    width: 71px;
    left: -20%;
    top: -110px;
    bottom: inherit;
  }
}

.interview-main-wrap .icon06 {
  position: absolute;
  background: url(../img/interview/icon06.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 92px;
  aspect-ratio: 92 / 87;
  bottom: 7%;
  right: -220px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap .icon06 {
    width: 30px;
    right: -12%;
    top: 250px;
    bottom: inherit;
  }
}

.interview-main-wrap .icon07 {
  position: absolute;
  background: url(../img/interview/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 215px;
  aspect-ratio: 215 / 264;
  bottom: -3%;
  left: -250px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-main-wrap .icon07 {
    width: 150px;
    left: -10%;
    bottom: 5%;
  }
}

.interview-ex .inner {
  max-width: 1100px;
}

@media screen and (max-width: 991px) {
  .interview-ex .inner {
    padding: 0;
  }
}

.interview-ex-wrap {
  background: #cf572c;
  border-radius: 30px;
  padding: 80px 95px 130px;
  position: relative;
  margin-bottom: 200px;
}

@media screen and (max-width: 991px) {
  .interview-ex-wrap {
    padding: 40px 50px 60px;
    margin-bottom: 180px;
  }
}

.interview-ex-ttl {
  font-family: "Outfit", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .interview-ex-ttl {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}

.interview-ex-main {
  position: relative;
  display: flex;
  align-items: center;
}

.interview-ex-main dl dt {
  font-family: "Outfit", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  height: 72px;
  width: 273px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .interview-ex-main dl dt {
    font-size: 2.8rem;
    width: 180px;
    margin: auto;
    height: 50px;
  }
}

.interview-ex-main dl dd {
  padding-top: 30px;
}

@media screen and (max-width: 991px) {
  .interview-ex-main dl dd {
    padding-top: 20px;
  }
}

.interview-ex-main dl dd .txt {
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .interview-ex-main dl dd .txt {
    font-size: 1.4rem;
    text-align: left;
    position: relative;
    padding-left: 15px;
    margin-top: 20px;
  }
  .interview-ex-main dl dd .txt::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 6px;
    height: 22px;
    background: #fff;
  }
}

.interview-ex-main .image {
  display: flex;
  justify-content: center;
}

.interview-ex-times {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-ex-times {
    margin-top: 40px;
  }
}

.interview-ex-times .time {
  position: relative;
  padding-left: 30px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .time {
    padding-left: 20px;
  }
}

.interview-ex-times .time + .txt {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .time + .txt {
    margin-top: 10px;
  }
}

.interview-ex-times .time::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .time::before {
    width: 10px;
    height: 10px;
  }
}

.interview-ex-times .time span {
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  border: 1px solid #fff;
  border-radius: 50px;
  line-height: 1;
  height: 30px;
  padding: 0 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .time span {
    font-size: 1.4rem;
    height: 26px;
    padding: 0 15px;
  }
}

.interview-ex-times .bar {
  position: relative;
  margin: 24px 0 22px;
}

.interview-ex-times .bar::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  background: #d9d9d9;
}

.interview-ex-times .bar > div {
  display: flex;
  justify-content: center;
  width: 100%;
}

.interview-ex-times .bar > div:first-child {
  position: relative;
}

.interview-ex-times .bar > div:first-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc(50% - 10px);
  height: 100%;
  background: #cf572c;
  margin: auto;
  z-index: 2;
}

.interview-ex-times .bar > div:last-child {
  position: relative;
}

.interview-ex-times .bar > div:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: calc(50% - 10px);
  height: 100%;
  background: #cf572c;
  margin: auto;
  z-index: 2;
}

.interview-ex-times .bar span {
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #d9d9d9;
  display: block;
}

.interview-ex-times .txt {
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .txt {
    padding-left: 35px;
  }
}

.interview-ex-times .txt span {
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .txt span {
    font-size: 1.4rem;
  }
}

.interview-ex-times .item {
  display: flex;
  flex-direction: column;
  position: relative;
}

.interview-ex-times .item:not(:last-child) {
  padding-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .item:not(:last-child) {
    padding-bottom: 25px;
  }
}

.interview-ex-times .item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 8px;
  width: 2px;
  height: 100%;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .interview-ex-times .item:not(:last-child)::after {
    left: 4px;
  }
}

.interview-slider {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.interview-slider .wave-top {
  aspect-ratio: 1280 / 79;
  width: 100%;
  background: url(../img/interview/wave_top.svg) left center no-repeat;
  background-size: 100%;
}

@media screen and (max-width: 991px) {
  .interview-slider .wave-top {
    aspect-ratio: 394 / 55;
    background-image: url(../img/interview/wave_top_sp.svg);
    background-size: cover;
    z-index: 2;
  }
}

.interview-slider .wave-bottom {
  aspect-ratio: 1280 / 79;
  width: 100%;
  background: url(../img/interview/wave_bottom.svg) left center no-repeat;
  background-size: 100%;
  background-color: #fff;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-slider .wave-bottom {
    aspect-ratio: 394 / 55;
    background-image: url(../img/interview/wave_bottom_sp.svg);
    margin-top: -1px;
    background-size: cover;
  }
}

.interview-slider-main {
  padding: 60px 0;
  background: #37a6b8;
}

@media screen and (max-width: 991px) {
  .interview-slider-main {
    margin-top: -1px;
    position: relative;
    z-index: 1;
  }
}

.interview-slider-ttl {
  font-size: 5.5rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.3;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 50px;
}

@media screen and (max-width: 991px) {
  .interview-slider-ttl {
    padding: 0 6%;
    font-size: 3.6rem;
  }
}

.interview-slider-btn {
  padding-top: 30px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.interview-slider-btn > div,
.interview-slider-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #26499c;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px;
  height: 66px;
  width: 100%;
  max-width: 180px;
  text-align: center;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 992px) {
  .interview-slider-btn > div,
  .interview-slider-btn > a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .interview-slider-btn > div:hover,
  .interview-slider-btn > a:hover {
    color: #26499c;
    background: #fff;
  }
}

@media screen and (max-width: 991px) {
  .interview-slider-btn > div,
  .interview-slider-btn > a {
    font-size: 1.7rem;
    height: 55px;
    max-width: 180px;
  }
}

.interview-slider .scrollwrap {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  padding-left: 45px;
}

@media screen and (max-width: 991px) {
  .interview-slider .scrollwrap {
    padding-left: 30px;
  }
}

.interview-slider .scrollwrap::-webkit-scrollbar {
  display: none;
  /* Chrome / Safari / Edge */
}

.interview-slider .flex {
  display: flex;
  gap: 30px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-slider .flex {
    gap: 20px;
  }
}

.interview-slider .flex::after {
  content: "";
  flex: 0 0 15px;
}

@media screen and (max-width: 991px) {
  .interview-slider .flex::after {
    flex: 0 0 10px;
  }
}

.interview-slider .item {
  border-radius: 30px;
  overflow: hidden;
  background: #26499c;
  display: flex !important;
  flex-direction: column;
  width: 350px;
  flex: 0 0 auto;
}

@media screen and (max-width: 991px) {
  .interview-slider .item {
    width: 80vw;
  }
}

.interview-slider .item.--notice {
  background: #5a5a5a;
}

.interview-slider .item.--notice .interview-slider-btn > div,
.interview-slider .item.--notice .interview-slider-btn > a {
  color: #fff;
  background: #e85a26;
  max-width: 100%;
}

@media screen and (min-width: 992px) {
  .interview-slider .item.--notice .interview-slider-btn > div:hover,
  .interview-slider .item.--notice .interview-slider-btn > a:hover {
    color: #e85a26;
    background: #fff;
    border-color: #e85a26;
  }
}

.interview-slider .item .image {
  aspect-ratio: 320 / 222;
  position: relative;
}

.interview-slider .item .image img,
.interview-slider .item .image .preparation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interview-slider .item .image .preparation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.interview-slider .item .txt {
  padding: 15px 28px 34px;
  display: grid;
  height: 100%;
}

.interview-slider .item .txt dl {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}

.interview-slider .item .txt dl dt {
  font-size: 2.8rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.interview-slider .item .txt dl dd {
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.interview-slider .slick-track {
  display: flex;
}

.interview-slider .slick-slide {
  height: auto !important;
}

.interview-notice {
  position: relative;
  background: #fff;
  padding: 120px 0 150px;
  z-index: 3;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .interview-notice {
    padding: 120px 0 120px;
    margin-top: -1px;
  }
}

.interview-notice-wrap {
  position: relative;
}

@media screen and (max-width: 991px) {
  .interview-notice-wrap {
    width: 90%;
    margin: auto;
  }
}

.interview-notice-wrap .icon-notice01 {
  position: absolute;
  background: url(../img/recruit/icon_notice01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 135px;
  aspect-ratio: 135 / 128;
  top: -50px;
  left: -300px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-notice-wrap .icon-notice01 {
    width: 48px;
    left: 0;
    top: -60px;
    bottom: inherit;
  }
}

.interview-notice-wrap .icon-notice02 {
  position: absolute;
  background: url(../img/recruit/icon_notice02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 171px;
  aspect-ratio: 171 / 175;
  top: 100px;
  right: -300px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-notice-wrap .icon-notice02 {
    width: 79px;
    right: -15%;
    top: -30px;
    bottom: inherit;
  }
}

.interview-notice-wrap .icon-notice03 {
  position: absolute;
  background: url(../img/recruit/icon_notice03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 155px;
  aspect-ratio: 155 / 155;
  bottom: -200px;
  left: -150px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-notice-wrap .icon-notice03 {
    width: 86px;
    left: 0;
    bottom: -118px;
  }
}

.interview-notice .inner {
  max-width: 820px;
}

.interview-notice-ttl {
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 70px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .interview-notice-ttl {
    font-size: 3.6rem;
    text-align: left;
    margin-bottom: 40px;
  }
  .interview-notice-ttl span {
    font-size: 2.8rem;
    line-height: 1.3;
    display: block;
    padding-bottom: 5px;
  }
}

.interview-notice .txt p {
  font-size: 1.4rem;
  letter-spacing: 0.03em;
}

.interview-notice .txt p b {
  font-weight: 500;
}

.interview-notice .txt p + p {
  margin-top: 25px;
}

.interview-notice-btn {
  padding-top: 100px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .interview-notice-btn {
    padding-top: 60px;
  }
}

.interview-notice-btn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  background: #e85a26;
  font-weight: 500;
  border-radius: 50px;
  font-size: 3.6rem;
  line-height: 1.3;
  padding: 10px;
  height: 84px;
  width: 100%;
  max-width: 100%;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .interview-notice-btn > a {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .interview-notice-btn > a:hover {
    color: #e85a26;
    background: #fff;
    border-color: #e85a26;
  }
}

@media screen and (max-width: 991px) {
  .interview-notice-btn > a {
    font-size: 2.8rem;
    height: auto;
    padding: 25px 10px;
    border-radius: 100px;
  }
}

.interview-faq {
  padding: 200px 0 100px;
  background: #d9d9d9;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.interview-faq:after {
  content: "";
  background-image: url(../img/common/wave_w.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .interview-faq {
    padding: 100px 0 50px;
  }
}

.interview-faq .inner {
  max-width: 740px;
}

.interview-faq-ttl {
  color: #000;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .interview-faq-ttl {
    font-size: 3.8rem;
  }
}

.interview-faq-list {
  position: relative;
  z-index: 2;
}

.interview-faq-list dl {
  padding: 30px 0;
  border-bottom: 1px solid #000000;
}

.interview-faq-list dl:first-child {
  border-top: 1px solid #000000;
}

.interview-faq-list dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  color: #000;
  padding-right: 40px;
  padding-left: 1.5em;
}

@media screen and (max-width: 991px) {
  .interview-faq-list dl dt {
    font-size: 1.4rem;
  }
}

.interview-faq-list dl dt::before {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
}

.interview-faq-list dl dt::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: url(../img/common/icon_ac_arrow.svg) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  transform: rotate(-180deg);
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}

@media screen and (max-width: 991px) {
  .interview-faq-list dl dt::after {
    right: 0;
  }
}

.interview-faq-list dl dt.is_open::after {
  transform: rotate(0deg);
}

.interview-faq-list dl dd .js_ac_inner {
  padding-top: 30px;
}

.interview-faq-list dl dd p {
  color: #000;
  font-size: 1.4rem;
}

.interview-faq-list dl dd p + p {
  margin-top: 20px;
}

.interview-faq-wrap {
  position: relative;
}

.interview-faq-wrap .icon-faq01 {
  position: absolute;
  background: url(../img/recruit/icon_faq01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 169px;
  aspect-ratio: 169 / 169;
  top: -50px;
  right: -300px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-faq-wrap .icon-faq01 {
    width: 87px;
    right: -15%;
    top: 50px;
  }
}

.interview-faq-wrap .icon-faq02 {
  position: absolute;
  background: url(../img/recruit/icon_faq02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 439px;
  aspect-ratio: 439 / 289;
  top: 200px;
  left: -400px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-faq-wrap .icon-faq02 {
    width: 224px;
    left: -15%;
    top: 180px;
  }
}

.interview-faq-wrap .icon-faq03 {
  position: absolute;
  background: url(../img/recruit/icon_faq03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 215px;
  aspect-ratio: 215 / 264;
  top: 310px;
  right: -300px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .interview-faq-wrap .icon-faq03 {
    width: 112px;
    right: -25%;
    top: 300px;
  }
}

/* search
-------------------------------------------*/
.search-nav {
  background: #26499c;
  padding: 15px 0;
}

.search-nav ul {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .search-nav ul {
    justify-content: space-between;
  }
}

.search-nav ul li {
  width: 24%;
  max-width: 128px;
}

@media screen and (min-width: 992px) {
  .search-nav ul li + li {
    margin-left: 20px;
  }
}

.search-nav ul li a {
  border-radius: 15px;
  background: #fff;
  height: 54px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 992px) {
  .search-nav ul li a {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
}

.search-nav ul li a.active, .search-nav ul li a:hover {
  color: #fff;
  background: #389dae;
}

@media screen and (max-width: 991px) {
  .search-nav ul li a {
    height: 40px;
    border-radius: 10px;
  }
}

.search-nav ul li a .t1 {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .search-nav ul li a .t1 {
    font-size: 1.1rem;
  }
}

.search-nav ul li a .t2 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  padding-top: 5px;
}

@media screen and (max-width: 991px) {
  .search-nav ul li a .t2 {
    font-size: 0.8rem;
    padding-top: 3px;
  }
}

.search-bg {
  background: #f0f1f4;
  padding-top: 28px;
}

@media screen and (max-width: 991px) {
  .search-bg {
    padding-top: 20px;
  }
}

.search-result .flex {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .search-result .flex {
    flex-direction: column;
  }
}

.search-result .flex .item + .item {
  margin-left: 20px;
}

@media screen and (max-width: 991px) {
  .search-result .flex .item + .item {
    margin: 10px 0 0;
  }
}

.search-result .flex .item dl {
  display: flex;
  align-items: center;
}

.search-result .flex .item dl dt {
  font-size: 1.4rem;
  font-weight: 700;
}

.search-result .flex .item dl dd {
  padding-left: 20px;
  font-size: 1.4rem;
}

.search-result .flex .item ul {
  display: flex;
}

.search-result .flex .item ul li + li {
  margin-left: 15px;
}

.search-result .flex .item .select {
  position: relative;
  border: 1px solid #c5c2c2;
  overflow: hidden;
  width: 100%;
  height: 35px;
  text-align: center;
  border-radius: 7px;
  background: #fff;
}

.search-result .flex .item .select::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 991px) {
  .search-result .flex .item .select {
    height: 35px;
  }
}

.search-result .flex .item .select select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 0 15px;
  text-align: left;
  font-size: 1.2rem;
  color: #5c5d5e;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .search-result .flex .item .select select {
    font-size: 16px;
    transform: scale(0.75);
    /* 約12px相当 */
    transform-origin: left center;
  }
}

.search-result-input {
  margin-top: 28px;
}

@media screen and (max-width: 991px) {
  .search-result-input {
    margin-top: 15px;
  }
}

.search-result-input .search-box {
  max-width: 470px;
  margin: auto;
}

.search-result-input .search-box input {
  height: 35px;
  background: #fff;
  box-shadow: none;
  border-radius: 10px;
}

.search-result-input .search-box button {
  right: 10px;
}

.search-items {
  padding: 28px 0 50px;
}

.search-items .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .search-items .flex {
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
  }
}

@media screen and (max-width: 991px) {
  .search-items .flex {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}

.search-items .flex .item {
  background: #fff;
}

.search-items .flex .item .image {
  aspect-ratio: 235 / 164;
  overflow: hidden;
  position: relative;
}

.search-items .flex .item .image img,
.search-items .flex .item .image .preparation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.search-items .flex .item .image .preparation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.search-items .flex .item .txt {
  padding: 20px 15px;
}

@media screen and (max-width: 991px) {
  .search-items .flex .item .txt {
    padding: 10px;
  }
}

.search-items .flex .item .txt p {
  line-height: 1.5;
  font-size: 1.5rem;
}

@media screen and (max-width: 991px) {
  .search-items .flex .item .txt p {
    font-size: 1.3rem;
  }
}

.search-items .flex .item .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.search-items .flex .item .date {
  color: #34373a;
  font-family: "Outfit", sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .search-items .flex .item .date {
    font-size: 1rem;
    padding-top: 0.2em;
  }
}

.search-items .flex .item .cat {
  background: #fff;
  display: table;
  height: 18px;
  line-height: 18px;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #26499c;
  color: #26499c;
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .search-items .flex .item .cat {
    padding: 0 15px;
    font-size: 0.8rem;
    height: 15px;
    line-height: 15px;
  }
}

.search-pager {
  background: #747474;
  height: 45px;
  display: flex;
  align-items: center;
}

.search-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.search-pager .pagination {
  margin: 0;
  padding: 0;
}

.search-pager .pagination .nav-links {
  justify-content: center;
}

.search-pager .pagination .page-numbers {
  color: #fff;
}

.search-pager .pagination .current {
  background: #fff;
  color: #34373a;
}

.search-pager .pagination .next::after,
.search-pager .pagination .prev::after {
  border-color: #fff;
}

.search-notfound {
  padding: 60px 0 235px;
}

@media screen and (max-width: 991px) {
  .search-notfound {
    padding: 45px 0 150px;
  }
}

.search-notfound .txt p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .search-notfound .txt p {
    font-size: 1.4rem;
  }
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  appearance: none;
}

/* topics
-------------------------------------------*/
.topics-page .page-ttl .inner {
  position: relative;
}
.topics-page .page-ttl .icon01 {
  background: url(../img/topics/icon01.png) no-repeat center center / contain;
  width: 58px;
  height: 73px;
  position: absolute;
  top: -16px;
  left: -10px;
}
.topics-page .page-ttl .icon02 {
  background: url(../img/topics/icon02.png) no-repeat center center / contain;
  width: 105px;
  height: 110px;
  position: absolute;
  top: -130px;
  right: -10px;
}

.topics-blk {
  padding-top: 75px;
}

@media screen and (max-width: 991px) {
  .topics-blk {
    padding-top: 50px;
  }
}

.topics-blk-wrap {
  display: grid;
}

@media screen and (min-width: 992px) {
  .topics-blk-wrap {
    grid-template-columns: 1fr 280px;
    gap: 50px;
  }
  .topics-page .page-ttl .icon01 {
    width: 130px;
    height: 150px;
    top: 70px;
    left: -88px;
  }
  .topics-page .page-ttl .icon02 {
    width: 120px;
    height: 120px;
    top: 4px;
    right: 100px;
  }
}

@media screen and (max-width: 991px) {
  .topics-blk-wrap {
    gap: 0;
  }
}

.topics-blk .inner {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  .topics-blk-select {
    display: flex;
    justify-content: flex-start;
    position: fixed;
    bottom: 20px;
    left: 6%;
    margin: auto;
    width: 88%;
    max-width: 220px;
    z-index: 9999;
  }
  .topics-blk-select .js_cat_select {
    height: 40px;
    background: #cf572c;
    color: #fff;
    font-size: 1.6rem;
    font-family: "Outfit", sans-serif;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    width: 100%;
    position: relative;
  }
  .topics-blk-select .js_cat_select > span {
    padding: 0 40px 0 0;
    position: relative;
  }
  .topics-blk-select .js_cat_select > span::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -2px;
    margin: auto;
    right: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

.topics-blk-side {
  margin-top: 65px;
}

.topics-blk-side .wbox {
  background: #fff;
  border-radius: 15px;
  padding: 50px 30px;
}

@media screen and (max-width: 991px) {
  .topics-blk-side .wbox {
    padding: 30px 30px 40px;
  }
}

.topics-blk-side .wbox + .wbox {
  margin-top: 47px;
}

@media screen and (max-width: 991px) {
  .topics-blk-side .wbox + .wbox {
    margin-top: 0;
  }
}

.topics-blk-side .wbox dl dt {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 25px;
}

.topics-blk-side .wbox dl dd ul li + li {
  margin-top: 10px;
}

.topics-blk-side .wbox dl dd ul li a {
  border-radius: 50px;
  height: 40px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .topics-blk-side .wbox dl dd ul li a {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .topics-blk-side .wbox.--cat {
    opacity: 1;
    position: fixed;
    bottom: 70px;
    width: 88%;
    left: 6%;
    margin: auto;
    max-width: 220px;
    transform: translateY(30px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    padding: 20px;
  }
  .topics-blk-side .wbox.--cat.active {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
}

.topics-blk-side .wbox.--cat dl dd ul li a {
  border: 1px solid #cf572c;
  color: #cf572c;
}

@media screen and (min-width: 992px) {
  .topics-blk-side .wbox.--cat dl dd ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .topics-blk-side .wbox.--cat dl dd ul li a:hover {
    background: #cf572c;
    color: #fff;
  }
}

@media screen and (max-width: 991px) {
  .topics-blk-side .wbox.--cat dl dd ul li a {
    font-size: 1.6rem;
  }
}

.topics-blk-side .wbox.--cat dl dd ul li.active a {
  background: #cf572c;
  color: #fff;
}

.topics-blk-side .wbox.--year dl dd ul li a {
  border: 1px solid #26499c;
  color: #26499c;
  font-family: "Outfit", "Noto Sans JP", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.topics-blk-side .wbox.--year dl dd ul li.blank-link a::after {
  content: "";
  mask: url('data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M15.75%209.75V14.25C15.75%2014.6478%2015.592%2015.0294%2015.3107%2015.3107C15.0294%2015.592%2014.6478%2015.75%2014.25%2015.75H3.75C3.35218%2015.75%202.97064%2015.592%202.68934%2015.3107C2.40804%2015.0294%202.25%2014.6478%202.25%2014.25V3.75C2.25%203.35218%202.40804%202.97064%202.68934%202.68934C2.97064%202.40804%203.35218%202.25%203.75%202.25H8.25M15.75%202.25L9%209M15.75%202.25H11.25M15.75%202.25V6.75%22%20stroke%3D%22%2326499C%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E')
        no-repeat center center / contain;
  background: #26499C;
  width: 18px;
  height: 18px;
  margin: 2px 0 0 4px;
}

@media screen and (min-width: 992px) {
  .topics-blk-side .wbox.--year dl dd ul li a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .topics-blk-side .wbox.--year dl dd ul li a:hover {
    background: #26499c;
    color: #fff;
  }
  .topics-blk-side .wbox.--year dl dd ul li.blank-link a:hover::after {
    background: #fff;
  }
}

.topics-blk-side .wbox.--year dl dd ul li.active a {
  background: #26499c;
  color: #fff;
}

.topics-blk-other {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .topics-blk-other {
    margin-top: 35px;
  }
}

.topics-blk-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .topics-blk-btn {
    margin-top: 35px;
  }
}

.topics-blk-btn .btn {
  max-width: 320px;
  background: #26499c;
  border-color: #26499c;
}

@media screen and (min-width: 992px) {
  .topics-blk-btn .btn:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .topics-blk-btn .btn {
    width: 90%;
  }
}

@media screen and (min-width: 992px) {
  .page-topics .topics-blk-side,
  .archive .topics-blk-side {
    margin-top: 0;
  }
  .page-topics .topics-blk-wrap,
  .archive .topics-blk-wrap {
    margin-top: 50px;
  }
}

.topics-list {
  position: relative;
}

.topics-list-date {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .topics-list-date {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.topics-list-date > span {
  height: 40px;
  background: #26499c;
  width: 202px;
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 500;
}

.topics-list-date:first-of-type {
  /* position: absolute;
  top: -60px;
  left: 0; */
  margin-top: 0;
}

.topics-list-item {
  background: #fff;
  border-radius: 15px;
  padding: 22px 26px;
  display: grid;
  position: relative;
}

@media screen and (max-width: 991px) {
  .topics-list-item {
    padding: 25px 25px 70px;
  }
}

.topics-list-item::after {
  content: "";
  position: absolute;
  bottom: 22px;
  right: 22px;
  width: 36px;
  height: 36px;
  margin: auto;
  background: url(../img/topics/arrow.svg) left center no-repeat;
  background-size: contain;
}

@media screen and (max-width: 991px) {
  .topics-list-item::after {
    right: 25px;
    bottom: 25px;
  }
}

@media screen and (min-width: 992px) {
  .topics-list-item {
    grid-template-columns: 35% 1fr;
    gap: 25px;
    place-items: start left;
  }
}

@media screen and (max-width: 991px) {
  .topics-list-item {
    gap: 20px;
  }
}

.topics-list-item .image {
  aspect-ratio: 286 / 162;
  overflow: hidden;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.topics-list-item .image img,
.topics-list-item .image .preparation {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.topics-list-item .image .preparation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
  width: 100%;
  height: 100%;
}

.topics-list-item .txt .info {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
}

.topics-list-item .txt .date {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 13px;
}

.topics-list-item .txt .date span {
  color: #26499c;
  font-family: "Outfit", sans-serif;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .topics-list-item .txt .date span {
    font-size: 1.1rem;
    padding-top: 0.2em;
  }
}

.topics-list-item .txt .date b {
  color: #26499c;
  font-size: 3.3rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1;
}

.topics-list-item .txt .cat {
  background: #fff;
  display: table;
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #26499c;
  color: #26499c;
  font-size: 1.2rem;
}

@media screen and (min-width: 992px) {
  .topics-list-item .txt .cat {
    font-size: 1.4rem;
  }
}

.topics-list-item .txt p {
  line-height: 1.5;
  font-size: 1.5rem;
}

.topics-list-item + .topics-list-item {
  margin-top: 23px;
}

@media screen and (max-width: 991px) {
  .topics-list-item + .topics-list-item {
    margin-top: 15px;
  }
}

.topics-list-date {
  margin-top: 50px;
  position: relative;
  top: inherit;
  left: inherit;
}

@media screen and (min-width: 992px) {
  .topics-list.--col2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
  .topics-list.--col2 .topics-list-item {
    grid-template-columns: 35% 1fr;
    padding: 18px 22px;
  }
  .topics-list.--col2 .topics-list-item::after {
    width: 32px;
    height: 32px;
  }
  .topics-list.--col2 .topics-list-item .image {
    aspect-ratio: 184 / 150;
  }
  .topics-list.--col2 .topics-list-item .txt p {
    font-size: 1.3rem;
  }
  .topics-list.--col2 .topics-list-item .txt .cat {
    font-size: 1.5rem;
  }
  .topics-list.--col2 .topics-list-item + .topics-list-item {
    margin-top: 0;
  }
}

@media screen and (max-width: 991px) {
  .topics-list.--col2 .topics-list-item {
    padding: 25px;
  }
  .topics-list.--col2 .topics-list-item::after {
    content: none;
  }
  .topics-list.--col2 .topics-list-item .image {
    display: none;
  }
}

.topics-detail-info {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 992px) {
  .topics-detail-info {
    height: 40px;
  }
}

@media screen and (max-width: 991px) {
  .topics-detail-info {
    margin-bottom: 15px;
  }
}

.topics-detail-info .date {
  font-family: "Outfit", sans-serif;
  font-size: 1.9rem;
  margin-right: 20px;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .topics-detail-info .date {
    font-size: 1.2rem;
  }
}

.topics-detail-info .cat {
  display: flex;
  justify-content: flex-start;
}

.topics-detail-info .cat a {
  background: #fff;
  display: table;
  height: 26px;
  line-height: 26px;
  padding: 0 20px;
  border-radius: 50px;
  background: #26499c;
  border: 1px solid #26499c;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 991px) {
  .topics-detail-info .cat a {
    font-size: 1.2rem;
  }
}

.topics-detail-info .cat a + a {
  margin-left: 5px;
}

.topics-detail .wbox {
  background: #fff;
  padding: 80px 60px;
  border-radius: 15px;
}

@media screen and (max-width: 991px) {
  .topics-detail .wbox {
    padding: 40px 25px;
  }
}

.topics-detail .wbox .leadtxt,
.topics-detail .wbox p,
.topics-detail .wbox li {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (min-width: 992px) {
  .topics-detail .wbox .leadtxt,
  .topics-detail .wbox p,
  .topics-detail .wbox li {
    line-height: 2;
  }
}

@media screen and (max-width: 991px) {
  .topics-detail .wbox .leadtxt,
  .topics-detail .wbox p,
  .topics-detail .wbox li {
    font-size: 1.1rem;
  }
}

.topics-detail .wbox .leadtxt {
  margin-top: 40px;
}

.topics-detail-ttl {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .topics-detail-ttl {
    font-size: 1.5rem;
  }
}

.topics-detail-content {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .topics-detail-content {
    padding-top: 30px;
  }
}

.topics-detail-content :is(h1, h2, h3, h4, h5, h6) {
  margin-top: 45px;
  margin-bottom: 20px!important;
}
.topics-detail-content h1 {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 3px solid #26499C;
  width: fit-content;
}
.topics-detail-content h2 {
  font-size: 2.6rem;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}
.topics-detail-content h3 {
  font-size: 2.4rem;
  color: #26499C;
  font-weight: bold;
}
.topics-detail-content h3 span {
  font-weight: bold!important;
}
.topics-detail-content h4 {
  font-size: 2rem;
  font-weight: bold;
}
.topics-detail-content h5 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #26499C;
}
.topics-detail-content h6 {
  font-size: 1.2rem;
  font-weight: bold;
}
.topics-detail-content strong {
  font-weight: bold;
}
.topics-detail-content em {
  font-style: italic;
}

@media screen and (max-width: 991px) {
  .topics-detail-content :is(h1, h2, h3, h4, h5, h6) {
    margin-top: 28px;
    margin-bottom: 12px!important;
  }
  .topics-detail-content h1 {
    font-size: 1.6rem;
  }
  .topics-detail-content h2 {
    font-size: 1.5rem;
    margin-bottom: 30px;
    padding-left: 12px;
    margin-top: 30px;
  }
  .topics-detail-content :is(h3, h4) {
    font-size: 1.4rem;
  }
  .topics-detail-content :is(h5, h6) {
    font-size: 1.1rem;
  }
}

.topics-detail-content h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: #34373a;
  width: 2px;
  height: calc(100% - 0.6em);
}

.topics-detail-content .image {
  display: flex;
  justify-content: center;
}

.topics-detail-content .image + * {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .topics-detail-content .image + * {
    margin-top: 30px;
  }
}

.topics-detail-content hr {
  border-top: 1px solid #5c5d5e;
  margin: 40px 0;
}

.topics-detail-content > *:not(:last-child) {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .topics-detail-content > *:not(:last-child) {
    margin-bottom: 28px;
  }
  .topics-detail-content hr {
    margin: 30px 0;
  }
}

.topics-detail-content a {
  color: #26499c;
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .topics-detail-content a:hover {
    text-decoration: none;
  }
}

.topics-detail-content ul > li {
  position: relative;
  padding-left: 1.3em;
}

.topics-detail-content :is(ul, ol) > li + li {
  margin-top: 5px;
}

.topics-detail-content ul > li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}
.topics-detail-content ol {
  list-style: decimal;
  padding-left: 20px;
}
.topics-detail-content blockquote {
  padding: 10px 0 10px 20px;
  border-left: 3px solid #D9D9D9;
}
.topics-detail-content blockquote cite {
  font-size: 1.2rem;
  color: #5C5D5E;
  text-align: right;
  font-style: normal;
  margin-top: 5px;
}
@media screen and (max-width: 991px) {
  .topics-detail-content blockquote {
    padding: 0 0 0 10px;
  }
  .topics-detail-content blockquote cite {
    font-size: 1.1rem;
    margin-top: 2px;
  }
}

/* recruit
-------------------------------------------*/
.recruit-mv {
  background: #37a6b8;
  padding-top: 150px;
}

@media screen and (max-width: 991px) {
  .recruit-mv {
    padding-top: 100px;
  }
}

.recruit-mv .image {
  position: relative;
}

.recruit-mv .image .txt {
  width: 100%;
}

.recruit-mv .image .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.recruit-mv .image .illust {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.recruit-mv-link {
  display: flex;
  justify-content: center;
  position: absolute;
  right: calc(50% + 325px);
  bottom: 300px;
}

@media screen and (max-width: 991px) {
  .recruit-mv-link {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 50vw;
  }
}

.recruit-lead {
  margin-top: -175px;
  position: relative;
  padding-top: 75px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .recruit-lead {
    margin-top: -60px;
    padding-top: 0;
    padding-bottom: 50px;
  }
}

.recruit-lead::after {
  content: "";
  position: absolute;
  top: 175px;
  left: 0;
  right: 0;
  height: calc(100% - 175px);
  width: 100%;
  margin: auto;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .recruit-lead::after {
    top: 60px;
    height: calc(100% - 60px);
  }
}

.recruit-lead .inner {
  max-width: 1180px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .recruit-lead .inner {
    padding: 0;
  }
}

.recruit-lead-wrap {
  position: relative;
}

.recruit-lead-wrap .icon01 {
  position: absolute;
  background: url(../img/recruit/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 196px;
  aspect-ratio: 196 / 196;
  top: -75px;
  left: -130px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .recruit-lead-wrap .icon01 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.recruit-lead-wrap .icon02 {
  position: absolute;
  background: url(../img/recruit/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 124px;
  aspect-ratio: 124 / 150;
  bottom: 15px;
  right: -60px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .recruit-lead-wrap .icon02 {
    width: 75px;
    right: 5%;
    bottom: -50px;
  }
}

.recruit-lead .wbox {
  background: #fff;
  padding: 60px 60px 60px 0;
  border-radius: 30px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .recruit-lead .wbox {
    padding: 60px 30px;
  }
}

.recruit-lead .wbox .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .recruit-lead .wbox .flex {
    grid-template-columns: 1fr 1fr;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .recruit-lead .wbox .flex {
    gap: 20px;
  }
}

.recruit-lead .wbox .flex .item {
  width: 100%;
}

.recruit-lead .wbox .flex .item .image {
  width: 100%;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .recruit-lead .wbox .flex .item .image {
    margin-bottom: 30px;
  }
  .recruit-lead .wbox .flex .item .image img {
    width: 256px;
    margin: auto;
    display: block;
  }
}

.recruit-lead .wbox .flex .item dl dt {
  font-size: 3.6rem;
  font-weight: 700;
  color: #26499c;
  line-height: 1.4;
  margin-bottom: 30px;
}

@media screen and (max-width: 991px) {
  .recruit-lead .wbox .flex .item dl dt {
    font-size: 2.4rem;
  }
}

.recruit-lead .wbox .flex .item dl dd p {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .recruit-lead .wbox .flex .item dl dd p {
    font-size: 1.2rem;
    letter-spacing: 0.01em;
  }
}

.recruit-lead .wbox .flex .item dl dd p + p {
  margin-top: 25px;
}

.recruit-nav {
  padding: 200px 0;
  background: #d9d9d9;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .recruit-nav {
    padding: 160px 0 180px;
  }
}

.recruit-nav .inner {
  max-width: 892px;
}

.recruit-nav-ttl {
  font-size: 5.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  margin-bottom: 80px;
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .recruit-nav-ttl {
    font-size: 3.6rem;
    margin-bottom: 40px;
  }
}

.recruit-nav-items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .recruit-nav-items .grid:nth-child(1) {
    order: 2;
    width: 280px;
  }
  .recruit-nav-items .grid:nth-child(2) {
    order: 1;
    width: 244px;
  }
  .recruit-nav-items .grid:nth-child(3) {
    order: 3;
    width: 244px;
  }
  .recruit-nav-items .grid .item {
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {
  .recruit-nav-items {
    flex-direction: column;
    width: 84%;
    margin: auto;
  }
  .recruit-nav-items .grid {
    width: 100%;
  }
  .recruit-nav-items .grid:not(:last-child) {
    margin-bottom: 12px;
  }
}

.recruit-nav-items .grid {
  display: grid;
  gap: 12px;
}

@media screen and (min-width: 992px) {
  .recruit-nav-items .grid .item {
    transition: transform 0.3s ease;
  }
  .recruit-nav-items .grid .item:hover {
    transform: scale(1.05);
  }
}

.recruit-nav-items .grid .item img {
  width: 100%;
}

.recruit-nav-items .grid:nth-child(1) .item {
  grid-column: 1 / 3;
}

.recruit-nav-items .grid:nth-child(1) .item:nth-child(3), .recruit-nav-items .grid:nth-child(1) .item:nth-child(5) {
  grid-column: 1 / 2;
}

.recruit-nav-items .grid:nth-child(1) .item:nth-child(4), .recruit-nav-items .grid:nth-child(1) .item:nth-child(6) {
  grid-column: 2 / 3;
}

.recruit-nav-wrap {
  position: relative;
}

.recruit-nav-wrap .icon03 {
  position: absolute;
  background: url(../img/recruit/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 118px;
  aspect-ratio: 118 / 113;
  top: -120px;
  left: -200px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .recruit-nav-wrap .icon03 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.recruit-nav-wrap .icon04 {
  position: absolute;
  background: url(../img/recruit/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 94px;
  aspect-ratio: 94 / 90;
  bottom: -20px;
  left: -200px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .recruit-nav-wrap .icon04 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.recruit-nav-wrap .icon05 {
  position: absolute;
  background: url(../img/recruit/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 242px;
  aspect-ratio: 242 / 263;
  bottom: -60px;
  right: -150px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .recruit-nav-wrap .icon05 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.recruit-reason {
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .recruit-reason {
    margin-top: -100px;
  }
}

.recruit-reason-ttl {
  font-size: 5.5rem;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .recruit-reason-ttl {
    font-size: 3.6rem;
  }
}

.recruit-reason .inner {
  max-width: 1255px;
}

.recruit-reason-section {
  position: relative;
}

@media screen and (max-width: 991px) {
  .recruit-reason-section {
    margin-top: 50px;
  }
}

.recruit-reason-section .scroll-start {
  height: 1px;
}

.recruit-reason-list {
  position: relative;
  margin-top: -50vh;
  padding-bottom: 100px;
}

.recruit-reason-bg {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit-reason-bg > div {
  opacity: 0;
  transition: opacity 0.4s ease;
  transition-delay: 0.3s;
}

.recruit-reason-item {
  padding-top: calc((100vh - 650px) / 2 + 50vh);
  bottom: calc((100vh - 650px) / 2);
  height: calc(100vh - (100vh - 650px) / 2 + 50vh);
  pointer-events: none;
  position: sticky;
}

.recruit-reason-item:nth-child(1) {
  z-index: 3;
  transition-delay: 1s;
}

.recruit-reason-item:nth-child(2) {
  z-index: 2;
}

.recruit-reason-item:nth-child(3) {
  z-index: 1;
}

.recruit-reason-item:nth-child(4) {
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item {
    align-items: flex-start;
  }
}

.recruit-reason-item.show .recruit-reason-bg > div {
  opacity: 1;
}

@media screen and (min-width: 992px) {
  .recruit-reason-item .recruit-reason-bg::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .recruit-reason-bg {
    padding: 150px 30px 100px;
    display: table;
    margin: 0;
  }
  .recruit-reason-item .recruit-reason-bg::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100vw;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
  }
}

.recruit-reason-item.--no01 .recruit-reason-bg::after {
  background-image: url(../img/recruit/bg_reason01.png);
}

.recruit-reason-item.--no02 .recruit-reason-bg::after {
  background-image: url(../img/recruit/bg_reason02.png);
}

.recruit-reason-item.--no03 .recruit-reason-bg::after {
  background-image: url(../img/recruit/bg_reason03.png);
}

.recruit-reason-item.--no04 .recruit-reason-bg::after {
  background-image: url(../img/recruit/bg_reason04.png);
}

.recruit-reason-item .illust {
  content: "";
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left top;
  pointer-events: none;
  z-index: 3;
}

.recruit-reason-item .illust.--illust01 {
  aspect-ratio: 191 / 228;
  width: 191px;
  background-image: url(../img/recruit/illust_reason01.svg);
  right: 20px;
  bottom: 50px;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .illust.--illust01 {
    width: 28%;
    left: 66%;
    bottom: 24%;
  }
}

.recruit-reason-item .illust.--illust02 {
  aspect-ratio: 199 / 296;
  width: 199px;
  background-image: url(../img/recruit/illust_reason02.svg);
  right: 90px;
  top: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .illust.--illust02 {
    width: 26%;
    right: inherit;
    left: 68%;
    bottom: 15%;
    top: initial;
  }
}

.recruit-reason-item .illust.--illust03 {
  aspect-ratio: 192 / 333;
  width: 192px;
  background-image: url(../img/recruit/illust_reason03.svg);
  right: 90px;
  bottom: 80px;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .illust.--illust03 {
    width: 24%;
    right: inherit;
    left: 68%;
    bottom: 15%;
  }
}

.recruit-reason-item .illust.--illust04 {
  aspect-ratio: 158 / 295;
  width: 158px;
  background-image: url(../img/recruit/illust_reason04.svg);
  right: 110px;
  top: 20px;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .illust.--illust04 {
    top: initial;
    width: 22%;
    right: inherit;
    left: 70%;
    bottom: 13%;
  }
}

.recruit-reason-item .flex {
  max-width: 660px;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .recruit-reason-item .flex {
    display: grid;
    grid-template-columns: 195px 1fr;
    gap: 30px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

.recruit-reason-item .flex .image {
  overflow: hidden;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .flex .image {
    width: 65%;
    margin-top: 20px;
  }
}

.recruit-reason-item .flex dl dt {
  position: relative;
}

.recruit-reason-item .flex dl dt .no {
  position: absolute;
  font-size: 6.4rem;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 700;
  left: 0;
  top: -2em;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .flex dl dt .no {
    top: -1.2em;
    line-height: 1;
    font-size: 4.2rem;
  }
}

.recruit-reason-item .flex dl dt .txt {
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .flex dl dt .txt {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
}

.recruit-reason-item .flex dl dd p {
  color: #fff;
  font-size: 1.2rem;
}

.recruit-reason-item .icon06 {
  position: absolute;
  background: url(../img/recruit/icon06.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 92px;
  aspect-ratio: 92 / 87;
  top: -100px;
  right: -50px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .icon06 {
    width: 62px;
    right: 5%;
    top: 40px;
  }
}

.recruit-reason-item .icon07 {
  position: absolute;
  background: url(../img/recruit/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 109px;
  aspect-ratio: 109 / 156;
  top: -50px;
  left: 20px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .icon07 {
    width: 70px;
    left: 0;
    top: -30px;
  }
}

.recruit-reason-item .icon08 {
  position: absolute;
  background: url(../img/recruit/icon08.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 87px;
  aspect-ratio: 87 / 83;
  top: -20px;
  right: 20px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .icon08 {
    width: 62px;
    right: 0;
    top: 30px;
  }
}

.recruit-reason-item .icon09 {
  position: absolute;
  background: url(../img/recruit/icon09.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 190px;
  aspect-ratio: 190 / 142;
  bottom: 30px;
  left: 30px;
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .recruit-reason-item .icon09 {
    width: 100px;
    left: 0%;
    bottom: -90px;
  }
}

.recruit-bg {
  position: sticky;
  top: 0;
  background: url(../img/recruit/img_office.jpg) center center no-repeat;
  background-size: cover;
  height: 800px;
  width: 100%;
  transform: translateZ(0);
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .recruit-bg {
    height: 500px;
  }
}

.recruit-bg + .interview-slider {
  margin-top: -5vw;
}

@media screen and (max-width: 991px) {
  .recruit-bg + .interview-slider {
    margin-top: -15vw;
  }
}

#modal-overlay {
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease,
 visibility 0.3s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  overflow-y: scroll;
  z-index: 9999;
}

#modal-overlay.is_open {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}

#modal-overlay .modal-wrap {
  margin: 0;
  padding: 0;
  position: fixed;
  z-index: 99999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 800px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-wrap {
    width: 90%;
  }
}

#modal-overlay .modal-wrap.--scroll {
  height: calc(100% - 100px);
  position: absolute;
}

#modal-overlay .modal-content {
  padding-bottom: 50px;
  position: relative;
}

#modal-overlay .modal-bg {
  background: #f2f2f2;
  padding: 35px 35px 50px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal-bg {
    padding: 35px 10px 35px;
  }
}

#modal-overlay .modal_close {
  background: #adadad;
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 70px;
  right: 40px;
  border-radius: 50%;
  z-index: 99999999;
  cursor: pointer;
}

@media screen and (min-width: 1152px) {
  #modal-overlay .modal_close {
    right: calc(50% - 576px + 40px);
    top: 80px;
  }
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal_close {
    width: 30px;
    height: 30px;
    top: 70px;
    right: calc(5% + 20px);
  }
}

#modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  margin: auto;
  bottom: 0;
  width: 2px;
  height: 18px;
  background: #fff;
}

@media screen and (max-width: 991px) {
  #modal-overlay .modal_close > span::before, #modal-overlay .modal_close > span::after {
    right: 14px;
  }
}

#modal-overlay .modal_close > span::before {
  transform: rotate(-45deg);
}

#modal-overlay .modal_close > span::after {
  transform: rotate(45deg);
}

#modal-overlay .modal-recruit {
  max-width: 1152px;
}

.modal-recruit-ttl {
  margin-bottom: 40px;
  padding-left: 50px;
}

@media screen and (max-width: 991px) {
  .modal-recruit-ttl {
    padding: 0 15px;
  }
}

.modal-recruit-ttl .t1 {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.modal-recruit-ttl .t1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 55px;
  height: 1px;
  background: #e85a26;
}

.modal-recruit-ttl .t2 {
  font-family: "Outfit", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .modal-recruit-ttl .t2 {
    font-size: 2.8rem;
  }
}

.modal-recruit .wbox {
  background: #fff;
  padding: 50px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox {
    padding: 35px 20px;
  }
}

.modal-recruit .wbox + .wbox {
  margin-top: 20px;
}

.modal-recruit .wbox .image {
  overflow: hidden;
  border-radius: 30px;
}

.modal-recruit .wbox .image.--mt {
  padding-top: 5px;
}

.modal-recruit .wbox .image + p {
  margin-top: 30px;
}

.modal-recruit .wbox dl dt {
  font-family: "Outfit", sans-serif;
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  line-height: 1.3;
}
.modal-recruit .wbox dl dd dl.item-detail dt {
  font-size: 1.4rem;
  font-weight: normal;
  margin-bottom: 0;
}
.modal-recruit .wbox dl dd dl.item-detail + dl.item-detail {
  margin-top: 15px;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox dl dt {
    font-size: 2.8rem;
  }
}

.modal-recruit .wbox dl dd p {
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox dl dd p {
    font-size: 1.2rem;
  }
}

.modal-recruit .wbox dl dd ul > li {
  font-size: 1.4rem;
  position: relative;
  padding-left: 1.3em;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox dl dd ul > li {
    font-size: 1.2rem;
  }
}

.modal-recruit .wbox dl dd ul > li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.modal-recruit .wbox dl dd .readmore {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox dl dd .readmore {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 108px;
  }
}

@media screen and (min-width: 992px) {
  .modal-recruit .wbox dl dd .readmore.--right {
    justify-content: flex-end;
  }
}

.modal-recruit .wbox dl + .image {
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox dl + .image {
    margin-top: 30px;
  }
}

.modal-recruit .wbox .flex {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .modal-recruit .wbox .flex .item:nth-child(1) {
    width: 60%;
    padding: 0 60px 0 0;
  }
  .modal-recruit .wbox .flex .item:nth-child(2) {
    width: 40%;
  }
  .modal-recruit .wbox .flex.--reverse {
    flex-direction: row-reverse;
  }
  .modal-recruit .wbox .flex.--reverse .item:nth-child(1) {
    padding: 0 0 0 60px;
  }
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox .flex {
    flex-direction: column;
  }
  .modal-recruit .wbox .flex .item + .item {
    margin-top: 30px;
  }
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox .flex.--readmore {
    padding-bottom: 90px;
    position: relative;
  }
}

.modal-recruit .wbox .flex.--icon .image {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .modal-recruit .wbox .flex.--icon .image img {
    width: 80%;
    display: block;
    margin: auto;
  }
}

@media screen and (min-width: 992px) {
  .modal-recruit .wbox .flex.--icon .item:nth-child(1) {
    width: 70%;
  }
  .modal-recruit .wbox .flex.--icon .item:nth-child(2) {
    width: 30%;
  }
}

@media screen and (min-width: 992px) {
  .modal-recruit .wbox.--wide {
    padding: 50px 0 50px 50px;
  }
  .modal-recruit .wbox.--wide .image {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .modal-recruit .wbox.--wide .flex .item:nth-child(2) {
    width: calc(35% + 50px);
  }
}

.modal-recruit-icon {
  margin-top: 30px;
}

.modal-recruit-floor {
  margin-top: 50px;
}

.modal-recruit-floor .floor-flex {
  display: flex;
  justify-content: space-between;
}

.modal-recruit-floor .floor-flex .item {
  width: 400px;
  border-radius: 30px;
  padding: 35px;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-flex .item {
    width: 49%;
    padding: 30px 10px;
    border-radius: 25px;
  }
}

.modal-recruit-floor .floor-flex .item .t1 {
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-flex .item .t1 {
    font-size: 1.6rem;
    margin-bottom: 10px;
    min-height: 2.5em;
    display: flex;
    align-items: center;
  }
}

.modal-recruit-floor .floor-flex .item .image {
  border-radius: 40px;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-flex .item .image {
    border-radius: 15px;
  }
}

.modal-recruit-floor .floor-flex .item p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-flex .item p {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}

.modal-recruit-floor .floor-flex .item.--web {
  background: #37a6b8;
}

.modal-recruit-floor .floor-flex .item.--space {
  background: #26499c;
}

.modal-recruit-floor .floor-flex .item.--sample {
  background: #cf572c;
}

.modal-recruit-floor .floor-flex .item.--office {
  background: #acacac;
}

.modal-recruit-floor .floor-map {
  display: flex;
  justify-content: center;
  margin-top: -10px;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-map {
    margin-top: -5vw;
  }
}

.modal-recruit-floor .floor-map + .floor-flex {
  margin-top: -20px;
}

@media screen and (max-width: 991px) {
  .modal-recruit-floor .floor-map + .floor-flex {
    margin-top: -5vw;
  }
}

/* contact
-------------------------------------------*/
.contact-lead-wrap {
  padding: 50px 0 65px;
  border-bottom: 1px solid #acacac;
  position: relative;
}

@media screen and (max-width: 991px) {
  .contact-lead-wrap {
    padding: 25px 0 40px;
  }
}

.contact-lead-wrap .icon01 {
  position: absolute;
  background: url(../img/contact/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 202px;
  aspect-ratio: 202 / 201;
  top: -100px;
  left: -280px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-lead-wrap .icon01 {
    width: 80px;
    left: -8%;
  }
}

@media screen and (max-width: 991px) {
  .contact-lead.--notice .icon01 {
    width: 80px;
    left: -8%;
    top: -140px;
  }
}

.contact-lead .inner {
  max-width: 850px;
}

.contact-lead .txt p {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .contact-lead .txt p {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.contact-lead .txt p span {
  color: #e63d00;
}

.page-contact .contact-lead .txt.--confirm {
  display: none;
}

.page-contact_confirm .contact-lead-wrap,
.page-form_notice_confirm .contact-lead-wrap {
  border-bottom: none;
  padding-bottom: 0;
}

.page-contact_confirm .contact-lead .txt.--input,
.page-form_notice_confirm .contact-lead .txt.--input {
  display: none;
}

.page-contact_confirm .contact-lead .txt p,
.page-form_notice_confirm .contact-lead .txt p {
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 991px) {
  .page-contact_confirm .contact-lead .txt p,
  .page-form_notice_confirm .contact-lead .txt p {
    font-size: 1.4rem;
  }
}

.page-contact_confirm .contact-main-items dl,
.page-form_notice_confirm .contact-main-items dl {
  display: grid;
  padding: 25px 0;
  margin: 0 !important;
  border-top: 1px solid #acacac;
}

@media screen and (min-width: 992px) {
  .page-contact_confirm .contact-main-items dl,
  .page-form_notice_confirm .contact-main-items dl {
    grid-template-columns: 240px 1fr;
    gap: 20px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .page-contact_confirm .contact-main-items dl,
  .page-form_notice_confirm .contact-main-items dl {
    grid-template-columns: 5.5em 1fr;
    gap: 15px;
    place-items: center left;
    padding: 15px 0;
  }
}

.page-contact_confirm .contact-main-items dl dt,
.page-form_notice_confirm .contact-main-items dl dt {
  margin-bottom: 0;
}

.page-contact_confirm .contact-main-items dl dt span,
.page-form_notice_confirm .contact-main-items dl dt span {
  display: none;
}

.page-contact_confirm .contact-main-items dl dt,
.page-contact_confirm .contact-main-items dl dd,
.page-form_notice_confirm .contact-main-items dl dt,
.page-form_notice_confirm .contact-main-items dl dd {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .page-contact_confirm .contact-main-items dl dt,
  .page-contact_confirm .contact-main-items dl dd,
  .page-form_notice_confirm .contact-main-items dl dt,
  .page-form_notice_confirm .contact-main-items dl dd {
    font-size: 1.1rem;
  }
}

.page-contact_confirm .contact-main-chk,
.page-form_notice_confirm .contact-main-chk {
  display: none;
}

@media screen and (max-width: 991px) {
  .page-contact_confirm .contact-main-items .icon02,
  .page-contact_thanks .contact-main-items .icon02,
  .page-form_notice_confirm .contact-main-items .icon02,
  .page-form_notice_thanks .contact-main-items .icon02 {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  .page-contact .footer::after,
  .page-contact_confirm .footer::after,
  .page-contact_thanks .footer::after,
  .page-form_notice .footer::after,
  .page-form_notice_confirm .footer::after,
  .page-form_notice_thanks .footer::after {
    content: "";
    position: absolute;
    top: 30px;
    right: 0;
    margin: auto;
    width: 85px;
    aspect-ratio: 153 / 132;
    background: url(../img/contact/icon04.png) left top no-repeat;
    background-size: contain;
    z-index: 3;
  }
}

.contact-thanks .wbox {
  background: #fff;
  border-radius: 30px;
  padding: 50px;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .contact-thanks .wbox {
    padding: 35px;
  }
}

.contact-thanks-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .contact-thanks-btn {
    margin-top: 40px;
  }
}

.contact-thanks-btn .btn {
  background: #26499c;
  border-color: #26499c;
}

@media screen and (min-width: 992px) {
  .contact-thanks-btn .btn:hover {
    background: #fff;
    color: #26499c;
  }
}

.contact-thanks .inner {
  max-width: 940px;
}

.contact-thanks-wrap {
  position: relative;
  padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
  .contact-thanks-wrap {
    padding-bottom: 0;
  }
}

.contact-thanks-wrap .icon01 {
  position: absolute;
  background: url(../img/contact/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 202px;
  aspect-ratio: 202 / 201;
  top: -200px;
  left: -280px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-thanks-wrap .icon01 {
    width: 80px;
    left: -8%;
    top: -150px;
  }
}

.contact-thanks-wrap .icon02 {
  position: absolute;
  background: url(../img/contact/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 91px;
  aspect-ratio: 91 / 89;
  top: -100px;
  right: -300px;
  z-index: 3;
}

.contact-thanks-wrap .icon04 {
  position: absolute;
  background: url(../img/contact/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 153px;
  aspect-ratio: 153 / 132;
  bottom: 0;
  right: -300px;
  z-index: 3;
}

.contact-thanks p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .contact-thanks p {
    font-size: 1.4rem;
  }
}

.contact-thanks p + p {
  margin-top: 25px;
}

@media screen and (max-width: 991px) {
  .contact-thanks p + p {
    margin-top: 20px;
  }
}

.contact-main {
  padding: 65px 0;
}

@media screen and (max-width: 991px) {
  .contact-main {
    padding: 40px 0;
  }
}

.contact-main .inner {
  max-width: 850px;
}

.contact-main-items {
  position: relative;
}

.contact-main-items.--notice dl:last-of-type {
  margin-top: 35px;
  padding-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .contact-main-items.--notice .icon02 {
    top: -50px;
  }
}

@media screen and (max-width: 991px) {
  .contact-main-items.--notice .icon04 {
    right: inherit;
    left: -12%;
  }
}

.contact-main-items .icon02 {
  position: absolute;
  background: url(../img/contact/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 91px;
  aspect-ratio: 91 / 89;
  top: 120px;
  right: -300px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-main-items .icon02 {
    width: 38px;
    top: 80px;
    right: -8%;
  }
}

.contact-main-items .icon03 {
  position: absolute;
  background: url(../img/contact/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 91px;
  aspect-ratio: 91 / 89;
  top: 500px;
  left: -280px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-main-items .icon03 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.contact-main-items .icon04 {
  position: absolute;
  background: url(../img/contact/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 153px;
  aspect-ratio: 153 / 132;
  bottom: 180px;
  right: -300px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-main-items .icon04 {
    width: 85px;
    right: -8%;
    bottom: -250px;
  }
}

.contact-main-items .icon05 {
  position: absolute;
  background: url(../img/contact/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 198px;
  aspect-ratio: 198 / 202;
  bottom: -100px;
  left: -300px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .contact-main-items .icon05 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.contact-main dl + dl {
  margin-top: 25px;
}

.contact-main dl dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

@media screen and (max-width: 991px) {
  .contact-main dl dt {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.contact-main dl dt span {
  color: #e63d00;
}

.contact-main-chk {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  position: relative;
}

.contact-main-chk .error {
  position: absolute;
  bottom: -1.5em;
}

.contact-main-chk > div {
  font-size: 1.8rem;
  font-weight: 700;
}

.contact-main-chk > div a {
  text-decoration: underline;
}

@media screen and (min-width: 992px) {
  .contact-main-chk > div a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 991px) {
  .contact-main-chk > div {
    font-size: 1.6rem;
  }
}

.contact-main-chk label input:checked + span::after {
  opacity: 1;
}

.contact-main-chk label span {
  border-radius: 4px;
  padding: 0 0 0 40px;
  display: inline-block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin-left: -40px;
}

.contact-main-chk label span.mwform-checkbox-field-text {
  margin: 0;
  text-indent: -9999px;
}

@media screen and (max-width: 991px) {
  .contact-main-chk label span {
    font-size: 1.6rem;
  }
}

.contact-main-chk label span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background: #fff;
  border: 1px solid #c5c2c2;
}

.contact-main-chk label span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 11px;
  top: 50%;
  margin-top: -2px;
  left: 16px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #cf572c;
  border-bottom: 2px solid #cf572c;
}

.contact-main-btn {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .contact-main-btn {
    flex-direction: column-reverse;
    align-items: center;
  }
}

.contact-main-btn input {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #26499c;
  border: 1px solid #26499c;
  color: #fff;
  border-radius: 50px;
  font-size: 2rem;
  line-height: 1.4;
  padding: 10px;
  height: 66px;
  width: 100%;
  max-width: 236px;
  text-align: center;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 992px) {
  .contact-main-btn input {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .contact-main-btn input:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .contact-main-btn input {
    font-size: 1.7rem;
    height: 55px;
  }
}

.contact-main-btn input + input {
  margin-left: 28px;
}

@media screen and (max-width: 991px) {
  .contact-main-btn input + input {
    margin: 0 0 15px;
  }
}

.contact-main-btn input.btn-back {
  background: #5c5d5e;
  border: 1px solid #5c5d5e;
}

@media screen and (min-width: 992px) {
  .contact-main-btn input.btn-back:hover {
    background: #fff;
    color: #5c5d5e;
  }
}

.contact-main-btn.--notice input {
  max-width: 320px;
}

@media screen and (max-width: 991px) {
  .contact-main-btn.--notice input {
    max-width: 250px;
  }
}

input,
textarea {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
}

.radio-list {
  display: flex;
  flex-direction: column;
}

.radio-list > input {
  position: absolute;
}

.radio-list label + label {
  margin-top: 7px;
}

.radio-list label input:checked + span::after {
  opacity: 1;
}

.radio-list label > span {
  border-radius: 4px;
  padding: 0 15px 0 40px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.radio-list label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c5c2c2;
}

.radio-list label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 15px;
  background: #34373a;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.chk-list {
  display: grid;
}

@media screen and (min-width: 992px) {
  .chk-list {
    grid-template-columns: repeat(2, 200px);
    gap: 10px;
  }
}

@media screen and (max-width: 991px) {
  .chk-list {
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
}

.chk-list input {
  position: absolute;
}

.chk-list label input:checked + span::after {
  opacity: 1;
}

.chk-list label > span {
  border-radius: 4px;
  padding: 0 0 0 30px;
  display: inline-block;
  position: relative;
  letter-spacing: 0.05em;
  font-weight: 700;
}

.chk-list label > span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #c5c2c2;
}

.chk-list label > span::after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 7px;
  height: 11px;
  top: 50%;
  margin-top: -2px;
  left: 7px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #cf572c;
  border-bottom: 2px solid #cf572c;
}

.input-text {
  height: 50px;
  padding: 10px 15px;
  border: 1px solid #c5c2c2;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  width: 100%;
  border-radius: 7px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.input-text.hisu {
  background: #fbe4e8;
}

.dd-sku {
  position: relative;
}
:is(.dd-sku, .dd-jan, .dd-date) input {
  width: calc(50% - 20px / 2);
}
.qa_jan_img {
  width: calc(50% - 20px / 2);
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
.qa_jan_img img {
  max-width: 200px;
  width: 100%;
}
.qa_jan_img p {
  font-size: 10px;
}
.qa_jan_img p .sp {
  display: none;
}
.qa_jan_img .required {
  color: #e63555;
}
.p-country-name {
  display: none!important;
}
.mw_wp_form_confirm .qa_jan_img {
  display: none;
}

@media screen and (max-width: 991px) {
  .input-text {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .qa_jan_img p .sp {
    display: block;
  }
}

textarea.input-text {
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 991px) {
  textarea.input-text {
    height: 150px;
  }
}

.page-contact .select,
.page-form_notice .select {
  position: relative;
  border: 1px solid #c5c2c2;
  overflow: hidden;
  width: 100%;
  height: 50px;
  text-align: center;
  border-radius: 7px;
  background: #fff;
}

.page-contact .select::after,
.page-form_notice .select::after {
  content: "";
  position: absolute;
  top: -5px;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 0;
  height: 0;
  padding: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  -webkit-transform: rotate(-135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 991px) {
  .page-contact .select,
  .page-form_notice .select {
    height: 40px;
  }
}

.page-contact .select select,
.page-form_notice .select select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0 38px 0 15px;
  text-align: left;
  font-size: 1.8rem;
  color: #333;
}

@media screen and (max-width: 991px) {
  .page-contact .select select,
  .page-form_notice .select select {
    font-size: 16px;
  }
}

/* プレースフォルダ設定 */
::-webkit-input-placeholder {
  color: #c5c2c2;
}

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

::placeholder {
  color: #c5c2c2;
}

input:focus::placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus:-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

input:focus::-moz-placeholder {
  color: transparent !important;
  transition: 0.1s;
}

/* privacy
-------------------------------------------*/
.privacy-lead-wrap {
  padding: 110px 0 100px;
  border-bottom: 1px solid #acacac;
}

@media screen and (max-width: 991px) {
  .privacy-lead-wrap {
    padding: 60px 0 40px;
  }
}

.privacy-lead .inner {
  max-width: 850px;
}

.privacy-lead-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .privacy-lead-ttl {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.privacy-lead .txt p,
.privacy-lead .txt li {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacy-lead .txt p,
  .privacy-lead .txt li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.privacy-main {
  padding: 65px 0 120px;
}

@media screen and (max-width: 991px) {
  .privacy-main {
    padding: 40px 0 40px;
  }
}

.privacy-main .inner {
  max-width: 850px;
}

.privacy-main-item + .privacy-main-item {
  margin-top: 70px;
}

@media screen and (max-width: 991px) {
  .privacy-main-item + .privacy-main-item {
    margin-top: 30px;
  }
}

.privacy-main-item > dl > dt {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .privacy-main-item > dl > dt {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}

.privacy-main-item > dl > dd p,
.privacy-main-item > dl > dd li {
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 2;
}

@media screen and (max-width: 991px) {
  .privacy-main-item > dl > dd p,
  .privacy-main-item > dl > dd li {
    font-size: 1.5rem;
    line-height: 1.8;
  }
}

.privacy-main-item > dl > dd ul {
  padding-left: 2em;
}

@media screen and (max-width: 991px) {
  .privacy-main-item > dl > dd ul {
    padding-left: 1em;
  }
}

.privacy-main-item > dl > dd ul > li {
  position: relative;
  padding-left: 1.3em;
}

.privacy-main-item > dl > dd ul > li::before {
  content: "・";
  position: absolute;
  display: block;
  left: 0;
  font-size: inherit;
}

.privacy-main-item > dl > dd > dl {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .privacy-main-item > dl > dd > dl {
    margin-top: 25px;
  }
}

.privacy-main-item > dl > dd > dl > dt {
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .privacy-main-item > dl > dd > dl > dt {
    font-size: 1.5rem;
  }
}

/* attempt
-------------------------------------------*/
.att-lead {
  padding: 150px 0 150px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-lead {
    padding: 75px 0 90px;
  }
}

@media screen and (min-width: 992px) {
  .att-lead::before {
    left: -2vw;
    width: calc(100% + 4vw);
  }
}

@media screen and (max-width: 991px) {
  .att-lead::before {
    width: 132vw;
    left: -16vw;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
  }
}

.att-vision {
  position: relative;
  z-index: 2;
  padding-bottom: 210px;
}

@media screen and (max-width: 991px) {
  .att-vision {
    padding-bottom: 135px;
  }
}

.att-vision-wrap {
  position: relative;
}

.att-vision-wrap .icon01 {
  position: absolute;
  background: url(../img/attempt/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 152px;
  aspect-ratio: 152 / 180;
  top: -200px;
  right: 40px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-vision-wrap .icon01 {
    width: 80px;
    right: 5%;
    top: -120px;
  }
}

.att-vision-wrap .icon02 {
  position: absolute;
  background: url(../img/attempt/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 71px;
  aspect-ratio: 70 / 71;
  top: 80px;
  left: -100px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-vision-wrap .icon02 {
    width: 33px;
    left: 1%;
    top: -60px;
  }
}

.att-vision-wrap .icon03 {
  position: absolute;
  background: url(../img/attempt/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 272px;
  aspect-ratio: 272 / 203;
  bottom: -150px;
  left: -150px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .att-vision-wrap .icon03 {
    width: 126px;
    left: -50px;
    bottom: -20px;
  }
}

.att-vision .inner {
  max-width: 1250px;
}

@media screen and (max-width: 991px) {
  .att-vision .inner {
    padding: 0;
  }
}

.att-vision .ttl {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 991px) {
  .att-vision .ttl {
    margin-bottom: 40px;
    width: 88%;
  }
}

.att-vision .flex {
  display: grid;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 992px) {
  .att-vision .flex {
    grid-template-columns: 60% 1fr;
    gap: 20px;
  }
}

.att-vision .flex .item {
  display: flex;
  flex-direction: column;
}

.att-vision .flex .item .bgbox {
  position: relative;
  background: url(../img/attempt/bg_vission.png) center center no-repeat;
  background-size: cover;
  overflow: hidden;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  display: grid;
  height: calc(50% - 10px);
  padding: 0 40px;
}

@media screen and (min-width: 992px) {
  .att-vision .flex .item .bgbox {
    grid-template-columns: 60% 1fr;
    gap: 10px;
    place-items: center left;
    border-radius: 30px;
  }
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .bgbox {
    grid-template-columns: auto 100px;
    gap: 0;
    place-items: center left;
    height: auto;
    padding: 35px 0 35px 6%;
    width: 94%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    background-image: url(../img/attempt/bg_vission_sp.png);
  }
}

.att-vision .flex .item .bgbox .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .bgbox .icon img {
    width: 35%;
    display: block;
    margin: auto;
  }
}

.att-vision .flex .item .bgbox .txt .t1 {
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .bgbox .txt .t1 {
    font-size: 2rem;
    margin-bottom: 5px;
  }
}

.att-vision .flex .item .bgbox .txt .t2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .bgbox .txt .t2 {
    font-size: 2.7rem;
  }
}

.att-vision .flex .item .bgbox + .bgbox {
  margin-top: auto;
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .bgbox + .bgbox {
    margin-top: 10px;
  }
}

.att-vision .flex .item .image {
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .att-vision .flex .item .image {
    border-radius: 30px;
  }
}

@media screen and (max-width: 991px) {
  .att-vision .flex .item .image {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    width: 86%;
    margin: 10px 0 0 auto;
  }
}

.att-vision .flex .item .image img {
  width: 100%;
}

.att-value {
  position: relative;
  z-index: 1;
}

.att-value-wrap {
  position: relative;
}

.att-value-wrap .icon04 {
  position: absolute;
  background: url(../img/attempt/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 164px;
  aspect-ratio: 164 / 159;
  top: -20px;
  right: -100px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-value-wrap .icon04 {
    width: 132px;
    right: -15%;
    top: -150px;
  }
}

.att-value-wrap .icon05 {
  position: absolute;
  background: url(../img/attempt/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 96px;
  aspect-ratio: 96 / 96;
  bottom: -220px;
  left: -50px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .att-value-wrap .icon05 {
    width: 38px;
    left: -3%;
    bottom: -90px;
  }
}

.att-value .inner {
  max-width: 1200px;
}

.att-value .ttl {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto 70px;
}

@media screen and (max-width: 991px) {
  .att-value .ttl {
    margin-bottom: 50px;
  }
}

.att-value-item {
  background: #000;
  border-radius: 30px;
  min-height: 165px;
  padding: 0 70px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .att-value-item {
    grid-template-columns: 70px 1fr;
    place-items: center left;
    gap: 100px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  }
}

@media screen and (max-width: 991px) {
  .att-value-item {
    gap: 20px;
    padding: 50px 40px;
  }
}

.att-value-item + .att-value-item {
  margin-top: 15px;
}

.att-value-item:nth-child(1) {
  background: #26499c;
}

.att-value-item:nth-child(2) {
  background: #cf572c;
}

.att-value-item:nth-child(3) {
  background: #389dae;
}

.att-value-item:nth-child(4) {
  background: #acacac;
}

.att-value-item .icon {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 991px) {
  .att-value-item .icon {
    width: 50px;
    margin: auto;
  }
}

.att-value-item .txt {
  width: 100%;
}

.att-value-item .txt dl {
  display: grid;
}

@media screen and (min-width: 992px) {
  .att-value-item .txt dl {
    grid-template-columns: 45% 1fr;
    gap: 20px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .att-value-item .txt dl {
    gap: 20px;
  }
}

.att-value-item .txt dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}

@media screen and (max-width: 991px) {
  .att-value-item .txt dl dt {
    font-size: 1.8rem;
    text-align: center;
  }
}

.att-value-item .txt dl dd p {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .att-value-item .txt dl dd p {
    font-size: 1.5rem;
    text-align: center;
  }
}

.att-passion {
  background: #d9d9d9;
  padding-bottom: 210px;
}

@media screen and (max-width: 991px) {
  .att-passion {
    padding-bottom: 155px;
  }
}

.att-passion .wave {
  aspect-ratio: 1280 / 79;
  width: 100%;
  background: url(../img/attempt/wave.svg) left center no-repeat;
  background-size: 100%;
  transform: rotate(-45deg);
  transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
  .att-passion .wave {
    aspect-ratio: 394 / 55;
    background-image: url(../img/attempt/wave_sp.svg);
    background-size: cover;
    z-index: 2;
    position: relative;
  }
  .att-passion .wave::before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 5px;
    width: 100%;
    background: #fff;
  }
}

.att-passion .inner {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  .att-passion .inner {
    padding: 0;
  }
}

.att-passion .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .att-passion .ttl {
    margin-bottom: 50px;
    padding: 0 6%;
  }
}

.att-passion-wrap {
  padding-top: 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .att-passion-wrap {
    padding-top: 80px;
  }
}

.att-passion-wrap .icon06 {
  position: absolute;
  background: url(../img/attempt/icon06.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 218px;
  aspect-ratio: 218 / 228;
  top: -10px;
  right: -150px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-passion-wrap .icon06 {
    width: 70px;
    right: -10px;
    top: -15px;
  }
}

.att-passion-list {
  padding-top: 60px;
}

@media screen and (max-width: 991px) {
  .att-passion-list {
    padding-top: 0;
  }
}

.att-passion-list .flex {
  display: flex;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(2) {
    margin: 60px 0 220px;
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex {
    flex-direction: column;
  }
  .att-passion-list .flex + .flex {
    margin-top: 70px;
  }
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(1) .item:nth-child(1)::before {
    background: #26499c;
  }
  .att-passion-list .flex:nth-child(1) .item:nth-child(1)::after {
    background: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex:nth-child(1) .item:nth-child(1) {
    background: #26499c;
  }
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(2) .item:nth-child(1)::before {
    background: #cf572c;
  }
  .att-passion-list .flex:nth-child(2) .item:nth-child(1)::after {
    background: #cf572c;
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex:nth-child(2) .item:nth-child(1) {
    background: #cf572c;
  }
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(3) .item:nth-child(1)::before {
    background: #389dae;
  }
  .att-passion-list .flex:nth-child(3) .item:nth-child(1)::after {
    background: #389dae;
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex:nth-child(3) .item:nth-child(1) {
    background: #389dae;
  }
}

.att-passion-list .flex .item {
  position: relative;
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex .item:nth-child(1) {
    position: relative;
    width: 50%;
  }
  .att-passion-list .flex .item:nth-child(1)::before {
    content: "";
    position: absolute;
    margin: auto;
    width: 100vw;
    height: calc(100% + 60px);
    height: 100%;
    background: #000;
  }
  .att-passion-list .flex .item:nth-child(1)::after {
    content: "";
    position: absolute;
    margin: auto;
    width: 230px;
    height: calc(100% + 60px);
    height: 100%;
    background: #000;
  }
  .att-passion-list .flex .item:nth-child(2) {
    position: relative;
    z-index: 2;
    width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item:nth-child(1) {
    width: 94%;
  }
  .att-passion-list .flex .item:nth-child(2) {
    width: 70%;
    margin-top: -45px;
  }
}

.att-passion-list .flex .item .image {
  width: 100%;
}

.att-passion-list .flex .item .image img {
  width: 100%;
}

.att-passion-list .flex .item dl {
  position: relative;
}

.att-passion-list .flex .item dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
  line-height: 1.5;
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item dl dt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.att-passion-list .flex .item dl dd p {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item dl dd p {
    font-size: 1.5rem;
  }
}

.att-passion-list .flex .item .icon07 {
  position: absolute;
  background: url(../img/attempt/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 195px;
  aspect-ratio: 195 / 195;
  bottom: -150px;
  left: -200px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item .icon07 {
    width: 87px;
    left: -30px;
    bottom: -40px;
  }
}

.att-passion-list .flex .item .icon08 {
  position: absolute;
  background: url(../img/attempt/icon08.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 266 / 217;
  top: -60px;
  right: -180px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item .icon08 {
    width: 140px;
    right: -50px;
    top: -50px;
  }
}

.att-passion-list .flex .item .icon09 {
  position: absolute;
  background: url(../img/attempt/icon09.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 266 / 217;
  top: -120px;
  left: -120px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex .item .icon09 {
    width: 215px;
    left: inherit;
    right: -160px;
    top: -85px;
  }
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(odd) .item:nth-child(1) {
    padding-right: 50px;
    padding-bottom: 60px;
  }
  .att-passion-list .flex:nth-child(odd) .item:nth-child(1)::before {
    top: -60px;
    right: 0;
    height: calc(100% + 60px);
  }
  .att-passion-list .flex:nth-child(odd) .item:nth-child(1)::after {
    right: -230px;
    top: -60px;
    border-top-right-radius: 30px;
    height: calc(100% + 60px);
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex:nth-child(odd) .item:nth-child(1) {
    padding: 55px 45px 65px 6%;
    border-top-right-radius: 30px;
  }
  .att-passion-list .flex:nth-child(odd) .item:nth-child(2) {
    margin-right: 0;
    margin-left: auto;
  }
}

@media screen and (min-width: 992px) {
  .att-passion-list .flex:nth-child(even) {
    flex-direction: row-reverse;
  }
  .att-passion-list .flex:nth-child(even) .item:nth-child(1) dl {
    padding-left: 50px;
    padding-top: 120px;
  }
  .att-passion-list .flex:nth-child(even) .item:nth-child(1)::before {
    left: 0;
    top: 60px;
    height: calc(100% + 20px);
  }
  .att-passion-list .flex:nth-child(even) .item:nth-child(1)::after {
    left: -230px;
    top: 60px;
    border-bottom-left-radius: 30px;
    height: calc(100% + 20px);
  }
}

@media screen and (max-width: 991px) {
  .att-passion-list .flex:nth-child(even) .item:nth-child(1) {
    padding: 55px 6% 65px 45px;
    border-top-left-radius: 30px;
    margin-right: 0;
    margin-left: auto;
  }
}

.att-office {
  background: #d9d9d9;
}

.att-office .inner {
  max-width: 1200px;
}

@media screen and (max-width: 991px) {
  .att-office .inner {
    padding: 0;
  }
}

.att-office .ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .att-office .ttl {
    margin-bottom: 40px;
    padding: 0 6%;
  }
}

.att-office-wrap {
  position: relative;
}

.att-office-wrap .icon10 {
  position: absolute;
  background: url(../img/attempt/icon10.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 266px;
  aspect-ratio: 266 / 217;
  top: -50px;
  right: -180px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .att-office-wrap .icon10 {
    width: 88px;
    right: -20px;
    top: -40px;
  }
}

.att-office-lead {
  margin-bottom: 60px;
}

@media screen and (max-width: 991px) {
  .att-office-lead {
    margin-bottom: 40px;
    padding: 0 6%;
  }
}

.att-office-lead p {
  font-weight: 500;
  font-size: 1.4rem;
}

.att-office .flex01 .image,
.att-office .flex02 .image {
  overflow: hidden;
  height: 100%;
}

@media screen and (min-width: 992px) {
  .att-office .flex01 .image,
  .att-office .flex02 .image {
    border-radius: 40px;
  }
}

.att-office .flex01 .image img,
.att-office .flex02 .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.att-office .flex01 {
  display: grid;
}

@media screen and (min-width: 992px) {
  .att-office .flex01 {
    grid-template-columns: 65% 1fr;
    gap: 25px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex01 {
    gap: 20px;
  }
}

.att-office .flex01 .item {
  width: 100%;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item {
    width: 94%;
  }
  .att-office .flex01 .item:nth-child(odd) {
    margin-right: 0;
    margin-left: auto;
  }
  .att-office .flex01 .item:nth-child(odd) .image {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .att-office .flex01 .item:nth-child(even) .image {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

.att-office .flex01 .item .txt {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(38, 73, 156, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 992px) {
  .att-office .flex01 .item .txt {
    border-radius: 40px;
  }
}

.att-office .flex01 .item .txt dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item .txt dl dt {
    text-align: left;
  }
}

.att-office .flex01 .item .txt dl dd p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item .txt dl dd p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 992px) {
  .att-office .flex01 .item:hover .txt {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item:nth-child(1) .txt {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 45px 6% 45px 45px;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item:nth-child(2) .txt {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 45px 45px 45px 6%;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex01 .item:active .txt,
  .att-office .flex01 .item:focus .txt {
    opacity: 1;
  }
}

.att-office .flex02 {
  margin-top: 25px;
  display: grid;
}

@media screen and (min-width: 992px) {
  .att-office .flex02 {
    grid-template-columns: 50% 1fr;
    gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex02 {
    gap: 20px;
  }
}

.att-office .flex02 .item {
  position: relative;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item {
    width: 94%;
  }
  .att-office .flex02 .item:nth-child(odd) {
    margin-right: 0;
    margin-left: auto;
  }
  .att-office .flex02 .item:nth-child(odd) .image {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
  .att-office .flex02 .item:nth-child(even) .image {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
  }
}

.att-office .flex02 .item .txt {
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(56, 157, 174, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 992px) {
  .att-office .flex02 .item .txt {
    border-radius: 40px;
  }
}

.att-office .flex02 .item .txt dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item .txt dl dt {
    text-align: left;
  }
}

.att-office .flex02 .item .txt dl dd p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item .txt dl dd p {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item:nth-child(1) .txt {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 45px 6% 45px 45px;
  }
}

.att-office .flex02 .item:nth-child(2) .txt {
  background: rgba(207, 87, 44, 0.8);
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item:nth-child(2) .txt {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 45px 45px 45px 6%;
  }
}

@media screen and (min-width: 992px) {
  .att-office .flex02 .item:hover .txt {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .att-office .flex02 .item:active .txt,
  .att-office .flex02 .item:focus .txt {
    opacity: 1;
  }
}

/* company
-------------------------------------------*/
.com-message {
  padding: 150px 0 100px;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .com-message {
    padding: 75px 0;
  }
}

@media screen and (max-width: 991px) {
  .com-message::before {
    width: 118vw;
    left: -9vw;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
  }
}

.com-message::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 50%;
  background: #d9d9d9;
}

.com-message-wrap {
  position: relative;
}

.com-message-wrap .icon01 {
  position: absolute;
  background: url(../img/company/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 132px;
  aspect-ratio: 132 / 130;
  bottom: -100px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-message-wrap .icon01 {
    width: 50px;
  }
}

.com-message-wrap .icon02 {
  position: absolute;
  background: url(../img/company/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 272px;
  aspect-ratio: 272 / 203;
  bottom: -280px;
  right: -170px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-message-wrap .icon02 {
    width: 94px;
    right: -6%;
    bottom: -150px;
  }
}

.com-message .ttl {
  margin-bottom: 50px;
}

.com-message-lead {
  position: relative;
}

.com-message-lead::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/company/logo_ceo.svg) left center no-repeat;
  background-size: contain;
  width: 142px;
  height: 142px;
}

@media screen and (max-width: 991px) {
  .com-message-lead::after {
    width: 63px;
    height: 63px;
    top: -210px;
  }
}

.com-message-lead p {
  font-family: "Outfit", sans-serif;
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .com-message-lead p {
    font-size: 1.7rem;
    line-height: 1.6;
  }
}

.com-message .flex {
  display: grid;
  margin-top: 70px;
}

@media screen and (min-width: 992px) {
  .com-message .flex {
    grid-template-columns: 382px 1fr;
    gap: 60px;
  }
}

@media screen and (max-width: 991px) {
  .com-message .flex {
    gap: 50px;
    margin-top: 50px;
  }
}

@media screen and (max-width: 991px) {
  .com-message .flex .item > img {
    margin: auto;
    width: 65%;
    display: block;
  }
}

.com-message .flex .txt p {
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .com-message .flex .txt p {
    line-height: 1.6;
  }
}

.com-message .flex .txt p + p {
  margin-top: 20px;
}

.com-message-sign {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .com-message-sign {
    margin-top: 40px;
  }
}

.com-message-sign > span {
  padding-right: 30px;
  font-size: 2.2rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .com-message-sign > span {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 991px) {
  .com-message-sign > img {
    width: 98px;
  }
}

.com-profile {
  background: #d9d9d9;
  padding: 180px 0 150px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-profile {
    padding: 100px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .com-profile .inner {
    padding: 0;
  }
}

.com-profile::before {
  background-image: url(../img/common/wave.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .com-profile::before {
    height: 15px;
    bottom: -15px;
  }
}

.com-profile-mv {
  margin-bottom: 80px;
  border-radius: 30px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .com-profile-mv {
    border-radius: 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .com-profile .ttl {
    padding: 0 6%;
  }
}

@media screen and (max-width: 991px) {
  .com-profile-data {
    padding: 0 6%;
  }
}

.com-profile-data dl {
  border-top: 1px solid #acacac;
  padding: 20px 0;
  display: grid;
}

@media screen and (min-width: 992px) {
  .com-profile-data dl {
    grid-template-columns: 240px 1fr;
    gap: 10px;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .com-profile-data dl {
    grid-template-columns: 6.5em 1fr;
    gap: 10px;
    place-items: center left;
  }
}

.com-profile-data dl dt {
  font-size: 1.4rem;
  font-weight: 500;
  color: #5c5d5e;
}

@media screen and (max-width: 991px) {
  .com-profile-data dl dt {
    font-size: 1.1rem;
  }
}

.com-profile-data dl dd p {
  font-weight: 500;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .com-profile-data dl dd p {
    font-size: 1.1rem;
  }
}

.com-profile .gmap {
  width: calc(100% - 250px);
  height: 288px;
  margin-top: 45px;
  margin-left: 250px;
}

@media screen and (max-width: 991px) {
  .com-profile .gmap {
    margin-left: 0;
    width: 100%;
    height: 250px;
    margin-top: 35px;
  }
}

.com-profile .gmap iframe {
  width: 100%;
  height: 100%;
}

.com-profile-wrap {
  position: relative;
}

.com-profile .icon03 {
  position: absolute;
  background: url(../img/company/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 132px;
  aspect-ratio: 132 / 130;
  bottom: -220px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-profile .icon03 {
    width: 60px;
    left: 6%;
    bottom: -115px;
  }
}

.com-history {
  background: #f0f0f0;
  padding: 200px 0 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .com-history {
    padding: 80px 0 80px;
  }
}

.com-history::before {
  background-image: url(../img/common/wave02.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .com-history::before {
    height: 15px;
    bottom: -15px;
  }
}

.com-history-wrap {
  position: relative;
}

.com-history-wrap .icon04 {
  position: absolute;
  background: url(../img/company/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 91px;
  aspect-ratio: 91 / 89;
  top: -100px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-history-wrap .icon04 {
    width: 30px;
    top: -60px;
    right: 15px;
  }
}

.com-history-wrap .icon05 {
  position: absolute;
  background: url(../img/company/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 153px;
  aspect-ratio: 153 / 132;
  bottom: -150px;
  right: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-history-wrap .icon05 {
    width: 85px;
    right: -6%;
    bottom: -170px;
  }
}

.com-history .ttl .txt {
  letter-spacing: 0.2em;
}

.com-history-flow {
  position: relative;
}

.com-history-flow::after {
  content: "";
  position: absolute;
  top: 1em;
  left: 115px;
  width: 1px;
  height: calc(100% + 40px);
  background: #acacac;
}

@media screen and (max-width: 991px) {
  .com-history-flow::after {
    left: 0;
    top: 3.5em;
    height: calc(100% - 3.5em + 10px);
  }
}

.com-history-flow dl {
  display: grid;
}

@media screen and (min-width: 992px) {
  .com-history-flow dl {
    grid-template-columns: 115px 1fr;
    gap: 0;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .com-history-flow dl {
    gap: 0;
  }
}

.com-history-flow dl:nth-child(3n - 1) dd::before {
  background: #cf572c;
}

.com-history-flow dl:nth-child(3n) dd::before {
  background: #389dae;
}

.com-history-flow dl + dl {
  margin-top: 45px;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl + dl {
    margin-top: 15px;
  }
}

.com-history-flow dl dt {
  font-family: "Outfit", sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  color: #acacac;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dt {
    font-size: 2rem;
    padding-left: 20px;
  }
}

.com-history-flow dl dd {
  display: grid;
  padding-left: 35px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dd {
    padding-left: 20px;
  }
}

.com-history-flow dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -5px;
  margin: auto;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #26499c;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dd::before {
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 992px) {
  .com-history-flow dl dd {
    grid-template-columns: 65px 1fr;
    gap: 0;
    place-items: center left;
  }
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dd {
    gap: 20px;
    grid-template-columns: 65px 1fr;
    gap: 0;
    place-items: center left;
  }
}

.com-history-flow dl dd .t1 {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dd .t1 {
    font-size: 1.6rem;
  }
}

.com-history-flow dl dd .t2 {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

@media screen and (max-width: 991px) {
  .com-history-flow dl dd .t2 {
    font-size: 1.1rem;
  }
}

.com-history-bnr {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}

@media screen and (max-width: 991px) {
  .com-history-bnr {
    margin: 50px auto 0;
    width: 80%;
  }
}

.com-csr {
  background: #fff;
  padding: 200px 0 0;
}

@media screen and (max-width: 991px) {
  .com-csr {
    padding: 100px 0 0;
  }
}

.com-csr-wrap {
  position: relative;
}

.com-csr .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .com-csr .flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 45px;
  }
}

@media screen and (max-width: 991px) {
  .com-csr .flex {
    gap: 60px;
  }
}

.com-csr .flex .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}

.com-csr .flex .item dl dt {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 35px 0;
}

@media screen and (max-width: 991px) {
  .com-csr .flex .item dl dt {
    padding: 30px 0;
    font-size: 1.8rem;
  }
}

.com-csr .flex .item dl dd p {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .com-csr .flex .item dl dd p {
    font-size: 1.5rem;
  }
}

.com-csr-btn {
  display: flex;
  justify-content: center;
  margin-top: auto;
  padding-top: 35px;
}

.box-contact {
  padding: 250px 0 200px;
}

@media screen and (max-width: 991px) {
  .box-contact {
    padding: 170px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .box-contact .inner {
    padding: 0;
  }
}

.box-contact-bg {
  max-width: 900px;
  margin: auto;
  width: 100%;
  background: #389dae;
  padding: 70px 70px 80px;
  border-radius: 30px;
}

@media screen and (max-width: 991px) {
  .box-contact-bg {
    padding: 70px 60px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
  }
}

.box-contact-wrap {
  position: relative;
}

.box-contact .ttl {
  margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
  .box-contact .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

.box-contact .ttl .en,
.box-contact .ttl .txt {
  color: #fff;
}

.box-contact .ttl .en::before {
  border-color: #fff;
}

.box-contact .txt p {
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .box-contact .txt p {
    text-align: left;
  }
}

.box-contact-btn {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

@media screen and (max-width: 991px) {
  .box-contact-btn {
    margin-top: 35px;
  }
}

.page-company .box-contact .icon06 {
  position: absolute;
  background: url(../img/company/icon06.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 171px;
  aspect-ratio: 171 / 171;
  top: -180px;
  left: -120px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-company .box-contact .icon06 {
    width: 60px;
    left: -15px;
    top: -100px;
  }
}

.page-company .box-contact .icon07 {
  position: absolute;
  background: url(../img/company/icon07.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 174px;
  aspect-ratio: 174 / 174;
  bottom: -30px;
  right: -180px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-company .box-contact .icon07 {
    width: 50px;
    right: -15px;
    bottom: -110px;
  }
}

.page-attempt .box-contact {
  background: #d9d9d9;
  background: linear-gradient(180deg, #d9d9d9 0%, white 100%);
}

.page-attempt .box-contact .icon11 {
  position: absolute;
  background: url(../img/attempt/icon11.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 253px;
  aspect-ratio: 253 / 218;
  top: -170px;
  left: -230px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-attempt .box-contact .icon11 {
    width: 60px;
    left: -10px;
    top: -70px;
  }
}

.page-attempt .box-contact .icon12 {
  position: absolute;
  background: url(../img/attempt/icon12.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 203px;
  aspect-ratio: 203 / 203;
  bottom: -120px;
  right: -190px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-attempt .box-contact .icon12 {
    width: 78px;
    right: -15px;
    bottom: -150px;
  }
}

.page-attempt .box-contact .icon13 {
  position: absolute;
  background: url(../img/attempt/icon13.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 92px;
  aspect-ratio: 92 / 89;
  bottom: -300px;
  left: -100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .page-attempt .box-contact .icon13 {
    width: 52px;
    left: 5%;
    bottom: -180px;
  }
}

/* eruboshi
-------------------------------------------*/
.eru-lead {
  padding: 150px 0 0;
}

@media screen and (max-width: 991px) {
  .eru-lead {
    padding: 150px 0 0;
  }
}

.eru-lead .inner {
  max-width: 1260px;
}

@media screen and (max-width: 991px) {
  .eru-lead .inner {
    padding: 0;
  }
}

.eru-lead-ttl {
  font-family: "Outfit", sans-serif;
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 991px) {
  .eru-lead-ttl {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.eru-lead-wrap {
  position: relative;
}

.eru-lead-wrap .icon01 {
  position: absolute;
  background: url(../img/eruboshi/icon01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 112px;
  aspect-ratio: 112 / 131;
  top: 30px;
  left: -20px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .eru-lead-wrap .icon01 {
    width: 60px;
    top: -20px;
    left: -4%;
  }
}

.eru-lead-wrap .icon02 {
  position: absolute;
  background: url(../img/eruboshi/icon02.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 101px;
  aspect-ratio: 101 / 103;
  top: -30px;
  left: calc(50vw + 280px);
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .eru-lead-wrap .icon02 {
    width: 105px;
    top: -40px;
    left: inherit;
    right: -10%;
    top: -140px;
  }
}

.eru-lead .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .eru-lead .flex {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 991px) {
  .eru-lead .flex {
    gap: 20px;
  }
}

.eru-lead .flex .item {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  border-radius: 30px;
  overflow: hidden;
}

.eru-lead .flex .item:nth-child(1) {
  background: #389dae;
  display: flex;
  align-items: center;
  padding: 30px;
}

@media screen and (max-width: 991px) {
  .eru-lead .flex .item:nth-child(1) {
    width: 94%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    padding: 30px 50px 30px 8%;
    box-shadow: none;
  }
}

.eru-lead .flex .item:nth-child(1) dl dt {
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

@media screen and (max-width: 991px) {
  .eru-lead .flex .item:nth-child(1) dl dt {
    font-size: 2rem;
  }
}

.eru-lead .flex .item:nth-child(1) dl dd p {
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .eru-lead .flex .item:nth-child(1) dl dd p {
    font-size: 1.5rem;
  }
}

.eru-lead .flex .item:nth-child(2) {
  width: 94%;
  margin: 0 0 0 auto;
}

.eru-lead .wbox {
  border: 2px solid #26499c;
  padding: 45px 65px;
  background: #fff;
  border-radius: 30px;
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox {
    padding: 45px 30px;
    width: 88%;
    margin: 25px auto 0;
  }
}

.eru-lead .wbox dl {
  padding-right: 280px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl {
    padding-right: 0;
  }
}

@media screen and (min-width: 992px) {
  .eru-lead .wbox dl .icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 280px;
    display: flex;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl .icon {
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}

.eru-lead .wbox dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl dt {
    font-size: 2rem;
  }
}

.eru-lead .wbox dl dd p {
  font-weight: 500;
  color: #26499c;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl dd p {
    font-size: 1.5rem;
  }
}

.eru-lead .wbox dl dd .wbox-btn {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl dd .wbox-btn {
    justify-content: center;
  }
}

.eru-lead .wbox dl dd .wbox-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Outfit", sans-serif;
  height: 40px;
  background: #26499c;
  border: 1px solid #26499c;
  color: #fff;
  border-radius: 50px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 0 15px;
  width: 80%;
  max-width: 180px;
  text-align: center;
}

.eru-lead .wbox dl dd .wbox-btn a > span {
  position: relative;
  padding-right: 30px;
  margin-right: -15px;
}

.eru-lead .wbox dl dd .wbox-btn a > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/eruboshi/icon_file.svg) left center no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media screen and (max-width: 991px) {
  .eru-lead .wbox dl dd .wbox-btn a {
    font-size: 1.4rem;
  }
}

.eru-now {
  margin-top: 120px;
}

@media screen and (max-width: 991px) {
  .eru-now {
    margin-top: 100px;
  }
}

.eru-now .inner {
  max-width: 1260px;
}

@media screen and (max-width: 991px) {
  .eru-now .inner {
    padding: 0;
  }
}

.eru-now .ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .eru-now .ttl {
    margin-bottom: 30px;
    padding: 0 6%;
  }
}

.eru-now .wbox {
  background: #fff;
  padding: 85px 65px;
  border-radius: 20px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  position: relative;
}

@media screen and (max-width: 991px) {
  .eru-now .wbox {
    padding: 60px 35px;
  }
}

.eru-now .wbox .icon03 {
  position: absolute;
  background: url(../img/eruboshi/icon03.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 292px;
  aspect-ratio: 292 / 219;
  top: -100px;
  right: -120px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .eru-now .wbox .icon03 {
    width: 81px;
    top: -40px;
    right: 0;
    top: -100px;
  }
}

.eru-now .wbox .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .eru-now .wbox .flex {
    grid-template-columns: 1fr 470px;
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .eru-now .wbox .flex {
    gap: 30px;
  }
}

.eru-now .wbox .flex p {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .eru-now .wbox .flex p {
    font-size: 1.4rem;
  }
}

.eru-now .wbox .flex p + p {
  margin-top: 30px;
}

.eru-environment {
  margin-top: 120px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .eru-environment {
    margin-top: 100px;
  }
  .eru-environment::after {
    content: "";
    position: absolute;
    top: -20px;
    right: 3%;
    margin: auto;
    background: url(../img/eruboshi/icon06.png) left center no-repeat;
    background-size: contain;
    width: 40px;
    aspect-ratio: 101 / 113;
  }
}

.eru-environment .inner {
  max-width: 1260px;
}

.eru-environment .ttl {
  margin-bottom: 40px;
}

@media screen and (max-width: 991px) {
  .eru-environment .ttl {
    margin-bottom: 30px;
  }
}

.eru-environment .ttl + p {
  font-weight: 500;
}

.eru-environment .flex {
  padding-top: 40px;
  display: grid;
}

@media screen and (max-width: 991px) {
  .eru-environment .flex {
    padding-top: 30px;
  }
}

@media screen and (min-width: 992px) {
  .eru-environment .flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}

@media screen and (max-width: 991px) {
  .eru-environment .flex {
    gap: 20px;
  }
}

.eru-environment .flex .item {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.25);
  background: #fff;
  border-radius: 30px;
  padding: 60px 50px;
}

@media screen and (min-width: 992px) {
  .eru-environment .flex .item {
    min-height: 450px;
  }
}

@media screen and (max-width: 991px) {
  .eru-environment .flex .item {
    padding: 50px 35px;
  }
}

.eru-environment .flex .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
  .eru-environment .flex .item .icon {
    width: 50px;
    margin: 0 auto 15px;
  }
  .eru-environment .flex .item .icon img {
    display: block;
    width: 100%;
  }
}

.eru-environment .flex .item dl dt {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .eru-environment .flex .item dl dt {
    margin-bottom: 20px;
  }
}

.eru-environment .flex .item dl dd p {
  font-size: 1.4rem;
}

.eru-bottom {
  margin: 200px 0 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .eru-bottom {
    margin-top: 120px;
  }
}

.eru-bottom .inner {
  max-width: 1260px;
}

@media screen and (max-width: 991px) {
  .eru-bottom .inner {
    padding: 0;
  }
}

.eru-bottom-wrap {
  position: relative;
}

@media screen and (max-width: 991px) {
  .eru-bottom-wrap {
    padding-bottom: 80px;
  }
}

.eru-bottom-wrap .icon04 {
  position: absolute;
  background: url(../img/eruboshi/icon04.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 144px;
  aspect-ratio: 144 / 144;
  top: -80px;
  left: -30px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .eru-bottom-wrap .icon04 {
    width: 60px;
    top: -80px;
    left: -2%;
  }
}

.eru-bottom-wrap .icon05 {
  position: absolute;
  background: url(../img/eruboshi/icon05.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 233px;
  aspect-ratio: 233 / 216;
  bottom: -165px;
  right: -185px;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .eru-bottom-wrap .icon05 {
    width: 105px;
    right: -8%;
    bottom: 0;
  }
}

.eru-bottom .wbox {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .eru-bottom .wbox {
    border-radius: 0;
  }
}

.eru-bottom .wbox .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eru-bottom .wbox .txt {
  padding: 70px 44px;
}

@media screen and (max-width: 991px) {
  .eru-bottom .wbox .txt {
    padding: 50px 6%;
  }
}

.eru-bottom .wbox .txt p + p {
  margin-top: 30px;
}

.eru-bottom-sign {
  text-align: right;
  font-weight: 700;
  margin-top: 20px;
}

/* top
-------------------------------------------*/
.top-mv {
  background: #d9d9d9;
  position: relative;
}

.top-mv-bg {
  margin: -260px auto 0;
  overflow: hidden;
  animation-delay: 0.6s !important;
}

@media screen and (max-width: 991px) {
  .top-mv-bg {
    margin-top: -90px;
  }
}

.top-mv-bg > div {
  display: flex;
  justify-content: center;
  position: relative;
  width: 1356px;
  height: 1356px;
  margin: auto;
}

@media screen and (max-width: 991px) {
  .top-mv-bg > div {
    width: 100%;
    height: 100%;
  }
}

.top-mv-bg > div .human01 {
  position: absolute;
  background: url(../img/index/mv_human01.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 114px;
  height: 100%;
  top: 735px;
  left: 213px;
  z-index: 2;
  animation: float-vert 5s ease-in-out infinite;
  animation-delay: 0s;
}

@media screen and (max-width: 991px) {
  .top-mv-bg > div .human01 {
    width: 18vw;
    left: 4vw;
    top: inherit;
    bottom: 80vw;
    background-position: left bottom;
  }
}

.top-mv-bg > div .human02 {
  position: absolute;
  background: url(../img/index/mv_human02.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 91px;
  height: 100%;
  top: 400px;
  left: 440px;
  z-index: 2;
  will-change: transform;
  animation: float-vert 5s ease-in-out infinite;
  animation-delay: 0.6s;
}

@media screen and (max-width: 991px) {
  .top-mv-bg > div .human02 {
    width: 14vw;
    left: 15vw;
    top: 72vw;
  }
}

.top-mv-bg > div .human03 {
  position: absolute;
  background: url(../img/index/mv_human03.svg?1) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 120px;
  height: 100%;
  top: 700px;
  right: 220px;
  z-index: 2;
  will-change: transform;
  animation: float-vert 5s ease-in-out infinite;
  animation-delay: 1.2s;
}

@media screen and (max-width: 991px) {
  .top-mv-bg > div .human03 {
    width: 19vw;
    top: 90vw;
    right: -1vw;
  }
}

@keyframes float-vert {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25px);
  }
  100% {
    transform: translateY(0);
  }
}

.top-mv-bg > div .fade {
  animation-delay: 2s !important;
}

.top-mv-bg > div .fade.--human {
  z-index: 2;
}

.top-mv-bg .img-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .top-mv-bg .img-wrapper {
    width: 200vw;
    height: 200vw;
  }
}

.top-mv-bg .img-wrapper img {
  width: 100%;
  height: 100%;
  transform-origin: center center;
}

.top-mv-bg .img-wrapper img.rotate-left {
  animation: rotate-left 100s linear infinite;
  will-change: transform;
}

.top-mv-bg .img-wrapper img.rotate-right {
  animation: rotate-right 100s linear infinite;
  will-change: transform;
}

.top-mv-bg .img-wrapper svg {
  width: 100%;
  height: 100%;
  display: block;
  transform-origin: center center;
}

.top-mv-bg .bg-circle {
  width: 1356px;
  height: 1356px;
}

@media screen and (max-width: 991px) {
  .top-mv-bg .bg-circle {
    width: 200vw;
    height: 200vw;
  }
}

.top-mv-bg .top-mv-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: auto;
}

@media screen and (max-width: 991px) {
  .top-mv-bg .top-mv-center {
    width: 10vw;
  }
}

.top-mv-bg img {
  width: 100%;
  height: 100%;
  display: block;
  max-width: inherit;
}

.top-mv-sns {
  position: absolute;
  top: 370px;
  right: 0;
  left: 0;
  padding: 0 30px;
  max-width: 1220px;
  width: 100%;
  height: 25px;
  margin: auto;
  z-index: 5;
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
  animation-delay: 2.4s !important;
}

@media screen and (max-width: 991px) {
  .top-mv-sns {
    display: none;
  }
}

.top-mv-sns ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.top-mv-sns ul li + li {
  margin-left: 30px;
}

.top-mv-sns ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s ease;
}

.top-mv-sns ul li a.icon-search {
  background-image: url(../img/common/icon_search.svg);
}

.top-mv-sns ul li a.icon-search:hover {
  background-image: url(../img/common/icon_search_on.svg);
}

.top-mv-sns ul li a.icon-insta {
  background-image: url(../img/common/icon_insta.svg);
}

.top-mv-sns ul li a.icon-insta:hover {
  background-image: url(../img/common/icon_insta_on.svg);
}

.top-mv-sns ul li a.icon-facebook {
  background-image: url(../img/common/icon_facebook.svg);
}

.top-mv-sns ul li a.icon-facebook:hover {
  background-image: url(../img/common/icon_facebook_on.svg);
}

.top-mv-sns ul li a.icon-x {
  background-image: url(../img/common/icon_x.svg);
}

.top-mv-sns ul li a.icon-x:hover {
  background-image: url(../img/common/icon_x_on.svg);
}

.top-mv-sns .search-box {
  position: relative;
  width: 35px;
  transition: width 0.3s ease;
}

.top-mv-sns .search-box:hover, .top-mv-sns .search-box:has(input:focus) {
  width: 235px;
}

.top-mv-sns .search-box:hover input, .top-mv-sns .search-box:has(input:focus) input {
  opacity: 1;
}

.top-mv-sns .search-box input {
  opacity: 0;
  transition: opacity 0.3s ease 0.1s;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50px;
  box-shadow: 0 1.25px 9px 1.25px rgba(0, 55, 255, 0.05);
}

.top-mv-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 300px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-mv-wrap {
    bottom: 80px;
  }
}

.top-mv-wrap .inner {
  max-width: 1200px;
  margin: auto;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

@media screen and (max-width: 991px) {
  .top-mv-wrap .inner {
    padding: 0 6%;
  }
}

.top-mv-ttl .t1 {
  font-family: "Outfit", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .top-mv-ttl .t1 {
    font-size: 1.2rem;
  }
}

.top-mv-ttl .t2 {
  font-size: 4rem;
  font-weight: 700;
}

@media screen and (max-width: 991px) {
  .top-mv-ttl .t2 {
    font-size: 2.7rem;
    line-height: 1.4;
    padding-top: 10px;
  }
}

.top-mv-txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (min-width: 992px) {
  .top-mv-txt {
    position: absolute;
    right: 0;
    top: 0;
  }
}

@media screen and (max-width: 991px) {
  .top-mv-txt {
    font-size: 1.4rem;
    padding-top: 15px;
  }
}

.top-mv-scroll {
  margin-top: 30px;
}

@media screen and (max-width: 991px) {
  .top-mv-scroll {
    display: flex;
    justify-content: center;
  }
}

.top-mv-scroll .js_word_change {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-right: 25px;
}

.top-mv-scroll .js_word_change::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: url(../img/common/icon_dowm.svg) left center no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.top-mv-scroll .js_word_change .scroll-text {
  font-size: 1.7rem;
  font-weight: 700;
  display: block;
  position: relative;
  text-align: center;
  line-height: 1;
  animation: scrolltxt 4s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  will-change: transform;
  backface-visibility: hidden;
}

@media screen and (max-width: 991px) {
  .top-mv-scroll .js_word_change .scroll-text {
    font-size: 1.4rem;
  }
}

.top-mv-scroll .js_word_change .scroll-text::before {
  content: "Scroll Down";
  position: absolute;
  top: -130%;
  left: 0;
}

@keyframes scrolltxt {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(130%);
    /* 下方向に移動 */
  }
  50.1% {
    transform: translateY(0);
    /* 上に瞬時リセット */
  }
  100% {
    transform: translateY(0);
    /* 下から再出現 */
  }
}

.top-mv .top-mv-ttl,
.top-mv .top-mv-scroll {
  animation-delay: 1.2s !important;
}

.top-mv .top-mv-txt {
  animation-delay: 1.6s !important;
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  height: 30px;
  padding: 10px;
  border-radius: 20px;
  background: #efefef;
  border: 1px solid #c5c2c2;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.search-box button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5px;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../img/common/icon_search.svg) center center no-repeat;
  background-size: contain;
  border: none;
  z-index: 2;
  cursor: pointer;
}

/* 回転アニメーション */
@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

.top-initiatives {
  position: relative;
  z-index: 2;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .top-initiatives::after {
    content: "";
    position: absolute;
    background: url(../img/index/icon_product01.png) right bottom no-repeat;
    background-size: contain;
    pointer-events: none;
    aspect-ratio: 249 / 296;
    width: 100px;
    bottom: -70px;
    right: 70px;
  }
}

@media screen and (max-width: 991px) {
  .top-initiatives::before {
    left: -7vw;
    width: calc(100% + 14vw);
  }
}

.top-initiatives .ttl .txt {
  position: relative;
  display: table;
}

.top-initiatives .ttl .txt::after {
  content: "";
  position: absolute;
  position: absolute;
  background: url(../img/index/icon_initiatives02.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 78px;
  height: 100%;
  top: -50px;
  right: -90px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-initiatives .ttl .txt::after {
    width: 36px;
    right: 10px;
    top: -80px;
  }
}

.top-initiatives-bg {
  padding: 210px 0;
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-initiatives-bg {
    padding: 125px 0;
  }
}

.top-initiatives-main {
  position: relative;
  z-index: 2;
}

.top-initiatives-main .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .top-initiatives-main .flex {
    grid-template-columns: 1fr 1fr;
    gap: 110px;
  }
}

@media screen and (max-width: 991px) {
  .top-initiatives-main .flex {
    gap: 50px;
  }
}

.top-initiatives-main .flex dl {
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .top-initiatives-main .flex dl {
    padding-top: 20px;
  }
}

.top-initiatives-main .flex dl dt {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (max-width: 991px) {
  .top-initiatives-main .flex dl dt {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}

.top-initiatives-main .flex dl dd p {
  font-size: 1.4rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .top-initiatives-main .flex dl dd p {
    font-size: 1.5rem;
  }
}

.top-initiatives-btn {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}

@media screen and (max-width: 991px) {
  .top-initiatives-btn {
    margin-top: 50px;
  }
}

.top-initiatives .icon01 {
  position: absolute;
  background: url(../img/index/icon_initiatives01.png) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 107px;
  aspect-ratio: 107 / 103;
  top: -60px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-initiatives .icon01 {
    width: 62px;
    top: -40px;
    left: 20px;
  }
}

.top-initiatives .human01 {
  position: absolute;
  background: url(../img/index/human_initiatives01.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 99px;
  aspect-ratio: 99 / 220;
  top: -30px;
  right: 20px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-initiatives .human01 {
    width: 43px;
    top: -20px;
  }
}

.top-product {
  position: relative;
  padding-bottom: 120px;
  background: #d9d9d9;
}

@media screen and (max-width: 991px) {
  .top-product {
    padding-bottom: 65px;
  }
}

.top-product::after {
  content: "";
  position: absolute;
  top: 350px;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../img/index/bg_product.png) center center no-repeat;
  background-size: contain;
  width: 1453px;
  height: 750px;
}

@media screen and (max-width: 991px) {
  .top-product::after {
    background-image: url(../img/index/bg_channel_sp.png);
    width: 100%;
    height: 100%;
    top: 0;
    background-position: center top 350px;
  }
}

.top-product::before {
  background-image: url(../img/common/wave.svg);
  background-position: center center;
  background-repeat: repeat-x;
  background-size: contain;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: -20px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .top-product::before {
    height: 15px;
    bottom: -15px;
  }
}

.top-product .inner {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-product .inner {
    padding: 0;
  }
}

.top-product .inner:last-of-type {
  max-width: 1260px;
}

@media screen and (max-width: 991px) {
  .top-product .inner:last-of-type {
    padding: 0;
  }
}

.top-product-main {
  padding: 200px 0 150px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-product-main {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .top-product-main .ttl {
    padding: 0 6%;
  }
}

.top-product-main .scroll-list {
  will-change: transform;
  /* GPUで処理させる */
  backface-visibility: hidden;
  transform: translateZ(0);
}

.top-product-main .scroll-inner {
  position: sticky;
  top: 0;
  overflow: hidden;
  padding-right: 20px;
}

.top-product-main .flex {
  display: grid;
}

@media screen and (min-width: 992px) {
  .top-product-main .flex {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

@media screen and (max-width: 991px) {
  .top-product-main .flex {
    padding: 0 6%;
    display: flex;
    gap: 20px;
    will-change: transform;
    transition: none;
  }
}

.top-product-main .flex .item {
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.25);
  border-radius: 50px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-product-main .flex .item {
    height: 60vh;
    width: auto;
    flex-shrink: 0;
    aspect-ratio: 628 / 1140;
  }
}

@media screen and (min-width: 992px) {
  .top-product-main .flex .item:hover .txt {
    opacity: 1;
  }
}

.top-product-main .flex .item .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  padding: 30px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (max-width: 991px) {
  .top-product-main .flex .item .txt {
    padding: 30px 20px;
    opacity: 1;
  }
}

.top-product-main .flex .item .txt p {
  color: #fff;
  font-size: 1.4rem;
}

@media screen and (max-width: 991px) {
  .top-product-main .flex .item .txt p {
    font-size: 1.1rem;
  }
}

.top-product-main .flex .item.--simplism .txt {
  background: rgba(56, 157, 174, 0.7);
}

.top-product-main .flex .item.--ajouter .txt {
  background: rgba(38, 73, 156, 0.7);
}

.top-product-main .flex .item.--outgrow .txt {
  background: rgba(207, 87, 44, 0.7);
}

.top-product-main .flex .item .logo {
  position: absolute;
  left: 25px;
  bottom: 40px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-product-main .flex .item .logo {
    left: 20px;
    width: 180px;
    margin: auto;
    bottom: 30px;
  }
}

.top-product-main .icon01 {
  position: absolute;
  background: url(../img/index/icon_product01.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 248px;
  aspect-ratio: 249 / 296;
  top: -120px;
  right: 100px;
}

@media screen and (max-width: 991px) {
  .top-product-main .icon01 {
    display: none;
  }
}

.top-product-main .human01 {
  position: absolute;
  background: url(../img/index/human_product01.svg?1) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 199px;
  aspect-ratio: 199 / 156;
  top: -120px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-product-main .human01 {
    width: 99px;
    top: -50px;
    left: 6%;
  }
}

.top-product-main .human02 {
  position: absolute;
  background: url(../img/index/human_product02.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 152px;
  aspect-ratio: 152 / 207;
  top: 25px;
  right: -60px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-product-main .human02 {
    width: 73px;
    right: 8%;
    top: 50px;
  }
}

.top-product-flow {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}

.top-product-flow .marquee-inner {
  display: flex;
  overflow: hidden;
}

.top-product-flow .marquee-inner ul {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 100s infinite linear 0.5s both;
}

.top-product-flow .marquee-inner ul li {
  width: 110vw;
  padding-right: 50px;
}

@media screen and (max-width: 991px) {
  .top-product-flow .marquee-inner ul li {
    padding-right: 25px;
  }
}

.top-product-flow .marquee-inner ul li img {
  width: 100%;
}

.top-product-channel {
  margin-top: 90px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .top-product-channel {
    margin-top: 60px;
  }
}

.top-product-channel-bg {
  background: url(../img/index/bg_channel.png) left center no-repeat;
  background-size: cover;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
  padding: 50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-product-channel-bg {
    padding: 60px 6%;
  }
}

.top-product-channel .ttl {
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .top-product-channel .ttl {
    margin-bottom: 25px;
  }
}

.top-product-channel .ttl .txt {
  color: #fff;
}

.top-product-channel p {
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  margin-bottom: 35px;
}

@media screen and (max-width: 991px) {
  .top-product-channel p {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
}

.top-product-channel .image a {
  display: block;
}

.top-product-channel .human03 {
  position: absolute;
  background: url(../img/index/human_product03.svg) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 152px;
  height: 100%;
  top: -30px;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 991px) {
  .top-product-channel .human03 {
    width: 118px;
    top: -20px;
    right: 5%;
  }
}

.top-product-channel .icon02 {
  position: absolute;
  background: url(../img/index/icon_product02.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 65px;
  aspect-ratio: 91 / 91;
  bottom: -30px;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .top-product-channel .icon02 {
    z-index: 3;
    width: 51px;
    right: inherit;
    left: -10px;
    bottom: -10px;
  }
}

.top-topics {
  background: #fff;
}

.top-topics-main {
  position: relative;
  padding: 200px 0 80px;
}

@media screen and (max-width: 991px) {
  .top-topics-main {
    padding: 80px 0 40px;
  }
}

.top-topics-main .ttl {
  margin-bottom: 0;
}

.top-topics-main .human01 {
  position: absolute;
  background: url(../img/index/human_topics01.svg) left top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 172px;
  aspect-ratio: 172 / 195;
  top: 20px;
  left: 250px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-topics-main .human01 {
    width: 86px;
    left: 35%;
    top: -20px;
  }
}

.top-topics-main .icon01 {
  position: absolute;
  background: url(../img/index/icon_topics01.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 94px;
  aspect-ratio: 105 / 102;
  bottom: 60px;
  right: 200px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-topics-main .icon01 {
    width: 37px;
    right: 20px;
    background-position: right top;
    bottom: inherit;
    top: 90px;
  }
}

.top-topics-main .icon02 {
  position: absolute;
  background: url(../img/index/icon_topics02.png) right top no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 140px;
  aspect-ratio: 136 / 174;
  top: 50px;
  right: -150px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-topics-main .icon02 {
    width: 56px;
    right: -20px;
    top: -40px;
  }
}

.top-topics .js_topics_slider .item {
  margin: 0 20px;
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .item {
    margin: 0 10px;
  }
}

.top-topics .js_topics_slider .item .image {
  aspect-ratio: 450 / 253;
  position: relative;
  border: 1px solid #000;
}

.top-topics .js_topics_slider .item .image img,
.top-topics .js_topics_slider .item .image .preparation {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-topics .js_topics_slider .item .image .preparation {
  background: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.4rem;
  font-weight: 700;
}

.top-topics .js_topics_slider .item .image .date {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 2;
  background: #fff;
  border-radius: 50px;
  height: 28px;
  width: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .item .image .date {
    right: 10px;
    top: 10px;
  }
}

.top-topics .js_topics_slider .item .image .date span {
  position: relative;
  font-size: 1.2rem;
  font-family: "Outfit", sans-serif;
  padding-left: 18px;
}

.top-topics .js_topics_slider .item .image .date span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(../img/common/icon_calendar.svg) left center no-repeat;
  background-size: contain;
  width: 12px;
  height: 100%;
}

.top-topics .js_topics_slider .item .txt {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .item .txt {
    margin-top: 13px;
  }
}

.top-topics .js_topics_slider .item .txt p {
  text-indent: 25px;
  display: inline-block;
  background-position: left top 0.2em;
  background-repeat: no-repeat;
  background-size: 20px auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .item .txt p {
    font-size: 1.3rem;
    background-size: 15px auto;
    text-indent: 15px;
  }
}

.top-topics .js_topics_slider .item .txt.--new_products p {
  background-image: url(../img/common/icon_new_products.svg);
}

.top-topics .js_topics_slider .item .txt.--campaign p {
  background-image: url(../img/common/icon_campaign.svg);
}

.top-topics .js_topics_slider .item .txt.--media p {
  background-image: url(../img/common/icon_column.svg);
}

.top-topics .js_topics_slider .item .txt.--column p {
  background-image: url(../img/common/icon_column.svg);
}

.top-topics .js_topics_slider .item .txt.--news p {
  background-image: url(../img/common/icon_column.svg);
}

.top-topics .js_topics_slider .item .cat {
  margin-top: 10px;
  background: #fff;
  display: table;
  height: 22px;
  line-height: 22px;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid #26499c;
  color: #26499c;
  font-size: 1.2rem;
}

.top-topics .js_topics_slider .slick-prev,
.top-topics .js_topics_slider .slick-next {
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  position: absolute;
  top: -60px;
  bottom: 0;
  margin: auto;
  width: 75px;
  height: 75px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .slick-prev,
  .top-topics .js_topics_slider .slick-next {
    top: -25vw;
    width: 35px;
    height: 35px;
  }
}

.top-topics .js_topics_slider .slick-prev {
  background: url(../img/common/arrow_left.svg) left center no-repeat;
  background-size: contain;
  left: calc(15% - 75px);
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .slick-prev {
    left: -15px;
  }
}

.top-topics .js_topics_slider .slick-next {
  background: url(../img/common/arrow_right.svg) right center no-repeat;
  background-size: contain;
  right: calc(15% - 75px);
}

@media screen and (max-width: 991px) {
  .top-topics .js_topics_slider .slick-next {
    right: -15px;
  }
}

.top-topics-bottom {
  position: relative;
  height: 180px;
}

@media screen and (max-width: 991px) {
  .top-topics-bottom {
    display: none;
  }
}

.top-topics-bottom .icon03 {
  position: absolute;
  background: url(../img/index/icon_topics03.png) left bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 93px;
  aspect-ratio: 93 / 90;
  bottom: 0;
  left: -100px;
  z-index: 2;
}

.box-recruit {
  position: relative;
  padding: 100px 0 100px;
  z-index: 2;
}

@media screen and (max-width: 991px) {
  .box-recruit {
    padding: 50px 0 100px;
  }
}

@media screen and (max-width: 991px) {
  .box-recruit .ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
  }
}

.box-recruit-bg {
  position: relative;
  padding: 160px 0 200px;
}

@media screen and (max-width: 991px) {
  .box-recruit-bg {
    padding: 70px 0 85px;
  }
}

.box-recruit-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1vw;
  width: calc(100% + 2vw);
  height: 100%;
  background: #cf572c;
  transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform-origin: center;
  z-index: 1;
}

@media screen and (max-width: 991px) {
  .box-recruit-bg::before {
    left: -4vw;
    width: calc(100% + 8vw);
    transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
  }
}

.box-recruit-bg::after {
  content: "";
  position: absolute;
  background: url(../img/index/icon_recruit01.png) right bottom no-repeat;
  background-size: contain;
  pointer-events: none;
  width: 112px;
  height: 100%;
  bottom: -80px;
  right: calc(50vw - 500px);
  z-index: 0;
}

@media screen and (max-width: 991px) {
  .box-recruit-bg::after {
    right: 6%;
    width: 60px;
    bottom: -100px;
  }
}

.box-recruit-txt {
  margin-top: 35px;
}

@media screen and (max-width: 991px) {
  .box-recruit-txt {
    margin-top: 30px;
  }
}

.box-recruit-txt p {
  font-size: 1.5rem;
  color: #fff;
}

.box-recruit-btn {
  margin-top: 40px;
}

@media screen and (max-width: 991px) {
  .box-recruit-btn {
    margin-top: 30px;
    display: flex;
    justify-content: center;
  }
  .box-recruit-btn .btn {
    max-width: 200px;
  }
}

.box-recruit .inner {
  position: relative;
  z-index: 2;
}

.box-recruit .ttl .txt {
  color: #fff;
}

.box-recruit-flow {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  z-index: 2;
  position: relative;
}

.box-recruit-flow .marquee-inner {
  display: flex;
  overflow: hidden;
}

.box-recruit-flow .marquee-inner ul {
  display: flex;
  list-style: none;
  padding: 0;
  animation: infinity-scroll-left 50s infinite linear 0.5s both;
}

.box-recruit-flow .marquee-inner ul li {
  width: calc(100vw / 4);
}

@media screen and (max-width: 991px) {
  .box-recruit-flow .marquee-inner ul li {
    width: calc(100vw / 2);
  }
}

.box-recruit-flow .marquee-inner ul li img {
  width: 100%;
}

.pagination {
  margin-top: 80px;
  padding-right: 25px;
}

@media screen and (max-width: 991px) {
  .pagination {
    margin-top: 50px;
    padding-right: 0;
  }
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pagination .page-numbers {
  width: 30px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5c5d5e;
  font-family: "Outfit", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
}

.pagination .page-numbers + .page-numbers {
  margin-left: 5px;
}

.pagination .prev,
.pagination .next {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}

.pagination .prev {
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
}

.pagination .prev::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.pagination .next::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #1a1a1a;
  border-right: 1px solid #1a1a1a;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagination .current {
  background: #26499c;
  color: #fff;
  border-radius: 4px;
}

/* アニメーション
-------------------------------------------*/
/* 左から右へ流れる */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/* フェードイン */
.fade {
  opacity: 0;
}

.fade.started,
.started .fade,
.loaded .fade {
  animation: fadeIn 0.6s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* 下からふわっと */
.fade_b {
  opacity: 0;
}

.fade_b.started,
.started .fade_b {
  animation: fadeIn_b 0.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes fadeIn_b {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.mw_wp_form .radio-list .horizontal-item + .horizontal-item {
  margin: 7px 0 0;
}

.mw_wp_form .chk-list .horizontal-item + .horizontal-item {
  margin: 0;
}

.mw_wp_form .chk-list .horizontal-item {
  display: block;
}

.page404 {
  padding-top: 80px;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 991px) {
  .page404 {
    padding-top: 40px;
  }
}

.page404 p {
  display: table;
  margin: auto;
}

.page404-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

@media screen and (max-width: 991px) {
  .page404-btn {
    margin-top: 35px;
  }
}

.page404-btn .btn {
  max-width: 320px;
  background: #26499c;
  border-color: #26499c;
}

@media screen and (min-width: 992px) {
  .page404-btn .btn:hover {
    background: #fff;
    color: #26499c;
  }
}

@media screen and (max-width: 991px) {
  .page404-btn .btn {
    width: 90%;
  }
}
