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

	変数設定

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@100;200;300;400;500;600;700&family=Plus+Jakarta+Sans:wght@200&display=swap");
/* color */
/* font */
/* trans */
/* margin */
/* box */
/* 固定ページ */
/*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

	HOME【homePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#homePage #keyVisualBlock {
  position: relative;
  margin-top: 20px;
}
#homePage #keyVisualBlock #but, #homePage #keyVisualBlock #but_sp {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
#homePage #keyVisualBlock #mainvisual {
  width: 100%;
}
#homePage #keyVisualBlock #newsHeadlineBlock {
  position: absolute;
  bottom: 0;
  right: 60px;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  z-index: 1001;
}
#homePage #keyVisualBlock #newsHeadlineBlock section {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0 20px;
  border: 1px solid #CBCBCB;
  border-radius: 40px;
}
#homePage #keyVisualBlock #newsHeadlineBlock section * {
  font-size: 0.93rem;
  line-height: 1;
}
#homePage #keyVisualBlock #newsHeadlineBlock section h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 700;
  color: #1932BC;
}
#homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a {
  display: flex;
  gap: 15px;
  padding: 22px 22px 22px 0;
  background: url(../img/common/arrow_3_r_w.svg) no-repeat center right;
  padding-right: 30px;
}
#homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a time {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400 !important;
  color: #333 !important;
}
#homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a p {
  font-weight: 500;
}
#homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a:hover time {
  color: #1932BC !important;
}
#homePage #serviceBlock {
  padding: 100px 0 200px;
  background: url(../img/top/bg_service.svg) no-repeat top 30px center;
  background-size: cover;
}
#homePage #serviceBlock div.container {
  position: relative;
}
#homePage #serviceBlock div.container section {
  width: 54%;
}
#homePage #serviceBlock div.container section h2 {
  font-size: 2.13rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
#homePage #serviceBlock div.container section h2 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: baseline;
  margin-left: 5px;
}
#homePage #serviceBlock div.container section p {
  margin-bottom: 20px;
  line-height: 30px;
}
#homePage #serviceBlock div.container .ill_box li:nth-child(1) {
  position: absolute;
  top: 20px;
  right: 115px;
  height: 100px;
}
#homePage #serviceBlock div.container .ill_box li:nth-child(2) {
  position: absolute;
  top: 100px;
  right: 0px;
  height: 100px;
}
#homePage #companyBlock {
  position: relative;
  background: url(../img/top/company.jpg) no-repeat top center;
  background-size: cover;
  text-align: left;
  height: 600px;
  overflow: visible;
  margin-bottom: 60px;
}
#homePage #companyBlock h2 {
  position: absolute;
  top: -50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 6.66rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 250px;
}
#homePage #companyBlock > section {
  position: absolute;
  right: 0;
  bottom: -60px;
  display: inline-block;
  width: 70%;
  background: #1932BC;
  padding: 35px 60px;
  border-radius: 0 0 0 50px;
}
#homePage #companyBlock > section * {
  color: #fff;
  line-height: 1;
}
#homePage #companyBlock > section h3 {
  font-size: 2.13rem;
  font-weight: 700;
  margin-bottom: 25px;
}
#homePage #companyBlock > section ul {
  display: flex;
  gap: 30px;
}
#homePage #companyBlock > section ul li {
  width: calc((100% - 60px) / 3);
}
#homePage #companyBlock > section ul li a section h4 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 20px 0 10px;
}
#homePage #companyBlock > section ul li a section h4 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.13rem;
  font-weight: normal;
  vertical-align: baseline;
  margin-right: 10px;
}
#homePage #companyBlock > section ul li a section h5 {
  font-size: 0.93rem;
  font-weight: 600;
  color: #80A3FF;
}
#homePage #companyBlock > section ul li a:hover img {
  transform: scale(1.15);
}
#homePage #companyBlock > section .but_more {
  position: absolute;
  top: 30px;
  right: 60px;
}
#homePage #companyBlock > section .but_more a {
  background-image: url(../img/common/arrow_3_r_b.svg);
}
#homePage #companyBlock > section .but_more a::before {
  background: #fff;
  bottom: 0;
}
#homePage #companyBlock > section .but_more a:hover {
  color: #fff !important;
}
#homePage #productsBlock {
  padding: 100px 0 160px;
  background: url(../img/top/bg_products.svg) no-repeat top 80px left calc((100vw - 1000px) / 2);
}
#homePage #productsBlock section {
  position: relative;
  overflow: visible;
}
#homePage #productsBlock section h2 {
  font-size: 2.13rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
#homePage #productsBlock section h2 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  letter-spacing: 2px;
  vertical-align: baseline;
  margin-left: 5px;
}
#homePage #productsBlock section #categorylist li {
  position: relative;
  margin-bottom: 65px;
}
#homePage #productsBlock section #categorylist li a {
  line-height: 1.6;
}
#homePage #productsBlock section #categorylist li a h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
#homePage #productsBlock section #categorylist li a p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  color: #80A3FF;
}
#homePage #productsBlock section #categorylist li::before {
  position: absolute;
  content: "";
  top: 15px;
  height: 1px;
  background: #000;
}
#homePage #productsBlock section #categorylist li::after {
  position: absolute;
  content: "";
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
}
#homePage #productsBlock section #categorylist li:nth-child(1)::before {
  left: 17%;
  width: 62%;
}
#homePage #productsBlock section #categorylist li:nth-child(2)::before {
  left: 27%;
  width: 38%;
}
#homePage #productsBlock section #categorylist li:nth-child(3)::before {
  left: 23%;
  width: 58%;
}
#homePage #productsBlock section #categorylist li:nth-child(4)::before {
  left: 15%;
  width: 56%;
}
#homePage #productsBlock section #categorylist li:nth-child(1)::after {
  left: 79%;
}
#homePage #productsBlock section #categorylist li:nth-child(2)::after {
  left: 65%;
}
#homePage #productsBlock section #categorylist li:nth-child(3)::after {
  left: 81%;
}
#homePage #productsBlock section #categorylist li:nth-child(4)::after {
  left: 71%;
}
#homePage #productsBlock section .but_more {
  text-align: left;
}
#homePage #productsBlock section .ill_box li:nth-child(1) {
  position: absolute;
  top: 5%;
  right: 3%;
}
#homePage #productsBlock section .ill_box li:nth-child(2) {
  position: absolute;
  top: 29%;
  right: 23%;
}
#homePage #productsBlock section .ill_box li:nth-child(3) {
  position: absolute;
  top: 34%;
  right: -12.5%;
}
#homePage #productsBlock section .ill_box li:nth-child(4) {
  position: absolute;
  top: 69%;
  right: 14.5%;
}
#homePage #newsBlock {
  position: relative;
  background: url(../img/top/bg_news.svg) no-repeat top right #E9E9E9;
  padding: 100px 0;
}
#homePage #newsBlock section {
  display: flex;
}
#homePage #newsBlock section h2 {
  display: block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.6;
  width: 280px;
}
#homePage #newsBlock section h2 span {
  display: block;
  font-size: 0.93rem;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
}
#homePage #newsBlock section #newsList {
  width: calc(100% - 280px);
}
#homePage #newsBlock section #newsList .news_list {
  width: 100%;
}
#homePage #newsBlock section #newsList .news_list li a {
  display: block;
  padding: 30px 0;
}
#homePage #newsBlock section #newsList .news_list li a .icon_new {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding: 5px 30px;
  background: #EE1900;
  border-radius: 20px; /*vertical-align:baseline;*/
  margin-right: 10px;
  margin-top: 0px;
}
#homePage #newsBlock section #newsList .news_list li a time {
  font-size: 0.8rem;
  font-weight: normal !important;
}
#homePage #newsBlock section #newsList .news_list li a p {
  font-weight: 500;
}
#homePage #newsBlock section #newsList .news_list li:not(:last-child) {
  border-bottom: 1px solid #CBCBCB;
}
#homePage #newsBlock .ill_box {
  position: absolute;
  top: 40px;
  right: 120px;
}
#homePage #recruitBlock {
  position: relative;
  background: #1932BC;
  padding-top: 50px;
}
#homePage #recruitBlock * {
  color: #fff;
}
#homePage #recruitBlock > div {
  display: flex;
}
#homePage #recruitBlock > div section {
  width: 400px;
  text-align: left;
  margin: 4% 0 0 calc((100% - 1000px) / 2);
}
#homePage #recruitBlock > div section h2 {
  font-size: 2.13rem;
  font-weight: 700;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#homePage #recruitBlock > div section p {
  margin-bottom: 20px;
  line-height: 30px;
}
#homePage #recruitBlock > div section .but_more {
  text-align: left;
}
#homePage #recruitBlock > div section .but_more a {
  background-image: url(../img/common/arrow_3_r_b.svg);
}
#homePage #recruitBlock > div section .but_more a::before {
  background: #fff;
}
#homePage #recruitBlock > div section .but_more a:hover {
  color: #fff !important;
}
#homePage #recruitBlock > div .img_box {
  width: calc(100% - (100% - 1000px) / 2 - 400px);
  border-radius: 50px 0 0 0;
  overflow: hidden;
}
#homePage #recruitBlock .ill_box {
  position: absolute;
  bottom: -10px;
  left: 0;
}
#homePage #recruitBlock .recruit_cls {
  fill: none;
  stroke: #80a3ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2px;
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
}
#homePage #recruitBlock .anima {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  animation: line-animation 1.5s linear forwards;
}
#homePage #recruitBlock #t_1 {
  animation-delay: 0s;
}
#homePage #recruitBlock #t_2 {
  animation-delay: 0.25s;
}
#homePage #recruitBlock #t_3 {
  animation-delay: 0.75s;
}
#homePage #recruitBlock #t_4 {
  animation-delay: 1s;
}
#homePage #recruitBlock #t_5 {
  animation-delay: 1.25s;
}
#homePage #recruitBlock #t_6 {
  animation-delay: 1.5s;
}
#homePage #recruitBlock #t_7 {
  animation-delay: 1.75s;
}
@keyframes line-animation {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

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

	Service【servicePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#servicePage #serviceBlock .quote_box {
  margin-bottom: 150px;
}
#servicePage #serviceBlock #categorylist {
  width: 1030px;
  margin: 0 auto;
  text-align: left;
}
#servicePage #serviceBlock #categorylist > li {
  display: flex;
  align-items: center;
  gap: 4%;
  margin: 0 30px 150px 0;
}
#servicePage #serviceBlock #categorylist > li .img_box {
  width: 33%;
}
#servicePage #serviceBlock #categorylist > li section {
  width: 65%;
}
#servicePage #serviceBlock #categorylist > li section h3 {
  font-size: 1.86rem;
  font-weight: 700;
  line-height: 1.6;
}
#servicePage #serviceBlock #categorylist > li section h3 + p {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 800;
  color: #1932BC;
  margin-bottom: 20px;
}
#servicePage #serviceBlock #categorylist > li section h4 {
  position: relative;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  margin: 20px 0 10px;
  padding-left: 28px;
}
#servicePage #serviceBlock #categorylist > li section h4::before {
  position: absolute;
  content: "";
  top: 14px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #1932BC;
}
#servicePage #serviceBlock #categorylist > li section ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#servicePage #serviceBlock #categorylist > li section ul li {
  width: calc(50% - 10px);
}
#servicePage #serviceBlock #categorylist > li section ul li a {
  display: block;
  font-weight: 500;
  line-height: 1;
  background: url(../img/common/arrow_4_r_w.svg) no-repeat center right 10px rgba(233, 233, 233, 0.5);
  border-radius: 5px;
  padding: 15px 40px 15px 20px;
}
#servicePage #serviceBlock #categorylist > li:nth-child(odd) {
  flex-direction: row-reverse;
  margin: 0 0 150px 30px;
}
#servicePage #serviceBlock #categorylist > li:last-child {
  margin-bottom: 0;
}
#servicePage #serviceBlock #categorylist > li:nth-child(2) section ul {
  display: inline-block;
}
#servicePage #serviceBlock #categorylist > li:nth-child(2) section ul li {
  width: 100%;
}
#servicePage #serviceBlock #categorylist > li:nth-child(2) section ul li:not(:last-child) {
  margin-bottom: 20px;
}

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

	Company【companyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#companyPage #companyBlock {
  background: url(../img/company/bg_company.svg) no-repeat top left calc((100vw - 1000px) / 2);
  padding-bottom: 50px;
}
#companyPage #companyBlock section {
  position: relative;
  overflow: visible;
}
#companyPage #companyBlock section > ul > li {
  position: relative;
}
#companyPage #companyBlock section > ul > li h3 {
  font-size: 2.13rem;
  font-weight: 700;
}
#companyPage #companyBlock section > ul > li p {
  margin-bottom: 10px;
}
#companyPage #companyBlock section > ul > li ul li a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  background: url(../img/common/arrow_3_r_b.svg) no-repeat center left;
  padding: 4px 30px 2px;
}
#companyPage #companyBlock section > ul > li:not(:last-child) {
  margin-bottom: 100px;
}
#companyPage #companyBlock section > ul > li .line_1 {
  position: absolute;
  content: "";
  top: 30px;
  height: 1px;
  background: #000;
}
#companyPage #companyBlock section > ul > li .line_1::after {
  position: absolute;
  content: "";
  top: -3px;
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: #000;
}
#companyPage #companyBlock section > ul > li .line_2 {
  position: absolute;
  content: "";
  width: 1px;
  height: 0;
  background: #000;
}
#companyPage #companyBlock section > ul > li:nth-child(1) .line_1 {
  left: 33%;
  width: 58%;
}
#companyPage #companyBlock section > ul > li:nth-child(1) .line_2 {
  top: 0px;
  right: 0px;
  height: 80px;
}
#companyPage #companyBlock section > ul > li:nth-child(2) .line_1 {
  left: 16%;
  width: 41%;
}
#companyPage #companyBlock section > ul > li:nth-child(3) .line_1 {
  left: 26%;
  width: 58%;
}
#companyPage #companyBlock section > ul > li:nth-child(1) .line_1::after {
  top: 77px;
  right: -3px;
}
#companyPage #companyBlock section > ul > li:nth-child(2) .line_1::after {
  right: 0;
}
#companyPage #companyBlock section > ul > li:nth-child(3) .line_1::after {
  right: 0;
}
#companyPage #companyBlock section .ill_box li {
  height: 1px;
}
#companyPage #companyBlock section .ill_box li:nth-child(1) {
  position: absolute;
  top: 16%;
  right: -8%;
}
#companyPage #companyBlock section .ill_box li:nth-child(2) {
  position: absolute;
  top: 35%;
  right: 8%;
}
#companyPage #companyBlock section .ill_box li:nth-child(3) {
  position: absolute;
  top: 64%;
  right: -15%;
}
#companyPage #managementBlock h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
#companyPage #managementBlock #origin,
#companyPage #managementBlock #useful {
  margin-bottom: 100px;
}
#companyPage #managementBlock #work > section {
  position: relative;
}
#companyPage #managementBlock #work > section .img_box {
  position: absolute;
  top: 0;
  right: 20px;
}
#companyPage #managementBlock .border_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #E9E9E9;
  padding: 40px;
  margin-bottom: 50px;
}
#companyPage #managementBlock .border_box section {
  width: 85%;
}
#companyPage #managementBlock .border_box section h5 {
  color: #1932BC;
  margin-bottom: 10px;
}
#companyPage #managementBlock .border_box section ul li {
  display: flex;
  font-size: 1.2rem;
  font-weight: 600;
}
#companyPage #managementBlock .border_box section ul li div {
  white-space: nowrap;
}
#companyPage #managementBlock .border_box section ul li p {
  font-size: 1.2rem;
  font-weight: 600;
}
#companyPage #managementBlock .border_box section ul li:not(:last-child) {
  margin-bottom: 10px;
}
#companyPage #managementBlock .border_box .img_box {
  width: 11%;
}
#companyPage #managementBlock .management_list li {
  display: flex;
  gap: 15px;
}
#companyPage #managementBlock .management_list li div {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.33rem;
  font-weight: 700;
  line-height: 1.6;
  color: #1932BC;
  white-space: nowrap;
}
#companyPage #managementBlock .management_list li:not(:last-child) {
  margin-bottom: 30px;
}
#companyPage #greetingBlock #greeting {
  margin-bottom: 100px;
}
#companyPage #greetingBlock #greeting > div {
  display: flex;
  gap: 60px;
}
#companyPage #greetingBlock #greeting > div .img_box {
  width: calc(50% - 60px);
}
#companyPage #greetingBlock #greeting > div section {
  width: 50%;
}
#companyPage #greetingBlock #greeting > div section h4 {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 600;
  margin-bottom: 30px;
}
#companyPage #greetingBlock #greeting > div section p:not(:last-child) {
  margin-bottom: 30px;
}
#companyPage #greetingBlock #greeting > div section .autograph {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
#companyPage #greetingBlock #greeting > div section .autograph span {
  font-size: 1.46rem;
  font-weight: 500;
  vertical-align: baseline;
  margin-left: 1rem;
}
#companyPage #greetingBlock #policy {
  position: relative;
}
#companyPage #greetingBlock #policy > section:not(:last-child) {
  margin-bottom: 50px;
  max-width: calc(100% - 100px);
}
#companyPage #greetingBlock #policy .policy_list li {
  display: flex;
  gap: 5px;
}
#companyPage #greetingBlock #policy .policy_list li div {
  font-size: 1.2rem;
  font-weight: 600;
  white-space: nowrap;
}
#companyPage #greetingBlock #policy .policy_list li section h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
#companyPage #greetingBlock #policy .policy_list li:not(:last-child) {
  margin-bottom: 30px;
}
#companyPage #greetingBlock #policy .img_box {
  position: absolute;
  top: 140px;
  right: 20px;
}
#companyPage #profile {
  margin-bottom: 130px;
}
#companyPage #profile table {
  width: 100%;
}
#companyPage #profile table tr th, #companyPage #profile table tr td {
  padding: 15px;
  border: 1px solid #e5e5e5;
}
#companyPage #profile table tr th {
  font-weight: 600;
  background: #f5f5f5;
  white-space: nowrap;
}
#companyPage #office {
  position: relative;
  overflow: visible;
  margin-bottom: 100px;
}
#companyPage #office ul li h4 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 10px;
}
#companyPage #office ul li h4::before {
  position: absolute;
  content: "";
  top: 20px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #1932BC;
}
#companyPage #office ul li .office_box {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}
#companyPage #office ul li .office_box table {
  width: calc(100% - 350px);
  line-height: 1.6;
}
#companyPage #office ul li .office_box table tr th {
  font-weight: 600;
  padding: 5px 15px 5px 0;
  white-space: nowrap;
}
#companyPage #office ul li .office_box table tr td {
  padding: 5px 0;
}
#companyPage #office ul li .office_box table tr td .add,
#companyPage #office ul li .office_box table tr td .fax {
  margin-left: 1rem;
}
#companyPage #office ul li .office_box .map_box {
  width: 300px;
}
#companyPage #office ul li .office_box .map_box iframe {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
#companyPage #office ul li:not(:last-child) {
  margin-bottom: 50px;
}
#companyPage #office .img_box {
  position: absolute;
  top: -70px;
  right: 0px;
  width: 132px;
}
#companyPage #history #historyList li {
  display: flex;
}
#companyPage #history #historyList li .decade {
  width: 160px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  color: #5f70d1;
  white-space: nowrap;
  margin-top: -10px;
}
#companyPage #history #historyList li .year {
  position: relative;
  width: 130px;
  position: relative;
  padding-left: 50px;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 600;
  white-space: nowrap;
}
#companyPage #history #historyList li .year::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 7px;
  height: 7px;
  background: #1932BC;
  border-radius: 100%;
}
#companyPage #history #historyList li .year::after {
  position: absolute;
  content: "";
  top: 0px;
  left: 3px;
  width: 1px;
  height: 100%;
  background: #1932BC;
}
#companyPage #history #historyList li .data {
  width: calc(100% - 290px);
  padding-bottom: 20px;
}
#companyPage #history #historyList li:first-child .year::after {
  top: 15px;
}
#companyPage #history #historyList li:last-child .year::after {
  height: 15px;
}

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

	Support【supportPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#supportPage #maintenanceBlock {
  margin-bottom: 200px;
}
#supportPage #maintenanceBlock ul li {
  display: flex;
  gap: 7%;
  justify-content: center;
}
#supportPage #maintenanceBlock ul li section {
  width: 53%;
}
#supportPage #maintenanceBlock ul li section h3 {
  position: relative;
  font-size: 1.6rem;
  font-weight: 700;
  padding-left: 60px;
}
#supportPage #maintenanceBlock ul li section h3::before {
  position: absolute;
  content: "";
  top: 1.5rem;
  left: 0;
  width: 45px;
  height: 2px;
  background: #1932BC;
}
#supportPage #maintenanceBlock ul li figure {
  width: 40%;
}
#supportPage #maintenanceBlock ul li:nth-child(even) {
  flex-direction: row-reverse;
}
#supportPage #maintenanceBlock ul li:not(:last-child) {
  margin-bottom: 100px;
}
#supportPage #impressedBlock {
  position: relative;
  padding: 100px 0;
  background: url(../img/top/bg_news.svg) no-repeat top right #eceefa;
}
#supportPage #impressedBlock .container {
  text-align: center;
}
#supportPage #impressedBlock .container h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
}
#supportPage #impressedBlock .container h3 {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 50px;
}
#supportPage #impressedBlock .container .impressed_box {
  background: #fff;
  border-radius: 12px;
  padding: 100px;
}
#supportPage #impressedBlock .container .impressed_box #freedialBlock {
  max-width: 75%;
  margin: 50px auto 0;
  border: 1px solid #CBCBCB;
  border-radius: 12px;
  padding: 30px;
  line-height: 1.8;
}
#supportPage #impressedBlock .container .impressed_box #freedialBlock h6 {
  font-size: 1.2rem;
  font-weight: 600;
}
#supportPage #impressedBlock .container .impressed_box #freedialBlock a {
  display: inline-block;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.13rem;
  font-weight: 700;
  color: #1932BC;
  background: url(../img/common/icon_freedial.svg) no-repeat center left;
  padding-left: 45px;
}
#supportPage #impressedBlock .container .impressed_box #freedialBlock p {
  font-size: 0.93rem;
  font-weight: 500;
}
#supportPage #impressedBlock .container .impressed_box h5 {
  font-size: 2.66rem;
  font-weight: 700;
}
#supportPage #impressedBlock .container .impressed_box #butBlock a {
  position: relative;
  display: block;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  width: 560px;
  padding: 15px;
  border-radius: 40px;
  margin: 20px auto 0;
}
#supportPage #impressedBlock .container .impressed_box #butBlock a#butOrder {
  background: #1932BC;
}
#supportPage #impressedBlock .container .impressed_box #butBlock a#butOrder::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 20px;
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: url(../img/common/arrow_1_r_b.svg) no-repeat center #fff;
  background-size: 20px;
}
#supportPage #impressedBlock .container .impressed_box #butBlock a#butOffice {
  background: #56c6b4;
}
#supportPage #impressedBlock .container .impressed_box #butBlock a#butOffice::before {
  position: absolute;
  content: "";
  top: 13px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background: url(../img/common/icon_blank_g.svg) no-repeat center #fff;
  background-size: 45px;
}
#supportPage #impressedBlock .container .impressed_box:not(:last-child) {
  margin-bottom: 50px;
}
#supportPage #impressedBlock .ill_box {
  position: absolute;
  top: 20px;
  right: 100px;
}

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

	Remote Support【remotePage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#remotePage #remoteBlock section {
  margin-bottom: 100px;
}
#remotePage #remoteBlock section h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: 1px solid #CBCBCB;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
#remotePage #remoteBlock section #stepList {
  display: flex;
  gap: 60px;
  margin: 50px 0;
}
#remotePage #remoteBlock section #stepList li {
  position: relative;
  width: calc((100% - 120px) / 3);
}
#remotePage #remoteBlock section #stepList li h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #fb9400;
}
#remotePage #remoteBlock section #stepList li .img_box {
  width: 62%;
  margin: 30px auto;
}
#remotePage #remoteBlock section #stepList li h5 {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
#remotePage #remoteBlock section #stepList li:not(:last-child)::before {
  position: absolute;
  content: "";
  top: 150px;
  right: -50px;
  width: 22px;
  height: 18px;
  background: url(../img/remote/step_arrow.svg) no-repeat center;
}
#remotePage #remoteBlock #butBlock {
  text-align: center;
}
#remotePage #remoteBlock #butBlock #startBut {
  display: block;
  font-size: 1.46rem;
  font-weight: 700;
  color: #fff;
  width: 550px;
  border-radius: 40px;
  padding: 15px;
  margin: 0 auto 40px;
  background: url(../img/remote/arrow_7_o_r.svg) no-repeat center right 15px #fb9400;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#remotePage #remoteBlock #butBlock #startBut:hover {
  opacity: 0.75;
}
#remotePage #remoteBlock #butBlock .caution {
  font-size: 0.86rem;
  color: #000;
  line-height: 1.8;
}
#remotePage #remoteBlock #butBlock .caution a {
  color: #1932BC;
  text-decoration: underline;
}

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

	Contact【contactPage】【recruitPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#contactPage .lead_box {
  text-align: center;
}
#contactPage .lead_box .lead_box_inner {
  display: inline-block;
  margin: 0 auto;
}
#contactPage .lead_box .lead_box_inner .tel_box {
  border: 1px solid #CBCBCB;
  border-radius: 12px;
  line-height: 1.8;
  padding: 40px;
  margin: 40px auto;
}
#contactPage .lead_box .lead_box_inner .tel_box h5 {
  font-size: 1.2rem;
  font-weight: 600;
}
#contactPage .lead_box .lead_box_inner .tel_box a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.13rem;
  font-weight: 700;
  color: #1932BC;
  text-decoration: none;
  background: url(../img/common/icon_tel_2.svg) no-repeat center left;
  padding-left: 35px;
}
#contactPage .lead_box .lead_box_inner .tel_box a + p {
  font-size: 0.93rem;
}
#contactPage .lead_box a {
  color: #1932BC;
  text-decoration: underline;
}
#contactPage .lead_box #step {
  margin: 100px auto;
}
#contactPage #contactFormBlock .required {
  font-size: 0.75rem;
  color: #EE1900;
  margin: 0 5px;
}
#contactPage #contactFormBlock table tr th, #contactPage #contactFormBlock table tr td {
  padding: 30px 0;
}
#contactPage #contactFormBlock table tr th {
  font-size: 1.13rem;
  font-weight: 600;
  width: 30%;
}
#contactPage #contactFormBlock table tr td {
  width: 70%;
}
#contactPage #contactFormBlock table tr .zip .p-country-name {
  display: block;
  background: #80A3FF;
}
#contactPage #contactFormBlock table tr .zip #searchAdd {
  color: #fff;
  background: #6C6C6C;
  border-radius: 5px;
  margin-left: 20px;
}
#contactPage #contactFormBlock table tr .age input {
  width: 5rem;
}
#contactPage #contactFormBlock table tr .graduation span {
  display: block;
  font-size: 0.93rem;
  font-weight: 500;
}
#contactPage #contactFormBlock .privacy_box {
  text-align: center;
  margin: 50px auto;
}
#contactPage #contactFormBlock .privacy_box a {
  color: #1932BC !important;
  text-decoration: underline;
}
#contactPage #contactFormBlock .but_submit {
  margin: 50px auto 100px;
}
#contactPage #contactFormBlock .but_submit p {
  display: flex;
  gap: 40px;
  justify-content: center; /**/
  margin-left: 50px;
}
#contactPage #contactFormBlock .but_submit p input {
  font-size: 1.2rem;
  line-height: 50px;
  color: #fff;
  background: #1932BC;
  border: 1px solid #1932BC;
  border-radius: 50px;
  width: 300px;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
  cursor: pointer;
}
#contactPage #contactFormBlock .but_submit p input:hover {
  opacity: 0.75;
}
#contactPage #contactFormBlock .but_submit p .back {
  background: #fff;
  border: 1px solid #1932BC;
  color: #1932BC;
}
#contactPage #contactFormBlock .but_submit p .back:hover {
  opacity: 0.75;
}
#contactPage #thanksBlock {
  text-align: center;
}
#contactPage #thanksBlock h3 {
  font-size: 2.13rem;
  font-weight: 700;
  line-height: 2;
  margin: 30px auto;
}
#contactPage #thanksBlock p {
  margin-bottom: 100px;
}
#contactPage #thanksBlock #step {
  margin: 100px auto;
}

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

	Privacy【privacyPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#privacyPage #privacyBlock h3 {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1932BC;
  margin-bottom: 20px;
}
#privacyPage #privacyBlock section {
  margin-bottom: 30px;
}
#privacyPage #privacyBlock section h4 {
  position: relative;
  font-size: 1.2rem;
  font-weight: 600;
  padding-left: 60px;
}
#privacyPage #privacyBlock section h4::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 45px;
  height: 1px;
  background: #1932BC;
}
#privacyPage #privacyBlock section p:not(:last-child) {
  margin-bottom: 1rem;
}
#privacyPage #privacyBlock section .autograph {
  text-align: right;
  margin-top: 1rem;
}
#privacyPage #privacyBlock section section {
  margin-top: 30px;
}
#privacyPage #privacyBlock section section h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
#privacyPage #privacyBlock section h4 + section {
  margin-top: 1rem;
}
#privacyPage #privacyBlock section table {
  margin: 30px 0;
}
#privacyPage #privacyBlock section table#disclosureDocumentTable tr td {
  width: 25%;
  padding: 20px 15px;
}
#privacyPage #privacyBlock section > ul.dot_list {
  margin-bottom: 1rem;
}
#privacyPage #privacyBlock section a {
  color: #1932BC;
}
#privacyPage #privacyBlock section a:hover {
  text-decoration: underline;
}

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

	Interview Pages - Header Transparent

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
body[class*=page-interview] #globalNavBlock {
  background: transparent;
}

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

	Recruit【recruitPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#recruitNavBlock {
  position: fixed;
  top: 0px;
  right: 0;
  width: 100%;
  line-height: 1;
  z-index: 10000001;
  display: flex;
  gap: 20px;
  justify-content: flex-end;
  background: #E9E9E9;
}
#recruitNavBlock ul {
  display: flex;
  gap: 50px;
  margin-right: 20px;
}
#recruitNavBlock ul li a {
  line-height: 83px;
  font-weight: 700;
}
#recruitNavBlock #entryButBlock a {
  display: block;
  width: 117px;
  height: 83px;
  background: url(../img/recruit/icon_entry.svg) no-repeat center;
}
#recruitNavBlock #entryButBlock a:hover {
  opacity: 0.75;
}
#recruitNavBlock #entryButBlockSp {
  display: none;
}

#recruitPage {
  margin-top: 83px;
}
#recruitPage #mainBlock {
  position: relative;
}
#recruitPage #mainBlock #catchcopy {
  position: absolute;
  top: 65px;
  left: -2px;
  width: 26%;
  z-index: -1;
}
#recruitPage #mainBlock #mainImg {
  width: 60%;
  margin-left: 40%;
  border-radius: 80px 0 0 80px;
  overflow: hidden;
}
#recruitPage #mainBlock #title {
  position: absolute;
  bottom: 0;
  left: calc((100% - 1000px) / 2);
  line-height: 1;
}
#recruitPage #mainBlock #title h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 15px;
}
#recruitPage #mainBlock #title h3 {
  position: relative;
  font-size: 1.33rem;
  font-weight: 700;
  padding-left: 40px;
}
#recruitPage #mainBlock #title h3::before {
  position: absolute;
  content: "";
  top: 8px;
  left: 0;
  width: 35px;
  height: 1px;
  background: #1932BC;
}
#recruitPage #leadBlock {
  padding-top: 200px;
}
#recruitPage #leadBlock h3 {
  font-size: 2.66rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 50px;
}
#recruitPage #leadBlock p {
  font-size: 1.46rem;
  font-weight: 600;
}
#recruitPage #greetingBlock {
  padding-top: 0;
}
#recruitPage #greetingBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#recruitPage #greetingBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#recruitPage #greetingBlock .greeting_inner {
  display: flex;
  gap: 60px;
}
#recruitPage #greetingBlock .greeting_inner .img_box {
  width: 40%;
}
#recruitPage #greetingBlock .greeting_inner .img_box img {
  width: 100%;
  height: auto;
}
#recruitPage #greetingBlock .greeting_inner .greeting_text {
  width: 60%;
}
#recruitPage #greetingBlock .greeting_inner .greeting_text h4 {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 30px;
}
#recruitPage #greetingBlock .greeting_inner .greeting_text p:not(:last-child) {
  margin-bottom: 20px;
}
#recruitPage #greetingBlock .greeting_inner .greeting_text .autograph {
  text-align: right;
  margin-top: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: baseline;
}
#recruitPage #greetingBlock .greeting_inner .greeting_text .autograph span {
  font-size: 1.46rem;
  font-weight: 500;
  margin-left: 1rem;
}
#recruitPage #aboutBlock {
  padding: 100px 0;
  margin-top: 0;
}
#recruitPage #aboutBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 20px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#recruitPage #aboutBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#recruitPage #aboutBlock ul {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
}
#recruitPage #aboutBlock ul li {
  width: calc((100% - 90px) / 4);
}
#recruitPage #aboutBlock ul li a {
  display: block;
  position: relative;
  color: #000;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#recruitPage #aboutBlock ul li a:hover {
  opacity: 0.75;
}
#recruitPage #aboutBlock ul li a .img_box {
  width: 100%;
  aspect-ratio: 3/4;
  overflow: hidden;
}
#recruitPage #aboutBlock ul li a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
}
#recruitPage #aboutBlock ul li a .text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 40px 15px 10px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
}
#recruitPage #aboutBlock ul li a .text_box .title {
  font-size: 1rem;
  font-weight: 600;
}
#recruitPage #aboutBlock ul li a .text_box .title span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_4_r_b.svg) no-repeat center center;
  background-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
#recruitPage #aboutBlock ul li:nth-child(1) .img_box img {
  object-position: 70% 50%;
}
#recruitPage #aboutBlock ul li:nth-child(2) .img_box img {
  object-position: 50% 50%;
}
#recruitPage #aboutBlock ul li:nth-child(3) .img_box img {
  object-position: 50% 50%;
}
#recruitPage #aboutBlock ul li:nth-child(4) .img_box img {
  object-position: 50% 50%;
}
#recruitPage #contentsBlock {
  position: relative;
  overflow: visible;
  padding-top: 200px;
}
#recruitPage #contentsBlock section {
  position: relative;
  width: 85%;
  padding: 80px 200px 80px 0;
  background: #1932BC;
  border-radius: 0 80px 80px 0;
  overflow: visible;
}
#recruitPage #contentsBlock section * {
  color: #fff;
}
#recruitPage #contentsBlock section h3 {
  font-size: 2.13rem;
  font-weight: 700;
  margin-bottom: 20px;
}
#recruitPage #contentsBlock section h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.93rem;
  font-weight: 700;
  margin-left: 15px;
  vertical-align: baseline;
}
#recruitPage #contentsBlock section::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: #1932BC;
  z-index: -1;
}
#recruitPage #contentsBlock .ill li {
  position: absolute;
}
#recruitPage #contentsBlock .ill li:nth-child(1) {
  top: 160px;
  right: -100px;
}
#recruitPage #contentsBlock .ill li:nth-child(2) {
  top: 280px;
  right: 40px;
}
#recruitPage #contentsBlock .ill li:nth-child(3) {
  top: 450px;
  right: -100px;
}
#recruitPage #voiceBlock {
  padding-top: 200px;
}
#recruitPage #voiceBlock ul {
  overflow: visible;
}
#recruitPage #voiceBlock ul li {
  display: flex;
  gap: 200px 70px;
}
#recruitPage #voiceBlock ul li section {
  width: 600px;
  text-align: left;
}
#recruitPage #voiceBlock ul li section h3 {
  font-size: 4.375rem;
  font-weight: 700;
}
#recruitPage #voiceBlock ul li section .position {
  position: relative;
  font-size: 1.33rem;
  padding-left: 2rem;
}
#recruitPage #voiceBlock ul li section .position::before {
  position: absolute;
  content: "⚫︎";
  top: 0;
  left: 0;
  color: #76a4ff;
}
#recruitPage #voiceBlock ul li section h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
#recruitPage #voiceBlock ul li .img_box {
  width: calc(400px + 50% - 500px);
  overflow: hidden;
}
#recruitPage #voiceBlock ul li:nth-child(odd) {
  flex-direction: row-reverse;
}
#recruitPage #voiceBlock ul li:nth-child(odd) section {
  margin-left: calc(50vw - 500px);
}
#recruitPage #voiceBlock ul li:nth-child(odd) .img_box img {
  border-radius: 80px 0 0 80px;
}
#recruitPage #voiceBlock ul li:nth-child(even) section {
  margin-right: calc(50vw - 500px);
}
#recruitPage #voiceBlock ul li:nth-child(even) .img_box img {
  border-radius: 0 80px 80px 0;
}
#recruitPage #voiceBlock ul li:not(:last-child) {
  margin-bottom: 200px;
}
#recruitPage #interviewBlock {
  padding: 100px 0 100px;
  background: #eceffa;
  margin-top: 200px;
}
#recruitPage #interviewBlock .container .interview_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  margin-bottom: 50px;
}
#recruitPage #interviewBlock .container .interview_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#recruitPage #interviewBlock .container ul {
  display: flex;
  gap: 40px;
  list-style: none;
  padding: 0;
}
#recruitPage #interviewBlock .container ul li {
  width: calc((100% - 80px) / 3);
}
#recruitPage #interviewBlock .container ul li a {
  display: block;
  position: relative;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#recruitPage #interviewBlock .container ul li a:hover {
  opacity: 0.75;
}
#recruitPage #interviewBlock .container ul li a .img_box {
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
#recruitPage #interviewBlock .container ul li a .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.8);
}
#recruitPage #interviewBlock .container ul li a .text_box {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 20px 15px;
  background: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0.9));
  color: #000000;
}
#recruitPage #interviewBlock .container ul li a .text_box .quote {
  text-align: left;
  font-size: 0.93rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
#recruitPage #interviewBlock .container ul li a .text_box .department {
  text-align: left;
  font-weight: 700;
}
#recruitPage #interviewBlock .container ul li a .text_box .department span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow_4_r_b.svg) no-repeat center center;
  background-size: 20px;
  margin-right: 8px;
  vertical-align: middle;
}
#recruitPage #interviewBlock .container ul li:nth-child(1) .img_box img {
  transform-origin: 90% 8%;
}
#recruitPage #interviewBlock .container ul li:nth-child(2) .img_box img {
  transform-origin: 80% -5%;
}
#recruitPage #interviewBlock .container ul li:nth-child(3) .img_box img {
  transform-origin: 50% 8%;
}
#recruitPage #guidelinsBlock {
  padding: 100px 0;
  background: #eceffa;
  margin-top: 200px;
}
#recruitPage #guidelinsBlock h4 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
}
#recruitPage #guidelinsBlock h3 {
  font-size: 2.13rem;
  font-weight: 700;
  margin-bottom: 80px;
}
#recruitPage #guidelinsBlock .guidelins_box {
  padding: 60px 80px;
  background: #fff;
  border-radius: 15px;
}
#recruitPage #guidelinsBlock .guidelins_box table {
  width: 100%;
  text-align: left;
}
#recruitPage #guidelinsBlock .guidelins_box table tr th, #recruitPage #guidelinsBlock .guidelins_box table tr td {
  padding: 20px 10px;
  border-bottom: 1px solid #CBCBCB;
}
#recruitPage #guidelinsBlock .guidelins_box table tr th {
  font-size: 1.2rem;
  font-weight: 600;
  width: 150px;
  border-color: #1932BC;
}
#recruitPage #guidelinsBlock .guidelins_box table tr td {
  padding-top: 23px;
}
#recruitPage #entryBut {
  margin: 100px auto;
}
#recruitPage #entryBut a {
  position: relative;
  display: block;
  font-size: 1.46rem;
  font-weight: 700;
  color: #fff;
  width: 560px;
  padding: 15px;
  border-radius: 40px;
  margin: 20px auto 0;
  background: url(../img/common/arrow_7_o_red.svg) no-repeat center right 20px #EE1900;
}
#recruitPage #entryBut a:hover {
  opacity: 0.75;
}

#recruitPage + #footerContactBlock {
  display: none;
}

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

	Interview Detail【interviewDetailPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#interviewDetailPage #mainBlock {
  position: relative;
  overflow: visible;
  background: #e5e5e5;
  margin-bottom: 100px;
  aspect-ratio: 16/9;
}
#interviewDetailPage #mainBlock .main_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 0;
}
#interviewDetailPage #mainBlock .main_inner .img_box {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#interviewDetailPage #mainBlock .main_inner .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}
#interviewDetailPage #mainBlock .main_inner .main_text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 60px 0 calc((100% - 1000px) / 2);
}
#interviewDetailPage #mainBlock .main_inner .main_text .hero_quote {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.6;
  margin-bottom: 30px;
  letter-spacing: 2px;
}
#interviewDetailPage #mainBlock .main_inner .main_text .hero_quote span {
  display: inline;
  font-weight: 700;
  background: #fff;
  padding: 8px 18px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#interviewDetailPage #mainBlock .main_inner .main_text .department {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#interviewDetailPage #mainBlock .main_inner .main_text .department span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.86rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#interviewDetailPage #mainBlock .main_inner .main_text .entry_but {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  width: 450px;
  padding: 10px 0;
  border-radius: 40px;
  text-align: center;
  background: url(../img/common/arrow_7_o_red.svg) no-repeat center right 15px #EE1900;
  background-size: 35px;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#interviewDetailPage #mainBlock .main_inner .main_text .entry_but:hover {
  opacity: 0.75;
}
#interviewDetailPage #mainBlock .bg_text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 700px;
  color: #fff;
  z-index: 1;
}
#interviewDetailPage #mainBlock .bg_text img {
  width: 100%;
  height: auto;
}
#interviewDetailPage #mainBlock #breadcrumbBlock {
  position: absolute;
  bottom: -70px;
  right: 70px;
}
#interviewDetailPage #qaBlock {
  position: relative;
  padding: 100px 0;
  overflow: visible;
}
#interviewDetailPage #qaBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#interviewDetailPage #qaBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#interviewDetailPage #qaBlock .qa_inner {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}
#interviewDetailPage #qaBlock .qa_inner dl {
  flex: 1;
}
#interviewDetailPage #qaBlock .qa_inner dl dt {
  position: relative;
  font-size: 1.33rem;
  font-weight: 700;
  padding-left: 40px;
}
#interviewDetailPage #qaBlock .qa_inner dl dt::before {
  position: absolute;
  content: "Q";
  top: 10px;
  left: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #1932BC;
  border-radius: 50%;
}
#interviewDetailPage #qaBlock .qa_inner dl dd {
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#interviewDetailPage #qaBlock .qa_inner .qa_character {
  display: none;
}
#interviewDetailPage #qaBlock dl dt {
  position: relative;
  font-size: 1.33rem;
  font-weight: 700;
  padding-left: 40px;
}
#interviewDetailPage #qaBlock dl dt::before {
  position: absolute;
  content: "Q";
  top: 10px;
  left: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #1932BC;
  border-radius: 50%;
}
#interviewDetailPage #qaBlock dl dd {
  padding-left: 40px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#interviewDetailPage #qaBlock .qa_img {
  position: absolute;
  top: 300px;
  right: -550px;
  width: 1300px;
  z-index: -1;
}
#interviewDetailPage #qaBlock .qa_bg {
  display: none;
}
#interviewDetailPage #scheduleBlock {
  padding: 100px 0;
}
#interviewDetailPage #scheduleBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#interviewDetailPage #scheduleBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#interviewDetailPage #scheduleBlock ul {
  position: relative;
}
#interviewDetailPage #scheduleBlock ul::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 25px;
  width: 2px;
  background: #1932BC;
  z-index: 1;
}
#interviewDetailPage #scheduleBlock ul li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 20px 30px 20px 60px;
  background: #f5f5f5;
  margin-bottom: 5px;
}
#interviewDetailPage #scheduleBlock ul li:last-child {
  margin-bottom: 0;
}
#interviewDetailPage #scheduleBlock ul li::before {
  position: absolute;
  content: "";
  top: 40px;
  left: 20px;
  width: 12px;
  height: 12px;
  background: #1932BC;
  border-radius: 50%;
  z-index: 3;
}
#interviewDetailPage #scheduleBlock ul li:first-child::after {
  position: absolute;
  content: "";
  top: 0;
  left: 24px;
  width: 4px;
  height: 46px;
  background: #f5f5f5;
  z-index: 2;
}
#interviewDetailPage #scheduleBlock ul li:last-child::after {
  position: absolute;
  content: "";
  top: 46px;
  left: 24px;
  width: 4px;
  bottom: 0;
  background: #f5f5f5;
  z-index: 2;
}
#interviewDetailPage #scheduleBlock ul li .schedule_time {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.46rem;
  font-weight: 700;
  color: #1932BC;
  white-space: nowrap;
  min-width: 70px;
}
#interviewDetailPage #scheduleBlock ul li .schedule_content {
  flex: 1;
  max-width: 630px;
}
#interviewDetailPage #scheduleBlock ul li .schedule_content h4 {
  font-size: 1.46rem;
  font-weight: 700;
}
#interviewDetailPage #scheduleBlock ul li .schedule_content p {
  line-height: 1.8;
}
#interviewDetailPage #scheduleBlock ul li .img_box {
  width: 150px;
  overflow: hidden;
  flex-shrink: 0;
}
#interviewDetailPage #scheduleBlock ul li .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
#interviewDetailPage #messageBlock {
  padding: 100px 0;
}
#interviewDetailPage #messageBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#interviewDetailPage #messageBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#interviewDetailPage #messageBlock .message_inner {
  display: flex;
  gap: 60px;
  align-items: center;
}
#interviewDetailPage #messageBlock .message_inner .img_box {
  width: 40%;
  overflow: hidden;
}
#interviewDetailPage #messageBlock .message_inner .img_box img {
  width: 100%;
  height: auto;
  display: block;
}
#interviewDetailPage #messageBlock .message_inner .message_text {
  width: 60%;
}
#interviewDetailPage #messageBlock .message_inner .message_text h4 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 20px;
}
#interviewDetailPage #messageBlock .message_inner .message_text p {
  line-height: 1.8;
}

#ctaBlock {
  padding: 100px 0;
  background: #f5f5f5;
  text-align: center;
}
#ctaBlock .container {
  width: auto;
}
#ctaBlock h3 {
  font-size: 1.8rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 40px;
  text-align: center;
}
#ctaBlock .cta_buttons {
  display: flex;
  gap: 30px;
  justify-content: center;
}
#ctaBlock .cta_buttons a {
  display: inline-block;
  font-size: 1.46rem;
  font-weight: 700;
  width: 560px;
  padding: 15px;
  border-radius: 40px;
  text-align: center;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#ctaBlock .cta_buttons a:hover {
  opacity: 0.75;
}
#ctaBlock .cta_buttons .but_guidelines {
  color: #1932BC;
  background: url(../img/common/arrow_7_o_b.svg) no-repeat center right 15px #fff;
  border: 1px solid #1932BC;
}
#ctaBlock .cta_buttons .but_entry {
  color: #fff;
  background: url(../img/common/arrow_7_o_red.svg) no-repeat center right 15px #EE1900;
}

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

	About【aboutPage】

//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
#aboutPage #mainBlock {
  position: relative;
  overflow: visible;
  background: url(../img/recruit/about/fv.jpg) no-repeat right center #e5e5e5;
  background-size: 100% auto;
  margin-bottom: 100px;
  aspect-ratio: 16/9;
}
#aboutPage #mainBlock .main_inner {
  display: flex;
  align-items: stretch;
  max-width: none;
  padding: 0 0 0 calc((100% - 1000px) / 2);
  height: 100%;
}
#aboutPage #mainBlock .main_inner .main_text {
  width: 50%;
  padding: 120px 60px 120px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#aboutPage #mainBlock .main_inner .main_text h2 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 15px;
}
#aboutPage #mainBlock .main_inner .main_text h3 {
  font-size: 1.33rem;
  font-weight: 700;
  margin-bottom: 40px;
}
#aboutPage #mainBlock .main_inner .main_text .entry_but {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  width: 450px;
  padding: 10px 0;
  border-radius: 40px;
  text-align: center;
  background: url(../img/common/arrow_7_o_red.svg) no-repeat center right 15px #EE1900;
  background-size: 35px;
  transition: 0.35s cubic-bezier(0.2, 0.9, 0.7, 1);
}
#aboutPage #mainBlock .main_inner .main_text .entry_but:hover {
  opacity: 0.75;
}
#aboutPage #mainBlock .main_inner .img_box {
  display: none;
}
#aboutPage #mainBlock #breadcrumbBlock {
  position: absolute;
  bottom: -70px;
  right: 70px;
}
#aboutPage #environmentBlock {
  padding: 100px 0;
}
#aboutPage #environmentBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#aboutPage #environmentBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#aboutPage #environmentBlock .environment_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 0;
}
#aboutPage #environmentBlock .environment_list li {
  width: calc((100% - 60px) / 3);
  background: #fff;
  overflow: hidden;
  border: 1px solid #ddd;
}
#aboutPage #environmentBlock .environment_list li .img_box {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
}
#aboutPage #environmentBlock .environment_list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aboutPage #environmentBlock .environment_list li h4 {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 20px 20px 10px;
}
#aboutPage #environmentBlock .environment_list li p {
  font-size: 0.93rem;
  line-height: 1.8;
  padding: 0 20px 20px;
}
#aboutPage #dataBlock {
  padding: 100px 0;
}
#aboutPage #dataBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#aboutPage #dataBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#aboutPage #dataBlock .data_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  list-style: none;
  padding: 30px;
  background: #f5f5f5;
}
#aboutPage #dataBlock .data_list li {
  width: calc((100% - 60px) / 3);
}
#aboutPage #dataBlock .data_list li .data_label {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#aboutPage #dataBlock .data_list li .data_card {
  background: #fff;
  text-align: center;
}
#aboutPage #dataBlock .data_list li .data_card .data_icon {
  margin: 0;
}
#aboutPage #dataBlock .data_list li .data_card .data_icon img {
  width: 100%;
  height: auto;
}
#aboutPage #dataBlock .data_list li .data_card .data_number {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
#aboutPage #dataBlock .data_list li .data_card .data_number span {
  font-size: 4rem;
  font-weight: 800;
  color: #1932BC;
  vertical-align: baseline;
}
#aboutPage #dataBlock .data_list li .data_card .data_number .sub {
  font-size: 2.5rem;
  color: #EE1900;
  margin-left: 10px;
}
#aboutPage #dataBlock .data_list li .data_card .data_note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}
#aboutPage #officeBlock {
  padding: 100px 0;
}
#aboutPage #officeBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#aboutPage #officeBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#aboutPage #officeBlock .office_list {
  display: flex;
  gap: 30px;
  list-style: none;
  padding: 0;
}
#aboutPage #officeBlock .office_list li {
  width: calc((100% - 60px) / 3);
  border: 1px solid #ddd;
}
#aboutPage #officeBlock .office_list li .img_box {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  margin-bottom: 15px;
}
#aboutPage #officeBlock .office_list li .img_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#aboutPage #officeBlock .office_list li h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 0 15px;
}
#aboutPage #officeBlock .office_list li p {
  font-size: 0.93rem;
  line-height: 1.8;
  padding: 0 15px 15px;
}
#aboutPage #flowBlock {
  padding: 100px 0;
}
#aboutPage #flowBlock .section_title h3 {
  font-size: 2.13rem;
  font-weight: 700;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #CBCBCB;
}
#aboutPage #flowBlock .section_title h3 span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: #1932BC;
  margin-left: 15px;
  vertical-align: baseline;
}
#aboutPage #flowBlock .flow_list {
  display: flex;
  gap: 0;
  list-style: none;
  padding: 0;
  justify-content: center;
}
#aboutPage #flowBlock .flow_list li {
  position: relative;
  width: 20%;
  text-align: center;
  padding: 0 15px;
}
#aboutPage #flowBlock .flow_list li .flow_step span {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #EE9A25;
}
#aboutPage #flowBlock .flow_list li .flow_icon {
  width: 120px;
  height: 120px;
  margin: 0 auto 15px;
  background: #F8E9D5;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutPage #flowBlock .flow_list li .flow_icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}
#aboutPage #flowBlock .flow_list li h4 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
#aboutPage #flowBlock .flow_list li p {
  font-size: 0.86rem;
  line-height: 1.6;
  text-align: left;
}
#aboutPage #flowBlock .flow_list li:not(:last-child)::after {
  position: absolute;
  content: "";
  top: 95px;
  right: -10px;
  width: 30px;
  height: 30px;
  background: url(../img/recruit/about/arrow_side.png) no-repeat center;
  background-size: contain;
}

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

  	HOME【homePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #homePage #productsBlock section #categorylist li:nth-child(1)::before {
    left: 150px;
    width: calc(100% - 150px - 30%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(2)::before {
    left: 230px;
    width: calc(100% - 230px - 15%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(3)::before {
    left: 195px;
    width: calc(100% - 195px - 29%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(4)::before {
    left: 135px;
    width: calc(100% - 135px - 27%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(1)::after {
    left: 70%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(2)::after {
    left: 85%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(3)::after {
    left: 71%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(4)::after {
    left: 73%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(1) {
    top: 50px;
    left: 75%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(1) img {
    width: 70px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(2) {
    top: 170px;
    left: 90%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(2) img {
    width: 42px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(3) {
    top: 280px;
    left: 76%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(3) img {
    width: 90px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(4) {
    top: 400px;
    left: 78%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(4) img {
    width: 40px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Recruit【recruitPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  body.recruit header {
    width: 180px;
    background: none;
  }
  #recruitNavBlock ul {
    margin-right: 80px;
  }
  #recruitNavBlock ul li a {
    line-height: 55px;
  }
  #recruitNavBlock #entryButBlock {
    display: none;
  }
  #recruitNavBlock #entryButBlockSp {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  #recruitNavBlock #entryButBlockSp a {
    display: block;
    width: 55px;
    height: 55px;
    background: url(../img/recruit/icon_entry_sp.svg) no-repeat center;
  }
  #recruitNavBlock #entryButBlockSp a:hover {
    opacity: 0.75;
  }
  #recruitPage #mainBlock #title {
    left: 5%;
  }
  #recruitPage #voiceBlock ul li section {
    width: 50%;
  }
  #recruitPage #voiceBlock ul li .img_box {
    width: 40%;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Interview Detail【interviewDetailPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #interviewDetailPage #mainBlock .main_inner .img_box {
    height: 100%;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text {
    padding: 0 5%;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .hero_quote {
    font-size: 1.6rem;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .entry_but {
    width: 320px;
    font-size: 1.07rem;
  }
  #interviewDetailPage #mainBlock .bg_text {
    width: 500px;
  }
  #interviewDetailPage #qaBlock .qa_inner {
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character {
    display: block;
    float: right;
    width: 120px;
    margin: 40% 0 10px 10px;
    shape-outside: content-box;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character img {
    width: 100%;
    height: auto;
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_inner dl dt::before {
    top: 5px;
  }
  #interviewDetailPage #qaBlock dl dt::before {
    top: 5px;
  }
  #interviewDetailPage #qaBlock .qa_img {
    display: none;
  }
  #interviewDetailPage #qaBlock .qa_bg {
    display: block;
    position: absolute;
    width: 1000px;
    right: -350px;
    top: 300px;
    z-index: -1;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	About【aboutPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #aboutPage #mainBlock .main_inner {
    padding-left: 5%;
  }
  #aboutPage #mainBlock .main_inner .main_text {
    padding: 100px 40px 100px 0;
  }
  #aboutPage #mainBlock .main_inner .main_text h2 {
    font-size: 3rem;
  }
  #aboutPage #mainBlock .main_inner .main_text .entry_but {
    width: 320px;
    font-size: 1.07rem;
  }
  #aboutPage #mainBlock .bg_text {
    width: 500px;
  }
}
@media screen and (max-width: 768px) {
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	HOME【homePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #homePage #keyVisualBlock {
    margin-top: 10px;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock {
    position: static;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section {
    align-items: baseline;
    width: 95%;
    margin-left: 5%;
    border-radius: 40px 0 0 40px;
    border-right: none;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section h2 {
    font-size: 1.07rem;
    width: 60px;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section .news_list {
    width: 100%;
    margin-left: -68px;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a {
    display: block;
    text-align: left;
    padding: 18px 20px 18px 0;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a time {
    font-size: 0.76rem;
    margin-left: 50px;
  }
  #homePage #keyVisualBlock #newsHeadlineBlock section .news_list li a p {
    font-size: 0.92rem;
    margin-top: 10px;
  }
  #homePage #serviceBlock {
    padding: 130px 0 100px;
    background-size: contain;
    background-position: center bottom;
  }
  #homePage #serviceBlock div.container section {
    width: 100%;
  }
  #homePage #serviceBlock div.container section h2 {
    font-size: 1.69rem;
  }
  #homePage #serviceBlock div.container section h2 span {
    font-size: 0.92rem;
  }
  #homePage #serviceBlock div.container section p {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  #homePage #serviceBlock div.container .ill_box li:nth-child(1) {
    top: -100px;
    right: 50px;
  }
  #homePage #serviceBlock div.container .ill_box li:nth-child(1) img {
    width: 65px;
  }
  #homePage #serviceBlock div.container .ill_box li:nth-child(2) {
    top: -50px;
    right: 0px;
  }
  #homePage #serviceBlock div.container .ill_box li:nth-child(2) img {
    width: 82px;
  }
  #homePage #companyBlock {
    background: url(../img/top/company_sp.jpg) no-repeat top center #E9E9E9;
    background-size: contain;
    margin-bottom: 100px;
    height: auto;
  }
  #homePage #companyBlock h2 {
    font-size: 3.84rem;
    top: -30px;
  }
  #homePage #companyBlock > section {
    position: static;
    margin: 150px 0 -100px 8%;
    width: 92%;
    padding: 30px 20px 20px 30px;
    border-radius: 0 0 0 30px;
  }
  #homePage #companyBlock > section h3 {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  #homePage #companyBlock > section ul {
    display: block;
  }
  #homePage #companyBlock > section ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #homePage #companyBlock > section ul li a {
    display: flex;
    gap: 15px;
    align-items: center;
  }
  #homePage #companyBlock > section ul li a .img_box {
    width: 40%;
  }
  #homePage #companyBlock > section ul li a section {
    width: 60%;
  }
  #homePage #companyBlock > section ul li a section h4 {
    font-size: 1.1rem;
    margin: 0 0 5px 0;
  }
  #homePage #companyBlock > section ul li a section h4 span {
    font-size: 1.84rem;
  }
  #homePage #companyBlock > section ul li a section h5 {
    font-size: 0.84rem;
  }
  #homePage #companyBlock > section .but_more {
    position: static;
  }
  #homePage #productsBlock {
    padding: 50px 0;
    background: url(../img/top/bg_products_sp.svg) no-repeat top 70px right -50px;
  }
  #homePage #productsBlock section {
    width: 90%;
  }
  #homePage #productsBlock section h2 {
    font-size: 1.69rem;
  }
  #homePage #productsBlock section h2 span {
    font-size: 0.92rem;
  }
  #homePage #productsBlock section #categorylist li {
    margin-bottom: 40px;
  }
  #homePage #productsBlock section #categorylist li::before {
    top: 10px;
  }
  #homePage #productsBlock section #categorylist li::after {
    top: 8px;
    width: 5px;
    height: 5px;
  }
  #homePage #productsBlock section #categorylist li:nth-child(1)::before {
    left: 150px;
    width: calc(100% - 150px - 30%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(2)::before {
    left: 230px;
    width: calc(100% - 230px - 15%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(3)::before {
    left: 195px;
    width: calc(100% - 195px - 29%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(4)::before {
    left: 135px;
    width: calc(100% - 135px - 27%);
  }
  #homePage #productsBlock section #categorylist li:nth-child(1)::after {
    left: 70%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(2)::after {
    left: 85%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(3)::after {
    left: 71%;
  }
  #homePage #productsBlock section #categorylist li:nth-child(4)::after {
    left: 73%;
  }
  #homePage #productsBlock section .but_more {
    text-align: left;
  }
  #homePage #productsBlock section .ill_box li:nth-child(1) {
    top: 50px;
    left: 75%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(1) img {
    width: 70px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(2) {
    top: 140px;
    left: 90%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(2) img {
    width: 42px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(3) {
    top: 220px;
    left: 76%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(3) img {
    width: 90px;
  }
  #homePage #productsBlock section .ill_box li:nth-child(4) {
    top: 310px;
    left: 78%;
  }
  #homePage #productsBlock section .ill_box li:nth-child(4) img {
    width: 40px;
  }
  #homePage #newsBlock {
    background-size: 120px;
    padding: 50px 0;
  }
  #homePage #newsBlock section h2 {
    font-size: 1.92rem;
    width: 100px;
  }
  #homePage #newsBlock section h2 span {
    font-size: 0.92rem;
  }
  #homePage #newsBlock section #newsList {
    width: calc(100% - 100px);
  }
  #homePage #newsBlock section #newsList .news_list li a {
    padding: 20px 0;
  }
  #homePage #newsBlock section #newsList .news_list li a .icon_new {
    padding: 5px 15px;
  }
  #homePage #newsBlock section #newsList .news_list li:first-child time {
    line-height: 20px;
  }
  #homePage #newsBlock section #newsList .news_list li:first-child time + p {
    margin-top: 10px;
  }
  #homePage #newsBlock .ill_box {
    top: 0px;
    right: 5%;
  }
  #homePage #newsBlock .ill_box img {
    width: 58px;
  }
  #homePage #recruitBlock > div {
    display: block;
  }
  #homePage #recruitBlock > div section {
    width: 90%;
    margin: 0 auto;
  }
  #homePage #recruitBlock > div section h2 {
    font-size: 1.69rem;
  }
  #homePage #recruitBlock > div section p {
    margin-bottom: 10px;
  }
  #homePage #recruitBlock > div .img_box {
    width: 95%;
    border-radius: 0 0 0 30px;
    margin: 20px 0 0 5%;
    position: relative;
    z-index: 10000;
  }
  #homePage #recruitBlock .ill_box {
    top: -70px;
    left: auto;
    right: 0;
  }
  #homePage #recruitBlock .ill_box svg {
    width: 260px;
  }
  #homePage #recruitBlock::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: #fff;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Service【servicePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #servicePage #serviceBlock .quote_box {
    margin-bottom: 50px;
  }
  #servicePage #serviceBlock #categorylist {
    width: 90%;
    margin: 0 auto;
  }
  #servicePage #serviceBlock #categorylist > li {
    display: block;
    gap: 4%;
    margin: 0 0 50px 0;
  }
  #servicePage #serviceBlock #categorylist > li .img_box {
    width: 100%;
    margin-bottom: 20px;
  }
  #servicePage #serviceBlock #categorylist > li section {
    width: 100%;
  }
  #servicePage #serviceBlock #categorylist > li section h3 {
    font-size: 1.53rem;
  }
  #servicePage #serviceBlock #categorylist > li section h4 {
    padding-left: 20px;
  }
  #servicePage #serviceBlock #categorylist > li section h4::before {
    top: 10px;
    width: 12px;
  }
  #servicePage #serviceBlock #categorylist > li section ul {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
  }
  #servicePage #serviceBlock #categorylist > li section ul li {
    width: 100%;
  }
  #servicePage #serviceBlock #categorylist > li section ul li a {
    display: block;
    font-weight: 500;
    line-height: 1;
    background: url(../img/common/arrow_4_r_w.svg) no-repeat center right 10px rgba(233, 233, 233, 0.5);
    border-radius: 5px;
    padding: 15px 40px 15px 20px;
  }
  #servicePage #serviceBlock #categorylist > li:nth-child(odd) {
    margin: 0 0 50px 0;
  }
  #servicePage #serviceBlock #categorylist > li:nth-child(2) section ul {
    display: block;
  }
  #servicePage #serviceBlock #categorylist > li:nth-child(2) section ul li {
    width: 100%;
  }
  #servicePage #serviceBlock #categorylist > li:nth-child(2) section ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Company【companyPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #companyPage #companyBlock {
    background: none;
    padding-bottom: 0;
  }
  #companyPage #companyBlock section > ul {
    background: url(../img/company/bg_company.svg) no-repeat top 50px right -50px, url(../img/company/bg_company.svg) no-repeat bottom 0px right -50px;
    background-size: 300px;
    padding-bottom: 50px;
  }
  #companyPage #companyBlock section > ul > li h3 {
    font-size: 1.53rem;
  }
  #companyPage #companyBlock section > ul > li p {
    font-size: 0.92rem;
    width: 180px;
    width: 50%;
  }
  #companyPage #companyBlock section > ul > li ul li a {
    font-size: 1.07rem;
    background-size: 15px;
    padding: 4px 25px 2px;
    margin-bottom: 5px;
  }
  #companyPage #companyBlock section > ul > li:nth-child(2) {
    padding-left: 47%;
  }
  #companyPage #companyBlock section > ul > li:nth-child(2) p {
    width: 100%;
  }
  #companyPage #companyBlock section > ul > li:not(:last-child) {
    margin-bottom: 80px;
  }
  #companyPage #companyBlock section > ul > li .line_1 {
    position: absolute;
    content: "";
    top: 17px;
    height: 1px;
    background: #000;
  }
  #companyPage #companyBlock section > ul > li .line_1::after {
    position: absolute;
    content: "";
    top: -3px;
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #000;
  }
  #companyPage #companyBlock section > ul > li .line_2 {
    position: absolute;
    content: "";
    width: 1px;
    height: 40px !important;
    background: #000;
  }
  #companyPage #companyBlock section > ul > li:nth-child(1) .line_1 {
    left: 15rem;
    width: calc(100% - 15rem - 15%);
  }
  #companyPage #companyBlock section > ul > li:nth-child(1) .line_2 {
    top: 0px;
    right: 0%;
  }
  #companyPage #companyBlock section > ul > li:nth-child(2) .line_1 {
    left: 30%;
    width: 15%;
  }
  #companyPage #companyBlock section > ul > li:nth-child(2) .line_2 {
    top: 0px;
    right: 100%;
  }
  #companyPage #companyBlock section > ul > li:nth-child(3) .line_1 {
    left: 12rem;
    width: calc(100% - 12rem - 12%);
  }
  #companyPage #companyBlock section > ul > li:nth-child(3) .line_2 {
    top: 0px;
    right: 0px;
  }
  #companyPage #companyBlock section > ul > li:nth-child(1) .line_1::after {
    top: 40px;
    right: -3px;
  }
  #companyPage #companyBlock section > ul > li:nth-child(2) .line_1::after {
    top: 40px;
    right: calc(100% - 3px);
  }
  #companyPage #companyBlock section > ul > li:nth-child(3) .line_1::after {
    top: 40px;
    right: -3px;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(1) {
    position: absolute;
    top: 10%;
    right: 5%;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(1) img {
    width: 130px;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(2) {
    position: absolute;
    top: 43%;
    right: 60%;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(2) img {
    width: 150px;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(3) {
    position: absolute;
    top: 79%;
    right: 0%;
  }
  #companyPage #companyBlock section .ill_box li:nth-child(3) img {
    width: 140px;
  }
  #companyPage #managementBlock #origin,
  #companyPage #managementBlock #useful {
    margin-bottom: 50px;
  }
  #companyPage #managementBlock #work > section {
    overflow: visible;
  }
  #companyPage #managementBlock #work > section .img_box {
    position: absolute;
    top: -40px;
    right: 20px;
  }
  #companyPage #managementBlock #work > section .img_box img {
    width: 140px;
  }
  #companyPage #managementBlock .border_box {
    position: relative;
    padding: 20px;
    margin-bottom: 30px;
  }
  #companyPage #managementBlock .border_box section {
    width: 100%;
  }
  #companyPage #managementBlock .border_box section h5 {
    margin-bottom: 10px;
  }
  #companyPage #managementBlock .border_box section ul li {
    font-size: 1.2rem;
  }
  #companyPage #managementBlock .border_box section ul li p {
    font-size: 1.2rem;
    font-weight: 600;
  }
  #companyPage #managementBlock .border_box section ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  #companyPage #managementBlock .border_box .img_box {
    position: absolute;
    top: -30px;
    right: 30px;
    width: 50px;
  }
  #companyPage #managementBlock .management_list li:not(:last-child) {
    margin-bottom: 20px;
  }
  #companyPage #greetingBlock #greeting {
    margin-bottom: 50px;
  }
  #companyPage #greetingBlock #greeting > div {
    display: block;
  }
  #companyPage #greetingBlock #greeting > div .img_box {
    width: 80%;
    margin: 0 auto 30px;
  }
  #companyPage #greetingBlock #greeting > div section {
    width: 100%;
  }
  #companyPage #greetingBlock #greeting > div section h4 {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
  #companyPage #greetingBlock #greeting > div section p:not(:last-child) {
    margin-bottom: 20px;
  }
  #companyPage #greetingBlock #greeting > div section .autograph span {
    font-size: 1.25rem;
  }
  #companyPage #greetingBlock #policy > section:not(:last-child) {
    margin-bottom: 30px;
    max-width: 100%;
  }
  #companyPage #greetingBlock #policy .img_box {
    top: 0px;
  }
  #companyPage #greetingBlock #policy .img_box img {
    width: 40px;
  }
  #companyPage #profile {
    margin-bottom: 50px;
  }
  #companyPage #profile table tr td span {
    display: block;
  }
  #companyPage #office {
    margin-bottom: 50px;
  }
  #companyPage #office ul li h4 {
    font-size: 1.4rem;
  }
  #companyPage #office ul li h4::before {
    top: 15px;
  }
  #companyPage #office ul li .office_box {
    display: block;
  }
  #companyPage #office ul li .office_box table {
    width: 100%;
    margin-bottom: 20px;
  }
  #companyPage #office ul li .office_box table tr td .add,
  #companyPage #office ul li .office_box table tr td .fax {
    margin-left: 0;
    display: block;
  }
  #companyPage #office ul li .office_box .map_box {
    width: 100%;
  }
  #companyPage #office .img_box {
    top: -20px;
    right: 0;
    width: 60px;
  }
  #companyPage #history #historyList li {
    display: flex;
  }
  #companyPage #history #historyList li .decade {
    width: 70px;
    font-size: 1.6rem;
    margin-top: 0;
  }
  #companyPage #history #historyList li .year {
    width: 100px;
    padding-left: 20px;
  }
  #companyPage #history #historyList li .year::before {
    top: 8px;
  }
  #companyPage #history #historyList li .data {
    width: calc(100% - 170px);
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Support【supportPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #supportPage #maintenanceBlock {
    margin-bottom: 100px;
  }
  #supportPage #maintenanceBlock ul li {
    display: block;
  }
  #supportPage #maintenanceBlock ul li section {
    width: 100%;
  }
  #supportPage #maintenanceBlock ul li section h3 {
    font-size: 1.3rem;
    padding-left: 40px;
  }
  #supportPage #maintenanceBlock ul li section h3::before {
    top: 1.1rem;
    left: 0;
    width: 25px;
  }
  #supportPage #maintenanceBlock ul li figure {
    width: 100%;
    margin-top: 20px;
  }
  #supportPage #maintenanceBlock ul li:not(:last-child) {
    margin-bottom: 50px;
  }
  #supportPage #impressedBlock {
    padding: 50px 0;
    background-size: 120px;
  }
  #supportPage #impressedBlock .container h4 {
    font-size: 1rem;
  }
  #supportPage #impressedBlock .container h3 {
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: 25px;
  }
  #supportPage #impressedBlock .container .impressed_box {
    padding: 30px;
  }
  #supportPage #impressedBlock .container .impressed_box p {
    text-align: left;
  }
  #supportPage #impressedBlock .container .impressed_box #freedialBlock {
    max-width: 100%;
    margin: 25px auto 0;
    padding: 20px 5px;
  }
  #supportPage #impressedBlock .container .impressed_box #freedialBlock h6 {
    font-size: 1rem;
  }
  #supportPage #impressedBlock .container .impressed_box #freedialBlock a {
    font-size: 2rem;
    padding-left: 35px;
  }
  #supportPage #impressedBlock .container .impressed_box #freedialBlock p {
    font-size: 0.8rem;
  }
  #supportPage #impressedBlock .container .impressed_box h5 {
    font-size: 1.6rem;
  }
  #supportPage #impressedBlock .container .impressed_box #butBlock a {
    font-size: 1.1rem;
    width: 100%;
  }
  #supportPage #impressedBlock .container .impressed_box #butBlock a#butOrder::before {
    top: 13px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-size: 14px;
  }
  #supportPage #impressedBlock .container .impressed_box #butBlock a#butOffice::before {
    top: 13px;
    right: 10px;
    width: 30px;
    height: 30px;
    background-size: 34px;
  }
  #supportPage #impressedBlock .container .impressed_box:not(:last-child) {
    margin-bottom: 25px;
  }
  #supportPage #impressedBlock .ill_box {
    top: 10px;
    right: 20px;
  }
  #supportPage #impressedBlock .ill_box img {
    width: 70px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Remote Support【remotePage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #remotePage #remoteBlock section {
    margin-bottom: 50px;
  }
  #remotePage #remoteBlock section h3 {
    font-size: 1.3rem;
  }
  #remotePage #remoteBlock section #stepList {
    display: block;
    margin: 25px 0;
  }
  #remotePage #remoteBlock section #stepList li {
    position: relative;
    width: 100%;
  }
  #remotePage #remoteBlock section #stepList li h4 {
    font-size: 1.3rem;
  }
  #remotePage #remoteBlock section #stepList li .img_box {
    width: 160px;
    margin: 10px auto 20px;
  }
  #remotePage #remoteBlock section #stepList li h5 {
    font-size: 1rem;
  }
  #remotePage #remoteBlock section #stepList li:not(:last-child) {
    margin-bottom: 50px;
  }
  #remotePage #remoteBlock section #stepList li:not(:last-child)::before {
    top: auto;
    bottom: -30px;
    right: calc(50% - 9px);
    transform: rotate(90deg);
  }
  #remotePage #remoteBlock #butBlock #startBut {
    font-size: 1.2rem;
    width: 300px;
    background-size: 30px;
  }
  #remotePage #remoteBlock #butBlock .caution {
    text-align: left;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Contact【contactPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #contactPage .lead_box {
    text-align: left;
  }
  #contactPage .lead_box .lead_box_inner .tel_box {
    padding: 20px;
    text-align: center;
  }
  #contactPage .lead_box #step {
    margin: 50px auto;
    text-align: center;
  }
  #contactPage .lead_box #step img {
    width: 300px;
  }
  #contactPage #contactFormBlock table tr th, #contactPage #contactFormBlock table tr td {
    display: block;
  }
  #contactPage #contactFormBlock table tr th {
    width: 100%;
    padding: 30px 0 10px;
  }
  #contactPage #contactFormBlock table tr td {
    width: 100%;
    padding: 0 0 30px;
  }
  #contactPage #contactFormBlock table tr .graduation span {
    display: inline-block;
  }
  #contactPage #contactFormBlock .but_submit {
    margin: 50px auto;
  }
  #contactPage #contactFormBlock .but_submit p {
    gap: 20px; /**/
    margin-left: 25px;
  }
  #contactPage #contactFormBlock .but_submit p input {
    line-height: 40px;
  }
  #contactPage #thanksBlock p {
    margin-bottom: 50px;
    text-align: left;
  }
  #contactPage #thanksBlock #step {
    margin: 50px auto;
    text-align: center;
  }
  #contactPage #thanksBlock #step img {
    width: 300px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Privacy【privacyPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #privacyPage #privacyBlock h3 {
    font-size: 1.3rem;
  }
  #privacyPage #privacyBlock section h4 {
    font-size: 1.2rem;
    padding-left: 30px;
  }
  #privacyPage #privacyBlock section h4::before {
    top: 12px;
    width: 20px;
  }
  #privacyPage #privacyBlock section section h5 {
    font-size: 1.1rem;
  }
  #privacyPage #privacyBlock section table {
    margin: 20px 0;
  }
  #privacyPage #privacyBlock section .table_box {
    width: 100%;
    overflow-x: auto;
  }
  #privacyPage #privacyBlock section .table_box#privacy_t1 th {
    white-space: nowrap;
    padding-right: 10px;
  }
  #privacyPage #privacyBlock section .table_box#privacy_t2 th {
    width: 50%;
  }
  #privacyPage #privacyBlock section .table_box#disclosure_t1 table {
    width: 800px;
  }
  #privacyPage #privacyBlock section .table_box#disclosure_t1 table th {
    white-space: nowrap;
  }
  #privacyPage #privacyBlock section .table_box#speciﬁc_personal_t1 th {
    white-space: nowrap;
    padding-right: 10px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Recruit【recruitPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #recruitNavBlock {
    width: 100vw;
    height: 55px;
  }
  #recruitNavBlock ul {
    display: none;
  }
  #recruitPage {
    margin-top: 55px;
  }
  #recruitPage #mainBlock {
    padding-bottom: 100px;
  }
  #recruitPage #mainBlock #catchcopy {
    width: 40%;
    top: 10px;
  }
  #recruitPage #mainBlock #mainImg {
    width: 80%;
    margin-left: 20%;
    border-radius: 20px 0 0 20px;
    margin-top: 28px;
  }
  #recruitPage #mainBlock #title {
    position: absolute;
    bottom: 0;
    left: 5%;
  }
  #recruitPage #mainBlock #title h2 {
    font-size: 2.3rem;
    margin-bottom: 10px;
  }
  #recruitPage #mainBlock #title h3 {
    font-size: 0.92rem;
    padding-left: 20px;
  }
  #recruitPage #mainBlock #title h3::before {
    width: 18px;
  }
  #recruitPage #leadBlock {
    padding-top: 50px;
  }
  #recruitPage #leadBlock h3 {
    font-size: 1.53rem;
    margin-bottom: 20px;
  }
  #recruitPage #leadBlock p {
    font-size: 1.07rem;
  }
  #recruitPage #greetingBlock {
    padding-top: 100px;
  }
  #recruitPage #greetingBlock .greeting_inner {
    display: block;
  }
  #recruitPage #greetingBlock .greeting_inner .img_box {
    width: 100%;
    margin-bottom: 30px;
  }
  #recruitPage #greetingBlock .greeting_inner .greeting_text {
    width: 100%;
  }
  #recruitPage #aboutBlock {
    padding: 50px 0;
    margin-top: 100px;
  }
  #recruitPage #aboutBlock .section_title h3 {
    font-size: 1.49rem;
    margin-bottom: 30px;
  }
  #recruitPage #aboutBlock .section_title h3 span {
    font-size: 0.92rem;
  }
  #recruitPage #aboutBlock ul {
    flex-wrap: wrap;
    gap: 15px;
  }
  #recruitPage #aboutBlock ul li {
    width: calc((100% - 15px) / 2);
  }
  #recruitPage #aboutBlock ul li a {
    position: relative;
  }
  #recruitPage #aboutBlock ul li a .img_box {
    aspect-ratio: 3/4;
  }
  #recruitPage #aboutBlock ul li a .text_box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 8px;
  }
  #recruitPage #aboutBlock ul li a .text_box .title {
    font-size: 0.85rem;
  }
  #recruitPage #aboutBlock ul li a .text_box .title span {
    width: 16px;
    height: 16px;
    font-size: 8px;
    margin-right: 5px;
  }
  #recruitPage #contentsBlock {
    padding-top: 50px;
  }
  #recruitPage #contentsBlock section {
    width: 100%;
    padding: 50px 5%;
    border-radius: 0;
  }
  #recruitPage #contentsBlock section h3 {
    font-size: 1.53rem;
    margin-bottom: 20px;
  }
  #recruitPage #contentsBlock section h3 span {
    margin-left: 10px;
  }
  #recruitPage #contentsBlock section::before {
    width: 110vw;
    height: 100%;
    top: 0;
    left: -10%;
  }
  #recruitPage #contentsBlock .ill li:nth-child(1) {
    display: none;
  }
  #recruitPage #contentsBlock .ill li:nth-child(2) {
    display: none;
  }
  #recruitPage #contentsBlock .ill li:nth-child(3) {
    top: 0px;
    right: 5%;
  }
  #recruitPage #contentsBlock .ill li:nth-child(3) img {
    width: 90px;
  }
  #recruitPage #voiceBlock {
    padding-top: 50px;
  }
  #recruitPage #voiceBlock ul li {
    display: block;
  }
  #recruitPage #voiceBlock ul li section {
    width: 90%;
    margin: 30px auto 0px;
  }
  #recruitPage #voiceBlock ul li section h3 {
    font-size: 2.3rem;
  }
  #recruitPage #voiceBlock ul li section .position {
    font-size: 1.07rem;
    padding-left: 1rem;
  }
  #recruitPage #voiceBlock ul li section h4 {
    font-size: 1.53rem;
  }
  #recruitPage #voiceBlock ul li .img_box {
    width: 95%;
  }
  #recruitPage #voiceBlock ul li:nth-child(odd) section {
    margin-left: 5%;
  }
  #recruitPage #voiceBlock ul li:nth-child(odd) .img_box {
    margin-left: 5%;
  }
  #recruitPage #voiceBlock ul li:nth-child(odd) .img_box img {
    border-radius: 20px 0 0 20px;
  }
  #recruitPage #voiceBlock ul li:nth-child(even) section {
    margin-right: 5%;
  }
  #recruitPage #voiceBlock ul li:nth-child(even) .img_box {
    margin-right: 5%;
  }
  #recruitPage #voiceBlock ul li:nth-child(even) .img_box img {
    border-radius: 0 20px 20px 0;
  }
  #recruitPage #voiceBlock ul li:not(:last-child) {
    margin-bottom: 70px;
  }
  #recruitPage #interviewBlock {
    padding: 50px 0 25px;
    margin-top: 100px;
  }
  #recruitPage #interviewBlock .container .interview_title h3 {
    font-size: 1.53rem;
    margin-bottom: 30px;
  }
  #recruitPage #interviewBlock .container .interview_title h3 span {
    font-size: 0.92rem;
  }
  #recruitPage #interviewBlock .container ul {
    display: block;
  }
  #recruitPage #interviewBlock .container ul li {
    width: 100%;
  }
  #recruitPage #interviewBlock .container ul li a {
    position: relative;
  }
  #recruitPage #interviewBlock .container ul li a .img_box {
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 1/1;
  }
  #recruitPage #interviewBlock .container ul li a .text_box {
    position: absolute;
    bottom: 0;
    left: 10%;
    right: 10%;
    padding: 40px 15px 10px;
  }
  #recruitPage #interviewBlock .container ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  #recruitPage #guidelinsBlock {
    padding: 50px 0;
    margin-top: 100px;
  }
  #recruitPage #guidelinsBlock h4 {
    font-size: 0, 92rem;
  }
  #recruitPage #guidelinsBlock h3 {
    font-size: 1.53rem;
    margin-bottom: 30px;
  }
  #recruitPage #guidelinsBlock .guidelins_box {
    padding: 25px;
    border-radius: 6px;
  }
  #recruitPage #guidelinsBlock .guidelins_box table tr th, #recruitPage #guidelinsBlock .guidelins_box table tr td {
    padding: 15px 5px;
    display: block;
  }
  #recruitPage #guidelinsBlock .guidelins_box table tr th {
    font-size: 1.07rem;
    width: 100%;
    border: none;
    padding-bottom: 0px;
  }
  #recruitPage #guidelinsBlock .guidelins_box table tr td {
    padding-top: 0px;
    font-size: 0.92rem;
  }
  #recruitPage #entryBut {
    margin: 50px auto;
  }
  #recruitPage #entryBut a {
    font-size: 1rem;
    width: 320px;
    background: url(../img/common/arrow_7_o_r.svg) no-repeat center right 15px #EE1900;
    background-size: 28px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	Interview Detail【interviewDetailPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #interviewDetailPage #mainBlock {
    margin-bottom: 60px;
    aspect-ratio: 16/9;
  }
  #interviewDetailPage #mainBlock .main_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #interviewDetailPage #mainBlock .main_inner .img_box {
    height: 100%;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15% 5% 0;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .hero_quote {
    font-size: clamp(0.5rem, 3vw, 1.2rem);
    line-height: 1.8;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .hero_quote span {
    padding: 4px 8px;
    background: #fff;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .department {
    font-size: clamp(0.45rem, 2.5vw, 0.93rem);
    margin-bottom: 10px;
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .department span {
    font-size: clamp(0.3rem, 1.8vw, 0.6rem);
  }
  #interviewDetailPage #mainBlock .main_inner .main_text .entry_but {
    width: 100%;
    max-width: clamp(200px, 55vw, 280px);
    font-size: clamp(0.6rem, 2.5vw, 0.8rem);
    padding: clamp(6px, 2vw, 10px) clamp(10px, 3vw, 15px);
    background-size: clamp(20px, 5vw, 28px);
  }
  #interviewDetailPage #mainBlock .bg_text {
    width: clamp(150px, 40vw, 300px);
    bottom: 0;
    top: auto;
  }
  #interviewDetailPage #mainBlock #breadcrumbBlock {
    position: absolute;
    bottom: -50px;
    right: 5%;
    padding: 0;
  }
  #interviewDetailPage #qaBlock {
    padding: 50px 0;
  }
  #interviewDetailPage #qaBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #interviewDetailPage #qaBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #interviewDetailPage #qaBlock .qa_inner {
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character {
    display: block;
    float: right;
    width: 60px;
    margin: 60% 0 10px 10px;
    shape-outside: content-box;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character img {
    width: 100%;
    height: auto;
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_inner dl dt::before {
    top: 4px;
  }
  #interviewDetailPage #qaBlock dl dt {
    font-size: 1.13rem;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  #interviewDetailPage #qaBlock dl dt::before {
    top: 4px;
    font-size: 1.13rem;
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  #interviewDetailPage #qaBlock dl dd {
    padding-left: 35px;
    margin-bottom: 30px;
  }
  #interviewDetailPage #qaBlock .qa_inner {
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character {
    display: block;
    float: right;
    width: 60px;
    margin: 60% 0 10px 10px;
    shape-outside: content-box;
  }
  #interviewDetailPage #qaBlock .qa_inner .qa_character img {
    width: 100%;
    height: auto;
    display: block;
  }
  #interviewDetailPage #qaBlock .qa_img {
    display: none;
  }
  #interviewDetailPage #qaBlock .qa_bg {
    display: block;
    position: absolute;
    width: 1000px;
    right: -350px;
    top: 300px;
    z-index: -1;
  }
  #interviewDetailPage #scheduleBlock {
    padding: 50px 0;
  }
  #interviewDetailPage #scheduleBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #interviewDetailPage #scheduleBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #interviewDetailPage #scheduleBlock ul {
    padding-left: 0;
    position: relative;
  }
  #interviewDetailPage #scheduleBlock ul::before {
    left: 24px;
    top: 0;
    bottom: 0;
    width: 2px;
  }
  #interviewDetailPage #scheduleBlock ul li {
    display: block;
    padding: 15px 15px 15px 50px;
    margin-bottom: 5px;
  }
  #interviewDetailPage #scheduleBlock ul li::before {
    left: 20px;
    top: 25px;
    width: 10px;
    height: 10px;
    z-index: 3;
  }
  #interviewDetailPage #scheduleBlock ul li:first-child::after {
    position: absolute;
    content: "";
    top: 0;
    left: 23px;
    width: 4px;
    height: 30px;
    background: #f5f5f5;
    z-index: 2;
  }
  #interviewDetailPage #scheduleBlock ul li:last-child::after {
    position: absolute;
    content: "";
    top: 30px;
    left: 23px;
    width: 4px;
    bottom: 0;
    background: #f5f5f5;
    z-index: 2;
  }
  #interviewDetailPage #scheduleBlock ul li .schedule_time {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  #interviewDetailPage #scheduleBlock ul li .schedule_content {
    margin-bottom: 15px;
  }
  #interviewDetailPage #scheduleBlock ul li .schedule_content h4 {
    font-size: 1.07rem;
  }
  #interviewDetailPage #scheduleBlock ul li .img_box {
    width: 100%;
  }
  #interviewDetailPage #messageBlock {
    padding: 50px 0;
  }
  #interviewDetailPage #messageBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #interviewDetailPage #messageBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #interviewDetailPage #messageBlock .message_inner {
    display: block;
  }
  #interviewDetailPage #messageBlock .message_inner .img_box {
    width: 70%;
    margin: 0 auto 30px;
    border-radius: 10px;
  }
  #interviewDetailPage #messageBlock .message_inner .message_text {
    width: 100%;
  }
  #interviewDetailPage #messageBlock .message_inner .message_text h4 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  #interviewDetailPage #ctaBlock {
    padding: 50px 0;
  }
  #interviewDetailPage #ctaBlock h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  #interviewDetailPage #ctaBlock .cta_buttons {
    display: block;
    text-align: center;
  }
  #interviewDetailPage #ctaBlock .cta_buttons a {
    display: block;
    width: 320px;
    margin: 0 auto 15px;
    font-size: 1rem;
    padding: 15px;
  }
  #interviewDetailPage #ctaBlock .cta_buttons .but_guidelines {
    background-size: 28px;
  }
  #interviewDetailPage #ctaBlock .cta_buttons .but_entry {
    background-size: 28px;
  }
  /*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

  	About【aboutPage】

  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
  #aboutPage #mainBlock {
    background-position: right bottom;
    background-size: 100% auto;
    aspect-ratio: 16/9;
    margin-bottom: 70px;
  }
  #aboutPage #mainBlock .main_inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    height: 100%;
  }
  #aboutPage #mainBlock .main_inner .main_text {
    width: 100%;
    padding: 30px 5% 15px;
  }
  #aboutPage #mainBlock .main_inner .main_text h2 {
    font-size: clamp(1.2rem, 5vw, 2rem);
  }
  #aboutPage #mainBlock .main_inner .main_text h3 {
    font-size: clamp(0.6rem, 2.5vw, 0.93rem);
    margin-bottom: 20px;
  }
  #aboutPage #mainBlock .main_inner .main_text .entry_but {
    width: 100%;
    max-width: clamp(200px, 55vw, 300px);
    font-size: clamp(0.6rem, 2.5vw, 0.86rem);
    padding: clamp(6px, 2vw, 10px) clamp(10px, 3vw, 15px);
    background-size: clamp(20px, 5vw, 28px);
  }
  #aboutPage #mainBlock .main_inner .img_box {
    display: none;
  }
  #aboutPage #mainBlock #breadcrumbBlock {
    position: absolute;
    bottom: -50px;
    right: 5%;
    padding: 0;
  }
  #aboutPage #environmentBlock {
    padding: 50px 0;
  }
  #aboutPage #environmentBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #aboutPage #environmentBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #aboutPage #environmentBlock .environment_list {
    gap: 15px;
  }
  #aboutPage #environmentBlock .environment_list li {
    width: calc((100% - 15px) / 2);
  }
  #aboutPage #environmentBlock .environment_list li h4 {
    font-size: 1.07rem;
    padding: 15px 15px 8px;
  }
  #aboutPage #environmentBlock .environment_list li p {
    font-size: 0.86rem;
    padding: 0 15px 15px;
  }
  #aboutPage #dataBlock {
    padding: 50px 0;
  }
  #aboutPage #dataBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #aboutPage #dataBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #aboutPage #dataBlock .data_list {
    gap: 15px;
  }
  #aboutPage #dataBlock .data_list li {
    width: calc((100% - 15px) / 2);
  }
  #aboutPage #dataBlock .data_list li .data_card {
    padding: 20px;
  }
  #aboutPage #dataBlock .data_list li .data_card .data_number span {
    font-size: 3rem;
  }
  #aboutPage #dataBlock .data_list li .data_card .data_number .sub {
    font-size: 2rem;
  }
  #aboutPage #officeBlock {
    padding: 50px 0;
  }
  #aboutPage #officeBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #aboutPage #officeBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #aboutPage #officeBlock .office_list {
    display: block;
  }
  #aboutPage #officeBlock .office_list li {
    width: 100%;
    margin-bottom: 30px;
  }
  #aboutPage #officeBlock .office_list li .img_box {
    aspect-ratio: 16/9;
  }
  #aboutPage #flowBlock {
    padding: 50px 0;
  }
  #aboutPage #flowBlock .section_title h3 {
    font-size: 1.53rem;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  #aboutPage #flowBlock .section_title h3 span {
    font-size: 0.92rem;
    margin-left: 10px;
  }
  #aboutPage #flowBlock .flow_list {
    flex-direction: column;
    gap: 30px;
  }
  #aboutPage #flowBlock .flow_list li {
    width: 100%;
    padding: 0;
  }
  #aboutPage #flowBlock .flow_list li .flow_icon {
    width: 110px;
    height: 110px;
  }
  #aboutPage #flowBlock .flow_list li .flow_icon img {
    width: 45px;
    height: 45px;
    object-fit: contain;
  }
  #aboutPage #flowBlock .flow_list li h4 {
    font-size: 1.2rem;
  }
  #aboutPage #flowBlock .flow_list li p {
    font-size: 0.93rem;
    max-width: 280px;
    margin: 0 auto;
  }
  #aboutPage #flowBlock .flow_list li:not(:last-child)::after {
    top: auto;
    bottom: -25px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background: url(../img/recruit/about/arrow_down.png) no-repeat center;
    background-size: contain;
  }
  #aboutPage #ctaBlock {
    padding: 50px 0;
  }
  #aboutPage #ctaBlock h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  #aboutPage #ctaBlock .cta_buttons {
    display: block;
    text-align: center;
  }
  #aboutPage #ctaBlock .cta_buttons a {
    display: block;
    width: 320px;
    margin: 0 auto 15px;
    font-size: 1rem;
    padding: 15px;
  }
  #aboutPage #ctaBlock .cta_buttons .but_guidelines {
    background-size: 28px;
  }
  #aboutPage #ctaBlock .cta_buttons .but_entry {
    background-size: 28px;
  }
}

/*# sourceMappingURL=page.css.map */
