@charset "UTF-8";
/******************************************************************
カスタムテンプレート－詳細ページ以外専用
*****************************************************************/
/*****************************************************************
セッティングファイル
*****************************************************************/
:root {
  --hd-height: 108px;
  --bd-radius01: min(90px,4.6875vw);
  --bd-radius02: 16px;
  --content-width: 1100px;
  --kirin-red: #F00000;
  --kirin-red-rgb: 240,0,0;
}
@media (max-width: 767px) {
  :root {
    --hd-height: 63px;
    --bd-radius01: 32px;
    --bd-radius02: 8px;
  }
}

/******************************************************************
  ■common-base
*****************************************************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
}

html {
  font-size: 62.5%;
  font-weight: normal;
}

body {
  width: 100%;
  min-width: 300px;
  background-color: #ffffff;
  color: #333333;
  line-height: 1.5;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", "ヒラギノ角 Pro W3", "Hiragino Kaku Pro W3", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt" 1;
  font-kerning: auto;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  body.fixed {
    overflow-y: hidden;
    position: fixed;
  }
}
@media (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

#wrap {
  overflow: clip;
}

.data-for-aidemlog { /* 独自ログ計測用 */ }

/* フォント */
.font-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.font-bold {
  font-weight: bold;
}

dl, ol, ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  select, input[type=text] {
    font-size: 1.6rem;
    transform: scale(0.875);
  }
}

@media (max-width: 767px) {
  .text-sp-center {
    text-align: center;
  }
}

/* 画像 */
img {
  width: 100%;
  height: auto;
}

.cent-img {
  height: 200px;
  text-align: center;
  margin: 0 0 20px;
}
.cent-img img {
  position: relative;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  transform: translateY(-50%);
}

.img-hover {
  overflow: hidden;
}
.img-hover img {
  transition: 1s linear;
}
.img-hover:hover img {
  transform: scale(1.05) rotate(0.1deg);
}

.main {
  padding-top: 60px;
  min-height: 700px;
}

.float-left {
  float: left;
}

.f-end {
  justify-content: flex-end;
}

/* paddingの追加
----------------------------------------------- */
.pb-6 {
  padding-bottom: 3.5rem;
}

.pb-7 {
  padding-bottom: 4rem;
}

.pb-8 {
  padding-bottom: 4.5rem;
}

.pb-9 {
  padding-bottom: 5rem;
}

/* = Selected Text
----------------------------------------------- */
::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}
::selection {
  background: rgba(175, 1, 122, 0.1); /* Safari */
}

::-moz-selection {
  background: rgba(175, 1, 122, 0.1); /* Firefox */
}

/******************************************************************
  ■bootstrapリセット
*****************************************************************/
.container, .contents-inn {
  max-width: var(--content-width);
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container, .contents-inn {
    --content-width: 550px;
  }
}
@media (min-width: 768px) {
  .container, .contents-inn {
    --content-width: 750px;
  }
}
@media (min-width: 992px) {
  .container, .contents-inn {
    --content-width: 970px;
  }
}
@media (min-width: 1200px) {
  .container, .contents-inn {
    --content-width: 1100px;
  }
}
/******************************************************************
  ■common
*****************************************************************/
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
a:link, a:visited, a:active, a:hover:hover {
  display: block;
  color: #333;
  text-decoration: none;
}
a:link.inline, a:visited.inline, a:active.inline, a:hover:hover.inline {
  display: inline;
  text-decoration: underline;
}
a.hov_scale:hover > img {
  transform: scale(1.05);
}
a > img {
  width: 100%;
  transition: transform 0.7s ease-out;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* パンくずリスト
------------------------------*/
@media (max-width: 767px) {
  #breadcrumbs {
    background: #eee;
    margin: 0 calc(50% - 50vw);
    padding: 0 20px;
  }
}
#breadcrumbs ol {
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #breadcrumbs ol {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    white-space: nowrap;
  }
  #breadcrumbs ol::-webkit-scrollbar {
    display: none;
  }
}
@media (min-width: 768px) {
  #breadcrumbs ol {
    padding: 7px 0;
  }
}
#breadcrumbs ol li {
  position: relative;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0;
}
@media (min-width: 768px) {
  #breadcrumbs ol li {
    height: auto;
  }
}
#breadcrumbs ol li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  margin-left: 5px;
}
@media (max-width: 767px) {
  #breadcrumbs ol li:not(:last-child)::after {
    padding: 10px 0;
  }
}
#breadcrumbs ol li a {
  display: inline-block;
  color: #000;
  border-bottom: 1px solid #888888;
  overflow: visible;
}
@media (max-width: 767px) {
  #breadcrumbs ol li a {
    border-bottom: none;
  }
}

/* ネガティブマージン
------------------------------*/
.full-width {
  margin: 0 calc(50% - 50vw);
}
.full-width .contents-inn {
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .full-width .contents-inn {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .full-sp-width {
    margin: 0 calc(50% - 50vw);
  }
}
/******************************************************************
  ■パーツ設定
*****************************************************************/
/* SVG
------------------------------*/
svg.svg-icon {
  margin: 2px 5px 0 0;
  height: 20px;
  width: 20px;
  fill: var(--kirin-red);
}
@media (min-width: 768px) {
  svg.svg-icon {
    width: 27px;
    height: 27px;
    margin-right: 10px;
    margin-top: -2px;
  }
}

#index svg.svg-icon {
  margin: -2px 5px 0 0;
}

/* ボタン
------------------------------*/
.submitBtn {
  font-size: 1.6rem;
  /* font-weight: bold;*/
  padding: 0 10px 10px;
  letter-spacing: 0;
  line-height: 1;
}
.submitBtn li {
  padding: 0 5px 10px !important;
}
.submitBtn li a {
  position: relative;
  background: #4A4847;
  padding: 20px 0;
  text-align: center;
  color: #fff;
  box-shadow: 0 1px 0 1px #ccc;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .submitBtn li a {
    padding: 22px 0;
  }
}
.submitBtn li a:hover {
  color: #fff;
}
.submitBtn li.oubo a {
  background: #E6001E;
}
.submitBtn li.oubo a::before {
  border: 0;
}
.submitBtn li.oubo a span {
  position: relative;
  padding-left: 35px;
}
.submitBtn li.oubo a span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  background: url("../img/common/icon-oubo-web.png") center/contain no-repeat;
  width: 25px;
  height: 25px;
  border: 0;
}
@media (min-width: 768px) {
  .submitBtn li.oubo a span::after {
    width: 29px;
    height: 29px;
    top: 0;
  }
}
@media (min-width: 768px) {
  .submitBtn li.oubo a span {
    padding-left: 39px;
  }
}
.submitBtn li.oubo.tel a span::after {
  background: url("../img/common/icon-oubo-tel.png") center/contain no-repeat;
}
.submitBtn li.oubo.map {
  padding: 10px 5px !important;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .submitBtn li.oubo.map {
    font-size: 1.6rem;
    padding: 15px 30px 0 0 !important;
  }
}
.submitBtn li.oubo.map a {
  background: #4A4847;
  padding: 15px 20px;
}
.submitBtn li.oubo.map a span::after {
  background: url("../img/common/icon-link-map.png") center/contain no-repeat;
  top: -4px;
  width: 25px;
  height: 25px;
}
@media (min-width: 768px) {
  .submitBtn li.oubo.map a span::after {
    top: -2px;
  }
}
@media (min-width: 768px) {
  .submitBtn li {
    padding: 0 10px !important;
  }
}
@media (min-width: 768px) {
  .submitBtn {
    font-size: 2.4rem;
    padding: 0 30px 30px 30px;
    letter-spacing: 2px;
  }
}
.submitBtn.button {
  padding: 20px 0;
}
@media (min-width: 768px) {
  .submitBtn.button {
    padding: 40px 0;
  }
}
.submitBtn.map-link {
  padding: 0;
}
.submitBtn .blank {
  position: relative;
}
.submitBtn .blank::before {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  transform: rotate(0deg);
  border: none;
  background: url(../img/common/icon-blank-w_pc.png) center/10px no-repeat;
}

.contents {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contents {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .contents-sp-15 {
    padding: 15px 0;
  }
}
.contents-inn {
  padding: 30px 0;
}
@media (min-width: 768px) {
  .contents-inn {
    padding: 60px 0;
  }
}

/******************************************************************
  ■ タイトルタイプ
*****************************************************************/
/* タイトル2段
------------------------------*/
.tit_type_2nd {
  text-align: center;
  line-height: 1;
  margin: 0 0 30px;
  font-weight: normal;
}
.tit_type_2nd .ttl-en {
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 2px;
  color: var(--kirin-red);
}
@media (min-width: 768px) {
  .tit_type_2nd .ttl-en {
    font-size: 1.4rem;
  }
}
.tit_type_2nd .ttl-jp {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .tit_type_2nd .ttl-jp {
    font-size: 2.6rem;
  }
}

/* タイトル横並び
------------------------------*/
.tit_type_side {
  line-height: 1.2;
  margin: 0 0 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .tit_type_side {
    flex-wrap: wrap;
  }
}
.tit_type_side .ttl-en {
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
  color: var(--kirin-red);
  margin-right: 10px;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tit_type_side .ttl-en {
    width: 100%;
    margin-bottom: 13px;
  }
}
@media (min-width: 768px) {
  .tit_type_side .ttl-en {
    font-size: 1.6rem;
  }
}
.tit_type_side .ttl-jp {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .tit_type_side .ttl-jp {
    font-size: 3.6rem;
  }
}

/* タイトル(タイプA)
------------------------------*/
.tit_type_a {
  position: relative;
  text-align: center;
  margin-bottom: 43px;
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  .tit_type_a {
    margin-bottom: 60px;
    font-size: 2.4rem;
  }
}
.tit_type_a::before {
  position: absolute;
  bottom: -15px;
  left: 50%;
  display: block;
  content: "";
  width: 30px;
  height: 2px;
  transform: translate3d(-50%, 0, 0);
  background: var(--kirin-red);
}
@media (min-width: 768px) {
  .tit_type_a::before {
    width: 50px;
    height: 4px;
  }
}

/* タイトル(タイプB)
------------------------------*/
.tit_type_b {
  position: relative;
  font-size: 1.6rem;
  padding: 0 10px 0.5em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .tit_type_b {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
}
.tit_type_b::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 2;
  content: "";
  width: 30%;
  height: 1px;
  background-color: var(--kirin-red);
}

/* タイトル(タイプC)
------------------------------*/
.tit_type_c {
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 1.8rem;
  padding-left: 15px;
  position: relative;
}
@media (max-width: 767px) {
  .tit_type_c {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .tit_type_c {
    background: none;
  }
}
.tit_type_c::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--kirin-red);
}
@media (min-width: 768px) {
  .tit_type_c::before {
    width: 6px;
  }
}
@media (min-width: 768px) {
  .tit_type_c .tit_type_c_txt {
    padding: 5px 10px;
    position: relative;
  }
  .tit_type_c .tit_type_c_txt::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    margin: auto;
    content: "";
    min-width: 1000px;
    height: 1px;
    background: #ccc;
  }
}

/* タイトル(タイプD)
------------------------------*/
.tit_type_d {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tit_type_d {
    font-size: 2.4rem;
  }
}
.tit_type_d span {
  background: linear-gradient(#fff 60%, rgba(var(--kirin-red-rgb), 0.2) 40%);
}

/* タイトル(タイプE)
------------------------------*/
.tit_type_e {
  font-size: 1.4rem;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid;
  border-bottom-color: var(--kirin-red);
}
@media (min-width: 768px) {
  .tit_type_e {
    font-size: 1.6rem;
  }
}

/* タイトル(タイプF)
------------------------------*/
.tit_type_f {
  position: relative;
  margin-bottom: 10px;
  padding-left: 13px;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .tit_type_f {
    margin-bottom: 20px;
    font-size: 1.4rem;
  }
}
.tit_type_f::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  margin: auto;
  border-radius: 3px;
  content: "";
  background-color: var(--kirin-red);
}

/* タイトル(タイプG)
------------------------------*/
.tit_type_g {
  color: var(--kirin-red);
  border-bottom: 1px solid var(--kirin-red);
  text-align: center;
  font-size: 1.5rem;
  padding-bottom: 20px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .tit_type_g {
    margin-bottom: 18px;
    font-size: 1.8rem;
  }
}

/* タイトル(タイプH)
------------------------------*/
.tit_type_h {
  color: #fff;
  background: var(--kirin-red);
  font-size: 1.5rem;
  padding: 10px;
}
@media (min-width: 768px) {
  .tit_type_h {
    font-size: 1.8rem;
    padding: 10px 20px;
  }
}

.card-img {
  max-width: 100%;
  max-height: 100%;
}
@media (min-width: 768px) {
  .card-img {
    height: 300px;
  }
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}

.link-list li {
  font-size: 1.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .link-list li {
    border-left: 1px solid #ccc;
  }
  .link-list li:nth-child(4n), .link-list li:last-child {
    border-right: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .link-list li {
    border-bottom: 1px solid #ccc;
  }
  .link-list li:nth-child(odd) {
    border-right: 1px solid #ccc;
  }
}
.link-list li a {
  position: relative;
  padding: 17px 30px 17px 17px;
}
.link-list li a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 2px solid #ccc;
  border-right: 2px solid #ccc;
  transform: rotate(135deg);
  right: 20px;
}
@media (min-width: 768px) {
  .link-list li a::before {
    border-color: #333;
  }
}

.block {
  border: 1px solid var(--kirin-red);
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .block {
    border: 2px solid var(--kirin-red);
  }
}

.detail-title {
  font-size: 12px;
  margin-bottom: 5px;
}

.note-block .note-block-l {
  width: 50%;
  padding-right: 3px;
}
@media (min-width: 768px) {
  .note-block .note-block-l {
    margin-right: 15px;
  }
}
.note-block .note-block-r {
  width: 50%;
  padding-left: 3px;
}
@media (min-width: 768px) {
  .note-block .note-block-r {
    margin-left: 15px;
  }
}

.cts-copy {
  color: var(--kirin-red);
  font-weight: bold;
  font-size: 16px;
  margin: 15px 0;
}
@media (min-width: 768px) {
  .cts-copy {
    font-size: 20px;
  }
}

.ic {
  font-size: 0;
  display: inline-block;
}
@media (min-width: 768px) {
  .ic {
    margin-bottom: 9px;
  }
}
.ic li {
  display: inline-block;
  color: #333333;
  line-height: 1;
  font-size: 11px;
  padding: 5px 10px;
  margin: 0 10px 10px 0;
  text-align: center;
  white-space: nowrap;
  background: #ccc;
}
.ic li.ic-arbeit {
  background: #0081B9;
  color: #fff;
}
.ic li.ic-parttimer {
  background: #297F48;
  color: #fff;
}
.ic li.ic-career {
  background: #E6001E;
  color: #fff;
}
.ic li.ic-contract {
  background: #7D7D7D;
  color: #fff;
}
.ic li.ic-scd, .ic li.ic-contact {
  background: #fff;
  border: 1px solid var(--kirin-red);
  color: var(--kirin-red);
}
.ic li.ic-style {
  background: #fff;
  border: 1px solid #888;
  color: #333333;
}
.ic li.ic-contact {
  background: var(--kirin-red);
  color: #fff;
}
@media (min-width: 768px) {
  .ic li {
    padding: 5px 10px;
    margin: 0 5px 5px 0;
  }
}

.carous-box {
  font-size: 1.3rem;
  margin-top: -5px;
}
@media (min-width: 768px) {
  .carous-box {
    margin-top: 30px;
    display: flex;
  }
}
@media (max-width: 767px) {
  .carous-box .carous-item {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 5px;
  }
  .carous-box .carous-item a {
    display: table;
  }
  .carous-box .carous-item a .listItem-img {
    display: table-cell;
    width: 100px;
    height: 75px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .carous-box .carous-item a .listItem-tit {
    display: table-cell;
    width: auto;
    padding-left: 10px;
    vertical-align: middle;
  }
}
@media (min-width: 768px) {
  .carous-box .carous-item {
    width: calc(20% - 8px);
  }
  .carous-box .carous-item:not(:last-child) {
    margin-right: 15px;
  }
  .carous-box .carous-item .listItem-img {
    border: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
  }
  .carous-box .carous-item .checked-listItem .listItem-img {
    position: relative;
    overflow: hidden;
  }
  .carous-box .carous-item .checked-listItem .listItem-img::before {
    position: relative;
    display: block;
    content: "";
    padding-top: 75%;
  }
  .carous-box .carous-item .checked-listItem img {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    /*                    max-width: 100%;
                        max-height: 100%;
                        width: auto;
                        height: auto;*/
  }
}

#load-recommend .contents {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  #load-recommend .contents {
    padding-bottom: 30px;
  }
}

/******************************************************************
  ■ コンテンツ関連
*****************************************************************/
/* ページ内リンク(タイプA)
------------------------------*/
.guide-link-type-a {
  flex-wrap: wrap;
  border: 1px solid var(--kirin-red);
  border-bottom: none;
  margin-top: 15px;
  background: #ffffff;
}
.guide-link-type-a li a {
  padding: 15px 0;
  color: var(--kirin-red);
}
@media (min-width: 768px) {
  .guide-link-type-a li a {
    padding: 15px 45px 15px 25px;
  }
}
.guide-link-type-a li span {
  position: relative;
}
.guide-link-type-a li span::after {
  position: relative;
  top: -2px;
  left: 5px;
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--kirin-red);
}
@media (min-width: 768px) {
  .guide-link-type-a li span::after {
    left: 15px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid var(--kirin-red);
  }
}
@media (max-width: 767px) {
  .guide-link-type-a li {
    text-align: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--kirin-red);
  }
  .guide-link-type-a li.w-sp-50 {
    width: 50%;
  }
  .guide-link-type-a li.w-sp-100 {
    width: 100%;
  }
  .guide-link-type-a li:nth-child(odd) {
    border-right: 1px solid var(--kirin-red);
  }
  .guide-link-type-a li:last-child {
    border-right: none;
  }
}
@media (min-width: 768px) {
  .guide-link-type-a {
    border: 2px solid var(--kirin-red);
    border-right: none;
    border-left: none;
  }
}

/* ページ内リンク(タイプB)
------------------------------*/
.guide-link-type-b {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .guide-link-type-b {
    padding: 60px;
  }
}
.guide-link-type-b .link-list {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .guide-link-type-b .link-list {
    justify-content: center;
  }
}
.guide-link-type-b .link-list li {
  position: relative;
  display: flex;
  align-items: center;
}
.guide-link-type-b .link-list li a {
  width: 100%;
}

/* 4カラム:リンク(求人詳細：関連求人で使用)
------------------------------*/
.flex-link-type_b {
  font-size: 1.2rem;
  width: 100%;
  margin-bottom: 20px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .flex-link-type_b {
    font-size: 1.4rem;
  }
}
.flex-link-type_b .flex-center-img {
  position: relative;
  border: 1px solid #ccc;
  margin-bottom: 0;
  overflow: hidden;
}
.flex-link-type_b .flex-center-img::before {
  content: "";
  display: block;
  padding-top: 66.666%;
}
@media (min-width: 768px) {
  .flex-link-type_b .flex-center-img {
    padding-top: 75%;
  }
  .flex-link-type_b .flex-center-img::before {
    position: absolute;
    top: auto;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 35px 35px;
    border-color: transparent transparent var(--kirin-red) transparent;
    z-index: 99;
  }
  .flex-link-type_b .flex-center-img::after {
    position: absolute;
    content: "";
    top: auto;
    bottom: 8px;
    right: 10px;
    bottom: 7px;
    width: 6px;
    height: 6px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
    z-index: 700;
  }
}
.flex-link-type_b .flex-center-img img {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.flex-link-type_b .flex-link-type_b-txt {
  padding: 20px 0;
  white-space: normal;
}
@media (max-width: 767px) {
  .flex-link-type_b .flex-link-type_b-txt {
    border: 1px solid #ccc;
    border-top: none;
    padding: 20px 10px;
  }
}
.flex-link-type_b .flex-link-type_b-txt .flex-link-type_b-ttl {
  font-size: 1.5rem;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .flex-link-type_b .flex-link-type_b-txt .flex-link-type_b-ttl {
    font-size: 1.8rem;
  }
}
.flex-link-type_b .flex-link-type_b-txt .flex-link-type_b-job {
  color: #333;
}

@media (min-width: 768px) {
  .float-md-right {
    margin: 0 0 20px 30px;
    max-width: 50%;
  }
  .float-md-left {
    margin: 0 30px 20px 0;
    max-width: 50%;
  }
  .pcHdn {
    display: none !important;
  }
  .flex-2-item li {
    width: calc(50% - 10px);
  }
  .flex-2-item li:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .flex-2-item li:last-child {
    margin-right: 0;
  }
  .flex-3-item li {
    width: calc(33.3% - 14px);
  }
  .flex-3-item li:not(:nth-child(3n)) {
    margin-right: 20px;
  }
  .flex-3-item li:last-child {
    margin-right: 0;
  }
  .flex-4-item li {
    width: calc(25% - 16px);
  }
  .flex-4-item li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
  .flex-4-item li:last-child {
    margin-right: 0;
  }
  .flex-5-item li {
    width: calc(20% - 16px);
  }
  .flex-5-item li:not(:nth-child(5n)) {
    margin-right: 20px;
  }
  .flex-5-item li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .spHdn {
    display: none !important;
  }
  .float-sp-left {
    float: left;
  }
  .overflow-x-scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .overflow-x-scroll li {
    width: 250px;
    margin-right: 20px;
  }
  .flex-2-sp-item li {
    width: calc(50% - 8px);
  }
  .flex-2-sp-item li:not(:nth-child(2n)) {
    margin-right: 16px;
  }
  .flex-2-sp-item li:last-child {
    margin-right: 0;
  }
}
/******************************************************************
  ■ 背景色を変更
*****************************************************************/
/* トップページ交互に背景色を変更
------------------------------*/
/*
#index {
    .container>.contents {
        background: $bgColor;
        &:nth-child(even) {
            background: #E9F1F3;
        }
    }
}
*/
/*#index .container>.contents:nth-child(odd) {
    background: #E9F1F3;
}*/
/* トップページSEOリンク
------------------------------*/
.index-seolink {
  padding: 40px 0 50px;
}
.index-seolink.full-width .contents-inn {
  padding: 0;
}

/* 共通フッターコンテンツ背景色
------------------------------*/
/*
.html-bottom {
    background: $lightgrayColor;
}
*/
/******************************************************************
  ■ 求人一覧
*****************************************************************/
/* 新着求人
------------------------------*/
.list-block-ttl, .detail-block-ttl {
  position: relative;
  background: var(--kirin-red);
  color: #fff;
  padding: 15px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .list-block-ttl, .detail-block-ttl {
    font-size: 24px;
    padding: 20px;
  }
}
.list-block-ttl .new, .detail-block-ttl .new {
  background: #efe24e;
  padding: 0 10px;
  color: #333333;
  margin-right: 10px;
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .list-block-ttl .new, .detail-block-ttl .new {
    position: relative;
    top: -3px;
    padding: 2px 20px;
  }
}

.list-block-txt {
  overflow: hidden;
}
@media (max-width: 767px) {
  .list-block-txt {
    width: 100%;
  }
}
.list-block-txt .list-ttl {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .list-block-txt .list-ttl {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}

.list-block-cts {
  position: relative;
  padding: 10px 10px 20px;
  background: #ffffff;
}
@media (min-width: 768px) {
  .list-block-cts {
    padding: 30px;
  }
  .list-block-cts .list-block-ic {
    padding-left: 190px;
  }
  .list-block-cts .list-block-txt {
    padding-left: 190px;
  }
}

.list-block-img {
  min-width: 120px;
  max-width: 160px;
  width: 33%;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .list-block-img {
    min-width: 180px;
    max-width: 180px;
    width: 180px;
  }
  .list-block-img.float-left {
    float: none !important;
    position: absolute;
    top: 30px;
    left: 30px;
  }
  .list-block-img figure {
    margin-bottom: 0;
  }
}

.list-block-ic {
  overflow: auto;
}

.index-list .block {
  border: 1px solid var(--kirin-red);
}
.index-list .index-list-ttl {
  font-size: 1.6rem;
  color: #4A4847;
}
@media (min-width: 768px) {
  .index-list .index-list-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .index-list .note-block {
    flex-wrap: wrap;
  }
  .index-list .note-block .note-block-l, .index-list .note-block .note-block-r {
    width: 100%;
    padding-left: 0;
  }
  .index-list .note-block .note-block-r {
    padding-top: 5px;
  }
}
@media (min-width: 768px) {
  .index-list .list-block-cts {
    padding: 20px;
  }
  .index-list .float-left {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
}

/* btn01
----------------------------------------------- */
.btn01 a {
  margin-inline: auto;
  display: flex !important;
  justify-content: center;
  gap: 16px;
  align-items: center;
  background-color: #ffffff;
  padding: 24.5px 10px;
  width: min(320px, 100%);
  font-size: 1.8rem;
  font-weight: bold;
  border: solid 2px #C5C5C5;
  border-radius: var(--bd-radius02);
  letter-spacing: 0.075em;
}
@media (max-width: 767px) {
  .btn01 a {
    padding: 20.5px 10px;
  }
}
.btn01 a::after {
  content: "";
  border-radius: 50%;
  width: 24px;
  aspect-ratio: 1/1;
  background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  display: block;
}
@media (hover: hover) {
  .btn01 a:hover::after {
    content: "";
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
.btn01 a.red::after {
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
}
@media (hover: hover) {
  .btn01 a.red:hover::after {
    background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
@media (hover: hover) {
  .btn01 a:hover {
    opacity: 1;
    background-color: var(--kirin-red);
    color: #ffffff;
    border-color: var(--kirin-red);
  }
}
.btn01 a.red {
  background-color: var(--kirin-red);
  color: #fff;
}
@media (hover: hover) {
  .btn01 a.red:hover {
    background-color: #fff;
    color: #333333;
  }
}
.btn01 a span > span {
  font-size: 1.6rem;
}

/******************************************************************
  ■ common-other（詳細ページ以外で共通するスタイル）
*****************************************************************/
/******************************************************************
  ■パーツ設定
*****************************************************************/
/* キービジュアル
------------------------------*/
.mainimg {
  width: 100%;
  overflow: hidden;
}
.mainimg .slick-slide img {
  width: 100%;
}

/* 雇用形態
------------------------------*/
.ic li {
  min-width: 95px;
  width: calc((100% - 12px) / 2);
}
@media (max-width: 767px) {
  .ic li:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .ic li {
    width: 95px;
  }
}

/* ボタン
------------------------------*/
.submitBtn {
  font-size: 1.6rem;
}
.submitBtn li a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  right: 15px;
}
@media (min-width: 768px) {
  .submitBtn li.oubo a span::after {
    width: 25px;
    height: 25px;
    top: -1px;
  }
}
@media (min-width: 768px) {
  .submitBtn li.oubo a span {
    padding-left: 35px;
  }
}
.submitBtn li.form {
  width: 250px;
}
.submitBtn li.form a::before {
  border: 0;
}
@media (min-width: 768px) {
  .submitBtn li.form {
    width: 300px;
  }
}
@media (min-width: 768px) {
  .submitBtn {
    font-size: 1.8rem;
  }
}
.submitBtn.search {
  padding: 30px 0;
  background: #eee;
}

/* ページネーション
------------------------------*/
.pageNavi {
  position: relative;
}
@media (min-width: 768px) {
  .pageNavi .paging-count {
    padding-top: 5px;
  }
  .pageNavi .paging-count .a-count {
    font-size: 2rem;
  }
}
.pageNavi .inner {
  max-width: calc(100% - 30px);
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 576px) {
  .pageNavi .inner {
    max-width: 520px;
  }
}
@media (min-width: 768px) {
  .pageNavi .inner {
    max-width: 100%;
  }
}
.pageNavi .inner a, .pageNavi .inner .prev a, .pageNavi .inner .next a {
  display: block;
  padding: 4px 10px;
  border: 1px solid #888;
  margin-left: 10px;
  letter-spacing: 0;
}
.pageNavi .inner .prev a, .pageNavi .inner .next a {
  position: relative;
  color: transparent !important;
  padding: 4px 12px;
}
@media (min-width: 768px) {
  .pageNavi .inner .prev a, .pageNavi .inner .next a {
    padding: 4px 14px;
  }
}
.pageNavi .inner .prev a::before, .pageNavi .inner .next a::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid var(--kirin-red);
  border-right: 1px solid var(--kirin-red);
}
.pageNavi .inner .prev a.d-hdn, .pageNavi .inner .next a.d-hdn {
  opacity: 0;
}
@media (min-width: 768px) {
  .pageNavi .inner .prev a.d-hdn, .pageNavi .inner .next a.d-hdn {
    display: none;
  }
}
.pageNavi .inner .prev a::before {
  transform: rotate(-135deg);
  left: 13px;
}
.pageNavi .inner .next a::before {
  transform: rotate(45deg);
  right: 13px;
}
.pageNavi .inner .prev.first a, .pageNavi .inner .next.last a {
  padding: 4px 8px;
}
@media (min-width: 768px) {
  .pageNavi .inner .prev.first a, .pageNavi .inner .next.last a {
    padding: 4px 10px;
  }
}
.pageNavi .inner .prev.first a::after, .pageNavi .inner .next.last a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid var(--kirin-red);
  border-right: 1px solid var(--kirin-red);
}
.pageNavi .inner .prev.first a {
  margin-left: 0;
  left: 0;
}
.pageNavi .inner .prev.first a::before {
  left: 7px;
}
@media (min-width: 768px) {
  .pageNavi .inner .prev.first a::before {
    left: 10px;
  }
}
.pageNavi .inner .prev.first a::after {
  transform: rotate(-135deg);
  left: 14px;
}
@media (min-width: 768px) {
  .pageNavi .inner .prev.first a::after {
    left: 17px;
  }
}
@media (min-width: 768px) {
  .pageNavi .inner .prev.page a {
    margin-right: 30px;
  }
}
.pageNavi .inner .next.last a {
  margin-right: 0;
}
.pageNavi .inner .next.last a::before {
  right: 7px;
}
@media (min-width: 768px) {
  .pageNavi .inner .next.last a::before {
    right: 10px;
  }
}
.pageNavi .inner .next.last a::after {
  transform: rotate(45deg);
  right: 14px;
}
@media (min-width: 768px) {
  .pageNavi .inner .next.last a::after {
    right: 17px;
  }
}
@media (min-width: 768px) {
  .pageNavi .inner .next.page a {
    margin-left: 20px;
  }
}
.pageNavi .inner .current {
  background: var(--kirin-red);
  border-color: var(--kirin-red);
  color: #fff;
}
.pageNavi.pagenavi-no-num .inner {
  max-width: 100%;
}
.pageNavi.pagenavi-no-num .inner .d-flex {
  min-width: 68px;
}
@media (min-width: 768px) {
  .pageNavi.pagenavi-no-num .inner .d-flex {
    min-width: 108px;
  }
}
.pageNavi.pagenavi-no-num .inner .d-flex:nth-child(1) {
  margin-left: 0;
  margin-right: auto;
}
.pageNavi.pagenavi-no-num .inner .d-flex:nth-child(2) {
  margin-left: auto;
  margin-right: auto;
}
.pageNavi.pagenavi-no-num .inner .d-flex:nth-child(3) {
  margin-left: auto;
  margin-right: 0;
}

/* ページ内リンク
------------------------------*/
a.inline-link {
  text-decoration: underline;
  display: inline-block;
  vertical-align: bottom;
}
a.inline-link:hover {
  display: inline-block;
}

/******************************************************************
  ■ コンテンツタイトル
*****************************************************************/
/* コンテンツタイトルタイプA
------------------------------*/
.main-type-a {
  position: relative;
  z-index: 1;
}
.main-type-a figure {
  margin-bottom: 0;
}
.main-type-a .main-ttl-BOX {
  position: absolute;
  top: 10px;
  left: 10px;
  bottom: 10px;
  right: 10px;
  border: 1px solid #eeeeee;
}
@media (min-width: 768px) {
  .main-type-a .main-ttl-BOX {
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}
.main-type-a .main-ttl-BOX .main-ttl-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 25px 65px;
  font-size: 2rem;
  background: rgba(255, 255, 255, 0.8);
  white-space: nowrap;
  transform: translate3d(-50%, -50%, 0);
}
@media (min-width: 768px) {
  .main-type-a .main-ttl-BOX .main-ttl-txt {
    font-size: 3.2rem;
  }
}

/* コンテンツタイトルタイプB
------------------------------*/
.main-type-b {
  position: relative;
}
@media (max-width: 767px) {
  .main-type-b {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .main-type-b {
    margin: 0 -50px 80px;
  }
}
.main-type-b .main-type-b-img {
  height: auto;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .main-type-b .main-type-b-img {
    position: absolute;
    width: calc(50% + 20px);
    height: 400px;
    margin: 0;
    overflow: hidden;
  }
}
.main-type-b .main-ttl-BOX {
  position: relative;
  font-size: 1.2rem;
  top: -20px;
  background: #fff;
  border-top: 2px solid var(--kirin-red);
  padding: 20px 20px 30px;
}
@media (max-width: 767px) {
  .main-type-b .main-ttl-BOX {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media (min-width: 768px) {
  .main-type-b .main-ttl-BOX {
    top: 20px;
    border-top: none;
    border-left: 3px solid var(--kirin-red);
    margin-left: 50%;
    padding: 40px;
    min-height: 400px;
  }
  .main-type-b .main-ttl-BOX .name {
    font-size: 1.6rem;
  }
}
.main-type-b .main-ttl-BOX .main-ttl-txt {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-bottom: 1.5em;
}
@media (min-width: 768px) {
  .main-type-b .main-ttl-BOX .main-ttl-txt {
    font-size: 2.2rem;
  }
}
.main-type-b .main-ttl-BOX .main-ttl-tit {
  font-size: 1.2rem;
  margin-bottom: 0.8em;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .main-type-b .main-ttl-BOX .main-ttl-tit {
    font-size: 1.6rem;
  }
}

/******************************************************************
  ■ コンテンツ関連
*****************************************************************/
/* コンテンツ タイプA
------------------------------*/
.cts_type_a {
  background-size: cover;
  padding: 60px 0;
}
.cts_type_a.bgimg_set {
  background-image: url(../img/demo/contents-idea-bg.jpg);
}
.cts_type_a__txt {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 768px) {
  .cts_type_a__txt {
    width: calc(100% - 80px);
    max-width: 980px;
    padding: 60px;
    line-height: 2;
  }
}

/* コンテンツ タイプB
------------------------------*/
.cts_type_b {
  position: relative;
}
@media (max-width: 767px) {
  .cts_type_b {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .cts_type_b {
    margin: 0 0 80px;
  }
}
.cts_type_b .cts-type-b-img {
  height: auto;
  margin: 0 -15px;
}
@media (min-width: 768px) {
  .cts_type_b .cts-type-b-img {
    position: absolute;
    width: calc(50% + 20px);
    height: 400px;
    margin: 0;
    overflow: hidden;
  }
}
.cts_type_b .txt-BOX {
  position: relative;
  top: -20px;
  background: #fff;
  border: 2px solid var(--kirin-red);
  padding: 20px 20px 30px;
}
@media (max-width: 767px) {
  .cts_type_b .txt-BOX {
    width: calc(100% - 40px);
    margin: auto;
  }
}
@media (min-width: 768px) {
  .cts_type_b .txt-BOX {
    top: 20px;
    border: 3px solid var(--kirin-red);
    margin-left: 50%;
    padding: 40px;
    min-height: 400px;
  }
  .cts_type_b .txt-BOX .txt-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .cts_type_b.reverse .cts-type-b-img {
    right: 0;
  }
}
@media (min-width: 768px) {
  .cts_type_b.reverse .txt-BOX {
    margin: 0 50% 0 0;
  }
}

/* コンテンツ タイプD
------------------------------*/
.cts_type_d_ttl {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .cts_type_d_ttl {
    width: 200px;
  }
}

@media (min-width: 768px) {
  .cts_type_d_txt {
    border-bottom: 1px solid #ccc;
  }
}

/******************************************************************
  ■ Youtube
*****************************************************************/
.short-aspect {
  aspect-ratio: 9/16;
  width: 100%;
}

/******************************************************************
  ■ カラム表示
*****************************************************************/
/* カラム表示 タイプA
------------------------------*/
.col_type_a figure {
  margin-bottom: 0;
}
.col_type_a .col_type_a_li {
  background: #eee;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .col_type_a .col_type_a_li {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .col_type_a .col_type_a_figure {
    padding: 20px 30px;
  }
}
.col_type_a .col_type_a_img {
  position: relative;
}
.col_type_a .figure_circle {
  border-radius: 50%;
}
.col_type_a .figure_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.col_type_a .figure_frame svg {
  width: 100%;
  height: 100%;
  fill: #eee;
}
.col_type_a .col_type_a_item {
  padding: 15px;
}
@media (min-width: 768px) {
  .col_type_a .col_type_a_item {
    padding: 0 20px 20px;
  }
}
.col_type_a .col_type_a_ttl {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .col_type_a .col_type_a_ttl {
    font-size: 1.8rem;
  }
}
.col_type_a .col_type_a_edge {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  border: 1px solid #a0a0a0;
  padding: 3px 10px;
  margin-right: 7px;
  margin-bottom: 3px;
  white-space: nowrap;
}

/* カラム表示 タイプB
------------------------------*/
.col_type_b_item {
  position: relative;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .col_type_b_item:not(:last-child) {
    margin-bottom: 60px;
  }
}
.col_type_b_item:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: var(--kirin-red) transparent transparent transparent;
  position: absolute;
  margin: 0 auto;
  bottom: -27.5px;
  right: 0;
  left: 0;
}
@media (min-width: 768px) {
  .col_type_b_item:not(:last-child)::after {
    bottom: -37.5px;
  }
}
.col_type_b_item .col_type_b_item_inner {
  height: 100%;
  background: #eee;
}
.col_type_b_item dt {
  background: var(--kirin-red);
  color: #fff;
}

/* カラム表示 タイプB その3*/
@media (min-width: 768px) {
  .ratio .col_type_b_item dt {
    width: 50%;
  }
  .ratio .col_type_b_item dd {
    width: 50%;
  }
  .ratio .col_type_b_item:not(:last-child)::after {
    margin: 0 auto 0 calc(25% - 15px);
  }
  .ratio__3_7 .col_type_b_item dt {
    width: 30%;
  }
  .ratio__3_7 .col_type_b_item dd {
    width: 70%;
  }
  .ratio__3_7 .col_type_b_item:not(:last-child)::after {
    margin: 0 auto 0 calc(15% - 15px);
  }
  .ratio__4_6 .col_type_b_item dt {
    width: 40%;
  }
  .ratio__4_6 .col_type_b_item dd {
    width: 60%;
  }
  .ratio__4_6 .col_type_b_item:not(:last-child)::after {
    margin: 0 auto 0 calc(20% - 15px);
  }
}

@media (min-width: 768px) {
  .pc-horizontal .col_type_b_item {
    margin-bottom: 60px;
  }
  .pc-horizontal .col_type_b_item:not(:last-child)::after {
    transform: rotate(-90deg);
    margin: auto;
    top: 50%;
    left: auto;
    right: -26px;
    bottom: auto;
  }
}

/* コンテンツ タイプE
------------------------------*/
.cts_type_e_item {
  position: relative;
  min-height: 40px;
  padding: 9px 10px 0 50px;
}
@media (min-width: 768px) {
  .cts_type_e_item {
    min-height: 50px;
    padding: 12px 10px 0 70px;
    font-size: 1.8rem;
  }
}
.cts_type_e_item::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 2rem;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
@media (min-width: 768px) {
  .cts_type_e_item::before {
    width: 50px;
    height: 50px;
    font-size: 2.4rem;
    line-height: 50px;
  }
}
.cts_type_e_item01::before {
  content: "Q";
  background: #333;
}
.cts_type_e_item02::before {
  content: "A";
  background: var(--kirin-red);
}
.cts_type_e_item03::before {
  content: "E";
  background: var(--kirin-red);
}

/* コンテンツ タイプF
------------------------------*/
.cts_type_f_item {
  margin-bottom: 10px;
  padding: 0 10px 0;
  background: #fff;
  border: solid 1px #ccc;
}
@media (min-width: 768px) {
  .cts_type_f_item {
    padding: 0 20px 0;
  }
}
.cts_type_f_item dt {
  padding: 15px 40px 15px 10px;
}
@media (min-width: 768px) {
  .cts_type_f_item dt {
    padding: 25px 40px 25px 20px;
  }
}
.cts_type_f_item dd {
  border-top: solid 1px #eee;
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .cts_type_f_item dd {
    padding: 30px 20px;
  }
}

.cts_type_f_tit, .cts_type_f_cts {
  position: relative;
}
.cts_type_f_tit::before, .cts_type_f_cts::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--kirin-red);
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}

@media (min-width: 768px) {
  .cts_type_f_tit {
    font-size: 1.8rem;
  }
}
.cts_type_f_tit::before {
  content: "Q";
}

.cts_type_f_cts::before {
  content: "A";
}

/* コンテンツ タイプG
------------------------------*/
.cts_type_g {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.cts_type_g .box-line {
  background: var(--kirin-red);
  left: 20px;
  position: absolute;
  top: 10px;
  display: block;
  content: "";
  width: 2px;
  height: 2000px;
}
@media (min-width: 768px) {
  .cts_type_g .box-line {
    left: 150px;
  }
}
.cts_type_g dl {
  padding: 0 0 15px 35px;
}
@media (min-width: 768px) {
  .cts_type_g dl {
    padding: 0 0 35px 35px;
  }
}
.cts_type_g dl dt {
  position: relative;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .cts_type_g dl dt {
    width: 190px;
    float: left;
  }
}
.cts_type_g dl dt::before, .cts_type_g dl dt:after {
  position: absolute;
  top: 0;
  left: -34px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .cts_type_g dl dt::before, .cts_type_g dl dt:after {
    top: 2px;
    left: 96px;
  }
}
.cts_type_g dl dt::before {
  background: var(--kirin-red);
}
.cts_type_g dl dt:after {
  top: 4px;
  left: -30px;
  display: block;
  content: "";
  clear: both;
  width: 12px;
  height: 12px;
  background: #fff;
}
@media (min-width: 768px) {
  .cts_type_g dl dt:after {
    top: 6px;
    left: 100px;
  }
}
.cts_type_g dl dt .workstyle-time {
  font-size: 1.6rem;
  padding-right: 15px;
  position: relative;
  width: 180px;
  text-align: right;
}
@media (min-width: 768px) {
  .cts_type_g dl dt .workstyle-time::after {
    position: absolute;
    top: 8px;
    left: 125px;
    display: inline-block;
    content: "";
    width: 37px;
    height: 1px;
    border-top: 2px dashed var(--kirin-red);
  }
}
@media (min-width: 768px) {
  .cts_type_g dl dd {
    margin: 0 0 0 190px;
  }
  .cts_type_g dl .tit_type_d {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

/* アコーディオンのプラスマーク */
.icon-plus {
  position: relative;
}
.icon-plus::before, .icon-plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 16px;
  height: 1px;
  background: var(--kirin-red);
  transition: all 0.3s ease-out 0s;
}
.icon-plus::before {
  transform: rotate(90deg);
}
.icon-plus.open:before {
  transition: all 0.3s ease-out 0s;
  transform: rotate(0deg);
}

.tgl-cts {
  display: none;
}

/******************************************************************
  ■ カラムリンク
*****************************************************************/
/* カラムリンク タイプA
------------------------------*/
.flex-link-type_a {
  position: relative;
  font-size: 1.2rem;
  margin-bottom: 20px;
  border: 2px solid var(--kirin-red);
}
@media (min-width: 768px) {
  .flex-link-type_a {
    font-size: 1.4rem;
    margin-bottom: 60px;
  }
}
.flex-link-type_a::before {
  content: "";
  display: block;
  padding-top: 66.666%;
  position: absolute;
  top: auto;
  bottom: -1px;
  right: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 35px;
  border-color: transparent transparent var(--kirin-red) transparent;
  z-index: 99;
}
.flex-link-type_a::after {
  position: absolute;
  content: "";
  top: auto;
  bottom: 8px;
  right: 10px;
  bottom: 7px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  transform: rotate(-45deg);
  z-index: 700;
}
.flex-link-type_a .flex-link-ttl {
  padding: 10px 15px 15px;
  color: var(--kirin-red);
  font-size: 1.5rem;
}
@media (min-width: 768px) {
  .flex-link-type_a .flex-link-ttl {
    font-size: 1.8rem;
  }
}

/******************************************************************
  ■ リスト表示
*****************************************************************/
/* ラインリンクリスト
------------------------------*/
.line-link-list .line-link-item {
  /*background: $bgColor;*/
}
.line-link-list .line-link-item:first-child {
  border-top: 1px solid #eee;
  border-top: 1px solid var(--kirin-red);
}
.line-link-list .line-link-item:last-child {
  margin-bottom: 30px;
}
.line-link-list a {
  display: block;
  padding: 15px 30px 15px 10px;
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid var(--kirin-red);
  position: relative;
}
.line-link-list a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 5px;
  height: 5px;
  border-right: 1px solid var(--kirin-red);
  border-bottom: 1px solid var(--kirin-red);
  transform: rotate(-45deg);
}
.line-link-list a .ic {
  margin-bottom: 0;
}
.line-link-list a .ic li {
  margin-bottom: 0;
}
.line-link-list .showdate {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .line-link-list .line-link-tit {
    flex: 1 0 0%;
  }
}
@media (max-width: 767px) {
  .line-link-list .line-link-tit {
    margin-top: 10px;
  }
}
.line-link-list .line-link-cts {
  margin-top: 10px;
  margin-bottom: 0;
}

/* コンテンツリンクリスト
------------------------------*/
.cts-link-list {
  background: #eee;
}
.cts-link-list .cts-link-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.cts-link-list .tit_type_f {
  margin-bottom: 15px;
}

/* 番号付きリスト
------------------------------*/
.no-li {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.no-li li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}

.no-li li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #a1d7ff;
  color: #333333;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 26px;
  width: 26px;
  border-radius: 50%;
  padding-top: 2px;
}

/******************************************************************
  お問い合わせ
*****************************************************************/
.contact {
  padding: 0 10px;
  background: url(../img/common/contact-bg.jpg) center/cover no-repeat;
}

a.ic-contact {
  position: relative;
  width: 250px;
  margin: 0 auto;
  padding: 11px 0;
  text-align: center;
  color: #fff;
  border-radius: 3px;
  background: #4A4847;
  box-shadow: 0 1px 0 1px #ccc;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  a.ic-contact {
    padding: 33px 0;
    width: 300px;
    font-size: 1.6rem;
  }
}
a.ic-contact::before {
  content: "";
  background: url(../img/common/icon-contact.png) 0px center/20px 14px no-repeat;
  padding-left: 30px;
}
a.ic-contact:hover {
  color: #fff;
}

@media (max-width: 767px) {
  .contact-tel {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .contact-tel {
    font-size: 2.8rem;
  }
}

.contact-address {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contact-address {
    margin-bottom: 30px;
  }
}

/******************************************************************
  ■ タイムスケジュール
*****************************************************************/
.workstyle-block {
  position: relative;
  padding: 0 10px;
  overflow: hidden;
}
.workstyle-block .box-line {
  background: var(--kirin-red);
  left: 20px;
  position: absolute;
  top: 10px;
  display: block;
  content: "";
  width: 2px;
  height: 2000px;
}
@media (min-width: 768px) {
  .workstyle-block .box-line {
    left: 150px;
  }
}
.workstyle-block dl {
  padding: 0 0 15px 35px;
}
@media (min-width: 768px) {
  .workstyle-block dl {
    padding: 0 0 35px 35px;
  }
}
.workstyle-block dl dt {
  position: relative;
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  .workstyle-block dl dt {
    width: 190px;
    float: left;
  }
}
.workstyle-block dl dt::before, .workstyle-block dl dt:after {
  position: absolute;
  top: 0;
  left: -34px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .workstyle-block dl dt::before, .workstyle-block dl dt:after {
    top: 2px;
    left: 96px;
  }
}
.workstyle-block dl dt::before {
  background: var(--kirin-red);
}
.workstyle-block dl dt:after {
  top: 4px;
  left: -30px;
  display: block;
  content: "";
  clear: both;
  width: 12px;
  height: 12px;
  background: #fff;
}
@media (min-width: 768px) {
  .workstyle-block dl dt:after {
    top: 6px;
    left: 100px;
  }
}
.workstyle-block dl dt .workstyle-time {
  font-size: 1.6rem;
  padding-right: 15px;
  position: relative;
  width: 180px;
  text-align: right;
}
@media (min-width: 768px) {
  .workstyle-block dl dt .workstyle-time::after {
    position: absolute;
    top: 8px;
    left: 125px;
    display: inline-block;
    content: "";
    width: 37px;
    height: 1px;
    border-top: 2px dashed var(--kirin-red);
  }
}
@media (min-width: 768px) {
  .workstyle-block dl dd {
    margin: 0 0 0 190px;
  }
  .workstyle-block dl .tit_type_d {
    font-size: 1.8rem;
    margin-bottom: 0;
  }
}

/******************************************************************
  ■ 追従ガイドボタン
*****************************************************************/
.menu-tab-item .menu-tab-txt {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .menu-tab-item .menu-tab-tit {
    position: relative;
    text-align: center;
    margin-bottom: 43px;
    font-size: 1.8rem;
  }
  .menu-tab-item .menu-tab-tit::before {
    position: absolute;
    bottom: -15px;
    left: 50%;
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    transform: translate3d(-50%, 0, 0);
    background: var(--kirin-red);
  }
  .menu-tab-tit-a, .menu-tab-tit-b {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    transition: all 0.3s ease-out;
    z-index: 1000;
    background: var(--kirin-red);
    opacity: 0.8;
    background: #a1d7ff;
    border-right: 1px solid #fff;
    height: 50px;
    width: 50px;
    color: var(--kirin-red);
    z-index: 998;
  }
  .menu-tab-tit-a {
    right: 50px;
  }
  .menu-tab-tit-b {
    right: 100px;
  }
  .menu-tab-tit-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .menu-tab-a-item, .menu-tab-b-item {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 40px 15px;
    background: #ffffff;
    top: 0;
    visibility: hidden;
    transition: all 1s;
    opacity: 0;
  }
  .open-tab-a .menu-tab-a-item {
    transition: all 1s;
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
  .open-tab-b .menu-tab-b-item {
    transition: all 1s;
    opacity: 1;
    z-index: 999;
    visibility: visible;
  }
  .open .menu-tab-tit-a, .open .menu-tab-tit-b, .open-tab-a .menu-tab-tit-a, .open-tab-a .menu-tab-tit-b, .open-tab-b .menu-tab-tit-a, .open-tab-b .menu-tab-tit-b {
    display: none;
    visibility: hidden;
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .menu-tab {
    position: fixed;
    right: -480px;
    bottom: 0;
    z-index: 888;
    transition: all 0.3s ease-out;
  }
  .menu-tab .menu-tab-ttl {
    position: absolute;
    top: 0;
    left: -140px;
    font-size: 1.5rem;
  }
  .menu-tab .menu-tab-a-item, .menu-tab .menu-tab-b-item {
    width: 240px;
    padding: 20px;
    border: 5px solid #a1d7ff;
    background: #fff;
  }
  .menu-tab .submitBtn {
    padding: 0;
  }
  .menu-tab-item .menu-tab-tit {
    margin-bottom: 15px;
  }
  .menu-tab-tit-a, .menu-tab-tit-b {
    width: 140px;
    padding: 15px 20px;
    background: #a1d7ff;
    color: var(--kirin-red);
    cursor: pointer;
    cursor: hand;
    z-index: 998;
  }
  .menu-tab-tit-a:hover, .menu-tab-tit-b:hover {
    opacity: 0.8;
  }
  .menu-tab-tit-a {
    -moz-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
  }
  .menu-tab-tit-b {
    border-top: 2px solid #6b98b9;
    -moz-border-bottom-left-radius: 6px;
    border-bottom-left-radius: 6px;
  }
  .open-tab-a .menu-tab, .open-tab-b .menu-tab {
    right: -240px;
  }
  .open-tab-a .menu-tab-tit-b {
    background: #81accc;
  }
  .open-tab-b .menu-tab-tit-a {
    background: #81accc;
  }
}
/******************************************************************
  ■ トップページ
*****************************************************************/
#index .index-ttl {
  text-align: center;
  line-height: 1;
  margin: 0 0 30px;
}
#index .index-ttl .ttl-jp {
  color: var(--kirin-red);
  font-size: 1.1rem;
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  #index .index-ttl .ttl-jp {
    font-size: 1.4rem;
  }
}
#index .index-ttl .index-ttl .ttl-en {
  font-size: 2.6rem;
}
#index .mainimg.bg-100vh {
  position: relative;
  min-height: 100vh;
  width: auto;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#index .mainimg.bg-100vh #video-background {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  z-index: -10;
}
#index .mainimg.bg-100vh .mainimg-text {
  position: absolute;
  top: calc(50% - 60px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
}
#index .mainimg .vimeo {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
}

/******************************************************************
  ■ 求人一覧
*****************************************************************/
@media (max-width: 767px) {
  .paging-count {
    background: #888;
    color: #fff;
    padding: 15px 0;
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .list-block-ttl {
    font-size: 18px;
    padding: 15px 20px;
  }
}

.block a {
  position: relative;
}
.block a .list-detail-btn {
  position: absolute;
  right: 40px;
  bottom: 50px;
  background: #4A4847;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-shadow: 0 1px 0 1px #ccc;
}

/******************************************************************
  ■ お知らせ
*****************************************************************/
/* news
------------------------------*/
#news .ic li,
.index-box .ic li {
  width: 130px;
}

#news .showdate {
  order: 1;
}
#news .list-block-ic {
  order: 2;
  display: grid;
  place-content: center;
}
#news .line-link-tit {
  order: 3;
  width: 100%;
  font-size: 1.3rem;
  margin-top: 10px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #news .line-link-tit {
    font-size: 1.8rem;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #news .line-link-list a {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.index-box.line-link-list .showdate {
  order: 2;
}
.index-box.line-link-list .list-block-ic {
  order: 1;
  display: grid;
  place-content: center;
}
.index-box.line-link-list .line-link-tit {
  order: 3;
  width: 100%;
}
/* news-d
------------------------------*/
@media (min-width: 768px) {
  .news-d-box {
    margin-top: -30px;
    padding: 40px 40px 20px;
    border: 2px solid #eeeeee;
  }
}
.news-d-box section {
  margin-bottom: 60px;
}
.news-d-box .ic li {
  width: 130px;
}

.news-d-img {
  margin: 0 auto;
  max-width: 500px;
}

.news-d-slick-item:only-child {
  margin: 0 auto;
}

/******************************************************************
  ■ インタビュー
*****************************************************************/
#interview-box {
  line-height: 2;
}

/******************************************************************
  ■ 検索フォーム
*****************************************************************/
/* チェックボックス */
.checkbox {
  position: relative;
  display: block;
  padding: 0 0 0 2.5rem;
}
@media (max-width: 767px) {
  .checkbox {
    margin-bottom: 0;
    padding: 0 0 0 42px;
    background: #eee;
    z-index: 1;
  }
}
.checkbox::before, .checkbox::after {
  content: "";
  position: absolute;
  display: block;
  cursor: pointer;
}
.checkbox::before {
  top: 10px;
  left: 16px;
  z-index: 1;
  width: 0.8rem;
  height: 1.6rem;
  transform: rotate(40deg);
  border-bottom: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
  opacity: 0;
}
@media (min-width: 768px) {
  .checkbox::before {
    top: 0;
    left: 0.6rem;
  }
}
.checkbox::after {
  top: 10px;
  left: 10px;
  width: 2rem;
  height: 2rem;
  border-radius: 6px;
  border: 2px solid #d2d2d2;
  background: #fff;
  opacity: 1;
}
@media (min-width: 768px) {
  .checkbox::after {
    top: 0;
    left: 0;
  }
}
@media (max-width: 767px) {
  .checkbox a {
    display: block;
    padding: 10px 8px;
    background: #fff;
    text-decoration: none;
  }
}
@media (min-width: 768px) {
  .checkbox a {
    text-decoration: underline;
  }
  .checkbox a:hover {
    text-decoration: underline;
  }
}

input[type=checkbox] {
  display: none;
}
input[type=checkbox]:checked + .checkbox::before {
  opacity: 1;
}
input[type=checkbox]:checked + .checkbox::after {
  background: var(--kirin-red);
  border: none;
}

@media (min-width: 768px) {
  .checkbox-wrap {
    padding: 20px 0 0;
  }
}
.checkbox-wrap li {
  vertical-align: middle;
  font-size: 1.4rem;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  .checkbox-wrap li {
    margin: 0 10px 10px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .checkbox-wrap li {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 768px) {
  .pref-name + .checkbox-wrap {
    padding-top: 10px;
  }
}
@media (max-width: 767px) {
  .pref-name + .checkbox-wrap {
    padding: 0 0 10px 10px;
  }
}

.checkbox-pref .checkbox {
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .checkbox-pref .checkbox {
    display: inline-block;
    margin-right: 20px;
    border-bottom: none;
    font-size: 1.4rem;
  }
}

/* プルダウン */
@media (min-width: 768px) {
  .pull-wrap {
    width: calc(33.333333% - 10px);
  }
}
@media (max-width: 767px) {
  .pull-wrap {
    margin: 20px 10px;
  }
}

.select-kcd,
.select-kkcd,
.select-scd,
.pram-free {
  width: 112%;
  margin: 0 0 0 -6.5%;
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: 0.3rem;
  background: url(../img/common/selectbox-arrow.png) right center/12px auto no-repeat #fff;
  background-position: right 15px center;
}
@media (min-width: 768px) {
  .select-kcd,
  .select-kkcd,
  .select-scd,
  .pram-free {
    width: 100%;
    margin: 0 auto;
  }
}

/* キーワード */
.search-form-fw {
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4rem;
  margin: 20px 10px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 1px 0 0 #ccc;
  background: #fff;
}
@media (min-width: 768px) {
  .search-form-fw {
    margin: 20px 15px;
    background: #eee;
  }
}
.search-form-fw .kwText {
  width: 100%;
}
@media (max-width: 767px) {
  .search-form-fw .kwText {
    margin-left: -1.5em;
  }
}

.search-box {
  margin: 0;
}
@media (min-width: 768px) {
  .search-box {
    margin: 0 15px 30px !important;
    display: block !important;
    height: 100% !important;
  }
}

/* 検索タイトル */
.search-tit {
  position: relative;
}
@media (min-width: 768px) {
  .search-tit {
    padding: 0 0 0 25px;
    font-size: 1.8rem;
    margin-bottom: 20px;
    overflow: hidden;
    border-bottom: none;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .search-tit {
    padding: 15px 10px;
    background: var(--kirin-red);
    font-size: 13px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #fff;
  }
}
@media (min-width: 768px) {
  .search-tit::before {
    position: absolute;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    width: 4px;
    content: "";
    border-radius: 3px;
    background-color: var(--kirin-red);
  }
}
.search-tit::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  margin: auto;
}
@media (min-width: 768px) {
  .search-tit::after {
    left: auto;
    min-width: 1000px;
    height: 1px;
    background: #ccc;
  }
}

.search-ttl-add {
  font-size: 1.4rem;
  margin: 0 0 0 10px;
}

.search-form {
  background: #ffffff;
  padding: 0 0 30px;
}
@media (min-width: 768px) {
  .search-form {
    border: 2px solid #cccccc;
    padding: 30px;
  }
}

/* 勤務地 */
@media (max-width: 767px) {
  .search-form-kinmuchi {
    margin: 20px 0;
  }
  .search-form-kinmuchi.check-style {
    margin: 0;
  }
  .search-form-kinmuchi.pull-check-style .checkbox-wrap {
    margin-bottom: -20px;
  }
  .search-form-kinmuchi li {
    padding: 0;
  }
  .search-form-kinmuchi li:not(:first-child) .wrap-pref, .search-form-kinmuchi li:not(:first-child) .wrap-city {
    margin-top: 10px;
  }
  .search-form-kinmuchi .select-kcd {
    margin: 0 0 0 -3.5%;
    width: 106%;
  }
}
@media (min-width: 768px) {
  .search-form-kinmuchi {
    margin: 0 0 30px;
  }
  .search-form-kinmuchi.tab-style.active {
    border-right: none;
    border-left: none;
    border-bottom: 1px solid var(--kirin-red);
  }
  .search-form-kinmuchi li:only-child .wrap-city {
    padding-left: 0;
  }
  .search-form-kinmuchi.check-style > li:first-child {
    padding-left: 0;
    padding-right: 0;
  }
}

/* エリアのタブスタイル */
.select-area-tab {
  display: none;
}
@media (min-width: 768px) {
  .select-area-tab {
    display: flex;
    border-left: 1px solid var(--kirin-red);
  }
  .select-area-tab li {
    letter-spacing: 1px;
    border: 1px solid;
    border-left: 0;
    border-color: var(--kirin-red);
    text-align: center;
    padding: 8px 4px;
    cursor: pointer;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .select-area-tab li {
    font-size: 1.3rem;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .select-area-tab li {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  .select-area-tab li:hover, .select-area-tab li.current {
    background: var(--kirin-red);
    color: #fff;
  }
}

/* プルダウンの組み合わせスタイル */
@media (min-width: 768px) {
  .pull-style > li:nth-child(1) {
    padding-right: 10px;
    padding-left: 0;
  }
  .pull-style > li:nth-child(2) {
    padding-right: 10px;
    padding-left: 10px;
  }
  .pull-style > li:nth-child(3) {
    padding-left: 0;
    padding-right: 0;
  }
}

/* タブの組み合わせスタイル */
@media (min-width: 768px) {
  .search-form-kinmuchi.active .tab-style {
    border-left: 1px solid var(--kirin-red);
    border-right: 1px solid var(--kirin-red);
  }
}

/* 都道府県名スタイル */
.pref-name {
  margin: auto 8px 10px;
  padding: 8px;
  line-height: 1;
  background-color: #eee;
}

.tab-style .wrap-pref-pull {
  padding-top: 10px;
}

/* 市区町村 */
@media (min-width: 768px) {
  .wrap-city {
    padding-left: 10px;
  }
}

@media (min-width: 768px) {
  .wrap-city-checkbox {
    padding-top: 10px;
  }
}

.tab-style .wrap-city-pull {
  padding-top: 10px;
}

/* 検索フォームボタン */
.search-form-btn {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
.search-form-btn input[type=button] {
  font-size: 1.5rem;
  width: 100%;
  margin: 20px 0;
  padding: 12px 0;
  text-align: center;
  letter-spacing: 4px;
  color: #fff;
  border-radius: 3px;
  background: #4A4847;
  box-shadow: 0 1px 0 1px #ccc;
}
.search-form-btn input[type=button].disabled {
  background: #ccc;
}

.sticky-bottom-wrap.btn-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 97;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 1s ease;
}
.sticky-bottom-wrap.btn-fixed.is-hdn {
  bottom: -1000px;
}
@media (min-width: 768px) {
  .sticky-bottom-wrap .search-form-btn {
    margin: 20px auto;
  }
}
@media (max-width: 767px) {
  .sticky-bottom-wrap .search-form-btn {
    margin: 10px auto;
  }
}

/* アコーディオンのプラスマーク */
@media (max-width: 767px) {
  .search-icon-plus {
    position: relative;
  }
  .search-icon-plus::before, .search-icon-plus::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 16px;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s ease-out 0s;
  }
  .search-icon-plus::before {
    transform: rotate(90deg);
  }
  .search-icon-plus.open:before {
    transition: all 0.3s ease-out 0s;
    transform: rotate(0deg);
  }
}
.kinmuchi-link table {
  margin-left: 0;
}
@media (max-width: 767px) {
  .kinmuchi-link table {
    width: 100%;
  }
  .kinmuchi-link table tr {
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .kinmuchi-link table {
    margin-left: auto;
  }
}
.kinmuchi-link th, .kinmuchi-link td {
  padding: 5px;
}
@media (max-width: 767px) {
  .kinmuchi-link th, .kinmuchi-link td {
    display: block;
  }
}
.kinmuchi-link th {
  border-bottom: solid 1px #888;
  font-size: 1.2rem;
}
.kinmuchi-link td {
  border-bottom: solid 1px #eee;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .kinmuchi-link td {
    line-height: 2;
  }
}
.kinmuchi-link a {
  padding: 0 5px;
  text-decoration: underline;
  display: inline-block;
  vertical-align: middle;
}
.kinmuchi-link a:hover {
  display: inline-block;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .w-sp-50 {
    width: 50% !important;
  }
  .w-sp-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
.search-form-btn input[type=button] {
  background-color: var(--kirin-red);
}

/******************************************************************
  ■header
*****************************************************************/
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: var(--hd-height);
  background-color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  header {
    height: var(--hd-height);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.3); /*横方向　下方向　ぼかし　広がり　色 */
  }
}

.header {
  display: flex;
  padding-left: 10px;
}
@media (min-width: 768px) {
  .header {
    justify-content: space-between;
    padding-inline: 10px;
  }
}
@media (min-width: 992px) {
  .header {
    padding-inline: min(24px, 1.25vw) min(48px, 2.5vw);
  }
}

.header-logo {
  margin: 0;
  display: flex;
  align-items: center;
  height: var(--hd-height);
  font-size: 0;
}
@media (min-width: 768px) {
  .header-logo {
    height: var(--hd-height);
  }
}
.header-logo a {
  align-items: center;
}
.header-logo .logo {
  height: 24px;
}
@media (min-width: 768px) {
  .header-logo .logo {
    height: min(60px, 5vw);
  }
}
.header-logo .logo img {
  width: auto;
  height: 100%;
}
.header-logo .logo-text {
  margin-left: 8px;
  font-size: 1rem;
  line-height: 1.25;
  align-items: center;
  font-weight: bold;
}
@media (min-width: 768px) {
  .header-logo .logo-text {
    margin-left: min(24px, 1.5vw);
    font-size: min(1.6rem, 1.2vw);
    line-height: 1.5;
  }
}
.header-logo .logo-text .br-logotxt {
  display: none;
}
@media (max-width: 480px) {
  .header-logo .logo-text .br-logotxt {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1399px) {
  .header-logo .logo-text .br-logotxt {
    display: block;
  }
}

/* index-sticky-btn
------------------------------*/
.index-sticky-btn {
  position: fixed;
  z-index: 150;
}
@media (min-width: 768px) {
  .index-sticky-btn {
    bottom: 60px;
    right: 0;
  }
  .index-sticky-btn .sticky-btn a {
    display: flex !important;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 16px;
    align-items: center;
    margin-top: 18px;
    padding: 24.5px 24px;
    border: solid 2px #C5C5C5;
    border-right: none;
    background-color: #fff;
    border-radius: var(--bd-radius02) 0 0 var(--bd-radius02);
    width: clamp(220px, 14.5vw, 280px);
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 0.075em;
  }
  .index-sticky-btn .sticky-btn a::after {
    content: "";
    border-radius: 50%;
    width: 24px;
    aspect-ratio: 1/1;
    background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
    display: block;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .index-sticky-btn .sticky-btn a:hover::after {
    content: "";
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
@media (min-width: 768px) {
  .index-sticky-btn .sticky-btn a.red::after {
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .index-sticky-btn .sticky-btn a.red:hover::after {
    background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
@media (min-width: 768px) {
  .index-sticky-btn .sticky-btn a::after {
    width: 32px;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .index-sticky-btn .sticky-btn a:hover {
    opacity: 1;
    background-color: var(--kirin-red);
    color: #fff;
  }
}
@media (min-width: 768px) {
  .index-sticky-btn .sticky-btn.btn-newgrad a {
    background-color: var(--kirin-red);
    color: #fff;
  }
}
@media (min-width: 768px) and (hover: hover) {
  .index-sticky-btn .sticky-btn.btn-newgrad a:hover {
    background-color: #fff;
    color: #333333;
  }
}
@media (max-width: 767px) {
  .index-sticky-btn {
    display: flex;
    top: 0;
    right: var(--hd-height);
  }
  .index-sticky-btn .sticky-btn a {
    display: flex;
    align-items: center;
    height: var(--hd-height);
    padding: 0 6px;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: 0.075em;
    color: #fff;
  }
  .index-sticky-btn .btn-newgrad a {
    background-color: #E67651;
  }
  .index-sticky-btn .btn-forparents a {
    background-color: #82A377;
  }
}

/* PC用 menu
----------------------------------------------- */
.main-menu-wrap {
  display: none;
}
@media (min-width: 768px) {
  .main-menu-wrap {
    display: block;
  }
  .main-menu-wrap .main-menu {
    display: flex;
    height: var(--hd-height);
  }
  .main-menu-wrap .main-menu-cts {
    padding-left: 1.6vw;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .main-menu-wrap .main-menu-cts {
    padding-left: min(48px, 3vw);
  }
}
@media (min-width: 768px) {
  .main-menu-wrap .main-menu-cts.main-menu-btn {
    flex: 1 0 auto;
  }
  .main-menu-wrap .main-menu-cts.main-menu-btn a {
    position: relative;
    width: 150px;
    padding: 10px 0;
  }
  .main-menu-wrap .main-menu-cts.main-menu-btn a span {
    display: grid;
    place-items: center;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    text-align: center;
    line-height: 1.2;
  }
  .main-menu-wrap .main-menu-cts.main-menu-btn a span::after {
    display: none;
  }
  .main-menu-wrap .main-menu-cts a {
    height: 100%;
  }
  .main-menu-wrap .main-menu-cts a span {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center;
    font-weight: bold;
    letter-spacing: 0.075em;
    line-height: 1.75;
    font-size: min(1.6rem, 1.5vw);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .main-menu-wrap .main-menu-cts a span {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .main-menu-wrap .main-menu-cts a span::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    transition: all 0.3s ease;
    transform: scaleX(0);
    background-color: var(--kirin-red);
  }
  .main-menu-wrap .main-menu-cts.current-hover a span::after, .main-menu-wrap .main-menu-cts.current a span::after {
    transform: scaleX(1);
  }
}

/* SP用 menu
----------------------------------------------- */
.menu-btn {
  --btn-line-width: 32px;
  position: fixed;
  width: var(--hd-height);
  height: var(--hd-height);
  top: 0;
  right: 0;
  cursor: pointer;
  transition: all 0.3s ease-out;
  z-index: 1000;
  background: var(--kirin-red);
  padding: 20px 15.5px;
  display: grid;
  place-content: center;
  gap: 10px;
}
.menu-btn span {
  margin-right: auto;
  width: var(--btn-line-width);
  height: 1px;
  display: block;
  background-color: #fff;
}
.menu-btn span:nth-of-type(3) {
  width: calc(var(--btn-line-width) / 2);
}

.open .menu-btn span, .open-tab-a .menu-btn span, .open-tab-b .menu-btn span {
  transition: all 0.4s;
}
.open .menu-btn span:nth-of-type(1), .open-tab-a .menu-btn span:nth-of-type(1), .open-tab-b .menu-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}
.open .menu-btn span:nth-of-type(2), .open-tab-a .menu-btn span:nth-of-type(2), .open-tab-b .menu-btn span:nth-of-type(2) {
  opacity: 0;
}
.open .menu-btn span:nth-of-type(3), .open-tab-a .menu-btn span:nth-of-type(3), .open-tab-b .menu-btn span:nth-of-type(3) {
  width: var(--btn-line-width);
  transform: translateY(-12px) rotate(45deg);
}

.menu-box {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 88px 15px 40px;
  background: #FAF9F5;
  top: 0;
  visibility: hidden;
  transition: all 1s;
  opacity: 0;
}
.menu-box .menu-link li a {
  display: flex !important;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  padding: 16px;
  border-top: solid 1px #DDDDDD;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1;
}
.menu-box .menu-link li a::after {
  content: "";
  border-radius: 50%;
  width: 24px;
  aspect-ratio: 1/1;
  background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  display: block;
}
@media (hover: hover) {
  .menu-box .menu-link li a:hover::after {
    content: "";
    background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
.menu-box .menu-link li a.red::after {
  background: #fff url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23F00000"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
}
@media (hover: hover) {
  .menu-box .menu-link li a.red:hover::after {
    background: var(--kirin-red) url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 14.3 9" fill="%23FFFFFF"><path d="M11,5.5H1c-.6,0-1-.4-1-1s.4-1,1-1h10c.6,0,1,.5,1,1s-.4,1-1,1Z"/><path d="M10,9c-.2,0-.5,0-.6-.2-.4-.4-.5-1-.1-1.4l2.4-2.8-2.4-2.8c-.4-.4-.3-1,.1-1.4s1.1-.3,1.4.1l3.6,4.2-3.6,4.2c-.2.2-.5.4-.8.3Z"/></svg>') no-repeat center center/12px auto;
  }
}
.menu-box .menu-link li:last-child a {
  border-bottom: solid 1px #DDDDDD;
}
.menu-box .menu-ttl-2 {
  background: var(--kirin-red);
  color: #fff;
  padding: 8px;
}
.menu-box .menu-contact {
  margin-top: 20px;
}
.menu-box .menu-contact .menu-contact-inner {
  padding: 20px 10px;
  border: 1px solid #eee;
}
.menu-box .menu-contact .menu-contact-tel {
  font-size: 1.5rem;
}
.menu-box .menu-contact .menu-contact-tel a {
  display: inline-block;
}
.menu-box .menu-contact .menu-contact-tel span {
  text-decoration: underline;
}
.menu-box .menu-contact .menu-contact-btn {
  margin: 20px auto 0;
}

.close-txt {
  border: 1px solid #333333;
  padding: 10px;
  display: block;
  width: 100px;
  margin: 20px auto;
  text-align: center;
}

.open .menu-box {
  transition: all 1s;
  opacity: 1;
  z-index: 999;
  visibility: visible;
}

/* 印刷時にヘッダーが複数回出るのを避ける
----------------------------------------------- */
@media print {
  header {
    position: absolute;
  }
}
/******************************************************************
  ■footer
*****************************************************************/
/* PAGETOP
------------------------------*/
#page_top {
  background: #eee;
  text-align: center;
}
#page_top a {
  font-style: italic;
  position: relative;
  padding: 24px 0 8px;
  font-weight: bold;
  color: var(--kirin-red);
  white-space: nowrap;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #page_top a {
    display: inline-block;
    width: 7em;
    padding-bottom: 4px;
  }
}
#page_top a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: -10px auto 0;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  border-top: 2px solid var(--kirin-red);
  border-right: 2px solid var(--kirin-red);
  display: block;
}

/* footer
------------------------------*/
footer {
  background: #eee;
}
@media (max-width: 767px) {
  footer .container {
    max-width: none;
    padding: 0;
  }
}
@media (min-width: 768px) {
  footer .container {
    padding: 50px 10px;
    font-size: 1.3rem;
  }
}
footer .contents-inn {
  padding: 0;
}
@media (max-width: 767px) {
  footer .contents-inn {
    max-width: none;
  }
}
footer a {
  position: relative;
  display: block;
  padding: 10px;
}
@media (max-width: 767px) {
  footer a {
    font-size: 1.2rem;
    border-top: 1px solid #d2d2d2;
  }
}
@media (min-width: 768px) {
  footer a {
    padding-left: 20px;
    font-size: 1.3rem;
  }
}
footer a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  transform: rotate(45deg);
  border-top: 1px solid var(--kirin-red);
  border-right: 1px solid var(--kirin-red);
}
@media (min-width: 768px) {
  footer a::before {
    width: 5px;
    height: 5px;
    left: 0;
  }
}
@media (min-width: 768px) {
  footer .home {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }
}
@media (min-width: 768px) {
  footer .home a {
    display: inline;
    padding: 0 20px 0 0;
  }
  footer .home a:hover {
    display: inline;
  }
  footer .home a:before {
    margin-top: -5px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    width: 7px;
    height: 7px;
    left: auto;
    right: 0;
  }
}
@media (min-width: 768px) {
  footer nav {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 768px) {
  footer .footer-contents {
    margin-bottom: 20px;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 768px) {
  footer .footer-contents a[target=_blank] {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  footer .footer-contents a[target=_blank]::before {
    content: "";
    border: none;
    background: url(../img/common/icon-blunk-001.png) center/cover no-repeat;
    width: 13px;
    height: 11px;
    transform: rotate(0);
  }
}
@media (min-width: 768px) {
  footer .footer-contents a[target=_blank]::after {
    content: "";
    display: inline-block;
    background: url(../img/common/icon-blunk-001.png) no-repeat;
    background-size: 100%;
    width: 14px;
    margin-left: 5px;
    aspect-ratio: 39/32;
    transform: rotate(0);
  }
}
footer .footer-inner {
  background: var(--kirin-red);
  font-family: Verdana;
  /* Android端末で©が黒く表示されることへの対応 */
  color: #ffffff;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px;
}
footer .footer-inner .ga-pdf {
  margin-top: 5px;
}
footer .footer-inner .ga-pdf a {
  color: #ffffff;
  font-size: 1.2rem;
  padding: 0;
  border: 0;
}
footer .footer-inner .ga-pdf a::before {
  border: 0;
}
footer .stop-logo {
  margin-inline: auto;
  margin-block: 32px 0;
  width: 300px;
}
@media (min-width: 992px) {
  footer .stop-logo {
    width: 400px;
  }
}
@media (max-width: 767px) {
  footer .stop-logo {
    margin-block: 24px;
  }
}

/******************************************************************
  ■ 案件別専用スタイル
*****************************************************************/
section p {
  line-height: 1.75;
  letter-spacing: 0.075em;
}

.bg-color {
  background-color: #FAF9F5;
}
.bg-color .contents-inn {
  position: relative;
  z-index: 1;
}

.bg-gray {
  background-color: #DDDDDD;
}

.bg-red {
  background: var(--kirin-red);
}
.bg-red .tit_type_2nd .ttl-en {
  margin-bottom: -6px;
  background-color: transparent;
}
.bg-red .tit_type_2nd .ttl-en img {
  opacity: 1;
}
.bg-red .tit_type_2nd .ttl-jp {
  color: #fff;
}
.bg-red .tit_type_2nd .ttl-jp::first-letter {
  color: #fff;
}
.bg-red .btn01 a {
  border-color: #fff;
}
@media (hover: hover) {
  .bg-red .btn01 a:hover {
    border-color: #fff;
  }
}

.txt-red {
  color: var(--kirin-red) !important;
}

.bd-red {
  border: solid 1px var(--kirin-red);
}

.tit_type_2nd {
  display: grid;
}
@media (max-width: 767px) {
  .tit_type_2nd {
    margin-bottom: 16px;
  }
}
.tit_type_2nd .ttl-en, .tit_type_2nd .ttl-jp {
  position: relative;
  justify-self: center;
}
@media (max-width: 767px) {
  .tit_type_2nd .ttl-en, .tit_type_2nd .ttl-jp {
    justify-self: flex-start;
  }
}
.tit_type_2nd .ttl-en::before, .tit_type_2nd .ttl-jp::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0%;
  right: 100%;
  bottom: 0%;
  left: 0%;
  background-color: var(--kirin-red);
}
.tit_type_2nd .ttl-en.active::before, .tit_type_2nd .ttl-jp.active::before {
  animation: tit_effect 1s 0s forwards;
}
@keyframes tit_effect {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}
.tit_type_2nd .ttl-en {
  background-color: transparent;
  padding: 5px;
}
@media (max-width: 767px) {
  .tit_type_2nd .ttl-en {
    padding-block: 9.25px;
  }
}
@media (min-width: 768px) {
  .tit_type_2nd .ttl-en {
    margin-bottom: 8px;
  }
}
.tit_type_2nd .ttl-en img {
  height: 16px;
  width: auto;
  opacity: 0;
  transition: all 0s 0.5s ease-out;
}
@media (max-width: 767px) {
  .tit_type_2nd .ttl-en img {
    height: 13px;
  }
}
.tit_type_2nd .ttl-en.active {
  background-color: var(--kirin-red);
}
.tit_type_2nd .ttl-en.active img {
  opacity: 1;
}
.tit_type_2nd .ttl-jp {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.075em;
  line-height: 1.75;
  color: transparent;
  transition: all 0s 0.5s ease-out;
}
@media (max-width: 767px) {
  .tit_type_2nd .ttl-jp {
    font-size: 2.8rem;
  }
}
.tit_type_2nd .ttl-jp::first-letter {
  color: var(--kirin-red);
}
.tit_type_2nd .ttl-jp.active {
  color: #333333;
}
.tit_type_2nd.grid-left .ttl-en, .tit_type_2nd.grid-left .ttl-jp {
  justify-self: flex-start;
  text-align: left;
}

.aspect-ratio-3x2 {
  --aspect-ratio-sp: 3/2;
  --aspect-ratio-pc: 3/2;
}

.aspect-ratio img {
  aspect-ratio: var(--aspect-ratio-sp);
}
@media (min-width: 768px) {
  .aspect-ratio img {
    aspect-ratio: var(--aspect-ratio-pc);
  }
}

/* エントリー TOPページ共有フッター共通
----------------------------------------------- */
.entry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media (max-width: 767px) {
  .entry-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}
.entry-list .entry-item.btn01 a {
  margin: auto;
  padding-block: 32px;
  padding-inline: 20px 24px;
  width: auto;
  justify-content: space-between;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .entry-list .entry-item.btn01 a {
    padding-block: 21.5px;
    font-size: 1.8rem;
  }
}
.entry-list .entry-item.btn01 a::after {
  width: 32px;
}
@media (max-width: 767px) {
  .entry-list .entry-item.btn01 a::after {
    width: 24px;
  }
}

/* soda 泡のアニメーション
----------------------------------------------- */
.soda-wrap {
  position: relative;
}

.soda {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -10;
  overflow: hidden;
}
.soda span {
  position: absolute;
  top: -10%;
  left: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.8);
  /* add animation */
  /* side position */
  /* size */
  /* animation-duration */
  /* animation-delay */
  --delay-time: 17s;
}
.soda span:nth-child(2n+1) {
  animation: soda-anim-1 10s 0s linear infinite;
}
.soda span:nth-child(2n+2) {
  animation: soda-anim-2 10s 0s linear infinite;
}
.soda span:nth-child(1) {
  left: 0%;
}
.soda span:nth-child(2) {
  left: 2%;
}
.soda span:nth-child(3) {
  left: 4%;
}
.soda span:nth-child(4) {
  left: 6%;
}
.soda span:nth-child(5) {
  left: 8%;
}
.soda span:nth-child(6) {
  left: 10%;
}
.soda span:nth-child(7) {
  left: 12%;
}
.soda span:nth-child(8) {
  left: 14%;
}
.soda span:nth-child(9) {
  left: 16%;
}
.soda span:nth-child(10) {
  left: 18%;
}
.soda span:nth-child(11) {
  left: 20%;
}
.soda span:nth-child(12) {
  left: 22%;
}
.soda span:nth-child(13) {
  left: 24%;
}
.soda span:nth-child(14) {
  left: 26%;
}
.soda span:nth-child(15) {
  left: 28%;
}
.soda span:nth-child(16) {
  left: 30%;
}
.soda span:nth-child(17) {
  left: 32%;
}
.soda span:nth-child(18) {
  left: 34%;
}
.soda span:nth-child(19) {
  left: 36%;
}
.soda span:nth-child(20) {
  left: 38%;
}
.soda span:nth-child(21) {
  left: 40%;
}
.soda span:nth-child(22) {
  left: 42%;
}
.soda span:nth-child(23) {
  left: 44%;
}
.soda span:nth-child(24) {
  left: 46%;
}
.soda span:nth-child(25) {
  left: 48%;
}
.soda span:nth-child(26) {
  left: 50%;
}
.soda span:nth-child(27) {
  left: 52%;
}
.soda span:nth-child(28) {
  left: 54%;
}
.soda span:nth-child(29) {
  left: 56%;
}
.soda span:nth-child(30) {
  left: 58%;
}
.soda span:nth-child(31) {
  left: 60%;
}
.soda span:nth-child(32) {
  left: 62%;
}
.soda span:nth-child(33) {
  left: 64%;
}
.soda span:nth-child(34) {
  left: 66%;
}
.soda span:nth-child(35) {
  left: 68%;
}
.soda span:nth-child(36) {
  left: 70%;
}
.soda span:nth-child(37) {
  left: 72%;
}
.soda span:nth-child(38) {
  left: 74%;
}
.soda span:nth-child(39) {
  left: 76%;
}
.soda span:nth-child(40) {
  left: 78%;
}
.soda span:nth-child(41) {
  left: 80%;
}
.soda span:nth-child(42) {
  left: 82%;
}
.soda span:nth-child(43) {
  left: 84%;
}
.soda span:nth-child(44) {
  left: 86%;
}
.soda span:nth-child(45) {
  left: 88%;
}
.soda span:nth-child(46) {
  left: 90%;
}
.soda span:nth-child(47) {
  left: 92%;
}
.soda span:nth-child(48) {
  left: 94%;
}
.soda span:nth-child(49) {
  left: 96%;
}
.soda span:nth-child(50) {
  left: 98%;
}
.soda span:nth-child(3n+1) {
  width: 5vw;
  height: 5vw;
}
.soda span:nth-child(3n+2) {
  width: 0.6vw;
  height: 0.6vw;
}
.soda span:nth-child(3n+3) {
  width: 0.2vw;
  height: 0.2vw;
}
.soda span:nth-child(4n+1) {
  animation-duration: 20s;
}
.soda span:nth-child(4n+2) {
  animation-duration: 48s;
}
.soda span:nth-child(4n+3) {
  animation-duration: 32s;
}
.soda span:nth-child(4n+4) {
  animation-duration: 24s;
}
.soda span:nth-child(11n+1) {
  animation-delay: calc(0s - var(--delay-time));
}
.soda span:nth-child(11n+2) {
  animation-delay: calc(9s - var(--delay-time));
}
.soda span:nth-child(11n+3) {
  animation-delay: calc(2s - var(--delay-time));
}
.soda span:nth-child(11n+4) {
  animation-delay: calc(5s - var(--delay-time));
}
.soda span:nth-child(11n+5) {
  animation-delay: calc(6s - var(--delay-time));
}
.soda span:nth-child(11n+6) {
  animation-delay: calc(7s - var(--delay-time));
}
.soda span:nth-child(11n+7) {
  animation-delay: calc(3s - var(--delay-time));
}
.soda span:nth-child(11n+8) {
  animation-delay: calc(1s - var(--delay-time));
}
.soda span:nth-child(11n+9) {
  animation-delay: calc(2s - var(--delay-time));
}
.soda span:nth-child(11n+10) {
  animation-delay: calc(11s - var(--delay-time));
}
.soda span:nth-child(11n+11) {
  animation-delay: calc(10s - var(--delay-time));
}
.soda span:nth-child(7n+1) {
  background-color: #FCCCCC;
}
.soda span:nth-child(7n+2) {
  background-color: transparent;
  border: solid 0.5vw #FCCCCC;
}
.soda span:nth-child(7n+3) {
  background-color: transparent;
  border: solid 0.2vw #FCCCCC;
}
.soda span:nth-child(7n+4) {
  background-color: #FBEFDA;
}
.soda span:nth-child(7n+5) {
  background-color: transparent;
  border: solid 0.5vw #FBEFDA;
}
.soda span:nth-child(7n+6) {
  background-color: transparent;
  border: solid 0.2vw #FBEFDA;
}
.soda span:nth-child(12), .soda span:nth-child(39) {
  background-color: transparent;
  width: 12.5vw;
  aspect-ratio: 1/1;
  opacity: 0.2;
}
.bg-color .soda {
  z-index: 0;
}

@keyframes soda-anim-1 {
  0% {
    top: 100%;
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(20px);
  }
  100% {
    top: -10%;
    transform: translateX(0vw);
  }
}
@keyframes soda-anim-2 {
  0% {
    top: 100%;
    transform: translateX(0);
  }
  25% {
    transform: translateX(20px);
  }
  50% {
    transform: translateX(0px);
  }
  75% {
    transform: translateX(20px);
  }
  100% {
    top: -10%;
    transform: translateX(0px);
  }
}
/* mainimg
------------------------------*/
.mainimg-wrap {
  padding-top: min(100px, 4vw);
}
@media (max-width: 767px) {
  .mainimg-wrap {
    padding-top: 52px;
    padding-bottom: 13vw;
  }
}

.mainimg {
  overflow: visible;
}

.mainimg-img {
  margin-left: 52.5%;
  transform: translateX(-50%);
  width: 31.5625vw;
  aspect-ratio: 606/776;
  overflow: visible;
  position: relative;
  opacity: 0;
  animation: mainimg_show 1.5s 1.5s cubic-bezier(1, 0, 0, 1) forwards;
}
@media (max-width: 767px) {
  .mainimg-img {
    margin-left: 49.5%;
    width: 69.33vw;
  }
  .mainimg-img .slick-slide img {
    min-width: 100%;
    min-height: 100%;
    aspect-ratio: 260/370;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.mainimg-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  background-color: var(--kirin-red);
  width: 100%;
  height: 100%;
  transform: rotate(8deg);
}
.mainimg-img img {
  aspect-ratio: 606/776;
}

.nav01 {
  opacity: 0;
  animation: mainimg_show 1.5s 2s cubic-bezier(1, 0, 0, 1) forwards;
}

.nav02 {
  opacity: 0;
  animation: mainimg_show 1.5s 2.5s cubic-bezier(1, 0, 0, 1) forwards;
}

.nav03 {
  opacity: 0;
  animation: mainimg_show 1.5s 3s cubic-bezier(1, 0, 0, 1) forwards;
}

@keyframes mainimg_show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.slider-nav-wrap {
  position: absolute;
  top: 56%;
  right: 1.66vw;
  bottom: 100px;
  z-index: 100;
  width: 33.3vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .slider-nav-wrap {
    top: auto;
    bottom: -20px;
    right: 5vw;
    width: 72.8vw;
    gap: 8.5px;
  }
}

.slider-nav {
  aspect-ratio: 1/1;
  overflow: hidden;
}
.slider-nav.nav02 {
  position: relative;
  top: 24%;
}
@media (max-width: 767px) {
  .slider-nav.nav02 {
    top: 3.5vw;
  }
}
.slider-nav img {
  aspect-ratio: 1/1;
}

.bg-color-slide {
  position: relative;
}
.bg-color-slide::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  z-index: 101;
  background: var(--kirin-red);
  transition: all 0s 0.5s ease-out;
}
.bg-color-slide.show_first::after {
  animation: color_slide_show 0.8s 4.5s cubic-bezier(0.65, 0, 0.35, 1);
}
.bg-color-slide.show::after {
  animation: color_slide_show 0.8s 0s cubic-bezier(0.65, 0, 0.35, 1);
}
@keyframes color_slide_show {
  50% {
    left: 0%;
    right: 0%;
  }
  100% {
    left: 100%;
    right: 0%;
  }
}

.main-copy {
  position: absolute;
  top: 56vw;
  left: 3.6vw;
  z-index: 1;
  display: grid;
}
@media (min-width: 768px) {
  .main-copy {
    top: 52%;
    left: 7.6vw;
  }
}
.main-copy .main-copy-img {
  margin-bottom: 3vw;
}
@media (min-width: 768px) {
  .main-copy .main-copy-img {
    width: 25.36vw;
  }
}
@media (max-width: 767px) {
  .main-copy .main-copy-img {
    margin-bottom: 6vw;
    width: 36.53vw;
  }
}
.main-copy .main-copy-txt {
  padding: 9.5px;
  background-color: #FFF5F5;
  font-size: max(1.6rem, 1.666vw);
  justify-self: flex-start;
  letter-spacing: 0.15em;
}
@media (min-width: 768px) {
  .main-copy .main-copy-txt {
    padding: 8.25px 5px;
    font-weight: bold;
  }
}

.line-wave {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 174px;
}
@media (max-width: 767px) {
  .line-wave {
    top: 33vw;
  }
}
.line-wave svg {
  width: 102%;
}
.line-wave .line-wave-path {
  stroke-dasharray: 1920;
  stroke-dashoffset: 1920;
  animation: drawLine 1.5s cubic-bezier(1, 0, 0, 1) forwards;
  fill: none;
  stroke: var(--kirin-red);
  stroke-linecap: round;
  stroke-width: 8px;
}
@keyframes drawLine {
  0% {
    stroke-dashoffset: 1920;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

.logo-pic {
  width: 11.04vw;
  position: absolute;
  top: 14%;
  left: 13.17vw;
  z-index: 1;
  animation: icon_show 1.5s ease-out forwards;
}
@media (max-width: 767px) {
  .logo-pic {
    width: 18.6vw;
    top: 22vw;
    left: 2vw;
  }
}
@keyframes icon_show {
  0% {
    transform: translateY(10vw);
  }
  60% {
    transform: translateY(-2vw);
  }
  100% {
    transform: translateY(0);
  }
}

.scroll-down {
  position: absolute;
  left: 53.2%;
  transform: translateX(-50%);
  bottom: 2%;
}
@media (min-width: 992px) {
  .scroll-down {
    bottom: 14.5%;
  }
}
@media (max-width: 767px) {
  .scroll-down {
    display: none;
  }
}
.scroll-down a {
  display: inline-block;
  line-height: 18px;
  font-size: 12px;
  font-weight: normal;
  color: var(--kirin-red);
  letter-spacing: 2px;
  text-decoration: none;
}
.scroll-down .mouse {
  position: relative;
  display: block;
  width: max(28px, 2.083vw);
  aspect-ratio: 2/3;
  margin: 0 auto 10px;
  box-sizing: border-box;
  border: 2px solid var(--kirin-red);
  border-radius: max(13px, 1.19vw);
  background-color: rgba(255, 255, 255, 0.74);
}
.scroll-down .mouse > * {
  position: absolute;
  display: block;
  top: 29%;
  left: 50%;
  width: 8px;
  height: 8px;
  margin: -4px 0 0 -4px;
  background: var(--kirin-red);
  border-radius: 50%;
  animation: ani-mouse 2.5s linear infinite;
}
.scroll-down .txt-scroll {
  width: 57px;
}
@keyframes ani-mouse {
  0% {
    opacity: 0;
    top: 70%;
  }
  40% {
    opacity: 0;
    top: 30%;
  }
  70% {
    opacity: 1;
    top: 30%;
  }
  100% {
    opacity: 1;
    top: 70%;
  }
}

/* index-entry
------------------------------*/
@media (min-width: 768px) {
  .index-entry {
    padding-top: 18px;
  }
}
@media (max-width: 767px) {
  .index-entry {
    padding-bottom: 0;
  }
}
.index-entry .entry-box {
  background-color: var(--kirin-red);
  border-radius: var(--bd-radius01);
  overflow: hidden;
  padding: min(80px, 4.16vw);
}
@media (max-width: 767px) {
  .index-entry .entry-box {
    border-radius: 16px;
    padding: 32px 16px;
  }
}
.index-entry .sliding {
  display: none;
}
@media (min-width: 768px) {
  .index-entry .sliding {
    display: block;
    position: absolute;
    top: 27%;
    z-index: -1;
    width: 100%;
  }
  .index-entry .sliding .sliding-area {
    height: 142px;
    animation: slide 80s linear infinite;
    background-repeat: repeat-x;
    background-size: contain;
  }
  .index-entry .sliding .sliding-area.n-01 {
    background-image: url(../img/top/slide-txt-001.png);
  }
}
@keyframes slide {
  0% {
    background-position: 1901px 0;
  }
  100% {
    background-position: 0px 0;
  }
}

/* index-message
------------------------------*/
.index-message {
  background: url(../img/top/slide-ph-001.png) repeat-x;
  background-size: auto 774px;
  background-position: top left -5vw;
  min-height: 774px;
}
@media (max-width: 767px) {
  .index-message {
    background-size: auto 300px;
    background-position: top left -12vw;
  }
}
@media (max-width: 767px) {
  .index-message .contents-inn {
    padding-top: 210px !important;
    padding-bottom: 0;
  }
}
.index-message .message-box {
  padding: 32px 16px 0;
  width: 100%;
  background-color: #fff;
  border-radius: var(--bd-radius01);
  overflow: hidden;
  container-type: inline-size;
}
@media (min-width: 768px) {
  .index-message .message-box {
    width: 55%;
    padding: min(64px, 3.3vw);
    position: relative;
    top: 24px;
    left: 16px;
  }
}
.index-message .message-tit {
  margin-bottom: 20px;
  font-size: min(3.6rem, 8cqw);
  color: var(--kirin-red);
  letter-spacing: 0.075em;
  line-height: 1.75;
}
@media (max-width: 767px) {
  .index-message .message-tit {
    margin-bottom: 16px;
    font-size: 2.4rem;
  }
}
.index-message .message-txt {
  line-height: 2;
}
@media (max-width: 767px) {
  .index-message .message-txt {
    font-size: 1.6rem;
  }
}

/* index-about/index-factory/
index-process/index-newgrad共通
------------------------------*/
.bg-line {
  position: relative;
}
.bg-line .contents-inn {
  position: relative;
  z-index: 2;
}
.bg-line::before, .bg-line::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 1vw;
  left: 0;
}
@media (max-width: 767px) {
  .bg-line::before, .bg-line::after {
    top: 30px;
  }
}
.bg-line::before {
  background: url(../img/top/bg-line.png) no-repeat;
  background-size: 100%;
  z-index: 0;
  transform: scale(-1, 1);
  opacity: 0.25;
}
.bg-line::after {
  background-color: #fff;
  position: absolute;
  z-index: 1;
  transform: translateX(0%);
  transition: transform 1.5s 0.5s cubic-bezier(1, 0, 0, 1);
}
.bg-line.active::after {
  transform: translateX(100%);
}
@media (min-width: 768px) {
  .bg-line.line-reverse::before {
    transform: scale(1, 1);
  }
  .bg-line.line-reverse::after {
    transform: translateX(0%);
  }
  .bg-line.line-reverse.active::after {
    transform: translateX(-100%);
  }
}
.bg-line.bg-color::after {
  background-color: #FAF9F5;
}

/* index-about/index-factory共通
------------------------------*/
.content-box01, .content-box02 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .content-box01, .content-box02 {
    grid-template-columns: 1fr;
  }
}
.content-box01 .content-img img, .content-box02 .content-img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-box01 .content-txt, .content-box02 .content-txt {
  container-type: inline-size;
}
.content-box01 .content-txt .content-txt-inner, .content-box02 .content-txt .content-txt-inner {
  padding: min(64px, 3.3vw);
  overflow: hidden;
  height: 100%;
}
@media (max-width: 767px) {
  .content-box01 .content-txt .content-txt-inner, .content-box02 .content-txt .content-txt-inner {
    padding: 32px 16px;
  }
}
.content-box01 .content-txt .content-txt-inner .tit_type_2nd .ttl-jp, .content-box02 .content-txt .content-txt-inner .tit_type_2nd .ttl-jp {
  font-size: min(4rem, 9.6cqw);
}
@media (max-width: 767px) {
  .content-box01 .content-txt .content-txt-inner .tit_type_2nd .ttl-jp, .content-box02 .content-txt .content-txt-inner .tit_type_2nd .ttl-jp {
    font-size: 2.8rem;
  }
}
@media (min-width: 768px) {
  .content-box01.reverse .content-txt, .content-box02.reverse .content-txt {
    order: 1;
  }
  .content-box01.reverse .content-img, .content-box02.reverse .content-img {
    order: 2;
  }
}
@media (max-width: 767px) {
  .content-box01 p, .content-box02 p {
    font-size: 1.6rem;
  }
}

.content-box01 .content-txt-inner {
  background-color: #FAF9F5;
  border-radius: 0 var(--bd-radius01) var(--bd-radius01) 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 767px) {
  .content-box01 .content-txt-inner {
    border-radius: 0 0 var(--bd-radius01) var(--bd-radius01);
  }
}
.content-box01 .content-img {
  border-radius: var(--bd-radius01) 0 0 var(--bd-radius01);
  overflow: hidden;
}
@media (max-width: 767px) {
  .content-box01 .content-img {
    border-radius: var(--bd-radius01) var(--bd-radius01) 0 0;
  }
}
.content-box01 .content-img img {
  aspect-ratio: 690/640;
}
@media (min-width: 768px) {
  .content-box01.reverse .content-txt-inner {
    border-radius: var(--bd-radius01) 0 0 var(--bd-radius01);
  }
  .content-box01.reverse .content-img {
    border-radius: 0 var(--bd-radius01) var(--bd-radius01) 0;
  }
}
.content-box01 + .content-box01 {
  margin-top: 52px;
}
@media (max-width: 767px) {
  .content-box01 + .content-box01 {
    margin-top: 32px;
  }
}

.content-txt-icon {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  transform: translateY(-30px);
  opacity: 0;
  transition: all 0.8s 0.3s ease-out;
}
.content-txt-icon.icon01 {
  width: max(100px, 20cqw);
  right: 30px;
}
@media (min-width: 768px) {
  .content-txt-icon.icon01 {
    width: 156px;
    top: -32px;
    left: -82px;
  }
}
.content-txt-icon.icon02 {
  width: max(62px, 11cqw);
  top: -30px;
  right: 24px;
}
@media (min-width: 768px) {
  .content-txt-icon.icon02 {
    width: 135px;
    top: auto;
    bottom: -80px;
    right: -70px;
  }
}
.content-txt-icon.icon03 {
  width: max(107px, 20cqw);
  top: -30px;
  left: calc(100% - max(107px, 20cqw) - 15px);
}
@media (min-width: 768px) {
  .content-txt-icon.icon03 {
    width: 12.5vw;
    top: 75%;
    left: 86%;
  }
}
.content-txt-icon.icon04 {
  width: max(60px, 20cqw);
  top: -30px;
  left: calc(100% - max(60px, 20cqw) - 15px);
}
@media (min-width: 768px) {
  .content-txt-icon.icon04 {
    width: 10.29vw;
    top: 79%;
    left: -16%;
  }
}
.content-txt-icon.active {
  transform: translateY(0);
  opacity: 1;
}

/* index-about
------------------------------*/
@media (min-width: 768px) {
  .index-about .bg-line::before, .index-about .bg-line::after {
    top: 7vw;
  }
}
@media (max-width: 767px) {
  .index-about .contents-inn {
    padding-top: 0;
  }
}

/* index-interview
------------------------------*/
.index-interview.interview-design-02 {
  position: relative;
  /*padサイズ時カラム数を指定。*/
  /*pcサイズ時カラム数を指定。*/
  /*1カラムごとに低くなる高さを指定。*/
  /*1カラムごとに低くなる高さを指定。*/
}
@media (max-width: 767px) {
  .index-interview.interview-design-02 .contents-inn {
    margin-right: calc((100% - 100vw) / 2);
  }
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .contents-inn {
    max-width: none;
    width: min(1100px, 100% - 30px);
  }
}
.index-interview.interview-design-02::before {
  content: "";
  display: block;
  background: url(../img/top/bg-ph-001.jpg) no-repeat center;
  background-size: cover;
  width: 100vw;
  height: calc(100% - 100vw / 3);
  position: absolute;
  bottom: 0;
  z-index: -1;
  margin: 0 calc((100% - 100vw) / 2);
}
@media (min-width: 992px) {
  .index-interview.interview-design-02::before {
    height: calc(100% - 1100px / 3);
  }
}
@media (max-width: 767px) {
  .index-interview.interview-design-02::before {
    height: 50%;
  }
}
@media (max-width: 767px) {
  .index-interview.interview-design-02 .d-md-flex {
    font-size: 0;
  }
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .d-md-flex {
    margin-top: calc(0px - 60px);
    justify-content: left !important;
    margin-bottom: calc(60px * 3);
  }
}
@media (min-width: 992px) {
  .index-interview.interview-design-02 .d-md-flex {
    margin-top: calc(0px - 60px);
    margin-bottom: 152px;
  }
}
.index-interview.interview-design-02 .d-md-flex li {
  background: none;
}
@media (max-width: 767px) {
  .index-interview.interview-design-02 .d-md-flex li {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .d-md-flex li {
    width: calc((100% - 60px * (3 - 1)) / 3);
    margin-bottom: calc((0px - 60px) * (3 - 2));
  }
}
@media (min-width: 992px) {
  .index-interview.interview-design-02 .d-md-flex li {
    width: calc((100% - 60px * (3 - 1)) / 3);
    margin-bottom: calc((0px - 60px) * (3 - 2));
  }
}
.index-interview.interview-design-02 .d-md-flex li:before {
  content: "";
}
@media (max-width: 767px) {
  .index-interview.interview-design-02 .d-md-flex li:nth-child(even) { /*margin-top: 30px;*/
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .d-md-flex li:nth-child(3n) {
    margin-right: 0;
  }
  .index-interview.interview-design-02 .d-md-flex li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(1) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(2) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(3) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(4) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(5) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(6) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(7) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(8) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(9) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(10) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(11) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(12) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(13) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(14) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(15) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(16) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(17) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(18) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(19) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(20) {
    margin-top: calc(60px * 2);
  }
}
@media (min-width: 992px) {
  .index-interview.interview-design-02 .d-md-flex li:nth-child(3n) {
    margin-right: 0;
  }
  .index-interview.interview-design-02 .d-md-flex li:not(:nth-child(3n)) {
    margin-right: 40px;
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(1) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(2) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(3) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(4) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(5) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(6) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(7) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(8) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(9) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(10) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(11) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(12) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(13) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(14) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(15) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(16) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(17) {
    margin-top: calc(60px * 2);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(18) {
    margin-top: calc(60px * 3);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(19) {
    margin-top: calc(60px * 1);
  }
  .index-interview.interview-design-02 .d-md-flex li:nth-child(20) {
    margin-top: calc(60px * 2);
  }
}
.index-interview.interview-design-02 .flex-link-type_b {
  transition: all 0.3s ease-out;
}
.index-interview.interview-design-02 .flex-link-type_b a {
  overflow: inherit;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  position: relative;
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-center-img {
  border: none;
  width: 100%;
  padding-top: 133%;
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-center-img::before, .index-interview.interview-design-02 .flex-link-type_b a .flex-center-img::after {
  display: none;
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-center-img img {
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt {
  background: #FFFFFF;
  position: absolute;
  padding: 24px;
  border: none;
  width: 100%;
  display: block;
  right: -30px;
  bottom: -30px;
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt {
    bottom: calc(0px - 60px);
  }
}
@media (min-width: 992px) {
  .index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt {
    bottom: calc(0px - 60px);
  }
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt::after {
  content: "";
  display: block;
  width: 20.5px;
  aspect-ratio: 20.53/3.72;
  background: url(../img/top/arrow-002.svg) no-repeat 100%/auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: -8px;
}
@media (min-width: 992px) {
  .index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt::after {
    margin-top: 28px;
  }
}
.index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt .flex-link-type_b-ttl {
  font-weight: bold;
  line-height: 1.75;
  margin-bottom: 10px;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .index-interview.interview-design-02 .flex-link-type_b a .flex-link-type_b-txt .flex-link-type_b-ttl {
    font-size: min(1.8rem, 2vw);
  }
}
.index-interview.interview-design-02 .flex-link-type_b a:hover {
  opacity: 1;
}
@media (hover: hover) {
  .index-interview.interview-design-02 .flex-link-type_b:hover {
    transform: translate(0, -30px);
  }
}
.index-interview .flex-link-type_b {
  position: relative;
}
.index-interview .flex-link-type_b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  background: #fff url(../img/top/interview-nam-001.png) no-repeat center;
  background-size: 57%;
  width: 70px;
  aspect-ratio: 1/1;
  border-radius: var(--bd-radius02) 0 var(--bd-radius02) 0;
}
@media (max-width: 767px) {
  .index-interview .flex-link-type_b::before {
    width: 50px;
  }
}
.index-interview .flex-link-type_b:nth-child(2)::before {
  background-image: url(../img/top/interview-nam-002.png);
}
.index-interview .flex-link-type_b:nth-child(3)::before {
  background-image: url(../img/top/interview-nam-003.png);
}
.index-interview .flex-link-type_b::after {
  content: "";
  position: absolute;
  background-image: url(../img/top/interview-nam-corner.svg), url(../img/top/interview-nam-corner.svg);
  background-size: 16px, 16px;
  background-position: 0% 100%, 100% 0%;
  background-repeat: no-repeat, no-repeat;
  width: 85px;
  aspect-ratio: 1/1;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  .index-interview .flex-link-type_b::after {
    width: 66px;
  }
}
.index-interview .flex-center-img {
  border-radius: var(--bd-radius02);
  overflow: hidden;
}
.index-interview .flex-link-type_b-txt {
  border-radius: var(--bd-radius02);
}
@media (max-width: 767px) {
  .index-interview .flex-link-type_b-txt {
    border-radius: 16px;
  }
}
.index-interview .flex-link-type_b-txt .flex-link-type_b-ttl {
  border: none;
}
@media (max-width: 767px) {
  .index-interview .btn01 {
    margin-top: 24px;
  }
}

/* index-process/index-newgrad
------------------------------*/
.content-box02 {
  align-items: center;
  --img-padding: min(50px,2.6vw);
}
@media (min-width: 768px) {
  .content-box02 .content-img {
    position: relative;
    margin-inline: calc(var(--content-width) / 2 - 50vw) 8px;
    padding-inline: var(--img-padding) 0;
  }
}
.content-box02 .content-img::before {
  content: "";
  position: absolute;
  top: calc(-1 * var(--img-padding));
  left: 0;
  z-index: 0;
  width: 91%;
  aspect-ratio: 868/488;
  background-color: var(--kirin-red);
}
@media (max-width: 767px) {
  .content-box02 .content-img::before {
    top: -15px;
    left: -15px;
    width: 68%;
  }
}
.content-box02 .content-img img {
  position: relative;
  aspect-ratio: 3/2;
}
.content-box02 .content-txt-inner {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: var(--bd-radius01);
}
@media (min-width: 768px) {
  .content-box02 .content-txt-inner {
    margin-inline: -24px 0;
  }
}
.content-box02.reverse .content-img {
  padding-inline: 0 15px;
}
@media (min-width: 768px) {
  .content-box02.reverse .content-img {
    margin-inline: 8px calc(var(--content-width) / 2 - 50vw);
    padding-inline: 0 var(--img-padding);
  }
}
.content-box02.reverse .content-img::before {
  left: auto;
  right: 0;
}
@media (min-width: 768px) {
  .content-box02.reverse .content-txt-inner {
    margin-inline: 0 -24px;
  }
}
.content-box02 + .content-box02 {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .content-box02 + .content-box02 {
    margin-top: 50px;
  }
}

.fadein02 {
  opacity: 0;
  transition: all 1s 0.5s ease;
  transform: translate(100px, 0);
}
.fadein02.left {
  transform: translate(-100px, 0);
}
.fadein02.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* index-process
------------------------------*/
.index-process {
  background-color: #FAF9F5;
  padding-top: 45px;
}
@media (min-width: 768px) {
  .index-process {
    padding-top: 120px;
  }
}

/* index-news
------------------------------*/
@media (max-width: 767px) {
  .index-news {
    padding-bottom: 0;
  }
}
.index-news .line-link-list a {
  border-color: #D3D3D4;
}
@media (min-width: 768px) {
  .index-news .line-link-list a {
    background-color: #fff;
  }
}
.index-news .line-link-list .line-link-item:first-child {
  border-top: 1px solid #D3D3D4;
}

/* index-search
------------------------------*/
.index-search {
  --bg-wave-height: min(154px,8vw);
  background: url(../img/top/bg-ph-002.jpg) top center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: calc(var(--bg-wave-height) + 16px);
}
@media (max-width: 767px) {
  .index-search {
    --bg-wave-height: 30px;
    padding-bottom: 0;
  }
  .index-search > .contents-inn {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .index-search {
    background-size: 100%;
  }
}
.index-search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/top/bg-wave-b.png) repeat-x top center;
  background-size: contain;
  width: 100%;
  height: var(--bg-wave-height);
}

/* html-bottom
------------------------------*/
.html-bottom {
  position: relative;
  overflow: hidden;
}
.html-bottom .bg-html {
  width: 615px;
  position: absolute;
  top: -5%;
  left: 62%;
  z-index: 0;
  transform: translateX(-50%) rotate(24deg);
  display: flex;
  gap: 15px;
  height: max(1200px, 130%);
}
@media (max-width: 767px) {
  .html-bottom .bg-html {
    width: 308px;
    gap: 8px;
    top: -12%;
    left: 37%;
  }
}
.html-bottom .bg-html::before, .html-bottom .bg-html::after {
  content: "";
  display: block;
  width: 50%;
  height: 100%;
  opacity: 0.78;
}
.html-bottom .bg-html::before {
  background: url(../img/top/recruit-bg-001.png) top left/100% auto repeat-y;
}
.html-bottom .bg-html::after {
  background: url(../img/top/recruit-bg-002.png) top right/100% auto repeat-y;
  position: relative;
  top: 60px;
}
@media (max-width: 767px) {
  .html-bottom .bg-html::after {
    top: 44px;
  }
}
.html-bottom .contents-inn {
  padding-top: 16px;
  width: min(940px, 100%);
}
@media (min-width: 768px) {
  .html-bottom .contents-inn {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .html-bottom .contents-inn {
    padding-inline: 27px;
  }
}
.html-bottom .tit_type_2nd {
  position: relative;
  z-index: 1;
}
.html-bottom .entry-list {
  width: min(460px, 100%);
  grid-template-columns: 1fr;
  position: relative;
  z-index: 1;
}

/******************************************************************
  ■ 下層ページ
*****************************************************************/
@media (max-width: 767px) {
  #about .contents, #about .contents-inn, #factory .contents, #factory .contents-inn, #process .contents, #process .contents-inn, #newgrad .contents, #newgrad .contents-inn {
    padding-block: 24px;
  }
}
@media (min-width: 768px) {
  #about .full-width .contents-inn, #factory .full-width .contents-inn, #process .full-width .contents-inn, #newgrad .full-width .contents-inn {
    padding-inline: 15px;
  }
}
#about .tit_type_2nd, #factory .tit_type_2nd, #process .tit_type_2nd, #newgrad .tit_type_2nd {
  margin-top: calc(var(--hd-height) * -1);
  padding-top: calc(var(--hd-height) + 20px);
}
@media (max-width: 767px) {
  #about .tit_type_2nd, #factory .tit_type_2nd, #process .tit_type_2nd, #newgrad .tit_type_2nd {
    margin-top: calc(var(--hd-height) * -1 - 5px);
    padding-top: calc(var(--hd-height) + 5px);
  }
}

.n-margin {
  margin-top: calc(var(--hd-height) * -1);
  padding-top: var(--hd-height);
}

.marker {
  font-weight: bold;
  background: linear-gradient(#fff 70%, rgba(var(--kirin-red-rgb), 0.5) 30%);
}

.h1 {
  line-height: 1.5;
}
@media (max-width: 767px) {
  .h1 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.anchor-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-block: 60px;
}
@media (max-width: 767px) {
  .anchor-box {
    margin-block: 30px;
    gap: 16px;
  }
}
.anchor-box.line-double li a {
  min-height: 86.5px;
}

.anchor-item {
  flex: 1 1 33.3333333333%;
  max-width: 340px;
}
@media (min-width: 1200px) {
  .anchor-4-item .anchor-item {
    flex: 1 1 calc((100% - 72px) / 4);
  }
}
@media (min-width: 768px) {
  .anchor-2-item .anchor-item {
    flex: 1 1 calc(50% - 24px);
    max-width: none;
  }
}
@media (max-width: 767px) {
  .anchor-item {
    flex: 1 1 100%;
  }
}
.anchor-item a {
  border: solid 2px var(--kirin-red);
  border-radius: var(--bd-radius02);
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.25;
  letter-spacing: 0.075em;
  box-shadow: 2px 2px 0px 2px var(--kirin-red);
  text-align: center;
  padding: 18.75px 10px;
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}
.anchor-item a:after {
  content: "";
  width: 16px;
  aspect-ratio: 17/10;
  background: url(../img/common/arrow-003.svg) no-repeat center/100% auto;
  justify-self: flex-end;
}
.anchor-item a::before {
  content: "";
}
@media (max-width: 767px) {
  .anchor-item a {
    border-width: 1px;
    box-shadow: 1px 1px 0px 1px var(--kirin-red);
  }
}
@media (hover: hover) {
  .anchor-item a:hover {
    opacity: 1;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
}

/* about
------------------------------*/
#about .link-box {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 24px;
}
@media (max-width: 767px) {
  #about .link-box {
    gap: 16px;
  }
}
#about .link-box .link-item a {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 16px;
  border: solid 2px #C5C5C5;
  border-radius: var(--bd-radius02);
  min-height: 128px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  #about .link-box .link-item a {
    grid-template-columns: 0 auto 1fr;
    min-height: 72px;
    text-align: left;
  }
}
#about .link-box .link-item a[target=_blank]::after {
  content: "";
  background: url(../img/common/icon-blunk-001.png) no-repeat center/100% auto;
  width: 19.5px;
  aspect-ratio: 39/32;
  justify-self: flex-end;
}
#about .link-box .link-item a::before {
  content: "";
}
#about .link-box .link-item span {
  display: inline-block;
}
#about .icon-welfare {
  background-color: #FFF5F5;
  text-align: center;
  padding: 32px;
}
@media (max-width: 767px) {
  #about .icon-welfare {
    padding: 16px;
  }
}
#about .icon-welfare img {
  width: min(220px, 50%);
  border-radius: 50%;
}
#about .life-event-list {
  list-style-type: disc;
  margin-left: 1.5em;
}
#about .life-event-list li:not(:last-child) {
  margin-bottom: 1em;
}
#about .life-event-tit {
  font-size: 1.8rem;
  font-weight: bold;
}
#about .life-event-tit::before {
  content: "";
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 5px;
  width: 30px;
  aspect-ratio: 1/1;
}
#about .data-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media (max-width: 767px) {
  #about .data-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
#about .data-box li {
  margin-bottom: 0;
}
#about .data-box li.establishment {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  #about .data-box li.establishment {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
#about .data-box li.gender {
  grid-column: 2/4;
}
@media (max-width: 767px) {
  #about .data-box li.gender {
    grid-column: 1/3;
    grid-row: 3/4;
  }
}
#about .data-box li.newgrad {
  grid-column: 1/3;
}
@media (max-width: 767px) {
  #about .data-box li.newgrad {
    grid-column: 1/3;
    grid-row: 6/7;
  }
}
@media (min-width: 768px) {
  #about .data-box li .col_type_a_ttl {
    font-size: min(2.8rem, 2.6vw);
  }
}
#about .data-box li .col_type_a_ttl span {
  font-size: 1.4rem;
  display: block;
  font-weight: normal;
  margin-top: 0.2em;
}

/* factory
------------------------------*/
#factory .factory-map-wrap {
  position: relative;
  container-type: inline-size;
}
@media (min-width: 768px) {
  #factory .factory-map-wrap {
    left: -8%;
    margin-bottom: 100px;
  }
}
#factory .factory-map {
  width: 70%;
  margin-inline: auto;
}
@media (max-width: 767px) {
  #factory .factory-bubble-wrap {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
  }
}
@media (min-width: 768px) {
  #factory .factory-bubble {
    position: absolute;
  }
}
#factory .factory-bubble a {
  --bubble-line-color: var(--kirin-red);
  --bubble-bg-color: #ffffff;
  position: relative;
  padding: 5px;
  border: 2px solid var(--bubble-line-color);
  border-radius: var(--bd-radius02);
  background-color: var(--bubble-bg-color);
  font-size: 1.8rem;
  color: #333333;
  font-weight: bold;
  /* filter: drop-shadow(2px 2px 0px var(--bubble-line-color)); */
  box-shadow: 1px 1px 0px 1px var(--bubble-line-color);
}
@media (max-width: 767px) {
  #factory .factory-bubble a {
    padding: 5px 24px;
    height: 72px;
    display: flex;
    align-items: center;
  }
}
@media (min-width: 768px) {
  #factory .factory-bubble a {
    width: 16.82cqw;
    height: 10cqw;
    overflow: visible;
    display: grid;
    place-items: center;
    text-align: center;
    font-size: 1.9cqw;
  }
  #factory .factory-bubble a::before, #factory .factory-bubble a::after {
    content: "";
    position: absolute;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: 37px;
    aspect-ratio: 37/30;
    transition: all 0.3s ease-out;
  }
  #factory .factory-bubble a::before {
    background-color: var(--bubble-line-color);
  }
  #factory .factory-bubble a::after {
    background-color: var(--bubble-bg-color);
  }
}
@media (min-width: 768px) and (hover: hover) {
  #factory .factory-bubble a:hover {
    opacity: 1;
    transform: translate(2px, 2px);
    box-shadow: none;
    filter: none;
  }
}
#factory .factory-bubble a span::before {
  content: "";
  background: url(../img/factory/icon-factory.png) no-repeat center/100% auto;
  aspect-ratio: 80/64;
}
@media (min-width: 768px) {
  #factory .factory-bubble a span::before {
    width: 3.7cqw;
    display: block;
    margin-inline: auto;
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #factory .factory-bubble a span::before {
    width: 30px;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 8px;
  }
}
@media (min-width: 768px) {
  #factory .factory-bubble.factory01 {
    top: 0;
    right: -5%;
  }
  #factory .factory-bubble.factory01 a::before, #factory .factory-bubble.factory01 a::after {
    transform: rotate(90deg);
  }
  #factory .factory-bubble.factory01 a::before {
    right: calc(100% - 4px);
    bottom: 20px;
  }
  #factory .factory-bubble.factory01 a::after {
    right: calc(100% - 7px);
    bottom: 21px;
  }
  #factory .factory-bubble.factory02 {
    top: 35%;
    right: 3%;
  }
  #factory .factory-bubble.factory02 a::before, #factory .factory-bubble.factory02 a::after {
    transform: rotate(90deg);
  }
  #factory .factory-bubble.factory02 a::before {
    right: calc(100% - 4px);
    bottom: 20px;
  }
  #factory .factory-bubble.factory02 a::after {
    right: calc(100% - 7px);
    bottom: 21px;
  }
  #factory .factory-bubble.factory03 {
    top: 60%;
    right: 3%;
  }
  #factory .factory-bubble.factory03 a::before, #factory .factory-bubble.factory03 a::after {
    clip-path: polygon(100% 30%, 0 0, 100% 100%);
  }
  #factory .factory-bubble.factory03 a::before {
    right: 100%;
    bottom: 20px;
  }
  #factory .factory-bubble.factory03 a::after {
    right: calc(100% - 6px);
    bottom: 17px;
  }
  #factory .factory-bubble.factory04 {
    top: 85%;
    right: 13%;
  }
  #factory .factory-bubble.factory04 a::before, #factory .factory-bubble.factory04 a::after {
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
  }
  #factory .factory-bubble.factory04 a::before {
    left: 10%;
    bottom: 100%;
  }
  #factory .factory-bubble.factory04 a::after {
    left: calc(10% + 1px);
    bottom: calc(100% - 3px);
  }
  #factory .factory-bubble.factory05 {
    top: 92%;
    right: 32%;
  }
  #factory .factory-bubble.factory05 a::before, #factory .factory-bubble.factory05 a::after {
    clip-path: polygon(0 0, 0% 100%, 50% 100%);
    width: 63px;
  }
  #factory .factory-bubble.factory05 a::before {
    left: 64%;
    bottom: 100%;
  }
  #factory .factory-bubble.factory05 a::after {
    left: calc(64% + 1px);
    bottom: calc(100% - 3px);
  }
  #factory .factory-bubble.factory06 {
    top: 26%;
    right: 34%;
  }
  #factory .factory-bubble.factory06 a::before, #factory .factory-bubble.factory06 a::after {
    clip-path: polygon(0 0, 38% 100%, 25% 0);
    width: 70px;
    aspect-ratio: 30/54;
  }
  #factory .factory-bubble.factory06 a::before {
    left: 15%;
    top: 100%;
  }
  #factory .factory-bubble.factory06 a::after {
    left: calc(15% + 1px);
    top: calc(100% - 1px);
    width: 60px;
  }
  #factory .factory-bubble.factory07 {
    top: 45%;
    right: 49%;
  }
  #factory .factory-bubble.factory07 a::before, #factory .factory-bubble.factory07 a::after {
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: 30px;
  }
  #factory .factory-bubble.factory07 a::before {
    right: 13px;
    top: 100%;
  }
  #factory .factory-bubble.factory07 a::after {
    right: 14px;
    top: calc(100% - 3px);
  }
  #factory .factory-bubble.factory08 {
    top: 100%;
    right: 50%;
  }
  #factory .factory-bubble.factory08 a::before, #factory .factory-bubble.factory08 a::after {
    clip-path: polygon(34% 0, 0% 100%, 34% 100%);
    width: 80px;
    aspect-ratio: 30/40;
  }
  #factory .factory-bubble.factory08 a::before {
    left: 64%;
    bottom: 100%;
  }
  #factory .factory-bubble.factory08 a::after {
    left: calc(64% - 1px);
    bottom: calc(100% - 10px);
  }
  #factory .factory-bubble.factory09 {
    top: 73%;
    left: 9%;
  }
  #factory .factory-bubble.factory09 a::before, #factory .factory-bubble.factory09 a::after {
    clip-path: polygon(0 0, 0% 100%, 100% 0);
  }
  #factory .factory-bubble.factory09 a::before {
    left: 100%;
    top: 10%;
  }
  #factory .factory-bubble.factory09 a::after {
    left: calc(100% - 4px);
    top: calc(10% + 2px);
  }
}

/* process
------------------------------*/
#process .speechbubble a {
  --bubble-line-color: #DC6B82;
  --bubble-bg-color: #ffffff;
  padding: 16px;
  border: 2px solid var(--bubble-line-color);
  border-radius: var(--bd-radius02);
  background-color: var(--bubble-bg-color);
  box-shadow: 2px 2px 0px 2px var(--bubble-line-color);
  font-weight: bold;
}
@media (max-width: 767px) {
  #process .speechbubble a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #process .speechbubble a {
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    color: #333333;
    min-width: 280px;
    overflow: visible;
    font-size: 2rem;
  }
  #process .speechbubble a::before, #process .speechbubble a::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 80%;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    width: 37px;
    aspect-ratio: 37/30;
    transition: all 0.3s ease-out;
  }
  #process .speechbubble a::before {
    background-color: var(--bubble-line-color);
  }
  #process .speechbubble a::after {
    background-color: var(--bubble-bg-color);
    clip-path: polygon(2px 0, calc(100% - 4px) calc(100% - 5px), calc(100% - 4px) 0);
  }
}
@media (min-width: 768px) and (hover: hover) {
  #process .speechbubble a:hover {
    opacity: 1;
    transform: translate(2px, 2px);
    box-shadow: none;
  }
  #process .speechbubble a:hover::after {
    clip-path: polygon(2px 0, calc(100% - 2px) calc(100% - 4px), calc(100% - 2px) 0);
  }
}
#process .b01 a {
  --bubble-line-color: #DC6B82;
}
#process .b02 a {
  --bubble-line-color: #E9AF49;
}
#process .b03 a, #process .b04 a {
  --bubble-line-color: #7E9FBF;
}
#process .b03 a::before, #process .b03 a::after, #process .b04 a::before, #process .b04 a::after {
  top: auto;
  bottom: 100%;
}
#process .b03 a::before, #process .b04 a::before {
  clip-path: polygon(0 100%, 100% 100%, 100% 0);
}
#process .b03 a::after, #process .b04 a::after {
  clip-path: polygon(0 calc(100% + 2px), calc(100% - 4px) 100%, calc(100% - 4px) 5px);
}
@media (hover: hover) {
  #process .b03 a:hover::after, #process .b04 a:hover::after {
    clip-path: polygon(0 calc(100% + 2px), calc(100% - 2px) 100%, calc(100% - 2px) 4px);
  }
}
#process .b03 a {
  --bubble-line-color: #7E9FBF;
}
#process .b04 a {
  --bubble-line-color: #E9AF49;
}
@media (max-width: 767px) {
  #process .process-img-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  #process .process-img-wrap .row {
    gap: 16px;
  }
  #process .process-img-wrap .process-img {
    order: 1;
  }
  #process .process-img-wrap .speechbubble-box01 {
    order: 2;
  }
  #process .process-img-wrap .speechbubble-box02 {
    order: 3;
  }
}
#process .process-step {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  counter-reset: stepnum;
}
@media (max-width: 767px) {
  #process .process-step {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
#process .process-step li {
  counter-increment: stepnum;
}
#process .process-step .process-tit {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 2.6em;
}
@media (max-width: 767px) {
  #process .process-step .process-tit {
    margin-bottom: 10px;
  }
}
#process .process-step .process-tit::before {
  content: counter(stepnum, decimal-leading-zero);
  display: grid;
  place-content: center;
  width: 70px;
  aspect-ratio: 1/1;
  border: solid 2px var(--kirin-red);
  color: var(--kirin-red);
  font-size: 3rem;
}
#process .process-step .process-tit span {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
}
#process .process-num-box {
  display: flex;
  gap: 16px;
  color: var(--kirin-red);
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  #process .process-num-box {
    gap: 4px;
  }
}
#process .process-num {
  font-weight: bold;
  font-size: 2rem;
  display: grid;
  place-content: center;
  width: 44px;
  aspect-ratio: 1/1;
  border: solid 2px var(--kirin-red);
  color: var(--kirin-red);
}

/* newgrad
------------------------------*/
#newgrad .btn-newgrad-sticy {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding-block: 20px;
  width: 100%;
}
@media (max-width: 767px) {
  #newgrad .btn-newgrad-sticy .btn01 a {
    width: calc(100% - 90px);
    padding-inline: 10px;
    font-size: min(1.8rem, 4vw);
  }
}
@media (min-width: 768px) {
  #newgrad .btn-newgrad-sticy .btn01 a {
    width: min(50%, 100% - 410px);
  }
}
#newgrad .col_type_b_list {
  counter-reset: listnum;
}
@media (min-width: 768px) {
  #newgrad .col_type_b_list .col_type_b_item dt {
    width: 20%;
  }
}
#newgrad .col_type_b_list .col_type_b_item dt span {
  font-size: 2rem;
}
#newgrad .col_type_b_list .col_type_b_item dt span::before {
  counter-increment: listnum;
  content: "Step" counter(listnum);
  display: block;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  #newgrad .col_type_b_list .col_type_b_item dd {
    width: 80%;
  }
}
@media (min-width: 768px) {
  #newgrad .ratio .col_type_b_item:not(:last-child)::after {
    margin: 0 auto;
  }
}
#newgrad .flow-link {
  color: var(--kirin-red);
  text-decoration: underline;
  display: inline;
}/*# sourceMappingURL=style.css.map */