@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 1300px) {
  html {
    font-size: 0.8052708638vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.34375vw;
  }
}

body, h1, h2, h3, h4, h5, h6, p, address,
dl, dt, dd,
table, th, td, img, form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  text-align: left;
  color: #1e1e1e;
  word-break: break-word;
}

ul {
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 2.5rem;
  list-style-type: none;
}
ul li::before {
  content: "・";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

figure {
  margin: 0;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "Noto Sans JP", sans-serif;
  color: #1e1e1e;
  font-weight: normal;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

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

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}

body.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.l-wrap {
  max-width: 124.6rem;
  width: calc(100% - 2.4rem);
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-wrap:not(.is-no_padding) {
    padding-right: 2.4rem;
    padding-left: 2.4rem;
  }
}
.l-wrap.size-inner {
  max-width: 100rem;
  margin: 0 auto;
}
.l-wrap.size-inner1050 {
  max-width: 105rem;
  margin: 0 auto;
}
.l-wrap.size-inner900 {
  max-width: 90rem;
  margin: 0 auto;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.tac {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

.tal {
  text-align: left !important;
}

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
  img {
    width: 100%;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
}
/* ---------------------------------------------
  共通パーツ
-----------------------------------------------*/
.l-container {
  overflow: hidden;
}

/* フォント
--------------------------------*/
/* タイトル
--------------------------------*/
@media screen and (min-width: 768px) {
  .c-heading-sec:not(.is-non_bg) {
    padding-top: 15.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-heading-sec:not(.is-non_bg) {
    padding-top: 10.5rem;
  }
}
.c-heading-sec:not(.is-non_bg):not(.is-img) {
  position: relative;
  margin-bottom: 9rem;
  padding-bottom: 11rem;
}
.c-heading-sec:not(.is-non_bg):not(.is-img)::before {
  content: "";
  position: absolute;
  background: #e8e8e8;
  width: 100%;
  height: 1px;
  bottom: 5rem;
  left: 0;
}
.c-heading-sec:not(.is-non_bg):not(.is-img)::after {
  content: "";
  position: absolute;
  background: url("../img/common/img_title.png") no-repeat left bottom/auto 11rem;
  width: 100%;
  height: 11rem;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-sec:not(.is-non_bg):not(.is-img) {
    padding-bottom: 4rem;
  }
  .c-heading-sec:not(.is-non_bg):not(.is-img)::before {
    bottom: 1.75rem;
  }
  .c-heading-sec:not(.is-non_bg):not(.is-img)::after {
    background-size: auto 4rem;
    height: 4rem;
  }
}
.c-heading-sec:not(.is-non_bg):not(.is-img) .inner {
  padding-bottom: 18.5rem;
}
.c-heading-sec.is-img .header-img {
  position: relative;
  text-align: right;
  margin: 5rem 0 0;
}
.c-heading-sec.is-img .header-img img {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .c-heading-sec.is-img .header-img img {
    width: 80%;
    min-width: 870px;
    clip-path: polygon(175px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 767px) {
  .c-heading-sec.is-img .header-img img {
    width: 90%;
    height: 23rem;
    object-fit: cover;
    clip-path: polygon(8rem 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.c-heading-sec.is-img .header-img::before {
  content: "";
  position: absolute;
  top: -5rem;
  left: -14rem;
  width: 73rem;
  height: 36rem;
  background: #e8e8e8;
  transform: skewX(-25deg);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .c-heading-sec.is-img .header-img::before {
    top: -2rem;
    width: 65%;
    height: 18rem;
  }
}
.c-heading-sec_ja {
  font-size: 1.6rem;
  line-height: 1.75;
  position: relative;
  padding-left: 3rem;
  font-weight: bold;
}
.c-heading-sec_ja::before {
  content: "";
  position: absolute;
  top: 0;
  left: 1rem;
  background: #d2d2d2;
  transform: skewX(-20deg);
  width: 4px;
  height: 3rem;
}
.c-heading-sec_ja.is-light_gray::before {
  background: #e8e8e8;
}
.c-heading-sec_ja.white {
  color: #FFFFFF;
}
.c-heading-sec_ja.size-m {
  font-size: 1.7rem;
}
.c-heading-sec_ja.is-strong {
  font-weight: bold;
}
.c-heading-sec_ja.is-no-border {
  padding-left: 0;
}
.c-heading-sec_ja.is-no-border::before {
  content: none;
}
.c-heading-sec_ja.is-page_title {
  font-weight: bold;
  margin-top: 2rem;
  padding-left: 0;
}
.c-heading-sec_ja.is-page_title::before {
  content: none;
}
.c-heading-sec_ja__subttl {
  font-size: 1.5rem;
}
.c-heading-sec_en {
  font-size: 7rem;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: italic;
  margin-top: 1.5rem;
}
.c-heading-sec_en.size-s {
  font-size: 9rem;
}
.c-heading-sec_en.size-m {
  font-size: 11rem;
}
.c-heading-sec_en.size-l {
  font-size: 15rem;
  margin-top: -1rem;
}
.c-heading-sec_en.is-uppercase {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-heading-sec_en {
    font-size: 9vw;
  }
  .c-heading-sec_en.size-s {
    font-size: 9vw;
  }
  .c-heading-sec_en.size-m {
    font-size: 10vw;
    margin-top: 0.5rem;
  }
  .c-heading-sec_en.size-l {
    font-size: 12vw;
    margin-top: 0.5rem;
  }
}

/* パンくず
--------------------------------*/
.c-breadcrumbs {
  margin-top: 7rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-breadcrumbs {
    margin-top: 3rem;
    margin-bottom: 1rem;
  }
}
.c-breadcrumbs li {
  position: relative;
  display: inline-block;
  font-family: "Poppins", sans-serif;
}
.c-breadcrumbs li::before {
  content: none;
}
.c-breadcrumbs li a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .c-breadcrumbs li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-breadcrumbs li a:hover {
    opacity: 0.7;
  }
}
.c-breadcrumbs li + li {
  margin-left: 1.1rem;
  padding-left: 2rem;
}
.c-breadcrumbs li + li::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  transform: rotate(45deg);
}

/* ボタン
--------------------------------*/
.c-button-black a,
.c-button-white a {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
  background: #1e1e1e;
  min-height: 8rem;
  letter-spacing: 0.1em;
  padding: 1rem 5rem;
  width: 31rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c-button-black a,
  .c-button-white a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .c-button-black a:hover,
  .c-button-white a:hover {
    opacity: 0.7;
  }
}
.c-button-black a::before,
.c-button-white a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  width: 3.5rem;
  height: 4rem;
  background: url("../img/common/icon_button_white.svg") no-repeat center center/contain;
}
.c-button-black.center a,
.c-button-white.center a {
  margin-inline: auto;
}

.c-button-white a {
  color: #1e1e1e;
  background: #FFFFFF;
}
.c-button-white a::before {
  background-image: url("../img/common/icon_button_black.svg");
}

/* ---------------------------------------------
  header
-----------------------------------------------*/
.l-header {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
.l-header .header-top {
  position: relative;
  z-index: 1;
}
.l-header .header-top .title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.l-header .header-top .title .logo {
  font-size: 2.4rem;
  font-family: "Poppins", sans-serif;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5rem;
}
.l-header .gnavi > .entry {
  position: relative;
  z-index: 1;
  font-size: 2.2rem;
  color: #FFFFFF;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  font-style: italic;
}
.l-header .gnavi > .entry a {
  text-align: center;
  background: #1e1e1e;
  border: 1px solid #1e1e1e;
  width: 15.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15rem;
  transition: 0.3s;
}
.l-header .gnavi > .entry a:hover {
  color: #1e1e1e;
  background: #FFFFFF;
}
.l-header.menu_open {
  background: #000000;
}
.l-header.menu_open .header-top .title {
  color: #FFFFFF;
}
.l-header.menu_open .header-top .title span {
  opacity: 0;
}
.l-header.menu_open > .entry {
  opacity: 0;
}
.l-header.menu_open .toggle-nav {
  background: #FFFFFF;
  transition: 0.25s ease-in-out;
}
.l-header.menu_open .toggle-nav span {
  background: #000000;
}
.l-header.menu_open .toggle-nav span:nth-child(1) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 25px;
}
.l-header.menu_open .toggle-nav span:nth-child(2) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -1px;
}
.l-header.menu_open .gnavi {
  display: block;
}
@media screen and (min-width: 1301px) {
  .l-header {
    align-items: center;
    padding: 0 3.5rem;
    top: 0;
    left: 0;
  }
  .l-header > .entry {
    display: none;
  }
  .l-header .gnavi {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-header .gnavi > .entry {
    margin-left: 2.5rem;
  }
  .l-header .gnavi > .entry a {
    height: 6rem;
  }
  .l-header .gnavi .list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-header .gnavi .list_li {
    margin-left: 1.8rem;
    padding-left: 0;
  }
  .l-header .gnavi .list_li::before {
    content: none;
  }
  .l-header .gnavi .list_li > a {
    position: relative;
    display: block;
    padding: 3rem 0;
    font-size: 1.4rem;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    font-style: italic;
    text-transform: uppercase;
    z-index: 1;
  }
  .l-header .gnavi .list_li > a:hover {
    color: #d2d2d2;
  }
  .l-header .gnavi .list_li.mega > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .l-header .gnavi .list_li.mega > a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    width: 0.7rem;
    height: 0.7rem;
    border-left: 1px solid #1e1e1e;
    border-bottom: 1px solid #1e1e1e;
    transform: translateY(-50%) rotate(-45deg);
  }
  .l-header .gnavi .list_li.mega .mega-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #FFFFFF;
    padding: 8rem 7.5rem 4rem;
    z-index: 0;
  }
  .l-header .gnavi .list_li.mega .mega-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 120rem;
    margin: 0 0 0 auto;
  }
  .l-header .gnavi .list_li.mega .mega-inner .menu-title {
    position: relative;
    margin-bottom: 1rem;
    padding-left: 2.5rem;
    font-size: 3rem;
    text-transform: uppercase;
  }
  .l-header .gnavi .list_li.mega .mega-inner .menu-title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 1rem;
    background: #d2d2d2;
    transform: skewX(-20deg);
    width: 4px;
    height: 3rem;
  }
  .l-header .gnavi .list_li.mega .mega-inner .menu-title_sub {
    display: inline-block;
    position: relative;
    padding: 0 3rem 0 2.5rem;
    font-weight: bold;
  }
  .l-header .gnavi .list_li.mega .mega-inner .menu-title_sub::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2rem;
    transform: translateY(-50%);
    background: url("../img/common/icon_button_black_02.svg") no-repeat center center/contain;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li {
    padding-left: 0;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li::before {
    content: none;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li a {
    display: block;
    position: relative;
    padding: 1.5rem 4rem 1.5rem 0;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 1px solid #1e1e1e;
  }
}
@media screen and (min-width: 1301px) and (min-width: 768px) {
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1301px) {
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 2.5rem;
    height: 2rem;
    transform: translateY(-50%);
    background: url("../img/common/icon_button_black_02.svg") no-repeat center center/contain;
  }
}
@media screen and (min-width: 1301px) {
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu li + li {
    margin-left: 3rem;
  }
}
@media screen and (min-width: 1301px) {
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu.is-jobList {
    min-width: 80%;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu.is-jobList li {
    width: 25%;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu.is-jobList li a {
    padding-right: 3rem;
  }
}
@media screen and (min-width: 1301px) {
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu.is-interviews li a {
    padding: 1.5rem 3.25rem 1.5rem 0;
  }
  .l-header .gnavi .list_li.mega .mega-inner .sub-menu.is-interviews li + li {
    margin-left: 1.5rem;
  }
}
@media screen and (min-width: 1301px) {
  .l-header .gnavi .list_li.mega:hover > .mega-wrap {
    display: block;
  }
}
@media screen and (max-width: 1300px) {
  .l-header {
    flex-wrap: wrap;
  }
  .l-header .header-top {
    width: calc(100% - 50px - 7rem);
    padding-left: 4vw;
  }
  .l-header .header-top .title {
    font-size: 1rem;
  }
  .l-header .header-top .title .logo {
    display: block;
    margin: 1rem 0 0.25rem;
    font-size: 5.5vw;
  }
  .l-header > .entry a {
    display: block;
    background-color: #8e7b50;
    width: 7rem;
    height: 50px;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-style: italic;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
  }
  .l-header .gnavi {
    display: none;
    width: 100%;
    height: calc(100vh - 50px);
    padding: 3rem;
    overflow-y: scroll;
  }
  .l-header .gnavi > .entry {
    margin-top: 2rem;
  }
  .l-header .gnavi > .entry a {
    width: 100%;
    background-color: #8e7b50;
    padding: 1rem;
    font-size: 5vw;
  }
  .l-header .gnavi .list_li {
    padding-left: 0;
  }
  .l-header .gnavi .list_li::before {
    content: none;
  }
  .l-header .gnavi .list_li > a {
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 8vw;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
  }
  .l-header .gnavi .list_li + li {
    margin-top: 1.5rem;
  }
  .l-header .gnavi .mega-wrap .sub-menu {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-top: 1rem;
    margin-left: 1rem;
  }
  .l-header .gnavi .mega-wrap .sub-menu li {
    width: 50%;
    padding-left: 0;
  }
  .l-header .gnavi .mega-wrap .sub-menu li::before {
    content: none;
  }
  .l-header .gnavi .mega-wrap .sub-menu li:nth-of-type(n + 3) {
    margin-top: 1.5rem;
  }
  .l-header .gnavi .mega-wrap .sub-menu li a {
    display: block;
    padding: 0 1rem;
    color: #FFFFFF;
  }
  .l-header .toggle-nav {
    display: block;
    background: #000000;
    width: 50px;
    height: 50px;
    color: #FFFFFF;
    text-align: center;
    z-index: 200;
    box-sizing: border-box;
    cursor: pointer;
  }
  .l-header .toggle-nav span {
    display: block;
    height: 1px;
    width: 20px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 1px;
    opacity: 1;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .l-header .toggle-nav span:nth-child(1) {
    margin-top: 19px;
  }
  .l-header .toggle-nav span:nth-child(2) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .l-header .header-top {
    width: calc(100% - 50px - 13rem);
  }
  .l-header .header-top .title .logo {
    font-size: 3.5vw;
  }
  .l-header .header-top .title span {
    padding-left: 0.25rem;
    font-size: 1.8vw;
  }
  .l-header > .entry a {
    width: 13rem;
    font-size: 2.75rem;
  }
  .l-header .gnavi {
    margin: 0 auto;
    padding: 3rem 4vw;
  }
  .l-header .gnavi > .entry {
    width: 70%;
    margin: 2rem auto 0;
    padding-bottom: 5rem;
  }
  .l-header .gnavi > .entry a {
    font-size: 3vw;
  }
  .l-header .gnavi .list {
    width: 70%;
    margin: 0 auto;
  }
  .l-header .gnavi .list_li > a {
    font-size: 3vw;
  }
  .l-header .gnavi .mega-wrap .pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .l-header .mega-wrap .sub-menu.is-jobList li:nth-of-type(2n) {
    width: 30%;
  }
  .l-header .mega-wrap .sub-menu.is-jobList li:nth-of-type(2n - 1) {
    width: 70%;
  }
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
/* entry
--------------------------------*/
.p-entry {
  position: relative;
  padding: 12.5rem 0;
  background: #000000;
  z-index: 1;
}
.p-entry .text {
  font-size: 2.4rem;
  line-height: 2;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
}
.p-entry .button {
  margin-top: 2.5rem;
}
.p-entry .button a {
  font-size: 6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  font-style: italic;
  width: 68rem;
  height: 13rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background: linear-gradient(to bottom right, #1e1e1e 45%, #870f0f 60%);
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-entry .button a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-entry .button a:hover {
    opacity: 0.7;
  }
}
.p-entry .button a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4rem;
  width: 3.5rem;
  height: 4rem;
  background: url("../img/common/icon_button_white.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-entry {
    padding: 7.5rem 0;
  }
  .p-entry .text {
    font-size: 2rem;
  }
  .p-entry .button a {
    width: 80%;
    height: 10rem;
    padding-right: 2rem;
    font-size: 5rem;
  }
}
.p-entry.is-white {
  background: transparent;
  padding: 7.5rem 0 11rem;
}

/* other contents
--------------------------------*/
.p-other_contents {
  position: relative;
  padding: 8rem 0;
  z-index: 1;
}
.p-other_contents .c-heading-sec_ja {
  margin-top: 2rem;
}
.p-other_contents .list {
  display: flex;
  margin-top: 9.75rem;
}
.p-other_contents .list_li {
  display: flex;
  flex-direction: column;
  width: 28rem;
  margin-right: 2.6rem;
  padding-left: 0;
  background: #FFFFFF;
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.1));
}
@media screen and (min-width: 768px) {
  .p-other_contents .list_li {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-other_contents .list_li:hover {
    opacity: 0.7;
  }
}
.p-other_contents .list_li::before {
  content: none;
}
.p-other_contents .list_li:nth-child(4n) {
  margin-right: 0;
}
.p-other_contents .list_li .title {
  position: absolute;
  width: 100%;
  top: -7.25rem;
  left: 0;
  text-align: center;
  z-index: 1;
}
.p-other_contents .list_li .img {
  margin-top: -2rem;
}
.p-other_contents .list_li .img img {
  width: 100%;
}
.p-other_contents .list_li .text {
  margin-top: 2rem;
}
.p-other_contents .list_li .text-box {
  padding: 0 2rem 2rem;
}
.p-other_contents .list_li .text-title {
  margin-top: 2.5rem;
  font-size: 2.4rem;
  font-weight: bold;
}
.p-other_contents .list_li .btn {
  display: block;
  margin: auto 2rem 0;
  padding: 1rem 0;
  border-top: 1px solid #000000;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  min-height: 5rem;
  letter-spacing: 0.1em;
  position: relative;
}
.p-other_contents .list_li .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 3.5rem;
  height: 4rem;
  background: url("../img/common/icon_button_black.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-other_contents .list {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 1rem;
  }
  .p-other_contents .list_li {
    width: 48%;
    margin-top: 7rem;
    margin-right: 0;
  }
  .p-other_contents .list_li .title {
    top: -6.25rem;
  }
  .p-other_contents .list_li .text {
    min-height: 5.6em;
  }
  .p-other_contents .list_li .text-box {
    padding: 0 1rem 2rem;
  }
  .p-other_contents .list_li .text-title {
    font-size: 2.1rem;
  }
  .p-other_contents .list_li .btn {
    margin: auto 1rem 0;
  }
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
/* footer
--------------------------------*/
.l-footer {
  padding: 4rem 0;
  background: #1e1e1e;
}
.l-footer .list {
  display: flex;
  align-items: center;
}
.l-footer .list_li {
  padding-left: 0;
}
.l-footer .list_li::before {
  content: none;
}
.l-footer .list_li a {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-footer .list_li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer .list_li a:hover {
    opacity: 0.7;
  }
}
.l-footer .sub-list {
  display: flex;
  margin-top: 1rem;
}
.l-footer .sub-list_li {
  padding-left: 0;
}
.l-footer .sub-list_li::before {
  content: none;
}
.l-footer .sub-list_li a {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-footer .sub-list_li a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-footer .sub-list_li a:hover {
    opacity: 0.7;
  }
}
.l-footer .copyright {
  font-size: 1.2rem;
  font-family: "Poppins", sans-serif;
  color: #d2d2d2;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .l-footer .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .l-footer .list_li::after {
    content: "|";
    color: #FFFFFF;
    margin: 0 2rem;
  }
  .l-footer .sub-list_li {
    margin-right: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .list {
    width: 80%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
  }
  .l-footer .list_li {
    width: 33.3333333333%;
    margin-top: 1rem;
    text-align: center;
  }
  .l-footer .list_li + .list_li {
    border-left: 1px solid #FFFFFF;
  }
  .l-footer .list_li:nth-of-type(4) {
    border-left: none;
  }
  .l-footer .list_li a {
    padding: 0;
  }
  .l-footer .sub-list {
    justify-content: center;
    margin-top: 2rem;
  }
  .l-footer .sub-list li {
    text-align: center;
  }
  .l-footer .sub-list li + li {
    margin-left: 2rem;
  }
  .l-footer .copyright {
    width: 100%;
    margin-top: 2rem;
    text-align: center;
  }
}

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

.cf {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
  height: 1%;
}

.cf {
  display: block;
}

/* End Hack */
