@charset "UTF-8";
/* CSS Document */
.section-top {
  position: relative;
  display: block;
  width: auto;
  height: 55.25vw;
  background-size: auto 100%;
  margin-bottom: 1.4vw;
}
.section-top__text {
  position: absolute;
  margin: 8.5vw 0 10.0vw 0;
}
.section-top h2 {
  text-align: left;
  font-size: 3.33vw;
  font-weight: 600;
  color: #00489d;
  line-height: 5.0vw;
  margin-bottom: 3.0vw;
  left: -1.0vw;
}
.section-top__lead {
  text-align: left;
  font-size: 1.2vw;
  font-weight: 400;
  color: #00489d;
  line-height: 2.6vw;
}
.section-top__lead p span {
  margin-left: 0.2vw;
}
.section-top__photo-name {
  position: absolute;
  top: -6.5vw;
  left: 3.4vw;
  width: 70%;
  animation: photo-name 45s
}
.section-top__photo-name img {
  position: absolute;
  width: 100%;
}
@keyframes photo-name {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.section-top__photo {
  position: absolute;
  top: -6.5vw;
  left: 3.4vw;
  width: 70%;
  opacity: 0;
  animation: img-change 45s infinite;
}
.section-top__photo img {
  position: absolute;
  width: 100%;
}
.section-top__photo:nth-child(1) {
  animation-delay: 0s;
}
.section-top__photo:nth-child(2) {
  animation-delay: 7s;
}
.section-top__photo:nth-child(3) {
  animation-delay: 14s;
}
.section-top__photo:nth-child(4) {
  animation-delay: 21s;
}
.section-top__photo:nth-child(5) {
  animation-delay: 28s;
}
.section-top__photo:nth-child(6) {
  animation-delay: 35s;
}
@keyframes img-change {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  20% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.scrolldown {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  /*
  bottom:20%;
  left:5%;
*/
  animation: arrowmove 1s ease-in-out infinite;
}
/*下からの距離が変化して全体が下→上→下に動く*/
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
/*Scrollテキストの描写*/
.scrolldown span {
  position: absolute;
  bottom: 2.0vw;
  left: 0.6vw;
  /*テキストの形状*/
  color: #333;
  font-size: 1.0vw;
  font-family: "YuGothic", "Yu Gothic medium", "Hiragino Sans", "Meiryo", "sans-serif";
  letter-spacing: 0.2vw;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
/* 矢印の描写 */
.scrolldown:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 2.0vw;
  left: 3.2vw;
  /*矢印の形状*/
  width: 0.07vw;
  height: 1.4vw;
  background: #333;
  transform: skewX(-31deg);
}
.scrolldown:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 2.0vw;
  left: 2.8vw;
  /*矢印の形状*/
  width: 0.07vw;
  height: 5.0vw;
  background: #333;
}
@media(min-width:960px) {
  .section-top__image-mobile {
    display: none;
  }
  .title {
    display: none;
  }
}
@media(max-width:960px) {
  .section-top {
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    overflow: hidden;
  }
  .section-top__image {
    display: none;
  }
  .section-top__image-mobile {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    position: relative;
  }
  .section-top__photo-base {
    width: 100%;
    margin: 0 auto;
    max-width: 500px;
    animation: photo-name 45s
  }
  .section-top__photo-base img {
    width: calc(100% + 70px);
    height: calc(100% + 100px);
    margin: -100px -35px 0;
  }
  .section-top__photo-mobile {
    position: absolute;
    width: 100%;
    top: 0px;
    left: -15px;
    right: -15px;
    margin: 0 auto;
    max-width: 500px;
    opacity: 0;
    animation: img-change 45s infinite;
  }
  .section-top__photo-mobile img {
    width: calc(100% + 70px);
    height: calc(100% + 100px);
    margin: -100px -35px 0;
  }
  .section-top__photo-mobile:nth-child(1) {
    animation-delay: 0s;
  }
  .section-top__photo-mobile:nth-child(2) {
    animation-delay: 7s;
  }
  .section-top__photo-mobile:nth-child(3) {
    animation-delay: 14s;
  }
  .section-top__photo-mobile:nth-child(4) {
    animation-delay: 21s;
  }
  .section-top__photo-mobile:nth-child(5) {
    animation-delay: 28s;
  }
  .section-top__photo-mobile:nth-child(6) {
    animation-delay: 35s;
  }
  .title {
    color: #00489d;
    text-align: center;
  }
  .title-copy {
    font-size: 0.9rem;
    letter-spacing: 0.18em;
    font-weight: bold;
    text-align: center;
  }
  h1 {
    font-family: YuMincho, 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
    font-size: 2.4rem;
    font-weight: normal;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.03em;
    margin-bottom: 60px;
    position: relative;
  }
  .title img {
    position: absolute;
    width: 60px;
    height: 22.5px;
    right: -15px;
    bottom: -20px;
  }
  .section-top__text {
    position: static;
    text-align: center;
    margin: 0;
    width: 100%;
  }
  .section-top h2 {
    text-align: center;
    font-size: 4.0rem;
    line-height: 60px;
    margin: 0 0 20px;
    padding-left: 40px;
    left: 0vw;
  }
  .section-top__lead {
    font-size: 1.6rem;
    line-height: 3.0rem;
    display: inline-block;
    text-align: justify;
    margin: 0 20px;
    max-width: 500px;
  }
  .section-top__lead br {
    display: none;
  }
  .section-top__lead br:last-child {
    display: block;
  }
  .scrolldown {
    display: none;
  }
}
/*top*/
/*instagram*/
.instagram {
  width: 100%;
  height: auto;
  margin-bottom: 8.3vw;
}
.instagram a {
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  font-size: 1.6vw;
  color: #333;
  letter-spacing: 0.3vw;
  font-weight: 300;
  margin-bottom: 2.0vw;
}
.instagram__icon {
  width: 2.4vw;
}
.instagram__link h3 {
  margin-left: 1.6vw;
  font-weight: 300;
}
.instagram__link:hover {
  opacity: 0.5;
}
.instagram a img.insta_photo {
  display: block;
  width: 100%;
  margin-top: 2.5vw;
}
@media(max-width:960px) {
  .instagram {
    position: static;
    margin: 0 0px 100px;
  }
  .instagram a {
    font-size: 20px;
    margin: 0 auto 20px;
    max-width: 500px;
  }
  .instagram__icon {
    width: 25px;
    margin-left: 22px;
  }
  .instagram__link h3 {
    position: static;
    margin-left: 20px;
  }
  .lightwidget-wrapper {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
  }
}
/*instagram*/
/*profile*/
.section-profile {
  margin-bottom: 8.33vw;
}
.profile__wrapper {
  display: flex;
  justify-content: space-between;
}
.profile-img__wrapper {
  position: relative;
  width: 55%;
  height: auto;
}
.section-profile img.eiju01 {
  position: absolute;
  width: 28.11vw;
  height: auto;
  top: 6.59vw;
  left: 8.68vw;
}
.section-profile img.eiju02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 18.87vw;
  height: auto;
}
.profile-text__wrapper {
  text-align: left;
  width: 40%;
  height: auto;
  margin-left: 5%;
}
.section-profile dl dt {
  font-size: 1.38vw;
  font-weight: 600;
  line-height: 2.5vw;
  margin-bottom: 2.0vw;
}
.section-profile dl img {
  width: 90%;
  margin: 0.2vw 0 0.2vw;
}
.section-profile dl dd {
  display: block;
  width: 95%;
  height: auto;
  font-size: 1.11vw;
  line-height: 2.08vw;
  text-align: justify;
  margin-bottom: 2.77vw;
}
@media(max-width:960px) {
  .section-profile {
    margin-bottom: 100px;
  }
  .profile__wrapper {
    padding: 0 20px;
    display: block;
    margin: 0 auto;
  }
  .profile-img__wrapper {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 350px;
    margin: 0 auto 40px;
  }
  .section-profile img.eiju01 {
    position: absolute;
    top: 0;
    right: -30px;
    left: auto;
    width: 300px;
    margin: 40px 0 0;
  }
  .section-profile img.eiju02 {
    position: absolute;
    width: 200px;
    top: 0;
    left: -30px;
  }
  .profile-text__wrapper {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }
  .section-profile dl dt {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px
  }
  .section-profile dl img {
    display: none;
  }
  .section-profile dl dd {
    width: 100%;
    max-width: 500px;
    height: auto;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    text-align: justify;
    margin-bottom: 40px;
  }
}
/*profile*/
/*concept*/
.section-concept {
  margin-bottom: 8.33vw;
}
.section-concept__list-wrap {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0 auto;
}
.section-concept ul li {
  width: 26%;
  height: auto;
  text-align: left;
  margin: 0 2.5vw;
}
.section-concept ul li dl dt {
  font-size: 1.11vw;
  margin: 0 auto 2.63vw;
  text-align: center;
}
.section-concept ul li dl dt h4 {
  font-weight: 300;
}
.section-concept ul li dl dt span {
  position: relative;
  font-size: 1.66vw;
}
.section-concept ul li dl dt span img.concept__ashirai {
  position: absolute;
  top: -1.6vw;
  left: -1.5vw;
  width: 2.8vw;
  height: auto;
}
.section-concept ul img.cpncept__photo {
  width: 100%;
  height: auto;
  margin: 2.63vw auto 0;
}
.section-concept ul li dl dd {
  font-size: 1.11vw;
  line-height: 2.08vw;
  text-align: justify;
}
.section-concept ul li dl dd span {
  display: inline-block;
  margin-left: 0.3vw;
}
@media(max-width:960px) {
  .section-concept {
    margin-bottom: 100px;
  }
  .section-concept__list-wrap {
    display: block;
    margin: 0 auto;
    padding: 0 20px;
  }
  .section-concept ul li {
    position: static;
    width: 100%;
    max-width: 500px;
    height: auto;
    text-align: center;
    margin: 0 auto 40px;
    padding-top: 25px;
  }
  .section-concept ul li dl dt {
    font-size: 1.4rem;
    margin: 0 0 20px 0px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .section-concept ul li:nth-child(2) dl dt {
    flex-direction: row-reverse;
  }
  .section-concept ul li dl dt h4 {
    margin: 50px 10px 0 15px;
  }
  .section-concept ul li dl dt span {
    position: relative;
    font-size: 2.0rem;
  }
  .section-concept ul li dl dt span img.concept__ashirai {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 45px;
    height: auto;
  }
  .section-concept ul img.cpncept__photo {
    width: 230px;
    height: auto;
    margin: 0;
  }
  .section-concept ul li dl dd {
    font-size: 1.6rem;
    line-height: 2.4rem;
    text-align: justify;
  }
  .section-concept ul li dl dd span {
    display: inline-block;
    margin-left: 5px;
  }
}
/*concept*/
/*service*/
.section-services {
  margin-bottom: 8.33vw;
}
.section-services__lead {
  font-size: 1.11vw;
  line-height: 2.6vw;
  margin: 0 auto 3.2vw;
}
.section-services ul {
  width: 85%;
  height: auto;
  margin: 0 auto;
}
.section-services ul li {
  width: 100%;
  height: auto;
  list-style: none;
  margin-bottom: 2.8vw;
  /*  position: relative;*/
  z-index: -3;
}
.service__title {
  position: relative;
  display: flex;
  color: #00489d;
  text-align: center;
  align-items: center;
}
.service__title::before {
  content: "";
  position: absolute;
  bottom: -0.3vw;
  left: -1vw;
  width: 22vw;
  height: 0.08vw;
  background-color: #00489d;
}
.service__title::after {
  content: "";
  position: absolute;
  top: 0.3vw;
  left: 0.7vw;
  width: 0.08vw;
  height: 3.2vw;
  background-color: #00489d;
}
.service__title img {
  width: 1.9vw;
  height: 1.9vw;
  margin: 0vw 1.4vw 0 2.4vw;
}
.service__title-text h4 {
  position: relative;
  font-size: 1.66vw;
  font-weight: 300;
  letter-spacing: 0.5vw;
  /*  margin-top: 0.3vw;*/
}
.service__title-text h4 span {
  position: absolute;
  top: 1.9vw;
  left: 0.2vw;
  font-size: 1.0vw;
  font-weight: 300;
  letter-spacing: 0.9vw
}
.service__cont-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.5vw 3.85vw 3.15vw;
  position: relative;
}
.service__text {
  width: 60%;
  text-align: left;
  margin-right: 2.0vw;
}
.service__text dl dt {
  position: relative;
  font-size: 1.4vw;
  letter-spacing: 0.3vw;
  margin-bottom: 2.1vw;
}
.service__text dl dt img {
  position: absolute;
  top: -1.8vw;
  left: 7.7vw;
  width: 3.5vw;
  height: auto;
}
.service__text dl dt span {
  font-size: 2.1vw;
}
.service__text dl dd {
  font-size: 1.11vw;
  letter-spacing: 0.1vw;
  line-height: 2.08vw;
  margin-bottom: 2.1vw;
}
.service__photo img {
  bottom: 2.5vw;
  right: 3.85vw;
  width: 20.3vw;
  height: auto;
}
.service__photo::before {
  content: "";
  position: absolute;
  background-color: #FFF;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2
}
@media(min-width:960px) {
  .section-services__lead p span br {
    display: none;
  }
}
@media(max-width:960px) {
  .section-services {
    margin-bottom: 100px;
  }
  .section-services__lead {
    font-size: 1.6rem;
    text-align: center;
    line-height: 3.0rem;
    margin: 0 auto 40px;
    padding: 0 20px;
    max-width: 400px;
  }
  .section-services__lead p {
    display: inline-block;
    text-align: justify;
  }
  .section-services ul {
    margin: 0 auto;
  }
  .section-services ul li {
    margin: 0 auto 40px;
    max-width: 500px;
  }
  .service__title {
    margin-left: 10px;
  }
  .service__title::before {
    content: "";
    position: absolute;
    top: 26px;
    left: -5px;
    width: 200px;
    height: 0.8px;
  }
  .service__title::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 10px;
    width: 0.8px;
    height: 34px;
  }
  .service__title img {
    width: 20px;
    height: 20px;
    margin: 5px 10px 5px 20px;
  }
  .service__title-text h4 {
    font-size: 2.0rem;
    letter-spacing: 0.2em;
  }
  .service__title-text h4 span {
    font-size: 0.9rem;
    letter-spacing: 1.0em;
    line-height: 1.0rem;
    top: 2.6rem;
    left: 0.3rem;
  }
  .service__cont-wrapper {
    display: block;
    padding: 60px 20px 30px;
    position: relative;
  }
  .service__text {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .service__text dl dt {
    position: relative;
    font-size: 1.6rem;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
    display: inline-block;
    text-align: justify;
  }
  .service__text dl dt img {
    position: absolute;
    top: -20px;
    left: 91px;
    width: 45px;
    height: auto;
  }
  .service__text dl dt span {
    font-size: 2.0rem;
  }
  .service__text dl dd {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 2.4rem;
    ;
    margin-bottom: 20px;
    display: inline-block;
    text-align: justify;
    width: 100%;
  }
  .service__photo img {
    position: static;
    top: auto;
    left: auto;
    width: 250px;
    height: auto;
    margin-bottom: 90px;
  }
  .service__photo::before {
    z-index: -2
  }
  .detail-btn__typeB {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
/*service*/
/*contact*/
.contact__lead p {
  font-size: 1.11vw;
  font-weight: 300;
  letter-spacing: 0.2vw;
  margin: 0 auto 3.8vw;
}
.contact__lead p a {
  text-decoration-color: none;
  color: #333;
}
.contact__lead p a:hover {
  opacity: 0.5;
}
.contact__cnt-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 3.8vw;
}
.contact__icon {
  width: 20%;
  height: auto;
}
.contact__icon a:hover {
  opacity: 0.5;
}
.contact__icon img {
  width: 3.5vw;
  height: auto;
}
.contact__cnt-wrapper ol {
  font-size: 1.11vw;
  text-align: left;
  list-style: none;
  letter-spacing: 0.2vw;
  line-height: 2.6vw;
}
.contact__text {
  font-size: 1.11vw;
  letter-spacing: 0.2vw;
}
@media(min-width:960px) {
  .contact__lead p br {
    display: none;
  }
  .contact__text p br {
    display: none;
  }
}
@media(max-width:960px) {
  .contact__lead p {
    font-size: 1.6rem;
    line-height: 3.0rem;
    letter-spacing: 0.1em;
    margin: 0 20px 60px;
  }
  .contact__cnt-wrapper {
    display: inline-block;
    text-align: center;
    margin: 0 20px 40px;
  }
  .contact__icon {
    width: 100%;
  }
  .contact__icon a {
    display: inline-block;
    margin: 0 0 10px;
  }
  .contact__icon a img {
    width: 37px;
    height: auto;
  }
  .contact__cnt-wrapper ol {
    font-size: 1.4rem;
    display: inline-block;
    text-align: left;
    letter-spacing: 0.1em;
    line-height: 2.4rem;
  }
  .contact__text {
    font-size: 1.6rem;
    line-height: 3.0rem;
    letter-spacing: 0.2em;
    margin: 0 20px 100px;
  }
}