@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
*/
body {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 14px;
}

.body--active {
  overflow: hidden;
}

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

.header-inner {
  height: 80px;
  padding: 0 5%;
  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: 32px;
  height: 32px;
  position: relative;
}

.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: #000;
}

.footer-inner {
  padding: 32px 5% 16px;
  position: relative;
}

.footer-logo {
  position: absolute;
  width: 104px;
  top: 32px;
  right: 5%;
}

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

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

.footer-nav {
  padding: 40px 0;
  margin: 0 0 16px;
}

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

.footer-nav__item {
  color: #fff;
  margin: 0 40px 0 0;
}

@media screen and (min-width: 1024px) {
  .footer-nav__item:hover {
    border-bottom: 1px solid #fff;
  }
}

.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: right;
  color: #fff;
}

/*
 index.php
*/
.main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100vh - 80px);
}

.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: 92%;
  position: relative;
  overflow: hidden;
}

.main-visual::after {
  content: "";
  background-image: url("../assets/01.jpg");
  background-size: cover;
  -webkit-filter: brightness(64%);
          filter: brightness(64%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.main-descriptions {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 5%;
  bottom: 40px;
  color: #fff;
}

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

.main-descriptions__catch {
  color: #fff;
  margin: 0 0 40px;
  font-size: 20px;
  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: 0 10%;
  padding: 80px 0;
  position: relative;
}

.pref::before {
  content: "";
  position: absolute;
  width: 55%;
  height: calc(100% - 160px);
  background-image: url("../assets/02.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.pref-container {
  width: 60%;
  margin: 0 0 0 auto;
  padding: 64px 0;
  position: relative;
}

.pref-freeword {
  width: 100%;
  margin: 0 0 64px;
  position: relative;
}

.pref-freeword__textbox {
  width: 100%;
  padding: 16px 84px 16px 40px;
  border: 1px solid #000;
  border-radius: 100px;
  outline: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
}

.pref-freeword__btn {
  position: absolute;
  width: 52px;
  height: 52px;
  padding: 11px;
  border: 0;
  outline: 0;
  right: 32px;
  background: transparent;
  border-radius: 50%;
  cursor: pointer;
}

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

.pref-area__item {
  width: calc((100% - 16px) / 3);
  margin: 0 8px 16px 0;
  cursor: pointer;
}

.pref-area__item:nth-child(3n) {
  margin-right: 0;
}

.pref-area__item:last-child {
  display: none;
}

.pref-area__item--active0 .pref-area-accod {
  height: 250px;
}

.pref-area__item--active1 .pref-area-accod {
  height: 216px;
}

.pref-area__item--active2 .pref-area-accod {
  height: 250px;
}

.pref-area__item--active3 .pref-area-accod {
  height: 114px;
}

.pref-area__item--active4 .pref-area-accod {
  height: 250px;
}

.pref-area__item--active5 .pref-area-accod {
  height: 318px;
}

.pref-area__item--active6 .pref-area-accod {
  height: 284px;
}

.pref-area__inner {
  padding: 20px 16px;
  font-weight: bold;
  background: #b18b1a;
  display: block;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.pref-area__inner::after {
  content: "▼";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 12px;
}

.pref-area-accod {
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.32s height;
  transition: 0.32s height;
}

.pref-area-list {
  padding: 8px 0;
  background: #efefef;
}

.pref-area-item {
  margin-bottom: 4px;
}

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

.pref-area-item__link {
  display: block;
  color: #000;
  padding: 8px 16px;
}

@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: #000;
}

.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: #000;
  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 #000;
  position: relative;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .interview-latest-btns__prev:hover, .interview-latest-btns__next:hover {
    background: #000;
    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 #000;
  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: #000;
}

.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: #000;
  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 #000;
  position: relative;
  outline: 0;
}

@media screen and (min-width: 1024px) {
  .interview-area-btns__prev:hover, .interview-area-btns__next:hover {
    background: #000;
    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 #000;
  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 {
  padding: 80px 0;
  margin: 0 10%;
}

.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: #000;
  }
}

.recommend-pickup__img {
  height: 100%;
}

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

.recommend-tags {
  width: 52%;
  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;
}

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

.recommend-tags__item:first-child {
  display: none;
}

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

.recommend-tags__link {
  display: block;
  border: 1px solid #000;
  border-radius: 16px;
  text-align: center;
  padding: 20px 0;
  color: #000;
}

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

.blog {
  padding: 40px 0 80px;
  margin: 0 16%;
}

.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: 40px;
}

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

.blog-item__link {
  display: block;
}

@media screen and (min-width: 1024px) {
  .blog-item__link:hover img {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}

.blog-item__capture {
  margin-bottom: 8px;
  position: relative;
  background: #000;
}

.blog-item__capture::before {
  content: "";
  display: block;
  padding-top: 100%;
}

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

.blog-item__tag {
  padding: 4px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 8px;
}

.blog-item__title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}

.blog-more {
  width: 304px;
  margin: 0 auto;
  background: #b18b1a;
  color: #000;
  border-radius: 16px;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.blog-more::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;
}

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

.contact::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../assets/04.jpg");
  -webkit-filter: brightness(56%);
          filter: brightness(56%);
  display: block;
  background-size: cover;
  background-position: center;
}

.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: 304px;
  margin: 0 auto;
  background: #b18b1a;
  color: #000;
  border-radius: 16px;
  padding: 20px 0;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

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

.contact-container__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;
}

/*
 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: 20px 0;
  overflow-x: scroll;
}

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

.visual-breadcrumb__item {
  margin-right: 40px;
  position: relative;
  white-space: nowrap;
}

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

.visual-breadcrumb__item:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}

.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: #b18b1a;
  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: #000;
    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 10% 64px;
}

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

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

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

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

.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: #000;
}

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

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

.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;
  margin-bottom: 8px;
}

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

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

@media screen and (min-width: 1024px) {
  .page-interview-item__more:hover {
    background: #000;
    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: 27%;
  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: #b18b1a;
}

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

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

.interview-detail-faq__question {
  position: relative;
  margin-right: 20%;
  padding: 24px 0 24px 10%;
  font-size: 18px;
  background: #b18b1a;
  color: #fff;
  /*bottom: -32px;*/
}

@media screen and (max-width: 769px) {
	.interview-detail-top__text {
		padding-bottom: 30px;
}
	.interview-detail-faq__question {
		bottom: 0;
	}
}

.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: 40%;*/
	width: 50%;
  padding: 40px;
  line-height: 2;
  font-size: 16px;
  position: relative;
  top: 16px;
  /*left: 10%;*/
  background: #fff;
  text-align: justify;
}

.interview-detail-faq__image {
  /*width: 60%;
  height: 60vh;*/
	width: 50%;
}

.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: 0;
}

.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 0 32px 48px;*/
	padding: 40px;
  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: "\6599\91D1\30FB\304A\3059\3059\3081\30B3\30FC\30B9";
  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;*/
	height: 60vh;
  -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: 80px 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: #000;
  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: #b18b1a;
  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: #000;
    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;
}

/*
 archive.php
*/
.page-blog-container {
  margin: 0 16% 64px;
}

.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: space-between;
}

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

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

.page-blog-item__link {
  display: block;
}

@media screen and (min-width: 1024px) {
  .page-blog-item__link:hover img {
    -webkit-transform: translate(-8px, -8px);
            transform: translate(-8px, -8px);
  }
}

.page-blog-item__capture {
  margin-bottom: 8px;
  position: relative;
  background: #000;
}

.page-blog-item__capture::before {
  content: "";
  display: block;
  padding-top: 100%;
}

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

.page-blog-item__tag {
  padding: 4px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  margin-bottom: 8px;
}

.page-blog-item__title {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  font-size: 16px;
}

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

.blog-detail__head {
  padding: 32px 0;
  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-left: 80px;
}

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

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

.blog-detail__tag {
  margin-left: 16px;
  padding: 4px 8px;
  background: #000;
  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: 50;
  background: #efefef;
  -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 10%;
  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;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-bottom: 1px dashed #000;
  margin-bottom: 40px;
}

.search-near__icon {
  width: 32px;
  margin-right: 16px;
}

.search-near__text {
  color: #000;
  font-size: 16px;
  font-weight: bold;
}

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

.search-main {
  width: 42%;
}

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

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

.search-keyword__title {
  position: relative;
}

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

.search-keyword__title::after {
  content: "\30AD\30FC\30EF\30FC\30C9";
  position: absolute;
  left: 0;
  bottom: -24px;
}

.search-keyword__wrap {
  position: relative;
}

.search-keyword__input {
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 100px;
  padding: 16px 40px 16px 24px;
  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;
}

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

.search-area__select {
  font-size: 16px;
  width: 100%;
  outline: 0;
  border: 0;
  border-radius: 100px;
  padding: 16px 24px;
  -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: #000;
  margin: 0 24px 24px 0;
  display: inline-block;
  border-bottom: 1px dashed #000;
  font-size: 16px;
}

.search-btn {
  width: 304px;
  background: #b18b1a;
  color: #000;
  border-radius: 16px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
  border: 0;
  outline: 0;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .search-btn:hover {
    background: #000;
    color: #fff;
  }
  .search-btn:hover::after {
    background-image: url(../assets/icon-search2-white.png);
    -webkit-animation: shivering ease 0.2s;
            animation: shivering ease 0.2s;
  }
}

.search-btn::after {
  content: "";
  width: 32px;
  height: 32px;
  display: block;
  background-image: url(../assets/icon-search2.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@-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: #000;
}

.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: #000;
  color: #fff;
  font-size: 12px;
}

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

@media screen and (min-width: 1024px) {
  .recommend-interview-item__more:hover {
    background: #000;
    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: 16px 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: 1px solid #000;
  width: 40px;
  height: 40px;
  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: #000;
}

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

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

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

@media screen and (min-width: 1024px) {
  .pagenate .prev:hover,
  .pagenate .next:hover {
    background: #000;
    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: 16px;
  height: 16px;
  display: block;
  border: 1px solid #000;
  border-top: 0;
  border-right: 0;
}

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

.pagenate .next::after {
  left: calc(50% - 4px);
  -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 #000;
  position: relative;
  margin-right: 16px;
  display: block;
}

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

.backpage__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  display: block;
  border: 1px solid #000;
  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: #b18b1a;
  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 (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 (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%;
	}
	
.operation-company__body a {
	width: 100%;
}

.operation-company__body span {
	width: 100%;
}
}

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

/*
 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) {
  .main {
    height: 64vh;
  }
  .pref {
    margin: 0 24px;
    padding: 40px 0;
  }
  .pref::before {
    height: calc(100% - 80px);
  }
  .pref-container {
    width: 72%;
  }
  .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 {
    margin: 0 48px;
  }
  .blog-item {
    width: calc((100% - 64px) / 3);
  }
  .search-form {
    padding: 0 48px;
  }
  .search-content {
    display: block;
  }
  .search-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .search-keyword, .search-area {
    width: calc((100% - 24px) / 2);
  }
  .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 64px;
  }
  .page-blog-item {
    width: calc((100% - 64px) / 3);
  }
  .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;
  }
  .main-bar {
    width: 40px;
  }
  .main-visual::after {
    background-position: 60%;
  }
  .main-descriptions {
    left: 16px;
    width: calc(100% - 32px);
  }
  .main-descriptions__logo {
    margin-bottom: 24px;
  }
  .main-descriptions__near {
    width: 100%;
  }
  .main-descriptions__near::after {
    right: 30px;
  }
  .pref {
    margin: 0 16px;
    padding: 64px 0;
  }
  .pref::before {
    width: 100%;
  }
  .pref-container {
    width: 100%;
    padding: 0;
  }
  .pref-freeword {
    margin-bottom: 32px;
  }
  .pref-freeword__textbox {
    padding: 16px 60px 16px 24px;
  }
  .pref-freeword__btn {
    right: 8px;
  }
  .pref-area__inner::after {
    top: 47%;
    right: 10px;
  }
  .pref-area__item {
    width: calc((100% - 8px) / 2);
  }
  .pref-area__item:nth-child(3n) {
    margin-right: 8px;
  }
  .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;
    padding: 64px 0;
  }
  .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 {
    padding: 12px 0;
    border-radius: 10px;
    font-size: 14px;
  }
  .blog {
    margin: 0 16px;
    padding: 24px 0 64px;
  }
  .blog-title img {
    height: 40px;
    margin-bottom: 64px;
  }
  .blog-list {
    overflow-x: scroll;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .blog-list::-webkit-scrollbar {
    display: none;
  }
  .blog-item {
    width: 80%;
    min-width: 80%;
    margin-right: 16px;
  }
  .blog-item:last-child {
    margin-right: 0;
  }
  .blog-more {
    width: 100%;
  }
  .contact {
    padding: 80px 0;
  }
  .contact-container__text {
    margin-bottom: 40px;
  }
  .contact-container__link {
    width: calc(100% - 32px);
  }
  .footer-inner {
    padding: 32px 16px 16px;
  }
  .footer-logo {
    width: 88px;
    right: 16px;
  }
  .footer-nav {
    padding: 16px 0;
    margin-bottom: 0;
  }
  .footer-nav__row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	  flex-wrap: wrap;
  }
  .footer-nav__item {
    margin: 0 10px 10px 0;
	  max-width: 50%;
  }
  .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;
  }
  .search-main {
    display: block;
    margin-bottom: 32px;
  }
  .search-content {
    margin-bottom: 32px;
  }
  .search-keyword, .search-area, .search-tags {
    width: 100%;
  }
  .search-keyword__title img, .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;
  }
  .page-interview-item {
    width: 100%;
  }
  .interview-detail-top {
    margin: 0 16px;
    padding: 0;
    display: block;
  }
  .interview-detail-top__img {
    width: 100%;
	  padding-top: 70%;
    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__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);*/
	  width: 100%;
    font-size: 14px;
    /*padding: 16px 16px 0 16px;*/
	  padding: 20px;
    line-height: 1.6;
    /*top: -32px;*/
	  top: 0;
    left: auto;
	margin: auto;
  }
  .interview-detail-faq__image {
    /*height: 280px;*/
	  height: auto;
    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;*/
	  padding: 20px;
  }
  .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);
  }
  .page-blog-container {
    margin: 0 16px 64px;
  }
  .page-blog-list {
    display: block;
  }
  .page-blog-item {
    width: 100%;
  }
  .blog-detail {
    margin: 0 16px;
  }
  .blog-detail__head {
    display: block;
  }
  .blog-detail__title {
    font-size: 20px;
    padding-left: 40px;
    margin-bottom: 16px;
  }
  .blog-detail__title::before {
    width: 32px;
  }
  .blog-detail__info {
    font-size: 12px;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .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;
  }
  .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;
  }
}