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

@font-face {
  font-family: "Baloo 2";
  src: url("../font/Baloo_2/Baloo2-VariableFont_wght.woff2") format("woff2"),
       url("../font/Baloo_2/static/Baloo2-Medium.ttf") format("truetype"),
       url("../font/Baloo_2/static/Baloo2-Regular.ttf") format("truetype"),
       url("../font/Baloo_2/static/Baloo2-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.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 {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
  padding: 40px 0;
}
.Head .en {
  font-family: "Baloo 2", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(4.0rem, 8.0vw, 8.0rem);
  line-height: 1.1em;
  color: #63B6C8;
}
.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;
  color: #63B6C8;
}
.subHead {
  display: flex;
  gap: 40px;
  align-items: center;
  border-bottom: #E0E0E0 1px solid;
  padding-bottom: 18px;
  margin-bottom: 56px !important;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(2.6rem, 3.2vw, 3.2rem);
  line-height: 1.3em;
  font-weight: 400;
}
.subHead .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  line-height: 1.1em;
  border: #E0E0E0 1px solid;
  padding: 4px 8px;
  border-radius: 5px;
}
h3 {
  font-size: clamp(1.8rem, 3.2vw, 3.2rem);
	line-height: 1.5em;
  font-weight: 500;
}
.lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 500;
  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 30.5px;
}
.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: #F0F7F8;
}
.bg3 {
  background: #F0F0F0;
}
.bg4 {
}
.bgW {
  background: #FFFFFF !important;
}
.bgW .textWrap h2 {
  color: #63B6C8 !important;
}
.bgW .textWrap .en {
  color: #63B6C8 !important;
}
.bgW p {
  color: #576972 !important;
}

/* 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: 136px;
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  font-family: "Baloo 2", serif;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: block;
  border-bottom: #576972 1px solid;
}

.btn2 {
  width: 100%;
  max-width: 221px;
  margin-left: auto;
  margin-right: auto;
}
.btn2 > * {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  color: #FFFFFF;
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: block;
  border-bottom: #FFF 1px solid;
}
.additional-info .btn {
  width: 100%;
  max-width: 221px;
  margin-left: auto;
  margin-right: auto;
}
.additional-info .btn a {
  font-family: "Noto Sans JP", sans-serif !important;
  font-size: clamp(1.6rem, 1.6vw, 1.6rem);
  width: 100%;
  font-weight: 700;
  text-align: center;
  display: block;
  border-bottom: #576972 1px solid;
}
.bg1 .btn > * {
}
/*.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: #63B6C8;
  color: #FFFFFF;
  height: 100vw;
  padding: 24px 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-family: "Baloo 2", serif;
  font-size: clamp(3.2rem, 6.0vw, 6.0rem);
  line-height: 1.05;
  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, 1.6vw, 1.6rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
}
.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 {
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.ul2 > li:not(:last-child) {
}
.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 {
  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;
  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 30px;
}
.ul7 > li {
  width: 100%;
}
.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;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl1 dt {
  width: 26%;
  font-weight: 700;
  background: #F0F7F8;
  padding: 24px 0;
  padding-left: 15px;
}
.dl1 dd {
  flex: 1;
  padding: 24px 0;
}
.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 {
  text-align: right;
}
.Main .over img {
  width: 80vw;
}
.Main h1 {
  position: absolute;
  left: 0;
  top: 6vw;
}
.Main h1 span {
  background: #000000;
  color: #FFFFFF;
  margin-bottom: 8px;
  padding: 8px 16px;
  font-size: clamp(2.0rem, 4.8vw, 4.8rem);
  line-height: 1.1em;
  font-weight: 600;
  display: block;
}
.home .Company {
  background-image: url("../images/top/bg.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100vw auto;
}
.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: 70px;
}
.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 {
  
}

/* Contact */
.Contact.Page .telWrap, .Contact.Page .formWrap {
  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) {

  .Head h1 {
    margin-bottom: 10px;
  }
  /* flex */
	.flex:not(.flexFix) {
		flex-direction: column;
	}
  
  /* iframe */
  
  /* BTN*/
  
  /* UL */
  
  /* DL */
  
  /* Top */
  .home .Company .contWrap .note > h2, .home .Service .contWrap .note > h2 {
    margin-bottom: 32px;
}
.home .Company .contWrap .note > *:not(:last-child):not(h2) {
    margin-bottom: 16px;
}
  .home .Company {
    background-size: auto;
  }
  .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;
  }

  /* reform */
  .subHead {
    gap: 20px;
    padding-bottom: 9px;
    margin-bottom: 28px !important;
  }
  /* Company */
  .Overview.Page .column2 {
    grid-gap: 0;
    
  }
  .Overview.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }
  /* Recruit */
  .Requirements.Page .column2 {
    grid-gap: 0;
    
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }
  /* Contact */
  .formWrap iframe {
    height: 1180px !important;
  }
  .contactWrap .inner {
    padding: 0;
}

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    background-position: right -32px bottom -56px;
    background-size: 380px auto;
    padding: 81.5px 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% - 30.5px) / 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 > * {
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    color: #63B6C8;
    border-bottom: #63B6C8 1px solid;
  }
  .btn2 > *:hover {
    color: #576972;
    border-bottom: #576972 1px solid;
  }
  .additional-info .btn a:hover {
    border-bottom: #63B6C8 1px solid;
  }
  .bg1 .btn > *:hover {
  }
  .contactWrap {
    max-height: 565px;
    height: 60vw;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 70px;
  }
  .home .contactWrap {
    padding: 64px 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% - 30px) / 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;
  }
  
  /* DL */
  dl:not([class]), .dl1 {
    grid-gap: 1.5em 2.0em;
  }
  .dl1 dt {
    width: 32%;
    max-width: 200px;
    padding-left: 15px;
  }

  /* Top */
  main.home section:not(.Head):not(.full):not(.top-mv-section) {
    /* padding: 200px 0; */
  }
  /* main.home section:not(.Head):not(.full) {
    padding: 200px 0;
  } */
  .Main .over::before {
    width: 40vw;
    height: 40vw;
    left: -3vw;
    bottom: -15vw;
  }
  .Main .over img {
    width: 75vw;
  }
  .Main h1 {
    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: 30px;
    /* margin-bottom: 48px; */
  }
  .home .Company .contWrap .note .btn, .home .Service .contWrap .note .btn {
    margin-left: 0;
  }
  .home .Company .contWrap .note .btn a {
    text-align: left;
  }
  .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: 100%;
    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;
  }

  .home .contWrap .img {
    width: 50vw;
    margin-right: calc(50% - 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: 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;
  }
  .History .inner {
    display: flex;
    justify-content: space-between;
    grid-gap: 40px;
  }
  .History .inner .subHead {
    width: 26%;
  }
  .History .inner .dl1 {
    flex: 1;
  }
  .Overview.Page .column2 {
    align-items: flex-start;
  }

  /* Recruit */
  .Requirements.Page .column2 {
    align-items: flex-start;
  }
  
  /* Contact */
  .Contact.Page .telWrap, .Contact.Page .formWrap {
    /* padding: 56px 48px; */
  }
  
}

/* メインビジュアル */
.top-mv-section {
  position: relative;
}

.top-mv-text-box {
  padding-top: 52.5px;
  position: relative;
}

@media (max-width: 767px) {
  .top-mv-text-box {
    padding-top: 26.25px;
  }
  .top-mv-text-box::before {
    width: 80px;
    height: 80px;
    right: 5.33%;
  }
  .top-mv-headline {
    margin-bottom: 15px;
  }
  .top-mv-headline-en {
    font-size: 14px;
    bottom: -70px;
    left: 5.33%;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .top-mv-text-box::before {
    width: 160px;
    height: 160px;
  }
  .top-mv-headline {
    font-size: 34px;
  }
}

@media (min-width: 1024px) {
  .top-mv-text-box::before {
    width: 203px;
    height: 203px;
  }
  .top-mv-headline {
    font-size: 54px;
  }
}

.top-mv-text-box::before {
  content: "";
  display: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  bottom: 0;
}

.top-mv-headline {
  font-size: clamp(2.6rem, 5.0vw, 5.0rem);
  color: #576972;
  font-weight: 400;
  line-height: 1.25;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
}

.top-mv-headline-en {
  line-height: 1.5;
  color: #fff;
  position: absolute;
  bottom: -110px;
  left: 10px;
  z-index: 2;
}

.hero-image {

}
@media print, screen and (min-width: 768px) {
  .top-mv-section .inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 8.37%;
}
  .hero-image {
      margin-left: auto;
      margin-right: auto;
      padding: 0 2.78%;
  }
}
.hero-image {
  margin-left: auto;
  margin-right: auto;
  padding: 0 2.78%;
}
@media screen and (max-width: 767px) {
  .hero-image img {
    border-radius: 10px;
  }
  .top-mv-headline {
    margin-bottom: 30px;
  }
}

/* newsブロック */
.top-news-section {
  position: relative;
  padding: 100px 0;
}

@media (max-width: 768px) {
  .top-news-section {
    padding: 45px 0;
  }
}

.top-news-section .inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .top-news-section .inner {
    display: block;
  }
}

.top-news-section .headline {
  width: 300px;
  font-size: clamp(3.2rem, 6.0vw, 6.0rem);
  font-weight: 500;
  line-height: 1.05;
  font-family: "Baloo 2", serif;
  color: #63B6C8;
}

@media (max-width: 768px) {
  .top-news-section .headline {
    margin-bottom: 15px;
    width: auto;
    font-size: 32px;
  }
}

.top-news-section .headline .ja {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: 'Sans', sans-serif;
  font-weight: 700;
  color: #63B6C8;
}

.top-news-block {
  width: calc(100% - 350px);
  height: 300px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .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 {
  background-color: #B1B1B1;
  border-radius: 6px;
}

.top-news-content {
  display: flex;
  padding: 40px 0;
  font-family: 'Sans', sans-serif;
  font-size: 14px;
  border-bottom: #63B6C8 solid 1px;
}

.top-news-content:first-child {
  padding-top: 0;
}

@media (max-width: 768px) {
  .top-news-content {
    display: block;
  }
}

.top-news-content .date {
  display: block;
  width: 120px;
  font-family: "Baloo 2", serif;
  font-optical-sizing: auto;
  font-size: clamp(1.8rem, 2.0vw, 2.0rem);
  color: #576972;
  font-weight: 500;
}

.top-news-content .title {
  font-size: 20px;
  font-weight: 600;
}

.top-news-content .text-block {
  width: calc(100% - 120px);
}

@media (max-width: 768px) {
  .top-news-content .date {
    display: block;
    width: 100%;
  }
  .top-news-content .title {
    margin-bottom: 15px;
  }
  .top-news-content .text-block {
    width: 100%;
  }
}

.home .contWrap .note .headline {
  width: 300px;
  font-size: clamp(3.2rem, 6.0vw, 6.0rem);
  font-weight: 500;
  line-height: 1.05;
  font-family: "Baloo 2", serif;
  color: #63B6C8;
}
.home .contWrap .note .headline .ja {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: 'Sans', sans-serif;
  font-weight: 700;
  color: #63B6C8;
}

.home .ul2  {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 64px 0;
  margin-top: 80px;
}
.home .ul2 .headline {
  font-size: clamp(3.2rem, 6.0vw, 6.0rem);
  font-weight: 500;
  line-height: 1.05;
  font-family: "Baloo 2", serif;
  color: #63B6C8;
  text-align: center;
  margin-bottom: 70px;
}
.home .ul2 .headline .ja {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: 'Sans', sans-serif;
  font-weight: 700;
  color: #63B6C8;
  text-align: center;
}
.home .ul2 p {
  text-align: center;
}

.container {
  display: flex;
  flex-wrap: wrap;
}

.column {
  width: 50%;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .column {
      width: 100%;
  }
  .home .ul2 .headline {
    margin-bottom: 32px;
  }
}

.home .imgWrap figure img {
  position: relative;
}
.home .imgWrap figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home .imgWrap figcaption {
  /* text-align: right; */
}
.home .imgWrap figcaption span {
  /* text-align: right; */
}

/* service */
.strengths {
  text-align: center;
}

.strengths h3 {
  font-size: clamp(1.8rem, 2.0vw, 2.0rem);
	line-height: 1.5em;
  font-weight: 500;
  color: #63B6C8;
  margin-bottom: 15px;
}

.strength-list {
  display: flex;
  justify-content: space-between;
}

.strength {
  position: relative;
  border-right: 1px solid #E0E0E0;
  flex: 1;
  padding: 0 33.5px;
}

.strength:last-child {
  border-right: none;
}

.strength:first-child {
  padding-left: 0 !important;
}

.strength:last-child {
  padding-right: 0 !important;
}

.strength p {
  text-align: justify;
}

.number {
  font-family: "Baloo 2", serif;
  font-size: 44px;
  margin-bottom: 10px;
  color: #63B6C8;
}

.spacer {
  height: 110px;
}

.additional-info p {
  text-align: center;
  margin-top: 109px;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .strength-list {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .strength:last-child {
    border-right: initial;
  }

  .strength:first-child {
    padding-left: initial !important;
  }

  .strength:last-child {
    padding-right: initial !important;
  }
  .strength {
    border-right: none;
    flex: 1;
    padding: 0;
  }
  .additional-info p {
    margin-top: 54px;
    margin-bottom: 32px;
  }
}

/* reform */
.reform-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.image-area {
  position: relative;
  width: 80%;
  max-width: 800px;
  margin-bottom: 20px;
}
.image-area img {
  width: 100%;
  height: auto;
  display: block;
}
.image-area .caption {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 10px;
  font-size: 14px;
}
.before-after {
  display: flex;
  width: 80%;
  max-width: 800px;
}
.before-after img {
  width: 50%;
  height: auto;
  display: block;
}
.before-after .label {
  width: 50%;
  text-align: center;
  padding: 10px;
  font-size: 16px;
}

/* company */
.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
  margin-top: 16px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.construction_card {
  background: #F0F7F8;
  border: none;
  grid-gap: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .construction_card {
    grid-gap: 0 10px;
  }
}
.construction_card h3 {
  font-family: "Baloo 2", serif;
  font-size: clamp(2.0rem, 3.0vw, 3.0rem);
  text-align: left;
  padding: 25px 25px 0;
}
.construction_card h3 .ja {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: 'Sans', sans-serif;
  font-weight: 500;
}
.construction_card p {
  font-size: 12px;
  padding: 0 25px 25px;
}
@media (min-width: 1069px) and (max-width: 1150px) {
  .construction_card h3 {
    padding: 15px 15px 0;
  }
  .construction_card h3 .ja {
    font-size: 14px;
  }
  .construction_card p {
    font-size: 10px;
    padding: 0 15px 0;
  }
}
@media (max-width: 1069px) {
.construction_card h3 {
  padding: 12.5px 12.5px 0;
  padding-right: 0; 
}
.construction_card h3 .ja {
  display: block;
  line-height: 1.75;
  font-size: 14px;
}
.construction_card p {
  font-size: 8px;
  padding: 0 12.5px 0;
  padding-right: 0; 
}
}

.image-container {
  width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-container_wrapper {
  align-self: flex-end;
}

.image-container2 {
  align-self: flex-end;
  width: 65%;
}

.image-container img {
}
.image-container2 img {
}

p.status {
  font-family: "Baloo 2", serif;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  font-weight: 500;
  text-align: left;
  padding: 0;
  position: absolute;
  bottom: 0px;
  left: 0px;
  margin-left: 5px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.remodal-cancel {
  color: #fff;
  background: #63B6C8 !important;
  width:100% !important;
  margin-top: 10px !important;
}

.remodal {
  position: relative;
  padding: 25px;
}


.slider{
  width:100%;
  margin:0 auto;
}
.slider .slick-slide{
  height:auto !important;
}
.slider .slick-arrow{
  z-index:2!important;
}
.slider .slick-next{
  right:14.25% !important;
  /* right:0!important; */
}
.slider .slick-prev{
  left:14.25% !important;
  /* left:0!important; */
}
.slick-slide{
  margin-right: 2vw!important;
  margin-left: 2vw!important;
}

@media (max-width: 768px) {
  .slick-slide{
    margin-right: 4vw!important;
    margin-left: 4vw!important;
  }
  .slider .slick-next{
    right:7.25% !important;
  }
  .slider .slick-prev{
    left:7.25% !important;
  }
}


.service-container {
  display: flex !important;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
}
.service-wrapper {
 width: 50%;
 padding: 60px 30px;
 font-feature-settings: "palt" 1;
}
.service-container img {
  position: relative;
  width: 50%;
  object-fit: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.service-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, white 0%, transparent 40%);
  z-index: 1;
}
.service-title {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 400;
  margin-bottom: 30px;
  color: #63B6C8;
}

.section-title {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 400;
}

.list {
  list-style: disc;
  padding-left: 20px;
  color: #576972;
}

.list-item {
  margin-bottom: 5px;
}

@media (min-width: 1920px) {
  .service-title {
    font-size: 2.6rem;
    line-height: 1.9em;
    font-weight: 400;
    margin-bottom: 30px;
    color: #63B6C8;
  }
  
  .section-title {
    font-size: 1.8rem;
    font-weight: 400;
  }
}
@media (max-width: 768px) {
  .service-container {
    flex-direction: column;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
  }
  .service-wrapper::before {
    display: none;
  }
  
  .service-wrapper {
   width: 100%;
   padding: 30px 15px;
  }
  .service-container img {
    width: 100%;
    margin-top: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  .service-title {
    line-height: 1.0em;
    margin-bottom: 15px;
  }
  .list-item {
    font-size: 10px;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) {
.empty-char {
  width: 22em;
  height: 1px;
}
}




.caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  color: white;
  padding: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.caption span {
  font-size: 16px;
}

@media (min-width: 960px) and (max-width: 1150px) {
  .caption {
    color: white;
    padding: 5%;
    width: 100%;
    font-size: 1.6rem;
  }
  .caption span {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .caption {
    color: white;
    padding: 5%;
    width: 100%;
    font-size: 1.2rem;
  }
  .caption span {
    font-size: 1.0rem;
  }
}
@media (max-width: 768px) {
  .caption {
    color: white;
    padding: 20px;
    width: 100%;
    font-size: 16px;
  }
  .caption span {
    font-size: 14px;
  }
}