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


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

	Common

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

@font-face {
  font-family: 'sns_ico';
  src:
    url('../fonts/sns_ico.ttf?z7sza2') format('truetype'),
    url('../fonts/sns_ico.woff?z7sza2') format('woff'),
    url('../fonts/sns_ico.svg?z7sza2#sns_ico') format('svg');
  font-weight: normal;
  font-style: normal;
}

i.snsIcon {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
	color: #000;
}

.icon-arrow1_left:before { content: "\e90c";}
.icon-arrow1_bottom:before { content: "\e90d";}
.icon-arrow1_right:before { content: "\e90e";}
.icon-arrow1_top:before { content: "\e90f";}
.icon-arrow2_left:before { content: "\e910";}
.icon-arrow2_bottom:before { content: "\e911";}
.icon-arrow2_right:before { content: "\e912";}
.icon-arrow2_top:before { content: "\e913";}
.icon-arrow3_top:before { content: "\ea3a";}
.icon-arrow3_right:before { content: "\ea3c";}
.icon-arrow3_bottom:before { content: "\ea3e";}
.icon-arrow3_left:before { content: "\ea40";}
.icon-search:before { content: "\e908";}
.icon-link:before { content: "\e914";}
.icon-note:before { content: "\e915";}
.icon-ap:before { content: "\e900";}
.icon-blo:before { content: "\e901";}
.icon-fb:before { content: "\e902";}
.icon-hp:before { content: "\e903";}
.icon-in:before { content: "\e904";}
.icon-line:before { content: "\e905";}
.icon-spo:before { content: "\e906";}
.icon-tt:before { content: "\e907";}
.icon-yt:before { content: "\e909";}
.icon-x:before { content: "\e90a";}
.icon-wb:before { content: "\e90b";}


html {
	scroll-behavior: smooth;
}
body {
  font-family: "IBM Plex Sans JP", sans-serif;
	font-size: min(3.2vw, 14px);
	line-height: 1.8;
  letter-spacing: 0.05em;
	-webkit-text-size-adjust: 100%;
}

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

.anim {
	opacity: 0;
	transition: all .6s ease-out;
}
.anim.on {
	opacity: 1;
}

a { color: #000;}

main {
  padding-bottom: min(10vw, 80px);
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

#pageHead {
  background-image: linear-gradient(110deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
  color: #fff;
  margin-bottom: min(8vw, 60px);
  padding: min(10vw, 80px);
}
#pageHead h2 {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-size: min(8.6vw, 56px);
  text-align: center;
}
#pageHead h2 span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.28em;
  letter-spacing: 0.08em;
  display: block;
}

@media screen and (min-width: 821px) {
	
	.sp { display: none;}
	
	a { transition: all 0.3s ease-out;}
	a:hover { opacity: 0.5;}
	
}
@media screen and (max-width: 820px) {
	
	.pc { display: none;}
	
}


header {
  position: sticky;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: min(6vw, 30px) min(20vw, 135px) min(6vw, 30px) min(6vw, 30px);
  z-index: 900;
  
  max-width: 1920px;
  margin: 0 auto;
}
header h1 {
  width: min(26vw, 140px);
  line-height: 0;
}
header #mainMenu .mainMenuInr {
  display: flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  gap: min(2vw, 10px);
}
header #mainMenu ul {
  display: flex;
  gap: min(3vw, 15px);
  font-size: min(3.8vw, 20px);
}
header #mainMenu ul li a {
  text-decoration: none;
}
header #mainMenu .contactBtn {
  margin-left: min(4vw, 20px);
}
header #mainMenu .contactBtn a {
  display: block;
  font-size: min(3.2vw, 14px);
  text-decoration: none;
  color: #fff;
  background-color: #0396a3;
  padding: min(1.2vw, 6px) min(3vw, 15px);
  border-radius: 100px;
}

.langWrap {
  border: #000 solid 1px;
  border-radius: 100px;
  font-size: min(3.2vw, 14px);
  cursor: pointer;
  
  position: fixed;
  top: min(6vw, 29px);
  right: min(6vw, 30px);
  z-index: 1000;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  
  background-color: rgba(255, 255, 255, 0.30);
  backdrop-filter: blur(5px);
}
.langWrap > p {
  position: relative;
  z-index: 2;
  padding: min(1.2vw, 6px) min(3vw, 15px);
}

.langWrap #menu-language {
  display: none;
  position: absolute;
  top: 110%;
  left: -1px;
  border-radius: min(3vw, 20px);
  width: calc(100% + 2px);
  overflow: hidden;
}
.langWrap #menu-language > li {
  width: 100%;
  background-image: linear-gradient(110deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
}
.langWrap #menu-language > li a {
  display: block;
  padding: min(1.3vw, 8px) min(3vw, 15px) min(2vw, 10px) min(5vw, 25px);
  font-size: min(3.2vw, 14px);
  color: #fff;
  text-decoration: none;
  position: relative;
}
.langWrap #menu-language > li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: min(2.3vw, 12px);
  width: min(1vw, 5px);
  height: min(1vw, 5px);
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.langWrap #menu-language > li a span {
  display: flex;
  align-items: center;
  gap: min(1vw, 5px);
}
.langWrap #menu-language > li a span .trp-flag-image {
  display: none;
  width: min(3vw, 15px);
}

.langWrap #menu-language .sub-menu {
  width: 100%;
  border-top: #fff solid 1px;
}
.langWrap #menu-language .sub-menu li {
  width: 100%;
}

@media screen and (min-width: 1980px) {
  
  header {
    padding: min(6vw, 30px) 0;
  }
  
}
@media screen and (min-width: 821px) {
  
  #menuBtn {
    display: none !important;
  }
  header #mainMenu {
    display: block !important;
  }
  
}
@media screen and (max-width: 820px) {
  
  header #mainMenu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-image: linear-gradient(110deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
    width: 100vw;
    height: 100vh;
    z-index: 900;
  }
  
  header #mainMenu .mainMenuInr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 10vh;
    gap: min(8vw, 60px);
  }
  header #mainMenu ul {
    flex-direction: column;
    font-size: min(6.2vw, 38px);
    line-height: 1.4;
  }
  header #mainMenu ul li {
    text-align: center;
  }
  header #mainMenu ul li a {
    color: #fff;
  }
  header #mainMenu .contactBtn a {
    font-size: min(4.8vw, 24px);
    padding: min(1.2vw, 6px) min(6vw, 30px);
  }
  
  #menuBtn {
    font-family: "Oswald", sans-serif;
    font-weight: 500;
    text-decoration: none;
    display: block !important;
    position: fixed;
    top: min(6vw, 30px);
    right: min(5vw, 25px);
    border: #000 solid 0.5px;
    border-radius: 100px;
    padding: min(1vw, 5px) min(2vw, 10px);
    width: min(19vw, 100px);
    height: min(6.7vw, 30px);
    text-align: center;
    line-height: 1.4;
    overflow: hidden;
    z-index: 1000;
    background-color: rgba(255,255,255,0.30);
    backdrop-filter: blur(5px);
    transition: all 0.3s ease-out;
  }
  #menuBtn.active {
    background-color: rgba(255,255,255,0);
    border: #fff solid 0.5px;
    color: #fff;
  }
  
  #menuBtn .open {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    transform: translate(-50%, -50%);
  }
  #menuBtn .close {
    position: absolute;
    top: 150%;
    left: 50%;
    white-space: nowrap;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease-out;
  }
  
  #menuBtn.active .open {
    top: -50%;
  }
  #menuBtn.active .close {
    top: 50%;
  }
  
  .langWrap {
    border: #000 solid 0.5px;
    font-size: min(3.2vw, 14px);
    top: min(6vw, 30px);
    right: min(26vw, 134px);
    z-index: 1000;
  }
  .langWrap > p {
    padding: min(1vw, 5px) min(3vw, 15px);
    line-height: 1.4;
  }
}


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

	Footer

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

footer {
  padding: min(8vw, 60px) min(6vw, 60px);
  display: flex;
  flex-direction: column;
  gap: min(8vw, 40px);
  
  max-width: 1920px;
  margin: 0 auto;
}
footer .ftrWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .ftrWrap.reverse {
  flex-direction: row-reverse;
}

footer .ftrLogo {
  width: min(30vw, 140px);
  line-height: 0;
}
footer .ftrMenu {
  font-family: "Oswald", sans-serif;
  font-size: min(4.2vw, 18px);
  font-weight: 500;
  display: flex;
  gap: min(4vw, 20px);
}
footer .ftrMenu li a {
  color: #000;
  text-decoration: none;
}

footer .ftrSubMenu {
  display: flex;
  gap: min(4vw, 20px);
  font-size: min(3vw, 12px);
}
footer .ftrSubMenu li a {
  text-decoration: none;
}

footer .copyright {
  font-size: min(2.8vw, 10px);
}


@media screen and (min-width: 2040px) {
  
  footer {
    padding: min(8vw, 60px) 0;
  }
  
}
@media screen and (max-width: 820px) {
  footer .ftrWrap,
  footer .ftrWrap.reverse {
    flex-direction: column;
    gap: min(8vw, 60px);
  }
  
  footer .ftrMenu {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10vw;
    gap: min(0vw, 10px) min(4vw, 20px);
  }
  footer .ftrSubMenu {
    flex-direction: column;
    align-items: center;
    gap: min(2vw, 10px);
  }
}


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

	Top page

//////////////////////////////////////////////////////////////////////////////// */
#mainTitle {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: min(6vw, 40px) min(6vw, 60px) min(10vw, 80px);
  overflow: hidden;
}
#mainTitle .mainCopy {
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  font-size: min(7.2vw, 148px);
  font-weight: 500;
  letter-spacing: 0;
  background-image: linear-gradient(90deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 1.5vw;
}
#mainTitle .mainCopyJp {
  font-size: 1.84vw;
  font-weight: 600;
}

.mainImg {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2vw;
}
.mainImg .mainImgLeft {
  width: 45%;
  display: flex;
  flex-direction: column;
  padding-top: 4vw;
  gap: 2vw;
} 
.mainImg .mainImgLeft > div {
  line-height: 0;
  border-radius: 1.4vw;
  overflow: hidden;
}

.mainImg .mainImgRight {
  width: calc(52% + min(6vw, 60px));
  line-height: 0;
  border-radius: 1.4vw 0 0 1.4vw;
  overflow: hidden;
  margin-right: max(-6vw, -60px);
}

.mainImg .mainImgLeft > div img,
.mainImg .mainImgRight img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  
  #mainTitle {
    padding-left: 0;
  }
  .mainImg .mainImgRight {
    border-radius: 1.4vw;
  }
  
}
@media screen and (max-width: 820px) {
  
  #mainTitle {
    padding: min(65vw, 280px) min(6vw, 60px) min(14vw, 80px);
    position: relative;
  }
  
  #mainTitle .mainCopy {
    position: relative;
    z-index: 1;
    font-size: 8.5vw;
    padding-bottom: 2.4vw;
  }
  #mainTitle .mainCopyJp {
    font-size: 3vw;
  }
  
  .mainImg .mainImgRight {
    position: absolute;
    top: 0;
    right: 0;
    width: 87%;
    margin: 0;
    aspect-ratio: 1 / 0.7;
    z-index: 0;
  }
  .mainImg .mainImgRight img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .mainImg .mainImgLeft {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .mainImg .mainImgLeft > div {
    width: 48%;
  }
  
}


section {
  padding: min(8vw, 60px) 0;
  position: relative;
}

section h2 {
  font-family: "Oswald", sans-serif;  
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-size: min(8.4vw, 64px);
  background-image: linear-gradient(90deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  margin-bottom: min(6vw, 30px);
}
section h2 span {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-size: 0.28em;
  letter-spacing: 0.02em;
  color: #000;
  display: flex;
  align-items: center;
  gap: 0.4em;
  -webkit-text-fill-color: #000;
}
section h2 span::before {
  content: "";
  display: block;
  width: 1em;
  height: 1px;
  background-color: #000;
}

.contentWrap {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: min(6vw, 60px);
  padding-right: min(6vw, 60px);
  position: relative;
  z-index: 1;
}


.pagerBtn {
  padding-top: min(8vw, 60px);
  margin-top: min(8vw, 60px);
  border-top: #000 solid 1px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backBtn a {
  display: block;
  margin: 0 auto;
  border: #000 solid 1px;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-family: "Oswald", sans-serif;
  font-size: min(4.4vw, 18px);
  padding: min(1vw, 5px) min(8vw, 60px);
  border-radius: min(1vw, 6px);
  width: fit-content;
}

@media screen and (max-width: 820px) {
  
  section h2 span {
    font-size: 0.34em;
    margin-top: 0.4em;
  }
  
}


/* ///// Mission ///// */

#mission::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: calc(100% - min(6vw, 60px));
  max-width: 1280px;
  height: 100%;
  background: url("../images/bg_mission.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 0 1.4vw 1.4vw 0;
}
#mission h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#mission h2 span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#mission h2 span::before {
  background-color: #fff;
}

#mission p {
  margin-top: min(8vw,60px);
  margin-bottom: min(8vw, 60px);
  color: #fff;
  font-size: min(3.4vw, 18px);
}

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

  #mission::before {
    border-radius: 1.4vw;
  }
  
}



/* ///// What we do ///// */

.wwdWrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.wwdWrap .wwdTxt {
  width: 44%;
}
.wwdWrap .wwdTxt .wwdBlock {
  padding: min(5vw, 30px) 0;
  border-bottom: #888 solid 1px;
}
.wwdWrap .wwdTxt .wwdBlock h3 {
  color: #1c2188;
  font-size: min(3.6vw, 18px);
  margin-bottom: min(3vw, 15px);
}
.wwdWrap .wwdTxt .wwdBlock ul li {
  position: relative;
  padding-left: 1em;
}
.wwdWrap .wwdTxt .wwdBlock ul li::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0.9em;
  left: 0;
}
.wwdWrap .wwdPic {
  width: 50vw;
  max-width: 970px;
  height: 100%;
  position: absolute;
  right: calc(-50vw + 480px);
  bottom: 0;
  line-height: 0;
  border-radius: 1.4vw 0 0 1.4vw;
  overflow: hidden;
}
.wwdWrap .wwdPic img {
  width: 100% !important;
  max-width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

@media screen and (min-width: 1920px) {
  .wwdWrap .wwdPic {
    right: -480px;
    border-radius: 1.4vw;
  }
  
}
@media screen and (max-width: 1080px) {
	
  .wwdWrap .wwdPic {
    right: 0;
    transform: translateX(min(6vw, 60px));
  }
	
}
@media screen and (max-width: 820px) {
	
  
	.wwdWrap {
    flex-direction: column;
    gap: min(6vw, 30px);
  }
  .wwdWrap .wwdTxt {
    width: 100%;
  }
  .wwdWrap .wwdPic {
    position: static;
    margin-left: auto;
    width: 80vw;
    height: auto;
  }
  
}


/* ///// News ///// */

.newsList {
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 20px);
  margin-bottom: min(8vw, 60px);
}
.newsList li {
  width: calc((100% - min(8vw, 40px)) / 3);
}
.newsList li a {
  display: block;
  height: 100%;
  border: #000 solid 1px;
  border-radius: min(2vw, 10px);
  padding: min(3vw, 20px) min(3vw, 20px) min(4vw, 20px);
  text-decoration: none;
}
.newsList li .newsThumb {
  line-height: 0;
  border-radius: min(1.6vw, 8px);
  overflow: hidden;
  position: relative;
  margin-bottom: min(4vw, 20px);
  aspect-ratio: 1.31/1;
}
.newsList li .newsThumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

.newsList li .newsTxt .date {
  color: #1d2088;
  font-size: min(3vw, 12px);
  font-weight: bold;
  margin-bottom: min(1vw, 5px);
}
.newsList li .newsTxt h3 {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(2vw, 10px);
}

.newsList li .newsTxt .tag {
  display: flex;
  flex-wrap: wrap;
  gap: min(2vw, 10px);
}
.newsList li .newsTxt .tag p {
  font-size: min(2.8vw, 10px);
  padding: min(0.5vw, 3px) min(3vw, 15px) min(0.4vw, 2px);
  color: #fff;
  border-radius: 100px;
}
.newsList li .newsTxt .tag .cat_news { background-color: #b793d2;}
.newsList li .newsTxt .tag .cat_pressrelease { background-color: #859bd9;}



@media screen and (max-width: 820px) {
  .newsList {
    justify-content: space-between;
    gap: min(4vw, 20px) 0;
  }
  .newsList li {
    width: 48%;
  }
  
}


/* ///// About ///// */
#about {
  background-image: linear-gradient(100deg, #076aa3 0%, #1d2088 67%, #8711a4 99%);
  color: #fff;
}
#about h2 {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#about h2 span {
  color: #fff;
  -webkit-text-fill-color: #fff;
}
#about h2 span::before {
  background-color: #fff;
}

#about h3 {
  font-size: min(5.2vw, 24px);
  margin-bottom: min(4vw, 20px);
  font-weight: bold;
}

.aboutTxt {
  text-align: center;
  margin: 0 auto min(8vw, 60px);
}
.aboutTxt .aboutLogo {
  width: min(44vw, 300px);
  line-height: 0;
  margin: 0 auto min(8vw, 60px);
}
.aboutTxt p {
  font-size: min(3.4vw, 16px);
  line-height: 2.4;
}

.companyInfo {
  display: flex;
  flex-direction: column;
  margin-bottom: min(8vw, 60px);
  flex-wrap: wrap;
  height: 19em;
}
.companyInfo li {
  width: 47%;
  display: flex;
  padding: 0.8em 0;
  border-bottom: rgba(255,255,255,0.20) solid 1px;
}
.companyInfo li .ttl {
  width: 30%;
}
.companyInfo li .txt {
  width: 70%;
}

.memberList {
  display: flex;
  flex-wrap: wrap;
  gap: min(4vw, 20px);
}
.memberList li {
  width: calc((100% - min(8vw, 40px)) / 3);
  background-color: rgba(255,255,255,0.15);
  padding: min(4vw, 20px);
  border-radius: min(4vw, 10px);
}
.memberList li h4 {
  font-size: min(4vw, 18px);
  font-weight: bold;
  margin-bottom: min(3vw, 15px);
}
.memberList li p {
  font-size: min(3.2vw, 14px);
}
.memberList li .position {
  font-size: min(2.8vw, 12px);
}

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


  .aboutTxt {
    margin: min(6vw, 30px) auto min(10vw, 80px);
  }
  .aboutTxt p {
    line-height: 2.2;
  }
  
  .companyInfo {
    height: auto;
  }
  .companyInfo li {
    width: 100%;
  }
  
  .memberList {
    justify-content: space-between;
    gap: min(4vw, 20px) 0;
  }
  .memberList li {
    width: 48%;
  }
}


/* ///// Join us ///// */

.joinusDetail {
  display: flex;
  justify-content: space-between;
  margin-bottom: min(8vw, 60px);
}
.joinusDetail .joinusBox {
  width: 48%;
  border: #000 solid 1px;
  border-radius: min(2vw, 10px);
  padding: min(6vw, 30px);
}
.joinusDetail .joinusBox .thumb {
  line-height: 0;
  border-radius: min(1.6vw, 7px);
  overflow: hidden;
  margin-bottom: min(4vw, 20px);
  width: 100%;
  aspect-ratio: 1/0.64;
}
.joinusDetail .joinusBox .thumb img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
.joinusDetail .joinusBox .txt {
  font-size: min(3.2vw, 14px);
}
.joinusDetail .joinusBox .txt h4 {
  color: #1d2088;
  font-size: min(3.4vw, 16px);
  margin-bottom: min(2vw, 10px);
}
.joinusDetail .joinusBox .txt ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
}


.recruitBox,
.contactBox {
  border-radius: min(2vw, 10px);
  padding: min(8vw, 60px) min(6vw, 40px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 740px;
  margin: 0 auto min(4vw, 30px);
  color: #fff;
}

.recruitBox { background-color: #a71169;}
.contactBox { background-color: #0396a3;}

.recruitBox .txt,
.contactBox .txt {
  display: flex;
  align-items: center;
  gap: min(4vw, 20px);
}

.recruitBox .txt h3,
.contactBox .txt h3 {
  font-family: "Oswald", sans-serif;
  font-size: min(7.4vw, 42px);
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.recruitBox .joinusBtn a,
.contactBox .joinusBtn a {
  color: #fff;
  text-decoration: none;
  border: #fff solid 1px;
  font-family: "Oswald", sans-serif;
  font-size: min(4.4vw, 18px);
  display: block;
  padding: min(1vw, 5px) min(8vw, 60px);
  border-radius: min(1vw, 6px);
  text-align: center;
}


@media screen and (max-width: 820px) {
  
  .joinusDetail {
    flex-direction: column;
    gap: min(4vw, 20px);
  }
  .joinusDetail .joinusBox {
    width: 100%;
  }


  .recruitBox,
  .contactBox {
    flex-direction: column;
    gap: min(4vw, 20px);
  }
  .recruitBox .txt,
  .contactBox .txt {
    flex-direction: column;
    gap: min(3vw, 15px);
  }
  
  .recruitBox .joinusBtn a,
  .contactBox .joinusBtn a {
    width: min(46vw, 200px);
  }
  
  
}


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

	Contact

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

.recruitContact {
  max-width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: #ccc solid 1px;
  padding: min(5vw, 30px);
  border-radius: 10px;
}
.recruitContact a {
  font-family: "Oswald", sans-serif;
  font-size: min(4vw, 20px);
  background-color: #a71169;
  color: #fff;
  text-decoration: none;
  padding: min(2vw, 10px)  min(10vw, 80px);
  border-radius: 8px;
}

.required {
  color: #c21010;
  font-size: min(3vw, 12px);
  margin-bottom: min(2vw, 10px);
}

.formList {
  border-bottom: #ccc solid 1px;
  margin-bottom: min(6vw, 30px);
  margin-top: min(8vw, 60px);
}
.formList li {
  display: flex;
  padding: min(4vw, 20px) 0;
  border-top: #ccc solid 1px;
}
.formList li > p {
  width: 30%;
}
.formList li > p span {
  color: #c21010;
}
.formList li .inputWrap {
  width: 68%;
}
.formList li .inputWrap input[type="text"],
.formList li .inputWrap input[type="email"],
.formList li .inputWrap textarea {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 8px;
  border: #ccc solid 1px;
  padding: min(2vw, 10px) min(3vw, 15px);
  font-size: 16px;
}
.formList li .inputWrap textarea {
  height: 200px;
}

.formList li .inputWrap.inputFlex {
  display: flex;
  justify-content: space-between;
}
.formList li .inputWrap .inputHalf {
  width: 46%;
  position: relative;
}

.formList li .inputWrap .inputHalf label {
  position: absolute;
  top: 50%;
  left: -2em;
  transform: translateY(-50%);
}

.submit input[type="submit"] {
  display: block;
  width: min(45vw, 260px);
  background-color: #000;
  color: #fff;
  padding: min(2.5vw, 12px);
  font-size: min(3.4vw, 16px);
  border-radius: 6px;
  margin: 0 auto;
  letter-spacing: 0.1em;
}


.screen-reader-response {
  border: #c21010 solid 1px;
  padding: min(6vw, 30px);
  margin-bottom: min(7vw, 50px);
}
.screen-reader-response ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
}
.wpcf7-response-output {
  border: #c21010 solid 1px;
  padding: min(6vw, 30px);
  margin-top: min(7vw, 50px);
}
.wpcf7-response-output:empty {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #c21010;
  font-weight: bold;
  margin-top: min(2vw, 10px);
  display: block;
}

#wpcf7-f6-p20-o1-ve-your-surname::before { content: "姓を";}
#wpcf7-f6-p20-o1-ve-your-givenName::before { content: "名を";}
#wpcf7-f6-p20-o1-ve-your-company::before { content: "御社名を";}
#wpcf7-f6-p20-o1-ve-your-email::before { content: "メールを";}
#wpcf7-f6-p20-o1-ve-your-subject::before { content: "題名を";}
#wpcf7-f6-p20-o1-ve-your-message::before { content: "メッセージ本文を";}

@media screen and (max-width: 820px) {
  
  
  .formList li {
    flex-direction: column;
  }
  .formList li > p {
    width: 100%;
    margin-bottom: min(1vw, 5px);
  }
  .formList li .inputWrap {
    width: 100%;
  }
  .formList li .inputWrap .inputHalf {
    padding-left: 2em;
    width: 47%;
  }
  .formList li .inputWrap .inputHalf label {
    left: 0;
  }
  
  .formList li .inputWrap textarea {
    height: 10em;
  }
}



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

	News

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

.newsHead {
  padding-top: min(6vw, 30px);
  padding-bottom: min(6vw, 30px);
  margin-bottom: min(8vw, 60px);
  border-bottom: #000 solid 1px;
}
.newsHead .date {
  color: #1d2088;
  font-size: min(3.4vw, 16px);
  font-weight: bold;
  margin-bottom: min(2vw, 10px);
}
.newsHead h3 {
  font-size: min(4.2vw, 24px);
  margin-bottom: min(2vw, 10px);
}

.newsHead .tag {
  display: flex;
  gap: min(2vw, 10px);
  flex-wrap: wrap;
}
.newsHead .tag > p {
  background-color: #859bd9;
  font-size: min(2.8vw, 10px);
  padding: min(0.5vw, 3px) min(3vw, 15px) min(0.4vw, 2px);
  color: #fff;
  border-radius: 100px;
}

.newsBody {
	margin-bottom: 60px;
}
.newsBody .eyeCatch {
	margin-bottom: min(6vw, 50px);
  line-height: 0;
}
.newsBody .eyeCatch img {
	line-height: 0;
	width: 100% !important;
	height: auto !important;
	max-width: 100% !important;
}
.newsBody .eyeCatch figcaption {
	margin-top: 10px;
	font-size: 14px;
}
.newsBody hr {
	border: none;
	height: 1px;
	background-color: #ddd;
	margin: 60px 0;
}

.newsBody h2 strong {
  font-weight: bold;
}
.newsBody h2 {
  font-size: min(4.6vw, 28px);
  margin-bottom: min(8vw, 60px);
}

.newsBody h3 {
  background-color: #f0f0f0;
  padding: min(3vw, 15px);
  margin-top: min(10vw, 60px);
  margin-bottom: min(6vw, 40px);
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  border-left: #1d2088 solid 10px;
}
.newsBody h3:first-child {
  margin-top: 0;
}
.newsBody h3 span {
  font-size: 1em;
  margin: 0;
}
.newsBody h3 strong {
  font-weight: bold;
}
.newsBody h4 {
  font-size: min(3.6vw, 18px);
  font-weight: bold;
  border-bottom: #1d2088 solid 1px;
  padding-bottom: min(1vw, 5px);
  margin-bottom: min(7vw, 40px);
  margin-bottom: min(6vw, 30px);
  color: #1d2088;
  margin-top: min(10vw, 60px);
}
.newsBody h4:first-child {
  margin-top: 0;
}
.newsBody h4 strong {
  font-weight: bold;
}
.newsBody h5 {
  font-size: min(3.4vw, 16px);
  margin-bottom: min(3vw, 15px);
  margin-top: min(6vw, 30px);
}
.newsBody h5 strong {
  font-weight: bold;
}
.newsBody p {
  font-size: min(3.2vw, 14px);
  margin-bottom: min(5vw, 25px);
}
.newsBody a {
	color: #3D434A;
	text-decoration: underline;
}
.newsBody figure {
  line-height: 0;
  margin: min(8vw, 60px) 0;
}

.newsBody ul {
  list-style: disc;
  padding-left: min(4vw, 20px);
  margin: min(6vw, 30px) 0;
  font-size: min(3.2vw, 14px);
}
.newsBody ol {
  list-style: decimal;
  padding-left: min(4vw, 24px);
  margin: min(6vw, 30px) 0;
  font-size: min(3.2vw, 14px);
}
.newsBody ul ul,
.newsBody ul ol,
.newsBody ol ul,
.newsBody ol ol {
  margin: min(2vw, 10px) 0;
}
.newsBody blockquote {
  background-color: #eee;
  padding: min(4vw, 20px) min(4vw, 20px) min(4vw, 20px) min(10vw, 55px);
  margin-bottom: min(4vw, 20px);
  position: relative;
}
.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;
}
.newsBody blockquote p:last-child {
  margin-bottom: 0;
}

.newsBody .has-text-align-center {
  text-align: center;
}

.newsBody table {
  width: 100%;;
  font-size: min(3.2vw, 14px);
  margin-bottom: min(4vw, 20px);
	table-layout: fixed;
	border-spacing: 1px;
	border-collapse: separate !important;
}
.newsBody table th,
.newsBody table td {
  padding: min(2vw, 10px);
}
.newsBody table th {
	background-color: #000;
	color: #fff;
  font-weight: bold;
}
.newsBody table td {
	background-color: #eee;
	color: #000;
}


.pager {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(2vw, 10px);
  margin-top: min(8vw, 60px);
}
.pager span,
.pager a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  color: #000;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  font-size: min(3.4vw, 15px);
  border-radius: 50%;
  border: #000 solid 1px;
}
.pager .current {
  background-color: #000;
  color: #fff;
}

.pager .prev,
.pager .next {
  border: #000 solid 1px;
}

.pager .prev:before,
.pager .next:after {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pager .prev:before { content: "\e90c";}
.pager .next:after { content: "\e90e";}


.pagerBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pagerBtn > p {
  width: 30%;
}
.pagerBtn > p:nth-child(2) {
  width: 40%;
}

.pagerBtn > p a {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: min(4vw, 20px);
  text-decoration: none;
  font-size: min(3.6vw, 18px);
  width: fit-content;
}

.pagerBtn .prev:before,
.pagerBtn .next:after {
  font-family: 'sns_ico' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}
.pagerBtn .prev::before {
  content: "\e90c";
  display: block;
  transition: all 0.3s ease-out;
}
.pagerBtn .next {
  margin-left: auto;
}
.pagerBtn .next::after {
  content: "\e90e";
  display: block;
  transition: all 0.3s ease-out;
}

.pagerBtn .back {
  margin: 0 auto;
}

.plainPage {
  padding-top: min(8vw, 60px);
}

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