@charset "UTF-8";
:root{
    --orange:#FF7F1D;
    --black:#000000;
    --green:#306B00;
}
html{
    font-size: 62.5%;
}
.body{
     font-family: "Sawarabi Mincho", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
  background-image:url(../back.png) ;
  background-size: cover;
  
}


img{
    max-width: 100%;
    height: auto;
}
.btn{
    display: block;
    background-color:var(--orange) ;
    padding: 25px 25px ;
    font-size: 18px;
    color: white;
    line-height: 1;
    transition: 0.4s;
    max-width: 340px;
    height: 80px;
    text-align: center;
    line-height:1.5;
    margin: 30px auto;
    border-radius: 40px;
}
.btn:hover{
    opacity: 0.5;
}
/* pc comon */
@media screen and (min-width:769px) {
    .body{
  line-height: 2.2;}
  


}
/* header */
.top{
    padding: 5px 1.3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: white;
    width: 100%;
}
.logo{
    display: block;
    width: 190px;
    height: auto;
}
/* nav */
.nav{
     background-color:rgba(255, 255, 255, 0.9);
         width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition:transform 0.4s;
}
.nav__close{
    position: absolute;
    top: 15px;
    right: 20px;
}
.nav__list{
    margin: 80px 30px; 
}
.nav__item{
    margin-top: 80px;
    font-size: 20px;
    transition: .4s;
}
.nav__item:hover{
    color: #FF7F1D;
}
.section{
    margin-top: 80px;
    padding: 0 15px;
}
.section__sugutabe{
    margin-top: 20px;
}
/* nav active */
.nav.active{
    transform: translateX(0);
}
/* feed in */
.feedIn{
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}
.feedIn.animated{
    transform: translate(0, 0);
    opacity: 1;
}
/* pc header */
@media screen and (min-width:769px) {
.top{
  align-items: center;
    display: flex;
    background-color: transparent;
    position: relative;
    
}
.nav{
    transform: translateX(0);
    background-color: transparent;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.nav__list{
    position: absolute;
    top: 10px;
    right: 40px;
    margin: 0;
    display: flex;
    gap: 120px;
    
}
.nav__item a{
      writing-mode: vertical-rl;
}
.nav__close{
    display: none;
}
.nav__btn{
    display: none;
}
.logo{
    display: block;
    width: 350px;
    height: auto;
}
/* sectionpc */
.section{
    margin-top: 180px;}
}
/* artikle */
.article{
    display: flex;
    flex-direction: row;

}
.mainimg{
    width: 75%;
    height: 75%;
    display: block;
    margin-left: auto;
    margin-top: 70px;
}
.article__title{
    font-size: 14px;
    writing-mode: vertical-rl;
    margin:10px 0;
    line-height: 2.3;
}
/* artikle pc */
@media screen and (min-width:769px){
    .mainimg{
        margin-top: 230px;
    }
    .article__title{
        font-size: 30px;
    }
}
/* sugutabe */
.orga{
    width: 80%;
    height: 100%;
    display: block;
    margin-right: auto;
}
.sugutabe__title{
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: -10px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__sugutabe{
    position: relative;
}
.sugutabe__topic{
    font-size: 18px;
}
.sugutabe__subtopic{
    font-size: 20px;
    margin-top: 20px;
}
.graf{
    display: block;
    width: 70%;
    height: 100%;
    margin: 20px auto;
}
.sugutabe__txt{
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}
.sugutabe__last{
    text-align: center;
    font-size: 14px;
    margin-top: 20px;
    color: var(--green);
}
/* sugutabe pc */
@media screen and (min-width:1100px) {
.sugutabe__topic{
    font-size: 28px;
    
}
.sugutabe__main{
    display: flex;
gap: 50px;
justify-content: center;
}
.orga{
    width: 100%;
    height: auto;
}
.graf{
    width: auto;
    height: 250px;
    margin-top: 30px;
}
.sugutabe__subtopic{
    font-size: 28px;
      text-align: center;
}
.sugutabe__subtopic br{
    display: none;
  
}
.sugutabe__txt{
    text-align: center;
    font-size: 22px;
    margin-top: 30px;
}
.sugutabe__group{
    min-width: 430px;
    display: block;
    margin-right: 20px;
}
.sugutabe__group2{
    max-width: 650px;
    display: block;
    margin-right: 50px;
    margin-top: 40px;
}
.sugutabe__group2__1{
    display: flex;
    margin-top: 20px;
}
.sugutabe__last{
    text-align: center;
    font-size: 28px;
    margin-top: 50px;
}
}
.saibai__title{
    writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
  font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  padding-left: 10px;
  font-weight: 700;
    margin-top: -40px;
}
.section__saibai{
    position: relative;
    display: flex;
    flex-direction: column-reverse;
}
.saibai__last{
position: absolute;
bottom: -70px;
left: 50%;
transform: translateX(-50%);
font-size: 16px;
text-align: center;
width: 100%;
display: block;
color: var(--green);
}
.saibai__img1{
    margin-left: auto;
    width: 80%;
    height: 100%;
    display: block;
}
.saibai__topic{
    text-align: left;
    font-size: 16px;
   display: flex;
   justify-content: right;
}
.saibai__img__group{
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 100px;
    align-items: center;
}
.saibai__img__group img{
    display: block;
    width: 70%;
    height: 100%;
    margin: 0 auto;
}
/* saibaui pc */
@media screen and (min-width:1060px) {
    .saibai__topic{
        font-size: 28px;
    }
 .saibai__group1{
    display: flex;
  gap: 60px;
  justify-content: center;
  margin-bottom: 40px;
 }
 .saibai__img__group img{
    display: block;
    max-width: 500px;
    height: auto;
    margin-left: 100px;
    margin-top: 30px;
 }
 .saibai__img1{
    display: block;
    height:auto;
    width: 100%;
    margin-left: 20px;
 }
 .saibai__last{
    font-size: 28px;
 }
}
.nouka__title{
     writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__nouka{
    position: relative;
}
.nouka__list{
    margin-top: 20px;
}
.nouka__item{
    display: block;
    width: 80%;
    height: 100%;
    margin-right: auto;
}
.nouka__subtitle{
    font-size: 16px;
}
.nouka__1__topic{
    font-size: 16px;
    margin-top: 20px;
}
.nouka__img{
margin-top: 10px;
}
.nouka__name{
    font-size: 16px;
}
.nouka__txt{
    font-size: 14px;
    margin-top: 15px;
}
/* nouka pc */
@media screen and (min-width:900px) {
    .nouka__item{
        display: flex;
        width: 93%;
    }
    .nouka__img{
        max-width: 500px;
       height: auto;
    }
    .nouka__2{
     margin: auto 0;
     margin-left: 40px;
    }
    .nouka__1__topic{
        font-size: 22px;
    }
    .nouka__name{
        font-size: 20px;
    }
    .nouka__txt{
        font-size: 18px;
    }
    .nouka__subtitle br{
        display: none;
    }
    .nouka__subtitle{
        font-size: 28px;
    }
}
.reason__title{
 writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__reason{
    position: relative;
}
.reason__list{
       display: block;
    width: 80%;
    height: 100%;
    margin-left: auto;
}
.reason__topic{
    font-size: 16px;
    text-align: center;
}
.reason__img{
    margin-top: 15px;
}
.reason__txt{
    font-size: 14px;
    margin-top: 15px;
}
.reason__item{
    margin-top: 30px;
}
/* reason pc */
@media screen and (min-width:1000px){
    .reason__list{
        display: flex;
        gap: 80px;
        margin-right: 20px;
        width: 90%;
    }
    .reason__topic{
        font-size: 22px;
    }
    .reason__img{
        margin-top: 20px;
    }
    .reason__txt{
        font-size: 16px;
        margin-top: 20px;
    }
}
.otamesi__title{
         writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__otamesi{
    position: relative;
}
.otamesi__list{
    display: block;
    width: 80%;
    height: 100%;
    margin-right: auto;
}
.otamesi__subtopic{
    font-size: 16px;
}
.otamesi__item{
    margin-top: 20px;
}
.otamesi__txt{
    display: flex;
    flex-direction: column;
    font-size:14px;
    margin-top: 10px;
}
/* otamesi pc */
@media screen and (min-width:1000px) {
    .otamesi__subtopic br{
        display: none;
    }
    .otamesi__subtopic{
        font-size: 28px;
    }
    .otamesi__item{
        display: flex;
    }
    .otamesi__txt{
        font-size: 20px;
        display: block;
        margin: auto 0;
         margin-left: 30px;
    }
    .otamesi__item:last-child{
        margin-top: 40px;
    }
    .otamesi__list{
        width: 95%;
    }
}

.suport__title{
     writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 10px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__suport{
    position: relative;
    margin-bottom: 40px;
}
.suport__group{
    margin-left: auto;
    width: 80%;
    height: 100%;
    display: block;
}
.suport__topic{
    font-size: 16px;
}
.suport__txt{
    font-size: 14px;
    margin-top: 15px;
}
/* suport pc */
@media screen and (min-width:1000px) {
.suport__topic{font-size: 28px;
}
.suport__txt{
    font-size: 20px;
}
.suport__group{
    padding: 70px 0;
}
}

.custamer__title{
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    right: 10px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__custamer{
    position: relative;
}
.custamer__list{
    display: block;
    width: 80%;
    height: 100%;
    margin-right: auto;
}
.custamer__coment{
    font-size: 16px;
    text-align: center;
}
.custamer__img{
    margin-top: 15px;
}
.custamer__name{
    margin-top: 15px;
    font-size: 16px;
}
.custamer__txt{
    font-size: 14px;
    margin-top: 10px;
}
.custamer__item{
    margin-top: 30px;
}
/* custamer pc */
@media screen and (min-width:1000px) {
    .custamer__item{
        display: flex;
    
        margin-top: 90px;
    }
    .custamer__img{
        display: block;
        height: 100%;
        width: 450px;
    }
    .custamer__list{
        width: 95%;
    }
    .custamer__group1{
        display: block;
        min-width: 450px;
    }
    .custamer__coment{
        font-size: 24px;
    }
    .custamer__group2{
        margin: auto 30px;
    }
    .custamer__name{
        font-size: 20px;
    }
    .custamer__txt{
        font-size: 20px;
    }
}
.question__title{
            writing-mode: vertical-rl;
    position: absolute;
    top: 0;
    left: 20px;
    margin-top: -40px;
    font-size: 2rem;
  letter-spacing: 0;
  color: var(--green);
  border-right: 2px solid var(--orange);
  font-weight: 700;
}
.section__question{
    position: relative;
}
.question__list{
    display: block;
    width: 80%;
    height: 100%;
    margin-left: auto;
}
.question__topic{
    font-size: 16px;
}
.question__txt{
    font-size: 14px;
    margin-top: 15px;
}
.question__item{
    margin-top: 30px;
}
/* question pc */
@media screen and (min-width:1000px) {
    .question__topic{
        font-size: 28px;
    }
    .question__txt{
        margin-top: 20px;
        font-size: 20px;
    }
    .question__list{
        width: 90%;
    }
}
.footer{
    background-color:white;
    padding: 20px 0 10px;
}
.footer__head{
 margin: auto;
 display:block;
 width:30%;
 height: auto;
}
.footer__nav__list{
    margin-top: 20px;
    gap: 30px;
}
.footer__nav__list li{
    font-size: 14px;
    margin: 30px 15px;
}
.copy{
    text-align: center;
}

/* footer comon pc */
@media screen and (min-width:769px){
.title{ font-size: 34px;
margin-top: -60px;
}
.btn{
    margin-top: 70px;
}
.footer__nav__list{
    display: flex;
    justify-content: center;
    gap: 100px;
}
.footer{
    padding: 80px 0 40px;
}
    
}