@charset "utf-8";
/*
Theme Name: niyaniwaWebSite
Theme URI:
Author: adamant
Author URI:
Description:
Version: 1.0
License:GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gp1-2.html
*/
/*------------------------------------*/
/*--------------------------------------
共通-----------------------------------*/
body {
  font-size: 16px;
  /*font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;*/
  font-family: "Zen Maru Gothic", verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  line-height: 1.7;
  background: transparent;
  height: 100%;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  width: 100%;
  position: relative;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
li {
  list-style-type: none;
}
.check {
  border: 1px solid red;
}
.imgCenter {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width:750px) {
	.imgCenter {
		width:78%;
	}
}
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}
p {
  text-align: justify;
}
.reset {
  padding: 0;
  margin: 0;
}
.mgt15 {
  margin-top: 15px;
}
.prl {
  position: relative;
}
.wrapper {
  overflow-x: hidden;
}
.att-info {
  border: 2px solid #eac2e8;
  width: 90%;
  margin: 30px auto;
  clear: both;
}
.att-info dt {
  background: #eac2e8;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.att-info dd {
  padding: 10px;
}

/* pc */
@media screen and (min-width: 768px) {
  h2 {
    margin-bottom: 50px;
    border-top: 5px solid #ccc;
  }
  .social_sp {
    text-align: center;
    margin: 50px 0;
  }
  .social_sp a {
    display: inline-block;
  }
  .social_sp a:first-child {
    margin-right: 10px;
  }
  .social_sp img {
    width: 70%;
  }
  .header_tel {
    font-size: 24px;
    font-weight: bold;
    text-align: right;
  }
  .midashi {
    margin-bottom: 16px;
  }
  .footer_phone {
    font-size: 1.5em;
    padding: 0 5px;
    color: #fff;
  }
  .footer_moshikomi {
    text-align: center;
    margin: 20px 0;
  }
  .footer_moshikomi span {
    font-size: 1.3em;
    padding: 20px 60px;
    background-color: #cc66ff;
    color: #fff;
    border: 5px solid #fff;
  }
  .footer_moshikomi_img {
    margin-top: -7px;
    padding-right: 10px;
  }
  .footer_company_detail {
    padding: 30px 0;
  }
  .footer_company_detail p {
    text-align: center;
    font-size: 14px;
    color: #777;
  }

  .fadethis_short {
    width: 42%;
    float: left;
  }
  .fadethis_long {
    width: 58%;
    float: left;
  }
  .fadethis_short_sec {
    width: 33%;
    float: left;
  }
  .fadethis_long_sec {
    width: 67%;
    float: left;
  }
  .fadethis_padr {
    padding-right: 5%;
  }
  .fadethis_padl {
    padding-left: 5%;
  }
  .width70_pc {
    width: 70%;
  }
  /*--------------------------------------
共通-pc-----------------------------------*/
  .reset_pc {
    padding: 0;
    margin: 0;
  }
  .justSp {
    display: none;
  }
  .img100_pc {
    width: 100%;
    height: auto;
  }
  .mgt15_pc {
    margin-top: 15px;
  }
  .prl_pc {
    position: relative;
  }
  .mgb70_pc {
    margin-bottom: 70px;
  }
  .fs24_pc {
    font-size: 24px;
  }
  .fwb_pc {
    font-weight: bold;
  }
  .tac_pc {
    text-align: center;
  }
  /*--------------------------------------
header-pc-----------------------------------*/
  header {
    margin-bottom: 50px;
  }
  .header_top {
    margin-top: 20px;
    height: 140px;
  }
  .header_bottom img {
    margin: 0 auto;
    text-align: center;
  }
  .header_bottom {
    position: relative;
    /*height:600px;*/
  }
  nav {
    float: right !important;
  }
  nav ul {
    margin: 0;
    padding: 0;
    text-align: center;
  }
  nav li {
    margin-bottom: 20px;
  }
  nav li a:hover {
    color: #e3aacd;
  }
  .leftButtonImg {
    position: fixed;
    min-height: 30px;
    left: 4%;
  }
  .topLeft img {
    display: block;
    margin: 0 auto;
    width: 35px;
  }
  .topLeft p {
    writing-mode: vertical-rl;
    margin: 10px auto;
    font-size: 24px;
    -ms-writing-mode: tb-rl; /* for MS IE8+ */
    min-height: 150px;
  }
  .topLeft p:hover {
    color: #00b050;
  }
  .topRight ul {
    margin-top: 10px;
    position: fixed;
    zoom: 1;
    /* right:10px; */
  }
  .topMiddle {
    margin-top: -85px;
    position: relative;
  }
  .topMiddle.with_img:after {
    position: absolute;
    content: url(img/top/sliderArrow_pc.png);
    width: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -50px;
  }
  .topMiddle p {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    top: 40%;
    color: #fff;
    font-size: 36px;
    z-index: 100;
    text-align: center;
  }
  .topMiddle_archive {
    overflow: hidden;
    margin-top: -85px;
  }
  .interviewPage__movie {
    margin-top: 80px !important;
    padding: 0 120px;
  }
  .interviewPage__text {
    margin-top: 0px !important;
  }
  .interview-concept {
    padding: 0 15px !important;
  }
  .interview-title {
    margin-bottom: 0;
  }
  .topMiddle_archiveDiv img {
    width: 100%;
    height: auto;
  }
  .topMiddle_archive div {
    overflow: hidden;
  }
  .topMiddle_front {
    margin-top: -85px;
    position: relative;
    z-index: 0; /* 6/1 okamoto edit */
  }
  .sliderPic {
    position: absolute;
    top: 0;
    left: 0;
  }
  .topMiddle_archive p {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
  }
  .topMiddle_archive .setsumei p {
    font-weight: normal;
  }
  .topMiddle_archive .setsumei ul {
    text-align: left;
  }
  .logo {
    position: absolute;
    z-index: 1000000000;
    top: 10px;
    width: 200px;
  }
  .tel {
    margin-top: 10px;
  }
  .topLinkColor {
    color: #e3aacd;
  }
  .top_small_text {
    text-align: left;
    margin-top: 10px;
    padding-left: 25%;
    font-size: 12px;
  }
  /*--------------------------------------
footer-pc-----------------------------------*/
  .houseBack {
    background-color: #d4e3d5;
    padding-top: 30px;
  }
  .footerText {
    color: #777;
    text-align: center;
    padding: 20px;
    font-size: 18px;
  }
  .footerBottom {
    margin-top: 1px;
    background-color: #b5cfbe;
  }
  .footerText_sec {
    color: #fff;
    text-align: center;
    padding: 20px;
	  padding-bottom: 0;
    font-size: 11px;
    margin: 0;
    letter-spacing: 0.2em;
  }
  /*くるんと回転させる*/
  .button {
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300px;
    /*追記*/
    width: 350px;
    margin: 0 auto 15px;
    display: block;
    height: 60px;
  }
  .button span {
    display: block;
    position: absolute;
    width: 350px;
    height: auto;
    text-align: center;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: 1.1em;
  }
  .button span:nth-child(1) {
    color: #f8c4e7;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
    opacity: 0;
    background-color: #fff;
    border: 1px solid #f8c4e7;
  }
  .button span:nth-child(2) {
    color: #fff;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
    background-color: #f8c4e7;
    border: 1px solid #fff;
  }
  .button:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  .button:hover span:nth-child(2) {
    /*background-color: #fff;*/
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
  .niyaniwa_front_content > div.third .button span img {
    width: 100%;
    padding: 0;
  }
  @media screen and (min-width: 1341px) {
    .modelhouse_zone {
      position: absolute;
      bottom: 0;
      right: 0;
    }
  }
  @media screen and (min-width: 768px) and (max-width: 1340px) {
    .modelhouse_zone {
      margin-top: 50px;
    }
  }
  /*くるんと回転させるここまで*/
  /*--------------------------------------
contents-pc-----------------------------------*/

  .modelhouse_zone p {
    text-align: center;
  }
  .modelhouse_zone p span {
    font-size: 1.2em;
    font-weight: bold;
    display: inline-block;
    line-height: 1em;
    margin: 0 10px;
  }
  #content section {
    margin-bottom: 50px;
  }
  .kazari {
    position: absolute;
    top: 0;
    right: 0;
  }
  .kazari_sec {
    position: absolute;
    top: 10%;
    right: 0;
  }
  .frontText {
    font-size: 24px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro";
  }
  .middleText {
    display: none;
  }
  .middleText_a {
    background-color: #e3a9ce;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  .middleText_a p {
    text-align: center;
    font-size: 24px;
    margin: 0;
  }
  /*	.middleText_a p:first-child{
                    margin-bottom:30px;
                    font-size:24px;
            }*/
  .social {
    background-color: #f6f7f8;
    padding: 70px 0;
  }
  .instaTitle {
    margin-bottom: 30px;
    width: 100%;
  }
  .instagram .image {
    width: 32.3%;
    margin-right: 1%;
    float: left;
    text-align: center;
    margin-bottom: 1%;
  }
  .instaContents div:last-child {
    margin: 0;
  }
  .instaContents img {
    width: 100%;
  }
  .fb_iframe_widget iframe,
  .fb_iframe_widget span,
  .fb_iframe_widget {
    width: 100% !important;
  }
  .more {
    display: block;
    margin: 50px auto 0;
  }
  .toNext {
    padding: 60px;
    display: block;
    margin: 0 auto 0;
  }
  .toTop {
    float: right;
    padding-right: 8.3%;
  }
  .sliderArrow {
    position: absolute;
    width: 80px;
    bottom: 40px;
    right: 0;
    left: 0;
    z-index: 10000000;
  }
  .sliderBottom {
    /*margin-top:40px;*/
  }
  .facebook iframe {
    width: 100% !important;
  }
  .blog_banner {
    margin-top: 30px;
  }
  /* ******************** move-slide *********************/

  #move-slider {
    margin-top: 10px !important;
    padding: 20px 0;
  }

  .moveSwiper {
    height: 300px !important;
    margin-left: 0 !important;
  }
  @media screen and (max-width: 700px) {
    .moveSwiper {
      height: 200px;
    }
  }

  .move-swiper-wrapper {
    transition-timing-function: linear !important;
    height: 300px !important;
  }
  @media screen and (max-width: 700px) {
    .move-swiper-wrapper {
      height: 200px;
    }
  }

  .move__swiper-slide {
    width: 390px !important;
  }
  @media screen and (max-width: 700px) {
    .move__swiper-slide {
      width: 350px !important;
    }
  }
  .move__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slideImage_sp {
    display: none;
  }
  /*--------------------------------------
work一覧-pc-----------------------------------*/
  .workListDiv {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .workListDiv:nth-child(3n + 1) {
    clear: left;
  }
  .workListDiv:first-child {
    float: left;
  }
  .workListDiv div {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .workListDiv a {
    display: block;
  }
  .workListDiv img {
    width: 100%;
    height: auto;
  }
  .work-container {
    display: block;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    position: relative;
  }
  .work-container:hover .fwb_pc {
    opacity: 0.7;
  }

  .work-container:hover .work-item__img img {
    /* //親要素をホバーした時に子要素の画像を拡大する! */
    transition: all 0.3s ease 0s;
    transform: scale(1.03);
    opacity: 0.7;
  }
  .work-item__img {
    overflow: hidden;
    /* 画像を拡大された時に枠（width,hight）からはみ出さないようにする! */
    width: 100%;
    max-height: 240px;
  }
  .workThumbnail {
    height: auto !important;
  }
  .workListDiv p {
    text-align: center;
  }
  .pageLink {
    text-align: center;
  }
  .pageLink li {
    display: inline-block;
    padding: 10px;
  }
  .pageLinkLeft {
    margin-right: 40px;
  }
  .pageLinkRight {
    margin-left: 40px;
  }
  .current {
    color: #d4e3d5;
  }
  .city-btn__container {
    /* display: block !important; */
  }
  .workLink-btn {
    display: block;
    border: 1px solid #b9d2c2;
    border-radius: 20px;
    width: 153px;
    margin: 0 auto 0 !important;
    height: 30px;
    text-align: center;
    float: none !important;
    padding: 0 !important;
  }
  .workLink-btn :hover {
    transition: all 0.3s ease 0s;
    background-color: #b9d2c2;
    color: #fff;
  }
  .workLink-btn p {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 30px;
    margin-top: 0 !important;
    font-weight: normal !important;
  }
  .workLink-btn__interviewPage {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    width: 280px;
    height: 50px;
  }
  .workLink-btn__interviewPage p {
    font-size: 20px;
    line-height: 50px;
  }
  /*--------------------------------------
work詳細-pc-----------------------------------*/

  /* 【NEW_2024.4月】トップタイトルのcss */
  .single__topTitle {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* 【NEW_2024.4月】トップテキストエリアのcss */
  .single__top-textarea {
    background-color: #ebebeb;
    margin-top: 40px;
    padding-top: 45px;
    padding-bottom: 45px;
    padding-left: 15%;
  }
  .single__top-textarea__text {
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 17px !important;
    line-height: calc(29 / 17);
    color: #000;
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",
      "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  }

  /* 【NEW_2024.4月】投稿コンテンツのcss */
  .single-content__wrapper {
    margin-top: 42px;
  }

  .single-content__container {
    max-width: 768px;
    margin: 0 auto;
  }

  /* 【NEW_2024.4月】投稿imageのcss */
  .single-content__image {
    max-width: 100%;
    max-height: 576px;
    aspect-ratio: 768 / 576;
  }
  .single-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 【NEW_2024.4月】投稿見出しのcss */
  .single-content__heading {
    margin-top: 17px;
    padding-left: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    width: 100%;
  }
  .single-content__heading__text {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  }

  /* 【NEW_2024.4月】投稿テキストエリアのcss */
  .single-content__text {
    margin-top: 17px;
    padding: 0 8px !important;
  }
  .single-content__text p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 19px;
    font-weight: 300;
    text-align: left;
  }

  /* top-sliderのCSS */
  .top-visual-itemFig {
    /* width: 100%;
    height: auto;
    padding-bottom: 10px; */
    width: 100%;
    height: 0;
    padding-top: 50%;
    background-color: #e4e4e4;
    overflow: hidden;
    position: relative;
  }
  .top-visual-itemFig img {
    /* width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover; */
    padding: 5px;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
  }
  .top-visual-container {
    position: relative !important;
    height: auto;
  }
  .swiper-pagination {
    position: absolute;
    bottom: -3px !important;
  }
  .swiper-pagination-bullet {
    background-color: #b5cdc0 !important;
  }
  .swiper-button-prev {
    transform: translateY(-20%);
  }
  .swiper-button-next {
    transform: translateY(-20%);
  }
  .swiper-button-prev::after {
    color: #fff !important;
  }
  .swiper-button-next::after {
    color: #fff !important;
  }
  /* <!-- ***************  サムネイル表示-pc  **************** --> */
  .service-swiper__thumbnail .swiper-slide img {
    width: 100%;
    aspect-ratio: 350/230;
    object-fit: cover;
  }

  .service-swiper__thumbnail {
    margin-top: 5px;
  }

  .service-swiper__thumbnail .swiper-wrapper {
    padding: 0 20px;
  }
  .service-swiper__thumbnail .swiper-slide {
    cursor: pointer;
  }

  .service-swiper__thumbnail .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0.6;
    background-color: transparent;
  }

  .service-swiper__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
    background-color: rgba(255, 255, 255);
    opacity: 0.6;
  }

  /* youtube-linkのCSS */
  .youtube-iframe__wrap {
    max-width: 560px;
    margin: 0 auto;
  }
  .youtube-iframe__container {
    padding-top: calc(315 / 560 * 100%);
    position: relative;
  }
  .youtube-iframe__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }
  .youtube-iframe__wrap--interviewPage {
    max-width: 1000px;
    margin: 0 auto;
  }
  .city-name__interviewPage {
    margin-top: 0 !important;
    font-weight: normal !important;
  }
  .workThumbnail__interview {
    padding: 0;
  }
  /*--------------------------------------
event一覧-pc-----------------------------------*/
  .event_eachList,
  .event_eachList_tate {
    position: relative;
    width: 24%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .event_eachList_yoko,
  .event_eachList_last {
    position: relative;
    width: 49%;
    float: left;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .event_eachList a,
  .event_eachList_tate a,
  .event_eachList_yoko a,
  .event_eachList_last a {
    display: block;
  }
  .event_eachPic {
    width: 100%;
  }
  .event_eachPic_tate {
    height: 100%;
  }
  .event_eachText {
    position: absolute;
    bottom: 0;
    background-color: #fff;
    opacity: 0.8;
    width: 100%;
    padding-left: 10px;
  }
  .event_eachText p {
    font-weight: bold;
  }
  .new {
    position: absolute;
    top: 20px;
    left: 20px;
  }
  .event_date {
    color: #71a88b;
    margin: 0;
  }
  .event_eachPicDiv img {
    width: 100%;
    height: auto;
  }
  /*--------------------------------------
event詳細-pc-----------------------------------*/
  .header_top h1 {
    text-align: left;
    background-color: #b5cfbe;
    padding: 20px 20px 20px 160px;
    color: #fff;
    font-size: 24px;
    margin: 50px auto 0;
    width: 81%;
  }
  .eventSingleTopLeft {
    float: left;
    width: 57%;
    margin-right: 3%;
    margin-top: 20px;
  }
  .eventSingleTopRight {
    width: 40%;
    float: left;
    margin-top: 20px;
  }
  .eventSingleTopRightMiddle {
    margin: 30px 0;
  }
  .eventSingleTopRightMiddle div {
    width: 48%;
    margin-right: 2%;
    float: left;
    overflow: hidden;
  }
  .eventSingleTopRightMiddle div img {
    width: 100%;
    height: auto;
  }
  .eventSingleTopLeft img {
    width: 100%;
    height: auto;
  }
  .eventSingleTitle {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .descriptionTitle {
    width: 40%;
    display: block;
    float: left;
  }
  .eventSingleTopRightBottom {
    border-top: 1px solid #98948f;
  }
  .eventSingleTopRightBottom p {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px dotted #98948f;
  }
  .descriptionContents {
    width: 60%;
    display: block;
    float: right;
  }
  /*--------------------------------------
performance-pc-----------------------------------*/
  .number {
    margin: 20px auto;
  }
  .explanation {
    margin-top: 20px;
  }
  .explanationTitle {
    text-align: center;
    color: #ff77a7;
    border-bottom: 1px dotted #74706b;
    padding-bottom: 10px;
  }
  .performance_three {
    background-image: url("img/performance/back_pc.png");
    background-size: cover;
  }
  .performance img {
    margin-bottom: 50px;
  }
  /*--------------------------------------
exterior-pc-----------------------------------*/
  .exterior_bottom_text {
    text-align: center;
  }
  .exterior_bottom_text_span {
    border-bottom: 2px solid #ffd3e3;
    padding-bottom: 5px;
  }
  /*--------------------------------------
contact-pc-----------------------------------*/
  form {
    /*font-size:14px;*/
  }
  form label {
    text-align: right;
  }
  .contact_margin_minus {
    margin-top: -115px;
    font-size: 14px;
  }
  .contact_tel_zone {
    position: absolute;
    top: -200px;
    right: 0;
    background-color: #006618;
    color: #fff;
    padding: 10px;
  }
  .contact_tel_zone p {
    margin-bottom: 0;
    text-align: right;
  }
  .contact_tel_zone p img {
    display: inline-block;
    width: 30px;
    margin-right: 10px;
  }
  .contact_tel_zone p span {
    text-align: right;
    display: inline-block;
    font-size: 1.15em;
  }
  .contact_tel_zone a {
    color: #fff;
    font-size: 1.15em;
  }
  .contact_top_bar {
    padding-left: 40px;
    margin-bottom: 30px;
  }
  .contact_left {
    width: 50%;
    float: left;
  }
  .contact_right {
    width: 50%;
    float: left;
  }
  .contact_pre {
    /*padding:30px 0 30px 135px;*/
    padding-left: 40px;
  }
  form .syubetu {
    text-align: left;
    padding-left: 40px;
  }
  .eachContactForm {
    margin-bottom: 10px;
  }
  .eachContactForm label {
    text-align: right;
  }
  .checkArea span {
    margin: 10px 10px 10px 0;
  }
  .inputArea {
    width: 100%;
    padding-left: 10px;
  }
  .inputArea_short {
    width: 50%;
    padding-left: 10px;
  }
  label span {
    color: #ffa4b2;
  }
  textarea {
    width: 100%;
    padding-left: 10px;
  }
  .yakkan {
    padding: 150px;
    position: absolute;
    z-index: 1000000000000000;
    background-color: #000;
    color: #fff;
    opacity: 0.9;
    display: none;
  }
  .yakkan_close {
    text-align: right;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .note {
    text-align: center;
    color: #f5c2e5;
    text-decoration: underline;
    cursor: pointer;
    width: 65%;
    margin-left: auto;
    margin-bottom: 10px;
  }
  button,
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    background-color: #009900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 100px;
  }
  .confirm_button {
    width: 50%;
    float: right;
    padding-right: 7%;
    margin-top: 40px;
  }
  .confirm_button input[type="button"],
  .confirm_button input[type="reset"],
  .confirm_button input[type="submit"] {
    background-color: #009900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 47%;
    margin-left: auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .eachContactForm label {
    text-align: right;
  }
  ol li {
    list-style-type: decimal;
  }
  .err-red {
    color: #ffa4b2;
  }
  .radioOriginal span {
    margin-right: 20px;
    margin-left: 5px;
  }
  .marginLeft5 {
    margin-left: 5px;
  }
  .marginRight5 {
    margin-right: 5px;
  }
  .confirm_left,
  .confirm_right {
    padding-top: 50px;
  }
  .confirm_left .eachContactForm,
  .confirm_right .eachContactForm {
    display: table;
    width: 100%;
    margin-bottom: 5px;
  }
  .confirm_left label,
  .confirm_right label {
    background-color: #009900;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    display: table-cell;
    width: 35%;
    vertical-align: middle;
    /*line-height:4em;*/
    padding: 20px 0;
  }
  .confirm_left p,
  .confirm_right p {
    margin-bottom: 0;
    display: table-cell;
    width: 65%;
    padding-left: 10px;
    vertical-align: middle;
    word-break: break-all;
  }

  /*--------------------------------------
company-pc-----------------------------------*/
  .company-topImg {
    max-height: 700px;
    object-fit: cover;
  }
  .company_contents {
    width: 75%;
    margin: 0 auto;
    border-top: 3px solid #d4e3d5;
    padding: 30px;
    font-weight: bold;
  }
  .company_title {
    text-align: right;
  }
  .company_each_content {
    padding-bottom: 30px;
  }
  .company_each_content span {
    display: block;
    float: left;
  }
  .company_each_content_left {
    width: 30%;
  }
  .company_each_content_right {
    width: 70%;
  }
  .map iframe {
    width: 100%;
  }
  .send_button {
    text-align: center;
  }
  .send_button button {
    background-color: #000;
    color: #fff;
    width: 65%;
    display: block;
    padding: 10px 0;
    margin-left: auto;
    border: 0;
    border-radius: 5px;
  }
  .company_each_content .tejijyo {
    float: none;
  }
  /*featureのページ*/
  .feature_midashi {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #604a7b;
    font-weight: bold;
  }
  .feature_with_background .feature_midashi {
    color: #fff;
  }
  .feature_midashi span {
    font-size: 32px;
  }
  .feature_midashi span span {
    padding: 0 10px;
  }
  .feature_article {
    border: 1px solid #aaa;
    padding: 15px;
    margin-bottom: 50px;
  }
  .feature_with_background {
    background-image: url("img/feature/back_pc.png");
    background-size: cover;
    padding-top: 50px;
    margin-top: -50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .feature_with_background .feature_article {
    background-color: #fff;
  }
  .feature_article .komidashi {
    text-align: center;
    border-bottom: 3px solid #e3aacd;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .feature_article_content {
    padding: 10px;
  }
  .feature_article_content p span {
    font-weight: bold;
  }
  .feature_article_content p span.hidden-xs {
    font-weight: normal;
  }
  .feature_article_content ul {
    padding: 0;
  }
  .feature_article_content ul li {
    position: relative;
  }
  .feature_article_content ul li span {
    padding-left: 15px;
  }
  .feature_article_content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e3aacd;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 40%;
  }
  .feature_article_content p:last-child {
    margin-bottom: 30px;
  }
  .feature_article_content div {
    margin-bottom: 30px;
  }
  .feature_article_content div p.center {
    text-align: center;
  }
  .number_list {
    margin-bottom: 0;
  }
  .niyaniwa_front_content > div {
    margin-bottom: 50px;
  }
  .niyaniwa_front_content > div.top img,
  .niyaniwa_front_content > div.third img {
    width: 50%;
    float: right;
    padding-left: 5%;
  }
  .niyaniwa_front_content > div.second img {
    width: 50%;
    float: left;
    padding-right: 5%;
  }
  .niyaniwa_front_content > div p.large {
    font-size: 1.3em;
  }
  .niyaniwa_front_content > div ul {
    padding-left: 0;
    margin: 30px 0;
  }
  .niyaniwa_front_content > div.second .second_right {
    float: right;
    width: 50%;
  }
  .no_mgbzone {
    margin-bottom: 30px;
  }
  .no_mgbzone p {
    margin-bottom: 0;
  }
  .niyaniwa_front_content > div.top p {
    margin-bottom: 30px;
  }
  .niyaniwa_front_content > div.third p {
    margin-bottom: 0;
  }
  .niyaniwa_front_content > div ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
  }
  .niyaniwa_front_content > div ul li:before {
    content: "";
    position: absolute;
    /*top:20%;*/
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
  }
  .niyaniwa_front_content > div div.emphasize p {
    font-weight: bold;
    padding-left: 30px;
    position: relative;
  }
  .niyaniwa_front_content > div div.emphasize p:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #888;
    border-radius: 5px;
    left: 10px;
    top: 45%;
  }
  .niyaniwa_front_content > div.third {
    position: relative;
  }
  .niyaniwa_front_content > div p span {
    font-weight: bold;
    /*border-bottom:3px solid #E3B9E1;*/
    background-image: url(img/common/titleKazari_pc.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 5px;
  }
  .niyaniwa_front_content > div p span.hidden-xs {
    font-weight: normal;
    background-image: none;
    padding-bottom: 0;
  }
  .niyaniwa_front_content > div.third .free_dial {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .niyaniwa_company_content span {
    font-weight: bold;
  }
  /*flow*/
  .flow_chart_box div.free {
    position: absolute;
    left: 15px;
    border: 1px solid #b5cfbe;
    width: 95%;
  }
  .flow_chart_box div.free p {
    writing-mode: vertical-rl;
    padding: 30px;
    background-color: #b5cfbe;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    width: 30px;
  }
  .flow_chart_box div.free p span {
    position: absolute;
    margin: auto;
    display: block;
    width: 60px;
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: 100px;
  }
  .flow_chart_content {
    width: 80%;
    float: right;
    padding-top: 30px;
  }
  .flow_chart_content div {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_chart_content div p:first-child {
    text-align: center;
    border: 1px solid #604a7b;
    width: 40%;
    font-weight: bold;
    font-size: 1.3em;
    color: #604a7b;
    position: relative;
  }
  .flow_chart_content div p:first-child:after {
    position: absolute;
    width: 1px;
    height: 51px;
    left: 0;
    right: 0;
    content: "";
    border: 1px solid #618ec4;
    margin: 0 auto;
    bottom: -51px;
  }
  .flow_chart_content div.last p:first-child:after {
    border: none;
  }
  .flow_chart_content div p {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 0 30px;
  }
  /*niyaniya_company*/
  .niyaniwa_company_content div {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .niyaniwa_company_content div p,
  .niyaniwa_company_gaiyou div p {
    text-align: center;
  }
  .niyaniwa_company_content div p.midashi {
    font-size: 1.3em;
    color: #009900;
    font-weight: bold;
  }
  .niyaniwa_company_gaiyou div p.midashi {
    font-size: 1.3em;
    color: #604a7b;
    font-weight: bold;
  }
  .niyaniwa_company_content div div,
  .niyaniwa_company_content div ol {
    border: 1px solid #009900;
    padding: 30px;
  }
  .niyaniwa_company_content div ol li {
    list-style-position: inside;
  }
  .niyaniwa_company_content div dl {
    display: table;
    width: 70%;
    font-size: 14px;
    margin: 20px auto;
  }
  .niyaniwa_company_content div dl dt,
  .niyaniwa_company_content div dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .niyaniwa_company_content div dl dt {
    width: 25%;
    font-weight: normal;
  }
  .niyaniwa_company_content div dl dd {
    width: 75%;
  }
  .niyaniwa_company_banner {
    padding: 0 30px;
  }
  .niyaniwa_company_banner li {
    float: left;
    width: 20%;
    text-align: center;
    color: #fff;
    margin-right: 6.6%;
    margin-bottom: 30px;
  }
  .niyaniwa_company_banner li a {
    color: #fff;
    display: block;
    padding: 30px 0;
  }
  .niyaniwa_company_banner li:nth-child(4n) {
    margin-right: 0;
  }
  .niyaniwa_company_banner li:nth-child(5n) {
    clear: left;
  }
  .niyaniwa_company_gaiyou dl {
    display: table;
    width: 70%;
    margin: 20px auto;
  }
  .niyaniwa_company_gaiyou dt,
  .niyaniwa_company_gaiyou dd {
    display: table-cell;
    vertical-align: top;
  }
  .niyaniwa_company_gaiyou dt {
    font-weight: normal;
    width: 10%;
  }
  .niyaniwa_company_gaiyou dd {
    width: 90%;
  }
  .niyaniwa_company_gaiyou div div {
    border: 1px solid #bcbcbc;
    padding: 50px;
  }
  /*contact*/
  .niyaniwa_contact .top_text {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
  }
  .niyaniwa_contact .top_text a {
    padding: 0 10px;
  }
  .niyaniwa_contact .top_text a:hover {
    border-bottom: 1px solid #888;
  }
  .niyaniya_confirm_toiawase {
    height: 200px;
  }
  header.contact_header {
    margin-bottom: 0;
  }
  /*staffページ*/
  .staff_page .row {
    margin-bottom: 150px;
  }
  .staff_page .top .left,
  .staff_page .top .right {
    float: left;
    width: 50%;
  }
  .staff_page dl {
    display: table;
    width: 100%;
  }
  .staff_page dt,
  .staff_page dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .staff_page dt {
    width: 100px;
    background-color: #b9d2c2;
    color: #fff;
    border-radius: 5px;
    text-align: center;
  }
  .staff_page div.top dd span {
    font-size: 1.3em;
    padding-right: 10px;
  }
  .staff_page dd span.small_letter {
    font-size: 12px;
  }
  .staff_page div.middle dd span {
    width: 30%;
    text-align: center;
  }
  .staff_page dd ul {
    padding-left: 0;
  }
  .staff_page dd ul li {
    margin-bottom: 10px;
  }
  .staff_page dd ul li span:first-child {
    padding-right: 10px;
    border-right: 1px solid #888;
  }
  .staff_page dd ul li span:last-child {
    padding-left: 10px;
  }
  .staff_page div.middle dd.hobby {
    padding: 0 10px;
  }
  .staff_page div.middle dd.hobby ul {
    margin-bottom: 0;
  }
  .staff_page div.middle dd.hobby li {
    display: inline-block;
    max-width: 32%;
  }
  .staff_page div.middle dd.hobby li img {
    /* width: 200px; */
    height: 150px;
    object-fit: cover;
  }
  .staff_page div.middle dd.hobby li p,
  .staff_page div.middle dd.hobby li {
    text-align: center;
    margin-bottom: 0;
  }
  .staff_page div.middle dd.principle li,
  .staff_page div.middle dd.staff_note li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .staff-img {
    max-height: 280px;
  }

  .front_text_tate {
    /*		background-image:url("img/top/sliderBottomline_pc.png");
                        background-repeat:repeat-x;
                        background-position:center;*/
  }
  .front_text_tate p {
    writing-mode: vertical-rl;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    background-color: #fff;
    padding: 0 50px;
  }
  .front_text_tate span {
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .topLeft p {
    width: 30px;
    font-size: 18px;
    line-height: 1em;
    padding-left: 5px;
  }
  .flow_chart_box div.free p {
    line-height: 1.3em;
  }
  .flow_chart_box div.free p span {
    /* top:40%; */
    width: 20px;
  }
  .topRight ul {
    right: 10px;
  }
  .logo {
    width: 150px;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 800px) {
  .header_tel {
    font-size: 18px;
  }
  .niyaniwa_front_content > div.third .free_dial {
    position: relative;
  }
  /*	.leftButtonImg{
                    padding-left:0;
            }*/
  .niyaniwa_company_gaiyou dt {
    width: 20%;
  }
  .niyaniwa_company_gaiyou dd {
    width: 80%;
  }
}
/* smp */
@media screen and (min-width: 0px) and (max-width: 767px) {
  .footer_phone {
    font-size: 1.5em;
    padding: 0 5px;
    color: #fff;
    border-bottom: 1px solid #ffffff;
  }
  .footer_company_detail {
    margin: 30px 0;
  }
  .footer_company_detail p {
    text-align: center;
    font-size: 10px;
    color: #777;
  }
  .reset_sp {
    padding: 0;
    margin: 0;
  }
  .justPc {
    display: none;
  }
  .container-fluid {
    padding: 0;
    position: relative; /* 6/1 okamoto edit */
  }
  .telZone_sp {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }
  .telZone_sp img {
    padding-right: 10px;
  }
  .menuZone {
    position: absolute;
    z-index: 10000;
    margin-left: 15px;
    background-color: #fff;
    /*height:60px;*/
    width: 100%;
  }
  .w70Sp {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .fs24_pc {
    font-size: 16px;
  }
  .fwb_pc {
    font-weight: bold;
  }

  /*--------------------------------------
header-sp-----------------------------------*/
  header {
  }
  /*--------------------------------------
navi-sp-----------------------------------*/
  #spNavi {
    position: relative;
    margin-top: -1px;
  }
  #spNavi ul {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10000;
    background-color: #fff;
    text-align: center;
    top: 1px;
  }
  #spNavi ul li {
    margin: 20px 0;
  }
  .topLinkColor {
    color: #e3aacd;
  }
  .sp_header {
    background-color: #b5cfbe;
    float: left;
    width: 30.15%;
  }
  .sp_header_middle {
    background-color: #b5cfbe;
    float: left;
    width: 39.7%;
  }
  /*--------------------------------------
footer-sp-----------------------------------*/
  .houseBack {
    background-color: #d4e3d5;
    padding-top: 30px;
  }
  .footerText {
    color: #777;
    text-align: center;
    padding: 20px;
	  padding-bottom:0;
    font-size: 14px;
  }
  .footerBottom {
    margin-top: 1px;
    background-color: #b5cfbe;
  }
  .footerText_sec {
    color: #fff;
    text-align: center;
    padding: 20px 15px;
    font-size: 11px;
    margin: 0;
  }
  .footerHouse_sp {
    width: 75%;
  }
  /*くるんと回転させる*/
  .button {
    position: relative;
    -webkit-perspective: 300px;
    perspective: 300;
    /*追記*/
    width: 290px;
    margin: 0 auto;
    display: block;
    height: 49px;
  }
  .button span {
    display: block;
    position: absolute;
    width: 290px;
    height: 49px;
    text-align: center;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
    font-size: 1.1em;
  }
  .button span:nth-child(1) {
    color: #f8c4e7;
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
    opacity: 0;
  }
  .button span:nth-child(2) {
    color: #fff;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transform-origin: 50% 50% -30px;
    -moz-transform-origin: 50% 50% -30px;
    transform-origin: 50% 50% -30px;
  }
  .button:hover span:nth-child(1) {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  .button:hover span:nth-child(2) {
    /*background-color: #fff;*/
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
  /*くるんと回転させるここまで*/

  /*--------------------------------------
contents-sp-----------------------------------*/
  /*--------------------------------------
top-sp-----------------------------------*/
  .topMiddle {
    padding-top: 36px;
    margin-bottom: 30px;
  }
  .topMiddle_archive div {
    overflow: hidden;
  }
  .topMiddle_archiveDiv img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  .topMiddle_front {
    position: relative;
    padding: 0;
  }
  .sliderPic {
    position: absolute;
    top: 0;
    left: 0;
  }
  .topMiddle p {
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
  }
  .topMiddle_archive p {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
  }
  .frontText {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .frontTextZone_sp p,
  .frontTextZone_sp img {
    padding-left: 15px;
    padding-right: 15px;
  }
  .frontPic {
    margin-bottom: 10px;
  }
  .kazari {
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: auto;
  }
  .kazari_sec {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: auto;
  }
  .both {
    margin-bottom: 50px;
  }
  .midashi {
    margin-bottom: 10px;
    margin-left: 5px;
  }
  .middleText {
    background-color: #e3a9ce;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .middleText p {
    text-align: center;
    font-size: 10px;
  }
  .middleText p:first-child {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .middleText {
    background-color: #e3a9ce;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .middleText p {
    text-align: center;
    font-size: 10px;
  }
  .middleText p:first-child {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .middleText_a {
    background-color: #e3a9ce;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin-bottom: 50px;
  }
  .middleText_a p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
  }
  /*	.middleText_a p:first-child{
                    margin-bottom:15px;
                    font-size:14px;
            }*/
  .toNext {
    padding: 50px 0;
    display: block;
    margin: 0 auto;
  }
  .toTop a img {
    display: block;
    margin: 0 auto 50px;
  }
  .sp_footer_siryo {
    width: 90%;
    margin: 70px auto 50px;
  }
  .sp_footer_siryo p {
    text-align: center;
  }

  .sp_footer_siryo_img {
    margin-bottom: 24px;
  }
  .sp_footer_siryo_teltext {
    margin-bottom: 0;
  }
  .sp_footer_siryo_tel a {
    color: #ff0000;
    font-size: 16px;
    letter-spacing: 5px;
    border-bottom: 1px solid #ff0000;
  }
  .sp_footer_siryo_tel {
    margin-bottom: 0;
  }
  .sp_footer_siryo_last {
    color: #70ad47;
    font-size: 18px;
  }

  .social_sp {
    text-align: center;
    margin: 50px 0;
  }
  .social_sp a {
    display: inline-block;
  }
  .social_sp a:not(:first-child) {
    margin-left: 10px;
  }
  .social_sp img {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }
  .social_sp :hover {
    transition: all 0.3s ease 0s;
    opacity: 0.7;
  }
  .blog_banner {
    width: 80%;
    display: block;
    margin: 30px auto;
  }
  .blog_banner img {
    width: 100%;
  }
  /* 6/1 okamoto edit */
  .sliderArrow {
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -40px;
    z-index: 1000;
  }
  .proposal-image {
/*     display: none; */
  }
  /* ******************** move-slide-sp *********************/
  #move-slider {
    margin-top: 10px !important;
    padding: 20px 0;
    /* display: none; */
  }

  .moveSwiper {
    height: 200px !important;
    margin-left: 0 !important;
  }

  .move-swiper-wrapper {
    transition-timing-function: linear !important;
    height: 200px !important;
  }

  .move__swiper-slide {
    width: 290px !important;
  }

  .move__swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .slideImage_sp {
    /* display: block; */
    display: none;
    width: 100%;
  }
  .slideImage_sp img {
    width: 100%;
    aspect-ratio: 2557/1931;
  }
  /*--------------------------------------
work一覧-sp-----------------------------------*/
  .work-container {
    display: flex;
  }
  .work-container {
    cursor: pointer;
    transition: all 0.3s ease 0s;
  }
  .work-container:hover .fwb_pc {
    opacity: 0.7;
  }

  .work-container:hover .work-item__img img {
    /* //親要素をホバーした時に子要素の画像を拡大する! */
    transition: all 0.3s ease 0s;
    transform: scale(1.03);
    opacity: 0.7;
  }
  .work-item__img {
    width: 100% !important;
    overflow: hidden;
    float: left;
    /* 画像を拡大された時に枠（width,hight）からはみ出さないようにする! */
    /* width: 100%; */
    max-height: 240px;
  }
  .work-item__img img {
    width: 100% !important;
    height: auto !important;
  }
  .workListDiv {
    margin: 0 auto 30px;
    overflow: hidden;
  }
  .work-right {
    width: 80%;
  }
  .workThumbnail {
    width: 100%;
  }
  .workListDiv div {
    /* overflow: hidden; */
    /* width: 50%; */
    /* float: left; */
  }
  .workListDiv a {
    display: block;
  }
  .workListDiv img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .workListDiv p {
    position: relative;
    word-break: break-all;
    overflow: hidden;
  }
  .pageLink {
    text-align: center;
  }
  .pageLink li {
    display: inline-block;
    padding: 5px;
  }
  .pageLinkLeft {
    margin-right: 40px;
  }
  .pageLinkRight {
    margin-left: 40px;
  }
  .single_work_list {
    width: 95%;
    margin: 30px auto;
  }
  .topMiddle_archive p {
    width: 90%;
    margin: 0 auto;
  }
  .topMiddle_archive .setsumei p {
    font-weight: normal;
    text-align: left;
    margin-bottom: 10px;
  }
  .topMiddle_archive .setsumei ul {
    text-align: left;
  }
  .workThumbnail {
    height: auto !important;
  }
  .city-btn__container {
    /* display: flex; */
    width: 50%;
    margin: 0 auto;
  }
  .city-name {
    width: 50%;
  }
  .interviewPage__movie {
    margin-top: 20px !important;
  }
  .city-name__interviewPage {
    margin-top: 0 !important;
    font-weight: normal !important;
  }
  .interview-concept {
    padding: 0 15px !important;
  }
  .interview-title {
    margin-bottom: 0;
  }
  .workLink-btn {
    border: 1px solid #b9d2c2;
    border-radius: 20px;
    width: 160px;
    margin: 0 30px 0 0 !important;
    height: 30px;
    float: right;
    padding: 0 !important;
  }
  .workLink-btn:hover {
    transition: all 0.3s ease 0s;
    border-radius: 20px;

    background-color: #b9d2c2;
    color: #fff;
  }
  .workLink-btn p {
    margin-bottom: 0 !important;
    font-size: 12px;
    max-width: 160px;
    line-height: 30px;
    padding: 0px;
    text-align: center;
  }
  .workLink-btn__interviewPage {
    margin: 20px auto !important;
    max-width: 230px !important;
    height: 40px;
    float: none;
  }
  .workLink-btn__interviewPage p {
    font-size: 16px;
    line-height: 40px;
    font-weight: normal;
  }
  .work-text__sp {
    font-size: 14px;
  }
  .city-name__sp {
    font-size: 14px;
  }
  .workThumbnail__interview {
    padding: 0 10px;
  }
  /*--------------------------------------
work詳細-sp-----------------------------------*/
  /* 【NEW_2024.4月】トップタイトルのcss */
  .single__topTitle {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  /* 【NEW_2024.4月】トップテキストエリアのcss */
  .single__top-textarea {
    background-color: #ebebeb;
    margin-top: 20px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .single__top-textarea__text {
    font-weight: 400 !important;
    text-align: left !important;
    font-size: 14px !important;
    line-height: calc(24 / 14);
    color: #000;
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN",
      "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif !important;
  }

  /* 【NEW_2024.4月】投稿コンテンツのcss */
  .single-content__wrapper {
    margin-top: 42px;
    padding: 0 39px;
  }

  .single-content__container {
    max-width: 768px;
    margin: 0 auto;
  }

  /* 【NEW_2024.4月】投稿imageのcss */
  .single-content__image {
    max-width: 100%;
    max-height: 576px;
    aspect-ratio: 768 / 576;
  }
  .single-content__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* 【NEW_2024.4月】投稿見出しのcss */
  .single-content__heading {
    margin-top: 17px;
    padding-left: 8px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    width: 100%;
  }
  .single-content__heading__text {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    background-color: transparent !important;
    color: #000 !important ;
    font-size: 20px !important;
    font-weight: normal !important;
  }

  /* 【NEW_2024.4月】投稿テキストエリアのcss */
  .single-content__text {
    margin-top: 17px;
    padding: 0 8px !important;
  }
  .single-content__text p {
    margin: 0 !important;
    padding: 0 !important;
    font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
  }

  /* top-sliderのCSS */
  .top-visual-itemFig {
    /* width: 100%;
    height: auto;
    padding-bottom: 10px; */
    width: 100%;
    height: 0;
    padding-top: 75%;
    background-color: #e4e4e4;
    overflow: hidden;
    position: relative;
  }
  .top-visual-itemFig img {
    /* width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover; */
    padding: 5px;
    max-width: inherit;
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: 50% 50%;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
  }
  .top-visual-container {
    position: relative !important;
    height: auto;
  }
  .swiper-pagination {
    position: absolute;
    bottom: 5px !important;
  }
  .swiper-pagination-bullet {
    background-color: #b5cdc0 !important;
  }
  .swiper-button-prev {
    transform: translateY(-48%);
  }
  .swiper-button-next {
    transform: translateY(-48%);
  }
  .swiper-button-prev::after {
    color: #fff !important;
    transform: scale(0.7);
  }
  .swiper-button-next::after {
    color: #fff !important;
    transform: scale(0.7);
  }

  /* <!-- ***************  サムネイル表示-sp  **************** --> */
  .service-swiper__main .swiper-slide img,
  .service-swiper__thumbnail .swiper-slide img {
    width: 100%;
    aspect-ratio: 350/250;
    object-fit: cover;
  }

  .service-swiper__thumbnail {
    margin-top: -10px;
  }

  .service-swiper__thumbnail .swiper-wrapper {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
  }
  .service-swiper__thumbnail .swiper-slide {
    cursor: pointer;
    width: calc(100% / 5 - 11px) !important;
    margin-top: 5px;
  }

  .service-swiper__thumbnail .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0.6;
    background-color: transparent;
  }

  .service-swiper__thumbnail .swiper-slide.swiper-slide-thumb-active::before {
    background-color: rgba(255, 255, 255);
    opacity: 0.6;
  }
  /* youtube-linkのCSS */
  .youtube-iframe__wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 20px;
  }
  .youtube-iframe__container {
    padding-top: calc(315 / 560 * 100%);
    position: relative;
  }
  .youtube-iframe__container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
  }

  /*--------------------------------------
event一覧-sp-----------------------------------*/
  .event_eachList,
  .event_eachList_tate {
    position: relative;
    width: 95%;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .event_eachList a {
    display: block;
  }
  .event_eachPic {
  }
  .event_eachPic_tate {
    height: 100%;
  }
  .event_eachText {
    float: left;
    width: 60%;
    padding-left: 10px;
  }
  .event_eachText p {
    font-weight: bold;
  }
  .new {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  .event_date {
    color: #71a88b;
    margin: 0;
  }
  /*--------------------------------------
event詳細-sp-----------------------------------*/
  h2 {
    background-color: #616161;
    padding: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    margin-bottom: 30px;
  }
  h2 .pull-right {
    margin: 5px;
  }
  .eventTitle_sp {
    margin-top: 50px;
  }
  .eventSingleTopLeft {
    width: 100%;
  }
  .eventSingleTopRight {
    width: 95%;
    margin: 20px auto;
  }
  .eventSingleTopRightMiddle {
    margin: 20px 0;
  }
  .eventSingleTopRightMiddle div {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .eventSingleTopRightMiddle div:last-child {
    margin-right: 0;
  }
  .eventSingleTopLeft img {
    width: 100%;
    height: auto;
  }
  .eventSingleTitle {
    font-weight: bold;
    margin-bottom: 20px;
  }
  .descriptionTitle {
    width: 40%;
    display: block;
    float: left;
  }
  .eventSingleTopRightBottom {
    border-top: 1px solid #98948f;
  }
  .eventSingleTopRightBottom p {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px dotted #98948f;
  }
  .descriptionContents {
    width: 60%;
    display: block;
    float: right;
  }
  .descriptionContents a {
    text-decoration: underline;
  }
  .event_eachPicDiv {
    overflow: hidden;
    width: 40%;
    float: left;
    padding-left: 10px;
  }
  .event_eachPicDiv img {
    width: 100%;
    height: auto;
  }
  /*--------------------------------------
staff-sp-----------------------------------*/
  .staff-img {
    max-height: 280px;
  }
  /*--------------------------------------
performance-pc-----------------------------------*/
  .number {
    margin: 20px auto;
  }
  .explanation {
    width: 90%;
    margin: 30px auto;
  }
  .explanationTitle {
    text-align: center;
    color: #ff77a7;
    border-bottom: 1px dotted #74706b;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
  }
  .performance_three {
    background-image: url("img/performance/back_pc.png");
    background-size: cover;
  }
  .performance img {
    margin-bottom: 50px;
  }
  .w90_sp {
    width: 90%;
    margin: 20px auto;
  }
  /*--------------------------------------
exterior-pc-----------------------------------*/
  .exterior_bottom_text {
    text-align: center;
    width: 90%;
    margin: 30px auto;
  }
  .exterior_bottom_text_span {
    /*border-bottom:3px solid #FFD3E3;*/
    padding-bottom: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-color: #f00;
  }
  /*--------------------------------------
company-pc-----------------------------------*/
  .company_each_content {
    padding-bottom: 20px;
  }
  .company_title {
    border-bottom: 1px solid #ccc;
  }
  .company_each_content span {
    display: block;
    float: left;
  }
  .company_contents {
    width: 90%;
    margin: 0 auto;
  }
  .company_each_content_left {
    width: 100%;
  }
  .company_each_content_right {
    width: 100%;
    padding-left: 20px;
    font-size: 12px;
  }
  .map iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 50px;
  }
  .send_button {
    text-align: center;
    margin-bottom: 30px;
  }
  .send_button button {
    background-color: #000;
    color: #fff;
    width: 65%;
    display: block;
    padding: 10px 0;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-radius: 5px;
  }
  .tejijyo {
    padding-left: 20px;
  }
  /*--------------------------------------
contact-pc-----------------------------------*/
  .contact_pre {
    padding: 30px 0;
    border-top: 1px solid #d4e3d5;
    text-align: center;
    margin-top: 65px;
  }
  .eachContactForm {
    margin-bottom: 30px;
  }
  .eachContactForm label {
    text-align: left;
  }
  .checkArea {
    margin: 15px 0;
  }
  .inputArea {
    width: 100%;
  }
  .inputArea_short {
    width: 50%;
  }
  form label {
    text-align: center;
  }
  label span {
    color: #ffa4b2;
  }
  textarea {
    width: 100%;
  }
  .yakkan {
    padding: 20px;
    position: absolute;
    z-index: 1000000000000000;
    background-color: #000;
    color: #fff;
    opacity: 0.9;
    display: none;
  }
  .yakkan_close {
    text-align: right;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .yakkan ol {
    padding-left: 20px;
  }
  .note {
    text-align: center;
    color: #f5c2e5;
    text-decoration: underline;
    cursor: pointer;
  }
  html input[type="button"],
  input[type="reset"],
  input[type="submit"] {
    background-color: #009900;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 65%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
  }
  .confirm_button {
  }
  ol li {
    list-style-type: decimal;
  }
  .err-red {
    color: #ffa4b2;
  }
  .checkboxOriginal {
    width: 30%;
  }
  .radioOriginal {
    text-align: center;
  }
  .radioOriginal span {
    padding-right: 10px;
  }
  .inputArea_age {
    width: 90%;
  }
  .marginLeft5 {
    margin-left: 5px;
  }
  .marginRight5 {
    margin-right: 5px;
  }

  /*featureのページ*/
  .feature_midashi {
    font-size: 18px;
    text-align: center;
    margin-bottom: 30px;
    color: #604a7b;
    font-weight: bold;
  }
  .feature_midashi span {
    font-size: 32px;
  }
  .feature_midashi span span {
    padding: 0 10px;
  }
  .feature_article {
    border: 1px solid #aaa;
    padding: 15px;
    margin-bottom: 50px;
    width: 90%;
    margin: 0 auto;
  }
  .feature_with_background {
    background-image: url("img/feature/back_pc.png");
    background-size: cover;
    padding: 50px 0;
  }
  .feature_page .col-xs-12 {
    margin-bottom: 30px;
  }
  .feature_with_background .feature_article {
    background-color: #fff;
  }
  .feature_with_background .feature_midashi {
    color: #fff;
  }
  .feature_article .komidashi {
    text-align: center;
    border-bottom: 3px solid #e3aacd;
    padding-bottom: 15px;
    font-size: 18px;
  }
  .feature_article_content {
    padding: 10px;
  }
  .feature_article_content p span {
    font-weight: bold;
  }
  .feature_article_content p span.visible-xs {
    font-weight: normal;
  }
  .feature_article_content ul {
    padding: 0;
  }
  .feature_article_content ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 20px;
  }
  .feature_article_content ul li span {
  }
  .feature_article_content ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background-color: #e3aacd;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 40%;
  }
  .feature_article_content p:last-child {
    margin-bottom: 30px;
  }
  .feature_article_content div {
    margin-bottom: 30px;
  }
  .feature_article_content div p.center {
    text-align: center;
  }
  .number_list {
    margin-bottom: 0;
  }
  .niyaniwa_front_content {
    width: 90%;
    margin: 0 auto;
  }
  .niyaniwa_front_content > div {
    margin-bottom: 50px;
  }
  .niyaniwa_front_content > div.top img,
  .niyaniwa_front_content > div.third img {
    /*		width:40%;
                        float:right;
                        padding-left:5%;*/
    margin-bottom: 10px;
  }
  .niyaniwa_front_content > div.second img {
    /*		width:30%;
                        float:left;
                        padding-right:5%;*/
    margin-bottom: 10px;
  }
  .niyaniwa_front_content > div p.large {
    font-size: 1.3em;
  }
  .niyaniwa_front_content > div ul {
    padding-left: 0;
    margin: 15px 0;
  }
  .niyaniwa_front_content > div.second .second_right {
    /*		float:right;
                        width:70%;*/
  }
  .niyaniwa_front_content > div.top p,
  .niyaniwa_front_content > div.third p {
    margin-bottom: 30px;
  }
  .niyaniwa_front_content > div ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
  }
  .niyaniwa_front_content > div ul li:before {
    content: "";
    position: absolute;
    /*top:20%;*/
    top: 7px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #999;
  }
  .niyaniwa_front_content > div div.emphasize p {
    font-weight: bold;
    padding-left: 30px;
    position: relative;
  }
  .niyaniwa_front_content > div div.emphasize p:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: #888;
    border-radius: 5px;
    left: 10px;
    top: 45%;
  }
  .niyaniwa_front_content > div.third {
    position: relative;
  }
  .niyaniwa_front_content > div p span {
    font-weight: bold;
    /*border-bottom:3px solid #E3B9E1;*/
    background-image: url(img/common/titleKazari_pc.png);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 5px;
  }
  .niyaniwa_front_content > div.third .free_dial {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  /*flow*/
  .flow_page {
    width: 90%;
    margin: 0 auto;
  }
  .flow_chart_box div.free {
    position: absolute;
    left: 2%;
    border: 1px solid #b5cfbe;
    width: 96%;
  }
  .flow_chart_box div.free p {
    padding: 10px;
    background-color: #b5cfbe;
    color: #fff;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
  }
  .flow_chart_box div.free p span {
  }
  .flow_chart_content {
    width: 100%;
    background-image: url(img/flow/bg_sp.png);
    background-repeat: repeat-y;
    background-position: top 10px left 20%;
  }
  .flow_chart_content div {
    display: table;
    width: 100%;
    margin-bottom: 50px;
  }
  .flow_chart_content div.first {
    margin-top: 10px;
  }
  .flow_chart_content div.third {
    margin-bottom: 100px;
    padding-bottom: 50px;
  }
  .flow_chart_content div p:first-child {
    text-align: center;
    border: 1px solid #604a7b;
    width: 40%;
    font-weight: bold;
    font-size: 1.3em;
    color: #604a7b;
    position: relative;
    background-color: #fff;
  }
  .flow_chart_content div p:first-child:after {
    /*		position:absolute;
                        width:1px;
                        height:51px;
                        left:0;
                        right:0;
                        content:"";
                        border:1px solid #618EC4;
                        margin:0 auto;
                        bottom:-51px;*/
  }
  .flow_chart_content div.last p:first-child:after {
    border: none;
  }
  .flow_chart_content div p {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    padding: 0 10px;
  }
  /*niyaniya_company*/
  .niyaniwa_company_content div {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .niyaniwa_company_content div p,
  .niyaniwa_company_gaiyou div p {
    text-align: center;
  }
  .niyaniwa_company_content div p.midashi {
    font-size: 1.3em;
    color: #009900;
    font-weight: bold;
  }
  .niyaniwa_company_gaiyou div p.midashi {
    font-size: 1.3em;
    color: #604a7b;
    font-weight: bold;
  }
  .niyaniwa_company_content div div,
  .niyaniwa_company_content div ol {
    border: 1px solid #009900;
    padding: 15px;
  }
  .niyaniwa_company_content div ol li {
    list-style-position: inside;
  }
  .niyaniwa_company_content div dl {
    display: table;
    width: 100%;
    font-size: 14px;
    margin: 20px auto;
  }
  .niyaniwa_company_content div dl dt,
  .niyaniwa_company_content div dl dd {
    display: table-cell;
    vertical-align: middle;
  }
  .niyaniwa_company_content div dl dt {
    width: 25%;
    font-weight: normal;
  }
  .niyaniwa_company_content div dl dd {
    width: 75%;
    padding-left: 15px;
  }
  .niyaniwa_company_banner {
    padding: 30px 15px 50px;
  }
  .niyaniwa_company_banner li {
    background-size: contain;
    text-align: center;
    color: #fff;
  }
  .li a {
    color: #fff;
    display: block;
    padding: 10px 0;
  }
  .niyaniwa_company_banner li a img {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height: 88px;
    margin-top: 20px;
  }
  .niyaniwa_company_banner li:nth-child(4n) {
    margin-right: 0;
  }
  .niyaniwa_company_gaiyou dl {
    display: table;
    width: 100%;
    margin: 20px auto;
  }
  .niyaniwa_company_gaiyou dt,
  .niyaniwa_company_gaiyou dd {
    display: table-cell;
    vertical-align: top;
  }
  .niyaniwa_company_gaiyou dt {
    font-weight: normal;
    width: 25%;
  }
  .niyaniwa_company_gaiyou dd {
    width: 90%;
  }
  .niyaniwa_company_gaiyou div div {
    border: 1px solid #bcbcbc;
    padding: 15px;
  }
  /*contact*/
  .niyaniwa_company_page {
    width: 90%;
    margin: 0 auto;
  }
  .niyaniwa_company_content span {
    font-weight: bold;
  }
  .niyaniwa_contact .top_text {
    text-align: center;
    font-size: 18px;
    line-height: 38px;
  }
  .niyaniwa_contact .top_text a {
    padding: 0 10px;
  }
  .niyaniwa_contact .top_text a:hover {
    border-bottom: 1px solid #888;
  }
  .niyaniya_confirm_toiawase {
    height: 200px;
    border: 1px solid #888;
  }
  .niyaniwa_contact_page {
    width: 90%;
    margin: 0 auto;
  }
  /*staffページ*/
  .staff_page {
    width: 90%;
    margin: 0 auto;
  }
  .staff_page .row {
    margin-bottom: 150px;
  }
  .staff_page .top .left,
  .staff_page .top .right {
  }
  .staff_page .top .left img,
  .staff_page .top .right img {
    margin-bottom: 15px;
  }
  .staff_page dl {
    display: table;
    width: 100%;
  }
  .staff_page dt,
  .staff_page dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
  }
  .staff_page dt {
    width: 65px;
    background-color: #b9d2c2;
    color: #fff;
    border-radius: 5px;
    text-align: center;
  }
  .staff_page div.top dd span {
    font-size: 1.3em;
    padding-right: 10px;
  }
  .staff_page dd span.small_letter {
    font-size: 12px;
  }
  .staff_page div.middle dd span {
    text-align: center;
  }
  .staff_page dd ul {
    padding-left: 0;
  }
  .staff_page dd ul li {
    margin-bottom: 10px;
  }
  .staff_page dd ul li span {
    display: block;
  }
  .staff_page dd ul li span:first-child {
    /*		padding-right:10px;
                        border-right:1px solid #888;*/
  }
  .staff_page dd ul li span:last-child {
    /*padding-left:10px;*/
    font-size: 0.8em;
  }
  .staff_page div.middle dd.hobby {
    padding: 0 10px;
  }
  .staff_page div.middle dd.hobby ul {
    margin-bottom: 0;
  }
  .staff_page div.middle dd.hobby li {
    display: inline-block;
  }
  .staff_page div.middle dd.hobby li img {
    height: 150px;
  }
  .staff_page div.middle dd.hobby li p,
  .staff_page div.middle dd.hobby li {
    text-align: center;
    margin-bottom: 0;
  }
  .staff_page div.middle dd.principle li,
  .staff_page div.middle dd.staff_note li {
    list-style-type: disc;
    list-style-position: inside;
  }
  .sliderBottom img {
    margin-left: auto;
    margin-right: auto;
  }
  .top_img_part img {
    width: 100%;
    height: auto;
  }
  header .top_bar {
    width: 100%;
    height: auto;
  }
  .topMainImg {
    width: 100%;
    height: auto;
  }
  .company-topImg {
    max-height: 410px;
    object-fit: cover;
  }
  .sp-br {
    display: none;
  }
}

.tal img {
  max-width: 100%;
  height: auto;
}

.contact-thankyou {
  text-align: center;
}
.contact-thankyou01 {
  font-size: 24px;
  font-weight: bold;
  color: #eb99db;
  text-align: center;
}
.contact-thankyou02 {
  font-size: 18px;
  margin: 30px 0 50px;
  text-align: center;
}
.contact-thankyou03 {
  text-align: center;
}
@media screen and (max-width: 375px) {
  .city-name {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  .workLink-btn {
    margin: 0 5px 0 0 !important;
  }
  .workLink-btn__interviewPage {
    margin: 20px auto !important;
  }
}
@media screen and (max-width: 500px) {
  .work-container {
    /* display: block; */
    display: flex;
  }
  .work-right {
    width: 45%;
  }
  .work-item__img {
    max-height: 215px;
  }
  .work-item__img img {
  }
  .work-item p {
    text-align: center;
  }
  .work-text__sp {
    padding: 30px 8px 0 0;
    text-align: center !important;
    width: 100% !important;
    display: block !important;
    float: none;
    font-size: 10px;
  }
  .city-name {
    width: 100%;
    font-size: 12px;
  }
  .city-name__sp {
    text-align: center;
    font-size: 10px;
  }
  .workLink-btn {
    float: none;
    margin: 0 auto !important;
    width: 123px;
  }
  .workLink-btn p {
    max-width: 200px;
    font-size: 10px;
  }
  .work-single__btn {
    margin-top: 30px;
  }
  .workThumbnail__interview {
    padding: 0 15px;
  }
  .interview-title {
    margin-top: 20px;
    font-size: 12px;
    padding: 0 !important;
  }
  .interview-concept {
    font-size: 12px;
    padding: 0 !important;
  }
}
@media screen and (max-width: 427px) {
  .workLink-btn {
    width: 100px;
  }
  .work-text__sp {
    padding: 10px 8px 0 0;
  }
}
@media screen and (max-width: 384px) {
  .work-right {
    width: 72%;
  }
  .interview-title {
    margin-top: 5px;
    font-size: 10px;
  }
  .interview-concept {
    font-size: 10px;
  }
  .city-name {
    font-size: 10px;
  }
}

/*-----------------------------
セキュリティーロゴ部分（2024.1月リニューアル）
-------------------------------*/
.l-footerSecurityLogo-sp {
  margin-top: -10px;
  margin-bottom: 24px;
}

.securityLogo-container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.securityLogo-img img {
  width: 85px;
}

.securityLogo-imgThird {
  margin-left: 12px;
}

/*-----------------------------
コンテスト2023バナー（2024.2月リニューアル）
-------------------------------*/
.second {
  margin-bottom: 20px !important;
}
.contest-banner__wrapper {
  margin: 0 !important;
  margin-bottom: 40px !important;
}
.contest-banner {
  max-width: 70%;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease 0s;
}
.contest-banner:hover {
  opacity: 0.7;
  cursor: pointer;
}
.contest-banner a {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.contest-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .contest-banner {
    max-width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .single-content__wrapper {
    padding: 0 12px;
  }
}
/*-----------------------------
トップページ-施工事例（2024.5月リニューアル）
-------------------------------*/
.top-works {
  margin-top: 80px;
}

.top-renewal__title {
  width: 100%;
  height: 70px;
  margin: 0;
  border: none;
  background-color: #d5bfad;
  text-align: center;
  line-height: 70px;
  font-size: 30px;
  font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 0px) and (max-width: 767px) {
  .top-renewal__title {
    font-size: 20px;
    padding: 0;
    height: 53px;
    line-height: 53px;
  }
}

.top-works__container {
  margin-top: 30px;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px 12px;
}

@media (min-width: 769px) {
  .top-works__container {
    grid-gap: 30px;
    margin-top: 30px;
    grid-template-columns: repeat(3, 1fr);
  }
}

.top-works__item {
}
.top-works__item a:focus {
  outline: none !important;
}
.top-works__item--image {
  overflow: hidden;
  aspect-ratio: 470 / 346;
}
.top-works__item--image img {
  float: none;
  width: 100%;
  padding-left: 0;
  margin: 0 !important;
  transition: transform 0.3s ease;
  object-fit: cover;
  height: 100% !important;
}
.top-works__item--image:hover img {
  transform: scale(1.05); /* 追加 */
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .top-works__item--image {
    aspect-ratio: 470 / 380;
  }
}
@media screen and (min-width: 768px) {
  .top-works__item--image img {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
  }
}
.top-works__item--title {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
  color: #262626;
  border-bottom: 1px solid #707070;
  font-weight: 600;
  transition: all 0.3s ease;
  font-family: verdana, "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
.top-works__item--title:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  .top-works__item--title {
    margin-top: 10px;
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 770px) {
  .top-works__item--title {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 430px) {
  .top-works__item--title {
    font-size: 3vw;
  }
}
.top-works__item--text {
  margin-top: 8px;
}

.top-works__item--text a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-works__item--text p {
 font-family: verdana, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 0 !important;
  transition: all 0.3s ease;
  /* color: #888 !important; */
  display: none;
}

@media screen and (min-width: 1040px) {
  .top-works__item--textBPc {
    display: block !important;
    font-size: 0.9vw !important;
  }
}
@media screen and (min-width: 770px) and (max-width: 1040px) {
  .top-works__item--textPc {
    display: block !important;
    font-size: 1.1vw !important;
  }
}
@media screen and (min-width: 440px) and (max-width: 770px) {
  .top-works__item--textTb {
    display: block !important;
    font-size: 1.9vw !important;
  }
}
@media screen and (min-width: 0px) and (max-width: 440px) {
  .top-works__item--textSp {
    display: block !important;
    font-size: 2.5vw !important;
  }
}
.top-works__item--text:hover p {
  opacity: 0.7;
}

.top-works__item--btn {
  margin: 16px auto 0;
  text-align: center;
  border: 1px solid #707070;
  border-radius: 23px;
  max-width: 236px;
  max-height: 45px;
  line-height: 45px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  transition: all 0.3s ease;
}
.top-works__item--btn:hover {
  background-color: #707070;
}
.top-works__item--btn a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-works__item--btn p {
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0 !important;
  margin-bottom: 0 !important;
  font-size: 16px;
}
.top-works__item--btn:hover p {
  color: #fff;
}

@media screen and (max-width: 770px) {
  .top-works__item--btn {
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 430px) {
  .top-works__item--btn {
    max-width: 200px;
    max-height: 32px;
    line-height: 32px;
  }
  .top-works__item--btn p {
    font-size: 3vw;
  }
}

.top-works__moreBtn {
  margin: 30px auto 40px;
  text-align: center;
  max-width: 365px;
  max-height: 60px;
  transition: all 0.3s ease; /* 追加 */
}

.top-works__moreBtn:hover {
  opacity: 0.7;
}

.top-works__moreBtn a {
  display: block;
  width: 100%;
  height: 100%;
}
.top-works__moreBtn img {
  width: 100% !important;
  max-width: 250px !important;
  height: auto !important;
  object-fit: cover !important;
  float: none !important;
}
@media screen and (max-width: 430px) {
  .top-works__moreBtn img {
    width: 100% !important;
    max-width: 200px !important;
  }
}

.top-works__moreBtn p {
  width: 201px;
  height: 32px;
  text-align: center;
  margin: 0 !important;
  margin-bottom: 0 !important;
  font-size: 20px;
  color: #000;
  transition: all 0.3s ease; /* 追加 */
}
.top-works__moreBtn:hover p {
  transform: scale(1.05); /* 追加 */
}

@media screen and (max-width: 430px) {
  .top-works__moreBtn p {
    font-size: 16px;
  }
}

/*-----------------------------
トップページ-LINEバナー（2024.5月リニューアル）
-------------------------------*/
.line-banner {
  text-align: center;
  max-width: 862px;
  max-height: 188px;
  margin: 60px auto 0;
  aspect-ratio: 431 / 94;
}
.line-banner :hover img {
  opacity: 0.7;
}

.line-banner a {
  display: block;
  width: 100%;
  height: 100%;
}

.line-banner img {
  width: 100% !important;
  height: 100% !important;
  float: none !important;
  padding-left: 0 !important;
  margin: 0 !important;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}


.postLinks-container{
  max-width: 763px;
  margin: 0 auto;
  
 }
.postLinks-container .postLinks{
  padding-top: 60px;
 }

 @media screen and (max-width: 768px) {
.postLinks-container{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  
 }
}

@media screen and (min-width: 768px) {
    .addImage-left {
        float: left !important;
    }
	.float-right{
		    width: 44%;
    float: right;
    margin-left: 30px;
	}
}
.text-bottom__min{
	margin-bottom:8px !important;
}

.footerText__info{
	text-align:center;
	font-size:18px;
	color: #777;
}
@media screen and (max-width: 768px) {
	.footerText__info{
	text-align:center;
	font-size:14px;
	color: #777;
}
	}
