@charset "UTF-8";
body {

}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.2;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* レイアウト */
.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1050px;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 3%;
  }
}

.l-mt{
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-mt {
    margin-top: 70px;
  }
}

.l-mt-100{
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .l-mt-100 {
    margin-top: 60px;
  }
}

.l-mb{
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-mb {
    margin-bottom: 70px;
  }
}

.l-pt{
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-pt {
    padding-top: 70px;
  }
}

.l-pb{
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .l-pb {
    padding-bottom: 70px;
  }
}

.l-mt-text{
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-mt-text {
    margin-top: 20px;
  }
}


/* 共通パーツ */
.c-sp{
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-sp {
    display: block;
  }
}

.c-br{
  display: inline-block;
}

.c-bl{
  display: block;
}

.c-pink{
  color: #d14670;
}

.c-bg-pink{
  background-color: #d14670;
  display: inline-block;
  border-radius: 10px;
  padding: 10px;
  width: 100%;
  text-align: center;
}

.c-bg-wh{
  background-color: #fff;
  padding-inline: 15px;
}

.c-ye{
  color: #fcffaa;
}


.c-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #217cb3;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  max-width: 260px;
  width: 100%;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

.c-btn::after{
  content: "";
  display: block;
  background-image: url(image/office/branch/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 15px;
}

.c-btn--2{
  max-width: 320px;
}

.c-btn--3{
  max-width: 180px;
}
@media screen and (max-width: 767px) {
  .c-btn--3 {
    max-width: 160px;
  }
}

.c-text{
  font-size: 16px;
  font-weight: 400;
  font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN W3','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN','Hiragino kaku Gothic ProN','Hiragino Sans',sans-serif;
  line-height: 1.8;
  text-align: justify;
}

.c-text-1{
  font-size: 18px;
  font-weight: 400;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  line-height: 1.8;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .c-text-1 {
    font-size: 16px;
  }
}

.c-title-1{
  font-size: clamp(24px, 4vw, 40px);
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  padding-bottom: 20px;
  letter-spacing: 0.003em;
  text-align: center;
  position: relative;
}

.c-title-1::after{
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #d2456f;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.c-title-2{
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 500;
  line-height: 1.6;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  letter-spacing: 0.003em;
}

.c-note{
  font-size: 14px;
}

/* mv */

.p-mv {
  background-image: url(image/office/branch/mv.png),url(image/office/branch/mv-bg.png);
  background-position: center right 70px,center center;
  background-size: auto,cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 730px;
  display: flex;
  align-items: center;
  padding: 3% 4%;
}
.p-mv.mv_sapporo{
    background-image: url(image/office/branch/sapporo/mv.png),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_utsunomiya{
    background-image: url("image/office/branch/utsunomiya/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_saitama{
    background-image: url("image/office/branch/saitama/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_chiba{
    background-image: url("image/office/branch/chiba/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_yokohama{
    background-image: url("image/office/branch/yokohama/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_nagoya{
    background-image: url("image/office/branch/nagoya/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_osaka{
    background-image: url("image/office/branch/osaka/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_kobe{
    background-image: url("image/office/branch/kobe/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_hiroshima{
    background-image: url("image/office/branch/hiroshima/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_himeji{
    background-image: url("image/office/branch/himeji/mv.png"),url(image/office/branch/mv-bg.png);
}
.p-mv.mv_fukuoka{
    background-image: url("image/office/branch/fukuoka/mv.png"),url(image/office/branch/mv-bg.png);
}
@supports (background-image: url(image/office/branch/mv.webp)) {
    .p-mv {
        background-image: url(image/office/branch/mv.webp), url(image/office/branch/mv-bg.webp);
      }
    .p-mv.mv_sapporo {
        background-image: url(image/office/branch/sapporo/mv.png.webp), url(image/office/branch/mv-bg.webp);
      }
    .p-mv.mv_utsunomiya{
        background-image: url("image/office/branch/utsunomiya/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_saitama{
        background-image: url("image/office/branch/saitama/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_chiba{
        background-image: url("image/office/branch/chiba/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_yokohama{
        background-image: url("image/office/branch/yokohama/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_nagoya{
        background-image: url("image/office/branch/nagoya/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_osaka{
        background-image: url("image/office/branch/osaka/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_kobe{
        background-image: url("image/office/branch/kobe/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_himeji{
        background-image: url("image/office/branch/himeji/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_hiroshima{
        background-image: url("image/office/branch/hiroshima/mv.webp"),url(image/office/branch/mv-bg.png);
    }
    .p-mv.mv_fukuoka{
        background-image: url("image/office/branch/fukuoka/mv.webp"),url(image/office/branch/mv-bg.png);
    }
}
@media screen and (max-width: 1919px) {
  .p-mv {
    background-position: center right;
    background-size: 55% auto,cover;
  }
}
@media screen and (max-width: 1299px) {
  .p-mv {
    background-size: 60% auto,cover;
    height: 50vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv {
    background-size: 55% auto,cover;
    height: 57vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(image/office/branch/mv-sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 125vw;
  }
  @supports (background-image: url(image/office/branch/mv-sp.webp)) {
    .p-mv {
      background-image: url(image/office/branch/mv-sp.webp);
    }
	.p-mv.mv_sapporo{
      background-image: url(image/office/branch/sapporo/mv-sp.jpg.webp);
	}
	.p-mv.mv_utsunomiya{
      background-image: url(image/office/branch/utsunomiya/mv-sp.jpg.webp);
	}
	.p-mv.mv_saitama{
      background-image: url(image/office/branch/saitama/mv-sp.jpg.webp);
	}
	.p-mv.mv_chiba{
      background-image: url(image/office/branch/chiba/mv-sp.jpg.webp);
	}
	.p-mv.mv_yokohama{
      background-image: url(image/office/branch/yokohama/mv-sp.jpg.webp);
	}
	.p-mv.mv_nagoya{
      background-image: url(image/office/branch/nagoya/mv-sp.jpg.webp);
	}
	.p-mv.mv_osaka{
      background-image: url(image/office/branch/osaka/mv-sp.jpg.webp);
	}
	.p-mv.mv_kobe{
      background-image: url(image/office/branch/kobe/mv-sp.jpg.webp);
	}
	.p-mv.mv_himeji{
      background-image: url(image/office/branch/himeji/mv-sp.jpg.webp);
	}
	.p-mv.mv_hiroshima{
      background-image: url(image/office/branch/hiroshima/mv-sp.jpg.webp);
	}
	.p-mv.mv_fukuoka{
      background-image: url(image/office/branch/fukuoka/mv-sp.jpg.webp);
	}
  }
}


.p-mv__block {
  width: 40%;
}
@media screen and (max-width: 1919px) {
  .p-mv__block {
    width: 40%;
  }
}
@media screen and (max-width: 1439px) {
  .p-mv__block {
    width: 45%;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__block {
    width: 49%;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__block {
    display: none;
  }
}
.p-mv__sub {
  font-size: clamp(20px , 2vw , 38px);
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.009em;
}

.p-mv__title {
  font-size: clamp(46px , 4vw , 76px);
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.009em;
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .p-mv__title {
    font-size: clamp(36px , 3vw , 56px);
  }
}

.p-mv__title--margin{
  margin-block: 10px;
}

.p-mv__text {
  font-size: clamp(18px , 2vw , 28px);
  font-weight: 400;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.009em;
  color: #fff;
  text-align: left;

  margin-top: 25px;
}

/* stat */
.p-stats {
  background-color: #382d18;
  color: #fff;
  padding-block: 20px;
}
@media screen and (max-width: 1023px) {

}


.p-stats__inner {
  max-width: 1050px;
}

.p-stats__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-stats__wrapper {
    flex-direction: column;
    gap: 20px;
  }
}

.p-stats__stat {
  width: 55%;
  background-image: url(image/office/branch/stat-left.png),url(image/office/branch/stat-right.png);
  background-position: center left,center right;
  background-size: contain,contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__stat {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .p-stats__stat {
    width: 320px;
  }
}

.p-stats__stat--wi {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat--wi {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__stat--wi {
    width: 400px;
  }
}
@media screen and (max-width: 500px) {
  .p-stats__stat--wi {
    width: 320px;
  }
}
.p-stats__stat-block{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.p-stats__stat-title {
  font-size: clamp(18px , 3vw , 22px);
  font-weight: 200;
  line-height: 1.2;
  letter-spacing: 0.001em;
  font-family: 'ヒラギノ明朝 ProN','HiraMinProN','ヒラギノ明朝 StdN','ヒラギノ明朝 Std','游明朝','Yu Mincho','メイリオ',serif;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat-title {
    font-size: clamp(16px , 2.5vw , 20px);
  }
}

.p-stats__stat-count {
  font-size: clamp(50px , 4vw , 66px);
  font-weight: 700;
  line-height: 1.2;
  color: #fbe19c;
  font-family: 'ヒラギノ明朝 ProN','HiraMinProN','ヒラギノ明朝 StdN','ヒラギノ明朝 Std','游明朝','Yu Mincho','メイリオ',serif;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat-count {
    font-size: clamp(40px , 3vw , 50px);
  }
}

.p-stats__stat-count--sm{
  font-size: clamp(20px , 3vw , 30px);
  color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat-count--sm {
    font-size: clamp(16px , 2.5vw , 20px);
  }
}


.p-stats__stat-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.001em;
  font-family: 'ヒラギノ角ゴ ProN W3','HiraKakuProN W3','ヒラギノ角ゴ Pro','ヒラギノ角ゴ Std','ヒラギノ角ゴ StdN','Hiragino kaku Gothic ProN','Hiragino Sans',sans-serif;
  text-align: center;
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .p-stats__stat-text {
    font-size: 10px;
  }
}

.p-stats__bottom {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-stats__bottom {
    margin-top: 50px;
  }
}

.p-stats__bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-stats__bottom-box {
    display: block;
    width: 90%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 600px) {
  .p-stats__bottom-box {
    width: 100%;
  }
}

.p-stats__bottom-box::before{
  content: "";
  position: absolute;
  background-image: url(image/office/branch/bottom-img.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  width: 125px;
  height: 125px;
  top: -50%;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-stats__bottom-box::before{
    width: 100px;
    height: 100px;
    top: 0;
  }
}

.p-stats__bottom-title {
  font-size: clamp(18px , 2vw , 20px);
  font-weight: 400;
  line-height: 1.2;
  border-bottom: 1px solid #fff;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-stats__bottom-title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-stats__bottom-title {
    padding-bottom: 10px;
  }
}

.p-stats__bottom-title--pink{
  color: #cc4864;
}

.p-stats__bottom-title--m{
  color: #cc4864;
  font-size: clamp(34px , 4vw , 34px);
  font-weight: 400;
}
@media screen and (max-width: 1023px) {
  .p-stats__bottom-title--m {
    font-size: clamp(24px , 3vw , 34px);
  }
}

@media screen and (max-width: 767px) {
  .p-stats__bottom-text {
    margin-top: 10px;
  }
}

/* works */
.p-works {

}


.p-works__inner {
  max-width: 850px;
}

.p-works__title {

}

.p-works__summary {
  margin-top: 70px;
  background-color: #f5f5f5;
  padding: 40px;
  text-align: center;
  font-size: clamp(20px , 3vw , 24px);
  font-weight: 500;
  font-family: 'Noto sans CJK JP','Noto sans JP', sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works__summary {
    margin-top: 40px;
    padding: 3%;
  }
}

.p-works__summary--1{
  display: block;
}

.p-works__summary--2{
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto sans CJK JP','Noto sans JP', sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-works__summary--2 {
    font-size: 16px;
  }
}

.p-works__summary--pink{
  color: #d2456f;
  font-size: 36px;
  font-size: clamp(28px, 4vw, 36px);
  font-weight: 500;
  font-family: 'Noto sans CJK JP','Noto sans JP', sans-serif;
  line-height: 1.5;
}

.p-works__swiper {
  margin-top: 70px;
  position: relative;
}
.p-works-swiper{
  overflow: visible;
}

.p-works__slide {

}

.p-works__slide-title {
  font-size: clamp(18px , 2.5vw , 24px);
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.003em;
  background-color: #382d18;
  color: #fff;
  padding: 40px 55px;
}
@media screen and (max-width: 1023px) {
  .p-works__slide-title {
    padding: 3%;
    text-align: center;
  }
}

.p-works__slide-result {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background-color: #f2f7fb;
  padding: 40px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-works__slide-result {
    padding: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-works__slide-result {
    flex-direction: column;
    gap: 80px;
  }
}

.p-works__slide-result::before {
  content: "";
  display: inline-block;
  width: 65px;
  height: 101px;
  background-image: url(image/office/branch/works-arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .p-works__slide-result::before {
    width: 100px;
    height: 65px;
    background-image: url(image/office/branch/works-arrow-sp.png);
  }
}

.p-works__slide-step {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .p-works__slide-step {
    width: 100%;
  }
}

.p-works__slide-sub {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.003em;
  background-color: #606060;
  color: #fff;
  padding: 10px;
}

.p-works__slide-sub--pink{
  background-color: #d2456f;
}

.p-works__slide-detail {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  letter-spacing: 0.003em;
  background-color: #fff;
  padding: 40px;
}
@media screen and (max-width: 1023px) {
  .p-works__slide-detail {
    padding: 5%;
  }
}

.p-works__slide-detail--pink{
  border: 2px solid #d2456f;
  color: #d2456f;
}

.works-swiper-pagination{
  text-align: center;
  margin-top: 20px;
}

.works-swiper-button-prev {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(image/office/branch/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -10%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .works-swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -3%;
  }
}

.works-swiper-button-next {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(image/office/branch/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -10%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .works-swiper-button-next {
    width: 40px;
    height: 40px;
    right: -3%;
  }
}

.p-works__btn {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__btn {
    margin-top: 40px;
  }
}

/* rikon */

.p-rikon {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-rikon {
    padding-bottom: 70px;
  }
}

.p-rikon::after {
  content: "";
  display: block;
  background-color: #f8f9f0;
  width: 100%;
  height: 370px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.p-rikon__inner {

}

.p-rikon__feature {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-rikon__feature {
    flex-direction: column;
    gap: 40px;
  }
}

.p-rikon__card {
  max-width: 490px;
  flex-basis: 49%;
}
@media screen and (max-width: 767px) {
  .p-rikon__card {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-rikon__card-img {
  position: relative;
}

.p-rikon__card-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}

.p-rikon__card-block{
  background-color: #f5f5f5;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  .p-rikon__card-block {
    padding: 8% 5%;
  }
}

.p-rikon__card-title {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.p-rikon__card-text {

}

.p-rikon__card-btn {
  text-align: center;
  margin-top: 40px;
}

.p-rikon__title {

}

.p-rikon__body {
  display: flex;
  align-items: center;
  gap: 60px;
  padding-right: 60px;
  border: 2px solid #f2f2f2;
  background-color: #fff;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-rikon__body {
    /* padding-right: 30px;
    gap: 30px;
    border: 0; */
  }
}
@media screen and (max-width: 1023px) {
  .p-rikon__body {
    flex-direction: column;
    padding-right: 0;
    gap: 0;
  }
}

.p-rikon__img {
  max-width: 305px;
  flex-basis: 31%;
}
@media screen and (max-width: 1023px) {
  .p-rikon__img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-rikon__img img {
  width: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .p-rikon__img img {
    margin-bottom: 0;
    height: 100%;
  }
}

.p-rikon__block {
  max-width: 695px;
  flex-basis: 69%;
  padding-block: 20px;
}
@media screen and (max-width: 1023px) {
  .p-rikon__block {
    max-width: 100%;
    flex-basis: 100%;
    padding: 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-rikon__block {
    padding: 3% 5%;
  }
}

.p-rikon__text {

}

.p-rikon__text:not(:first-child) {
  margin-top: 20px;
}


/* merit */
.p-merit {
  background-color: #f5f5f5;
}

.p-merit__bg {
  display: block;
  background-image: url(image/office/branch/merit-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 500px;
}
@supports (background-image: url(image/office/branch/merit-bg.webp)) {
  .p-merit__bg {
    background-image: url(image/office/branch/merit-bg.webp);
  }
}
@media screen and (max-width: 767px) {
  .p-merit__bg{
    height: 300px;
  }
}

.p-merit__inner {
  max-width: 1250px;
}

.p-merit__wrapper{
  margin-top: -300px;
}
@media screen and (max-width: 767px) {
  .p-merit__wrapper{
    margin-top: -200px;
  }
}

.p-merit__title {
  color: #fff;
}

.p-merit__title::after {
  background-color: #fff;
}

.p-merit__list {
  margin-top: 70px;
  padding: 100px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-merit__list {
    padding: 5% 3%;
  }
}
@media screen and (max-width: 767px) {
  .p-merit__list {
    padding: 5%;
  }
}

.p-merit__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-merit__item {
    flex-direction: column;
    gap: 20px;
  }
}

.p-merit__item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-merit__item:not(:first-child) {
    margin-top: 50px;
  }
}

.p-merit__item:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-merit__item:nth-child(even) {
    flex-direction: column;
  }
}

.p-merit__item-img {
  max-width: 230px;
  flex-basis: 23%;
}
@media screen and (max-width: 767px) {
  .p-merit__item-img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-merit__item-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}

.p-merit__item-box {
  max-width: 730px;
  flex-basis: 73%;
}
@media screen and (max-width: 767px) {
  .p-merit__item-box {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-merit__item-box-number {
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  line-height: 1.4;
  letter-spacing: 0.003em;
  color: #d2456f;
  display: block;
}

.p-merit__item-box-title {
  border-left: 5px solid #d2456f;
  padding-left: 25px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-merit__item-box-title {
    padding-left: 15px;
  }
}

.p-merit__item-box-text {
  margin-top: 30px;
}

/* cause */
.p-cause {
  background-color: #f2f7fb;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-cause {
    padding-block: 70px;
  }
}

.p-cause__list {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-cause__list {
    margin-top: 40px;
  }
}

.p-cause__item {
  max-width: 1450px;
  width: 95%;
  margin-right: auto;
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-left: -50px;
}
@media screen and (max-width: 767px) {
  .p-cause__item {
    flex-direction: column;
    gap: 20px;
    margin-left: auto;
    width: 95%;
    margin-right: auto;
  }
}

.p-cause__item:nth-child(even) {
  flex-direction: row-reverse;
  margin-left: auto;
  margin-right: -50px;
}
@media screen and (max-width: 767px) {
  .p-cause__item:nth-child(even) {
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-cause__item:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-cause__item:not(:first-child) {
    margin-top: 70px;
  }
}

.p-cause__item-img {
  max-width: 650px;
  flex-basis: 71%;
}
@media screen and (max-width: 767px) {
  .p-cause__item-img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-cause__item-img--2{
  position: relative;
}

.p-cause__item-img--2::after{
  content: "";
  background-image: url(image/office/branch/cause-4.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 170px;
  position: absolute;
  top: -90px;
  left: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cause__item-img--2::after{
    width: 110px;
    height: 140px;
    top: -40px;
    left: 0;
  }
}

.p-cause__item-img--3{
  position: relative;
}

.p-cause__item-img--3::after{
  content: "";
  background-image: url(image/office/branch/cause-5.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 140px;
  height: 170px;
  position: absolute;
  top: -90px;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-cause__item-img--3::after{
    width: 110px;
    height: 140px;
    top: -40px;
    right: 0;
  }
}

.p-cause__item-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
  margin-bottom: 0;
}


.p-cause__item-body {
  max-width: 780px;
  flex-basis: 78%;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cause__item-body {
    gap: 10px;
    flex-direction: column;
    padding-inline: 10px;
  }
}

.p-cause__item-body::after {
  content: "";
  display: block;
  width: 2px;
  background-color: #c9cdd0;
  position: absolute;
  left: 12px;
  top: 0;
  bottom: 0;
  margin-top: 40px;
  height: calc(100% - 40px);
}
@media screen and (max-width: 767px) {
  .p-cause__item-body::after {
    display: none;
  }
}

.p-cause__item-number{
  font-size: clamp(20px, 3vw, 24px);
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP','Noto Serif JP' ,serif;
  color: #d2456f;
}

.p-cause__item-title {
  font-weight: 600;
}

.p-cause__item-block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-cause__item-block {
    margin-top: 20px;
  }
}
.p-cause__item-text {

}

/* voice */
.p-voice {
  background-image: url(image/office/branch/voice-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
}
.p-voice.sapporo_bg {
    background-image: url(image/office/branch/sapporo/voice-bg.png);
}
.p-voice.utsunomiya_bg {
    background-image: url(image/office/branch/utsunomiya/voice-bg.png);
}
.p-voice.saitama_bg {
    background-image: url(image/office/branch/saitama/voice-bg.png);
}
.p-voice.chiba_bg {
    background-image: url(image/office/branch/chiba/voice-bg.png);
}
.p-voice.yokohama_bg {
    background-image: url(image/office/branch/yokohama/voice-bg.png);
}
.p-voice.osaka_bg {
    background-image: url(image/office/branch/osaka/voice-bg.png);
}
.p-voice.kobe_bg {
    background-image: url(image/office/branch/kobe/voice-bg.png);
}
.p-voice.himeji_bg {
    background-image: url(image/office/branch/himeji/voice-bg.png);
}
.p-voice.hiroshima_bg {
    background-image: url(image/office/branch/hiroshima/voice-bg.png);
}
.p-voice.fukuoka_bg {
    background-image: url(image/office/branch/fukuoka/voice-bg.png);
}

@media screen and (max-width: 767px) {
  .p-voice {
    padding-block: 70px;
  }
}

.p-voice__inner {

}

.p-voice__title {

}

.p-voice__customer {
  margin-top: 100px;
  padding: 60px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-voice__customer {
    padding: 7%;
    margin-top: 50px;
  }
}

.p-voice__customer-img{
  max-width: 720px;
  width: 100%;
  margin-inline: auto;
}

.p-voice__customer-img img{
  width: 100%;
  height: auto;
}

.p-voice__customer-title {
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-voice__customer-title {
    margin-top: 20px;
  }
}

.p-voice__customer-text {
  padding-top: 20px;
  border-top: 1px solid #c9cdd0;
}

.p-voice__customer-btn {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice__customer-btn {
    margin-top: 30px;
  }
}

/* case */
.p-case {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-bottom: 70px;
  }
}

.p-case::after {
  content: "";
  background-image: url(image/office/branch/case-bg.png);
  background-position:bottom center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@supports (background-image: url(image/office/branch/case-bg.webp)) {
  .p-case::after {
    background-image: url(image/office/branch/case-bg.webp);
  }
}

.p-case__inner {

}

.p-case__wrapper {
  display: flex;
  gap: 40px;
  background-color: #f5f5f5;
  padding-block: 70px;
  padding-right: 40px;
}
@media screen and (max-width: 1023px) {
  .p-case__wrapper {
    padding-block: 20px;
  }
}

@media screen and (max-width: 767px) {
  .p-case__wrapper {
    flex-direction: column;
    gap: 20px;
    padding: 5%;
  }
}

.p-case__img {
  max-width: 365px;
  flex-basis: 37%;
  margin-top: -100px;
  margin-left: -60px;
}
@media screen and (max-width: 1440px) {
  .p-case__img {
    margin-top: -100px;
    margin-left: -30px;
  }
}
@media screen and (max-width: 1099px) {
  .p-case__img {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-case__img {
    max-width: 100%;
    flex-basis: 100%;
    margin-top: 0;
    margin-left: 0;
  }
}

.p-case__img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.p-case__text-block {
  max-width: 665px;
  flex-basis: 67%;
}


.p-case__text {

}

/* blog */

.p-blog {
  background-color: #f8f9f0;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-blog {
    padding-block: 70px;
  }
}

.p-blog__inner {
  max-width: 1250px;
  overflow: hidden;
}

.p-blog__title {

}


.p-blog__swiper {
  margin-top: 70px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-blog__swiper {
    margin-top: 40px;
  }
}

.swiper {

}

.p-blog-swiper {
  overflow: visible;
}

.swiper-wrapper {

}

.p-blog-swiper__wrapper {

}

.swiper-slide {
}

.p-blog__slide {
  width: 430px;
}
@media screen and (max-width: 499px) {
  .p-blog__slide {
    width: 300px;
  }
}

.p-blog__slide img{
  aspect-ratio: 430 / 270;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}


.swiper-button-prev {

}

.swiper-button-next {

}

.blog-swiper-button-prev {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(image/office/branch/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -2%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .blog-swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-swiper-button-prev {
    width: 2.5em;
    height: 2.5em;
    left: -3%;
  }
}

.blog-swiper-button-next {
  display: inline-block;
  width: 53px;
  height: 53px;
  background-image: url(image/office/branch/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1440px) {
  .blog-swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .blog-swiper-button-next {
    width: 2.5em;
    height: 2.5em;
    right: -3%;
  }
}

.p-blog__heading {
  margin-top: 70px;
  text-align: center;
}

.p-blog__heading span{
  display: inline-block;
  color: #fff;
  background-color: #217cb3;
  font-size: clamp(18px , 3vw , 24px);
  font-weight: 500;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  max-width: 240px;
  width: 100%;
  padding: 10px;
}

@media screen and (max-width: 767px) {
  .p-blog__heading span{
    max-width: 200px;
    padding: 5px;
  }
}

.p-blog__cards {
  display: flex;
  justify-content: center;
  gap: 50px;
  background-color: #fff;
  padding: 90px 30px 60px;
  margin-top: -30px;
}
@media screen and (max-width: 1023px) {
  .p-blog__cards {
    gap: 15px;
    padding: 70px 15px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__cards {
    flex-direction: column;
    gap: 40px;
    padding: 70px 15px;
    margin-top: -20px;
  }
}

.p-blog__card {
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(76, 76, 76, 0.20);
}
@media screen and (max-width: 767px) {
  .p-blog__card {
    margin-inline: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-blog__card-link {
    display: flex;
    align-items: center;
  }
}


@media screen and (max-width: 767px) {
  .p-blog__card-img{
    width: 40%;
  }
}

.p-blog__card-img img{
  border-radius: 10px 10px 0 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-blog__card-img img{
    width: 100%;
    height: 100%;
  }
}

.p-blog__card-body {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .p-blog__card-body {
    padding: 10px;
    width: 60%;
  }
}

.p-blog__card-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.003em;
}

.p-blog__card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.003em;
  color: #989898;
  text-align: right;
  display: block;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-blog__card-date {
    font-size: 10px;
    margin-top: 10px;
  }
}



/* cv */

.p-cv {
  background: #1b3f54;
  padding: 60px 0;
}

.p-cv__inner {

}

.p-cv__wrapper{
  background: #fff;
  padding: 30px;
  border: 1px solid #d1d1d1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-cv__wrapper{
    padding: 30px 10px;
  }
}

.p-cv__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', 'ヒラギノUD明朝 Std', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
}
@media screen and (max-width: 767px) {
  .p-cv__title {
    font-size: clamp(20px , 3vw , 24px);
  }
}

.p-cv__box {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-cv__box {
    flex-direction: column;
    gap: 20px;
  }
}


.p-cv__info {
  max-width: 160px;
  width: 18%;
  background: #fff7f9;
  border: 1px solid #d14670;
  padding: 15px 0;
  text-align: center;
  color: #d14670;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-cv__info {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 80%;
    margin-inline: auto;
  }
}

.p-cv__info--small{
  font-size: 16px;
}

.p-cv__info--big{
  font-size: 24px;
}

.p-cv__tel-box {

}

.p-cv__tel {
  font-size: 56px;
  font-size: clamp(40px , 4vw , 56px);
  font-weight: 600;
  color: #000;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', 'ヒラギノUD明朝 Std', 'ヒラギノ明朝 Std', 'ヒラギノ明朝 StdN', 'ヒラギノ明朝 ProN W6', 'HiraMinProN-W6', '游明朝', 'Yu Mincho', 'YuMincho', 'メイリオ', serif;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cv__tel {
    font-size: clamp(36px , 10vw , 72px);
    pointer-events: auto;
  }
}

.p-cv__tel::before {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 1em;
  background-image: url(image/office/branch/cv-tel.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.p-cv__tel-note {
  font-size: 16px;
  color: #6c6c6c;
  margin-top: 5px;
  font-family:  'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
  .p-cv__tel-note {
    font-size: 14px;
  }
}

.p-cv__mail-box {
  max-width: 260px;
  width: 29%;
}
@media screen and (max-width: 767px) {
  .p-cv__mail-box {
    max-width: 320px;
    width: 100%;
    margin-inline: auto;
  }
}

.p-cv__mail {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #207ab4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 20px;
  font-weight: 600;
  font-family:  'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;

}
@media screen and (max-width: 767px) {
  .p-cv__mail {
    padding: 10px;
  }
}

.p-cv__mail::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 26px;
  background-image: url(image/office/branch/cv-mail.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.p-cv__note {
  font-size: 12px;
  letter-spacing: 0;
  font-family:  'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-cv__note {
    font-size: 10px;
  }
}

/* issues */

.p-issues {
  background: #f8f9f0;
  padding-block: 100px;
}

.p-issues__inner {
  max-width: 1450px;
}
@media screen and (max-width: 767px) {
  .p-issues__inner {
    max-width: 100%;
    padding-inline: 0;
  }
}

.p-issues__title {

}

.p-issues__cards {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-issues__cards {
    margin-top: 50px;
  }
}

.p-issues__card {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-issues__card {
    flex-direction: column;
    padding-block: 40px;
    background-color: #fff;
    margin-top: 30px;
    
  }
  .p-issues__card--bg{
    background-color: #f8f9f0;
  }
}

.p-issues__cate {
  width: 22%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-issues__cate {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .p-issues__cate {
    width: 100%;
    padding: 20px;
  }
  .p-issues__cate--bg{
    background-color: #f8f9f0;
  }
}

.p-issues__cate-title {
  font-size: 30px;
  font-size: clamp(24px,4vw,30px);
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  color: #217cb3;
}

.p-issues__cate-title--1::before{
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(image/office/branch/icon01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-bottom: 10px;
}

.p-issues__cate-title--2::before{
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(image/office/branch/icon02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-bottom: 10px;
}

.p-issues__cate-title--3::before{
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(image/office/branch/icon03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-bottom: 10px;
}

.p-issues__cate-title--4::before{
  content: "";
  display: block;
  width: 35px;
  height: 35px;
  background-image: url(image/office/branch/icon05.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-inline: auto;
  margin-bottom: 10px;
}

.p-issues__cate-btn {
  width: 100%;
  margin-top: 20px;
}

.p-issues__swiper {
  width: 68%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-issues__swiper {
    max-width: 600px;
    width: 90%;
    margin-inline: auto;
  }
}
.p-issues__swiper-wrapper {
  /* min-height: 250px; */
}

.p-issues-swiper__swiper{
  padding: 20px 10px;
}

.p-blog__slide-link{

}

.swiper-slide {

}

.swiper-slide.p-issues__swiper-slide {
  width: auto;
  flex-shrink: 0;
}


.p-issues__swiper-slide {
  box-shadow: 0 0 3px 2px rgb(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}


.p-issues__swiper-slide-img {

}

.p-issues__swiper-slide-img img{
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.p-issues__swiper-slide-body {
  padding: 10px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-issues__swiper-slide-body::after{
  content: "";
  background: url(image/office/branch/lp-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.p-issues__swiper-slide-text {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.003em;
  text-align: center;
}




.issues-swiper-button-prev {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url(image/office/branch/left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -2%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .issues-swiper-button-prev {
    left: 0;
  }
}


.issues-swiper-button-next {
  display: inline-block;
  width: 3em;
  height: 3em;
  background-image: url(image/office/branch/right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -2%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .issues-swiper-button-next {
    right: 0;
  }
}

.swiper + .issues-swiper-button-prev {
  /* display: none; */
}

.swiper.swiper-horizontal + .issues-swiper-button-prev {
  /* display: block; */
}

.swiper ~ .issues-swiper-button-next {
  /* display: none; */
}

.swiper.swiper-horizontal ~ .issues-swiper-button-next {
  /* display: block; */
}

.issues-swiper-button-prev--tab{
  display: none;
}
@media screen and (max-width: 1023px) {
  .issues-swiper-button-prev--tab{
    display: block;
  }
}
.issues-swiper-button-next--tab{
  display: none;
}
@media screen and (max-width: 1023px) {
  .issues-swiper-button-next--tab{
    display: block;
  }
}

/* モーダルを非表示にする初期設定 */
.p-issues__pops {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
  justify-content: center;
  align-items: center;
}


/* 表示状態 */
.p-issues__pops.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* モーダルコンテンツ */
.p-pops__wrapper {
  background: #fff;
  padding: 20px;
  max-width: 1000px;
  width: 90%;
  border-radius: 8px;
  overflow-y: auto;
  max-height: 80vh;
}

.p-pops__menus {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}

.p-pops__pop {

}

.p-pops__btn {

}

.p-pops__btn {
  font-size: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 10px;
  border-radius: 4px;
  z-index: 1010;
}

.p-pops__title-block {

}

.p-pops__title {
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #217cb3;
  color: #fff;
  font-size: 24px;
}

.p-pops__menu {
  width: 30%;
  box-shadow: 0 0 3px 2px rgb(0, 0, 0, 0.1);
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 1023px) {
  .p-pops__menu {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .p-pops__menu {
    width: 100%;
  }
}

.p-pops__menu-link {

}

.p-pops__menu-img img{
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.p-pops__menu-body {
  padding: 20px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.p-pops__menu-body::after{
  content: "";
  background: url(image/office/branch/lp-arrow.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  width: 1em;
  height: 1em;
  position: absolute;
  bottom: 5px;
  right: 5px;
}

.p-pops__menu-text {
  font-size: clamp(16px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 1.4;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  letter-spacing: 0.003em;
  text-align: center;
}

/* member */

.p-member {

}

.p-member__inner {
  max-width: 1250px;
}

.p-member__title {

}

.p-member__lists {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .p-member__lists {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-member__lists {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.p-member__list {
  max-width: 270px;
  width: 100%;
  margin-inline: auto;
}

.p-member__list-link {

}

.p-member__list-img {

}

.p-member__list-img img{
  aspect-ratio: 270 / 200;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 0;
}

.p-member__list-profile {
  text-align: center;
  padding: 20px 10px;
  margin-top: -30px;
  width: 90%;
  margin-inline: auto;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.p-member__list-job {
  font-size: 12px;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  font-weight: 500;
}

.p-member__list-name {
  font-size: 20px;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  font-weight: 700;
  margin-top: 10px;
}

.p-member__list-group {
  font-size: 12px;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
}


.footer-logo a {
  display: inline-block;
}

/*コラム部分*/
.column-whbox{
	max-width: 1200px;
	width: 95%;
	margin: 100px auto 40px;
	background: #fff;
	border-radius: 8px;
	padding: 100px 0 60px;
	position: relative;
}
.column-whbox .box-title{
	max-width: 240px;
	width: 50%;
	height: 50px;
	background: #207ab4;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top:-25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.column-whbox .column-box-list,
.column-whbox .news_list{
	max-width: 1000px;
	width: 95%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.column-whbox .column-box-list li,
.column-whbox .news_list li{
	max-width: 300px;
	width: 30%;
	background: #fff;
	border-radius: 8px;
	padding-bottom: 15px;
	box-shadow: 0 0 10px 5px rgb(0,0,0,0.15);
}
.column-whbox .column-box-list li .img-box,
.column-whbox .news_list li .img_box{
	border-radius: 8px 8px 0 0;
	display: block;
    overflow: hidden;
}
.column-whbox .column-box-list li .img-box img,
.column-whbox .news_list li .img_box img{
	width: 100%;
}
.column-whbox .column-box-list li .text,
.column-whbox .news_list li .title{
	max-width: 240px;
	width: 95%;
	margin: 20px auto 15px;
	font-size: 14px;
	color: #000;
	display: block;
	font-weight: 600;
}
.column-whbox .column-box-list li .date,
.column-whbox .news_list li .date{
	font-size: 12px;
	color: #989898;
	text-align: right;
	display: block;
	max-width: 260px;
	width: 95%;
	margin: 0 auto;
}
.column_btn{
    max-width: 480px;
    width: 80%;
    height: 76px;
    background: linear-gradient(to right, #207ab4 0%,#398dc3 100%);
    color: #fff;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 4px;
    margin: 0 auto;
}
.column_btn::after {
    content: "";
    background: url(image/index/icon_arrow-right.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    width: 0.75em;
    height: 0.75em;
    position: absolute;
    top: 50%;
    right: 4%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media(max-width:1024px) and (min-width:768px){
	.section07{
		padding: 80px 0;
	}
	.column-box{
		width: 90%;
		margin: 40px auto 0;
	}
	.slider li {
		margin-right: 10px;
		flex: 0 0 calc(100% / 2);
	}
	.column-whbox{
		width: 90%;
		margin: 80px auto 30px;
		padding: 80px 0 50px;
	}
	.column-whbox .box-title{
		height: 5vw;
		font-size: 2.4vw;
		top:-2.5vw;
	}
	.column-whbox .column-box-list,
	.column-whbox .news_list{
		width: 92%;
	}
	.column-whbox .column-box-list li,
	.column-whbox .news_list li{
		width: 31%;
		padding-bottom: 10px;
		box-shadow: 0 0 6px 5px rgb(0,0,0,0.15);
	}
	.column-whbox .column-box-list li .text,
	.column-whbox .news_list li .title{
		width: 92%;
		margin: 15px auto 10px;
		font-size: 14px;
	}
}
@media(max-width:767px) {
	.section07{
		padding: 15% 0;
	}
	.column-box{
		max-width: 1800px;
		width: 90%;
		margin: 50px auto 0;
		position: relative;
	}
	.slider {
		width: 100%;
		margin: 0 auto;
		/*overflow: hidden;*/
		position: relative;
	}
	.slider li {
		flex: 0 0 calc(100% / 1);
		width: 100%;
	}
	button {
		width: 10vw;
		height: 10vw;
	}
	.prev {left: -3vw;}
	.next {right: -3vw;}
	.column-whbox{
		width: 90%;
		margin: 15% auto 30px;
		padding: 10% 0 0;
	}
	.column-whbox .box-title{
		max-width: none;
		width: 50%;
		height: 8vw;
		font-size: 4.5vw;
		top:-4vw;
	}
	.column-whbox .column-box-list,
	.column-whbox .news_list{
		width: 92%;
		display: block;
	}
	.column-whbox .column-box-list li,
	.column-whbox .news_list li{
		max-width: none;
		width: 100%;
		padding: 4vw 0;
		box-shadow: 0 0 5px 5px rgb(0,0,0,0.15);
		margin-bottom: 5%;
	}
	.column-whbox .column-box-list li a,
	.column-whbox .news_list li a{
		display: flex;
		justify-content: space-between;
	}
	.column-whbox .column-box-list li .img-box,
	.column-whbox .news_list li .img_box{
		border-radius: 0;
		width: 50%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.column-whbox .column-box-list li .img-box img,
	.column-whbox .news_list li .img_box img{
		width: 80%;
		height: auto;
	}
	.column-whbox .column-box-list li .content-box,
	.column-whbox .news_list li .text{
		width: 46%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		padding-right: 4%;
	}
	.column-whbox .column-box-list li .text,
	.column-whbox .news_list li .title{
		max-width: none;
		width: 100%;
		margin: 0 auto;
		font-size: 13px;
	}
	.slider li{
		max-width: none;
	}
	.slider li a img{
		width: 100%;
	}
    .column_btn{
        height: 14vw;
        font-size: 4.2vw;
    }
}
@media(max-width:400px) {
	.column-whbox .column-box-list li,
	.column-whbox .news_list li{
		box-shadow: 0 0 5px 3px #d0d0d0;
	}
	button {
		background: #000;
		opacity: 0.6;
	}
}

/*CVエリア*/
.cv-area{
	position: relative;
}
.cv-area::after{
	content: "";
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}
.cv-box{
	max-width: 1000px;
	width: 95%;
	background: #fff;
	margin: 0 auto;
	padding: 35px 0;
	border: 1px solid #d1d1d1;
	text-align: center;
}
.cv-title{
	font-size: 24px;
	font-weight: 600;
}
.cv-flexbox{
	max-width: 900px;
	width: 95%;
	margin: 25px auto 30px;
	display: flex;
	justify-content: space-between;
}
.cv-info{
	max-width: 160px;
	width: 18%;
	background: #fff7f9;
	border: 1px solid #d14670;
	padding: 15px 0 10px;
	text-align: center;
	color: #d14670;
	font-weight: 600;
}
.cv-info .small{
	font-size: 16px;
	line-height: 1;
	margin-bottom: 5px;
}
.cv-info .big{
	font-size: 24px;
	line-height: 1.3;
}
.tel{
	font-size: 56px;
	font-weight: 600;
	color: #000;
	line-height: 1;
	display: inline-block;
	position: relative;
	margin-top: -6px;
}
.tel::before{
	content: "";
	background: url(image/index/cv-tel.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
	width: 0.7em;
	height: 0.7em;
	display: inline-block;
	margin-right: -10px;
}
.tel.top-tel::before{
	margin-right: 5px;
}
.tel.para{
	font-size: 42px;
}
.tel-note{
	font-size: 16px;
	color: #6c6c6c;
	margin-top: 5px;
}
.mail-box{
	max-width: 260px;
	width: 29%;
}
.mail{
	width: 100%;
	height: 100%;
	border-radius: 6px;
	background: #207ab4;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	font-size: 20px;
	font-weight: 600;
}
.mail::before{
	content: "";
	background: url(image/index/cv-mail.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
	width: 1em;
	height: 1em;
	display: inline-block;
	margin-right: 8px;
}
.cv-note{
	font-size: 12px;
	letter-spacing: 0;
}
.cv-area.cv-content{
	margin-top: 0;
	background: #1b3f54;
	padding: 60px 0;
}
@media(max-width:1600px) and (min-width:1025px){
	.cv-area{
		position: relative;
	}
}
@media(max-width:1024px) and (min-width:768px){
	.cv-area{
		margin-top: -2vw;
		position: relative;
	}
	.cv-box{
		width: 90%;
		padding: 25px 0;
	}
	.cv-title{
		font-size: 2.4vw;
	}
	.cv-flexbox{
		width: 95%;
		margin: 20px auto 25px;
	}
	.cv-info{
		max-width: 160px;
		width: 18%;
		padding: 15px 0 10px;
	}
	.cv-info .small{
		font-size: 1.6vw;
	}
	.cv-info .big{
		font-size: 2.4vw;
	}
	.tel{
		font-size: 5.6vw;
		margin-top: -0.6vw;
	}
	.tel.para{
		font-size: 4.2vw;
	}
	.tel-note{
		font-size: 1.6vw;
	}
	.mail-box{
		max-width: 260px;
		width: 29%;
	}
	.mail{
		font-size: 2vw;
	}
	.cv-note{
		font-size: 10px;
	}
	.cv-area.cv-content{
		padding: 40px 0;
	}
}
@media (max-width:767px) {
	.cv-area{
		margin-top: 0;
		padding-top: 10vw;
	}
	.cv-box{
		width: 90%;
		padding: 8% 0;
	}
	.cv-title{
		font-size: 5vw;
		line-height: 1.2;
	}
	.cv-flexbox{
		width: 92%;
		margin: 3% auto;
		display: block;
	}
	.cv-info{
		max-width: none;
		width: 80%;
		margin: 0 auto 4%;
		padding: 1vw 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.cv-info .small{
		font-size: 4vw;
		line-height: 1.5;
		margin-bottom: 0;
		margin-right: 5px;
	}
	.cv-info .big{
		font-size: 6vw;
		line-height: 1.5;
	}
	.tel{
		font-size: 10vw;
		margin-top: 0;
	}
	.tel.para{
		font-size: 7.5vw;
	}
	.tel-note{
		font-size: 3.5vw;
		margin-top: 0;
	}
	.mail-box{
		max-width: none;
		width: 80%;
		margin: 5% auto 0;
	}
	.mail{
		width: 100%;
		height: 100%;
		font-size: 4vw;
		padding: 2vw 0;
	}
	.cv-note{
		font-size: 10px;
	}
	.cv-area.cv-content{
		padding: 6% 0;
	}
}

/*オフィス情報*/
.access{
    padding: 160px 0;
    background-color: rgb(242, 247, 251);
}
.access h2 .br{
    display: block;
}
.access .map{
    margin: 100px 0 60px;
}
.access table.office_place {
	width: 100%;
	margin: 30px auto;
	border: 1px solid #fff;
	line-height: 1.4;
    font-size: 16px;
}
.access table.office_place th {

	text-align: left;
	padding: 10px;
	border: 1px solid #CCC;
	width: 33%;
	background-color: #efefef;
	vertical-align: middle;
	box-sizing: border-box;
    font-weight: 500;
}
.access table.office_place td {
	border: 1px solid #CCC;
	padding: 15px;
	vertical-align: middle;
  background:#fff;
}
.access table.office_place tr td:first-of-type {
	width: 33%;
	text-align: center;
}
.access table.office_place.office_place tr td {
	width: 66%;
	text-align: left;
}
@media screen and (max-width: 767px) {
    .access{
        padding: 70px 0;
    }
    .access .map{
        margin: 60px 0 40px;
    }
}
@media screen and (max-width: 500px){
    .access table.office_place tr{
        border: none;
    }
    .access table.office_place th,
    .access table.office_place td{
        display: block;
        width: 100% !important;
    }
}
