@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,600,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400&display=swap");
/* ブレイクポイント参考

PC:インナーコンテンツサイズ以上
Laptop-HiDPI:1440
Laptop-MDPI :1280
iPad Pro(10.5inch):834
iPad Pro(12.9inch):1024
iPad:601
SP:600

*/
/* レスポンシブサイト非表示 */
/* PCのみ */
@media screen and (max-width: 1025px) {
  .pc {
    display: none !important;
  }
}
/* 1500以上 */
@media screen and (max-width: 1500px) {
  .only1500 {
    display: none !important;
  }
}
/* 1400以上 */
@media screen and (max-width: 1400px) {
  .only1400 {
    display: none !important;
  }
}
/* タブレット・PC */
@media screen and (max-width: 599px) {
  .tbpc {
    display: none !important;
  }
}
/* タブレット・SP */
@media screen and (min-width: 1025px) {
  .tbsp {
    display: none !important;
  }
}
/* タブレットのみ */
@media screen and (max-width: 599px), (min-width: 1025px) {
  .tb {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 1400px) {
  .w1400 {
    display: none !important;
  }
}
/* SPのみ */
@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: auto;
  }
}
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
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;
  box-sizing: border-box;
}

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;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  width: 100%;
  image-rendering: -webkit-optimize-contrast;
}

li {
  list-style: none;
}

a,
area,
button,
[role=button],
input:not([type=range]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

/*--------------------------------------------------------

	body設定

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

body {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", Verdana, Meiryo, sans-serif;
  color: #000;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  line-height: 1.6;
  font-size: 1.4rem;
  overflow-x: hidden;
  font-weight: 500;
  /*font-feature-settings: "palt" 1;*/
}
@media screen and (max-width: 599px) {
  body {
    font-size: 1.3rem;
  }
}
body.modal-scrooll-stop {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  body {
    font-weight: 400;
  }
}

a {
  text-decoration: none;
}

.color {
  background-color: #000;
  color: #fff;
}

img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  -webkit-backface-visibility: hidden;
  width: auto;
  max-width: 100%;
  height: auto;
}

* {
  max-height: 999999px;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
}

/*クリアフィックス*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

button {
  transition: 0.3s;
  cursor: pointer;
}

p,
h1,
h2,
h3,
h4,
h5,
dt,
dd,
a {
  font-display: swap;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mlr-05 {
  margin-left: -0.5em;
  margin-right: -0.5em;
}

.ml-05 {
  margin-left: -0.5em;
}

.mr-05 {
  margin-right: -0.5em;
}

.mlr-02 {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.mb10 {
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .mb10 {
    margin-bottom: 10px;
  }
}

.mb20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  .mb20 {
    margin-bottom: 10px;
  }
}

.mb25 {
  margin-bottom: 25px;
}
@media screen and (max-width: 599px) {
  .mb25 {
    margin-bottom: 15px;
  }
}

.mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .mb30 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .mb30 {
    margin-bottom: 20px;
  }
}

.mb40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .mb40 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .mb40 {
    margin-bottom: 20px;
  }
}

.mb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .mb45 {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 599px) {
  .mb45 {
    margin-bottom: 25px;
  }
}

.mb50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .mb50 {
    margin-bottom: 30px;
  }
}

.mb60 {
  margin-bottom: 60px;
}
@media screen and (max-width: 599px) {
  .mb60 {
    margin-bottom: 40px;
  }
}

.mb80 {
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .mb80 {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 900px) {
  .mb80 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .mb80 {
    margin-bottom: 40px;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 1024px) {
  .mb100 {
    margin-bottom: 70px !important;
  }
}
@media screen and (max-width: 900px) {
  .mb100 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 599px) {
  .mb100 {
    margin-bottom: 40px !important;
  }
}

.pb00 {
  padding-bottom: 0 !important;
}

.anchor {
  margin-top: -150px;
  padding-top: 150px;
}
@media screen and (max-width: 1200px) {
  .anchor {
    margin-top: -130px;
    padding-top: 130px;
  }
}
@media screen and (max-width: 599px) {
  .anchor {
    margin-top: -90px;
    padding-top: 90px;
  }
}

.scroll-hint-icon::before {
  background-image: url(../img/common/icon_scroll.svg) !important;
  background-size: 100% auto;
}
.scroll-hint-icon::after {
  display: none !important;
}

@media print {
  .sp {
    display: none !important;
  }
  body {
    width: 1140px;
    -webkit-print-color-adjust: exact;
  }
  /*　------- ↓その他参考例　---------
  .header {
      position: relative !important; //ヘッダー固定fixedを解除
  }
  .header .header-inner {
      width: 100% !important; //サイト幅を解除
  }
  .page-title {
      margin-top: 0px !important; //固定ヘッダー時のマージンTOP分を解除
      width: 100% !important; //サイト幅を解除
  }
  .breadcrumbs-list {
      width: 100% !important; //サイト幅を解除
  }
  .global-nav {
      width: 100%; //サイト幅を解除
  }
  ------- ↑その他参考　---------*/
}
@page {
  size: A4;
  margin: 12.7mm 9.7mm;
}
/* ローディング画面 */
#loading {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: all 1.5s;
  background-color: #fff;
  position: fixed;
  z-index: 300;
}

.logo {
  margin: 0 auto;
  top: 50%;
  left: 0;
  right: 0;
  width: 260px;
  height: auto;
  transform: translateY(-55%);
  position: absolute;
}

.loader {
  margin: 6em auto 0;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em #000000, 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.5), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.7), 1.8em -1.8em 0 0em #000000, 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.5), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.7), 2.5em 0em 0 0em #000000, 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.5), 2.5em 0em 0 0em rgba(0, 0, 0, 0.7), 1.75em 1.75em 0 0em #000000, 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.5), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.7), 0em 2.5em 0 0em #000000, -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.2), -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.5), 0em 2.5em 0 0em rgba(0, 0, 0, 0.7), -1.8em 1.8em 0 0em #000000, -2.6em 0em 0 0em rgba(0, 0, 0, 0.2), -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.5), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.7), -2.6em 0em 0 0em #000000, -1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(0, 0, 0, 0.2), 1.8em -1.8em 0 0em rgba(0, 0, 0, 0.2), 2.5em 0em 0 0em rgba(0, 0, 0, 0.2), 1.75em 1.75em 0 0em rgba(0, 0, 0, 0.2), 0em 2.5em 0 0em rgba(0, 0, 0, 0.2), -1.8em 1.8em 0 0em rgba(0, 0, 0, 0.5), -2.6em 0em 0 0em rgba(0, 0, 0, 0.7), -1.8em -1.8em 0 0em #000000;
  }
}
.loaded {
  opacity: 0;
  visibility: hidden;
}

.header {
  position: fixed;
  z-index: 10;
  padding: 0 30px 0 38px;
  top: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .header {
    top: 10px;
  }
}
@media screen and (max-width: 1400px) {
  .header {
    display: block;
    padding: 0 30px 0 30px;
  }
}
@media screen and (max-width: 599px) {
  .header {
    top: 0;
    padding: 14px 10px 10px 10px;
  }
}
.header__logo {
  width: 418px;
  line-height: 0.1;
}
@media screen and (max-width: 1400px) {
  .header__logo {
    position: absolute;
    top: 10px;
    left: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .header__logo {
    top: 15px;
    left: 20px;
  }
}
@media screen and (max-width: 599px) {
  .header__logo {
    top: 18px;
    left: 15px;
    max-width: 290px;
    width: calc(100% - 80px);
  }
}
.header__logo__link {
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__logo__link:hover {
    transform: translateY(3px);
  }
}
.header__nav {
  width: calc(100% - 450px);
  display: flex;
  justify-content: flex-end;
  align-items: stretch;
}
@media screen and (max-width: 1600px) {
  .header__nav {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (max-width: 1400px) {
  .header__nav {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    padding: 10px;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    opacity: 0 !important;
    justify-content: center;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav.on {
    opacity: 1 !important;
  }
}
.header__nav__list {
  padding: 0 50px;
  width: 800px;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .header__nav__list {
    width: 100%;
    max-width: 800px;
    height: 50px;
    order: 2;
  }
}
@media screen and (max-width: 1400px) {
  .header__nav__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav__list {
    display: none;
  }
}
.header__nav__list__item__link {
  font-size: 16px;
  line-height: 60px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  letter-spacing: normal;
  display: block;
}
@media screen and (min-width: 1025px) {
  .header__nav__list__item__link:hover {
    transform: translateY(2px);
  }
}
.header__nav__rikunav {
  width: 100%;
  max-width: 180px;
  height: 60px;
  border-radius: 200px;
  margin-left: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .header__nav__rikunav:hover {
    opacity: 0.8;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 1600px) {
  .header__nav__rikunav {
    max-width: auto;
    height: 46px;
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav__rikunav {
    max-width: 250px;
    padding: 5px 10px;
    margin: 0;
  }
}
.header__nav__rikunav img {
  width: 100%;
  max-width: 135px;
}
.header__nav__mynav {
  width: 100%;
  max-width: 180px;
  height: 60px;
  border-radius: 200px;
  margin-left: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .header__nav__mynav:hover {
    opacity: 0.8;
    transform: translateY(2px);
  }
}
@media screen and (max-width: 1600px) {
  .header__nav__mynav {
    max-width: auto;
    height: 46px;
    margin: 0 0 10px 10px;
  }
}
@media screen and (max-width: 1024px) {
  .header__nav__mynav {
    max-width: 250px;
    padding: 5px 10px;
    margin: 0 0 0 10px;
  }
}
.header__nav__mynav img {
  width: 100%;
  max-width: 140px;
}

/*スマホナビ*/
#nav-toggle {
  display: none;
}
@media screen and (max-width: 1024px) {
  #nav-toggle {
    display: block;
    position: fixed;
    top: 10px;
    right: 10px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #000;
    z-index: 1000;
  }
}
@media screen and (max-width: 599px) {
  #nav-toggle {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  #nav-toggle > div {
    position: absolute;
    top: 26px;
    left: 19px;
    width: 22px;
  }
}
@media screen and (max-width: 599px) {
  #nav-toggle > div {
    top: 17px;
    width: 16px;
    left: 12px;
  }
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.3s ease-in-out, top 0.5s ease;
  /* #nav-toggle close */
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 7px;
}
@media screen and (max-width: 599px) {
  #nav-toggle span:nth-child(2) {
    top: 5px;
  }
}

.open #nav-toggle {
  background-color: #fff;
}

.open #nav-toggle span {
  background: #000;
}
.open #nav-toggle span:nth-child(1) {
  top: 3px;
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 3px;
  transform: rotate(-45deg);
}

.gloval-nav-contents {
  z-index: 999;
  padding: 80px 20px;
}
#gloval-nav {
  display: none;
}
@media screen and (max-width: 1024px) {
  #gloval-nav {
    display: block;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    padding-left: 0;
    transform: translateX(100%);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
.open #gloval-nav {
  transform: translateX(0);
}

.gloval-nav-list {
  text-align: center;
}
.gloval-nav-list > li > a {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 500;
  display: block;
  padding: 15px 0;
}
.gloval-nav-list > li > a > span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 5px;
}

.footer {
  padding: 80px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 80px 40px 150px;
  }
}
@media screen and (max-width: 599px) {
  .footer {
    background-color: #f3f5f7;
    padding: 45px 20px 100px;
  }
}

.footer-logo {
  margin-bottom: 45px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .footer-logo {
    margin-bottom: 25px;
  }
}
.footer-logo img {
  width: 100%;
  max-width: 286px;
}
@media screen and (max-width: 599px) {
  .footer-logo img {
    max-width: 210px;
  }
}

.footer-links {
  max-width: 784px;
  margin: 0 auto 40px;
  display: flex;
  gap: 0 24px;
}
@media screen and (max-width: 1024px) {
  .footer-links {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .footer-links {
    gap: 0 10px;
    margin-bottom: 17px;
  }
}
.footer-links > li {
  width: calc((100% - 24px) / 2);
}
@media screen and (max-width: 599px) {
  .footer-links > li {
    width: calc((100% - 10px) / 2);
  }
}
.footer-links > li > a {
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 300px;
  text-align: center;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .footer-links > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .footer-links > li > a {
    min-height: 70px;
  }
}
@media screen and (max-width: 599px) {
  .footer-links > li > a {
    min-height: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
.footer-links > li > a.rikunav img {
  width: 100%;
  max-width: 210px;
}
@media screen and (max-width: 1024px) {
  .footer-links > li > a.rikunav img {
    max-width: 197.6px;
  }
}
@media screen and (max-width: 599px) {
  .footer-links > li > a.rikunav img {
    max-width: 123.5px;
  }
}
.footer-links > li > a.mynav img {
  width: 100%;
  max-width: 252px;
}
@media screen and (max-width: 1024px) {
  .footer-links > li > a.mynav img {
    max-width: 201.6px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .footer-links > li > a.mynav img {
    max-width: 126px;
  }
}

.footer-dial {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .footer-dial {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
.footer-dial > dt {
  font-size: 2rem;
  margin-right: 22px;
  margin-left: 15px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 599px) {
  .footer-dial > dt {
    font-size: 1.7rem;
    font-weight: 600;
    margin-bottom: 8px;
  }
}
.footer-dial > dd > a {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
  color: #000;
  line-height: 1;
  letter-spacing: -0.02em;
  background-image: url(../img/top/footer_icon_tel.png);
  background-repeat: no-repeat;
  background-size: 53px 53px;
  padding: 8px 0 15px 75px;
}
@media screen and (max-width: 1024px) {
  .footer-dial > dd > a {
    font-weight: 500;
  }
}
@media screen and (max-width: 599px) {
  .footer-dial > dd > a {
    background-size: 34px auto;
    padding: 1px 20px 3px 38px;
    font-size: 2.5rem;
  }
}

.footer-corporate {
  margin-bottom: 50px;
}
@media screen and (max-width: 599px) {
  .footer-corporate {
    margin-bottom: 30px;
  }
}
.footer-corporate > a {
  max-width: 400px;
  margin: 0 auto;
  border-radius: 100px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 599px) {
  .footer-corporate > a {
    height: 46px;
  }
}
.footer-corporate > a img {
  width: 100%;
  max-width: 303px;
}
@media screen and (max-width: 599px) {
  .footer-corporate > a img {
    max-width: 270px;
  }
}
@media screen and (min-width: 1025px) {
  .footer-corporate > a:hover {
    opacity: 0.7;
  }
}

.footer-copyright {
  font-size: 1.1rem;
  line-height: 1;
  color: #666666;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 599px) {
  .footer-copyright {
    font-size: 12px;
  }
}

.btn01 {
  margin: 50px auto 0;
  padding-left: 0.2em;
  width: 320px;
  max-width: 100%;
  height: 70px;
  font-size: 16px;
  line-height: 70px;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.2em;
  border-radius: 35px;
  display: block;
  position: relative;
}
.btn01::before {
  content: "";
  border-width: 5px 0 5px 9px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: calc(50% - 5px);
  right: 30px;
  transition: 0.2s;
}
@media screen and (min-width: 1025px) {
  .btn01:hover {
    color: #fff;
    background-color: #000;
  }
  .btn01:hover::before {
    border-color: transparent transparent transparent #fff;
    right: 27px;
  }
}
.btn01--small {
  margin: 40px auto 0;
  width: 220px;
  height: 50px;
  font-size: 15px;
  line-height: 50px;
}
.btn01--small::before {
  border-width: 4px 0 4px 7px;
  top: calc(50% - 4px);
  right: 20px;
}
@media screen and (min-width: 1025px) {
  .btn01--small:hover::before {
    right: 18px;
  }
}
.btn01--blue {
  background-color: #026;
}
.btn01--red {
  background-color: #d00;
}
.btn01--white {
  color: #000;
  background-color: #fff;
}
.btn01--white::before {
  border-color: transparent transparent transparent #d00;
}
.btn01--black {
  background-color: #000;
}
@media screen and (min-width: 1025px) {
  .btn01--black:hover {
    background-color: #d00;
  }
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

/*
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: -75px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .slick-dots {
    bottom: -50px;
  }
}
@media screen and (max-width: 900px) {
  .slick-dots {
    bottom: -40px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 0 0 10px;
  padding: 0;
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li.slick-active button {
  background-color: transparent;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #000;
  border: 2px solid #000;
  border-radius: 50%;
  transition: 0.5s;
}
@media screen and (min-width: 1025px) {
  .slick-dots li button:hover {
    transform: scale(1.4);
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.inview-b.fadein {
  opacity: 0;
  transition-duration: 1.2s;
  transform: translateY(100px);
}
.inview-b.fadein--on {
  opacity: 1;
  transform: translateY(0);
}

.inview-blur.fadein {
  transition-duration: 1.8s;
  color: transparent;
  text-shadow: 0 0 15px rgba(255, 255, 255, 0);
}
.inview-blur.fadein--on {
  text-shadow: 0 0 0 white;
}

.inview-alpha.fadein {
  opacity: 0;
  transition-duration: 0.6s;
}
.inview-alpha.fadein--on {
  opacity: 1;
}

.delay02 {
  transition-delay: 0.2s;
}

.delay04 {
  transition-delay: 0.4s;
}

.delay06 {
  transition-delay: 0.6s;
}

.delay08 {
  transition-delay: 0.8s;
}

.delay10 {
  transition-delay: 1s;
}

.delay12 {
  transition-delay: 1.2s;
}

@media screen and (max-width: 599px) {
  .delay00-sp {
    transition-delay: 0s !important;
  }
}

/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 50px;
}
@media screen and (max-width: 599px) {
  .remodal-wrapper {
    padding: 15px;
  }
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 30px 20px 20px;
  transform: translate3d(0, 0, 0);
  text-align: left;
  color: #2b2e38;
  background: #fff;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal {
  max-width: 700px;
  padding: 50px 60px 40px;
  cursor: auto;
}
@media screen and (max-width: 1024px) {
  .remodal {
    padding: 40px 40px 30px;
  }
}
@media screen and (max-width: 599px) {
  .remodal {
    padding: 20px;
  }
}

.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}

.remodal-close:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* Keyframes
   ========================================================================== */
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 700px;
}

.remodal-inner {
  width: 100%;
  max-width: 700px;
  padding: 60px 60px 40px;
}

.remodal-close-btn {
  margin: 30px auto 0;
  width: 60px;
  height: 60px;
  background-color: #89a;
  border: none;
  border-radius: 50%;
  position: relative;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.remodal-close-btn::before {
  content: "";
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg);
}
.remodal-close-btn::after {
  content: "";
  top: calc(50% - 2px);
  left: calc(50% - 12px);
  width: 24px;
  height: 4px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-45deg);
}
@media screen and (max-width: 599px) {
  .remodal-close-btn {
    margin-top: 20px;
    width: 50px;
    height: 50px;
  }
  .remodal-close-btn::before {
    left: calc(50% - 10px);
    width: 20px;
  }
  .remodal-close-btn::after {
    left: calc(50% - 10px);
    width: 20px;
  }
}
.remodal-close-btn:hover {
  background-color: #000;
}

/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

.top-main {
  width: 100%;
  position: relative;
}
.top-main__bg {
  top: 0;
  width: 100%;
  height: 100vh;
  position: sticky;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
}
@media screen and (max-width: 599px) {
  .top-main__bg {
    padding: 20px;
  }
}
.top-main__bg__color {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-main__bg__color div {
  width: 100%;
  height: 100%;
  line-height: 0.1;
}
.top-main__bg__color .blue {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #2b6ecd 0, #26bbb9 35%, #0267c6 55%, #05147e 100%);
}
.top-main__bg__color .red {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #b5213a 0, #fc9797 35%, #dc2b34 55%, #9e0013 100%);
}
.top-main__bg__color .orange {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #ef6a2a 0, #ffce66 35%, #eb7b03 55%, #e14413 100%);
}
.top-main__bg__color .green {
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #42a810 0, #9dd74b 35%, #0fa580 55%, #006845 100%);
}
.top-main__bg__text {
  margin: 1% auto 0;
  width: 1440px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-main__bg__text {
    width: 100%;
    max-width: 700px;
  }
}
.top-main__copy {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}
.top-main__copy__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1520px;
  text-align: right;
  padding: 42vh 40px 0;
}
@media screen and (max-width: 1024px) {
  .top-main__copy__inner {
    padding: 0 0 0;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__inner {
    padding: 0 0 12%;
  }
}
.top-main__copy__inner__text {
  width: 757px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .top-main__copy__inner__text {
    width: 57vw;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy__inner__text {
    width: 7vw;
    max-width: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__inner__text {
    width: 10.7vw;
  }
  .top-main__copy__inner__text img {
    max-height: 50vh;
  }
}
.top-main__copy__scroll {
  margin: 0 auto;
  width: 16px;
  position: absolute;
  bottom: 5%;
  right: 13%;
}
@media screen and (max-width: 1600px) {
  .top-main__copy__scroll {
    right: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__copy__scroll {
    width: 12px;
    bottom: 2%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__copy__scroll {
    width: 12px;
    margin-right: -6px;
    bottom: 2%;
    right: 50%;
  }
}
.top-main__lead {
  padding: 150px 80px 200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-main__lead {
    padding: 150px 40px 130px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__lead {
    padding: 130px 40px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead {
    padding: 80px 20px;
  }
}
.top-main__lead__inner {
  padding-left: 48%;
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  font-size: min(2.5vw, 3.4rem);
  line-height: 3.1;
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1024px) {
  .top-main__lead__inner {
    padding-left: 0;
    text-align: center;
    font-size: min(3vw, 3rem);
  }
}
@media screen and (max-width: 599px) {
  .top-main__lead__inner {
    padding-left: 0;
    font-size: 5vw;
    line-height: 2.4;
    text-align: left;
  }
}
.top-main__reason {
  padding: 150px 80px 200px;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-main__reason {
    padding: 130px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__reason {
    padding: 0px 40px 150px;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason {
    padding: 0 20px 60px;
  }
}
.top-main__reason__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner {
    display: block;
  }
}
.top-main__reason__inner__title {
  top: 100px;
  width: 430px;
  position: sticky;
  background-color: #fff;
  border-radius: 50%;
}
.top-main__reason__inner__title::before {
  content: "";
  padding-top: 100%;
  display: block;
}
@media screen and (max-width: 1600px) {
  .top-main__reason__inner__title {
    width: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__title {
    position: relative;
    margin: 0 auto;
  }
}
.top-main__reason__inner__title span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 5rem;
  font-family: "游明朝体", "Yu Mincho", "YuMincho", serif !important;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.3;
}
@media screen and (max-width: 1400px) {
  .top-main__reason__inner__title span {
    font-size: min(3.5vw, 5rem);
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__title span {
    font-size: 2.5rem;
    font-size: min(10vw, 2.5rem);
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__title {
    margin: 0 auto;
    top: auto;
    width: 100%;
    max-width: 205px;
    position: relative;
  }
}
.top-main__reason__inner__comment {
  margin-top: 80px;
  width: calc(100% - 430px - 100px);
}
@media screen and (max-width: 1600px) {
  .top-main__reason__inner__comment {
    width: calc(70% - 50px);
  }
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment {
    width: 100%;
    max-width: 650px;
    margin: 150px auto 0;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment {
    width: 100%;
    margin: 30px auto 0;
  }
}
.top-main__reason__inner__comment__item {
  margin-top: 70px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1600px) {
  .top-main__reason__inner__comment__item {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment__item {
    margin-top: 8%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item {
    margin-top: 11%;
  }
}
.top-main__reason__inner__comment__item img {
  width: auto;
  max-width: 100%;
  display: inline-block;
}
.top-main__reason__inner__comment__item:first-child {
  margin-top: 0;
  width: 90%;
  max-width: 740px;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item:first-child {
    width: 100%;
  }
}
.top-main__reason__inner__comment__item:nth-child(2) {
  width: 90%;
  max-width: 771px;
  margin: -30px 0 0 auto;
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment__item:nth-child(2) {
    margin: -3% -15px 0 auto;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item:nth-child(2) {
    margin-top: 2%;
    margin-right: -13px;
    width: calc(100% + 13px);
  }
}
.top-main__reason__inner__comment__item:nth-child(3) {
  width: 90%;
  max-width: 790px;
  margin-top: -20px;
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment__item:nth-child(3) {
    margin-top: -2%;
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item:nth-child(3) {
    margin-top: 0;
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
.top-main__reason__inner__comment__item:nth-child(4) {
  width: 95%;
  max-width: 838px;
  margin-left: -20px;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item:nth-child(4) {
    margin-left: 0;
    margin-right: -20px;
    width: calc(100% + 20px);
  }
}
.top-main__reason__inner__comment__item:nth-child(5) {
  width: 95%;
  max-width: 832px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item:nth-child(5) {
    margin-left: -20px;
    width: calc(100% + 20px);
  }
}
.top-main__reason__inner__comment__item__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 8% 0 0 7%;
  font-size: min(1.5vw, 2.3rem);
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  text-align: left;
  line-height: 1.7;
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment__item__text {
    font-size: min(1.9vw, 2.3rem);
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text {
    font-size: min(3.1vw, 1.4rem);
  }
}
.top-main__reason__inner__comment__item__text span {
  color: #d64012;
  font-size: min(2vw, 3rem);
  line-height: 1.5;
}
@media screen and (max-width: 1024px) {
  .top-main__reason__inner__comment__item__text span {
    font-size: min(2.5vw, 2.2rem);
  }
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text span {
    font-size: min(3.8vw, 1.5rem);
  }
}
.top-main__reason__inner__comment__item__text--02 {
  padding: 6% 0 0 7%;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text--02 {
    padding: 5% 0 0 7%;
  }
}
.top-main__reason__inner__comment__item__text--03 {
  padding: 10% 0 0 13%;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text--03 {
    padding: 8% 0 0 13%;
  }
}
.top-main__reason__inner__comment__item__text--04 {
  padding: 8% 0 0 7%;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text--04 {
    padding: 7% 0 0 7%;
  }
}
.top-main__reason__inner__comment__item__text--05 {
  padding: 6% 0 0 18%;
}
@media screen and (max-width: 599px) {
  .top-main__reason__inner__comment__item__text--05 {
    padding: 4% 0 0 14%;
  }
}

.top-message {
  background-color: #fbf1e3;
  padding: 110px 80px 150px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-message {
    padding: 110px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-message {
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-message {
    padding: 50px 10px 50px;
  }
}
.top-message::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  background: rgb(239, 106, 42);
  background: linear-gradient(127deg, rgb(239, 106, 42) 6%, rgb(253, 191, 93) 26%, rgb(255, 210, 102) 32%, rgb(251, 189, 81) 40%, rgb(235, 123, 3) 56%, rgb(225, 68, 19) 100%);
  z-index: -1;
}
.top-message__inner {
  max-width: 1400px;
  padding: 0 50px 110px;
  margin: 0 auto;
  background-color: #fbf1e3;
}
@media screen and (max-width: 1400px) {
  .top-message__inner {
    padding: 0 50px 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-message__inner {
    padding: 0 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-message__inner {
    padding: 0 20px 40px;
  }
}
.top-message__inner02 {
  max-width: 1000px;
  margin: 0 auto;
}
.top-message__title {
  margin-bottom: 70px;
  text-align: center;
  background-image: url(../img/top/icon_message.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-message__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-message__title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.top-message__title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-message__title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-message__title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #fdfaf7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-message__title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-message__title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #d64012;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-message__title__en {
    margin-top: 4px;
  }
}
.top-message__copy {
  max-width: 671px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 1400px) {
  .top-message__copy {
    width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .top-message__copy {
    width: 77%;
    margin: 0 auto 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-message__copy {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top-message__text {
  margin-bottom: 35px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .top-message__text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.top-message__position {
  margin-bottom: 60px;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .top-message__position {
    margin-bottom: 40px;
  }
}
.top-message__position__text01 {
  margin-bottom: 20px;
  font-size: 1.3rem;
  line-height: 1.7;
}
.top-message__position__name img {
  max-width: 153px;
}
@media screen and (max-width: 599px) {
  .top-message__position__name img {
    max-width: 130px;
  }
}
.top-message__list {
  display: flex;
  gap: 0 35px;
}
@media screen and (max-width: 1024px) {
  .top-message__list {
    gap: 0 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-message__list {
    flex-wrap: wrap;
    gap: 10px 0;
  }
}
.top-message__list > li {
  width: calc((100% - 70px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-message__list > li {
    width: calc((100% - 20px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-message__list > li {
    width: 100%;
  }
}
.top-message__list > li > a {
  display: block;
  background-color: #fff;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 10px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 300px;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  color: #d64012;
  position: relative;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1025px) {
  .top-message__list > li > a:hover {
    opacity: 0.7;
    transform: translateY(3px);
  }
}
@media screen and (max-width: 1400px) {
  .top-message__list > li > a {
    height: 70px;
  }
}
@media screen and (max-width: 1024px) {
  .top-message__list > li > a {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-message__list > li > a {
    font-size: 1.5rem;
    height: 50px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  }
}
.top-message__list > li > a::before {
  content: "";
  position: absolute;
  right: 40px;
  width: 14px;
  height: 14px;
  border-top: 2px solid #d64012;
  border-right: 2px solid #d64012;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .top-message__list > li > a::before {
    right: 20px;
    width: 10px;
    height: 10px;
  }
}

.top-data {
  padding: 110px 80px 150px;
  background-color: #fff;
}
@media screen and (max-width: 1400px) {
  .top-data {
    padding: 110px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-data {
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-data {
    padding: 50px 20px 50px;
  }
}
.top-data__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 1560px;
}
.top-data__title {
  margin-bottom: 70px;
  text-align: center;
  background-image: url(../img/top/icon_data.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-data__title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-data__title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.top-data__title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-data__title__ja {
    font-size: min(6.5vw, 2.4rem);
    letter-spacing: 0.03em;
  }
}
.top-data__title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #e5f3f9;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-data__title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-data__title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #0262c3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-data__title__en {
    margin-top: 4px;
  }
}
.top-data__list {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}
@media screen and (max-width: 1024px) {
  .top-data__list {
    gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-data__list {
    gap: 15px 0;
  }
}
.top-data__list > li {
  width: calc((100% - 56px) / 3);
}
@media screen and (max-width: 1024px) {
  .top-data__list > li {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-data__list > li {
    width: 100%;
  }
}

.top-career {
  width: 100%;
  display: flex;
  background-color: #feefef;
}
@media screen and (max-width: 1024px) {
  .top-career {
    flex-wrap: wrap;
  }
}
.top-career__text {
  padding: 110px 80px 120px;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top-career__text {
    padding: 110px 40px 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top-career__text {
    width: 100%;
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-career__text {
    padding: 50px 20px;
    width: 100%;
    flex-wrap: wrap;
  }
}
.top-career__text__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 470px;
}
@media screen and (max-width: 1024px) {
  .top-career__text__inner {
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  .top-career__text__inner {
    max-width: 100%;
  }
}
.top-career__text__inner__title {
  margin-bottom: 50px;
  text-align: center;
  background-image: url(../img/top/icon_career.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  padding-top: 50px;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .top-career__text__inner__title {
    text-align: center;
    background-position: left 50% top 0;
  }
}
@media screen and (max-width: 599px) {
  .top-career__text__inner__title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 25px;
  }
}
.top-career__text__inner__title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-career__text__inner__title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-career__text__inner__title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #fff;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-career__text__inner__title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-career__text__inner__title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #a30214;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-career__text__inner__title__en {
    margin-top: 4px;
  }
}
.top-career__text__inner__text {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .top-career__text__inner__text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.9;
  }
}
.top-career__figure {
  padding: 80px;
  width: 50%;
  background: linear-gradient(135deg, #b5213a 0, #fc9797 35%, #dc2b34 55%, #9e0013 100%);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .top-career__figure {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-career__figure {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-career__figure {
    padding: 30px 20px 40px;
    width: 100%;
    height: auto;
  }
}
.top-career__figure__inner {
  margin: 0 auto;
  width: 100%;
  max-width: 726px;
}

/* ============================
仕事を知る
==============================*/
.top-job-wrapper {
  padding: 110px 80px 150px;
  background-color: #e9f3da;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  .top-job-wrapper {
    padding: 110px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-job-wrapper {
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-wrapper {
    padding: 50px 0 0;
  }
}
.top-job-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1010px;
  background-color: #fff;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-job-wrapper::before {
    height: 350px;
  }
}
.top-job-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 35%;
  max-height: 1344px;
  z-index: -1;
  background: linear-gradient(135deg, #42a810 0, #9dd74b 35%, #0fa580 55%, #006845 100%);
}
@media screen and (max-width: 599px) {
  .top-job-wrapper::after {
    content: none;
  }
}

.top-job-inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top-job-title,
.top-interview-title {
  margin-bottom: 50px;
  text-align: center;
  background-image: url(../img/top/icon_job.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-job-title,
  .top-interview-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-title,
  .top-interview-title {
    background-size: 23px auto;
    margin-bottom: 30px;
    padding: 35px 20px 0;
  }
}
.top-job-title__ja,
.top-interview-title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-job-title__ja,
  .top-interview-title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-job-title__ja::before,
.top-interview-title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #e9f3da;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-job-title__ja::before,
  .top-interview-title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-job-title__en,
.top-interview-title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #018659;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-job-title__en,
  .top-interview-title__en {
    margin-top: 4px;
  }
}

.top-job-tab-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-job-tab-area {
    margin: 0 20px;
  }
}

.top-job-tab {
  width: calc((100% - 10px) / 2);
  background-color: #018659;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  height: 70px;
  padding-top: 14px;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-job-tab {
    font-size: 1.8rem;
    padding-top: 18px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-tab {
    height: 50px;
    font-size: 1.6rem;
    padding-top: 12px;
  }
}
.top-job-tab::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: block;
  border-style: solid;
  border-width: 12px 12px;
  border-color: transparent;
  border-right-color: #a3d94f;
  border-bottom-color: #a3d94f;
}
@media screen and (max-width: 599px) {
  .top-job-tab::before {
    bottom: 5px;
    right: 5px;
    border-width: 6px 6px;
  }
}
.top-job-tab.show {
  background-color: #e0f0c8;
  color: #000;
  height: 80px;
}
@media screen and (max-width: 599px) {
  .top-job-tab.show {
    height: 60px;
  }
}
.top-job-tab.show::before {
  bottom: 20px;
  border-right-color: #fff;
  border-bottom-color: #fff;
}
@media screen and (max-width: 599px) {
  .top-job-tab.show::before {
    bottom: 15px;
  }
}
@media screen and (min-width: 1025px) {
  .top-job-tab:hover {
    opacity: 0.8;
  }
}

.top-job-content-area {
  margin-bottom: 100px;
}
@media screen and (max-width: 1024px) {
  .top-job-content-area {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-content-area {
    margin: 0 20px 50px;
  }
}

.top-job-content {
  display: none;
  border-top: 18px solid #e0f0c8;
  padding-top: 70px;
}
@media screen and (max-width: 1024px) {
  .top-job-content {
    padding-top: 60px;
    border-top: 10px solid #e0f0c8;
  }
}
@media screen and (max-width: 599px) {
  .top-job-content {
    padding-top: 30px;
  }
}
.top-job-content.show {
  display: block;
}

.top-job-list {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 1400px) {
  .top-job-list {
    gap: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-job-list {
    gap: 20px;
  }
}

.top-job-item {
  width: calc((100% - 60px) / 2);
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1400px) {
  .top-job-item {
    width: calc((100% - 40px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .top-job-item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 599px) {
  .top-job-item {
    width: 100%;
    box-shadow: none;
  }
}
.top-job-item__text-box {
  padding: 50px 50px 70px;
}
@media screen and (max-width: 1400px) {
  .top-job-item__text-box {
    padding: 40px 40px 60px;
  }
}
@media screen and (max-width: 1024px) {
  .top-job-item__text-box {
    padding: 30px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__text-box {
    padding: 25px 20px 30px;
  }
}
.top-job-item__position {
  margin-bottom: 30px;
  font-size: 1.8rem;
  min-width: 120px;
  background-color: #5ab870;
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  padding: 2px 20px;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-job-item__position {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-job-item__position {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__position {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
.top-job-item__copy {
  margin-bottom: 24px;
  font-size: min(2vw, 3.3rem);
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: 0;
}
@media screen and (max-width: 1024px) {
  .top-job-item__copy {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__copy {
    font-size: 1.9rem;
    line-height: 1.5;
  }
}
.top-job-item__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 45px;
}
@media screen and (max-width: 1024px) {
  .top-job-item__text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.top-job-item__text2 {
  font-size: 1.6rem;
  color: #018659;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  margin-top: -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .top-job-item__text2 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
}
.top-job-item__work {
  display: flex;
}
.top-job-item__work > dt {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: #b9e575;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .top-job-item__work > dt {
    width: 80px;
    height: 80px;
    font-size: 2rem;
  }
}
.top-job-item__work > dd {
  width: calc(100% - 120px);
  padding-left: 7%;
}
@media screen and (max-width: 1024px) {
  .top-job-item__work > dd {
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__work > dd {
    padding-left: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__work > dd > ul {
    width: 100%;
  }
}
.top-job-item__work > dd > ul > li {
  font-size: 1.8rem;
  color: #018659;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
@media screen and (max-width: 1024px) {
  .top-job-item__work > dd > ul > li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 599px) {
  .top-job-item__work > dd > ul > li {
    font-size: 1.4rem;
  }
}

/*社員インタビュー*/
.top-interview {
  background-color: #fff;
  padding: 110px 70px 100px;
}
@media screen and (max-width: 1400px) {
  .top-interview {
    padding: 110px 40px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview {
    padding: 80px 40px 60px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview {
    padding: 50px 20px 30px;
  }
}

.top-photo-slider div {
  line-height: 0.1;
}

.top-interview-tab-area {
  display: flex;
  flex-wrap: wrap;
  gap: 0 32px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1024px) {
  .top-interview-tab-area {
    gap: 15px;
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-tab-area {
    margin-bottom: 50px;
    gap: 10px;
  }
}

.top-interview-tab {
  width: calc((100% - 96px) / 4);
  text-align: center;
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  cursor: pointer;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1024px) {
  .top-interview-tab {
    width: calc((100% - 15px) / 2);
    height: 70px;
    background-color: #018659;
    box-shadow: none;
  }
  .top-interview-tab::after {
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: block;
    border-style: solid;
    border-width: 12px 12px;
    border-color: transparent;
    border-right-color: #a3d94f;
    border-bottom-color: #a3d94f;
  }
}
@media screen and (max-width: 1024px) and (max-width: 599px) {
  .top-interview-tab::after {
    bottom: 5px;
    right: 5px;
    border-width: 6px 6px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-tab {
    width: calc((100% - 10px) / 2);
    height: 50px;
  }
}
.top-interview-tab span {
  color: #fff;
  font-size: 3rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 500;
  z-index: 1;
  position: relative;
}
.top-interview-tab span::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 50px;
  height: 2px;
  margin-left: -25px;
  background-color: #018659;
}
@media screen and (max-width: 1024px) {
  .top-interview-tab span {
    font-size: 2rem;
  }
  .top-interview-tab span::before {
    content: none;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-tab span {
    font-size: 1.6rem;
  }
}
.top-interview-tab::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1024px) {
  .top-interview-tab::before {
    content: none;
  }
}
.top-interview-tab.show::before {
  content: none;
}
@media screen and (max-width: 1024px) {
  .top-interview-tab.show {
    background-color: #e0f0c8;
  }
  .top-interview-tab.show span {
    color: #000;
  }
  .top-interview-tab.show::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
  }
}
@media screen and (min-width: 1025px) {
  .top-interview-tab:hover {
    opacity: 0.7;
  }
}
.top-interview-tab.normal {
  background-image: url(../img/top/interview_tab.webp);
}
@media screen and (max-width: 1024px) {
  .top-interview-tab.normal {
    background-image: none;
  }
}
.top-interview-tab.chief {
  background-image: url(../img/top/interview_tab2.webp);
}
@media screen and (max-width: 1024px) {
  .top-interview-tab.chief {
    background-image: none;
  }
}
.top-interview-tab.manager {
  background-image: url(../img/top/interview_tab3.webp);
}
@media screen and (max-width: 1024px) {
  .top-interview-tab.manager {
    background-image: none;
  }
}
.top-interview-tab.head {
  background-image: url(../img/top/interview_tab4.webp);
}
@media screen and (max-width: 1024px) {
  .top-interview-tab.head {
    background-image: none;
  }
}

.top-interview-content {
  display: none;
}
.top-interview-content.show {
  display: block;
}

.top-interview-main {
  margin-bottom: 50px;
  background-color: #e9f3da;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 599px) {
  .top-interview-main {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.top-interview-main__text-box {
  width: 58%;
  display: flex;
  align-items: center;
  padding: 90px 75px 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-interview-main__text-box {
    padding: 85px 30px 40px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-main__text-box {
    width: 100%;
    order: 2;
    padding: 20px;
  }
}
.top-interview-main__text-box > div {
  width: 100%;
}
.top-interview-main__photo {
  width: 42%;
}
@media screen and (max-width: 599px) {
  .top-interview-main__photo {
    width: 100%;
    order: 1;
    height: 230px;
  }
}
.top-interview-main__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 599px) {
  .top-interview-main__photo img {
    object-position: 50% 10%;
  }
}
.top-interview-main__title {
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  min-width: 185px;
  min-height: 80px;
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0;
  font-size: 2.4rem;
  color: #018659;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 1024px) {
  .top-interview-main__title {
    min-width: 170px;
    font-size: 2.1rem;
    min-height: 60px;
    padding: 12px 20px 10px 0;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-main__title {
    min-height: auto;
    height: 50px;
    top: -50px;
    font-size: 1.9rem;
    padding: 10px 5px 5px 0;
  }
}
.top-interview-main__title::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
  height: 2px;
  background-color: #018659;
}
@media screen and (max-width: 599px) {
  .top-interview-main__title::before {
    width: 100%;
  }
}
.top-interview-main__copy {
  font-size: min(2.2vw, 3.5rem);
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
}
@media screen and (max-width: 599px) {
  .top-interview-main__copy {
    font-size: min(4.5vw, 1.8rem);
    margin-bottom: 10px;
  }
}
.top-interview-main__name {
  color: #018659;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .top-interview-main__name {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-main__name {
    font-size: 1.8rem;
  }
}
.top-interview-main__name span {
  margin-left: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 1024px) {
  .top-interview-main__name span {
    font-size: 1.4rem;
    margin-left: 10px;
  }
}

.top-interview-qa {
  display: flex;
  gap: 0 150px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa {
    gap: 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-qa {
    gap: 20px 0;
    margin-bottom: 50px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-qa {
    margin-bottom: 40px;
  }
}

.top-interview-qa-item {
  width: calc((100% - 150px) / 2);
  padding-left: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa-item {
    width: calc((100% - 80px) / 2);
    padding-left: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-qa-item {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-qa-item {
    padding-left: 50px;
    padding-top: 7px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-qa-item:first-of-type {
    padding-bottom: 30px;
  }
}
.top-interview-qa-item:first-of-type::before {
  content: "";
  position: absolute;
  right: -75px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #a7df50;
  display: block;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa-item:first-of-type::before {
    right: -40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-qa-item:first-of-type::before {
    bottom: 0;
    width: 100%;
    height: 1px;
    right: auto;
    top: auto;
    left: 0;
  }
}
.top-interview-qa-item::after {
  content: "Q";
  position: absolute;
  top: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: #b9e575;
  border-radius: 50%;
  font-size: 2.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: #018659;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa-item::after {
    width: 60px;
    height: 60px;
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-qa-item::after {
    width: 40px;
    height: 40px;
    font-size: 2.2rem;
  }
}
.top-interview-qa-item > dt {
  font-size: 2.4rem;
  color: #018659;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.5;
  margin-bottom: 24px;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa-item > dt {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-qa-item > dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-qa-item > dt {
    margin-bottom: 15px;
    font-size: 1.7rem;
  }
}
.top-interview-qa-item > dd {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 1400px) {
  .top-interview-qa-item > dd {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-qa-item > dd {
    font-size: 1.4rem;
  }
}

.top-interview-schedule {
  text-align: center;
}
.top-interview-schedule__title {
  margin-bottom: 50px;
  text-align: center;
  font-size: 2rem;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: bold;
  background-color: #5ab870;
  padding: 6px 30px;
  display: inline-block;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule__title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule__title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-schedule__title {
    width: 100%;
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}
.top-interview-schedule__notice {
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin: 40px 30px 0;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule__notice {
    margin: 40px 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule__notice {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-schedule__notice {
    margin: 10px 0 30px;
  }
}

.top-interview-schedule-list {
  display: flex;
  gap: 0 60px;
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-list {
    padding: 0;
    gap: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-list {
    flex-wrap: wrap;
    text-align: left;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-schedule-list {
    margin-left: 10px;
  }
}
.top-interview-schedule-list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 150px;
  background-color: #e9f3da;
  border-radius: 200px;
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-list::before {
    content: none;
  }
}
.top-interview-schedule-list::after {
  content: "";
  position: absolute;
  top: 87px;
  left: calc(30px + (100% - 240px) / 5 / 2);
  width: calc(100% - ((100% - 240px) / 5 + 60px));
  height: 2px;
  display: block;
  background-color: #15b93b;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-list::after {
    left: calc((100% - 120px) / 5 / 2);
    width: calc(100% - (100% - 120px) / 5);
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-list::after {
    content: none;
  }
}

.top-interview-schedule-item {
  width: calc((100% - 240px) / 5);
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-item {
    width: calc((100% - 120px) / 5);
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
  }
  .top-interview-schedule-item::before {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #15b93b;
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-interview-schedule-item:first-child::before {
    top: 20px;
  }
  .top-interview-schedule-item:last-child::before {
    height: 20px;
  }
}
.top-interview-schedule-item__time {
  padding-top: 25px;
  font-size: 2.3rem;
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  position: relative;
  margin-bottom: 120px;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-item__time {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item__time {
    padding: 0;
    margin: 0;
    padding-left: 20px;
  }
}
.head .top-interview-schedule-item__time {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 2rem;
  padding-bottom: 7px;
}
@media screen and (max-width: 599px) {
  .head .top-interview-schedule-item__time {
    font-size: 1.8rem;
  }
}
.top-interview-schedule-item__time::before {
  content: "";
  margin-left: -23px;
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 46px;
  height: 46px;
  background-color: #15b93b;
  border-radius: 50%;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-item__time::before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    bottom: -45px;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item__time::before {
    width: 14px;
    height: 14px;
    margin: 0;
    top: 10px;
    left: -7px;
    bottom: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item > dl {
    padding-left: 20px;
  }
}
.top-interview-schedule-item > dl > dt {
  font-size: 2rem;
  color: #018659;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  letter-spacing: 0;
  padding-bottom: 17px;
  margin-bottom: 23px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .top-interview-schedule-item > dl > dt {
    font-size: min(1.6vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item > dl > dt {
    font-size: 1.8rem;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 599px) {
  .top-interview-schedule-item > dl > dt {
    background-color: #e9f3da;
    font-size: 1.6rem;
    padding: 5px;
    text-align: center;
  }
}
.head .top-interview-schedule-item > dl > dt {
  font-size: 1.7rem;
  text-align: left;
}
@media screen and (max-width: 599px) {
  .head .top-interview-schedule-item > dl > dt {
    font-size: 1.5rem;
    text-align: center;
  }
}
.top-interview-schedule-item > dl > dt::before {
  content: "";
  margin-left: -10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 20px;
  height: 3px;
  background-color: #8bc83a;
  display: block;
}
@media screen and (max-width: 1024px) {
  .top-interview-schedule-item > dl > dt::before {
    content: none;
  }
}
.top-interview-schedule-item > dl > dd {
  text-align: justify;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.1;
}
@media screen and (max-width: 599px) {
  .top-interview-schedule-item > dl > dd {
    line-height: 1.8;
  }
}
.head .top-interview-schedule-item > dl > dd > dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.4;
}
.head .top-interview-schedule-item > dl > dd > dl > dt {
  width: 46px;
  margin-bottom: 10px;
  font-weight: bold;
}
.head .top-interview-schedule-item > dl > dd > dl > dd {
  width: calc(100% - 46px);
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 10px;
}

/* ============================
FAQ
==============================*/
.top-faq {
  margin-top: -1px;
  padding: 110px 80px 150px;
  background-color: #fbf1e3;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-faq {
    padding: 110px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-faq {
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-faq {
    padding: 50px 20px;
  }
}
.top-faq::before {
  content: "";
  width: calc((100% - 1400px) / 2 + 260px);
  height: 100%;
  background: linear-gradient(135deg, #ef6a2a 0, #ffce66 35%, #eb7b03 55%, #e14413 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .top-faq::before {
    width: 100%;
    height: 58%;
    top: auto;
    bottom: 0;
  }
}
.top-faq__inner {
  max-width: 1400px;
  margin: 0 auto;
}

.top-faq-title {
  margin-bottom: 50px;
  text-align: center;
  background-image: url(../img/top/icon_qa.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .top-faq-title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.top-faq-title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-faq-title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-faq-title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #fdfaf7;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-faq-title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-faq-title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #d64012;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-faq-title__en {
    margin-top: 4px;
  }
}

.top-faq-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 599px) {
  .top-faq-list {
    gap: 8px;
  }
}
.top-faq-list > li {
  width: calc((100% - 60px) / 4);
  position: relative;
  counter-increment: mycounter;
}
@media screen and (max-width: 1024px) {
  .top-faq-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 599px) {
  .top-faq-list > li {
    width: calc((100% - 8px) / 2);
  }
}
.top-faq-list > li > a {
  background-color: #fff;
  display: block;
  position: relative;
}
.top-faq-list > li > a::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  border-style: solid;
  border-width: 13px 13px;
  border-color: transparent;
  border-right-color: #ef872a;
  border-bottom-color: #ef872a;
}
@media screen and (max-width: 599px) {
  .top-faq-list > li > a::before {
    bottom: 5px;
    right: 5px;
    border-width: 6px 6px;
  }
}
@media screen and (min-width: 1025px) {
  .top-faq-list > li > a:hover {
    transform: translateY(-5px);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.2);
  }
}
.top-faq-list > li > a span {
  min-height: 170px;
  padding: 15px 10px 10px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 600;
  position: relative;
  z-index: 1;
  text-align: center;
}
@media screen and (max-width: 1400px) {
  .top-faq-list > li > a span {
    font-size: min(1.6vw, 2rem);
  }
}
@media screen and (max-width: 1024px) {
  .top-faq-list > li > a span {
    font-size: min(2vw, 1.8rem);
  }
}
@media screen and (max-width: 599px) {
  .top-faq-list > li > a span {
    min-height: 100px;
    font-size: min(4vw, 1.5rem);
    line-height: 1.4;
  }
}
.top-faq-list > li > a span::before {
  content: "Question";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fceae0;
  text-align: center;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-faq-list > li > a span::before {
    font-size: 1.5rem;
    top: 6px;
  }
}
.top-faq-list > li > a span::after {
  content: counter(mycounter, decimal-leading-zero);
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fceae0;
  font-family: "Oswald", sans-serif;
  font-size: 12rem;
  line-height: 1;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-faq-list > li > a span::after {
    top: 30px;
    font-size: 5rem;
  }
}

.top-faq-modal > dl > dt {
  margin-bottom: 35px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 700;
  background-color: #ef872a;
  text-align: center;
  padding: 25px 25px 22px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-faq-modal > dl > dt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 599px) {
  .top-faq-modal > dl > dt {
    font-size: 1.8rem;
    padding: 20px 15px 15px;
    margin-bottom: 20px;
  }
}
.top-faq-modal > dl > dt::before {
  content: "";
  margin-left: -8px;
  position: absolute;
  bottom: -24px;
  left: 50%;
  border-style: solid;
  border-width: 12px 8px;
  border-color: transparent;
  border-top-color: #ef872a;
}
.top-faq-modal > dl > dt span {
  font-size: 1.6rem;
  font-family: "Roboto", sans-serif;
  display: block;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 5px;
}
@media screen and (max-width: 599px) {
  .top-faq-modal > dl > dt span {
    font-size: 1.3rem;
  }
}
.top-faq-modal > dl > dd {
  padding: 0 50px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 599px) {
  .top-faq-modal > dl > dd {
    padding: 0;
    font-size: 1.5rem;
  }
}
.top-faq-modal > dl > dd span {
  margin-bottom: 4px;
  text-align: center;
  display: block;
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  color: #5ab870;
  font-weight: 600;
  letter-spacing: 0;
}

/*福利厚生*/
.top-welfare {
  background-color: #e5f3f9;
  display: flex;
  flex-wrap: wrap;
}
.top-welfare__contents {
  width: 50%;
  padding: 110px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .top-welfare__contents {
    width: 100%;
    padding: 90px 0 0;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare__contents {
    padding: 50px 0 0;
  }
}
.top-welfare__image {
  width: 50%;
  padding: 110px 50px 150px;
  text-align: center;
  background: linear-gradient(135deg, #2b6ecd 0, #26bbb9 35%, #0267c6 55%, #05147e 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .top-welfare__image {
    padding: 70px 50px 100px;
  }
}
@media screen and (max-width: 1024px) {
  .top-welfare__image {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare__image {
    padding: 40px 20px 50px;
  }
}

.top-welfare-title {
  margin-bottom: 80px;
  background-image: url(../img/top/icon_welfare.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 0 top 0;
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  .top-welfare-title {
    margin-bottom: 50px;
    text-align: center;
    background-position: left 50% top 0;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare-title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.top-welfare-title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-welfare-title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-welfare-title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: rgba(255, 255, 255, 0.75);
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-welfare-title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-welfare-title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #0261c3;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-welfare-title__en {
    margin-top: 4px;
  }
}

.top-welfare-box {
  width: 100%;
  margin-right: 14%;
  background-color: #fff;
  padding: 130px 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1400px) {
  .top-welfare-box {
    padding: 70px 50px 50px;
  }
}
@media screen and (max-width: 1024px) {
  .top-welfare-box {
    margin-right: 0;
    padding: 70px 40px 70px;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare-box {
    padding: 0 20px 40px;
    background-color: transparent;
  }
}
.top-welfare-box__inner {
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  .top-welfare-box__inner {
    max-width: 600px;
  }
}
.top-welfare-box__title-box {
  margin-bottom: 45px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-welfare-box__title-box {
    padding-left: 140px;
    padding-top: 7px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare-box__title-box {
    padding-left: 90px;
    padding-top: 0;
    margin-bottom: 25px;
  }
}
.top-welfare-box__title-box::before {
  content: "";
  width: 150px;
  height: 150px;
  position: absolute;
  top: -35px;
  right: -65px;
  background-image: url(../img/top/welfare_maru.png);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .top-welfare-box__title-box::before {
    width: 120px;
    top: -90px;
    right: -30px;
  }
}
@media screen and (max-width: 1024px) {
  .top-welfare-box__title-box::before {
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-welfare-box__title-box::before {
    width: 80px;
    height: 80px;
  }
}
.top-welfare-box__text01 {
  margin-bottom: 5px;
  color: #0a2f8f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 599px) {
  .top-welfare-box__text01 {
    font-size: min(3.9vw, 1.5rem);
    margin-bottom: 0;
  }
}
.top-welfare-box__text02 {
  font-size: 3.5rem;
  color: #0a2f8f;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 599px) {
  .top-welfare-box__text02 {
    font-size: min(6.7vw, 2.7rem);
    letter-spacing: 0;
    font-weight: 800;
  }
}
.top-welfare-box__text02 span {
  margin-top: 8px;
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-welfare-box__text02 span {
    margin-top: 4px;
    font-weight: 600;
    font-size: min(3.5vw, 1.2rem);
  }
}
.top-welfare-box__text {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 599px) {
  .top-welfare-box__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
}

/*募集要項・選考フロー*/
.top-app {
  padding: 110px 80px 150px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-app {
    padding: 110px 40px 150px;
  }
}
@media screen and (max-width: 1024px) {
  .top-app {
    padding: 90px 40px 100px;
  }
}
@media screen and (max-width: 599px) {
  .top-app {
    padding: 50px 20px 30px;
  }
}
.top-app::before {
  content: "";
  width: 100%;
  height: calc(100% - 650px);
  background: linear-gradient(135deg, #b5213a 0, #fc9797 35%, #dc2b34 55%, #9e0013 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-app::before {
    display: none;
  }
}
.top-app__inner {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 70px 45px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .top-app__inner {
    padding: 0 40px 45px;
  }
}
@media screen and (max-width: 599px) {
  .top-app__inner {
    padding: 0;
  }
}

.top-app-title {
  margin-bottom: 60px;
  background-image: url(../img/top/icon_app.jpg);
  background-size: 30px auto;
  background-repeat: no-repeat;
  background-position: left 50% top 0;
  padding-top: 50px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .top-app-title {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 599px) {
  .top-app-title {
    background-size: 23px auto;
    padding-top: 35px;
    margin-bottom: 30px;
  }
}
.top-app-title__ja {
  font-size: 3rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  letter-spacing: -0.03em;
  position: relative;
  display: inline-block;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-app-title__ja {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
.top-app-title__ja::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 25px;
  display: block;
  background-color: #fef0f0;
  opacity: 0.7;
  z-index: -1;
}
@media screen and (max-width: 599px) {
  .top-app-title__ja::before {
    height: 14px;
    bottom: 0;
  }
}
.top-app-title__en {
  margin-top: 10px;
  display: block;
  font-size: 1.4rem;
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
  color: #b5203a;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 599px) {
  .top-app-title__en {
    margin-top: 4px;
  }
}

.top-app-sectitle {
  background-color: #b9041b;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  line-height: 1.4;
  padding: 16px 36px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-app-sectitle {
    font-size: 1.5rem;
    padding: 10px 15px 10px 20px;
  }
}
.top-app-sectitle::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
@media screen and (max-width: 599px) {
  .top-app-sectitle::before {
    top: 17px;
    width: 8px;
    height: 8px;
  }
}

.top-app-list > li {
  padding: 40px 0;
  border-bottom: 1px solid #cccccc;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-app-list > li {
    padding: 20px 0;
  }
}
.top-app-list > li::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 260px;
  height: 1px;
  background-color: #b9041b;
}
@media screen and (max-width: 599px) {
  .top-app-list > li::before {
    content: none;
  }
}
.top-app-list > li:last-child {
  border-bottom: none;
}
.top-app-list > li:last-child::before {
  content: none;
}
.top-app-list > li > dl {
  display: flex;
  flex-wrap: wrap;
}
.top-app-list > li > dl > dt {
  width: 260px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-size: 1.8rem;
  font-weight: 400;
  padding-left: 40px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .top-app-list > li > dl > dt {
    width: 180px;
    font-size: 1.7rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 599px) {
  .top-app-list > li > dl > dt {
    width: 100%;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
.top-app-list > li > dl > dt::before {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 12px;
  height: 3px;
  background-color: #b9041b;
}
.top-app-list > li > dl > dd {
  width: calc(100% - 260px);
  padding-left: 10px;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #444444;
}
@media screen and (max-width: 1024px) {
  .top-app-list > li > dl > dd {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 599px) {
  .top-app-list > li > dl > dd {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.top-app-list__title {
  color: #000;
  margin-bottom: 12px;
}
@media screen and (max-width: 599px) {
  .top-app-list__title {
    font-weight: 600;
    margin-bottom: 5px;
  }
}
.top-app-list__list > li {
  padding-left: 23px;
  position: relative;
  line-height: 1.4;
  margin-bottom: 6px;
}
@media screen and (max-width: 599px) {
  .top-app-list__list > li {
    padding-left: 13px;
  }
}
.top-app-list__list > li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #b9041b;
  display: block;
}
@media screen and (max-width: 599px) {
  .top-app-list__list > li::before {
    top: 7px;
  }
}
.top-app-list__list--column3 {
  max-width: 580px;
  display: flex;
  flex-wrap: wrap;
}
.top-app-list__list--column3 > li {
  width: 33.3333333333%;
}
.top-app-list__list--column3 > li:last-child {
  width: 100%;
}
@media screen and (max-width: 599px) {
  .top-app-list__list--column3 > li {
    width: 50%;
  }
}
.top-app-list__flow {
  max-width: 700px;
}
.top-app-list__flow > li {
  background-color: #fee6e6;
  margin-bottom: 45px;
  text-align: center;
  border-radius: 200px;
  color: #8a0314;
  line-height: 1.4;
  padding: 10px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-app-list__flow > li {
    border-radius: 3px;
    font-weight: 500;
    padding: 14px 10px;
    margin-bottom: 20px;
  }
}
.top-app-list__flow > li::before {
  content: "";
  position: absolute;
  margin-left: -20px;
  bottom: -54px;
  left: 50%;
  border-style: solid;
  border-width: 20px 17px;
  border-color: transparent;
  border-top-color: #fd818f;
}
@media screen and (max-width: 599px) {
  .top-app-list__flow > li::before {
    border-width: 10px 8px;
    margin-left: -10px;
    bottom: -26px;
  }
}
.top-app-list__flow > li:last-child {
  margin-bottom: 15px;
}
.top-app-list__flow > li:last-child::before {
  content: none;
}/*# sourceMappingURL=style.css.map */