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

:root {
  --main-color: #004ea2;
  --sub-color: #a8d2f0;
  --bg-sub-color: #e8f3fa;
  --border-color: #d4dee5;

  --value-color01: #d1e4f3;
  --value-color02: #ffe3a4;
  --value-color03: #f0f5f9;
  --value-color04: #ffd472;
}



/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */


html {
	scroll-behavior: smooth;
}
body {
/*  font-family: noto-sans, sans-serif;*/
  font-family: "source-han-sans-japanese", sans-serif;
	font-size: 14px;
	line-height: 1.8;
  letter-spacing: 0.06em;
	-webkit-text-size-adjust: 100%;
}

img {
	max-width: 100%;
	height: auto;
  vertical-align: middle;
}
ul { list-style: none;}

a { transition: all 0.3s ease-out;}
@media (hover: hover) {
  a:hover { opacity: 0.5;}
}

.contentWrap {
  max-width: 980px;
  padding: 0 min(6vw, 60px);
  margin: 0 auto;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  z-index: 1000;
}
header h1 {
  width: 240px;
  height: 100%;
  line-height: 0;
  display: flex;
  align-items: center;
}

header .globalNavList {
  display: flex;
  align-items: center;
  gap: 25px;
}
header .globalNavList li {
  line-height: 1.4;
}
header .globalNavList .group {
  padding-left: 30px;
  border-left: var(--main-color) solid 1px;
}
header .globalNavList a {
  color: var(--main-color);
  text-decoration: none;
  font-size: min(3vw, 14px);
}
header .globalNavList .language > a {
  font-size: min(2.6vw, 12px);
}
header .globalNavList .contact a {
  display: block;
  background-color: var(--main-color);
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: min(2vw, 10px) min(2.6vw, 14px);
  font-size: min(3vw, 12px);
}

/*

header .language {
  border-left: var(--sub-color) solid 1px;
  padding: min(2vw, 10px) 0 min(2vw, 10px) 20px;
  display: flex;
  gap: 1em;
}
header .language a {
  position: relative;
  color: var(--sub-color);
  text-decoration: none;
}
header .language span {
  position: relative;
  color: var(--main-color);
}
header .language span:first-child::before,
header .language span:last-child::before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: var(--sub-color);
}
header .language span:first-child::before {
  right: -0.5em;
}
header .language span:last-child::before {
  left: -0.5em;
}
*/

.language {
  position: relative;
}
.language > a {
  display: block;
  padding: min(1vw, 5px) min(5vw, 25px);
  border: var(--main-color) solid 1px;
  border-radius: 100px;
  font-weight: bold;
  color: var(--main-color);
  text-decoration: none;
}
.language .langBtn {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background-color: rgba(0,78,162,0.90);
  width: 100%;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: min(1vw, 5px) min(3vw, 15px);
  border-radius: 16px;
}
.language .langBtn span,
.language .langBtn a {
  color: #fff;
  padding: min(1vw, 5px) 0;
  text-decoration: none;
}
.language .langBtn span:first-child {
  border-bottom: #fff solid 1px;
}
.language .langBtn span:last-child {
  border-top: #fff solid 1px;
}




@media screen and (min-width: 821px) {
  .sp {
    display: none !important;
  }

  header .globalNavList .group,
  header .spMenuBtnWrap {
    display: none !important;
  }
  header .globalNav {
    display: flex!important;
  }
}
@media screen and (max-width: 820px) {

  .pc {
    display: none !important;
  }

  header {
    height: 70px;
    padding: 10px 15px;
    align-items: center;
  }
  header h1 {
    width: 200px;
  }


  header .globalNav {
    display: none;

    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: var(--main-color);
    top: 0;
    left: 0;
    font-weight: 400;
    overflow: auto;
  }
  header .globalNav > div {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  header .globalNav > div .navWrap {
    /* max-width: 680px;
    margin: auto; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
    padding: 64px min(6vw, 30px) min(8vw, 40px);
  }
  header .globalNavList {
    width: 100%;
    /* height: 100%; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    /* padding-bottom: 8vh; */
  }
  header .globalNavList > li {
    width: 100%;
    padding: min(3vw, 16px) 0;
    border-top: rgba(234, 241, 246, 0.5) solid 1px;
  }

  header .globalNavList .accordion > p {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  header .globalNavList .accordion span {
  position: relative;
  }
  header .globalNavList .accordion span::before,
  header .globalNavList .accordion span::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: calc(50% - 1px);
    right: min(2vw, 10px);
    background-color: #fff;
    width: min(5vw, 20px);
    height: 1.5px;
    transition: all .4s;
  }
  header .globalNavList .accordion span::after {
    transform: rotate(90deg);
  }
  header .globalNavList .accordion > p.open span::after {
    transform: rotate(0deg);
  }
  header .globalNavList .accordion ul {
    display: none;
    margin-top: min(4vw, 20px);
  }
  header .globalNavList .accordion ul li {
    padding: min(2vw, 10px) 0;
  }
  header .globalNavList .accordion ul li a {
    position: relative;
    font-size: min(4.2vw, 20px);
    padding-left: 1.3em;
  }
  header .globalNavList .accordion ul li a::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 0.8em;
    height: 2px;
    background-color: rgba(234, 241, 246, 0.5);
  }

  header .globalNavList .group {
    border-left: none;
    border-bottom: rgba(234, 241, 246, 0.5) solid 1px;
    padding-left: 0;
  }
  header .globalNavList .contact {
    display: none;
  }
  header .globalNavList a,
  header .globalNavList p {
    color: #fff;
    font-size: min(4.6vw, 24px);
  }
  header .globalNavList > li:first-child a {
    font-size: min(5.4vw, 28px);
    line-height: 1.3;
  }

  header .globalNav .contactInfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    border-radius: min(2vw, 10px);
    overflow: hidden;
    padding:min(6vw, 30px) min(4vw, 40px);
    gap: min(3vw, 16px);
    margin: min(6vw, 32px) auto 0;
    width: 100%;
    max-width: 480px;
  }
  header .globalNav .contactInfo h2 {
    color: var(--main-color);
    font-family: noto-sans, sans-serif;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-size: min(4.2vw, 22px);
    line-height: 1;
  }
  header .globalNav .contactInfo p {
    color: var(--main-color);
    flex: 1;
    font-size: min(3vw, 14px);
    text-align: center;
  }
  header .globalNav .contactInfo .contactBtn {
    width: 100%;
  }
  header .globalNav .contactInfo .contactBtn a {
    display: block;
    background: var(--main-color);
    color: #fff;
    text-decoration: none;
    border-radius: 100px;
    margin: 0 auto;
    text-align: left;
    padding: min(2vw, 10px) min(5vw, 25px);
    position: relative;
    font-size: min(3.4vw, 16px);
    width: 65%;
  }
  header .globalNav .contactInfo .contactBtn a::after {
    content: "";
    display: block;
    width: min(4vw, 18px);
    aspect-ratio: 1/1;
    background: var(--main-color) url("../images/ico_arrow.svg") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: min(4vw, 20px);
    transform: translateY(-50%);
  }
  header .globalNav .telWrap {
    text-align: center;
    color: #fff;
    margin-top: min(6vw, 30px);
  }
  header .globalNav .telWrap > p {
    font-size: min(3.4vw, 16px);
    margin-bottom: 1em;
  }
  header .globalNav .telWrap dl {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1px;
    color: var(--main-color);
    margin: auto;
    max-width: 480px;
  }
  header .globalNav .telWrap dl > div {
    background-color: #fff;
  }
  header .globalNav .telWrap dl dt {
    background-color: #fbca5a;
    font-size: min(3.4vw, 16px);
    padding: min(1vw, 12px) 0;
  }
  header .globalNav .telWrap dl dd {
    font-size: min(4vw, 18.6px);
    padding: min(2vw, 24px) 0;
  }
  header .globalNav .telWrap dl dd a {
    text-decoration: none;
    color: var(--main-color);
  }
  header .globalNav .logo {
    background-color: #fff;
    padding: min(6vw, 32px);
  }
  header .globalNav .logo img {
    display: block;
    margin: auto;
    width: 60%;
    max-width: 280px;
  }

  header .globalNavList .language {
    display: none !important;
  }
  header .spMenuBtnWrap {
    display: flex;
    align-items: center;
    gap: min(4vw, 24px);
  }
  header .spMenuBtnWrap.active .language > a {
    border: #fff solid 1px;
    color: #fff;
  }
  header .spMenuBtnWrap.active .language .langBtn {
    background-color: rgba(255, 255, 255, 0.90);
  }
  header .spMenuBtnWrap.active .language .langBtn span,
  header .spMenuBtnWrap.active .language .langBtn a {
    color: var(--main-color);
  }
  header .spMenuBtnWrap.active .langBtn span:first-child {
    border-bottom: var(--main-color) solid 1px;
  }
  header .spMenuBtnWrap.active .langBtn span:last-child {
    border-top: var(--main-color) solid 1px;
  }
/*
  header .spMenuBtnWrap .language {
    border-left: none;
  }
  header .spMenuBtnWrap .language span {
    transition: all 0.4s;
  }
  header .spMenuBtnWrap.active .language span {
    color: #fff;
  }
  */

  .language {
    position: relative;
  }
  .language > a {
    padding: 0 min(5vw, 25px);
  }
  .language .langBtn {
    padding: min(1vw, 5px) min(2.5vw, 15px);
  }


  #menuButton {
    display: block;
    width: 40px;
    height:40px;
    position: relative;
    z-index: 9999;
  }
  #menuButton span {
    display: block;
    background: var(--main-color);
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    transition: all 0.4s;
    top: 50%;
    margin-top: -1px;
  }

  #menuButton span:nth-child(1) { transform: translateY(-200%);}
  #menuButton span:nth-child(2) { transform: translateY(200%);}
  .spMenuBtnWrap.active #menuButton span {background: #fff;}
  .spMenuBtnWrap.active #menuButton span:nth-child(1) { transform: translateY(0%) rotate(45deg);}
  .spMenuBtnWrap.active #menuButton span:nth-child(2) { transform: translateY(0%) rotate(-45deg);}

}



/* ////////////////////////////////////////////////////////////////////////////////

	Footer

//////////////////////////////////////////////////////////////////////////////// */
footer {
  background: var(--bg-sub-color);
  margin: min(4vw, 20px);
  border: var(--bg-sub-color) solid 2px;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}
footer .ftrNavi {
  width: 76%;
  padding: min(8vw, 60px) min(6vw, 30px);
  display: flex;
  flex-direction: column;
  gap: min(6vw, 25px);
}
footer .ftrNavi .ftrMainNav {
  display: flex;
  align-items: center;
  gap: min(3vw, 20px) min(4vw, 30px);
  line-height: 1.2;
}
footer .ftrNavi .ftrMainNav a {
  font-size: min(3.6vw, 14px);
  color: var(--main-color);
  text-decoration: none;
  line-height: 1.4;
}
footer .ftrNavi .ftrMainNav .group {
    padding-left: min(4vw, 30px);
    border-left: var(--main-color) solid 1px;
}
footer .ftrNavi .ftrSubNav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(1vw, 5px) 30px;
  line-height: 1.6;
}
footer .ftrNavi .ftrSubNav a {
  font-size: min(3vw, 12px);
  color: var(--main-color);
  text-decoration: none;
  white-space: nowrap;
}
footer .ftrNavi .copyright {
  font-size: min(2.8vw, 10px);
  color: var(--main-color);
}

footer .ftrLogo {
  width: 24%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: min(6vw, 40px);
}


@media screen and (max-width: 820px) {

  footer {
    flex-direction: column-reverse;
  }
  footer .ftrNavi {
    width: 100%;
  }
  footer .ftrLogo {
    width: 100%;
    padding: min(6vw, 40px) 20%;
  }


  footer .ftrNavi .ftrMainNav {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  footer .ftrNavi .ftrMainNav .group {
    width: 100%;
    border-left: none;
    border-top: var(--main-color) solid 1px;
    padding-left: 0;
    padding-top: min(3vw, 20px);
  }

  footer .ftrNavi .copyright {
    text-align: center;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Contact

//////////////////////////////////////////////////////////////////////////////// */

#contact {
  border: var(--main-color) solid 1px;
  margin: min(4vw, 20px);
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  padding: min(8vw, 60px) min(6vw, 60px);
  gap: min(6vw, 40px);
  background-color: #fff;
}
#contact h2 {
  color: var(--main-color);
  font-size: min(5.2vw, 64px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
#contact p {
  color: var(--main-color);
  flex: 1;
  font-size: min(3.2vw, 16px);
  white-space: nowrap;
}

#contact .contactBtn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  width: 240px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: left;
  padding: min(2vw, 10px) min(5vw, 25px);
  position: relative;
}
#contact .contactBtn a::after {
  content: "";
  display: block;
  width: min(4vw, 18px);
  aspect-ratio: 1/1;
  background: var(--main-color) url("../images/ico_arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
}

@media screen and (max-width: 820px) {

  #contact {
    flex-direction: column;
  }
  #contact h2 {
    font-size: min(8.2vw, 64px);
  }

}


/* ////////////////////////////////////////////////////////////////////////////////

  Opening

//////////////////////////////////////////////////////////////////////////////// */
#op {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  pointer-events: none;
  animation: opCls 2s linear 6.5s forwards;
}
@keyframes opCls {
  0% { opacity: 1;}
  100% { opacity: 0;}
}
#op .bgPic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.3;
}
#op .bgPic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  animation: opImg 10s linear 0s forwards;
}
@keyframes opImg {
  0% { transform: scale(1.1); opacity: 0;}
  10% { opacity: 1;}
  100% { transform: scale(1); opacity: 1;}
}

#op .op01,
#op .op02 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
  opacity: 0;
  z-index: 1;
}
#op .op01 {
  width: min(70vw, 560px);
  animation: opLogo 3s linear 1s forwards;

}
#op .op02 {
  width: min(58vw, 420px);
  animation: opLogo 3s linear 4s forwards;
}

@keyframes opLogo {
  0% { opacity: 0;}
  30% { opacity: 1;}
  70% { opacity: 1;}
  100% { opacity: 0;}
}



/* ////////////////////////////////////////////////////////////////////////////////

	Main visual

//////////////////////////////////////////////////////////////////////////////// */
.mainVisual {
  height: 100vh;
  height: 100svh;
  position: relative;
}

.mainVisual li {
  width: 100vw;
  height: calc(100vh - 90px);
  position: relative;
}
.mainVisual li .mvPic {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 85px);
  width: 60%;
/*
  width: 100%;
  height: 100%;
  position: relative;
*/
  overflow: hidden;
}
.mainVisual li .mvPic::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;

  border: #fff solid 20px;
  z-index: 2;
}
.mainVisual li .mvPic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.textile {
  position: absolute;
  bottom: 0;
  left: 0;
  height: calc(100% - 85px);
  width: 60%;
  overflow: hidden;
  z-index: 3;
  border: #fff solid 20px;
  border-radius: 60px;
}
.textile .textileList {
  position: absolute;
  top: 50%;
  right: 0%;
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  transform: translate(0%, -50%);
}
.textile .textileList > div {
  width: 100%;
  height: 0;
}

.textile01 .textileList > div {
  padding-top: 17vh;
}
.textile01 .textileList .row01 { background: url("../images/textile01_01.png") repeat-x center center; background-size: auto 100%;}
.textile01 .textileList .row02 { background: url("../images/textile01_02.png") repeat-x center center; background-size: auto 100%;}
.textile01 .textileList .row03 { background: url("../images/textile01_03.png") repeat-x center center; background-size: auto 100%;}
.textile01 .textileList .row04 { background: url("../images/textile01_04.png") repeat-x center center; background-size: auto 100%;}

.textile02 .textileList > div {
  padding-top: 22vh;
  margin-top: -3.7vh;
  background: url("../images/textile02.png") repeat-x;
  background-size: auto 100%;
}
.textile02 .textileList > div:nth-child(1) { background-position: 0vh center;}
.textile02 .textileList > div:nth-child(2) { background-position: 4vh center;}
.textile02 .textileList > div:nth-child(3) { background-position: 8vh center;}
.textile02 .textileList > div:nth-child(4) { background-position: 12vh center;}
.textile02 .textileList > div:nth-child(5) { background-position: 16vh center;}
.textile02 .textileList > div:nth-child(6) { background-position: 20vh center;}
.textile02 .textileList > div:nth-child(7) { background-position: 24vh center;}
.textile02 .textileList > div:nth-child(8) { background-position: 28vh center;}
.textile02 .textileList > div:nth-child(9) { background-position: 32vh center;}

.textile03 .textileList > div {
  padding-top: 15vh;
  margin-top: -7.3vh;
}
.textile03 .textileList > div:nth-child(odd) {
  background: url("../images/textile03_01.png") repeat-x center center;
  background-size: auto 100%;
}
.textile03 .textileList > div:nth-child(even) {
  background: url("../images/textile03_02.png") repeat-x center center;
  background-size: auto 100%;
}


.textile04 .textileList > div:nth-child(odd) {
  padding-top: 8vh;
  background: url("../images/textile04_01.png") repeat-x center center;
  background-size: auto 100%;
}
.textile04 .textileList > div:nth-child(even) {
  padding-top: 24.8vh;
  background: url("../images/textile04_02.png") repeat-x center center;
  background-size: auto 100%;
}


.textile05 .textileList > div {
  padding-top: 12vh;
  margin-top: -3vh;
  background: url("../images/textile05.png") repeat-x center center;
  background-size: auto 100%;
}

.textile06 .textileList > div {
  padding-top: 5vh;
  margin-top: -0.9vh;
  background: url("../images/textile06.png") repeat-x center center;
  background-size: auto 100%;
}

.textile07 .textileList > div {
  padding-top: 10vh;
}
.textile07 .textileList > div:nth-child(1) { background: url("../images/textile07_01.png") repeat-x right center; background-size: auto 100.2%; padding-top: 11.02vh;}
.textile07 .textileList > div:nth-child(2) { background: url("../images/textile07_02.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(3) { background: url("../images/textile07_03.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(4) { background: url("../images/textile07_04.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(5) { background: url("../images/textile07_05.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(6) { background: url("../images/textile07_06.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(7) { background: url("../images/textile07_07.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(8) { background: url("../images/textile07_08.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(9) { background: url("../images/textile07_09.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(10) { background: url("../images/textile07_02.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(11) { background: url("../images/textile07_03.png") repeat-x right center; background-size: auto 100.2%;}
.textile07 .textileList > div:nth-child(12) { background: url("../images/textile07_04.png") repeat-x right center; background-size: auto 100.2%;}


.textile08 .textileList > div {
  padding-top: 17vh;
  margin-top: -4vh;
}
.textile08 .textileList .row01 { background: url("../images/textile08_01.png") repeat-x center center; background-size: auto 100%;}
.textile08 .textileList .row02 { background: url("../images/textile08_02.png") repeat-x center center; background-size: auto 100%;}


.catchArea {
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 85px);
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--main-color);;
  z-index: 3;
  background-color: #fff;
}

.catchArea .mainCatch {
  font-weight: 500;
  font-size: 2.8vw;
  text-align: center;
  letter-spacing: 0.36em;
  margin-bottom: 3vw;
  line-height: 1.6;
  padding-left: 0.3em;
}

.catchArea .mainCatch span:not(.catchSub) {
  font-size: 0.68em;
}
/*
.catchArea .catchJp {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 28px;
  letter-spacing: 0.2em;
}
.catchArea .catchEn {
  width: 70%;
  line-height: 0;
}
*/

.catchArea .catchSub {
  font-size: 1.24vw;
  width: 100%;
  display: block;
  letter-spacing: 0.08em;
  margin-top: 0.7em;
  text-indent: 0.3em;
  text-align: center;
}
.catchArea .material {
  font-size: 1.9vw;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  position: relative;
  text-align: center;

  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 0.7vw;
  margin-bottom: 4vw;
}
.catchArea .material > a {
  display: inline-block;
  background-color: #fbca5a;
  width: 16vw;
  letter-spacing: 0.1em;
  padding-bottom: 0.1em;
  text-decoration: none;
  color: var(--main-color);
}
/*
.catchArea .material::after {
  content: "";
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
*/


.more {
  width: 25vw;
  display: flex;
  justify-content: flex-end;
}
.more a {
  display: flex;
  align-items: center;
  color: var(--main-color);
  text-decoration: none;
  font-size: 1.3vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.14em;
  gap: 0.6vw;
}
.more a::after {
  content: "";
  display: block;
  width: 6vw;
  height: 1vw;
  background: url("../images/ico_more_arrow_blue.svg") no-repeat center center;
  background-size: contain;
}



.slideNav {
  display: flex;
  align-items: flex-end;
/*  height: 80px;*/
  padding: 0 5px;
  position: absolute;
  bottom: 5px;
  width: 100%;
  z-index: 10;
}
.slideNav a {
  display: block;
  border: #fff solid 5px;
  width: calc(84% / 7);
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  background-color: #fff;
  color: #004ea2;
  text-decoration: none;
  transition: all 0.4s ease-out;
}
.slideNav a:hover {
  opacity: 1;
}
.slideNav a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.50);
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
}

.slideNav a.current {
  width: 16%;
  border-radius: 20px;
}
.slideNav a.current::after {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.slideNav a p {
  text-align: center;
  height: 0;
  overflow: hidden;
}
.slideNav a.current p {
  height: 20px;
  margin-bottom: 8px;
  font-size: min(3vw, 12px);
  transition: all 0.3s ease-out;
}

.slideNav a .thumb {
  height: 80px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease-out;
}
.slideNav a.current .thumb {
  height: 120px;
}
.slideNav a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (hover: hover) {
  .slideNav a:hover::after {
    opacity: 0;
  }
}

@media screen and (max-width: 820px) {


  .mainVisual li {
    height: 100vh;
    height: 100svh;
    line-height: 1.8;
  }
/*
  .mainVisual li .mvPic::before {
    height: calc(100% - 60px);
  }
*/
  .mainVisual li .mvPic {
/*    height: calc((100% - 60px) * 0.6 + 60px);*/
    bottom: calc((100% - 60px)* 0.4);
    left: 0;
    height: calc((100% - 60px)* 0.6);
    width: 100%;
  }
  .mainVisual li .mvPic::after {
    border: #fff solid 12px;
  }

  .textile {
    border-radius: 40px;
    bottom: calc((100% - 60px)* 0.4);
    left: 0;
    height: calc((100% - 60px)* 0.6);
    width: 100%;
    border: #fff solid 12px;
  }

  .textile01 ul {
    aspect-ratio: 6 / 8;
  }
  .textile01 ul li {
    width: calc(100% / 6);
  }
  .textile01 .textileList > div {
    padding-top: 10.5vh;
  }

  .textile02 .textileList > div {
    padding-top: 15vh;
    margin-top: -2.3vh;
  }

  .textile03 .textileList > div {
    padding-top: 12vh;
    margin-top: -5.7vh;
  }

  .textile04 .textileList > div:nth-child(even) {
    padding-top: 18.8vh;
  }
  .textile04 .textileList > div:nth-child(odd) {
    padding-top: 6.08vh;
  }
  .textile04 {
    background-size: 169%;
  }

  .textile05 .textileList > div {
    padding-top: 7vh;
    margin-top: -1.7vh;
  }

  .textile06 > div {
    background-size: 146px auto;
  }
  .textile06 .textileList > div {
    padding-top: 3.2vh;
    margin-top: -0.6vh;
  }

  .textile07 .textileList > div {
    padding-top: 5.9vh;
  }

  .textile08 ul {
    width: calc(183%);
  }
  .textile08 .textileList > div {
    padding-top: 13.2vh;
    margin-top: -3.3vh;
  }

  .mainCatch {
    top: 30%;
    left: 6%;
    width: 64%;
  }
  .catchArea {
    width: 100%;
    height: calc((100% - 60px)* 0.4);
    padding-bottom: 40px;
  }
  .catchArea .mainCatch {
    font-size: 6.2vw;
    line-height: 1.5;
    width: 100%;
    margin-bottom: 4vw;
  }
  .catchArea .catchSub {
    font-size: 3.2vw;
    width: 18em;
    margin: 0.5em auto 0;
  }

  .catchArea .material {
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .catchArea .material > a {
    width: 36vw;
  }


  .more {
    width: 54vw;
  }
  .more a {
    font-size: 3vw;
  }
  .more a::after {
    width: 10vw;
    height: 1.2vw;
  }

  .slideNav {
    display: none;
  }



  .mainVisual .slick-dots {
    bottom: 0;
    width: 100%;
    /* background-color: rgba(128,128,128,0.90); */
    padding: min(2vw, 10px);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mainVisual .slick-dotted.slick-slider {
    line-height: 0;
  }
  .mainVisual .slick-dots li {
    position: relative;
    width: 10px;
    height: 10px;
    display: block;
  }
  .mainVisual .slick-dots li button {
    background: #b3b3b3;
    padding: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
  }
  .mainVisual .slick-dots li.slick-active button {
    background: #004ea2;
  }
  .slick-dots li button:before {
    display: none;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	Animation

//////////////////////////////////////////////////////////////////////////////// */

.mainVisual li .mvPic::before {
  background-color: rgba(0,0,0,0.0);
  transition: all 1s ease-out 1s;
}
.mainVisual .slick-current li.animated .mvPic::before {
  background-color: rgba(0,0,0,0.40);
}
.mainVisual li .mvPic img {
  opacity: 0;
  transform: scale(1.1);
  transition: all 1.5s cubic-bezier(0, 0.55, 0.45, 1) 1s;
}
.mainVisual .slick-current li.animated .mvPic img {
  opacity: 1;
  transform: scale(1);
}

/*
.textile {
  opacity: 0;
  transition: all 0.6s linear 4s;
}
.slick-current .animated .textile {
  opacity: 0.8;
}

.textile.textile01 {
  opacity: 1;
  transition: none;
}
.textile01 ul li {
  opacity: 0;
  transition: all 0.6s linear;
}
.slick-current .animated .textile01 ul li {
  opacity: 1;
}
*/

.textile .textileList > div {
  opacity: 0;
}
.slick-current .textile .textileList > div {
  animation: textile 4s ease-out 0s forwards;
}

@keyframes textile {
  0% { opacity: 0;}
  30% { opacity: 1;}
  70% { opacity: 1;}
  100% { opacity: 1;}
}


/*
.textile03 > div {
  filter: blur(10px);
  transition: all 2.4s cubic-bezier(0, 0.55, 0.45, 1) 4s;
}
.textile03 > div:nth-child(1) {
  transform: translateY(-50%) scaleY(2);
}
.textile03 > div:nth-child(2) {
  transform: translateY(-50%) scaleY(0.5);
}
.slick-current .textile03 > div {
  filter: blur(0px);
  transform: translateY(-50%) scaleY(1);
  opacity: 0.6;
}
*/

/*
.catchArea .material {
  overflow: hidden;
}
.catchArea .material > span {
  opacity: 0;
  transform: translateY(120%);
  transition: all 1s cubic-bezier(0.83, 0, 0.17, 1) 2.5s;
  display: block;
}
.slick-current .animated .catchArea .material > span {
  opacity: 1;
  transform: translateY(0%);
}
*/


@media screen and (min-width: 821px) {



}
@media screen and (max-width: 820px) {



}


/* ////////////////////////////////////////////////////////////////////////////////

	Info

//////////////////////////////////////////////////////////////////////////////// */

.info {
  width: calc(100% - 40px);
  height: 80px;
  background: var(--bg-sub-color);
  display: flex;
  color: var(--main-color);
  letter-spacing: 0.1em;
  margin: 10px 20px;
  border-radius: 8px;
}
.info dt,
.info dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info dt {
  width: 240px;
  border-right: #d5e7f2 solid 1px;
  font-size: min(3.4vw, 16px);
  font-weight: 500;
}
.info dd {
  width: calc(100% - 240px);
  font-size: min(3.4vw, 16px);
  text-align: left;
  justify-content: flex-start;
  padding: 0 min(6vw, 40px);
}
.info dd a {
  color: var(--main-color);
  text-decoration: none;
}



@media screen and (max-width: 820px) {

  .info {
    flex-direction: column;
    height: auto;
    padding: min(3vw, 15px) 0;
    gap: min(2vw, 10px);
    margin-top: min(6vw, 30px);
  }
  .info dt,
  .info dd {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .info dt {
    width: 100%;
    border-right: none;
    border-bottom: #d5e7f2 solid 1px;
    padding-bottom: min(2vw, 10px);
  }
  .info dd {
    width: 100%;
  }
}



/* ////////////////////////////////////////////////////////////////////////////////

	About

//////////////////////////////////////////////////////////////////////////////// */
#about {
  padding: min(10vw, 80px) min(6vw, 60px);
  text-align: center;
  overflow: hidden;
  position: relative;
}
#about::before {
  content: "Co - creat for the future";
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  color: #f0f5f9;
  font-size: 10vw;
  font-weight: 900;
  z-index: -1;
  animation: aboutBgAnim 40s linear 0s infinite;
}
#about::after {
  content: "Co - creat for the future";
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  color: #f0f5f9;
  font-size: 10vw;
  font-weight: 900;
  z-index: -1;
  transform: translate(50%, -50%);
  animation: aboutBgAnim02 40s linear 20s infinite;
}

#about h2 {
  color: var(--main-color);
  font-size: min(8.2vw, 58px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(8vw, 60px);
  letter-spacing: 0.1em;
}
#about h2 span {
  display: block;
  color: var(--sub-color);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 0.34em;
  letter-spacing: 0.1em;
}

#about .aboutTxt {
  color: var(--main-color);
  font-size: min(3.6vw, 18px);
  line-height: 2.8;
  margin-bottom: min(8vw, 60px);
}
#about .aboutBtn a {
  display: block;
  background: var(--main-color);
  background-size: 10px;
  color: #fff;
  text-decoration: none;
  width: 240px;
  border-radius: 100px;
  margin: 0 auto;
  text-align: left;
  padding: min(2vw, 10px) min(5vw, 25px);
  position: relative;
}
#about .aboutBtn a::after {
  content: "";
  display: block;
  width: min(4vw, 18px);
  aspect-ratio: 1/1;
  background: var(--main-color) url("../images/ico_arrow.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
}

@keyframes aboutBgAnim {
  0% {transform: translate(50%, -50%);}
  100% {transform: translate(-175%, -50%);}
}
@keyframes aboutBgAnim02 {
  0% {transform: translate(50%, -50%);}
  100% {transform: translate(-175%, -50%);}
}

@media screen and (max-width: 820px) {

  #about .aboutTxt {
    line-height: 2.2;
    text-align: left;
  }

  #about::before {
    font-size: 16vw;
    transform: translate(50%, -50%);
    animation: aboutBgAnim 20s linear 0s infinite;
  }

  #about::after {
    font-size: 16vw;
    transform: translate(50%, -50%);
    animation: aboutBgAnim02 20s linear 10s infinite;
  }

}

/* ////////////////////////////////////////////////////////////////////////////////

	Company

//////////////////////////////////////////////////////////////////////////////// */
#company {
  padding: min(10vw, 80px) 0;
}
#company h2 {
  color: var(--main-color);
  font-size: min(8.2vw, 58px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(6vw, 30px);
  letter-spacing: 0.1em;
  text-align: right;
  padding: 0 min(6vw, 60px);
}
#company h2 span {
  display: block;
  color: var(--sub-color);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 0.34em;
  letter-spacing: 0.1em;
  text-align: right;
}

#company .companyList {
  display: flex;
  flex-wrap: wrap;
}
#company .companyList li {
  width: 25%;
  aspect-ratio: 1/1;
}
#company .companyList li.panelTextile {
  position: relative;
}
#company .companyList li.panelTextile img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#company .companyList li.panelTextile img:nth-child(1) {
  z-index: 3;
  animation: panelAnim01 18s linear 1s infinite;
}
#company .companyList li.panelTextile img:nth-child(2) {
  z-index: 2;
  animation: panelAnim02 18s linear 1s infinite;
}
#company .companyList li.panelTextile img:nth-child(3) {
  z-index: 1;
}
@keyframes panelAnim01 {
  0% {opacity: 1;}
  23% {opacity: 1;}
  33% {opacity: 0;}
  66% {opacity: 0;}
  90% {opacity: 0;}
  100% {opacity: 1;}
}
@keyframes panelAnim02 {
  0% {opacity: 1;}
  33% {opacity: 1;}
  56% {opacity: 1;}
  66% {opacity: 0;}
  100% {opacity: 0;}
}

/* #company .companyList li.panel01 {
  background: url("../images/textile_thumb01.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel02 {
  background: url("../images/textile_thumb02.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel03 {
  background: url("../images/textile_thumb03.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel04 {
  background: url("../images/textile_thumb04.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel05 {
  background: url("../images/textile_thumb05.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel06 {
  background: url("../images/textile_thumb06.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel07 {
  background: url("../images/textile_thumb07.jpg") no-repeat center center;
  background-size: cover;
}
#company .companyList li.panel08 {
  background: url("../images/textile_thumb08.jpg") no-repeat center center;
  background-size: cover;
} */

#company .companyList li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: var(--main-color);
  color: #fff;
  text-decoration: none;
  padding: 2vw;
  font-size: 1.2vw;
  position: relative;
}
#company .companyList li a[target="_blank"] {
  background-color: var(--bg-sub-color);
  color: var(--main-color);
}
#company .companyList li a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 2vw;
  right: 2vw;
  width: 25%;
  height: 10%;
  background: url("../images/ico_more_arrow.svg") no-repeat center bottom;
  background-size: contain;
}
#company .companyList li a[target="_blank"]::after {
  background: url("../images/ico_more_arrow_blue.svg") no-repeat center bottom;
  background-size: contain;
}


@media screen and (max-width: 820px) {


  #company .companyList li {
    width: calc(100% / 3);
  }

  #company .companyList li a {
    padding: 2.5vw;
    font-size: 3vw;
  }
  #company .companyList li a::after {
    bottom: 3vw;
    right: 2.5vw;
  }

}

/* ////////////////////////////////////////////////////////////////////////////////

	News

//////////////////////////////////////////////////////////////////////////////// */
#news {
  padding: min(10vw, 80px) 0;
}
#news h2 {
  color: var(--main-color);
  font-size: min(8.2vw, 58px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(7vw, 50px);
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0 min(6vw, 60px);
}
#news h2 span {
  display: block;
  color: var(--sub-color);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 0.34em;
  letter-spacing: 0.1em;
  text-align: left;
}


.newsList {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 30px);
  margin-bottom: min(8vw, 60px);
}
.newsList li {
  border-bottom: #eaf1f6 solid 1px;
  padding-bottom: min(4vw, 30px);
}
.newsList li .newsListHead {
  display: flex;
  align-items: center;
  gap: min(4vw, 20px);
  color: var(--main-color);
  margin-bottom: min(2vw, 10px);
}
.newsList li .newsListHead .date {
  font-size: min(3.4vw, 16px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
}
.newsList li .newsListHead .newsTag {
  display: flex;
  align-content: center;
  gap: min(2vw, 10px);
}
.newsList li .newsListHead .newsTag a,
.newsList li .newsListHead .newsTag span {
  display: block;
  color: var(--main-color);
  text-decoration: none;
  border: var(--main-color) solid 1.5px;
  border-radius: 100px;
  font-size: min(3vw, 12px);
  padding: 0 min(3vw, 15px);
  line-height: 1.6;
}

.newsList li .newsTitle a {
  color: var(--main-color);
  text-decoration: none;
  font-size: min(3.4vw, 16px);
}

.moreBtn {
  display: flex;
  justify-content: flex-end;
}
.moreBtn a {
  display: flex;
  align-items: center;
  color: var(--main-color);
  text-decoration: none;
  font-size: min(3.2vw, 14px);
  font-weight: 700;
  letter-spacing: 0.14em;
  gap: 0.6vw;
}
.moreBtn a::after {
  content: "";
  display: block;
  width: min(10vw, 80px);
  aspect-ratio: 10 / 1.5;
  background: url(../images/ico_more_arrow_blue.svg) no-repeat center center;
  background-size: contain;
}



/* ////////////////////////////////////////////////////////////////////////////////

	下層ページ

//////////////////////////////////////////////////////////////////////////////// */
#colorbox {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer;
}
*:focus {
  outline: none;
}

.pageHead {
  margin-top: 85px;
}
.pageHead .topicPath {
  padding: 15px 40px;
  color: var(--main-color);
  font-size: min(2.8vw, 13px);
}
.pageHead .topicPath a {
  text-decoration: none;
  color: var(--main-color);
}
.pageHead .topicPath a:first-child {
  font-size: 1.1em;
}
.pageHead .topicPath .arrow {
  padding: 0 0.5em;
}
.pageHead .materialList {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: 5vw;
  gap: 1.4vw;
}
.pageHead .materialList > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageWrap {
  color: var(--main-color);
  max-width: 1268px;
  padding: min(8vw, 80px) min(6vw, 64px) min(6vw, 64px);
  margin: auto;

  opacity: 0;
  animation: fadeIn .6s ease-out .8s forwards;
}
.pageWrap h2 {
  color: var(--main-color);
  font-size: min(7.2vw, 48px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: min(8vw, 60px);
  letter-spacing: 0.1em;
  text-align: center;
}
.pageWrap h2 span {
  display: block;
  color: var(--sub-color);
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  font-size: 0.34em;
  letter-spacing: 0.1em;
}
.pageWrap h3 {
  color: var(--main-color);
  font-size: min(5.2vw, 24px);
  margin-bottom: min(6vw, 48px);
  letter-spacing: 0.08em;
}
.pageWrap .leadTxt {
  text-align: center;
  font-size: min(3.6vw, 18px);
  line-height: 2.6;
  margin-bottom: min(10vw, 100px);
}

.pageWrap section + section {
  margin-top: min(10vw, 80px);
}

.listDisc,
.listHyphen,
.listAsterisk {
	list-style: none;
	font-size: min(3.4vw, 14px);
}
.listDisc > li,
.listAsterisk > li {
  /* text-indent: -1.2em; */
	font-weight: normal;
	line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
.listHyphen > li {
	font-weight: normal;
	line-height: 1.6;
  padding-left: 2em;
  position: relative;
}
.listHyphen > li + li,
.listDisc > li + li,
.listAsterisk > li + li {
	margin-top: 0.6em;
}
.listHyphen > li:before,
.listDisc > li:before,
.listAsterisk > li:before {
	margin-right: 0.2em;
}
.listHyphen > li:before {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  top: 0.7em;
  left: 0;
  display: block;
  background-color: var(--sub-color);
}
.listDisc > li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.listAsterisk > li:before {
	content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.listNumber {
	list-style: none;
	padding-left: 1.4em;
  counter-reset: count 0;
  font-size: min(3.4vw, 14px);
}
.listNumber > li {
	text-indent: -1.4em;
	font-weight: normal;
  line-height: 1.6;
}
.listNumber > li + li {
	margin-top: 0.8em;
}
.listNumber li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  margin-right: 0.2em;
}

.pageWrap .blankBtn {
  display: flex;
  align-items: center;
  width: fit-content;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  text-align: center;
  padding: min(1vw, 5px) min(3vw, 15px) min(1.1vw, 6px);
  font-size: min(3vw, 14px);
}
.pageWrap .blankBtn::after {
  display: block;
  content: "";
  height: 1em;
  width: 1em;
  background-image: url(../images/link_blank.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 0.8em;
}

a.backBtn {
  display: block;
  background-color: #fff;
  color: var(--main-color);
  text-decoration: none;
  width: 200px;
  border: var(--main-color) solid 1px;
  border-radius: 100px;
  margin: min(20vw, 160px) auto 0;
  text-align: center;
  padding: min(2vw, 10px) min(5vw, 25px);
  position: relative;
}

@keyframes fadeIn {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

@media screen and (max-width: 820px) {

  .listHyphen > li:before {
    height: 2px;
    top: 0.8em;
  }

  .pageHead {
    margin-top: 70px;
  }
  .pageHead .topicPath {
    padding: min(3vw, 15px) min(6vw, 40px);
  }

  .pageHead .materialList {
    grid-template-rows: 6vw;
  }

  .pageWrap .leadTxt {
    line-height: 2.2;
    text-align: left;
  }
  .pageWrap .leadTxt span {
    text-align: center;
  }

}


/* -------- ABOUT PAGE -------- */

.pageWrap .leadTxt .catch {
  display: flex;
  flex-direction: column;
  gap: min(4vw, 32px);
  width: fit-content;
  margin: min(4vw, 40px) auto 0;
}
.pageWrap .leadTxt .catch > span {
  display: inline-block;
  background-color: #fbca5a;
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  padding: 1em 2.5em;
  letter-spacing: 0.12em;
  line-height: 1.6;
}
#aboutPage .featuresList > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: min(6vw, 40px) 0;
  border-bottom: var(--border-color) solid 1px;
}
#aboutPage .featuresList > div:first-child {
  padding-top: 0;
}
#aboutPage .featuresList > div:nth-child(even) {
  flex-direction: row-reverse;
}
#aboutPage .featuresList > div .img {
  width: 40%;
  border-radius: min(4vw, 20px);
  overflow: hidden;
}
#aboutPage .featuresList > div .text {
  width: 53%;
}
#aboutPage .featuresList > div .text .title {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: min(6.8vw, 32px);
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: min(4vw, 24px);
}
#aboutPage .featuresList > div .text .title span:last-child {
  display: inline-block;
  font-size: 0.6em;
  /* padding-bottom: 0.3em; */
}
#aboutPage .featuresList > div .text .title + p {
  font-size: min(3.4vw, 16px);
  line-height: 2;
}

#aboutPage .processList {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(4vw, 40px);
  padding-bottom: 64px;
  border-bottom: var(--border-color) solid 1px;
}
#aboutPage .processList::before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: min(1vw, 4px);
  background-color: var(--main-color);
}
#aboutPage .processList > div {
  position: relative;
  display: flex;
  flex-direction: column;
}
#aboutPage .processList > div::before {
  display: block;
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  transform: translate(-10%, -50%);
  width: min(3.4vw, 16px);
  height: min(3.4vw, 16px);
  border-radius: 50%;
  background-color: var(--main-color);
}
#aboutPage .processList > div .text {
  flex-grow: 1;
}
#aboutPage .processList > div p:nth-child(1) {
  font-size: min(3.4vw, 16px);
  font-weight: bold;
  margin-bottom: 48px;
}
#aboutPage .processList > div p:nth-child(2) {
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  min-height: 3.8em;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}
#aboutPage .processList > div p:nth-child(3) {
  font-size: min(2.6vw, 14px);
  margin-top: 1em;
}
#aboutPage .processList > div .img {
  border: var(--main-color) solid 2px;
  border-radius: min(4vw, 20px);
  overflow: hidden;
  margin-top: min(6vw, 30px);
}

@media screen and (max-width: 820px) {
  #aboutPage.pageWrap .leadTxt {
    margin-bottom: min(16vw, 100px);
  }
  #aboutPage .featuresList > div,
  #aboutPage .featuresList > div:nth-child(even) {
    flex-direction: column;
  }
  #aboutPage .featuresList > div .img {
    width: 100%;
    margin-bottom: min(4vw, 32px);
  }
  #aboutPage .featuresList > div .text {
    width: 100%;
  }

  #aboutPage .processList {
    grid-template-columns: 1fr;
    gap: min(8vw, 40px);
  }
  #aboutPage .processList::before {
    display: block;
    content: "";
    position: absolute;
    top: min(3vw, 16px);
    left: 0;
    transform: translateX(-50%);
    width: min(1vw, 3px);
    height: calc(100% - min(6vw, 32px));
  }
  #aboutPage .processList > div {
    padding-left: 6vw;
  }
  #aboutPage .processList > div::before {
    top: min(3vw, 16px);
    width: min(3.4vw, 12px);
    height: min(3.4vw, 12px);
    transform: translate(-50%, -50%);
  }
  #aboutPage .processList > div p:nth-child(1) {
    font-size: min(3.8vw, 16px);
    margin-bottom: min(4vw, 24px);
    transform: translateY(-0.2em);
  }
  #aboutPage .processList > div p:nth-child(2) {
    font-size: min(4.2vw, 20px);
    min-height: auto;
  }
  #aboutPage .processList > div p:nth-child(3) {
    font-size: min(3.4vw, 16px);
  }
  #aboutPage .processList > div .img {
    margin: min(4vw, 20px) auto 0;
    width: 75%;
  }
}


/* -------- COMPANY PAGE -------- */

#companyPage .linkPosition {
  padding-top: min(20vw, 100px);
  margin-top: max(-20vw, -100px);
}

#companyPage dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: min(3.4vw, 16px);
}
#companyPage dl dt {
  display: flex;
  align-items: center;
  width: min(16vw, 180px);
}
#companyPage dl dd {
  width: calc(100% - min(20vw, 220px));
}
#companyPage dl dt,
#companyPage dl dd {
  padding: min(3vw, 16px) 0;
  border-bottom: var(--border-color) solid 1px;
}
#companyPage dl dd p + .listHyphen {
  margin-top: 0.8em;
}
#companyPage dl dd.link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(1vw, 16px) min(2vw, 24px);
}
#companyPage dl dd.link .blankBtn {
  color: #fff;
}
#companyPage dl dd a {
  color: var(--main-color);
}

#companyPage .accessWrap {
  display: flex;
  justify-content: space-between;
  padding: min(6vw, 40px) 0;
  border-bottom: var(--border-color) solid 1px;
}
#companyPage h3 + .accessWrap {
  padding-top: 0;
}
#companyPage .accessWrap .address {
  width: 35%;
  font-size: min(3.4vw, 16px);
}
#companyPage .accessWrap .address p:first-child {
  font-size: min(3.8vw, 18px);
  font-weight: 700;
  margin-bottom: 1em;
}
#companyPage .accessWrap .address .accessList {
  display: flex;
  flex-direction: column;
  gap: min(3vw, 15px);
}
#companyPage .accessWrap .address .accessList li {
  padding-left: 1.8em;
  position: relative;
}
#companyPage .accessWrap .address .accessList li::before {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background-color: var(--sub-color);
  position: absolute;
  top: 0.85em;
  left: 0;
}
#companyPage .accessWrap .googleMap {
  width: 60%;
}
#companyPage .accessWrap .googleMap > div {
  position: relative;
  width:100%;
  height:0;
  padding-top: calc(100% * 400/680);
}
#companyPage .accessWrap .googleMap > div iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


#companyPage .valueGrid {
  display: grid;
  gap: min(2vw, 6px);
  grid-template-columns: repeat(12, 1fr);
  font-size: min(1.6vw, 15px);
  font-weight: 500;
}
#companyPage .valueGrid > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background-color: #fff;
  grid-column: span 3;
  padding: min(5.5vw, 64px) 0 min(4vw, 24px);
  min-height: min(24vw, 160px);
  border-radius: min(2vw, 8px);
}
#companyPage .valueGrid > div:nth-child(1) { background-color: var(--value-color01);}
#companyPage .valueGrid > div:nth-child(2) { background-color: var(--value-color02);}
#companyPage .valueGrid > div:nth-child(3) { background-color: var(--value-color03);
  background-image: url(../images/company_value_img03.png);
  background-repeat: no-repeat;
  background-size: 83%;
  background-position: center 80%;
  padding: min(6vw, 64px) min(2vw, 20px) min(1.8vw, 32px);
}
#companyPage .valueGrid > div:nth-child(4) { background-color: var(--value-color01);}
#companyPage .valueGrid > div:nth-child(5) { background-color: var(--value-color04);
  padding: min(6vw, 64px) 0 min(2vw, 32px);
}
#companyPage .valueGrid > div:nth-child(6) { background-color: var(--value-color04);}
#companyPage .valueGrid > div:nth-child(7) { background-color: var(--value-color02);}
#companyPage .valueGrid > div:nth-child(8) { background-color: var(--value-color01);}
#companyPage .valueGrid > div:nth-child(9) { background-color: var(--value-color03);}
#companyPage .valueGrid > div:nth-child(10) { background-color: var(--value-color01);}
#companyPage .valueGrid > div:nth-child(11) { background-color: var(--value-color02);}
#companyPage .valueGrid > div:nth-child(12) { background-color: var(--value-color04);}
#companyPage .valueGrid > div:nth-child(13) { background-color: var(--value-color02);}
#companyPage .valueGrid > div:nth-child(14) { background-color: var(--value-color01);}
#companyPage .valueGrid > div:nth-child(15) { background-color: var(--value-color03);}

#companyPage .valueGrid > div .valueImg {
  margin-bottom: min(0.5vw, 2px);
}
#companyPage .valueGrid > div:nth-child(1) .valueImg { width: 52%;}
#companyPage .valueGrid > div:nth-child(2) .valueImg { width: 30.67%;}
#companyPage .valueGrid > div:nth-child(4) .valueImg { width: 68.4%;}
#companyPage .valueGrid > div:nth-child(5) .valueImg { width: 46.4%;}
#companyPage .valueGrid > div:nth-child(6) .valueImg { width: 61.4%;}
#companyPage .valueGrid > div:nth-child(9) .valueImg { width: 65.36%;}
#companyPage .valueGrid > div:nth-child(12) .valueImg { width: 46.43%;}
#companyPage .valueGrid > div:nth-child(13) .valueImg { width: 50.7%;}
#companyPage .valueGrid > div:nth-child(14) .valueImg { width: 28.2%;}
#companyPage .valueGrid > div:nth-child(15) .valueImg { width: 32.5%;}
#companyPage .valueGrid > div.columns {
  grid-column: span 4;
}
#companyPage .valueGrid > div.column3 {
  grid-column: span 8;
  padding: min(3vw, 24px) 0;
}
#companyPage .valueGrid > div.column2 {
  align-items: flex-end;
  grid-column: span 6;
  padding: min(6.5vw, 72px) 0 min(2vw, 32px);
}

#companyPage .valueGrid .title {
  position: absolute;
  top: min(1.6vw, 16px);
  left: min(2vw, 20px);
  font-size: min(1.8vw, 18px);
  line-height: 1.4;
  font-weight: bold;
  padding-right: min(2vw, 20px);
}
#companyPage .valueGrid .title span {
  font-size: min(1.4vw, 14px);
  font-weight: 500;
}
#companyPage .valueGrid > div:nth-child(4) .title,
#companyPage .valueGrid > div.column2 .title {
  left: calc(2vw - 0.5em);
  text-indent: 0.5em;
}

#companyPage .valueGrid .value {
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
#companyPage .valueGrid .value .b_1 { font-size: 3.2em;}
#companyPage .valueGrid .value .b_2 { font-size: 2.4em;}
/* #companyPage .valueGrid .value .b_3 { font-size: 2.1em;} */
#companyPage .valueGrid .value .b_4 { font-size: 1.8em;}
#companyPage .valueGrid .value .b_5 { font-size: 1.4em;}
#companyPage .valueGrid .value .s_1 { font-size: 1.2em;}
#companyPage .valueGrid .value .s_2 { font-size: 0.9em;}
#companyPage .valueGrid .value .s_3 { font-size: 0.8em;}
#companyPage .valueGrid .value span.note {
  font-size: min(1.2vw, 12px);
  font-weight: 500;
}
#companyPage .valueGrid .disc {
  font-size: min(1.2vw, 12px);
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-top: 1em;
}

/* #companyPage .valueGrid > div.column3 ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: min(3vw, 20px) min(4vw, 20px);
  margin-top: min(2vw, 16px);
  padding: 2.5vw 1.5vw;
}
#companyPage .valueGrid > div.column3 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: min(1vw, 4px);
  border-bottom: var(--main-color) solid 1px;
}
#companyPage .valueGrid > div.column3 ul li > p:first-child {
  font-size: 0.8em;
  line-height: 1.3;
} */

#companyPage .valueGrid .lineList li {
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-bottom: min(1vw, 6px);
}
#companyPage .valueGrid .lineList li:last-child {
  padding-bottom: 0;
}
#companyPage .valueGrid .lineList li .line {
  display: inline-block;
  border-bottom: var(--main-color) dotted 1px;
  width: min(3vw, 40px);
}
#companyPage .valueGrid .lineList li > p:first-child {
  font-size: 0.9em;
  line-height: 1.2;
  width: 4em;
}
#companyPage .valueGrid .lineList li > p:last-child {
  text-align: right;
  width: 4.8em;
}
#companyPage .valueGrid .lineList li.note {
  padding-bottom: min(1.5vw, 12px);
}
#companyPage .valueGrid .lineList li.note > p:first-child {
  position: relative;
}
#companyPage .valueGrid .lineList li.note > p:first-child span {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  font-size: min(2.3vw, 10px);
}
#companyPage .valueGrid div:not(.column2) .lineList {
  margin-top: min(1vw, 16px);
}
#companyPage .valueGrid .column2 .lineList {
  margin: auto;
  width: calc(100% - min(6vw, 40px));
}
#companyPage .valueGrid .column2 .lineList li {
  padding-bottom: 2px;
}
#companyPage .valueGrid .column2 .lineList li .graph_border {
  display: block;
  margin-right: min(1.2vw, 14px);
  height: min(3.4vw, 36px);
  flex-grow: 1;
  transition: all 0.6s cubic-bezier(0, 0.55, 0.45, 1) 0.4s;
}


#companyPage .valueGrid .column2 .lineList.line01 li:nth-child(1) .graph_border {
  background-color: #f1c45c;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#companyPage .valueGrid .column2 .lineList.line01 li:nth-child(2) .graph_border {
  background-color: #004ea2;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#companyPage .valueGrid .column2 .lineList.line01 li:nth-child(3) .graph_border {
  background-color: #d94e55;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

#companyPage .valueGrid .column2.on .lineList.line01 li:nth-child(1) .graph_border {
  clip-path: polygon(0 0, 84.16% 0, 84.16% 100%, 0% 100%);
}
#companyPage .valueGrid .column2.on .lineList.line01 li:nth-child(2) .graph_border {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
#companyPage .valueGrid .column2.on .lineList.line01 li:nth-child(3) .graph_border {
  clip-path: polygon(0 0, 70.83% 0, 70.83% 100%, 0% 100%);
}

#companyPage .valueGrid .column2 .lineList.line02 li:nth-child(1) .graph_border {
  background-color: #f1c45c;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#companyPage .valueGrid .column2 .lineList.line02 li:nth-child(2) .graph_border {
  background-color: #004ea2;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}
#companyPage .valueGrid .column2 .lineList.line02 li:nth-child(3) .graph_border {
  background-color: #d94e55;
  clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
}

#companyPage .valueGrid .column2.on .lineList.line02 li:nth-child(1) .graph_border {
  clip-path: polygon(0 0, 99.27% 0, 99.27% 100%, 0% 100%);
}
#companyPage .valueGrid .column2.on .lineList.line02 li:nth-child(2) .graph_border {
  clip-path: polygon(0 0, 46.67% 0, 46.67% 100%, 0% 100%);
}
#companyPage .valueGrid .column2.on .lineList.line02 li:nth-child(3) .graph_border {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}


#companyPage .valueGrid .lineList.line02 li > p:first-child {
  width: 5.2em;
  /* padding-right: 1em; */
}
#companyPage .valueGrid .lineList.line02 li > p:last-child {
  width: 7.8em;
}



.valueGrid .show {
  opacity: 0;
  transition: all 0.6s ease-out;
}
.valueGrid .show.on {
  opacity: 1;
}

.graph-wrap {
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;

  width: 68.4%;
  aspect-ratio: 1/1;
}
.graph-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.graph-wrap .circle {
  transform:rotate(-90deg);
  height: 100%;
  width: 100%;
  margin: auto;
  position: relative;
  z-index: 1;
}
.show .circle circle {
  fill: none;
  stroke-width: 20px;
  position: relative;
  transition: all 0.3s ease-out;
}
.show .circle circle:nth-child(1) {
  stroke: #95bee5;
  stroke-dasharray: 0,100;
  stroke-dashoffset: 0;
}
.show .circle circle:nth-child(2) {
  stroke: #b8d0e9;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -12;
}
.show .circle circle:nth-child(3) {
  stroke: #f1c45c;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -22;
}
.show .circle circle:nth-child(4) {
  stroke: #f9d792;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -41;
}
.show .circle circle:nth-child(5) {
  stroke: #fbe6c2;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -51;
}
.show .circle circle:nth-child(6) {
  stroke: #fdf3e1;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -63;
}
.show .circle circle:nth-child(7) {
  stroke: #6e9bcb;
  stroke-dasharray: 0,100;
  stroke-dashoffset: -72;
}

.show.on .circle circle {
  animation-duration: 0.65s;
  animation-timing-function: ease-in;
  animation-fill-mode: forwards;
}
.show.on .circle circle:nth-child(1) {
  animation-name: doughnut01;
  animation-delay: 0.5s;
}
.show.on .circle circle:nth-child(2) {
  animation-name: doughnut02;
  animation-delay: 0.8s;
}
.show.on .circle circle:nth-child(3) {
  animation-name: doughnut03;
  animation-delay: 1.1s;
}
.show.on .circle circle:nth-child(4) {
  animation-name: doughnut04;
  animation-delay: 1.4s;
}
.show.on .circle circle:nth-child(5) {
  animation-name: doughnut05;
  animation-delay: 1.7s;
}
.show.on .circle circle:nth-child(6) {
  animation-name: doughnut06;
  animation-delay: 2.0s;
}
.show.on .circle circle:nth-child(7) {
  animation-name: doughnut07;
  animation-delay: 2.3s;
}

@keyframes doughnut01 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 12,100;}
}
@keyframes doughnut02 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 10,90;}
}
@keyframes doughnut03 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 19,81;}
}
@keyframes doughnut04 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 10,90;}
}
@keyframes doughnut05 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 12,88;}
}
@keyframes doughnut06 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 9,91;}
}
@keyframes doughnut07 {
  0% { stroke-dasharray: 0,100;}
  50%, 100% { stroke-dasharray: 28,72;}
}



.graph-wrap .value {
  position: absolute;
  z-index: 2;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.show.on .graph-wrap .value {
  opacity: 1;
}
.graph-wrap .value .ttl {
  display: block;
  font-weight: 500;
}
.graph-wrap .circle01 {
  top: 19%;
  left: 62%;
  color: #fff;
  transition-delay: 0.5s;
}
.graph-wrap .circle01 .num { font-size: 3em;}
.graph-wrap .circle01 .unit { font-size: 1.3em;}

.graph-wrap .circle02 {
  top: 34%;
  left: 82%;
  transition-delay: 0.8s;
}
.graph-wrap .circle02 .num { font-size: 3em;}
.graph-wrap .circle02 .unit { font-size: 1.3em;}

.graph-wrap .circle03 {
  top: 61%;
  left: 79%;
  transition-delay: 1.1s;
}
.graph-wrap .circle03 .num { font-size: 3.6em;}
.graph-wrap .circle03 .unit { font-size: 1.9em;}

.graph-wrap .circle04 {
  top: 84%;
  left: 59%;
  transition-delay: 1.4s;
}
.graph-wrap .circle04 .num { font-size: 3em;}
.graph-wrap .circle04 .unit { font-size: 1.3em;}

.graph-wrap .circle05 {
  top: 78%;
  left: 37%;
  transition-delay: 1.7s;
}
.graph-wrap .circle05 .num { font-size: 3em;}
.graph-wrap .circle05 .unit { font-size: 1.3em;}

.graph-wrap .circle06 {
  top: 66%;
  left: 18%;
  transition-delay: 2s;
}
.graph-wrap .circle06 .num { font-size: 3em;}
.graph-wrap .circle06 .unit { font-size: 1.3em;}

.graph-wrap .circle07 {
  top: 30%;
  left: 28%;
  color: #fff;
  transition-delay: 2.3s;
}
.graph-wrap .circle07 .ttl { font-size: 1.4em;}
.graph-wrap .circle07 .num { font-size: 4.4em;}
.graph-wrap .circle07 .unit { font-size: 2.3em;}


@media screen and (max-width: 1268px) and (min-width: 821px) {

  #companyPage .valueGrid {
    font-size: 1.1vw;
  }
  #companyPage .valueGrid div:not(.column2) .lineList {
    font-size: min(1.6vw, 18px);
  }
}

@media screen and (max-width: 820px) {
  #companyPage .accessWrap {
    flex-direction: column;
  }
  #companyPage .accessWrap .address {
    width: 100%;
    margin-bottom: min(6vw, 40px);
  }
  #companyPage .accessWrap .googleMap {
    width: 100%;
  }


  #companyPage .valueGrid {
    grid-auto-flow: dense;
    grid-template-columns: repeat(6, 1fr);
    font-size: min(3.4vw, 16px);
  }
  #companyPage .valueGrid > div {
    padding: min(11vw, 56px) 0 min(4vw, 24px);
  }
  #companyPage .valueGrid > div:nth-child(1) { background-color: var(--value-color02);}
  #companyPage .valueGrid > div:nth-child(2) { background-color: var(--value-color01);}
  #companyPage .valueGrid > div:nth-child(3) {
    padding: min(9vw, 64px) min(2vw, 20px) min(3vw, 16px);
  }
  #companyPage .valueGrid > div:nth-child(5) {
    padding: min(14vw, 64px) 0 min(3vw, 20px);
  }
  #companyPage .valueGrid > div:nth-child(10) { background-color: var(--value-color02);}
  #companyPage .valueGrid > div:nth-child(11) { background-color: var(--value-color01);}
  #companyPage .valueGrid > div:nth-child(13) { background-color: var(--value-color03);}
  #companyPage .valueGrid > div:nth-child(15) { background-color: var(--value-color02);}
  #companyPage .valueGrid > div:nth-child(5) .valueImg {
    width: 68%;
  }
  #companyPage .valueGrid > div.columns {
    grid-column: span 3;
  }
  #companyPage .valueGrid > div.column3 {
    grid-column: span 6;
  }
  #companyPage .valueGrid .title {
    top: min(2.4vw, 16px);
    left: min(3vw, 20px);
    font-size: min(3.4vw, 14px);
  }
  #companyPage .valueGrid > div:nth-child(5) .title {
    font-size: min(2.9vw, 14px);
  }
  #companyPage .valueGrid .title span {
    font-size: min(2.6vw, 12px);
  }
  #companyPage .valueGrid > div.column2 {
    padding: min(12vw, 64px) 0 min(5vw, 20px);
  }
  #companyPage .valueGrid > div.column2 .title {
    left: calc(2vw - 0.5em);
  }
  #companyPage .valueGrid .value .b_1 {
    font-size: 2em;
  }
  #companyPage .valueGrid .value span.note {
    font-size: min(2.6vw, 12px);
  }
  #companyPage .valueGrid .disc {
    font-size: min(2.6vw, 12px);
  }
  #companyPage .valueGrid > div.column3 ul li > p:first-child {
    font-size: 0.9em;
  }
  #companyPage .valueGrid div:not(.column2) .lineList {
    margin-top: 0;
  }
  #companyPage .valueGrid .lineList li {
    padding-bottom: min(2vw, 8px);
  }
  #companyPage .valueGrid .lineList li:last-child {
    padding-bottom: 0;
  }
  #companyPage .valueGrid .lineList li .line {
    width: 7vw;
  }
  #companyPage .valueGrid .lineList li > p:first-child {
    width: 4.2em;
  }
  #companyPage .valueGrid .lineList li > p:last-child {
    width: 4.8em;
  }
  #companyPage .valueGrid .lineList li.note {
    padding-bottom: min(4vw, 16px);
  }
  #companyPage .valueGrid .column2 .lineList li .graph_border {
    margin-right: min(3vw, 14px);
    height: min(7.6vw, 36px);
  }


  .graph-wrap {
    width: 80%;
    font-size: 2.1vw;
  }
}


/* -------- PRIVACY POLICY PAGE -------- */

.policyList > dt {
  position: relative;
  font-size: min(4.2vw, 20px);
  font-weight: 500;
  margin-bottom: 1.4em;
  padding-left: 0.8em;
  line-height: 1.4;
}
.policyList > dt::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: min(2vw, 6px);
  background-color: var(--main-color);
}
.policyList > dd {
  margin-bottom: min(6vw, 40px);
  border-bottom: var(--border-color) solid 1px;
  padding-bottom: min(6vw, 40px);
}
.policyList > dd a {
  color: var(--main-color);
}
.policyList h4 {
  font-size: min(3.8vw, 18px);
  font-weight: 700;
  margin-bottom: 1em;
}
.policyList > dd > p:first-child {
  font-size: min(3.4vw, 16px);
}
.policyList p + h4,
.policyList ul + h4 {
  margin-top: min(4vw, 32px);
}
.policyList > dd .listHyphen,
.policyList > dd .listNumber {
  font-size: min(3.4vw, 16px);
}

.policyList .tableWrap {
  border: var(--main-color) solid 1px;
  border-radius: min(2vw, 10px);
  overflow: hidden;
  margin-top: min(4vw, 32px);
}
.policyList table {
  border-collapse:  separate;
  border-spacing: 0;
  min-width: 100%;
}
.policyList table th,
.policyList table td {
  font-size: min(3.4vw, 16px);
  font-weight: 500;
  padding: min(2vw, 12px) min(4vw, 20px);
}
.policyList table thead th {
  border-bottom: var(--main-color) solid 1px;
  background-color: var(--bg-sub-color);
}
.policyList table thead th:not(:last-child) {
  border-right: var(--main-color) solid 1px;
}
.policyList table tbody th {
  border-right: var(--main-color) solid 1px;
  border-top: var(--main-color) solid 1px;
}
.policyList table tbody tr:first-child th,
.policyList table tbody tr:first-child td {
  border-top: none;
}
.policyList table tbody td {
  border-top: var(--main-color) solid 1px;
}

.policyList .textBox {
  border: var(--main-color) solid 1px;
  padding: min(3vw, 24px);
  font-size: min(3.4vw, 16px);
  margin-top: min(4vw, 24px);
}
.pageWrap .policyList .blankBtn {
  padding: min(2vw, 10px) min(5vw, 25px);
  font-size: min(3.4vw, 14px);
  margin-bottom: min(2vw, 16px);
}


/* -------- NEWS PAGE -------- */

.pager {
	position: relative;
	display: flex;
	justify-content: center;
}
.pager .page-numbers {
	display: flex;
  align-items: center;
  justify-content: center;
  width: 2.4em;
  height: 2.4em;
	font-size: min(3vw, 12px);
  color: var(--main-color);
	line-height: 1;
  text-decoration: none;
  border: var(--main-color) solid 1px;
  border-radius: min(1vw, 8px);
  margin: 0 8px;
}
.pager .page-numbers.current {
  background-color: var(--main-color);
  color: #fff;
}
.page-numbers.dots {
  border: none;
  margin: 0;
}
/* .pager .page-numbers.prev,
.pager .page-numbers.next {
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	margin: 0;
  border: none;
  margin: 0;
}
.pager .page-numbers.prev {
	left: 0;
}
.pager .page-numbers.next {
	right: 0;
}
.pager .page-numbers.prev::before,
.pager .page-numbers.next::after {
	content: "";
	display: inline-block;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 56px;
	height: 1.5em;
}
.pager .page-numbers.prev::before {
	background-image: url(../images/arrow_prev.svg);
	margin-right: 16px;
}
.pager .page-numbers.next::after {
	background-image: url(../images/arrow_next.svg);
	margin-left: 16px;
} */
@media screen and (max-width:820px) {
	.pager .page-numbers {
		margin: 0 0.7em;
	}
}


/* -------- NEWS DETAIL PAGE -------- */

.pageBody .newsHead {
  border-bottom: var(--main-color) solid 1px;
  padding-bottom: 15px;
  margin-bottom: 40px;
	justify-content: space-between;
}
.pageBody .newsHead h3 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: min(5.2vw, 28px);
  line-height: 1.6;
  width: calc(100% - 140px);
}
.pageBody .newsHead .tagArea {
  display: flex;
  align-items: center;
  gap: min(3vw, 16px);
  margin-bottom: min(4vw, 16px);
}
.pageBody .newsHead .date {
  font-size: min(3.4vw, 16px);
  font-family: noto-sans, sans-serif;
  font-weight: 700;
}
.pageBody .newsHead .newsTag {
  display: flex;
  align-content: center;
  gap: min(2vw, 10px);
}
.pageBody .newsHead .newsTag a,
.pageBody .newsHead .newsTag span {
  display: block;
  color: var(--main-color);
  text-decoration: none;
  border: var(--main-color) solid 1.5px;
  border-radius: 100px;
  font-size: min(3vw, 12px);
  padding: 0 min(3vw, 15px);
  line-height: 1.6;
}


.pageBody .newsBody {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	border-bottom: #ddd solid 1px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.pageBody .newsBody .eyeCatch {
	margin-bottom: 50px;
}
.pageBody .newsBody .eyeCatch img {
	line-height: 0;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
}
.pageBody .newsBody .eyeCatch figcaption {
	margin-top: 10px;
	font-size: 14px;
}
.pageBody .newsBody hr {
	border: none;
	height: 1px;
	background-color: #ddd;
	margin: 60px 0;
}

.pageBody .newsBody h2 strong {
  font-weight: bold;
}

.pageBody .newsBody h3 {
  /* background-color: #E9E7E2; */
  background-color: var(--bg-sub-color);
  background-color: var(--sub-color);
  padding: min(3vw, 15px);
  margin-top: min(10vw, 60px);
  margin-bottom: min(2vw, 30px);
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  border: none;
}
.pageBody .newsBody h3:first-child {
  margin-top: 0;
}
.pageBody .newsBody h3 span {
  font-size: 1em;
  margin: 0;
}
.pageBody .newsBody h3 strong {
  font-weight: bold;
}
.pageBody .newsBody h4 {
  font-size: min(3.4vw, 16px);
  font-weight: bold;
  border-bottom: var(--main-color) solid 1px;
  padding-bottom: min(1vw, 5px);
  margin-bottom: min(7vw, 40px);
  margin-bottom: min(6vw, 30px);
  /* color: #666; */
}
.pageBody .newsBody h4 strong {
  font-weight: bold;
}
.pageBody .newsBody h5 {
  font-size: min(3.4vw, 16px);
  margin-bottom: min(3vw, 15px);
  margin-top: min(6vw, 30px);
}
.pageBody .newsBody h5 strong {
  font-weight: bold;
}
.pageBody .newsBody p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}
.pageBody .newsBody a {
	color: var(--main-color);
	text-decoration: underline;
}
.pageBody .newsBody img {
  margin: min(6vw, 30px) 0 0;
}

.pageBody .newsBody ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
  margin: min(6vw, 30px) 0;
  font-size: min(3.2vw, 14px);
}
.pageBody .newsBody ol {
  list-style: decimal;
  padding-left: min(4vw, 24px);
  margin: min(6vw, 30px) 0;
  font-size: min(3.4vw, 16px);
}
.pageBody .newsBody blockquote {
  background-color: var(--bg-sub-color);
  padding: min(4vw, 20px) min(4vw, 20px) min(4vw, 20px) min(10vw, 55px);
  margin-bottom: min(4vw, 20px);
  position: relative;
}
.pageBody .newsBody blockquote::before {
  content: "“";
  font-size: min(8.6vw, 56px);
  line-height: 1;
  position: absolute;
  top: min(4.5vw, 20px);
  left: min(3vw, 15px);
  display: block;
  color: #bbb;
}
.pageBody .newsBody blockquote p:last-child {
  margin-bottom: 0;
}


.pageBody .newsBody table {
  min-width: 100%;
  border-collapse:  separate;
  border-spacing: 0;
  border: var(--main-color) solid 1px;
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}
.pageBody .newsBody table th {
  background-color: var(--bg-sub-color);
}
.pageBody .newsBody table th:last-child,
.pageBody .newsBody table td:last-child {
  border-right: none;
}
.pageBody .newsBody table th,
.pageBody .newsBody table td {
  font-size: min(3.4vw, 14px);
  font-weight: 500;
  padding: min(2vw, 12px) min(4vw, 20px);
}
.pageBody .newsBody table thead th {
  border-bottom: var(--main-color) solid 1px;
}
.pageBody .newsBody table thead th:not(:last-child) {
  border-right: var(--main-color) solid 1px;
}
.pageBody .newsBody table tbody th {
  border-right: var(--main-color) solid 1px;
  border-top: var(--main-color) solid 1px;
}
.pageBody .newsBody table tbody tr:first-child th,
.pageBody .newsBody table tbody tr:first-child td {
  border-top: none;
}
.pageBody .newsBody table tbody td {
  border-top: var(--main-color) solid 1px;
  border-right: var(--main-color) solid 1px;
}


.pageBody .newsReserve {
	background-color: #ebe9e6;
	padding: 40px;
	margin-top: 60px;
}
.pageBody .newsReserve a {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	background-color: #8f7862;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	max-width: 300px;
}

.pageBody .newsPdf {
	margin-top: 60px;
}
.pageBody .newsPdf a {
	display: block;
	margin: 0 auto;
	color: #fff;
	text-decoration: none;
	background: linear-gradient(-60deg, #e67d4f 0%, #e59146 100%);
	font-size: 18px;
	text-align: center;
	padding: 20px;
	border-radius: 6px;
	max-width: 300px;
}

.pageBody a.backBtn {
	display: block;
	margin: 0 auto;
	color: #666;
	border: #333 solid 1px;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	padding: 15px 20px;
	border-radius: 6px;
	max-width: 300px;
}

.pageBody .is-layout-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
.pageBody .is-layout-flow {
	width: 47%;
}

.pageBody h4 {
	/* color: #8f7862; */
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 25px;
}
.pageBody figure figcaption {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0;
}

@media screen and (max-width: 896px) {

	.pageBody .newsHead {
		padding-bottom: min(3vw, 15px);
		margin-bottom: min(8vw, 40px);
		display: block;
	}

	.pageBody .newsBody {
		padding-bottom: min(8vw, 60px);
		margin-bottom: min(8vw, 60px);
	}
	.pageBody .newsBody .eyeCatch {
		margin-bottom: min(8vw, 50px);
	}
	.pageBody .newsBody .eyeCatch figcaption {
		margin-top: min(2vw, 10px);
		font-size: min(3.4vw, 14px);
	}

	.pageBody .newsBody hr {
		margin: min(10vw, 60px) 0;
	}

	.pageBody .is-layout-flex {
		display: flex;
		flex-direction: column-reverse;
		margin-bottom: min(10vw, 60px);
	}
	.pageBody .is-layout-flow {
		width: 100%;
	}
	.pageBody .is-layout-flow + .is-layout-flow {
		margin-bottom: min(6vw, 40px);
	}
	.pageBody h4 {
		font-size: min(4.6vw, 24px);
		margin-bottom: min(5vw, 25px);
	}
	.pageBody figure figcaption {
		font-size: min(3.4vw, 14px);
	}

	.pageBody .newsReserve {
		padding: min(6vw, 40px);
		margin-top: min(8vw, 60px);
	}
	.pageBody .newsPdf {
		margin-top: min(8vw, 60px);
	}
	.pageBody .newsReserve a,
	.pageBody .newsPdf a {
		font-size: min(4.2vw, 18px);
		padding: min(4vw, 20px);
    max-width: 60vw;
	}
	.pageBody a.backBtn {
		font-size: min(4.2vw, 18px);
		padding: min(4vw, 20px);
    max-width: 60vw;
	}

}


/* -------- CONTACT PAGE -------- */
#contactPage.pageWrap {
  max-width: 1012px;
}
#contactPage .leadTxt {
  margin-bottom: min(8vw, 64px);
}
.contactForm {
	padding: 0 0 min(12vw, 80px);
}
.contactForm h2 {
	margin-bottom: min(8vw, 133px);
	font-size: min(4.6vw, 34px);
}
.contactForm .lead {
	font-size: 16px;
	color: #000;
	text-align: center;
}
.contactForm fieldset {
	display: flex;
	align-items: center;
	appearance: none;
	border: none;
	padding-bottom: min(4vw, 32px);
  border-bottom: var(--border-color) solid 1px;
	margin-bottom: min(4vw, 32px);
}
.contactForm fieldset.textarea {
	align-items: flex-start;
}
.contactForm fieldset.addressWrap {
	border-bottom: none;
  margin-bottom: 0;
}
.contactForm fieldset > label,
.contactForm fieldset > .label {
  position: relative;
	width: 220px;
	font-size: min(3.4vw, 16px);
	font-weight: 500;
  padding-bottom: min(4vw, 16px);
}
.contactForm label span,
.contactForm .label span {
  display: inline-block;
	font-size: min(2.4vw, 11px);
  font-weight: 400;
}
.contactForm label span.required,
.contactForm .label span.required {
  background-color: #d33131;
  color: #fff;
  margin-left: min(1vw, 10px);
  line-height: 1.5;
  padding: 0 0.8em 0.1em;
  border-radius: min(1vw, 3px);
}
.contactForm label span.subLabel,
.contactForm .label span.subLabel {
  position: absolute;
  left: 0;
  bottom: 0;
}

.contactForm .inputFlex {
  width: 80%;
  display: flex;
	align-items: center;
  gap: min(4vw, 20px);
  white-space: nowrap;
}
.contactForm .inputFlex + .inputFlex {
	margin-top: min(3vw, 15px);
}
.contactForm .inputFlex label {
	display: flex;
	align-items: center;
	gap: min(2vw, 10px);
}
.contactForm .inputFlex label,
.contactForm .inputFlex .label {
	font-size: min(3.8vw, 16px);
}
.contactForm .inputFlex .label span {
	margin-left: 0;
	font-size: min(3.2vw, 14px);
	font-weight: bold;
}
.contactForm .inputFlex input {
	width: 60%;
}


.contactForm input,
.contactForm textarea {
	width: 100%;
	outline: none;
  background-color: #f8f8f8;
	border: var(--main-color) solid 1px;
	border-radius: min(2vw, 8px);
	padding: 15px;
	font-size: min(3.8vw, 16px);
}
.contactForm input[type="radio"] {
  width: 24px; height: 24px;
}
.contactForm fieldset > input,
.contactForm fieldset > textarea,
.contactForm .inputWrap,
.contactForm .selectWrap {
	width: calc(100% - 220px);
}
.contactForm fieldset > input#zipcode {
  width: 140px;
}
.contactForm select {
	width: 100%;
	outline: none;
  background-color: #f8f8f8;
	border: var(--main-color) solid 1px;
	border-radius: min(2vw, 8px);
	padding: 15px;
	font-size: min(3.8vw, 16px);
	line-height: 1.2;
}
.contactForm input {
	height: 50px;
}
.contactForm .selectWrap {
	position: relative;
	/* width: 60%; */
}
.contactForm .selectWrap::before {
	position: absolute;
	content: "";
	top: calc(50% - 4px);
	right: 10px;
	height: min(2.4vw, 10px);
	width: min(2.4vw, 10px);
	border-left: var(--main-color) solid 1px;
	border-bottom: var(--main-color) solid 1px;
	transform: rotate(-45deg) translateY(-50%);
	pointer-events: none;
}
.contactForm textarea {
	height: 320px;
}
.contactForm fieldset.textarea label {
	margin-top: 20px;
}
.contactForm button {
	appearance: none;
	display: block;
	width: 300px;
	margin: 64px auto 0;
	font-size: 16px;
	font-weight: 500;
	background-color: #fbca5a;
	border-radius: 100px;
	padding: 14px 0;
}
.contactForm .label {
	font-size: min(3.8vw, 16px);
}
.contactForm li .label {
	/* margin-top: min(3vw, 15px); */
	font-size: min(3.8vw, 16px);
}

.contactForm .confirm .form li {
	display: flex;
	padding: 15px 0;
	border-bottom: #ccc solid 1px;
	font-size: min(3.8vw, 16px);
}
.contactForm .confirm .form li .label {
	width: 20%;
}
.contactForm .confirm .form li .input {
	width: 80%;
}
.contactForm .confirm .sendBtn.btns {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	margin-top: 40px;
}
.contactForm .confirm .sendBtn.btns input {
	width: 46%;
	max-width: 320px;
	height: auto;
}


.contactForm .thanks {
	text-align: center;
}
.contactForm .thanks p {
	font-size: 20px;
	margin-bottom: 60px;
}
.contactForm .thanks .sendBtn {
	max-width: 360px;
	margin: 0 auto;
}
.contactForm .thanks .sendBtn a {
	display: block;
	border: var(--main-color) solid 1px;
	text-align: center;
	padding: min(6vw, 20px);
	color: var(--main-color);
	text-decoration: none;
	font-size: min(4vw, 16px);
	border-radius: 8px;
}

@media screen and (max-width: 820px) {

	.contactForm fieldset {
		display: block;
	}
	/* .contactForm fieldset:not(:first-child):not(:last-child) {
		margin-top: min(6vw, 30px);
	} */
	.contactForm fieldset > label,
	.contactForm fieldset > .label {
		width: 100%;
		font-size: min(3.2vw, 14px);
		margin-bottom: min(2vw, 10px);
		display: block;
	}
  .contactForm .selectWrap {
    width: 100%;
  }
	/* .contactForm fieldset > label span,
	.contactForm fieldset > .label span,
	.contactForm label span {
		margin-left: min(3vw, 15px);
	} */
	.contactForm input,
	.contactForm textarea {
		padding: 10px;
		display: block;
	}
	.contactForm fieldset > input,
	.contactForm fieldset > textarea,
	.contactForm .inputWrap,
	.contactForm .inputFlex {
		width: 100%;
	}
	.contactForm select {
		padding: 10px;
		display: block;
	}
	.contactForm input {
		height: min(10vw, 50px);
	}
	.contactForm textarea {
		height: min(64vw, 320px);
	}
	.contactForm fieldset.textarea label {
		margin-top: 0;
	}
	.contactForm .inputFlex label,
	.contactForm .inputFlex .label {
		font-size: min(3.2vw, 14px);
	}
	.contactForm .inputFlex .label span {
		margin-left: 0;
		font-size: min(2.8vw, 12px);
	}
	.contactForm button {
		width: 80%;
		margin: min(10vw, 64px) auto 0;
		font-size: min(3.2vw, 16px);
		padding: min(2.8vw, 14px) 0;
	}
	.contactForm .label,
	.contactForm li .label {
		font-size: min(3.2vw, 14px);
	}
  .contactForm .confirm .form li {
    flex-direction: column;
    padding: min(3vw, 15px) 0;
  }
  .contactForm .confirm .form li .label {
    width: 100%;
    font-weight: 700;
    margin-bottom: min(1vw, 10px);
  }
  .contactForm .confirm .form li .input {
    width: 100%;
  }

	.contactForm .thanks {
    	padding-top: min(8vw, 60px);
	}
	.contactForm .thanks p {
		font-size: min(3.8vw, 20px);
		margin-bottom: min(8vw, 60px);
	}
	.contactForm .thanks .sendBtn {
    	max-width: 86%;
	}
	.contactForm .thanks .sendBtn a {
    	padding: min(3vw, 20px) min(6vw, 20px);
	}

}


/* -------- RECRUIT PAGE -------- */

#recruitPage {
  color: var(--main-color);
  font-weight: 500;
}
#recruitPage section {
  padding: min(12vw, 80px) 0;
}
#recruitPage .contentWrap {
  max-width: 1012px;
}
#recruitPage h3 {
  font-size: min(5.4vw, 28px);
  text-align: center;
  font-weight: 700;
  margin-bottom: min(8vw, 64px);
}
#recruitPage .contentWrap.btnArea {
  padding: min(6vw, 64px) min(6vw, 60px);
}
#recruitPage .recruitBtn {
  display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: min(4vw, 32px);
}
#recruitPage .recruitBtn a {
  position: relative;
	width: 100%;
	max-width: 380px;
	min-width: fit-content;
	display: block;
	padding: min(4vw, 32px) min(4vw, 25px);
	font-size: min(3.4vw, 14px);
	font-weight: 700;
  text-align: left;
	text-decoration: none;
  background: var(--main-color);
  color: #fff;
	border-radius: min(2vw, 8px);
}
#recruitPage .recruitBtn a::before {
  content: "";
  display: block;
  width: min(4vw, 18px);
  aspect-ratio: 1 / 1;
  background: var(--main-color) url(../images/ico_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
}

.recruitMV {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: calc(100vh - 140px);
  height: calc(100svh - 140px);
  min-height: fit-content;
  max-height: 77vw;
  background-color: #e9fbfe;
  background-image: url(../images/recruit_mv.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  padding: min(6vw, 64px);
  font-size: 1.2vw;
}
.recruitMV .title {
  font-size: 1.33em;
  letter-spacing: 0.18em;
  margin-bottom: 1vw;

  opacity: 0;
  animation: fadeIn .6s ease-out .8s forwards;
}
.recruitMV h2.catch {
  display: flex;
  flex-direction: column;
  /* align-items: flex-start; */
  width: fit-content;
  gap: 0.8vw;
  margin-bottom: 3vw;
}
.recruitMV h2.catch .labelWrap {
  width: 0;
  overflow: hidden;
}
.recruitMV h2.catch .labelWrap:nth-child(1) {
  animation: slideIn .8s cubic-bezier(0.83, 0, 0.17, 1) 1.2s forwards;
}
.recruitMV h2.catch .labelWrap:nth-child(2) {
  animation: slideIn .8s cubic-bezier(0.83, 0, 0.17, 1) 1.8s forwards;
}
@keyframes slideIn {
	0% { width: 0%;}
	100% { width: 100%;}
}
.recruitMV h2.catch .labelWrap > span {
  display: inline-block;
  background-color: #fbca5a;
  padding: 0 0.15em 0.05em;
  letter-spacing: 0.18em;
  line-height: 1.2;
  font-size: 2.2em;
  font-feature-settings: "palt";
  white-space: nowrap;
  width: fit-content;
}
.recruitMV h2.catch .small {
  font-size: 0.68em;
}
.recruitMV .text {
  text-shadow: 0px 0px min(1vw, 6px) #f8fdf7, 0px 0px min(2vw, 12px) #f8fdf7, 0px 0px min(2vw, 12px) #f8fdf7, 0px 0px min(2vw, 16px) #f8fdf7;
  line-height: 2.2;
  font-size: min(3.4vw, 16px);

  opacity: 0;
  animation: fadeIn 1.2s ease-out 2.6s forwards;
}

.personArea .lead {
  font-size: min(3.8vw, 18px);
  line-height: 2.8;
  text-align: center;
}
.personArea .circleArea {
  margin-top: min(4vw, 32px);
}
.personArea .circleArea > div {
  display: flex;
  justify-content: center;
  gap: 6.25%;
}
.personArea .circleArea > div:first-child {
  transform: translateY(7%);
}
.personArea .circleArea > div > div {
  position: relative;
  width: 25%;
  padding-top: 25%;
}
.personArea .circleArea > div > div::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fbca5a;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  z-index: -1;
}
.personArea .circleArea > div > div p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-size: min(1.6vw, 16px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
}

#recruitPage section.interviewArea {
  background-color: #f0f5f9;
}
.recruitInterviewList > li:not(:last-child) {
  padding-bottom: min(8vw, 64px);
  border-bottom: var(--border-color) solid 1px;
  margin-bottom: min(8vw, 64px);
}
.recruitInterviewList h4 {
  font-size: min(4.8vw, 24px);
  margin-bottom: min(6vw, 30px);
}
.recruitInterviewList .flexWrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: min(6vw, 35px);
}
.recruitInterviewList .flexWrap > dl {
  width: 52.6%;
}
.recruitInterviewList .flexWrap > div {
  width: 42%;
  border: var(--main-color) solid 2px;
  border-radius: min(2vw, 10px);
  box-sizing: content-box;
  overflow: hidden;
}
.recruitInterviewList dt {
  font-size: min(3.8vw, 18px);
  font-weight: 700;
  text-indent: -1.5em;
  padding-left: 1.5em;
  line-height: 1.6;
  margin-bottom: min(3vw, 16px);
}
.recruitInterviewList dd + dt {
  margin-top: min(6vw, 35px);
}
.recruitInterviewList dd {
  background-color: #fff;
  border-radius: min(2vw, 8px);
  /* padding: min(3vw, 16px) min(4vw, 24px); */
  padding: min(6vw, 30px);
  font-size: min(3.4vw, 14px);
  font-weight: 400;
}

@media screen and (max-width: 820px) {
  .recruitMV {
    background-color: #f0f5f9;
    background-image: url(../images/recruit_mv_sp.jpg);
    background-position: center bottom;
    padding-bottom: 70vw;
  }
  .recruitMV .title {
    font-size: min(3.8vw, 18px);
    margin-bottom: min(4vw, 24px);
  }
  .recruitMV h2.catch {
    margin-bottom: min(6vw, 24px);
    gap: 1.8vw;
  }
  .recruitMV h2.catch .labelWrap > span {
    /* padding: 0 0.15em 0.05em; */
    font-size: min(8.2vw, 32px);
  }
  .recruitMV .text {
    font-size: min(3.3vw, 16px);
    line-height: 2;
    font-weight: 400;
    letter-spacing: 0;
  }

  .personArea .lead {
    text-align: left;
    line-height: 2.2;
  }
  .personArea .circleArea > div {
    gap: 6%;
  }
  .personArea .circleArea > div > div {
    width: min(47%, 220px);
    padding-top: min(47%, 220px);
  }
  .personArea .circleArea > div:last-child {
    transform: translateY(-7%);
  }

  .personArea .circleArea > div > div p {
    font-size: min(3.6vw, 16px);
  }

  .recruitInterviewList .flexWrap {
    flex-direction: column-reverse;
    margin-bottom: min(10vw, 48px);
  }
  .recruitInterviewList h4 {
    margin-bottom: min(8vw, 40px);
  }
  .recruitInterviewList dt {
    margin-bottom: min(4vw, 32px);
  }
  .recruitInterviewList dd + dt {
    margin-top: min(10vw, 48px);
  }
  .recruitInterviewList .flexWrap > dl {
    width: 100%;
  }
  .recruitInterviewList .flexWrap > div {
    width: 72%;
    margin: 0 auto min(9vw, 40px);
  }
}

/* -------- 募集要項 PAGE -------- */

#recruitPage .jobWrap h3 {
  margin-bottom: min(4vw, 32px);
  text-align: left;
}

.jobLead {
  text-align: center;
  font-size: min(3.4vw, 16px);
  margin-bottom: min(6vw, 40px);
}
.jobAnchorList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: min(3vw, 24px);
  margin-bottom: min(10vw, 80px);
}
.jobAnchorList a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: var(--main-color);
  width: 12em;
	min-width: fit-content;
  padding: 0.8em 1.8em;
  border: var(--main-color) solid 1.5px;
  border-radius: 100px;
  font-size: min(3vw, 14px);
}
.jobAnchorList a span {
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-bottom: var(--main-color) solid 1px;
  border-left: var(--main-color) solid 1px;
  transform: translate(25%, -25%) rotate(-45deg);
  margin-left: 0.6em;
}

.jobWrap {
  padding-top: min(10vw, 100px);
  margin-top: max(-10vw, -100px);
}
.jobWrap + .jobWrap h3 {
  margin-top: min(12vw, 100px);
}

.jobDiscList {
  border: var(--main-color) solid 1px;
  border-radius: min(2vw, 10px);
  padding: min(4vw, 32px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.jobDiscList dt {
  width: 180px;
  font-weight: bold;
  font-size: min(3.4vw, 14px);
}
.jobDiscList dd {
  width: calc(100% - 220px);
  font-size: min(3.4vw, 14px);
}
.jobDiscList dd p + p {
  margin-top: 0.8em;
}
.jobDiscList dd .note {
  font-size: 0.86em;
}
.jobDiscList dt,
.jobDiscList dd {
  padding-bottom: min(3vw, 20px);
  border-bottom: var(--border-color) solid 1px;
  margin-bottom: min(3vw, 20px);
}
.jobDiscList dt:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
}
.jobDiscList dd:nth-last-of-type(1) {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

@media screen and (min-width: 821px) {
  .jobDiscList dt:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 820px) {
  .jobDiscList dt,
  .jobDiscList dd {
    width: 100%;
  }
  .jobDiscList dt {
    font-size: min(3.6vw, 16px);
    padding-bottom: 0;
    border-bottom: none;
  }
}


/* -------- COMMODITY PAGE -------- */

.commodityList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: min(6vw, 40px) min(4vw, 24px);
}
.commodityList > div {
  display: flex;
  flex-direction: column;
  border: var(--main-color) solid 2px;
  border-radius: min(3vw, 16px);
  overflow: hidden;
  font-weight: 500;
}
.commodityList > div .img {
  position: relative;
}
.commodityList > div .img > p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: min(4.8vw, 24px);
}
.commodityList > div .text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  border-top: var(--main-color) solid 2px;
  padding: min(6vw, 30px) min(5vw, 25px) min(6vw, 32px);
  background-color: #fff;
}
.commodityList > div .text > p {
  font-size: min(4.6vw, 20px);
  text-align: center;
  margin-bottom: min(6vw, 30px);
  line-height: 1;
}
.commodityList > div .text .listHyphen {
  flex-grow: 1;
}

#commodityPage .commodityList > div .text .commodityBtn {
  margin-top: min(3vw, 16px);
}
#commodityPage .commodityList > div .text {
  padding: min(4vw, 12px) min(4vw, 12px) min(4vw, 24px);
}
#commodityPage .commodityList > div .text .listDisc {
  background-color: var(--bg-sub-color);
  border-radius: min(2vw, 10px);
  padding: min(2.5vw, 12px) min(4vw, 16px) min(4vw, 16px);
  flex-grow: 1;
}


#commodityDetailPage .commodityList > div .text .listHyphen > li {
  position: relative;
  padding-bottom: 0.6em;
}
#commodityDetailPage .commodityList > div .text .listHyphen > li::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: var(--bg-sub-color) dashed 2px;
}
.commodityList > div .text .listHyphen a {
  color: var(--main-color);
  text-decoration: none;
}
.commodityList > div .text .listHyphen a span {
  position: relative;
  display: inline-block;
  background-color: var(--sub-color);
  width: 1.3em;
  height: 1.3em;
  border-radius: 100%;
  vertical-align: text-bottom;
  margin-left: 0.5em;
}
.commodityList > div .text .listHyphen a span::before,
.commodityList > div .text .listHyphen a span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 43%;
  height: 1px;
  background-color: var(--main-color);
}
.commodityList > div .text .listHyphen a span::before {
  transform: translate(-50%, -50%);
}
.commodityList > div .text .listHyphen a span::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.commodityList > div .text .commodityBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(4vw, 20px);
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  font-size: min(3.4vw, 14px);
  font-weight: 500;
  padding: min(2vw, 10px) min(5vw, 25px);
  margin-top: min(4vw, 24px);
}
.commodityList > div .text .commodityBtn::after {
  content: "";
  display: block;
  width: min(4vw, 18px);
  aspect-ratio: 1 / 1;
  background: url(../images/ico_arrow.svg) no-repeat;
  background-size: contain;
}

.commodityListModal {
  height: 100%;
  box-sizing: border-box;
  background-color: var(--bg-sub-color);
  border-radius: min(4vw, 16px);
  padding: min(6vw, 64px);
  font-size: min(3.4vw, 14px);
  color: var(--main-color);
}
.commodityListModal > .inner {
  height: 100%;
  overflow: auto;
}
.commodityListModal .title {
  font-size: min(3.8vw, 18px);
  font-weight: bold;
  padding-bottom: min(1vw, 8px);
  border-bottom: var(--main-color) solid 1px;
  margin-bottom: min(3vw, 16px);
}
.commodityListModal .modalDetail p + p {
  margin-top: 0.8em;
}
.commodityListModal .modalDetail a {
  color: var(--main-color);
}

#commodityBg {
  position: relative;
}
#commodityBg::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: repeat;
  background-position: center;
  -webkit-mask-image: linear-gradient(0deg, transparent 520px, white 800px);
  mask-image: linear-gradient(0deg, transparent 520px, white 800px);
  z-index: -1;

  opacity: 0.7;
}
#commodityBg.commodityBg01::before {
  background-size: min(90vw, 880px);
  background-image: url(../images/commodity_detail01_bg.jpg);
}
#commodityBg.commodityBg02::before {
  background-size: min(110vw, 880px);
  background-image: url(../images/commodity_detail02_bg.jpg);
}
#commodityBg.commodityBg03::before {
  background-size: min(84vw, 650px);
  background-image: url(../images/commodity_detail03_bg.jpg);
}
#commodityBg.commodityBg04::before {
  background-size: min(84vw, 850px);
  background-image: url(../images/commodity_detail04_bg.jpg);
}
#commodityBg.commodityBg05::before {
  background-size: min(92vw, 720px);
  background-image: url(../images/commodity_detail05_bg.jpg);
}
#commodityBg.commodityBg06::before {
  background-size: min(80vw, 800px);
  background-image: url(../images/commodity_detail06_bg.jpg);
}
#commodityBg.commodityBg07::before {
  background-size: min(100vw, 540px);
  background-image: url(../images/commodity_detail07_bg.jpg);
}
#commodityBg.commodityBg08::before {
  background-size: min(80vw, 680px);
  background-image: url(../images/commodity_detail08_bg.jpg);
}

#commodityDetailPage h2 {
  font-size: min(6.2vw, 32px);
}

.commodityDetailLead {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: min(8vw, 100px);
}
.commodityDetailLead .leadImg {
  width: 20%;
  border-radius: min(2vw, 8px);
  overflow: hidden;
}
.commodityDetailLead .leadText {
  width: 75%;
  font-size: min(3.4vw, 16px);
}

.commodityHighlightList > div {
  background-color: #fff;
  border: var(--main-color) solid 2px;
  border-radius: min(2vw, 16px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  padding: min(4vw, 24px) min(5vw, 45px);
}
.commodityHighlightList > div + div {
  margin-top: min(6vw, 32px);
}
.commodityHighlightList h4 {
  font-size: min(4.6vw, 18px);
  margin-bottom: min(6vw, 24px);
  font-weight: 700;
  /* margin: 0.6em 0 1em; */
}
.commodityHighlightList .highlightText {
  width: 60%;
  font-size: min(3.4vw, 14px);
}
.commodityHighlightList .highlightText > p + p {
  margin-top: 1.5em;
}
.commodityHighlightList .highlightText a {
  color: var(--main-color);
  text-decoration: underline;
}
.commodityHighlightList .highlightImg {
  width: 35%;
  overflow: hidden;
}


.categoryMenuBtn {
  display: none;
  position: fixed;
  bottom: min(3vw, 30px);
  right: min(3vw, 30px);
  z-index: 10;
}
.categoryMenuBtn a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color);
  border-radius: 50%;
  width: min(18vw, 80px);
  aspect-ratio: 1/1;
  color: #fff;
  text-decoration: none;
  gap: min(1vw, 5px);
  font-size: min(2.4vw, 10px);
  padding-top: 5%;
}
.categoryMenuBtn a > div {
  width: 30%;
  aspect-ratio: 1/1;
  position: relative;
}
.categoryMenuBtn a > div span {
  width: 33%;
  aspect-ratio: 1/1;
  background-color: #fff;
  position: absolute;
}
.categoryMenuBtn a > div span:nth-child(1) { top: 0; left: 0;}
.categoryMenuBtn a > div span:nth-child(2) { top: 0; right: 0;}
.categoryMenuBtn a > div span:nth-child(3) { bottom: 0; right: 0;}
.categoryMenuBtn a > div span:nth-child(4) { bottom: 0; left: 0;}

.categoryMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  background-color: #fff;
  z-index: 1000;
  display: none;
}
.categoryMenu .menuInr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.categoryMenu .categoryMenuList {
  width: 80%;
  max-width: 56vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  gap: min(4vw, 20px) 0;
}
.categoryMenu .categoryMenuList li {
  width: 48%;
}
.categoryMenu .categoryMenuList li a {
  display: block;
  width: 100%;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
}
.categoryMenu .categoryMenuList li a .thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.categoryMenu .categoryMenuList li a p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  white-space: nowrap;
  font-weight: bold;
  font-size: min(3.4vw, 18px);
  letter-spacing: 0.06em;
  line-height: 1.4;
  text-align: center;
}

.categoryMenu .closeBtn {
  position: absolute;
  bottom: min(3vw, 30px);
  right: min(3vw, 30px);
}
.categoryMenu .closeBtn a {
  display: block;
  background-color: var(--main-color);
  border-radius: 50%;
  width: min(18vw, 80px);
  aspect-ratio: 1/1;
}
.categoryMenu .closeBtn a::before,
.categoryMenu .closeBtn a::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
.categoryMenu .closeBtn a::before {
  transform: translate(-50%,-50%) rotate(45deg);
}
.categoryMenu .closeBtn a::after {
  transform: translate(-50%,-50%) rotate(-45deg);
}


@media screen and (max-width: 974px) {
  .commodityList {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}
@media screen and (max-width: 820px) {
  #commodityBg::before {
    background-size: 160%;
    -webkit-mask-image: linear-gradient(0deg, transparent 120vw, white 180vw);
    mask-image: linear-gradient(0deg, transparent 120vw, white 180vw);
  }

  .commodityDetailLead {
    display: block;
  }
  .commodityDetailLead .leadImg {
    display: none;

    float: left;
    width: 45%;
    margin-right: min(4vw, 24px);
    margin-bottom: min(2vw, 10px);
  }
  .commodityDetailLead .leadText {
    width: 100%;
    font-size: min(3.4vw, 16px);
  }

  .commodityHighlightList > div {
    display: block;
    padding: min(5vw, 24px) min(5vw, 24px) min(6vw, 32px);
  }
  .commodityHighlightList .highlightText {
    width: 100%;
    font-size: min(3.4vw, 14px);
  }
  .commodityHighlightList .highlightImg {
    width: 100%;
    max-width: 480px;
    margin: 0 auto min(6vw, 32px);
  }


  .categoryMenuBtn {
    display: block;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////

	テスト調整CSS

//////////////////////////////////////////////////////////////////////////////// */

.contactForm a.testBtn {
  appearance: none;
  display: block;
  width: 300px;
  margin: 64px auto 0;
  font-size: 16px;
  font-weight: 500;
  background-color: #fbca5a;
  border-radius: 100px;
  padding: 14px 0;
  color: var(--main-color);
  text-decoration: none;
  text-align: center;
}

.contactForm .confirm .sendBtn.btns a {
  width: 100%;
  outline: none;
  background-color: #f8f8f8;
  border: var(--main-color) solid 1px;
  border-radius: min(2vw, 8px);
  padding: 15px;
  font-size: min(3.8vw, 16px);
  width: 46%;
  max-width: 320px;
  height: auto;
  color: var(--main-color);
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .contactForm .confirm .sendBtn.btns a {
    padding: 10px;
  }
}


/* -------- ALERT PAGE -------- */
#alertPage h3 {
  border-bottom: var(--main-color) solid 1px;
  padding-bottom: min(3vw, 15px);
  margin-bottom: min(8vw, 40px);
  font-size: min(5.2vw, 28px);
  line-height: 1.6;
}
.alertBody p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
}
.alertBody .contactBtn {
  margin: min(6vw, 30px) 0;
}
.alertBody .contactBtn a {
  display: block;
  background: var(--main-color);
  color: #fff;
  text-decoration: none;
  width: fit-content;
  border-radius: 100px;
  text-align: left;
  padding: min(2vw, 10px) min(12vw, 60px) min(2vw, 10px) min(5vw, 25px);
  position: relative;
  font-size: min(3.4vw, 16px);
}
.alertBody .contactBtn a::after {
  content: "";
  display: block;
  width: min(4vw, 18px);
  aspect-ratio: 1 / 1;
  background: var(--main-color) url(../images/ico_arrow.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: min(4vw, 20px);
  transform: translateY(-50%);
}
@media screen and (max-width: 820px) {
  .alertBody .contactBtn a {
    margin: auto;
  }
}