<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cf::after {
  content: " ";
  display: block;
  clear: both;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .archive h1 img {
    width: 100%;
  }
}

.archive .ul_interview {
  margin: 30px auto 0;
  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;
}

.archive .ul_interview li {
  max-width: 340px;
  width: 50%;
  border: 1px solid #e6dbbe;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.archive .ul_interview li:nth-child(n+3) {
  margin: 18px 0 0;
}

.archive .ul_interview li .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #fff;
}

.archive .ul_interview li .img::before {
  content: '';
  display: block;
  padding: 57% 0 0;
}

.archive .ul_interview li .img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.archive .ul_interview li a:hover {
  text-decoration: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.archive .ul_interview li a:hover img {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.archive .ul_interview li a:hover h2 {
  text-decoration: underline;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.archive .ul_interview li .box_text {
  padding: 17px 17px 25px;
  line-height: 1.7;
  background: rgba(255, 255, 255, 0.5);
}

.archive .ul_interview li .box_text h2 {
  font-size: 18px;
  font-weight: bold;
  color: #047178;
}

.archive .ul_interview li .box_text .shop {
  margin: 14px 0 0;
  font-size: 12px;
}

.archive .ul_interview li .box_text .name {
  font-size: 18px;
  line-height: 1.4;
}

.archive .ul_interview li .box_text .name span {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .archive .ul_interview {
    width: 100%;
    margin: 5vw auto 0;
    display: block;
  }
  .archive .ul_interview li {
    max-width: 100%;
    width: 100%;
  }
  .archive .ul_interview li:nth-child(n+2) {
    margin: 5vw 0 0;
  }
  .archive .ul_interview li .box_text {
    padding: 5vw 5%;
  }
  .archive .ul_interview li .box_text .shop {
    margin: 3vw 0 0;
  }
}

@media screen and (max-width: 768px) {
  .single.left-column {
    width: 100% !important;
  }
  .single .wrap_content {
    width: 92%;
    margin: 0 auto;
  }
}

.single .area_mainvisual {
  padding: 30px 30px;
  background-position: right center;
  background-repeat: no-repeat;
}

.single .area_mainvisual .box_mainvisual {
  width: 370px;
  padding: 27px 20px 35px 0;
  background: #fff;
}

.single .area_mainvisual .box_mainvisual .img {
  width: 136px;
  padding: 0 0 20px 23px;
  position: relative;
}

.single .area_mainvisual .box_mainvisual .img::before {
  content: '';
  display: block;
  width: 50px;
  height: 3px;
  background: #497f5d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single .area_mainvisual .box_mainvisual .title {
  margin: 30px 0 0 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .08em;
}

.single .area_mainvisual .box_mainvisual .name {
  margin: 35px 0 0 20px;
  font-size: 16px;
  letter-spacing: .08em;
}

.single .area_mainvisual .box_mainvisual .name span {
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .single .area_mainvisual {
    height: 67vw;
    padding: 0 4%;
    background-position: right top;
    background-size: 100%;
    position: relative;
  }
  .single .area_mainvisual .box_mainvisual {
    width: 46%;
    margin: 0;
    padding: 3vw 5% 4vw 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .single .area_mainvisual .box_mainvisual .img {
    width: 48%;
    padding: 0 0 2vw 4vw;
  }
  .single .area_mainvisual .box_mainvisual .img::before {
    width: 8vw;
    height: 2px;
    left: 0;
  }
  .single .area_mainvisual .box_mainvisual .title {
    margin: 3vw 0 0 10%;
    line-height: 1.5;
    font-size: 3.73333vw;
  }
  .single .area_mainvisual .box_mainvisual .name {
    margin: 3vw 0 0 9%;
    font-size: 2.93333vw;
  }
  .single .area_mainvisual .box_mainvisual .name span {
    font-size: 2.13333vw;
  }
}

.single .ninja_onebutton {
  margin: 20px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.single .ninja_onebutton .ninja_onebutton_output {
  height: 20px;
}

.single .ninja_onebutton .ninja_onebutton_output .facebook_like_button_count {
  width: 78px;
}

.single .ninja_onebutton .ninja_onebutton_output .google_plusone_m {
  display: none;
}

.single .ninja_onebutton .ninja_onebutton_clear {
  display: none;
}

@media screen and (max-width: 768px) {
  .single .ninja_onebutton {
    margin: 4vw auto 0;
    -webkit-transform: translateX(1%);
    -ms-transform: translateX(1%);
    transform: translateX(1%);
  }
}

.single .area_profile {
  margin: 20px auto 0;
  padding: 30px 40px;
  border: 1px solid #d6b786;
  position: relative;
}

.single .area_profile .tit_profile {
  width: 143px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.single .area_profile .img {
  width: 134px;
  height: 134px;
  border-radius: 70px;
  overflow: hidden;
}

.single .area_profile .box_profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single .area_profile .box_text {
  margin: 0 0 0 36px;
  line-height: 2.3;
}

.single .area_profile .box_text .name {
  font-weight: bold;
  font-size: 18px;
}

.single .area_profile .box_text .name span {
  padding: 0 0 0 10px;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .single .area_profile {
    margin: 4vw auto 0;
    padding: 3vw 6% 5vw;
  }
  .single .area_profile .tit_profile {
    width: 27.2vw;
    right: 3.5vw;
    top: 4vw;
  }
  .single .area_profile .img {
    width: 20vw;
    height: 20vw;
  }
  .single .area_profile .box_text {
    margin: 0 0 0 4%;
    width: 70%;
  }
  .single .area_profile .box_text p {
    line-height: 2.2;
  }
  .single .area_profile .box_text .name {
    font-size: 4vw;
    position: relative;
  }
  .single .area_profile .box_text .name span {
    padding: 0 0 0 4%;
    font-size: 3.46667vw;
  }
}

.single .shop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.single .shop a {
  width: 135px;
  margin: 0 0 0 30px;
  display: block;
  text-align: center;
  background: #117769;
  color: #fff;
  letter-spacing: -.04em;
}

.single .shop a:hover {
  text-decoration: none;
  opacity: .7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.single .shop.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .single .shop {
    width: 100%;
    margin: 0 auto 0;
  }
  .single .shop .pc {
    display: none;
  }
  .single .shop.sp {
    margin: 2vw auto 0;
    display: block;
  }
  .single .shop a {
    width: 100%;
    margin: 0;
    padding: 2vw 0;
  }
}

.single .area_content {
  margin: 45px 0 0;
}

.single .area_content + .area_content {
  margin: 70px 0 0;
}

.single .area_content .box_content {
  width: 640px;
  margin: 24px auto 0;
}

.single .area_content img {
  width: auto;
  max-height: 426px;
  margin: 0 auto 0;
  display: block;
}

.single .area_content * + img {
  margin: 20px auto 0;
}

.single .area_content h3 {
  padding: 0 30px 0 85px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .03em;
  position: relative;
}

.single .area_content h3::before {
  content: '';
  display: block;
  width: 64px;
  height: 58px;
  background: url(/wp/wp-content/themes/joboon/interview/img/intaview_icon01.png) no-repeat left top 5px/64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.single .area_content p {
  line-height: 2;
}

.single .area_content p span {
  font-weight: bold;
}

.single .area_content * + p {
  margin: 25px 0 0;
}

.single .area_content h4 {
  margin: 25px 0 0;
  padding: 0 0 0 40px;
  font-size: 16px;
  font-weight: bold;
  color: #117769;
  position: relative;
  line-height: 1.8;
}

.single .area_content h4::before {
  content: '';
  display: block;
  width: 20px;
  height: 3px;
  background: #117769;
  position: absolute;
  top: 12px;
  left: 0;
}

@media screen and (max-width: 768px) {
  .single .area_content {
    margin: 12vw 0 0;
  }
  .single .area_content + .area_content {
    margin: 10vw 0 0;
  }
  .single .area_content .box_content {
    width: 100%;
    margin: 7vw auto 0;
  }
  .single .area_content img {
    max-width: 100%;
    height: auto;
    max-height: 68vw;
  }
  .single .area_content * + img {
    margin: 10vw auto 0;
  }
  .single .area_content h3 {
    padding: 1vw 0 0 11vw;
    font-size: 4.26667vw;
  }
  .single .area_content h3::before {
    width: 8.5vw;
    height: 7.5vw;
    background-size: 100%;
    background-position: left top;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    top: 1vw;
  }
  .single .area_content p br {
    display: none;
  }
  .single .area_content * + p {
    margin: 6vw 0 0;
  }
  .single .area_content h4 {
    margin: 7vw 0 0;
    padding: 0 0 0 9vw;
    font-size: 4.26667vw;
  }
  .single .area_content h4 br {
    display: none;
  }
  .single .area_content h4::before {
    width: 5vw;
    top: 3.2vw;
  }
}

.single .area_orner {
  margin: 70px auto 0;
  padding: 35px 30px 22px 0;
  background: rgba(255, 255, 255, 0.8);
}

.single .area_orner .box_title {
  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;
}

.single .area_orner .box_title .img {
  width: 233px;
  padding: 0 0 20px 30px;
  position: relative;
}

.single .area_orner .box_title .img::before {
  content: '';
  display: block;
  width: 110px;
  height: 3px;
  background: #497f5d;
  position: absolute;
  bottom: 0;
  left: 0;
}

.single .area_orner .box_title p {
  margin: 5px 0 0;
  font-size: 15px;
  font-weight: bold;
}

.single .area_orner .box_wrap {
  margin: 20px auto 0;
  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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
}

.single .area_orner .box_wrap .box_text {
  width: 400px;
  margin: 0 0 0 30px;
}

.single .area_orner .box_wrap .box_text .title {
  font-size: 18px;
  font-weight: bold;
}

.single .area_orner .box_wrap .box_text .text {
  margin: 10px 0 0;
  line-height: 2;
}

.single .area_orner .box_wrap .box_right {
  width: 200px;
}

.single .area_orner .box_wrap .box_right .name {
  margin: 10px 0 0;
}

.single .area_orner .box_wrap .box_right .name span {
  padding: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .single .area_orner {
    margin: 10vw auto 0;
    padding: 4vw 4% 7vw 0;
  }
  .single .area_orner .box_title .img {
    width: 53%;
    padding: 0 0 3vw 6vw;
  }
  .single .area_orner .box_title .img::before {
    width: 22vw;
  }
  .single .area_orner .box_title p {
    margin: .3vw 0 0;
    font-size: 3.2vw;
  }
  .single .area_orner .box_wrap {
    margin: 4vw auto 0;
    display: block;
  }
  .single .area_orner .box_wrap .box_text {
    width: 92%;
    margin: 3vw auto 0;
    padding: 0 0 0 5%;
  }
  .single .area_orner .box_wrap .box_text .text {
    margin: 0;
    font-size: 3.73333vw;
  }
  .single .area_orner .box_wrap .box_text .text br {
    display: none;
  }
  .single .area_orner .box_wrap .box_right {
    width: 98%;
    margin: 0 auto 0;
    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;
  }
  .single .area_orner .box_wrap .box_right .title {
    width: 50%;
    margin: 6vw 0 0 5%;
    line-height: 1.55;
    font-size: 4vw;
    font-weight: bold;
  }
  .single .area_orner .box_wrap .box_right .box {
    width: 41%;
  }
  .single .area_orner .box_wrap .box_right .box .name {
    margin: 1vw auto 0;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .single .area_orner .box_wrap .box_right .box .name span {
    display: block;
    padding: 0;
  }
}

.single .btn_salon {
  margin: 50px auto 0;
  padding: 30px 0;
  background: url(/wp/wp-content/themes/joboon/interview/img/btn_bg.png) no-repeat center top;
}

.single .btn_salon ul {
  width: 600px;
  margin: 0 auto;
  font-size: 0;
  line-height: 0;
  text-align: center;
}

.single .btn_salon ul li {
  display: inline-block;
}

.single .btn_salon ul li + li {
  margin-left: 18px;
}

.single .btn_salon ul li a {
  display: block;
}

@media screen and (max-width: 768px) {
  .single .btn_salon {
    width: 76%;
    margin: 8vw auto 0;
    padding: 0;
    background: none;
  }
  .single .btn_salon ul {
    width: 100%;
  }
  .single .btn_salon ul li + li {
    margin: 4vw auto 0;
  }
}

#contents .contents-wrapper .right-column section.interview article &gt; p {
  width: 84px;
  height: 54px;
  overflow: hidden;
  position: relative;
}

#contents .contents-wrapper .right-column section.interview article &gt; p a {
  display: block;
}

#contents .contents-wrapper .right-column section.interview article &gt; p img {
  max-width: 84px;
  max-height: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contents .contents-wrapper .right-column section.interview article .article-r {
  width: 145px;
}

@media screen and (max-width: 768px) {
  #contents .contents-wrapper .right-column section.interview article &gt; p {
    position: relative;
    width: 40%;
    height: 25vw;
  }
  #contents .contents-wrapper .right-column section.interview article &gt; p img {
    max-width: 100%;
  }
  #contents .contents-wrapper .right-column section.interview article .article-r {
    width: 55%;
  }
}
</pre></body></html>