
@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

h2 {
  position: relative;
  width: 100%;
  margin: 0 auto 3rem;
  padding: 0;
  font-size: 2rem;
  line-height: 1.3;
  text-align: center;
}
.break767, .break1099{
  display: none;
}
/*MAIN*/
#main{
  position: relative;
  margin:0 auto;
  padding:3rem 0 4px;
  width:100%;
  color: #fff;
  text-align: center;
  background-color: #1c63be;
}
#main .main-top{
  display: flex;
  justify-content:center;
  --wp-column-gap:3rem;
  gap:3rem;
}
#main .left{
  padding:3.5rem 0 0 20px;
  width: 50%;
  text-align: left;
  background-image: url(../img/main-left-image.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
#main .sub-title{
  margin:0 0 2rem;
  font-size: 1.25rem;
}
#main .title{
  margin:0 0 2rem;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  text-shadow: 1px 1px 2px #1a15a2;
}
#main .itreview{
  margin:0;
  width: fit-content;
}
#main .itreview img{
  margin:0;
}
#main .itreview figcaption{
  padding:5px 0 0 10px;
  font-size: 12px;
}
#main .itreview figcaption a{
  color:#fff;
  text-decoration: underline;
}
#main .title .large-bold{
  color: #82dcfa;
  font-size: 3.2rem;
  font-weight: 700;
}
#main .right{
  width: 50%;
  max-height: 640px;
}
#main .right figure{
  margin:0;
  max-height: 640px;
}
#main .right img{
  object-fit: contain;
}
.left{animation: title-slidein 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; opacity:0;}
.right img{animation: title-slidein 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; animation-delay: .5s; opacity:0;}
@keyframes title-slidein {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#main .solution-title{
  display: block;
  position: relative;
  margin:3rem auto 2rem;
  padding:0 30px;
  width: fit-content;
  font-size: 1.5rem;
  line-height: 1;
}
#main .solution-title::before{
  display: block;
  position: absolute;
  content: "";
  top:0;
  left: 0;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: rotate(-30deg);
}
#main .solution-title::after{
  display: block;
  position: absolute;
  content: "";
  top:0;
  right: 0;
  width: 2px;
  height: 30px;
  background-color: #fff;
  transform: rotate(30deg);
}
#main .solutions{
  display: flex;
  justify-content: space-between;
  --wp-column-gap:3rem;
  gap:3rem;
}
#main .solutions .solution{
  display: block;
  position: relative;
  margin:1rem auto 0;
  padding:16px 20px 16px 40px;
  width: 30%;
  font-size: 1.5rem;
  background-color: #333333;
}
#main .solutions .solution::before{
  display: block;
  position: absolute;
  content: "";
  top:calc(50% - 24px);
  left: 16px;
  width: 54px;
  height: 48px;
  background-image: url(../img/main-solution-check.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
/* 大きなブルーの三角 */
#about-rooms .arrow{
  position: relative; top: -2px; margin: 0!important;
}
#about-rooms .arrow img{
  vertical-align: top;
}
/* ABOUT-ROOMS */
#about-rooms{
  background-image: url(../img/about-rooms-back-image.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#about-rooms .inner{
  padding:4rem 0 6rem;
}
#about-rooms p{
  text-align: center;
  line-height: 1.8;
}
#about-rooms strong{
  margin:0 5px;
  padding:0 5px 1px;
  color: #1949b3;
  border:1px solid #1949b3;
  border-radius: 14px;
}
#about-rooms .about{
  position: relative;
  margin:2rem auto;
  max-width: 800px;
  width: 100%;
}
.about-rooms-image{
  margin:0 auto;
}
#about-rooms .about .about-rooms-arrow{
  position: absolute;
  margin:0 auto;
  top: 34%;
  left:calc(50% - 150px);
  width: 300px;
  height: 300px;
}
.about-rooms-arrow{animation: rotation 2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards infinite;}
@keyframes rotation{
  0%{ transform:rotate(0);}
  50%{ transform:rotate(120deg); }
  100%{ transform:rotate(120deg); }
}
/* 機能 */
#function{
  display: block;
  margin:0;
  padding:0;
  width: 100%;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #f2f2f2;
}
#function .inner{
  padding:5rem 0;
  text-align: center;
}
#function .function-lists{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content:center;
  --wp-column-column-gap:3rem;
  column-gap:3rem;
  row-gap:0;
}
.function-lists .function-list{
  margin:1rem 0;
  width: 30%;
  height: 300px;
  text-align: center;
}
.function-lists .function-list .icon{
  margin:0 auto;
  width: 90px;
}
.function-lists .function-list .circle{
  display: block;
  position: relative;
  margin:0 auto;
  padding: 50px 10px 10px;
  width:300px;
  height: 300px;
  border:1px solid #b3b3b3;
  border-radius: 50%;
}
.function-lists .function-list .circle figure{
  position: absolute;
  top:-30px;
  left: calc(50% - 45px);
  margin:0 auto;
  width: 94px;
  height: 80px;
}
.function-lists .function-list .circle .subtitle{
  font-size: 1.5rem;
  font-weight: 600;
  color: #1949b3;
  line-height: 1.3;
}
.function-lists .function-list .circle p{
  font-size: 1rem;
}
#function .break-pad{
  display: none;
}
#function .contact{
  width:fit-content;
  margin:3rem auto 0;
  padding:16px 40px;
  color: #fff;
  font-size: 1.25rem;
  line-height: 1;
  background-color: #1949b3;
  border:none;
  border-radius: 26px;
}
.show.function-lists .function-list{animation: title-slidein 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; opacity:0;}
.show.function-lists .function-list:nth-child(2n){animation-delay: .2s;}
.show.function-lists .function-list:nth-child(3n){animation-delay: .4s;}
.show.function-lists .function-list:nth-child(4n){animation-delay: .6s;}
.show.function-lists .function-list:nth-child(5n){animation-delay: .8s;}
#function .rooms-character {
  display: flex;
  align-items: center;
  padding:10px 40px;
  margin:3rem auto 0;
  width:fit-content;
  height: 60px;
  color: #fff;
  font-size: 1.25rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.2;
  background-color: #1949b3;
  border:2px solid #1949b3;
  border-radius: 30px;
  transition:0.8s;
}
#function .rooms-character:hover{
  color: #1949b3;
  background-color: #fff;
  border:2px solid #1949b3;
}
/* 相談シーン */
#scene h2{
  margin-bottom:3rem;
}
#scene .inner{
  position: relative;
  padding-top:5rem;
  padding-bottom: 5rem;
}
#scene .takigawa{
  position: absolute;
  margin: 0;
  top:80px;
  left: -140px;
}
#scene .takigawa-mobile{
  position: absolute;
  display: none;
}
#scene .scene-lists{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content:center;
  --wp-column-gap:3rem;
  gap:3rem;
}
.scene-lists .scene-list{
  position: relative;
  display: flex;
  margin:2rem 0 0;
  padding:50px 16px 16px;
  justify-content: center;
  align-items: center;
  width: 30%;
  color: #1949b3;
  text-align: center;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 500;
  background-color: #f2f2f2;
  border-radius: 10px;
}
.scene-list figure{
  position: absolute;
  top:-40px;
  left: calc(50% - 40px);
  margin:0 auto;
  padding:15px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(45deg, #1a15a2, #00acde);
}
.show.scene-lists .scene-list{animation: title-slidein 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; opacity:0;}
.show.scene-lists .scene-list:nth-child(2n){animation-delay: .2s;}
.show.scene-lists .scene-list:nth-child(3n){animation-delay: .4s;}
.show.scene-lists .scene-list:nth-child(4n){animation-delay: .6s;}
.show.scene-lists .scene-list:nth-child(5n){animation-delay: .8s;}
.show.scene-lists .scene-list:nth-child(6n){animation-delay: 1s;}
/* フローイメージ */
#flow .inner{
  padding:5rem 0;
}
#flow .flow-box{
  display: block;
  margin:0 auto;
  padding:60px 10px;
  width: 100%;
  text-align: center;
  background-color: #f2f2f2;
  border-radius: 20px;
}
#flow figure img{
  height: auto;
}
#flow .flow-box .flow-logo{
  margin:0 auto 2rem;
  width: 300px;
}
#flow .flow-mobile{
  display: none;
  margin: 0 auto;
  max-width: 420px;
  width: 100%;
  text-align: center;
}
#flow p{
  margin: 2rem auto 0;
  color: #1949b3;
  font-size: 1.5rem;
  font-weight: 600;
}
/*ベネフィット*/
#benefit{
  display: block;
  margin:0;
  padding:0;
  width: 100%;
  border-top-left-radius: 200px;
  border-bottom-right-radius: 200px;
  background-color: #f2f2f2;
}
#benefit .inner{
  padding:5rem 0;
  text-align: center;
}
#benefit h3{
  position: relative;
  display: block;
  margin: 0 auto;
  width: fit-content;
  color: #1949b3;
}
#benefit h3::before{
  display: block;
  position: absolute;
  content: "";
  left: -80px;
  top:50%;
  width: 60px;
  height: 1px;
  background-color: #1949b3;
}
#benefit h3::after{
  display: block;
  position: absolute;
  content: "";
  right: -80px;
  top:50%;
  width: 60px;
  height: 1px;
  background-color: #1949b3;
}
#benefit .benefit-lists{
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin:0 auto 3rem;
  width: 100%;
  justify-content:center;
  --wp-column-column-gap:1.5rem;
  column-gap:1.5rem;
  row-gap:0;
  counter-reset:counter;
}
#benefit .benefit-list{
  position: relative;
  margin:4rem 0 0;
  padding:40px 20px 20px;
  width: 18%;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
}
#benefit .benefit-list::before{
  display: block;
  position: absolute;
  content: "BENEFIT";
  top:-30px;
  left: calc(50% - 16px);
  color: #1a15a2;
  font-size: 13px;
  font-family: "Bebas Neue", sans-serif;
}
#benefit .benefit-list::after{
  display: block;
  position: absolute;
  top:-30px;
  left: calc(50% - 20px);
  color: #00acde;
  font-family: "Bebas Neue", sans-serif;
  font-size: 50px;
  counter-increment: counter;
  content: counter(counter, decimal-leading-zero);
}
#benefit .benefit-list figure{
  margin:0 auto;
  max-width: 80px;
}
#benefit .benefit-list p{
  font-size: 1.13rem;
}
#benefit .government-image{
  margin:0 auto 1rem;
}
#benefit .citizen-image{
  margin:4rem auto 1rem;
}
.show.benefit-lists .benefit-list{animation: title-slidein 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) forwards; opacity:0;}
.show.benefit-lists .benefit-list:nth-child(2n){animation-delay: .2s;}
.show.benefit-lists .benefit-list:nth-child(3n){animation-delay: .4s;}
.show.benefit-lists .benefit-list:nth-child(4n){animation-delay: .6s;}
.show.benefit-lists .benefit-list:nth-child(5n){animation-delay: .8s;}
/* お問い合わせ */
#contact .inner{
  padding:5rem 0;
}
#contact h2{
  margin-bottom: 1rem;
}
.form-head{
  margin:0 0 2rem;
  padding:40px 20px 30px;
  text-align: center;
  color: #fff;
  background-color: #1c63be;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
#contact .form-head p{
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 1600px){
  #scene .scene-lists{
    --wp-column-gap:2rem;
    gap:2rem;
  }
  .scene-lists .scene-list{
    width: 24%;
  }
  #scene .takigawa{
    top:80px;
    left: 0;
  }
}
@media screen and (max-width: 1249px){
  #benefit .benefit-list{
    width: 30%;
  }
}
@media screen and (max-width: 1199px){
  #main .right figure{
    height: auto;
  }
  #main .right figure img{
    height: auto;
  }
  #main .sub-title{
    font-size: 1rem;
  }
  #main .title{
    font-size: 2rem;
  }
  #main .title .large-bold{
    font-size: 2.8rem;
    }
  #main .solutions .solution::before{
    top:calc(50% - 18px);
    left: 16px;
    width: 40px;
    height: 36px;
  }
  .scene-lists .scene-list{
    width: 30%;
  }
  #scene h2{
    margin-bottom: 4rem;
    padding-left: 100px;
  }
  #scene .inner{
    padding-top:7rem;
  }
  #scene h2{
    margin-bottom:6rem;
  }
  #scene .takigawa img{
    display: none;
  }
  #scene .takigawa-mobile{
    display: block;
    top: 2.8rem;
    left: 2rem;
    margin:0;
    width: 220px;
    height: 220px;
  }
  #scene .takigawa-mobile img{
    width: 220px;
    height: auto;
  }
}
@media screen and (max-width: 1099px){
  #main .title{
    font-size: 1.8rem;
  }
  #main .title .large-bold{
    font-size: 2.6rem;
  }
  .function-lists .function-list .circle .subtitle{
    margin:20px 0;
  }
  .function-lists .function-list .circle figure{
    left: calc(50% - 40px);
    width:80px;
    height: 70px;
  }
  .function-lists .function-list .icon{
    width: 100%;
    height: auto;
  }
  .function-lists .function-list:nth-child(3n){
    width: 100%;
  }
  .function-lists .function-list{
    width: 46%;
    height: auto;
  }
  .function-lists .function-list .circle img{
    width:80px;
    height: 80px;
  }
  #function .break-pad{
    display: block;
  }
  .break1099{
    display: block;
  }
  #scene h2{
    margin-bottom:5rem;
  }
  #scene .takigawa-mobile{
    top: 3.8rem;
  }
}
@media screen and (max-width: 919px){
  #main .main-top{
    display: block;
  }
  #main .left{
    margin-bottom:2rem;
    padding:2rem 0;
    width: 100%;
    text-align: center;
    background-position: center top;
  }
  #main .right{
    width: 100%;
  }
  #main .right figure{
    margin:0 auto;
    max-width: 400px;
    width: 100%;
  }
  #main .itreview{
    margin:0 auto;
  }
  #main .solutions{
    display: block;
  }
  #main .solutions .solution{
    margin-bottom:10px;
    padding:12px 12px 12px 30px;
    font-size: 1.2rem;
  }
  #main .solutions .solution::before{
    top:calc(50% - 14px);
    left: 12px;
    width: 30px;
    height: 28px;
  }
  #main .solutions .solution{
    width: 100%;
  }
  #scene .inner{
    padding-top:6rem;
  }
  #scene h2{
    margin-bottom:4rem;
  }
  .scene-lists .scene-list{
    padding:35px 16px 16px;
  }
  .scene-list figure{
    top:-30px;
    left: calc(50% - 30px);
    padding:12px;
    width: 60px;
    height: 60px;
  }
  .scene-list figure img{
    height: auto;
  }
  #scene .break767{
    display: block;
  }
}
@media screen and (max-width: 767px){
  .break767{
    display: block;
  }
  h2{
    font-size: 1.8rem;
  }
  #main .left{
    margin-bottom:1rem;
    padding:2rem 0 2rem;
  }
  #main .title{
    margin-bottom:1.5rem;
    font-size: 1.6rem;
  }
  #main .title .large-bold{
    font-size: 2.4rem;
  }
  #main .itreview img{
    max-width: 300px;
  }
  #main .itreview figcaption{
    padding:5px 0 0 0;
  }
  #main .solution-title{
    margin:4rem auto 3rem;
    font-size: 1.25rem;
  }
  #main .solution-title::before, #main .solution-title::after{
    top:-3px;
  }
  #about-rooms .inner{
    padding:3rem 10px 5rem;
  }
  #about-rooms .about{
    max-width: 460px;
    height: auto;
    }
  #main .solutions{
    margin-bottom:2rem;
  }
  .about-rooms-image img{
    height: auto;
  }
  #about-rooms .about .about-rooms-arrow{
    top: 32%;
    left:calc(50% - 90px);
    width: 180px;
    height: 180px;
  }
  #about-rooms .about .about-rooms-arrow img{
    width: 180px;
    height: 180px;
  }
  #function, #benefit{
    border-top-left-radius: 120px;
    border-bottom-right-radius: 120px;
    }
  #flow .flow-box .flow-logo{
    width: 200px;
  }
  #flow .flow-pc{
    display: none;
  }
  #flow .flow-mobile{
    display: block;
    padding:30px 0;
  }
  #flow .flow-mobile img{
    height: auto!important;
    }
  #flow p{
    margin: 1rem auto 0;
    font-size: 1.25rem;
  }
  #function .function-lists{
    --wp-column-column-gap:2rem;
    column-gap:2rem;
  }
  .function-lists .function-list{
    width: 46%;
  }
  .function-lists .function-list .circle{
    padding: 30px 10px 10px;
    width:230px;
    height: 230px;
  }
  .function-lists .function-list .circle .subtitle{
    margin:20px auto 10px;
    font-size: 1.25rem;
  }
  .function-lists .function-list .circle p{
    font-size: 14px;
  }
  .function-lists .function-list .circle figure{
    top:-30px;
    left: calc(50% - 35px);
    width: 70px;
    height: 60px;
  }
  .function-lists .function-list .circle figure img{
    width: 100%;
    height: auto;
  }
  #scene .inner{
    padding-bottom:2rem;
  }
  #scene h2{
    margin-bottom: 2rem;
  }
  .scene-lists .scene-list{
    width: 44%;
    font-size: 1rem;
  }
  #scene .takigawa-mobile{
    top:3.4rem;
    width: 180px;
    height: 180px;
  }
  #scene .takigawa-mobile img{
    width: 180px;
  }
  #benefit .benefit-lists{
    margin-bottom:0;
    justify-content:left;
    --wp-column-column-gap:1rem;
    column-gap:1rem;
  }
  #benefit{
    padding:0 10px;
  }
  #benefit .benefit-list{
    padding:40px 10px 10px;
    width: 47%;
  }
}
@media screen and (max-width: 500px){
  #about-rooms .inner{
    padding:3rem 10px;
  }
  #about-rooms .about .about-rooms-arrow{
    top: 40%;
    left:calc(50% - 80px);
    width: 160px;
    height: 160px;
  }
  #about-rooms .about .about-rooms-arrow img{
    width: 160px;
    height: 160px;
  }
  #function .function-lists{
    --wp-column-column-gap:1rem;
    column-gap:1rem;
  }
  .function-lists .function-list .circle{
    padding: 20px 10px 10px;
    width:200px;
    height: 200px;
  }
  .function-lists .function-list .circle figure{
    top:-20px;
    left: calc(50% - 35px);
    width: 70px;
    height: 60px;
  }
  .function-lists .function-list .circle figure img{
    width: 100%;
    height: auto;
  }
  #scene h2{
    margin-bottom: 1rem;
  }
  #scene .takigawa-mobile{
    top:4rem;
    left: 10px;
    width: 150px;
    height: 150px;
  }
  #scene .takigawa-mobile img{
    width: 150px;
  }
}
@media screen and (max-width: 459px){
  #about-rooms .about .about-rooms-arrow{
    top: 38%;
    left:calc(50% - 70px);
    width: 140px;
    height: 140px;
  }
  #about-rooms .about .about-rooms-arrow img{
    width: 140px;
    height: 140px;
  }
  #function .function-lists{
    --wp-column-column-gap:8px;
    column-gap:8px;
  }
  .function-lists .function-list .circle{
    padding: 20px 10px 10px;
    width:170px;
    height: 170px;
  }
  .function-lists .function-list .circle figure{
    left: calc(50% - 30px);
    width: 60px;
    height: 50px;
  }
  .function-lists .function-list .circle .subtitle{
    margin:10px auto 5px;
  }
  .function-lists .function-list .circle p{
    font-size: 12px;
  }
  #scene .scene-lists{
    --wp-column-gap:1rem;
    gap:1rem;
  }
  .scene-lists .scene-list{
    padding:35px 10px 10px;
    }
  #benefit .benefit-list p{
    font-size: 1rem;
  }
}
