/*----font---*/
body,body a{
  color: #666666;
}
.strong{
  font-weight: 600;
  z-index: 0;
  position: relative;
}
.strong::after{
  content: "";
  background: #9bd8e3;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 10px;
  z-index: -1;
}
/*---header--*/
#top nav{
  width: 90%;
  max-width: 600px;
  margin: 30px 30px 80px auto;
}
#top nav a{
  color: #666666;
  position: relative;
}
#top nav a::before{
  content: "";
  background: #9bd8e3;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 0%;
  height: 10px;
  z-index: -1;
  transition: 0.3s;
}
#top nav a:hover::before{
  width: 100%;
}
@media screen and (max-width: 767px) {
  #top nav{
    margin: 10px auto 30px;
  }
  #top nav a{
    font-size: 1.6rem;
  }
}

a.RightArrow{
  color: #666666;
  width: fit-content;
  display: block;
  text-align: right;
  margin: 0 10px 30px auto;
  padding: 0 40px 10px 0;
  position: relative;
}
a.RightArrow::after{
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  background: #666666;
  bottom: 4px;
  right: -0px;
  transition: 0.4s;
}
a.RightArrow::before{
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  background: #666666;
  bottom: 20px;
  right: -5px;
  transform: rotateZ(50deg);
  transition: 0.4s;
}
a.RightArrow:hover::after{
  right: -15px;
}
a.RightArrow:hover::before{
  right: -20px;
}

/*---footer---*/
.page_top{
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
}
.page_top a{
  font-size: 1.8rem;
}
.page_top a::after{
  content: "";
  display: block;
  border-bottom: 20px solid #dddddd;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  top: -20px;
  right: 26px;
}
.toContact{
  padding: 4em 0;
}
.toContact p{
  margin-bottom: 2em;
}
.toContact a{
  width: 90%;
  max-width: 720px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 2px #666666;
  border-radius: 2px;
  margin: 0 auto;
  position: relative;
}
.toContact a::after{
  content: "";
  width: 100px;
  height: 2px;
  position: absolute;
  background: #666666;
  bottom: 20px;
  right: 40px;
  transition: 0.4s;
}
.toContact a::before{
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  background: #666666;
  bottom: 30px;
  right: 35px;
  transform: rotateZ(50deg);
  transition: 0.4s;
}
.toContact a:hover::after{
  right: 25px;
}
.toContact a:hover::before{
  right: 20px;
}
.footer_logo{
  max-width: 40%;
  width: 100px;
}
.footer_titlebox{
  margin-right: 20px;
}
.footer_titlebox p.fttop{
  font-size: 1.2rem;
}
.footer_titlebox p.ftbtm{
  font-size: 1.6rem;
}
.footer_sns ul li{
  height: 40px;
  margin-right: 10px;
}
.footer_sns ul li img{
  width: auto;
  height: 40px;
}
.footeBottm{
  margin-top: 2em;
  background: #263c56;
  color: #ffffff;
  text-align: center;
  padding: 20px 0;
}
.footeBottm copyright{
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .toContact a::after{
    width: 40px;
  }
}
/*-------------content--------------*/
/*-----main-----*/
/*-----page-----*/

/*---top---*/
main.top_page .TOPProfile{
  width: 96%;
  max-width: 1400px;
  margin: 0 auto 3em;
  border: solid 2px #666666;
  border-radius: 40px;
  padding: 2em;
}
@media screen and (max-width: 767px) {
  main.top_page .TOPProfile{
    padding: 2em 4%;
  }
  main.top_page .TopWorks{
    width: 96%;
    margin: 0 auto;
  }
}
main.top_page .TOPProfile .MVtitle{
  width: 100%;
  margin: 0 auto 2em;
  justify-content: space-around;
  align-items: center;
}

main.top_page .TOPProfile .MVtitle img{
  width: 25%;
}
main.top_page .TOPProfile .MVtitle h1{
  width: 60%;
  font-size: 6.0rem;
  letter-spacing: 10px;
}
main.top_page .TOPProfile .MVtitle h1 span{
  font-size: 4.4rem;
}
@media screen and (max-width: 767px) {
  main.top_page .TOPProfile .MVtitle h1{
    font-size: 2.0rem;
    letter-spacing: 2px;
  }
  main.top_page .TOPProfile .MVtitle h1 span{
    font-size: 1.4rem;
  }
}

.TOPProfile .profile{
  margin: 0 auto;
  justify-content: center;
}
.TOPProfile .profile h2.topprfh2{
  width: 120px;
  font-size: 6rem;
  font-weight: 400;
  padding-top: 40px;
  margin-right: 40px;
  position: relative;
  display: flex;
  align-items: center;
  z-index: 0;
}
.TOPProfile .profile h2.topprfh2::before{
  content: "";
  background: #9bd8e3;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
.TOPProfile .profile h2.topprfh2::after{
  content: "";
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  display: block;
  position: absolute;
  left: 40px;
  top: 40px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .TOPProfile .profile h2.topprfh2{
    margin-right: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
    writing-mode: inherit;
    width: 100%;
    font-size: 5rem;
    justify-content: center;
    }
    .TOPProfile .profile h2.topprfh2::before{
      width: 60px;
      height: 60px;
    }
    .TOPProfile .profile h2.topprfh2::after{
      width: 60px;
      height: 60px;
      top: 30px;
      left: 30px;
    }
}
.TOPProfile .profile .imgbox{
  width: 100%;
  max-width: 460px;
  position: relative;
  margin-bottom: 2em;
}
.TOPProfile .profile .imgbox::after{
  content: "";
  display: block;
  background: #dddddd;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .TOPProfile .profile .imgbox{
    width: 60%;
    margin: 20px auto;
  }
}
.TOPProfile .profile p{
  margin-bottom: 30px;
}
main.top_page h2.Toph2{
  font-size: 8rem;
  width: fit-content;
  padding: 0 0 0 60px;
  margin: 0 auto 80px;
  text-align: center;
  position: relative;
}
main.top_page h2.Toph2::before{
  content: "";
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 2px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 20px;
  top: 25px;
  z-index: -2;
}
main.top_page h2.Toph2::after{
  content: "";
  background: #ffffff;
  border: 1px solid #666666;
  border-radius: 40px;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 25px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.top_page h2.Toph2{
    font-size: 6rem;
  }
}

main.top_page  .WorkItem{
  margin-bottom: 3em;
}
main.top_page .WorkTitleArea{
  display: flex;
}
main.top_page .WorkTitleArea p.num{
  font-size: 7rem;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
main.top_page .WorkTitleArea p.num::before{
  content: "";
  border-bottom: 60px solid #9bd8e3;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
main.top_page .WorkTitleArea p.num::after{
  content: "";
  border-top: 60px solid #9bd8e3;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
main.top_page .WorkTitleArea h3.WorkTitle{
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
  position: relative;
  font-size: 4rem;
  font-weight: 400;
  border-bottom: solid 3px #9bd8e3;
}
@media screen and (max-width: 767px) {
  main.top_page .WorkTitleArea p.num{
    font-size: 4rem;
    width: 80px;
    height: 80px;
  }
  main.top_page .WorkTitleArea p.num::before{
    border-bottom: 40px solid #9bd8e3;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    top: 1px;
  }
  main.top_page .WorkTitleArea p.num::after{
    border-top: 40px solid #9bd8e3;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
  }

  main.top_page .WorkTitleArea h3.WorkTitle{
    font-size: 3rem;
    margin-left: 10px;
  }
}
main.top_page .WorkInstruct{
      padding: 60px 0 60px 70px;
      border-left: 3px solid #dddddd;
      margin-left: 60px;
      position: relative;
}
main.top_page .WorkInstruct::before{
  content: "";
  width: 60px;
  height: 3px;
  background: #dddddd;
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
}
main.top_page .WorkExample{
      padding: 0px 0 40px 70px;
      border-left: 3px solid #dddddd;
      margin-left: 60px;
      position: relative;
}
main.top_page .WorkExample::before{
  content: "";
  width: 60px;
  height: 3px;
  background: #dddddd;
  position: absolute;
  top: 18px;
  left: 0px;
}
main.top_page .WorkExample h4{
  position: relative;
  line-height: 0.8;
  width: fit-content;
  margin-left: 60px;
  padding:7px 60px 0 0;
  font-weight: 500;
  height: 40px;
  border-bottom: solid 3px #dddddd;
}
main.top_page .WorkExample h4::before{
  content: "";
  width: 20px;
  height: 20px;
  background: #9bd8e3;
  position: absolute;
  top: 0;
  left: -60px;
}
main.top_page .WorkExample h4::after{
  content: "";
  width: 20px;
  height: 20px;
  background: #9bd8e3;
  position: absolute;
  bottom: 0;
  left: -40px;
}
main.top_page .WorkExample ol{
  margin-bottom: 60px;
}
main.top_page .WorkExample ol li{
  display: flex;
  flex-wrap: wrap;
}
main.top_page .WorkExample ol li p{
  margin: 0 20px 20px 0;
}
main.top_page .WorkExample ol li p.ExamTitle{
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.top_page .WorkTitleArea{
    z-index: 2;
    position: relative;
  }
  main.top_page .WorkTitleArea h3.WorkTitle{
    width: calc(100% - 80px);
  }
  main.top_page .WorkInstruct{
    margin-top: -20px;
    margin-left: 40px;
    padding: 60px 20px 60px 20px;
    z-index: 1;
  }
  main.top_page .WorkExample{
    margin-left: 40px;
    padding: 0px 20px 60px 20px;
  }
  main.top_page .WorkInstruct::before{
    width: 20px;
  }
  main.top_page .WorkExample::before{
    width: 20px;
  }
  main.top_page .WorkExample ol li{
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #dddddd;
  }
  main.top_page .WorkExample ol li p{
    margin-bottom: 10px;
  }
}

/*--------------content_page---------------*/
@media screen and (max-width: 767px) {
 main.content_page section.w1200{
   width: 94%;
   margin: 0 auto 4em;
 }
}

main.content_page .PageTitleArea{
  width: 96%;
  margin: 0 auto 3em;
  border: 2px solid #9bd8e3;
  border-radius: 20px;
  padding: 60px 20px;
  align-items: center;
}
main.content_page .PageTitleArea img{
  width: 64px;
}
main.content_page .PageTitleArea h1.PageH1{
  font-size: 3.6rem;
  display: flex;
  flex-flow: column;
  line-height: 1.0;
  font-weight: 400;
}
main.content_page .PageTitleArea h1.PageH1 span{
  font-size: 2.1rem;
}
main.content_page .PageTitleArea h2.PageH2{
  font-size: 6.8rem;
  font-weight: 400;
  margin: 0 auto;
}

main.content_page p{
  margin-bottom: 20px;
}
main.content_page h3.PageH3{
  font-size:   4.0rem;
  font-weight: 400;
  position: relative;
  padding: 20px 0 20px 120px;
  margin-bottom: 40px;
}
main.content_page h3.PageH3::before{
  content: "";
  background: #9bd8e3;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
main.content_page h3.PageH3::after{
  content: "";
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  main.content_page .PageTitleArea h1.PageH1{
    font-size: 3.0rem;
    }
  main.content_page .PageTitleArea h1.PageH1 span{
    font-size: 1.6rem;
  }
}
/*--------------content_page---------------*/
@media screen and (max-width: 767px) {
  main.profile_page section.w1200{
    width: 96%;
  }
}
main.profile_page .ProfileTop{
  justify-content: center;
}
main.profile_page .ProfileTop .imgbox{
  width: 40%;
  max-width: 460px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 2em;
}
main.profile_page .ProfileTop .imgbox::after{
  content: "";
  display: block;
  background: #dddddd;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  main.profile_page .ProfileTop .imgbox{
    width: 70%;
    margin: 20px auto;
  }
}
main.profile_page .ProfileTop .textbox{
  width: 40%;
}
main.profile_page .ProfileTop .textbox p.mainname{
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 0px;
}
main.profile_page .ProfileTop .textbox p.furigana{
  font-size: 2.8rem;
  padding-bottom: 40%;
}
main.profile_page .profiletext table tr td:first-child{
  width: 20%;
}
@media screen and (max-width: 767px) {
  main.profile_page .ProfileTop .textbox{
    width: 80%;
  }
  main.profile_page .ProfileTop .textbox p.mainname{
    font-size: 3.6rem;
  }
  main.profile_page .ProfileTop .textbox p.furigana{
    padding-bottom: 20%;
    font-size: 2.2rem;
  }
}

/*works*/
main.works_page .selectarea{
  justify-content: center;
}
main.works_page .selectarea .works-check{
    display:inline-flex;
    align-items:center;
    gap:.6em;
    cursor:pointer;
    user-select:none;
    margin: 0 20px 20px;
}
main.works_page .selectarea .works-check input{
    appearance:none;
    -webkit-appearance:none;
    width:28px;
    height:28px;
    border:2px solid #7a7a7a;
    border-radius:6px;
    background:#fff;
    transition:.2s;
    position:relative;
    cursor:pointer;
}
main.works_page .selectarea .works-check input:checked{
    background:#8fd8e7;
    border-color:#8fd8e7;
}
main.works_page .selectarea .works-check input:checked::after{
    content:"";
    position:absolute;
    left:8px;
    top:3px;
    width:8px;
    height:14px;
    border:solid #fff;
    border-width:0 3px 3px 0;
    transform:rotate(45deg);
}
main.works_page .selectarea .works-check span{
    font-size:1.1rem;
}
main.works_page .works-item{
  padding-bottom: 60px;
  border-bottom: dashed 1px #dddddd;
  margin-bottom: 60px;
}
main.works_page .works-item .workitem_title{
  margin-bottom: 10px;
}
main.works_page .works-item .workitem_title p.workcat{
  padding: 2px 20px;
  border: solid 1px #666666;
  border-radius: 6px;
  font-size: 1.6rem;
  margin:0 0 10px 10px;
}
main.works_page .works-item .imgbox{
  margin-bottom: 10px;
}
main.works_page .works-item .imgbox img{
  max-width: 32%;
  margin: 0 1% 10px 0;
}
main.works_page .works-item .workitem_view p.workcat{
  position: relative;
  align-items: center;
  font-size: 1.8rem;
  margin-left: 10px;
  display: flex;
}
main.works_page .works-item .workitem_view .workcat::before{
  content: "";
  width: 12px;
  height: 12px;
  margin-right: 5px;
  border: solid 2px #666666;
  border-radius: 6px;
  display: block;
}
main.works_page .works-item a.workfile{
  color: #666666;
  display: block;
  border-bottom: solid 1px #9bd8e3;
  width: fit-content;
  margin: 0 30px 40px auto;
  position: relative;
  font-size: 1.6rem;
}
main.works_page .works-item a.workfile:hover{
  color: #666666;
  border-color: #666666;
}
main.works_page .works-item a.workfile::before{
  content: "";
  width: 31px;
  height: 41px;
  background: url(../img/fileimg.png) no-repeat center center;
  background-size: 100% auto;
  display: block;
  position: absolute;
  left: -40px;
  top: -5px;
}
main.works_page .works-item a.worklink{
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  main.works_page .selectarea{
    justify-content: flex-start;
    padding-left: 10%;
  }
  main.works_page .works-item .workitem_title h4{
    width: 100%;
    margin-bottom: 10px;
  }
  main.works_page .works-item .imgbox img{
    max-width: 100%;
    margin: 0 0 10px 0;
  }
}
form.wpcf7-form input{
  max-width: 80%;
}
form.wpcf7-form textarea{
  max-width: 96%;
}
input.wpcf7-submit{
  border: solid 1px #dddddd;
  border-radius: 6px;
  padding: 4px 20px;
  margin: 0 auto;
  display: block;
}
