@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap');

@font-face {
  font-family: 'logo';
  src: url("font/Corporate-Logo-Bold-ver3.otf")
  format('opentype');
}


* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

.hind {
  font-family: 'Hind', sans-serif;
}

.f-logo {
  font-family: 'logo', 'Noto Sans JP';
}

a {
  display: block;
  text-decoration: none;
}

img {
  width: 100%;
}

input[type="text"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select {
  /* -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; */
  border: none;
  outline: none;
  /* background: transparent; */
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
}

.contact-right button,
.contact-right input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
}

.sp {
  display: none;
}

.pt-0 {
  padding-top: 0!important;
}

.pb-0 {
  padding-bottom: 0!important;
}

.mb-0 {
  margin-bottom: 0!important;
}
.mb-half-em {
  margin-bottom: .5em !important;
}

.mb-6 {
  margin-bottom: 6%!important;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}


.fs-r {
  font-size: 16px;
}

.fs-semr {
  font-size: 14px;
}

.fs-small {
  font-size: 12px;
}

.fs-mostsmall {
  font-size: 10px;
}

.f-bold {
  font-weight: bold;
}

.f-semibold {
  font-weight: 600;
}

.c-red {
  color: #E60039;
}

.c-blue {
  color: #4D94FF;
}

.c-white {
  color: #ffffff;
}

body .bg-red {
  background-color: #E60039;
}

.bg-pink {
  background-color: #FCF8F7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-gray {
  background-color: #717171;
}

.flex {
  display: flex;
}

.flex-cb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-cc {
  display: flex;
  align-items: center;
  justify-content: center;
}

.text-center {
  text-align: center;
}

.contents-title {
  margin-bottom: 45px;
}

.contents-title p {
  font-size: 20px;
  margin-bottom: 5px;
}

.contents-title h1,
.contents-title h2,
.contents-title h3 {
  font-size: 36px;
}



.red-btn {
  width: 350px;
  padding: 17px 0;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}



.white-btn {
  width: 140px;
  border-radius: 5px;
  padding: 10px 0;
  border: 1px solid #e60039;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.btn-2-column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.center {
  margin: 0 auto;
}


html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
}

header {
  padding: 0 1.3%;
  height: 107px;
  border-top: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 2;
}

header::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: #E60039;
}

.header-logo {
  width: 11.5%;
}

.header-nav {
  align-items: center;
  justify-content: flex-end;
  flex-grow: 2;
}

.header-link {
  align-items: center;
  margin-right: 35px;
  padding-right: 20px;
  background-image: url(/media/images/arrow_red-bottom.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.header-link-img {
  width: 37px;
  height: 37px;
  margin-right: 10px;
}

.header-link-text {
  font-size: 16px;
  font-weight: bold;
}

.header-serch-box {
background-color: #F2F2F2;
width: 200px;
height: 40px;
border-radius: 24px;
padding: 0 1%;
}

.header-serch-box input {
  width: 130px;
  flex-grow: 2;
  padding-right: 5%;
}

.header-serch-box button {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
  /* margin-right: 30px; */
  border: none;
  
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
  cursor:pointer;
}
.header-serch-box button:hover{
	transform:scale(1.3);
}

.header-red-btn {
  width: 150px;
  height: 60px;
  border-radius: 8px;
  margin-left: 20px;
}

.header-red-btn:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}

.header-red-btn p {
  font-size: 13px;
}

.red-btn {
  background-image: url(/media/images/arrow_white-right.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}


/* toppage */


.top-mv-box {
  background-image: url(/media/images/top_bg01.png);
  background-size: 26%;
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 156px 15%;
}

.top-mv-text {
  font-size: 30px;
  margin-bottom: 46px;
}
.top-mv-text > p {
  font-size: 25px;
  color: #000000;
  display: inline-block;
}

.top-mv-text > p span {
  color: #000000;
  font-size: 30px;
}

.top-mv-contents span span {
  font-size: 15px;
}

.top-mv-middle-wrapper {
  display: inline-block;
  background-image: url(/media/images/bg_red01.png);
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 20px;
  margin-bottom: 40px;
}

.top-mv-middle {
  align-items: center;
}

.top-mv-middle img {
  width: 58px;
  height: 58px;
  margin-right: 10px;
}

.top-mv-middle p {
  font-size: 58px;
  line-height: 68px;
  display: inline-block;
  flex-grow: 2;
  padding-right: 159px;
  display: flex;
  align-items: center;
}

.top-mv-middle p span {
  font-size: 42px;
  height: 68px;
  display: inline-block;
}

.top-mv-logo-box {
  position: relative;
  align-items: center;
  padding-left: 25px;
}

.top-mv-logo-box::before {
  content: '';
  width: 480px;
  height: 65px;
  background-color: #414141;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 10%;
  left: 0;
  z-index: -1;
}

.top-mv-logo-box img {
  width: 255px;
  margin-right: 20px;
  background-color: #ffffff;
}

.top-mv-logo-box p {
  font-size: 42px;
  margin-bottom: 10px;
}

.top-slider-wrapper {
  border-top: 3px solid #E60039;
  border-bottom: 3px solid #E60039;
}

.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
  /* height: 300px; */
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.top-slider-wrapper .swiper-img {
  overflow: hidden;
  width: 100%;
}

.swiper-slide:hover .swiper-img img {
  transform: scale(1.3);
  transition: all 0.4s;
}

.top-slider-wrapper .swiper-img {
  aspect-ratio: 150/113;
}

.top-slider-wrapper .swiper-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-text {
  padding: 1% 5% 3% 5%;
}

.swiper-text h2 {
  font-size: 14px;
  margin-bottom: 5px;
}

.swiper-text p {
  font-size: 12px;
}

.swiper-pagination {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

 .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
  background-image: url(/media/images/arrow_red-left.png);
  background-size: 13px;
  background-position: 50%;
  width: 59px;
  height: 113px;
  background-color: rgba(255, 255, 255, 0.8);
  top: 40%;
}

.swiper-container .swiper-button-next {
  transform: rotate(180deg);
}

.contents-container {
  padding: 30px 0;
  word-break: break-word;
}

footer.contents-container {
  padding-bottom: 0;
}

.contents-wrap {
  width: 1290px;
  margin: 0 auto;
}

.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-30 {
  padding-top: 30px;
}

.question-left {
  width: 653px;
}

.question-round-box {
  margin-bottom: 15px;
}

.question-round {
  width: 205px;
  height: 205px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 6px solid #DE002F;
}

.question-round p:nth-child(1) {
  font-size: 16px;
  height: 40%;
  display: flex;
  align-items: flex-end;
  
}

.question-num {
  font-size:40px;
  height: 60%;
  display: flex;
  align-items: flex-start;
  /* align-items: center; */
}

.question-num span {
  font-size: 17px;
  line-height: 67px;
}

.question-round:nth-child(3) .question-num {
  font-size: 65px;
  line-height: 1.3;
}

.question-left-logo {
  width: 215px;
}

.question-left-text {
  padding: 0 5px;
  padding-bottom: 13px;
  border-bottom: 3px solid #E60039;
}

.question-left-text p:nth-child(1) {
  font-size: 23px;
}
.question-left-text p:nth-child(2) {
  font-size: 30px;
}
.question-left-text p:nth-child(2) span {
  font-size: 41px;
}






.question-right {
  width: 561px;
}


.question-bubble {
  position: relative;
  display: inline-block;
  padding: 5% 20px;
  width: 100%;
  margin-bottom: 43px;
}

.question-bubble:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -35px;
  border: 30px solid transparent;
  border-top: 30px solid #ffffff;
}

.question-bubble p {
  margin: 0;
  padding: 0;
  font-size: 32px;
}

.question-bubble p span {
  font-size: 36px;
}

.question-right > p {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
}

.question-right .red-btn {
  width: 100%;
  padding: 30px 0;
  border-radius: 10px;
}

.question-right .red-btn p {
  font-size: 25px;
}

.contents-serch-box {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.contents-serch {
  width: 400px;
  padding: 17px 17px 17px 4%;
  border: 1px solid #E10029;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url(/media/images/arrow_red-right.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 90% 50%;
  margin-bottom: 20px;
}

.contents-serch:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}

.contents-serch p:nth-child(1) {
  font-size: 24px;
}
.contents-serch p:nth-child(2) {
  font-size: 12px;
  color: #000000;
}

.serch-box {
  width: 397px;
  margin: 0 auto;
  box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.16);
  margin-bottom: 24px;
}

.contents-serch-tag-box {
  flex-wrap: wrap;
  gap: 10px;
  font-size: 14px;
}

.contents-serch-tag-box span {
  border-radius: 3px;
  border: 1px solid #E60039;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px 20px;
  cursor:pointer;
  font-size:12px;
  -webkit-transition: all ease-in-out 0.2s;
  -ms-transition: all ease-in-out 0.2s;
  -moz-transition: all ease-in-out 0.2s;
  -o-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.contents-serch-tag-box span:hover{
	background-color:#E60039;
	color:#fff;
}

.contents-serch-tag-box span.bg-gray {
  border: 1px solid #717171;
}

.contents-serch-tag-box span.bg-gray:hover{
	border-color:#E60039;
}

.contents-serch-tag-box span.bg-red:hover{
	background:none;
	color:#E60039;
}
  
.recommend-tab-box {
  border-bottom: 3px solid #E4E4E4;
  margin-bottom: 40px;
}

.recommend-tag {
  width: 16.6%;
  padding-bottom: 6px;
  cursor:pointer;
}

.recommend-tag p:nth-child(1) {
  font-size: 18px;
  margin-bottom: 5px;
}
.recommend-tag p:nth-child(2) {
  font-size: 10px;
}

.ham-menu {
  display: none;
}

.recommend-tag.active,
.recommend-tag:hover {
  /* border-bottom: 3px solid #E60039; */
  position: relative;
}

.recommend-tag.active::after,
.recommend-tag:hover::after {
  content: '';
  display: block;
  width: 80%;
  height: 3px;
  background-color: #E60039;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.recommend-tag.active p {
  color: #e60039;
}

.post-wrapper {
  flex-wrap: wrap;
  gap: 50px 2.75%;
  margin-bottom: 40px;
  align-items: stretch;
}

.post-item {
  width: 31.5%;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1% 1.3% 3% 1.3%;
  position: relative;
  cursor: pointer;
  color:inherit;
}

.post-item:hover .post-img-box img {
  transform: scale(1.04);
  transition: all 0.5s;
}

.post-img-box {
  border-radius: 5px;
  margin-bottom: 13px;
  aspect-ratio: 37/28;
  overflow: hidden;
}
.post-img-box img {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
}

.post-day {
  margin-bottom: 7px;
  font-size: 12px;
}

.post-text-box h2,
.post-text-box h3 {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-caption {
font-size: 14px;
}

.post-tag {
  position: absolute;
  border-radius: 3px;
  padding: 5px 20px;
  top: 7%;
  left: 0;
  display: inline-block;
}

.serch-post-wrapper {
  align-items: stretch;
  flex-wrap: wrap;
  gap: 40px 2%;
  margin-bottom: 60px;
}

.serch-post-item {
  display: flex;
  flex-direction: column;
  width: 23.5%;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 1% 1.3% 1.5% 1.3%;
  color: inherit;
}

.serch-post-item:hover .serch-post-img img {
  transform: scale(1.04);
  transition: all 0.5s;
}

.serch-post-img {
  margin-bottom: 10px;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  img{
    width: 100%;
    object-fit: cover;
    height: 100%;
  }
}

.serch-post-text-box {
  display: flex;
  flex-direction: column;
  flex-grow: 2;
}

.serch-post-text-box h3 {
  font-size: 16px;
  margin-bottom: 13px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 3em;
}

.serch-post-text {
  font-size: 14px;
  margin-bottom: 1em;
  flex-grow: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  height: 6em;
}

.serch-post-name {
  font-size: 14px;
}

.serch-post-btn {
  width: 90%;
  padding: 12px 5px;
  background-size: 8px;
}

.serch-post-btn p {
  font-size: 14px;
}

.footer-top {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 30px;
  border-bottom: 1px solid #DCD6D5;
}

.footer-logo {
  width: 22%;
}

.footer-middle {
  padding: 2% 5.5%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  border-bottom: 0.5px solid #A8A8A8;
}

.footer-contents {
  width: 20%;
}

.footer-contents:nth-child(1) {
  width: 48%;
}

.footer-head {
  border-bottom: 0.5px solid #A8A8A8;
  padding-bottom: 16px;
  margin-bottom: 22px;
}

.footer-head p {
  font-size: 16px;
  font-weight: bold;
}

.footer-flex-2-column {
  display: flex;
  justify-content: space-between;
}

.footer-flex-2-column .footer-item {
  width: 50%;
}

.footer-item a:hover {
  text-decoration: underline;
}



.footer-large-text {
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 12px;
  color: #000000;
}

.footer-small-text {
  font-size: 12px;
  margin-left: 16px;
  margin-bottom: 8px;
  color: #000000;
  width: 55%;
  background-image: url(/media/images/footer-link-arrow.png);
  background-size: 9px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}

.footer-small-text:last-child {
  margin-bottom: 24px;
}

.footer-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 55px 5%;
}

.footer-bottom a {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 30px;
  text-align:center;
}

.footer-bottom a:nth-of-type(2) {
  margin: 0 6% 30px 6%;
}

.footer-bottom span {
  display: block;
  font-weight: bold;
  width: 100%;
  font-size: 18px;
  text-align: center;
}

@media screen and (max-width: 1400px) {
  .footer-middle {
    padding: 60px 0;
  }

  .footer-large-text {
    font-size: 12px;
  }

  .footer-small-text {
    background-size: 6px;
  }



  .footer-contents:nth-child(1) {
    width: 50%;
  }

  .footer-contents {
    width: 22%;
  }
  
  .contents-serch-tag-box{
		gap: 5px;
	}
  .contents-serch-tag-box span{
		font-size: 10px;
		padding: 3px 8px;
	}
}





@media screen and (max-width: 1400px) {


  .contents-title {
    margin-bottom: 45px;
  }
  
  .contents-title p {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .contents-title h1,
  .contents-title h2,
  .contents-title h3 {
    font-size: 36px;
  }
  
  .red-btn {
    width: 350px;
    padding: 17px 0;
    border-radius: 5px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  
  
  
  .header-link {
    align-items: center;
    margin-right: 35px;
    padding-right: 20px;
    background-image: url(/media/images/arrow_red-bottom.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
  }
  
  .header-link-img {
    width: 37px;
    height: 37px;
    margin-right: 10px;
  }
  
  .header-link-text {
    font-size: 16px;
  }
  
  .header-serch-box {
  background-color: #F2F2F2;
  width: 200px;
  height: 40px;
  border-radius: 24px;
  padding: 0 1%;
  }
  
  .header-serch-box input {
    width: 130px;
    flex-grow: 2;
    padding-right: 5%;
  }
  
  .header-serch-box button {
    width: 18px;
    height: 18px;
    display: block;
    flex-shrink: 0;
    /* margin-right: 30px; */
  }
  
  .header-red-btn {
    width: 150px;
    height: 60px;
    border-radius: 8px;
    margin-left: 20px;
  }
  
  .header-red-btn p {
    font-size: 13px;
  }
  
  .red-btn {
    background-image: url(/media/images/arrow_white-right.png);
    background-size: 10px;
    background-repeat: no-repeat;
    background-position: 95% 50%;
  }
  
  
  /* toppage */
  
  
  
  
   .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    width: 59px;
    height: 83px;
  }
  
  .contents-wrap {
    width: 100%;
    max-width: 980px;
    padding: 0 2%;
  }
  
  .question-left {
    width: 480px;
  }

  .question-left > p {
    font-size: 10px;
  }
  
  .question-round-box {
    margin-bottom: 15px;
  }
  
  .question-round {
    width: 152px;
    height: 152px;
  }
  
  .question-round p:nth-child(1) {
    font-size: 12px;
  }
  
  .question-num {
    font-size: 36px;
  }


  .question-num {
    font-size:31px;
  }
  
  .question-num span {
    font-size: 11px;
    line-height: 56px;
  }
  
  .question-round:nth-child(3) .question-num {
    font-size: 50px;
    line-height: 1.3;
  }



  
  .question-left-logo {
    width: 155px;
  }
  
  .question-left-text {
    padding: 0 5px;
    padding-bottom: 13px;
    border-bottom: 3px solid #E60039;
  }
  
  .question-left-text p:nth-child(1) {
    font-size: 16px;
  }
  .question-left-text p:nth-child(2) {
    font-size: 24px;
  }
  .question-left-text p:nth-child(2) span {
    font-size: 35px;
  }
  
  
  
  .question-right {
    width: 480px;
  }
  
  
  .question-bubble {
    padding: 5% 20px;
    margin-bottom: 28px;
  }
  
  .question-bubble:before {
    margin-left: -25px;
    border: 20px solid transparent;
    border-top: 20px solid #ffffff;
  }
  
  .question-bubble p {
    font-size: 26px;
  }
  
  .question-bubble p span {
    font-size: 32px;
  }
  
  .question-right > p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 25px;
  }
  
  .question-right .red-btn {
    width: 80%;
    padding: 30px 0;
    margin: 0 auto;
    border-radius: 10px;
  }
  
  .question-right .red-btn p {
    font-size: 16px;
  }
  
  .contents-serch-box {
    flex-wrap: wrap;
    margin-bottom: 50px;
  }

  .serch-box {
    width: 397px;
    margin: 0 auto;
    box-shadow: inset 0px 3px 4px rgba(0, 0, 0, 0.16);
    margin-bottom: 24px;
  }

  .contents-serch {
    width: 450px;
  }
  
  
    
  .recommend-tab-box {
    border-bottom: 3px solid #E4E4E4;
    margin-bottom: 40px;
    justify-content:flex-start;
  }
  
  .recommend-tag {
    /*width: 15%;*/
    width:auto;
    padding-bottom: 6px;
    margin-right:2.5em;
  }
  
  .recommend-tag p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .recommend-tag p:nth-child(2) {
    font-size: 10px;
  }

  .recommend-tag:nth-child(5) {
    /*width: 25%;*/
  }

}

@media screen and (max-width: 900px) {

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
/*
  .swiper-wrapper {
    height: 300px;
  }
*/
  .swiper-slide {
    position: relative;
  }

  .swiper-img {
    height: 100%;
  }

  .swiper-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }

  .swiper-text {
    /*position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.8);*/
    padding-top: 15px;
    padding-bottom: 15px;
    /*width: 100%;*/
  }

  .swiper-text p {
    font-size: 10px;
  }

  .sp-top-red-box {
    padding: 15% 5%;
  }

  .sp-top-red-box h1 {
    font-size: 18px;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .sp-top-red-box > p  {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .sp-top-red-box a {
    padding: 5% 0;
    border-radius: 5px;
  }

  .contents-container {
    padding: 30px 5% 40px 5%;
  }

  .contents-wrap {
    width: 100%;
  }

  .contents-title {
    margin-bottom: 10px;
  }

  .contents-title h1,
  .contents-title h2,
  .contents-title h3 {
    font-size: 24px;
  }

  .contents-title p {
    font-size: 12px;
    margin-bottom: 0px;
  }

  .serch-sp-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #E60039;
    border-radius: 5px;
    height: 40px;
    padding: 0 3px 0 2%;
    margin: 0 auto;
    max-width: 350px;
    margin-bottom: 40px;
    background-color: #ffffff;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.16);
    box-sizing:border-box;
  }

  .serch-sp-btn button {
    height: 32px;
    padding: 0 20px;
    font-size: 18px;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
  }

  .serch-sp-btn input {
    /*padding-right: 3%; */
    width:calc(100% - 112px - 20px);
    font-size: 14px;
  }

  .contents-serch-box {
    width: 90%;
    margin: 0 auto;
  }

  .serch-post-wrapper {
    justify-content: center;
  }
  
  .serch-post-item {
    width: 90%;
    padding: 3% 3% 8% 3%;
  }

  .serch-post-text-box {
    padding: 0 5%;
  }

  .serch-post-text-box h3 {
    font-size: 14px;
  }

  .serch-post-text {
    font-size: 10px;
  }

  .red-btn {
    width: 100%;
  }

  .red-btn {
    background-size: 6px;
  }

  .serch-post-btn p {
    font-size: 13px;
  }

  .serch-post-btn {
    width: 70%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .serch-tag-text {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .contents-serch-tag-box {
    width: 90%;
    margin: 0 auto;
    gap: 5px;
  }

  .contents-serch-tag-box span {
    font-size: 10px;
    padding: 3px 8px;
  }

  .sp-post-wrapper {
    width: 90%;
    margin: 0 auto;
  }

  .sp-post-wrapper > h2 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .sp-post-wrapper > p {
    font-weight: bold;
    font-size: 10px;
    margin-bottom: 20px;

  }

  .post-wrapper {
    &:last-of-type{
      margin-bottom: 0;
    }
    margin-bottom: 30px;
    /*gap: 10px;*/
    gap:30px;
  }

  .post-item {
    width: 100%;
    /*padding: 0;*/
    padding:10px;
    border-radius: 5px;
  }

  .post-text-box {
    /*position: absolute;
    left:0;
    bottom: 0;*/
    position:inherit;
    left:inherit;
    bottom:inherit;
    padding:10px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
  }

  .post-text-box {
    /*padding: 1% 3.5%;*/
    padding:10px;
  }

  .post-img-box {
    margin-bottom: 0;
  }

  .post-img-box img {
    display: block;
    height: 100%;
  }

  .post-day {
    margin-bottom: 0;
  }
  .post-text-box h2,
  .post-text-box h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .post-caption {
    font-size: 10px;
  }

  .post-tag {
    width: 50%;
    font-size: 10px;
    text-align: center;
    padding:  0;
    line-height: 18px;
    left: 3%;
  }

  .footer-top {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-bottom: none;
    padding-bottom: 0;
  }

  .footer-logo {
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #707070;
    margin-bottom: 0px;
    text-align: center;
  }

  .footer-logo img {
    width: 80%;
  }

  .footer-middle {
    padding: 60px 0;
    flex-direction: column;
  }

  .footer-contents {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-contents:nth-child(1) {
    width: 100%;
  }

  .footer-large-text {
    font-size: 10px;
  }

  .footer-small-text {
    font-size: 10px;
    width: 60%;
  }

  .footer-head p {
    font-size: 14px;
  }

  footer.contents-container {
    padding: 30px 3% 40px 3%
  }

  .footer-bottom a {
    font-size: 14px;
    width: 100%;
  }

  .footer-bottom span {
    font-size: 14px;
  }
  
  .recommend-tab-box.pc{
	display:flex;
	justify-content:space-between;
	flex-flow:row wrap;
}
 .recommend-tab-box.pc .recommend-tag{
	width:47%;
	margin-right:0;
	margin-bottom:10px;
}
		
}
@media screen and (max-width: 600px){
	.sp-top-red-box h2{
		font-size:1.4em;
	}
}




/* companu-serch */

.pan-container {
  padding-top: 30px;
  padding-bottom: 0;
}

.pan-wrap {
  border-bottom: 3px solid #E4E4E4;
  padding-bottom: 30px;
  position: relative;
}

.pan-wrap::after {
  content: '';
  display: block;
  width: 15%;
  height: 3px;
  background-color: #E10029;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.pan-box {
  align-items: center;
}

.pan-box a, .pan-box p {
  font-size: 14px;
}

.pan-link {
  margin-right: 25px;
  text-decoration: solid;
  position: relative;
  line-height: 20px;
}

.pan-link::after {
  content: '>';
  color: #000000;
  position: absolute;
  top: 0;
  right: -18px;
  line-height: 20px;
}

.company-serch-wrapper {
  padding: 3% 2%;
}

.company-serch-box {
  border-bottom: 1px solid #DBDBDB;
}

.company-serch-check-box.close {
  display: none;
}

.company-serch-check-box.open {
  display: flex;
  padding-top: 30px;
  padding-bottom: 15px;
}

.company-serch-head {
  align-items: center;
  padding: 10px 0;
}

.company-serch-head > p.minus {
  font-size: 22px;
  margin-right: 20px;
  cursor:pointer;
}
.company-serch-head > p.plus {
  font-size: 36px;
  margin-right: 20px;
  cursor:pointer;
}
.company-serch-head > p.minus + h2{
	color:#E60039;
}
.company-serch-head > p.minus:hover + h2,
.company-serch-head > p.plus:hover + h2{
	color:#E60039;
}
.company-serch-head > h2,
.company-serch-head > h3,
.company-serch-head > h4 {
  font-size: 18px;
  margin-right: 20px;
  cursor:pointer;
}

.company-serch-head > h2:hover,
.company-serch-head > h3:hover,
.company-serch-head > h4:hover {
	color:#E60039;
}

.company-serch-all-check {
  align-items: center;
}

.company-serch-all-check label {
  font-size: 14px;
  margin-left: 10px;
}

.company-serch-check-box {
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.company-serch-check {
  width: 20%;
  display: flex;
  align-items: center;
  padding-right: 5px;
}

.company-serch-check > input {
  margin-top: 3px;
  accent-color: #E60039;
}

.company-serch-all-check input {
  accent-color: #E60039;
}

.company-serch-check label {
  font-size: 12px;
  line-height: 36px;
  margin-left: 5px;
}

.company-serch-wrapper .btn-2-column {
  margin-top: 13px;
}

.company-serch-wrapper .btn-2-column .white-btn {
  margin-right: 20px;
}

.company-serch-wrapper .btn-2-column .white-btn:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}

.company-serch-wrapper .btn-2-column a {
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-2-column .red-btn p {
  font-size: 22px;
}
.btn-2-column .red-btn span {
  font-size: 18px;
  padding-right: 10px;
}

.btn-2-column .red-btn span::after {
  content: '件';
  font-size: 12px;
}

.serch-top-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.serch-result-num-box {
  justify-content: flex-start;
}

.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  margin: 0 0 0 auto;
}

.pagenation > .arrow {
  width: 10px;
}

.pagenation .arrow-left {
  margin-right: 8px;
}

.pagenation > p, .pagenation > a {
  width: 24px;
  height: 24px;
  text-align: center;
  margin: 0 5px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
}

.pagenation > .page-now {
  background-color: #E60039;
  color: #ffffff;
}

.pagenation > a:hover{
	background-color: #E60039;
    	color: #ffffff;
}

.serch-result-text {
  color: #666666;
  font-size: 18px;
  margin-right: 30px;
  flex-shrink: 0;
}


.serch-result-text span {
  font-size: 12px;
}

.serch-result-box {
  flex-wrap: wrap;
  align-items: stretch;
  gap: 80px 3.5%;
  margin-top: 55px;
}

.serch-result-item {
  width: 31%;
  padding: 2% 1.5% 3% 1.5%;
  border-radius: 5px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  color:inherit;
}

.serch-result-item > h2,
.serch-result-item > h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.result-img-box {
  align-items: center;
  margin-bottom: 13px;
}

.result-img {
  width: 30%;
}

.result-head {
  width: 70%;
  padding-left: 5%;
}

.result-head h3,
.result-head h4 {
  font-size: 16px;
  margin-bottom: 10px;
}
.result-head p {
  font-size: 14px;
  line-height: 2;
  display:inline;
}

.serch-result-item .contents-serch-tag-box {
  width: 100%;
}

.serch-result-item > p {
  font-size: 14px;
  list-style: 1.7;
  margin-bottom: 35px;
}

.result-check-box {
  padding: 2%;
  margin-bottom: 13px;
}

.result-check-box > h5 {
  font-size: 16px;
}

.check-text {
  font-size: 12px;
  line-height: 2;
  padding-left: 18px;
  position: relative;
}

.check-text::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background-image: url(/media/images/icon_check.png);
  background-size: 100%;
  position: absolute;
  top: 8px;
  left: 0;
}

.serch-result-abs {
  position: relative;
}

.serch-result-abs::before {
  content: '';
  display: block;
  width: 94%;
  height: 4px;
  background-color: #E60039;
  position: absolute;
  top: 0;
  left: 3%;
}

.red-abs-text {
  position: absolute;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  top: -25px;
  left: 8%;
  padding: 0 20px;
}

.search-title h1{
	/*padding-top: 70px;*/
	padding-top:0;
}


@media screen and (max-width: 1400px) { 

  .company-serch-check {
    width: 25%;
  }

}


@media screen and (max-width: 900px) {

  .pan-box {
    flex-wrap: wrap;
  }

  .pan-box a, .pan-box p {
    font-size: 12px;
  }

  .company-serch-head > h2,
  .company-serch-head > h3,
  .company-serch-head > h4 {
    font-size: 15px;
  }

  .company-serch-head > p.minus {
    font-size: 20px;
    margin-right: 7px;
  }

  .company-serch-head > p.plus {
    font-size: 30px;
    margin-right: 7px;
  }

  .company-serch-all-check label {
    margin-left: 0;
  }

  .company-serch-check {
    width: 50%;
    margin-bottom: 10px;
  }

  .btn-2-column {
    flex-wrap: wrap;
  }

  .white-btn {
    width: 100%;
  }

  .company-serch-wrapper .btn-2-column .white-btn {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .company-serch-check label {
    font-size: 10px;
    line-height: 18px;
    margin-left: 4px;
  }

  .company-serch-wrapper .btn-2-column {
    margin-top: 30px;
  }

  .company-serch-wrapper {
    padding: 3% 2% 16% 2%;
  }

  .serch-top-contents {
    flex-wrap: wrap;
    justify-content: center;
  }

  .serch-result-num-box {
    margin-bottom: 25px;
  }

  .pagenation {
    margin: 0 auto;
  }

  .serch-result-item {
    width: 100%;
    padding: 8% 3.5% 6% 3.5%;
  }

  .company-serch .post-item {
    margin-top: 30px;
  }
}



/* text-search */

.text-search .contents-container {
  padding-top: 0;
  padding-bottom: 0;
}

.text-search .red-btn {
  margin-bottom: 60px;
}



.text-search .serch-top-contents {
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.text-search .serch-result-box + .red-btn {
  margin-top: 40px;
}

.text-search .serch-top-contents > p {
  font-size: 18px;
  width: 100%;
  margin-bottom: 10px;
}

.text-search .red-btn {
  background-image: none;
}

.post-wrapper2 {
  gap: 20px 2.75%;
}

.post-item2 {
  padding: 0;
}

.post-item2 .post-text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 2% 2% 3% 2%;
  width: 100%;
}

.post-item2 .post-img-box {
  margin: 0;
} 

.post-item2 .post-img-box img {
  display: block;
}

.post-item2 .post-day {
  margin-bottom: 0;
  font-size: 10px;
}

.post-item2 .post-text-box h2,
.post-item2 .post-text-box h3 {
  margin-bottom: 0;
}
.post-item2 .post-text-box h2,
.post-item2 .post-text-box h3 {
  font-size: 14px;
}


.post-item2 .post-caption {
  font-size: 10px;
}

.post-item2 .post-tag {
  width: 50%;
  text-align: center;
}

.text-search .post-wrapper {
  margin-bottom:12%;
}




@media screen and (max-width: 900px) {
	.text-search .contents-container {
		padding-top:30px;
	}
  .search-title h1,
  .search-title h2 {
		padding-top:0 !important;
    font-size: 16px;
    margin-bottom: 35px;
  }

  .text-search .serch-top-contents > p {
    font-size: 16px;
    text-align: center;
  }

  .text-search .post-item {
    /*margin-bottom: 30px;*/
    margin-bottom:0;
  }
}

.article-search .post-wrapper {
  margin-bottom: 5%;
}

.post-rectangle-wrapper .post-img-box {
  aspect-ratio: 37/28;
}

.post-rectangle-wrapper .post-img-box img  {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.post-rectangle-wrapper .post-item {
  padding-bottom: 1%;
}


@media screen and (max-width: 900px) {
  
.post-rectangle-wrapper .post-img-box {
  aspect-ratio: auto;
}

.post-rectangle-wrapper .post-img-box img  {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

}


/* company-profile */

.pro-middle-box {
  justify-content: space-between;
  align-items: flex-start;
}

.pro-logo-box {
  width: 17.5%;
  img{
    aspect-ratio: 1;
    object-fit: contain;
  }
}

.pro-contents-box {
  width: 80%;
}

.pro-contents-box h2,
.pro-contents-box h3 {
  font-size: 24px;
  margin-bottom: 10px;
}

.pro-contents-box p {
  font-size: 14px;
  margin-bottom: 30px;
}

.pro-contents-box p a {
  font-size: 14px;
  display: inline;
  text-decoration: none;
  color: #000000;
}

.pro-contents-box > h3,
.pro-contents-box > h4 {
  font-size: 20px;
  border-bottom: 2px solid #E4E4E4;
  padding-left: 16px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 10px;
}

.pro-contents-box > h3::before,
.pro-contents-box > h4::before {
  content: '';
  background-color: #DE002F;
  width: 5px;
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
}

.pro-bottom-box {
  align-items: stretch;
  justify-content: space-between;
  gap: 10px;
}

.pro-bottom-item {
  /* display: flex;
  flex-direction: column;
  width: calc(50% - 5px); */
  .spacer{
    margin: 0 .1em;
  }
}

.pro-bottom-item > p {
  font-size: 18px;
  margin-bottom: 5px;
}

.pro-bottom-text {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
}

.pro-bottom-text h5, .pro-bottom-text p {
  font-size: 16px;
}




.profile-post-wrapper .post-text-box h2,
.profile-post-wrapper .post-text-box h3 {
  color: #4D94FF;
}

.profile-post-wrapper .post-img-box {
  aspect-ratio: 2/1;
}

.profile-post-wrapper .post-img-box img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contents-title .search-num {
  font-size: 18px;
  padding-left: 10px;
}

.pro-voice-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5% 2%;
  margin-bottom: 1.5%;
  border-radius: 15px;
}

.pro-voice-title {
  border-left: 3px solid #E60039;
  padding-left: 3%;
  padding-right: 1.5%;
  width: 32%;
}

.pro-voice-title p {
  font-size: 14px;
}
.pro-voice-title h3 {
  font-size: 18px;
}

.pro-voice-item > p {
  font-size: 16px;
  width: 67%;
}

.voice-contact-box {
  border: 4px solid #E60039;
  border-radius: 10px;
  padding: 2% 20% 3% 2%;
  position: relative;
}

.cta_button_wrapper{
  overflow: visible;
  display: flex;
}
.voice-contact-top {
  position: relative;
  border-radius: 1em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 600px;
  overflow: hidden;
  background-color: #f2f2f2;
  box-shadow: 5px 5px 0 0 #a6a6a6;
}
.voice-contact-top:hover {
  box-shadow: unset;
  transform: translate(4px,4px);
  transition: ease transform 0.3s ,box-shadow 0.1s;
}
.voice-contact-top .text {
  color: #222;
}

.voice-contact-top h2,
.voice-contact-top h3 {
  font-size: 23px;
  line-height: 1.5;
  width: 45%;
}
.voice-contact-top a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222;
  position: relative;
  padding: 1.5em 4em;
}

.voice-contact-top:before {
  content: "最短即日";
  position: absolute;
  font-size: 1em;
  font-weight: bold;
  top: .5em;
  right: -2.5em;
  padding: 0 3.5em;
  transform: rotate(20deg);
  transform-origin: top;
  background: #feefac;
}
.voice-contact-top a p {
  font-size: 23px;
}

.voice-contact-top a p:nth-child(2) {
  width: 67%;
  text-align: center;
}

.voice-contact-bottom {
  display: flex;
  justify-content: space-between;
}

.voice-contact-item {
  width: 32%;
}

.voice-contact-item span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 108px;
  height: 38px;
  line-height: 38px;
  background-image: url(/media/images/red-box.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 5px;
}

.voice-contact-item h3,
.voice-contact-item h4 {
  font-size: 24px;
  margin-bottom: 15px;
}

.voice-contact-item p {
  font-size: 16px;
}

.voice-contact-box > img {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.com-profile-box {
  padding: 2%;
}
.detail_label{
  font-size: clamp(14px, 1.2vw, 18px);
  color: #333;
}
.left-line-title {
  border-left: 3px solid #E60039;
  padding-left: 24px;
  padding:  5px 0 5px 24px ;
  margin-bottom: 15px;
}

.com-profile-item {
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  &.bb_unset{
    border-bottom: unset;
  }
}

.com-profile-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1em;
  .pc_flex_column{
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 1em;
  }
}


.com-profile-text {
  width: 100%;
  display: flex;
  align-items: flex-start;
}

.com-profile-2-text { 
  width: 32%;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}

.com-profile-2-text .com-profile-text {
  width: 100%;
}

.com-profile-text p {
  font-size: 15px;
}
.com-profile-text p br{
	display:none;
}

.com-profile-text a {
  font-size: 15px;
}

.com-profile-text p:nth-child(1) {
  width: 29%;
}

.com-profile-text p:nth-child(2) {
  width: 69%;
}

.com-profile-item > h5 {
  font-size: 16px;
  margin-bottom: 15px;
}

.com-profile-item > p ,.pro-bottom .text {
  font-size: 16px;
  line-height: 2;
}

.com-profile-item > p > a {
  display: inline;
  color: #000000;
}

.com-profile-contents {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 10px 5%;
  padding-bottom: 5%;
}

.com-profile-contents > p {
  width: 30%;
}

.voice-contact-top.float {
  border: 4px solid #E60039;
  width: 80%;
  margin: 0 auto;
  padding: 3% 2%;
}

.voice-contact-top.float span {
  font-size: 16px;
  display: block;
  font-weight: normal;
  padding-top: 10px;
}

.voice-contact-top.float a {
  width: 50%;
}



@media screen and (max-width: 1400px) { 

  .pro-bottom-text h5, .pro-bottom-text p {
    font-size: 13px;
  }

  .pro-voice-title p {
    font-size: 12px;
  }
  
  .pro-voice-item > p {
    font-size: 12px;
  }

  .voice-contact-top h2,
  .voice-contact-top h3 {
    font-size: 16px;
  }
  .voice-contact-top::before{
    font-size: 3.6vw;
    font-size:clamp(10px,3.6vw,16px);
  }
  .cta_button_wrapper{
    padding: 30px 5% 30px 5%;
  }
  .padding-unset{
    padding: unset !important;
  }
  .voice-contact-top {
    a {
      width: 100%;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      color: #222;
      position: relative;
      padding: 1.5em 3em;
      font-size:clamp(10px,4.3vw,18px);
      p{
        font-size:clamp(10px,4.3vw,18px);
      }
    }
  }

  .voice-contact-item span {
    font-size: 16px;
    padding-right: 13px;
  }

  .voice-contact-item h3,
  .voice-contact-item h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .voice-contact-item p {
    font-size: 14px;
  }

  .com-profile-text p {
    font-size: 10px;
  } 

  .com-profile-text a {
    font-size: 10px;
  }

  .com-profile-item > p ,.pro-bottom .text{
    font-size: 12px;
  }

  .com-profile-contents > p {
    font-size: 12px;
  }

  .voice-contact-top.float a p {
    font-size: 16px;
  }
}


@media screen and (max-width: 900px) { 

  .pt-0 {
    padding-top: 0;
  }

  .pb-0 {
    padding-bottom: 0;
  }

  .pro-middle-box {
    flex-direction: column;
  }

  .pro-logo-box {
    width: 100%;
    margin-bottom: 15px;
  }

  .pro-contents-box {
    width: 100%;
  }

  .pro-bottom-box {
    flex-direction: column;
  }

  .pro-bottom-item {
    width: 100%;
  }

  .pro-bottom-text {
    width: 100%;
  }

  .pro-bottom-item > p {
    font-size: 16px;
  }


  .pro-voice-item {
    flex-direction: column;
    padding: 6%;
    margin-bottom: 20px;
  }

  .pro-voice-title, .pro-voice-item > p {
    width: 100%;
  }

  .pro-voice-title {
    margin-bottom: 20px;
  }

  .voice-contact-top {
    flex-direction: column;
  }

  .voice-contact-top h2,
  .voice-contact-top h3 {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .voice-contact-box {
    padding: 6%;
  }

  .voice-contact-bottom {
    flex-direction: column;
  }

  .com-profile-box {
    padding: 10% 5%;
  }

  .voice-contact-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .voice-contact-box > img {
    display: none;
  }

  .left-line-title {
    font-size: 16px;
    padding-left: 5%;
  }

  .com-profile-2-text, .com-profile-text {
    width: 100%;
  }

  .com-profile-item > h5 {
    font-size: 14px;
  }

  .com-profile-item {
    padding: 4.5% 0;
  }

  .com-profile-item > p ,.pro-bottom .text{
    font-size: 10px;
  }

  .com-profile-contents > p {
    width: 100%;
  }

  .com-profile-item .contents-serch-tag-box {
    width: 100%;
  }

  .voice-contact-top.float {
    width: 100%;
  }

  .voice-contact-top.float a {
    width: 100%;
  }

  .voice-contact-top.float a p {
    font-size: 14px;
  }

  .voice-contact-top.float span {
    font-size: 14px;
  }

}

@media screen and (max-width: 680px){ 
  .com-profile-wrapper {
    display: flex;
    flex-direction: column;
    gap: 10px 2%;
  }
}

/* company-works */

.column-2-container .pan-wrap {
  padding-bottom: 20px;
}

.column-2-container .contents-wrap {
  display: flex;
  justify-content: space-between;
}

.column-2-container:nth-of-type(2) {
  padding-top: 0;
}

.left-wrapper, .right-wrapper {
  padding-top: 10px;
  position: relative;
}


.left-wrapper::before, .right-wrapper::before {
  content: '';
  width: 100px;
  height: 3px;
  background-color: #DE002F;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
}

.column-2-title {
  margin-bottom: 35px;
  /* height: 52px; */
}

.column-2-title h1,
.column-2-title h2 {
  font-size: 18px;
}

.left-wrapper {
  width: 65%;
}

.right-wrapper {
  width: 31%;
}

.cw-flex-contents-box {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px 0;
  margin-bottom: 6%;
}

.cw-flex1 {
  width: 48.5%;
}

.cw-flex2 {
  width: 48.5%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.cw-item {
  height: 100%;
  border: 1px solid #707070;
}

.cw-item img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.cw-red-box {
  padding: 1.5% 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 5%;
  gap: 15px;
}

.cw-red-item {
  background-color: #FCF8F7;
  text-align: center;
  /*display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;*/
  display:table-cell;
  /*width: 19%;*/
  width:auto;
  max-width: 50%;
  min-width:200px;
  padding: 2% 15px;
  flex: 1;
}

.cw-red-item p:nth-child(1) {
  font-size: 12px;
  margin-bottom: 10px;
}

.cw-red-item .description-label {
  position: relative;
  border: 2px solid #E60039;
  font-size: 14px;
  width: 100%;
  min-height: 57px;
  padding: .5em;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cw-text-box {
  margin-bottom: 8%;
}

.cw-text-box h3 {
  font-size: 24px;
  margin-bottom: 22px;
}

.cw-text-box p {
  font-size: 16px;
  line-height: 1.9;
}

.cw-contact-box > h3 {
  margin-bottom: 20px;
}

.cw-contact-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cw-contact-logo {
  aspect-ratio: 1/1;
  width: 26%;
  align-items: center;
  justify-content: center;
}

.cw-contact-logo img {
  width: 80%;
}

.cw-contact-right {
  width: 70%;
}

.cw-contact-right > p {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 19px;
}

.cw-contact-right .voice-contact-top {
  width: 80%;
  margin: 0 auto;
}

.cw-contact-right .voice-contact-top a {
  width: 100%;
  padding: 2.5% 5%;
}

.cw-contact-right .voice-contact-top a p {
  font-size: 18px;
}

.left-line {
  border-left: 3px solid #DE002F;
  padding-left: 15px;
}

.right-wrapper .column-2-title {
  display: flex;
  align-items: flex-end;
}

.right-wrapper .post-wrapper {
  flex-direction: column;
  flex-flow:row wrap;
}

.right-wrapper .post-wrapper  a{
	display:block;
	box-sizing:border-box;
	width:100%;
}

.right-wrapper .post-item {
  width: 100%;
  padding: 4%;
}

.right-wrapper .post-text-box h2,
.right-wrapper .post-text-box h3 {
  color: #4D94FF;
}

.cw-flex-contents-1 .cw-flex1 {
  width: 100%;
}

.cw-flex-contents-1 .cw-flex1 .cw-item {
  border: none
}

.cw-item-vertical {
  width: 50%;
  margin: 0 auto;
}


@media screen and (max-width: 1400px) { 

.cw-red-box{
	display:block !important;
	box-sizing:border-box;
}
  .cw-red-item {
    /*width: 17%;*/
    display: block;
    width: 100% !important;
    max-width: unset;
  }

  .cw-red-item:nth-child(2) {
    width: 41%;
  }

  .cw-text-box h3 {
    font-size: 18px;
  }

  .cw-text-box p {
    font-size: 14px;
    line-height: 1.7;
  }

  .cw-contact-right > p {
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .cw-contact-right .voice-contact-top {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {

  .column-2-container .contents-wrap {
    flex-direction: column;
  }

  .left-wrapper {
    width: 100%;
  }

  .right-wrapper {
    width: 100%;
  }

  .column-2-title h1,
  .column-2-title h2 {
    font-size: 15px;
  }

  .cw-red-box {
    flex-wrap: wrap;
    gap: 10px;
  }

  .cw-red-item, .cw-red-item:nth-child(2) {
    width: 100%;
  }

  .cw-text-box h3 {
    font-size: 16px;
  }

  .cw-text-box h3 {
    margin-bottom: 15px;
  }

  .cw-contact-box > h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .cw-contact-flex {
    flex-direction: column;
  }

  .cw-contact-logo {
    width: 40%;
    margin-bottom: 10px;
  }

  .cw-contact-right {
    width: 100%;
  } 

  .cw-contact-right > p {
    font-size: 10px;
  }

  .cw-contact-box {
    width: 92%;
  }

  .cw-contact-right .voice-contact-top {
    width: 100%;
  }
  .voice-contact-top a{
    padding: 1em 4em;
  }
  .cw-contact-right .voice-contact-top a p {
    font-size: 12px;
  }

  .right-wrapper::before {
    display: none;
  }

  .right-wrapper .post-item {
    padding: 0;
  }
}

.art-title {
  margin-bottom: 40px;
  padding-top: 50px;
}

.art-title h1 {
  font-size: 30px;
  margin-bottom: 15px;
}
.art-title span {
  font-size: 14px;
}

.art-top-box {
  margin-bottom: 9%;
}


.art-top-img {
  margin-bottom: 15px;
}

.art-top-box > p {
  font-size: 16px;
}

.art-t-contents {
  padding: 3% 5% 4% 5%;
  margin-bottom: 20px;
}

.art-t-contents > p {
  font-size: 18px;
  margin-bottom: 10px;
}

.art-t-contents ul li a:hover{
	text-decoration:underline;
}

.art-t-box {
  border-top: 1px solid #A1A1A1;
  padding: 15px 0;
}

.art-t-box h2 {
  font-size: 18px;
}

.art-t-box ul {
  padding-top: 20px;
}

.art-t-box ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 15px;
}

.art-t-box ul li:last-child {
  margin-bottom: 0;
}

.art-t-box ul li::before, .table01-wrapper tbody tr td:nth-child(1):before, .small-list li.c-blue::before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background-image: url(/media/images/arrow_blue_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  left: 6px;
  top: 50%;
}

.article-wrapper .cw-contact-box {
  margin-bottom: 8%;
}

span.list-mark {
  font-size: 14px;
  color: #666666;
  display: block;
  margin-bottom: 8%;
}

.art-sub-title {
  font-size: 32px;
  margin-bottom: 6%;
}

h3.art-content-title {
  font-size: 30px;
  margin-bottom: 30px;
  border-top: 3px solid #E4E4E4;
  position: relative;
  padding-top: 8px;
}

h3.art-content-title::before {
  content: '';
  width: 100px;
  height: 3px;
  display: block;
  background-color: #E10029;
  position: absolute;
  top: -3px;
  left: 0;
}

p.art-content-top-text {
  font-size: 16px;
  margin-bottom: 6%;
}

.article-wrapper table {
  border-collapse: collapse;
  border-color: #A1A1A1;
  margin-bottom: 8%;
}

.article-wrapper table td {
  font-size: 15px;
}

.table01-wrapper thead td {
  padding: 8px;
}

.table01-wrapper tbody td {
  padding: 10px 15px;
  position: relative;
}

.table01-wrapper tbody tr td:nth-child(1) {
  padding-left: 30px;
}

.table01-wrapper tbody tr td:nth-child(1):before {
  left: 13px;
}

.table01-wrapper thead td:nth-child(1) {
  width: 30%;
}

.art-content-img {
  margin-bottom: 6%;
}

.art-content-img > img {
  margin-bottom: 25px;
}

p.source-link {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

p.source-link img {
  width: 12px;
  height: 12px;
  display: block;
  flex-shrink: 0;
  margin: 0 7px 0 0px;
}

p.source-link a {
  font-weight: normal;
}

.art-content-box h3.left-line {
  font-size: 24px;
  margin-bottom: 30px;
}

.small-list {
  padding-left: 3.5%;
  padding: 2% 3.5%;
  margin-bottom: 30px;
}

.small-list li {
  list-style: none;
  padding: 8px 0;
  font-size: 16px;
  position: relative;
}

.small-list li.c-blue {
  padding-left: 20px;
}


.table02-wrapper {

}

.table02-wrapper > p {
  font-size: 18px;
  margin-bottom: 20px;
}

.table02-wrapper td {
  padding: 2%;
}

.table02-wrapper td:nth-child(1) {
  width: 15%;
  text-align: center;
}

.table02-wrapper p.source-link {
  font-size: 14px;
  font-weight: normal;
}

.small-list h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.sug-box {
  position: relative;
  padding: 3% 4%;
  display: block;
  margin-bottom: 8%;
}

.sug-box:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}

.connection-post {
  width: 74px;
  height: 74px;
  position: absolute;
  top: 0;
  right: 0;
}

.sug-box > p {
  font-size: 18px;
  margin-bottom: 25px;
}

.sug-bottom-box {
}

.sug-img {
  width: 30%;
}

.sug-text {
  width: 66%;
}

.sug-text p {
  font-size: 16px;
  line-height: 1.9;
  color: #000000;
}


.middle-list {
  padding: 2% 3.5%;
}

.middle-list > p {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.middle-list ul {
  margin-bottom: 30px;
}

.middle-list ul li {
  list-style: none;
  font-size: 16px;
  margin-bottom: 5px;
}

.middle-list ul:nth-of-type(3) {
  margin-bottom: 0;
}

.art-tag-box {
  border-top: 1px solid #A1A1A1;
  border-bottom: 1px solid #A1A1A1;
  padding: 3% 0;
  margin-top: 6%;
}

.art-tag-box > p {
  font-size: 18px;
  margin-bottom: 20px;

}

.art-sns-box {
  padding: 5% 0;
  display: flex;
  align-items: center;
}

.art-sns-item {
  display: flex;
  align-items: center;
  margin-right: 8%;
}

.art-sns-item:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}

.art-sns-item img {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  margin-right: 10px;
}

.art-sns-item p {
  font-size: 14px;
}

.art-contact-box {
  border: 4px solid #E60039;
  border-radius: 10px;
  padding: 5% 3.5%;
  margin-top: 50px;
}

.art-contact-box h2 {
  font-size: 22px;
  border-bottom: 2px solid #E60039;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.art-contact-box p:nth-of-type(1) {
  font-size: 16px;
  margin-bottom: 4%;
}
.art-contact-box p:nth-of-type(2) {
  font-size: 18px;
  margin-bottom: 20px;
}

.art-contact-box p:nth-of-type(2) span {
  font-size: 22px;
}

.art-contact-box .red-btn {
  width: 100%;
  padding: 10px 0;
  width: 90%;
  margin: 0 auto;
}

.art-contact-box .red-btn p {
  font-size: 13px;
}


@media screen and (max-width: 1400px) { 
  .pan-box {
    flex-wrap: wrap;
  }

  .art-title h1 {
    font-size: 26px;
  }

  .art-sub-title {
    font-size: 28px;
  }

  h3.art-content-title {
    font-size: 24px;
  }

  p.art-content-top-text {
    font-size: 12px;
    margin-bottom: 6%;
  }

  .article-wrapper table td {
    font-size: 12px;
  }

  .table02-wrapper p.source-link {
    font-size: 10px;
  }

  .sug-text p {
    font-size: 14px;
  }

  .sug-box {
    padding: 5% 7%;
  }

  .art-contact-box h2 {
    font-size: 18px;
  }

  .art-contact-box p:nth-of-type(1) {
    font-size: 12px;
  }

  .art-contact-box p:nth-of-type(2) span {
    font-size: 18px;
  }

  .art-contact-box p:nth-of-type(2) {
    font-size: 14px;
  }



}




@media screen and (max-width: 900px) {

  .art-title h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .art-title {
    margin-bottom: 20px;
    padding-top: 25px;
  }

  .art-top-box > p {
    font-size: 14px;
  }

  .art-t-contents > p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .art-t-box h2 {
    font-size: 16px;
  }

  .art-t-box ul li {
    margin-bottom: 10px;
  }

  .art-t-box ul li a {
    font-size: 14px;
  }

  .art-sub-title {
    font-size: 20px;
    margin-bottom: 4%;
  }

  h3.art-content-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-top: 8px;
  }

  .article-wrapper table td {
    font-size: 10px;
  }

  .table01-wrapper tbody td {
    padding: 10px 10px
  }

  .table01-wrapper thead td:nth-child(1) {
    width: 37%;
  } 

  .table01-wrapper tbody tr td:nth-child(1) {
    padding-left: 18px;
  }

  .table01-wrapper tbody tr td:nth-child(1):before {
    left: 7px;
  }

  .art-t-box ul li::before, .table01-wrapper tbody tr td:nth-child(1):before, .small-list li.c-blue::before {
    content: '';
    width: 6px;
    height: 6px;
    top: 46%;
  }

  p.source-link {
    font-size: 10px;
  }

  .art-content-img > img {
    margin-bottom: 10px;
  }

  .art-content-img {
    margin-bottom: 9%;
  }

  .art-content-box h3.left-line {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .small-list li {
    padding: 5px 0;
    font-size: 14px;
  }

  .table02-wrapper td:nth-child(1) {

    width: 20%;
  }

  p.source-link img {
    width: 10px;
    height: 10px;
  }

  .small-list {
    padding: 5%;
  }

  .table02-wrapper p.source-link:nth-child(2) {
    padding-top: 8px;
  }

  h3.art-content-title {
    margin-bottom: 25px;
  }

  .sug-box {
    margin-bottom: 12%;
  }

  .sug-box > p {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .connection-post {
    width: 50px;
    height: 50px;
  }

  .sug-bottom-box {
    flex-direction: column;
  }

  .sug-img {
    width: 100%;
    margin-bottom: 10px;
  }

  .sug-text p {
    font-size: 12px;
    line-height: 1.6;
  }
  .sug-text {
    width: 100%;
  }

  p.art-content-top-text {
    margin-bottom: 15%;
  }

  .sug-text p {
    font-size: 12px;
  }

  .middle-list {
    padding: 5% 5.5%;
  }

  .middle-list > p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .middle-list ul li {
    font-size: 12px;
  }

  .art-contact-box h2 {
    font-size: 18px;
  }

  .art-contact-box p:nth-of-type(1) {
    /*font-size: 14px;*/
    font-size:12px;
    margin-bottom: 6%;
  }

  .art-contact-box p:nth-of-type(2) {
    font-size: 16px;
  }

  .art-contact-box p:nth-of-type(2) span {
    font-size: 20px;
  }

  .table02-wrapper > p {
    margin-bottom: 25px;
  }

  .article-wrapper table {
    margin-bottom: 15%;
  }
}

.art-contact-box a p:nth-of-type(1) {
  margin-bottom: 0;
}



/* contact */

.contact-top-wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  /* gap: 10%; */
}
.contact-top-left{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-top-left h1 {
  font-size: 9cqw;
}

.contact-top-left > span {
  display: inline-block;
  font-size: 8cqw;
  border-top: 2px solid #E60039;
  padding-top: .5em;
}

.contact-top-left > p {
  font-size: 18px;
  display: inline;
}

.contact-top-left > p p {
  display: inline;
}

.contact-top-right {
  aspect-ratio: 1/1;
}

.contact-top-right {
  border-radius: 50%;
  border: 4px solid #E60039;
  flex-direction: column;
  white-space: nowrap;
  font-size: 6.5cqw;
  padding: .5em;
  font-feature-settings: "palt";
  margin-bottom: auto;
}

.contact-top-right p:nth-of-type(1) {
  font-size: .5em;
}

.contact-top-right > span {
  font-size: 1em;
  border-bottom: 4px solid #E60039;
}

.contact-top-right p:nth-of-type(2) {
  font-size: .45em;
}


.contact-wrapper {
  align-items: stretch;
  justify-content: center;
  gap: 40px;
}

.partners_container{
  .text{
    padding: 1em 0;
    font-size: 4cqw;
  }
  .logo-container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    list-style: none;
    margin-top: 30px;
    .logo-box{
      width: calc(25% - 20px);
      max-height: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      img{
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
      }
    }
  }
  .caption{
    color: #ccc;
    font-size: 12px;
    margin-top: 30px;
  }
}
.contact-left {
  width: 40%;
  container-type: inline-size;
  .contact-text{
    padding: 2em 0 1em;
    font-size: 4cqw;
  }
}

.contact-left-item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.contact-left-item::after{
  content: "";
  font-size: 15px;
  position: absolute;
  display: inline-block;
  margin: auto;
  left: 0;
  right: 35%;
  bottom: -.5em;
  width: 0;
  height: 0;
  border-right: 1em solid transparent;
  border-left: 1em solid transparent;
  border-top: 1.5em solid #E60039;
  border-bottom: 0;
}
.after-none::after{
  content: none;
}
.contact-left-item:nth-child(5) {
  margin-bottom: 0;
}

.contact-left-item:nth-child(1) p:nth-child(1)::after {
  display: none;
}

.contact-left-head {
  width: 45%;
  height: 100%;
}

.contact-left-head p:nth-child(1) {
  position: relative;
  font-size: 20px;
  margin-right: 20px;
}
.contact-left-head p:nth-child(2) {
  font-size: 18px;
}

.contact-left-text {
  margin-top: 13px;
  font-size: 14px;
  line-height: 1.6;
  width: 100%;
}

.contact-left-img {
  width: 30%;
}







.contact-right {
  width: 48%;
  padding: 4%;
}

/* コンタクトフォーム */
#contact_form.contact-right{
  .form_header{
    display: none;
  }
  .required{
    label{
      display: flex;
      &::after{
        content: '※必須';
        font-size: 14px;
        font-weight: bold;
        color: #DE002F;
        display: block;
        margin-left: 45px;
      }
    }
    &::after{
      content: unset;
    }
  }
  [data-error-from="general"]{
    display: none;
  }
  .error_list_item{
    color: #DE002F;
  }
  .form-group{
    margin-bottom: 25px;
    input::placeholder,
    textarea::placeholder{
      color: #DDDEDF;
    }
    .formHeading{
      margin-bottom: 10px;
      @media screen and (max-width: 900px) {
        margin-bottom: 6px;
      }
      label {
        font-size: 16px;
        font-weight: bold;
        @media screen and (max-width: 900px) {
          font-size: 14px;
        }
      }
    }
    input,.contact-right select, textarea   {
      border: 1px solid #DCDCDC;
      background-color: #ffffff;
      color: #000000;
      font-size: 15px;
      padding: 10px 15px;
      display: block;
      width: 100%;
      border-radius: 3px;
      box-shadow: inset 0px 2px 4px rgba(126, 126, 126, 0.16);
      @media screen and (max-width: 900px) {
        font-size: 12px;
        padding: 7px 9px;
      }
    }
    textarea {
      height: 15em;
    }
    .two-columns {
      display: flex;
      justify-content: space-between;
      input {
        width: 48%;
      }
    }
    &.type-policy{
      text-align: center;
      .formHeading{
        display: none;
      }
      .input-group{
        display: flex;
        flex-direction: column;
      }
      .description{
        font-size: 14px;
        margin-bottom: 1em;
        text-align: center;
        order: 1;
        a{
          color: #e60039;
          display: inline-block;
          text-decoration: underline;
        }
      }
      .error_list{
        order: 3;
      }
      label{
        justify-content: center;
        font-size: 14px;
        gap: 6px;
        font-weight: bold;
        cursor: pointer;
        display: inline-flex;
        width: fit-content;
        margin: auto;
        order: 2;
        input{
          width: auto;
          cursor: pointer;
        }
        &::after{
          content: unset;
        }
      }
    }

  }
  .form_submit{
    .form_btn{
      display: block;
      width: 200px;
      font-size: 16px;
      padding: 15px;
      margin: 0 auto;
      cursor: pointer;
      background-color: #E60039;
      color: #ffffff;
      font-weight: bold;
      :hover {
        transform: scale(1.04);
        transition: all 0.5s;
      }
    }
  }
}



.required::after {
  content: '※必須';
  font-size: 14px;
  font-weight: bold;
  color: #DE002F;
  /* display: block; */
  margin-left: 45px;
}

.contact-right select {
  display: block;
  width: 100%;
  padding: 8px;
  border-radius: 3px;
}




.input-2-column {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.input-2-column input {
  width: 47%;
}

.pri-text {
  font-size: 14px;
  padding-bottom: 50px;
}

.pri-check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.pri-check label {
  font-size: 14px;
  padding-left: 6px;
  font-weight: bold;
}

.contact-right button {
  display: block;
  width: 200px;
  font-size: 16px;
  padding: 15px;
  margin: 0 auto;
  cursor: pointer;
}

.contact-right button:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}






@media screen and (max-width: 1400px) {

  .contact-top-left > p {
    font-size: 16px;
  }



  .contact-top-right{
    font-size: 20px;
  }
  .contact-left-head p:nth-child(1) {
    font-size: 18px;
  }

  .contact-left-head p:nth-child(2) {
    font-size: 16px;
  }

  .contact-left-text {
    margin-top: 5px;
    font-size: 12px;
  }

  .pri-text {
    font-size: 12px;
    padding-bottom: 30px;
  }


  .top-mv-middle p {
    font-size: 34px;
  }
  .top-mv-middle p span {
      font-size: 25px;
  }



  .serch-post-item .red-btn {
    width: 100%;
  }
}

@media screen and (max-width: 900px) {

  .serch-sp-btn button {
    /*min-width: 112px;*/
    width:112px;
  }

  .contact-top-left h1 {
    font-size: 26px;
    margin-bottom: 8px;
    text-align: center;
  }

  .contact-top-left  p {
    /* font-size: 12px; */
  }
  
  .contact-top-left {
      text-align: left;
  }


  .contact-wrapper {
    flex-direction: column;
  }

  .contact-left {
    width: 100%;
  }
  .contact-text{
    font-size: clamp(12px,4vw,24px);
  }
  .contact-left-item {
    margin-bottom: 4vw;
    padding-bottom: 4vw;
  }

  .contact-left-head p:nth-child(1) {
    font-size: 4.5vw;
  }

  .contact-left-head p:nth-child(2) {
    font-size: 3.6vw;
  }

  .contact-left-text {
    font-size: 10px;
  }

  .contact-left {
    padding: 0 4.7%;
    margin-bottom: 40px;
  }


  .contact-name {
    margin-bottom: 6px;
  }

  .contact-name label {
    font-size: 14px;
  }

  .contact-item input, .contact-right select, .contact-item textarea {
    font-size: 12px;
    padding: 7px 9px;
  }




  .contact-right {
    width: 100%;
    padding: 9% 4%;
  }

  header {
    padding: 0 8px;
    height: 70px;
  }


  .header-nav {
    display: none;
  }

  .header-logo {
    width: 47%;
  }

  .ham-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 70px;
    height: 70px;
    background-color: #da0f41;
    position:relative;
  }
  .sp_head_cta{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    text-align: center;
    border: solid 2px #da0f41;
    height: 100%;
    padding: .5em;
    font-size: clamp(10px,3.6vw,18px);
    line-height: 1.3;
    font-weight: bold;
    color: #666;
  }
  .ham-menu span {
    width: 60%;
    display: block;
    height: 3px;
    background-color: #ffffff;
    margin-bottom: 0px;
    
    position:absolute;
    -webkit-transition: all ease-in-out 0.2s;
    -ms-transition: all ease-in-out 0.2s;
    -moz-transition: all ease-in-out 0.2s;
    -o-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }

 .ham-menu span:nth-of-type(1){
		top:20px;
	}
  .ham-menu span:nth-of-type(2) {
    margin: 12px 0;
  }
  .ham-menu span:nth-of-type(3){
		bottom:20px;
	}
  
.ham-menu-show .ham-menu span:nth-of-type(2){
	background-color: transparent;
}
.ham-menu-show .ham-menu span:nth-of-type(1){
	top:34px;
	transform: rotate(45deg);
}
.ham-menu-show .ham-menu span:nth-of-type(3){
	transform: rotate(-45deg);
	bottom:33px;
}




  .top-mv-box {
    background-image: url(/media/images/top_bg01.png);
    background-size: 26%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 40px 5%;
  }

  .top-mv-text {
    font-size: 24px;
    margin-bottom: 46px;
  }

  .top-mv-text > p {
    font-size: 18px;
  }

  .top-mv-text > p span {
    font-size: 24px;
  }

  .top-mv-middle-wrapper {
    width: 100%;
  }

  .top-mv-middle p {
    padding-right: 0;
  }

  .top-mv-middle img {
    width: 30px;
    height: 30px;
  }

  .top-mv-middle-wrapper {
    padding: 20px 10px;
    margin-bottom: 40%;
  }

  .top-mv-middle p {
    font-size: 18px;
    line-height: 1;
  }

  .top-mv-middle p span {
    font-size: 14px;
    line-height: 1;
    height: auto;
  }

  .top-mv-box {
    /* background-image: none; */
    background-size: 50%;
  }

  .top-mv-logo-box::before {
    content: '';
    width: 100%;
    height: 33px;
    top: 16%;
    border-radius: 5px;
    display: none;
  }

  .top-mv-logo-box {
    padding-left: 0;
    justify-content: flex-start;
  }

  .top-mv-logo-box p {
    font-size: 25px;
    margin-bottom: 0;
    display: none;
  }

  .top-mv-logo-box img {
    width: 45%;
  }

  


}




.top-mv-wrapper {
  background-image: url(/media/images/mv.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 70%;
}

.top-mv-center {
  padding: 11% 2% 9% 16%;
}

.top-mv-center-top {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  margin-bottom: 30px;
  /* min-width: 900px; */
}

.top-mv-center-top > img {
  width: 100%;
}

.top-mv-center-top div.f-bold {
  font-size: 42px;
}

.top-mv-center-top div p {
  display: inline-block;
  position: relative;
  z-index: 3;
}

.top-mv-center-top div p::before {
  content: '';
  width: 90%;
  height: 7px;
  background-color: #f5d919;
  display: block;
  position: absolute;
  bottom: 6px;
  left: 5%;
  z-index: -1;
}

.top-mv-center-top div p span {
  font-size: 30px;
}


.top-mv-center-top img {
  /* width: 160px; */
}

.top-mv-center-bottom {
  /* width: 49%; */
  width: 40%;
  /* min-width: 900px; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.top-mv-center-bottom h1 {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.top-mv-center-bottom h1 span {
  font-size: 76px;
}

.top-mv-center-bottom img {
  /* width: 60%; */
}

.top-mv-center-bottom img:nth-child(1) {
  width: 90%;
  margin-bottom: 50px;
}
.top-mv-center-bottom img:nth-child(3) {
  width: 60%;
}

@media screen and (max-width: 1650px) {

  .top-mv-wrapper {
    background-position: 50% 50%;
  }

  .top-mv-center {
    padding: 190px 2% 160px 8%;
  }
  
  .top-mv-center-top {
    width: 50%;
    margin-bottom: 20px;
    /* min-width: 700px; */
  }
  
  .top-mv-center-top div.f-bold {
    font-size: 36px;
  }
  
  .top-mv-center-top div p span {
    font-size: 28px;
  }
  
  
  .top-mv-center-top > img {
    /* width: 160px; */
  }
  
  .top-mv-center-bottom {
    width: 49%;
    /* min-width: 700px; */
  }
  
  .top-mv-center-bottom h1 {
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .top-mv-center-bottom h1 span {
    font-size: 62px;
  }
  
  .top-mv-center-bottom img {
    width: 60%;
  }

}

@media screen and (max-width: 1400px) {

  .top-mv-wrapper {
    background-position: 55% 50%;
  }

  .top-mv-center {
    padding: 190px 2% 160px 6%;
  }
  
  .top-mv-center-top {
    width: 50%;
    margin-bottom: 20px;
    /* min-width: 700px; */
  }
  
  .top-mv-center-top div.f-bold {
    font-size: 24px;
  }
  
  .top-mv-center-top div p span {
    font-size: 16px;
  }
  
  
  .top-mv-center-top img {
    /* width: 100px; */
  }
  
  .top-mv-center-bottom {
    width: 50%;
    /* min-width: 460px; */
  }
  
  .top-mv-center-bottom h1 {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .top-mv-center-bottom h1 span {
    font-size: 42px;
  }
  
  .top-mv-center-bottom img {
    width: 60%;
  }

}

@media screen and (max-width: 900px) {

  .top-mv-wrapper {
    /*background-position: 55% 50%;*/
    background-position: 55% 10%;
  }

  .top-mv-center {
    padding: 100px 2% 80px 6%;
  }
  
  .top-mv-center-top {
    width: 60%;
    margin-bottom: 20px;
    /* min-width: 410px; */
  }
  
  .top-mv-center-top div.f-bold {
    font-size: 20px;
  }
  
  .top-mv-center-top div p span {
    font-size: 16px;
  }
  
  
  .top-mv-center-top img {
    /* width: 100px; */
  }
  
  .top-mv-center-bottom {
    width: 60%;
    /* min-width: 410px; */
  }
  
  .top-mv-center-bottom h1 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .top-mv-center-bottom h1 span {
    font-size: 35px;
  }
  
  .top-mv-center-bottom img {
    width: 45%;
  }

}


@media screen and (max-width: 600px) {


  .top-mv-wrapper {
    background-image: url(/media/images/mv_sp.png);
  }

  .top-mv-center {
    padding: 80px 4% 400px 4%;
  }
  
  .top-mv-center-top {
    min-width: auto;
    width: 100%;
  }
  
  .top-mv-center-top div.f-bold {
    font-size: 18px;
  }
  
  .top-mv-center-top div p span {
    font-size: 14px;
  }
  
  
  .top-mv-center-top img {
    width: 100%;
  }
  
  .top-mv-center-bottom {
    width: 100%;
    min-width: auto;
    text-align: left;
  }
  
  .top-mv-center-bottom h1 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 30px;
  }
  
  .top-mv-center-bottom h1 span {
    font-size: 30px;
  }
  
  .top-mv-center-bottom img.sp {
    width: 100%;
    margin-bottom: 25px;
  }
  .top-mv-center-bottom img:nth-child(3) {
    width: 47%;
    align-self: flex-start;
  }

  .top-mv-center-top div p::before {
    height: 4px;
  }
  .contact-left{
    padding: unset;
  }
  .contact-top-left h1{
    font-size: 6vw;
  }
  .contact-left-item{
    .contact-left-head{
      width: 50%;
    }
    .contact-left-img{
      width: 50%;
    }
  }
  .contact-left-item {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
  }
  .contact-left-item::after{
    right: 0;
    font-size: 4vw;
  }
}



/* メガメニュー */

.mega-menu-top {
  padding-right: 12%;
  position: relative;
  margin-bottom: 25px;
  padding-top: 1%;
}

.mega-menu-logo {
  width: 22%;
}

.mega-menu-logo p {
  font-size: 18px;
}

.mega-search-box {
  align-items: center;
}

.mega-search-box > p {
  font-size: 12px;
  margin-right: 10px;
}

.mega-search {
  border-radius: 3px;
  width: 169px;
  padding: 5px 5px 5px 8px;
  align-items: center;
}

.mega-search input {
  font-size: 10px;
  margin-right: 5px;
  display: block;
  width: 95px;
}

.mega-search button {
  width: 53px;
  font-size: 9px;
  border: none;
  border-radius: 3px;
  padding: 5px 0;
}

.mega-menu-top > a {
  width: 11%;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 101;
}

.menu {
  display: flex;
  position: relative;
}

.menu .menu_list {
  width:25%;
  list-style: none;
  padding-bottom: 14px;
  transition: .1s;
  padding-bottom: 10px;
  border-bottom: 4px solid #ffffff;
  border-color: transparent;
}

.menu .menu_list:hover {
  border-bottom: 4px solid #ffffff;
  /* padding-bottom: 10px; */
}

.menu .menu_list  {
  position: relative;

}

.menu .menu_list:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #ffffff;
  position: absolute;
  left: 47.5%;
  bottom: 0;
  transition: .1s;
}


.menu .menu_list > a {
  display: block;
  padding: 10px;
  text-align: center;
  transition: .1s;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  border-right: 1px solid #ffffff;
}

.menu .menu_list > a:nth-child(1) {
  border-left: 1px solid #ffffff;
}
.menu .menu_list > a:hover {
  color: #fff;
  background-color: #E60039;
}
 
/* ②メガメニューのスタイル */
.menu_contents {
  background: #E60039;
  display: none;
  position: fixed;
  top: 107px;
  left: 0;
  width: 100%;
  z-index: 100;
  cursor: auto;
}
.menu_contents li {
  width: 100%;
  list-style: none;
}
.menu_contents li a {
  color: #fff;
}

.mega-menu-container {
  overflow: visible!important;
}

.m-menu-wrapper {
  display: flex;
  width: 100%;
}

.m-menu-flex {
  width: 75%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*padding: 3% 4%;*/
  padding: 1% 4%;
}

.m-menu-left {
  width: 25%;
  background-color: #BD1740;
  /*padding-top: 3%;*/
  padding-top: 1%;
}

.m-menu-left p {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

.menu_list:nth-child(1) .menu_contents {
  width: 100%;
}

.m-menu-box {
  width: 45%;
}

.m-menu-box .m-menu-small-link:last-child {
  /*margin-bottom: 7%;*/
  margin-bottom: 2%;
}

.m-menu-box > a {
  color: #ffffff;
}

.m-menu-box > a:hover {
  text-decoration: underline;
}

.m-menu-large-link {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 20px;
  padding-top: 20px;
  background-image: url(/media/images/header-large-link.png);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: 98% 50%;
}



.m-menu-small-link {
  font-size: 13px;
  font-weight: bold;
  padding: 8px 0;
  margin: 0 2.5%;
  border-bottom: 1px solid #ffffff;
  background-image: url(/media/images/header-small-link.png);
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: 100% 50%;
}


.menu_list:nth-child(2) .menu_contents {
  width: 100%;
  left: auto;
  right: 0;
  justify-content: center;
}

.menu_list:nth-child(3) .menu_contents {
  width: 100%;
  left: auto;
  right: 0;
}

.menu_list:nth-child(3) .menu_contents .m-menu-box:nth-child(7) {
  margin-right: 50%;
}






.header-nav {
  height: 100%;
}

.header-link {
  height: 100%;
  cursor: pointer;
}

.header-link:hover {
  margin-top: 10px;
}

.header-link:hover .header-link-text {
  border-bottom: 2px solid #e60039;
}

.header-link:hover .menu_contents {
  border-top: 2px solid #e60039;
}


@media screen and (max-width: 1400px) {

  .mega-menu-container .contents-wrap {
    width: 1060px;
  }

  .m-menu-box {
    /* padding: 1%; */
  }
  
}


@media screen and (max-width: 1260px) { 
  .header-link-text {
    font-size: 12px;
  }

  .m-menu-large-link {
    font-size: 16px;
  }

  .m-menu-small-link {
    font-size: 12px;
  }
}



@media screen and (max-width: 1060px) {
  
  .mega-menu-container {
    display: none;
  }

  .header-link-text {
    font-size: 10px;
  }

  .header-link-img {
    width: 20px;
    height: 20px;
  }

  .header-link {
    margin-right: 15px;
  }

  .header-serch-box {
    width: 130px;
    height: 30px;
  }

  .header-serch-box input {
    width: 80px;
  }

  .m-menu-large-link {
    font-size: 14px;
  }

  .m-menu-small-link {
    font-size: 12px;
  }

}


.company-serch-check-2-column.open {
  display: block;
}


.company-serch-check-item {
  display: flex;
  border-top: 1px solid #CCCCCC;
  padding: 8px 2%;
}

.company-serch-check-item-left {
  width: 15%;
}

.company-serch-check-item-left .company-serch-check {
  width: 100%;
}

.company-serch-check > span {
  font-size: 12px;
}

.company-serch-check-item-right {
  width: 85%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.company-serch-check-item-right .company-serch-check {
  width: 14%;
}

.company-serch-check.search-none label {
 color: #CCCCCC;
}

.company-serch-check-item-right .company-serch-check label, .company-serch-check-item-left .company-serch-check label {
  text-decoration: underline;
}




@media screen and (max-width: 1400px) {

  .company-serch-check-item-left {
    width: 18%;
  }

  .company-serch-check-item-right {
    width: 82%;
  }

  .company-serch-check-item-right .company-serch-check {
    width: 16%;
  }
  
}


@media screen and (max-width: 900px) {

  .company-serch-check-item {
    flex-direction: column;
  }

  .company-serch-check-item-left {
    width: 100%;
    margin-bottom: 8px;
  }

  .company-serch-check-item-right {
    width: 100%;
  }

  .company-serch-check-item-right .company-serch-check {
    width: 33%;
  }

  .company-serch-check > span {
    font-size: 10px;
  }

}





body > header, body footer, body > div {
  overflow: hidden;
}


/* Thanksページ */

.thanks-wrapper {
  padding: 60px 0;
}

.thanks-wrapper h2 {
  font-size: 26px;
}

.thanks-wrapper > p {
  font-size: 16px;
  margin: 20px 0 60px;
}

.thanks-wrapper a.red-btn {
  margin: 0 auto;
}

@media screen and (max-width: 900px) {
  .thanks-wrapper h2 {
    font-size: 20px;
  }
  
  .thanks-wrapper > p {
    font-size: 14px;
    margin: 15px 0 40px;
  }
}

.post-item .post-caption {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.post-item2 .post-caption {

}




/* text 制限 */
.whitespace-nowrap{
  white-space: nowrap;
}
.text-limit01 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}



.text-limit02 {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.text-limit03 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.text-limit04 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.red-btn:hover {
  transform: scale(1.04);
  transition: all 0.5s;
}


.company-serch-check a {
  /*color: #E60039!important;*/
  color:inherit !important;
  font-weight: bold;
  /*text-decoration: underline #E60039 !important;*/
  text-decoration:none !important;
}

.company-serch-check a:hover{
	color:#E60039 !important;
	text-decoration: underline #E60039 !important;
}

.company-serch-check > input:checked + a{
	color:#E60039 !important;
}

.question-left > p {
  font-size: 12px;
  margin-bottom: 20px;
}

.question-left > p a {
  display: inline;
  text-decoration: underline;
}

.top-pc-img-wrap {
  display: flex;
  align-items: flex-end;
}

.top-pc-img-wrap img:nth-child(1) {
  width: 66%;
  margin-right: 2%;
}
.top-pc-img-wrap img:nth-child(2) {
  width: 32%;
}

@media screen and (max-width: 900px) {
  .top-pc-img-wrap {
    display: none;
  }
}

@media screen and (max-width: 1650px) {
.top-mv-center {
    padding: 10% 2% 7% 8%;
}

}




@media screen and (max-width: 900px) {
.top-mv-center {
    padding: 100px 2% 80px 6%;
}


}

@media screen and (max-width: 600px) {
.top-mv-center {
  padding: 80px 4% 400px 4%;
}

}


#modal-menu{
	-ms-overflow-style: none;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	position: fixed;
	right: 0;
	top: 70px;
	display: none;
	z-index: -10;
	width: 100%;
	height: auto;
	padding: 0;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	background: #BD1740;
	box-sizing: border-box;
	color: #fff;
}
#modal-menu a{
	color:#fff;
}
#modal-menu .modal-menu-inner{
	height: 100vh;
	height: calc(100svh - 70px);
	overflow: auto;
}
#modal-menu .modal-logo{
	display:none !important;
}
#modal-menu .modal-row{
	margin-bottom:30px;
}
#modal-menu .modal-row .modal-row-ttl:first-of-type{
	padding-top:40px;
}
#modal-menu .modal-row .modal-row-ttl{
	font-weight:bold;
	margin-bottom:1em;
	padding:0 30px 1em 30px;
}
#modal-menu .modal-row .modal-row-item{
	padding:0 30px 1em 30px;
	background:#E60039;
}
.modal-row-sub a{
	display:block;
	padding: 1em 0;
	border-bottom:#fff 1px solid;
	font-weight:bold;
	position:relative;
}
.modal-row-sub a::before{
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:23px;
	height:23px;
	background:url(/media/images/header-large-link.png) no-repeat 0 0;
	background-size:contain;
	content:"";
}
.modal-row-list{
	list-style:none;
	padding-left:1em;
}
.modal-row-list li a{
	display:block;
	padding:1em 0;
	font-size:16px;
	border-bottom:#fff 1px solid;
	position:relative;
}
.modal-row-list li a::before{
	position:absolute;
	top:50%;
	right:5px;
	transform:translateY(-50%);
	width:8px;
	height:11px;
	background:url(/media/images/header-small-link.png) no-repeat 0 0;
	background-size:contain;
	content:"";
}
.modal-row-list li:last-child a{
	border-bottom:none;
}
body.ham-menu-show #modal-menu{
	z-index: 2;
	display: block;
	-webkit-animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	animation: modal-open 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes modal-open {
	0% {
	    opacity: 0;
	    -webkit-transform: scale(0.95);
	    transform: scale(0.95);
	}
	100% {
	    opacity: 1;
	    -webkit-transform: scale(1);
	    transform: scale(1);
	}
}
@keyframes modal-closed {
	0% {
		opacity: 1;
		 -webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
	}
}
.modal-more{
	text-align:center;
	padding-bottom:30px;
}
.modal-more a{
	display:inline-block;
	padding:1em 2.5em;
	color:#E60039 !important;
	border-radius:5px;
	background:#fff;
	font-size:16px;
}

.showtext{
	display:none;
}
a.description-txt{
  text-decoration: underline;
  padding-left: 1.5em;
}
a.description-txt .top-r-arrow{
  transform: rotate(45deg);
  width: 1.25em;
  height: 1.25em;
}
.showtext:checked ~ .multi-lines {
  overflow: auto;
  height: auto;
  display: block;
	-webkit-line-clamp: unset;
}
.description-txt{
  text-align: left;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.description-label:has(.multi-lines)::after {
  content: "";
  position: absolute;
  right: .25em;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.5em;
  height: 1.5em;
  display: block;
  background-color: #E60039;
  mask-image: url("./../../media/images/chevron-up-solid.svg");
  mask-size: cover;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: rotate(180deg);
}

.description-label:has(.showtext:checked )::after {
  transform: rotate(0deg);
}

.multi-lines{
  cursor: pointer;
  text-align: left;
  position: relative;
  padding-right: 1.5em;
}
