@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;
}
.Head {
  color: #FFFFFF;
  z-index: 1;
}
.Head h1, .subHead h2 {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.Head h1 {
  font-size: clamp(2.6rem, 6.4vw, 6.4rem);
  line-height: 1.3em;
}
.Head .textWrap {
  width: 100%;
  padding: 32px 5.33%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.Head .textWrap > *:not(:last-child) {
  margin-bottom: 8px;
}
.Head .textWrap .en, .subHead .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: clamp(1.0rem, 2.0vw, 2.0rem);
  line-height: 1.3em;
}
.Head .textWrap .en {
  letter-spacing: 0.1em;
}
.subHead {
  margin-bottom: 32px;
}
.subHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.subHead h2 {
  font-size: clamp(2.0rem, 4.0vw, 4.0rem);
  line-height: 1.5em;
}
.subHead .en {
  color: #155498;
  letter-spacing: 0.08em;
}
.alphaHead > *:not(:last-child) {
  margin-bottom: 8px;
}
.alphaHead .en {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: clamp(4.0rem, 8.0vw, 8.0rem);
  line-height: 1.1em;
  letter-spacing: 0.04em;
}
.alphaHead h2 {
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.5em;
}
.date {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.textR {
  text-align: right;
}
.width1 {
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
}

/* flex */
.flex, .column2, .column3, .column4 {
	display: flex;
	flex-direction: row;
  flex-wrap: wrap;
}
.column2, .column3, .column4 {
  grid-gap: 24px 8px;
}
.column2 > *, .column3 > *, .column4 > * {
  width: calc((100% - 8px) / 2);
}

/* COLOR */
.col1 {
  color: #155498;
}

/* BG */
.bg1 {
  background: #323232;
}
.bg1 * {
  color: #FFFFFF;
}
.bg2 {
  background: #fafafa;
}

/* TRIANGLE */
.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: 250px;
  margin-left: auto;
  margin-right: auto;
}
.btn > * {
  border: #155498 1px solid;
  background: #FFFFFF;
  color: #155498;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 46px;
  font-weight: 700;
  text-align: center;
  display: block;
}
/*.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);
}*/
.btn.blue > * {
  background: #155498;
  color: #FFFFFF;
}
.btnR {
  btnR: 100%;
  max-width: 130px;
}
.btnR > * {
  border: #155498 1px solid;
  background: #FFFFFF;
  color: #155498;
  width: 100%;
  height: 30px;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  line-height: 28px;
  font-weight: 700;
  text-align: center;
  border-radius: 40px;
  display: block;
}

/* SLICK */

/* UL */
main ul:not([class]) {
  padding-left: 1.6em;
}
main ul:not([class]) > li {
  list-style: disc;
  text-align: justify;
}
.ul1 .img figcaption, .ul2 .img figcaption {
  padding: 10px 10px;
}
.ul1 .img figcaption {
  color: #FFFFFF;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 700;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ul2 li {
  background: #EFF4FC;
}
.ul3 .img img {
  margin-bottom: 8px;
}
.ul3 .img figcaption {
  padding-right: 10px;
}
.ul4 li {
  color: #155498;
  font-weight: 700;
  display: inline-block;
}
.ul4 li::before {
  content: '';
  background: #155498;
  width: 6px;
  height: 10px;
  margin-right: 6px;
  display: inline-block;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: relative;
  top: -1px;
}
.ol1 {
  counter-reset: item; 
}
.ol1 > li {
  padding-left: 2.0em;
}
.ol1 > li::before {
  font-family: "Roboto", sans-serif;
  content: "";
  counter-increment: item;
  content: counter(item)'.';
  font-weight: 400;
  font-style: normal;
  position: absolute;
  left: 0px;
  top: 0px;
}

/* DL */
dl:not([class]) {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 0.5em 2.0em;
}
.dl1, .dl3 {
  border-bottom: #CCCCCC 1px solid;
}
.dl1 > *, .dl3 > * {
  border-top: #CCCCCC 1px solid;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.dl1 dt, .dl2 dt, .dl3 dt {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.dl1 dd, .dl2 dd, .dl3 dd {
  flex: 1;
}
.dl1 dt {
  width: 8.0em;
  padding: 0 16px;
}
.dl1 dt::before {
  content: '';
  background: #EFF4FC;
  width: 100%;
  height: calc(100% + (24px * 2));
  margin-top: -24px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.dl1 dd {
  padding: 0 24px;
}
.dl1 dd > *:not(:last-child) {
  margin-bottom: 32px;
}
.dl1 dd .contWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  grid-gap: 16px 48px;
}
.dl1 dd .note > *:not(:last-child):not(h4) {
  margin-bottom: 16px;
}
.dl1 dd .note > p {
  line-height: 1.6em;
}
.dl2 > *, .dl3 > * {
  grid-gap: 24px;
}
.dl2 > * {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
}
.dl2 dt, .dl3 dt {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}
.dl2 dt {
  color: #155498;
  width: 8.0em;
  padding-left: 20px;
}
.dl2 dt::before {
  content: '';
  background: #155498;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 1;
}
.dl2 dt::after {
  content: '';
  background: #bccedd;
  width: 1px;
  height: calc(100% + 32px);
  display: block;
  position: absolute;
  left: 4px;
  top: 14px;
  z-index: 0;
}
.dl3 dt {
  width: 22%;
}

/* 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 .img img {
  aspect-ratio: 6 / 5;
  object-fit: cover;
}
.Main h2 {
  position: absolute;
}
.Main h1 {
  color: #FFFFFF;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  font-size: clamp(2.4rem, 5.4vw, 6.4rem);
  line-height: 1.4em;
}
.Main .textWrap {
  width: 100%;
  padding: 32px 5.33%;
  position: absolute;
  left: 0;
  bottom: 0;
}

/* Page */
.pNav {
  padding-top: 32px;
}
.pNav ul {
  padding: 0 !important;
  display: flex;
  justify-content: center;
  grid-gap: 24px;
}
.pNav ul li {
  border-bottom: #cccccc 1px solid;
  width: 50%;
  max-width: 270px;
  list-style: none !important;
}
.pNav ul li a {
  padding: 16px 0;
  font-size: clamp(1.0rem, 1.2vw, 1.2rem);
  line-height: 1.5em;
  text-align: center;
  display: block;
}
.pNav ul li h3 {
  color: #155498;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  line-height: 1.5em;
  font-weight: 700;
}
.pNav ul li a::after {
  border-bottom: #155498 1px solid;
  border-right: #155498 1px solid;
  content: "";
  width: 0.6em;
  height: 0.6em;
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  transform: rotate(45deg);
}
.Page .cont > *:not(:last-child) {
  margin-bottom: 48px;
}

/* Company */
.Company {
  padding-top: 56px;
}
.Company::before, .Company::after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}
.Company::before {
  background: url("../images/common/bg1.png") left -10vw top 5vw no-repeat;
  background-size: 30vw auto;
  left: 0;
  top: 0;
}
.Company::after {
  background: url("../images/common/bg1.png") right -30vw bottom -10vw no-repeat;
  background-size: 70vw auto;
  right: 0;
  bottom: 0;
}
.Company .contWrap {
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px 64px;
}
.Company .contWrap h2 {
  font-family: "Noto Serif JP", serif;
  color: #155498;
  font-size: clamp(2.4rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
  font-weight: 400;
}
.Company .contWrap .note > *:not(:last-child) {
  margin-bottom: 32px;
}
.Company .imgWrap {
  overflow: hidden;
}
.Company .imgWrap figure {
  margin-left: -10vw;
  margin-right: -10vw;
  display: flex;
  grid-gap: 8px;
}
.Company .imgWrap figure > * {
  width: calc((100% - (16px * 3)) / 4);
}

/* Service */
.Service {
  background-image: url("../images/top/service_bg.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.Service .inner > *:not(:last-child) {
  margin-bottom: 48px;
}
.Service .serviceWrap {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 24px;
}
.Service .serviceWrap h2 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(2.2rem, 4.0vw, 4.0rem);
  line-height: 1.3em;
  font-weight: 400;
}
.Service .serviceWrap .note > *:not(:last-child) {
  margin-bottom: 8px;
}
.Service .serviceWrap .note p {
  font-size: clamp(1.3rem, 1.3vw, 1.2rem);
  line-height: 1.5em;
}
.Page.Process .listWrap > *:not(:last-child) {
  margin-bottom: 16px;
}
.Page.Process .listWrap h3 {
  font-family: "Noto Serif JP", serif;
  color: #155498;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  line-height: 1.5em;
  font-weight: 700;
}
.Page.Process .listWrap > p {
  font-size: clamp(1.4rem, 1.4vw, 1.2rem);
  line-height: 2.0em;
}

/* Recruit */
.Recruit:not(.Page) {
  background: url("../images/common/bg2.png") right -20vw bottom -40vw no-repeat;
  background-size: 70vw auto;
}
.Recruit:not(.Page) .inner {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 32px 48px;
}
.Recruit .btnRecruit a {
  display: block;
}
.Recruit .btnRecruit .img img {
  width: 100%;
  object-fit: cover;
}
.Recruit .btnRecruit .note {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Recruit .btnRecruit h3 {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
  line-height: 1.5em;
  font-weight: 400;
}
.Page.Message {
  background: url("../images/recruit/bg.jpg") right top no-repeat;
  background-size: 90vw auto;
  padding-bottom: 0 !important;
}
.Page.Message .lead {
  margin-bottom: 56px!important;
}
.Page.Message .human {
  border: #323232 1px solid;
  background: #FFFFFF;
  margin-bottom: 56px!important;
  padding: 32px 24px;
  text-align: center;
}
.Page.Message .human .subHead {
  margin-bottom: 24px;
}
.Page.Message .human .subHead h2 {
  font-size: clamp(2.0rem, 3.2vw, 3.2rem);
  line-height: 1.5em;
}
.Page.Message .human .subHead .en {
  color: #323232;
}
.Page.Message .human h3 {
  color: #155498;
  margin-bottom: 16px;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
}
.Page.Recruit .contactWrap * {
  text-align: center;
}
.Page.Recruit .contactWrap *:not(:last-child) {
  margin-bottom: 24px;
}
.Page.Recruit .contactWrap p {
  font-family: "Noto Serif JP", serif;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 400;
}

/* Contact */
.formWrap {
  text-align: center;
}


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

  .Head .img img {
    aspect-ratio: 6 / 5;
    object-fit: cover;
  }
  
  /* flex */
	.flex:not(.flexFix) {
		flex-direction: column;
	}
  
  /* iframe */
  .gmap {
		padding-top: 76.25%;
	}
  
  /* BTN*/
  
  /* UL */
  
  /* DL */
  
  /* Top */

  /* Page */

  /* Company */

  /* Service */
  .Service .serviceWrap h2 {
    border-bottom: #CCCCCC 1px solid;
    padding-bottom: 8px;
  }

  /* Recruit */
  .Recruit .btnRecruit .img {
  }
  .Recruit .btnRecruit .img img {
    aspect-ratio: 2 / 1;
  }
  .Recruit .btnRecruit a > *:not(:last-child) {
    margin-bottom: 24px;
  }
  .Recruit .btnRecruit .note > * {
    width: 100%;
  }
  .Recruit .btnRecruit .note > *:not(:last-child) {
    margin-bottom: 24px;
  }
  .Page.Message .imgLarge img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
  }
  
  /* Contact */
  .formWrap iframe {
    height: 800px !important;
  }

}


/*PC
-------------------------------------------------------*/
@media print, screen and (min-width: 768px) {

  .Head {
    height: 392px;
  }
  .Head .img, .Head .img img {
    width: 100%;
    height: 100%;
  }
  .Head .img img {
    object-fit: cover;
  }
  .Head .textWrap {
    padding: 64px 120px;
  }
  .Head .textWrap > *:not(:last-child) {
    margin-bottom: 16px;
  }
  
  /* flex */
  .flex.sb {
    justify-content: space-between;
  }
	.flex.center {
    justify-content: center;
  }
	.flex.vcenter {
		align-items: center;
  }
  .column2 {
    grid-gap: 64px 40px;
  }
  .column2 > * {
    width: calc((100% - 40px) / 2);
		height: auto;
  }
  .column3 {
    grid-gap: 24px 15px;
  }
  .column3 > * {
    width: calc((100% - (15px * 2)) / 3);
		height: auto;
  }
  .column4 > * {
    width: calc((100% - (8px * 3)) / 4);
		height: auto;
  }
  .column4 {
    grid-gap: 24px 8px;
  }
  
  /* BG */
  
  /* BTN */
  .btn {
  }
  .btn > *:hover {
    background: #155498;
    color: #FFFFFF;
  }
  .btn.blue > *:hover {
    background: #FFFFFF;
    color: #155498;
  }
  .btnR > *:hover {
    background: #155498;
    color: #FFFFFF;
  }
  
  /* UL */
  .ul1 .img figcaption, .ul2 .img figcaption {
    padding: 16px 10px;
  }
  .ul1 {
  }
  .ul2 {
  }
  .ul3 .img img {
    margin-bottom: 16px;
  }
  .ul4 li:not(:last-child) {
    margin-right: 2.0em;
  }
  
  /* DL */
  dl:not([class]), .dl1, .dl3 {
    grid-gap: 1.5em 2.0em;
  }
  .dl1 > *, .dl3 > * {
    padding: 32px 0;
  }
  .dl1 dt, .dl1 dd {
    padding: 0 64px;
  }
  .dl1 dt {
    width: 24%;
    max-width: 280px;
  }
  .dl1 dt::before {
    height: calc(100% + (32px * 2));
    margin-top: -32px;
  }
  .dl1 dd > *:not(:last-child) {
    margin-bottom: 48px;
  }
  .dl1 dd .contWrap {
  }
  .dl1 dd .img {
    width: 44%;
    order: 2;
  }
  .dl1 dd .img img {
    max-width: 250px;
  }
  .dl1 dd .note {
    order: 1;
  }
  .dl1 dd .note > *:not(:last-child):not(h4) {
    margin-bottom: 24px;
  }
  .dl2 > * {
    margin-bottom: 48px;
  }
  .dl2 dt {
    width: 15%;
    max-width: 160px;
  }
  .dl2 dt::after {
    height: calc(100% + 48px);
    top: 14px;
  }
  .dl3 dt {
    width: 25%;
    max-width: 200px;
  }

  /* Top */
  .Main .img img {
    aspect-ratio: 2 / 1;
  }
  .Main .textWrap {
    padding: 64px 120px;
  }

  /* Page */
  .pNav {
    padding-top: 40px;
  }
  .pNav ul {
    grid-gap: 32px;
  }
  .pNav ul li a:hover {
    background: #EFF4FC;
    color: #323232;
  }
  .Page .cont > *:not(:last-child) {
    margin-bottom: 56px;
  }
  .gridWrap {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr;
    grid-gap: 48px 64px;
  }

  /* Company */
  .Company {
    padding-top: 200px;
  }
  .Company::before {
    background-position: left -200px top -340px;
    background-size: 600px auto;
  }
  .Company::after {
    background-position: right -380px top 220px;
    background-size: 1060px auto;
  }
  .Company .contWrap {
    margin-bottom: 172px;
  }
  .Company .contWrap .btn {
    margin-left: 0;
  }
  .Company .contWrap .note > *:not(:last-child) {
    margin-bottom: 56px;
  }
  .Company .contWrap h2 {
    width: 35%;
    max-width: 416px;
  }
  .Company .contWrap .note {
    flex: 1;
  }
  .Company .imgWrap figure {
    margin-left: -104px;
    margin-right: -104px;
    grid-gap: 16px;
  }
  .Page.History > .inner {
    display: flex;
    grid-gap: 64px;
  }
  .Page.History > .inner > .subHead {
    width: 20%;
  }
  .Page.History > .inner > .dl2 {
    flex: 1;
  }

  /* Service */
  .Service .inner > *:not(:last-child) {
    margin-bottom: 120px;
  }
  .Service .serviceWrap {
    align-items: center;
    grid-gap: 48px;
  }
  .Service .serviceWrap h2 {
    border-right: #CCCCCC 1px solid;
    padding-right: 48px;
  }
  .Service .serviceWrap .note > *:not(:last-child) {
    margin-bottom: 16px;
  }
  .Service .serviceWrap .note p {
    line-height: 1.5em;
  }
  .Service .serviceWrap .note .ul4 {
    line-height: 1.2em;
  }
  .Page.Process .listWrap > *:not(:last-child) {
    margin-bottom: 24px;
  }

  /* Recruit */
  .Recruit:not(.Page) {
    background-position: right -300px top 200px;
    background-size: 1060px auto;
  }
  .Recruit:not(.Page) > .inner {
    flex-wrap: nowrap;
  }
  .Recruit .alphaHead {
    flex: 1;
  }
  .Recruit .btnRecruit {
    width: 73%;
    max-width: 865px;
  }
  .Recruit .btnRecruit .img img {
    height: 260px;
  }
  .Recruit .btnRecruit .note {
    color: #FFFFFF;
    padding: 32px 56px;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
  }
  .Recruit .btnRecruit .btn > * {
    border-color: #FFFFFF;
    background: none;
    color: #FFFFFF;
  }
  .Recruit .btnRecruit .btn {
    max-width: 192px;
    margin: 0;
  }
  .Page.Message {
    background-size: 70vw auto;
  }
  .Page.Message .lead {
    margin-bottom: 72px !important;
  }
  .Page.Message .human {
    margin-bottom: 132px!important;
    padding: 56px;
  }
  .Page.Message .human .subHead {
    margin-bottom: 32px;
  }
  .Page.Recruit .contactWrap *:not(:last-child) {
    margin-bottom: 40px;
  }
  
  /* Contact */
  
}