@charset "UTF-8";
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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;
}

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

img {
  display: block;
  width: 100%;
}

a {
  text-decoration: none;
}

/*
 Color Module
*/
/*
 Base Settings
*/

html {
  scroll-behavior: smooth;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro',
    'Yu Gothic Medium', '游ゴシック Medium', YuGothic, '游ゴシック体',
    'メイリオ', sans-serif;
  font-size: 14px;
  background-color: #EAEAEA;
}

.body--active {
  overflow: hidden;
}

/*
 header.php
*/
.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 200;
}

.header-inner {
  height: 80px;
  padding: 0 2%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

.header-inner--sticky {
  height: 64px;
}

.header-inner--active {
  background: #efefef;
}

.header-logo {
  width: 104px;
}

.header-search {
  width: auto;
  height: 32px;
  position: relative;
	display: block;
	margin-left: 24px;
}

.header-search--active img {
  display: none;
}

.header-search--active::before,
.header-search--active::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 2px;
  background: #000;
  display: block;
  top: 50%;
  left: 50%;
}

.header-search--active::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.header-search--active::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

/*
 footer.php
*/
.footer {
  background: #404040;
  position: relative;
}

.footer-inner {
  padding: 120px 0 40px;
  position: relative;
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}

.footer-logo {
  width: 185px;
}

.footer-home {
  width: 32px;
  margin: 0 0 16px;
}

@media screen and (min-width: 1024px) {
  .footer-home:hover {
    opacity: 0.8;
  }
}

.footer-nav {
  margin-top: 100px;
}

.footer-nav__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 24px;
}

.footer-nav__row .nav_list {
	color: #ffffff;
}
.footer-nav__row .nav_list li {
	padding-bottom: 10px;
}

.footer-nav__item {
  color: #fff;
  margin: 0 40px 0 0;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px;
}
.footer-nav__item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transform: scaleX(0);
  transform-origin: left top;
  transition: transform 0.3s ease;
}
.footer-nav__item:hover::after {
  transform: scaleX(1);
}

.footer-nav__item:last-child {
  margin: 0;
}

.footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 24px;
}

.footer-sns__item {
  /* display: none !important; */
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 16px 0 0;
}

.footer-sns__item:last-child {
  margin: 0;
}

.footer-sns__link {
  width: 100%;
  padding: 12px;
}

@media screen and (min-width: 1024px) {
  .footer-sns__link:hover {
    opacity: 0.64;
  }
}

.footer-copyright {
  text-align: center;
  color: #fff;
  margin-top: 80px;
}

/*
 index.php
*/
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 600px;
  position: relative;
}

.main-bar {
  width: 10%;
  position: relative;
}

.main-bar__text {
  position: absolute;
  white-space: nowrap;
  -webkit-transform: rotate(90deg) translateY(50%);
  transform: rotate(90deg) translateY(50%);
  bottom: 0;
  right: 50%;
  -webkit-transform-origin: bottom right;
  transform-origin: bottom right;
}

.main-visual {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main-visual::after {
  content: '';
  background-image: url('../assets/top_main-visual-bg.png');
  background-size: cover;
  width: 100%;
  height: 591px;
  position: absolute;
  top: 0;
  background-position: center top;
} 
.p-main-page .p-blog-archive__visual::after {
  height: 403px;
}
.p-blog-archive__visual::after {
  background-image: url('../assets/blog-archive__visual.png');
}
.p-blog-archive-store__visual::after {
  background-image: url('../assets/blog-archive-store__visual.png');
}
.p-main-page {
  height: 403px;
}
.main-descriptions {
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 100px;

  color: #FFF;
text-align: center;
text-shadow: 0 1px 35px rgba(0, 0, 0, 0.90);
font-family: "Zen Kaku Gothic New";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 140%; /* 56px */
letter-spacing: 4px;
}

.main-descriptions__logo {
  width: 200px;
  margin: 0 0 40px;
}

.main-descriptions__catch {
  color: #fff;
  margin: 0 0 40px;
  font-size: 16px;
  letter-spacing: 2px;
}

.main-descriptions__near {
  width: 360px;
  padding: 24px 0;
  background: #fff;
  display: block;
  border-radius: 16px;
  color: #000;
  text-align: center;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1024px) {
  .main-descriptions__near:hover {
    background: #aaa;
    color: #fff;
  }
  .main-descriptions__near:hover::after {
    border-color: #fff;
    right: 40px;
  }
}

.main-descriptions__near::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.pref {
  margin: 100px auto 0;
  height: 491px;
  z-index: 99;
}
.p-main__bg {
  padding: 30px 40px;
  position: relative;
  max-width: 1080px;
  width: 95%;
  border-radius: 8px;
  background: #F3F3F3;
}
.pref::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
  width: 542px;
  height: 367px;
  background-image: url('../assets/top_map.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pref-freeword {
  width: 90%;
  max-width: 633px;
  margin: 47px auto 0;
  position: relative;
}

.pref-freeword__textbox {
  width: 100%;
  height: 67px;
  padding: 21.5px 84px 21.5px 32px;
  border: initial;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.20);
  border-radius: 500px;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  display: block;
}

.pref-freeword__btn {
  display: inline-flex;    /* 中身をフレックスボックスにする */
  align-items: center;     /* 上下中央に揃える */
  justify-content: center; /* 左右中央に揃える（必要であれば） */
  gap: 8px;
  position: absolute;
  padding: 0 24px;
  border: 0;
  outline: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 47px;
  right: 15px;
  background: transparent;
  cursor: pointer;
  border-radius: 500px;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  background-color: #333;
}
.pref-freeword__btn img {
  display: inline-block;
  width: 24px;
}

.pref-title {
  font-size: 20px;
  text-align: center;
  margin: 0 0 32px;
}

.pref-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 300px;
  height: 10px;
  margin: auto;
  position: relative;
}

.pref-area__item {
  cursor: pointer;
  position: absolute;
  text-align: center;
}
.pref-area__item:nth-of-type(1) {
  top: 114px;
  right: -163px;
  z-index: 10;
}
.pref-area__item:nth-of-type(2) {
  top: 115px;
  left: 35px;
  z-index: 7;
}
.pref-area__item:nth-of-type(3) {
  top: 185px;
  right: -88px;
  z-index: 9;
}
.pref-area__item:nth-of-type(4) {
  top: 291px;
  right: -30px;
  z-index: 8;
}
.pref-area__item:nth-of-type(5) {
  top: 291px;
  left: 120px;
}
.pref-area__item:nth-of-type(6) {
  top: 180px;
  left: -37px;
  z-index: 6;
}
.pref-area__item:nth-of-type(7) {
  top: 291px;
  left: -166px;
}
.pref-area__item:nth-child(3n) {
  margin-right: 0;
}

.pref-area__inner {
  padding: 8px 20px 8px 38px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 4px;
background: #FFF;
color:  #2B3E65;
font-family: "Zen Kaku Gothic New";
font-size: 18px;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: 0.36px;
}

@media screen and (min-width: 1024px) {
  .pref-area__inner:hover {
    opacity: 0.8;
  }
}

.pref-area__inner::before {
      display: block;
      content: '';
      position: absolute;
      background-image:  url('../assets/top_arrow.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      width: 10px;
      height: 10px;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 12px;
}

.pref-area__item .pref-area-accod {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease; /* 0.3秒かけて変化 */
  position: absolute;
  z-index: 10;
  border-radius: 4px;
background: #FFF;
box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
padding: 10px 20px;
top: 20px;
left: 0;
    right: 0;
    margin: 0 auto;
    width: 100px;
}
.pref-area__item:hover .pref-area-accod {
  height: auto;   /* 中身の高さに合わせる */
  opacity: 1;     /* 不透明にする */
}
.pref-area-item {
  transition: background 0.3s ease;
}
.pref-area-item:hover {
  opacity: 0.6;
}
.pref-area-item + .pref-area-item {
  margin-top: 8px;
}

.pref-area-item:last-child {
  margin-bottom: 0;
}

.pref-area-item__link {
  color: #2B3E65;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

@media screen and (min-width: 1024px) {
  .pref-area-item__link:hover {
    background: #fff;
  }
}

.interview-title {
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 10;
}

.interview-title img {
  width: auto;
  height: 56px;
}

.interview-title::after {
  content: '\6700\65B0\30A4\30F3\30BF\30D3\30E5\30FC';
  position: absolute;
  bottom: -32px;
}

.interview-latest {
  position: relative;
  margin-left: 10%;
}

.interview-latest-outer {
  margin-left: 12%;
  padding: 80px 0 0 14%;
  background: #efefef;
}

.interview-latest-wrap {
  overflow: hidden;
}

.interview-latest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.interview-latest-item {
  min-width: 280px;
  max-width: 280px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.interview-latest-item:last-child {
  margin-right: 16px;
}

.interview-latest-item__head {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interview-latest-item__icon {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #739b97;
}

.interview-latest-item__name {
  font-size: 16px;
  color: #000;
  white-space: pre-wrap;
}

.interview-latest-item__img {
  margin: 0 0 8px;
}

.interview-latest-item__img img {
  width: 280px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-latest-item__fav {
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.interview-latest-item__favtext {
  margin-left: 8px;
}

.interview-latest-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interview-latest-item__tag {
  margin: 0 4px 4px 0;
  padding: 4px;
  background: #739b97;
  color: #fff;
  font-size: 12px;
}

.interview-latest-btns {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview-latest-btns__prev,
.interview-latest-btns__next {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #739b97;
  position: relative;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .interview-latest-btns__prev:hover,
  .interview-latest-btns__next:hover {
    background: #739b97;
    color: #fff;
  }
  .interview-latest-btns__prev:hover::before,
  .interview-latest-btns__prev:hover::after,
  .interview-latest-btns__next:hover::before,
  .interview-latest-btns__next:hover::after {
    border-color: #fff;
  }
}

.interview-latest-btns__prev::after,
.interview-latest-btns__next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #739b97;
  border-top: 0;
  border-right: 0;
}

.interview-latest-btns__prev {
  margin-right: 8px;
}

.interview-latest-btns__prev::after {
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.interview-latest-btns__next::after {
  left: calc(50% - 4px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.interview-area {
  position: relative;
}

.interview-area--bg {
  background: #efefef;
}

.interview-area-title {
  position: absolute;
  top: 80px;
  left: 5%;
  -webkit-transform: rotate(90deg) translateY(-50%);
  transform: rotate(90deg) translateY(-50%);
  -webkit-transform-origin: top left;
  transform-origin: top left;
}

.interview-area-wrap {
  padding: 80px 0 0;
  margin-left: 10%;
  overflow: hidden;
}

.interview-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.interview-area-item {
  min-width: 280px;
  max-width: 280px;
  margin-left: 16px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.interview-area-item:last-child {
  margin-right: 16px;
}

.interview-area-item__head {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interview-area-item__icon {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #739b97;
}

.interview-area-item__name {
  font-size: 16px;
  color: #000;
  white-space: pre-wrap;
}

.interview-area-item__img {
  margin: 0 0 8px;
}

.interview-area-item__img img {
  width: 280px;
  height: 210px;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-area-item__fav {
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.interview-area-item__favtext {
  margin-left: 8px;
}

.interview-area-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.interview-area-item__tag {
  margin: 0 4px 4px 0;
  padding: 4px;
  background: #739b97;
  color: #fff;
  font-size: 12px;
}

.interview-area-btns {
  padding: 40px 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.interview-area-btns__prev,
.interview-area-btns__next {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #739b97;
  position: relative;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .interview-area-btns__prev:hover,
  .interview-area-btns__next:hover {
    background: #739b97;
    color: #fff;
  }
  .interview-area-btns__prev:hover::before,
  .interview-area-btns__prev:hover::after,
  .interview-area-btns__next:hover::before,
  .interview-area-btns__next:hover::after {
    border-color: #fff;
  }
}

.interview-area-btns__prev::after,
.interview-area-btns__next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #739b97;
  border-top: 0;
  border-right: 0;
}

.interview-area-btns__prev {
  margin-right: 8px;
}

.interview-area-btns__prev::after {
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.interview-area-btns__next::after {
  left: calc(50% - 4px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

.recommend-title {
  position: relative;
}

.recommend-title img {
  width: auto;
  margin: 0 auto 80px;
  height: 56px;
}

.recommend-title::after {
  content: '\4EBA\6C17\306E\30BF\30B0';
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.recommend-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommend-pickup {
  width: calc(48% - 32px);
  position: relative;
}

.recommend-pickup__tag {
  position: absolute;
  width: 64%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.recommend-pickup__link {
  padding: 20px 0;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 16px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .recommend-pickup__link:hover {
    color: #fff;
    background: #739b97;
  }
}

.recommend-pickup__img {
  height: 100%;
}

.recommend-pickup__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommend-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 16px 24px;
  margin-top: 24px;
}

.recommend-tags__item {
  width: calc((100% - 48px) / 2);
}

.recommend-tags__item:nth-last-child(2),
.recommend-tags__item:last-child {
  margin-bottom: 0;
}

.recommend-tags__link {
  border-radius: 4px;
  text-align: left;
  color: #333;
  padding-right: 20px;
  background: #FFF;
  display: flex;
  gap: 0 29px;
  font-family: "Zen Kaku Gothic New";
font-size: 18px;
font-weight: 500;
line-height: 150%; /* 27px */
letter-spacing: 0.36px;
justify-content: space-between;
    align-items: center;
}
.recommend-tags__link p { 
  display: flex;
  align-items: center;
    gap: 0 29px;
}
.recommend-tags__link img {
  display: block;
  width: 80px;
height: 80px;
border-radius: 4px 0 0 4px;
}
.recommend-tags__link svg path, .recommend-tags__link svg circle {
  transition: fill 0.3s ease, stroke 0.3s ease;
}

.recommend-tags__link:hover svg path, .recommend-tags__link:hover svg circle {
  fill: #F3FBFA;
  stroke: #40ADAB;
}
@media screen and (max-width: 769px) {
  .recommend-container {
    justify-content: center;
  }

  .recommend-tags__link {
    font-size: 14.04px;
    letter-spacing: 0.281px;
  padding-right: 15.6px;
  }
  .recommend-tags { 
      flex-direction: column;
      gap: 10px 0;
  }
  .recommend-tags__item {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
  .recommend-tags__link img {
    width: 62px;
  height: 62px;
  }
  .recommend-tags__link svg {
    width: 31.2px;
    height: 31.2px;
  }
}

.blog-title {
  position: relative;
}

.blog-title img {
  width: auto;
  margin: 0 auto 80px;
  height: 56px;
}

.blog-title::after {
  content: '\30D6\30ED\30B0';
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 24px;
  gap: 24px 0;
}

.blog-item {
  width: calc((100% - 24px) / 2);
}

.blog-item__link {
  display: block;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
  position: relative;
}
.blog-item__link svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.blog-item__link img {
  transition: transform 0.3s ease;
}
  .blog-item__link:hover img {
    transform: scale(1.1);
  }

.blog-item__capture {
  position: relative;
  background: #669F9E;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.blog-item__capture::before {
  content: '';
  display: block;
  padding-top: 180px;
}

.blog-item__capture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.16s;
  transition: 0.16s;
  border-radius: 8px 8px 0 0;
}

.blog-item__tag {
  padding: 4px;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 11px;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #40ADAB;
  background: #F3FBFA;
  position: absolute;
  top: 8px;
  left: 8px;
  color: #40ADAB;
}

.blog-item__title {
  width: 100%;
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  padding: 16px 20px 20px;
  display: block; /* box-orientなどは不要です */
  overflow: visible; /* 隠す必要もありません */
  min-height: 107px;
  height: auto; /* 高さは中身に合わせる */
}

.blog-more {
  padding: 10px 24px;
  border-radius: 500px;
  background: #404040;
  color: #FFF;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 8px;
}
.p-blog__more-box {
  text-align: right;
}

.contact {
  width: 100%;
  padding: 104px 0;
  position: relative;
}

.contact-container {
  position: relative;
  z-index: 1;
}

.contact-container__text {
  color: #fff;
  text-align: center;
  line-height: 2;
  margin-bottom: 56px;
}

.contact-container__link {
  width: 325px;
  height: 88.642px;
  margin: 0 auto;
  background: #404040;
  color: #FFF;
  display: block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1.4px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #FFF;
}
.contact-container .contact-container__link:nth-of-type(1) {
  padding-top: 27px;
}
.contact-container .contact-container__link:nth-of-type(2) {
  padding-top: 30px;
}
.contact-container__link + .contact-container__link {
  margin-top: 15px;
}

.contact-container__link:hover {
  background: #FFF;
  color: #333;
}

@media screen and (min-width: 1024px) {
  .contact-container__link:hover::after {
    border-color: #fff;
    right: 48px;
  }
}

.contact-container__link span {
	display: inline-block;
  font-size: 10px;
  font-weight: 500;
  padding-top: 2px;
  margin-left: 5px;
}
.contact-container__link svg {
  position: relative;
  top: 4px;
  margin-left: -5px;
}

.contact-container .contact_nav_list {
	max-width: 250px;
	margin: 15px auto 0;
  font-size: 11px;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
}

.contact-container .contact_nav_list li {
	color: #ffffff;
	padding-bottom: 5px;
}
@media screen and (max-width: 1024px) {
	.contact-container .contact_nav_list {
		max-width: 250px;
	}
	.contact-container .contact_nav_list li {
		font-size: 11px;
	}
}

/*
 Swiperの上書き
*/
.swiper-button-disabled {
  border-color: #aaa;
}

@media screen and (min-width: 1024px) {
  .swiper-button-disabled:hover {
    border-color: #aaa;
    background: transparent;
  }
  .swiper-button-disabled:hover::before,
  .swiper-button-disabled:hover::after {
    border-color: #aaa;
  }
}

.swiper-button-disabled::before,
.swiper-button-disabled::after {
  border-color: #aaa;
}

/*
 parts/visual.php
*/
.visual-container {
  margin-left: 10%;
  height: calc(100vh - 240px);
  position: relative;
}

.visual-container__title {
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 64px;
  z-index: 1;
}

.visual-container__title img {
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}

.visual-img {
  height: 100%;
  position: relative;
}

.visual-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.visual-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.36;
}

.visual-breadcrumb {
  margin: 0 10%;
}

.visual-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 0;
  overflow-x: scroll;
}

.visual-breadcrumb__list::-webkit-scrollbar {
  display: none;
}

.visual-breadcrumb__item {
  margin-right: 40px;
  position: relative;
  white-space: nowrap;
  color: #555;
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
}
.visual-breadcrumb__item a {
  color: #555;
  transition: background 0.3s ease;
}
.visual-breadcrumb__item a:hover {
  color: #40ADAB;
}

.visual-breadcrumb__item--home {
  min-width: 24px;
  width: 24px;
}

/* パンくずの最後の項目（今いるページ）のデザイン */
.visual-breadcrumb__item:last-child {
  color: #40ADAB;
}

/* 最後の項目のテキスト（またはspan）に線を引く */
.visual-breadcrumb__item:last-child span,
.visual-breadcrumb__item:last-child a,
.visual-breadcrumb__item:last-child .visual-breadcrumb__link {
  text-decoration: underline;
  text-underline-offset: 2px;
  color: inherit;
}

.visual-breadcrumb__item:not(:last-child)::after {
  content: ' / ';
  display: block;
  position: absolute;
  top: 0;
  right: -27px;
}

.visual-breadcrumb__link {
  color: #000;
}

/*
 search-interview.php
*/
.page-interview-search {
  margin: 0 10% 32px;
}

.page-interview-search__keyword {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 16px;
  position: relative;
}

.page-interview-search__input {
  width: 40%;
  background: #efefef;
  border: 0;
  outline: 0;
  padding: 16px 56px 16px 24px;
  border-radius: 100px;
}

.page-interview-search__keybtn {
  position: absolute;
  width: 47px;
  height: 47px;
  padding: 12px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  outline: 0;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media screen and (min-width: 1024px) {
  .page-interview-search__keybtn:hover {
    opacity: 0.8;
  }
}

.page-interview-search__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-interview-search__btn {
  background: #cbbb29;
  width: 304px;
  text-align: center;
  color: #000;
  padding: 16px 0;
  border: 0;
  outline: 0;
  border-radius: 16px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page-interview-search__btn:hover {
    background: #739b97;
    color: #fff;
  }
  .page-interview-search__btn:hover::after {
    border-color: #fff;
    right: 48px;
  }
}

.page-interview-search__btn::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.page-interview-container {
  margin: 0 auto 0;
}

.page-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
    gap: 37px;
    max-width: 1080px;
    width: 90%;
    margin: 0 auto;
    align-items: stretch;
}

.page-interview-item {
  width: calc((100% - 112px) / 3);
}

.page-interview-item--not {
  padding: 10vh 0;
  font-size: 16px;
}

.page-interview-item__head {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page-interview-item__icon {
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #739b97;
}

.page-interview-item__name {
  font-size: 16px;
  color: #000;
  white-space: pre-wrap;
}

.page-interview-item__img {
  position: relative;
  background: #669F9E;
  overflow: hidden;
  height: 227px;
}

.page-interview-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.page-interview-item__fav {
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.page-interview-item__favtext {
  margin-left: 8px;
}

.page-interview-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px 5px;
}

.page-interview-item__tag {
  padding: 3px 4px 2px;
  border-radius: 2px;
  background-color: #40ADAB;
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: 11px;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
}

.page-interview-item__more {
  width: 100%;
  padding: 16px 0;
  display: block;
  border: 1px solid #739b97;
  border-radius: 16px;
  text-align: center;
  color: #000;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .page-interview-item__more:hover {
    background: #739b97;
    color: #fff;
  }
  .page-interview-item__more:hover::after {
    border-color: #fff;
    right: 32px;
  }
}

.page-interview-item__more::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*
 single-interview.php
*/
.interview-detail-top {
  padding: 48px 0;
  margin: 0 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.interview-detail-top--muryo {
  display: block;
  padding-bottom: 0;
}

.interview-detail-top__img {
  width: 40%;
  padding-top: 30%;
  position: relative;
}

.interview-detail-top__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.interview-detail-top__content {
  width: calc(60% - 48px);
}

.interview-detail-top__info {
  font-size: 24px;
  position: relative;
  margin-bottom: 24px;
  position: relative;
}

.interview-detail-top__info::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 80px;
  height: 2px;
  background: #cbbb29;
}

.interview-detail-top__fav {
  margin: 0 0 32px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.interview-detail-top__favtext {
  margin-left: 8px;
}

.interview-detail-top__text {
  line-height: 1.6;
  font-size: 16px;
	margin-bottom: 60px;
}

.interview-detail-faq {
  margin-bottom: 40px;
}

.interview-detail-faq__question {
  position: relative;
  margin-left: 10%;
  margin-right: 20%;
  font-size: 18px;
  /*bottom: -32px;*/
	bottom: 0;
  display: flex;
  align-items: center;
	z-index: 10;
	margin-bottom: 20px;
}

.interview-detail-faq__question-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-right: 24px;
  background: #739b97;
}

.interview-detail-faq__question-icon img {
	object-fit: contain;
}

.interview-detail-faq__question-text {
  width: calc(100% - 72px);
  padding: 20px 24px;
  background: #cbbb29;
  color: #fff;
  border-radius: 4px;
  position: relative;
}

.interview-detail-faq__question-text::before {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #cbbb29;
  border-bottom: 10px solid transparent;
  left: -10px;
}

.interview-detail-faq__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.interview-detail-faq__answer {
  width: 50%;
  padding: 32px 48px 32px 32px;
  line-height: 2;
  font-size: 16px;
  position: relative;
  top: 16px;
	/*left: 10%;*/
  background: #fff;
  text-align: justify;
}

.interview-detail-faq__answer-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  margin-right: 24px;
  float: left;
  background: #739b97;
}

.interview-detail-faq__image {
  width: 50%;
  height: auto;
}

.interview-detail-faq__image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.interview-detail-faq:nth-child(even) .interview-detail-faq__question {
  margin-left: 20%;
  margin-right: 10%;
  flex-direction: row-reverse;
}

.interview-detail-faq:nth-child(even) .interview-detail-faq__question-icon {
  margin-left: 24px;
  margin-right: 0;
}

.interview-detail-faq:nth-child(even)
  .interview-detail-faq__question-text::before {
  border-top: 10px solid transparent;
  border-right: 0;
  border-left: 10px solid #cbbb29;
  border-bottom: 10px solid transparent;
  left: auto;
  right: -10px;
}

.interview-detail-faq:nth-child(even) .interview-detail-faq__flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.interview-detail-faq:nth-child(even) .interview-detail-faq__answer {
  padding: 32px 32px 32px 48px;
  left: auto;
  /*right: 10%;*/
}

.interview-detail-faq:last-child {
  margin-bottom: 80px;
}

.interview-detail-price {
  padding: 80px 0;
  background: #efefef;
}

.interview-detail-price__title {
  position: relative;
}

.interview-detail-price__title img {
  width: auto;
  margin: 0 auto 48px;
  height: 56px;
}

.interview-detail-price__title::after {
	content: 'コンセプト';
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interview-detail-price__list {
  margin: 0 20%;
}

.interview-detail-price__item {
  padding: 24px 0;
  border-bottom: 1px solid #000;
}

.interview-detail-price__name {
  font-size: 18px;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 16px;
}

.interview-detail-price__name::before {
  content: '';
  position: absolute;
  width: 32px;
  height: 1px;
  background: #000;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.interview-detail-price__text {
  line-height: 1.6;
  font-size: 16px;
  margin-bottom: 16px;
}

.interview-detail-price__plan {
  display: block;
  text-align: right;
  line-height: 1.6;
}

.interview-detail-background__img {
  height: 30vh;
  -webkit-filter: brightness(64%);
  filter: brightness(64%);
}

.interview-detail-background__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.interview-detail-info {
  padding: 60px 0;
}

.interview-detail-info__title {
  position: relative;
}

.interview-detail-info__title img {
  width: auto;
  height: 56px;
  margin: 0 auto 48px;
}

.interview-detail-info__title::after {
  content: '\57FA\672C\60C5\5831';
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interview-detail-info__list {
  padding: 24px 0;
  margin: 0 20%;
}

.interview-detail-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.interview-detail-info__head {
  width: 30%;
  padding: 16px 0;
  background: #739b97;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  min-height: 46px;
}

.interview-detail-info__body {
  width: 60%;
  line-height: 1.6;
  padding: 8px 0;
}

.interview-detail-info__body a {
  color: #000;
  white-space: nowrap;
  text-decoration: underline;
}

/* .interview-detail-info__body a:hover {
	border-bottom: 1px solid #000;
} */

.interview-detail-info__map {
  margin: 0 10% 40px;
  background: #efefef;
  height: 64vh;
}

.interview-detail-info__link {
  font-weight: bold;
  width: 304px;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #cbbb29;
  color: #000;
  border-radius: 16px;
  padding: 20px 0;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .interview-detail-info__link:hover {
    background: #739b97;
    color: #fff;
  }
  .interview-detail-info__link:hover::after {
    border-color: #fff;
    right: 48px;
  }
}

.interview-detail-info__link::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.interview-detail-box {
  margin: 0 10% 80px;
  border: 1px solid #739b97;
}

.interview-detail-box__title {
  font-size: 18px;
  background: #739b97;
  color: #fff;
  padding: 16px 24px;
}

.interview-detail-box__inner {
  display: flex;
  padding: 40px;
}

.interview-detail-box__img {
  width: 30%;
  margin-right: 40px;
}

.interview-detail-box__icon {
  width: 100%;
  padding-top: 100%;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.interview-detail-box__icon img {
  position: absolute;
  top: 0;
  left: 0;
	height: 100%;
}

.interview-detail-box__info-attribute {
  display: inline-block;
  padding: 16px 32px;
  border-radius: 4px;
  background: #cbbb29;
  color: #fff;
  position: relative;
  margin-left: 0;
  margin-bottom: 30px;
	line-height: 1.5;
}

.interview-detail-box__info-attribute::before {
  content: '';
  position: absolute;
  border-top: 10px solid transparent;
  border-right: 10px solid #cbbb29;
  border-bottom: 10px solid transparent;
  left: -10px;
}

.interview-detail-box__info-comment {
  line-height: 1.6;
  font-size: 16px;
}

/*
 archive.php
*/
.page-blog-container {
  margin: 0 auto 0;
}

.page-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  gap: 37px;
  max-width: 1080px;
  width: 90%;
  margin: 0 auto;
}

.page-blog-item {
  width: calc((100% - 112px) / 3);
}

.page-blog-item__link {
  display: block;
  border-radius: 10.044px;
  background: #FFF;
  position: relative;
}
.page-store-item__link {
  background: #FFF;
  position: relative;
  display: flex;
    flex-direction: column;
    height: 100%;
}
.page-interview-item__img img {
  transition: 0.16s;
}
.page-store-item__link:hover img {
  transform: scale(1.1);
}

.page-blog-item__capture {
  position: relative;
  background: #669F9E;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.page-blog-item__capture::before {
  content: '';
  display: block;
  padding-top: 225.984px;
}

.page-blog-item__capture img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.16s;
  transition: 0.16s;
  border-radius: 8px 8px 0 0;
}

.page-blog-item__tag {
  padding: 6px;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 13.81px;
  font-weight: 500;
  line-height: 150%; /* 20.715px */
  letter-spacing: 0.276px;
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #40ADAB;
  background: #F3FBFA;
  position: absolute;
  top: 10.04px;
  left: 10.04px;
  color: #40ADAB;
}

.page-blog-item__title {
  width: 100%;
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 17.577px;
  font-weight: 500;
  line-height: 170%; /* 29.88px */
  letter-spacing: 0.352px;
  padding: 20.09px 25px 25px;
  display: block;
  overflow: visible;
  min-height: 135px;
  height: auto;
}

.page-blog-item__link svg {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.page-blog-item__link:hover img {
  transform: scale(1.1);
}

/*
 single.php
*/
.blog-detail {
  margin: 0 10%;
}

.blog-detail__head {
  padding: 32px 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-detail__title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding: 0 0 10px 16px;
  border-bottom: 1px solid #E5E5E5;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 36px */
  width: 100%;
}
.blog-detail__title::before {
  content: '';
  position: absolute;
  width: 4px;
  background: #40ADAB;
  height: calc(100% - 15px);
  top: 4px;
  left: 0;
  border-radius: 20px;
}

.blog-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}
.blog-detail__info span:nth-of-type(2) {
  color: #2B3E65;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
}

.blog-detail__tag {
  padding: 5px 8px;
  background: #40ADAB;
  border-radius: 2px;
  color: #fff;
}

.blog-detail__text {
  line-height: 2;
  font-size: 16px;
}

/*
 parts/search.php
*/
.search {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 150;
  background: #EAEAEA;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: ease-in-out 0.24s transform;
  transition: ease-in-out 0.24s transform;
}

.search--active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.search-form {
  padding: 0 5%;
  position: relative;
  top: calc(50% + 24px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-near {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  border-radius: 500px;
background: #333;
padding: 10px 24px;
height: 44px;
}

.search-near__icon {
  width: 20px;
  margin-right: 8px;
}

.search-near__text {
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.search-near__text svg {
  flex-shrink: 0;
  display: block;
}

.search-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.search-main {
  width: 42%;
}

.search-tags {
  width: calc(58% - 48px);
}

.search-keyword {
  margin-bottom: 62px;
}

.search-keyword__wrap {
  position: relative;
  margin-top: 20px;
}

.search-keyword__input {
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 100px;
  padding: 21.5px 32px;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-keyword__input--active + .search-keyword__clear {
  display: block;
}

.search-keyword__clear {
  font-size: 16px;
  display: none;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}

.search-area__title {
  position: relative;
}

.search-area__title img {
  width: auto;
  margin-bottom: 48px;
  height: 56px;
}

.search-area__title::after {
  content: '\30A8\30EA\30A2\304B\3089\63A2\3059';
  position: absolute;
  left: 0;
  bottom: -24px;
}

.search-area__wrap {
  position: relative;
  margin-top: 20px;
}

.search-area__wrap::after {
  font-size: 16px;
  content: '\25BC';
  display: block;
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-area__select {
  font-size: 16px;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 100px;
  padding: 21.5px 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  background: #fff;
}

.search-tags__title {
  position: relative;
}

.search-tags__title img {
  width: auto;
  margin-bottom: 48px;
  height: 56px;
}

.search-tags__title::after {
  content: '\4EBA\6C17\306E\30BF\30B0';
  position: absolute;
  left: 0;
  bottom: -24px;
}

.search-tags__item {
  color: #40ADAB;
  margin: 0 16px 16px 0;
  display: inline-block;
  font-size: 16px;
  border-radius: 2px;
  border: 1px solid #40ADAB;
  background: #F3FBFA;
  padding: 3px 6px 2px;
}

.search-btn {
  width: 240px;
  background: #333;
  color: #FFF;
  border-radius: 500px;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
  border: 0;
  outline: 0;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  margin: 0 auto;
}
.search-btn svg {
  flex-shrink: 0;
  display: block;
}
.search-btn:hover {
  background: #40ADAB;
}
@-webkit-keyframes shivering {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(10deg);
    transform: translateY(-50%) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
}

@keyframes shivering {
  0% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-50%) rotate(10deg);
    transform: translateY(-50%) rotate(10deg);
  }
  100% {
    -webkit-transform: translateY(-50%) rotate(0);
    transform: translateY(-50%) rotate(0);
  }
}

/*
 parts/recommend.php
*/
.recommend-interview {
  margin: 0 10%;
}

.recommend-interview-title {
  position: relative;
}

.recommend-interview-title img {
  width: auto;
  height: 56px;
  margin-bottom: 64px;
}

.recommend-interview-title::after {
  content: '\95A2\9023\30A4\30F3\30BF\30D3\30E5\30FC';
  position: absolute;
  bottom: -32px;
}

.recommend-interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.recommend-interview-item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
}

.recommend-interview-item:nth-child(3n) {
  margin-right: 0;
}

.recommend-interview-item__head {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-interview-item__icon {
  min-width: 32px;
  width: 32px;
  height: 32px;
  min-height: 32px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #739b97;
}

.recommend-interview-item__name {
  font-size: 16px;
}

.recommend-interview-item__img {
  margin: 0 0 8px;
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.recommend-interview-item__img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.recommend-interview-item__fav {
  margin: 0 0 8px;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 20px;
}

.recommend-interview-item__favtext {
  margin-left: 8px;
}

.recommend-interview-item__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.recommend-interview-item__tag {
  margin: 0 4px 4px 0;
  padding: 4px;
  background: #739b97;
  color: #fff;
  font-size: 12px;
}

.recommend-interview-item__more {
  width: 100%;
  padding: 16px 0;
  display: block;
  border: 1px solid #739b97;
  border-radius: 16px;
  text-align: center;
  color: #000;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .recommend-interview-item__more:hover {
    background: #739b97;
    color: #fff;
  }
  .recommend-interview-item__more:hover::after {
    border-color: #fff;
    right: 32px;
  }
}

.recommend-interview-item__more::after {
  content: '';
  width: 12px;
  height: 12px;
  display: block;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*
 parts/pagenate.php
*/
.pagenate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px 0 0;
}

.pagenate ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 8px;
}

.pagenate li {
  display: block;
  position: relative;
  margin-right: 8px;
}

.pagenate li:last-child {
  margin-right: 0;
}

.pagenate li .page-numbers {
  border: 2px solid #40ADAB;
  width: 38px;
  height: 38px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #40ADAB;
  background-color: #FFF;
  transition: background 0.3s ease;
}

@media screen and (min-width: 1024px) {
  .pagenate li .page-numbers:hover {
    background: #40ADAB;
    color: #fff;
  }
}

.pagenate li .page-numbers.current {
  background: #40ADAB;
  color: #fff;
}

.pagenate .prev,
.pagenate .next {
  width: 48px;
  height: 48px;
  display: block;
  border: 1px solid #40ADAB;
  position: relative;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .pagenate .prev:hover,
  .pagenate .next:hover {
    background: #739b97;
    color: #fff;
  }
  .pagenate .prev:hover::before,
  .pagenate .prev:hover::after,
  .pagenate .next:hover::before,
  .pagenate .next:hover::after {
    border-color: #fff;
  }
}

.pagenate .prev::after,
.pagenate .next::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  display: block;
  border: 2px solid #40ADAB;
  border-top: 0;
  border-right: 0;
}

.pagenate .prev::after {
  left: calc(50% + 2px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.pagenate .next::after {
  left: calc(50% - 2px);
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

/*
 parts/backpage.php
*/
.backpage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 80px 0;
}

.backpage__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.backpage__btn {
  width: 56px;
  height: 56px;
  border: 1px solid #739b97;
  position: relative;
  margin-right: 16px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .backpage__btn:hover {
    background: #739b97;
  }
  .backpage__btn:hover::before {
    border-color: #fff;
  }
}

.backpage__btn::before {
  content: '';
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #739b97;
  border-top: 0;
  border-right: 0;
  left: calc(50% + 4px);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.backpage__title {
  position: relative;
}

@media screen and (min-width: 1024px) {
  .backpage__title:hover {
    opacity: 0.8;
  }
}

.backpage__title img {
  width: auto;
  height: 48px;
}

/*
 page-thanks.php
*/
.thanks {
  margin: 0 10%;
}

.thanks-title {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
}

.thanks-title::before {
  content: '';
  position: absolute;
  width: 64px;
  background: #000;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.thanks-content {
  padding: 40px 0;
}

.thanks-content__text {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}

.thanks-content__link {
  width: 304px;
  background: #cbbb29;
  color: #000;
  border-radius: 16px;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  margin: 0 auto;
  display: block;
  position: relative;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
	.interview-detail-top {
		flex-wrap: wrap;
	}
	.interview-detail-top__img {
		width: 80%;
		padding-top: 60%;
		position: relative;
		margin: auto;
	}
	.interview-detail-top__content {
		width: 100%;
		margin-top: 30px;
	}
	.interview-detail-price__list {
		margin: 0 10%;
	}
	.interview-detail-info__list {
		margin: 0 10%;
	}
	.interview-detail-box__img {
		width: 100%;
	}
}


@media screen and (min-width: 1024px) {
  .thanks-content__link:hover {
    background: #000;
    color: #fff;
  }
  .thanks-content__link:hover::after {
    border-color: #fff;
    right: 48px;
  }
}

.thanks-content__link::after {
  content: '';
  width: 10px;
  height: 10px;
  display: block;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 56px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/*
 page-operation.php
*/
.operation {
  margin: 0 10%;
}

.operation-companies {
  padding: 40px 80px 0;
}

.operation-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 0;
  border-bottom: 1px solid #000;
}

.operation-company__title {
  width: 20%;
  line-height: 2;
  font-weight: bold;
}

.operation-company__body {
  width: 80%;
  line-height: 2;
	display: flex;
	flex-wrap: wrap;
}

.operation-company__body a {
  display: block;
    width: 30%;
    margin-right: 24px;
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid #ffffff;
}

.operation-company__body span {
  /*display: inline-block;*/
	display: block;
	width: 30%;
  margin-right: 24px;
  white-space: nowrap;
  color: #000;
}

@media screen and (min-width: 1024px) {
  .operation-company__body a:hover {
    border-bottom: 1px solid #000;
  }
}
.operation-company.faq {
	display: block;
}

.operation-company.faq .faq__q {
	padding-top: 10px;
	padding-left: 34px;
	padding-bottom: 20px;
	font-size: 1.2rem;
    font-weight: 600;
	line-height: 200%;
	background: url("../assets/imgQ.png") no-repeat left 10px;
    background-size: 18px auto; /* アイコンサイズ調整 */
}

.operation-company.faq .faq__a {
	font-size: 1.2rem;
	line-height: 200%;
	padding-top: 10px;
	padding-left: 34px;
	padding-bottom: 20px;
	background: url("../assets/imgA.png") no-repeat left 10px;
    background-size: 18px auto; /* アイコンサイズ調整 */
}

/*
 page-privacypolicy.php
*/
.privacypolicy {
  margin: 0 10%;
}

.privacypolicy-block {
  margin-bottom: 40px;
}

.privacypolicy-block__head {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin-bottom: 16px;
}

.privacypolicy-block__head::before {
  content: '';
  position: absolute;
  width: 64px;
  background: #000;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.privacypolicy-block__body {
  font-size: 16px;
  line-height: 2;
}

.privacypolicy-block__list {
  padding: 16px 0 16px 16px;
}

.privacypolicy-block__item {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.privacypolicy-block__item:last-child {
  margin-bottom: 0;
}

/*
 page-userpolicy.php
*/
.userpolicy {
  margin: 0 10%;
}

.userpolicy-block {
  margin-bottom: 40px;
}

.userpolicy-block__head {
  font-size: 24px;
  font-weight: bold;
  position: relative;
  padding-left: 80px;
  margin-bottom: 16px;
}

.userpolicy-block__head::before {
  content: '';
  position: absolute;
  width: 64px;
  background: #000;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.userpolicy-block__body {
  font-size: 16px;
  line-height: 2;
}

.userpolicy-block__list {
  padding: 16px 0 16px 16px;
}

.userpolicy-block__item {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.6;
}

.userpolicy-block__item:last-child {
  margin-bottom: 0;
}

/*
 WP ULIKE Overwrite
*/
.wpulike {
  padding: 0 !important;
}

.wpulike-heart .wp_ulike_general_class {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.wpulike-heart .count-box {
  color: #000 !important;
  font-weight: normal !important;
}

/*
 Responsive Tablet
*/
@media screen and (max-width: 769px) {
  .pref {
    margin: 56px auto 0;
    padding: 24px 20px;
    height: 382px;
  }
  .pref::before {
    bottom: 30px;
    margin: auto;
    width: 298px;
    height: 249.5px;
    background-image: url('../assets/top_map-sp.png');
  }
  .pref-area__item:nth-of-type(1) {
    top: 41px;
    left: -7px;
    right: initial;
  }
  .pref-area__item:nth-of-type(2) {
    top: 86px;
    left: -7px;
  }
  .pref-area__item:nth-of-type(3) {
    top: 99px;
    right: -10px;
    left: initial;
  }
  .pref-area__item:nth-of-type(4) {
    top: 215px;
    right: 58px;
    left: initial;
  }
  .pref-area__item:nth-of-type(5) {
    top: 144px;
    right: -9px;
    left: initial;
    z-index: 8;
  }
  .pref-area__item:nth-of-type(6) {
    top: 130px;
    left: -7px;
    right: initial;
  }
  .pref-area__item:nth-of-type(7) {
    top: 244px;
    left: 24px;
    right: inherit;
    z-index: 4;
  }
  .pref-area__inner {
    font-size: 13px;
  }
  .interview-title {
    top: 24px;
  }
  .interview-latest {
    margin-left: 24px;
  }
  .interview-latest-outer {
    margin-left: 24px;
    padding-top: 128px;
    padding-left: 24px;
  }
  .recommend {
    margin: 0 24px;
  }
  .blog-item {
    width: calc((100% - 64px) / 3);
  }
  .search-form {
    padding: 0 48px;
  }
  .search-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    flex-direction: column;
  }
  .search-tags {
    width: 100%;
  }
  .visual-container {
    height: 64vh;
  }
  .visual-breadcrumb {
    margin: 0 48px;
  }
  .page-interview-search {
    margin: 0 48px 32px;
  }
  .page-interview-container {
    margin: 0 48px 64px;
  }
  .interview-detail-top {
    margin: 0 48px;
  }
  .interview-detail-faq__question {
    padding: 24px 0 24px 48px;
  }
  .interview-detail-faq__image {
    height: 64vh;
  }
  .interview-detail-faq__answer {
    left: 48px;
    width: 50%;
  }
  .interview-detail-faq:nth-child(even) .interview-detail-faq__answer {
    right: 48px;
  }
  .interview-detail-price__list {
    margin: 0 96px;
  }
  .interview-detail-info__list {
    margin: 0 96px;
  }
  .interview-detail-info__map {
    margin: 0 48px 40px;
  }
  .recommend-interview {
    margin: 0 48px;
  }
  .page-blog-container {
    margin: 0 48px 0;
  }
  .blog-detail {
    margin: 0 48px;
  }
  .privacypolicy {
    margin: 0 48px;
  }
  .thanks {
    margin: 0 48px;
  }
  .operation {
    margin: 0 48px;
  }
  .userpolicy {
    margin: 0 48px;
  }
}

/*
 Responsive SP
*/
@media screen and (max-width: 450px) {
  .header-inner {
    height: 64px;
    padding: 0 16px;
  }
  .header-logo {
    width: 88px;
  }
  .main {
    height: 600px;
  }
  .p-main-page {
    height: 278px;
  }
  .p-main-page .main {
    height: 278px;
  }
  .p-main-page .main-visual::after {
    height: 403px;
  }
  .main-bar {
    width: 40px;
  }
  .main-visual::after {
    background-image: url('../assets/top_main-visual-bg-sp.png');
    height: 601px;
  }
  .p-blog-archive__visual::after {
    background-image: url('../assets/blog-archive__visual-sp.png');
  }
  .p-blog-archive-store__visual::after {
    background-image: url('../assets/blog-archive-store__visual-sp.png');
  }
  .main-descriptions {
    left: 16px;
    width: calc(100% - 32px);
    bottom: 152px;
  }
  .p-main-page .main-descriptions {
    bottom: 52px;
    text-shadow: 0 0.826px 28.926px #000;
    font-size: 33.058px;
    letter-spacing: 3.306px;
  }
  .p-main-page .main-visual::after {
    height: 278px;
  }
  .main-descriptions__logo {
    margin-bottom: 24px;
  }
  .main-descriptions__near {
    width: 100%;
  }
  .main-descriptions__near::after {
    right: 30px;
  }
  .visual-breadcrumb__list {
    padding: 20px 0;
  }
  .pref {
    margin: 56px auto 0;
    padding: 24px 20px;
  }
  .pref::before {
    width: 100%;
  }
  .pref-container {
    width: 100%;
    padding: 0;
  }
  .pref-freeword {
    width: 335px;
    margin-bottom: 32px;
  }
  .p-main-page .pref-freeword {
    margin: 27px auto 0;
  }
  .pref-freeword__textbox {
    width: 100%;
    height: 52px;
    padding: 17.5px 60px 17.5px 15px;
    font-size: 11px;
    letter-spacing: 0.22px;
  }
  .pref-freeword__btn {
    right: 10px;
    font-size: 14px;
    letter-spacing: 0.28px;
    height: 36px;
    gap: 5px;
    padding: 0 16px;
  }
  .pref-freeword__btn img {
    width: 11.901px;
  }
  .pref-area__inner::after {
    top: 47%;
    right: 10px;
  }
  .pref-area__item:nth-child(2n) {
    margin-right: 0;
  }
  .interview-title img {
    height: 40px;
  }
  .interview-latest {
    margin-left: 16px;
  }
  .interview-latest-btns {
    padding: 32px 0 64px;
  }
  .interview-area-wrap {
    margin-left: 48px;
    padding-top: 64px;
  }
  .interview-area-btns {
    padding: 32px 0 64px;
  }
  .recommend {
    margin: 0 16px;
  }
  .recommend-title img {
    margin-bottom: 64px;
    height: 40px;
  }
  .recommend-container {
    display: block;
  }
  .recommend-pickup {
    width: 100%;
    margin-bottom: 16px;
  }
  .recommend-pickup__tag {
    width: calc(100% - 32px);
  }
  .recommend-tags {
    width: 100%;
  }
  .recommend-tags__link {
    border-radius: 10px;
    font-size: 14px;
  }
  .blog {
    padding: 24px 0 64px;
  }
  .blog-title img {
    height: 40px;
    margin-bottom: 64px;
  }
  .blog-item__capture::before {
    padding-top: 119px;
  }
  .contact {
    padding: 80px 0;
  }
  .contact-container__text {
    margin-bottom: 40px;
  }
  .footer-inner {
    padding: 64px 20px 32px;
  }
  .footer-logo {
    width: 185px;
  }
  .footer-nav__row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
	  flex-wrap: wrap;
    margin: 0 0 0;
  }
  .footer-nav__item {
    margin: 0 20px 20px 0;
  }
  .footer-sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-copyright {
    text-align: center;
    font-size: 10px;
  }
  .search {
    overflow-y: scroll;
  }
  .search-form {
    padding: 80px 16px 100px;
    top: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .search-near {
    margin-bottom: 32px;
    font-size: 11px;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.22px;
    padding: 6px 16px;
    margin-bottom: 0;
  }
  .search-main {
    display: block;
    margin-bottom: 32px;
  }
  .search-content {
    margin-bottom: 32px;
  }
  .search-keyword,
  .search-area,
  .search-tags {
    width: 100%;
  }
  .search-area__title img,
  .search-tags__title img {
    height: 40px;
    margin-bottom: 40px;
  }
  .search-keyword {
    margin-bottom: 32px;
  }
  .search-tags__item {
    font-size: 14px;
    margin: 0 16px 16px 0;
  }
  .search-btn {
    width: 100%;
  }
  .visual-container {
    height: 200px;
    margin-left: 0;
  }
  .visual-container__title {
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 40px;
  }
  .visual-breadcrumb {
    margin: 0 16px;
  }
  .page-interview-search {
    margin: 0 16px 32px;
  }
  .page-interview-search__input {
    width: 100%;
  }
  .page-interview-search__btn {
    width: 100%;
  }
  .page-interview-container {
    margin: 0 16px 64px;
  }
  .page-interview-list {
    display: block;
    width: 100%;
  }
  .page-interview-item {
    width: 100%;
    margin: 0 auto;
  }
  .interview-detail-top {
    margin: 0 16px;
    padding: 0;
    display: block;
  }
  .interview-detail-top__img {
    width: 100%;
    padding-top: 55%;
    margin-bottom: 16px;
  }
  .interview-detail-top__content {
    width: 100%;
  }
  .interview-detail-top__info {
    font-size: 20px;
  }
  .interview-detail-top__fav {
    margin-bottom: 16px;
  }
  .interview-detail-faq {
    margin-bottom: 0;
  }
  .interview-detail-faq__question {
    padding: 16px;
    margin: auto;
    font-size: 16px;
    line-height: 1.6;
  }
  .interview-detail-faq__question-icon {
    width: 48px;
    height: 48px;
  }
  .interview-detail-faq__question-text {
    padding: 16px;
  }
  .interview-detail-faq__flex {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
  }
  .interview-detail-faq__answer {
    width: calc(100% - 16px);
    font-size: 14px;
    padding: 16px 16px 0 16px;
    line-height: 1.6;
    /*top: -32px;*/
	  top: 0;
    left: auto;
    margin: auto;
	  margin-bottom: 40px;
  }
  .interview-detail-faq__answer-icon {
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
  .interview-detail-faq:nth-child(even) .interview-detail-faq__question-icon {
    margin-left: 16px;
  }
  .interview-detail-faq__image {
    height: 280px;
    width: 100%;
  }
  .interview-detail-faq:nth-child(even) .interview-detail-faq__question {
    margin: auto;
  }
  .interview-detail-faq:nth-child(even) .interview-detail-faq__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
  .interview-detail-faq:nth-child(even) .interview-detail-faq__answer {
    right: auto;
    padding: 16px 16px 0 16px;
  }
  .interview-detail-faq:last-child {
    margin-bottom: 32px;
  }
  .interview-detail-price {
    padding: 64px 0;
  }
  .interview-detail-price__title img {
    height: 40px;
  }
  .interview-detail-price__list {
    margin: 0 16px;
  }
  .interview-detail-price__name {
    font-size: 16px;
  }
  .interview-detail-price__text {
    font-size: 14px;
  }
  .interview-detail-price__plan {
    font-size: 12px;
  }
  .interview-detail-info {
    padding: 64px 0;
  }
  .interview-detail-info__title img {
    height: 40px;
  }
  .interview-detail-info__list {
    margin: 0 16px;
  }
  .interview-detail-info__head {
    min-height: auto;
    padding: 8px;
    font-size: 12px;
    line-height: 1.6;
  }
  .interview-detail-info__body {
    width: 65%;
  }
  .interview-detail-info__map {
    margin: 0 0 32px;
  }
  .interview-detail-info__link {
    width: calc(100% - 32px);
  }
  .interview-detail-box {
    width: calc(100% - 32px);
    margin: 0 auto 60px;
  }
  .interview-detail-box__inner {
    display: block;
    padding: 16px;
    position: relative;
  }
  .interview-detail-box__img {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 80px;
    height: 80px;
  }
  .interview-detail-box__info-attribute {
    margin-left: 100px;
    padding: 16px;
    margin-top: 15px;
  }
  .interview-detail-box__info-comment {
    font-size: 14px;
  }
  .page-blog-container {
    margin: 0;
  }
  .page-blog-list {
    display: block;
    width: 100%;
  }
  .page-blog-item {
    width: 100%;
    margin: 0 auto;
  }
  .page-blog-item + .page-blog-item {
    margin-top: 37px;
  }
  .page-interview-item + .page-interview-item {
    margin-top: 37px;
  }
  .blog-detail {
    margin: 0 16px;
  }
  .blog-detail__head {
    display: block;
  }
  .blog-detail__title {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .blog-detail__info {
    font-size: 12px;
  }
 



  .backpage__btn {
    width: 48px;
    height: 48px;
  }
  .backpage__title img {
    height: 40px;
  }
  .pagenate-item__link {
    width: 32px;
    height: 32px;
  }
  .pagenate-prev,
  .pagenate-next {
    width: 32px;
    height: 32px;
  }
  .pagenate-prev::after,
  .pagenate-next::after {
    width: 12px;
    height: 12px;
  }
  .recommend-interview {
    margin: 0 16px;
  }
  .recommend-interview-title img {
    height: 40px;
  }
  .recommend-interview-wrap {
    overflow: hidden;
  }
  .recommend-interview-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .recommend-interview-list::-webkit-scrollbar {
    display: none;
  }
  .recommend-interview-item {
    width: 80%;
    min-width: 80%;
    margin-right: 16px;
  }
  .recommend-interview-item:last-child {
    margin-right: 0;
  }
  .thanks {
    margin: 0 16px;
  }
  .thanks-title {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .thanks-title::before {
    width: 32px;
  }
  .thanks-content {
    padding: 32px 0;
  }
  .thanks-content__text {
    font-size: 13px;
  }
  .thanks-content__link {
    width: 100%;
  }
  .operation {
    margin: 0 16px;
  }
  .operation-companies {
    padding: 24px 0 0;
  }
  .operation-company {
    display: block;
  }
  .operation-company__title {
    width: 100%;
  }
  .operation-company__body {
    width: 100%;
  }
  .operation-company__body a {
    margin-right: 8px;
	  width: 100%;
  }
	.operation-company__body span {
	  width: 100%;
  }
  .userpolicy {
    margin: 0 16px;
  }
  .userpolicy-block {
    margin-bottom: 32px;
  }
  .userpolicy-block__body {
    line-height: 1.6;
    font-size: 14px;
  }
  .userpolicy-block__head {
    font-size: 18px;
    padding-left: 40px;
    margin-bottom: 8px;
    line-height: 1.6;
  }
  .userpolicy-block__head::before {
    width: 32px;
  }
  .privacypolicy {
    margin: 0 16px;
  }
  .privacypolicy-block {
    margin-bottom: 24px;
  }
  .privacypolicy-block__body {
    line-height: 1.6;
    font-size: 14px;
  }
  .privacypolicy-block__head {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 16px;
    line-height: 1.4;
  }
  .privacypolicy-block__head::before {
    width: 32px;
  }
}
.head_right {
	display: flex;
}
.head_right .img_icon {
	    width: 30px;
    height: 30px;
    display: block;
    margin: auto;
    margin-bottom: 5px;
}

.head_right a {
	color: #2B3E65;
}

.head_right a:hover {
	opacity: 0.5;
}

/* 2026/4/1_リニューアル */

.u-none__pc {
  display: block;
}  
.u-none__sp {
  display: none;
} 
.p-contact__pc {
  display: block;
}
.p-contact__sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .p-contact__pc {
    display: none;
  }
  .p-contact__sp {
    display: flex;
  }
  .page-blog-item {
    width: calc((100% - 64px) / 2);
  }
  .page-interview-item {
    width: calc((100% - 64px) / 2);
  }
}
@media screen and (max-width: 769px) {
  .u-none__sp {
    display: block;
  }
  .u-none__pc {
    display: none;
  }  
  .page-blog-item {
    max-width: 335px;
    width: 90%;
  }
  .page-interview-item {
    max-width: 335px;
    width: 90%;
  }
}

.header-inner {
  background-color: initial;
}
.p-main {
  position: relative;
  background-image: url('../assets/all-bg.jpg');
  background-size: contain;
  background-position: center;
}
.p-main::before {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    top: -80px;
    background-color: #EAEAEA;
}
@media screen and (max-width: 450px) {
  .p-main::before {
    height: 64px;
    top: -64px;
  }
}
.p-store {
  background-color: #FFF;
}
.header-inner {
  background: transparent !important;
  transition: background 0.5s ease;
}
.header.is-scrolled .header-inner {
  background-color: #EAEAEA !important;
}
.head_right a {
  font-size: 11px;
}
.main-descriptions h2 img {
  display: block;
  width: 372px;
  margin: 0 auto;
}
.main-descriptions p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.35), 0 1px 20px rgba(0, 0, 0, 0.70);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
  letter-spacing: 1.68px;
  margin-top: 16px;
}
.main-descriptions p span {
  font-family: "Bodoni Moda", serif;
  font-size: 29px; 
  margin-right: 6px;
}
.pref-freeword__btn, .search-near {
  transition: background 0.3s ease;
}
.pref-freeword__btn:hover, .search-near:hover, .blog-more:hover {
  background-color: #40ADAB;
}
@media screen and (max-width: 450px) {
  .main-descriptions h2 img {
    display: block;
    width: 300px;
    margin: 0 auto;
  }
  .main-descriptions p {
    letter-spacing: 1.68px;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 24px;
  }
  .main-descriptions p span {
    margin-right: 4px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
  .head_right .img_icon {
    width: 50px;
    height: 50px;
}
.header-search {
  height: initial; 
}
}

.p-section__title {
  color: #2B3E65;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}
.p-section__title span {
  display: block;
  color: #40ADAB;
  font-family: "Poppins", sans-serif;
font-size: 14px;
font-weight: 700;
line-height: 140%; /* 19.6px */
letter-spacing: 1.82px;
}
@media screen and (max-width: 769px) {
  .p-section__title {
    font-size: 24px;
  }
  .p-section__title span {
    font-size: 11px;
    letter-spacing: 1.43px;
  }
}
.p-pref .search-form {
  padding: initial;
  position: initial;
  top: initial;
  -webkit-transform: initial;
  transform: initial;
  text-align: right;
}
.p-pref__title-box {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.p-recommend {
  margin: 40px auto 0;
  padding: 30px 40px;
}
@media screen and (max-width: 769px) {
  .p-recommend {
    padding: 24px 20px;
  }
}
@media screen and (max-width: 450px) {
  .p-recommend {
    padding: 24px 20px;
  }
}

.p-main__contents {
  max-width: 1080px;
  width: 95%;
  margin: 0 auto;
}
.p-pickup {
  margin-top: 80px;
}
.p-before-after {
  margin-top: 100px;
  padding: 100px 0;
}
.p-before-after__bg {
  display: block;
  content: '';
  background-image: url('../assets/before-after_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.p-before-after .p-section__title, .p-before-after .p-section__title span {
  color: #FFF;
}

.p-blog {
  padding: 120px 0 200px;
  background: #669F9E;
  position: relative;
  z-index: 1;
}
.p-blog__contents {
  display: flex;
  align-items: center;
  max-width: 1080px;
  width: 95%;
  justify-content: space-between;
}
.p-blog__contents .p-section__title {
  flex-shrink: 0;
  color: #FFF;
  margin-bottom: 54px;
}
.p-blog::before {
  display: block;
  content: '';
  position: absolute;
  background-image: url('../assets/blog_bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: calc( 50% - 90px);
  height: calc(100% - 374px);
  z-index: -1;
  border-radius: 0 50px 50px 0;
}
.p-blog__contents .p-section__title span {
  color: #FFF;
  text-align: center;
}
.gap-spacer {
  flex-basis: 266px;
  flex-shrink: 1;
  min-width: 20px;
}
.p-blog .blog-wrap {
  width: 50%;
  flex-shrink: 0;
}

@media screen and (max-width: 950px) {
.p-blog {
  padding: 53px 0 205px;
}
  .p-blog__contents {
    display: flex;
    flex-direction: column;   
  }
  .p-blog::before {
    width: calc( 100% - 21px);
    height: 247px;
    z-index: -1;
    border-radius: 0 50px 50px 0;
  }
  .gap-spacer {
    display: none;
  }
  .p-blog__contents .p-section__title {
    flex-shrink: 0;
    color: #FFF;
    margin: 91px 0 131px;
}
.blog-list {
  gap: 8px 7px;
}
.blog-item {
  width: calc((100% - 14px) / 2);
}
.p-blog .blog-wrap {
  width: 100%;
}

}
@media screen and (max-width: 769px) {
  .blog-item__title {
    font-size: 11px;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
  padding: 10px 13px 15px;
  min-height: 75px;
  }
  .blog-item__tag {
    padding: 2px 4px;
    font-size: 11px;
letter-spacing: 0.22px;
  }

}
@media screen and (max-width: 450px) {
  .p-blog__contents .p-section__title {
    margin: 101px 0 111px;
}
.blog-more {
  font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: 150%; /* 16.5px */
letter-spacing: 0.66px;
}
}

.p-reason {
  background-image: url('../assets/all-bg.jpg');
  background-size: cover;
  position: relative;
  clip-path: polygon(0% 100%, 100% 100%, 100% 126px, 50% 0%, 0% 126px);
  margin-top: -126px;
  padding-top: 120px;
  z-index: 1;
}
.p-reason .p-section__title {
  text-align: center;
}
.p-section__title strong {
  font-family: "Bodoni Moda", serif;
  font-size: 42px; 
  line-height: 150%; /* 63px */
  margin-right: 8px;
}
.p-reason__main-text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  margin-top: 39px;
}
.p-reason__list-box {
  margin: 50px auto 0;
  display: flex;
  justify-content: space-between;
  gap: 16px 0;
  max-width: 1080px;
  width: 95%;
}
.p-reason__list-box li {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.15);
  padding: 40px;
  max-width: 344px;
  width: 95%;
}
.p-reason__list-box li img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}
.p-reason__list-box li h3 {
  margin-top: 20px;
  text-align: center;
  color: #2B3E65;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 700;
  line-height: 150%; /* 36px */
}
.p-reason__list-box li figcaption {
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  margin-top: 20px;
}
.p-section__title br {
  display: none;
}
@media screen and (max-width: 1100px) {
  .p-reason__list-box {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 769px) {
  .p-reason {
    clip-path: polygon(0% 100%, 100% 100%, 100% 70px, 50% 0%, 0% 70px);
    margin-top: -146px;
    padding-top: 80px;
  }
  .p-reason__list-box {
    margin: 32px auto 0;
  }
  .p-section__title br {
    display: block;
  }
.p-section__title strong {
    font-size: 29px;
    letter-spacing: 1.45px;
    margin-right: 5px;
  }
  .p-reason__main-text {
    font-size: 11px;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.22px;
    margin-top: 20px;
  }
  .p-reason__list-box li {
    padding: 24px;
    max-width: 335px;
  }
  .p-reason__list-box li h3 {
    margin-top: 16px;
    font-size: 18px;
    letter-spacing: 0.36px;
  }
  .p-reason__list-box li figcaption {
    margin-top: 16px;
  }
}
.p-contact {
  padding: 120px 0;
  overflow: hidden;
  position: relative;
}
.p-contact-page {
  margin-top: 90px;
  padding: 0 0 120px;
}
.p-contact__contents {
  max-width: 1080px;
  width: 95%;
  padding: 60px 80px;
  border-radius: 8px;
  background: #FFF;
  margin: 0 auto;
  position: relative;
}
.p-contact .p-section__title {
  text-align: center;  
}
.p-contact .p-section__title strong {
  color: #FFF;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 700;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  border-radius: 50px;
  background: #2B3E65;
  padding: 6px 24px 5px;
  display: block;
  width: 319px;
  margin: 16px auto;
}
.p-contact .p-section__title {
  font-size: 40px;
}
.p-contact__text {
  color: #333;
  text-align: center;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  margin-top: 32px;
}
.p-contact__pc img {
  position: absolute;
  display: block;
  width: 357px;
  height: 409px;
  animation: fuwafuwa 4s ease-in-out infinite;
}
.p-contact__pc img:nth-of-type(1) {
  left: -120px;
  bottom: 0;
}
.p-contact__pc img:nth-of-type(2) {
  right: -145px;
  bottom: -64px;
  animation-delay: -2s;
}
@keyframes fuwafuwa {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px); /* 15px分上に浮く */
  }
  100% {
    transform: translateY(0);
  }
}
.p-button__main-box {
  display: flex;        /* blockからflexに変更 */
  justify-content: center; /* 横方向の中央寄せ */
  text-align: center;   /* 念のため残してもOK */
}
.p-button__box {
  position: relative;
  margin-top: 32px;
  display: flex;
}
.p-button__sub {
  background-image: url('../assets/link_sub.png');
  background-size: cover;
  width: 70.5px;
  height: 73px;
  display: block;
  position: absolute;
  top: -20px;
    left: -30px;
  z-index: 2;
  color: #BEAC10;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 500;
  line-height: 73px;
  letter-spacing: 0.54px;
}
.p-button__main {
  width: auto;
  display: inline-flex;
  align-items: center;
  padding: 16px 32px 16px 48px;
  gap: 0 26.44px;
  position: relative;
  border-radius: 7px;
  background: linear-gradient(180deg, #E5D86A 0%, #CBBB29 100%);
  transition: background 3.3s ease;
  color: #fff;
  cursor: pointer;
  z-index: 1;
  overflow: hidden;
}
.p-button__main:hover {
  opacity: 0.7;
}
.p-button__main p {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 24px;
  font-weight: 500;
  line-height: 150%; /* 36px */
}
.p-button__main svg {
  margin-top: 4px;
}
.p-button__main::before {
      content: '';
      position: absolute;
      top: 0;
      left: -100%;
      width: 100%;
      height: 100%;
      background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
      animation: shine 2s ease-in-out infinite;
    }
    /* キラーン */
/* @keyframes shine {
  0% {
    left: -100%;
  }
  50% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
} */

@keyframes loop-slide {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}
@media screen and (max-width: 1080px) {
  .p-contact__sp {
    position: absolute !important;
    top: 290px;
    left: 0;
    width: 100%;
    height: 250px;
    display: flex;
    overflow: hidden;
    z-index: 10;
  }
  .p-contact__sp-inner {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: 0 24px;
    padding-right: 24px;
    animation: loop-slide 20s linear infinite;
    min-width: 100%;
  }
  .p-contact__sp .p-contact__sp-inner img {
    object-fit: cover;
    flex-shrink: 0;
    max-width: none;
    display: block;
  }
  .p-contact__sp .p-contact__sp-inner img:nth-of-type(odd) {
    display: block;
    width: 306px;
    height: 214px;
  }
  .p-contact__sp .p-contact__sp-inner img:nth-of-type(even) {
    display: block;
    width: 164.5px;
    height: 115px;
  }
  .p-button__box {
    margin-top: 277.23px;
  }
}
@media screen and (max-width: 769px) {
  .p-contact-page {
    padding: 0 0 120px;
    margin-top: 70px;
  }
  .p-contact__sp {
    top: 280px;
  }
  .p-contact__contents {
    padding: 40px 23.5px;
  }
  .p-contact .p-section__title strong {
    font-size: 12px;
    line-height: 150%; /* 18px */
    letter-spacing: 0.24px;
    width: 280px;
  }
  .p-contact .p-section__title {
    font-size: 24px;
  }
  .p-contact__text {
    margin-top: 24px;
    font-size: 12px;
    line-height: 175%; /* 21px */
    letter-spacing: 0.24px;
  }
  .p-button__main {
    padding: 16px 20px 16px 38.44px;
    gap: 0 20px;
  }
  .p-button__main p {
    font-size: 18px;
  }
  .p-button__main svg {
    margin-top: 2px;
}
  .p-button__sub {
    font-size: 13.535px;
    line-height: 60.154px;
    letter-spacing: 0.406px;
    width: 60.154px;
    height: 60.154px;
    top: -24px;
    left: -17px;
  }
  .p-button__box {
    margin-top: 287.23px;
  }
}

.p-footer-contents {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .p-footer-contents {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer-logo {
    margin: 0 auto;
  }
  .footer-nav {
    margin-top: 72px;
  }
  .contact-container {
    margin-top: 64px;
  }
}

.header-search--active .u-none__pc {
  display: none;
}
.p-search-keyword__title {
  color: #2B3E65;
  font-family: "Zen Kaku Gothic New";
  font-size: 32px;
  font-weight: 700;
  line-height: 140%; /* 44.8px */
}
.p-search-keyword__title span {
  color: #40ADAB;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%; /* 19.6px */
  letter-spacing: 1.82px;
  display: block;
}
.p-search-area__title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.search-tags__list {
  margin-top: 20px;
}
@media screen and (max-width: 1080px) {
  .p-search-keyword__title {
    font-size: 24px;
    line-height: 150%; /* 44.8px */
  }
  .p-search-keyword__title span {
    font-size: 11px;
    letter-spacing: 1.43px;
  }
  .search-keyword__input {
    padding: 14px 20px;
    font-size: 14px;
  }
  .search-keyword {
    margin-bottom: 32px;
  }
  .search-area__select {
    font-size: 14px;
    padding: 14px 20px;
  }
  .search-area__wrap::after {
    font-size: 11px;
  }
  .search-near {
    padding: 6px 16px;
    height: 29px;
  }
  .search-near__text {
    font-size: 11px;
    letter-spacing: 0.22px;
    gap: 5px;
    align-items: center;
  }
  .search-near__text svg {
    width: 15.868px;
    height: auto;
  }
  .search-tags {
    margin-top: 32px;
  }
  .search-btn {
    padding: 16px 0;
  }
  .search-content {
    display: block;
    margin-bottom: 40px;
  }
  .search-main {
    width: 100%;
  }
  .search-tags {
    width: 100%;
  }
}
.p-top-arrow__pc {
  display: none;
}
.p-top-arrow__sp {
  display: block;
  position: absolute;
  bottom: 26px;
  right: 28px;
}
.p-top-arrow__pc {
  display: block;
  position: absolute;
  bottom: 26px;
  right: 28px;
  z-index: 100;
}
.p-top-arrow__main {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
}
.p-top-arrow__maru {
  animation: rotation 15s linear infinite;
  transform-origin: center;
  display: block;
}
@media screen and (max-width: 450px) {
  .p-top-arrow__sp {
    bottom: 33px;
        left: 50%;
        transform: translateX(-50%);
        right: initial;
  }
  .p-top-arrow__pc {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .p-top-arrow__main {
    width: auto;
    height: 25.576px;
  }
  .p-top-arrow__maru {
    width: 98.01px;
    height: auto;
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.p-archive-store__text-box {
  padding: 16px 23px 20px;
  flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.p-archive-store__name {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
  margin-top: 8px;
}
.p-archive-store__address {
  color: #999;
  font-family: "Noto Sans CJK JP";
  font-size: 11px;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
  margin-top: 8px;
}

.p-blog__main-contents {
  display: flex;
  gap: 0 32px;
  margin: 0 auto;
  max-width: 1080px;
  width: 95%;
  justify-content: center;
}
.p-blog__main-contents-left {
  border-radius: 8px;
  background: #FFF;
  max-width: 800px;
  width: 100%;
  padding: 40px 50px;
}
@media screen and (max-width: 450px) {
  .p-blog__main-contents-left {
    padding: 24px 20px 64px;
  }
}
.p-blog__main-contents-right {
  width: 248px;
}
.p-blog__main-contents-right .blog-list {
  list-style: none;
  flex-direction: column;
  padding: 0;
  margin: 0;
  gap: 10px 0;
}
.p-blog__main-contents-right .blog-item {
  width: 100%;
}
.p-blog__main-contents h1, .p-blog__main-contents h2, .p-blog__main-contents h3, .p-blog__main-contents h4, .p-blog__main-contents h5, .p-blog__main-contents h6 {
  padding: 25px 0;
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
}
.p-blog__main-contents h1 {
  font-size: 40px;
}
.p-blog__main-contents h2 {
  font-size: 32px;
}
.blog-detail__head .blog-detail__title {
  padding: 0 0 10px 16px;
}
.p-blog__main-contents h3 {
  font-size: 24px;
}
.p-blog__main-contents h4, .p-blog__main-contents h5, .p-blog__main-contents h6 {
  font-size: 18px;
}
.p-blog__main-contents p {
  padding: 25px 0;
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
}
.p-blog__main-contents p strong {
  background: #E4F8F6;
  font-weight: 700;
}
.p-blog__main-contents blockquote {
  background: #FAFAFA;
  padding: 24px 32px;
  margin: 25px 0;
}
.p-blog__main-contents blockquote p {
  padding: initial;
}
.p-blog__main-contents blockquote p:nth-of-type(2) {
  padding-top: 10px;
}
.p-blog__main-contents blockquote p:nth-of-type(2) a {
  padding-top: 10px;
  color: var(--Black, #333);
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%;
  letter-spacing: 0.28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all 0.3s ease;
  }
  .p-blog__main-contents blockquote p:nth-of-type(2) a:hover {
    opacity: .5;
  }
  .p-blog__main-contents ol, .p-blog__main-contents ul {
    margin: 25px 0;
    padding-left: 20px;
  }
  .p-blog__main-contents ol {
    list-style-type: decimal;
  }
  .p-blog__main-contents ul {
    list-style-type: disc;
  }
  .p-blog__main-contents p a {
    color: #40ADAB;
    font-weight: 500;
    line-height: 170%; /* 23.8px */
    letter-spacing: 0.28px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
  transition: all 0.3s ease;
  }
  .p-blog__main-contents p a:hover {
    opacity: .5;
  }
  .p-blog__main-contents-right h3 {
    padding: 0 0 24px;
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
  }
  .p-blog__item {
    border-radius: 4px;
    background: #FFF;
    padding: 10px;
    transition: all 0.3s ease;
  }
  .p-blog__item:hover {
    opacity: .7;
  }
  .p-blog__item-box-2 {
    display: flex;
    gap: 0 8px;
    align-items: center;
    margin-top: 10px;
  }
  .p-blog__item-capture img {
    display: block;
    width: 70px;
    height: 47px;
    aspect-ratio: 70/47;
  }
  .p-blog__item-box-2 p {
    color: #333;
    font-family: "Noto Sans CJK JP";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%; /* 18.9px */
    letter-spacing: 0.28px;
    padding: 0;
  }
  .p-blog__item-box-1 {
    display: flex;
    gap: 0 9px;
    align-items: center;
  }
  .p-blog__item-date {
    display: block;
    color: #555;
    font-family: "Noto Sans CJK JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.22px;
  }
  .p-blog__item-tag {
    color: #FFF;
    font-family: "Noto Sans CJK JP";
    font-size: 11px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 16.5px */
    letter-spacing: 0.22px;
    border-radius: 2px;
    background: #40ADAB;
    padding: 2px 4px;
  }
  .p-blog-button-main {
    padding: 16px 24px 16px 35px;
    gap: 0 20px;
  }
  .p-blog-button-main p {
    padding: 0;
    color: #333;
    font-family: "Zen Kaku Gothic New";
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 27px */
    letter-spacing: 0.36px;
    font-size: 17px;
  }
.p-button__main-box .p-button__sub {
  font-size: 14.407px;
  font-weight: 500;
  line-height: 150%; /* 21.61px */
  letter-spacing: 0.432px;
  width: 55.084px;
  height: 55.084px;
  padding-top: 18px;
  left: -25px;
}
  .p-button__main-box .p-button__box {
    margin-top: 30px;
}
.p-blog__interview-detail-box {
    margin: 40px auto 0;
    max-width: 800px;
    width: 95%;
    transform: translateX(-140px);
}
@media screen and (max-width: 1140px) {
  .p-blog__interview-detail-box {
  transform: initial;
    justify-content: center;
}
}
.p-blog__interview-detail-box-inner {
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  background: #FFF;
  padding: 30px;
  display: flex;
  gap: 0 31px;
  align-items: center;
  margin-top: 16px;
}
.p-blog__interview-detail-box-icon img {
  display: block;
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  border-radius: 150px;
}
.p-blog__interview-detail-box-info-attribute {
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
  display: flex;
  flex-direction: column;
}
.p-blog__interview-detail-box-info-comment {
  margin-top: 4px;
  color: #333;
  font-family: "Noto Sans CJK JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 23.8px */
  letter-spacing: 0.28px;
}
.p-blog__pickup {
  margin: 40px auto 0;
  max-width: 800px;
  width: 95%;
  transform: translateX(-140px);
}
@media screen and (max-width: 1140px) {
  .p-blog__pickup {
  transform: initial;
  justify-content: center;
  }
}
.p-blog__pickup .blog-list {
  margin-top: 24px;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  gap: 0 24px;
  padding-bottom: 24px;
  flex-wrap: nowrap;
}
.p-blog__pickup .blog-list .blog-item {
  flex: 0 0 267px;
  width: 267px;
  white-space: normal; 
  display: flex;
  flex-direction: column;
}
.p-blog__pickup .blog-list .blog-item__link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.p-blog__pickup .blog-list .blog-item__title {
  flex-grow: 1;
}
.p-blog__pickup .blog-list::-webkit-scrollbar {
  height: 6px;
}
.p-blog__pickup .blog-list::-webkit-scrollbar-track {
  background: #F3F3F3;
  border-radius: 100px;
}
.p-blog__pickup .blog-list::-webkit-scrollbar-thumb {
  background: #40ADAB;
  border-radius: 100px;
}
.p-blog__more-box-single {
  margin-top: 24px;
}
.p-blo__main {
  padding-bottom: 80px;
}
@media screen and (max-width: 1140px) {
  .p-blog__main-contents-right {
    display: none;
  }
}
.p-blog__sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .p-blog__main-contents .blog-detail__title {
    font-size: 24px;
  }
  .p-blog__sp {
    display: block;
  }
  .p-blog__pc {
    display: none;
  }
  .p-blog__interview-detail-box-img {
    display: flex;
  }
  .p-blog__interview-detail-box-icon img {
    width: 100px;
    height: 100px;
  }
  .p-blog__interview-detail-box-inner {
    padding: 24px;
  }
  .p-blog__interview-detail-box-info-attribute {
    margin-left: 10px;
  }
  .p-blog__interview-detail-box-info {
    margin-top: 10px;
  }
  .p-blog__pickup .blog-item__capture::before {
    padding-top: 180px;
  }
  .p-blog__more-box {
    text-align: center;
}
.p-blo__main {
  padding-bottom: 60px;
}
  }

  .p-entry__toc {
    border-radius: 8px;
    border: 1px solid #40ADAB;
    padding: 20px;
    margin: 25px 0;
  }
    .p-blog__main-contents h2[id^="toc-"] {
    scroll-margin-top: 64px;
}
.p-entry__toc .p-entry__toc-list {
  margin: 5px 0 0;
  padding: 0;
}
  /* リスト全体の余白調整 */
.p-entry__toc-list li {
  position: relative;
  padding-left: 24px;
  list-style: none;
  line-height: 170%;
}
.p-entry__toc-list li a {
  color: #2B3E65;
font-family: "Noto Sans CJK JP";
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: 170%; /* 23.8px */
letter-spacing: 0.28px;
transition: all 0.3s ease;
}
.p-entry__toc-list li a:hover {
  opacity: .5;
}
.p-entry__toc-list li + li {
  margin-top: 5px;
}
.p-entry__toc-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  /* transform: translateY(-50%); */
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='%23F3F7FB' stroke='%232B3E65'/%3E%3Cpath d='M6.93292 5.59998L9.59961 8L6.93292 10.4' stroke='%232B3E65'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-entry__toc-list li a::after {
  display: none;
}
.p-entry__toc .p-entry__toc-title {
  padding: 0;
  color: #40ADAB;
  font-family: "Zen Kaku Gothic New";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: 0.36px;
}