.page-template-page-top.page,
.page-template{
  padding: 0!important;
}
.page{
  padding: 100px 0;
  /*
  background: url(../img/bg_circle_blue.png) no-repeat;
  background-position: left bottom -600px;*/
}
.cnt-navi{
  padding: 20px 1em 20px 1em;
}
.cnt-navi ul{
  max-width: 1200px;
  margin: 5rem auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2em;
}
.cnt-navi li a{
  background: #fff;
  padding: 1em 3em;
  border: solid 1px var(--blue);
  border-radius: 50px;
  color: #000;
  font-weight: 700;
  min-width: 160px;
  display: inline-block;
  text-align: center;
}
.cnt-navi li a:hover{
  background: var(--gradient-blue);
  color: #fff;
}
.cnt-navi li.active a{
  background: var(--gradient-blue);
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .cnt-navi ul{
    gap: 1em;
  }
  .cnt-navi li a{
    padding: 1em 2em;
    min-width: auto;
    font-size: 1.3vw;
  }
}
@media only screen and (max-width: 780px) {
  .page{
    padding: 100px 0;
    background-size: 200%;
    background-position: left bottom -150px;
    overflow-x: hidden;
  }
  .cnt-navi{
    padding: 50px 1em 50px 1em;
  }
  .cnt-navi ul{
    margin: 3rem auto;
    gap: 1em;
    margin: auto;
    justify-content: center;
  }
  .cnt-navi li {
    width: 46%;
  }
  .cnt-navi li a{
    font-size: 13px;
    padding: .5em 2em;
    min-width: auto;
    width: 100%;
  }
}


/*-- greeting ------------------------------------------*/
#greeting .wrap{
  max-width: 1000px;
  padding-bottom: 0;
  margin-bottom: 0;
}
#greeting .title{
  height: 500px;
  background-image: url(../img/greeting/picture01.jpg);
  background-size: cover;
  background-position: center;
  margin: auto;
}
#greeting .title .title-eng{
  font-size: 40px;
  font-weight: 300;
  color: var(--blue);
  padding-top: 10%;
}
#greeting .title .title-text{
  font-size: 50px;
  font-weight: 500;
  color: var(--blue);
}
#greeting .text-area{
  padding: 40px 0;
}
#greeting .text-area .htext{
  font-size: 30px;
  color: var(--blue);
  padding: 0 0 40px 0;
  position: relative;
  margin-bottom: 20px;
}
#greeting .text-area .htext .name{
  font-size: 20px;
  text-align: right;
  color: #000;
  margin-left: auto;
  display: block;
}
#greeting .text-area .text{
  margin-bottom: 2em;
  font-size: 120%;
}

@media only screen and (max-width: 780px) {
  #greeting .title{
    height: 70lvh;
    background-image: url(../img/greeting/picture01sp.jpg);
  }
  #greeting .title .title-eng{
    font-size: 30px;
  }
  #greeting .title .title-text{
    font-size: 30px;
    font-weight: 500;
    color: var(--blue);
  }
  #greeting .text-area{
    padding: 60px 0;
  }
  #greeting .text-area .htext{
    font-size: 20px;
    padding: 0 0 60px 0;
    margin-bottom: 60px;
  }
  #greeting .text-area .htext .name{
    font-size: 15px;
    text-align: right;
    margin-top: 0;
  }
  #greeting .text-area .text{
    font-size: 1.6rem;
    margin-bottom: 2em;
  }
}


/*-- philosophy ------------------------------------------*/
#philosophy .section .wrap{
  margin-bottom: 2rem;
  padding-bottom:1rem;
  position: relative;
}
/*
#philosophy .section .wrap::after{
  content: "";
  width: calc(100% - 2em);
  height: .5px;
  background-color: #000;
  bottom: 0;
  position: absolute;
}*/
#philosophy .section h3.htext{
  font-size: 2.5rem;
  color: var(--blue);
  font-weight: 500;
  display: inline-block;
  border-bottom: 2px solid;
  /*
  border-image: var(--gradient-blue) 1;
  padding-right: 3em;
  */
  margin-bottom: 1em;
  margin-bottom: 6rem;
  border-left: 6px solid #00a5ea;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 1rem;
}
#philosophy .section h3.htext .eng{
  font-size: 16px;
  color: #000;
  font-weight: 600;
}
#philosophy .section .text{
  font-size: 120%;
  margin-bottom: 2em;
}
#philosophy .section h4.htext{
  font-size: 35px;
  color: var(--blue);
}
#philosophy .section .flex{
  align-items: top;
}
#philosophy .section .flex .text-area{
  width: 50%;
}
#philosophy .section .flex .text-area .text{
  margin-top: 4rem;
}
#philosophy .section .flex .img-area{
  width: 50%;
  position: relative;
}
#philosophy .section .flex .img-area img{
  width: 300px;
}
#philosophy .section .box{
  width: 100%;
}
#philosophy .section .box .title{
  font-size: 20px;
}
#philosophy .section .box .title .blue{
  color: var(--blue);
}
#philosophy .section .box .text{
  font-size: 15px;
}
@media only screen and (max-width: 780px) {
  #philosophy .section .wrap{
    margin-bottom: 6rem;
    padding-bottom:3rem;
  }
  #philosophy .section .wrap::after{
    width: calc(100% - 4em);
  }
  #philosophy .section h3.htext{
    font-size: 25px;
    padding-right: 0;
    display: block;
  }
  #philosophy .section h3.htext .eng{
    font-size: 15px;
    display: block;
    text-align: right;
  }
  #philosophy .section .text{
    font-size: 16px;
  }
  #philosophy .section h4.htext{
    font-size: 35px;
    color: var(--blue);
  }
  #philosophy .section .flex{
    align-items: center;
    display:flex;
  }
  #philosophy .section .flex .text-area{
    width: 100%;
  }
  #philosophy .section .flex .img-area{
    width: 70%;
    margin: auto;
    position:static;
  }
  #philosophy .section .flex .img-area img{
    width: 100%;
    position:static;
  }
  #philosophy .section .box{
    width: 100%;
  }
  #philosophy .section .box .title{
    font-size: 20px;
  }
  #philosophy .section .box .title .blue{
    color: var(--blue);
  }
  #philosophy .section .box .text{
    font-size: 14px;
  }
}



/*-- company ------------------------------------------*/
.page .wrap{
  margin-bottom: 5rem;
  padding-bottom:1rem;
  position: relative;
}
.page .section01 .eng-title{
  font-size: 1.8rem;
  font-weight: 600;
}
.page .section01 .page-title{
  font-size: 3.5rem;
  color: var(--blue);
  font-weight: 500;
}
#company .section02 .texta-area{
  width: 50%;
}
#company h3.htext{
  font-size: 2.5rem;
  /*
  color: var(--blue);
  font-weight: 500;
  */
  margin-bottom: 6rem;
  border-left: 6px solid #00a5ea;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 1rem;
}
#company h3.htext .eng{
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
#company .section02 .table-area{
  margin-bottom: 6rem;
}
#company .section02 .btn{
  text-align: center;
}
#company .section02 .img-circle{
  position: absolute;
  top:-100px;right: 0;
  width: 35%;
}
#company .section02 .btn{
  position: absolute;
  bottom: 10%;
  right: 5%;
}
#company .section-map .wrap{
  width: 100%;
  margin: 0 auto 5rem auto;
}
#company .section-map .wrap img{
  border: solid 2px var(--blue);
  border-radius: 20px;
}
#company .section03 .flex{justify-content: space-between;
}
#company .section03 .box{
  width: 48%;
  margin-bottom: 6rem;
  position: relative;
}
#company .section03 .box:nth-child(even){
  margin-top: -100px;
}
#company .section03 .box a{
  display: block;
  background-color: #fff;
  padding: 3rem 6rem;
  font-size: 2rem;
  color: #000;
  margin-top: -80px;
  position: relative;
}
#company .section03 .box a:hover{
  background: #e5edf6CC;
}
#company .section03 .box .text-area{
  position: relative;
  width: 85%;
  margin-left: auto;
}
#company .section03 .box .text-area::before{
  content: "";
  position: absolute;
  background-color: #e5edf6CC;
  height: calc(tan(60deg) * 60px / 2);
  width: 100px;
  clip-path: polygon(0% 0, 100% 50%, 0 100%);
  top:6rem;
  left:-5rem;
	transition: 0.3s ease-in-out;
  z-index: 1;
}
#company .section03 .box .text-area:hover::before{
  background-color: var(--blue);
}
#company .section03 .box h4{
  color: var(--blue);
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 2rem;
  position: relative;
}
#company .section04 .wrap{
  border-top: solid .5px #000;
}
#company .section04 .wrap{
  padding-top: 50px;
}
#company .section04 .flex .left{
  width:35%;
}
#company .section04 .flex .right{
  width: 60%;
}
#company .section04 .box{
  margin-bottom: 60px;
}
#company .section04 .obi{
  background: var(--blue);
  border-radius: 100px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 2rem;
  display: block;
}
#company .section04 .count{
  font-size: 10rem ;
  text-align: center;
  font-weight: 700;
  color: var(--blue);
}
#company .section04 .count .small{
  font-size: 50%;
}
#company .section04 .box .man{
  background-color: #00bdff;
  width: 50%;
  display: inline-block;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
#company .section04 .box .woman{
  background-color: #ff48d4;
  width: 50%;
  display: inline-block;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}
#company .btn{
  margin: 1em auto;
  text-align: center;
}

@media only screen and (max-width: 780px) {
  #company.page .wrap{
    margin-bottom: 0rem;
  }
  .page .section01 .eng-title{
    font-size: 1.5rem;
    font-weight: 600;
  }
  .page .section01 .page-title{
    font-size: 3rem;
  }
  /*追加*/
  #company.page .section01 .page-title{
    margin-bottom: 70vw;
  }
  #company .section02 .texta-area{
    width: 100%;
  }
  #company h3.htext{
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  #company h3.htext .eng{
    font-size: 1.5rem;
    display: block;
    margin-left:1.5em;
  }
  #company .section02 .table-area{
    margin-bottom: 4rem;
  }
  #company .section02 .table-area th{
    font-size: 1.5rem;
    white-space:nowrap ;
  }
  #company .section02 .table-area td{
    font-size: 1.5rem;
  }
  #company .section02 .img-circle{
    width: 30%;
    top:-100px;
    right: 1em;
    /*追加*/
    width: 60%;
    top:-70vw;
    right: 0;left:0;
    margin: auto;
  }
  #company .section02 .btn{
    position: static;
  }
  #company .section-map .wrap{
    width: 100%;
    margin: auto;
  }
  #company .section03 .flex{justify-content: space-between;}
  #company .section03 .box{
    width: 100%;
    margin-bottom: 4rem;
    position: relative;
  }
  #company .section03 .box:nth-child(even){
    margin-top: 0;
  }
  #company .section03 .box a{
    display: block;
    padding: 2rem 3rem;
    font-size: 1.5rem;
    margin-top: -30px;
  }
  #company .section03 .box .text-area{
    width: 90%;
  }
  #company .section03 .box .text-area::before{
    height: calc(tan(60deg) * 30px / 2);
    width: 50px;
    top:6rem;
    left:-2rem;
  }
  #company .section03 .box h4{
    font-size: 2rem;
  }
  #company .section04 .wrap{
    width: 90%;
    margin: auto;
  }
  #company .section04 .flex .left{
    width:100%;
  }
  #company .section04 .flex .right{
    width:100%;
  }
  #company .section04 .box{
    margin-bottom: 60px;
  }
  #company .section04 .obi{
    font-size: 1.7rem;
  }
  #company .section04 .count{
    font-size:6rem ;
  }
}

/*-- history ------------------------------------------*/
#history .section01 .wrap{
  margin-bottom: 0;
}
#history table{
  border-spacing: 0em;
  border-top: solid 1px #eaeaea;
}
#history th{
  border-bottom: solid 1px #eaeaea;
  color: var(--blue);
  padding: 1em 3em 1em 1em;
}
#history td{
  border-bottom: solid 1px #eaeaea;
}
@media only screen and (max-width: 780px) {
  #history table{
    border-spacing: 0em;
    border-top: solid 1px #eaeaea;
    font-size: 1.5rem;
  }
  #history th{
    display: block;
    border-bottom: none;
    padding: 1em 1em 0 1em;
  }
  #history td{
    display: block;
    padding: 1em 1em 2em 1em;
    border-bottom: solid 1px #eaeaea;
  }
}


/*-- activities ------------------------------------------*/
#activities h3.htext{
  font-size: 3rem;
  color: var(--blue);
  font-weight: 500;
  margin-bottom: 3rem;

  display: inline-block;
  border-bottom: 2px solid;
  border-image: var(--gradient-blue) 1;
  padding-right: 3em;
  margin-bottom: 1em;
}
#activities h3.htext .eng{
  color: #000;
  font-size: 1.6rem;
  font-weight: 600;
}
#activities .flex{
  justify-content: left;
  gap: 5%;
}
#activities .flex .box{
  width: 30%;
  margin: 3rem 0 3rem 0;
  position: relative;
}
#activities .flex .box .num{
  color: #004ea233;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  top:-4rem;
  right: -3rem;
}
#activities .flex .box h4{
  color: var(--blue);
  font-size: 2rem;
  margin: 1rem 0;
  font-weight: 600;
}
#activities .section03 .wrap{
  padding-top: 100px;
}
#activities .section04 .border-box{
  border: solid 1px var(--blue);
  border-radius: 10px;
  padding: 40px 40px;
  margin:auto;
}
#activities .section04 .grid{
  display: grid;
  grid-template-columns:  repeat(2, 1fr) 1.8fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 80px;
  grid-row-gap: 50px;
}
#activities .section04 .grid .div1 { grid-area: 1 / 1 / 2 / 2; }
#activities .section04 .grid .div2 { grid-area: 1 / 2 / 2 / 3; }
#activities .section04 .grid .div3 { grid-area: 2 / 1 / 3 / 2; }
#activities .section04 .grid .div4 { grid-area: 2 / 2 / 3 / 3; }
#activities .section04 .grid .div5 { grid-area: 1 / 3 / 3 / 4; }
#activities .section04 .grid .box{
  text-align: center;
}
#activities .section04 .grid .box h4{
  color: #3371b4;
  font-size: 2.5rem;
  font-weight: 700;
}
#activities .section04 .grid .box .text1{
  color: var(--blue);
  font-size: 1.8rem;
  font-weight: 700;
}
#activities .section04 .box.div6{
  text-align: center;
  padding-top: 50px;
}
#activities .section04 .div6 .text2{
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 700;
}
#activities .section04 .div6 .text3{}


@media only screen and (max-width: 780px) {
  #activities h3.htext{
    font-size: 2.5rem;
    margin-bottom: 4rem;
  }
  #activities h3.htext .eng{
    font-size: 1.5rem;
    display: block;
    margin-left:1.5em;
  }
  #activities .flex{
    justify-content: left;
    gap: 5%;
  }
  #activities .flex .box{
    width: 90%;
    margin: 2rem auto 4rem auto;
  }
  #activities .flex .box .num{
    font-size: 6rem;
    top:-4rem;
    right: -3rem;
  }
  #activities .flex .box h4{
    font-size: 2rem;
  }
  #activities .flex .box p{
    font-size: 1.4rem;
  }
  #activities .section03 .wrap{
    width: 90%;
    margin: auto;
  }
  #activities .section04 .border-box{
    padding: 20px 40px;
  }
  #activities .section04 .grid{
    display: block;
  }
  #activities .section04 .grid .box{
    text-align: center;
    margin-bottom: 2rem;
  }
  #activities .section04 .grid .box h4{
    font-size: 2rem;
  }
  #activities .section04 .grid .box .text1{
    font-size: 1.6rem;
  }
  #activities .section04 .box.div6{
    text-align: center;
    padding-top: 50px;
  }
  #activities .section04 .div6 .text2{
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}



/*-- office ------------------------------------------*/
/*
#office .tabs {
  margin: 0 auto 0 auto;
}
#office .tab_item {
  width: calc(50%/2);
  margin: auto;
  padding: 1rem;
  font-size: 2rem;
  text-align: center;
  color: var(--blue);
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  float: left;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
#office .tab_item:nth-of-type(1){
  margin-left: calc(50% - 25%);
}
#office .tab_item::after{
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 15px;
  background: var(--blue);
  bottom: -2rem;
}
#office .tab_item:nth-of-type(1)::after{
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#office .tab_item:nth-of-type(2)::after{
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
#office .tab_item:hover {
  opacity: 0.75;
}
#office input[name="tab_item"] {
  display: none;
}
#office .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  padding-top: 10rem;
}
#office #domestic:checked ~ #domestic_content,
#office #overseas:checked ~ #overseas_content {
  display: block;
}
#office .tabs input:checked + .tab_item {
  color: var(--blue);
}
#office  input:checked + .tab_item::after{
  background-color: var(--blue);
}
*/

#office .tab-btn-ara{
  text-align: center;
  margin-top: -100px;
}
#office .tab-btn-ara .link-btn{
  background: var(--blue);
  color: #fff;
  border-radius: 200px;
  padding: 1em 4em;
  margin: 0 1em;
  font-weight: 700;
}


#office .box01{
  width: 60%;
  margin: 8rem 0 12rem 0;
  font-size: 1.8rem;
  padding-top: 5rem;
}
#office .box01 h3{
  text-align: left;
}
#office .box01 h3 img{
  height: 60px;
  width: auto;
}
#office .box02{
  margin: 8rem auto 12rem auto;
}
#office .box02 h3 img{
  height: 50px;
  width: auto;
}
#office .box02 .text-area{
  width: 60%;
}
#office .box02 .map-area{
  width: 36%;
  text-align: center;
}
#office .box02 .map-area img{
  mix-blend-mode: darken;
  width: 70%;
  margin: auto auto 4rem auto;
}
#office iframe{
  width: 100%;
}
#office table th{
  white-space: nowrap;
  width: 20%;
}

/*
#office .overseas_conten .box03 h3 img{
  height: 50px;
  width: auto;
}*/

#office .overseas_conten .box03{
  margin: 8rem auto 12rem auto;
  padding-top: 5rem;
}
#office .box03 .text-area{
  width: 60%;
  order: 1;
}
#office .box03 .map-area{
  width: 36%;
  text-align: center;
  order: 2;
}
#office .box03 .map-area .flag{
  width: 30%;
  margin-bottom: 4rem;
  border: solid 1px #ddd;
}
/*
#office .map-china{
  width: 80%;
  position: absolute;
  top:0;
  right: calc(30vw);
}
#office .map-korea{
  width: 90%;
  position: absolute;
  bottom:4rem;
  left: calc(50% - 50vw);
}
*/

@media only screen and (max-width: 780px) {
  #office .wrap{
    margin-bottom: 0;
  }
  /*
  #office .tab_item {
    width: calc(100%/2);
    padding: 1rem;
    font-size: 2rem;
  }
  #office .tab_item:nth-of-type(1){
    margin-left: 0;
  }
  */
  #office .tab-btn-ara{
    text-align: center;
    margin-top: 3rem;
  }
  #office .tab-btn-ara .link-btn{
    padding: 1em 3em;
    margin: 0 1rem;
    font-size: 1.3rem;
  }
  #office table{
    font-size: 1.3rem;
    border-spacing:1rem;
  }
  #office table th{
    white-space: nowrap;
    width: 33%;
    padding: 1rem 0 1rem 1rem;
  }
  #office .box01{
    width: 100%;
    min-width: auto;
    margin: 2rem auto 4rem auto;
  }
  #office .box01 h3 img{
    height: 40px;
    width: auto;
  }
  #office .box02{
    margin: 2rem auto 4rem auto;
  }
  #office .box02 h3 img{
    height: 30px;
    width: auto;
  }
  #office .box02 .text-area{
    width: 100%;
  }
  #office .box02 .map-area{
    width: 100%;
    margin: 4rem auto;
  }
  #office .box02 .map-area img{
    width: 60%;
    margin: auto auto 4rem auto;
  }
  #office .box02 .map-area iframe{
    width: 100%;
  }
  #office .overseas_conten .box03{
    margin: 2rem auto 4rem auto;
    padding-top: 0;
  }
  #office .box03 .text-area{
    width: 100%;
    order: 1;
  }
  #office .box03 .map-area{
    width: 100%;
    order: 2;
    padding-top: 3rem;
  }
  #office .box03 .map-area .flag{
    width: 20%;
    margin-bottom: 4rem;
  }
  #office .overseas_conten .box03 h3 img{
    height: 33px;
    width: auto;
  }

  #office .overseas_conten .box03{
    width: 100%;
    margin: 8rem 0 10rem auto;
  }
  #office .china-area{
    padding-top: 0;
  }
  #office .korea-area{
    padding-top: 0;
  }

  #office .map-china{
    width: 140%;
    position: absolute;
    top: -100px;
    right: -20%;
  }
  #office .map-korea{
    width: 200%;
    position: absolute;
    bottom:400px;
    left: 0;
  }
}



/*-- digital ------------------------------------------*/
#digital .section01 .wrap{
  margin-bottom: 0;
}
#digital .section02 .box{
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
  padding: 40px 0 0 0;
}
#digital .section02 .box .text-area{
  background: url(../img/digital/digital_bg_block01.svg) no-repeat;
  background-size: 80%;
  position: relative;
  z-index: 1;
  width: 48%;
}
#digital .section02 .box .img-area{
  position: absolute;
  top:0;
  right: 100px;
  width: 60%;
  max-width: 800px;
}
#digital .section02 .box.cnt01{
}
#digital .section02 .box.cnt01 .text-area{
  background: url(../img/digital/digital_bg_block03.svg)no-repeat;
  background-size: 80%;
  background-position: bottom right 100px;
  padding: 0px 5rem 40px 100px;
}
#digital .section02 .box.cnt01 .img-area{
  top:40px;
  right: -100px;
}
#digital .section02 .box.cnt02{
}
#digital .section02 .box.cnt02 .text-area{
  background: url(../img/digital/digital_bg_block03.svg)no-repeat;
  background-size: 80%;
  background-position: bottom right 100px;
  padding: 0px 10rem 40px 100px;
  margin-bottom: 100px;
  order: 2;
  float:right;
}
#digital .section02 .box.cnt02 .text-area2{
  clear: both;
}
#digital .section02 .box.cnt02 .img-area{
  top:40px;
  left: -100px;
}
#digital .section02 .box.cnt02 .flex .box{
  width: 30%;
}
#digital .section02 .box.cnt02{
}
#digital .section02 .box.cnt03{
  margin-bottom: 200px;
}
#digital .section02 .box.cnt03 .text-area{
  background: url(../img/digital/digital_bg_block03.svg)no-repeat;
  background-size: 80%;
  background-position: bottom right 100px;
  padding: 0px 5rem 40px 100px;
}
#digital .section02 .box.cnt03 .img-area{
  top:40px;
  right: -100px;
}
#digital .section02 .box.cnt03b .text-area{
  background: url(../img/digital/digital_bg_block03.svg)no-repeat;
  background-size: 80%;
  background-position: bottom right 100px;
  padding: 0px 10rem 40px 100px;
  order: 2;
  float:right;
}
#digital .section02 .box.cnt03b .img-area{
  top:0;
  left: -100px;
  order: 1;
}
#digital .section02 .box .num-title{
  font-size: 6.4rem;
  font-weight: 700;
  color: var(--blue);
  line-height: .5;
  margin-bottom: 3rem;
  position: relative;
}
#digital .section02 .box .num-title::after{
  content: "";
  width: 300px;
  height: 15px;
  background-color: var(--blue);
  display: block;
  margin-left: 8rem;
}
#digital .section02 .box .num-title span{
  font-size: 2.6rem;
  vertical-align: top;
  position: absolute;
  top:0;
  left: 8rem;
}
#digital .section02 .box h4{
  margin-bottom: 4rem;
  color: var(--blue);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.3;
}

@media only screen and (max-width: 780px) {
  #digital .section02 .box{
    width: 100%;
    margin-bottom: 5rem;
    padding: 0;
  }
  #digital .section02 .box .text-area{
    background: url(../img/digital/digital_bg_block02.svg)no-repeat;
    background-size: 80%;
    padding: 10rem 2rem 2rem 2rem;
    width: 100%;
    margin: 0rem;
  }
  #digital .section02 .box .img-area{
    position: static;
    width: 100%;
    max-width: auto;
  }
  #digital .section02 .box.cnt01 .text-area{
    padding: 5rem 2rem 2rem 2rem;
    margin: 0rem;
    width: 100%;
  }
  #digital .section02 .box.cnt01 .img-area{
    position: static;
    width: 100%;
    max-width: auto;
  }
  #digital .section02 .box.cnt02{
  }
  #digital .section02 .box.cnt02 .text-area{
    padding: 5rem 2rem 2rem 2rem;
    margin: 0;
    width: 100%;
  }
  #digital .section02 .box.cnt02 .text-area2{
    padding: 2rem;
  }
  #digital .section02 .box.cnt02 .text-area2 .box{
    width: 100%;
    margin-bottom: 2rem;
  }
  #digital .section02 .box.cnt02 .img-area{
    position: static;
    width: 100%;
    max-width: auto;
  }
  #digital .section02 .box.cnt03,
  #digital .section02 .box.cnt03b{
    margin-bottom: 6rem;
  }
  #digital .section02 .box.cnt03 .text-area,
  #digital .section02 .box.cnt03b .text-area{
    background-size: 80%;
    background-position: bottom left 0;
    padding: 5rem 2rem 2rem 2rem;
    margin: 0;
  }
  #digital .section02 .box.cnt03 .img-area{
    position: static;
  }
  #digital .section02 .box.cnt04{
  }
  #digital .section02 .box.cnt04 .text-area{
    background-size: 80%;
    padding: 5rem 2rem 2rem 2rem;
    margin-left: 0;
    width: 100%;
  }
  #digital .section02 .box.cnt04 .img-area{
    position: static;
  }
  #digital .section02 .box.cnt04 .flex .box{
    width: 100%;
    margin-bottom: 2rem;
  }
  #digital .section02 .box .num-title{
    font-size: 4.4rem;
    line-height: .5;
    margin-bottom: 1rem;
  }
  #digital .section02 .box .num-title::after{
    content: "";
    width: 200px;
    height: 10px;
    margin-left: 6rem;
  }
  #digital .section02 .box .num-title span{
    font-size: 2rem;
    vertical-align: top;
    position: absolute;
    top:0;
    left: 6rem;
  }
  #digital .section02 .box h4{
    margin-bottom: 4rem;
    font-size: 2.2rem;
  }
}




/*-- SDGs ------------------------------------------*/
#sdgs .section01 .wrap{
  margin-bottom: 0;
}
#sdgs .section02 .img01{
  width: 70%;
  margin: auto;
}
#sdgs .section02 .img01 img{
  mix-blend-mode: darken;
}
#sdgs .section02 .text01{
  margin: 4rem auto;
  width: 50%;
}
#sdgs .section02 .text02{
  text-align: center;
}
#sdgs .section03 .wrap{
  background: var(--gradient-blue);
  border-radius: 20px;
  max-width: 1000px;
  padding: 4rem 2rem 2rem 2rem;
}
#sdgs .section03 h3{
  text-align: center;
  color: #fff;
  margin-bottom: 2rem;
}
#sdgs .section03 h3::before{
  content: none;
}
#sdgs .section03 .block-white{
  background-color: #fff;
  border-radius: 20px;
  padding: 4rem 3rem;
  margin-bottom: 2rem;
}
#sdgs .section03 .block-white .text-area{
  width: 78%;
  letter-spacing: 0;
}
#sdgs .section03 .block-white h4{
  color: var(--blue);
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
}
#sdgs .section03 .block-white h5{
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
}
#sdgs .section03 .block-white .img-area{
  width: 20%;
}

@media only screen and (max-width: 780px) {
  #sdgs .section02 .img01{
    width: 100%;
  }
  #sdgs .section02 .text01{
    width: 100%;
  }
  #sdgs .section03 .wrap{
    width: calc(100% - 2rem);
    margin: 0 1rem;
    padding: 4rem 1rem 1rem 1rem;
  }
  #sdgs .section03 h3{
    margin-bottom: 2rem;
  }
  #sdgs .section03 h3::before{
    content: none;
  }
  #sdgs .section03 .block-white{
    padding: 3rem 2rem;
    margin-bottom: 1rem;
  }
  #sdgs .section03 .block-white .text-area{
    width: 100%;
  }
  #sdgs .section03 .block-white h4{
    font-size: 2rem;
  }
  #sdgs .section03 .block-white h5{
    font-size: 1.7rem;
  }
  #sdgs .section03 .block-white .img-area{
    width: 80%;
    margin: 2rem auto 0 auto;
  }
  #sdgs .section03 .block-white .img-area.b2{
    width: 55%;
  }
}




/*-- group ------------------------------------------*/
#group .text{
  font-size: 1.8rem;
}
#group .section01 .wrap{
  margin: 10rem auto;
}
#group .section02 .wrap{
  max-width: 1200px;
  margin: auto;
  padding: 0;
}
#group .section02 .flex{
  justify-content: space-between;
  margin: auto;
}
#group .section02 .flex .box4{
  width: 23%;
  position: relative;
  background-color: #ededede6;
  text-align: center;
}
#group .section02 .flex .box4 .img-box img{
  object-fit: cover;
  height: 250px;
}
#group .section02 .flex .box4 .logo{
  max-height: 30px;
  margin: 3rem auto;
}
#group .section02 .flex .box4 .logo img {
  height: 26px;
  width: auto;
  }
#group .section02 .box4 .fukidashi{
  opacity: 0;
  color: #fff;
  position: absolute;
  width: 90%;
  left: 0;right: 0;
  top: 3%;
  margin: auto;
  text-align: center;
  min-height: 120px;
  padding: 1rem 0;
}
#group .section02 .box4 .fukidashi .text{
  font-size: 1.3rem;
  padding: 0 1rem 1rem 1rem;
}
#group .section02 .box4 .fukidashi span{
  font-weight: 700;
  font-size: 120%;
}
#group .section02 .box4:hover .fukidashi{
  background-color: var(--blue);
  display: block;
  opacity: 1;
  transition : 1s;
}
/*
#group .section02 .box4 .fukidashi::after{
  content: "";
  position: absolute;
  background-color: var(--blue);
  height: calc(tan(60deg) * 20px / 2);
  width: 20px;
  clip-path: polygon(0 0, 100% 0%,  50% 100%);
  bottom:-15px;
  left:0;right:0;
  margin: auto;
}*/
#group .section02 .box4.blue .fukidashi{
  background-color: #1f4af1e6;
}
#group .section02 .box4.blue .fukidashi::after{
  background-color: #1f4af1;
}
#group .section02 .box4.green .fukidashi{
  background-color: #00b500e6;
}
#group .section02 .box4.green .fukidashi::after{
  background-color: #00b500;
}
#group .section02 .box4.lightblue .fukidashi{
  background-color: #00bcf1e6;
}
#group .section02 .box4.lightblue .fukidashi::after{
  background-color: #00bcf1;
}
#group .section02 .box4.red .fukidashi{
  background-color: #f13120e6;
}
#group .section02 .box4.red .fukidashi::after{
  background-color: #f13120;
}
#group .section02 .box4.blue .btn a{
  background: linear-gradient(90deg, #7fa2f7, #1f4af1);
}
#group .section02 .box4.green .btn a{
  background: linear-gradient(90deg, #6bf791, #00b500);
}
#group .section02 .box4.lightblue .btn a{
  background: linear-gradient(90deg, #66f6f7, #00bcf1);
}
#group .section02 .box4.red .btn a{
  background: linear-gradient(90deg, #f78b35, #f13120);
}




#group .section02 .flex .gray-box{
  background-color: #ededede6;
  padding: 2rem;
  max-width: 580px;
  width: 90%;
  margin: auto;
}
#group .section02 .flex .box h3{
  text-align: center;
  color: var(--blue);
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 1em auto;
}
#group .section02 .flex .box .text{
  padding: 2em;
}
#group .section02 .flex .box .btn{
  text-align: center;
}

#group .section02 .flex .box4{
  width: 23%;
  margin-bottom: 2rem;
}


#group .section02 .flex .box.lt{
  padding-bottom: 260px;
  background-image: url(../img/group/img01.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#group .section02 .flex .box.rt{
  padding-bottom: 260px;
  background-image: url(../img/group/img02.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
}
#group .section02 .flex .box.lb{
  padding-top: 260px;
  background-image: url(../img/group/img03.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}
#group .section02 .flex .box.rb{
  padding-top: 260px;
  background-image: url(../img/group/img04.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
}

@media only screen and (max-width: 780px) {
  #group .text{
    font-size: 1.4rem;
  }
  #group .section01 .wrap{
    margin: 5rem auto;
  }
  #group .section02 .wrap{
    padding: 2em;
  }
  #group .section02 .logo_group{
    position: static;
    width: 240px;
    height: 240px;
  }
  #group .section02 .flex .box4{
    width: 100%;
  }
  
  #group .section02 .flex .box{
    width: 100%;
    margin-bottom: 2em;
  }
  #group .section02 .flex .gray-box{
    padding: 2rem;
    width: 100%;
  }
  #group .section02 .flex .box h3{
    font-size: 2rem;
  }
  #group .section02 .flex .box .text{
    padding: 2em;
  }
  #group .section02 .flex .box.lt{
    padding-bottom: 0;
    background-size: cover;
  }
  #group .section02 .flex .box.rt{
    padding-bottom: 0;
    background-size: cover;
  }
  #group .section02 .flex .box.lb{
    padding-top: 0;
    background-size: cover;
  }
  #group .section02 .flex .box.rb{
    padding-top: 0;
    background-size: cover;
  }
}

#group.detail .section02 .wrap{
  max-width: 1000px;
}
#group.detail .section02 .logo{
  width: auto;
  height: 50px;
  text-align: center;
  margin: auto auto 4em auto;
}
#group.detail .section02 .logo img{
  width: auto;
  height: auto;
  max-height: 60px;
  max-width: 350px;
}
#group.detail .section02 .text{
  width: 90%;
  padding: 1rem 3rem;
  margin: auto;
  text-align: center;
}
#group.detail .section02 .illust{
  width: 40%;
  position: absolute;
  right:-0rem;
  top:0;
}
#group.detail .section02 .illust img{
  mix-blend-mode: darken;
}
#group.detail .section02 .pic-main{
  width: 100%;
  margin-top: 4rem;
}
#group.detail .section02 .pics{
  padding-top: 4rem;
  z-index: 2;
  justify-content: space-between;
  max-width: 1200px;
  margin: auto;
}
#group.detail .section02 .pics .pic{
  width: 19%;
}

#group.detail .section02 .pics.toyamasangyo .pic{
  width: 48%;
}
#group.detail .section02 .pics.toyamamfg .pic{
  width: 16%;
}
#group.detail .section02 .pics.mets .pic{
  width: 16%;
}
#group.detail .section03{
  background-color: #9999991a;
  padding-top: 10rem;
  margin-top: 10rem;
}
#group.detail .section03 .wrap,
#group.detail .section04 .wrap{
  max-width: 1000px;
}
#group.detail .section03 h3.htext,
#group.detail .section04 h3.htext{
  color: var(--blue);
  font-size: 3.0rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5em;
}
#group.detail .section03 h3.htext .eng,
#group.detail .section04 h3.htext .eng{
   color: #0000000d;
   font-size: 13rem;
   position: absolute;
   top:0;
   left: -12rem;
   line-height: 1;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
}
#group.detail .section03 .block{
  margin-bottom: 10rem;
}
#group.detail .section03 .block .b-title{
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 2em;
  margin-bottom: 2rem;

  border-left: 6px solid #00a5ea;
  border-bottom: 1px solid #e3e3e3;
  padding-left: 1rem;
}
#group.detail .section03 .block .text-box{
  width: 80%;
  margin: auto;
}
#group.detail .section03 .block .lightblue-box{
  display: inline-block;
  font-weight: 600;
  margin: 1em 0 0 0;
  font-size: 2rem;
}
#group.detail .section03 .block .border-box{
  border: solid 1px var(--blue);
  padding: 1rem;
  margin: 1em 0 0 0;
  text-align: center;
}
#group.detail .section03 .block .border-box .blue{
  font-size: 1.5rem;
  color: var(--blue);
}
#group.detail .section03 .block .border-box .text{
  font-size: 1.5rem;
}
#group.detail .section-profile .wrap{
  max-width: 1000px;
}
#group.detail .section-profile h3.htext{
  color: var(--blue);
  font-size: 3rem;
  font-weight: 600;
  position: relative;
  margin-bottom: 1.5em;
}
#group.detail .section-profile h3.htext .eng{
   color: #0000000d;
   font-size: 13rem;
   position: absolute;
   top:0;
   left: -12rem;
   line-height: 1;
   -ms-writing-mode: tb-rl;
   writing-mode: vertical-rl;
}
#group.detail .section-profile .table-area{
  margin: auto;
  width: 90%;
  font-size: 1.8rem;
  text-wrap: balance;
}
#group.detail .section-profile .table-area th{
  width: 25%;
}

@media only screen and (max-width: 780px) {
  #group.detail .section02 .logo{
    width: 90%;
    height: auto;
    margin-bottom: 4em;
  }
  #group.detail .section02 .logo img{
    width: 100%;
    height: auto;
  }
  #group.detail .section02 .text{
    width: 100%;
  }
  #group.detail .section02 .illust{
    width: 80%;
    position: static;
    margin: auto;
    padding-top: 3rem;
  }
  #group.detail .section02 .pics{
    width: 100%;
    padding-top: 3em;
    z-index: 2;
  }
  #group.detail .section02 .pics .pic{
    width: 19%;
  }
  #group.detail .section02 .pics.toyamamfg .pic{
    width: 30%;
    margin-bottom: 1rem;
  }
  #group.detail .section02 .pics.mets .pic{
    width: 30%;
    margin-bottom: 1rem;
  }
  #group.detail .section03,
  #group.detail .section04{
    padding-top: 10rem;
    margin-top: -6rem;
  }
  #group.detail .section03 h3.htext,
  #group.detail .section04 h3.htext{
    font-size: 2.5rem;
  }
  #group.detail .section03 h3.htext .eng,
  #group.detail .section04 h3.htext .eng{
     font-size: 10rem;
     position: absolute;
     top:0;
     right: -.5em;
  }
  #group.detail .section03 .block{
    margin-bottom: 10rem;
  }
  #group.detail .section03 .block .b-title{
    font-size: 2rem;
  }
  #group.detail .section03 .block .text-box{
    width: 90%;
  }
  #group.detail .section03 .block .lightblue-box{
    /*background-color: #ccdcec;*/
    display: inline-block;
    padding: 0 1em 0  0 ;
    font-weight: 600;
    margin: 1em 0 0 0;
    font-size: 1.5rem;
  }
  #group.detail .section03 .block .border-box{
    border: solid 1px var(--blue);
    padding: 1rem;
    margin: 1em 0 0 0;
    text-align: center;
  }
  #group.detail .section03 .block .border-box .blue{
    font-size: 1.4rem;
  }
  #group.detail .section03 .block .border-box .text{
    font-size: 1.2rem;
  }
  #group.detail .section-profile .wrap{
    max-width: 1000px;
  }
  #group.detail .section-profile h3.htext{
    font-size: 3rem;
  }
  #group.detail .section-profile h3.htext .eng{
     font-size: 10rem;
     position: absolute;
     top:0;
     right: -.5em;
  }
  #group.detail .section-profile .table-area{
    margin: auto;
    width: 100%;
  }
  #group.detail .section-profile .table-area table{
    border-collapse: collapse;
  }
  #group.detail .section-profile .table-area th{
    font-size: 1.4rem;
    white-space: nowrap;
    display: inline-block;
    padding: 3rem 1rem .5rem 1rem;
    width: auto;
  }
  #group.detail .section-profile .table-area td{
    font-size: 1.4rem;
    display: block;
    padding: .5rem 1rem .5rem 1rem;
  }
}
/*
#group.detail.c02 .block .b-title{
  border: none;
}
*/
#group.detail.c02 .chart img{
  mix-blend-mode:multiply;
  margin-top: 6rem;
}
#group.detail.c02 .chart img{
  mix-blend-mode:multiply;
}
#group.detail.c02 .section03 .block{
  padding-bottom: 8rem;
}
#group.detail.c02 .section03 .block.border{
}
#group.detail.c02 .section03 .flex{
  justify-content: space-evenly;
  margin-top: 6rem;
}
#group.detail.c02 .section03 .flex .box{
  width: 31%;
  text-align: center;
  font-size: 1.3rem;
  margin-bottom: 2%;
}
#group.detail.c02 .section04 .equipment{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem 0;
}
#group.detail.c02 .section04 table{
  position: relative;
  width: 49.5%;
  height: 100%;
  font-size: 80%;
}
#group.detail.c02 .section04 .category{
  font-size: 120%;
  color: var(--blue);
  background-color: #d8dbe9;
}
#group.detail.c02 .section04 table th{
  background: #042092;
  color: #fff;
  border: solid 1px #ddd;
  padding: .5rem 1rem;
}
#group.detail.c02 .section04 table td{
  border: solid 1px #ddd;
  padding: .5rem 1rem;
  position: relative;
}
#group.detail.c02 .section04 table td.ctg{
  background: #ecf0fd;
  white-space: nowrap;
}

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

  #group.detail.c02 .section04 .equipment{
    gap: 2rem 0;
  }
  #group.detail.c02 .section04 table{
    position: relative;
    width: 100%;
    height: 100%;
    font-size: 80%;
  }
  #group.detail.c02 .section04 table th:first-child{
    width: 1em;
    white-space: wrap;
  }
  #group.detail.c02 .section04 table td.ctg{
    width: 1em;
  }
  #group.detail.c02 .section04 table td.ctg span{
    white-space: wrap;
    width: 1em;
    display: block;
  }
  #group.detail.c02 .section04 table td:first-child{
    width: 40%;
  }
}


#group.detail.c02 .section04 .content p{
  border-bottom: solid 1px #dddddd;
  padding: .5em;
}
#group.detail.c02 .section04 .content p span{
  float: right;
}

@media only screen and (max-width: 780px) {
  #group.detail.c02 .section03 .block{
    padding-bottom: 0;
  }
  #group.detail.c02 .section03 .block.border{
    padding-bottom: 5rem;
    margin-bottom: 4rem;
  }
  #group.detail.c02 .section03 .flex .box{
    width: 48%;
  }
  #group.detail.c02 .section04 .content p {
    font-size: 1.3rem;
  }
  #group.detail.c02 .section04 .content p span{
    float: none;
    display: block;
    text-align: right;
  }
  
}

/*ベース*/
#group.detail.c02 .toggle {
	display: none;
}
#group.detail.c02 .Label {		/*タイトル*/
	padding: 1em;
	display: block;
	background:#f8f8f8;
  cursor: pointer;
  font-size: 1.8rem;
}
#group.detail.c02 .Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid var(--blue);
	border-right: 2px solid var(--blue);
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
#group.detail.c02 .Label,
#group.detail.c02 .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
#group.detail.c02 .content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
  border: solid 10px #f8f8f8;
  border-top: none;
  background-color: #fff;
}
#group.detail.c02 .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
  border: solid 10px #f8f8f8;
  border-top: none;
}
#group.detail.c02 .toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

#group.detail.c04 .section03 .text{
  font-size: 1.8rem;
  margin-bottom: 2em;
}
#group.detail.c04 .section03 .flex-service-mets{
  position: relative;
  display: flex;
  flex-direction: row-reverse;
}
#group.detail.c04 .section03 .flex-service-mets .box{
  width: 50%;
  padding-left: 7rem;
}
#group.detail.c04 .section03 .flex-service-mets .pic{
  width: 50%;
  margin-top: auto;
  margin-bottom: 10rem;
}
#group.detail.c04 .section03 .flex-service-mets .lists{
  padding-top: 10rem;
}
#group.detail.c04 .section03 .cercle-title{
  background-color: #fff;
  border-radius: 300px;
  display: block;
  width: 150px;
  height: 150px;
  text-align: center;
  color: var(--blue);
  font-size: 2.5rem;
  font-weight: 500;
  padding-top: 40px;
  margin: 0 auto 0 auto;
}
#group.detail.c04 .section03 .cercle-title span{
  font-size: 1.5rem;
  color: #000;
  display: block;
}
#group.detail.c04 .section03 .feature-title{
  /*font-size: 2.5rem;*/
  font-size: 1.7rem;
  font-weight: 400;
  /*color: var(--blue);
  margin-left: 260px;*/
  margin-bottom: 12rem;
  position: relative;
}
#group.detail.c04 .section03 .feature-title span.number{
  font-size: 6rem;
  font-weight: 700;
  color: #004ea21a;
  position: absolute;
  top:-4rem;
  left: -4rem;
  line-height: 1;
}
#group.detail.c04 .section03 .feature-text{
  margin-left: 300px;
  margin-bottom: 8rem;
  font-size: 1.8rem;
}
#group.detail.c04 .section03 .white-box{
  background-color: #fff;
  padding: 4rem;
  width: 120%;
  margin-left: -10%;
}
#group.detail.c04 .section03 .white-box .b-title{
  text-align: center;
}
#group.detail.c04 .section03 .white-box .box{
  display: flex;
  justify-content: space-around;
  margin-bottom: 5rem;
}
#group.detail.c04 .section03 .white-box .box .text-area{
  width: 60%;
}
#group.detail.c04 .section03 .white-box .box .text-area .text{
  font-size: 1.5rem;
}
#group.detail.c04 .section03 .white-box .box .text-area .htext{
  font-size: 2rem;
  color: var(--blue);
  font-weight: 600;
}
#group.detail.c04 .section03 .box .pic{
  width: 30%;
}
#group.detail.c04 .section03 .white-box .border-box{
  border: solid 1px var(--blue);
  padding: 2rem 4rem;
}
#group.detail.c04 .section03 .border-box .bold{
  text-align: center;
  font-size: 2rem;
  color: var(--blue);
  margin-bottom: 2rem;
}
#group.detail.c04 .section03 .white-box .border-box .pic{
  width: 30%;
}
#group.detail.c04 .section03 .flex {
  justify-content: space-evenly;
}
#group.detail.c04 .section03 .flex .pic-3{
  width: 30%;
  text-align: center;
}
#group.detail.c04 .section03 .flex .pic-5{
  width: 15%;
  text-align: center;
}
#group.detail.c04 .section03 .flex .pic-2{
  width: 46%;
  text-align: center;
}
#group.detail.c04 .section03 .flex2{
  display: flex;
  justify-content: space-between;
}
#group.detail.c04 .section03 .flex2 .box-2{
  width: 46%;
}
#group.detail.c04 .section03 .bold{
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
}
#group.detail.c04 .section03 .flex .box-2{
  width: 45%;
  display: flex;
  flex-direction: column;
}
#group.detail.c04 .section03 .flex .box-2 img{
  margin-top: auto;
}

@media only screen and (max-width: 780px) {
  #group.detail.c04 .section03 .text{
    font-size: 1.4rem;
  }
  #group.detail.c04 .section03 .flex-service-mets{
    display: block;
  }
  #group.detail.c04 .section03 .flex-service-mets .box{
    width: 100%;
    padding-left: 3rem;
  }
  #group.detail.c04 .section03 .flex-service-mets .pic{
    width: 80%;
    float: none;
    margin: auto auto 4rem auto;
    position: relative;
  }
  #group.detail.c04 .section03 .cercle-title{
    width: 120px;
    height: 120px;
    text-align: center;
    color: var(--blue);
    font-size: 2rem;
    font-weight: 500;
    padding-top: 30px;
    float: none;
    margin: 0 auto 4rem auto;
    margin-top: 2rem;
  }
  #group.detail.c04 .section03 .cercle-title span{
    font-size: 1.3rem;
  }
  #group.detail.c04 .section03 .flex-service-mets .lists {
    margin-left: 0%;
    padding-top: 0rem;
  }
  #group.detail.c04 .section03 .feature-title{
    font-size: 1.7rem;
    margin: 0 auto 5rem auto;
  }
  #group.detail.c04 .section03 .feature-title span.number{
    font-size: 6rem;
  }
  #group.detail.c04 .section03 .feature-text{
    margin-left: 0;
    font-size: 1.rem;
  }
  #group.detail.c04 .section03 .white-box{
    padding: 2rem;
    width: 100%;
    margin-left: 0%;
  }
  #group.detail.c04 .section03 .white-box .box{
    margin-bottom: 5rem;
    display: block;
  }
  #group.detail.c04 .section03 .white-box .box .text-area{
    width: 100%;
  }
  #group.detail.c04 .section03 .white-box .box .text-area .text{
    font-size: 1.5rem;
  }
  #group.detail.c04 .section03 .white-box .box .text-area .htext{
    font-size: 2rem;
  }
  #group.detail.c04 .section03 .box .pic{
    width: 100%;
  }
  #group.detail.c04 .section03 .white-box .border-box{
    padding: 1rem 2rem;
  }
  #group.detail.c04 .section03 .border-box .bold{
    font-size: 1.8rem;
  }
  #group.detail.c04 .section03 .white-box .border-box .pic{
    width: 100%;
  }
  #group.detail.c04 .section03 .flex {
    justify-content: space-evenly;
  }
  #group.detail.c04 .section03 .flex .pic-3{
    width: 100%;
    margin-bottom: 2rem;
  }
  #group.detail.c04 .section03 .flex .pic-5{
    width: 100%;
    margin-bottom: 2rem;
  }
  #group.detail.c04 .section03 .flex .pic-2{
    width: 100%;
    margin-bottom: 2rem;
  }
  #group.detail.c04 .section03 .flex2{
    flex-wrap: wrap;
  }
  #group.detail.c04 .section03 .flex2 .box-2{
    width: 100%;
  }
  #group.detail.c04 .section03 .bold{
    font-size: 1.8rem;
  }
  #group.detail.c04 .section03 .flex .box-2{
    width: 100%;
    margin-bottom: 2rem;
  }
  #group.detail.c04 .section03 .flex .box-2 img{
    margin-top: auto;
  }
}




/*-- お知らせ news ------------------------------------------*/
#news .section01 .wrap,
#news-single .section01 .wrap{
  margin: 10rem auto;
}
#news .news-list{
}
#news .news-list li{
  background: #fff;
  display: block;
  padding: 2em 1em;
  border-bottom: solid 1px #ddd;

}
#news .ctg,
#news-single .ctg{
  color: #fff;
  border-radius: 10px;
  width: 150px;
  text-align: center;
  display: block;
  float: left;
  margin: 0.5em;
}
#news .ctg.toyamasangyo,
#news-single .ctg.toyamasangyo{
  background-color: #004ea2;
}
#news .ctg.greenlife,
#news-single .ctg.greenlife{
  background-color: #22ac38;
}
#news .ctg.toyamakogyo,
#news-single .ctg.toyamakogyo{
  background-color: #0093d4;
}
#news .ctg.mets,
#news-single .ctg.mets{
  background-color: #e60012;
}
#news .news-list li a{
  margin-left: 0;
  display: block;
  font-size: 1.3rem;
  /*
  text-indent: -4.5rem;
  padding-left: 11rem;
  */
  width: 100%;
}
#news .news-list li .date{
  color: #918c8a;
  display: inline-block;
  padding-right: 1rem;
}
.pnavi{
  text-align: center;
  margin: 4rem auto;
}
.page-numbers{
  padding: 1rem;
}
.single-title{
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 2em;
}
#news-single .btn{
  text-align: center;
  margin: 8rem auto 4rem auto;
}

@media only screen and (max-width: 780px) {
  #news .section01 .wrap,
  #news-single .section01 .wrap {
    margin: 5rem auto;
  }
  #news .news-list{
    margin-left: 0%;
  }
  #news .ctg,
  #news-single .ctg{
    font-size: 1.3rem;
    float: none;
    margin-bottom: 1rem;
    width: 46%;
    margin: 2%;
    display: inline-block;
  }
  #news .news-list li a{
    margin-left: 0;
    font-size: 1.3rem;
    text-indent: 0;
    padding-left: 0;
  }
  #news .news-list li .date{
    display: block;
  }
  #news .btn{
    text-align: center;
  }
}





/*-- プライバシーポリシー ------------------------------------------*/
#privacy{}
#privacy .section01 .wrap {
  margin: 10rem auto;
}
#privacy p{
  margin-bottom: 2em;
}
#privacy .tt2{
  margin: 60px 0 30px 0;
  padding-left: 10px;
  font-weight: bold;
  font-size: 20px;
  font-size: 2.0rem;
  line-height: 1.4;
  color: #212121;
  border-left: 6px solid #00a5ea;
  border-bottom: 1px solid #e3e3e3;
}
@media only screen and (max-width: 780px) {
  #privacy .section01 .wrap {
    margin: 5rem auto;
  }
}

/*-- お問い合わせ form ------------------------------------------*/
#contact{}
#contact .section01 .wrap {
  margin: 10rem auto;
}
#contact .al_c,
#contact .req{
  color: red;
}
#contact form{
  width: 80%;
  margin: auto;
}
#contact table{
  width: 100%;
}
#contact table th{
  padding: 1em;
  background: #ebebeb;
  border-bottom: 1px solid #fff;
}
#contact table td{
  padding: 1em;
  vertical-align: top;
  border: 1px solid #ebebeb;
  width: 70%;
}
#contact input[type="text"] ,
#contact input[type="email"],
#contact input[type="tel"] {
  padding: 1rem;
  border: 1px solid #ebebeb;
  width: 100%;
  box-sizing: border-box;
}
#contact textarea {
  padding: 1rem;
  width: 100%;
  box-sizing: border-box;
  height: 210px;
  border: 1px solid #ebebeb;
  resize: vertical;
}
#contact  .submit{
  text-align: center;
}
#contact input[type="submit"],
#contact input[type="button"] {
  display: inline-block;
  border-radius: 100px;
  font-weight: 700;
  padding: .7em 3em;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  background: var(--blue);
  -webkit-transition: all .4s;
  transition: all .4s;
  border: none;
  cursor:pointer;
  margin: 4rem auto 0 auto;
}
#contact input[type="submit"]:hover,
#contact input[type="button"]:hover{
  opacity: .8;
}
#contact .thanks{
  font-size: 3rem;
  margin-bottom: 3rem;
}
#contact .wpcf7-spinner{
  display: block;
}
#contact .eng{
  color: #666;
  font-size: 80%;
}

@media only screen and (max-width: 780px) {
  #contact .section01 .wrap {
    margin: 5rem auto;
  }
  #contact form{
    width: 100%;
  }
}