@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 {
  aspect-ratio: 6 / 4;
  object-fit: cover;
}
.Head {
  padding: 40px 0;
  padding-bottom: 0;
}
.Head .en {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.6rem, 10.0vw, 10.0rem);
  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;
}
.subHead {
  margin-bottom: 32px !important;
}
.home .subHead {
  margin-bottom: 16px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.3em;
  font-weight: 700;
  color: #90BD81;
  display: flex;
  align-items: center;
  grid-gap: 8px;
}
.subHead h2::before {
  content: '⚫︎';
  color: #90BD81;
  font-size: 14px;
  display: block;
  border-radius: 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, 2.0vw, 2.0rem);
	line-height: 1.5em;
  font-weight: 700;
}
.home .Company .contWrap .note h3 {
  font-size: clamp(2.0rem, 2.4vw, 2.4rem);
  line-height: 1.5em;
  font-weight: 700;
}
.lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 700;
}
.purchase_page .lead,
.contact_page .lead {
  margin-bottom: 20px !important;
}
.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: #E8F1FA;
}
.bg3 {
}
.bg4 {
}
.bgW {
  background: #FFFFFF;
}
.bg-light {
  background: #F9FFF5;
}

/* 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: 216px;
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  width: 100%;
  font-family: "Nunito", serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  display: block;
}
.bg1 .btn > * {
}
.btn > *::after {
  content: "";
  width: 26px;
  height: 26px;
  background-image: url(../images/common/arrow.svg);
  margin-left: 18px;
  display: inline-block;
  position: relative;
  top: 0.4em;
}
.btn:hover > *::after {
  background-image: url(../images/common/arrow-hover.svg);
}
.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 {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: 'Sans', sans-serif;
  font-weight: 700;
}
.contactWrap .textWrap .en {
    font-size: clamp(3.2rem, 6.2vw, 6.2rem);
    font-weight: 500;
    line-height: 1.05;
    font-family: "Nunito", serif;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.purchase-contact .btn > *, 
.contactWrap .btn > * {
  background: #90BD81;
  color: #FFFFFF;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  width: 100%;
  height: 51px;
  padding: 0 16px;
  line-height: 51px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}
.purchase-contact .btn > *,
.contactWrap .btn {
  width: 100%;
  max-width: 216px;
}
@media print, screen and (min-width: 768px) {
  .purchase-contact .btn,
  .contactWrap .btn {
    width: 100%;
    max-width: 216px;
    margin-left: 0;
    margin-right: 0;
  }
}
.purchase-contact .btn > a,
.contactWrap .btn > a {
  border: #90BD81 1px solid;
    color: #FFFFFF;
    font-weight: 700;
}
.purchase-contact .btn > *::after,
.contactWrap .btn > *::after {
  display: none;
}
.purchase-contact .btn a:hover,
.contactWrap .btn a:hover {
  background: #FFF;
  border: #5F5E5E 1px solid;
  color: #5F5E5E !important;
}
.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;
}
.home .ul2 > li {
  background: none;
  padding: 32px 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
}
.sale_page .ul2 > li {
  background: none;
  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;
}
.home .ul2 > li .imgWrap {
  border-top: none;
  padding-top: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 16px 24px;
}
.sale_page .ul2 > li .imgWrap {
  border-top: none;
  padding-top: 0;
  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 35px;
}
.ul3 > li:not(:last-child) {
  padding-bottom: 32px;
  margin-bottom: 32px;
  border-bottom: #C8C8C8 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 {
  border: #DBDBDB 1px solid;
  border-radius: 20px;
  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 */
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 {
  padding-top: 20px;
}
.Main h1 span {
  padding: 8px 0;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  line-height: 1.1em;
  font-weight: 600;
  display: block;
}
.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;
}
.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 57.5px;
}
.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 60px;
}
.Page .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}
.Page .contWrap .img img {
  width: 100%;
  height: auto;
}

main section:not(.Head):not(.full).Service.Page {
  padding-bottom: 0;
}
.serviceWrap .inner .bgW {
  padding: 0 16px;

  border: #90BD81 3px solid;
  border-radius: 30px;
  margin-top: -3%;
}
.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;
}

.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 {
}
.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 {
  }
  .about_page .Page .contWrap .img {
    width: 80%;
    margin: 0 auto;
}
  .Requirements.Page .column2 {
    grid-gap: 0;
    
  }
  .Requirements.Page .column2 > *:not(:last-child).dl1 {
    border-bottom: none;
  }
  
  /* Contact */
  .formWrap iframe {
    height: 960px !important;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    padding: 60px 0;
    padding-bottom: 0;
  }
  .Head h1 {
  }
  .subHead {
  }
  .home .subHead {
    margin-bottom: 16px !important;
  }
  /* flex */
  .flex.sb {
    display: block;
  }
	.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%;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    color: #90BD81;
  }
  .bg1 .btn > *:hover {
  }
  .contactWrap {
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 124px 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;
  }
  .home .ul2 > li {
    padding: 0;
    grid-gap: 48px 24px;
  }
  .sale_page .ul2 > li {
    padding: 0;
    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;
  }
  .home .ul2 > li .imgWrap {
    padding-top: 0;
  }
  .sale_page .ul2 > li .imgWrap {
    padding-top: 0;
  }
  .ul2 > li .imgWrap > * {
    width: calc((100% - 48px) / 3);
  }
  .ul3 > li:not(:last-child) {
    padding-bottom: 42px;
    margin-bottom: 42px;
    border-bottom: #C8C8C8 1px solid;
  }
  .ul3 > li .note {
    flex: 1;
  }
  .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 12px;
  }
  .ul3 > li .img {
    width: 35%;
    max-width: 400px;
  }
  .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;
  }
  
  /* DL */
  dl:not([class]), .dl1 {
    grid-gap: 1.5em 2.0em;
  }
  .dl1 dt {
    width: 20%;
    max-width: 200px;
  }

  /* Top */
  main.home section:not(.Head):not(.full) {
    padding: 100px 0;
  }
  .Main .over::before {
    width: 40vw;
    height: 40vw;
    left: -3vw;
    bottom: -15vw;
  }
  .Main .over img {
  }
  .Main h1 {
    padding: 40px 0;
  }
  .home .Company .contWrap .note .en, .home .Service .contWrap .note .en {
  }
  .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 .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: 40.64%;
    margin-top: auto;
  }
  .home .Company .contWrap .img img {
  }
  .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: 38px;
  }
  .Page .contWrap {
  }
  .Page .contWrap > * {
  }
  .Page .contWrap .note > *:not(:last-child) {
    margin-bottom: 40px;
  }
  .Page .contWrap .img {
  }
  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }
  
  .serviceWrap {
    padding: 100px 0;
    padding-bottom: 0;
  }
  .serviceWrap .inner .bgW {
    padding: 0 60px;
    border: #90BD81 5px solid;
    border-radius: 30px;
    margin-top: -2.5%;
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4.0em;
  }

  .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;
  }

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

/* TOP */
.service-content img {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.service-info {
  padding: 24px;
}
.service-info h3 {
  margin-bottom: 16px;
}
.service-info p {
  border-bottom: #DBDBDB 1px solid;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .service-info {
    padding: 24px 16px;
  }
  .car-info-section .cont .ul2 {
    margin-bottom: 0 !important;
  }
}
.car-info {
  margin-top: 12px;
}
.car-info p {
  margin: 7px 0;
}
.car-info p span {
  font-size: 14px;
  width: 72px;
  display: inline-block;
  text-align: center;
  border: 1px solid #DBDBDB;
  border-radius: 4px;
  margin-right: 8px;
}

.contact-tel-area p {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(1.6rem, 2.3vw, 2.3rem);
  line-height: 1.1em;
  margin-bottom: 5px;
}
.contact-tel-area p a {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: clamp(2.6rem, 3.4vw, 3.4rem);
  line-height: 1.1em;
}
@media print, screen and (min-width: 768px) {
  .contact-container {
      display: flex
;
      justify-content: center;
      align-items: center;
      gap: 32px;
  }
}

/* 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.2vw, 6.2rem);
  font-weight: 500;
  line-height: 1.05;
  font-family: "Nunito", serif;
}

@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: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.top-news-block {
  width: calc(100% - 250px);
  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: "Noto Sans JP", sans-serif;
  font-size: 14px;
  border-bottom: #DBDBDB solid 1px;
}

.top-news-content:first-child {
  border-top: #DBDBDB solid 1px;
}

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

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

.top-news-content .title {
  font-size: 16px;
  font-weight: 700;
}

.top-news-content .text-block {
  width: calc(100% - 120px);
}
.top-news-content .text-block p {
  font-size: 16px;
  margin-top: 16px;
}

@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%;
  }
}

.headline {
  width: 300px;
  font-size: clamp(3.2rem, 6.2vw, 6.2rem);
  font-weight: 500;
  line-height: 1.05;
  font-family: "Nunito", serif;
}
.headline .ja {
  display: block;
  line-height: 1.75;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

/* ABOUT */
.representative-caption {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}
.Promise {
  background-image: url("../images/about/bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
}
.Promise .subHead h2 {
  color: #FFF;
}
.Promise .subHead h2::before {
  content: '⚫︎';
  color: #FFF;
  font-size: 14px;
  display: block;
  border-radius: 50%;
}

.promise {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.promise-item {
  width: 30%;
  padding: 30px 26px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 20px;
  width: calc((100% - 52px) / 3);
}

.promise-item h4 {
  margin: 20px 0;
  font-size: clamp(1.8rem, 2.0vw, 2.0rem);
  color: #90BD81;
}

.promise-item p {
  color: #5F5E5E;
  line-height: 1.6;
}

.number {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(2.6rem, 4.5vw, 4.5rem);
  color: #90BD81;
}

.philosophy {
  text-align: center;
  margin-bottom: 54.5px !important;
  padding: 38px 0;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.philosophy h3 {
  color: #FFF;
  margin-bottom: 20px;
}

.philosophy p {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  color: #FFF;
  line-height: 1.6;
}

@media screen and (max-width: 768px) {
  .promise {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
  }
  .promise-item {
    width: 100%;
  }
  .promise-item h4 {
    margin: 10px 0;
  }
  .philosophy {
    text-align: center;
    margin-top: 48px;
    padding: 20px 0;
  }
  .philosophy h3 {
    margin-bottom: 10px;
  }
  .text-justify {
    text-align: justify;
  }
}

/* PURCHASE */
.layer-control {
  position: relative;
  z-index: 10;
}
@media print, screen and (min-width: 1070px) {
.section-strengths {
  padding: 80px 0 !important;
}
}
.center-figure {
  text-align: center;
  margin-bottom: 40px;
}
.flex-container {
  display: flex;
  align-items: center;
}

.flex-container h3 {
  font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	line-height: 1.5em;
  font-weight: 700;
}

.flex-container img {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
@media (max-width: 768px) { 
  .flex-container img {
    width: 40px;
    height: 40px;
    margin-right: 7.5px;
  }
  .purchase_page .serviceWrap {
    padding-top: 56px;
  }
}
.purchase_page .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.9em;
  font-weight: 700;
  text-align: center;
}
.purchase-contact p {
  text-align: center;
}
.detail-text {
  margin-bottom: 12px !important;
}

/* SALE */
.sale-container {
  display: flex;
  /* justify-content: space-between; */
  gap: 10px;
}
.card {
  background-color: #fff;
  border: #DBDBDB 1px solid;
  border-radius: 20px;
  padding: 30px 26px;
  width: calc((100% - 52px) / 3);
}
.card img {
  max-width: 100%;
  height: auto;
  margin-bottom: 15px;
}
.card h3 {
  color: #90BD81;
  margin-bottom: 10px;
}
.card p {
  font-size: 1em;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .sale-container {
    flex-direction: column;
  }
  .card {
    width: 100%;
    margin-bottom: 20px;
  }
  .card img {
    max-width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
  }
.sale_page .lead {
  margin-bottom: 20px !important;
}
}

/* border customize */
.underlined {
  width: 142.5px;
  padding-bottom: 5px;
  background: linear-gradient(to right, #576972, #576972);
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: 100px 1px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
.underlined {
margin: 0 auto;
}
}

#Content > section.History.Page > div > dl > div:nth-child(3) > dd > div {
width: 100%;
max-width: 216px;
margin-left: 0;
margin-right: 0;
text-align: left;
}
#Content > section.History.Page > div > dl > div:nth-child(3) > dd > div a {
text-align: left;
}
#Content > section.History.Page > div > dl > div:nth-child(3) > dd > div::after {
content: "";
position: absolute;
left: 35.5%;
transform: translateX(-50%);
bottom: -5px;
width: 157.5px;
height: 1px;
background-color: #576972;
}
/* slide show */
.main_imgBox {
  height: 605px;
  overflow: hidden;
  position: relative; }

.main_logo {
  z-index:11;
  position: absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:50%;
  height:auto;
}

.main_img {
  z-index:10;
  opacity: 0;
  width: 100%;
  height: 605px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

  .main_img:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_img:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_img:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

  .main_img:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

  .main_img:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; }

.main_imgM {
  opacity: 0;
  width:100%;
  height:100%;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: anime 36s 0s infinite;
  animation: anime 36s 0s infinite; }

  .main_imgM:nth-of-type(2) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s; }

  .main_imgM:nth-of-type(3) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s; }

  .main_imgM:nth-of-type(4) {
    -webkit-animation-delay: 18s;
    animation-delay: 18s; }

  .main_imgM:nth-of-type(5) {
    -webkit-animation-delay: 24s;
    animation-delay: 24s; }

  .main_imgM:nth-of-type(6) {
    -webkit-animation-delay: 30s;
    animation-delay: 30s; }

@keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       transform: scale(1.2);
                  z-index:9;
  }
  100% { opacity: 0 }
}

@-webkit-keyframes anime {
  0% {
      opacity: 0;
  }
  8% {
      opacity: 1;
  }
  17% {
      opacity: 1;
  }
  25% {
      opacity: 0;
       -webkit-transform: scale(1.2);
          z-index:9;
  }
  100% { opacity: 0 }
}

@media screen and (max-width: 767px) {
  .main_imgBox {
    height: 302.5px;
    overflow: hidden;
    position: relative; } 
  .main_img {
    z-index:10;
    opacity: 0;
    width: 100%;
    height: 302.5px;
  }
}
