@charset "UTF-8";

/* -----------------------------------------------

	 base

----------------------------------------------- */
section p{
  letter-spacing: 0.01rem;
  font-weight: 600;
  line-height: 2.5;
}

.num{
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.en{
  font-family: 'Bauhaus 93', sans-serif;
}
.sec_head{
  text-align: center;
  margin-bottom: 60px;
}
.sec_head .ttl_en{
  font-family: 'Bauhaus 93', sans-serif;
  display: inline-block;
  padding: 7px 30px;
  margin-bottom: 15px;
  line-height: 1;
  border-radius: 7px;
  background: #d61616;
  color: #fff;
  font-size: 20px;
  letter-spacing: 0.05rem;
}
.sec_head .ttl{
  font-size: 35px;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    section p {
      line-height: 2;
    }
    .sec_head{
      margin-bottom: 45px;
    }
    .sec_head .ttl {
      font-size: 30px;
    }
    .sec_head .ttl_en {
      padding: 6px 25px;
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_head{
      margin-bottom: 30px;
    }
    .sec_head .ttl {
      font-size: 24px;
    }
    .sec_head .ttl_en {
      padding: 5px 15px;
      font-size: 13px;
      margin-bottom: 10px;
      border-radius: 5px;
    }
  }

  .topbg{
    background-image: url('../images/bg01.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }



/* -----------------------------------------------

	 sec_kv

----------------------------------------------- */
.sec_kv{
  position: relative;
  margin-bottom: 60px;
}
.sec_kv::after{
  content: "";
  display: inline-block;
  max-width: 750px;
  width: 55vw;
  height: 550px;
  position: absolute;
  top: 80px;
  right: -50px;
  background-image: url('../images/mainimg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_kv .kv_txt{
  padding: 100px 0 80px;
}
.sec_kv h1{
  line-height: 2;
  font-weight: 900;
  font-size: 55px;
  margin-bottom: 30px;
}
.sec_kv p{
  font-size: 22px;
  font-weight: 900;
}
.kv_bar{
  padding: 15px 0;
  background-image: url('../images/bg_bar.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.kv_bar img{
  max-width: 450px;
}


@media only screen and (min-width: 1500px) {
  .sec_kv::after{
    max-width: 100%;
    width: 52vw;
    height: 600px;
    top: 50px;
  }
}

@media only screen and (max-width: 1024px) {
  .sec_kv h1{
    font-size: 40px;
  }
  .sec_kv p {
    font-size: 19px;
  }
  .sec_kv .kv_txt {
    padding: 60px 0 45px;
    padding-left: 30px;
  }
  .kv_bar img {
    max-width: 350px;
  }
  .sec_kv::after {
    max-width: 750px;
    width: 50vw;
    height: 430px;
    right: 0;
    background-size: 115%;
    background-position: 90% 0px;
  }
  .kv_bar img{
    padding-left: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec_kv{
    margin-bottom: 30px;
  }
  .sec_kv .kv_txt {
    padding: 60px 0;
  }
  .sec_kv > .cwrap{
    position: relative;
  }
  .sec_kv > .cwrap::before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 2;
  }
  .sec_kv > .cwrap::after{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/mainimg.jpg);
    background-size: cover;
    background-position: 100% 0%;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .sec_kv::after{
    display: none;
  }
  .sec_kv .kv_txt{
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    position: relative;
    z-index: 3;
  }
  .sec_kv h1 {
    font-size: 40px;
    color: #fff;
  }
  .sec_kv p{
    color: #fff;
  }
  .kv_bar img{
    margin: auto;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 479px) {
  .sec_kv h1 {
    font-size: 8.5vw;
    letter-spacing: -0.015rem;
  }
  .sec_kv p{
    font-size: 4vw;
  }
  .kv_bar img{
    max-width: 300px;
  }
}


/* -----------------------------------------------
	 sec_about
----------------------------------------------- */
.sec_about {
  padding-top: 60px;
  margin-bottom: 100px;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_about {
      padding-top: 30px;
      margin-bottom: 60px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_about {
      margin-bottom: 45px;
    }
  }



/* -----------------------------------------------
	 sec_philosophy
----------------------------------------------- */
.sec_philosophy {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 180px;
}
.sec_philosophy::before{
  content: "";
  display: inline-block;
  max-width: 500px;
  width: 50vw;
  max-height: 500px;
  height: 50vw;
  position: absolute;
  background-image: url('../images/circle01.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: -80px;
  bottom: 280px;
}
.sec_philosophy::after{
  content: "";
  display: inline-block;
  max-width: 500px;
  width: 50vw;
  max-height: 500px;
  height: 50vw;
  position: absolute;
  background-image: url('../images/circle02.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  left: -80px;
  bottom: -100px;
}


.sec_philosophy .txt01{
  font-size: 60px;
  font-size: 150px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 150px;
}
.sec_philosophy .txt01 span{
  background: linear-gradient(transparent 85%, #ffe000 85%);
  background-position: 0 -20px;
}
.sec_philosophy .txt02{
  font-size: 30px;
  font-weight: 700;
}
.sec_philosophy .txt02 span{
  color: #d61616;
}

@media only screen and (min-width: 1500px) {
  .sec_philosophy::before,
  .sec_philosophy::after{
    max-width: 100%;
    width: 600px;
    max-height: 100%;
    height: 600px;
  }
}
  @media only screen and (max-width: 1024px) {
    .sec_philosophy {
      padding-top: 45px;
      padding-bottom: 150px;
    }
    .sec_philosophy .txt01 {
      font-size: 120px;
      margin-bottom: 120px;
      line-height: 1.3;
    }
    .sec_philosophy .txt02 {
      font-size: 28px;
    }
    .sec_philosophy::before,
    .sec_philosophy::after{
      width: 35vw;
    }
    .sec_philosophy::after{
      bottom: -150px;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_philosophy {
      padding-bottom: 90px;
    }
    .sec_philosophy::before{
      bottom: 150px;
    }
    .sec_philosophy .txt01 {
      font-size: 90px;
      margin-bottom: 90px;
    }
    .sec_philosophy .txt02 {
      font-size: 24px;
    }
  }
  @media only screen and (max-width: 650px) {
    .sec_philosophy .txt01 {
      font-size: 13vw;
      margin-bottom: 60px;
    }
    .sec_philosophy .txt01 span{
      background: linear-gradient(transparent 80%, #ffe000 80%);
      background-position: 0 -10px;
    }
    .sec_philosophy .txt02 {
      font-size: 18px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_philosophy {
      padding-bottom: 120px;
    }
    .sec_philosophy .sec_head{
      margin-bottom: 45px;
    }
    .sec_philosophy .txt01{
      margin-bottom: 45px;
    }
    .sec_philosophy .txt02 {
      letter-spacing: -0.01rem;
    }
    .sec_philosophy::before {
      bottom: -15px;
      right: -30px;
      width: 35vw;
      height: 35vw;
      max-width: 160px;
      max-height: 160px;
    }
    .sec_philosophy::after{
      bottom: -15px;
      left: -30px;
      width: 35vw;
      height: 35vw;
      max-width: 160px;
      max-height: 160px;
    }
  }


/* -----------------------------------------------
	 bar
----------------------------------------------- */
.bar {
  font-weight: 700;
  position: relative;
  color: #fff;
  text-align: center;
  background: #000;
  padding: 40px 0 25px;
  font-size: 50px;
}
.bar.dot-txt span {
  position: relative;
  display: inline-block;
}

.bar.dot-txt span::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
}

.bar strong{
  color: #ffe000;
  font-weight: 700;
}

  @media only screen and (max-width: 1024px) {
    .bar {
      padding: 35px 0 20px;
    }
    .bar p,
    .bar span{
      font-size: 40px;
    }
  }
  @media only screen and (max-width: 768px) {
    .bar {
      padding: 30px 0 18px;
    }
    .bar p, .bar span{
      font-size: 33px;
    }
    .bar.dot-txt span::before {
      top: -8px;
      width: 10px;
      height: 10px;
    }
  }
  @media only screen and (max-width: 479px) {
    .bar {
      padding: 25px 0 15px;
    }
    .bar p,
    .bar span{
      font-size: 25px;
    }
    .bar.dot-txt span::before {
      top: -5px;
      width: 7px;
      height: 7px;
    }
  }

/* -----------------------------------------------
	 sec_service
----------------------------------------------- */
.sec_service {
  padding: 100px 0 120px;
}
.sec_service .itset{
  gap: 50px;
}
.sec_service .itset .txts,
.sec_service .itset .img{
  width: 50%;
}
.sec_service .itset01{
  margin-bottom: 90px;
}
.sec_service .itset .ttl{
  display: inline-block;
  font-size: 35px;
  padding: 0 10px;
  margin-bottom: 30px;
  line-height: 1;
  background: linear-gradient(transparent 60%, #ffe000 60%);
}
.sec_service .itset .ttl::first-letter{
  color: #d61616;
}
.sec_service .itset .txt{
  line-height: 2;
}

  @media only screen and (max-width: 1024px) {
    .sec_service .itset .ttl{
      font-size: 28px;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_service {
      padding: 80px 0 60px;
    }
    .sec_service .itset {
      gap: 40px;
    }
    .sec_service .itset .ttl{
      padding: 0;
      line-height: 1.5;
      margin-bottom: 20px;
      background: transparent;
    }
    .sec_service .itset .ttl span:nth-child(1):first-letter{
      color: #d61616;
    }
    .sec_service .itset .ttl span{
      font-size: 24px;
      display: inline-block;
      background: linear-gradient(transparent 70%, #ffe000 70%);
    }
  }
  @media only screen and (max-width: 650px) {
    .sec_service {
      padding: 45px 0 20px;
    }
    .sec_service .itset {
      gap: 20px;
    }
    .sec_service .itset01{
      flex-direction: column;
      margin-bottom: 60px;
    }
    .sec_service .itset02{
      flex-direction: column-reverse;
    }
    .sec_service .itset .txts, .sec_service .itset .img {
      width: 100%;
    }
  }
  @media only screen and (max-width: 479px) {
  }
/* -----------------------------------------------
	 sec_item
----------------------------------------------- */
.sec_item {
  padding-top: 60px;
  margin-bottom: 150px;
}

.sec_item .itemwrap{
  gap: 50px;
}
.sec_item .item{
  text-align: center;
  width: calc(100% / 5 - 40px);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
}
.sec_item .item .img{
  display: flex;
}
.sec_item .item p{
  background: #000;
  color: #fff;
  padding: 10px;
  line-height: 1.5;
}

  @media only screen and (max-width: 1024px) {
    .sec_item .itemwrap {
      gap: 25px;
    }
    .sec_item .item {
      width: calc(100% / 5 - 20px);
    }
    .sec_item .item p{
      font-size: 16px;
      letter-spacing: -0.01rem;
    }
  }
  @media only screen and (max-width: 768px) {
    .sec_item {
      margin-bottom: 120px;
    }
    .sec_item .item {
      width: calc(100% / 3 - 20px);
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_item {
      margin-bottom: 90px;
    }
    .sec_item .itemwrap {
      gap: 20px 15px;
    }
    .sec_item .item {
      width: calc(100% / 2 - 7.5px);
    }
    .sec_item .item p{
      font-size: 15px;
      letter-spacing: -0.02rem;
      padding: 7px 5px;
    }
  }


/* -----------------------------------------------
	 barnum
----------------------------------------------- */
.barnum{
  padding: 25px 0;
}
.barnum .num{
  padding: 0 7px;
  font-size: 110%;
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .barnum{
      padding: 20px 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .barnum{
      padding: 15px 0;
    }
  }


  /* -----------------------------------------------
  sec_judge
  ----------------------------------------------- */
.middlebg{
  background-image: url('../images/bg02.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.sec_judge{
  padding: 100px 0 120px;
}
.sec_judge .en{
  font-size: 120px;
  color: #d61616;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.sec_judge .headwrap{
  margin-bottom: 100px;
}
.sec_judge .headtxts p .span02{
  color: #fff;
  display: inline-block;
  padding: 5px 45px;
  line-height: 1.8;
  background: linear-gradient(transparent 0%, #000 0%);
}
.sec_judge .headtxts p .span02:first-child{
  margin-bottom: 10px;
}
.sec_judge .headtxts .txt01{
  margin-bottom: 10px;
}

.memberwrap{
  gap: 30px;
  margin-bottom: 150px;
}
.memberwrap .member{
  background: #fff;
  padding: 20px 15px;
  width: calc(100% / 3 - 20px);
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}
.memberwrap .member .img{
  margin-bottom: 15px;
}
.sec_judge .name{
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #d61616;
  margin-bottom: 10px;
  border-radius: 5px;
  line-height: 1;
  padding: 5px 10px 5px 5px;
}
.memberwrap .member .txt{
  font-size: 18px;
  line-height: 1.8;
}
.voicewrap {
  gap: 30px;
  margin-bottom: 150px;
}
.voicewrap .voice{
  text-align: center;
  background: #fff;
  padding: 35px 30px 45px;
  border: solid 1px #000;
  border-radius: 30px;
  width: calc(100% / 2 - 15px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.voicewrap .voice h3{
  margin-bottom: 10px;
  font-size: 35px;
}
.voicewrap .voice .name{
  padding: 5px 15px 5px 10px;
  margin-bottom: 40px;
}
.voicewrap .voice .img{
  display: flex;
  margin: auto;
  max-width: 350px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) ;
}
.judgeimg{
  width:100vw;
  margin-right:calc(((100vw - 100%) / 2) * -1);
  margin-left:calc(((100vw - 100%) / 2) * -1);
  margin-bottom: 120px;
}
.judgeimg .img{
  width: 50%;
  display: flex;
}
.flowwrap {
  gap: 45px;
}
.flowheadtxts{
  margin-bottom: 60px;
}
.flowwrap .flow{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  padding: 30px;
  border: solid 1px #000;
  border-radius: 30px;
  width: calc(100% / 3 - 30px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.flowwrap .flow .step{
  padding: 0 10px;
  color: #d61616;
  background: linear-gradient(transparent 80%, #ffff00 80%);
  background-position: 0 -5px;
  display: inline;
  font-weight: 700;
  line-height: 1.8;
  margin: 0;
}
.flowwrap .flow h3{
  font-size: 35px;
  margin-bottom: 20px;
  color: #d61616;
}
.flowwrap .flow p{
  line-height: 2;
  margin-bottom: 15px;
}
.flowwrap .flow .img{
  width: 115px;
  margin: auto auto 0;
}


  @media only screen and (max-width: 1024px) {
    .sec_judge .en {
      font-size: 100px;
    }
    .flowwrap .flow {
      width: calc(100% / 3 - 20px);
    }
    .flowwrap {
      gap: 30px;
    }
    .flowwrap .flow h3 {
      font-size: 30px;
    }
    .flowwrap .flow p{
      text-align: justify;
    }
    .flowwrap .flow p br{
      display: none;
    }
  }
  @media only screen and (max-width: 768px) {
    .middlebg{
      background-size: 150%;
      background-repeat: repeat;
    }
    .sec_judge {
      padding: 80px 0 100px;
    }
    .memberwrap {
      gap: 40px;
      justify-content: center;
    }
    .memberwrap .member {
      width: calc(100% / 2 - 20px);
    }
    .voicewrap{
      margin-bottom: 90px;
    }
    .voicewrap .voice h3 {
      font-size: 28px;
    }
    .judgeimg {
      margin-bottom: 90px;
    }
    .sec_judge .en {
      font-size: 80px;
      margin-bottom: 40px;
    }
    .flowwrap .flow {
      padding: 20px 20px;
      width: calc(100% / 3 - 20px);
    }
    .flowwrap .flow h3 {
      font-size: 28px;
    }
    .flowwrap .flow .img {
      width: 80px;
    }
  }
  @media only screen and (max-width: 650px) {
    .sec_judge {
      padding: 60px 0;
    }
    .sec_judge .headwrap{
      margin-bottom: 60px;
    }
    .flowwrap .flow {
      width: 100%;
    }
    .flowwrap .flow h3 {
      font-size: 24px;
    }
    .memberwrap {
      margin-bottom: 90px;
    }
    .voicewrap .voice{
      width: 100%;
      padding: 20px 25px 30px;
      border-radius: 20px;
    }
    .voicewrap .voice h3{
      font-size: 22px;
      margin-bottom: 5px;
    }
    .voicewrap .voice .name {
      font-size: 14px;
      padding: 3px 10px 3px 12px;
      margin-bottom: 20px;
    }
    .judgeimg {
      margin-bottom: 60px;
    }
    .judgeimg{
      gap: 0;
      flex-direction: column;
    }
    .judgeimg .img{
      width: 100%;
    }
    .judgeimg .img:nth-child(2){
      display: none;
    }
    .flowwrap .flow .step {
      padding: 0 5px;
      background: linear-gradient(transparent 85%, #ffff00 85%);
      background-position: 0 -30px;
    }
  }
  @media only screen and (max-width: 479px) {
    .middlebg{
      background-size: 200%;
    }
    .memberwrap .member {
      width: 100%;
      padding: 20px 25px;
    }
    .memberwrap .member .txt {
      font-size: 16px;
    }
    .sec_judge .en {
      font-size: 60px;
      margin-bottom: 30px;
    }
    .flowheadtxts {
      margin-bottom: 40px;
    }
    .sec_judge .headtxts .txt01{
      text-align: justify;
    }
    .sec_judge .headtxts p{
      line-height: 3;
    }
    .sec_judge .headtxts p span{
      padding: 0;
    }
    .sec_judge .headtxts p .span01{
      background: linear-gradient(transparent 0%, #000 0%);
    }
    .sec_judge .headtxts p .span02{
      display: inline;
      padding: 5px 0;
    }
    .sec_judge .headtxts p .span02 br.sp{
      display: none;
    }
  }

/* -----------------------------------------------
	 sec_company
----------------------------------------------- */
.sec_company {
  padding: 100px 0 120px;
}
.sec_company .tablewrap{
  max-width: 1000px;
  margin: auto;
}
.sec_company table{
  width: 100%;
}
.sec_company table tr{
  background-image: repeating-linear-gradient(90deg, #000000, #000000 4px, transparent 4px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.sec_company table th,
.sec_company table td{
  text-align: left;
  border: none;
  border-collapse: collapse;
}
.sec_company table th{
  background: transparent;
  padding: 40px 20px 20px 20px;
}
.sec_company table td{
  padding: 40px 0 20px;
}
  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_company{
      padding: 90px 0;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_company{
      padding: 60px 0 45px;
    }
    .sec_company table tr{
      display: flex;
      flex-direction: column;
    }
    .sec_company table th,
    .sec_company table td{
      width: 100%;
    }
    .sec_company table th{
      padding: 15px 0 0;
      font-weight: 700;
    }
    .sec_company table td{
      padding: 5px 0 15px;
    }
  }
/* -----------------------------------------------
	 sec_contact
----------------------------------------------- */
.sec_contact {
  padding-top: 60px;
  margin-bottom: 150px;
}
.sec_contact .formwrap{
  max-width: 1000px;
  margin: auto;
}
.sec_contact .formwrap ul.flex{
  gap: 20px;
}

.sec_contact .txt{
  margin-bottom: 50px;
}

.sec_contact .policywrap *{
  line-height: 1.5;
  font-weight: normal;
}
.sec_contact .policywrap {
  font-size: 15px;
  width: 90%;
  height: 200px;
  overflow-y: auto;
  margin: 30px auto 10px !important;
  padding: 30px !important;
  background: #f1f1f1;
}
.sec_contact .policyset {
  margin-bottom: 20px;
  border-top: solid 1px #adadad;
  padding-top: 20px;
}
.sec_contact .policyset .ttl {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}
.sec_contact .policyset a{
  text-decoration: underline;
}
.sec_contact .policywrap p {
  margin-bottom: 10px;
}
.sec_contact .policyset.plicysettop{
  border-bottom: solid 1px #adadad;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.sec_contact .policyset.policysetuls p:last-child{
  margin-bottom: 20px !important;
} 
.sec_contact .policyset p:last-child{
  margin-bottom: 0;
}

  @media only screen and (max-width: 1024px) {
  }
  @media only screen and (max-width: 768px) {
    .sec_contact{
      margin-bottom: 120px;
    }
    .sec_contact .txt {
      margin-bottom: 40px;
    }
    .sec_contact .policywrap p{
      font-size: 16px;
    }
  }
  @media only screen and (max-width: 479px) {
    .sec_contact{
      margin-bottom: 90px;
    }
    .sec_contact .txt .sp{
      display: block;
    }
    .sec_contact .policywrap{
      height: 200px;
      padding: 15px 20px;
      margin: 20px auto 35px;
    }
    .sec_contact .policywrap p{
      font-size: 13px;
      letter-spacing: 0.01rem;
      line-height: 1.8;
    }
    .sec_contact .policyset .ttl {
      margin-bottom: 5px;
      font-size: 16px;
    }
  }



/* -----------------------------------------------

	 footerimg

----------------------------------------------- */
  .footerimg{
    height: 350px;
    background-image: url(../images/bg_footerimg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

  @media only screen and (max-width: 1024px) {
    .footerimg {
      height: 300px;
    }
  }
  @media only screen and (max-width: 768px) {
    .footerimg {
      height: 200px;
    }
  }
  @media only screen and (max-width: 479px) {
    .footerimg {
      height: 150px;
      background-position: 20% 100%;
    }
    
  }