@charset "UTF-8";

.article picture img,
.article picture source {
  width: 100%;
}

/*  */

.article-inner {
  max-width: 1200px;
  margin: auto;
  padding: 0 1.3%;
}
.article .item-btn,
.contact-btn {
  color: #fff;
  /* background: #888 url(../img/oshiete-more-icon.svg) no-repeat; */
  background: #888;
  background-position: 96% center;
  background-size: 25px;
  border-radius: 30px;
}
.article .item-btn._red,
.contact-btn {
  background: #8b585e;
  border: #8b585e 1px solid;
  position: relative;
  transition: all 0.2s;
}
.article .item-btn._gray {
  border: #888 1px solid;
  position: relative;
  transition: all 0.2s;
}
.article .item-btn._red::after,
.article .item-btn._gray::after,
.contact-btn::after {
  width: 26px;
  height: 21px;
  content: "";
  background-image: url(/homelounge/totikatuyo/img/oshiete-more-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translate(0, -50%);
}
.article .item-btn._white {
  /* background: #fff url(../img/arw-icon-red.svg) no-repeat; */
  background: #fff;
  background-position: 96% center;
  background-size: 25px;
  border: #fff 1px solid;
  color: #8b585e;
}
.article .item-btn a,
.contact-btn a {
  display: block;
  text-align: center;
  font-size: 1.8rem;
  padding: 23px 15px;
}
.article .tag-unit li {
  display: inline-block;
}
.article .tag-unit li a {
  display: inline-block;
  padding: 4px 14px;
  border: #333 1px solid;
  border-radius: 20px;
}
.article .tag-unit li:not(:last-child) {
  height: 25px;
  padding-right: 0.5em;
  position: relative;
}
.article .tag-unit li:not(:last-child)::after {
  content: "";
  font-size: 1.6rem;
  position: absolute;
  right: 0;
  color: #9d9d9c;
}
.article .article-info-area {
  border-top: 0;
}
.article .article-info-title {
  text-align: center;
  color: #545350;
}
.article .article-info-title span {
  display: block;
  margin-bottom: 10px;
}

.heading-font {
  font-family: "Noto Serif JP", sans-serif;
  font-weight: 400;
}
.en-font {
  font-family: "Libre Baskerville", serif;
  font-weight: 700;
}
.rec-articles-block
  .autocreatArea
  .membershipBlock[data-membership="true"]
  .imgBox,
.article-contents
  .autocreatArea
  .membershipBlock[data-membership="true"]
  .imgBox {
  display: block;
  cursor: pointer;
}
.article-contents
  .other-article-area
  .autocreatArea
  .membershipBlock[data-membership="true"]
  .imgBox:before {
  z-index: 1;
}
.article-contents
  .other-article-area
  .autocreatArea
  .membershipBlock[data-membership="true"]
  .imgBox:after {
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .rec-articles-block .swiper--columnAndCarousel.swiper--noCarousel,
  .article-contents .swiper--columnAndCarousel.swiper--noCarousel {
    max-width: none;
    padding: 0;
  }
  .rec-articles-block
    .swiper--columnAndCarousel.swiper--noCarousel
    .swiper-slide,
  .article-contents
    .swiper--columnAndCarousel.swiper--noCarousel
    .swiper-slide {
    width: 100%;
  }
}
@media not screen and (max-width: 768px) {
  .article .contact-btn a {
    padding: 20px 15px;
    line-height: 1.5;
  }
  .article .tag-unit a {
    font-size: 1.1rem;
  }
  .article .article-info-area {
    margin-top: 0;
    padding-top: 0;
  }
  .article .article-info-title {
    font-size: 2.8rem;
    letter-spacing: 6px;
    margin-bottom: 30px;
  }
  .article .article-info-title span {
    font-size: 1.5rem;
    display: none;
  }
  .article .en-font {
    letter-spacing: 6px;
  }
  .article .item-btn._red:hover,
  .contact-btn:hover {
    color: #8b585e;
    /* background: #fff url(../img//btn-arr-r.svg) no-repeat; */
    background: #fff;
    background-position: 96% center;
    background-size: 25px;
    border: #8b585e 1px solid;
    opacity: 1;
  }
  .article .item-btn._gray:hover {
    color: #888;
    background: #fff;
    background-position: 96% center;
    background-size: 25px;
    border: #888 1px solid;
    opacity: 1;
  }
  .article .item-btn._red a:hover,
  .contact-btn a:hover {
    opacity: 1;
  }
  .article-contents
    .autocreatArea
    .membershipBlock[data-membership="true"]
    .imgBox:hover {
    opacity: 0.7;
  }
  .article .item-btn._red:hover::after,
  .contact-btn:hover::after {
    background-image: url(/homelounge/totikatuyo/img/btn-arr-r.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  .article .item-btn._gray:hover::after {
    background-image: url(/homelounge/totikatuyo/img/oshiete-more-icon-gray.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
}
@media screen and (max-width: 768px) {
  .article-inner {
    padding: 0 5.3%;
  }
  .article .item-btn a,
  .contact-btn a {
    font-size: 1.4rem;
    padding: 15px;
  }
  .article .item-btn,
  .article .item-btn._red,
  .article .item-btn._white,
  .contact-btn {
    background-size: 20px;
  }
  .article .item-btn.column {
    margin-bottom: 30px;
  }
  .article .article-info-area {
    margin-top: 20px;
    padding-top: 20px;
  }
  .article .article-info-title {
    font-size: 1.7rem;
    letter-spacing: 4px;
    margin-bottom: 20px;
  }
  .article .article-info-title span {
    font-size: 1rem;
    margin-bottom: 5px;
    display: none;
  }
  .article .en-font {
    letter-spacing: 4px;
  }
  .rec-articles-block .swiper--basicAndCommon,
  .article-contents .swiper--basicAndCommon {
    margin: 0;
    padding: 0;
  }
  .article .item-btn._red::after,
  .contact-btn::after {
    width: 20px;
    height: 15px;
    right: 13px;
  }
}
.article-contents p.text,.article-info p.text{
 font-family: 'Hiragino Sans', "Helvetica Neue", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", "メイリオ", Meiryo, "Noto Sans JP","游ゴシック Medium", "Yu Gothic Medium", YuGothic, sans-serif;
 font-variant-east-asian: proportional-width;
 letter-spacing: .06em;
}
/* heading-area */
.heading-area {
  /* background: #54534f;
    color: #fff; */
}
.heading-area .tagtitle .link {
  display: block;
  letter-spacing: 4px;
  font-weight: 500;
}
.heading-area .article-ttl span {
  display: inline-block;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", sans-serif;
}
.heading-area .article-ttl .type {
  background: #8b585e;
  color: #fff;
  padding: 10px;
  line-height: 1;
  margin-right: 10px;
}
.heading-area .article-ttl .title {
  line-height: 1.5;
  letter-spacing: 2px;
  margin-top: 5px;
}

@media not screen and (max-width: 768px) {
  .heading-area {
    margin-bottom: 55px;
  }
  .heading-area .tagtitle {
    margin-bottom: 50px;
  }
  .heading-area .tagtitle .link {
    font-size: 3rem;
  }
  .heading-area .article-ttl .type {
    font-size: 1.6rem;
  }
  .heading-area .article-ttl .subtitle {
    font-size: 2rem;
  }
  .heading-area .article-ttl .title {
    font-size: 4.8rem;
  }
  .heading-area .tag-unit {
    color: #333;
    margin-top: 20px;
  }
  .heading-area .article-update {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .heading-area {
    margin-bottom: 30px;
  }
  .heading-area .tagtitle {
    margin-bottom: 25px;
  }
  .heading-area .tagtitle .link {
    font-size: 1.8rem;
  }
  .heading-area .article-ttl .type {
    font-size: 1.2rem;
    padding: 8px 10px;
    line-height: 1.2;
  }
  .heading-area .article-ttl .subtitle {
    display: block;
    font-size: 1.3rem;
    margin-top: 10px;
  }
  .heading-area .article-ttl .title {
    font-size: 2rem;
  }
  .heading-area .tag-unit {
    margin-top: 20px;
  }
  .article .tag-unit li {
    margin-bottom: 10px;
  }
  .article .tag-unit li a {
    font-size: 1.3rem;
  }
  .heading-area .article-update {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* .mv-area */
@media not screen and (max-width: 768px) {
  .mv-area {
    margin-bottom: 100px;
  }
  .mv-area .img-zoom {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mv-area {
    margin-bottom: 50px;
  }
  .mv-area .img-zoom {
    display: block;
    background: #888;
    color: #fff;
    width: 50%;
    height: 40px;
    border-radius: 20px;
    margin: 20px auto;
    font-size: 16px;
  }

  .mv-area .img-zoom a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
}

.heading_num01,
.heading_num02,
.heading_num03,
.heading_num04,
.heading_num05,
.heading_num06,
.heading_num07,
.heading_num08,
.heading_num09,
.heading_num010 {
  position: relative;
}

.heading_num01::before {
  /*	position: absolute;
	margin-left: -30px;*/
  content: "1.";
}

.heading_num02::before {
  /*	position: absolute;
	margin-left: -30px;*/
  content: "2.";
}

.heading_num03::before {
  /*	position: absolute;
	margin-left: -30px;*/
  content: "3.";
}

.heading_num04::before {
  /*	position: absolute;
	margin-left: -30px;*/
  content: "4.";
}

.heading_num05::before {
  /*	position: absolute;
	margin-left: -30px;*/
  content: "5.";
}

.heading_num06::before {
  content: "6.";
}

.heading_num07::before {
  content: "7.";
}

.heading_num08::before {
  content: "8.";
}

.heading_num09::before {
  content: "9.";
}

.heading_num010::before {
  content: "10.";
}

/* article-block */
.article-block .article-area-title {
  color: #8b585e;
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  line-height: 1.25;
}
.article-block .article-area-title-sub {
  color: #8b585e;
  font-weight: normal;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  line-height: 1.25;
}
.article-block .article-area-title::before {
  position: absolute;
  content: "";
  width: 9%;
  left: 0;
  right: 0;
  bottom: -45px;
  margin: auto;
  border-bottom: 1px solid #8b585e;
}
.article-block .text {
  line-height: 1.8;
}
.article-block.section-box .article-inner {
  border-top: none;
}
.article-block .article-area {
  position: relative;
}

.article-block .article-area.cols .caption {
  line-height: 1.375;
}

.article-block h3.article-area-title {
  color: #666;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 4px;
  position: relative;
  line-height: 1.25;
  padding: 10px;
  box-sizing: border-box;
  background-color: #ebebeb;
  margin: 70px auto 45px;
  max-width: 904px;
}

@media screen and (max-width: 768px) {
  .article-block h3.article-area-title {
    font-size: 1.5rem;
    margin: 70px auto 25px;
  }
}

.article-block h3.article-area-title::before {
  display: none;
}

.article-area-title .square {
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 20px 0 0;
  background-color: #666;
}

.catch {
  text-align: center;
  color: #8b585e;
  font-size: 2.2rem;
  padding: 0 0 10px;
}

@media screen and (max-width: 768px) {
  .catch {
    font-size: 1.4rem;
  }
}

@media not screen and (max-width: 768px) {
  .article-block:last-of-type {
    margin-bottom: 100px;
  }
  .article-block:not(:first-of-type) .article-inner {
    margin-top: 145px;
  }
  .article-block.section-box .article-inner {
    margin-top: 110px;
    padding-top: 0;
  }
  .article-block .section-inner {
    max-width: 905px;
    margin: auto;
  }
  .article-block .article-area-title {
    font-size: 3.2rem;
    margin-bottom: 95px;
  }
  .article-block .article-area-title-sub {
    font-size: 2.8rem;
    margin-bottom: 50px;
  }
  .article-block .text {
    max-width: 904px;
    margin: auto;
    font-size: 1.8rem;
  }
  /* .content.column .article-block .text{
        max-width: none;
    } */
  .article-block .article-area.cols {
    display: flex;
    column-gap: 60px;
    justify-content: center;
  }
  .article-block .article-area.cols .caption {
    margin-top: 15px;
    font-size: 1.6rem;
  }
  .article-block .article-area.cols .col2 {
    width: 47.4%;
  }
  .article-block .article-area.cols .col1 picture {
    display: block;
    text-align: center;
  }
  .article-block .article-area.cols .col1 picture img,
  .article-block .article-area.cols .col1 picture source {
    width: auto;
  }
  .article-block .article-area .img-link {
    pointer-events: none;
  }
}
@media screen and (max-width: 1124px) {
  .article-block .article-area.cols .col1 picture img,
  .article-block .article-area.cols .col1 picture source {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .article-block:last-of-type {
    margin-bottom: 40px;
  }
  .article-block .article-area-title {
    font-size: 1.7rem;
    margin-bottom: 45px;
  }
  .article-block .article-area-title-sub {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
  .article-block .article-area-title::before {
    bottom: -20px;
  }
  .article-block .text {
    font-size: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .article-block:not(:first-of-type) .article-inner {
    margin-top: 60px;
  }
  .article-block.section-box .article-inner {
    margin-top: 80px;
    padding-top: 0;
  }
  .article-block .article-area.cols .caption {
    font-size: 1.3rem;
    margin-top: 5px;
  }
  .article-block .article-area.cols .col2:not(:last-child) {
    margin-bottom: 20px;
  }
  .article-block .sp-img-text {
    font-size: 1.2rem;
    text-align: center;
    margin-top: 10px;
  }
}

/* owners-voice */
.owners-voice .owners-voice-box {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 1px #8b585e;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.owners-voice .owners-voice-box .owners-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 40px;
  padding: 0 9px;
  line-height: 1;
  background: #fff;
  color: #8b585e;
  font-weight: 500;
  letter-spacing: 2px;
}
.owners-voice .owners-voice-box .owners-title span {
  display: inline-block;
  margin-left: 0.5em;
  padding-bottom: 5px;
  vertical-align: middle;
  display: none;
}
.owners-voice .owners-voice-box .text {
  letter-spacing: 2px;
  line-height: 1.6;
}
@media not screen and (max-width: 768px) {
  .owners-voice .owners-voice-box {
    padding: 50px 6%;
    margin-top: 180px;
    margin-bottom: 80px;
  }
  .owners-voice .owners-voice-box .owners-title {
    font-size: 2.8rem;
  }
  .owners-voice .owners-voice-box .owners-title span {
    font-size: 1.5rem;
  }
  .owners-voice .owners-voice-box .text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .owners-voice .owners-voice-box {
    margin-top: 60px;
    margin-bottom: 30px;
    padding: 25px 5.9% 20px 5.9%;
  }
  .owners-voice .owners-voice-box .owners-title {
    font-size: 1.6rem;
    left: 10px;
  }
  .owners-voice .owners-voice-box .owners-title span {
    font-size: 1.2rem;
  }
  .owners-voice .owners-voice-box .text {
    font-size: 1.4rem;
  }
}

/* staff-profile */
.staff-profile .staff-profile-cont {
  background: #eeeced;
}
.staff-profile .staff-position {
  margin-bottom: 10px;
}
.staff-profile .text {
  line-height: 1.8;
}
.staff-profile .staff {
  line-height: 3em;
}
@media not screen and (max-width: 768px) {
  .staff-profile {
    /* margin-bottom: 120px; */
  }
  .staff-profile .staff-profile-cont {
    padding: 70px 6%;
  }
  .staff-profile .company-name {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
  .staff-profile .staff-position {
    font-size: 1.6rem;
    margin-top: 35px;
  }
  .staff-profile .staff .tantou {
    font-size: 1.6rem;
    margin-right: 1em;
  }
  .staff-profile .staff .name {
    font-size: 2.2rem;
  }
  .staff-profile .text {
    font-size: 1.8rem;
    margin-top: 35px;
  }
  .staff-profile .col2 {
    display: flex;
    justify-content: space-between;
  }
  .staff-profile .text-area {
    width: 80.3%;
    padding-right: 50px;
  }
  .staff-profile .img-area {
    width: 19.7%;
  }
}
@media screen and (max-width: 768px) {
  .staff-profile {
    margin-bottom: 40px;
  }
  .staff-profile .staff-profile-cont {
    padding: 20px 5.9%;
  }
  .staff-profile .text-area {
    margin-bottom: 15px;
  }
  .staff-profile .company-name {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .staff-profile .staff-position {
    font-size: 1.3rem;
  }
  .staff-profile .staff {
    margin-top: 15px;
    line-height: 1.7em;
  }
  .staff-profile .staff .tantou {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  .staff-profile .staff .name {
    font-size: 1.5rem;
  }
  .staff-profile .text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}

/* modal-kaisetsu */
.modal-kaisetsu .modal-kaisetsu-title {
  color: #0c436f;
  font-size: 30px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
.modal-kaisetsu .modal-kaisetsu-title::before {
  content: "";
  width: 56px;
  height: 56px;
  background: url(../img/icn-note.png) no-repeat center center;
  display: inline-block;
  margin-right: 20px;
}
@media not screen and (max-width: 768px) {
  .modal-kaisetsu {
    bottom: 3%;
    z-index: 50;
  }
}
.modal-kaisetsu-inner {
  width: 430px;
  background: #27a4ff;
  padding: 30px 40px 40px;
  font-size: 25px;
  text-align: left;
}
.modal-kaisetsu .square-btn {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  top: 20px;
  right: 20px;
  transition: 0.5s;
  cursor: pointer;
}
.modal-kaisetsu .square-btn::before,
.modal-kaisetsu .square-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px;
  height: 27px;
  background: #fff;
}
.modal-kaisetsu .square-btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modal-kaisetsu .square-btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.modal-kaisetsu p {
  line-height: 1.5em;
  color: #fff;
  font-size: 2rem;
}
.kaisetsu-modal-area {
  display: inline-block;
  position: relative;
}
.open-modal-kaisetsu {
  display: inline-block;
  color: #27a4ff;
  text-decoration: underline;
  position: relative;
  padding-right: 25px;
  cursor: pointer;
}
.open-modal-kaisetsu:hover {
  opacity: 0.7;
}
.open-modal-kaisetsu::after {
  position: absolute;
  color: #fff;
  background: #27a4ff;
  content: "？";
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5px;
  right: 2px;
  border-radius: 50%;
  font-size: 12px;
}
.img-kaisetsu {
  position: absolute;
  left: 50%;
}
.img-kaisetsu .open-modal-kaisetsu::after {
  width: 80px;
  height: 80px;
  font-size: 50px;
}
.article-area .modal-kaisetsu {
  display: none;
  position: absolute;
  top: 35px;
  right: -100%;
}
.img-kaisetsu .modal-kaisetsu {
  top: 35px;
  right: -100%;
}

@media screen and (max-width: 768px) {
  .modal-kaisetsu .modal-kaisetsu-title {
    font-size: 16px;
    margin-bottom: 0px;
  }
  .modal-kaisetsu .modal-kaisetsu-title::before {
    content: "";
    width: 30px;
    height: 46px;
    background: url(../img/icn-note.png) no-repeat center center / 100%;
    display: inline-block;
    margin-right: 10px;
  }
  .modal-kaisetsu-inner {
    width: 350px;
    padding: 3px 10px 10px;
    font-size: 15px;
    margin: auto;
    position: relative;
  }
  .modal-kaisetsu .square-btn {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #fff;
    top: 6px;
    right: 8px;
    transition: 0.5s;
  }
  .modal-kaisetsu .square-btn::before,
  .modal-kaisetsu .square-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 18px;
    background: #fff;
  }
  .modal-kaisetsu .square-btn::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .modal-kaisetsu .square-btn::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  .modal-kaisetsu p {
    line-height: 1.5em;
    color: #fff;
    font-size: 1.6rem;
  }
  .kaisetsu-modal-area:not(.img-kaisetsu) {
    position: static;
  }
  .article-area .modal-kaisetsu {
    width: 350px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .img-kaisetsu .open-modal-kaisetsu::after {
    width: 50px;
    height: 50px;
    font-size: 25px;
  }
  .open-modal-kaisetsu::after {
    top: 2px;
  }
  .sp-kaisetsu-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .sp-kaisetsu-modal.open {
    display: block;
  }
  .sp-kaisetsu-modal .modal-kaisetsu {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 14px;
  }
}

/* ？個別指定 */
.img-kaisetsu.kaisetsu002-1 {
  left: 51%;
  top: -44px;
}
.img-kaisetsu.kaisetsu002-1 .modal-kaisetsu {
  top: 120px;
}
.img-kaisetsu.kaisetsu002-2 {
  left: 82%;
  top: 140px;
}
.img-kaisetsu.kaisetsu002-2 .modal-kaisetsu {
  top: 120px;
}

@media screen and (max-width: 768px) {
  .img-kaisetsu.kaisetsu002-1 {
    top: -30px;
  }
}

/* other-article */
.other-article {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 0 80px;
}
.other-article .article-prev,
.other-article .article-next {
  background: #eeeeee;
  width: 50%;
}
.other-article .article-prev .title,
.other-article .article-next .title {
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 2rem;
}
.other-article .article-next .title {
  text-align: right;
}
.other-article .article-prev a,
.other-article .article-next a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 40px 10.4% 60px 6.9%;
}
.other-article .article-next {
  border-left: 2px solid #fff;
}
.other-article .article-prev .article-prev-inner,
.other-article .article-next .article-next-inner {
  display: flex;
}
.other-article .article-prev .article-prev-inner picture,
.other-article .article-next .article-next-inner picture {
  width: 175px;
}
.other-article .article-prev .article-prev-inner .link-info,
.other-article .article-next .article-next-inner .link-info {
  margin-left: 20px;
}
.other-article .article-prev .article-prev-inner .link-info .subtitle,
.other-article .article-next .article-next-inner .link-info .subtitle {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  background: #8b585e;
  padding: 5px 10px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.other-article .article-prev .article-prev-inner .link-info .pagetitle,
.other-article .article-next .article-next-inner .link-info .pagetitle {
  display: block;
  font-size: 2rem;
}
.other-article.prev_only .article-next,
.other-article.next_only .article-prev {
  display: none;
}

@media not screen and (max-width: 768px) {
  .other-article .article-prev a,
  .other-article .article-next a {
    transition: all 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .other-article {
    background: #eeeeee;
    display: flex;
    flex-direction: column;
    margin: 0 0 40px;
  }
  .other-article .article-prev,
  .other-article .article-next {
    width: 100%;
  }
  .other-article .article-prev a,
  .other-article .article-next a {
    padding: 30px 20px 20px;
  }
  .other-article .article-next {
    border-top: 1px solid #fff;
    border-left: none;
  }
  .other-article .article-prev .title,
  .other-article .article-next .title {
    font-size: 14px;
    padding-bottom: 10px;
  }
  .other-article .article-prev .article-prev-inner picture,
  .other-article .article-next .article-next-inner picture {
    width: 25%;
  }
  .other-article .article-prev .article-prev-inner picture img,
  .other-article .article-next .article-next-inner picture img {
    width: 100%;
  }
  .other-article .article-prev .article-prev-inner .link-info,
  .other-article .article-next .article-next-inner .link-info {
    margin-left: 6%;
    width: 69%;
  }
  .other-article .article-prev .article-prev-inner .link-info .subtitle,
  .other-article .article-next .article-next-inner .link-info .subtitle {
    display: inline-block;
    color: #333;
    font-weight: normal;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .other-article .article-prev .article-prev-inner .link-info .pagetitle,
  .other-article .article-next .article-next-inner .link-info .pagetitle {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .other-article .article-prev a,
  .other-article .article-next a {
    padding: 20px;
  }
}

/* onepoint-area */
.onepoint-area .onepoint-block {
  max-width: 900px;
  margin: 0 auto;
}
.onepoint-area .onepoint-title {
  text-align: center;
  color: #8b585e;
  font-weight: 500;
}
.onepoint-block .text-area {
  display: flex;
  align-items: center;
}
.onepoint-area .text-area .onepoint-text {
  width: 80%;
  line-height: 1.6em;
  padding-right: 5%;
}
.onepoint-block .text-area picture {
  width: 15%;
}
.onepoint-block .onepoint-catch {
  color: #8b585e;
  font-weight: bold;
  line-height: 1.6;
}
@media not screen and (max-width: 768px) {
  .onepoint-area {
    margin: 75px 0 100px;
  }
  .onepoint-area .onepoint-title {
    font-size: 3rem;
  }
  .onepoint-block .text-area {
    margin-top: 40px;
  }
  .onepoint-block .text-area .onepoint-text {
    font-size: 1.8rem;
  }
  .onepoint-block .onepoint-catch {
    text-align: center;
    margin-top: 40px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .onepoint-area {
    margin: 40px 0;
  }
  .onepoint-area .onepoint-title {
    font-size: 1.8rem;
  }
  .onepoint-area .text-area {
    padding-top: 20px;
    font-size: 1.4rem;
  }
  .onepoint-block .onepoint-catch {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}

/* soudan-staff-profile-area */
.soudan-staff-profile-area {
  background: #eeeded;
}
.soudan-staff-profile-title {
  text-align: center;
  font-weight: 500;
  letter-spacing: 2px;
  position: relative;
}
.soudan-staff-profile-title::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/homelounge/totikatuyo/oshiete/img/oshiete-icn-heading-l.png)
    no-repeat;
  background-size: contain;
  background-position: -2px center;
  vertical-align: middle;
}
.soudan-staff-profile-title::after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(/homelounge/totikatuyo/oshiete/img/oshiete-icn-heading-r.png)
    no-repeat;
  background-size: contain;
  background-position: right 10px center;
  vertical-align: middle;
}
.soudan-staff-profile-cont {
  background: #ffffff;
}
.soudan-staff-profile-cont .name {
  color: #666666;
  font-weight: bold;
}
.soudan-staff-profile-cont .text {
  color: #666666;
}
.soudan-staff-profile-cont .name span.tanto {
  font-size: 18px;
  font-weight: bold;
  padding-right: 1em;
  vertical-align: middle;
}
.soudan-staff-profile-cont .name span.name {
  font-size: 24px;
  font-weight: bold;
  padding-right: 1em;
}
.soudan-staff-profile-cont .heading {
  color: #8b585e;
  padding-top: 18px;
  background: url(../oshiete/img/point.png) no-repeat left center;
  padding-left: 2rem;
}
.soudan-staff-profile-cont .underLine {
  width: auto;
  height: 1px;
  background-color: #cccccc;
}

@media not screen and (max-width: 768px) {
  .soudan-staff-profile-area {
    padding: 70px 0;
    margin-bottom: 100px;
  }
  .soudan-staff-profile-title {
    font-size: 3.2rem;
    margin-bottom: 31px;
  }
  .soudan-staff-profile-cont {
    width: 100%;
    padding: var(--40px) var(--50px);
    margin: 0;
    display: flex;
  }
  .soudan-staff-profile-cont .img-block {
    width: 380px;
    min-width: 380px;
  }
  .soudan-staff-profile-cont .img-block img {
    width: 100%;
    border-radius: var(--10px);
  }
  .soudan-staff-profile-cont .text-block {
    width: auto;
    padding-left: var(--48px);
  }
  .soudan-staff-profile-cont .name {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .soudan-staff-profile-cont .name span {
    font-size: 1.8rem;
  }
  .soudan-staff-profile-cont .heading {
    font-size: 2rem;
    padding: 0 0 0 20px;
  }
  .soudan-staff-profile-cont .text {
    font-size: 1.6rem;
  }
  .soudan-staff-profile-cont .heading {
    margin-bottom: 10px;
  }
  .soudan-staff-profile-cont .text {
    line-height: 1.5;
  }
  .soudan-staff-profile-cont .text:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (max-width: 768px) {
  .oshietePage .article-block {
    padding-top: 50px;
  }

  .oshietePage .soudan-staff-profile-area .article-inner {
    padding: 20px;
  }
  .soudan-staff-profile-title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .soudan-staff-profile-cont {
    padding: 15px 20px;
  }
  .soudan-staff-profile-cont .img-block {
    width: 48.8vw;
    min-width: 0;
    margin: 0 auto 15px auto;
  }
  .soudan-staff-profile-cont .img-block img {
    width: 100%;
    border-radius: 10px;
  }
  .soudan-staff-profile-cont .name {
    font-size: 1.6rem;
  }
  .soudan-staff-profile-cont .name span {
    font-size: 1.5rem;
  }
  .soudan-staff-profile-cont .heading,
  .soudan-staff-profile-cont .text {
    font-size: 1.5rem;
  }
  .soudan-staff-profile-cont .heading {
    padding: 0 0 0 20px;
    margin-top: 14px;
    background-position: left center;
  }
  .soudan-staff-profile-cont .text {
    margin-top: 5px;
  }
  .soudan-staff-profile-cont .text:not(:last-child) {
    margin-bottom: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
  }
  .soudan-staff-profile-title::before {
    width: 30px;
    height: 30px;
    background-position: left center;
  }
  .soudan-staff-profile-title::after {
    width: 30px;
    height: 30px;
    background-position: right 8px center;
  }
}

/* staff-crousel */
/* .article-contents #staff-crousel::before,
.article-contents #staff-crousel::after{
    content: none;
}
.article-contents #staff-crousel .section_inner{
    background: #ffffff;
}
@media not screen and (max-width: 768px) {
    .article-contents #staff-crousel{
        padding: 100px 0;
    }
    .article-contents #staff-crousel .section_inner{
        padding: 145px 0;
        max-width: 1306px;
    }
    .article-contents #staff-crousel .slider{
        width: 70%;
    }
}
@media screen and (max-width: 768px) {
    .article-contents #staff-crousel{
        padding: 30px 5.3%;
    }
    .article-contents #staff-crousel .section_inner{
        padding: 30px 5.3%;
    }
    #staff-crousel .slider .slick-prev{
        left: -17%;
    }
    #staff-crousel .slider .slick-next{
        right: -17%;
    }
}
 */

/* contact-area */
.contact-area .contact-area-inner {
  text-align: center;
  color: #fff;
  background: #989896;
}
.contact-area .catch {
  letter-spacing: 2px;
  line-height: 1.5;
}
.contact-area .catch span {
  display: block;
  letter-spacing: 4px;
}
.contact-area .text {
  line-height: 1.8;
}
.contact-area .contact-btn {
  margin: auto;
}
@media not screen and (max-width: 768px) {
  .contact-area {
    margin-bottom: 80px;
  }
  .contact-area .contact-area-brackets {
    width: 85.7%;
    margin: auto;
    padding: 80px 3%;
    background: url(/homelounge/totikatuyo/img/img-brackets-l.png) no-repeat
        left 37px,
      url(/homelounge/totikatuyo/img/img-brackets-r.png) no-repeat right bottom
        40px;
  }
  .contact-area .catch {
    font-size: 3.2rem;
    margin-bottom: 30px;
  }
  .contact-area .catch span {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .contact-area .catch br {
    display: none;
  }
  .contact-area .text {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
  .contact-area .contact-btn {
    width: 590px;
  }
}
@media screen and (max-width: 768px) {
  .contact-area {
    margin-bottom: 40px;
  }
  .contact-area .contact-area-brackets {
    padding: 50px 8.3%;
    background: url(/homelounge/totikatuyo/img/img-brackets-l.png) no-repeat 4%
        20px,
      url(/homelounge/totikatuyo/img/img-brackets-r.png) no-repeat right 4%
        bottom 20px;
    background-size: 20%, 20%;
  }
  .contact-area .catch {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .contact-area .catch span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .contact-area .catch br {
    display: block;
  }
  .contact-area .text {
    font-size: 1.4rem;
    text-align: left;
    margin-bottom: 20px;
  }
}

/* link-catetop-btn */
@media not screen and (max-width: 768px) {
  .link-catetop-btn {
    width: 590px;
    margin: 0 auto min(5.71vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .link-catetop-btn {
    margin: 0 5.3% 10.67vw;
  }
}

/* rec-articles-area */
.rec-articles-area .rec-article .title {
  line-height: 1.5;
  color: #666;
  font-weight: bold;
}
.rec-articles-area .rec-article .link {
  display: block;
}
.rec-articles-area .rec-article .tag-list {
  margin-top: auto;
}
.rec-articles-area .rec-article .tag-list li {
  display: inline-block;
}
.rec-articles-area .rec-article .tag-list li:not(:last-child) {
  margin-right: 5px;
}
.rec-articles-area .rec-article .tag-list a {
  color: #9d9d9c;
}
@media not screen and (max-width: 768px) {
  .rec-articles-area {
    margin-top: 80px !important;
  }
  .rec-articles-area .rec-articles .rec-articles-cont {
    display: flex;
    column-gap: 2.5%;
  }
  .rec-articles-area .rec-article {
    width: 31.5%;
    display: flex;
    flex-direction: column;
  }
  .rec-articles-area .rec-article .title {
    font-size: 16px;
    margin-top: 15px;
  }
  .rec-articles-area .rec-article .title span {
    margin-right: 0.5em;
  }
  .rec-articles-area .rec-article .link {
    margin-bottom: 15px;
    transition: all 0.3s;
  }
  .rec-articles-area .rec-article .tag-list a {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .rec-articles-area {
    margin-top: 40px !important;
  }
  .rec-articles-area .rec-article:not(:last-child) {
    margin-bottom: 20px;
  }
  .rec-articles-area .rec-article .title {
    font-size: 16px;
    margin-top: 5px;
  }
  .rec-articles-area .rec-article .link {
    margin-bottom: 10px;
  }
  .rec-articles-area .rec-article .tag-list a {
    font-size: 13px;
  }
}

/* article-tag-area */
.article-tag-area .article-tag-block {
  text-align: center;
}
.article-tag-area .tags a {
  border-bottom: #545350 1px solid;
}

@media not screen and (max-width: 768px) {
  .article-tag-area {
    margin-top: 50px;
    padding-top: 50px;
  }
  .article-tag-area .article-info-title {
    margin-bottom: 40px;
  }
}

/* article-share-area */

.article-share-area {
  display: block;
  text-align: right;
}

.article-share-area.article-info-area {
  margin-top: 0;
  padding-top: 0;
}

.article-share-area .share-icons li {
  display: inline-block;
  margin: 0 var(--5px);
}

.article-share-area .share-icons li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: var(--5px) var(--15px) var(--5px) var(--10px);
  border: 1px solid #cccccc;
  border-radius: var(--5px);
  background: #fff;
}

.article-share-area .share-icons li a p {
  color: #333;
  font-size: var(--12px);
  padding-left: var(--4px);
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .article-share-area.article-info-area {
    margin-top: 2.67vw;
  }

  .article-share-block .share-icons li {
    margin: 0 2px;
  }
  .article-share-area .share-icons li a {
    padding: 1.33vw 2.67vw 1.33vw 1.33vw;
    border-radius: 1.33vw;
  }
  .article-share-area .share-icons li a img {
    width: 4.8vw;
    height: 4.8vw;
  }
  .article-share-area .share-icons li a p {
    font-size: 2.93vw;
  }
}

/* article-column-cont */
@media not screen and (max-width: 768px) {
  .article-column-cont {
    max-width: 904px;
    margin: auto;
  }
}

/* author-profile */
.author-profile .author-profile-cont {
  background: #eeeced;
}
.author-profile .company-name {
  line-height: 1.5;
}
.author-profile .author-position {
  margin-bottom: 10px;
}
.author-profile .text {
  line-height: 1.8;
}
.author-profile .author {
  line-height: 3em;
  margin-top: 5px;
}
.author-profile .img-area source,
.author-profile .img-area img {
  border-radius: 50%;
}
@media not screen and (max-width: 768px) {
  .author-profile {
    margin-bottom: 90px;
  }
  .author-profile .author-profile-cont {
    padding: 60px 4.4% 60px 7.2%;
  }
  .author-profile .company-name {
    font-size: 2.8rem;
    margin-bottom: 35px;
  }
  .author-profile .company-name:not(:first-child) {
    margin-top: 40px;
  }
  .author-profile .author-position {
    font-size: 1.6rem;
    margin-top: 35px;
  }
  .author-profile .author .tantou {
    font-size: 1.6rem;
    margin-right: 1em;
  }
  .author-profile .author .name {
    font-size: 2.2rem;
  }
  .author-profile .author .nameTxt {
    display: inline-block;
    margin-left: 1em;
    font-size: 1.6rem;
  }
  .author-profile .text {
    font-size: 1.8rem;
    margin-top: 30px;
  }
  .author-profile .col2 {
    display: flex;
    justify-content: space-between;
  }
  .author-profile .text-area {
    width: 80.3%;
    padding-right: 35px;
  }
  .author-profile .img-area {
    min-width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .author-profile {
    margin-bottom: 40px;
  }
  .author-profile .author-profile-cont {
    padding: 20px 5.9%;
  }
  .author-profile .text-area {
    margin-bottom: 15px;
  }
  .author-profile .company-name {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .author-profile .author-position {
    font-size: 1.3rem;
  }
  .author-profile .author {
    line-height: 1.7em;
  }
  .author-profile .company-name:not(:first-child) {
    margin-top: 15px;
  }
  .author-profile .author .tantou {
    font-size: 1.5rem;
    margin-right: 5px;
  }
  .author-profile .author .name {
    font-size: 1.5rem;
  }
  .author-profile .text {
    font-size: 1.4rem;
    margin-top: 15px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .author-profile .img-area {
    text-align: center;
  }
  .author-profile .img-area picture img,
  .author-profile .img-area picture source {
    max-width: 100%;
    width: auto;
  }
}

/* column-contents-box */
.column-contents-box {
  position: relative;
  margin: 2em auto;
  padding: 0.5em 1em;
  border: solid 1px #8b585e;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
.column-contents-box .column-contents-title {
  position: absolute;
  display: inline-block;
  top: -13px;
  left: 43%;
  padding: 0 30px;
  line-height: 1;
  background: #fff;
  color: #8b585e;
  font-weight: 500;
  letter-spacing: 10px;
}
.column-contents-list .column-contents-item {
  color: #8b585e;
}
.column-contents li .heading {
  line-height: 1.3;
  text-indent: -0.9em;
  padding-left: 0.9em;
}
.column-contents._login li .heading:after {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(/homelounge/totikatuyo/column/img/column_arw.png) no-repeat;
  background-size: contain;
  vertical-align: bottom;
  margin-left: 6px;
  margin-bottom: 2px;
}
@media not screen and (max-width: 768px) {
  .column-contents-box {
    margin-bottom: 100px;
    padding: 55px 50px;
  }
  .column-contents-box .column-contents-title {
    font-size: 2.8rem;
  }
  .column-contents-list {
  }
  .column-contents-list li {
    font-size: 2.2rem;
  }
  .column-contents-list li:not(:first-child) {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .column-contents-box {
    padding: 30px 4.4% 20px 7.2%;
    margin-bottom: 30px;
  }
  .column-contents-box .column-contents-title {
    font-size: 1.6rem;
    left: 35%;
  }
  .column-contents li:not(:last-child) {
    margin-bottom: 10px;
  }
  .column-contents li p {
    font-size: 1.4rem;
  }
  .column-contents._login li .heading:after {
    width: 15px;
    height: 15px;
    margin-bottom: 1px;
  }
}

/* column-advice-area */
.column-advice-area {
  color: #fff;
}
.column-advice-inner {
  background: #989896;
}
.column-advice-title {
  display: inline-block;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.column-advice-area .column-advice .column-advice-text {
  line-height: 1.8;
}
@media not screen and (max-width: 768px) {
  .column-advice-area {
    margin-bottom: 120px;
  }
  .column-advice-inner {
    max-width: 904px;
    margin: auto;
    padding: 50px 6.6% 55px;
  }
  .column-advice-area .column-advice._col2 {
    display: flex;
  }
  .column-advice-area .column-advice._col2 .text-block {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
  }
  .column-advice-area .column-advice._col2 .img-block {
    flex-basis: 257px;
    margin-left: 8.8%;
  }
  .column-advice-title {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
  .column-advice-text {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .column-advice-area {
    padding: 0 5.3%;
    margin-bottom: 50px;
  }
  .column-advice-inner {
    padding: 30px 5.3% 20px;
  }
  .column-advice-title {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .column-advice-area .column-advice .column-advice-text {
    font-size: 1.4rem;
  }
  .column-advice-area .column-advice._col2 .img-block {
    margin-top: 10px;
  }
}

/* other-contents-area */
.other-contents-area {
  border-top: #eeeded 2px solid;
}
.other-contents-block .category-title {
  background: #8b585d;
  color: #fff;
  text-align: center;
  padding: 6px 10px 8px;
  font-weight: 600;
}
.other-contents-block .category-text {
  text-align: center;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #545350;
}
.other-contents-area .other-contents-block .category-text {
  padding: 5px;
  margin: 0;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.other-contents-block img {
  max-width: 100%;
}

@media not screen and (max-width: 768px) {
  .other-contents-area {
    margin-top: 0;
    padding: 50px 0;
  }
  .other-contents-block {
    display: flex;
    justify-content: space-between;
    column-gap: 2.5%;
  }
  .other-contents-category .link {
    transition: all 0.3s;
  }
  .other-contents-block .category-title {
    font-size: 1.6rem;
  }
  .other-contents-block .category-text {
    font-size: 1.6rem;
  }
  .other-contents-area .other-contents-block .link {
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
  }
  .other-contents-area .category-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    max-height: 50px;
  }
  .other-contents-area .other-contents-block {
    max-width: 74.5%;
    margin-left: 125px;
  }
  .other-contents-area .other-contents-block .category-text {
    font-size: 1.8rem;
    flex: 1 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .other-contents-area {
    margin-top: 40px;
    padding-top: 20px;
  }
  .other-contents-block .category-title {
    font-size: 1.4rem;
  }
  .other-contents-block .category-text {
    font-size: 1.4rem;
  }
  .other-contents-block a:not(:last-child) {
    display: block;
    margin-bottom: 20px;
  }
  .other-contents-area .other-contents-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .other-contents-area .other-contents-block .sp-block {
    width: calc((100% - 10px) / 2);
  }
  .other-contents-area .other-contents-block a:not(:last-child) {
    margin-bottom: 15px;
  }
  .other-contents-area .other-contents-block .category-title {
    font-size: 1.1rem;
    line-height: 1.45;
    padding: 5px;
  }
  .other-contents-area .other-contents-block .category-text {
    font-size: 1.1rem;
  }
}

/* article-limited-area */
.article-limited-area {
  text-align: center;
  border-bottom: #eeeded 2px solid;
}
.article-limited-area .article-loginButton {
  cursor: pointer;
}
.article-limited-area .link-login-text {
  text-align: center;
  font-size: 1.8rem;
  padding: 23px 15px;
}
.article-limited-text,
.article-limited-catch {
  color: #666666;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.article-limited-catch .text {
  text-decoration: underline;
  transition: all 0.2s;
}
@media not screen and (max-width: 768px) {
  .article-limited-area {
    font-size: 1.8rem;
    padding-bottom: 90px;
    margin-bottom: 50px;
  }
  .article-limited-btn-area {
    margin-bottom: 70px;
  }
  .article-limited-btn-area .article-limited-text {
    font-size: 1.8rem;
    margin-bottom: 65px;
  }
  .article-limited-text {
    font-size: 1.8rem;
    margin-bottom: 65px;
  }
  .article-limited-catch .text:hover {
    opacity: 0.7;
  }
  .article-limited-catch {
    font-size: 2.2rem;
  }
  .link-login-btn {
    width: 590px;
    margin: auto;
  }
  .link-login-btn._red {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .article-limited-area {
    font-size: 1.6rem;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .article-limited-area .link-login-text {
    font-size: 1.4rem;
    padding: 15px;
  }
  .article-limited-text {
    margin-bottom: 30px;
  }
  .article-limited-btn-area {
    margin-bottom: 30px;
  }
  .link-login-btn._red {
    margin-bottom: 10px;
  }
}

/* column-catch-block */
.column-catch-block .article-column-cont {
  line-height: 1.7;
}
@media not screen and (max-width: 768px) {
  .column-catch-block {
    font-size: 2.2rem;
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 768px) {
  .column-catch-block {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  .column-catch-block .article-column-cont {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

/* column logout */
.content.column-logout .article-block.hide {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: max-height 1s;
  max-height: 800px;
}
.content.column-logout .article-block.hide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}

.article {
  padding-top: 40px;
  letter-spacing: normal;
  color: #333;
}

/*  */
/* .article {
    padding-top: 40px;
    letter-spacing: normal;
    color: #333;
} */
/* .footer .loungemenu {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 0 80px;
}

.footer .loungemenu-box {
    width:calc(100% /3);
}
.footer .loungemenu-box li:not(:last-child) {
    margin-bottom: 25px;
}
.footer .loungemenu-box a {
    color: #fff;
    font-size: 16px;
    line-height: 1.5em;
}

@media screen and (max-width:768px) {
    .footer .loungemenu {
        padding: 20px 0 40px;
    }
    .footer .loungemenu-box {
        width: 100%;
    }
    .footer .loungemenu-box:not(:last-child) {
        margin-bottom: 35px;
    }
    .footer .loungemenu-box a {
        font-size: 14px;
    }
    .footer .loungemenu-box li:not(:last-child) {
        margin-bottom: 12px;
    }
} */

/* バーチャル社員に質問 */

.sp {
  display: none;
}

.question {
  font-family: "Noto Serif JP", serif;
  width: 600px;
  margin: 100px auto 50px auto;
}

.question h2 {
  font-size: 30px;
  text-align: center;
}

.question .card-staff {
  display: flex;
  margin: 28px auto;
  justify-content: center;
}

.question .card-staff .card-staff-left img {
  border-radius: 50%;
  border: 1px solid #ccc;
  object-fit: cover;
  object-position: 10px;
  width: 180px;
  height: 180px;
}
.question
  .card-staff
  .card-staff-left
  img[src="/homelounge/totikatuyo/oshiete/img/shain_b.jpg"] {
  object-position: 30px 10px;
}

.question .card-staff .card-staff-right {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 48px;
}

.question .card-staff .card-staff-right .staff-name {
  font-size: 24px;
}

.question .card-staff .card-staff-right .staff-name span.tanto {
  font-size: 18px;
  font-weight: bold;
  padding-right: 1em;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans,
    meiryo, arial, sans-serif;
}

.question .card-staff .card-staff-right .staff-name span.name {
  font-size: 24px;
  font-weight: bold;
  padding: 0;
  font-family: ヒラギノ角ゴ Pro W3, Hiragino Kaku Gothic Pro, Hiragino Sans,
    meiryo, arial, sans-serif;
}

.question p {
  line-height: 28px;
  font-size: 18px;
  /* padding-left: 30px; */
}
.question p.cap {
  text-align: center;
}

.question .card-staff .card-staff-right .staff-name span {
  padding-right: 28px;
  letter-spacing: 2px;
}

.question .button {
  background-image: url(../oshiete/img/right.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  width: 410px;
  height: 45px;
  color: #fff;
  background-color: #8b585e;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px auto 40px auto;
}

.question a:hover {
  opacity: 1;
}

.question .button:hover {
  color: #8b585e;
  background-color: #fff;
  border: 1px solid #8b585e;
  background-image: url(../oshiete/img/right_red.png);
  background-repeat: no-repeat;
  background-position: 95% center;
}

.question .asterisk {
  padding-left: 1rem;
  line-height: 20px;
  font-size: 14px;
}

.question .asterisk::before {
  content: "※";
  margin-left: -1rem;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .question {
    width: 90%;
    margin: 40px auto;
  }

  .question h2 {
    font-size: 22px;
  }

  .question .card-staff {
    display: block;
    text-align: center;
    margin: 24px auto 18px auto;
  }

  .question .card-staff .card-staff-left img {
    width: 50vw;
    height: 50vw;
    object-position: 4vw 2vw;
  }
  .question
    .card-staff
    .card-staff-left
    img[src="/homelounge/totikatuyo/oshiete/img/shain_b.jpg"] {
    width: 50vw;
    height: 50vw;
    object-position: 9vw 2vw;
  }

  .question .card-staff .card-staff-right {
    padding-left: 0;
    margin-top: 10px;
  }

  .question .card-staff .card-staff-right .staff-name span.tanto {
    font-size: 16px;
  }

  .question .card-staff .card-staff-right .staff-name span.name {
    font-size: 20px;
    padding: 0;
  }

  .question p {
    font-size: 16px;
  }

  .question .button {
    width: 280px;
    height: 45px;
    color: #fff;
    background-color: #8b585e;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 11px auto 30px auto;
  }

  .question .asterisk {
    padding-left: 1rem;
    font-size: 13px;
  }

  .question .asterisk::before {
    content: "※";
    margin-left: -1rem;
  }
}
