@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 {
  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%;
}
body,
#header {
	font-family: noto-sans-jp, sans-serif;
}

a {
  text-decoration: none;
  transition: .5s;
}

button {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  font-size: inherit;
  color: inherit;
}



/*=======================================

  ここから共通パーツ

  =======================================*/
:root {
  --red: #D80C18;
  --pink: #FFF3EF;
  --light-yellow: #FAF6E5;
  --yellow: #F0E7C4;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

img[loading="lazy"] {
  width: 100%;
  max-width: 100%;
  height: auto;
}

ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/* ---- 共通スタイル ---- */
a:focus, a:focus-visible, button:focus, button:focus-visible {
    outline-color: #ffd009!important;
}

/* ---- タイトル・コンテンツ幅↓ ---- */
.cnt {
  width: 100%;
  max-width: 1120px;
  padding: 100px 10px;
  margin: 0 auto;
}

.sectionTitle {
  font-size: 36px;
  font-weight: bold;
  color: var(--red);
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}

.sectionTitle::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 3px;
  bottom: 0;
  left: 50%;
  background-color: #D80C18;
  transform: translateX(-50%);
}

.sectionBody {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .cnt {
    padding: 50px 20px;
  }
  .sectionTitle {
    font-size: 28px;
    padding-bottom: 20px;
  }
  
}

/* ---- タイトル・コンテンツ幅 ---- */

/* ---- INTV ---- */
#intv {
  background: url(/lp_common/common_img/bg_texture.png) repeat;
}
.intvTitle {
  margin-bottom: 40px;
}
.intvBody {
  max-width: 1100px;
  padding: 50px 50px 150px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 30px #F0EAE9;
}

.c-interview_kv {
  position: relative;
}

.c-interview_profile {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 1.6;
}

.c-interview_catch,
.c-interview_name {
  display: inline-block;
  padding: 10px 20px;
  font-weight: bold;
}

.c-interview_catch {
  font-size: 22px;
  background-color: #fff;
}

.c-interview_name {
  font-size: 18px;
  background-color: var(--red);
  color: #fff;
}

.c-interview_flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
}

.c-interview_flex.even {
  flex-direction: row-reverse;
}

.c-interview_flex figure {
  width: calc(49% - 50px);
  margin-top: 24px;
}

.c-interview_accDetail h3 {
  font-size: 24px;
  color: var(--red);
  font-weight: bold;
}

.c-interview_accordion {
  position: relative;
}

.c-interview_content {
  margin-bottom: 50px;
}

.c-interview_accDetail {
  height: 0;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
  position: relative;
  transition: height .3s;
}

.c-interview_accDetail.is-open {
  padding-top: 50px;
}

.c-interview_flex-description {
  width: 51%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  line-height: 1.8;
}

.c-interview_accBtn {
  width: 100%;
  max-width: 280px;
  min-height: 64px;
  margin: 0 auto;
  padding: 14px 50px;
  border: 1px solid #666;
  color: #111;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: -90px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  text-align: center;
  transition: .6s;
  z-index: 2;
}
.c-interview_accBtn:hover {
  opacity: .6;
}


.c-interview_accBtn::before {
  font-family: recop-iconfonts;
  content: "\E842";
  font-size: 30px;
  color: #111;
  font-weight: normal;
  position: absolute;
  top: calc(50% - 15px);
  right: 24px;
}

/* CLOSE */
.c-interview_accBtn.btn_close {
  display: none;
}

/* OPEN */
.is-open .c-interview_accBtn.btn_open {
  display: none;
  /* 開くボタン非表示 */
}

.is-open .c-interview_accBtn.btn_close {
  display: block;
  /* 閉じるボタン表示 */
}

.c-interview_accordion.is-open {
  position: relative;
}

.c-interview_accBtn.btn_close::before {
  content: "\E840";
}

.c-interview_accDetail.animating {
  transition: height 0.6s ease;
}

/* c-sr_only：スクリーンリーダーには届くが画面上には非表示 */
.c-sr_only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}


@media only screen and (max-width: 767px) {
  .intvBody {
    padding: 30px 20px 100px;
  }

  .c-interview_profile {
    left: 5px;
  }

  .c-interview_catch {
    display: block;
    padding: 10px 0;
    background-color: transparent;
  }

  .c-interview_catch span {
    display: inline;
    line-height: 1.9;
    background: linear-gradient(transparent 0%, #fff 0%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    padding: 2px 12px;
  }

  .c-interview_name {
    padding: 10px 12px;
  }

  .c-interview_catch {
    font-size: 17px;
  }

  .c-interview_name {
    font-size: 15px;
  }

  .c-interview_content {
    margin-bottom: 30px;
  }

  .c-interview_flex,
  .c-interview_flex.even {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .c-interview_flex figure {
    padding-top: 0;
    width: 100%;
  }

  .c-interview_accDetail h3 {
    font-size: 20px;
  }

  .c-interview_flex-description {
    width: 100%;
    gap: 20px;
  }

  .c-interview_accBtn {
    bottom: -80px;
  }
}

/* ---- ENTRY ---- */
.entry_area {
  height: 160px;
}
.entry_wrap {
  width: 100%;
  max-width: 100%;
  height: 160px;
  font-size: 20px;
  font-weight: bold;
  background-color: var(--light-yellow);
  color: var(--red);
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.entry_wrap.js-fixed {
	height: 160px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.entry_message {
  line-height: 1.25;
}

.entry-btn {
  display: block;
  font-size: 24px;
  color: #fff;
  background-color: var(--red);
  width: 100%;
  max-width: 500px;
  padding: 13px 0;
  border-radius: 4px;
  border: 1px solid var(--red);
  box-shadow: 0 3px 0 #840008;
  text-align: center;
  position: relative;
}

.entry-btn::before,
.entry-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-size: cover;
}

.entry-btn::before {
  background-image: url(/lp_common/common_img/char_01.png);
  left: -100px;
}

.entry-btn::after {
  background-image: url(/lp_common/common_img/char_02.png);
  right: -100px;
}

.entry-btn p {
  width: 100%;
  position: relative;
}

.entry-btn p::after {
  content: "\E841";
  font-family: recop-iconfonts;
  font-size: 32px;
  color: #fff;
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  transition: .5s;
}

.entry-btn:hover {
  background-color: #fff;
  color: var(--red);
  opacity: 1;
}

.entry-btn:hover p::after {
  color: var(--red);
}
@media screen and (max-width: 767px) {
  .entry_area {
    height: 120px;
  }
  .entry_wrap {
    height: 120px;
    gap: 0px;
    padding: 10px 0;
    justify-content: space-between;
  }
  .entry_wrap.js-fixed {
    height: 120px;
  }
  .entry_message {
    font-size: 16px;
  }
  .entry-btn {
    max-width: 256px;
  }
  .entry-btn::before,
  .entry-btn::after {
    width: 48px;
    height: 48px;
  }
  .entry-btn::before {
    left: -49px;
  }
  .entry-btn::after {
    right: -49px;
  }
}
/* ---- FAQ ---- */

.qa {
  position: relative;
}

.qa:not(:first-child) {
  padding-top: 35px;
}

.qa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #DDD;
}

.qa dt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7;
  padding: 0 55px 20px 0;
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  transition: .5s;
}

.qa dt:hover {
  opacity: 0.6;
}

.qa dt::before {
  content: "";
  width: 45px;
  height: 45px;
  background-image: url(/lp_common/common_img/faq_icon.png);
  background-size: contain;
  margin-right: 15px;
  flex-shrink: 0;
}

.qa dd {
  font-size: 16px;
  border-radius: 4px;
  padding-bottom: 40px;
}

.qa dd p {
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 18px 36px;
  background-color: var(--pink);
}

.qa dd p::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: "A.";
  font-size: 20px;
  font-weight: bold;
  color: #DA3916;
  flex-shrink: 0;
}

.accordionBtn {
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 20px;
  top: calc(50% - 10px);
  transform: translateY(-50%);
  border: none;
  appearance: none;
  background-color: transparent;
}

button.accordionBtn:hover {
  opacity: 1;
}

.accordionBtn::before {
  content: "\E817";
  font-family: recop-iconfonts;
  color: #666;
  font-size: 28px;
  cursor: pointer;
}

dt.show .accordionBtn::before {
  content: "\E823";
}

.accordionBtn::after {
  content: "クリック・タップで開きます";
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  top: 0;
  left: 0;
}

.show .accordionBtn::after {
  content: "クリック・タップで閉じます";
}

/* --- group --- */
.groupInner {
  padding: 50px 0 0;
}
.group_title span {
  display: block;
  color: var(--red);
}
.group_description {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding: 0 10px;
}
.group_title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
  color: #111;
  padding: 0 20px;
  margin-bottom: 50px;
}
.group_text {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: left;
}

.group_img img {
  max-width: 206px;
  display: block;
  margin: 0 auto 50px;
}

.group_list {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 90px));
  justify-content: center;
  grid-gap: 10px;
  background-color: var(--red);
  padding: 55px 10px;
}

.group_item {
  background-color: #fff;
  text-align: center;
}

.group_item img {
  padding: 5px;
}

.group_item img {
  max-width: 80px;
}

.banner_wrap {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 340px));
  justify-content: center;
  grid-gap: 40px;
  padding: 100px 10px;
}

.banner_item a {
  width: 100%;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background-color: var(--light-yellow);
  color: #000;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  border-radius: 12px;
}

.banner_item a::after {
  content: "\E857";
  font-family: recop-iconfonts;
  font-size: 32px;
  color: var(--red);
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.banner_item a:hover {
  background-color: #FCE7E4;
}
@media screen and (max-width: 970px) {
  .banner_wrap {
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 50px;
    grid-gap: 20px;
  }
}

@media screen and (max-width: 767px) {
  .qa dd p {
    padding: 18px 30px;
  }
  .group_title {
    font-size: 20px;
    line-height: 2.1;
    padding: 0;
  }

  .group_img img {
    max-width: 186px;
  }

  .group_list {
    grid-template-columns: repeat(5, minmax(54px, 90px));
    padding: 40px 30px;
  }
  .banner_wrap {
    padding: 50px 20px 0;
  }
  .banner_item a {
    min-height: 120px;
  }
}

/* --- footer --- */
#footer {
  width: 100%;
  display: block;
  height: auto;
}

footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  height: 149px;
  padding: 0 20px;
}

footer p,
footer small {
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}

footer p a {
  color: #fff !important;
}

footer span.copy {
  font-family: Verdana, "Droid Sans" !important;
}

@media screen and (max-width: 767px) {
  footer p.copylight {
    font-size: 12px;
  }

  .copylight span {
    display: inline-block;
  }
}