@charset "utf-8";

body {
  font-family: "A1 Gothic R JIS2004", "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック体", YuGothic, sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
  color: #5c5c5c;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  body {
    min-width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.container {
  width: 1050px;
  margin: 0 auto;
}
/* @media screen and (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
} */

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 10px;
  }
}

.mainvisual {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.mainvisual::before {
  content: "";
  width: 1120px;
  height: 1120px;
  border-radius: 50%;
  background-color: #55c0ff;
  position: absolute;
  left: 46.5%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 1500px) {
  .mainvisual::before {
    width: 1180px;
    height: 1180px;
  }
}
.mainvisual .container {
  height: 100vh;
  max-height: 700px;
  width: 1200px;
  display: flex;
  align-items: center;
}
.mainvisual-text {
  width: 44.5%;
}
.mainvisual h1 {
  color: #000;
  font-size: 70px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.075em;
  margin: 0 0 30px 10px;
  overflow: hidden;
}
.mainvisual h1 span {
  display: block;
}
.mainvisual .logo {
  margin: 0 0 0 20px;
  opacity: 0;
}
.mainvisual .icon {
  width: 55.5%;
}
.mainvisual .icon img {
  position: relative;
  left: 40px;
}
@media screen and (max-width: 767px) {
  .mainvisual {
    width: 100%;
    height: 100vh;
  }
  .mainvisual::before {
    display: none;
  }
  .mainvisual .container {
    /* height: auto; */
    max-height: 100vh;
    width: 100%;
    display: block;
    /* padding: 5vw 0 15px; */
    padding: 0;
    background: url(../img/bg.png) no-repeat center bottom / 100% auto;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
  }
  .mainvisual.is-fixed .container {
    position: relative;
  }
  .mainvisual-text {
    width: auto;
    text-align: center;
    /* height: calc(100% - 290px); */
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .mainvisual h1 {
    font-size: 28px;
    margin: 0 0 20px;
    overflow: hidden;
  }
  .mainvisual .logo {
    margin: 0;
    width: 100%;
    /* position: absolute;
    left: 0;
    top: 50%; */
  }
  .mainvisual .logo img {
    width: 235px;
  }
  .mainvisual .icon {
    width: auto;
    text-align: center;
    /* position: absolute;
    left: 0;
    bottom: 25px; */
    width: 100%;
    padding-bottom: 15px;
  }
  .mainvisual .icon img {
    left: 0;
    /* top: 5px; */
    /* width: 318px; */
    /* width: 240px; */
    width: 80%;
  }
}
/* css for popup */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* slick */
.slick-arrow {
  font-size: 0;
  line-height: 0;
  color: transparent;
  width: 40px;
  height: 76px;
  position: absolute;
  bottom: 85px;
  z-index: 3;
  border: none;
  cursor: pointer;
}
.slick-arrow:focus {
  outline: none;
}
.slick-prev {
  background: url(../img/prev.svg) no-repeat center / contain;
  /* left: 95px; */
  left: 170px;
}
.slick-next {
  background-image: url(../img/next.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  /* left: 245px; */
  left: 320px;
}
.slick-disabled {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 52px;
    height: 123px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  .is-inview .slick-arrow {
    position: fixed;
  }
  .slick-prev {
    background: url(../img/prev2x.png) no-repeat center / cover;
    left: -10px;
  }
  .slick-next {
    background: url(../img/next2x.png) no-repeat center / cover;
    left: auto;
    right: -10px;
  }
}
/* slick */
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto;
}
.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0 0;
}
.slick-dots li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #c8c8c8;
  position: relative;
  list-style: none;
}
.slick-dots li.slick-active {
  background-color: #0299c4;
}
.slick-dots li button {
  opacity: 0;
}
/* header */
#main {
  position: relative;
}
#header {
  width: 100%;
  height: 110px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
  background-color: #0299c4;
}
#header .container {
  width: 1200px;
  display: flex;
  align-items: center;
  position: relative;
}
#header::before {
  content: "";
  width: calc((100% - 1200px) / 2);
  height: 100%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
#header.is-fixed {
  position: fixed;
}
#header .logo a {
  width: 265px;
  height: 110px;
  background-color: #fff;
  border-right: 5px solid #000;
  display: flex;
  align-content: center;
  justify-content: center;
}
.gnav ul {
  display: flex;
}
.gnav ul li {
  margin: 0 0 0 50px;
}
.gnav ul li a {
  display: block;
  padding: 0 0 0 30px;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}
.gnav ul li.active a {
  background: url(../img/ico_nav.svg) no-repeat left center / 22px 23px;
}
.btn-contact {
  position: absolute;
  right: 0;
  top: 0;
  width: 150px;
}
.btn-contact a {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  color: #fff;
  padding-bottom: 20px;
  font-weight: bold;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 767px) {
  #main {
    background-color: #fff;
    z-index: 3;
  }
  #header .container {
    width: 100%;
    padding: 0;
  }
  .gnav,
  #header::before {
    display: none;
  }
  #header {
    height: 65px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    transition: 0.3s;
    display: none;
  }
  #header.is-fixed {
    display: block;
    opacity: 1;
    transform: translateY(0%);
  }
  #header.is-fixed.is-scrolling {
    opacity: 0;
    transform: translateY(-100%);
  }
  #header .logo a {
    width: 122px;
    height: 65px;
    border-right-width: 4px;
  }
  #header .logo a img {
    width: 79px;
  }
  .btn-contact {
    right: 12px;
    width: 105px;
  }
  .btn-contact a {
    height: 83px;
    /* padding-bottom: 9px; */
    padding-bottom: 0;
    border-radius: 0 0 14px 14px;
    font-size: 15px;
  }
}
/* about */

.title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 50px;
  font-size: 60px;
  font-weight: bold;
}
.title img {
  display: block;
  opacity: 0;
  transition: 0.3s ease-in-out 0.2s;
  transform: translateY(90px);
}
.is-showing.title img {
  transform: translateY(0);
  opacity: 1;
}
.title > span {
  display: block;
  padding: 0 0 0 50px;
  overflow: hidden;
  height: 90px;
  letter-spacing: -0.075em;
}
.title > span span {
  display: block;
  opacity: 0;
  transform: translateY(90px);
  transition: all 0.5s ease-in-out 0.5s;
}
.fadeUp {
  opacity: 0;
  transform: translateY(90px);
  transition: all 0.5s ease-in-out;
}
.is-showing.title > span span,
.fadeUp.is-showing {
  opacity: 1;
  transform: translateY(0);
}
#people .title img {
  transition-delay: 0.7s;
}
#people .title > span {
  padding: 0 50px 0 0;
}
#people .title > span span {
  transition-delay: 0.2s;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 30px;
  }
  .title img {
    width: 119px;
  }
  .title > span {
    padding: 0 0 0 20px;
    height: 45px;
  }
  #people .title > span {
    padding: 0 20px 0 0;
  }
  .title > span span {
    -ms-transform: translateY(45px);
    -webkit-transform: translateY(45px);
    -moz-transform: translateY(45px);
    -o-transform: translateY(45px);
    transform: translateY(45px);
    opacity: 1;
  }
  .title img {
    transform: translateY(40px);
  }
}
#about {
  padding: 170px 0 115px;
  box-shadow: 0 -7px 13px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.about-des {
  margin: 0 0 60px;
}
.about-des p {
  font-size: 20px;
  line-height: 1.9;
  margin: 0 0 20px;
}
.about-des p:last-child {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.about-des .p-note {
  font-size: 38px;
  width: 460px;
  height: 62px;
  margin: 0 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0299c4;
  border: 2px solid #0299c4;
  border-radius: 3px;
  position: relative;
  padding-top: 6px;
}
.about-des .p-note::before,
.about-des .p-note::after {
  content: "";
  width: 19px;
  height: 19px;
  position: absolute;
  top: -2px;
}
.about-des .p-note::before {
  background: url(../img/quote1.jpg) no-repeat center;
  left: -4px;
}
.about-des .p-note::after {
  background: url(../img/quote2.jpg) no-repeat center;
  right: -4px;
}
@media screen and (max-width: 767px) {
  #about {
    padding: 125px 0 80px;
    box-shadow: none;
  }
  .about-des {
    margin: 0 0 160px;
  }
  .about-des p {
    font-size: 16px;
    /* margin: 0 0 20px; */
  }
  .about-des p:last-child {
    flex-direction: column;
  }
  .about-des .p-note {
    font-size: 26px;
    width: 320px;
    height: 42px;
    margin: 0 0 15px;
    border-width: 2px;
    padding-top: 0;
  }
  .about-des .p-note::before,
  .about-des .p-note::after {
    width: 13px;
    height: 13px;
  }
  .about-des .p-note::before {
    background: url(../img/quote1_2x.jpg) no-repeat center / cover;
    left: -2px;
  }
  .about-des .p-note::after {
    background: url(../img/quote2_2x.jpg) no-repeat center / cover;
    right: -2px;
  }
}

.youtube {
  max-width: 666px;
  margin: 0 auto;
  position: relative;
}
.youtube-quote {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  line-height: 1.25;
  background-color: #55c0ff;
  color: #fff;
  position: absolute;
  left: -226px;
  top: -130px;
  opacity: 0;
}
.youtube-quote::after {
  content: "";
  width: 42px;
  height: 41px;
  background: url(../img/arrow1.png) no-repeat center;
  position: absolute;
  right: 13px;
  bottom: 12px;
}
@media screen and (max-width: 767px) {
  .youtube {
    margin: 0 15px;
  }
  .youtube-quote {
    width: 156px;
    height: 156px;
    font-size: 28px;
    left: auto;
    right: 0;
    top: -188px;
  }
  .youtube-quote::after {
    content: "";
    width: 34px;
    height: 28px;
    background: url(../img/arrow1_2x.png) no-repeat center / cover;
    right: 50%;
    bottom: -18px;
    margin-right: -17px;
  }
  .mfp-container {
    padding: 0 20px;
  }
}
.c-yellow {
  color: #e6ff12;
}
.youtube-quote.is-showing {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1);
  }
  80%,
  100% {
    opacity: 1;
  }
}
/* people */
.bg {
  background-color: #ccebf3;
}
#people {
  padding: 60px 0 80px;
  position: relative;
}
#people::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 78px 150px 0 150px;
  border-color: #ccebf3 transparent transparent transparent;
}
#people .title,
#features .title {
  margin: 0 0 120px;
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#people li {
  margin: 0 0 20px;
}
@media screen and (min-width: 768px) {
  #people li {
    margin: 0 0 20px;
    width: 49.3%;
  }
}
@media screen and (max-width: 767px) {
  #people {
    padding: 80px 0 30px;
  }
  #people::after {
    border-width: 60px 75px 0 75px;
  }
  #people .title {
    margin: 0 0 65px;
  }
}
/* features */
.anim-vivus {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 25px 0 45px;
}
.anim-vivus .icon img {
  position: relative;
  left: 65px;
}
.anim-vivus .text {
  width: 674px;
  height: 150px;
  position: relative;
}
.anim-vivus .text img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#keyword {
  background-color: #fff;
  height: 100%;
  width: 100%;
  object-fit: cover;
  -o-object-fit: cover;
}
.cls-1,
.cls-2 {
  fill: none;
  stroke: #ffffff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 1;
  stroke-width: 10;
}
@media screen and (max-width: 767px) {
  .anim-vivus {
    display: block;
    text-align: center;
    padding: 85px 15px;
  }
  .anim-vivus .icon img {
    width: 160px;
    left: 20px;
  }
  .anim-vivus .text {
    width: 325px;
    height: 72px;
    margin: 0 auto;
  }
}
/* #features */
#features {
  overflow: hidden;
}
.features-list li {
  position: relative;
}
@media screen and (min-width: 768px) {
  .features-top .container {
    width: 1200px;
  }
  .features-list li {
    margin: 0 0 360px;
  }
  .features-list li.fea1 {
    margin: 0 0 165px;
  }
  .features-list li.fea1 p {
    margin: 0 0 35px;
  }
  .features-list li.fea3 {
    margin: 0 0 390px;
  }
  .features-list li.fea5 {
    margin: 0 0 345px;
  }
  .features-list li:nth-child(2n) {
    display: flex;
    justify-content: flex-end;
  }
}

.features-list li::before {
  content: "";
  width: 135px;
  height: 135px;
  position: absolute;
  left: 0;
  top: -45px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .features-list {
    margin: 0 -10px;
  }
  .features-list li {
    background-color: #f1f1f1;
  }
  .features-list li.fea1 {
    margin: 0 0 315px;
  }
  .features-list li.fea2 {
    margin: 0 0 270px;
  }
  .features-list li.fea3 {
    margin: 0 0 290px;
  }
  .features-list li.fea4,
  .features-list li.fea5 {
    margin: 0 0 320px;
  }
  .features-list li::before {
    width: 90px;
    height: 90px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (min-width: 768px) {
  .features-list li:nth-child(2n)::before {
    left: auto;
    right: 288px;
  }
}
.fea1::before {
  background: url(../img/n1.svg) no-repeat center / cover;
}
.fea2::before {
  background: url(../img/n2.svg) no-repeat center / cover;
}
.fea3::before {
  background: url(../img/n3.svg) no-repeat center / cover;
}
.fea4::before {
  background: url(../img/n4.svg) no-repeat center / cover;
}
.fea5::before {
  background: url(../img/n5.svg) no-repeat center / cover;
}

/* #features text */
.features-list .text {
  position: relative;
}
@media screen and (min-width: 768px) {
  .features-list .text {
    background-color: #f1f1f1;
    max-width: 53.2%;
    min-height: 330px;
    padding: 55px 30px 20px 30px;
  }
  .features-list .text::before {
    content: "";
    width: calc(50vw - 600px);
    height: 100%;
    background-color: #f1f1f1;
    position: absolute;
    right: 100%;
    top: 0;
  }
  .features-list :nth-child(2n) .text::before {
    right: auto;
    left: 100%;
  }
  .features-list li.fea1 .text {
    min-height: 780px;
  }
  .features-list li.fea2 .text,
  .features-list li.fea3 .text,
  .features-list li.fea5 .text {
    padding-top: 75px;
  }
  .features-list li.fea3 .text {
    min-height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .features-list .text {
    padding: 65px 25px 0;
  }
}
/* #features photo */
@media screen and (min-width: 768px) {
  .features-list .photo {
    position: absolute;
  }
  .fea1 .photo {
    top: 75px;
    right: 15px;
  }
  .fea2 .photo {
    top: -30px;
    left: -65px;
  }
  .fea3 .photo {
    top: -25px;
    right: -65px;
  }
  .fea4 .photo {
    top: -25px;
    left: -65px;
  }
  .fea5 .photo {
    top: -25px;
    right: -65px;
  }
}
@media screen and (max-width: 767px) {
  .features-list .img {
    margin-bottom: 30px;
  }
  .features-list .photo img {
    margin-bottom: -175px;
  }
}
/* #features h3 & p */
.features-list .text h3 {
  color: #0299c4;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.7;
  margin: 0 0 25px;
}
@media screen and (min-width: 768px) {
  .features-list .text h3 {
    padding-left: 105px;
  }
  .features-list :nth-child(2n) .text h3 {
    padding: 0 0 0 320px;
  }
}
@media screen and (max-width: 767px) {
  .features-list .text h3 {
    text-align: center;
    font-size: 25px;
  }
}
.features-list .text p {
  font-size: 20px;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 768px) {
  .features-list .text p {
    padding: 0 185px 0 0;
  }
  .features-list :nth-child(2n) .text p {
    padding: 0 0 0 215px;
  }
}
@media screen and (max-width: 767px) {
  .features-list .text p {
    font-size: 16px;
    margin: 0 0 15px;
  }
}
/* service */
.service {
  padding: 74px 0;
  border-top: 15px solid #0299c4;
  border-bottom: 15px solid #0299c4;
}
@media screen and (min-width: 768px) {
  .service ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px;
  }
  .service ul li {
    width: 33.33%;
    margin: 20px 0;
    padding: 0 25px;
    background: url(../img/dot.png) repeat-y right top;
  }
  .service ul li:nth-child(3n) {
    width: 33.34%;
    background: none;
  }
  .service .icon {
    height: 154px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.service h3 {
  color: #0299c4;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  padding: 10px 0;
}
.service p {
  padding: 0 25px;
  letter-spacing: -0.04em;
}
@media screen and (max-width: 767px) {
  .service ul li {
    padding: 0 0 45px;
    margin: 0 15px 45px;
    background: url(../img/dot2x.png) repeat-x left bottom / 10px 3px;
  }
  .service ul li:last-child {
    padding: 0;
    margin: 0 15px;
    background: none;
  }
  .service .icon {
    text-align: center;
  }
  .service li:nth-child(1) .icon img {
    width: 152px;
  }
  .service li:nth-child(2) .icon img {
    width: 120px;
  }
  .service li:nth-child(3) .icon img {
    width: 122px;
  }
  .service li:nth-child(4) .icon img {
    width: 142px;
  }
  .service li:nth-child(5) .icon img,
  .service li:nth-child(6) .icon img {
    width: 88px;
  }
  .service h3 {
    font-size: 25px;
    padding: 25px 0 20px;
  }
  .service p {
    padding: 0;
  }
}
/* case */
#case {
  overflow: hidden;
  padding: 100px 0 125px;
}
@media screen and (min-width: 768px) {
  #case .container {
    width: 1200px;
  }
}
#case .title {
  margin: 0 0 100px;
}
#case .slick-item {
  padding: 0 0 25px;
}
.case-box {
  box-shadow: 8px 8px 14px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-radius: 56px;
  max-width: 1050px;
  margin: 0 auto;
  height: 100%;
  padding: 65px 50px 50px;
  display: flex;
}
.profile {
  width: 290px;
}
.avatar {
  margin: 0 0 30px;
}
.avatar img {
  background-color: #ccebf3;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto 25px;
}
.avatar figcaption {
  display: block;
  text-align: center;
  font-size: 26px;
}
.p-des {
  font-size: 24px;
  line-height: 2;
  color: #0299c4;
}
.case-info {
  width: calc(100% - 290px);
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
}
.case-info dl {
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #5c5c5c;
  line-height: 2;
  letter-spacing: -0.04em;
}
.case-info dl:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.case-info dl dt {
  letter-spacing: 0.075em;
  background-color: #0299c4;
  color: #fff;
  border-radius: 18px;
  max-width: 530px;
  text-align: center;
  margin: 0 0 10px;
  padding: 2px 15px 0;
  letter-spacing: 0.05em;
}
/* .case-info dl dt.small {
  max-width: 400px;
} */
@media screen and (max-width: 767px) {
  #case {
    padding: 70px 0;
  }
  #case .title {
    margin: 0 0 70px;
  }
  #case .slick-item {
    padding: 0;
  }
  .case-box {
    box-shadow: none;
    background-color: #fff;
    border-radius: 36px;
    padding: 30px 20px;
    display: block;
  }
  .profile {
    width: auto;
    display: flex;
    align-items: center;
  }
  .avatar {
    margin: 0 0 30px;
    width: 105px;
  }
  .avatar img {
    width: 105px;
    height: 105px;
    margin: 0 auto 10px;
  }
  .avatar figcaption {
    font-size: 15px;
  }
  .p-des {
    font-size: 17px;
    line-height: 1.7;
    width: calc(100% - 105px);
    padding-left: 15px;
    margin: 0 0 30px;
  }
  .case-info {
    width: auto;
    padding: 0;
    align-items: flex-start;
  }
  .case-info dl {
    padding: 0;
    margin: 0 0 30px;
    border-bottom: none;
  }

  .case-info dl dt {
    border-radius: 32px;
    max-width: 100%;
    margin: 0 0 20px;
    padding: 2px 10px;
    min-height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    line-height: 1.4;
  }
  /* .case-info dl dt.small {
    max-width: 100%;
  } */
}
/* contact */
#contact {
  padding: 100px 0 150px;
}
#contact .title {
  margin: 0 0 90px;
}
.contact-info h4 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
}
.contact-info-box {
  max-width: 835px;
  margin: 0 auto;
  padding: 30px 45px;
  border: 1px solid #5c5c5c;
  border-radius: 3px;
}
.contact-info-box dl {
  display: flex;
  line-height: 1.3;
  letter-spacing: 0.02rem;
}
.contact-info-box dl dt {
  width: 170px;
}
.contact-info-box dl dd {
  width: calc(100% - 170px);
  padding: 0 0 15px 35px;
  border-left: 1px solid #5c5c5c;
}
.contact-info-box dl:last-child dd {
  padding-bottom: 0;
}
.contact-info-box a {
  color: #0299c4;
  display: block;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #contact {
    padding: 70px 0 120px;
  }
  #contact .title {
    margin: 0 0 40px;
  }
  .contact-info h4 {
    font-size: 17px;
    margin: 0 0 15px;
  }
  .contact-info-box {
    padding: 40px 0;
  }
  .contact-info-box dl {
    align-items: center;
    font-size: 14px;
  }
  .contact-info-box dl dt {
    width: 82px;
    text-align: center;
  }
  .contact-info-box dl dd,
  .contact-info-box dl:last-child dd {
    width: calc(100% - 82px);
    padding: 15px 0 15px 15px;
  }
}
/* footer */
#footer {
  text-align: center;
  background-color: #0299c4;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  #footer {
    font-size: 11px;
    padding: 10px 0;
  }
}
.pagetop {
  position: fixed;
  right: 4%;
  bottom: 40px;
  z-index: 10;
  display: none;
}
@media screen and (max-width: 767px) {
  .pagetop {
    right: 2%;
    bottom: 50px;
  }
}
/* scroll */
@media screen and (max-width: 767px) {
  .scroll {
    display: inline-block;
    padding-top: 35px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    color: #fff;
    font-size: 12px;
  }
  .scroll::before {
    animation: scroll 1.8s infinite;
    border: solid #fff;
    border-width: 0 0 1px 1px;
    content: "";
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    transform: rotate(-45deg);
    width: 14px;
    height: 14px;
  }
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-15px, 15px);
  }
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
