:root {
  --font-Hiragino: 'Hiragino UD Sans Std', sans-serif;
}
.inner {
  width: 100%;
  max-width: 1038px;
  padding: 0 15px;
  margin: 0 auto;
  box-sizing: border-box;
}
.inner01 {
    width: 100%;
    max-width: 1070px;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}
.content {
  padding: 70px 0px 0;
  background-color: #fff;
}
.text__res span {
  display: inline-block;
}
.person__intro {
  background: #C1D9EB;
  margin: 150px 0 0;
  padding: 86px 0px 75px;
}
.person__intro .inner {
  position: relative;
  max-width: 1230px;
}
.person__intro img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.person__intro .person__txt {
  line-height: 0;
  max-width: 726px;
  padding-left: 26px;
}
.person__intro .person__img {
  line-height: 0;
  position: absolute;
  bottom: -75px;
  right: -2px;
  margin-bottom: 0;
  max-width: 573px;
}
.contact {
  padding-top: 170px;
}
.contact img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contact__product {
  margin: 0 auto;
  width: 740px;
}
.contact__product-link {
  display: block;
}
.contact__product-link {
  display: block;
}
.contact__product-logo {
  width: 100%;
}
.contact__junction {
  margin-top: 55px;
  margin-bottom: 85px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.contact__junction-head {
  font-size: 20px;
  letter-spacing: 0.04em;
  line-height: 1.66;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-top: 0;
  margin-bottom: 15px;
}
.contact__junction-head::before {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/kanposan/resource/img/icon_contact_junction-left.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 29px;
  bottom: 8px;
  left: -34px;
}
.contact__junction-head::after {
  content: '';
  display: block;
  position: absolute;
  background-image: url(/kanposan/resource/img/icon_contact_junction-right.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 14px;
  height: 29px;
  bottom: 8px;
  right: -34px;
}
.contact__junction-link {
  border: 6px solid #c3def6;
  width: 540px;
  padding-top: 11px;
  padding-bottom: 14px;
}
.contact__junction-logo {
  width: 340px;
  margin-left: auto;
  margin-right: auto;
}
ul,
ol {
  list-style: none;
}
.group-link {
  display: flex;
  justify-content: center;
  margin-bottom: 120px;
}
.group-link li {
  display: flex;
  margin-bottom: 0;
  width: 33.33%;
  max-width: 288px;
}
.group-link li:not(:last-child) {
  margin-right: 30px;
}
.btn {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 13px 40px 12px 40px;
  background-color: #fff;
  border: 4px solid;
  border-radius: 50px;
  text-decoration: none;
  text-align: left;
  display: flex;
  align-items: center;
  transition: border-color 0.3s, background-color 0.3s, color 0.3s;
}
.btn:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 25px;
  padding: 6px;
  border-style: solid;
  border-width: 3px 3px 0 0;
  transform: rotate(45deg) translateY(-50%);
  transition: border-color.3s;
  content: '';
}
.btn--blue {
  border-color: #00118b;
  color: #00118b !important;
}
.btn--blue:after {
  border-color: #00118b;
}
.btn--green {
  border-color: #165591;
  color: #165591 !important;
}
.btn--green::after {
  border-color: #165591;
}
.group-link .btn {
  font-size: 1.125rem;
  padding: 13px 40px 13px 40px;
  width: 100%;
}
.group-link .btn::after {
  right: 25px;
}
.protect-link .btn {
  max-width: 288px;
  box-sizing: border-box;
}
.head-text {
  color: #00118b;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.95;
  text-align: center;
  margin-bottom: 105px;
}
.protect {
  background-color: #3C87BE;
  border-radius: 75px 75px 0 0;
  display: flex;
  margin: 0 auto 207px;
  max-width: 1200px;
  width: 100%;
}
.protect__inner {
    box-sizing: border-box;
}
.protect__inner:first-child {
  padding: 100px 0 55px 100px;
  max-width: 52%;
  width: 100%;
}
.protect__inner:last-child {
  display: flex;
  align-items: end;
  max-width: 48%;
  width: 100%;
}
.protect__inner_item {
  position: relative;
}
.protect__inner:last-child .item-txt {
  position: absolute;
  right: -16%;
  bottom: 57.5%;
}
.protect__inner:last-child .item-txt img,
.protect__inner:last-child .item-img img {
  height: 100%;
  width: 100%;
}
.protect__inner:last-child .item-img img {
}
.protect-title {
  margin: 0 0 56px;
  max-width: 572px;
  width: 100%;
}
.protect-title img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.protect-text {
  margin-bottom: 40px;
  max-width: 700px;
  width: 100%;
}
.protect-text img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.about__head {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}
.about__head-ttl {
  width: 460px;
  padding: 27px 0 0 8px;
  margin: 0;
}
.about__head-ttl img {
    max-width: 100%;
    height: auto;
}
.about__head-inner {
  position: relative;
  width: 50%;
  margin-left: 22px;
  text-align: right;
}
.about__example {
  position: absolute;
  width: 270px;
  margin-bottom: 0;
  top: -27px;
  left: -20px;
}
.about__example img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.about__image {
  max-width: 238px;
  width: 100%;
  margin-right: 80px;
  margin-left: auto;
  margin-bottom: 0;
}
.about__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.about__list1 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: -2px 0 240px;
}
.about__list1 li {
  cursor: pointer;
  width: calc((100% - 66px) / 2);
}
.about__list1 li a {
  transition: 0.2s opacity;
}
.about__list1 li img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.about__list2 {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin-bottom: 46px;
}
.about__list2 li {
  width: calc((100% - 60px) / 2);
}
.about__list2 li a {
  position: relative;
  display: flex;
  align-items: center;
  border: 4px solid #165591;
  border-radius: 30px 30px 0 30px;
  transition: 0.2s opacity;
  overflow: hidden;
}
.about__list2 li a::after {
  position: absolute;
  content: '';
  right: -1px;
  bottom: -1px;
  width: 59px;
  height: 59px;
  background: url(/kanposan/resource/img/icon_arrow_1.svg) no-repeat 0 0/cover;
}
.about__list2 li:last-child a {
  border: 4px solid #00118b;
}
.about__list2 li:last-child a::after {
  background: url(/kanposan/resource/img/icon_arrow_2.svg) no-repeat 0 0/cover;
}
.about__image1 {
  margin: 20px 10px 0 5px;
  margin-bottom: 0;
}
.about__image1 img {
  max-width: 100%;
  height: 129px;
  margin-bottom: -1px;
}
.about__txt {
  width: calc(100% - 197px);
  margin-bottom: 0;
  padding-right: 20px;
  color: #165591;
  font-weight: bold;
  font-size: 1.875rem;
  line-height: 1.2;
}
.about__list2 li:last-child .about__txt {
  color: #00118b;
}
.consult {
  margin-bottom: 72px;
}
.consult__image-1 {
    float: left;
    margin-bottom: 18px;
    margin-left: 92px;
    text-align: left;
    width: 286px;
    clear: both;
}
.consult__image-1 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.consult__inner {
  position: relative;
  margin: 0 auto;
  padding: 0 160px;
}
.consult__content {
  box-sizing: border-box;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 34px 50px 34px 80px;
  background-color: #3C87BE;
}
.consult__image-2 {
  position: absolute;
  right: 0;
  bottom: -1px;
  margin-bottom: 0;
  transform: translateX(50%);
  max-width: 149px;
}
.consult__image-2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.consult__image-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  transform: translateX(-38%);
  max-width: 258px;
}
.consult__image-3 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.consult__txt {
  width: 100%;
  margin-bottom: 0;
  color: #fff;
  font-size: 2.1875rem;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
}
.consult__link {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #165591 url(/kanposan/resource/img/icon_arrow_5.png) no-repeat 92%
    50%;
  background-size: 14px auto;
  border-radius: 50px;
  color: #fff !important;
  cursor: pointer;
  font-size: 1.1875rem;
  padding: 12px 60px 11px 52px;
  letter-spacing: 2px;
  max-width: 348px;
  width: 42vw;
  margin-top: 12px;
  font-weight: 700;
  transition: 0.2s opacity;
}
.contact_us__title {
  margin: 0 0 25px;
  color: #3C87BE;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.contact_us__title-2 {
  margin: 0 0 70px;
  line-height: 1.3;
}
.contact_us__txt {
  margin-bottom: 60px;
  color: #626262;
  font-size: 1.44rem;
  line-height: 1.5;
  text-align: center;
}
.contact_us__txt span {
  color: #165591;
  font-weight: 500;
  text-decoration: none;
}
.contact_us__txt a:hover {
  text-decoration: underline;
}
.contact_us__list {
  max-width: 736px;
  margin: 0 auto 152px;
}
.contact_us__list li {
  margin-bottom: 24px;
}
.contact_us__list li:last-child {
  margin-bottom: 0;
}
.contact_us__list li a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 31px 140px 31px 38px;
  border-radius: 10px;
  background-color: #E7F1F7;
  transition: 0.2s opacity;
}
.contact_us__list li a::after {
  position: absolute;
  content: '';
  right: 47px;
  top: 50%;
  width: 24px;
  height: 36px;
  background: url(/kanposan/resource/img/icon_arrow_4.png) no-repeat 0 0;
  background-size: 24px auto;
  transform: translateY(-50%);
}
.contact_us__list li a.icon-blank::after {
  background: url(/kanposan/resource/img/icon_new_tab.svg) no-repeat 0 0;
  width: 32px;
  height: 32px;
  background-size: 32px;
}
.contact_us__image {
  width: 74px;
  margin: 0 32px 0 0;
}
.contact_us__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.contact_us__inner {
  width: calc(100% - 106px);
}
.contact_us__title-1 {
  margin: 4px 0 13px;
  color: #165591;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.3;
}
.contact_us__txt-1 {
  margin-bottom: 0;
  padding: 10px 20px 10px;
  border-radius: 8px;
  background-color: #fff;
  color: #165591;
  font-size: 0.9375rem;
  line-height: 1.3;
}
/* modal */
.modal {
  display: none;
  z-index: 999;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffff;
}
.modal__inner {
  max-width: 1920px;
  margin: 0 auto;
}
.modal__content {
  display: flex;
  height: 100dvh;
  flex-direction: column;
}
.modal__header {
  padding: 2vh 2vw 1vh 2vw;
  max-width: 1920px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
}
.modal__title {
  margin: 0;
  font-size: min(3.75rem, 4vw);
  font-weight: bold;
  color: #165591;
}
.modal__close {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: 0.3s opacity;
}
.modal__icon {
  position: relative;
  display: block;
  margin: 0;
  width: min(120px, 5vw);
  height: min(120px, 5vw);
}
.modal__icon::before,
.modal__icon::after {
  position: absolute;
  content: '';
  width: 7px;
  height: 100%;
  background-color: #165591;
}
.modal__icon::before {
  transform: rotate(45deg);
}
.modal__icon::after {
  transform: rotate(-45deg);
}
.modal__text {
  font-size: min(2rem, 2vw);
  font-weight: bold;
  color: #626262;
}
.modal__img {
  flex-grow: 1;
  overflow-x: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.modal__img img {
  max-width: 100%;
  width: auto;
}
.head-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 105px;
  max-width: 878px;
  width: 90%;
}
.head-title img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .sp-display {
    display: none !important;
  }
  .contact_us__list li a:hover {
    opacity: 0.7;
  }
  .btn--blue:hover {
    background-color: #00118b;
    color: #fff !important;
  }
  .btn--blue:hover:after {
    border-color: #fff;
  }
  .btn--green:hover {
    background-color: #165591;
    border-color: #165591;
    color: #fff !important;
  }
  .btn--green:hover::after {
    border-color: #fff;
  }
  .about__list2 li a:hover {
    opacity: 0.7;
  }
  .consult__link:hover {
    color: #fff !important;
    opacity: 0.7;
  }
}
@media only screen and (max-width: 1300px) {
   .person__intro .person__txt {
    margin-left: 0;
    width: 60vw;
  }
  .person__intro .person__img {
    width: 50vw;
  }
}
@media screen and (max-width: 1240px) {
  .contact__junction {
    margin-top: 5.2419354839vw;
    margin-bottom: 4.435483871vw;
  }
  .contact__junction-head {
    font-size: 1.6129032258vw;
    margin-bottom: 1.2096774194vw;
  }
  .contact__junction-head::before {
    width: 1.1290322581vw;
    height: 2.3387096774vw;
    bottom: 0.6451612903vw;
    left: -2.7419354839vw;
  }
  .contact__junction-head::after {
    width: 1.1290322581vw;
    height: 2.3387096774vw;
    bottom: 0.6451612903vw;
    right: -2.7419354839vw;
  }
  .contact__junction-link {
    width: 44.3548387097vw;
    padding-top: 0.8870967742vw;
    padding-bottom: 1.1290322581vw;
  }
  .contact__product {
    width: 59.6774193548vw;
  }
  .contact__junction-logo {
    width: 27.4193548387vw;
  }
  .protect__inner:first-child {
    padding: 90px 0 87px 7.5vw;
  }
  .protect__inner:last-child {
    margin-left: 1vw;
    width: 70vw;
  }
  .protect__inner:last-child .item-img img {
    width: 85%;
  }
  .protect__inner:last-child .item-txt {
    right: 20px;
    width: 180px;
  }
  .about__example {
    width: 200px;
    left: 0;
  }
}
@media screen and (max-width: 1100px) {
  .protect-link .btn {
    padding: 12px 30px;
    width: 32vw;
  }
  .protect-link .btn::after {
    right: 14%;
  }
}
@media screen and (max-width: 1024px) {
  .about__image {
    margin-right: 20px;
  }
  .about__example {
    width: 160px;
    top: 0;
  }
  .about__list1 {
    margin-bottom: 150px;
  }
  .about__list1 li {
    width: calc((100% - 25px) / 2);
  }
  .about__list2 li {
    width: calc((100% - 25px) / 2);
  }
  .about__head-ttl {
    max-width: 45%;
  }
}
@media screen and (max-width: 992px) {
  .consult__inner {
    padding: 0 80px 0 100px;
  }
    .protect__inner:last-child .item-txt {
        right: 10px;
        width: 150px;
    }
    .consult__txt {
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 1023px) {
  .pc-display--1 {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .content {
    padding: 16px 0 0;
  }
  .pc-display {
    display: none !important;
  }
  .sp-display {
    display: block !important;
  }
  .contact {
    padding-top: 50px;
  }
  .contact__product {
    width: 100%;
  }
  .contact__product img {
    width: 100%;
  }
  .contact__junction {
    margin-top: 12vw;
    margin-bottom: 20vw;
  }
  .contact__junction-head {
    font-size: 3.7333333333vw;
    margin-bottom: 3.3333333333vw;
  }
  .contact__junction-head::before {
    left: -4vw;
    bottom: 2.1333333333vw;
    width: 1.4666666667vw;
    height: 3.7333333333vw;
  }
  .contact__junction-head::after {
    right: -4vw;
    bottom: 2.1333333333vw;
    width: 1.4666666667vw;
    height: 3.7333333333vw;
  }
  .contact__junction-link {
    width: 92.2666666667vw;
    padding-top: 2vw;
    padding-bottom: 2vw;
    border-width: 2.2666666667vw;
    box-sizing: border-box;
  }
  .contact__junction-logo {
    width: 73.3333333333vw;
  }
  .group-link {
    margin-bottom: 56px;
  }
  .group-link li:not(:last-child) {
    margin-right: 15px;
  }
  .btn {
    border: 1px solid;
    border-radius: 20px;
    font-size: 0.938rem;
    padding: 8px 30px 8px 16px;
    line-height: 1.4;
    width: auto;
  }
  .btn:after {
    right: 22px;
    padding: 4px;
    border-width: 2px 2px 0 0;
  }
  .group-link .btn {
    padding: 6px 18px 6px 10px;
    border-radius: 10px;
    font-size: 0.875rem;
    line-height: 1.4;
  }
  .group-link .btn::after {
    right: 12px;
    padding: 3px;
  }
  .btn--blue {
    border-color: #00118b;
    color: #fff !important;
    background-color: #00118b;
  }
  .btn--blue:after {
    border-color: #fff;
  }
  .btn--green {
    background-color: #165591;
    border-color: #165591;
    color: #fff !important;
  }
  .btn--green::after {
    border-color: #fff;
  }
  .head-text {
    font-size: 1.188rem;
    line-height: 1.84;
    margin-bottom: 57px;
  }
  .protect {
    border-radius: 30px 30px 0 0;
    display: block;
    padding: 0 15px;
    width: auto;
    margin-bottom: 59px;
  }
  .protect__inner:first-child {
    display: flex;
    flex-direction: column;
    padding: 0;
    max-width: 100%;
  }
  .protect-title {
    margin: 8vw 11.5vw 6vw 7px;
    width: auto;
  }
  .protect-link {
    order: 1;
    margin: 0 auto 28px;
    max-width: 210px;
    width: 100%;
  }
  .protect-link .btn {
    padding: 8px 30px 8px 16px;
    width: auto;
    padding: 8px 30px 8px 16px;
    width: auto;
    background-color: #FFF;
    border-color: #00118b;
    color: #00118b !important;
  }
  .protect-link .btn::after {
    right: 11%;
    border-color: #00118b;
  }
  .protect-text {
    order: 2;
    margin: 0 7px 18px;
    width: auto;
  }
  .protect-text img {
    width: 98%;
  }
  .protect__inner:last-child {
    display: block;
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    margin-top: -10px;
  }
  .protect__inner_item {
    display: flex;
    justify-content: center;
  }
  .protect__inner:last-child .item-txt {
    right: 5px;
    top: 2px;
    width: 40%;
  }
  .protect__inner:last-child .item-txt img {
    height: auto;
  }
  .protect__inner:last-child .item-img {
    width: 53%;
    transform: translateX(8px);
  }
  .about__head-ttl {
    width: 240px;
    margin: 0 auto 30px;
  }
  .about__head-inner {
    width: 100%;
    margin-left: 0;
    padding-top: 75px;
    display: flex;
    justify-content: center;
  }
  .about__example {
    top: -65px;
    position: relative;
    left: 35px;
  }
  .about__image {
    max-width: 104px;
    margin-right: 0px;
    margin-left: 0;
  }
  .about__image img {
    width: 168px;
  }
  .about__list1 {
    margin: -2px 0 100px 0;
  }
  .about__list1 li {
    width: 100%;
    margin-bottom: 30px;
  }
  .about__list1 li:last-child {
    margin-bottom: 0;
  }
  .about__list2 {
    margin-bottom: 40px;
  }
  .about__list2 li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .about__list2 li a {
    border: 2px solid #165591;
    border-radius: 20px 20px 0 20px;
  }
  .about__list2 li a::after {
    bottom: -1px;
    width: 39px;
    height: 39px;
    background-size: 39px auto;
  }
  .about__list2 li:last-child a {
    border: 2px solid #00118b;
  }
  .about__list2 li:last-child a::after {
    background-size: 40px auto;
  }
  .about__image1 {
    margin: 15px 0 0 5px;
    margin-bottom: 0;
  }
  .about__image1 img {
    width: auto;
    height: 95px;
  }
  .about__txt {
    width: calc(100% - 130px);
    margin-bottom: 0;
    color: #165591;
    font-weight: bold;
    font-size: 22px;
    line-height: 1.2;
    padding-right: 0;
  }
  .about__list2 li:last-child .about__txt {
    color: #00118b;
  }
  .consult {
    margin-bottom: 25px;
  }
  .consult__inner {
    padding: 0;
  }
  .consult__content {
    max-width: 100%;
    padding: 25px 75px 25px;
  }
  .consult__image-1 {
    margin-bottom: 90px;
    margin-left: 106px;
    text-align: right;
    width: 191px;
  }
  .consult__image-1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .consult__image-2 {
    right: 0;
    width: 73px;
    transform: translateX(-7px);
    bottom: 0;
  }
  .consult__image-2 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .consult__image-3 {
    position: absolute;
    left: 56px;
    bottom: auto;
    top: 0;
    width: 135px;
    transform: translateY(-100%);
  }
  .consult__image-3 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
  .consult__txt {
    font-size: 1.375rem;
  }
  .consult__link {
    max-width: 280px;
    width: 100%;
    color: #fff;
    justify-content: center;
    font-size: 1.05rem;
    padding: 7px 40px 7px 30px;
    background-size: 7px auto;
    background-position: 94% 50%;
  }
  .consult__link:hover {
    color: #fff;
  }
  .contact_us__title {
    margin: 0 0 30px;
    color: #3C87BE;
    font-size: 1.6rem;
  }
  .contact_us__title-2 {
    font-size: 1.25rem;
  }
  .contact_us__txt {
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .contact_us__list {
    margin-bottom: 60px;
  }
  .contact_us__list li {
    margin-bottom: 16px;
  }
  .contact_us__list li a {
    padding: 15px 60px 15px 15px;
  }
  .contact_us__list li a:hover img {
    opacity: 1;
  }
  .contact_us__list li a::after {
    right: 15px;
    width: 10px;
    height: 16px;
    background-size: 10px auto;
    transform: translateY(-50%);
  }
  .contact_us__list li a.icon-blank::after {
    width: 15px;
    height: 15px;
    background-size: 15px;
  }
  .contact_us__image {
    width: 45px;
    margin: 0 10px 0 0;
  }
  .contact_us__inner {
    width: calc(100% - 55px);
  }
  .contact_us__title-1 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
  .contact_us__txt-1 {
    margin-bottom: 0;
    padding: 10px;
    border-radius: 6px;
    font-size: 0.87rem;
  }
  .modal__header {
    padding: 20px 15px 0;
    height: auto;
    margin-bottom: 20px;
  }
  .modal__title {
    font-size: 0.875rem;
  }
  .modal__close {
    padding-right: 10px;
  }
  .modal__icon {
    width: 40px;
    height: 40px;
  }
  .modal__icon::before,
  .modal__icon::after {
    width: 2px;
  }
  .modal__text {
    font-size: 0.625rem;
  }
  .modal__img img {
    height: unset;
  }
  .head-title {
    /*max-width: 290px;*/
    margin-bottom: 57px;
  }
}
@media only screen and (max-width: 480px) {
  .consult__content {
    padding-left: 15px;
  }
  .consult__txt {
    font-size: 1.35rem;
  }
  .consult__link {
    max-width: 100%;
    width: auto;
    padding: 7px 25px 7px 10px;
    font-size: 0.8rem;
  }
}
@media only screen and (max-width: 360px) {
  .consult__txt {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .person__intro {
    margin-top: 65px;
    padding: 20px 0px 0px;
  }
  .person__intro .inner {
    flex-direction: column;
    justify-content: center;
  }
  .person__intro .person__txt {
    width: 86vw;
    padding-left: 0;
    margin: 0 auto;
  }
  .person__intro .person__img {
    position: static;
    width: 47vw;
    bottom: 0;
    right: 0;
    margin: -10px auto 0;
    text-align: center;
  }
}
.box__full *,
*::before,
*::after {
  box-sizing: border-box;
}
.box__full img {
  max-width: 100%;
}
.nav {
  position: fixed;
  right: 0;
  bottom: 0;
  transform: translateY(130px);
  transition: transform 1s ease;
  z-index: 10;
}
.nav__inner {
  background-image: url(../img/bg_nav_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  width: 556px;
  height: 177px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 35px;
}
.nav__icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: -14px;
  left: 30px;
}
.nav__icon img {
  height: auto;
  width: 100%;
}
.nav__head {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  color: #000099;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 50px;
}
.nav__links {
  display: flex;
  justify-content: space-between;
}
.nav__links li {
  width: 150px;
}
.nav__links li img {
  height: auto;
  width: 100%;
}
.nav__links li:nth-child(3) {
  width: 179px;
}
.nav__close {
  width: 21px;
  position: absolute;
  top: 15px;
  right: 30px;
}
.nav__close img {
  height: auto;
  width: 100%;
}
.nav__close button {
  background-color: #fff;
  padding-block: 0;
  padding-inline: 0;
  border-width: 0;
  border-style: none;
  border-color: #fff;
  border-image: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .nav {
    transform: translateY(25vw);
  }
  .nav__inner {
    background-image: url(../img/bg_nav_sp.png);
    width: 99.3333333333vw;
    height: 33.6vw;
    padding-top: 3.3333333333vw;
    padding-left: 4vw;
    padding-right: 6vw;
  }
  .nav__icon {
    width: 10.8vw;
    left: 2vw;
    top: -4vw;
  }
  .nav__head {
    font-size: 3.4666666667vw;
    margin-bottom: 2.6666666667vw;
    padding-left: 0;
  }
  .nav__links li {
    height: 12.1333333333vw;
  }
  .nav__links li:nth-child(1) {
    width: 28.1333333333vw;
  }
  .nav__links li:nth-child(2) {
    width: 25.4666666667vw;
  }
  .nav__links li:nth-child(3) {
    width: 31.8666666667vw;
  }
  .nav__close {
    width: 3.6vw;
    height: 3.6vw;
    top: 3.3333333333vw;
    right: 6.6666666667vw;
  }
  .nav__close button {
    position: absolute;
    top: 0;
    left: 0;
  }
}
#karte__btn__bottom {
  display: none;
}
.btn__goto_top {
  bottom: 200px;
}
@media screen and (max-width: 767px) {
  .btn__goto_top {
    bottom: 40vw;
  }
}
.header__block__global_navi__box nav.mv__nav {
  background-color: transparent;
}
