@charset "utf-8";
*, *::before, *::after {
  box-sizing: border-box;
}
ul, ol {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
  width: 100%;
}
article > * + * {
  margin-top: 1em;
}
input, button, textarea, select {
  font: inherit;
}
img:not([alt]) {
  filter: blur(10px);
}
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
.text-block {
  display: inline-block;
}
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  margin: -1px;
}
.wc-webchat-ctn {
  display: none !important;
}
/*******************
共通スタイル
********************/ :root {
  --red: #9a0000;
  --dark-gray: #212121;
  --light-gray: #eaeae8;
  --gray: #757575;
  --num-font: 'ヒラギノ明朝 ProN', 'Hiragino Mincho ProN', "Noto Serif JP", serif;
}
body {
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 2.125;
  font-feature-settings: "palt"; /*自動文字つめ*/
  position: relative;
}
a {
  transition: 0.3s;
}
a:hover, a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.inner {
  max-width: 1050px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
}
.sp-block {
  display: none;
}
.section {
  padding: 140px 0;
}
.section__title {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 42px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
.section__title--left {
  text-align-last: left;
}
.section__title-red {
  color: var(--red);
}
.section__title-line {
  display: block;
}
.section__title--arrest {
  line-height: 1.24;
}
.section__content {
  margin-top: 80px;
}
@media screen and (max-width: 1194px) {
  .section {
    padding-top: max(80px, 12.5vw);
    padding-bottom: max(80px, 12.5vw);
  }
  .section__content {
    margin-top: max(40px, 6.7vw) !important;
  }
}
@media screen and (max-width: 1023px) {
  .section__title {
    font-size: 34px;
    font-size: max(24px, 4.1vw);
  }
}
@media screen and (max-width: 767px) {
  .sp-inner {
    max-width: 600px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .inner {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
/*******************
font
********************/
.mincho {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
}
.mincho-italic {
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}
/* .noto-sans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
} */
/*******************
header
********************/
.header {
  position: absolute;
  padding-left: 2.6vw;
  padding-right: 2.6vw;
  padding-top: 30px;
  left: 0;
  width: 100%;
  z-index: 10;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
}
.header__logo img {
  width: clamp(200px, 20vw, 270px);
  height: auto;
  margin-top: 10px;
}
@media screen and (min-width: 1921px) {
  .header {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.header__nav-items {
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-item a {
  display: block;
  letter-spacing: 0.02em;
  position: relative;
}
.header__nav-item a {
  color: #fff;
  font-size: clamp(15px, 0.9375vw, 18px);
  line-height: 1.5;
  padding: 0 1.1em;
}
.nav-item a::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 0.5em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.header__nav-item a::before {
  width: 11px;
  height: 11px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  right: 0.5em;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.header__nav-item--contact {
  display: none;
}
@media screen and (max-width: 1499px) {
  .header__nav-item a::before {
    width: 10px;
    height: 10px;
    right: 0.4em;
    top: 47%;
  }
}
@media (min-width: 768px) and (max-width: 1599px) {
  .header__logo {
    font-size: max(24px, 2.5vw);
  }
  .header__logo img {
    width: max(160px, 16.875vw);
  }
}
@media screen and (max-width: 1024px) {
  .header__nav {
    margin-top: 28px;
  }
  .header__content-contact {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    background-color: #1e212b;
    padding: 15px;
    /* height: 70px; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
  }
  .header__content {
    height: inherit;
  }
  .header__nav-item--contact {
    display: block;
  }
  /*ハンバーガーメニュー*/
  html.is-fixed {
    overflow: hidden;
  }
  /*以下デザインに合わせて変更*/
  .header__nav {
    /* display: none; */
    margin-top: 70px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .header__nav.open {
    width: 100%;
    height: calc(100vh - 70px);
    background-color: rgba(0, 0, 0, 0.4);
  }
  .header__nav-items {
    display: block;
    background-color: var(--navy);
    width: 350px;
    height: 100vh;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: -400px;
    transition: all 0.5s;
    position: fixed;
  }
  .header__nav.open .header__nav-items {
    right: 0;
  }
  .header__nav-item {
    font-size: 18px;
    margin-left: 0;
    padding: 0;
  }
  .header__nav-item a {
    font-size: 16px;
    padding: 1.5em 1em;
  }
  .header__nav-item a:not(.header__contact-btn) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .header__nav-item a::before {
    right: 1em;
  }
  .header__contact-btn {
    width: 100%;
    height: 60px;
    line-height: 54px !important;
    padding: 0 !important;
    margin-top: 40px;
    text-align: center;
  }
  .header__contact-btn::before {
    content: none !important;
  }
  /*ドロワーボタン*/
  .drawer-button {
    display: inline-block;
    /* background-color: transparent; */
    background-color: var(--orange);
    border: none;
    text-decoration: none;
    width: auto;
    margin: 0;
    padding: 25px;
    box-shadow: 0 0 2rem transparent;
    appearance: none;
    outline: none;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    right: 0;
    z-index: 999;
  }
  .drawer-button__line {
    background-color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 4px;
    transition: inherit;
  }
  .drawer-button__line::before, .drawer-button__line::after {
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    background-color: inherit;
    /* width: 100%; */
    width: 34px;
    /* height: 100%; */
    height: 4px;
    transition: inherit;
  }
  .drawer-button__line::before {
    top: -13px;
  }
  .drawer-button__line::after {
    top: 13px;
  }
  .drawer-button[aria-expanded="true"] .drawer-button__line {
    background-color: transparent;
    width: 34px;
  }
  .drawer-button[aria-expanded="true"] .drawer-button__line::before, .drawer-button[aria-expanded="true"] .drawer-button__line::after {
    top: 0;
    background-color: #fff;
  }
  .drawer-button[aria-expanded="true"] .drawer-button__line::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
  }
  .drawer-button[aria-expanded="true"] .drawer-button__line::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: center;
  }
  .header__logo {
    font-size: 30px;
  }
}
@media screen and (max-width: 399px) {
  .header__nav-items {
    width: 100%;
  }
}
@media screen and (max-width: 499px) {
  .header__logo {
    font-size: 6vw;
  }
  .header__logo img {
    margin-top: 2vw;
    width: 40vw;
  }
}
/*******************
footer
********************/
.wide-inner {
  max-width: 1150px;
}
.breadcrumb-items {
  display: flex;
  /* gap: 5rem; */
  font-size: 0.78125rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  padding: 1.75em 0;
}
.breadcrumb-items > * + * {
  padding-left: 2.8em;
}
.breadcrumb__item {
  position: relative;
}
.breadcrumb__item + *:before {
  content: ">";
  position: absolute;
  left: 1em;
}
.footer {
  background-color: var(--light-gray);
  padding: 105px 0 215px;
  position: relative;
}
.footer__logo, .footer__address {
  width: fit-content;
  margin-inline: auto;
}
.footer__logo img, .footer__address img {
  width: auto;
}
.footer__address {
  margin-top: 50px;
}
.footer__nav {
  margin-top: 40px;
}
.footer__nav-items {
  display: flex;
  justify-content: center;
}
.footer__nav-item {
  border-left: 1px solid #7e7e7e;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.footer__nav-item:last-of-type {
  border-right: 1px solid #7e7e7e;
}
.footer__nav-item a {
  padding: 0 0.8em;
}
.footer__nav-item:last-of-type a {
  padding: 0 1em 0 0.8em;
}
.footer__nav-item:last-of-type a::after {
  content: "";
  display: inline-block;
  background-image: url(../images/kazoku_lp/icon-link.svg);
  width: 10px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: -2px;
  left: 2px;
}
.footer__copy {
  background-color: var(--red);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.7em 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  .footer__logo {
    width: 70%;
  }
  .footer__copy {
    font-size: 16px;
  }
}
@media screen and (max-width: 1194px) {
  .footer {
    padding-top: max(60px, 10vw);
    /* padding: 105px 0 215px; */
    padding-bottom: max(150px, 18vw);
  }
}
@media screen and (max-width: 1050px) {
  .footer__copy {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-bottom: 170px;
  }
}
@media screen and (max-width: 549px) {
  .footer__copy {
    font-size: 11px;
  }
  .footer__nav-items {
    flex-direction: column;
    align-items: center;
  }
  .footer__nav-items > * + * {
    margin-top: 0.5em;
  }
  .footer__nav-item:first-of-type {
    border-right: 1px solid #7e7e7e;
  }
  .footer__nav-item a {
    width: 15em;
    display: inline-block;
    text-align: center;
  }
}
/*******************
h1
********************/
.site-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
  text-align: center;
  width: 90%;
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
@media screen and (max-width: 1499px) {
  .site-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1194px) {
  .site-title {
    font-size: 16px;
    bottom: 12.55vw;
  }
}
@media screen and (max-width: 1050px) {
  .site-title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .site-title__line {
    display: block;
  }
  .site-title__border {
    display: none;
  }
  .site-title {
    bottom: 90px;
  }
}
/*******************
FV
********************/
.fv {
  background-image: url(../images/kazoku_lp/keijibengo-fv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* aspect-ratio: 1920/750; */
  min-height: 750px;
  background-position: right;
  position: relative;
}
.webp .fv {
  background-image: url(../images/kazoku_lp/keijibengo-fv_pc.jpg.webp);
}
.fv__inner {
  max-width: 1570px;
  min-height: 750px;
  display: flex;
  align-items: center;
}
.fv__text {
  font-size: 50px;
  line-height: 1.315;
  margin-top: 50px;
}
.fv__text01 {
  background-color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: 0.05em;
  width: fit-content;
  padding: 3px 40px;
  position: relative;
  clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
}
.fv__text01 span {
  color: var(--red);
  font-size: 1.133em;
}
.fv__text02 {
  color: #fff;
  font-size: 60px;
  font-style: italic;
  margin-top: 35px;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.fv__text02 span:not(.fv__text02-red) {
  position: relative;
}
.fv__text02-small {
  font-size: 0.833em;
}
.fv__text02-red {
  display: inline-block;
  display: inline-block;
  color: var(--red);
  font-size: 1.2em;
  font-weight: 800;
  text-shadow: 0 0 9px #fff, 0 0 9px #fff, 0 0 13px #fff;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.3em;
  vertical-align: bottom;
  margin-right: -0.2em;
}
.fv__text02 span:not(.fv__text02-small):not(.fv__text02-red) {
  position: relative;
}
.fv__text02 span:not(.fv__text02-small):not(.fv__text02-red):not(.text-block)::before {
  content: "";
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: -0.07em;
  left: 70%;
  transform: translateX(-50%);
}
.fv__text-items {
  display: flex;
  gap: 10px;
  font-size: 32px;
  margin-top: 1.5em;
  line-height: 1;
}
.fv__text-item {
  background-color: var(--red);
  color: #fff;
  text-align: center;
  width: 4.375em;
  height: 1.75em;
  line-height: 1.7em;
  letter-spacing: 0.05em;
}
/* 
@media screen and (min-width: 1921px){
    .fv{
        
    }
} */
@media (min-width: 768px) and (max-width: 1599px) {
  /* @media screen and (max-width: 1599px){ */
  .fv {
    aspect-ratio: 1600/750;
    min-height: auto;
  }
  .fv__inner {
    height: 100%;
    min-height: auto;
  }
  .header__logo {
    font-size: max(24px, 2.5vw);
  }
  .header__logo img {
    width: max(160px, 16.875vw);
  }
  .fv__text {
    margin-top: 3.125vw;
  }
  .fv__text01 {
    font-size: 1.875vw;
    padding: 3px 2.5vw;
  }
  .fv__text02 {
    font-size: 3.75vw;
    margin-top: 2.1875vw;
  }
  .fv__text-items {
    font-size: 2vw;
  }
  .fv__text02 span:not(.fv__text02-small):not(.fv__text02-red):not(.text-block)::before {
    width: 0.625vw;
    height: 0.625vw;
  }
  .fv__text02-red {
    text-shadow: 0 0 0.5625vw #fff, 0 0 0.6vw #fff, 0 0 0.7vw #fff;
  }
}
@media screen and (max-width: 767px) {
  .sp-block {
    display: block;
  }
  .fv {
    background-image: url(../images/kazoku_lp/keijibengo-fv_sp.jpg);
    background-position: center;
    position: relative;
    aspect-ratio: 12/20;
    min-height: auto;
  }
  .webp .fv {
    background-image: url(../images/kazoku_lp/keijibengo-fv_sp.jpg.webp);
  }
  .fv__inner {
    display: block;
  }
  .fv__text {
    padding-top: 90px;
    margin-top: 0;
  }
  .fv__text01 {
    font-size: 4.66vw;
    padding: 3px 4.5vw;
    margin-inline: auto;
    white-space: nowrap;
  }
  .fv__text02 {
    font-size: 10vw;
    margin-top: 2vw;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
  }
  .fv__text02 span:first-of-type:not(.fv__text02-small) {
    white-space: nowrap;
  }
  .fv__text02 span:not(.fv__text02-small):not(.fv__text02-red):not(.text-block)::before {
    content: none;
  }
  .fv__text-items {
    justify-content: center;
    font-size: 5.33vw;
    margin-top: 1.1em;
  }
  .fv__text-item {
    width: 19.66vw;
    height: 8.33vw;
    line-height: 1.5em;
  }
  .fv__text02-red {
    display: block;
    font-size: 14.16vw;
    text-underline-offset: 0.25em;
    margin-right: 0.2em;
    letter-spacing: 0.05em;
    text-decoration-thickness: 0.65vw;
  }
  .fv__text02-small--last {
    font-size: 10vw;
    padding-left: 0.5em;
    line-height: 1.5;
  }
  .fv__text02-red {
    /* text-shadow: 0 0 1.5vw #fff; */
    text-shadow: 0 0 1.5vw #fff, 0 0 1vw #fff, 0 0 0.5vw #fff;
  }
}
/*******************
data
********************/
.data {
  background-image: url(../images/kazoku_lp/keijibengo-data.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.webp .data {
  background-image: url(../images/kazoku_lp/keijibengo-data.jpg.webp);
}
.data__inner {
  position: relative;
}
.data__items {
  display: flex;
  gap: 25px;
}
.data__item {
  flex-basis: calc((100% - 25px) / 2);
  background-image: url(../images/kazoku_lp/keijibengo-data-deco-left.png), url(../images/kazoku_lp/keijibengo-data-deco-right.png);
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: contain;
  padding: 0 52px;
  text-align: center;
}
.webp .data__item {
  background-image: url(../images/kazoku_lp/keijibengo-data-deco-left.png.webp), url(../images/kazoku_lp/keijibengo-data-deco-right.png.webp);
}
.data__item-num {
  font-size: 38px;
  font-style: italic;
  font-weight: bold;
  line-height: 1;
  margin-top: -0.1em;
}
.data__item-num span:first-of-type {
  vertical-align: middle;
  position: relative;
  top: 0.1em;
}
.data__item-num span:nth-of-type(2) {
  color: var(--red);
  font-size: 85px;
  vertical-align: middle;
  font-family: var(--num-font);
}
.data__item-num span:nth-of-type(2) > span.info_lawyer_comm {
  color: var(--red);
  font-size: 85px;
  vertical-align: middle;
  font-family: var(--num-font);
  margin-left: -20px;
  margin-right: 20px;
  top: 0em;
}
.data__item-num span:last-of-type {
  font-size: 26px;
  vertical-align: bottom;
  position: relative;
  left: 0.3em;
  top: -0.2em;
}
.data__item-note {
  font-size: 14px;
  line-height: 1.285;
  margin-top: 0.5em;
  padding-top: 0.5em;
  background-image: url(../images/kazoku_lp/keijibengo-data-line.png);
  background-position: top;
  background-repeat: no-repeat;
}
.webp .data__item-note {
  background-image: url(../images/kazoku_lp/keijibengo-data-line.png.webp);
}
.data__coution {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  right: -7.5em;
  bottom: 0;
}
@media screen and (max-width: 1350px) {
  .data {
    padding: 30px 0 34px;
  }
  .data__coution {
    right: -7.5em;
    bottom: -2em;
    right: 1em;
  }
}
@media screen and (max-width: 1194px) {
  .data__items {
    gap: 2.09vw;
  }
  .data__item-num {
    font-size: 3.18vw;
  }
  .data__item-num span:nth-of-type(2) {
    font-size: 7.53vw;
  }
  .data__item-num span:nth-of-type(2) > span.info_lawyer_comm {
    font-size: 7.53vw;
  }
  .data__item-num span:last-of-type {
    font-size: 2.17vw;
  }
  .data__item-note {
    font-size: max(12px, 1.17vw);
  }
}
@media screen and (max-width: 767px) {
  .data {
    background-image: url(../images/kazoku_lp/keijibengo-data_sp.jpg);
  }
  .webp .data {
    background-image: url(../images/kazoku_lp/keijibengo-data_sp.jpg.webp);
  }
  .data__items {
    gap: 30px;
    flex-direction: column;
    width: 90%;
    max-width: 450px;
    margin-inline: auto;
  }
  .data__item-num {
    font-size: 30px;
  }
  .data__item-num span:nth-of-type(2) {
    font-size: 80px;
  }
  .data__item-num span:nth-of-type(2) > span.info_lawyer_comm {
    color: var(--red);
    font-size: 80px;
  }
  .data__item-num span:last-of-type {
    font-size: 26px;
  }
  .data__item-note {
    font-size: 12px;
  }
  .data__coution {
    font-size: 10px;
  }
}
@media screen and (max-width: 549px) {
  .data__item-num {
    font-size: 5.45vw;
  }
  .data__item-num span:nth-of-type(2) {
    font-size: 14.5vw;
  }
  .data__item-num span:last-of-type {
    font-size: 4.7vw;
  }
  .data__item-note {
    font-size: max(10px, 2.3vw);
  }
}
/*******************
CV
********************/
.cv {
  background-image: url(../images/kazoku_lp/keijibengo-cv-bg.jpg);
  padding: 50px 0;
}
.webp .cv {
  background-image: url(../images/kazoku_lp/keijibengo-cv-bg.jpg.webp);
}
.cv__content {
  background-color: #fff;
  background-image: url(../images/kazoku_lp/keijibengo-cv-lawyer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}
.webp .cv__content {
  background-color: #fff;
  background-image: url(../images/kazoku_lp/keijibengo-cv-lawyer.jpg.webp);
}
.cv__content-title {
  background-color: var(--red);
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 0 1em 0.2em;
  text-shadow: 0 0 0.5em #730f0f, 0 0 0.2em #730f0f, 0 0 0.4em #730f0f;
}
.cv__content-title-num {
  font-size: 1.666em;
  font-family: var(--num-font);
  font-style: italic;
  padding-right: 0.2em;
}
.cv__content-img {
  display: none;
}
.cv__content-body {
  padding: 24px 45px;
}
.cv__content-text {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.cv__content-text span:not(.text-block) {
  color: var(--red);
}
.cv__content-contact {
  display: flex;
  align-items: center;
  line-height: 1;
  text-shadow: 0 0 0.5em #fff;
}
.cv__content-tel {
  font-size: 40px;
  font-style: italic;
  margin-top: 0.1em;
}
.cv__content-tel span:first-of-type {
  font-weight: 700;
}
.cv__content-tel span:last-of-type {
  display: inline-block;
  font-family: var(--num-font);
  font-size: 1.9em;
  font-weight: 700;
  white-space: nowrap;
  text-indent: -0.15em;
}
.cv__content-mail {
  display: grid;
  place-content: center;
  place-items: center;
  background-color: var(--dark-gray);
  border-radius: 10px;
  width: 60px;
  height: 60px;
  margin-left: 30px;
  position: relative;
  top: 0.6em;
}
.cv__content-mail-text {
  display: none;
}
.cv__content-mail img {
  width: 48%;
}
@-moz-document url-prefix() {
  .cv__content-mail img {
    width: 28px;
    height: 28px;
  }
}
.cv__content-caution {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1em;
  text-shadow: 0 0 0.5em #fff;
}
@media screen and (max-width: 1049px) {
  @-moz-document url-prefix() {
    .cv__content-mail img {
      width: 25px;
    }
  }
}
@media (min-width: 768px) and (max-width: 1049px) {
  .cv__content-body {
    padding: 2.28vw 3.5vw;
  }
  .cv__content-text {
    font-size: max(16px, 1.904vw);
    width: 80%;
  }
  .cv__content-title {
    font-size: max(20px, 2.28vw);
    line-height: 1.2;
    padding: 0.3em 1em 0.2em;
  }
  .cv__content-mail {
    top: 0.6em;
    width: 6vw;
    height: 6vw;
    margin-left: 2.85vw;
    top: 0.95vw;
  }
  .cv__content-tel {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 849px) {
  .cv__content {
    background-position: right -45px center;
  }
}
@media screen and (max-width: 767px) {
  .cv__content-img {
    display: block;
  }
  .cv__content {
    /* background-position: right -100px center; */
    background-image: none;
  }
  .cv__content-title {
    font-size: 22px;
    line-height: 1.5;
    padding: 0.5em 1em;
  }
  .cv__content-title-num {
    line-height: 0.8;
  }
  .cv__content-body {
    padding: 20px 20px;
  }
  .cv__content-text {
    /* font-size: 18px; */
    font-size: 14px;
    width: 100%;
    text-align: center;
  }
  .cv__content-contact {
    justify-content: center;
  }
  .cv__content-tel {
    font-size: 28px;
  }
  .cv__content-tel span:last-of-type {
    /* font-size: 2.2em; */
    font-size: 11vw;
  }
  .cv__content-tel span:first-of-type {
    display: none;
  }
  .cv__content-mail {
    width: 50px;
    height: 50px;
    margin-left: 25px;
    top: 0.3em;
    box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.3);
  }
  .cv__content-caution {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .cv__content {
    background-image: none;
  }
  .cv__content-title {
    font-size: max(20px, 3.33vw);
  }
  .cv__content-text {
    /* font-size: 16px; */
    width: 100%;
    text-align: center;
  }
  .cv__content-tel {
    font-size: 4.5vw;
  }
  .cv__content-contact {
    justify-content: center;
  }
  .cv__content-mail {
    margin-left: 4.2vw;
    width: max(40px, 8.3vw);
    height: max(40px, 8.3vw);
  }
  .cv__content-caution {
    text-align: center;
  }
}
@media screen and (max-width: 499px) {
  .cv__content-contact {
    flex-direction: column;
    margin-top: 14px;
  }
  .cv__content-tel {
    font-size: 5.5vw;
    margin-left: -0.4em;
  }
  .cv__content-mail {
    margin-left: 0;
    width: 100%;
    height: 50px;
    margin-top: 16px;
  }
  .cv__content-mail img {
    width: 26px;
  }
  .cv__content-caution {
    margin-top: 1.5em;
  }
  .cv__content-title {
    padding: 0.3em 0.5em;
  }
  .cv__content-mail {
    display: flex;
    gap: 16px;
  }
  .cv__content-mail-text {
    display: block;
    color: #fff;
    text-shadow: none;
    letter-spacing: 0.1em;
  }
  @-moz-document url-prefix() {
    .cv__content-mail img {
      width: 22px;
      position: relative;
      top: 2px;
    }
  }
}
/*******************
arrest
********************/
.arrest {
  background-color: var(--gray);
  background-image: url(../images/kazoku_lp/keijibengo-arrest-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - 7.8125vw), 50% 100%, 0 calc(100% - 7.8125vw));
}
.webp .arrest {
  background-image: url(../images/kazoku_lp/keijibengo-arrest-bg.jpg.webp);
}
.arrest__content {
  background-color: #fff;
  /* padding: 80px 100px 70px; */
  padding: 80px 0 70px;
}
.arrest__content-inner {
  max-width: 850px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin-inline: auto;
}
.arrest__content-body {
  display: flex;
  flex-direction: column-reverse;
  margin-top: 50px;
}
.arrest__content-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.08;
  margin-top: 30px;
  text-align: justify;
}
.arrest__content-text span {
  color: var(--red);
  font-weight: bold;
}
@media screen and (max-width: 1023px) {
  .arrest__content-text {
    font-size: max(16px, 1.75vw);
    font-weight: 500;
    line-height: 2.08;
    margin-top: 30px;
    text-align: justify;
  }
  .arrest__content {
    padding: 7.8vw 0 6.8vw;
  }
  .arrest__content-body {
    margin-top: max(20px, 5vw);
  }
  .arrest__content-img {
    height: max(120px, 19.5vw);
  }
  .arrest__content-img img {
    height: 100%;
    object-fit: cover;
  }
}
/*******************
arrest-happens
********************/
.arrest-happens__items > * + * {
  margin-top: 35px;
}
.arrest-happens__item {
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  padding: 58px 45px;
}
.arrest-happens__item:nth-last-of-type(1) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg01_pc.jpg);
}
.webp .arrest-happens__item:nth-last-of-type(1) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg01_pc.jpg.webp);
}
.arrest-happens__item:nth-last-of-type(2) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg02_pc.jpg);
}
.webp .arrest-happens__item:nth-last-of-type(2) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg02_pc.jpg.webp);
}
.arrest-happens__item:nth-last-of-type(3) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg03_pc.jpg);
}
.webp .arrest-happens__item:nth-last-of-type(3) {
  background-image: url(../images/kazoku_lp/keijibengo-happens-bg03_pc.jpg.webp);
}
.arrest-happens__item-dlist {
  display: flex;
  align-items: center;
}
.arrest-happens__item-dlist dt {
  flex-basis: 38%;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
}
.arrest-happens__item-dlist dt span {
  display: block;
}
.arrest-happens__item-dlist dd {
  flex-basis: 62%;
  font-weight: 500;
  padding-left: 2.1em;
  position: relative;
  letter-spacing: 0.05em;
  text-align: justify;
}
.arrest-happens__item-dlist dd::before {
  content: "";
  display: inline-block;
  background-color: #949494;
  height: 85%;
  width: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1049px) {
  .arrest-happens__item {
    padding: 5.52vw 4.28vw;
  }
  .arrest-happens__item-dlist dt {
    font-size: max(21px, 2.66vw);
  }
}
@media screen and (max-width: 767px) {
  .arrest-happens__item-dlist {
    display: block;
  }
  .arrest-happens__item-dlist dd {
    font-weight: 400;
    padding-left: 0;
    margin-top: 1em;
    padding-top: 1em;
  }
  .arrest-happens__item-dlist dt {
    font-size: max(20px, 3.4vw);
  }
  .arrest-happens__item-dlist dd::before {
    height: 2px;
    width: 100%;
    left: 0;
    top: 0;
    transform: none;
  }
  .arrest-happens__item-dlist dt span {
    display: inline-block;
  }
}
/*******************
zenka
********************/
.zenka {
  background-image: url(../images/kazoku_lp/keijibengo-zenka-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.webp .zenka {
  background-image: url(../images/kazoku_lp/keijibengo-zenka-bg.jpg.webp);
}
.zenka__inner {
  padding-top: 100px;
  padding-bottom: 90px;
}
.section__title--left {
  text-align: left;
}
.zenka .section__title {
  background-color: #fff;
  width: fit-content;
  padding: 0em 0.4em 0.1em;
}
.zenka__text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.083;
  letter-spacing: 0.05em;
  margin-top: 30px;
  width: 80%;
}
.zenka__text span {
  color: var(--red);
  font-weight: 700;
}
.zenka__text > * + * {
  margin-top: 2em;
}
.zenka__img {
  display: none;
}
@media screen and (max-width: 1399px) {
  .zenka__text {
    width: 70%;
    text-shadow: 0 0 0.3em #fff;
  }
}
@media screen and (max-width: 1194px) {
  .zenka {
    background-image: url(../images/kazoku_lp/keijibengo-zenka-bg.jpg);
    background-position: left;
  }
  .webp .zenka {
    background-image: url(../images/kazoku_lp/keijibengo-zenka-bg.jpg.webp);
  }
  .zenka__inner {
    padding-top: max(60px, 8.37vw);
    padding-bottom: max(60px, 8.37vw);
  }
  .zenka__text {
    width: 100%;
  }
  .zenka__img {
    display: block;
    width: 70%;
    margin-inline: auto;
    margin-top: 50px;
  }
}
@media screen and (max-width: 1023px) {
  .zenka__img {
    width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .zenka__img {
    margin-inline: auto;
    margin-top: max(30px, 10vw);
  }
  .zenka__text {
    font-size: 16px;
  }
  .zenka .section__title {
    font-size: clamp(24px, 5vw, 34px);
    /* font-size: max(22px,4.4vw); */
    margin-inline: auto;
  }
}
/*******************
reaspn
********************/
.reason__items > * + * {
  margin-top: 80px;
}
.reason__item {
  display: flex;
  flex-direction: row-reverse;
}
.reason__item-img {
  flex-basis: 34%;
}
.reason__item-body {
  flex-basis: 66%;
  padding-left: 60px;
}
.reason__item-heading {
  display: flex;
  align-items: center;
  gap: 20px;
}
.reason__item-heading-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5625;
  letter-spacing: 0.05em;
}
.reason__item-heading-title span:not(.section__title-line) {
  background-color: var(--red);
  color: #fff;
  padding: 0 0.1em 0.1em;
}
.reason__item-body-text {
  font-size: 18px;
  font-weight: 500;
  line-height: 2.083;
  margin-top: 30px;
}
@media screen and (max-width: 1049px) {
  .reason__item-body {
    padding-left: 5.714vw;
  }
  .reason__item-heading-title {
    font-size: max(22px, 2.8vw);
  }
  .reason__item-heading-num {
    width: min(12vw, 130px);
    height: min(11vw, 120px);
  }
  .reason__item-heading {
    gap: 1.9vw;
  }
  .reason__item {
    align-items: center;
  }
  .reason__item-body-text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .reason__item {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .reason__item-body {
    padding-left: 0;
    margin-top: 30px;
    /* max-width: 600px; */
  }
  .reason__item-heading {
    justify-content: center;
    gap: 20px;
  }
  .reason__item-heading-title {
    font-size: clamp(22px, 3.5vw, 26px);
    text-align: center;
  }
  .reason__item-heading-num {
    width: clamp(80px, 15vw, 130px);
    height: clamp(75px, 12vw, 120px);
  }
  /* .reason__item-img {
        min-width: 300px;
        width: 60%;
    }

    .reason__item-img img{
        aspect-ratio: 4/3;
        height: 100%;
        object-fit: cover;
        object-position: top;
    } */
}
@media screen and (max-width: 499px) {
  .reason__item-heading {
    flex-direction: column;
    gap: 10px;
  }
  .reason__items > * + * {
    margin-top: 60px;
  }
}
/*******************
timing
********************/
.timing {
  background-image: url(../images/kazoku_lp/keijibengo-timing.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  background-color: var(--light-gray);
}
.webp .timing {
  background-image: url(../images/kazoku_lp/keijibengo-timing.jpg.webp);
}
@media screen and (max-width: 767px) {
  .timing {
    background-image: url(../images/kazoku_lp/keijibengo-timing_sp.jpg);
    background-size: 60%;
    background-position: top right;
  }
  .webp .timing {
    background-image: url(../images/kazoku_lp/keijibengo-timing_sp.jpg.webp);
  }
  .timing__content {
    max-width: 360px;
    margin-inline: auto;
    padding: 0 15px;
  }
}
/*******************
merit
********************/
.merit__content {
  margin-top: 70px;
}
.merit__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 35px;
}
.merit__item {
  box-shadow: 0 0 25px 25px #f2f2f2;
  mix-blend-mode: multiply;
  padding: 60px 38px 50px;
  position: relative;
}
.merit__item-title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.3125;
  text-align: center;
}
.merit__item-title-red {
  color: var(--red);
}
.merit__item-title-line {
  display: block;
}
.merit__item-order {
  display: inline-block;
  background-color: var(--red);
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 35px;
  height: 35px;
  width: 126px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}
.merit__item-img {
  margin-top: 20px;
  width: 137px;
  margin-inline: auto;
}
.merit__item-text {
  font-weight: 500;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .merit__items {
    gap: max(16px, 3.3vw);
  }
  .merit__item {
    box-shadow: 0 0 2.38vw 2.38vw #f2f2f2;
    mix-blend-mode: multiply;
    padding: 60px 38px 50px;
    position: relative;
    padding: 5.71vw 3.61vw 4.76vw;
  }
  .merit__item-title {
    font-size: max(22px, 2.8vw);
  }
  .merit__item-img {
    width: 13.05vw;
  }
  .merit__item-order {
    font-size: 1.9vw;
    height: 3.4vw;
    line-height: 3.4vw;
    width: 12vw;
  }
}
@media screen and (max-width: 767px) {
  .merit__items {
    grid-template-columns: 1fr;
    gap: 35px;
  }
  .merit__item-title {
    font-size: clamp(22px, 3.9vw, 30px);
  }
  .merit__item-order {
    font-size: max(12px, 2.5vw);
    height: max(24px, 4.55vw);
    line-height: max(24px, 4.55vw);
    width: max(80px, 16vw);
  }
  .merit__item-img {
    width: max(17.8vw, 100px);
  }
}
@media screen and (max-width: 599px) {
  .merit__item {
    padding: 45px 25px 25px;
  }
}
/*******************
cost
********************/
.cost {
  background-color: var(--light-gray);
}
.cost__content {
  background-color: #fff;
  padding: 62px 35px 60px;
}
.cost__items {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.cost__item {
  color: #fff;
}
.cost__item-dlist {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  background-color: var(--red);
  border-radius: 50%;
  width: 180px;
  height: 180px;
  text-align: center;
  /* padding-bottom: 10px; */
}
.cost__item-term {
  font-size: 18px;
  line-height: 1.33;
  font-weight: 900;
  margin-top: 14px;
  width: fit-content;
  margin-inline: auto;
  margin-bottom: 3px;
  position: relative;
}
.cost__item-term-1line {
  margin-top: 34px;
}
.cost__item-term-line {
  display: block;
}
.cost__item-term-caution {
  font-size: 12px;
  position: absolute;
  right: -2em;
  bottom: 0;
}
.cost__item-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cost__item-desc-num {
  font-family: var(--num-font);
  font-size: 78px;
  line-height: 1;
}
.cost__item-desc-num1 {
  margin-top: -5px;
}
.cost__item-desc-text {
  font-size: 14px;
  line-height: 1;
  margin-top: 5px;
}
.cost__caution {
  display: flex;
  gap: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.83;
  letter-spacing: 0.05em;
  margin-top: 35px;
}
.cost__caution-item {
  padding-left: 2.5em;
  position: relative;
}
.cost__caution-item::before {
  content: "※1";
  position: absolute;
  left: 0;
}
.cost__caution-item:last-of-type:before, .cost__caution-items:last-of-type .cost__caution-item:before {
  content: "※2";
}
.section__link {
  margin-top: 80px;
  /* text-align: center; */
}
.section__link a {
  display: inline-block;
  background-color: var(--dark-gray);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  max-width: 400px;
  width: 100%;
  height: 75px;
  line-height: 75px;
  text-align: center;
  /* position: relative; */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-inline: auto;
}
.section__link-text {
  padding-left: 10px;
}
.section__link-arrow {
  width: 20px;
  height: 20px;
  position: relative;
}
.section__link-arrow::before, .section__link-arrow::after {
  position: absolute;
  top: 1px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.section__link-arrow::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  /* border: 3px solid #030303; */
  background-color: #fff;
  right: 0;
  transition: 0.3s;
}
.section__link-arrow::after {
  right: 8px;
  width: 7px;
  height: 7px;
  border-top: 2px solid var(--dark-gray);
  border-right: 2px solid var(--dark-gray);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 1050px) {
  .section__link {
    margin-top: max(50px, 7.6vw);
  }
}
@media screen and (max-width: 767px) {
  .cost__content {
    padding: 50px 35px 50px;
  }
  .cost__caution {
    display: block;
    width: fit-content;
    margin-inline: auto;
  }
  .cost__items {
    flex-wrap: wrap;
    gap: 10px 40px;
  }
  .cost__item:first-of-type {
    flex-basis: 100%;
  }
  .cost__item:first-of-type .cost__item-dlist {
    margin-inline: auto;
  }
  .section__link a {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  .cost__content {
    padding: 30px 15px 30px;
  }
  .cost__items {
    gap: 0 13px;
  }
  .cost__item-dlist {
    width: 140px;
    height: 140px;
  }
  .cost__item-term {
    font-size: 13px;
    /* margin-top: 14px;
        margin-bottom: 3px; */
  }
  .cost__item-desc-num {
    font-size: 60px;
  }
  .cost__item-term-1line {
    margin-top: 26px;
  }
  .cost__item-desc-text {
    font-size: 13px;
  }
  .section__link a {
    font-size: 16px;
    height: 65px;
    line-height: 65px;
  }
}
/*******************
office
********************/
.office__items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 35px;
}
.office__item {
  display: flex;
  flex-direction: column;
  background-color: var(--light-gray);
  padding: 25px;
}
.office__item-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 14px;
}
.office__item-name {
  display: inline-block;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.office__item-address {
  font-style: normal;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.46;
  margin-top: 3px;
  margin-bottom: 16px;
  letter-spacing: 0.05em;
}
.office__item-link {
  margin-top: auto;
}
.office__item-link a {
  display: block;
  background-color: var(--red);
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-inline: auto;
}
.office__item-name-bangkok {
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.33;
  margin-top: 9px;
}
.office__item-address--bangkok {
  font-size: 14px;
  letter-spacing: 0;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1049px) {
  .office__items {
    gap: 2.8vw;
  }
  .office__item {
    padding: 2vw;
  }
  .office__item-name {
    font-size: max(18px, 2.1vw);
  }
  .office__item-address {
    letter-spacing: 0.03em;
    font-size: max(12px, 1.43vw);
  }
  .office__item-link a {
    font-size: max(13px, 1.523vw);
  }
  .office__item-name-bangkok {
    margin-top: 6px;
  }
}
@media (min-width: 550px) and (max-width: 767px) {
  .office__items {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .office__item {
    padding: 3.2vw;
  }
  .office__item-name {
    font-size: max(18px, 2.86vw);
  }
  .office__item-address {
    margin-bottom: 1em;
    font-size: max(13px, 1.95vw);
  }
  .office__item-link a {
    font-size: max(14px, 2.08vw);
  }
}
@media screen and (max-width: 549px) {
  .office__items {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
    margin-inline: auto;
  }
  .office__item {
    padding: 20px;
  }
  .office__item-body {
    margin-top: 5px;
  }
  .office__item-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1195px) {
  .cv__content-tel span:last-of-type .tel {
    pointer-events: none;
  }
}
/*動画*/
.movie {
  max-width: 100%; /* ここに動画の横幅を指定 */
}
/* 動画を囲うdiv */
.movie_box {
  position: relative;
  width: 100%; /* 横幅は100%で固定 */
  height: 0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}
/* YouTube埋め込み用のiframe */
.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------
  sapporo
------------------------------*/
.sapporo .office__item-name {
  display: inline-block;
  font-optical-sizing: auto;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-align: center;
}
.sapporo .office__item-link {
  margin-top: -0.5em !important;
}
.sapporo .office__item-link a {
  display: block;
  background-color: #990000;
  background-color: #1c1c1c;
  border-radius: 0px;
  color: #fff;
  font-weight: bold;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-inline: auto;
  margin-top: 0.5em !important;
}
.office__item-body.sapporo {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 14px;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .sapporo .office__item-name {
    font-size: 22px;
  }
}
@media screen and (max-width: 550px) {
  .sapporo .office__item-name {
    font-size: 20px;
  }
}