@charset "UTF-8";
/* CSS Documzent */

/*----------------------------------------------top----------------------------------------------------*/
.top-mv__right {
  display: none;
}
.top__img__one {
  padding: 60px 30px;
}
.pc-top__img__name {
  display: none;
}
.sp-top__img img {
  width: 100%;
}
.pc-top__img__text {
  position: absolute;
  top: 80%;
  left: 10%;
  width: 100vw;
}
.top__access {
  display: flex;
  justify-content: space-evenly;
  padding: 50px 30px 0;
  font-size: 1.6rem;
}
.top__access img {
  flex-basis: 80px;
  margin-right: 30px;
  object-fit: contain;
  width: 55px;
}
.top__access__table {
  border-collapse: separate;
  border-spacing: 13px 16px;
}
.top__access th, td {
  text-align: left;
}
.access iframe {
  width: 100%;
}
.top__access a {
  padding: 55px 0;
}
@media(min-width:740px) {
  .top {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0 100px;
  }
  .top__img__one {
    display: none;
  }
  .sp-top__img {
    display: none;
  }
  .top-mv__left {
    width: 100%;
    margin: auto 5vw auto 0;
  }
  .pc-top__img__name {
    display: block;
  }
  .pc-top__img__name img {
    display: block;
    object-fit: contain;
    width: 70%;
    margin: 0 auto;
  }
  .top-mv__right {
    display: block;
    position: relative;
    width: 60vw;
  }
  .top-mv__right img {
    width: 45vw;
    object-fit: contain;
  }
  .pc-top__img__text {
    position: absolute;
    top: 40%;
    right: 50%;
    width: 20vw;
  }
  .top__access {
    display: flex;
    padding-top: 50px;
    justify-content: space-evenly;
    font-size: 1.4rem;
  }
  .top__access img {
    flex-basis: 80px;
    object-fit: contain;
  }
}
@media(max-width:450px) {
  .top__access {
    display: block;
    justify-content: space-evenly;
    padding: 50px 30px 0;
    font-size: 1.6rem;
    flex: 1;
  }
  .top__access img {
    flex-basis: 80px;
    margin: 0 auto;
    object-fit: contain;
  }
  .top__access__table {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 20px 16px;
  }
  .top__access th, td {
    text-align: left;
  }
  .access iframe {
    width: 100%;
  }
  .top__access a {
    padding: 55px 0;
  }
}
/*-----------------------------------------about-------------------------------------------------*/
.about {
  display: block;
  padding: 100px 30px 0;
}
.about h2 {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 30px;
}
.about-top {
  padding: 0 0 80px;
}
.about-top img {
      width: 40px;
}
.about-img {
  margin: 0 auto;
  width: 80vw;
}
.about-img img {
  width: 100%;
}
@media(min-width:960px) {
  .about {
    padding: 100px 150px 75px;
  }
  .about-top__wrraper {
    width: 100%;
    display: flex;
    margin-right: 50px;
  }
  .about-top {
    width: 100%;
    margin-left: 40px;
    order: 2;
  }
  .about-img {
    margin: auto 0;
    justify-content: space-between;
    order: 1;
  }
  .about-img img {
    width: 40vw;
  }
}
/*--------------------------------------------personal----------------------------------------------------*/
.personal {
  width: 100%;
  position: relative;
  padding-top: 130px;
}
.personal::before {
  content: '';
  position: absolute;
  top: 85px;
  bottom: -70px;
  left: 0;
  right: 0;
  background-color: #FFE4D6;
  transform: skewY(-4deg);
  z-index: -1;
}
@keyframes personal-loopimg__left {
  from {
    transform: translateX(0)
  }
  to {
    transform: translateX(-100%);
  }
}
.personal-title__pc {
  display: none;
  }
.personal h1 img {
    width: 80%;
  }
.personal-loopimg__wrap {
  display: flex;
  overflow: hidden;
  margin: 80px 0;
  position: relative;
}
.personal-loopimg__list {
  display: flex;
  list-style: none;
  animation: personal-loopimg__left 20s infinite linear 0.5s both;
}
.list-item {
  margin-right: 20px;
  width: calc(100vw / 3);
}
.list-item > img {
  width: 100%;
}
.personal-loopimg__wrap:hover .personal-loopimg__list {
  animation-play-state: paused;
}
.personal p {
  padding: 0 30px;
}
.thumbnail {
  position: absolute;
  top: 250px;
  left: 20px;
  z-index: -1;
  width: 200px;
}
@media(min-width:960px) {
  .personal {
    position: relative;
    padding: 140px 0 130px;
  }
  .personal-title__sp {
    display: none;
  }
  .personal-title__pc {
    display: inline;
  }
 
  .personal h1 img {
    width: 450px;
  }
  .personal-loopimg__wrap {
    display: flex;
    overflow: hidden;
    margin: 80px 0;
  }
  .personal-loopimg__list {
    display: flex;
    list-style: none;
    animation: personal-loopimg__left 20s infinite linear 0.5s both;
  }
  .list-item {
    margin-right: 60px;
    width: calc(100vw / 6);
  }
  .list-item > img {
    width: 80%;
  }
  .personal-loopimg__wrap:hover .personal-loopimg__list {
    animation-play-state: paused;
  }
  .personal p {
    padding: 0 150px;
    
  }
}
/*---------------------------------------------kokkaku------------------------------------------------*/
.kokkaku {
  position: relative;
  padding: 130px 30px 0;
  overflow: hidden;
}
.kokkaku-img {
  margin: 80px 0;
}
.kokkaku__pc-img {
  display: none;
}
.kokkaku h1 img {
  width: 100%;
  max-width: 450px;
  }
.kokkaku::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #E9EFF0;
  transform: skewY(-7deg);
  z-index: -1;
}
.kokkaku-img img {
  position: relative;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
  }
.kokkaku-bg-img {
  position: absolute;
  top: 210px;
  right: 0%;
}
.kokkaku-bg-img img {
  position: absolute;
  z-index: -999;
}

@media(min-width: 960px) {
  .kokkaku {
    position: relative;
    padding: 130px 100px;
  }
  .kokkaku__pc-img {
  display: block;
  flex: 1;
    flex-basis: 200%;
}
  .kokkaku-wrapper {
    display: flex;
    margin-top: 60px;
  }
  .kokkaku__pc-img img {
     width: 400px;
  }
  .kokkaku-img {
    display: none;
  }
  
  .kokkaku-img img {
  width: 50vw;
  }
}

/*---------------------------------------------consultant----------------------------------------------------*/
.consultant {
  position: relative;
  padding: 130px 30px 0;
  max-width: 500px;
  margin: 0 auto;
}
.consultant-info{
  
}
.consultant-info p {
  font-size: 1.6rem;
  line-height: 2.0rem;
  text-align: left;
}
.consultant-info__name {
  display: flex;
  justify-content: center;
  margin: 10px auto 20px;
  border-bottom: 1px solid #707070;
  width: 100%;
}
.consultant-info p span{
  text-aline: center;
}
.consultant-info__name h2 {
  margin-right: 20px;
  ;
}
.consultant-info__name h3 {
  line-height: 5rem;
  font-weight: 300;
}
.consultant-info__img {
  position: absolute;
  right: 0px;
  top: 180px;
}
.consultant p {
  margin-bottom: 15px;
  text-align: center;
}
 .consultant-info span p {
    text-align: left;
   margin: 0px 90px 15px;
  }
.consultant-info__img img {
  width: 130px;
}
.sp-title {
    display: block;
  margin-bottom: 30px;
  text-align: left;
  }
  .pc-title {
    display: none;
  }
@media(min-width:960px) {
  .consultant {
    padding: 130px 100px 0;
    max-width: 1400px;
    margin: 0 auto;
  }
  .consultant__wrapper {
    display: flex;
    justify-content: space-between;
    max-height: 400px;
  }
  .consultant-info {
    order: 2;
    flex: 1;
    width: 50%;
  }
  .consultant-info__name {
  display: flex;
  justify-content: center;
  margin: 10px auto 20px;
  border-bottom: 1px solid #707070;
  width: 25vw;
}
  .consultant-info__img {
  position: absolute;
  right: 30px;
  top: 30px;
}
  .consultant-img {
    order: 1;
    flex: 1;
    width: 50vw;
  }
  .consultant-img img {
    width: 100%;
  }
  .sp-title {
    display: none;
  }
  .pc-title {
    display: block;
    font-size: 3.4rem;
    margin-bottom: 30px;
    text-align: center;
  }
}

@media(max-width:345px) {
  .consultant {
    padding: 130px 30px 0;
    max-width: 500px;
    margin: 0 auto;
  }
  .consultant-info {
    margin: 30px 0;
  }
  .consultant-info p {
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
  .consultant-info__name {
    display: block;
    border-bottom: 1px solid #707070;
    margin: 10px auto 20px;
    width: 25vw;
  }
  .consultant-info__name h2 {
    margin-right: 20px;
    ;
  }
  .consultant-info__name h3 {
    line-height: 5rem;
    font-weight: 300;
  }
  .consultant p {
    margin-bottom: 15px;
    text-align: center;
  }
  .consultant-info span {
    text-align: left;
  }
  .consultant img {
    width: 100%;
  }
}
/*----------------------------------------------access-------------------------------------------------*/
.access {
  padding: 130px 30px 20px;
}
.access h1 {
  display: block;
}
.access__title {
  display: flex;
  justify-content: center;
}
.access__title img {
  display: block;
  height: 55px;
  margin-left: 20px;
}
.access h1 {
  margin-bottom: 30px;
}
.access__access {
  padding-top: 30px;
  font-size: 1.6rem;
}
.access__access img {
  width: 200px;
  margin-bottom: 20px;
}
.access iframe {
  height: 50vh;
}
.access__access__table {
  border-collapse: separate;
  border-spacing: 20px 16px;
  margin: 0 auto;
}
.access__access th, td {
  text-align: left;
}
@media(min-width: 960px) {
  .access {
    padding: 130px 100px 30px;
        max-width: 1400px;
    margin: 0 auto;
  }
  .access h1 {
    display: block;
  }
  .access__title {
    display: flex;
    justify-content: center;
  }
  .access__title img {
    display: block;
    height: 55px;
    margin-left: 20px;
  }
  .access h1 {
    margin-bottom: 30px;
  }
  .access_contents {
    display: flex;
  }
  .access__access {
    padding-top: 30px;
    font-size: 1.6rem;
    margin: 0 auto;
    flex: 1;
  }
  .access iframe {
    width: 50vw;
    height: 400px;
    flex: 1;
  }
  .access__access__table {
    border-spacing: 20px 16px;
    margin: 0 auto;
  }
  .access__access th, td {
    text-align: left;
  }
}