@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  width: 100%;
  height: auto;

  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;

  background-color: #fff;

  image-orientation: 0deg;
}

.font__robot{
  font-family: 'Roboto', sans-serif;
}

.font__noto{
  font-family: 'Noto Sans JP', sans-serif;
}

header {
  position: fixed;
  margin: 0;
  padding: 0;
  height: 64px;
  background-color: #ffffff;
  width: 100%;
  padding: 18px 32px;
  display: flex;
  flex-flow: row;
  margin-left: auto;
  justify-content: space-between;
  z-index: 999;

}


header h1 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;

}

.header__logo__image {
  width: 280px;
}

.header-nav {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;

  background-color: #ffffff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}








nav ul {
  margin: 0;
  border: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: bold;
  display: flex;


}

nav li:last-child{
  padding: 0 0 0 24px;
}

ul li {
  padding: 0 24px;

}

li a {
  text-decoration: none;
  color: #111111;
}

.hamburger {
  width: 0;
  display: none !important;
  position: fixed;
  z-index: 100;
}

.black-bg{
  display: none !important;
  width: 100vw;
}

/* 以下mainコンテンツ */
.main {
  height: auto;
  margin: 0;
  background-color: #ffffff;
}

.main-top {
  width: 100%;
  height: auto;
  padding-top: 64px;

  min-width: 300px;
  background-color: #ffffff;
  display: flex;
}

#main-top-logo {
  /* width: 100%; */
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#main-top-photo {
  width: 70%;
  margin: 5% 5% 5% 5%;
}

.main-top #main-top-logo img {
  width: 45%;
  height: auto;

  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}

.main-top #main-top-photo img {
  width: 100%;
  height: auto;

  user-select:none;
  -webkit-user-select:none;
  -ms-user-select: none;
  -moz-user-select:none;
  -khtml-user-select:none;
  -webkit-user-drag:none;
  -khtml-user-drag:none;
}



.main-width {
  margin:0 auto;
	/* width:55%; */
	max-width:720px;
  text-align: center;

}


.main-mission__bg {
  background-color: #E3F0F3;
}

.main-mission {
  margin: 0 auto;
  border: 0;
  padding: 0;
  text-align: left;
  font-size: 15px;
  letter-spacing: 0.05em;
  background-color: #E3F0F3;
}

.types__option__top{
  margin: 0 auto;
  padding-top: 16%;
  color: #111111;
  font-size: 18px;
  text-align: left;
}

.noto-sans__option__mission{
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 64px;
  color: #0C7996;
  font-size: 44px;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.types__option__h2 {
  padding-top: 20%;
  color: #0C7996;
  font-size: 32px;
  letter-spacing: 0.23em;
}

.types__option__h3 {
  letter-spacing: 0.2em;
  margin-bottom: 64px;
  font-size: 16px;
}


p {
   text-align: left;
   font-weight: 400;
   letter-spacing: 0.05em;
 }



.main-mission__p p{
  font-size: 15px;
  line-height: 2em;
  margin: 2em 0;
}

.main-mission__p p:first-child{
  margin: 0;
}

.main-mission__p p:last-child{
  margin: 0;
}



/* 以下massage */
.main-massage {
  width: 100%;
  height: auto;
  /* 要素の最小幅 */
  min-width: 300px;
  text-align: center;
}




.main-profile {
  width: 100%;
  text-align: center;
  background-image:  url("../assets/images/main/img-profile_pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #E3F0F3;
  height: 800px;
  margin-top: -300px;
}


.main-profile__text{
  width: 280px;
  position: relative;
  top: 600px;
  left: 700px;
  text-align: left;
  color: #ffffff;

}


.main-profile__text .types__option__h2__profile {
  font-size: 24px;
  margin: 0px;
  letter-spacing: 0.23em;
}

.main-profile__text .types__option__h5{
  font-size: 14px;
  margin: 0px;
  padding-top: 15px;
}

.main-profile__text .types__option__h4 {
  margin: 0;
  font-size: 32px;
}

.main-profile__text p{
  margin: 0;
  font-size: 13px;
  padding-top: 32px;
}

.font__noto p{
  margin: 0;
}


@media screen and (max-width: 2000px) {
  .main-profile__text{
    left: calc(680 / 1200 * 100vw);
  }

  .main-profile__text{
    width: calc(280 / 1200 * 100vw);
  }

  .main-top__logo {
    max-width: 460px;
  }
}




/* 以下career */
.main-career {
  width: 100%;
  height: auto;
  /* 要素の最小幅 */
  min-width: 300px;
}

.hist-list__border{
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.hist-list__border dl{
  margin: 0;
  width: auto;
  display: flex;
  flex-direction: row;
}

.hist-list__border__01{
  width: 344px;
  height: auto;
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
}

.hist-list__border__02{
  width: 344px;
  height: auto;
  text-align: left;
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 32px 0px 0px;
}
.hist-list__border__02:last-child{
  margin: 0px;
}

.hist-list__title{
  width: 52px;
}

.hist-list__desc{
  margin-inline-start: 22px;
  width: 268px;
  padding-bottom: 16px;
}






/* 以下strength */
.main-strength {
  width: 100%;
  height: auto;
  min-width: 300px;
}

.types__option__strength__h3 {
  font-size: 18px;
  margin: 0px;
  margin-top: 32px;
  margin-bottom: 16px;
}

.main-strength__section__col{
  width: 100%;
  font-size: 13px;
}


.main-strength__section{
  width: 100%;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  vertical-align: top;
}

.main-strength__section__col{
  margin: 0 16px;
  max-width: 720px;
  margin-bottom: 32px;
}

.main-strength__section__col img{
  max-width: 219px;
}







/* 以下blog */
.main-blog {
  width: 100%;
  height: auto;
  /* 要素の最小幅 */
  min-width: 300px;
}

.main-blog__sns{
  width: 100%;
  height: auto;
}

.main-blog__sns img{
  width: 100%;
  height: auto;
}

.types__option__sns__h3{
  text-align: left;
  margin: 0;
  padding-top: 32px;
}

.types__option__sns__h4{
  margin: 0;
  margin-top: 48px;
  text-align: center;
  font-size: 16px;

}

.sns__p{
  margin: 0;
  padding-top: 16px;
  font-size: 15px;
}

/* 以下webinar */
.main-webinar {
  width: 100%;
  height: auto;
  /* 要素の最小幅 */
  min-width: 300px;

}

.main-webinar .webinar__p{
  padding-top: 16px;
  font-size: 15px;
  line-height: 2em;

}

.webinar__btn__03{
  width: 100%;
  align-items: center;
  padding-top: 32px;
}



.main-webinar img{
  width: 100%;
}


/* 以下contact */
.main-contact{
  width: 100%;
  height: auto;
  min-width: 300px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 156px;
}

.main-contact__text{
  margin:0 auto;
  text-align: left;
  order: 10;
  font-family: 'Noto Sans JP', sans-serif;
}

.main-contact__text .font__robot{
  margin-top: 0px;
  margin-bottom: 8px;
  padding-top: 0px;
  text-align: left;
}

.main-contact__text .types__option__h3 {
  /* padding-top:8px; */
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.main-contact__text p {
  margin: 0;
  margin-bottom: 12px;
  font-size: 13px;

}

.main-contact__text p:last-of-type {
  margin-bottom: 24px;
}

.main-contact__01{
  width: auto;
  max-width: 398px;
}

.main-contact__01 img{
  width: 100%;
  order: 1;

}

.main-contact__btn__01{
  width: 100%;
  align-items: center;
  padding-top: 0px;

}





.main-team{
  width: 100%;
  background-color: #0C7996;
  /* text-align: center; */
}

.types__option__h2__team {
  max-width: 720px;
  padding-top: 0;
  color: #0C7996;
  font-size: 32px;
  letter-spacing: 0.23em;
  margin: 0 auto;
  margin-top: 80px;
  width:90%;
  text-align: center;
}

.main-team h2, .main-team h3, .team-list__tile,
.team-list__desc{
  color: #fff;
  text-align: center;

}






/* 以下footer */
footer {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: #fff;
  height: 48px;

  display: flex;
  justify-content: center;
  align-items: center;

  text-align: center;
  color: #0C7996;
  font-size: 8px;
}

.footer-section__text{
  font-family: 'Noto Sans JP', sans-serif;
  margin: 0;
  white-space: nowrap
}

.main-blog__sns__btn__01 {
  width: 100%;
  align-items: center;
  padding-top: 32px;
}

.btn:hover{
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.4s ease-out;

}


.btn.type01{
  width: 100%;
  height: 44px;
  padding: 10px 10px;
  display: block;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #41C9B4;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;

}

.btn.type03{
  width: 100%;
  height: 44px;
  padding: 10px 10px;
  display: block;
  align-items: center;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #00A753;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;

}


.btn span{
  color: #FFF;
  position: relative;
  padding-left: 30px;

}


.btn span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.main-blog__sns__btn__02__gl{
  display: flex;
}

.sns {
  width: 100%;
  margin-right: 3%;
}

.sns:last-child {
  width: 100%;
  margin-right: 0px;

}

.main-blog__sns__btn__02 {
  width: 100%;
  align-items: center;
  padding-top: 32px;
}


.btn02:hover{
  opacity: 0.6;
  cursor: pointer;
  transition: all 0.4s ease-out;
}

.btn02.type02{
  width: 100%;
  height: 44px;
  padding: 10px 10px;
  display: block;
  text-align: center;
  letter-spacing: 0.1em;
  color: #0C7996;
  border: 2px solid #0C7996;
  text-decoration: none;
  font-weight: bold;
  font-size: 76%;
}


.btn02 span{
  color: #0C7996;
  position: relative;
  padding-left: 30px;

}

.btn02 span::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0C7996;
  border-right: 2px solid #0C7996;
  transform: rotate(45deg);
  margin-top: -5px;
}


.team-list__border {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  height: auto;
  font-size: 13px;
  margin-bottom: 0px;
  display: flex;
  justify-content: space-around;
}

.team-list__border dl dd{
  width: 60px;
  white-space: nowrap;
}

.team-title__desc{
  width: 268px;
  text-align: center;
}


.team-list__desc{
  margin-inline-start: 0px;
  width: 268px;
  text-align: center;
}

.pc { display: block !important; }
.sp { display: none !important; }

.sp-br { display:none !important; }
.pc-br { display:block !important; }

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

.header__logo__image {
  width: 200px;

}

.main-top .sp{
  width: 100vw;
}






nav ul {
  margin: 0;
  border: 0;
  padding: 0;
  list-style-type: none;
  font-size: 15px;
  font-weight: bold;
  display: flex;


}

nav li:last-child{
  padding: 0px;
}


#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;

}

.header__logo{
  z-index: -9999;
}

.header-nav {
  position: fixed;
  right: -300px; /* これで隠れる */
  top: 0px;
  width: 300px; /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 64px;
  background-color: #fff;
  transition: all .6s;
  z-index: 100;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  align-items: stretch;
}


.hamburger {
  display: block !important;
  position: absolute;
  right: 0;
  top: 10px;
  width: 40px; /* クリックしやすいようにちゃんと幅を指定する */
  height: 40px; /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
  color: #0C7996;
  text-align: center;
}
.header-nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  flex-flow: column;
  z-index: 999;
}
.header-nav__item{
  text-align: center;
  padding: 0px;
}
.header-nav__item a {
  display: block;
  padding: 8px 0;
  padding-left: 15px;
  border-bottom: 1px solid #0C7996;
  text-decoration: none;
  color: #0C7996;
  text-align: left;
}

.header-nav__item:last-child a:last-child{
  border-bottom: none;
}

.header-nav__item a:hover {
  background-color: #eee;
}
.hamburger__line {
  position: absolute;
  left: -10px;
  width: 18px;
  height: 2px;
  background-color: #000;
  transition: all .6s;
  color: #0C7996;
}
.hamburger__line--1 {
  top: 14px;
}
.hamburger__line--2 {
  top: 20px;
}
.hamburger__line--3 {
  top: 26px;
}

.black-bg {
  display: block !important;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -10000;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}
/* 表示された時用のCSS */
.nav-open .header-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  left: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px;
}




.main-width {
  margin:0 auto;
  width:90%;
  text-align: center;
}

.main-profile__text{
  width: calc(500 / 1200 * 100vw);
}


.hist-list__border{
  text-align: center;
  flex-flow: row;
  width: auto;
  font-size: auto;
}

.hist-list__border__02{
  flex-direction: row;
}


.hist-list__border dd{
  width: auto;
}




.pc { display: block !important; }
.sp { display: none !important; }

}

@media screen and (max-width: 800px){
  .types__option__h2 {
    margin-bottom: 8px;
  }

  .types__option__strength__h3 {
    font-size: 14px;
  }

  .types__option__h3 {
    letter-spacing: 0.2em;
    margin-top: 0px;
    margin-bottom: 48px;
    font-size: 16px;
  }

  .main-strength__section__col{
    font-size: 11px;
  }


  .main-strength__section{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    vertical-align: top;
  }

  .main-strength__section__col img{
    /* max-width: auto; */
    width: 100%;
    height: auto;
  }

}


@media screen and (max-width: 480px) {
  .pc { display: none !important; }
  .sp { display: block !important; }

  .sp-br { display:block !important; }
  .pc-br { display:none !important; }

  .types__option__h2 {
    text-align: left;
  }

  .types__option__h3 {
    text-align: left;
  }

  .types__option__h4 {
    text-align: left;
    font-size: 22px;
  }

  .header__logo__image {
    width: 200px;
  }

  .main-width {
    margin:0 auto;
  	width:90%;
    text-align: center;
  }

  .main-top {
    width: 100%;
    height: auto;
    padding-top: 64px;

    min-width: 300px;
    background-color: #ffffff;
    display: flex;

  }

  #main-top-photo{
    margin: 5% 5% 5% 0%;
  }


  .main-top__logo {
    width: 100%;

  }

  .noto-sans__option__mission{
    font-weight: 700;
    font-size: 5.7vw;
  }


  .main-profile {
    width: 480px; */
    height: 400px;
    background-image:  url("../assets/images/main/img-profile_sp.png");
    width: 100%;
    height: 340px;
    margin-top: 0px;
  }

  .main-profile__text {
    top: calc(600 / 1200 * 100vw);
    left: calc(650 / 1200 * 100vw);
  }

  .hist-list__border{
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }


  .hist-list__border__01{
    width: auto;
    height: auto;
    text-align: left;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  .hist-list__border__02{
    width: auto;
    height: auto;
    text-align: left;
    font-size: 13px;
    display: flex;
    flex-wrap: wrap;
    margin:0;
    width: 100%;

  }

  .hist-list__desc{
    font-size: .93em;
  }

  .hist-list__desc{
    margin-inline-start: 22px;
    width: 268px;
    padding-bottom: 16px;
  }




  .main-strength__section{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    text-align: left;
    -webkit-align-items: center;
    align-items: center;
  }

  .main-strength__section__col img{
    width: 100%;
    max-width: none;
  }

  .types__option__strength__h3 {
    font-size: 16px;
    margin: 0px;
    margin-top: 16px;
    margin-bottom: 8px;
  }


  .btn02.type02{
    width: 100%;
    height: 44px;
    padding: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;

  }

  .btn02 span{
    color: #0C7996;
    position: relative;
    padding-left: 15px;

  }

  .btn02 span::before{
    content: "";
    top: 55%;
    left: 0;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0C7996;;
    border-right: 2px solid #0C7996;
    transform: rotate(45deg);
    margin-top: -5px;
  }





  /* 以下contact */
  .main-contact{
    flex-direction: column;
    padding-top: 156px;
    margin:0 auto;

  }

  .main-contact__text{
    width: 100%;
    text-align: left;

  }

  .main-contact__text .font__robot{
    margin-top: 0px;
    margin-bottom: 8px;
    padding-top: 0px;
    order: -1;

  }

  .main-contact__text .types__option__h3 {
    margin-top: 0;
    margin-bottom: 24px;
    justify-content: flex-start;
  }

  .main-contact__text p {
    font-size: 13px;

  }

  .main-contact__01 img{
    width: 100%;
    order: 20;

  }

  .main-contact__btn__01{
    width: 100%;
    align-items: center;
    padding-top: 0px;

  }





  .team-list__border {
    flex-wrap: wrap;
  }

  .main-team .types__option__h2__team{
    text-align: left;
  }

  .main-team .types__option__h3{
    text-align: left;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 49px;
  }

}
