@charset "UTF-8";
/*===============
   header
=================*/
header {}
header .pc-header {
  width: 100%;
  height: 150px;
  padding: 23px 48px 29px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (min-width: 1755px) and (max-width: 1900px) {
  header .pc-header {
    padding: 23px 10px 29px 18px;
  }
}
header .pc-header h1 {
  display: block;
}
header .pc-header h1 a {
  width: 288px;
  height: 76.4px;
  display: block;
}
header .pc-header h1 img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
header .pc-header nav {
  display: flex;
  justify-content: end;
  align-items: center;
}
@media screen and (max-width: 1764px) {
  header .pc-header nav {
    flex-flow: wrap-reverse;
    gap: 3px;
  }
}
header .pc-header nav ul.menu-other {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  padding-left: 28px;
}
@media screen and (min-width: 1765px) and (max-width: 1829px) {
  header .pc-header nav ul.menu-other {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 18px;
    padding-left: 10px;
  }
}
header .pc-header nav ul li.menu-tel {
  padding-left: 28px;
}
header .pc-header nav ul li.menu-tel {
  padding-left: 0;
}
header .pc-header nav ul li.menu-tel a {
  display: flex;
  align-items: center;
  gap: 5.2px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: normal;
  font-size: 45px;
  line-height: 29px;
  text-align: center;
  color: #19479c;
  white-space: nowrap;
}
header .pc-header nav li.menu-tel a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #24303b;
}
/*
header .pc-header nav li.menu-entry {
  padding-left: 30px;
}
*/
header .pc-header nav li.menu-entry {
  display: flex;
  align-items: center;
  width: 208px;
  height: 98px;
  background-color: #F15A24;
	border: 1px solid #f15924;
	border-radius: 3px;
}
header .pc-header nav li.menu-entry a {
	display: flex;
justify-content: center; 
    align-items: center;
    width: 100%;
    height: 100%;
	gap: 6.6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  white-space: nowrap;

}
header .pc-header nav li.menu-entry a::after {
content: "";
    display: inline-block;
    background-image: url(../image/menu-entry.svg);
width: 22.42px;
height: 18.79px;
	background-repeat: no-repeat;
    background-size: cover;
    margin-left: 6px;
    transition: background-color 0.3s ease;
}
header .pc-header nav li.menu-entry a:hover::after {
	background-image: url("../image/menu-entry-hover.svg");}

header .pc-header nav li.menu-entry a img {
  width: 22.42px;
  height: 18.79px;
  background: transparent;
}
@media screen and (max-width: 1764px) {
  header .pc-header nav li.menu-entry {
    display: flex;
    align-items: center;
    width: 208px;
    height: 57px;
    background-color: #F15A24;
	  	border: 1px solid #f15924;
	border-radius: 3px;
  }
  header .pc-header nav ul li.menu-tel a {
    display: flex;
    align-items: center;
    gap: 5.2px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: normal;
    font-size: 37px;
    line-height: 29px;
    text-align: center;
    color: #19479c;
    white-space: nowrap;
	    padding-left: 29px;
    padding-right: 23px;

  }
}
header .pc-header nav .menu {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header .pc-header nav .menu li {
  text-align: center;
  padding-left: 19.5px;
  padding-right: 19.5px;
  border-right: 1px solid #ccc;
}
header .pc-header nav .menu li:first-child {
  padding-left: 0;
}
header .pc-header nav .menu li:last-child {
  padding-right: 0;
  border-right: 0;
}
header .pc-header nav .menu li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 30px;
  text-align: center;
  color: #24303b;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (min-width: 1765px) and (max-width: 1829px) {
  header .pc-header nav .menu li a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 17px;
    line-height: 30px;
    text-align: center;
    color: #24303b;
    white-space: nowrap;
    letter-spacing: 0;
  }
}
/*mobile-header*/
.mobile-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 7;
  width: 100%;
  height: 80px;
  background: #fff;
  padding: 12px 15px 14px 13px;
}
.mobile-header .mobile-header-area {
  display: none;
  position: fixed;
  top: 80px;
  right: -500px;
  z-index: 5;
}
.mobile-header .mobile-header-area.open {
  display: block;
  width: 100%;
  height: calc(100dvh - 80px);
  top: 80px;
  right: 0;
  padding: 0 35px 50px;
  /*margin-top: 80px;*/
  z-index: 100;
  background-color: #f2f2f2;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.mobile-header .mobile-header-area.open .mobile-header-logo {}
.mobile-header .menu-toggle {
  position: fixed;
  top: 21px;
  right: 14px;
  width: 40px;
  height: 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
.mobile-header .menu-toggle::after {
  position: absolute;
  bottom: -24px;
  content: "MENU";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #24303b;
}
.mobile-header .menu-toggle.open {
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-header .menu-toggle.open::after {
  position: absolute;
  bottom: -24px;
  content: "CLOSE";
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #24303b;
}
.mobile-header .menu-toggle.open .toggle_line {
  width: 40px;
  height: 0px;
  background: transparent;
  /*border: 1px solid #24303b;*/
  transition: transform 0.3s, opacity 0.3s;
}
.mobile-header .menu-toggle .menu-toggle-p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #24303b;
}
.mobile-header .menu-toggle.open .toggle_line:nth-of-type(1) {
  transform: translateY(10px) rotate(-35deg);
}
.mobile-header .menu-toggle.open .toggle_line:nth-of-type(2) {
  opacity: 0;
}
.mobile-header .menu-toggle.open .toggle_line:nth-of-type(3) {
  transform: translateY(-10px) rotate(35deg);
}
.mobile-header .menu-toggle .toggle_line {
  width: 40px;
  height: 0px;
  /*background: transparent;*/
  border: 1px solid #24303b;
}
.mobile-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-menu li {
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.mobile-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 33px;
  text-align: left;
  color: #24303b;
	  padding: 40px 0 28px;
	width: 100%;
}
.mobile-menu li a::after {
  content: "";
  display: block;
  background-image: url("../image/mobile-arrow.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 31.62px;
  height: 5.32px;
}
.mobile-tel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
  margin-top: 12.8px;
}
.mobile-tel li {}
.mobile-tel li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 7px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 50px;
  line-height: 48px;
  text-align: center;
  color: #19479c;
  white-space: nowrap;
}
.mobile-tel li span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 15px;
  line-height: 28px;
  text-align: center;
  color: #24303b;
}
.mobile-tel li.mobile-entry {
  width: 82%;
  height: 60px;
}
.mobile-tel li.mobile-entry a {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 60px;
  background: #f15a24;
  display: flex;
  align-items: center;
  gap: 6.6px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  white-space: nowrap;
}
.mobile-tel li.mobile-entry a img {
  width: 22.42px;
  height: 18.79px;
  background: transparent;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  background-color: transparent;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  z-index: 2;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.no-scroll {
  overflow: hidden;
  height: 100dvh;
}
header .mobile-header h1 {
  display: block;
  width: 201.65px;
  height: 41.15px;
}
header .mobile-header h1 a {
  display: block;
  width: 100%;
  height: 100%;
}
header .mobile-header h1 img {
  width: 100%;
  height: auto;
  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", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  letter-spacing: 0.01em;
  line-height: 53px;
  text-align: left;
  color: #fff;
  background-color: transparent;
  padding: 0 20px 0 20px;
  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: 151px 0 80px;
  margin-top: -70px;
  z-index: 1;
}
.sec-reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.touka {
  position: relative;
  z-index: 1;
}
.ul-h3 {
  position: relative;
  z-index: 2;
  display: flex;
justify-content: center;
  gap: 40px 2%;
  flex-wrap: wrap;
  margin-top: 40px;
}
.ul-h3 li {
  width: 32%;
min-width: 320px;
  background: #19479c;
}
.ul-h3 li img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  object-position: top;
}
.ul-h3 li .item-text {
  padding: 21px 30px 25px 26px;
}
.ul-h3 li .item-text h3 {
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
  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;
    margin-top: 0px;
  }
  .ul-h3 {
    display: block;
    width: 100%;
    margin: 30px auto 0;
  }
  .ul-h3 li {
    width: 251px;
	 min-width: inherit;
    background: #19479c;
	  outline: none;
/*
    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.pcnone .slick-slide{
		margin: 0 0 0 10px;
	}
}
/*===========================
  About Us-私たちについて-
=============================*/
.sec-about {
  position: relative;
  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::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.sec-about .about-title {
  width: 74%;
  font-family: "Noto Sans JP", sans-serif;
  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: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  color: #24303b;
  margin: 0 auto 78px;
  z-index: 2;
}
@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: 4.48vw;
    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 60px;
  }
}
.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", sans-serif;
  font-weight: bold;
  font-size: 22px;
  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", sans-serif;
  font-weight: 500;
  font-size: 18px;
  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: -52px;
  left: -25px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  font-size: 84px;
  line-height: 86.4px;
  text-align: center;
  color: #3fa9f5;
}
.ul-h4 li img {
  width: 100%;
  height: 241px;
  background: transparent;
  object-fit: cover;
  object-position: top;
}
.ul-h4 li h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 26px;
  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", sans-serif;
  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%;
	min-width: 200px;
}
.ul--another li img {
  width: 100%;
  height: auto;
  background: transparent;
  object-fit: cover;
  object-position: top;
}
.ul--another li .h3-box-another-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  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: 61px;
  }
  .ul-h4 li:last-child {
    margin-bottom: 51px;
  }
  .ul-h4 li .number {
    position: absolute;
    top: -40px;
    left: 6px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 600;
    font-size: 68px;
    line-height: 70px;
    text-align: center;
    color: #3fa9f5;
  }
  .ul-h4 li img {
    width: 100%;
    height: auto;
    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: block;
  }
  .ul--another li {
    width: auto;
	  outline: none;
  }
		.ul--another.pcnone.slick-initialized .slick-slide{
		margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
	}

  .ul--another li img {
	  display: block;
  margin: 0 auto;
	  width: 100%;
    height: 192px;
    background: transparent;
    object-fit: contain;
  }
  .ul--another li .h3-box-another-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #24303b;
  }
}
/*===========================
  Work-仕事について-
=============================*/
.sec-work {
  position: relative;
  margin-bottom: 94px;
}
.sec-work .work-image-area {
  position: absolute;
  top: 27.5px;
  left: 0;
  width: 50%;
  height: 420px;
  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: -20%;
  clip-path: polygon(13% 0%, 100% 0%, 87% 100%, 0% 100%);
  object-fit: cover;
}
.sec-work .work-comment {
  width: 46%;
  margin-left: auto;
}
.sec-work .work-comment .work-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 34px;
  text-align: left;
  color: #24303b;
  margin: 24px 0;
}
.sec-work .work-comment .work-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  line-height: 1.5;
  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: 31.5%;
        height: 130px;
    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", sans-serif;
    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", sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 24px;
    text-align: left;
    color: #24303b;
  }
}
.sec-work .work-wrap {
  display: block;
  padding-top: 106px;
  background-image: url(../image/bg-work.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 100px;
}
.sec-work .work-wrap .work-wrap--text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  color: #fff;
  margin-bottom: 27px;
  margin-top: 20px;
}
@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", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    line-height: 34px;
    text-align: center;
    color: #fff;
    margin-bottom: 19px;
  }
}
/*work-slider*/
.work-slider-wrapper {
  position: relative;
}

.work-slider-wrapper .slick-list {
  margin: 0 -15px;
}

.work-slider-wrapper .slick-slide {
  margin: 0 15px;
  height: auto; 
  display: flex;
}

.work-slider {
  width: 100%;
}

.work-slider .work-slider-list {
  width: 384px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
}

.work-slider .work-slider-list img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  flex-shrink: 0;
}

.work-slider .work-slider-textbox {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 21px 26px 26px;
  background-color: #fff;
  box-sizing: border-box;
}

.work-slider .work-slider-textbox h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 34px;
  text-align: left;
  color: #231815;
  margin-bottom: 18px;
}

.work-slider .work-slider-textbox p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 32px;
  text-align: left;
  color: #24303b;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .work-slider-wrapper {
    position: relative;
	  width: 92%;
        margin: 0 auto;
  }
/*
  .slick-list {
    margin: 0;
  }
  .slick-slide {
    margin: 0;
  }
*/
  .work-slider {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
  }
/*
.work-slider.slick-initialized .slick-slide{
		margin: 0;
  padding: 0 10px;
  box-sizing: border-box;
	}
*/

  .work-slider .work-slider-list {
    width: 92%;
    margin-right: 0;
  }
  .work-slider .work-slider-list img {
	  display: block;
  margin: 0 auto;
    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", sans-serif;
    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", sans-serif;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 28px;
    text-align: left;
    color: #24303b;
  }
}
.work-now-hiring {
  margin-top: 43.4px;
}
.work-now-hiring .work-h3 {
  font-family: "Noto Sans JP", sans-serif;
  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.sub {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 26px 3%;
  margin-bottom: 43px;
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
    .now-hiring-flex.sub {
        width: 650px;
        margin: 0 auto 43px;
    }
}
@media screen and (max-width: 769px) {
    .now-hiring-flex.sub {
        width: 100%;
        margin: 0 auto 43px;
    }
}
.tab-list-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 26px 3.5%;
  margin-bottom: 43px;
	padding: 0 50px 0;
}
@media screen and (max-width: 1320px) {
	.tab-list-wrapper {
	padding: 0;
}
}
@media screen and (min-width: 769px) and (max-width: 1201px) {
	.tab-list-wrapper {
width: 650px;
		margin: 0 auto 43px;}}
@media screen and (max-width: 768px) {
	.tab-list-wrapper {
	width: 100%;
	}
}
.now-hiring-flex .list-box {
  width: clamp(312px, 31%, 340px);
}
.now-hiring-flex .list-box .list-title {
  position: relative;
  z-index: 2;
  width: clamp(270px, 85%, 291px);
  height: 50px;
  border-radius: 25px;
  background: #19479c;
  border: 1px solid rgba(112, 112, 112, 0);
  font-family: "Noto Sans JP", sans-serif;
  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: auto;
  border-radius: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.5rem, 1.6vw, 1.6rem);
  ;
  letter-spacing: 0.02em;
  line-height: 1.3;
  text-align: center;
  padding: 13px 2px;
}
.now-hiring-flex .list-box li.click {
  position: relative;
  padding: 0;
}
/*
.now-hiring-flex .list-box li.click::after {
}
*/
.now-hiring-flex .list-box li.tab-item.click a::after {
  position: absolute;
  bottom: 10px;
  left: 24px;
  content: "";
  background-image: url("../image/link-btn-arrow-hover.svg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  width: 31.18px;
  height: 5px;
  cursor: pointer;
}
/*タームの背景色と文字色*/
/*aタグ無し*/
.now-hiring-flex .list-box li.click.veteran {
  background: #24303b;
  display: block;
		color: #fff;
  padding: 19px 2px;

}
.now-hiring-flex .list-box li.click.beginner {
  background: #3fa9f5;
  display: block;
		color: #fff;
  padding: 19px 2px;
}
.now-hiring-flex .list-box li.click.newgrad {
  background: #fff;
  border: 1px solid #40a9f5;
  display: block;
	  color: #3fa9f5;
  padding: 19px 2px;}

/*aタグあり*/
.now-hiring-flex .list-box li.tab-item.click.veteran {
  background: #24303b;
  display: block;
	padding: 0
}
.now-hiring-flex .list-box li.tab-item.click.veteran a {
	position: relative;
		width: 100%;
	height: 100%;
  display: inline-block;
	color: #fff;
  padding: 13px 2px 23px;
}

.now-hiring-flex .list-box li.tab-item.click.beginner {
  background: #3fa9f5;
  display: block;
	padding: 0
}
.now-hiring-flex .list-box li.tab-item.click.beginner a {
	position: relative;
	width: 100%;
	height: 100%;
	  display: inline-block;
	color: #fff;
  padding: 13px 2px 23px;
}

.now-hiring-flex .list-box li.tab-item.click.newgrad {
  background: #fff;
  border: 1px solid #40a9f5;
  display: block;
	padding: 0

}
.now-hiring-flex .list-box li.tab-item.click.newgrad a {
	position: relative;
	width: 100%;
	height: 100%;
  display: inline-block;
  color: #3fa9f5;
  padding: 13px 2px 23px;
}

.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", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 43px;
    text-align: center;
    color: #24303b;
	  max-width: 270px;
    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%;
	  max-width: 312px;
    margin: 0 auto 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", sans-serif;
    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", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 0.02em;
    line-height: 1.3;
    text-align: center;
  }
  .now-hiring-flex .list-box li.click.beginner {
    background: #3fa9f5;
    display: block;
    color: #fff;
    font-size: 1.5rem;
    padding: 13px 2px 23px;
  }
  .work-now-hiring.sub {
    width: 100%;
    background: #f2f2f2;
    margin-top: 73px;
    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;
  overflow: hidden;
}
.sec-interview .interview-wrap {
  position: relative;
  z-index: 2;
  width: clamp(320px, 83.3%, 1756px);
  margin: 0 0 0 18%;
}
@media screen and (max-width: 1730px) {
  .sec-interview .interview-wrap {
    position: relative;
    z-index: 2;
    width: 80%;
    margin: 0 0 0 12%;
  }
}
@media screen and (max-width: 768px) {
  .sec-interview .interview-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    margin: auto;
  }
}
/*
@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: 3.5%;
  width: clamp(320px, 78%, 1080px);
}
@media screen and (max-width: 800px) {
  .sec-interview .interview-flex {
    width: 100%;
  }
}
.slick-slide { display: flex; height: auto; }
.sec-interview .interview-flex .ul-interview {
  width: 100%;
	
}
.sec-interview .interview-flex .ul-interview li {
  width: 327px;
  margin-right: 48px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	box-sizing: border-box;
}
@media screen and (max-width: 1530px) {
  .sec-interview .interview-flex .ul-interview li {
    width: 282px;
    height: auto;
    margin-right: 24px;
  }
  .sec-interview .interview-flex .ul-interview li .open-btn .interview-person {
    height: 429px;
    background: #fff;
  }
}
.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: 429px;
  background: #fff;
  object-fit: cover;
}
.sec-interview .interview-flex .ul-interview li .comment {
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
  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", sans-serif;
  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 53px;
    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%;
	  margin-top: 30px;
  }
  .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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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 {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  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%;
  height: auto;
  aspect-ratio: 1 / 1;
  background: transparent;
}
.flex-gap55 li p {
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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 {
  padding-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.q-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 22px;
  line-height: 23px;
  text-align: left;
  color: #19479c;
  display: block;
}
.accordion-header span.q-icon::before {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #19479c;
  border-radius: 100vh;
  content: "Q";
  display: inline-block;
  left: -72.2px;
 top: 50%;
  transform: translateY(-50%);
	font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.accordion-content span.a-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #19479c;
}
.accordion-content span.a-icon::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", sans-serif;
  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 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 15px 18px;
        width: 80%;
	  margin-left: 70px;
	  display: none;
	}
  .accordion-header span.q-icon, .accordion-content span.a-icon {
    padding-left: 25px;
    position: relative;
  }
  .accordion-content span.a-icon {
	      font-size: 18px;
    padding-left: 0;
  }
  .accordion-header span.q-icon {
    font-size: 18px;
    letter-spacing: 0.03em;
    line-height: 27px;
    padding-left: 55px;
  }
  .accordion-header span.q-icon::before {
	    position: absolute;
  display: inline-block;
    width: 39.94px;
    height: 39.94px;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 37px;
    top: 50%;
	  left: 0;
    transform: translateY(-50%);
  }
  .accordion-content span.a-icon::before {
    position: absolute;
    width: 39.94px;
    height: 39.94px;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 37px;
    outline: 1px solid #19479c;
    border-radius: 100vh;
    content: "A";
    display: inline-block;
    left: -70px;
    top: -5px;
    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-size: cover;
  background-position: left center;
  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;
  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", sans-serif;
  font-weight: bold;
  font-size: 28px;
  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", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: left;
  color: #24303b;
  margin-bottom: 41px;
}
.sec-message .message-wrap .message-flex .rep-name {
  font-family: "Noto Sans JP", sans-serif;
  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 (min-width: 769px) and (max-width: 1220px) {
	.sec-message::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 88%;
  height: 100%;
  background-image: url(../image/bg-message.jpg);
  background-size: cover;
  background-position: left center;
  z-index: 1;
}

	.sec-message .message-wrap .message-flex {
  display: flex;
  gap: 5%;
}

.sec-message .message-wrap .message-flex .message-text {
padding-right: 20px;
	}
.sec-message .message-wrap .message-flex .rep-name {
padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
  .sec-message {
    position: relative;
    z-index: 2;
    padding: 0 0 40px;
  }
  .sec-message::before {
    position: absolute;
    top: 167px;
    right: 0;
    content: "";
    width: 100%;
    height: 1316px;
    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 {
    flex-wrap: wrap;
    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", sans-serif;
    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", sans-serif;
    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", sans-serif;
    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;
}
.sec-guide-line_p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #24303b;
  margin-top: 28px;
}
.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", sans-serif;
  font-weight: bold;
  font-size: 28px;
  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 2.3% 34px 2.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 22px;
  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", sans-serif;
  font-weight: normal;
  font-size: 20px;
  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;
	    font-size: 24px;

  }
  .guide-line-table {
    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", sans-serif;
    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", sans-serif;
    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.era {
  width: 100%;
  background: #fff;
  padding: 80px 0 84px;
}
.sec-entry.era p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  color: #24303b;
  line-height: 1.5;
  text-align: center;
	margin: 20px 0 60px;
}
.sec-entry .entry-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
  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 36px;
  }
  .sec-entry .entry-text {
    font-family: "Noto Sans JP", sans-serif;
    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: 20%;
  padding: 23px 0;
}
.formtitle p {
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 26px;
    color: #24303b;
}
.nyuryokubox-item {
  width: 80%;
  background: #eff0f2;
  padding: 23px 30px;
}
.hisu {
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
  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;
  }
	.formtitle p {
  font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 26px;
    color: #24303b;
}

  .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", sans-serif;
    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,
.wpcf7-form-control.wpcf7-text{
  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", sans-serif;
  font-weight: bold;
  font-size: 18px;
  line-height: 53px;
  text-align: left;
    color: #fff;
    padding: 0 80px;
}
.wpcf7-form-control.wpcf7-previous {
  width: 240px;
  height: 53px;
  font-family: "Noto Sans JP", sans-serif;
  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", sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    padding: 0;
  }
  .wpcf7-form-control.wpcf7-previous {
    width: 100%;
    height: 60px;
    font-family: "Noto Sans JP", sans-serif;
    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;
}
a.footer-logo {
  display: block;
  width: 288px;
  height: 58.77px;
  background: transparent;
}
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
footer .footer-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3%;
}
footer nav {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 73.3%;
}
footer nav.footer-menu ul {
  display: flex;
  justify-content: center;
}
footer nav.footer-menu ul li {
  text-align: center;
  padding-left: 19px;
  padding-right: 19px;
  border-right: 1px solid #ccc;
}
footer nav.footer-menu ul li.first-list {
  padding-left: 0;
}
footer nav.footer-menu ul li.last-list {
  border-right: none;
  padding-right: 0;
}
@media screen and (max-width: 1436px) {
  footer nav {
    display: block;
    width: 65%;
  }
  footer nav.footer-menu ul {
    justify-content: flex-start;
    margin-bottom: 3px;
  }
  footer nav.footer-menu ul li {
    width: 167px;
  }
  footer nav.footer-menu ul li.first-list {
    padding-left: 0;
  }
  footer nav.footer-menu ul li.first-list-later {
    padding-left: 0;
  }
}
footer nav.footer-menu ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  color: #24303b;
  letter-spacing: 0;
}
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", sans-serif;
  font-weight: 500;
  font-size: 18px;
  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", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
  color: #24303b;
}
.page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}
@media screen and (max-width: 990px) {
  footer nav.footer-menu {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 12px 0 22px;
  }
  .footer-logo {
    width: 201.65px;
    height: 53.49px;
    background: transparent;
  }
  footer .footer-menu {
    width: 95%;
  }
  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", sans-serif;
    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", sans-serif;
    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 {
  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: 768px) {
  .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: 768px) {
  .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: 768px) {
  .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 (min-width: 769px) and (max-width: 1560px) {
	.mv-under .container div.rightman {
  position: absolute;
  width: 366px;
  height: 570px;
  right: 0;
  bottom: 70px;
  overflow: hidden;
}
}
/*
@media screen and (min-width: 768px) and (max-width: 999px) {
	  .mv-under .container div.rightman {
    bottom: 0;
    left: 0;
    width: 46.2%;
    height: auto;
    z-index: 4;
  }

}
*/
@media screen and (max-width: 767px) {
  .mv-under .container div.rightman {
    bottom: 0;
    left: 0;
    width: 46.2%;
    height: auto;
	max-height: 330px;
    z-index: 4;
  }
}
.mv-under .container div.leftman {
  position: absolute;
  width: 366px;
  height: 570px;
  left: -176px;
  bottom: 70px;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1560px) {
	.mv-under .container div.leftman {
  position: absolute;
  width: 366px;
  height: 570px;
  left: 0;
  bottom: 70px;
  overflow: hidden;
}
}
/*
@media screen and (min-width: 768px) and (max-width: 999px) {
	  .mv-under .container div.leftman {
    right: -23px;
    left: auto;
    width: 59.8%;
    top: 9px;
    height: auto;
    bottom: auto;
  }
}
*/
@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: 768px) {
  .mv-under .container div.center::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .mv-under .container div.center {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(../image-top/blueback_sp.svg);
    background-size: cover;
	 background-position: center;
	  background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
  }
}
.mv-under .container div.center h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: 0.05em;
  line-height: 48px;
  text-align: center;
  color: #fff;
  text-align: center;
  width: 234px;
  margin: 0 auto 31px;
}
@media screen and (max-width: 768px) {
  .mv-under .container div.center h3 {
    font-family: "Noto Sans JP", sans-serif;
    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", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #fff;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .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 (min-width: 769px) and (max-width: 999px) {
	.mv-under .container .left {
  width: 310px;
  height: auto;
	}
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .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", sans-serif;
  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: 768px) {
  .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", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 28px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .mv-under .container .left a p {
    font-size: 1.5rem;
    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 (min-width: 769px) and (max-width: 999px) {
.mv-under .container .right {
  width: 310px;
  height: auto;
	}
}

@media screen and (max-width: 768px) {
  .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 40px 46px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .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", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: left;
  color: #fff;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .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", sans-serif;
  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: 768px) {
  .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: 768px) {
  .mv-under .container .right a h4 span {
    font-size: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	  .mv-under .container .right a h4 span {
    font-size: 1.8rem;
  }
	.mv-under .container .right a h4{
		font-size: 2rem;
	}
	.mv-under .container .left a h4{
			font-size: 2rem;
	}
	.mv-under .container .left a p{
					font-size: 1.5rem;
	}
	.mv-under .container .right a p{
		font-size: 1.5rem;
	}
}
/*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", sans-serif;
  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 (min-width: 767px) and (max-width: 1320px) {
.contents_main {
padding-top: 0;}

}
@media screen and (max-width: 767px) {
  .contents_main {
    height: auto;
    padding-bottom: 36px;
    max-height: none;
    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: auto;
    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: 2.91vw;
  line-height: 1.4;
  text-align: left;
  color: #fff;
  left: 80px;
  top: 132px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {

.main_copy {
  left: 80px;
  top: 30%;
	font-size: 5rem;
}
}
@media screen and (max-width: 767px) {
  .main_copy {
    font-size: 26px;
    width: clamp(320px, 83.3%, 1160px);
    margin: 75px auto 0;
    padding-left: 7px;
    line-height: 1.8;
    position: static;
    padding-top: 32px;
    margin-bottom: 13px;
  }
}
.main_copy span {
  background-color: #19479C;
  padding: 0 20px;
	margin-bottom: 10px;
    display: inline-block;
}
@media screen and (max-width: 767px) {
  .main_copy span {
    padding: 0;
  }
}
.mvbtn a {
  text-decoration: none;
}
.mvbtn a span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2rem;
  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: 15%;
  height: 100%;
  background-color: #24303B;
  clip-path: polygon(0% 0%, 80% 0%, 0 112%);
  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{
	height: 100%;
    width: 100%;
}
.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: auto;
  }
}
.full div.img01 {
  background-image: url();
}
.full div.img01 img {
object-fit: cover;
    object-position: top center;
    height: 100%;
	width: 100%;}
@media screen and (max-width: 767px) {
.full div.img01 img {
  width: 100%;
	}}
.full div.img02 {
  background-image: url();
}
.full div.img03 {
  background-image: url();
}
.mvbtn-wrap {
  position: absolute;
  top: 55%;
  left: 80px;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
.mvbtn-wrap {
  top: 60%;
}
}

@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 (min-width: 767px) and (max-width: 1260px) {
	ul.mvfuture {
flex-wrap: wrap;
    width: 90%;
    justify-content: flex-start;
    gap: 8px 2%;  }
}

@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 8px;
    justify-content: center;
  }
}
ul.mvfuture li {
  background-color: #F15A24;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 19px;
  text-align: center;
  color: #fff;
  padding: 10px 30px 13px;
  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;
}