@charset "UTF-8";
/* CSS Document */

.webfont {	
	transform: rotate(0.001deg);
}
.over {
  width: 68.5vw;
  z-index: 1;
}
.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.imgLarge img {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
  background: url(../images/common/head_bg.jpg) center center no-repeat;
  padding: 40px 0;
  color: #FFFFFF;
}
.Head .en {
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1.1em;
}
.home .subHead > * {
  display: inline-block;
}
.home .subHead h2 {
  font-size: clamp(1.4rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
  font-weight: 400;
}
.home .subHead .en {
  color: #000000;
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1.1em;
  margin-right: 8px;
}
.home .Company .subHead .en {
  color: #FFFFFF;
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1.1em;
  margin-right: 8px;
}
.home .recruitWrap .subHead .en {
  color: #FFFFFF;
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1;
  margin: 0;
}
.top-news-section .subHead .en {
  color: #000000;
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1.1em;
  margin-right: 8px;
}
.footer-contact-section .subHead .en {
  color: #FFFFFF;
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(2.6rem, 9.0vw, 9.0rem);
  line-height: 1.1em;
  margin-right: 8px;
}
.Head h1, .fAddress h2, .title1, .ul4 > li h4 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
  font-weight: 700;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.subHead {
  margin-bottom: 32px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.home .subHead h2 {
  font-size: clamp(1.4rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
  font-weight: 500;
  padding-left: 32px;
}
body > section.top-news-section.section > div > div.subHead > h2,
#support-contact > div > div.subHead > h2,
#support-contact > div > div.footer_contact > div.subHead > h2 {
  font-size: clamp(1.4rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
  font-weight: 500;
  padding-left: 32px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .home .subHead h2,body > section.top-news-section.section > div > div.subHead > h2,
  #support-contact > div > div.subHead > h2 {
    padding-left: 8px;
  }
  .home .subHead .en {
    font-size: clamp(2.6rem, 12vw, 12rem);
  }
  .home .Company .subHead .en {
    font-size: clamp(2.6rem, 12vw, 12rem);
  }
  .home .recruitWrap .subHead .en {
    font-size: clamp(2.6rem, 12vw, 12rem);
  }
  .top-news-section .subHead .en {
    font-size: clamp(2.6rem, 12vw, 12rem);
  }
  .footer-contact-section .subHead .en {
    font-size: clamp(2.6rem, 12vw, 12rem);
  }
  .subHead {
    margin-bottom: 10px;
  }
}
.is-subpage .subHead h2 {
  font-size: clamp(2.0rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
  font-weight: 500;
  padding-left: 78px;
}
.is-subpage .subHead h2 {
  position: relative;
}
.is-subpage .subHead h2::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0; /* leftを0に戻す */
  width: 58px;
  height: 1px;
  background-color: #333;
  transform: translateY(-50%);
}
.subHead .en {
  color: #0067CE;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  line-height: 1.1em;
}
h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	line-height: 1.5em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: clamp(1.8rem, 4vw, 4rem);
  }
}
.lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 700;
  text-align: center;
}
.num {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
}

/* flex */
.flex, .column2, .column3, .column4 {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
.column2 {
  grid-gap: 24px 80px;
}
.column3 {
  grid-gap: 24px 32px;
}
.column4 {
  grid-gap: 12px 40px;
}
.column2 > *, .column3 > *, .column4 > * {
  width: 100%;
}

/* COLOR */
.col1 {
  color: #0067CE;
}

/* BG */
.bg1 {
  background: #0067CE;
}
.bg1 * {
  color: #FFFFFF !important;
}
.bg2 {
  background: #F8F8F8;
}
.bg3 {
  background: #F0F0F0;
}
.bg4 {
  border: #C8C8C8 1px solid;
}
.bgW {
  background: #FFFFFF;
}

/* TRIANGLE */
.triangle {
  background: #000000;
  width: 60px;
  height: calc(tan(60deg) * 60px / 2);
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tUp {
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.tRight {
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.tDown {
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.tLeft {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}

/* BTN */
.btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  background: #000000;
  color: #FFFFFF;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}
.home .btn > * {
  font-family: "Bebas Neue", serif;
  font-size: clamp(1.4rem, 2.0vw, 2.0rem);
}
.bg1 .btn > * {
  background: #FFFFFF;
  color: #0067CE !important;
}
@media (max-width: 1024px) { /* タブレットの最大幅を1024pxと仮定 */
  .btn,.btn-custom-color {
    max-width: 220px; /* ボタンの最大幅を少し縮める */
  }
}
/*.btn > *::after {
  border-top: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
  content: "";
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -0.1em;
  transform: rotate(45deg);
}*/
.contactWrap {
  background: #FFFFFF;
  color: #000;
  /* height: 60vw; */
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home .recruitWrap a {
  display: block;
}
.home .recruitWrap a:hover {
  opacity: .7;
}
.home .recruitWrap .inner {
  background: url(../images/top/contact_bg.jpg) center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  /* height: 60vw; */
  padding: 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  /* width: 90vw; */
  /* margin-right: 30px; */
  /* max-width: 1320px; */
}
@media (max-width: 1024px) { /* タブレットの最大幅を1024pxと仮定 */
  .home .recruitWrap .inner {
    padding: 50px 20px;
  }
}
.contactWrap .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contactWrap .textWrap h2 {
  font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #FFFFFF;
  color: #141414;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class]) > li, main ul.space > li {
  padding-left: 1.6em;
  text-align: justify;
}
main ul:not([class]) > li::before, main ul.space > li::before {
  content: '・';
  display: block;
  position: absolute;
  left: 0.3em;
  top: 0;
}
main ul.space > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul1 > li:not(:last-child) {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.ul1 > li:not(:last-child)::after {
  content: '';
  border-bottom: #FFFFFF 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ul1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul1 h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
  font-weight: 700;
}
.ul1 p {
  text-align: justify;
}
.ul2 > li {
  background: #FFFFFF;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.ul2 > li:not(:last-child) {
  margin-bottom: 24px;
}
.ul2 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.ul2 > li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}
.ul2 > li .mapWrap .embed {
  padding-top: 76.25%;
}
.ul2 > li .imgWrap {
  border-top: #C8C8C8 1px solid;
  padding-top: 32px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}
.ul2 > li .imgWrap figure img {
  margin-bottom: 8px;
}
.ul2 > li .imgWrap figcaption {
  font-weight: 700;
}
.ul3 > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px 60px;
}
.ul3 > li:not(:last-child) {
  margin-bottom: 32px;
}
.ul3 > li .note > *:not(:last-child) {
  margin-bottom: 24px;
}
.ul4 > li {
  background: #E8F1FA;
  padding: 24px 16px;
}
.ul4 > li:not(:last-child) {
  margin-bottom: 16px;
}
.ul5 > li {
  border-bottom: #FFFFFF 1px solid;
  padding-bottom: 12px;
  display: flex;
  justify-content: space-between;
  grid-gap: 16px;
}
.ul5 > li:not(:last-child) {
  margin-bottom: 12px;
}
.ul6 {
}
.ul6 > li {
  border: #C8C8C8 1px solid;
  /*max-width: 144px;*/
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ul6 > li h4 {
  font-size: clamp(1.7rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.ul6 > li .en {
  color: #969696;
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
}
.ul7 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 10px 10px;
  margin-bottom: 10px !important;
}
.ul7 > li {
  /* border: #FFFFFF 1px solid; */
  width: 100%;
  /* padding: 32px 24px; */
}
.ul7 > li > *:not(:last-child):not(.num) {
  margin-bottom: 16px;
}
.ol1 {
  counter-reset: item; 
}
.ol1 > li:not(:last-child) {
  margin-bottom: 40px;
}
.ol1 > li > *:not(:last-child) {
  margin-bottom: 24px;
}
.ol1 > li > h3 {
  padding-left: 1.8em;
}
.ol1 > li > h3::before {
  font-family: "Inter", system-ui;
  counter-increment: item;
  content: counter(item, decimal-leading-zero);
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.9rem, 3.4vw, 3.4rem);
  line-height: 1.5em;
  position: absolute;
  left: 0px;
  top: 0px;
}
.ol1 .ul3 > li {
  border: #C8C8C8 1px solid;
  padding: 32px 16px;
  grid-gap: 24px 48px;
}
.ol1 .ul3 > li .note h3 {
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
}
.ol1 .ul3 > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.annotation {
}
.annotation > * {
  padding-left: 1.5em;
}
.annotation > *::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2.0em;
}
.dl1 {
  /* border-bottom: #C8C8C8 1px solid; */
}
.dl1 > * {
  /* border-top: #C8C8C8 1px solid; */
  background: #FFFFFF;
  padding: 24px 12px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
  margin-bottom: 15px;
}
.dl1 dt {
  width: 26%;
  font-weight: 700;
}
.dl1 dd {
  flex: 1;
  padding-right: 45px;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

/* iframe */
.embed {
  width: 100%;
  padding-top: 56.25%;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.embed iframe,
.embed object,
.embed embed {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* Top */
@media print, screen and (min-width: 768px) {
.Main {
  height: 100vh;
}
}
.Main .over {
}
.Main .over img {
  width: 100%;
  /* width: 80vw; */
}
.Main h1 {
  /* position: absolute;
  left: 0;
  top: 6vw; */
}
.Main h1 span {
  color: #000000;
  font-family: "Bebas Neue", serif;
  font-size: clamp(2.0rem, 7.8vw, 7.8rem);
  line-height: 1.1em;
  font-weight: 400;
  display: block;
}
.Main p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
  line-height: 1;
  margin-bottom: 74px;
}
@media screen and (max-width: 767px) {
  .Main h1 span {
    font-size: 5rem;
  }
  .Main p {
    margin: 18.5px 0;
    line-height: 1.5;

  }
}
.home .Company {
  background-image: url("../images/top/bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  /* background-size: 100vw auto; */
  color: #FFFFFF;
}
.home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(6.0rem, 10.0vw, 10.0rem);
  line-height: 1.1em;
  position: absolute;
}
.home .Company .contWrap .note > *:not(:last-child):not(h2), .home .Service .contWrap .note > *:not(:last-child):not(h2) {
  margin-bottom: 32px;
}
.home .Company .contWrap .note > h2, .home .Service .contWrap .note > h2 {
  margin-bottom: 24px;
}
.home .Company .itemWrap {
  text-align: center;
}
.home .Company .itemWrap {
  margin-bottom: 64px;
}
.home .Company .itemWrap > *:not(:last-child) {
  margin-bottom: 32px;
}
.home .Company .itemWrap h3 span {
  border-bottom: #0067CE 3px solid;
  padding-bottom: 8px;
  display: inline-block;
}
.home .Company .itemWrap .ul6 {
  display: flex;
  flex-wrap: wrap;
}
.home .Company .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 100px;
}
.home .Company .contWrap .note .en {
  color: #F0F0F0;
}
.home .Company .contWrap .note p {
  text-align: justify;
}
.home .Service {
  background-image: url("../images/top/bg2.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.home .Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.home .Service .contWrap .note .en {
  color: rgba(0,0,0,0.1) !important;
  mix-blend-mode: multiply;
}
.home .Service .contWrap .note .title1::before {
  color: #FFFFFF;
}

/* Page */
.Page .cont > *:not(:last-child) {
  /* margin-bottom: 48px; */
}
.Page .contWrap {
  display: flex;
  justify-content: space-between;
  grid-gap: 32px 72px;
}
.Page .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}
.Page .contWrap .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Business */
main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}
.serviceWrap .inner .bgW {
  padding: 0 16px;
}
.serviceWrap .inner .bgW > section:not(:last-child):not(.Link)::after {
  content: '';
  background: #0067CE;
  width: 100vw;
  height: 1px;
  display: block;
  position: absolute;
  left: calc(50% - 50vw);
  bottom: 0;
}
.serviceWrap .pNav {
  padding-top: 32px;
  font-weight: 700;
  display: flex;
  grid-gap: 2.0em;
}
.serviceWrap .pNav a {
  display: flex;
  align-items: center;
  grid-gap: 10px;
}
.serviceWrap .pNav a i {
  background: #0067CE;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
}
.serviceWrap .pNav a i::after {
  content: "";
  border-top: #FFFFFF 2px solid;
  border-right: #FFFFFF 2px solid;
  width: 0.4em;
  height: 0.4em;
  margin-left: 10px;
  display: block;
  position: absolute;
  left: calc(50% - 0.9em);
  top: calc(50% - 0.4em);
  transform: rotate(135deg);
}
.License h3 {
  text-align: center;
}

/* Company */
.Overview .partnerWrap {
  padding: 32px 16px;
}
.Overview .partnerWrap > *:not(:last-child) {
  margin-bottom: 8px;
}
.Overview .partnerWrap .column3 {
  grid-gap: 8px 32px;
}
.History {
  
}

/* Recruit */
.Recruit {
  background-image: url("../images/recruit/bg.jpg");
  /* background-position: center bottom; */
  background-repeat: no-repeat;
  background-size: 100vw auto;
}

/* Contact */
.Contact.Page .telWrap, .Contact.Page .formWrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 16px;
}
.Contact.Page .telWrap h3, .Contact.Page .formWrap h3 {
  margin-bottom: 20px;
}
.telWrap {
  text-align: center;
}
.telWrap > *:not(:last-child) {
  margin-bottom: 10px;
}
.telWrap .num * {
  color: #0067CE;
}
.telWrap .num > *:not(:last-child) {
  margin-right: 10px;
}
.telWrap .num span {
  font-size: clamp(2.4rem, 3.8vw, 3.8rem);
  line-height: 1.2em;
}
.telWrap .num a {
  font-size: clamp(3.2rem, 5.6vw, 5.6rem);
  line-height: 1.2em;
}
.telWrap .hour {
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.2em;
}
.formWrap {
  text-align: center;
}


/*SP
-------------------------------------------------------*/
@media screen and (max-width: 767px) {

  /* flex */
	.flex:not(.flexFix) {
		flex-direction: column;
	}
  
  /* iframe */
  
  /* BTN*/
  
  /* UL */
  
  /* DL */
  
  /* Top */
  .home .Company, .home .Service {
    overflow: hidden;
  }
  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-bottom: -1.0vw;
  }
  .home .Company .itemWrap .sub .ul6 > *:not(:last-child) {
    margin-bottom: -1.0vw;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 23%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -2%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child):nth-child(5) {
    margin-left: 10.5%;
  }
  .home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
    left: -3.0rem;
    top: -36px;
  }
  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }
  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -56px;
  }
  
  /* Business */

  /* Company */

  /* Recruit */
  .Requirements.Page .column2 {
    grid-gap: 0;
    
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }
  
  /* Contact */
  .formWrap iframe {
    height: 760px !important;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    padding: 65px 0;
  }
  .Head h1 {
  }
  .subHead {
  }
  
  /* flex */
  .flex.sb {
    /* justify-content: space-between; */
  }
	.flex.center {
    justify-content: center;
  }
	.flex.vcenter {
		align-items: center;
  }
  .column2 > * {
    width: calc((100% - 80px) / 2);
		height: auto;
  }
  .column3 > * {
    width: calc((100% - (32px * 2)) / 3);
		height: auto;
  }
  .column4 > * {
    width: calc((100% - (40px * 3)) / 4);
		height: auto;
  }
  
  /* BG */
  
  /* BTN */
  .btn {
  }
  .btn > * {
    width: 100%;
    height: 63px;
    padding: 0 16px;
    line-height: 63px;
    max-width: 270px;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    background: #005684;
    color: #FFFFFF;
  }
  .bg1 .btn > *:hover {
    background: #005684;
    color: #FFFFFF !important;
  }
  .contactWrap {
    height: 250px;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 164px 40px;
  }
  .home .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .home .contactWrap .btn > *:hover {
    color: #FFFFFF;
  }
  
  /* UL */
  .ul1 > li:not(:last-child) {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
  .ul2 > li {
    padding: 40px 48px;
    grid-gap: 48px 24px;
  }
  .ul2 > li:not(:last-child) {
    margin-bottom: 48px;
  }
  .ul2 > li .note {
    width: 27%;
    max-width: 288px;
  }
  .ul2 > li .img, .ul2 > li .mapWrap {
    flex: 1;
  }
  .ul2 > li .mapWrap > * {
    width: calc((100% - 24px) / 2);
  }
  .ul2 > li .mapWrap .embed {
    padding-top: 32.25%;
  }
  .ul2 > li .imgWrap {
    padding-top: 48px;
  }
  .ul2 > li .imgWrap > * {
    width: calc((100% - 48px) / 3);
  }
  .ul3 > li:not(:last-child) {
    margin-bottom: 56px;
  }
  .ul3 > li .note {
    flex: 1;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ul3 > li .img {
    width: 40%;
    max-width: 400px;
  }
  .ul4 > li {
    padding: 32px 40px;
  }
  .ul4 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .ul7 > li {
    width: calc((100% - 10px) / 2);
    /* padding: 32px 40px; */
  }
  .ol1 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .ol1 > li > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ol1 .ul3 > li {
    padding: 48px;
  }
  .ol1 .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 24px;
  }
  
  /* DL */
  dl:not([class]), .dl1 {
    grid-gap: 1.5em 2.0em;
  }
  .dl1 dt {
    width: 32%;
    max-width: 200px;
    padding-left: 35px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
    padding: 200px 0;
  }
  #Content > section.Page.full {
    padding-bottom: 200px;
  }
  .home > section:nth-child(4) {
    padding-top: 0;
  }
  #Content > section.Company {
    padding: 240px 0;
  }
  .Main .over::before {
    width: 40vw;
    height: 40vw;
    left: -3vw;
    bottom: -15vw;
  }
  .Main .over img {
    /* width: 75vw; */
  }
  .Main h1 {
    padding-top: 116px;
    margin-bottom: 10px;
    /* left: 0;
    top: 8vw; */
  }
  .home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -11.0rem;
    top: 0;
  }
  .home .Company .contWrap .note, .home .Service .contWrap .note {
    flex: 1;
  }
  .home .Company .contWrap .note > *:not(:last-child):not(h2), .home .Service .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 48px;
  }
  .home .Company .contWrap .note .btn, .home .Service .contWrap .note .btn {
    margin-left: 0;
  }
  .home .Company .itemWrap {
    margin-bottom: 104px;
  }
  .home .Company .itemWrap > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .home .Company .itemWrap .sub {
    padding: 0 26px;
  }
  .home .Company .itemWrap .sub > *:not(:first-child) {
    margin-top: -10px;
  }
  .home .Company .itemWrap .sub > *:nth-child(2n + 2) {
    justify-content: flex-end;
  }
  .home .Company .itemWrap .ul6 > li {
    width: 12.65%;
  }
  .home .Company .itemWrap .ul6 > li:not(:first-child) {
    margin-left: -1%;
  }
  .home .Company .contWrap .img {
    width: 54%;
    max-width: 648px;
  }
  .home .Company .contWrap .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home .Service .contWrap > * {
    width: 50%;
  }
  .home .Service::before {
    content: '';
    border-left: #FFFFFF 1px solid;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
  }
  .home .Service .contWrap {
    align-items: flex-start;
  }
  .home .Service .contWrap > .note {
    padding-right: 80px;
    position: sticky;
    left: 0;
    top: 40px;
  }
  .home .Service .contWrap > .sub .ul1 > li {
    padding-left: 80px;
  }
  .home .Service .contWrap > .sub .ul1 > li:not(:last-child)::after {
    width: 50vw;
  }

  /* Page */
  .Page .cont > *:not(:last-child) {
    /* margin-bottom: 64px; */
  }
  .Achievements_page .Page .cont > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
    width: calc((100% - 72px) / 2);
  }
  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
    width: 50vw;
    margin-right: calc(50% - 50vw);
    margin-top: -136px;
    margin-bottom: -136px;
  }
  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }
  
  /* Business */
  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4.0em;
  }

  /* Company */
  .Overview .partnerWrap {
    padding: 40px;
  }
  .Overview .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .Overview .inner .subHead {
    width: 20%;
    /* width: 26%; */
  }
  .Overview .inner .dl1 {
    flex: 1;
  }
  .History .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .History .inner .subHead {
    width: 26%;
  }
  .History .inner .dl1 {
    flex: 1;
  }
  .Business .cont > *:not(:last-child) {
    margin-bottom: 60px;
    padding-bottom: 60px;
  }

  /* Recruit */
  .Requirements.Page .column2 {
    align-items: flex-start;
  }
  
  /* Contact */
  .Contact.Page .telWrap, .Contact.Page .formWrap {
    padding: 56px 48px;
  }
  
}
@media screen and (max-width: 767px) {
  #Content > section.Page.full {
    padding-bottom: 56px;
  }
}

/* News */
.top-news-section {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .top-news-section {
    padding: 45px 0;
  }
}
@media print,
screen and (min-width: 768px) {
  .flex-news-container {
    display: flex;
    justify-content: space-between;
    grid-gap: 44px;
  }
}
.top-news-section .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .top-news-section .inner {
    display: block;
  }
}
.top-news-section .inner .headline {
  width: 300px;
  font-size: 80px;
  font-weight: 400;
  line-height: 1.05;
  font-family: "Bebas Neue", serif;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .top-news-section .inner .headline {
    margin-bottom: 15px;
    width: auto;
    font-size: 32px;
  }
}

.top-news-section .headline .ja {
  display: block;
  line-height: 1.75;
  padding-top: 7px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
}

.top-news-block {
  width: calc(100% - 350px);
  height: 235px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .top-news-block {
    width: 100%;
    height: 135px;
  }
}

.top-news-block::-webkit-scrollbar {
  width: 6px;
}

.top-news-block::-webkit-scrollbar-track {
  background-color: none;
}

.top-news-block::-webkit-scrollbar-thumb {
  border-radius: 6px;
}

.top-news-content {
  padding: 25px 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  border-bottom: #B1B1B1 solid 1px;
}
@media screen and (max-width: 767px) {
  .top-news-content {
    display: block;
  }
}
.top-news-content .date {
  display: block;
  width: 120px;
  font-family: 'Roboto', sans-serif;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.top-news-content .title {
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  font-weight: 500;
  margin-bottom: 15px;
}
.top-news-content .text-block {
  width: calc(100% - 120px);
}
@media screen and (max-width: 767px) {
  .top-news-content .date {
    display: block;
    width: 100%;
  }
  .top-news-content .title {
    margin-bottom: 15px;
  }
  .top-news-content .text-block {
    width: 100%;
  }
}


/* Top */
.home .Company .btn a {
  background: #FFFFFF;
  color: #000000;
}
.home .Company .btn a:hover {
  background: #005684;
  color: #FFFFFF;
}
@media print, screen and (min-width: 768px) {
.home .Company .btn {
  margin-left: 0;
}
}
.home .Company h3 {
  margin-bottom: 48px;
}
.home .Company p {
  width: 63%;
}
@media print, screen and (min-width: 768px) {
  .home .Company p {
    width: 100%;
  }
}
.home .btn {
  margin-top: 48px;
}
.item {
  position: relative;
}
.text {
  font-size: clamp(2.0rem, 2.8vw, 2.8rem);
  font-weight: 700;
  position: absolute;
  bottom: 30px;
  left: 30px;
  color: white;
}
.text span {
  font-family: "Bebas Neue", serif;
  font-size: clamp(1.4rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
  font-weight: 400;
  display: block;
}
.arrow {
  position: absolute;
  bottom: 30px;
  right: 0;
  color: white;
  font-size: 2em;
  text-decoration: none;
  width: 22.5%;
  height: 22.5%;
  border-radius: 50%;
  line-height: 30px;
}

/* Company */
.greeting {
}
@media print, screen and (min-width: 768px) {
  .engineer .inner {
      display: flex;
      justify-content: flex-start;
      grid-gap: 40px;
  }
  /*.greeting {
    width: 50%;
  }*/
  /*写真なしver*/
  .greeting {
    width: 90%;
  }
}
.signature {
  font-size: 20px;
  font-weight:600;
  text-align: right;
  margin-top: 30px;
}
.signature span {
  font-size: 14px;
  font-weight:600;
  color: #9A9A9A;
}
#Content > section:nth-child(2) > div > div.greeting > p.signature > span.strong-emphasis {
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  color: #005684;
}
.qualifications {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.qualification {
  margin-bottom: 10px;
  line-height: 50px;
}
.qualification strong {
  font-weight: 400; 
}
.qualification span {
  font-weight: 700; 
  color: #005684;
}
@media (max-width: 600px) {
  .qualifications {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .qualification {
    margin-bottom: 0;
    line-height: 25px;
  }
}
.message_content {
  display: flex;
  gap: 70px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .message_content {
    gap: 10px;
    flex-flow: column;
    align-items: flex-end;
  }
  .top_arrow {
    margin-top: 20px;
  }
}
  /* Business */
  .Business .column2 {
    align-items: flex-start;
    border-bottom: #000000 1px solid;
  }
  #Content > section.Business.Page > div > div:nth-child(8) {
    border-bottom: none;
  }
  @media screen and (max-width: 767px) {
    .Business .column2 {
      border-bottom: none;
      margin-top: 20px;
    }
  }
  .Business .en {
    font-family: "Bebas Neue", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(1.6rem, 2.0vw, 2.0rem);
    line-height: 1.5em;
  }
  .title1{
    font-size: clamp(2.6rem, 3.2vw, 3.2rem);
    line-height: 2.0em;
    font-weight: 700;
}
.features {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
.feature {
  display: flex;
  align-items: center;
  background: #e5eef2;
  padding: 10px 20px;
}
.feature span {
  color: #005684;
  font-weight: 700;
  margin-left: 5px;
}
@media (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
    .feature{
        width: 90%;
        box-sizing: border-box;
    }
}
@media print, screen and (min-width: 1024px) {
  .Business p {
    margin-bottom: 48px;
}
  .Business .note .btn {
      margin-left: 0;
  }
}

/* Achievements */
.Achievements .en {
  font-family: "Bebas Neue", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
  margin-bottom: 0 !important;
}
.Achievements .title1{
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 2.0em;
  font-weight: 700;
  /* display: flex;
  align-items: center;
  grid-gap: 8px; */
  border-bottom: #000000 1px solid;
}
  /* Recruit */
  .featuresRecruit {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    /* gap: 20px; */
    /* padding: 20px; */
}

.featureRecruit {
    display: flex;
    align-items: center;
}

.feature-text {
    font-size: 1.2em;
    color: #005684;
    font-weight: 700;
    border-bottom: #005684 3px solid;
}
.feature-separator{
    color: #005684;
    font-size: 1.2em;
    margin: 0 10px;
}

.achievements_title {
  margin: auto;
  padding: 0 110px;
}
.achievements_container {
  padding: 0 0 0 110px;
}
.achievements_container-left {
  width: 30%;
}
.achievements_container-right {
  width: 65%;
}
/* モバイル対応 */
@media (max-width: 768px) {
  .Achievements .cont {
    display: flex;
    flex-flow: column;
    gap: 30px;
  }
  .achievements_title {
    margin: auto;
    width: 90%;
    padding: 0;
  }
  .Achievements .title1 {
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1;
    padding: 0 0 20px;
  }
  .achievements_container {
    flex-flow: column;
    width: 90%;
    padding: 0;
    margin: auto;
  }
  .case {
    margin: auto;
  }
  .case-head {
    margin-bottom: 20px;
    padding: 10px;
  }
  .achievements_container-left {
    width: 100%;
  }
  .achievements_container-right {
    width: 100%;
  }
  
    .featuresRecruit {
        flex-direction: column;
        gap: 10px;
    }
    .feature-separator{
        /* display: block; */
        display: none;
    }
}

.slider {
  margin-inline: auto;
  overflow: hidden;
}
.slick-img img {
  width: 100%;
  width: 100%;
}
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}


.case_layout {
  /* display: flex; */
  /* flex-wrap: wrap; */
  gap: 20px;
}
.case {
  margin-bottom: 40px;
  /* border: 1px solid #ccc; */
  /* padding: 20px; */
  /*max-width: 317px;*/
}
.case-head {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  margin-bottom: 20px;
  background: #005684;
  color: #FFFFFF;
  padding: 20px;
}
.case-head p {
  text-align: right;
}


.case h2 {
  margin-top: 0;
}

.case-content {
  display: flex;
  flex-wrap: wrap; /* レスポンシブ対応 */
  gap: 20px;
}

.case-text {
  flex: 1;
}
.case-text h3 {
  font-size: 16px;
}

.case-images {
  flex: 1;
  display: flex;
  gap: 10px;
}

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

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .case-content {
      flex-direction: column;
  }
}


@media (max-width: 768px) {
  .over {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    z-index: 1;
  }
}
.achievements_container-right .slick-slide {
  width: 425px!important;
}
.achievements_container-right .slick-track {
  display: flex;
  position: relative;
  gap: 20px;
}


/* SlickスライダーのCSSをより具体的にする */

.slick-slider {
  /* width: 100%; */
}
.slick-slider .slick-slide img {
  /* width: 100%; */
}

.slick-slider .slick-slide {
  /* margin: 0 20px; */
}

.achievements_container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* gap: 20px; */
  position: relative;
}

.item {
  /* height: 100px;  */
}

.left {
  width: 30%;
}

.right {
  width: 70%;
}
/* モバイル用のスタイル */
@media (max-width: 768px) { /* 768pxを目安にモバイル用のスタイルを適用 */
  
  .left, .right {
    width: 100%; /* モバイルでは両方の要素を100%幅にする */
  }  
}

.slick-item p {
  font-size: 18px;
  line-height: 100px;
  text-align: center;
  margin: 10px;
  padding: 2%;
  background: white;
  position: relative;
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 15px 0 0;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block !important;
  width: 50px;
  height: 50px;
  background: coral;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position:relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before{
  position:absolute;
  content: "";
  width:10px;
  height:10px;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin:auto;
  transform:rotate(45deg);
}

@media screen and (max-width:560px){
  .content_area{
    padding: 0;
  }
  .slick-item p {
    font-size: 15px;
    line-height: 80px;
    margin: 5px;
    padding: 1.5%;
  }

  .arrow_box {
    margin: 10px 0 0;
  }

  .prev-arrow,
  .next-arrow {
    width: 45px;
    height: 45px;
  }
}

.remodal {
  position: relative;
  padding: 25px;
}
.remodal img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.remodal-cancel {
  color: #fff;
  background: #000000;
  width: 100%;
  margin-top: 25px;
}
.remodal-cancel:hover {
  background: #333;
}
.remodal-cancel {
  color: #fff;
  background: #005684 !important;
}

/* Top Custom */
.top-project {
  border-top: 1px solid #000000;
border-right: 0.5px solid #000000;
border-bottom: 1px solid #000000;
border-left: 0.5px solid #000000;
  box-sizing: border-box;
  text-align: left;
}
.top-project p {
  min-height: 60px;
}
.top-project img {
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.top-project ul {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  list-style: none !important;
  padding: 0;
  margin: 0;
  padding: 30px 20px;
}

.top-project li {
  color: #000000;
  padding-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .top-project li {
  margin-bottom: 10px;
}
}
.top-label {
  list-style: none;
  font-weight: bold;
  padding: 5px 5px;
}

.top-data {
  margin-left: 35px;
}

.top-categories {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
ul.card-container {
  display: flex
;
}

@media screen and (max-width: 768px) {
.menu_line_bottom {
  margin-bottom: 50px !important;
}
}
@media screen and (max-width: 768px) {
  .Service .inner > *:not(:last-child) {
    margin-bottom: 30px;
  }
}