@charset "UTF-8";
/*PC→SP*/

@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  .searchModal__menu > * {
    width: calc(100% / 2) !important;
  }
  .voicePage .tempPageTitle.voice {
    background-image: url(../images/voice/pct-mv.jpg);
  }
  .voicePage.doctor .tempPageTitle.voice {
    background-image: url(../images/voice/pct-mv_doctor.jpg);
  }
  .voicePage .topText {
    text-align: center;
    margin: 0 auto 2rem;
    font-size: 18px;
    line-height: 1.6;
  }
  .voicePage .topText:last-child {
    margin: 0 auto 0;
  }
  .voicePage .wrap ul#voiceList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 80px auto 80px;
  }

  /*医師の所見*/
  .voicePage .wrap ul#voiceList-doctor {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 1100px;
    margin: 0 auto 80px;
  }
  .voicePage .wrap ul#voiceList:after,
  .voicePage .wrap ul#voiceList-doctor:after {
    content: unset;
  }
  .voicePage .wrap ul#voiceList li {
    width: auto;
    border-bottom: 2px solid #f3f3f3;
  }
  .voicePage .wrap ul#voiceList-doctor li {
    border-bottom: 2px solid #f3f3f3;
  }
  .voicePage .wrap ul#voiceList li a,
  .voicePage .wrap ul#voiceList-doctor li a {
    /*display: block;*/
    width: 275px;
    font-size: 18px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    color: #000;
    padding: 1.4rem 0;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  .voicePage .wrap ul#voiceList li a::after,
  .voicePage .wrap ul#voiceList-doctor li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.3s;
    width: 100%;
  }
  .voicePage .wrap ul#voiceList li a:hover::after {
    transform: scale(1, 1);
  }
  .voicePage .wrap ul#voiceList li a:hover,
  .voicePage .wrap ul#voiceList-doctor li a:hover {
    opacity: 1;
    color: #4c5870;
  }
  .voicePage .wrap ul#voiceList li:left a,
  .voicePage .wrap ul#voiceList-doctor li a:left {
  }
  .voicePage .wrap ul#voiceList li.selected a,
  .voicePage .wrap ul#voiceList-doctor li.selected a {
    border-bottom: 2px solid #4c5870;
    margin-bottom: -2px;
    color: #4c5870;
  }
  .voicePage .wrap h2.title {
    font-size: 24px;
    line-height: 1.1;
    padding: 2px 30px;
    border-left: 10px solid #4c5870;
    margin-bottom: 40px;
  }

  /*
.voicePage #Wrapper .wrap {
	max-width: 1240px;
	padding: 0 40px 70px;
	margin: 0 auto;
}
*/

  /*	施工事例トップ*/
  .voicePage .indexvoice {
    padding: 0 0 75px;
    /*background-color: rgba(76, 88, 112, 0.05);*/
  }
  .voicePage .indexvoice .wrap {
    max-width: 1236px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .voicePage .indexvoice .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
  }
  .voicePage .indexvoice .wrap ul:after {
    content: "";
    display: block;
    width: 27.7%;
  }
  .voicePage .indexvoice .wrap ul li {
    width: 27.7%;
    margin: 0 0 50px 0;
  }
  .voicePage .indexvoice .wrap ul li a {
    display: block;
    color: #000;
  }
  .voicePage .indexvoice .wrap ul li a:hover {
    opacity: 0.7;
  }
  .voicePage .indexvoice .wrap ul li .pct {
    margin-bottom: 30px;
  }
  .voicePage .indexvoice .wrap ul li .pct img {
    width: 100%;
  }
  .voicePage .indexvoice .wrap ul li .caption {
    /*text-align: center;*/
    font-size: 16px;
    line-height: 30px;
  }
  .voicePage .indexvoice .wrap ul li .caption strong {
    display: block;
    font-size: 19px;
    margin-bottom: 5px;
    overflow: hidden;
  }

  .voicePage .indexvoiceDetail {
    text-align: center;
    width: 662px;
    padding: 30px 0 28px;
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    margin: 0 auto 80px;
  }
  .voicePage .indexvoiceDetail .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .voicePage .indexvoiceDetail .title span {
    color: #c21010;
  }
  .voicePage .indexvoiceDetail .sub {
    /*text-align: left;*/
    font-size: 19px;
    line-height: 30px;
  }
  .voicePage .indexvoiceDetail .sub span {
    color: #000;
  }
  .voicePage .voiceDetail .wrap {
    max-width: 1240px;
    padding: 0 40px 80px;
    margin: 0 auto;
  }
  .voicePage .voiceDetail .subTitle {
    margin: 40px auto 20px;
    text-align: center;
    font-size: 22px;
    width: 100%;
  }
  .voicePage .voiceDetail .point {
    font-size: 22px;
    padding: 0px 0 0 20px;
    border-left: 10px solid #61afce;
    margin: 80px auto 20px;
  }
  .voicePage .voiceDetail .text {
    margin: 10px auto 40px;
    font-size: 16px;
  }
  .voicePage .voiceDetail img {
    width: 100%;
  }
  .voicePage .voiceDetail_1 {
    width: 100%;
    margin-top: 5%;
  }
  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_7,
  .voicePage .voiceDetail_7_txt {
    width: 49%;
  }
  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_7 {
    float: left;
    margin: 0 1% 0 0;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_7_txt {
    float: right;
    margin: 0 0 0 1%;
  }
  .voicePage .voiceDetail_5_w,
  .voicePage .right70,
  .voicePage .left70 {
    width: 67.75%;
  }
  .voicePage .voiceDetail_6_n,
  .voicePage .left30,
  .voicePage .right30 {
    width: 30.25%;
  }
  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_7,
  .voicePage .left30,
  .voicePage .left70 {
    float: left;
    margin: 0% 1% 0 0;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7_txt,
  .voicePage .right70,
  .voicePage .right30 {
    float: right;
    margin: 0% 0 0 1%;
  }
  .voicePage .voiceDetail_7_txt .subTitle,
  .voicePage .right70 .subTitle {
    margin: 0 0 2rem;
    text-align: left;
  }

  /*新施工事例レイアウト*/
  .voicePage .voiceDetail_1 p {
    text-align: center;
  }
  .voiceDetail_8 {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
  }
  .voiceDetail_textArea {
    width: auto;
    margin: 1% 5%;
  }
  .voiceDetail_textArea h4 {
    font-size: 22px;
    margin: 40px auto 20px;
  }
  .voiceDetail_9 {
    width: 100%;
    margin-top: 5%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .voiceDetail_8 img,
  .voiceDetail_9 img {
    width: 500px !important;
  }

  .voicePage .left50 {
    float: left;
    width: 49%;
  }
  .voicePage .right50 {
    float: right;
    width: 49%;
  }
  .voicePage .left50_02 {
    float: left;
    width: 47.15%;
  }
  .voicePage .right50_02 {
    float: right;
    width: 50.7%;
  }
  .voicePage .left50_03 {
    float: left;
    margin: 0;
    width: 47%;
  }
  .voicePage .right50_03 {
    float: right;
    margin: 0;
    width: 51.5%;
  }
  .voicePage .left50_04 {
    float: left;
    margin: 0;
    width: 48.6%;
  }
  .voicePage .right50_04 {
    float: right;
    margin: 0;
    width: 48.6%;
  }
  .voicePage .left32 {
    float: left;
    margin: 0 2% 0 0;
    width: 32%;
  }
  .voicePage .left25 {
    float: left;
    margin: 0 0 0 0;
    width: 25%;
  }
  .voicePage .right75 {
    float: right;
    margin: 0;
    width: 70%;
  }
  .voicePage .left32:last-child {
    margin: 0 0 0 0;
  }
  .mb40 {
    margin-bottom: 40px;
  }
  .mb60 {
    margin-bottom: 60px;
  }
  .mb80 {
    margin-bottom: 80px;
  }
  .voicePage .voiceDetail_7_txt span {
    display: inline-block;
  }
  span.q {
    display: inline-block;
    margin-bottom: 1rem;
  }
  span.q::first-letter {
    color: #2992e3;
  }
  span.a {
    margin: 0 0 4% 0;
    display: inline-block;
  }
  .voicePage.doctor span.a {
    margin: 0;
  }
  span.a::first-letter {
    color: #ff6666;
  }
  .voicePage .tempBanner ul {
    justify-content: center;
  }

  /*
.voicePage .tempBanner ul li a .title .jp::after {
	background:none;
}
*/

  .mb20 {
    margin-bottom: 20px;
  }
  .linkBtn a {
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    background-color: #4c5870;
    padding: 2rem 0;
    width: 50%;
    margin: 0 auto 8%;
  }
  .prof {
    background: #4c5870;
    padding: 2rem;
    margin-bottom: 100px;
    color: #fff;
  }
  .prof .name {
    font-size: 120%;
    margin-bottom: 1rem;
  }
  .prof .career {
    font-size: 100%;
    margin-bottom: 1rem;
  }
  .prof .biog {
    font-size: 80%;
  }
  .new {
    margin-right: 2%;
    color: #de2322;
    font-weight: normal;
  }

  /*coverageへの誘導*/
  .coverageIntro {
    margin: 30px 0 80px;
    padding: 50px;
    text-align: center;
    background: #f6f6f8;
  }
  .coverageIntro h2 {
    font-size: 24px;
  }
  .coverageIntro .en {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 19px;
  }
  .coverageIntro img {
    max-width: 700px;
    margin: 40px auto 0;
  }
  .coverageText {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .linkBtn a {
    width: 470px;
    margin: 50px auto 0;
    display: block;
  }

  /*二世帯へのリンク*/
  .induction {
    max-width: 960px;
    width: 90%;
    margin: 0rem auto 5rem;
    padding: 0;
    border: 1px solid #4c5870;
    display: flex;
    flex-wrap: nowrap;
  }
  .induction .pct {
    width: 50%;
  }
  .induction .pct img {
    width: 100%;
    height: 309px;
    object-fit: cover;
    display: block;
  }
  .induction .inductionInner {
    width: 50%;
    padding: 2.5rem;
    text-align: center;
  }
  .induction .inductionInner h3 {
    font-size: 28px;
    font-weight: 600;
    color: #4c5870;
  }
  .induction .inductionInner .lead {
    margin-top: 2rem;
    font-size: 20px;
    font-weight: 600;
  }
  .induction .inductionInner .text {
    margin-top: 2rem;
    margin-bottom: 1em;
    font-size: 16px;
  }
  .induction a {
    max-width: 260px;
    margin: auto;
    padding: 0.8rem 2rem;
    display: block;
    background-color: #4c5870;
    color: #fff;
    font-size: 16px;
  }
  .induction a:hover {
    opacity: 0.7;
  }

  /*page_link_box*/
  .page_link_box {
    margin: auto auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 8%;
  }
  .page_link_box__wrap {
    width: 50%;
  }
  .page_link_box__wrap a:hover {
    opacity: 0.8;
  }
  .page_link_box__wrap a img {
    width: auto;
  }
  .page_link_box__wrap .text-block {
    background-color: #f6f8f9;
    padding: 5%;
  }
  .page_link_box__wrap .text-block h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .page_link_box__wrap .text-block h2::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon-link-blue.svg) no-repeat left /
      contain;
    height: 17px;
    width: 17px;
    margin-left: 0.5em;
  }
  .page_link_box__wrap .text-block p {
    font-size: 16px;
  }
  .tempBanner2 .attention {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media all and (max-width: 768px) {
  .voicePage .tempPageTitle.voice {
    background-image: url(../images/voice/pct-mv-sp.jpg);
  }
  .voicePage.doctor .tempPageTitle.voice {
    background-image: url(../images/voice/pct-mv_doctor_sp.jpg);
  }
  .voicePage .topText {
    font-size: 15px;
    line-height: 1.6em;
    text-align: center;
    margin-bottom: 2rem;
  }
  .voicePage .topText:last-child {
    margin-bottom: 0;
  }
  #voiceList,
  #voiceList-doctor {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0 auto 40px;
  }
  #voiceList li,
  #voiceList-doctor li {
    width: 50%;
    margin-bottom: 0;
    border-bottom: 2px solid #f3f3f3;
  }
  #voiceList li a,
  #voiceList-doctor li a {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    color: #000;
    width: 100%;
    padding: 1rem 0;
    opacity: 1;
    /*横から伸びる下線*/
    display: inline-block;
    position: relative;
  }
  #voiceList li a::after,
  #voiceList-doctor li a::after {
    margin-bottom: -2px;
    background-color: #4c5870;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform 0.1s;
    width: 100%;
  }
  #voiceList li a:hover,
  #voiceList-doctor li a:hover {
    opacity: 1;
    color: #4c5870;
  }
  #voiceList li a:hover::after {
    transform: scale(1, 1);
  }
  #voiceList li:first-child a,
  #voiceList li:nth-child(3) a {
  }
  #voiceList li:first-child a,
  #voiceList li:nth-child(2) a {
  }
  #voiceList li.selected a,
  #voiceList-doctor li.selected a {
    border-bottom: 2px solid #4c5870;
    margin-bottom: -2px;
    color: #4c5870;
  }
  #voiceList.mt80 {
    margin: 0 auto 40px;
  }
  .voicePage .wrap h2.title {
    font-size: 16px;
    font-weight: bold;
    padding: 2px 15px;
    border-left: 5px solid #4c5870;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .voicePage .indexvoice .wrap {
    padding: 0 20px 30px;
  }
  .voicePage .indexvoice {
    padding: 0 0 12px;
    /*background-color: rgba(76, 88, 112, 0.05);*/
    margin-bottom: 0;
  }
  .voicePage .indexvoice .wrap {
    padding: 0 20px;
  }
  .voicePage .indexvoice .wrap ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 50px 0;
  }
  .voicePage .indexvoice .wrap ul li {
    margin-bottom: 35px;
    width: 46.5% !important;
  }
  .voicePage .indexvoice .wrap ul li a {
    display: block;
    color: #000;
  }
  .voicePage .indexvoice .wrap ul li a:active {
    opacity: 0.7;
  }
  .voicePage .indexvoice .wrap ul li .pct {
    margin-bottom: 14px;
  }
  .voicePage .indexvoice .wrap ul li .pct img {
    width: 100%;
  }
  .voicePage .indexvoice .wrap ul li .caption {
    /*text-align: center;*/
    font-size: 12px;
    line-height: 23px;
    overflow: hidden;
  }
  .voicePage .indexvoice .wrap ul li .caption strong {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .voicePage .indexvoiceDetail {
    text-align: center;
    width: 100%;
    padding: 30px 0 28px;
    border-top: 1px solid #4c5870;
    border-bottom: 1px solid #4c5870;
    margin: 0 auto 40px;
  }
  .voicePage .indexvoiceDetail .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 12px;
  }
  .voicePage .indexvoiceDetail .title span {
    color: #c21010;
  }
  .voicePage .indexvoiceDetail .sub {
    /*text-align: left;*/
    font-size: 19px;
    line-height: 30px;
  }

  /*.voicePage .indexvoiceDetail .sub span {
		color: #C21010;
	}*/

  .voicePage .voiceDetail .wrap {
    margin: 0px auto 0px;
    padding: 0 20px;
  }
  .voicePage .voiceDetail .subTitle {
    margin: 20px auto 20px;
    text-align: center;
    font-size: 18px;
    width: 100%;
  }
  .voicePage .voiceDetail .text {
    margin: 10px auto 20px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .voicePage .voiceDetail img {
    width: 100%;
  }
  .voicePage .voiceDetail_1 {
    width: 100%;
  }
  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7,
  .voicePage .voiceDetail_7_txt {
    width: 98%;
  }
  .voicePage .voiceDetail_2,
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_5,
  .voicePage .voiceDetail_5_w,
  .voicePage .voiceDetail_7 {
    float: none;
    margin: 0 auto;
  }
  .voicePage .voiceDetail_3,
  .voicePage .voiceDetail_4,
  .voicePage .voiceDetail_6,
  .voicePage .voiceDetail_6_n,
  .voicePage .voiceDetail_7_txt {
    float: none;
    margin: 0 auto;
  }

  /*新建築実例レイアウト*/
  .voicePage .voiceDetail_1 p {
    text-align: left;
  }
  .voiceDetail_textArea h4 {
    margin: 5% 5% 0 5%;
    font-size: 18px;
    text-align: center;
  }

  .voicePage span {
    display: inline-block;
  }
  .voicePage span.q {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .voicePage span.q::first-letter {
    color: #2992e3;
  }
  .voicePage span.a {
    margin: 0 0 4% 0;
  }
  .voicePage span.a::first-letter {
    color: #ff6666;
  }

  /*
	.voicePage .tempBanner ul li a .title .jp::after {
		background:none;
	}
*/

  .voicePage .voiceDetail .point {
    font-size: 18px;
    padding: 0px 0 0 20px;
    border-left: 10px solid #61afce;
    margin: 40px auto 20px;
  }
  .mb20 {
    margin-bottom: 40px !important;
  }
  .mbS {
    margin-bottom: 20px;
  }
  .linkBtn a {
    display: block;
    text-align: center;
    line-height: 1;
    color: #fff;
    background-color: #4c5870;
    margin: 0 auto 8%;
    width: 100%;
    font-size: 14px;
    padding: 1.3rem 0;
  }
  .left25 {
    width: 60%;
    margin: 0 auto 25px;
  }
  .prof {
    background: #4c5870;
    padding: 2rem;
    margin-bottom: 100px;
    color: #fff;
  }
  .prof .name {
    font-size: 15px;
    margin-bottom: 1rem;
  }
  .prof .career {
    font-size: 14px;
    margin-bottom: 1rem;
  }

  .prof .biog {
    font-size: 12px;
  }
  .pc {
    display: none;
  }

  /*coverageへの誘導*/
  .coverageIntro {
    margin: 20px 0 40px;
    padding: 40px 20px 10px;
    text-align: center;
    background: #f6f6f8;
  }
  .coverageIntro h2 {
    font-size: 18px;
  }
  .coverageIntro .en {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-style: italic;
    display: block;
    font-size: 13px;
  }
  .coverageIntro img {
    width: 100%;
    margin: 20px auto 0;
  }
  .coverageText {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 1.8em;
  }
  .linkBtn a {
    width: 70%;
    margin: auto;
    padding: 10px 0;
    display: block;
  }

  /*二世帯へのリンク*/
  .induction {
    width: 72%;
    margin: 5rem auto 5rem;
    padding: 0;
    display: block;
    text-align: center;
    border: 1px solid #4c5870;
  }
  .induction .pct {
    width: 100%;
  }
  .induction .pct img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
  }
  .induction .inductionInner {
    width: 100%;
    padding: 2.5rem;
    text-align: center;
  }
  .induction .inductionInner h3 {
    font-size: 90%;
    font-weight: 600;
    color: #4c5870;
  }
  .induction .inductionInner .lead {
    font-size: 80%;
    font-weight: 600;
    line-height: 23px;
    margin-bottom: 4%;
  }
  .induction .inductionInner .text {
    margin-top: 2rem;
    margin-bottom: 1em;
    font-size: 16px;
    line-height: 23px;
  }
  .induction a {
    max-width: 260px;
    margin: auto;
    padding: 0.8rem 2rem;
    display: block;
    background-color: #4c5870;
    color: #fff;
    font-size: 16px;
  }

  /*page_link_box*/
  .page_link_box {
    margin: auto auto 80px;
    display: flex;
  }
  .page_link_box__wrap {
    width: 50%;
    margin: auto auto 40px;
  }
  .page_link_box__wrap a:hover {
    opacity: 0.8;
  }
  .page_link_box__wrap a img {
    width: 100%;
  }
  .page_link_box__wrap .text-block {
    background-color: #f6f8f9;
    padding: 5%;
  }
  .page_link_box__wrap .text-block h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .page_link_box__wrap .text-block h2::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon-link-blue.svg) no-repeat left /
      contain;
    height: 17px;
    width: 17px;
    margin-left: 0.5em;
  }
  .page_link_box__wrap .text-block p {
    font-size: 14px;
  }

  .tempBanner2 .attention {
    margin-top: 5px;
    font-size: 10px;
  }
}

@media all and (max-width: 767px) {
  .induction {
    width: 90%;
    margin: 0rem auto 5rem;
  }
  .induction .inductionInner h3 {
    font-size: 80%;
  }
  .induction .inductionInner .lead {
    margin-top: 2rem;
    font-size: 60%;
    line-height: 1.6;
    font-weight: 600;
  }
  .induction .inductionInner .text {
    margin-top: 2rem;
    margin-bottom: 1em;
    font-size: 47%;
    line-height: 23px;
  }
  .induction a {
    max-width: 260px;
    margin: auto;
    padding: 0.8rem 2rem;
    display: block;
    background-color: #4c5870;
    color: #fff;
    font-size: 16px;
  }

  /*page_link_box*/
  .page_link_box {
    margin: auto auto 0px;
    display: flex;
    flex-direction: column;
  }
  .page_link_box__wrap {
    width: 100%;
    margin-bottom: 40px;
  }
  .page_link_box__wrap a:hover {
    opacity: 0.8;
  }
  .page_link_box__wrap a img {
    width: 100%;
  }
  .page_link_box__wrap .text-block {
    background-color: #f6f8f9;
    padding: 5%;
  }
  .page_link_box__wrap .text-block h2 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 3%;
  }
  .page_link_box__wrap .text-block h2::after {
    content: "";
    display: inline-block;
    background: url(../images/common/icon-link-blue.svg) no-repeat left /
      contain;
    height: 17px;
    width: 17px;
    margin-left: 0.5em;
  }
  .page_link_box__wrap .text-block p {
    font-size: 14px;
  }
  .voicePage .indexvoice .wrap ul li {
    width: 100% !important;
  }
}

.voicePage li.jsInview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*横幅最大値以上のみ改行させる*/
@media (min-width: 1260px) {
  .WideOnlyBr {
    display: block;
  }
}
@media all and (max-width: 1259px) {
  .WideOnlyBr {
    display: none;
  }
}

/**************************************
	2023.09.10 追加　Modal
**************************************/
.voicePage .indexvoice {
  overflow: hidden;
}
.voicePage .indexvoice .wrap ul li .pct a {
  position: relative;
}
.voicePage .indexvoice .wrap ul li .caption strong:after {
  content: "";
  display: inline-block;
  background: url("../images/common/icon-link-blue.svg") no-repeat center /
    contain;
  height: 17px;
  width: 17px;
  margin-left: 0.5em;
}
@media all and (max-width: 768px) {
  .voicePage .indexvoice .wrap ul li .caption strong:after {
    height: 12px;
    width: 12px;
    vertical-align: text-bottom;
  }
}

/*searchTitle*/
.searchTitle {
  text-align: center;
}
.searchTitle__wrap {
  border-top: 1px solid #4c5870;
  border-bottom: 1px solid #4c5870;
  display: inline-block;
  min-width: 662px;
  padding: 30px 0 36px;
}
.searchTitle__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
.searchTitle__title span {
  display: inline-block;
}
.searchTitle__number {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #666;
}
.searchTitle__number p {
  margin-bottom: 0.5em;
}
.searchTitle__number span {
  font-size: 11px;
  line-height: 20px;
  vertical-align: middle;
  background: #ededed;
  display: inline-block;
  margin: 0.3em 0.3em;
  padding: 0 0.6rem;
  cursor: pointer;
}
.searchTitle__number span:hover {
  opacity: 0.7;
}
@media all and (max-width: 768px) {
  .searchTitle__wrap {
    min-width: initial;
    width: calc(100% + 40px);
    margin: 0 -20px;
    padding: 30px 20px;
  }
  .searchTitle__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .searchTitle__number {
    font-size: 12px;
  }
}

/*searchModalbtn*/
.searchModalbtn {
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #4c5870;
  width: 90%;
  max-width: 465px;
  margin: 60px auto 130px;
  padding: 15px;
  cursor: pointer;
  transition: 0.5s ease;
}
.searchModalbtn:hover {
  opacity: 0.7;
}
.searchModalbtn span {
  position: relative;
}
.searchModalbtn span:before,
.searchModalbtn span:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
}
.searchModalbtn span:before {
}
.searchModalbtn span:after {
  transform: translateY(-50%) rotate(90deg);
}
@media all and (max-width: 768px) {
  .searchModalbtn {
    font-size: 15px;
    margin: 30px auto 60px;
  }
}

/*searchModal*/
.searchModal {
  text-align: center;
  background: rgba(76 88 112/0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.3s;
  z-index: 99999;
}
.searchModal.is-active {
  opacity: 1;
  visibility: visible;
}
.searchModal:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.searchModal__wrap {
  max-width: 900px;
  width: 90%;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.searchModal__contents {
  text-align: left;
  background: #fff;
  margin-top: -1px;
  padding: 30px 40px 40px;
  position: relative;
  z-index: 1;
}
.searchModal__content {
  text-align: center;
  display: none;
}
.searchModal__content.is-active {
  display: block;
}
.searchModal__content .e-element {
  margin-bottom: 30px;
}
.searchModal__content .e-element p {
  font-size: 22px;
  font-weight: bold;
  color: #4c5870;
  text-align: left;
  letter-spacing: 0.05em;
  line-height: 30px;
  border-left: 10px solid #4c5870;
  margin-bottom: 35px;
  padding-left: 32px;
  position: relative;
}
.searchModal__content .e-element p:after {
  content: "";
  display: block;
  height: 1px;
  background: #ddd;
  width: calc(100% + 10px);
  margin-top: 15px;
  position: absolute;
  left: -10px;
}
.searchModal__content .e-element ul {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: start !important;
  margin: 0 -10px !important;
}
.searchModal__content.s2 .e-element ul {
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
.searchModal__content .e-element ul:after {
  display: none !important;
}
.searchModal__content .e-element ul > * {
  width: calc(33.3% - 20px) !important;
  margin: 0px 10px 15px !important;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #4c5870;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #4c5870;
  padding: 0.5em 0;
  cursor: pointer;
  transition: 0.3s;
}
.searchModal__content.s2 .e-element ul > * {
  /*	width: auto!important;*/
  padding: 0.5em 1.5em;
}
.searchModal__content.s2 .e-element ul > *:before {
  content: "#";
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.25em;
}
/*.searchModal__content .e-element ul > *:hover,*/
.searchModal__content .e-element ul > *.select {
  color: #fff;
  background: #4c5870;
}

/*Modal ＞ Special Content内のアイコン*/
.youtubeIcon {
  width: 24px;
  margin-left: 10px;
}
.voiceIcon {
  width: 34px;
  margin-left: 10px;
}

.searchModal__btn {
  color: #4c5870;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  background: #ddd url(/_assets/images/common/icon-link-white.svg) no-repeat
    center right 5% / 18px 18px;
  width: 80%;
  margin: 40px auto 0;
  padding: 10px 0;
  cursor: pointer;
  transition: 0.3s;
}
.searchModal__btn:hover {
  opacity: 0.7;
}
.searchModal__btn span {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 12px;
  display: block;
  margin-top: 0.25em;
  opacity: 0.5;
}
.searchModal__note {
  font-size: 13px;
  margin-top: 10px;
}
.searchModal__menu {
  display: flex !important;
  flex-wrap: nowrap !important;
  margin: 0 !important;
  align-items: end;
  overflow: hidden;
}
.searchModal__menu:after {
  display: none !important;
}
.searchModal__menu > * {
  color: #fff !important;
  background: #4c5870 !important;
  width: calc(100% / 2) !important;
  margin: 0 !important;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 45px;
  height: 65px;
  cursor: pointer;
  transition: 0.3s;
  position: relative;
  top: 20px;
}
.searchModal__menu > *:hover {
  height: 65px;
  line-height: 65px;
  top: 0;
}
.searchModal__menu > *.is-active {
  color: #4c5870 !important;
  line-height: 65px;
  cursor: unset;
  background: linear-gradient(
    180deg,
    #4c5870 0%,
    #4c5870 7px,
    #fff 8px,
    #fff 100%
  ) !important;
  top: 0;
}
.searchModal__menu > *.is-active:hover {
  opacity: 1;
}
.searchModal__menu span {
  position: relative;
}
.searchModal__menu span:after {
  content: "";
  display: inline-block;
  background: url(/_assets/images/common/icon-link-blue.svg) no-repeat center /
    100%;
  width: 18px;
  height: 18px;
  position: relative;
  top: 0.15em;
  margin-left: 0.85em;
}
.searchModal__menu .is-active span:after {
  transform: rotate(90deg);
}
.searchModal__close {
  height: 50px;
  width: 50px;
  background: #4c5870;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
  transition: 0.5s ease;
  z-index: 1;
}
.searchModal__close:hover {
  opacity: 0.7;
}
.searchModal__close span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}
.searchModal__close span:before,
.searchModal__close span:after {
  content: "";
  display: block;
  height: 1px;
  width: 25px;
  background-color: #fff;
  position: absolute;
}
.searchModal__close span:before {
  transform: rotate(45deg);
}
.searchModal__close span:after {
  transform: rotate(-45deg);
}
@media all and (max-width: 768px) {
  .searchModal {
  }
  .searchModal__wrap {
    width: calc(100% - 40px);
    position: relative;
    top: 80px;
    left: 0;
    transform: translate(0, 0);
  }
  .searchModal__contents {
    padding: 20px 20px 20px;
  }
  .searchModal__content .e-element {
    margin-bottom: 20px;
  }
  .searchModal__content .e-element p {
    font-size: 16px;
    line-height: 26px;
    border-left: 5px solid #4c5870;
    margin-bottom: 25px;
    padding-left: 15px;
  }
  .searchModal__content .e-element p:after {
    margin-top: 10px;
    left: -5px;
    width: calc(100% + 5px);
  }
  .searchModal__content .e-element ul {
    margin: 0 -5px !important;
  }
  .searchModal__content.s2 .e-element ul {
    white-space: initial;
  }
  .searchModal__content .e-element ul > * {
    font-size: 12px;
    width: calc(33.3% - 10px) !important;
    margin: 0px 5px 10px !important;
  }
  .searchModal__content.s2 .e-element ul > * {
    padding: 0.5em;
  }
  .searchModal__content.s2 .e-element ul > *:before {
    margin-right: 0.15em;
  }

  /*モーダル内のボタンを2列に*/
  .voicePage .indexvoice .wrap .searchModal__content .e-element ul li {
    width: 46.5% !important;
  }

  /*Modal ＞ Special Content内のアイコン*/
  .youtubeIcon {
    width: 20px;
    margin-left: 5px;
  }
  .voiceIcon {
    width: 30px;
    margin-left: 5px;
  }

  .searchModal__btn {
    font-size: 15px;
    background-size: 17px 17px;
    width: 90%;
    margin-top: 30px;
    padding: 8px 0;
  }
  .searchModal__btn span {
    font-size: 10px;
  }
  .searchModal__note {
    font-size: 11px;
  }
  .searchModal__menu > * {
    width: 60% !important;
    font-size: 13px;
    height: 50px;
    line-height: 30px;
  }
  .searchModal__menu > *:hover {
    height: 50px;
    line-height: 50px;
  }
  .searchModal__menu > *.is-active {
    line-height: 57px;
  }
  .searchModal__menu li:last-child {
    width: 40% !important;
  }
  .searchModal__menu span {
  }
  .searchModal__menu span:after {
    width: 17px;
    height: 17px;
    top: 0.25em;
    margin-left: 0.5em;
  }

  .voicePage .indexvoice .wrap ul li.m_s1,
  .voicePage .indexvoice .wrap ul li.m_s2 {
    width: 50% !important;
  }

  .searchModal__close {
    height: 40px;
    width: 40px;
    right: 20px;
    top: 10px;
  }
  .searchModal__close span {
    width: 40px;
    height: 40px;
  }
}

/*searchList*/
.searchList__btn {
  color: #4c5870;
  font-size: 18px;
  text-align: center;
  background: #fff;
  border: 1px solid #4c5870;
  padding: 14px 0;
  cursor: pointer;
  transition: 0.5s ease;
}
.searchList__btn:hover {
  color: #fff;
  background: #4c5870;
}
.searchList__btn span {
  position: relative;
}
.searchList__btn span:before {
  content: "";
  display: inline-block;
  background: url(/_assets/images/common/icon-link-blue.svg) no-repeat center /
    100%;
  width: 18px;
  height: 18px;
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}
.searchList__btn:hover span:before {
  background-image: url(/_assets/images/common/icon-link-white.svg);
}
@media all and (max-width: 768px) {
  .searchList__btn {
    font-size: 16px;
    padding: 10px 0 12px;
  }
  .searchList__btn span:before {
    width: 17px;
    height: 17px;
  }
}

/*searchTag*/
.searchTag {
  background: rgba(76, 88, 112, 0.05);
  width: 99.5vw;
  margin: 0 calc(50% - 50vw) 80px;
  padding: 60px 0 70px;
}
.voiceDetail .searchTag {
  margin-top: 130px;
  margin-bottom: 0;
}
.searchTag__wrap {
  max-width: 1236px;
  margin: 0 auto;
  padding: 0 40px;
}
.searchTag p {
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
}

.searchTaglist {
  margin: 10px auto 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: left !important;
  gap: 8px 2%;
}
.searchTag .searchTaglist {
  justify-content: center !important;
  gap: 15px 1%;
}
.searchTag .searchTaglist:after {
  display: none !important;
}
.searchTag .searchTaglist > * {
  width: auto !important;
  margin: 0 !important;
}
.searchTaglist a {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo,
    "sans-serif";
  font-size: 11px;
  color: #666 !important;
  line-height: 28px;
  text-align: center;
  display: block;
  background: #ededed;
  padding: 0 0.6rem;
  cursor: pointer;
}
.searchTaglist a:before {
  content: "#";
  display: inline-block;
  vertical-align: middle;
}
@media all and (max-width: 768px) {
  .searchTag {
    margin-bottom: 5rem;
    padding: 40px 0;
  }
  .voiceDetail .searchTag {
    margin-top: 40px;
    margin-bottom: 5rem;
  }
  .searchTag__wrap {
    padding: 0 20px;
  }
  .searchTag p {
    font-size: 20px;
    margin-bottom: 25px;
  }
  .searchTag .searchTaglist {
    gap: 10px 1%;
  }

  /*  2024/09/30追加*/
  .voicePage .indexvoice .wrap ul.searchTaglist li {
    width: auto !important;
  }
}

.indexvoice .nodata {
  text-align: center;
  margin-bottom: 120px;
  font-size: 16px;
}
.data_list .pct img {
  display: none;
}

/*＝＝＝＝人気記事の箇所＝＝＝＝*/

#popular {
  margin-top: 50px;
  padding-bottom: 0;
}

.voicePage #popular .wrap h2.title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 12px;
  border-left: none;
}

#popular.default .popular04 {
  display: none;
}

#popular.no01 .popular01 {
  display: none;
}

#popular.no02 .popular02 {
  display: none;
}

#popular.no03 .popular03 {
  display: none;
}

@media all and (max-width: 768px) {
  #popular {
    margin-bottom: 30px;
  }

  .voicePage #popular .indexvoiceDetail {
    padding: 25px 0 28px;
  }

  .voicePage #popular .wrap h2.title {
    font-size: 19px;
  }

  .voicePage #popular .indexvoiceDetail .sub {
    font-size: 16px;
    line-height: 1;
  }
}

/*#タグにアイコン追加*/
/*ALL*/

/*YouTube・Roomtourのアイコン*/
.roomTour {
  display: inline-block;
}
.roomTour:after {
  width: 20px;
  height: 15px;
  margin: -1px 5px 0 5px;
  content: "";
  background: url("../images/common/youtube.svg") no-repeat 50% 50%;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

/*吹き出しのアイコン*/
.bubble {
  display: inline-block;
}
.bubble:after {
  width: 30px;
  height: 20px;
  margin: -2px 5px 0 5px;
  content: "";
  background: url("../images/common/bubble.png") no-repeat 50% 50%;
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
}

/*------------------------
movieBox　style.cssの打ち消し
-----------------------*/
.movieBox {
  margin-top: 80px;
}

@media all and (max-width: 768px) {
  .movieBox {
    margin-top: 40px;
  }
}

/*------------------------
introduction
-----------------------*/
.searchModalbtn {
  margin: 60px auto 100px;
}
.introduction {
  max-width: 800px;
  margin: 100px auto;
}
.seo__title {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  .seo__title {
    font-size: 18px;
    line-height: 1.6;
  }
  .searchModalbtn {
    margin: 30px auto 60px;
  }
  .introduction {
    margin: 0 0 40px 0px;
    font-size: 12px;
  }
}
