@charset "UTF-8";

/* ----------------------------

	FileName : kyodokenkyu.css

---------------------------- */
/* side
--------------------------------- */
#side #sub #localNav > ul > li ul {
  display: block;
}

/* index.html
--------------------------------- */
#index .box-red {
  background: #fff0f0;
  border: solid 1rem #f00;
  padding: 10rem;
}

#index .detail {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  #index .detail {
    flex-direction: column;
  }
}

#index .detail li {
  box-sizing: border-box;
  padding: 40rem;
  position: relative;
  width: calc(50% - 8rem);
  text-align: center;
  background-color: #f3f6ff;
  display: flex;
  flex-direction: column;
}

#index .detail li:before {
  display: none;
}

@media (max-width: 768px) {
  #index .detail li {
    width: 100%;
  }
}

#index .detail li strong {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 26rem;
  text-align: center;
}

#index .detail li strong + p {
  padding: 0;
  margin: 0;
  margin-top: 25rem;
  padding-bottom: 25rem;
  padding-top: 25rem;
  border-top: 1px solid #d9d9d9;
}

#index .detail li .entry {
  margin-top: auto;
  background: #fff;
  padding: 20rem;
  text-align: center;
  font-size: 18rem;
  font-weight: bold;
  line-height: 1.5;
}

@media (max-width: 768px) {
  #index .detail li strong {
    font-size: 40rem;
  }

  #index .detail li strong + p {
    margin-top: 30rem;
    padding-bottom: 30rem;
    padding-top: 30rem;
  }

  #index .detail li .entry {
    padding: 10rem;
    font-size: 36rem;
  }
}


#index .accepting {
  margin-bottom: 15rem;
}

#index .accepting .title {
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 5rem;
}

#index .accepting .accepting-box .newsList03 li {
  background: #f4f4f4;
  padding: 10rem 15rem;
  border: solid 2rem #c8c8c8;
}

#index .accepting .accepting-box .newsList03 li dd {
  font-weight: bold;
  font-size: 1rem;
}

#index .achievement {
  margin-bottom: 30rem;
}

#index .achievement .title {
  font-weight: bold;
  font-size: 20rem;
  padding: 25rem 30rem;
  background-color: #f3f6ff;
  margin-top: 40rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #index .achievement .title {
    font-size: 36rem;
    padding: 30rem 40rem;
    margin-top: 60rem;
  }
}

#index .achievement .achievement-box {
  border: solid 1rem #d9d9d9;
  border-top: 0;
  overflow-y: scroll;
  max-height: 320rem;
  padding: 0 15rem 15rem 15rem;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #index .achievement .achievement-box {
    max-height: 640rem;
    padding: 0 30rem 30rem 30rem;
  }
}

#index .newsList03 dt span.i-accepting,
#index .newsList03 dt span.i-com,
#index .newsList03 dt span.i-proposal {
  display: inline-block;
  width: 11.5em;
  padding: 4rem 5rem;
  text-align: center;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 78.57143%;
  border-radius: 4rem;
}

#index .newsList03 dt span.i-com {
  background: #f46a04;
}

#index .newsList03 dt span.i-proposal {
  background: #0074bf;
}

#index .newsList03 dt span.i-accepting {
  background: #ff2626;
}

/* about.html
--------------------------------- */
#about-point {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin-top: 28rem;
}

@media only screen and (max-width: 768px) {
  #about-point {
    flex-direction: column;
    margin-top: 40rem;
  }
}

#about-point .img {
  width: 240rem;
  box-sizing: border-box;
}
#about-point .img img {
  margin-top: 0;
}


@media only screen and (max-width: 768px) {
  #about-point .img {
    margin: 40rem auto 8rem;
    width: 480rem;
    order: 2;
  }
}

#about-point .point {
  flex: 1;
  margin-left: 40rem;
}

@media only screen and (max-width: 768px) {
  #about-point .point {
    width: 100%;
    order: 1;
    margin: 0;
    box-sizing: border-box;
  }
}

#about-point .point ul {
  margin: 0 0 -8rem;
  padding: 0;
  display: flex;
  flex-direction: column;
}

#about-point .point li {
  background: #f9fafd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 8rem;
  padding: 30rem 30rem 30rem 0;
  min-height: 100rem;
}

@media only screen and (max-width: 768px) {
  #about-point .point li {
    align-items: start;
    padding: 40rem 30rem;
    margin-bottom: 16rem;
  }
}

#about-point .point li::before {
  background: none;
  content: none;
  display: none;
}

#about-point .point li .number {
  width: 96rem;
  text-align: center;
}
#about-point .point li .number img {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  #about-point .point li .number {
    width: 60rem;
  }
}

#about-point .point li p {
  padding: 0;
  margin: 0;
  flex: 1;
  line-height: 1.8;
}

@media only screen and (max-width: 768px) {
  #about-point .point li p {
    margin-left: 32rem;
  }
}

#about-flow {
  margin-top: 40rem;
}
#about-flow p {
  line-height: 1.8;
}

#about-flow .flow-box {
  margin-bottom: 12rem;
  padding: 40rem;
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  #about-flow .flow-box {
    flex-direction: column;
    margin-bottom: 40rem;
    padding: 40rem 40rem 60rem;
  }
}

#about-flow .flow-box::after {
  content: "";
  position: absolute;
  bottom: -22rem;
  left: 50%;
  width: 59rem;
  height: 43rem;
  z-index: 1;
  transform: translateX(-50%);
  background: no-repeat center / contain;
}
@media only screen and (max-width: 768px) {
  #about-flow .flow-box::after {
    bottom: -56rem;
    width: 120rem;
    height: 86rem;
  }
}

#about-flow .detail {
  flex: 1;
}

@media only screen and (max-width: 768px) {
  #about-flow .detail {
    margin-bottom: 40rem;
  }
}

#about-flow .detail p {
  margin: 0;
  padding: 0;
}

#about-flow .title {
  margin-bottom: 16rem;
  font-weight: bold;
  font-size: 24rem;
  line-height: 1.5;
}

@media only screen and (max-width: 768px) {
  #about-flow .title {
    margin-bottom: 24rem;
    font-size: 40rem;
    text-align: center;
  }
}

#about-flow .title .sub {
  font-size: 16rem;
}
@media only screen and (max-width: 768px) {
  #about-flow .title .sub {
    margin-left: 10rem;
    font-size: 32rem;
  }
}

#about-flow .step {
  color: #fff;
  font-weight: bold;
  width: 560rem;
  margin: 0 0 0 30rem;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #about-flow .step {
    width: 100%;
    margin: 0;
  }
}

#about-flow .step li {
  margin: 0 0 21rem;
  padding: 12rem 40rem;
  position: relative;
  line-height: 1.8;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #about-flow .step li {
    display: flex;
    justify-content: center;
    margin-bottom: 32rem;
    padding: 10rem 30rem;
    text-align: left;
    line-height: 1.5;
  }
}


#about-flow .step li::before {
  background: none;
  content: none;
  display: none;
}

#about-flow .step li::after {
  content: "";
  background: no-repeat center / contain;
  position: absolute;
  bottom: -8rem;
  left: 50%;
  transform: translateX(-50%);
  width: 24rem;
  height: 9rem;
}
@media only screen and (max-width: 768px) {
  #about-flow .step li::after {
    width: 54rem;
    height: 20rem;
    bottom: -18rem;
  }
}


#about-flow .step li:last-child {
  margin-bottom: 0;
}

#about-flow .step li:last-child::after {
  content: none;
  display: none;
}

#about-flow .step1 {
  background: #def1fb;
}

#about-flow .step1::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow1.svg");
}

#about-flow .step1 .title {
  color: #00a2de;
}

#about-flow .step1 .step li {
  background: #00a2de;
}

#about-flow .step1 .step li::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow4.svg");
}

#about-flow .step2 {
  background: #c6e0f5;
}

#about-flow .step2::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow2.svg");
}

#about-flow .step2 .title {
  color: #0079c2;
}

#about-flow .step2 .step li {
  background: #0079c2;
}

#about-flow .step2 .step li::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow5.svg");
}

#about-flow .step3 {
  background: #aecfed;
}

#about-flow .step3::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow3.svg");
}

#about-flow .step3 .title {
  color: #00469b;
}

#about-flow .step3 .step li {
  background: #00469b;
}

#about-flow .step3 .step li::after {
  background-image: url("/company/kigyou/kyodokenkyu/img/kyodokenkyu_arrow6.svg");
}

#about-flow .start {
  color: #151473;
  text-align: center;
  font-size: 38rem;
  line-height: 1.5;
  font-weight: bold;
  margin-top: 36rem;
}

@media only screen and (max-width: 768px) {
  #about-flow .start {
    font-size: 48rem;
    margin-top: 96rem;
  }
}

/* theme.html / facility.html / business.html (list)
--------------------------------- */
@media (max-width: 768px) {
  #technology #type {
    padding-top: 54rem;
    margin-top: -54rem;
  }
}

#technology #type ul {
  display: flex;
  justify-content: space-between;
  margin-top: 10rem;
}

@media (max-width: 768px) {
  #technology #type ul {
    margin-top: 0;
  }
}

#technology #type li {
  margin: 0;
  padding: 0;
  width: calc((100% / 3) - 5rem);
  transition: 0.1s;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #technology #type ul {
    flex-wrap: wrap;
  }
  #technology #type li {
    width: calc(100% / 2);
    padding: 5rem;
    transition: 0.1s;
  }
}

#technology #type li::before {
  display: none;
}

#technology #type a {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  color: #333;
  font-size: 15rem;
  padding: 10rem;
  text-align: center;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.2s linear;
}
#technology #type a:hover {
  background-color: #333;
  color: #fff;
}
#technology #type .technology a {
  color: var(--font-color-main);
  border-color: var(--font-color-main);
  font-weight: bold;
}
#technology #type .technology span {
  position: relative;
}
#technology #type .technology span::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -41rem;
  width: 25rem;
  height: 25rem;
  background-color: var(--font-color-main);
  mask: url(/company/kigyou/kyodokenkyu/images/icn_technology.svg) no-repeat center / contain;
  -webkit-mask: url(/company/kigyou/kyodokenkyu/images/icn_technology.svg) no-repeat center / contain;
  transition: all 0.2s linear;
}
#technology #type .technology a:hover {
  color: #fff;
  background-color: var(--font-color-main);
}
#technology #type .technology a:hover span::before {
  background-color: #fff;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #technology #type a {
    font-size: 30rem;
    padding: 30rem 5rem;
    border: 1px solid #000;
    transition: all 0.2s linear;
  }
  #technology #type a:hover {
    background-color: #333;
    color: #fff;
  }
  #technology #type .technology {
    width: 100%;
  }
  #technology #type .technology span::before {
    left: -70rem;
    width: 50rem;
    height: 50rem;
  }
}

#technology #classifying {
  box-sizing: border-box;
  margin: 30rem 0 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#technology #classifying li {
  box-sizing: border-box;
  margin: 0;
  padding: 4rem;
  position: relative;
  width: calc(100% / 2);
}
#technology #classifying li:before {
  display: none;
}
#technology #classifying a {
  background: #fff;
  box-sizing: border-box;
  height: 100%;
  padding: 10rem;
  transition: 0.2s;
  display: flex;
  align-items: center;
  color: #333;
  font-size: 15rem;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.2s linear;
}
#technology #classifying a .classifying-note {
  position: absolute;
  top: 10rem;
  right: 10rem;
  font-weight: bold;
  color: #005bab;
}
#technology #classifying a:hover {
  color: #fff;
  background-color: #333;
}
#technology #classifying a:hover .classifying-note {
  color: #fff;
}
#technology #classifying.column3 li {
  width: calc(100% / 4);
}
#technology #classifying.column3 li a {
  justify-content: center;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
  #technology #classifying {
    margin: 40rem 0 0 0;
  }
  #technology #classifying li {
    padding: 5rem;
    position: relative;
    width: calc(100% / 2);
  }
  #technology #classifying li:before {
    display: none;
  }
  #technology #classifying a {
    padding: 30rem 5rem;
    font-size: 30rem;
  }
  #technology #classifying a .classifying-note {
    position: absolute;
    top: 10rem;
    right: 10rem;
    font-weight: bold;
  }
  #technology #classifying a:hover {
    color: #fff;
    background-color: #333;
  }
  #technology #classifying a:hover .classifying-note {
    color: #fff;
  }
  #technology #classifying.column3 li {
    width: calc(100% / 2);
  }
  #technology #classifying.column3 li a {
    justify-content: center;
  }
}

#technology #list h3 {
  color: #333;
}

#technology #list h3:before {
  background: none;
}

#technology #list h4 {
  /* margin: 40rem 0 10rem;
  padding: 10rem 10rem 8rem;
  font-size: 130%; */
}

#technology #list h3 + h4 {
  margin-top: 20rem;
}

#technology #list table {
  border: none;
  margin-top: 0;
}

#technology #list table th {
  background: none;
  border: none;
  border-bottom: solid 1rem #e0e0e0;
  vertical-align: top;
  color: #222;
  font-size: 108%;
  font-weight: normal;
  text-align: left;
  padding-left: 0;
}

#technology #list table td {
  border: none;
  border-bottom: solid 1rem #e0e0e0;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 768px) {
  #technology #list table {
    border: none !important;
  }

  #technology #list table colgroup {
    display: block;
  }

  #technology #list table colgroup col {
    width: 100% !important;
  }

  #technology #list table tr {
    display: flex;
    flex-direction: column;
  }

  #technology #list table th {
    border: none;
    padding-right: 0;
    padding-bottom: 0;
    text-align: left;
  }

  #technology #list table td {
    padding: 0 0 36rem;
    text-align: right;
  }
}

#technology #list .i-focus {
  border: solid 1rem #d9d9d9;
  box-sizing: border-box;
  padding: 8rem 20rem;
  color: #333;
  font-size: 16rem;
  line-height: 1em;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s linear;
}

#technology #list .i-focus:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  #technology #list .i-focus {
    display: inline-block;
    margin-top: 20rem;
    margin-left: 1em;
    font-size: 32rem;
    padding: 16rem 36rem 16rem 72rem;
  }
}

#technology #list .i-business {
  border: solid 1rem #005bab;
  border-radius: 99rem;
  padding: 8rem 15rem;
  width: 90%;
  color: #005bab;
  font-size: 15rem;
  line-height: 1em;
  text-align: center;
}

@media (max-width: 768px) {
  #technology #list .i-business {
    display: inline-block;
    padding: 8rem 15rem;
    width: auto;
    min-width: 240rem;
    font-size: 30rem;
    line-height: 1em;
    text-align: center;
  }
}

#technology.theme #type li.theme {
  pointer-events: none;
}

#technology.theme #type li.theme a {
  background: #333;
  color: #fff;
  font-weight: bold;
}

#technology.theme #type li.theme a:before {
  border-top: 14rem solid #51b0c6;
}

#technology.theme h2:after {
  background-color: #51b0c6;
}

#technology.theme h3 {
  /* background: #51b0c6; */
}

#technology.theme #classifying a:hover {
  background: #333;
}

@media (max-width: 768px) {
  #technology.theme #classifying a {
    padding-right: 30rem;
  }
}

#technology.theme #classifying.theme01 li.theme01 a,
#technology.theme #classifying.theme02 li.theme02 a,
#technology.theme #classifying.theme03 li.theme03 a,
#technology.theme #classifying.theme04 li.theme04 a,
#technology.theme #classifying.theme05 li.theme05 a,
#technology.theme #classifying.theme06 li.theme06 a,
#technology.theme #classifying.theme07 li.theme07 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.theme #classifying.theme01 li.theme01 a .classifying-note,
#technology.theme #classifying.theme02 li.theme02 a .classifying-note,
#technology.theme #classifying.theme03 li.theme03 a .classifying-note,
#technology.theme #classifying.theme04 li.theme04 a .classifying-note,
#technology.theme #classifying.theme05 li.theme05 a .classifying-note,
#technology.theme #classifying.theme06 li.theme06 a .classifying-note,
#technology.theme #classifying.theme07 li.theme07 a .classifying-note {
  color: #fff;
}

#technology.theme #list h4 {
  /* background: #dceff4; */
  border-bottom: solid 1rem #dedede;
  color: #333;
}
#technology.facility #type li.facility {
  pointer-events: none;
}
#technology.facility #type li.facility a {
  background: #333;
  color: #fff;
  font-weight: bold;
}
#technology.facility #type li.facility a:before {
  /* border-top: 14rem solid #86cf7a; */
}
#technology.facility h2:after {
  background-color: #86cf7a;
}

#technology.facility h3 {
  /* background: #86cf7a; */
}
#technology.facility #classifying a:hover {
  /* background: #86cf7a; */
}
#technology.facility #classifying li.facility02 a {
  white-space: nowrap;
  letter-spacing: -0.05em;
}
#technology.facility #classifying.facility01 li.facility01 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility02 li.facility02 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility03 li.facility03 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility04 li.facility04 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility05 li.facility05 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility06 li.facility06 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility07 li.facility07 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility08 li.facility08 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility09 li.facility09 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility10 li.facility10 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #classifying.facility11 li.facility11 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}
#technology.facility #list h4 {
}

#technology.business #type li.business {
  pointer-events: none;
}

#technology.business #type li.business a {
  background: #333;
  color: #fff;
  font-weight: bold;
}

#technology.business #type li.business a:before {
  border-top: 14rem solid #dbb24c;
}

#technology.business h2:after {
  background-color: #dbb24c;
}

#technology.business h3 {
  /* background: #dbb24c; */
}

#technology.business #classifying a:hover {
  background: #333;
}

#technology.business #classifying.business01 li.business01 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #classifying.business02 li.business02 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #classifying.business03 li.business03 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #classifying.business04 li.business04 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #classifying.business05 li.business05 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #classifying.business06 li.business06 a {
  background: #333;
  color: #fff;
  font-weight: bold;
  pointer-events: none;
}

#technology.business #list h4 {
  background: #fbf7ed;
  border-bottom: solid 1rem #dbb24c;
  color: #dbb24c;
}

/* ----------------------------

	shared★parts

---------------------------- */
.indent-notes {
  padding-left: 1em;
  text-indent: -1em;
}

.txt-indent {
  text-indent: 1em;
}

.bold {
  font-weight: bold;
}

.color-red {
  color: #e81e2e;
}

.color-theme {
  color: #005bab;
}

.color-facility {
  color: #86cf7a;
}

.color-business {
  color: #dbb24c;
}

.memo {
  font-size: 86%;
  color: #666;
  text-align: center;
}

.l150 {
  line-height: 1.5em !important;
}

.hidden-sp {
  display: block;
}

@media only screen and (max-width: 768px) {
  .hidden-sp {
    display: none;
  }
}

.hidden-pc {
  display: none;
}

@media only screen and (max-width: 768px) {
  .hidden-pc {
    display: block;
  }
}

.visible-sp {
  display: none;
}

@media only screen and (max-width: 768px) {
  .visible-sp {
    display: block;
  }
}

.visible-pc {
  display: block;
}

@media only screen and (max-width: 768px) {
  .visible-pc {
    display: none;
  }
}


.t-ent dl.faq {
  margin-bottom: 48rem;
}


#technology.technology #type li.technology {
  pointer-events: none;
}

#technology.technology #type li.technology a {
  background: var(--font-color-main);
  color: #fff;
}
#technology.technology #type li.technology span::before {
  background-color: #fff;
}

#technology.technology #type li.technology a:before {
  border-top: 14rem solid #51b0c6;
}

#technology.technology h2:after {
  background-color: #51b0c6;
}

#technology.technology h3 {
  /* background: #51b0c6; */
}

#technology.technology #classifying a:hover {
  background: #333;
}

@media (max-width: 768px) {
  #technology.technology #classifying a {
    padding-right: 30rem;
  }
}
