@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
* 3. Remove gray overlay on links for iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
* Prevent vertical alignment issues.
*/
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
* Reset form fields to make them styleable
*/
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
* Reset radio and checkbox appearance to preserve their look in iOS.
*/
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

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

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Remove arrow in IE10 & IE11
*/
select::-ms-expand {
  display: none;
}

/**
* Remove padding
*/
option {
  padding: 0;
}

/**
* Reset to invisible
*/
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

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

/**
* 1. Correct the outline style in Safari.
*/
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

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

/**
* Clickable labels
*/
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

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

/*
* Remove outline for editable content.
*/
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

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

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

colors setting

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

colors setting の変数ではなく
下記の左側の変数をcssで指定する

×：$black
◯：$dark-text

------------------------------------ */
/*  text-color
*----------------------------------- */
/*  background-color
*----------------------------------- */
/*  border-color
*----------------------------------- */
/*  system-color
*----------------------------------- */
/*  cv
*----------------------------------- */
/*  footer
*----------------------------------- */
/*  menu
*----------------------------------- */
/*  new icon
*----------------------------------- */
/*  horizontal
*----------------------------------- */
/*  slick-color
*----------------------------------- */
.en {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
}

.en02 {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.yakuhan {
  font-family: "YakuHanJP", "ryo-gothic-plusn", sans-serif;
}

body {
  overflow-x: hidden;
  font-family: "ryo-gothic-plusn", sans-serif;
  text-align: justify;
  line-height: 1.6;
  color: #070B23;
  font-weight: 500;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  background: #fff;
}
body.fixed {
  overflow: hidden;
}

html {
  visibility: hidden;
  font-size: 62.5%;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

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

a:hover,
a:active,
a:hover img {
  opacity: 0.8;
}

table,
ul ul,
ol ol {
  font-size: 100%;
}

td ul,
td p,
td dt,
td dd {
  font-size: 100%;
}

select,
input,
textarea,
button {
  font-size: 99%;
}

strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

::selection,
::-moz-selection {
  background: #BEEEFF;
}

*:focus {
  outline: none;
}

#topcontrol {
  z-index: 1000;
}

#MenuNavi {
  display: none;
}

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

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  padding: 0.4em;
  border: 1px solid #ccc;
  border-radius: 4px;
}

select {
  -webkit-appearance: auto;
  appearance: auto;
}

.vertical_writing {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/*  tetliタグ
---------------------------------------------------------- */
[id^=ttr] [data-ttr~=container] {
  z-index: 1000000 !important;
}

/* mobile */
/* ------------------------------------

header

------------------------------------ */
.l-header {
  width: 100%;
  position: fixed;
  z-index: 10000;
  font-size: 15px;
  font-weight: 600;
  top: 0;
}
@media (min-width: 761px) {
  .l-header {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-header {
    width: 100%;
    padding: 2.5vw 0;
  }
}
.l-header.bgcolor-black {
  background: rgba(7, 11, 34, 0.9019607843);
}
.l-header__container {
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 46px);
    padding-right: 218px;
  }
}
@media (max-width: 760px) {
  .l-header__container {
    padding-left: 3.3333333333dvw;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media print, screen and (min-width: 761px) {
  .l-header .p-item {
    width: auto;
  }
}
.l-header .p-item span {
  padding-left: 2px;
  font-size: 17px;
  padding-top: 12px;
  display: block;
}
.l-header .p-item__inner a {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media (min-width: 761px) {
  .l-header .p-item__logo {
    width: 135px;
  }
}
@media (max-width: 760px) {
  .l-header .p-item__logo {
    width: 32.0512820513dvw;
    margin-right: 0.7692307692dvw;
  }
}
.l-header .p-item__title {
  font-weight: 500;
  line-height: 1.5;
}
@media (min-width: 761px) {
  .l-header .p-item__title {
    font-size: 1.1rem;
    padding-top: 4px;
  }
}
@media (max-width: 760px) {
  .l-header .p-item__title {
    font-size: 2.8205128205dvw;
    line-height: 1.4545454545;
  }
}

/*  .l-header__sns
*----------------------------------- */
.l-header .l-header__link {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
@media (max-width: 760px) {
  .l-header .l-header__link {
    display: none;
  }
}
.l-header .l-header__link li a {
  display: block;
  line-height: 1;
}
.l-header .l-header__link li img {
  line-height: 1;
  display: block;
}
.l-header .l-header__link li:first-child {
  margin-right: 14px;
}
.l-header .l-header__link li:first-child img {
  display: block;
  width: 23px;
  height: auto;
}
.l-header .l-header__link li.p-recuit {
  margin-right: 18px;
  margin-bottom: 2px;
}
.l-header .l-header__link li.p-recuit img {
  width: 72px;
}
.l-header .l-header__link li.p-job {
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-right: 0;
}
@media (min-width: 761px) {
  .l-header .l-header__link li.p-job {
    font-size: 1.3rem;
  }
}
/*  .l-cv_button
*----------------------------------- */
.l-cv_button {
  position: fixed;
  z-index: 1000;
  top: 19px;
  right: 98px;
  text-align: center;
  z-index: 10000;
}
.l-cv_button a {
  font-size: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #FFF;
  font-weight: 700;
  letter-spacing: -0.1em;
}
@media (min-width: 761px) {
  .l-cv_button a {
    width: 116px;
    font-size: 1.3rem;
    padding-top: 1px;
    height: 27px;
  }
}
.l-cv_button a:hover {
  background: #BEEEFF;
  color: #fff;
}
.bgcolor-black + .l-cv_button a {
  background: #00A1E9;
}
.bgcolor-white + .l-cv_button a {
  background: #06D7A0;
}

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

footer

------------------------------------ */
/*  l-footer-link
*----------------------------------- */
.l-footer-link {
  padding: 56px 0 58px;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link {
    padding: 16vw 0;
  }
}
.l-footer-link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: #06D7A0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.l-footer-link__container {
  width: 1062px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link__container {
    width: 86%;
    display: block;
  }
}

.l-footer-link .p-item {
  width: 342px;
  height: 85px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item {
    width: 100%;
    height: 21vw;
    margin-bottom: 5vw;
  }
}
.l-footer-link .p-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
}
.l-footer-link .p-item a::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 1000;
  width: 0;
  height: 0;
  border-width: 5px 0 5px 8px;
  border-style: solid;
  content: "";
}
.l-footer-link .p-item.mynavi a::after {
  border-color: transparent transparent transparent #BEEEFF;
}
.l-footer-link .p-item.mynavi .p-item__inner {
  width: 170px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item.mynavi .p-item__inner {
    width: 50%;
  }
}
.l-footer-link .p-item.rikunavi a::after {
  border-color: transparent transparent transparent #0BAAE1;
}
.l-footer-link .p-item.rikunavi .p-item__inner {
  width: 170px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item.rikunavi .p-item__inner {
    width: 50%;
  }
}
.l-footer-link .p-item.job {
  font-size: 22px;
  font-weight: 700;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item.job {
    font-size: 5.8vw;
    margin-bottom: 0;
  }
}
.l-footer-link .p-item.job a::after {
  border-color: transparent transparent transparent #070B23;
}
.l-footer-link .p-item.job .p-item__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item.job .p-item__inner {
    padding-right: 3vw;
  }
}
.l-footer-link .p-item.job .p-item__icon {
  font-size: 15px;
  background: #e5e5e5;
  padding: 0 5px 1px;
  margin-top: 3px;
  margin-right: 8px;
}
@media print, screen and (max-width: 760px) {
  .l-footer-link .p-item.job .p-item__icon {
    font-size: 4.4vw;
  }
}
.l-footer-link .p-item.job .p-item__icon .light-blue {
  color: #BEEEFF;
}
.l-footer-link .p-item.job .p-item__icon .blue {
  color: #0BAAE1;
}

.l-footer-cmn {
  background: #FFF;
  position: relative;
  z-index: 1;
}

/*  l-footer-message
*----------------------------------- */
.l-footer-message {
  text-align: center;
  position: relative;
  background: #FFF;
}
@media (min-width: 761px) {
  .l-footer-message {
    max-width: 1100px;
    padding: 0 10px;
    margin: 0 auto;
  }
}
.l-footer-message:before, .l-footer-message:after {
  content: "";
  display: block;
  position: absolute;
}
.l-footer-message:before {
  background: url(../images/cmn/footer_bg01.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-footer-message:before {
    width: 142px;
    height: 91px;
    bottom: 138px;
    left: 10px;
  }
}
@media (max-width: 760px) {
  .l-footer-message:before {
    display: none;
  }
}
.l-footer-message:after {
  background: url(../images/cmn/footer_bg02.svg) no-repeat center/contain;
}
@media (min-width: 761px) {
  .l-footer-message:after {
    width: 52px;
    height: 75px;
    bottom: 109px;
    right: 9.25%;
  }
}
@media (max-width: 760px) {
  .l-footer-message:after {
    width: 10.2564102564dvw;
    height: 14.8717948718dvw;
    bottom: 4.6153846154dvw;
    right: 4.6153846154dvw;
  }
}
@media (min-width: 761px) {
  .l-footer-message__container {
    padding: 94px 20px 53px;
  }
}
@media (max-width: 760px) {
  .l-footer-message__container {
    padding: 81px 0px 47px;
  }
}
.l-footer-message picture img {
  display: block;
  margin: 0 auto;
}
.l-footer-message__title {
  text-align: center;
  color: #0BAAE1;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-footer-message__title {
    font-size: 3.2rem;
    line-height: 1.46875;
    margin-top: -14px;
  }
}
@media (max-width: 760px) {
  .l-footer-message__title {
    font-size: 6.6666666667dvw;
    line-height: 1.4615384615;
    margin-top: 59px;
  }
}
.l-footer-message__text {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-footer-message__text {
    font-size: 1.8rem;
    line-height: 2;
    margin-top: 14px;
  }
}
@media (max-width: 760px) {
  .l-footer-message__text {
    font-size: 4.1025641026dvw;
    line-height: 2.25;
    margin-top: 19px;
  }
}

.l-footer-entry {
  background: #0BAAE1;
  color: #FFF;
  text-align: center;
}
.l-footer-entry a {
  display: block;
}
@media (min-width: 761px) {
  .l-footer-entry a {
    padding: 32px 20px 35px;
  }
}
@media (max-width: 760px) {
  .l-footer-entry a {
    padding: 22px 5.1282051282dvw 32px;
  }
}
.l-footer-entry span {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.l-footer-entry .en {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-footer-entry .en {
    font-size: 6.8rem;
    margin-bottom: 16px;
  }
}
@media (max-width: 760px) {
  .l-footer-entry .en {
    font-size: 17.4358974359dvw;
  }
}
.l-footer-entry .arrow {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4444444444;
  position: relative;
}
@media (min-width: 761px) {
  .l-footer-entry .arrow {
    font-size: 1.8rem;
    padding-right: 32px;
  }
}
@media (max-width: 760px) {
  .l-footer-entry .arrow {
    font-size: 4.6153846154dvw;
    padding-right: 8.2051282051dvw;
  }
}
.l-footer-entry .arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background: #FFFFFF url("../images/cmn/icon_arrow_gray.svg") no-repeat center;
}
@media (min-width: 761px) {
  .l-footer-entry .arrow:after {
    width: 26px;
    height: 26px;
    background-size: 10px auto;
  }
}
@media (max-width: 760px) {
  .l-footer-entry .arrow:after {
    width: 6.6666666667dvw;
    height: 6.6666666667dvw;
    background-size: 2.5641025641dvw auto;
  }
}

/*  l-footer
*----------------------------------- */
.l-footer {
  background: #fff;
}
@media (min-width: 761px) {
  .l-footer {
    padding: 64px 15px 0;
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
  }
}
@media (max-width: 760px) {
  .l-footer {
    padding: 34px 5.1282051282dvw 40px;
  }
}
.l-footer__company {
  text-align: left;
}
@media (min-width: 761px) {
  .l-footer__company {
    width: 46%;
  }
}
@media (max-width: 760px) {
  .l-footer__company {
    margin-bottom: 15%;
  }
}
@media (min-width: 761px) {
  .l-footer__company .p-item-logo__logo {
    width: 284px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-logo__logo {
    width: 67vw;
    margin: 0 auto;
  }
}
.l-footer__company .p-item-info {
  border-top: 1px solid #717171;
  border-bottom: 1px solid #717171;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info {
    margin-top: 17px;
    margin-bottom: 26px;
    padding-top: 24px;
    padding-bottom: 36px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info {
    margin: 7vw auto 0;
    padding: 6vw 0 7vw;
  }
}
.l-footer__company .p-item-info__title {
  font-weight: 500;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__title {
    font-size: 1.6rem;
    margin-bottom: 17px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__title {
    font-size: 4.1025641026dvw;
    margin-bottom: 18px;
  }
}
.l-footer__company .p-item-info__address {
  display: inline-block;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__address {
    font-size: 1.4rem;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__address {
    font-size: 3.5897435897dvw;
    display: inline;
  }
}
.l-footer__company .p-item-info__access {
  display: inline-block;
}
.l-footer__company .p-item-info__access a {
  display: inline-block;
  color: #0BAAE1;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__access a {
    font-size: 1.4rem;
    padding-left: 10px;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__access a {
    font-size: 3.5897435897dvw;
  }
}
.l-footer__company .p-item-info__access a::before {
  content: ">";
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__access a::before {
    margin-right: 3px;
  }
}
.l-footer__company .p-item-info__tel {
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-footer__company .p-item-info__tel {
    margin-top: 16px;
    font-size: 1.4rem;
  }
}
@media (max-width: 760px) {
  .l-footer__company .p-item-info__tel {
    font-size: 3.5897435897dvw;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 761px) {
  .l-footer__company .p-item-info__tel a {
    pointer-events: none;
  }
}
.l-footer .p-item-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 761px) {
  .l-footer .p-item-link {
    gap: 21px;
  }
}
@media (max-width: 760px) {
  .l-footer .p-item-link {
    margin-top: 11px;
    gap: 5.3846153846dvw;
  }
}
.l-footer .p-item-link img {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 761px) {
  .l-footer .p-item-link__line {
    width: 30px;
  }
}
@media (max-width: 760px) {
  .l-footer .p-item-link__line {
    width: 7.6923076923dvw;
  }
}
@media (min-width: 761px) {
  .l-footer .p-item-link__mynavi {
    width: 72px;
  }
}
@media (max-width: 760px) {
  .l-footer .p-item-link__mynavi {
    width: 18.4615384615dvw;
  }
}
.l-footer__sitemap {
  margin: 76px 0 0 auto;
  text-align: left;
}
.l-footer__sitemap .p-item {
  display: inline-block;
  padding-left: 20px;
  vertical-align: top;
}
.l-footer__sitemap .p-item li {
  text-align: left;
  color: #101010;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-footer__sitemap .p-item li {
    margin-bottom: 16px;
    font-size: 1.7rem;
  }
}
.l-footer__sitemap .p-item li a {
  text-align: left;
}
.l-footer__sitemap .p-item li a::before {
  content: "-";
}
.l-footer__sitemap .p-item li.p-item__sub {
  font-size: 10px;
  margin-bottom: 9px;
  color: #101010;
}
@media (min-width: 761px) {
  .l-footer__sitemap .p-item li.p-item__sub {
    font-size: 1.5rem;
    padding: 0 0 0 8px;
  }
}
.l-footer__sitemap .p-item li.p-item__sub a:before {
  margin-right: 3px;
}
.l-footer__copy {
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.014em;
}
@media (min-width: 761px) {
  .l-footer__copy {
    font-size: 1.4rem;
    padding-top: 77px;
    padding-bottom: 90px;
  }
}
@media (max-width: 760px) {
  .l-footer__copy {
    font-size: 3.0769230769dvw;
    padding-top: 77px;
    text-align: center;
  }
}

.l-footer.form {
  padding-top: 15px;
}
@media print, screen and (max-width: 760px) {
  .l-footer.form {
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.page-form-index .l-footer {
  background: none;
  text-align: center;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .page-form-index .l-footer {
    padding-bottom: 4%;
  }
}
.page-form-index .fix_cv_btn {
  display: none;
}
.page-form-index .l-toggle {
  display: none;
}
.page-form-index header .cv.c-button {
  display: none;
}

/*  l-control : footer menu (SP)
*----------------------------------- */
.fixed-btn {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fixed-btn ul {
  height: 13.3333333333dvw;
  display: flex;
  background: #0BAAE1;
  width: 100%;
}
.fixed-btn li {
  box-sizing: border-box;
  color: #FFF;
  line-height: 13vw;
  font-size: 6vw;
  font-weight: 700;
}
.fixed-btn li:nth-of-type(1) {
  width: 15.641025641dvw;
  border-right: 1px solid #FFF;
}
.fixed-btn li:nth-of-type(1) img {
  width: 6.1538461538dvw;
  margin: auto;
}
.fixed-btn li:nth-of-type(2) {
  width: 26.1538461538dvw;
  border-right: 1px solid #FFF;
}
.fixed-btn li:nth-of-type(2) img {
  width: 18.4615384615dvw;
  margin: auto;
}
.fixed-btn li:nth-of-type(3) {
  width: 22.0512820513dvw;
  border-right: 1px solid #FFF;
  font-size: 3.3333333333dvw;
  letter-spacing: 0.03em;
}
.fixed-btn li:nth-of-type(4) {
  flex: 1;
  background: #06D7A0;
  font-size: 5.1282051282dvw;
  letter-spacing: 0;
}
.fixed-btn a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*  .topcontrol
*----------------------------------- */
.topcontrol {
  display: block;
  width: 45px;
  height: 45px;
  background: #0BAAE1;
  opacity: 1;
  position: relative;
}
@media print, screen and (max-width: 760px) {
  .topcontrol {
    display: none;
  }
}

.topcontrol::after {
  position: absolute;
  z-index: 10000;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: -6px;
  display: block;
  width: 12px;
  height: 12px;
  content: " ";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
}

/*  side-fixed-btn
*----------------------------------- */
.side-fixed-btn {
  position: fixed;
  width: fit-content;
  bottom: 50px;
  z-index: 1001;
}
@media (min-width: 761px) {
  .side-fixed-btn {
    right: 31px;
  }
}
@media (max-width: 760px) {
  .side-fixed-btn {
    display: none;
  }
}
.side-fixed-btn ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.side-fixed-btn a {
  position: relative;
  display: block;
  border-radius: 50%;
  width: 95px;
  height: 95px;
  z-index: 1;
}
@media print, screen and (max-width: 760px) {
  .side-fixed-btn a {
    width: 23vw;
    height: 23vw;
  }
}
.side-fixed-btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: block;
  margin: auto;
  content: "";
  transition: 0.5s;
  opacity: 0;
}
.side-fixed-btn a:hover {
  opacity: 1;
}
.side-fixed-btn a:hover::before {
  opacity: 0.3;
}

.side-fixed-btn__txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95px;
  height: 95px;
}
@media print, screen and (max-width: 760px) {
  .side-fixed-btn__txt {
    width: 23vw;
    height: 23vw;
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.side-fixed-btn__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.side-fixed-btn__img img {
  display: block;
}

.modaal-inner-wrapper {
  height: 70% !important;
}

.modaal-wrapper .modaal-close {
  z-index: 999999999;
}

/*  .l-footer-cookie
*----------------------------------- */
.l-footer-cookie.l-footer-cookie--close {
  display: none;
}
.l-footer-cookie__in {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10000000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0s 0.5s ease;
}
.l-footer-cookie__in.js-load--on {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s 1s ease, visibility 0s 1s ease;
}
.l-footer-cookie__container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  color: #fff;
  padding: 20px 0;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__container {
    width: 100%;
    padding: 5.33333vw;
    display: block;
  }
}
.l-footer-cookie__text {
  width: 850px;
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie__text {
    width: 100%;
    font-size: 2.93333vw;
    line-height: 1.5;
  }
}
.l-footer-cookie__text a {
  text-decoration: underline;
}
.l-footer-cookie__text a:hover {
  text-decoration: none;
}
.l-footer-cookie .l-footer-cookie__btn {
  width: 100px;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn {
    width: 53.33333vw;
    margin: 2.66667vw auto 0;
  }
}
.l-footer-cookie .l-footer-cookie__btn.btn-03 {
  display: inline-block;
  padding: 15px 20px;
  font-size: 12px;
  line-height: 1.6;
  font-weight: bold;
  background: #f8f8f8;
  position: relative;
  text-align: center;
  color: #000;
  z-index: 1;
  transition: border-radius 0.3s ease;
  cursor: pointer;
}
@media print, screen and (max-width: 760px) {
  .l-footer-cookie .l-footer-cookie__btn.btn-03 {
    display: block;
    padding: 1.6vw 6.66667vw;
    font-size: 3.2vw;
  }
}

/*!
 * jquery-drawer - A small CSS3 and jQuery plugin for app style drawer menu.
 * @version v2.4.0
 * @link    http://git.blivesta.com/drawer
 * @author  blivesta
 * @license MIT
 */
body.drawer-navbar.drawer-fixed {
  padding-top: 0;
}

.drawer-main {
  position: fixed;
  z-index: 999999;
  bottom: 0;
  overflow: hidden;
  height: 100%;
}

.drawer-left .drawer-main {
  left: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(-280px, 0px, 0px);
  transform: translate3d(-280px, 0px, 0px);
}

.drawer-left.drawer-open .drawer-main {
  left: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.drawer-right .drawer-main {
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(280px, 0px, 0px);
  transform: translate3d(280px, 0px, 0px);
}

.drawer-right.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* .drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
} */
/* .drawer-top.drawer-open .drawer-main {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
} */
.drawer-top .drawer-main {
  width: 100%;
  height: auto;
  max-height: 100%;
  right: -280px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: -o-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, -100%, 0px);
  transform: translate3d(0, -100%, 0px);
}

.drawer-top.drawer-open .drawer-main {
  right: 0;
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
}

.drawer-overlay {
  position: relative;
}

.drawer-left .drawer-hamburger {
  left: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-left.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(280px) translateY(0px);
  -ms-transform: translateX(280px) translateY(0px);
  -o-transform: translateX(280px) translateY(0px);
  transform: translateX(280px) translateY(0px);
}

.drawer-right .drawer-hamburger {
  right: 0;
  -webkit-transform: translateX(0px) translateY(0px);
  -ms-transform: translateX(0px) translateY(0px);
  -o-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
}

.drawer-right.drawer-open .drawer-hamburger {
  -webkit-transform: translateX(-280px) translateY(0px);
  -ms-transform: translateX(-280px) translateY(0px);
  -o-transform: translateX(-280px) translateY(0px);
  transform: translateX(-280px) translateY(0px);
}

.drawer-top .drawer-hamburger {
  right: 0;
}

.drawer-top.drawer-open .drawer-hamburger {
  z-index: 99999999;
  right: 0;
}

.drawer-overlay-upper {
  position: fixed;
  z-index: 5200;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: none;
  background-color: rgb(255, 255, 255);
}

.drawer-open .drawer-overlay-upper {
  display: block !important;
}

.drawer-hamburger {
  border: 0;
  position: fixed;
  display: block;
  bottom: 0;
  padding: 10px 16px;
  width: 50px;
  height: 49px;
  background: #fff;
  border: none;
  /* border-radius:50%; */
  z-index: 99999999;
  outline: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.drawer-open .drawer-hamburger {
  background: #fff;
}

.drawer-hamburger.on, .naka .drawer-hamburger {
  bottom: 0;
  z-index: 999999;
}

.drawer-header .txt {
  color: #fff;
  font-size: 0.8rem;
}

.drawer-open .drawer-header .txt {
  display: none;
}

.drawer-hamburger:hover {
  cursor: pointer;
}

.drawer-hamburger .txt {
  color: #fff;
  font-size: 0.7em;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  text-align: center;
}

.drawer-hamburger-icon {
  position: relative;
  display: block;
  margin-top: 2px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  height: 2px;
  width: 100%;
  background-color: #FFF;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.drawer-open .drawer-hamburger-icon,
.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
}

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  position: absolute;
  content: " ";
  top: -10px;
  left: 0;
}

.drawer-hamburger-icon:after {
  top: -5px;
}

.drawer-open .drawer-hamburger-icon {
  background-color: transparent;
}

.drawer-open .drawer-hamburger-icon:before,
.drawer-open .drawer-hamburger-icon:after {
  top: -2px;
}

.drawer-open .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.drawer-default {
  -webkit-box-shadow: inset 0 0px 0px #303030;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #303030;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-default li,
.drawer-default a,
.drawer-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-open .drawer-default li {
  width: 90%;
  margin: 0 auto;
  border-top: 1px solid #e2e2e2;
  opacity: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX();
  -webkit-animation: menu_anime 0.5s ease 0.25s 1 forwards;
  animation: menu_anime 0.5s ease 0.25s 1 forwards;
}

.drawer-open .drawer-default li.logo {
  width: 46%;
  margin: 10% auto;
  border-top: none;
}

.drawer-open .drawer-default li.last {
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 10%;
}

.drawer-open .drawer-default li.other_link {
  width: 42%;
  display: inline-block;
  border-top: none;
}

.drawer-open .drawer-default li.other_link a {
  text-align: center;
  font-size: 11px;
  font-weight: 300;
}

.drawer-open .drawer-default li.other_link a.blank p {
  padding-right: 16px;
  background: url(../img/cmn/icon_blank.png) right 2px no-repeat;
  background-size: 10px auto;
  display: inline;
}

.drawer-open .drawer-default li .sub_list {
  height: auto;
}

.drawer-open .drawer-default li .sub_list li {
  width: 100%;
}

.drawer-open .drawer-default li .sub_list li a::before {
  content: "- ";
}

.drawer-open .drawer-default li .sub_list li a p {
  display: inline;
}

.drawer-open .drawer-default li.btn_cv,
.drawer-open .drawer-default li.btn_tel {
  border: none;
  margin-bottom: 5%;
}

.drawer-open .drawer-default li.btn_cv a {
  background: #0BAAE1;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  padding: 8% 0;
}

.drawer-open .drawer-default li.btn_tel a {
  background: #f5e3e0;
  color: #393939;
  text-align: center;
  line-height: 1;
  padding: 7% 0;
}

.drawer-open .drawer-default li.btn_tel a span {
  font-size: 20px;
  margin-bottom: 5px;
}

@-webkit-keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes menu_anime {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.drawer-default a {
  text-decoration: none;
  color: #171717;
  font-size: 13px;
  text-align: center;
  padding: 5% 5%;
  font-weight: 600;
  line-height: 1;
}

.drawer-default .logo {
  width: 100%;
  margin-bottom: 5%;
  background: #FFF;
}

.drawer-default .logo a img {
  width: 100%;
}

.drawer-default a .inner {
  margin: 0 auto;
  position: relative;
}

.drawer-default a span {
  display: inline-block;
}

@media print, screen and (max-width: 760px) {
  .drawer-default ul {
    height: 800px;
    text-align: center;
  }
}
.drawer-default a:hover, .drawer-default a:focus {
  background: rgba(218, 164, 163, 0.3);
}

.drawer-default .drawer-brand a {
  padding: 20px 15px;
  color: #FFF;
  font-size: 22px;
}

.drawer-default .drawer-brand a:hover {
  opacity: 1;
}

.drawer-default .drawer-brand > img {
  display: block;
}

.drawer-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-default .drawer-footer span:before,
.drawer-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-default > ul {
  width: 100%;
  height: 1000px;
  margin: 0 auto 54px;
  padding: 0;
  list-style: none;
}

.drawer-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-default .drawer-menu-item.disabled a:hover,
.drawer-default .drawer-menu-item.disabled a:focus {
  cursor: not-allowed;
  color: #333;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a {
  /* color: #888; */
  color: #111;
}

.drawer-default .drawer-menu-item a:hover,
.drawer-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-default .drawer-submenu-item {
  padding: 0;
}

.drawer-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-default .drawer-submenu-item a:hover,
.drawer-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-default .dropdown.open > .dropdown-menu {
  position: static;
  display: block;
  float: none;
  width: auto;
}

@media (max-width: 767px) {
  .drawer-default a:hover, .drawer-default a:focus {
    color: #888 !important;
    text-decoration: none;
  }
}
.drawer-navbar-default {
  background-color: #222;
  -webkit-box-shadow: inset 0 0px 0px #000000;
  -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 0px 0px #000000;
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.5);
}

.drawer-navbar-default + .drawer-overlay {
  background-color: #fff;
}

.drawer-navbar-default li,
.drawer-navbar-default a,
.drawer-navbar-default .drawer-brand {
  position: relative;
  display: block;
}

.drawer-navbar-default a {
  text-decoration: none;
  outline: 0;
}

.drawer-navbar-default a:hover,
.drawer-navbar-default a:focus {
  text-decoration: none;
}

.drawer-navbar-default .drawer-brand a {
  padding: 20px 15px;
  color: #fff;
  font-size: 22px;
}

.drawer-navbar-default .drawer-brand a:hover,
.drawer-navbar-default .drawer-brand a:focus {
  color: #555;
}

.drawer-navbar-default .drawer-brand > img {
  display: block;
}

.drawer-navbar-default .drawer-footer {
  position: relative;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  background-color: transparent;
}

.drawer-navbar-default .drawer-footer span:before,
.drawer-navbar-default .drawer-footer span:after {
  content: " ";
  display: block;
}

.drawer-navbar-default ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.drawer-navbar-default .drawer-menu.drawer-navbar-right {
  float: none;
}

.drawer-navbar-default .drawer-menu-item {
  padding: 15px 15px 0;
  font-size: 18px;
  color: #555;
}

.drawer-navbar-default .drawer-menu-item.disabled a {
  color: #333;
}

.drawer-navbar-default .drawer-menu-item.disabled a:hover,
.drawer-navbar-default .drawer-menu-item.disabled a:focus {
  color: #333;
  background-color: transparent;
  cursor: not-allowed;
}

.drawer-navbar-default .drawer-menu-item a {
  color: #888;
}

.drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
  color: #fff;
  background-color: transparent;
}

.drawer-navbar-default .drawer-menu-item a img {
  max-width: none;
}

.drawer-navbar-default .drawer-submenu {
  margin-bottom: 20px;
}

.drawer-navbar-default .drawer-submenu:last-child {
  margin-bottom: 0;
}

.drawer-navbar-default .drawer-submenu-item {
  padding: 0;
}

.drawer-navbar-default .drawer-submenu-item a {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
}

.drawer-navbar-default .drawer-submenu-item a:hover,
.drawer-navbar-default .drawer-submenu-item a:focus {
  color: #fff;
}

.drawer-navbar-default .dropdown-menu {
  position: absolute;
  display: none;
  z-index: 5000;
  top: 100%;
  left: 0;
  background-color: #222;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.drawer-navbar-default .dropdown-menu > li > a {
  padding: 0 !important;
}

.drawer-navbar-default .dropdown.open > .dropdown-menu {
  display: block;
}

@media (max-width: 767px) {
  .drawer-navbar-default .container {
    padding-left: 0;
    padding-right: 0;
  }

  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    text-decoration: none;
  }

  .drawer-navbar-default .drawer-submenu {
    margin-bottom: 20px;
  }

  .drawer-navbar-default .drawer-submenu:last-child {
    margin-bottom: 0;
  }

  .drawer-navbar-default .drawer-submenu-item a:hover,
.drawer-navbar-default .drawer-submenu-item a:focus {
    color: #ddd;
  }

  .drawer-navbar-default .dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    width: auto;
  }
}
.drawer-dropdown .caret, .drawer-dropdown-hover .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease;
  -o-transition: -o-transform 0.2s ease, opacity 0.2s ease;
  transition: transform 0.2s ease, opacity 0.2s ease;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.drawer-dropdown.open .caret, .drawer-dropdown-hover.open .caret {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

@media (min-width: 767px) {
  .drawer-responsive.drawer-left .drawer-toggle,
.drawer-responsive.drawer-right .drawer-toggle,
.drawer-navbar.drawer-left .drawer-toggle,
.drawer-navbar.drawer-right .drawer-toggle,
.drawer-navbar.drawer-top .drawer-toggle {
    display: none;
    visibility: hidden;
  }

  .drawer-responsive.drawer-left .drawer-main {
    left: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-responsive.drawer-right .drawer-main {
    right: 0;
    display: block;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@media (min-width: 768px) {
  body.drawer-navbar.drawer-fixed {
    padding-top: 50px;
  }

  .drawer-responsive {
    background-color: #222;
  }

  .drawer-responsive .drawer-overlay {
    background-color: #fff;
  }

  .drawer-responsive .container {
    max-width: 618px;
  }

  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    position: absolute;
    width: 150px !important;
    height: auto !important;
    overflow: visible !important;
  }

  .drawer-responsive.drawer-left .drawer-main {
    float: left;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 150px;
  }

  .drawer-responsive.drawer-right .drawer-main {
    float: right;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 150px;
  }

  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    position: relative;
  }

  .drawer-navbar.drawer-static.drawer-left .drawer-main,
.drawer-navbar.drawer-static.drawer-right .drawer-main,
.drawer-navbar.drawer-static.drawer-top .drawer-main {
    z-index: 5000;
  }

  .drawer-navbar.drawer-fixed.drawer-left .drawer-main,
.drawer-navbar.drawer-fixed.drawer-right .drawer-main,
.drawer-navbar.drawer-fixed.drawer-top .drawer-main {
    position: fixed;
    z-index: 9999999999;
  }

  .drawer-navbar.drawer-left .drawer-main,
.drawer-navbar.drawer-right .drawer-main,
.drawer-navbar.drawer-top .drawer-main {
    display: block;
    top: 0;
    left: 0;
    width: 100% !important;
    height: auto !important;
    overflow: visible !important;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }

  .drawer-navbar-default {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
  }

  .drawer-navbar-default li,
.drawer-navbar-default a,
.drawer-navbar-default .drawer-brand {
    float: left;
  }

  .drawer-navbar-default a {
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-brand a {
    padding: 0 15px;
    color: #555;
    font-size: 90%;
  }

  .drawer-navbar-default .drawer-brand a:hover,
.drawer-navbar-default .drawer-brand a:focus {
    color: #333;
    background-color: #eee;
  }

  .drawer-navbar-default .drawer-footer {
    display: none;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right {
    float: right;
  }

  .drawer-navbar-default .drawer-menu.drawer-navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }

  .drawer-navbar-default .drawer-menu-item {
    padding: 0;
    font-size: 14px;
  }

  .drawer-navbar-default .drawer-menu-item a:hover,
.drawer-navbar-default .drawer-menu-item a:focus {
    color: #888;
    background-color: #eee;
  }

  .drawer-navbar-default .dropdown-menu {
    -webkit-box-shadow: 0 6px 12px #000000;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px #000000;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  }

  .drawer-navbar-default .dropdown-menu > li {
    float: none;
    /* for IE7+ */
  }

  .drawer-navbar-default .dropdown-menu > li > a {
    width: 160px;
    padding: 0 15px !important;
    /* conflict by cooker */
    color: #fff;
    background-color: #444;
    border-bottom: 1px solid #555;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }

  .drawer-navbar-default .dropdown-menu > li > a:hover,
.drawer-navbar-default .dropdown-menu > li > a:focus {
    color: #999;
    background-color: #333;
  }
}
@media (min-width: 1200px) {
  .drawer-responsive .container {
    max-width: 768px;
  }

  .drawer-responsive.drawer-left .drawer-main,
.drawer-responsive.drawer-right .drawer-main {
    width: 280px !important;
  }

  .drawer-responsive.drawer-left .drawer-overlay {
    margin-left: 280px;
  }

  .drawer-responsive.drawer-right .drawer-overlay {
    margin-right: 280px;
  }
}
@media print, screen and (max-width: 760px) {
  .drawer-open .drawer-default li.logo {
    width: 35%;
    margin: 0 auto;
    border-top: none;
  }
}
/* ------------------------------------

menu

------------------------------------ */
/*  l-toggle
*----------------------------------- */
.l-toggle {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 999999;
}
@media (min-width: 761px) {
  .l-toggle {
    top: 3px;
    right: 33px;
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 760px) {
  .l-toggle {
    top: 5.3846153846dvw;
    right: 5.1282051282dvw;
    width: 7.6923076923dvw;
    height: 1.7948717949dvw;
  }
}
.l-toggle:hover {
  cursor: pointer;
}
.l-toggle div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 8vw;
  height: 4vw;
  margin: 0;
}
@media (min-width: 761px) {
  .l-toggle div {
    width: 30px;
    height: 6px;
  }
}
.l-toggle span {
  width: 100%;
  height: 1px;
  background: #070B23;
  transition: 0.3s;
}
@media (min-width: 761px) {
  .l-toggle span {
    height: 1px;
  }
}
.page-top .l-toggle span, .bgcolor-black .l-toggle span {
  background: #FFF;
}
.l-toggle p {
  display: none;
}
.l-toggle.active div {
  justify-content: center;
}
.l-toggle.active span {
  background: #070B23;
}
.l-toggle.active span:nth-child(1) {
  transform: translateY(0) rotate(-45deg);
}
.l-toggle.active span:nth-child(2) {
  transform: translateY(0) rotate(45deg);
}

/*  l-navigation
*----------------------------------- */
.l-navigation {
  position: fixed;
  z-index: 11000;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #070B23;
  background: #fff;
  overflow: scroll;
  transition: 0.3s;
  opacity: 0;
  box-sizing: border-box;
  visibility: hidden;
  display: flex;
}
@media (min-width: 761px) {
  .l-navigation {
    align-items: center;
    justify-content: center;
    padding: 66px 90px 27px;
    min-height: 800px;
  }
}
@media (min-width: 761px) and (max-width: 1200px) {
  .l-navigation {
    padding-right: 30px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .l-navigation {
    padding: 30px 20px 30px 50px;
  }
}
@media (max-width: 760px) {
  .l-navigation {
    flex-wrap: wrap;
    padding: 20dvw 5.1282051282dvw 112px;
  }
}
@media (max-width: 760px) {
  .l-navigation .c-button.cv {
    margin: 0 auto 5vw;
    width: 100%;
    height: 90px;
    line-height: 90px;
  }
}
@media (max-width: 760px) {
  .l-navigation .c-button.cv span.en {
    font-size: 9vw;
    padding-left: 3%;
    padding-right: 7%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 5px;
  }
}

.l-navigation.active {
  opacity: 1;
  visibility: visible;
}

.l-navigation-info {
  max-width: 685px;
}
@media (min-width: 761px) {
  .l-navigation-info {
    width: 50%;
    padding-right: 41px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .l-navigation-info {
    padding-right: 0;
    width: 40%;
  }
}
@media (max-width: 760px) {
  .l-navigation-info {
    width: 100%;
    order: 3;
  }
}

@media (min-width: 761px) {
  .l-navigation-mv {
    margin-right: -41px;
  }
}
@media (min-width: 761px) and (max-width: 1200px) {
  .l-navigation-mv {
    margin: 0 -30px 0;
  }
}

.l-navigation-entry {
  background: #FFD241;
  margin: 0 auto;
  text-align: center;
  font-family: "optima-lt-pro", sans-serif;
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 761px) {
  .l-navigation-entry {
    font-size: min(5rem, 5vw);
    max-width: 472px;
    width: 100%;
    margin-top: 65px;
    padding: 13px 30px 15px;
    line-height: 1;
  }
}
@media (max-width: 760px) {
  .l-navigation-entry {
    width: 100%;
    font-size: 12.8205128205dvw;
    padding: 0 9.7435897436dvw 0 2.5641025641dvw;
  }
}

.l-navigation-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 761px) {
  .l-navigation-link {
    margin-top: 26px;
    gap: 22px;
  }
}
@media (max-width: 760px) {
  .l-navigation-link {
    margin-top: 31px;
    gap: 6.6666666667dvw;
  }
}
@media (min-width: 761px) {
  .l-navigation-link li {
    width: 27px;
  }
}
@media (max-width: 760px) {
  .l-navigation-link li {
    width: 8.2051282051dvw;
  }
}
@media (min-width: 761px) {
  .l-navigation-link li:nth-child(2) {
    width: 32px;
  }
}
@media (max-width: 760px) {
  .l-navigation-link li:nth-child(2) {
    width: 9.2307692308dvw;
  }
}
.l-navigation-link li a {
  display: block;
  line-height: 1;
}
.l-navigation-link li img {
  width: 100%;
}
.l-navigation-link li.p-recuit {
  width: 30px;
}

@media (min-width: 761px) {
  .l-navigation-menu {
    display: flex;
    padding-left: 88px;
    padding-bottom: 31px;
    gap: 67px;
  }
}
@media (min-width: 761px) and (max-width: 1200px) {
  .l-navigation-menu {
    padding-left: 50px;
  }
}
@media (min-width: 761px) and (max-width: 1080px) {
  .l-navigation-menu {
    gap: 6%;
    padding-left: 8%;
    width: 60%;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 3px;
  }
}
.l-navigation-menu .p-item__menu.color {
  color: #0BAAE1;
}
.l-navigation-menu .p-item__menu .title {
  border-bottom: 1px solid #0BAAE1;
  display: block;
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-navigation-menu .p-item__menu .title {
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu .p-item__menu .title {
    font-size: 5.641025641dvw;
    padding-bottom: 6px;
  }
}
@media (min-width: 761px) {
  .l-navigation-menu .sub-menu {
    padding-right: 14px;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu .sub-menu {
    padding: 22px 0;
    columns: 2;
    column-gap: 3.8461538462dvw;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu .p-item__sub {
    padding: 0;
    margin-bottom: 17px;
  }
}
@media print, screen and (min-width: 761px) {
  .l-navigation-menu .p-item__sub.index {
    margin-top: 20px;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu .p-item__sub.index {
    padding: 0;
    margin-top: 4vw;
  }
}
.l-navigation-menu .p-item__sub.index a::before {
  display: none;
}
.l-navigation-menu ul li {
  margin: 0 0 28px;
}
@media (max-width: 760px) {
  .l-navigation-menu ul li {
    padding: 0 4.358974359dvw;
    margin-bottom: 18px;
  }
}
.l-navigation-menu ul li.p-item__sub a {
  position: relative;
  display: block;
  font-weight: 400;
  text-align: left;
}
@media (min-width: 761px) {
  .l-navigation-menu ul li.p-item__sub a {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu ul li.p-item__sub a {
    font-size: 4.1vw;
    padding-left: 0.25em;
    text-indent: -0.25em;
    text-align: left;
  }
}
.l-navigation-menu ul li.p-item__sub a:before {
  content: "-";
}
@media (max-width: 760px) {
  .l-navigation-menu ul li ul {
    border-top: none;
  }
}
.l-navigation-menu ul li ul li {
  margin-bottom: 18px;
}
@media (max-width: 760px) {
  .l-navigation-menu ul li ul li {
    padding-left: 5vw;
  }
}
@media (min-width: 761px) {
  .l-navigation-menu ul li.index {
    margin-bottom: 22px;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu ul li.index {
    margin-bottom: 0;
  }
}
@media (min-width: 761px) {
  .l-navigation-menu ul li:last-child {
    margin: 0;
  }
}
@media (max-width: 760px) {
  .l-navigation-menu ul li:last-child {
    border-bottom: none;
  }
}

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

common（TOP含む全ページ）

------------------------------------ */
img {
  max-width: 100%;
}

iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 760px) {
  iframe {
    width: 100%;
  }
}

/*  l-wrapper
*----------------------------------- */
.l-wrapper {
  position: relative;
}

/*  l-main
*----------------------------------- */
.l-main {
  padding-bottom: 90px;
}
@media print, screen and (max-width: 760px) {
  .l-main {
    padding-bottom: 16%;
  }
}

/*  背景星空
*----------------------------------- */
.page-top .l-header, .bgcolor-black .l-header {
  color: #FFF;
}
.page-top .l-main, .bgcolor-black .l-main {
  background: #11152C;
  color: #FFF;
  padding-bottom: 0;
  z-index: 1;
  position: relative;
}
.page-top .l-main:before, .bgcolor-black .l-main:before {
  content: "";
  z-index: -1;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
}
@media (min-width: 761px) {
  .page-top .l-main:before, .bgcolor-black .l-main:before {
    background: url(../images/cmn/bg.png) no-repeat center top/cover;
  }
}
@media (max-width: 760px) {
  .page-top .l-main:before, .bgcolor-black .l-main:before {
    background: url(../images/cmn/sp/bg.png) no-repeat center top/cover;
  }
}

.shooting-stars {
  position: fixed;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.shooting-stars span {
  position: absolute;
  width: 60px;
  height: 1px;
  border-radius: 999px;
  background: linear-gradient(to right, #fff, transparent);
  opacity: 0;
  animation: shooting-star 4s linear infinite;
}
.shooting-stars span:nth-child(1) {
  top: 15%;
  left: 85%;
  animation-delay: 0s;
}
.shooting-stars span:nth-child(2) {
  top: 35%;
  left: 75%;
  animation-delay: 1.2s;
  animation-duration: 5s;
}
.shooting-stars span:nth-child(3) {
  top: 55%;
  left: 20%;
  animation-delay: 2.4s;
  animation-duration: 3.5s;
}
.shooting-stars span:nth-child(4) {
  top: 70%;
  left: 10%;
  animation-delay: 3.2s;
  animation-duration: 4.5s;
}

@keyframes shooting-star {
  0% {
    transform: translate(0, 0) rotate(-35deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    transform: translate(-900px, 500px) rotate(-35deg);
    opacity: 0;
  }
}
/*  fadeInAnim
*----------------------------------- */
.fadeInAnim {
  opacity: 0;
}

@media screen and (min-width: 761px) {
  .fadeInAnim.visible {
    animation: fadeInUp 0.8s ease-out forwards;
  }
}
@media screen and (max-width: 760px) {
  .fadeInAnim.visible {
    animation: fadeInUp_sp 0.8s ease-out forwards;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp_sp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
/*  tel
*----------------------------------- */
@media print, screen and (min-width: 761px) {
  .p-tel a {
    pointer-events: none;
  }
}

/*  bg_movie
*----------------------------------- */
.bg_movie {
  position: fixed;
  z-index: -2;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.bg_movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 760px) and (orientation: portrait) {
  .modaal-inner-wrapper {
    width: 92vw;
  }
}
/*  slick-dots
*----------------------------------- */
.slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #bababa;
}
.slick-dots li.slick-active {
  background: #BEEEFF;
}

/*  horizontal
*----------------------------------- */
.horizontal {
  margin-bottom: 50px;
  opacity: 1;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
  justify-content: center;
}
@media print, screen and (max-width: 760px) {
  .horizontal {
    margin-bottom: 10vw;
    gap: 1px;
  }
}
.horizontal li {
  display: inline-block;
  opacity: 1;
  background: #0BAAE1;
}
@media print, screen and (max-width: 760px) {
  .horizontal li {
    display: block;
    float: left;
    width: calc(50% - 1px);
    margin: 0 7px;
    opacity: 1;
    margin: 0;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 12px;
  }
}
.horizontal li a {
  color: #fff;
  display: block;
  padding: 7px 15px;
  text-align: center;
  word-break: break-all;
}
@media print, screen and (max-width: 760px) {
  .horizontal li a {
    padding: 10px 5px;
    font-size: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    line-height: 1.4;
  }
}
.horizontal li.active {
  background: #0BAAE1;
}
.horizontal li.active a {
  color: #fff;
}
@media print, screen and (max-width: 760px) {
  .horizontal li:nth-child(2n) {
    border-right: none;
  }
}
.horizontal input {
  display: none;
  height: 100%;
}
.horizontal label {
  display: block;
  height: 100%;
  padding: 7px 10px;
  text-align: center;
}
.horizontal label:hover {
  background: #0BAAE1;
  border-radius: 4px;
  color: #fff;
}
.horizontal input[type=radio]:checked + label {
  background: #0BAAE1;
  border-radius: 4px;
  color: #fff;
}

.horizontal.border {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  padding: 10px 0 3px;
}

/*  l-table
*----------------------------------- */
.l-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #FFF;
  color: #1E1E1E;
  max-width: 952px;
  margin: 0 auto;
}
.l-table dt, .l-table dd {
  line-height: 1.6666666667;
  border-bottom: 1px solid #BEBEBE;
  text-align: left;
}
@media (min-width: 761px) {
  .l-table dt, .l-table dd {
    padding: 21px 0 23px;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .l-table dt, .l-table dd {
    padding: 21px 0 22px;
    font-size: 3.8461538462dvw;
  }
}
.l-table dt:last-of-type, .l-table dd:last-of-type {
  border-bottom: none;
}
.l-table dt {
  font-weight: 700;
}
@media (min-width: 761px) {
  .l-table dt {
    width: 142px;
  }
}
@media (max-width: 760px) {
  .l-table dt {
    width: 20.5128205128dvw;
  }
}
.l-table dd {
  font-weight: 400;
}
@media (min-width: 761px) {
  .l-table dd {
    width: calc(100% - 142px);
  }
}
@media (max-width: 760px) {
  .l-table dd {
    width: calc(100% - 20.5128205128dvw);
  }
}
.l-table dd a {
  display: inline-block;
  background: #EAF1FC;
  color: #1C65DE;
  border-radius: 3px;
  font-weight: 500;
  line-height: 1;
}
@media (min-width: 761px) {
  .l-table dd a {
    font-size: 1.2rem;
    margin-left: 18px;
    padding: 4px 12px 4px 7px;
  }
}
@media (max-width: 760px) {
  .l-table dd a {
    font-size: 3.0769230769dvw;
    padding: 4px 2.5641025641dvw 5px;
  }
}

/*  l-cmn_interview
*----------------------------------- */
.page-top .l-cmn_interview,
.page-cmn .l-cmn_interview {
  text-align: center;
  background: url(../images/top/topsec_bg.svg) center top no-repeat;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview,
.page-cmn .l-cmn_interview {
    background-size: 35px auto;
    padding: 75px 20px 199px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview,
.page-cmn .l-cmn_interview {
    background-size: 8.9743589744dvw auto;
    padding: 93px 0 0;
    margin-bottom: 147px;
  }
}
.page-top .l-cmn_interview__container,
.page-cmn .l-cmn_interview__container {
  margin: 0 auto;
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview__container,
.page-cmn .l-cmn_interview__container {
    max-width: 100%;
  }
}
.page-top .l-cmn_interview__list,
.page-cmn .l-cmn_interview__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-top .l-cmn_interview__list.slick-initialized,
.page-cmn .l-cmn_interview__list.slick-initialized {
  display: block;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview__list,
.page-cmn .l-cmn_interview__list {
    padding: 0 75px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview__list,
.page-cmn .l-cmn_interview__list {
    padding: 0 0 58px;
    margin-bottom: 30px;
  }
}
.page-top .l-cmn_interview__list .slick-prev,
.page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-prev,
.page-cmn .l-cmn_interview__list .slick-next {
  background: #FFFFFF url(../interview/images/icon_arrow.svg) no-repeat center;
  border-radius: 50%;
  margin-top: 0;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview__list .slick-prev,
.page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-prev,
.page-cmn .l-cmn_interview__list .slick-next {
    width: 47px;
    height: 47px;
    top: 159px;
    background-size: 17px auto;
  }
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview__list .slick-prev,
.page-cmn .l-cmn_interview__list .slick-prev {
    left: -2px;
  }
}
.page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-next {
  transform: translate(0, -50%) scale(-1);
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview__list .slick-next,
.page-cmn .l-cmn_interview__list .slick-next {
    right: 1px;
  }
}
.page-top .l-cmn_interview .p-header,
.page-cmn .l-cmn_interview .p-header {
  text-align: center;
  margin: 0 auto 65px;
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-header,
.page-cmn .l-cmn_interview .p-header {
    margin-bottom: 50px;
  }
}
.page-top .l-cmn_interview .p-header.p-header-page-description,
.page-cmn .l-cmn_interview .p-header.p-header-page-description {
  display: none;
}
.page-top .l-cmn_interview .p-header__title,
.page-cmn .l-cmn_interview .p-header__title {
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-header__title,
.page-cmn .l-cmn_interview .p-header__title {
    font-size: 8.2rem;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__title,
.page-cmn .l-cmn_interview .p-header__title {
    font-size: 15.3846153846dvw;
  }
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-header__subtitle,
.page-cmn .l-cmn_interview .p-header__subtitle {
    font-size: 1.5rem;
    margin-top: 4px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__subtitle,
.page-cmn .l-cmn_interview .p-header__subtitle {
    font-size: 3.8461538462dvw;
  }
}
.page-top .l-cmn_interview .p-header__text,
.page-cmn .l-cmn_interview .p-header__text {
  line-height: 1.619047619;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-header__text,
.page-cmn .l-cmn_interview .p-header__text {
    font-size: 2.1rem;
    margin-top: 14px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-header__text,
.page-cmn .l-cmn_interview .p-header__text {
    font-size: 4.358974359dvw;
    margin-top: 7px;
  }
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-item,
.page-cmn .l-cmn_interview .p-item {
    margin: 0 17.5px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item,
.page-cmn .l-cmn_interview .p-item {
    margin: 0 9.7435897436dvw;
  }
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-item__photo,
.page-cmn .l-cmn_interview .p-item__photo {
    margin-bottom: 43px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__photo,
.page-cmn .l-cmn_interview .p-item__photo {
    margin-bottom: 43px;
  }
}
.page-top .l-cmn_interview .p-item__photo img,
.page-cmn .l-cmn_interview .p-item__photo img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  border-radius: 50%;
}
.page-top .l-cmn_interview .p-item__title,
.page-cmn .l-cmn_interview .p-item__title {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4583333333;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-item__title,
.page-cmn .l-cmn_interview .p-item__title {
    font-size: 2.4rem;
    margin-bottom: 9px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__title,
.page-cmn .l-cmn_interview .p-item__title {
    font-size: 6.1538461538dvw;
    margin-bottom: 9px;
  }
}
.page-top .l-cmn_interview .p-item__text,
.page-cmn .l-cmn_interview .p-item__text {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-item__text,
.page-cmn .l-cmn_interview .p-item__text {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__text,
.page-cmn .l-cmn_interview .p-item__text {
    font-size: 4.1025641026dvw;
  }
}
.page-top .l-cmn_interview .p-item__info,
.page-cmn .l-cmn_interview .p-item__info {
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.75;
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .p-item__info,
.page-cmn .l-cmn_interview .p-item__info {
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item__info,
.page-cmn .l-cmn_interview .p-item__info {
    font-size: 4.1025641026dvw;
  }
}
.page-top .l-cmn_interview .p-item.item01 .p-item__text, .page-top .l-cmn_interview .p-item.item01 .p-item__info,
.page-cmn .l-cmn_interview .p-item.item01 .p-item__text,
.page-cmn .l-cmn_interview .p-item.item01 .p-item__info {
  color: #0BAAE1 !important;
}
.page-top .l-cmn_interview .p-item.item01 .p-item__text li, .page-top .l-cmn_interview .p-item.item01 .p-item__info li,
.page-cmn .l-cmn_interview .p-item.item01 .p-item__text li,
.page-cmn .l-cmn_interview .p-item.item01 .p-item__info li {
  color: #0BAAE1 !important;
}
.page-top .l-cmn_interview .p-item.item02 .p-item__text, .page-top .l-cmn_interview .p-item.item02 .p-item__info,
.page-cmn .l-cmn_interview .p-item.item02 .p-item__text,
.page-cmn .l-cmn_interview .p-item.item02 .p-item__info {
  color: #06D7A0 !important;
}
.page-top .l-cmn_interview .p-item.item02 .p-item__text li, .page-top .l-cmn_interview .p-item.item02 .p-item__info li,
.page-cmn .l-cmn_interview .p-item.item02 .p-item__text li,
.page-cmn .l-cmn_interview .p-item.item02 .p-item__info li {
  color: #06D7A0 !important;
}
.page-top .l-cmn_interview .p-item.item03 .p-item__text, .page-top .l-cmn_interview .p-item.item03 .p-item__info,
.page-cmn .l-cmn_interview .p-item.item03 .p-item__text,
.page-cmn .l-cmn_interview .p-item.item03 .p-item__info {
  color: #CA236B !important;
}
.page-top .l-cmn_interview .p-item.item03 .p-item__text li, .page-top .l-cmn_interview .p-item.item03 .p-item__info li,
.page-cmn .l-cmn_interview .p-item.item03 .p-item__text li,
.page-cmn .l-cmn_interview .p-item.item03 .p-item__info li {
  color: #CA236B !important;
}
.page-top .l-cmn_interview .p-item.item04 .p-item__text, .page-top .l-cmn_interview .p-item.item04 .p-item__info,
.page-cmn .l-cmn_interview .p-item.item04 .p-item__text,
.page-cmn .l-cmn_interview .p-item.item04 .p-item__info {
  color: #F3E939 !important;
}
.page-top .l-cmn_interview .p-item.item04 .p-item__text li, .page-top .l-cmn_interview .p-item.item04 .p-item__info li,
.page-cmn .l-cmn_interview .p-item.item04 .p-item__text li,
.page-cmn .l-cmn_interview .p-item.item04 .p-item__info li {
  color: #F3E939 !important;
}
.page-top .l-cmn_interview .p-item li,
.page-cmn .l-cmn_interview .p-item li {
  background: none !important;
  padding: 0 !important;
  font-size: 16px !important;
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .p-item li,
.page-cmn .l-cmn_interview .p-item li {
    font-size: 4.1 !important;
  }
}
@media (min-width: 761px) {
  .page-top .l-cmn_interview .c-button,
.page-cmn .l-cmn_interview .c-button {
    margin-top: 67px;
  }
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .c-button,
.page-cmn .l-cmn_interview .c-button {
    margin-top: 6.9230769231dvw;
  }
}
.page-top .l-cmn_interview .slick-dots,
.page-cmn .l-cmn_interview .slick-dots {
  left: 0;
  right: 0;
}
@media (max-width: 760px) {
  .page-top .l-cmn_interview .slick-dots li,
.page-cmn .l-cmn_interview .slick-dots li {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #242631;
  }
}
.page-top .l-cmn_interview .slick-dots li.slick-active,
.page-cmn .l-cmn_interview .slick-dots li.slick-active {
  background: #0BAAE1;
}

.page-top .p-header.interview {
  display: none;
}

.page-interview-detail .p-header.top,
.page-people-detail .p-header.top {
  display: none;
}

/*  l-other-contents
*----------------------------------- */
.l-other-contents {
  border-top: 1px solid #B4B4B4;
  border-bottom: 1px solid #B4B4B4;
  background: #FFF;
  position: relative;
  z-index: 1;
  margin: 0;
}
@media (min-width: 761px) {
  .l-other-contents {
    padding: 75px 20px 50px;
  }
}
@media (max-width: 760px) {
  .l-other-contents {
    padding: 63px 5.1282051282dvw 73px;
  }
}
.l-other-contents__container {
  max-width: 1200px;
  margin: 0 auto;
}
.l-other-contents .p-cmn-header {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 26px;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header {
    margin-bottom: 29px;
  }
}
.l-other-contents .p-cmn-header__title {
  color: #0BAAE1;
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__title {
    font-size: 4.9rem !important;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header__title {
    letter-spacing: 0.05em;
    font-size: 11.7948717949dvw !important;
    line-height: 1.1086956522;
  }
}
.l-other-contents .p-cmn-header__subtitle {
  letter-spacing: 0;
}
@media (min-width: 761px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 1.5rem !important;
    margin-top: 9px;
  }
}
@media (max-width: 760px) {
  .l-other-contents .p-cmn-header__subtitle {
    font-size: 3.8461538462dvw !important;
    margin-top: 16px;
  }
}
.l-other-contents ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 761px) {
  .l-other-contents ul {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  .l-other-contents ul {
    gap: 11px;
  }
}
.l-other-contents li {
  max-width: 387px;
}
@media (min-width: 761px) {
  .l-other-contents li {
    flex: 1;
  }
}
@media (max-width: 760px) {
  .l-other-contents li {
    width: 100%;
  }
}
.l-other-contents li a {
  display: block;
  font-weight: 500;
  text-align: center;
  background: #fff;
  border: 1px solid #707070;
  color: #000000;
  letter-spacing: 0.05em;
  transition: ease 0.3s;
  position: relative;
}
@media (min-width: 761px) {
  .l-other-contents li a {
    padding: 26px 38px 23px 40px;
    font-size: 1.6rem;
  }
}
@media (max-width: 760px) {
  .l-other-contents li a {
    width: 100%;
    font-size: 4.358974359dvw !important;
    padding: 17px 0 19px;
  }
}
.l-other-contents li a:hover {
  background: #BEEEFF;
  border-color: #BEEEFF;
  opacity: 1;
}
.l-other-contents li a:after {
  content: "";
  display: block;
  position: absolute;
  background: url("../images/cmn/icon_arrow_gray.svg") no-repeat center/contain;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: ease 0.3s;
}
@media (min-width: 761px) {
  .l-other-contents li a:after {
    width: 10px;
    height: 10px;
    right: 23px;
  }
}
@media (max-width: 760px) {
  .l-other-contents li a:after {
    width: 10px;
    height: 10px;
    right: 6.1538461538dvw;
  }
}

.page-cmn .l-other-contents .p-item {
  display: block;
}
.page-cmn .l-other-contents .p-item.crosstalk, .page-cmn .l-other-contents .p-item.about, .page-cmn .l-other-contents .p-item.recruit {
  display: none;
}

.page-profile .l-other-contents .p-item {
  display: none;
}
.page-profile .l-other-contents .p-item.crosstalk, .page-profile .l-other-contents .p-item.about, .page-profile .l-other-contents .p-item.recruit {
  display: block;
}

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

c-button

------------------------------------ */
/*  c-button(基本)  */
.c-button {
  width: fit-content;
  height: 49px;
  line-height: 49px;
  position: relative;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  background: #0BAAE1;
  color: #070B23;
  font-weight: 500;
}
@media (min-width: 761px) {
  .c-button {
    min-width: 241px;
    font-size: 1.5rem;
  }
}
@media (max-width: 760px) {
  .c-button {
    font-size: 3.8461538462dvw;
    min-width: 61.7948717949dvw !important;
  }
}
.c-button a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
@media (min-width: 761px) {
  .c-button a {
    padding-left: 17px;
  }
}
.c-button a::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
  display: block;
  content: "";
  border: none;
  background: #070B23 url("../images/cmn/icon_arrow_white.svg") center no-repeat;
  border-radius: 50%;
}
@media (min-width: 761px) {
  .c-button a::after {
    width: 24px;
    height: 24px;
    right: 14px;
    background-size: 10px auto;
  }
}
@media (max-width: 760px) {
  .c-button a::after {
    width: 6.15vw;
    height: 6.15vw;
    right: 3.59vw;
  }
}
.c-button span {
  position: relative;
  padding-right: 0;
}
.c-button span::after {
  content: none;
}
.c-button.color {
  background: #D6F4FF !important;
}
.c-button.color a:after {
  background-image: url("../images/cmn/icon_arrow.svg");
  background-color: #FFF;
}

/*  cv  */
.c-button.cv {
  width: 189px;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 21px;
  color: #fff;
  background: #0BAAE1;
  transition: 0.5s;
}
@media print, screen and (max-width: 760px) {
  .c-button.cv {
    width: 80%;
  }
}
.c-button.cv:hover {
  background: #06D7A0;
}
.c-button.cv a::after {
  background-image: url("../images/cmn/right_white.svg");
}

/*  dark  */
.c-button.dark {
  color: #fff;
  background: #0BAAE1;
}
.c-button.dark a::after {
  background-image: url("../images/cmn/right_black.svg");
}

/*  light  */
.c-button.light {
  color: #0BAAE1;
  background: #fff;
}
.c-button.light a::after {
  background-image: url("../images/cmn/right_blue.svg");
}

/*  dark-border  */
.c-button.dark-border {
  color: #BEEEFF;
  border: 1px solid #BEEEFF;
}
.c-button.dark-border a::after {
  background-image: url("../images/cmn/right_blue.svg");
}

/*  light-border  */
.c-button.light-border {
  color: #fff;
  border: 1px solid #fff;
}
.c-button.light-border a::after {
  background-image: url("../images/cmn/right_white.svg");
}

/* black-border  */
.c-button.black-border {
  color: #070B23;
  border: 1px solid #070B23;
}
@media print, screen and (max-width: 760px) {
  .c-button.black-border {
    font-size: 4vw;
  }
}
.c-button.black-border a {
  line-height: 40px;
  font-weight: 700;
}
.c-button.black-border a::after {
  background-image: url("../images/cmn/right_black.svg");
}
.c-button.black-border.prev a::after {
  right: auto;
  left: 12px;
  transform: translateY(-50%) scaleX(-1);
}
.c-button.black-border.prev span {
  padding-left: 0;
}

/*  no-border  */
.c-button.no-border {
  border: none;
}
.c-button.no-border a::after {
  background-image: url("../images/cmn/right_black.svg");
}

/*  simple  */
.c-button.simple {
  height: auto;
  margin: 0;
  background: none;
}
.c-button.simple a {
  padding: 0;
  line-height: inherit;
}
.c-button.simple a::after {
  background-image: url("../images/cmn/right_arrow.svg");
}

/*  prevボタン  */
.c-button.prev a::after {
  right: auto;
  left: 12px;
  transform: translateY(-50%) scaleX(-1);
  background-image: url("../images/cmn/right_white.svg");
}
.c-button.prev span {
  padding-left: 0;
}

.c-button.en {
  line-height: 49px;
  background-color: #FFF;
}

.more-btn {
  font-family: "optima-lt-pro", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7333333333;
  position: relative;
  display: inline-block;
}
@media (min-width: 761px) {
  .more-btn {
    font-size: 1.5rem;
    padding-right: 34px;
  }
}
@media (max-width: 760px) {
  .more-btn {
    font-size: 3.8461538462dvw;
    padding-right: 8.7179487179dvw;
  }
}
.more-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0BAAE1 url("../images/cmn/icon_arrow.svg") no-repeat center center;
  border-radius: 50%;
}
@media (min-width: 761px) {
  .more-btn:after {
    width: 26px;
    height: 26px;
    background-size: 10px auto;
  }
}
@media (max-width: 760px) {
  .more-btn:after {
    width: 6.6666666667dvw;
    height: 6.6666666667dvw;
    background-size: 2.5641025641dvw auto;
  }
}

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

icon

------------------------------------ */
/*  p-item__icons
*----------------------------------- */
.p-item__icons .icon {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 3px 8px 3px;
  line-height: 1.4;
  margin-bottom: 2px;
}
@media print, screen and (max-width: 760px) {
  .p-item__icons .icon {
    padding: 3px 8px 3px;
    font-size: 3.2vw;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .p-item__icons .icon {
    padding: 0 8px 4px;
  }
}

.p-item__icons .hash {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 2px;
  margin-right: 5px;
}
@media print, screen and (max-width: 760px) {
  .p-item__icons .hash {
    font-size: 3.2vw;
    margin-right: 1vw;
  }
}

.p-item__icons:empty {
  margin-bottom: 0;
}

/*  new icon
*----------------------------------- */
.new {
  position: relative;
}
.new:after {
  content: "NEW";
  display: block;
  position: absolute;
  z-index: 1000;
  top: 10px;
  left: 10px;
  font-family: "optima-lt-pro", sans-serif;
  font-size: 12px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: #fff;
  background: #0BAAE1;
}
@media print, screen and (max-width: 760px) {
  .new:after {
    font-size: 3vw;
    top: 1.5vw;
    left: 1.5vw;
    width: 10vw;
    height: 10vw;
    line-height: 10vw;
  }
}

.l-system-detail .new:after {
  font-size: 16px;
  line-height: 60px;
  width: 60px;
  height: 60px;
}
@media print, screen and (max-width: 760px) {
  .l-system-detail .new:after {
    font-size: 12px;
    line-height: 48px;
    width: 48px;
    height: 48px;
  }
}

/*  p-target_blank icon
*----------------------------------- */
.p-target_blank a span {
  position: relative;
}
.p-target_blank a span::after {
  position: absolute;
  top: 4px;
  right: -16px;
  bottom: 0;
  z-index: 1000;
  display: block;
  width: 9px;
  height: 6px;
  margin: auto;
  content: "";
  background: url("../images/cmn/icon_link.svg") center/contain no-repeat;
}

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

title

------------------------------------ */
/* list-page__header */
.list-page__header {
  text-align: center;
  width: 100%;
  position: relative;
}
@media (min-width: 761px) {
  .list-page__header {
    padding-bottom: 27px;
    margin-bottom: 27px;
    padding-top: 126px;
  }
}
@media (max-width: 760px) {
  .list-page__header {
    padding-bottom: 32px;
    margin-bottom: 20px;
    padding-top: 15.641025641dvw;
  }
}
.list-page__header:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #00A1E9;
  height: 2px;
}
@media (min-width: 761px) {
  .list-page__header:after {
    width: 56px;
  }
}
@media (max-width: 760px) {
  .list-page__header:after {
    width: 14.358974359dvw;
  }
}
.list-page__header.noborder:after {
  content: none;
}
@media (max-width: 760px) {
  .list-page__header.noborder .list-page__header__title {
    margin-top: 16px;
  }
}
.list-page__header__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
@media (min-width: 761px) {
  .list-page__header__title {
    font-size: 1.6rem;
    margin-top: 8px;
  }
}
@media (max-width: 760px) {
  .list-page__header__title {
    font-size: 4.1025641026dvw;
    margin-top: 9px;
  }
}
.list-page__header__subtitle {
  font-size: 72px;
  line-height: 1;
  font-family: "optima-lt-pro", sans-serif;
  text-transform: uppercase;
  color: #0BAAE1;
  letter-spacing: 0.05em;
  font-weight: 400;
}
@media (min-width: 761px) {
  .list-page__header__subtitle {
    font-size: 7.2rem;
  }
}
@media (max-width: 760px) {
  .list-page__header__subtitle {
    font-size: 12.5641025641dvw;
    line-height: 1.1632653061;
    margin-top: 2px;
  }
}

.p-cmn-header {
  margin-bottom: 30px;
  text-align: center;
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header {
    margin-bottom: 6vw;
  }
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header .en {
    font-size: 50px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header .en {
    font-size: 9vw;
  }
}
.p-cmn-header__subtitle {
  color: #070B23;
}
@media print, screen and (min-width: 761px) {
  .p-cmn-header__subtitle {
    font-size: 16px;
  }
}
@media print, screen and (max-width: 760px) {
  .p-cmn-header__subtitle {
    font-size: 4vw;
    line-height: 1.3;
  }
}

.l-page-header {
  text-align: center;
  background: url(../images/page/title_bg.svg) no-repeat center top;
}
@media (min-width: 761px) {
  .l-page-header {
    background-size: 35px auto;
    padding: 57px 20px 0;
    margin-bottom: 38px;
  }
}
@media (max-width: 760px) {
  .l-page-header {
    background-size: 5.8974358974dvw auto;
    padding: 42px 0 14px;
  }
}
.l-page-header .en {
  font-weight: 400;
  display: block;
  color: #0BAAE1;
  letter-spacing: 0.05em;
}
@media (min-width: 761px) {
  .l-page-header .en {
    font-size: 4.2rem;
  }
}
@media (max-width: 760px) {
  .l-page-header .en {
    font-size: 8.7179487179dvw;
  }
}
.l-page-header .ja {
  font-weight: 700;
  display: block;
}
@media (min-width: 761px) {
  .l-page-header .ja {
    font-size: 2.1rem;
    margin-top: 15px;
  }
}
@media (max-width: 760px) {
  .l-page-header .ja {
    font-size: 4.6153846154dvw;
    margin-top: 26px;
  }
}

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

page_index c-section01

------------------------------------ */
@media print, screen and (max-width: 760px) {
  .pc {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
@media screen and (max-width: 320px) {
  .sp-mini {
    display: inherit !important;
  }
}
@media print, screen and (min-width: 761px) {
  .sp {
    display: none !important;
  }

  .sp-mini {
    display: none !important;
  }
}
/* ------------------------------------

Clear Fix

------------------------------------ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

line-clamp

------------------------------------ */
.line-clamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp {
    -webkit-line-clamp: 3;
  }
}

.line-clamp-three {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media print, screen and (max-width: 760px) {
  .line-clamp-three {
    -webkit-line-clamp: 3;
  }
}

/*# sourceMappingURL=common.css.map */
