@charset "UTF-8";
/*===============
   header
=================*/

header {
  width: 100%;
  height: 150px;
  padding: 23px 48px 29px 40px;
}
header .pc-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc-header h1 {
  display: block;
}
header .pc-header h1 a {
width: 100%;
    display: block;
	height: 100%;}
header .pc-header h1 img {
  width: 288px;
  height: 76.4px;
	object-fit: cover;
}
header .pc-header nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 768px) {
	header {
  width: 100%;
  height: 80px;
  padding: 12px 15px 14px 13px;
}
header .pc-header {
  display: none;
}
}
header .pc-header nav .menu-tel {
  padding-left: 28px;
}
@media screen and (max-width: 1880px) {
  header .pc-header nav .menu-tel {
    padding-left: 0;
  }
}
header .pc-header nav .menu-tel li a {
  display: flex;
  align-items: center;
  gap: 5.2px;
  font-family: BarlowSemiCondensed-SemiBold;
  font-weight: normal;
  font-size: 45px;
  line-height: 29px;
  text-align: center;
  color: #19479c;
  white-space: nowrap;
}
@media screen and (max-width: 1880px) {
  header .pc-header nav .menu-tel li a {
    font-size: 4rem;
	   gap: 3.2px; 
  }
}
header .pc-header nav .menu-tel li a span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #24303b;
}
header .pc-header nav .menu-entry {
  padding-left: 30px;
}
@media screen and (max-width: 1880px) {
  header .pc-header nav .menu-entry {
    padding-left: 18px;
  }
}
header .pc-header nav .menu-entry li {
  display: flex;
  align-items: center;
  width: 208px;
  height: 98px;
  background-color: #F15A24;
  padding-left: 29px;
  padding-right: 23px;
}
@media screen and (max-width: 1880px) {

}
header .pc-header nav .menu-entry li a {
  display: flex;
  align-items: center;
  gap: 6.6px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
header .pc-header nav .menu-entry li a img {
  width: 22.42px;
  height: 18.79px;
  background: transparent;
}

.menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media screen and (max-width: 1880px) {
  .menu {
    flex-wrap: wrap;
    width: 750px;
    gap: 3px 0;
  }
}
@media screen and (max-width: 1710px) {
  .menu {
    flex-wrap: wrap;
    width: 670px;
    gap: 3px 0;
  }
}

.menu li {
  text-align: center;
  padding-left: 19.5px;
  padding-right: 19.5px;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1880px) {
  .menu li {
    width: 185px;
padding-left: 0;
  padding-right: 0;
  }
}
@media screen and (max-width: 1710px) {
  .menu li {
    width: 167px;
  }
}

.menu li:first-child {
  padding-left: 0;
}
.menu li:last-child {
  padding-right: 0;
  border-right: 0;
}
@media screen and (max-width: 1880px) {
  .menu li:nth-child(4) {
    border-right: 0;
  }
}
.menu li a {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #24303b;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 1710px) {
  .menu li a {
    font-size: 1.6rem;
  }
}

.menu.footer li a {
  font-size: 16px;
}

/*mobile-header*/

.mobile-header{
	width: 100%;
	height: 80px;
}
header .mobile-header h1 {
  display: block;
}
header .mobile-header h1 img {
width: 201.65px;
height: 41.15px;
background: transparent;
}

.link-btn {
  width: 240px;
  height: 53px;
  outline: 1px solid #fff;
  display: block;
}
.link-btn a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 53px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  padding: 0 38px 0 35px;
  text-decoration: none;
}
.link-btn a::after {
  content: "";
  display: inline-block;
  background-image: url(../image/link-btn-arrow.svg);
  width: 31.62px;
  height: 5.34px;
  background-repeat: no-repeat;
  background-size: cover;
  margin-left: 6px;
  transition: background-color 0.3s ease;
}
.link-btn a:hover {
  background-color: #F15A24;
}
.link-btn.bgc-orange {
  margin: 0 auto;
}
.link-btn.bgc-orange a {
  border: 1px solid #f15924;
  background-color: #f15a24;
}
.link-btn.bgc-orange a:hover {
  background: #fff;
  color: #f15924;
}
.link-btn.bgc-orange a:hover::after {
  background-image: url(../image/link-btn-arrow-hover.svg);
}
@media screen and (max-width: 768px) {
	.link-btn {
  width: 100%;
  height: auto;
  outline: 1px solid #fff;
  display: block;
}

}

/*===========================
  Reason-山内組が選ばれる理由-
=============================*/

.sec-reason {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../image/bg-reason.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 80px;
}

.ul-h3 {
  display: flex;
  gap: 40px 2%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ul-h3 li {
  width: 32%;
  background: #19479c;
}
.ul-h3 li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ul-h3 li .item-text {
  padding: 21px 30px 25px 26px;
}
.ul-h3 li .item-text h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 18px;
}
.ul-h3 li .item-text p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
	.sec-reason {
  position: relative;
  width: 100%;
  height: 100%;
  background-image: url(../image/sp--bg-reason.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px 0 74px;
}

.ul-h3 {
  display: block;
	  width: 100%;
  margin: 30px auto 0;
}
.ul-h3 li {
	  width: 76%;
  background: #19479c;
margin-right: 10px;
	margin-left: 10px;
}
.ul-h3 li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ul-h3 li .item-text {
  padding: 16px 20px 29px 20px;
}
.ul-h3 li .item-text h3 {
  font-size: 2rem;
  line-height: 26px;
  margin-bottom: 18px;
}
.ul-h3 li .item-text p {
  font-size: 1.6rem;
  line-height: 28px;
}
/*次・戻るボタン*/
.ul-h3-arrow-num-flex {
  width: 109px;
height: 33px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
	bottom: 21px;
left: 50%;
  transform: translateX(-50%);
	}
	.ul--another-arrow-num-flex{
		  width: 109px;
height: 33px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
	bottom: 21px;
left: 50%;
  transform: translateX(-50%);

	}
.ul-h3-arrow-num-flex .arrow-box-ul--another,.ul--another-arrow-num-flex .arrow-box-ul-h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ul-h3-arrow-num-flex .prev-arrow,
.ul-h3-arrow-num-flex .next-arrow,
.ul--another-arrow-num-flex .prev-arrow,
.ul--another-arrow-num-flex .next-arrow 
{
  display: block;
  width: 32px;
  height: 32px;
  background: transparent;
  background: coral;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.ul-h3-arrow-num-flex .prev-arrow,
.ul--another-arrow-num-flex .prev-arrow{
  transform: rotate(180deg);
  margin-right: 10px;
}
.ul-h3-arrow-num-flex .prev-arrow::before,
.ul-h3-arrow-num-flex .next-arrow::before 
.ul--another-arrow-num-flex .prev-arrow::before,
.ul--another-arrow-num-flex .next-arrow::before {

  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.ul-h3-arrow-num-flex .slick-num ,
.ul--another-arrow-num-flex .slick-num {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 17px;
  text-align: left;
  color: #24303b;
}
	.arrow-box.ul--another,.arrow-box-ul-h3,
		.arrow-box.ul--another,.arrow-box-ul--another{
		display: flex;
	}
}
/*===========================
  About Us-私たちについて-
=============================*/
.sec-about {
  padding: 79px 0 63px;
  background-image: url(../image/bg-about.jpg);
  background-position: top;
  background-size: 100% 886px;
  background-repeat: no-repeat;
  width: 100%;
}
.sec-about .about-title {
  width: 74%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.03em;
  line-height: 48px;
  text-align: center;
  color: #24303b;
  margin: 30px auto 31px;
}
.sec-about .about-text {
  width: 74%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #24303b;
  margin: 0 auto 78px;
}
@media screen and (max-width: 768px) {
	.sec-about {
  padding: 36px 0 41px;
  background-image: url(../image/sp--bg-about.jpg);
  background-position: top;
  background-size: 100% 680px;
  background-repeat: no-repeat;
  width: 100%;
}
.sec-about .about-title {
  width: 100%;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 26px;
  margin: 20px auto 15px;
}
.sec-about .about-text {
  width: 100%;
  font-size: 1.4rem;
  line-height: 24px;
  margin: 0 auto 150px;
}

}
.h3-box-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  padding: 50px 60px 44px;
}

.h3-box {
  margin-top: 67px;
  margin-bottom: 60px;
}
.h3-box:last-child {
  margin-bottom: 0;
}
.h3-box h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  line-height: 37px;
  text-align: center;
  color: #fff;
  width: 270px;
  height: 43px;
  background: #19479c;
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  margin: 0 auto;
}
.h3-box h3.mgb67 {
  margin-bottom: 67px;
}
.h3-box h3.mgb41 {
  margin-bottom: 41px;
}
.h3-box h3.mgb22 {
  margin-bottom: 22px;
}
.h3-box .h3-box-text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #24303b;
  margin-bottom: 38px;
}

.ul-h4 {
  display: flex;
  gap: 34px 2.8%;
}
.ul-h4 li {
  position: relative;
  width: 31%;
}
.ul-h4 li .number {
  position: absolute;
  top: -62px;
  left: -25px;
  font-family: BarlowSemiCondensed-SemiBoldItalic;
  font-weight: normal;
  font-size: 84px;
  line-height: 86.4px;
  text-align: center;
  color: #3fa9f5;
}
.ul-h4 li img {
  width: 100%;
  height: auto;
  background: transparent;
}
.ul-h4 li h4 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #3fa9f5;
  margin: 21px 0 18px;
}
.ul-h4 li h4.color {
  color: #231815;
  margin: 21px 0 20px;
}
.ul-h4 li p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #24303b;
}

.ul--another {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 2%;
}
.ul--another li {
  width: 23.5%;
}
.ul--another li img {
  width: 100%;
  height: auto;
  background: transparent;
}
.ul--another li .h3-box-another-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #24303b;
}
@media screen and (max-width: 768px) {
	.h3-box-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  padding: 0px 16px 73px;
}

.h3-box {
  margin-top: 0;
  margin-bottom: 30px;
}
.h3-box:first-child {
  margin-top: 46px;
  margin-bottom: 60px;
}	
.h3-box:last-child {
  margin-bottom: 0;
}
.h3-box h3.mgb67 {
  margin-bottom: 50px;
}
.h3-box h3.mgb41 {
  margin-bottom: 30px;
}
.h3-box h3.mgb22 {
  margin-bottom: 20px;
}
.h3-box .h3-box-text {
  font-size: 1.4rem;
  line-height: 24px;
  margin-bottom: 20px;
}

.ul-h4 {
  display: block;
}
.ul-h4 li {
  position: relative;
  width: 100%;
	margin-bottom: 66px;
}
	.ul-h4 li:last-child {
	margin-bottom: 51px;
}

.ul-h4 li .number {
  position: absolute;
  top: -33px;
  left: 6px;
  font-family: BarlowSemiCondensed-SemiBoldItalic;
  font-weight: normal;
  font-size: 68px;
  line-height: 70px;
  text-align: center;
  color: #3fa9f5;
}
.ul-h4 li img {
  width: 100%;
  height: 235px;
	object-fit: contain;
  background: transparent;
}
.ul-h4 li h4 {
  font-size: 2rem;
  line-height: 26px;
  margin: 13px 0 10px;
}
.ul-h4 li h4.color {
  color: #231815;
  margin: 21px 0 20px;
}
.ul-h4 li p {
  font-size: 1.6rem;
  line-height: 28px;
  color: #24303b;
}

.ul--another {
  display: flex;
  flex-wrap: wrap;
  gap: 27px 2%;
}
.ul--another li {
  width: 23.5%;
}
.ul--another li img {
  width: 100%;
  height: auto;
  background: transparent;
}
.ul--another li .h3-box-another-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  text-align: center;
  color: #24303b;
}

}

/*===========================
  Work-仕事について-
=============================*/
.sec-work {
  position: relative;
}
.sec-work .work-image-area {
  position: absolute;
  top: 27.5px;
  left: 0;
  width: 50%;
  display: flex;
}
.sec-work .work-image-area .work-top-01 {
  width: 62%;
  height: 100%;
  object-fit: cover;
}
.sec-work .work-image-area .work-top-02 {
  width: 57.5%;
  height: 100%;
  margin-left: -190px;
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  object-fit: cover;
}
.sec-work .work-comment {
  width: 49%;
  margin-left: auto;
  margin-right: -18px;
}
.sec-work .work-comment .work-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #24303b;
  margin: 24px 0 14.2px;
}
.sec-work .work-comment .work-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #24303b;
}
@media screen and (max-width: 768px) {
	.sec-work {
  position: relative;
}
.sec-work .work-image-area {
  position: absolute;
  top: 0;
  left: 0;
width: 123px;
    height: 122px;
  display: block;
}
.sec-work .work-image-area .work-top-01 {
  width: 100%;
  height: 100%;
  object-fit: cover;
	  clip-path: polygon(0% 0%, 100% 0%, 87% 100%, 0% 100%);
}
.sec-work .work-comment {
  width: 100%;
  margin-left: auto;
  margin-right: 0;
	    margin-bottom: 20px;
}
.sec-work .work-comment .work-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: center;
  color: #24303b;
  margin: 24px 0 15px;
	letter-spacing: 0;
}
.sec-work .work-comment .work-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  color: #24303b;
}

}

.sec-work .work-wrap {
  display: block;
  padding: 106px;
  background-image: url(../image/bg-work.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.sec-work .work-wrap .work-wrap--text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 27px;
}

@media screen and (max-width: 768px) {
	.sec-work .work-wrap {
  display: block;
  padding: 18px 0 0;
  background-image: url(../image/sp--bg-work.jpg);
  background-repeat: no-repeat;
  background-size: 100% 1070px;
}
.sec-work .work-wrap .work-wrap--text {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 19px;
}

}

/*work-slider*/
.work-slider-wrapper {
  position: relative;
}

.arrow-num-flex {
  width: 140px;
  height: 42px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
  top: -64px;
  right: 0;
}
.arrow-num-flex .arrow-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-num-flex .prev-arrow,
.arrow-num-flex .next-arrow {
  display: block;
  width: 42px;
  height: 42px;
  background: transparent;
  background: coral;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.arrow-num-flex .prev-arrow {
  transform: rotate(180deg);
  margin-right: 10px;
}
.arrow-num-flex .prev-arrow::before,
.arrow-num-flex .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.arrow-num-flex .slick-num {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #fff;
}

.work-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.work-slider .work-slider-list {
  width: 384px;
  margin-right: 24px;
}
.work-slider .work-slider-list img {
  width: 100%;
  height: 248px;
  object-fit: cover;
}
.work-slider .work-slider-list .work-slider-textbox {
  padding: 21px 26px 26px;
  background-color: #fff;
}
.work-slider .work-slider-list .work-slider-textbox h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #231815;
  margin-bottom: 18px;
}
.work-slider .work-slider-list .work-slider-textbox p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #24303b;
}
@media screen and (max-width: 768px) {
	.work-slider-wrapper {
  position: relative;
}

.arrow-num-flex {
  width: 140px;
  height: 42px;
  display: flex;
  gap: 18px;
  align-items: center;
  position: absolute;
  top: -64px;
  right: 0;
}
.arrow-num-flex .arrow-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.arrow-num-flex .prev-arrow,
.arrow-num-flex .next-arrow {
  display: block;
  width: 42px;
  height: 42px;
  background: transparent;
  background: coral;
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
}
.arrow-num-flex .prev-arrow {
  transform: rotate(180deg);
  margin-right: 10px;
}
.arrow-num-flex .prev-arrow::before,
.arrow-num-flex .next-arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}
.arrow-num-flex .slick-num {
  display: flex;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  line-height: 21.6px;
  text-align: left;
  color: #fff;
}

.work-slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
}
.work-slider .work-slider-list {
  width: 100%;
  margin-right: 0;
}
.work-slider .work-slider-list img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}
.work-slider .work-slider-list .work-slider-textbox {
  padding: 20px 24px 19px;
  background-color: #fff;
}
.work-slider .work-slider-list .work-slider-textbox h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  line-height: 28px;
  text-align: left;
  color: #231815;
  margin-bottom: 10px;
}
.work-slider .work-slider-list .work-slider-textbox p {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  color: #24303b;
}
}

.work-now-hiring {
  margin-top: 43.4px;
  padding: 0 50px 0;
}
.work-now-hiring .work-h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  color: #24303b;
  width: 336px;
  height: 43px;
  background: #fff;
  border: 1px solid #ccc;
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  margin: 0 auto 45px;
}

.now-hiring-flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 26px 3%;
  margin-bottom: 43px;
}
.now-hiring-flex .list-box {
  width: 340px;
}
.now-hiring-flex .list-box .list-title {
  position: relative;
  z-index: 2;
  width: 291px;
  height: 50px;
  border-radius: 25px;
  background: #19479c;
  border: 1px solid rgba(112, 112, 112, 0);
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 50px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.now-hiring-flex .list-box ul {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 25px;
  background: #f2f2f2;
  padding: 41px 43px 25px;
  margin-top: -25px;
}
.now-hiring-flex .list-box li {
  width: 80px;
  height: 64px;
  border-radius: 5px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 64px;
  text-align: center;
}
.now-hiring-flex .list-box li.black {
  color: #fff;
  background: #24303b;
}
.now-hiring-flex .list-box li.blue {
  color: #fff;
  background: #3fa9f5;
}
.now-hiring-flex .list-box li.white {
  color: #3fa9f5;
  background: #fff;
  border: 1px solid #40a9f5;
}

.work-now-hiring.sub {
  background: #f2f2f2;
  margin-top: 47px;
  padding: 40px 50px 31px;
}

.work-now-hiring.sub .now-hiring-flex .list-box ul {
  background: #fff;
}
@media screen and (max-width: 768px) {
	.work-now-hiring {
		width: 95%;
  margin-top: 32px;
  padding: 0;
}
.work-now-hiring .work-h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  line-height: 43px;
  text-align: center;
  color: #24303b;
  width: 100%;
  height: 43px;
  background: #fff;
  border: 1px solid #ccc;
  clip-path: polygon(4% 0, 100% 0%, 96% 100%, 0% 100%);
  margin: 0 auto 20px;
}

.now-hiring-flex {
  display: block;
}
.now-hiring-flex .list-box {
  width: 100%;
	  margin-bottom: 15px;

}
.now-hiring-flex .list-box .list-title {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 35px;
  border-radius: 25px;
  background: #19479c;
  border: 1px solid rgba(112, 112, 112, 0);
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 35px;
  text-align: center;
  color: #fff;
  margin: 0 auto;
}
.now-hiring-flex .list-box ul {
  display: flex;
  align-items: center;
  gap: 7px;
  border-radius: 25px;
  background: #f2f2f2;
  padding: 30px 41px 15px;
  margin-top: -15px;
}
.now-hiring-flex .list-box li {
width: 72px;
height: 57px;
	border-radius: 5px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 57px;
  text-align: center;
}
.now-hiring-flex .list-box li.black {
  color: #fff;
  background: #24303b;
}
.now-hiring-flex .list-box li.blue {
  color: #fff;
  background: #3fa9f5;
}
.now-hiring-flex .list-box li.white {
  color: #3fa9f5;
  background: #fff;
  border: 1px solid #40a9f5;
}

.work-now-hiring.sub {
	width: 100%;
  background: #f2f2f2;
  margin-top: 47px;
  padding: 30px 24px 21px;
}

.work-now-hiring.sub .now-hiring-flex .list-box ul {
  background: #fff;
}

}

/*===========================
  interview-社員インタビュー-
=============================*/
.sec-interview {
  position: relative;
  z-index: 2;
  padding: 77px 0 60px;
  margin: 0 0 76px;
  background-image: url(../image/bg-interview.jpg);
  background-size: 86.35% 100%;
background-repeat: no-repeat;
}
.sec-interview .interview-wrap {
  position: relative;
  z-index: 2;
  max-width: 1398px;
  width: 100%;
  margin: 0 0 0 18.6%;
}
@media screen and (max-width: 1730px) {
.sec-interview .interview-wrap {
  position: relative;
  z-index: 2;
  max-width: none;
  width: 80%;
  margin: 0 0 0 12%;
}
}
@media screen and (max-width: 1580px) {
.sec-interview .interview-wrap {
  position: relative;
  z-index: 2;
  max-width: none;
width: 100%;
        margin: 0;}
}

.sec-interview .interview-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2%;
}
.sec-interview .interview-flex .ul-interview {
  width: 77%;
}
.sec-interview .interview-flex .ul-interview li {
  width: 327px;
  margin-right: 48px;
}
@media screen and (max-width: 1530px) {
.sec-interview .interview-flex .ul-interview li {
  width: 282px;
  margin-right: 24px;
}	
}
.sec-interview .interview-flex .ul-interview li .open-btn {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
}
.sec-interview .interview-flex .ul-interview li .open-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  background-image: url(../image/interview-person-btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 41px;
  height: 41px;
}
.sec-interview .interview-flex .ul-interview li .open-btn .interview-person {
  height: auto;
  background: #fff;
}
.sec-interview .interview-flex .ul-interview li .comment {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  text-align: left;
  color: #231815;
  margin: 18px 0 15px;
}
.sec-interview .interview-flex .ul-interview li .comment span {
  display: block;
}
.sec-interview .interview-flex .ul-interview li .data-division {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 28px;
  text-align: left;
  color: #231815;
}
.sec-interview .interview-flex .ul-interview li .data-name {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 28px;
  text-align: left;
  color: #231815;
}
@media screen and (max-width: 768px) {
	.sec-interview {
  position: relative;
  z-index: 2;
  padding: 40px 0 0;
  margin: 42px 0 40px;
  background-image: url(../image/sp--bg-interview.jpg);
  background-size: contain;
background-repeat: no-repeat;
}
.sec-interview .interview-flex {
  display: block;
	}
.sec-interview .interview-flex .ul-interview {
  width: 100%;
}
.sec-interview .interview-flex .ul-interview li {
  width: 251px;
  margin-right: 20px;
}
.sec-interview .interview-flex .ul-interview li .open-btn::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  display: block;
  background-image: url(../image/interview-person-btn.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 32px;
  height: 32px;
}
.sec-interview .interview-flex .ul-interview li .comment {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 23px;
  text-align: left;
  color: #231815;
  margin: 14px 0 12px;
}
.sec-interview .interview-flex .ul-interview li .comment span {
  display: block;
}
.sec-interview .interview-flex .ul-interview li .data-division {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.2rem;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #231815;
}
.sec-interview .interview-flex .ul-interview li .data-name {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.5rem;
  letter-spacing: 0.03em;
  line-height: 21px;
  text-align: left;
  color: #231815;
}
}

/*===========================
  Environment-働く環境-
=============================*/

.sec-environment {
  width: 100%;
  background: #24303b;
  padding: 51px 0 80px;
}

.h3-box-wrapper.environment {
  background: none;
  border: none;
  padding: 0;
}
.h3-box-wrapper.environment li.list-environment h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  background: none;
  clip-path: none;
  margin: 21px auto 26px;
}
.h3-box-wrapper.environment li.list-environment .list-environment--text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #fff;
}

.h3-box h3.bgc {
  position: relative;
  width: 326px;
  height: 43px;
  background: transparent;
  clip-path: none;
  background-image: url(../image/environmen-h3-bgc.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.h3-box.mgt72 {
  margin-top: 72px;
}

.flex-gap55 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 51.6px 4%;
  margin-top: 49px;
}
.flex-gap55 li {
  width: 16.667%;
}
.flex-gap55 li img {
  width: 100%;
  background: transparent;
}
.flex-gap55 li p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin-top: 21.4px;
}
@media screen and (max-width: 768px) {
	.sec-environment {
  width: 100%;
  background: #24303b;
  padding: 40px 0 40px;
}

.h3-box-wrapper.environment {
  background: none;
  border: none;
  padding: 0;
}
.h3-box-wrapper.environment li.list-environment h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  line-height: 26px;
  text-align: center;
  color: #fff;
  background: none;
  clip-path: none;
  margin: 13px auto 10px;
}
.h3-box-wrapper.environment li.list-environment .list-environment--text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  color: #fff;
}

.h3-box h3.bgc {
  position: relative;
width: 270px;
height: 43px;
	background: transparent;
  clip-path: none;
  background-image: url(../image/environmen-h3-bgc.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.h3-box.mgt72 {
  margin-top: 72px;
}

.flex-gap55 {
width: 96%;
    margin: 32px auto 0;
	justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px 0;
  margin-top: 32px;
}
.flex-gap55 li {
  width: 45%;
}
.flex-gap55 li img {
  width: 100%;
  background: transparent;
}
.flex-gap55 li p {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 18px;
  text-align: center;
  color: #fff;
  margin-top: 12px;
}

}

/*===========================
  Q&A-よくある質問-
=============================*/

.sec-qa {
  padding: 83px 0 86px;
}

/* アコーディオン */
.accordion {
  margin-top: 22px;
}
.accordion-content {
  display: none;
}
.accordion h3.accordion-header {
  margin-top: 15px;
  transition: background 0.3s ease;
  cursor: pointer;
  position: relative;
background: #f2f2f2;
border: 1px solid #e6e6e6;
	border-radius: 25px;
	box-sizing: border-box;
padding: 19.8px 0 23.2px 90px;
}
.accordion-header::before,
.accordion-header::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 20px;
  bottom: 0;
  width: 17px;
  height: 3px;
  margin: auto;
  background: #19479C;
  border-radius: 14px;
}
.accordion-header::after {
  transform: rotate(-90deg);
  transition: transform 0.3s;
}
.accordion-header.active::after {
  transform: rotate(0deg);
}
.accordion-content {
  background-color: #fff;
  padding: 26px 70px 17px 90px;
}
.accordion-header span,
.accordion-content span {
  position: relative;
}
.accordion-header span {
font-family: "Noto Sans JP";
font-weight: bold;
font-size: 20px;
line-height: 23px;
text-align: left;
color: #19479c;
	display: block;

}
.accordion-header span::before {
  position: absolute;
width: 45px;
height: 45px;
background: #19479c;
	border-radius: 100vh;
  content: "Q";
  display: inline-block;
  left: -72.2px;
  top: -5px;
font-family: "Noto Sans JP";
font-weight: bold;
font-size: 26px;
line-height: 40px;
text-align: center;
color: #fff;

}
.accordion-content span {
font-family: "Noto Sans JP";
font-weight: 500;
font-size: 18px;
line-height: 32px;
text-align: left;
	color: #19479c;}
  .accordion-content span::before {
  position: absolute;
width: 45px;
height: 45px;
background: #fff;
	  outline: 1px solid #19479c;
border-radius: 100vh;
  content: "A";
  display: inline-block;
  left: -72.2px;
  top: -5px;
font-family: "Noto Sans JP";
font-weight: bold;
font-size: 26px;
line-height: 40px;
text-align: center;
color: #19479c;
  }

/* hover */
.accordion-header.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media screen and (max-width: 768px) {
	.sec-qa {
  padding: 41px 0 35px;
}

  .accordion {
    padding-bottom: 0;
  }
  .accordion-content {
    display: none;
  }
  .accordion h3.accordion-header {
    padding: 15px 55px 15px 16px;;
    margin: 12px 0 0;
  }
  .accordion-header::before,
  .accordion-header::after {
    position: absolute;
    content: "";
    top: 1px;
    right: 20px;
    bottom: 0;
    width: 12px;
    height: 2px;
    margin: auto;
    background: #151E2F;
  }
  .accordion-header::after {
    transform: rotate(-90deg);
    transition: transform 0.3s;
  }
  .accordion-header.active::after {
    transform: rotate(0deg);
  }
  .accordion-content {
    background-color: #fff;
padding: 18px 0 18px 15px;
	  width: 80%;
    margin-left: auto;
  }
  .accordion-header span,
  .accordion-content span {
    padding-left: 25px;
    position: relative;
  }
  .accordion-content span {
    padding-left: 0;
  }
  .accordion-header span {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 27px;
    padding-left: 55px;
  }
  .accordion-header span::before {
	 width: 39.94px;
height: 39.94px;
    font-size: 22px;
    letter-spacing: 0.03em;
	  line-height: 37px;
	  top: 10px;
    left: 0;
  }
	  .accordion-content span::before {
  position: absolute;
width: 45px;
height: 45px;
background: #fff;
	  outline: 1px solid #19479c;
border-radius: 100vh;
  content: "A";
  display: inline-block;
  left: -70px;
  top: -5px;
font-family: "Noto Sans JP";
font-weight: bold;
font-size: 26px;
line-height: 40px;
text-align: center;
color: #19479c;
  }


}
/*===========================
  message-社長からのメッセージ-
=============================*/

.sec-message {
  position: relative;
  z-index: 2;
  padding: 78px 0;
}
.sec-message::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 75.78%;
  height: 100%;
  background-image: url(../image/bg-message.jpg);
  background-position: right top;
  /* ← ここで右上に寄せる！ */
  background-size: contain;
  z-index: 1;
}
.sec-message .message-wrap {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.sec-message .message-wrap .message-flex {
  display: flex;
	flex-wrap: wrap;
  gap: 7.2%;
}
.sec-message .message-wrap .message-flex img {
  width: 363px;
  height: 502px;
  background: transparent;
}
.sec-message .message-wrap .message-flex .message-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #24303b;
  margin: 44px 0 24px;
}
.sec-message .message-wrap .message-flex .message-text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  text-align: left;
  color: #24303b;
  margin-bottom: 41px;
}
.sec-message .message-wrap .message-flex .rep-name {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: right;
  color: #24303b;
}
.sec-message .message-wrap .message-flex .rep-name span {
  display: inline-block;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
.sec-message {
  position: relative;
  z-index: 2;
  padding: 0 0 40px;
}
.sec-message::before {
  position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
        content: "";
        width: 100%;
        height: 956px;
  background-image: url(../image/sp--bg-message.jpg);
background-position: bottom;
        background-size: cover;  z-index: 1;
}
.sec-message .message-wrap {
  position: relative;
  z-index: 2;
  max-width: none;
  margin: 0 auto;
}
.sec-message .message-wrap .message-flex {

	gap: 7.2%;
}
.sec-message .message-wrap .message-flex img {
  width: 91%;
  height: auto;
  background: transparent;
margin: 0 auto 30px;
}
.sec-message .message-wrap .message-flex .message-title {
	width: 84%;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  line-height: 34px;
  text-align: left;
  color: #24303b;
  margin: 24px auto 15px;
}
.sec-message .message-wrap .message-flex .message-text {
	width: 84%;
    margin: 0 auto 15px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 28px;
  text-align: left;
  color: #24303b;
}
.sec-message .message-wrap .message-flex .rep-name {
	width: 84%;
    margin: 0 auto;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 2rem;
  line-height: 28px;
  text-align: right;
  color: #24303b;
}
.sec-message .message-wrap .message-flex .rep-name span {
  display: inline-block;
  padding-right: 1em;
}
	
}

/*===========================
  Guide Line-募集要項-
=============================*/

.sec-guide-line {
  padding: 79px 0 111px;
}

.guide-line-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 60px 70px 69px;
margin-bottom: 111px;
}
.guide-line-box .table-title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #24303b;
  margin-bottom: 24px;
}

.guide-line-table {
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.guide-line-table tr th {
  width: 273px;
  background: #eff0f2;
  padding: 33px 0 34px 70px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  color: #24303b;
  border-bottom: 1px solid #ccc;
}
.guide-line-table tr td {
  width: 787px;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  color: #24303b;
  padding: 20px 33.5px 18px 70px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	.sec-guide-line {
  padding: 40px 0;
}
.guide-line-table thead {
    display: none; /* ヘッダー非表示 */
  }

.guide-line-box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 21px 0 0;
	margin-bottom: 40px;
}
.guide-line-box .table-title {
  margin-bottom: 20px;
	text-align: center;
}

.guide-line-table {
	display: block;
	width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-collapse: collapse;
}
.guide-line-table tr th {
	display: block;
  width: 100%;
  background: #eff0f2;
  padding: 13px 0;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: center;
  color: #24303b;
  border-bottom: none;
}
.guide-line-table tr td {
		display: block;

  width: 100%;
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  vertical-align: middle;
  text-align: left;
  color: #24303b;
  padding: 15px 25px 20px;
  border-bottom: none;
}

}

/*===========================
  Entry-エントリーフォーム 
=============================*/

.sec-entry {
  width: 100%;
  background: #19479c;
  padding: 80px 0 84px;
}
.sec-entry .entry-text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #fff;
  margin-top: 22.4px;
}
.sec-entry .entry-text.required {
  margin: 2em 0 30px;
}
.sec-entry .entry-text.required span {
  color: #DE3536;
}
.contact-form_wrap{
	padding: 61px 105px 56px;
	background: #fff;
}
@media screen and (max-width: 768px) {
	.sec-entry {
  width: 100%;
  background: #19479c;
  padding: 40px 0 18px;
}
.sec-entry .entry-text {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 26px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.sec-entry .entry-text.required {
  margin: 2em 0 20px;
}
.sec-entry .entry-text.required span {
  color: #DE3536;
}
.contact-form_wrap{
	padding: 28px 0 21px;
	background: #fff;
}

}

/*Contact　form7*/
.contact__block{
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}
.formtitle{
	width: 16%;
	padding: 23px 0;
}
.nyuryokubox-item{
	width: 84%;
background: #eff0f2;
	padding: 23px 30px;
}
.hisu{
	font-family: "Noto Sans JP";
font-weight: 500;
font-size: 18px;
line-height: 30px;
text-align: left;
color: #DE3536;
	padding-left: 0.5em;
}
.wpcf7-list-item-label{
	font-family: "Noto Sans JP";
font-weight: 500;
font-size: 17px;
line-height: 28px;
text-align: left;
color: #24303b;
	padding-left: 20px;
}
.nyuryokubox{
	width: 84%;
	padding: 23px 30px;
	background: #eff0f2;
	}
.wpcf7-form-control.wpcf7-radio{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
}
@media screen and (max-width: 768px) {
.contact__block{
	width: 89%;
	display: block;
	margin: 0 auto 20px;
}
.formtitle{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
.nyuryokubox-item{
	width: 100%;
background: #eff0f2;
	padding: 16px 8px;
}
.hisu{
font-size: 1.6rem;
line-height: 30px;
	padding-left: 0.3em;
}
.wpcf7-list-item-label{
	font-family: "Noto Sans JP";
font-weight: 500;
font-size: 1.6rem;
line-height: 28px;
text-align: left;
color: #24303b;
	padding-left: 20px;
}
.nyuryokubox{
	width: 100%;
	padding: 16px 8px;
	background: #eff0f2;
	}
	.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
		width: 100%;
}
.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
}
.wpcf7-form-control.wpcf7-radio{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 10px;
}

}
.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
	width: 100%;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
		width: 100%;
}
.wpcf7-form-control.wpcf7-textarea{
	width: 100%;
}
.wpcf7.form .wpcf7-response-output{
	border: none;
}
/* チェックボックスデザイン */
.wpcf7-form-control-wrap {
  display: block; }

span.wpcf7-list-item {
  margin: 0;
  /* 項目右側の余白設定と、デフォルトの左側の余白を打ち消す */
  position: relative; }
@media screen and (max-width: 768px) {
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
		width: 100%;
	min-height: 400px;
}

}
input[type="radio"] {
  cursor: pointer;
/*  padding-left: 32px;*/
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative; }

input[type="radio"]::before, input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute; }

input[type="radio"]::before {
  background-color: #fff;
  border-radius: 100vh;
width: 30.17px;
height: 29.88px;
background: #eff0f2;
	transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="radio"]::after {
  border-bottom: 3px solid #242424;
  /*チェックの太さ*/
  border-left: 3px solid #242424;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  width: 16px;
  /*チェックの横幅*/
  height: 11.03px;
  /*チェックの高さ*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
top: -3px;
    bottom: 0;
	right: -8px;}
@media screen and (max-width: 768px) {
  span.wpcf7-list-item {
    margin: 0; }

input[type="radio"] {
  cursor: pointer;
/*  padding-left: 32px;*/
  /*label手前にチェックボックス用の余白を開ける*/
  vertical-align: middle;
  position: relative; }

input[type="radio"]::before, input[type="radio"]::after {
  content: "";
  display: block;
  position: absolute; }

input[type="radio"]::before {
  background-color: #fff;
  border-radius: 100vh;
width: 30.17px;
height: 29.88px;
background: #eff0f2;
	transform: translateY(-50%);
  top: 50%;
  left: -2px;
}
input[type="radio"]::after {
  border-bottom: 3px solid #242424;
  /*チェックの太さ*/
  border-left: 3px solid #242424;
  /*チェックの太さ*/
  opacity: 0;
  /*チェック前は非表示*/
  width: 16px;
  /*チェックの横幅*/
  height: 11.03px;
  /*チェックの高さ*/
  transform: rotate(-45deg);
  /*top: 0px; チェック時の位置調整*/
  /*left: 5px; チェック時の位置調整*/
top: -3px;
    bottom: 0;
	right: -8px;}
   }
input[type="radio"]:checked::after {
  opacity: 1;
  /*チェック後表示*/ }

.check-btn{
	position: relative;
	width: 240px;
height: 53px;
background: #f15a24;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.check-btn.mg{
	margin: 20px auto 0;
}
.check-btn p{
	width: 100%;
	height: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.bl{
	width: 240px;
  height: 53px;
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 18px;
line-height: 53px;
text-align: center;
color: #fff;
}
.wpcf7-form-control.wpcf7-previous{
	width: 240px;
  height: 53px;
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 18px;
line-height: 53px;
text-align: center;
color: #fff;

}
.check-btn::after{
	content: "";
	background-image: url("../image/menu-entry.svg");
background-size: cover;
    background-repeat: no-repeat;
width: 22.42px;
height: 18.79px;
    display: inline-block;
	position: absolute;
top: 17px;
    right: 55px;	
}
@media screen and (max-width: 768px) {
	.check-btn{
	position: relative;
	width: 89%;
height: 60px;
background: #f15a24;
	display: flex;
	align-items: center;
	margin: 0 auto;
}
.check-btn.mg{
	margin: 20px auto 0;
}
.check-btn p{
	width: 100%;
	height: 100%;
}
.wpcf7-form-control.wpcf7-submit.has-spinner.btn.bl{
	width: 100%;
  height: 60px;
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 18px;
line-height: 60px;
text-align: center;
color: #fff;
}
.wpcf7-form-control.wpcf7-previous{
	width: 100%;
  height: 60px;
	font-family: "Noto Sans JP";
font-weight: bold;
font-size: 18px;
line-height: 60px;
text-align: center;
color: #fff;

}
.check-btn::after{
	content: "";
	background-image: url("../image/menu-entry.svg");
background-size: cover;
    background-repeat: no-repeat;
width: 22.42px;
height: 18.79px;
    display: inline-block;
	position: absolute;
top: 20px;
    right: 70px;	
}

}
/*===========================
  footer
=============================*/

footer {
  padding: 50px 0 100px;
}
.footer-logo{
	width: 288px;
height: 58.77px;
background: transparent;

}
footer .footer-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 36px;
}
footer .menu.footer{
width: 100%;
}
footer .footer-flex a {
  width: 288px;
  height: 58.77px;
  background: transparent;
}
footer address {
  display: grid;
  font-style: normal;
}
footer address .address-post {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #24303b;
  display: inline-block;
  margin-top: 12.7px;
  margin-bottom: 16.6px;
}
footer address .address-tel,
footer address .address-fax {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #24303b;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	footer {
  padding: 12px 0 22px;
}
	.footer-logo{
width: 201.65px;
height: 53.49px;
background: transparent;
}

footer .footer-flex {
  display: block;
}
footer .menu.footer{
width: 100%;
}
footer .footer-flex a {
  width: 288px;
  height: 58.77px;
  background: transparent;
}
footer address {
  display: grid;
  font-style: normal;
}
footer address .address-post {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  color: #24303b;
  display: inline-block;
  margin-top: 18.5px;
  margin-bottom: 10px;
}
footer address .address-tel,
footer address .address-fax {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 24px;
  text-align: left;
  color: #24303b;
}

.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
	z-index: 10;
}

}


/*----------------------------------------------------------*/
/*----------------------------------------------------------*/
.container.is {
  width: clamp(320px, 83.3%, 1160px);
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .pcnone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .spnone {
    display: none;
  }
}
.fade {
  transition: 0.3s ease-in-out;
}

.fade:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=70)";
}

.mv-under {
  width: 100%;
  height: 622px;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-under {
    height: auto;
	  overflow: hidden;
  }
}
.mv-under:after {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  height: 396px;
  background: #F2F2F2;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .mv-under:after {
    display: none;
  }
}
.mv-under .container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  height: 694px;
  gap: 12px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .mv-under .container {
    height: auto;
    width: 100%;
    flex-direction: column;
    position: relative;
    min-height: 863px;
  }
}
.mv-under .container div.rightman {
  position: absolute;
  width: 366px;
  height: 570px;
  right: -176px;
  bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-under .container div.rightman {
    bottom: 0;
    left: 0;
    width: 46.2%;
    height: auto;
    z-index: 4;
  }
}
.mv-under .container div.leftman {
  position: absolute;
  width: 477px;
  height: 578px;
  left: -176px;
  bottom: 70px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mv-under .container div.leftman {
    top: 0;
    right: -23px;
    left: auto;
    width: 59.8%;
    top: 9px;
    height: auto;
    bottom: auto;
  }
}
.mv-under .container div.center {
  background-repeat: no-repeat;
  background-size: contain;
  height: 617px;
  width: 552px;
  padding-top: 91px;
  margin-top: 70px;
  position: relative;
  flex: 1;
}
.mv-under .container div.center::before {
  transform: skewX(-14deg);
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background-color: #19479C;
}
@media screen and (max-width: 767px) {
  .mv-under .container div.center::before {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .mv-under .container div.center {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(../image-top/blueback_sp.svg);
    background-size: cover;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.mv-under .container div.center h3 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-align: center;
  width: 234px;
  height: 207px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 767px) {
  .mv-under .container div.center h3 {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 26px;
    text-align: center;
    color: #fff;
    height: auto;
    width: 85.6%;
    margin-bottom: 10px;
  }
}
.mv-under .container div.center p {
  width: 334px;
  height: 179px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .mv-under .container div.center p {
    font-size: 16px;
    line-height: 28px;
    text-align: left;
    height: auto;
    width: 85.6%;
  }
}
.mv-under .container .left {
  width: 310px;
  height: 299px;
  background: #24303B;
  margin-top: 279px;
  color: #fff;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-under .container .left {
    position: absolute;
    top: 50px;
    left: 7.2%;
    margin-top: 0;
    width: 215px;
    height: 201px;
  }
}
.mv-under .container .left a {
  display: block;
  padding: 37px 45px 46px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mv-under .container .left a {
    padding: 16px 18px;
  }
}
.mv-under .container .left a:after {
  content: "";
  width: 31px;
  height: 5px;
  background-image: url(../image-top/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 26px;
  right: 24px;
  z-index: 3;
}
.mv-under .container .left a h4 {
  line-height: 1.35;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .mv-under .container .left a h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
.mv-under .container .left a p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-under .container .left a p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.mv-under .container .right {
  width: 310px;
  height: 299px;
  color: #fff;
  background: #3FA9F5;
  box-sizing: border-box;
  margin-top: 279px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .mv-under .container .right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 215px;
    height: 201px;
    margin-top: 0;
  }
}
.mv-under .container .right a {
  display: block;
  padding: 37px 45px 46px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .mv-under .container .right a {
    padding: 16px 18px;
  }
}
.mv-under .container .right a:after {
  content: "";
  width: 31px;
  height: 5px;
  background-image: url(../image-top/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 26px;
  right: 24px;
  z-index: 3;
}
.mv-under .container .right a p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mv-under .container .right a p {
    font-size: 13px;
    line-height: 1.7;
  }
  .mv-under .container .right a p br {
    display: none;
  }
}
.mv-under .container .right a h4 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 32px;
  letter-spacing: 0.03em;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin: 0 0 18px 0;
}
@media screen and (max-width: 767px) {
  .mv-under .container .right a h4 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
}
.mv-under .container .right a h4 span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .mv-under .container .right a h4 span {
    font-size: 15px;
  }
}
/*mv*/
button {
  width: 240px;
  height: 53px;
  border: 1px solid #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  button {
    width: 186px;
    height: 50px;
  }
}
button.left {
  text-align: left;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  button {
    position: relative;
    z-index: 1;
  }
}
button.center {
  display: flex;
  margin: 0 auto;
}
button a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100vh;
  padding: 0 0 0 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  button a {
    padding-left: 26px;
  }
}
button a span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
button:hover {
  background-color: #F15924;
}
.contents_main,
.contents_main_inner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.contents_main_right {
  height: 100%;
  padding-bottom: 30px;
}
.contents_main_right {
  padding: 30px 30px 0 400px;
}
@media (min-height: 890px) {
  .contents_main_right {
    padding-left: 480px;
  }
}
@media (min-height: 840px) {
  .contents_main_right {
    padding-left: 440px;
  }
}
.contents_main_right {
  padding: 0 0 0 22.3%;
}
.contents_detail,
.contents_detail_inner,
.contents_main_right {
  width: 100%;
  position: relative;
}
.contents_main {
  max-height: 928px;
  height: 100vh;
}
@media screen and (max-width: 767px) {
  .contents_main {
    height: auto;
    padding-bottom: 36px;
    min-height: auto;
    background-color: #24303B;
  }
}
.contents_main_inner {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .contents_main_inner {
    display: flex;
    flex-direction: column;
  }
}
.contents_main_inner:after {
  content: "";
  width: 75.2%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../mv-image/back_02.svg");
  z-index: -1;
  background-size: cover;
  background-position: right;
}
.contents_main_inner .slick-slider {
  background-color: #fff;
  position: relative;
  height: 100%;
}
.contents_main_inner .slick-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contents_main_right {
  height: 100%;
}
.contents_main_right {
  height: 91.2%;
  max-height: 846px;
}
@media screen and (max-width: 767px) {
  .contents_main_right {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    height: 408px;
    position: static;
    order: 2;
  }
}
@media (min-height: 890px) {
  #home .main_logo {
    margin: 0 0 0 -130px;
  }
}
@media (min-height: 890px) {
  .main_copy img,
  .main_logo {
    width: 260px;
  }
}
.main_logo path,
.main_logo svg {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
.main_logo {
  display: block;
  width: 240px;
  top: 28.9%;
  margin: 0 0 0 -120px;
}
.main_copy,
.main_logo {
  position: absolute;
  left: 50%;
}
.main_copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 95px;
  text-align: left;
  color: #fff;
  left: 80px;
  top: 132px;
}
@media screen and (max-width: 767px) {
  .main_copy {
    font-size: 26px;
    width: clamp(320px, 83.3%, 1160px);
    margin: 15px auto 0;
    padding-left: 7px;
    line-height: 1.8;
    position: static;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-top: 32px;
    margin-bottom: 13px;
  }
}
.main_copy span {
  background-color: #19479C;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .main_copy span {
    padding: 0 18px;
  }
}
.mvbtn a {
  text-decoration: none;
}
.mvbtn a span {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.01em;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .mvbtn a span {
    font-size: 16px;
  }
}
.mvbtn a span:after {
  content: "";
  display: inline-block;
  width: 31.62px;
  height: 5.34px;
  background: url(../mv-image/arrow.svg);
  margin-left: 7px;
  background-size: cover;
}
.mv-wrap {
  width: 100%;
  height: calc(100vh - 150px);
  background-image: url(../image/mv/mvback.png);
  background-position: right 10% center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 750px;
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .mv-wrap {
    max-height: none;
    height: 100vh;
    margin-top: 72px;
    height: calc(100vh - 72px);
    overflow: hidden;
    height: 595px;
  }
}
.main_slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.main_slide:after {
  content: "";
  display: block;
  position: absolute;
  width: 175px;
  height: 100%;
  background-color: #24303B;
  clip-path: polygon(0% 0%, 100% 0%, 0 100%);
  top: 0;
  left: -1px;
}
@media screen and (max-width: 767px) {
  .main_slide:after {
    clip-path: polygon(0% 0%, 100% 0%, 0 17.9%);
    width: 100%;
    top: -1px;
    left: 0;
  }
}
/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100%;
  max-height: 846px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .full div {
    padding: 0;
    margin: 0 auto;
    height: 408px;
  }
}
.full div.img01 {
  background-image: url();
}
.full div.img02 {
  background-image: url();
}
.full div.img03 {
  background-image: url();
}
.mvbtn-wrap {
  position: absolute;
  top: 450px;
  left: 80px;
}
@media screen and (max-width: 767px) {
  .mvbtn-wrap {
    position: static;
    width: clamp(320px, 83.3%, 1160px);
    margin: 0 auto;
  }
}
.mvbottomtxt {
  width: 63%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50px;
  z-index: 1;
}
ul.mvfuture {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 140px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  ul.mvfuture {
    flex-wrap: wrap;
    position: static;
    width: clamp(320px, 83.3%, 1160px);
    margin: 0 auto;
    transform: none;
    padding: 24px 0;
    gap: 10px;
    justify-content: center;
  }
}
ul.mvfuture li {
  background-color: #F15A24;
  color: #fff;
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding: 10px 30px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  ul.mvfuture li {
    font-size: 14px;
    padding: 10px 24px;
  }
}
/* dotsを四角くカスタマイズするCSS */
.dots-wrap {
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: -45px;
  left: 57%;
}
.dots-wrap li {
  width: 87px;
  height: 4px;
  margin: 0 5px;
  background: #E6E6E6;
  cursor: pointer;
}
.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: coral;
}
.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
	background-color: transparent;}