@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 {
  /* background: #E8F1FA url("../images/common/head_bg.png") right -4vw bottom -4vw no-repeat;
  background-size: 30vw auto;
  padding: 40px 0; */
}
.Head .en {
  font-family: "Noto Sans JP";
  /* font-family: "Inter", system-ui; */
  font-optical-sizing: auto;
  font-weight: bold;
  font-style: normal;
  font-size: clamp(2.6rem, 5.6vw, 5.6rem);
  /* font-size: clamp(2.6rem, 10.0vw, 10.0rem); */
  line-height: 1.1em;
  color: #FFFFFF;
}
.Head h1, .fAddress h2, .title1, .ul4 > li h4 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
	line-height: 2.0em;
  font-weight: normal; 
  /* font-weight: 700; */
  display: flex;
  align-items: center;
  grid-gap: 8px;
  color: #FFFFFF;
}
.Head h1::before, .fAddress h2::before, .title1::before, .ul4 > li h4::before {
  /* content: '■';
  color: #0067CE;
  display: block; */
}
.subHead {
  margin-bottom: 48px;
  /* margin-bottom: 32px; */
}
.businessContent .subHead {
  margin-bottom: 32px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.home .subHead h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.8rem);
  /* font-size: clamp(2.6rem, 5.6vw, 5.6rem); */
  line-height: 1.3em;
  font-weight: bold;
}
.subHead h2 {
  font-size: clamp(2.0rem, 4.0vw, 4.0rem);
  /* font-size: clamp(2.6rem, 5.6vw, 5.6rem); */
  line-height: 1.3em;
  font-weight: bold;
}
.subHead .en {
  color: #40A5B2;
  font-family: 'Roboto', sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem
  /* font-size: clamp(1.5rem, 2.2vw, 2.2rem); */
  line-height: 1.1em;
  letter-spacing: 0.08em; /* 80 / 1000 = 0.08 */
}
.companyHead{
  background: url("../images/company/head_bg.jpg") center;
  background-size: cover;
  /* background-size: 100vw auto; */
  padding: 40px 0;
}
.businessHead{
  background: url("../images/business/head_bg.jpg");
  background-size: cover;
  /* background-size: 100vw auto; */
  padding: 40px 0;
}
.recruitHead{
  background: url("../images/recruit/head_bg.jpg");
  background-size: cover;
  /* background-size: 100vw auto; */
  padding: 40px 0;
}
.contactHead{
  background: url("../images/contact/head_bg.jpg");
  background-size: cover;
  /* background-size: 100vw auto; */
  padding: 40px 0;
}
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: 700;
  text-align: center;
}
.num {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
}

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

/* COLOR */
.col1 {
  color: #40A5B2;
}
.title-white {
  color: #FFFFFF !important;
}

/* BG */
.bg1 {
  background: #FFFFFF;
}
.bg1 * {
  color: #40A5B2 !important;
}
.bg2 {
  background: #E8F1FA;
}
.bg3 {
  background: #FAFAFA;
}
.bg4 {
  /* border: #C8C8C8 1px solid; */
}
.bgW {
  background: #FFFFFF;
}

/* FONT */
.font-bold {
font-weight:700;
}

/* 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: #40A5B2;
  color: #FFFFFF;
  width: 100%;
  height: 56px;
  padding: 0 16px;
  line-height: 56px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
  letter-spacing: 2px;
}
.bg1 .btn > * {
  background: #40A5B2;
  color: #FFFFFF !important;
}
.btn > *::after {
  border-top: #FFFFFF 3px solid;
  border-right: #FFFFFF 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}
.bg1 .btn > *::after {
  border-top: none;
  border-right: none;
  /* content: "";
  width: 0.6em;
  height: 0.6em; */
  margin-left: -15px;
  /* display: inline-block;
  position: relative;
  top: -0.1em;
  left: 3.0em;
  transform: rotate(45deg); */
}
.btn:hover > *::after {
  border-top: #FFFFFF 3px solid !important;
  border-right: #FFFFFF 3px solid !important;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}
.Voice .btn:hover > *::after {
  border-top: none !important;
  border-right: none !important;
  /* content: "";
  width: 0.6em;
  height: 0.6em;
  margin-left: 10px;
  display: inline-block;
  position: relative;
  top: -0.1em;
  left: 3.0em;
  transform: rotate(45deg); */
}

.Company .btn > * {
  background: #FFFFFF;
  color: #40A5B2 !important;
  border: #40A5B2 3px solid;
  line-height: 48px;
}
.Company .btn > *::after {
  border-top: #40A5B2 3px solid;
  border-right: #40A5B2 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}
.Company .btn > *:hover {
  background: #66b7c1;
  color: #FFFFFF !important;
  border-top: #FFFFFF 3px solid;
  border-right: #FFFFFF 3px solid;
  border-left: #FFFFFF 3px solid;
  border-bottom: #FFFFFF 3px solid;
}

.Company .btn > *::after:hover {
  border-top: #FFFFFF 3px solid !important;
  border-right: #FFFFFF 3px solid !important;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}

.businessContent .btn > * {
  background-color: transparent;
  color: #FFFFFF !important;
  border: #FFFFFF 3px solid;
  line-height: 48px;
}
.Company .btn > *::after {
  border-top: #40A5B2 3px solid;
  border-right: #40A5B2 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}

.contactWrap {
  background: url("../images/common/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  /* color: #FFFFFF; */
  height: 100%;
  /* height: 60vw; */
  padding: 56px 5.33%;
  /* 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-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #40A5B2;
  color: #FFFFFF;
}
.home .contactWrap .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

.contact_section_pattern {
  background: url("../images/common/contact_section_pattern_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  /* height: 60vw; */
  padding: 24px 5.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_section_pattern .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contact_section_pattern .textWrap h2 {
  font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contact_section_pattern .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.contact_section_pattern .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contact_section_pattern .btn > * {
  background: #FFFFFF;
  color: #40A5B2;
}
.contact_section_pattern .btn *::after {
  border-top: #40A5B2 3px solid;
  border-right: #40A5B2 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}
.home .contact_section_pattern .inner > *:not(:last-child) {
  margin-bottom: 24px;
}

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

.list-item-full > li {
  background: #FFFFFF;
  padding: 32px 16px;
  /* display: flex; */
  flex-wrap: wrap;
  justify-content: space-between;
  grid-gap: 24px;
  margin-bottom: 20px;
}
.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 {
  color: #40A5B2;
  width: 26%;
  font-weight: 700;
}
.dl1 dd {
  flex: 1;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

.dl2 {
  /* border-bottom: #C8C8C8 1px solid; */
}
.dl2 > * {
  /* border-top: #C8C8C8 1px solid; */
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl2 dt {
  width: 26%;
  font-weight: 700;
}
.dl2 dd {
  flex: 1;
}
.dl2 dd > *:not(:last-child) {
  margin-bottom: 16px;
}

.bullet-item {
  /* border-bottom: #C8C8C8 1px solid; */
}
.bullet-item > * {
  border-top: #C8C8C8 1px solid;
  padding: 24px 0;
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.bullet-item dt {
  color: #40A5B2;
  /* width: 26%; */
  font-weight: 700;
}
.bullet-item dd {
  flex: 1;
}
.bullet-item dd > *:not(:last-child) {
  margin-bottom: 16px;
}

.dl-item {
  /* border-bottom: #C8C8C8 1px solid; */
}
.dl-item > * {
  /* border-top: #C8C8C8 1px solid; */
  /* padding: 24px 0; */
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
}
.dl-item dt {
  color: #40A5B2;
  width: 26%;
  font-weight: 700;
}
.dl-item dd {
  flex: 1;
}
.dl-item dd > *:not(:last-child) {
  margin-bottom: 16px;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.margin-bottom-medium {
  margin-bottom: 30px;
}

.greetings-dl1 {
  /* border-bottom: #C8C8C8 1px solid; */
}
.greetings-dl1 > * {
  /* border-top: #C8C8C8 1px solid; */
  /* padding: 24px 0; */
  /* display: flex; */
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px;
  text-align: justify;
}
.greetings-dl1 dt {
  color: #40A5B2;
  width: 26%;
  font-weight: 700;
}
.greetings-dl1 dd {
  flex: 1;
}
.greetings-dl1 dd > *:not(:last-child) {
  margin-bottom: 16px;
}
.right-aligned {
  text-align: right !important;
}
.text-highlight {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  /* font-size: 24px; */
  font-weight: 700;
}

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

.businessContent {
  background: url("../images/top/business_content.jpg");
  background-size: cover;
  /* background-size: 100vw auto; */
  padding: 40px 0;
}

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

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

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

/* Recruit */
#Content > section.Voice.Page.bg1 > div > ul > li > p{
  color: #1D1D1D !important;
}
#Content > section.Requirements.Page {
  padding-bottom: 0;
}

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


/*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;
  }
  .Main .over img {
    width: 100vw;
    height: 50vh;
    object-fit: cover;
  }
  .Main h1 {
    position: absolute;
    left: 5.33%;
    top: 20vw;
  }
  /* Page */
  .Page .contWrap {
    flex-wrap: wrap;
  }
  .Page .contWrap .img {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: -56px;
  }
  
  /* Business */

  /* Company */

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

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {
  
  .imgLarge img {
    aspect-ratio: 4 / 1;
  }
  .Head {
    /* background-position: right -32px bottom -56px; */
    /* background-size: 380px auto; */
    padding: 120px 0;
  }
  .Head h1 {
  }
  .subHead {
  }
  
  /* flex */
  .flex.sb {
    justify-content: space-between;
  }
	.flex.center {
    justify-content: center;
  }
	.flex.vcenter {
		align-items: center;
  }
  .column2 > * {
    width: calc((100% - 80px) / 2);
		height: auto;
  }
  .column3 > * {
    width: calc((100% - (32px * 2)) / 3);
		height: auto;
  }
  .column4 > * {
    width: calc((100% - (40px * 3)) / 4);
		height: auto;
  }
  
  /* BG */
  
  /* BTN */
  .btn {
  }
  .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 64px;
  }
  .btn.pc {
    display: block;
  }
  .btn > *:hover {
    background: #66b7c1;
    color: #FFFFFF;
  }
  .bg1 .btn > *:hover {
    background: #66b7c1;
    color: #FFFFFF !important;
  }
  .bg1 .btn > *::after {
    border-top: none;
    border-right: none;
    /* content: "";
    width: 0.6em;
    height: 0.6em;
    margin-left: 10px;
    display: inline-block;
    position: relative;
    top: -0.1em;
    left: 3.0em;
    transform: rotate(45deg); */
  }
  .Company .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 58px;
  }
  .businessContent .btn > * {
    width: 100%;
    height: 64px;
    padding: 0 16px;
    line-height: 58px;
  }
  .contactWrap {
    height: 380px;
    padding: 40px;
  }
  .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .home .contactWrap {
    padding: 136px 40px;
    /* padding: 64px 40px; */
  }
  .home .contactWrap .inner > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .home .contactWrap .btn > *:hover {
    color: #FFFFFF;
  }
  
.contactWrap {
  background: url("../images/common/contact_bg.jpg") center center no-repeat;
  background-size: cover;
  /* color: #FFFFFF; */
  height: 100%;
  /* height: 60vw; */
  padding: 136px 5.33%;
  /* 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-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contactWrap .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.contactWrap .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contactWrap .btn > * {
  background: #40A5B2;
  color: #FFFFFF;
}
.contactWrap .btn > *:hover {
  background: #66b7c1;
  color: #FFFFFF;
}
.contactWrap .btn > *::after {
  border-top: #FFFFFF 3px solid;
  border-right: #FFFFFF 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 3.0em;
  transform: rotate(45deg);
}

.contact_section_pattern {
  background: url("../images/common/contact_section_pattern_bg.jpg") center center no-repeat;
  background-size: cover;
  color: #FFFFFF;
  /* height: 60vw; */
  padding: 70px 5.33%;
  /* padding: 24px 5.33%; */
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact_section_pattern .inner > *:not(:last-child) {
  margin-bottom: 32px;
}
.contact_section_pattern .textWrap h2 {
  font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 500;
}
.contact_section_pattern .textWrap .en {
  font-family: "Inter", system-ui;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
  line-height: 1.5em;
}
.contact_section_pattern .lead {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.8em;
}
.contact_section_pattern .btn > * {
  background: #FFFFFF;
  color: #40A5B2;
}
.contact_section_pattern .btn > *:hover {
  background: #66b7c1;
  color: #FFFFFF;
}
.contact_section_pattern .btn > *::after {
  border-top: #40A5B2 3px solid;
  border-right: #40A5B2 3px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  /* margin-left: 10px; */
  display: inline-block;
  position: relative;
  /* top: -0.1em; */
  left: 2.25em;
  transform: rotate(45deg);
}

  /* 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% - 40px) / 2); */
    padding: 32px 40px;
  }
  .ol1 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .ol1 > li > *:not(:last-child) {
    margin-bottom: 32px;
  }
  .ol1 .ul3 > li {
    padding: 48px;
  }
  .ol1 .ul3 > li .note > *:not(:last-child) {
    margin-bottom: 24px;
  }

  .list-item-full > li {
    padding: 40px 40px;
    grid-gap: 48px 24px;
    margin-bottom: 20px;
  }
  .list-item-full > li:not(:last-child) {
    margin-bottom: 48px;
  }
  .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 {
    color: #40A5B2;
    width: 32%;
    max-width: 200px;
  }

  dl:not([class]), .dl2 {
    grid-gap: 1.5em 2.0em;
  }
  .dl2 dt {
    color: #40A5B2;
    width: 32%;
    max-width: 200px;
  }

  dl:not([class]), .dl-item {
    grid-gap: 1.5em 2.0em;
  }
  .dl-item dt {
    color: #40A5B2;
    width: 32%;
    max-width: 125px;
    /* max-width: 200px; */
  }

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

  /* Page */
  .Page .cont > *:not(:last-child) {
    margin-bottom: 64px;
  }
  .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 50px;
    /* padding: 0 100px; */
  }
  .serviceWrap .pNav {
    padding-top: 56px;
    grid-gap: 4.0em;
  }
  #Content > div:nth-child(3) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(1),
  #Content > div:nth-child(4) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(1),
  #Content > div:nth-child(5) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(1),
  #Content > div.serviceWrap.bg3.last-section-padding > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(1){
  border-top: none;
  padding-top: 0;
  }
  #Content > div:nth-child(3) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(3),
  #Content > div:nth-child(4) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(4),
  #Content > div:nth-child(5) > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(5),
  #Content > div.serviceWrap.bg3.last-section-padding > div > div > section > div > div > div:nth-child(2) > div > dl > div:nth-child(5){
  padding-bottom: 0;
  }

  /* 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;
  }
  .History .inner .greetings-dl1 {
    flex: 1;
  }

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


.section-bottom-margin {
  margin-bottom: 48px;
}
.section-bottom-padding {
  padding-bottom: 48px;
}
.last-section-padding {
  padding-bottom: 136px;
}
@media (max-width: 768px) {
  .last-section-padding {
    padding-bottom: 56px;
  }
}
.two-column-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* PCで2カラム */
  gap: 60px; /* アイテム間の隙間 */
}
/* モバイルで1カラムにする */
@media (max-width: 768px) {
  .two-column-layout {
    grid-template-columns: 1fr;
  }
}

/* TOP SVG */
.svg-image img {
  max-width: 85%; /* 親要素の幅に合わせて最大幅を調整 */
  height: auto; /* アスペクト比を維持 */
}

@media (min-width: 768px) {
  .svg-image img {
    max-width: 400px; /* タブレット以上で最大幅を600pxに設定 */
  }
}

@media (min-width: 1200px) {
  .svg-image img {
    max-width: 600px; /* PCで最大幅を800pxに設定 */
  }
}

.underline {
  text-decoration: underline; /* 下線を引く */
  text-decoration-color: #40A5B2; /* 下線の色を赤色に */
  text-decoration-thickness: 17px; /* 下線の太さを2pxに */
  text-underline-offset: -5px; /* 下線を文字から5px上にずらす */

  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  .underline {
    margin-bottom: 20px !important;
}
}
.service-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-item {
  background: #FFFFFF;
  width: 23%; /* 各アイテムの幅 */
  text-align: center;
  padding: 20px;
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  margin-bottom: 20px;
}
.service-item h3{
  font-size: clamp(1.6rem, 2.0vw, 2.0rem);
}

.service-item img {
  max-width: 180px;
  height: 100px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  /* タブレット専用のスタイルをここに記述 */
  .service-item img {
    max-width: 140px;
    height: 140px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

/* モバイル向けスタイル */
@media (max-width: 768px) {
  .service-section {
    flex-direction: row; /* 横並びにする */
    gap: 21.5px;
  }

  .service-item {
    width: 46.5%; /* 全幅に広げる */
    margin-bottom: 0;
  }
  .service-item img {
    max-width: 100px;
    height: 100px;
    margin-top: 0;
    margin-bottom: 0;
  }
  .service-item--featured img {
    max-width: 65px;
    height: 65px;
    margin-top: 17.5px;
    margin-bottom: 17.5px;
  }
}

/* 全体のスタイル */
.recruit-3-columns {
  display: flex;
  flex-wrap: wrap; /* 要素が画面幅を超えたときに折り返す */
  justify-content: space-between; /* 要素を中央揃え */
}

.column-item {
  width: 30%; /* PCでは30%の幅 */
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
}
.column-item h2{
color: #40A5B2;
margin-bottom: 20px;
}
.column-item img{
  margin-top: 30px;
}


/* モバイル用スタイル */
@media (max-width: 768px) {
  .column-item {
    width: 100%; /* モバイルでは100%の幅で1カラムに */
    margin-bottom: 56px;
  }
}

.iframeContact .comform-wrap {
  box-sizing: border-box;
  position: relative;
  margin: 8px auto 8px auto;
  overflow: auto;
  margin-top: 8px;
  margin-bottom: 8px;
  max-width: 100% !important;
  border: 1px solid #FFFFFF;
  background-color: ;
  padding: 4px 4px 0px 4px;
}

.contWrap {
  display: flex;
  justify-content: start;
  grid-gap: 32px 72px;
}
@media (max-width: 768px) { /* モバイルの画面幅に合わせて調整 */
  .contWrap {
    display: flex;
    flex-direction: column;
    grid-gap: 0; /* grid-gapを削除 */
  }
}

.flex-container {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  grid-gap: 10%;
}
.flex-container p{
  color:#FFFFFF;
  padding-top: 20px;
}
/* モバイルサイズの場合 */
@media (max-width: 768px) { /* 768px を目安にモバイルと判断 */
  .flex-container {
    flex-direction: column; /* 子要素を縦に並べる */
    grid-gap: 0%;
  }
  .flex-container p{
    padding-top: 0px;
  }
}
@media print, screen and (min-width: 768px) {
#Content > section.Contact.Page.bottom > div > iframe {
  height: 100vh !important;
}
}