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

.webfont {	
	transform: rotate(0.001deg);
}
.over {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.aspect {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.imgLarge img {
}
.Head {
  padding: 50px 0;
}
.Head .en {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  color: #007731;
  font-size: clamp(2.6rem, 11.1vw, 11.1rem);
  line-height: 1.1em;
}
.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;
}
.company_page .Head h1,.service_page .Head h1,.recruit_page .Head h1,.contact_page .Head h1 {
  font-size: clamp(2.4rem, 3.6vw, 3.6rem);
}
.subHead {
  margin-bottom: 32px;
  text-align: center;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 700;
}
.subHead .en {
  color: #007731;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 1.1em;
}
h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	line-height: 1.5em;
  font-weight: 700;
}
.home .contactWrap h3,
.home .Company .contWrap .note h3 {
  font-size: clamp(1.8rem, 4.0vw, 4.0rem);
	line-height: 1.5em;
  font-weight: 700;
}
.lead {
  text-align: center;
}
.lead h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.9em;
  font-weight: 700;
}
.lead p {
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  line-height: 1.9em;
  font-weight: 700;
}
.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: #007731;
}
.bg1 * {
  color: #FFFFFF !important;
}
.bg1 .subHead {
  text-align: left;
}
.bg2 {
  background: #F5F5F5;
}
.bg3 {
}
.bg4 {
}
.bgW {
  background: #F5F5F5;
}

/* 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: #FFFFFF;
  color: #007731;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}
.bg1 .btn > * {
  background: #FFFFFF;
  color: #0067CE !important;
}
.parallax .btn {
  width: 100%;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
}
.parallax .btn > * {
  background: #007731;
  color: #FFFFFF;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}
.contactWrap {
  padding: 56px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contactWrap .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contactWrap .textWrap h2 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 2.0em;
  font-weight: 700;
}
.contactWrap .textWrap .en {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2.5rem, 5.0vw, 5.0rem);
  line-height: 1.1em;
  margin-bottom: 0 !important;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #007731;
  color: #FFFFFF;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

/* UL */
main ul:not([class]) > li, main ul.space > li {
}
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;

  align-items: center;
}
.ul3 > li:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: #D6D6D6 1px solid;
}
.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;
  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: 24px 40px;
}
.ul7 > li {
  background: #FFFFFF;
  width: 100%;
}
.ul7 > li > *:not(:last-child):not(.num) {
}
.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-item {
}
.dl-item > * {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl-item dt {
  width: 26%;
  font-weight: 700;
}
.dl-item dd {
  flex: 1;
}
.dl-item dd > *:not(:last-child) {
  margin-bottom: 16px;
}

/* custom */
.list-item-full > li {
  background: #F5F5F5;
  padding: 32px 16px;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
  margin-bottom: 20px;
  border-radius: 10px;
}
.list-item-full > li:not(:last-child) {
  margin-bottom: 24px;
}
.list-item-full > li .note > *:not(:last-child) {
  margin-bottom: 16px;
}
.list-item-full > li .mapWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 32px 24px;
}
.list-item-full > li .mapWrap .embed {
  padding-top: 76.25%;
}
.list-item-full > 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;
}
.list-item-full > li .imgWrap figure img {
  margin-bottom: 8px;
}
.list-item-full > li .imgWrap figcaption {
  font-weight: 700;
}

/* 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;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl1 dt {
  width: 26%;
  font-weight: 700;
}
.dl1 dd {
  flex: 1;
}
.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 */
.Main .over {
}
.Main .over img {
  width: 100vw;
}
.Main h1 {
  position: absolute;
  left: 0;
  top: 6vw;

  position: absolute;
  top: 25vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  word-break: keep-all;
}
.Main h1 span {
  color: #FFFFFF;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: clamp(3.2rem, 5.0vw, 6.8rem);
  line-height: 1.1em;
  font-weight: 600;
  display: block;
}
.home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2.5rem, 5.0vw, 5.0rem);
  line-height: 1.1em;
  margin-bottom: 0 !important;
}
.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: 32px;
}
.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 {
}
.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;
}

/* Service */
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 */

/* Contact */
.Contact.Page .telWrap, .Contact.Page .formWrap {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.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 .contWrap .note > h2 {
    margin-bottom: 24px;
  }
  .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 {
  }
  .home .Service .contWrap .note h3 {
    margin-bottom: 0 !important;
  }
  .home .Company .contWrap .note {
    color: #FFFFFF;
  }

  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }
  .Page .contWrap .img {
  }
  .subHead {
    margin-bottom: 32px !important;
    text-align: center;
  }

  /* Service */

  /* Company */
  .siteGreeting .cont p {
    text-align: justify;
}
  /* Recruit */
  .Requirements.Page .column2 {
    grid-gap: 0;
    
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }
  
  /* Contact */
  .formWrap iframe {
    height: 860px !important;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .imgLarge img {
    aspect-ratio: 4 / 0;
  }
  .Head {
    padding: 100px 0;
  }
  .Head h1 {
  }
  .subHead {
    margin-bottom: 64px;
  }
  
  /* 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: 64px;
    padding: 0 16px;
    line-height: 64px;
  }
  .parallax .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 64px;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    background: #DC000C;
    color: #FFFFFF;
  }
  .bg1 .btn > *:hover {
    background: #DC000C;
    color: #FFFFFF !important;
  }
  .contactWrap {
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    background: url("../images/common/contact_bg.jpg") center center no-repeat;
    background-size: 100%;
    height: 47vw;
    padding: 64px 40px;
  }
  .home .contactWrap h3 {
    margin-bottom: 16px !important;
  }
  .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) {
    padding-bottom: 56px;
    margin-bottom: 56px;
    border-bottom: #D6D6D6 1px solid;
  }
  .ul3 > li .note {
    flex: 1;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ul3 > li .img {
    flex: 1;
  }
  .ul4 > li {
    padding: 32px 40px;
  }
  .ul4 > li:not(:last-child) {
    margin-bottom: 24px;
  }
  .ul7 > li {
    width: calc((100% - 40px) / 2);
  }
  .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;
  }
  
/* custom */
.list-item-full > li {
  padding: 40px 40px;
  grid-gap: 48px 24px;
  margin-bottom: 20px;
}
.list-item-full > li:not(:last-child) {
}
.list-item-full > li .note {
  width: 27%;
  max-width: 288px;
}
.list-item-full > li .img, .list-item-full > li .mapWrap {
  flex: 1;
}
.list-item-full > li .mapWrap > * {
  width: calc((100% - 24px) / 2);
}
.list-item-full > li .mapWrap .embed {
  padding-top: 32.25%;
}
.list-item-full > li .imgWrap {
  padding-top: 48px;
}
.list-item-full > li .imgWrap > * {
  width: calc((100% - 48px) / 3);
}

  /* DL */
  dl:not([class]), .dl1 {
    grid-gap: 1.5em 2.0em;
  }
  .dl1 dt {
    width: 32%;
    max-width: 50px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
  }
  .Main .over::before {
    width: 40vw;
    height: 40vw;
    left: -3vw;
    bottom: -15vw;
  }
  .Main .over img {
    width: 100vw;
  }
  .Main h1 {
    position: absolute;
    top: 8.5vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    word-break: keep-all;
  }
  .home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
  }
  .home .Company .contWrap .note, .home .Service .contWrap .note {
    width: 45%;
    color: #FFFFFF;
  }
  .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 .contWrap .note h3 {
    margin-bottom: 16px !important;
  }
  .home .Company .contWrap .note p {
    margin-bottom: 16px !important;
  }
  .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 {
    display: none;
  }
  .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;
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
    width: calc((100% - 72px) / 2);
  }
  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
    width: 52.7vw;
    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;
  }
  
  /* Service */
  .serviceWrap .inner .bgW {
    padding: 0 100px;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4.0em;
  }

  /* Company */
  .Overview .partnerWrap {
    padding: 40px;
  }
  .History .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-gap: 60px;
  }
  .History .inner .subHead {
    width: 30%;
  }
  .History .inner .dl1 {
    flex: 1;
  }
  .siteGreeting .cont p {
    font-size: 20px;
    line-height: 2.0em;
    margin-bottom: 128px !important;
}

  /* Recruit */
  .Requirements.Page .column2 {
    align-items: flex-start;
  }
  .recruit_page .lead {
    margin-bottom: 100px !important;
  }
  .recruit_page .lead h2 {
    margin-bottom: 44px;
  }
  
  /* Contact */
  .Contact.Page .telWrap, .Contact.Page .formWrap {
  }
  
}

@media screen and (min-width: 768px) and (max-width: 1221px) {
  .tablet {
    display: block;
  }
  .home .contactWrap {
    background: url("../images/common/contact_bg.jpg") center center no-repeat;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
  }
}


/* Top */
.bg_section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bg_section .bg-img_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(0); /* 上下左右距離ゼロ */
  z-index: -1;
}
.bg_section .bg-img_section::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top/main.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 767px) {
  .bg_section .bg-img_section::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/top/main_sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .parallax img {
    width: 50%;
  }
}
.bg_section2 {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.bg_section2 .bg-img_section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  clip-path: inset(0); /* 上下左右距離ゼロ */
  z-index: -1;
}
.bg_section2 .bg-img_section::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url("../images/top/main.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
.bg_section2 .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background-color: transparent; /* 初期状態は透明 */
  transition: backdrop-filter 0.3s ease; /* スムーズな変化のため追加 */
}
@media screen and (max-width: 767px) {
  .bg_section2 {
    width: 100%;
    height: 100%;
    padding: 56px 0;
    overflow: hidden;
    position: relative;
  }
  .bg_section2 .bg-img_section {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: inset(0); /* 上下左右距離ゼロ */
    z-index: -1;
  }
  .bg_section2 .bg-img_section::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url("../images/top/main_sp.jpg") no-repeat;
    background-size: cover;
    background-position: top center;
  }
  .bg_section2 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-color: transparent; /* 初期状態は透明 */
    transition: backdrop-filter 0.3s ease; /* スムーズな変化のため追加 */
  }
  .parallax img {
    width: 50%;
  }
}
.parallax .bg-img_section {
  /* background-size: cover; 
  background-position: center;  */
}
.bg_section2 .en {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: italic;
  font-size: clamp(2.5rem, 5.0vw, 5.0rem);
  line-height: 1.1em;
  margin-bottom: 0 !important;
  text-align: center;
}
.bg_section2 .title1 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
  font-weight: 700;
  display: block;
  text-align: center;
  color: #959595;
  margin-bottom: 32px;
}
.bg_section2 figure {
  text-align: center;
}
.bg_section2 p {
  text-align: center;
}
.parallax p {
  margin-top: 24.5px;
  margin-bottom: 70px;
}
.Company.Page {
  background-image: url("../images/top/bg.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .Company.Page {
    background-image: url("../images/top/bg_sp.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .bg_section2 .title1 {
    margin-bottom: 24px;
  }
  .parallax p {
    margin-bottom: 32px;
  }
}
.category-container {
  display: inline-flex;
  position: relative;
  border-radius: 5px;
  font-family: sans-serif;
  color: white;
}
.category-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #007731;
  mix-blend-mode: multiply;
  border-radius: 5px;
  z-index: 0;
}
.category-text {
  position: relative;
  z-index: 1;
  padding: 8px 16px;
}
.category-container > .category-text:first-child {
  font-weight: 700 !important;
}
.category-text:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: white;
}
.category-title {
  font-weight: 700;
}

/* Company */
.siteGreeting p {
  font-weight: 700;
}
.siteGreeting figure img {
  position: relative;
}
.siteGreeting .caption {
  position: absolute;
  bottom: 6%;
  right: 3%;
  margin-bottom: 0;
  font-size: clamp(0px, 1.4vw, 16px);
  line-height: 1.6em;
}
@media screen and (max-width: 767px) {
  .siteGreeting .caption {
    text-align: right;
    position: static;
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 14px;
  }
}
.circle-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
.circle {
  width: 30vw;
  aspect-ratio: 1/1;
  border: 1px solid #008000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 2vw;
  position: relative;
}
.circle p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: clamp(0px, 1.5vw, 20px);
  font-weight: 700;
  width: 100%;
}
.circle:nth-child(2) {
  margin-left: -4vw;
  margin-right: -4vw;
}

@media screen and (max-width: 767px) {
  .circle-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    position: relative; 
  }
  .circle {
    width: 47.5vw;
    height: 47.5vw;
    border: 1px solid #008000;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
  }
  .circle p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 3.5vw;
    font-weight: 700;
    width: 100%;
  }
  .circle:nth-child(2) {
    margin-left: 50%;
    transform: translateX(-5%) translateY(-10vw);
    top: 0;
  }
  .circle:nth-child(3) {
    margin-left: -50%;
    transform: translateX(5%) translateY(37.5vw);
    top: 0;
    position: absolute;
  }
}

/* Service */
.service_page .Service h3 {
  font-weight: 700;
  margin-bottom: 30px !important;
}
.title-box {
  background-color: #007731;
  color: #fff;
  padding: 0 40px;
  padding-left: 0;
  margin-bottom: 52px !important;
  display: inline-block;
}
.title-box::before {
  content: "";
  position: absolute;
  top: 0;
  right:0;
  width: calc(100% + 100vw);
  height: 100%;
  background-color: #007731;
  z-index: -1;
}
.title-box h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  line-height: 1.9em;
  font-weight: 700;
}
.safety-description {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 70px;
  text-align: center;
}
.number {
  font-family: "Roboto", serif;
  font-size: clamp(2.0rem, 2.6vw, 2.6rem);
  font-weight: 700;
  font-style: italic;
  color: #007731;
  margin-bottom: 0 !important;
}
.safety-section h3 {
  font-size: clamp(2.6rem, 4.0vw, 4.0rem);
  font-weight: 700;
  color: #007731;
}
.OwnedCar .subHead {
  margin-bottom: 0;
  text-align: center;
}
.OwnedCar .subHead h2 span {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
}
@media screen and (max-width: 767px) {
.OwnedCar .subHead {
  margin-bottom: 32px;
  text-align: center;
}
.title-box {
  margin-bottom: 24px !important;
}
.service_page .Service h3 {
  margin-bottom: 16px !important;
}
}
@media print, screen and (min-width: 768px) {
.OwnedCar .dl1 > * {
  border-top: #C8C8C8 1px solid;
  padding: 24px 0;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 75px;
}
}
#Content > section.History.OwnedCar > div > dl > div > dd:nth-child(2) {
  flex: 1;
  max-width: 100px;
  border-right: #D6D6D6 1px solid;
}

/* Recruit */
.Service {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.Service .contWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 56px 0;
}
.Service .contWrap .note .en {
}
.Service .contWrap .note .title1::before {
  color: #FFFFFF;
}
.ul1 > li:not(:last-child)::after {
  content: '';
  border-bottom: #FFFFFF 1px solid;
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
@media print, screen and (min-width: 768px) {
.Service .contWrap > * {
  width: 67.5%;
}
.Service .contWrap {
  align-items: flex-start;
}
.Service .contWrap > .note {
  padding-right: 48px;
  position: sticky;
  left: 0;
  top: 160px;
  width: 32.5%;
}
.Service .contWrap > .sub .ul1 > li {
}
.Service .contWrap > .sub .ul1 > li:not(:last-child)::after {
  width: 50vw;
}
}
.service-flow-side {
  max-width: 780px;
  flex: 1;
}
.service-flow-side li {
  display: flex;
  align-items: flex-start;
  padding-bottom: 59px;
  position: relative;
}
.service-flow-side li:last-child {
  padding-bottom: 0;
}
.service-flow-side li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 30px;
  background-color: #FFFFFF;
}
.service-flow-side li:last-child::before {
}
.service-flow-side .number {
  color: #007731 !important;
  font-family: "Roboto", serif;
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  text-align: center;
  line-height: 60px;
  background-color: #FFFFFF;
  width: 60px;
  aspect-ratio: 1;
  margin-right: 20px;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .service-flow-section {
    padding-bottom: 136px !important;
  }
  .service-flow-side .number {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    line-height: 50px;
    width: 50px;
    aspect-ratio: 1;
    margin-right: 12.5px;
    border-radius: 50%;
  }
  .service-flow-side li::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    left: 25px;
    background-color: #FFFFFF;
  }
  .service-flow-side li {
    padding-bottom: 29.5px;
  }
}
.service-flow-side p {
  flex: 1;
  font-size: 20px;
  font-weight: 700;
  margin-right: 44px;
}
.service-flow-side p span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.8;
  margin-top: 15px;
}
.service-flow-side a {
  text-decoration: underline;
}
@media (max-width: 768px) {
  .service-flow-side p {  
    font-size: 18px;
    margin-right: 0;
  }
  .service-flow-side p span {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
.safe-work-environment {
  padding: 28px 32px;
}
.safe-work-environment h3 {
  color: #007731;
  font-size: clamp(1.7rem, 2.4vw, 2.4rem);
  font-weight: 700;
  margin-bottom: 20px;
}
.caption {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .Requirements .inner {
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
  }
  .caption {
    margin-bottom: 40px;
  }
}
.border-container {
  border-bottom: #D6D6D6 1px solid;
}
