@charset "UTF-8";

/**
 * ENGINE
 * v0.2 | 20150615
 * License: none (public domain)
 */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input,
textarea,
select {
  font-size: inherit;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select {
  text-indent: .01px;
  -o-text-overflow: '';
  text-overflow: '';
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

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

code,
pre {
  font-family: monospace;
  font-size: 1em;
}

body#pagetop {
  -webkit-text-size-adjust: 100%;
  height: auto;
    position: relative;
    min-height: 100%;
}
.space {
  padding-top: 20px;
}
a {
  text-decoration: none;
  transition: .5s;
}
button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  color: transparent;
}
/*=======================================

  ここから共通パーツ

=======================================*/
/* recop-iconfont */
@font-face {
  font-family: recop-iconfont;
  src: url("/jobfind-pc/original/css/option/font/recop-iconfont.eot?") format("eot"), url("/jobfind-pc/original/css/option/font/recop-iconfont.woff") format("woff"), url("/jobfind-pc/original/css/option/font/recop-iconfont.ttf") format("truetype");
}
/* Poppins */
@font-face {
  font-family: "Poppins";
  font-weight: 500;
  font-style: normal;
  src: url("/jobfind-pc/original/css/option/font/Poppins-Medium.eot") format("eot"), url("/jobfind-pc/original/css/option/font/Poppins-Medium.woff2") format("woff2"), url("/jobfind-pc/original/css/option/font/Poppins-Medium.woff") format("woff"), url("/jobfind-pc/original/css/option/font/Poppins-Medium.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 600;
  font-style: italic;
  src: url("/jobfind-pc/original/css/option/font/Poppins-SemiBoldItalic.eot") format("eot"), url("/jobfind-pc/original/css/option/font/Poppins-SemiBoldItalic.woff2") format("woff2"), url("/jobfind-pc/original/css/option/font/Poppins-SemiBoldItalic.woff") format("woff"), url("/jobfind-pc/original/css/option/font/Poppins-SemiBoldItalic.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  font-weight: 700;
  font-style: normal;
  src: url("/jobfind-pc/original/css/option/font/Poppins-Bold.eot") format("eot"), url("/jobfind-pc/original/css/option/font/Poppins-Bold.woff2") format("woff2"), url("/jobfind-pc/original/css/option/font/Poppins-Bold.woff") format("woff"), url("/jobfind-pc/original/css/option/font/Poppins-Bold.ttf") format("truetype");
  font-display: swap;
}

:root {
  --main-color: #FF0014;
  --sub-color: #EEEEEF;
  --text-color:#4C4948;
  --white-color: #fff;
}
html
{
	height:100%;
	overflow-y:scroll;
}

#header,
body#pagetop {
  font-family: YuGothic, "游ゴシック体", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  line-height: 1.7;
}
body#pagetop {
  color: var(--text-color);
  font-size: 16px;
}
img,
img[loading="lazy"] {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom !important;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
#container {
  width: 100% !important;
}
#header .content {
  width: 100%;
}
#main .content {
  width: 100%;
  max-width: 100%;
}
#headContent {
  margin-bottom: 0px;
}
a,
button {
  border: none;
  background: transparent;
  cursor: pointer;
  text-decoration: none !important;
  transition: .5s;
}
a::before,
button::before,
a::after,
button::after {
  transition: .5s;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    cursor: pointer;
    text-decoration: none;
    opacity: .7;
  }
}
span {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

/* ------ ヘッダー ------ */
.l-nav {
  display: none;
}
.l-nav[aria-hidden="false"] {
  display: block;
}
.l-nav__list--lp:first-of-type {
  margin-bottom: 100px;
  gap: 20px;
}
@media(hover: hover) {
  .l-nav__link:hover {
    opacity: 1;
    text-decoration: underline!important;
  }
}
@media screen and (max-width: 767px) {
  .l-nav__list--lp,
  .l-nav__list--lp:last-of-type {
    display: flex;
    flex-direction: column;
  }
  .l-nav__list--lp:first-of-type {
    margin-bottom: 30px;
  }
}
/* ------ KV ------ */
.bg-red {
  background-color: var(--main-color);
}
.bg-gray {
  background-color: var(--text-color);
}
.p-hero__kv {
  width: 100%;
  display: flex;
}
.p-hero__sliderWrap {
  width: 74.6vw;
  position: relative;
}
.p-hero__logo {
  width: 25.4vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 20px;
}
.p-hero__h1 {
  font-size: 20px;
}
.p-hero__logoLink .logo {
  max-width: 142px;
}
.p-hero__control {
  position: absolute;
  bottom: 20px;
  right: 7.69vw;
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 1;
}
.p-hero__dots ul {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.p-hero__dots li {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ccc;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slider-dots li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}
.p-hero__dots li.slick-active {
  background-color: #DC0816;
}
.p-hero__pause {
  width: 35px;
  height: 35px;
  background-color: #777;
  border-radius: 5px;
  position: relative;
}
.p-hero__pause::before,
.p-hero__pause::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  height: 13px;
  background-color: var(--white-color);
}
.p-hero__pause::before {
  margin-left: -5px;
}
.p-hero__pause::after {
  margin-left: 5px;
}
.p-hero__pause[data-control="pause"]::before {
  display: none;
}
.p-hero__pause[data-control="pause"]::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 7px solid #777;
  border-bottom: 7px solid #777;
  border-left: 10px solid var(--white-color);
  border-right: 0;
  left: calc(50% - 4px);
}
.p-hero__catch {
  width: 34.6vw;
  max-width: 450px;
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  gap: 10px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: var(--white-color);
  font-weight: bold;
  line-height: 1.4;
}
.p-hero__catchSmall {
  font-size: 16px;
}
.p-hero__catchLarge {
  font-size: 28px;
}
.p-hero__catch p {
  width: 100%;
}
.p-hero__lead {
  margin: 50px 0;
  text-align: center;
}
.p-hero__lead span {
  display: block;
  font-size: 14px;
}
.swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-slide img {
  height: auto;
  width: 100%;
}
.p-hero__catch.is-moved {
  position: static;
  transform: none;
  width: auto;
  max-width: none;
}
.p-hero__slider .slick-slide img {
  width: 100%;
}
.l-header__logo {
  display: none;
}
@media screen and (min-width: 1201px) {
  .l-nav-toggle {
    right: 50px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header__logo {
    display: block;
    padding: 11px 50px 10px;
  }
  .p-hero__h1.is-moved {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 900px) {
  .p-hero__logo {
    width: 42.5vw;
  }
  .p-hero__logo .logo {
    max-width: 114px;
  }
  .p-hero__sliderWrap {
    width: 57.5vw;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding: 20px;
  }
  .l-header__logo-link img {
    max-width: 229px;
  }
  .p-hero__h1 {
    font-size: 17px;
  }
  .p-hero__control {
    right: 20px;
    gap: 10px;
  }
  .p-hero__dots ul {
    gap: 5px;
  }
  .p-hero__dots li {
    width: 7px;
    height: 7px;
  }
  .p-hero__pause {
    width: 20px;
    height: 20px;
  }
  .p-hero__pause::before,
  .p-hero__pause::after {
    width: 3px;
    height: 7px;
  }
  .p-hero__pause::before {
    margin-left: -3px;
  }
  .p-hero__pause::after {
    margin-left: 3px;
  }
  .p-hero__pause[data-control="pause"]::after {
    border-top: 5px solid #777;
    border-bottom: 5px solid #777;
    border-left: 8px solid var(--white-color);
    left: calc(50% - 2px);
  }
  .p-hero__catch {
    font-size: 23px;
    gap: 5px;
    line-height: 1.6;
    padding: 25px 5px 25px 20px;
  }
  .p-hero__lead {
    margin: 30px 0 0;
    padding: 0 20px;
    text-align: left;
  }
  .p-hero__cta {
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .p-hero__marquee {
    margin-bottom: 40px;
  }
}
/* ------ インタビュー ------ */
.cnt {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 60px 20px;
  text-align: center;
}
.p-intv__lead {
  margin-bottom: 10px;
}
.c-button--white {
  color: var(--text-color);
  border: 1px solid var(--text-color);
  background-color: var(--white-color);
}
.p-intvthumb__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 70px;
}
.p-intvthumb__item {
  width: 100%;
  max-width: 260px;
}
.p-intvthumb__body {
  background-color: var(--sub-color);
  padding: 10px 20px 20px;
  line-height: 1.5;
}
.p-intvthumb__catch {
  margin: 25px 0 18px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
.p-intvthumb__catch::before {
  content: "";
  position: absolute;
  top: -12.5px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
}
.c-intv__head {
  position: relative;
}
.c-intv__catch {
  display: flex;
  text-align: left;
  gap: 25px;
  margin-top: 20px;
  padding-right: 200px;
}
.c-intv__text--en {
  font-family: "Poppins", sans-serif;
  line-height: 1.2;
  font-size: 50px;
  color: var(--main-color);
  font-weight: bold;
}
.c-intv__title {
  font-size: 35px;
  font-weight: bold;
  color: var(--main-color);
}
.c-intv__profile {
  width: 180px;
  aspect-ratio: 1 / 1;
  background-color: var(--main-color);
  border-radius: 50%;
  color: var(--white-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 55px;
  right: 30px;
}
.c-intv__name span {
  display: block;
}
.c-sr_only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.c-intv__body {
  position: relative;
}
.c-intv__accDetail {
  padding: 60px 0;
}
.intv section:last-child .c-intv__accDetail {
  padding: 80px 0 0;
}
.c-intv__faq {
  display: grid;
  grid-template-columns: 285px 1fr;
  grid-gap: 40px;
  text-align: left;
  margin-bottom: 50px;
}
.c-intv__faq:last-of-type {
  margin-bottom: 70px;
}
.c-intv__faq dt {
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
}
.c-intv__faq dd p:first-of-type {
  font-weight: bold;
}
.c-intv__schedule {
  border: 1px solid var(--text-color);
  background-color: var(--white-color);
}
@media screen and (min-width: 768px) {
  [data-accordion-dual-button-detail] {
    height: auto!important;
  }
}
.c-intv__schedule {
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 50px 30px;
}
.c-intv__scheduleImg {
  max-width: 666px;
}
.c-intv__scheduleTitle {
  text-align: left;
}
.c-intv__accBtn {
	width: 100%;
	max-width: 295px;
	min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
	color: #fff;
  background-color: var(--main-color);
	border-radius: 50px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	text-align: center;
	z-index: 2;
}
.c-intv__accBtn::before {
	font-family: recop-iconfont;
	content: "\E842";
	font-size: 30px;
  font-weight: normal;
	color: #fff;
	position: absolute;
	top: calc(50% - 15px);
	right: 24px;
}
.c-intv__accordion.is-open {
	position: relative;
}
.c-intv__accBtn[aria-expanded="true"]::before {
	content: "\E840";
}
.c-intv__accDetail.animating {
	transition: height 0.6s ease;
}
@media only screen and (max-width: 767px) {
  .cnt {
    padding: 30px 20px;
  }
  .c-intv {
    background-color: var(--sub-color);
    margin: 0 -20px;
    padding: 0 20px;
  }
  .p-intv__lead {
    text-align: left;
    padding: 0 20px;
    margin-bottom: 30px;
  }
  .c-intv__catch {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 10px;
    padding-right: 0;
  }
  .c-intv__img {
    margin: 0 -20px;
  }
  .c-intv__img img {
    width: 100%;
  }
  .c-intv__text--en {
    font-size: 30px;
  }
  .c-intv__title {
    font-size: 23px;
  }
  .c-intv__profile {
    margin: 20px 0;
    position: static;
    width: auto;
    aspect-ratio: auto;
    border-radius: 0;
    background-color: transparent;
    color: var(--text-color);
  }
  .c-intv__accDetail {
    padding: 40px 0 90px;
    margin-bottom: 50px;
  }
  .intv section:last-child .c-intv__accDetail {
    padding: 40px 0 90px;
    margin-bottom: 0;
  }
  .c-intv__accDetail::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: var(--text-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .c-intv__faq {
    grid-template-columns: 1fr;
    grid-gap: 90px;
  }
  .c-intv__accDetail.is-open .c-intv__faq {
    grid-gap: 20px;
  }
  .c-intv__faq dt {
    text-align: center;
  }
  .c-intv__schedule {
    flex-direction: column;
    gap: 40px;
    padding: 20px 20px 40px 20px;
  }
  .c-intv__scheduleImg {
    max-width: 100%;
  }
	[data-accordion-dual-button] {
		--accordion-dual-button-default-height: auto !important;
	}
  [data-accordion-dual-button-detail] {
    height: var(--accordion-dual-button-default-height);
    overflow: hidden;
    position: relative;
    transition: height 0.3s;
  }
  [data-accordion-dual-button-detail].animating {
	transition: height 0.6s ease;
  }
  /* 開閉ボタンのスタイル */
  [data-accordion-dual-button-trigger][aria-expanded="false"] {
    visibility: visible!important;
  }
  [data-accordion-dual-button-trigger][aria-expanded="true"] {
    visibility: hidden!important;
  }
  .is-open [data-accordion-dual-button-trigger][aria-expanded="false"] {
    visibility: hidden!important;
  }
  .c-intv .is-open [data-accordion-dual-button-trigger][aria-expanded="true"] {
    visibility: visible!important;
    bottom: 20px;
  }
}
/* ------ キャリアステップ ------ */
.c-career__text {
  margin-top: 20px;
  text-align: left;
}
.c-career__img {
  margin: 0 -20px;
}
@media screen and (min-width: 768px) {
  .c-career .c-sectionTitle {
    margin-bottom: 60px;
  }
  .c-career__text {
    font-size: 20px;
    text-align: center;
  }
}

/* ------ 魅力 ------ */
.c-appeal {
  padding: 0!important;
}
.c-appealList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
}
.c-appealList__card {
  min-height: 500px;
  background-color: var(--sub-color);
  padding: 50px 20px;
}
.c-appealList__cardTitle {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.c-appealList__cardImg {
  max-width: 100px;
  margin: 20px auto;
}
.c-appeal__content {
  text-align: left;
}
.c-appeal__body {
  position: relative;
}
.c-appeal__accBtn {
  width: 100%;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  background-color: var(--white-color);
  border: 1px solid var(--text-color);
  border-radius: 100px;
  font-family: inherit;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 767px) {
  .c-appealList {
    grid-template-columns: repeat(1, 1fr);
  }
  .c-appealList__card {
    min-height: auto;
    padding: 50px 20px 70px;
  }
  .c-appealList__cardTitle {
    min-height: auto;
  }
  .c-appeal .is-open [data-accordion-dual-button-trigger][aria-expanded="true"] {
    visibility: visible!important;
    bottom: -20px;
  }
  .c-appeal__body.is-open {
    padding-bottom: 30px;
  }
}
/* ------ FAQ ------ */
.c-faq {
  padding: 0!important;
}
.c-faq .cnt {
  padding: 60px 40px 30px;
  position: relative;
}
.c-faq .cnt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 1100px;
  height: 1px;
  background-color: var(--text-color);
  transform: translateX(-50%);
}
.c-faqContent__item:not(:last-child) {
  margin-bottom: 40px;
}
.c-faqContent__btn {
  width: 100%;
  color: var(--text-color);
  font-size: 18px;
  font-weight: bold;
  font-family: inherit;
  display: flex;
  align-items: center;
  gap: 20px;
  padding-right: 50px;
  position: relative;
}
.c-accordionBtn::before {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  left: 0;
  top: 0;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-accordionBtn.show::before {
  content: "クリック・タップで閉じます";
}
.c-faqContent__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(/jobfind-pc/original/images/icon_open.svg) no-repeat center center/contain;
  width: 41px;
  aspect-ratio: 1 / 1;
  transition: all 0.3s;
}
.c-faqContent__btn.show::after {
  background-image: url(/jobfind-pc/original/images/icon_close.svg);
}
.q-icon {
  flex-shrink: 0;
  color: var(--white-color);
  font-family: poppins, sans-serif;
  font-size: 29px;
  width: 45px;
  height: 45px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-faqContent__answer {
  display: none;
  max-width: 1000px;
  margin-left: auto;
  margin-top: 20px;
}
.c-faqContent__answerInner {
  background-color: var(--sub-color);
  display: flex;
  gap: 10px;
  padding: 20px;
}
.a-icon {
  color: #333;
  font-family: poppins, sans-serif;
  font-size: 29px;
}
.c-faqContent__answerText {
  padding-top: 15px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-faq .cnt {
    padding: 30px 20px;
  }
  .c-faqContent__btn {
    align-items: flex-start;
    text-align: left;
  }
  .c-faqContent__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
/* ------ 求人を探す ------ */
.c-search {
  padding: 20px 0 0;
}
.c-search__wrap {
  margin-bottom: 80px;
}
.c-search__btn {
  width: 100%;
  max-width: 400px;
  min-height: 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white-color);
  background-color: var(--main-color);
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: inherit;
  position: relative;
}
.c-search__btn::after {
  content: "";
  width: 26px;
  aspect-ratio: 1 / 1;
  background: url(/jobfind-pc/original/images/icon_job_open.png) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.c-search__btn.show {
  background-color: var(--sub-color);
  color: var(--text-color);
}
.c-search__btn.show::after {
  background-image: url(/jobfind-pc/original/images/icon_job_close.png);
}
.c-search__close-btn {
  width: 100%;
  max-width: 200px;
  min-height: 60px;
  margin: 20px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-color);
  background-color: var(--white-color);
  border: 1px solid var(--text-color);
  font-weight: bold;
  border-radius: 100px;
  position: relative;
}
.c-search__close-btn span {
  font-size: 30px;
  font-weight: bold;
  font-weight: 100;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (hover: hover) {
  .c-search__close-btn:hover {
    opacity: 1;
    background-color: var(--text-color);
    color: var(--white-color);
  }
}
.c-search__content {
  background-color: var(--sub-color);
  padding: 50px 20px;
  margin-top: -25px;
}
.c-search__inner {
  max-width: 985px;
  margin: 0 auto;
  padding: 0 0 40px;
  position: relative;
}
.c-search__inner:not(:first-child) {
  padding-top: 40px;
}
.c-search__inner:not(:last-of-type)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: var(--text-color);
  transform: translateX(-50%);
}
.c-search__head {
  margin-bottom: 30px;
}
.c-search__title {
  font-size: 26px;
  font-weight: bold;
  color: #231815;
}
.c-search__en {
  font-family: "Poppins", sans-serif;
  font-size: 35px;
  color: #231815;
  line-height: 1.2;
}
.c-search__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.c-search__list li {
  width: 100%;
  max-width: 315px;
}
.c-search__list li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 60px;
  background-color: var(--main-color);
  color: var(--white-color);
  padding: 5px;
  font-weight: bold;
  border-radius: 100px;
}
@media screen and (max-width: 767px) {
  .c-search {
    padding: 70px 0 0;
  }
  .c-search__btn {
    max-width: calc(100% - 40px);
  }
  .c-search__list {
    gap: 10px;
  }
  .c-search__content {
    padding: 40px 20px 30px;
  }
  .c-search__head {
    padding: 0 0 0 10px;
    margin-bottom: 20px;
  }
  .c-search__en {
    display: none;
  }
  .c-search__list li {
    max-width: 100%;
  }
}
/* ------ pagetop ------ */

/* ------ フッター ------ */
.l-footer {
  font-size: 12px;
  line-height: 1.3333333333;
}
.l-footer a:link, .l-footer a:active, .l-footer a:visited {
  color: var(--text-color) !important;
}
.l-footer__bg {
  margin-top: 0;
  padding: 19px 0 28px;
  background-color: var(--sub-color);
  text-align: center;
  color: var(--text-color);
}
.l-footer__copy .copy {
  font-family: Verdana, "Droid Sans", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.l-footer__ga {
  margin-top: 16px;
}
.l-footer__poweredby {
  margin-top: 8px;
}