@charset "utf-8";
/*
Theme Name: ALG Koutsujiko SEO 201903
Description: 弁護士法人ALG&amp;Associates 交通事故SEOサイト用
Author: 株式会社アヴァンセドットコム
Version: 1.0
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
----------------------------------------------------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    line-height: 1.4;
}
body{
	width:100%!important;
}

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 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;
  }
}

/*　footer fix　*/
.footer_fix_tel {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* レイアウト */
@media screen and (max-width: 767px) {
	.article_wrap {
		margin-bottom: 0;
	}
    .article_wrap section {
        margin: 80px auto;
    }
}

.normal_list li, .article_wrap p span, .article_wrap section p span {
	line-height: 1.4;
}


.l-inner {
  width: 100%;
  margin-inline: auto;
  max-width: 1050px;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 3%;
  }
}


/* 共通パーツ */
#traffic_office header .logo {
    max-width: 330px;
}
@media screen and (max-width: 800px) {
	#traffic_office header .logo {
		font-size: 24px;
	}
}

#traffic_office .article_wrap .c-orange {
  color: #d42021;
}
#traffic_office .article_wrap .c-br {
  display: inline-block;
}
#traffic_office .article_wrap .c-bl {
  display: block;
}
#traffic_office .article_wrap .c-title {
  font-size: clamp(22px, 4vw, 38px);
  font-weight: 500;
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  letter-spacing: 0.08em;
  text-align: center;
  color: #151515;

    padding: 0;
    margin: 0;
    background: none;
}
.article_wrap h2:before {
	display: none;
}
    .article_wrap section p {
        padding: 0;
        margin-bottom: 0;
    }

.article_wrap .text_underline {
	text-decoration: underline;
}


#traffic_office .article_wrap .c-title--m{
  font-size: clamp(32px, 5vw, 54px);
  border-bottom: 1px solid #000;
}

#traffic_office .article_wrap .c-title-or{
  color: #d42021;
  font-size: clamp(32px, 5vw, 46px);
  padding-right: 3px;
}

.article_wrap .c-text{
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.8;
  text-align: justify;
  color: #151515;
}

#traffic_office .article_wrap .c-red{
  color: #7f0203;
}

#traffic_office .article_wrap .c-500{
  font-weight: 500;
}

#traffic_office .article_wrap .c-btn{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #e9411a;
  font-size: 18px;
  font-weight: 500;
  font-family: 'Noto Serif CJK JP', 'Noto Serif JP', serif;
  line-height: 1.4;
  max-width: 360px;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  position: relative;
}

#traffic_office .article_wrap .c-btn::after{
  content: "";
  display: block;
  background-image: url(images/arrow-2-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-right: 15px;
}

#traffic_office .article_wrap .c-btn:hover{
  color: #fff;
}

/* mv */
.article_wrap section.p-mv {
    margin: 0 auto;
}
.article_wrap section.p-mv {
  background-position: center left 100px,center right 100px,center center;
  background-size: auto,auto,cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 3% 5%;
}
@media screen and (max-width: 1919px) {
  .article_wrap section.p-mv {
    background-position: center left,center right,center center;
    background-size: 30%,30%,cover;
    padding: 3%;
  }
}
@media screen and (max-width: 1299px) {
  .article_wrap section.p-mv {
    background-size: 25%,25%,cover;
    height: 50vw;
  }
}
@media screen and (max-width: 1023px) {
  .article_wrap section.p-mv {
    background-size: 30%,30%,cover;
    height: 550px;
  }
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-mv {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 181vw;
  }
}

/*　支部 MV画像　*/
.article_wrap section.p-mv.mv_tokyo {
	background-image: url(images/tokyo/mv-1.png),url(images/tokyo/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_sapporo {
	background-image: url(images/sapporo/mv-1.png),url(images/sapporo/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_utsunomiya {
	background-image: url(images/utsunomiya/mv-1.png),url(images/utsunomiya/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_saitama {
	background-image: url(images/saitama/mv-1.png),url(images/saitama/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_chiba {
	background-image: url(images/chiba/mv-1.png),url(images/chiba/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_yokohama {
	background-image: url(images/yokohama/mv-1.png),url(images/yokohama/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_nagoya {
	background-image: url(images/nagoya/mv-1.png),url(images/nagoya/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_osaka {
	background-image: url(images/osaka/mv-1.png),url(images/osaka/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_kobe {
	background-image: url(images/kobe/mv-1.png),url(images/kobe/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_himeji {
	background-image: url(images/himeji/mv-1.png),url(images/himeji/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_hiroshima {
	background-image: url(images/hiroshima/mv-1.png),url(images/hiroshima/mv-2.png),url(images/mv-bg.png);
}
.article_wrap section.p-mv.mv_fukuoka {
	background-image: url(images/fukuoka/mv-1.png),url(images/fukuoka/mv-2.png),url(images/mv-bg.png);
}

@media screen and (max-width: 767px) {
	.article_wrap section.p-mv.mv_tokyo {
		background-image: url(images/tokyo/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_sapporo {
		background-image: url(images/sapporo/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_utsunomiya {
		background-image: url(images/utsunomiya/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_saitama {
		background-image: url(images/saitama/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_chiba {
		background-image: url(images/chiba/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_yokohama {
		background-image: url(images/yokohama/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_nagoya {
		background-image: url(images/nagoya/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_osaka {
		background-image: url(images/osaka/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_kobe {
		background-image: url(images/kobe/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_himeji {
		background-image: url(images/himeji/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_hiroshima {
		background-image: url(images/hiroshima/mv-sp.png);
	}
	.article_wrap section.p-mv.mv_fukuoka {
		background-image: url(images/fukuoka/mv-sp.png);
	}
}


.p-mv__block {}
@media screen and (max-width: 767px) {
  .p-mv__block {
    display: none;
  }
}

.p-mv__sub {
  font-size: clamp(24px, 3vw, 32px);
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #183672;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-mv__sub {
    font-size: clamp(20px, 3vw, 30px);
  }
}

.p-mv__sub span{
  position: relative;
}

.p-mv__sub span::before{
  content: "";
  display: inline-block;
  width: 43px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/mv-circle-1.png);
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
}

.p-mv__sub span::after{
  content: "";
  display: inline-block;
  width: 43px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/mv-circle-2.png);
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
}

.p-mv__title {
  font-size: clamp(36px, 3vw, 50px);
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  margin-top: 60px;
  color: #000;
}
@media screen and (max-width: 1299px) {
  .p-mv__title {
    margin-top: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .p-mv__title {
    font-size: clamp(32px, 3vw, 44px);
    width: 80%;
    margin-inline: auto;
  }
}

.p-mv__title-m {
  font-size: clamp(48px, 4vw, 62px);
}
@media screen and (max-width: 1023px) {
  .p-mv__title-m {
    font-size: clamp(40px, 4vw, 54px);
  }
}

.p-mv__title-b {
  font-size: clamp(58px, 4vw, 74px);
}
@media screen and (max-width: 1023px) {
  .p-mv__title-b {
    font-size: clamp(50px, 4vw, 64px);
  }
}

.p-mv__cnslt {
  display: flex;
  align-items: center;
  max-width: 610px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-mv__cnslt {
    display: none;
  }
}

.p-mv__cnslt-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #183672;
  width: 48%;
  text-align: center;
  height: 100%;
  padding: 15px;
}

.p-mv__cnslt-title {
  font-size: 28px;
  font-family: "Noto Sans JP","Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.2;
  color: #fef9c5;
}

.p-mv__cnslt-note {
  font-size: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "Meiryo", sans-serif;
  color: #fff;
}

.article_wrap section .p-mv__cnslt-count {
  font-size: 32px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-weight: 400;
  line-height: 1.2;
  background-color: #fff;
  width: 52%;
  height: 100%;
  padding: 15px;
  text-align: center;
  position: relative;
}

.p-mv__cnslt-count::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  width: 38px;
  height: 61px;
  background-image: url(images/wing-right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-mv__cnslt-count::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  width: 38px;
  height: 61px;
  background-image: url(images/wing-left.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-mv__cnslt-count-num {
  font-size: 46px;
}

/* mv-bottom */

.p-mv-bottom {
  background-color: #3c5e7f;
  color: #fff;
  padding-block: 50px;
}

.p-mv-bottom__inner {
  max-width: 950px;
}

.p-mv-bottom__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__wrapper {
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__wrapper {
    flex-direction: column;
  }
}

.p-mv-bottom__text {
  font-size: clamp(20px, 3vw, 26px);
  letter-spacing: 0.08em;
  font-weight: 500;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  max-width: 340px;
  flex-basis: 55%;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__text {
    font-size: clamp(20px, 2vw, 26px);
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__text {
    text-align: center;
  }
}

.p-mv-bottom__text-line{
  border-bottom: 1px solid #fff;
}
.article_wrap p.p-mv-bottom__text span ,
.article_wrap p.p-mv-bottom__item-text span {
	line-height: 1;
}
.article_wrap .c-br.p-mv-bottom__text-line {
	line-height: 1.4;
}

.p-mv-bottom__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); */
  gap: 20px;
  max-width: 460px;
  flex-basis: 55%;
}

@media screen and (max-width: 1023px) {
  .p-mv-bottom__list {
    gap: 10px;
    max-width: 480px;
    flex-basis: 60%;
  }
}

@media screen and (max-width: 499px) {
  .p-mv-bottom__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-mv-bottom__item {
  border: 1px solid #fff;

  width: 100%;
  text-align: center;
  padding: 12px 10px;
}

.p-mv-bottom__item-title {
  font-size: 14px;
  letter-spacing: 0.06em;
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__item-title {
    font-size: 12px;
  }
}

.p-mv-bottom__item-text {
  font-size: clamp(20px, 2vw ,24px);
  letter-spacing: 0.06em;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1;
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__item-text {
  }
}

.p-mv-bottom__item-text--m{
  font-size: 50px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__item-text--m {
    font-size: 40px;
  }
}

.p-mv-bottom__item-text--s{
  font-size: 20px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .p-mv-bottom__item-text--s {
    font-size: 16px;
  }
}

.p-mv-bottom__item-text--mt1{
  margin-top: 25px;
}

.p-mv-bottom__note {
  font-size: 12px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 100;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-mv-bottom__note {
    font-size: 10px;
  }
	  .article_wrap .p-mv-bottom__note span {
		line-height: 1;
	  }
}

/* consult */

.article_wrap section.p-consult {
  background-image: url(images/consult-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
	margin: 0;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-consult {
    padding-block: 70px;
  }
}

.p-consult__inner {}
.p-consult__title {}

.p-consult__list {
  padding: 5% 8%;
  background-color: #fff;
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
}
@media screen and (max-width: 1023px) {
  .p-consult__list {
    padding: 4%;
  }
}
@media screen and (max-width: 767px) {
  .p-consult__list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }
}

.p-consult__item {
  display: flex;
  align-items: center;
  position: relative;
}

.p-consult__item::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/ck-icon.png);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.p-consult__item p{
  margin-left: 30px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .p-consult__item p{
    font-size: 16px;
  }
}

/* cv */
.p-cv {
  background: linear-gradient(120deg, #183672 ,#031a46);
  padding-block: 70px;
}
@media screen and (max-width: 767px) {
  .p-cv {
    padding-block: 40px;
  }
}

.p-cv__inner {}

.p-cv__block {
  text-align: center;
  color: #fff;
}

.p-cv__block-title {
  font-size: clamp(24px, 4vw, 32px);
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  font-weight: 500;
}

.p-cv__block-text {
  font-size: 18px;
  line-height: 1.4;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-cv__block-text {
    font-size: 16px;
  }
}

.p-cv__box {
  margin-top: 45px;
  background-color: #fff;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-cv__box {
    padding: 5% 3%;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-cv__box {
    margin-top: 30px;
    flex-direction: column;
    background-color: transparent;
    padding: 0;
  }
}

.p-cv__phone {
  max-width: 500px;
  flex-basis: 65%;
  /*pointer-events: none;*/
}
@media screen and (max-width: 767px) {
  .p-cv__phone {
    background-color: #fff;
    padding: 3%;
    border-radius: 5px;
    border-bottom: solid 3px #bbb;
    max-width: 450px;
    width: 100%;
    pointer-events: auto;
  }
}

.p-cv__phone-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-size: clamp(42px, 5vw, 64px);
  font-family: "Noto Serif JP","Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho",  serif;
  font-weight: 400;
  line-height: 1;
  color: #151515;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-cv__phone-number {
    font-size: clamp(36px, 7vw, 54px);
    gap: 5px;
    pointer-events: auto;
    color: #ad0d3a;
    font-weight: 700;
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  }
}

.p-cv__phone-number::before {
  content: "";
  display: inline-block;
  width: 61px;
  height: 39px;
  background-image: url(images/tel-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-cv__phone-number::before {
    width: 0.9em;
    height: 0.6em;
  }
}

.p-cv__phone-note {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  color: #151515;
  text-align: center;
  padding-left: 70px;
}
@media screen and (max-width: 767px) {
  .p-cv__phone-note {
    font-size: 12px;
    padding-left: 0;
  }
}

.p-cv__mail {
  max-width: 300px;
  flex-basis: 45%;
}
@media screen and (max-width: 767px) {
  .p-cv__mail {
    max-width: 450px;
    flex-basis: 45%;
    width: 100%;
  }
}

.p-cv__mail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.2;
  text-align: center;
  padding: 20px;
  max-width: 300px;
  width: 100%;
  border-radius: 10px;
  background-color: #25925f;
  background: linear-gradient(120deg,  #65b61d,#25925f);
  color: #fff;
  box-shadow: 5px 5px 0 #0f683e;
}
@media screen and (max-width: 767px) {
  .p-cv__mail-btn {
    padding: 15px;
    max-width: 450px;
    border-radius: 5px;
    width: 100%;
  }
}

.p-cv__mail-btn::before{
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  background-image: url(images/mail-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.p-cv__mail-btn:hover {
  color: #fff;
}

/* case */
.p-case {
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .p-case {
    margin-block: 70px;
  }
}
.p-case__inner {

}

.p-case__title {

}

.p-case__summary {
  margin-top: 70px;
  text-align: center;
  font-size: clamp(18px , 3vw , 20px);
  font-weight: 500;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.5;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .p-case__summary {
    font-size: clamp(16px , 3vw , 18px);
    margin-top: 40px;
  }
}

.p-case__summary--1 {
  display: block;
}

.p-case__summary--navy {
  color: #17346f;
  font-size: clamp(28px, 4vw, 34px);
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.5;
}

.p-case__summary--2 {
  display: block;
  font-size: 18px;
  font-size: clamp(18px , 3vw , 20px);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case__summary--2 {
    font-size: 16px;
  }
}

.p-case__content{
  margin-top: 70px;
  background-color: #f1f1f1;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-case__content{
    margin-top: 40px;
    padding: 30px;
  }
}

.p-case__list {
}

.p-case__item {
  border-top: 1px dashed #919191;
}

.p-case__item:last-child {
  border-bottom: 1px dashed #919191;
}

.p-case__item-link {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 15px;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #151515;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-case__item-link {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

.p-case__item-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/arrow-icon.png);
}

.p-case__item-link:hover {
  /* color: #151515; */
  /* opacity: 1; */
}

.p-case__meta {
	display: flex;
	align-items: center;
	/*gap: 20px;*/
	width: 235px;
    justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .p-case__meta {
	  gap: 10px;
	  width: auto;
  }
}

.p-case__label {
  background-color: #17346f;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  text-align: center;
  width: 120px;
}

.p-case__date {}

.p-case__text {
	width: 69%;
}
@media screen and (max-width: 1023px) {
  .p-case__text {
    width: 95%;
  }
}

.p-case__btn {
  text-align: center;
  margin-top: 40px;
}

/* menu */
.p-menu {
  background-image: url(images/menu-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
 .article_wrap section.p-menu {
	  padding-block: 70px;
	  margin: 0 auto;
  }
}

.p-menu__inner {}
.p-menu__title {}

.p-menu__list {
  margin-top: 70px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 40px;
  }
}

.p-menu__item {
  position: relative;
  background: linear-gradient(110deg,  #205e45,#0b3629);
  border-radius: 5px;
  /* padding: 20px; */
}
@media screen and (max-width: 1023px) {
  .p-menu__item {
    /* padding: 10px; */
  }
}

.p-menu__item-link {
  display: flex;
  align-items: center;
  color: #fff;
  height: 100%;
  gap: 20px;
  padding: 20px;
  /* position: relative; */
  /* background: linear-gradient(110deg,  #205e45,#0b3629); */
  /* border-radius: 5px; */
}
@media screen and (max-width: 1023px) {
  .p-menu__item-link {
    width: 90%;
    gap: 10px;
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-link {
    gap: 5px;
  }
}

.p-menu__item-link:hover {
  color: #fff;
  opacity: 0.7;
}

.p-menu__item-link::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/arrow-3-icon.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-link::after {
    width: 2em;
    height: 2em;
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-link::after {
    width: 1.5em;
    height: 1.5em;
    right: 10px;
  }
}

.p-menu__item-icon {
  position: relative;
}

.p-menu__item-icon--1{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-1.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--1{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--1{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--2{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-2.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--2{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--2{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--3{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-3.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--3{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--3{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--4{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-4.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--4{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--4{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--5{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-5.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--5{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--5{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--6{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-6.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--6{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--6{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--7{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-7.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--7{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--7{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-icon--8{
  display: inline-block;
  width: 90px;
  height: 85px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/menu-icon-8.png);
}
@media screen and (max-width: 1023px) {
  .p-menu__item-icon--8{
    width: 4em;
    height: 3.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-menu__item-icon--8{
    width: 3.5em;
    height: 3em;
  }
}

.p-menu__item-text {
  font-size: clamp(16px, 3vw, 18px);
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .p-menu__item-text {

  }
}

.p-menu__item-text--ye {
  font-size: clamp(20px, 2vw, 28px);
  letter-spacing: 0.04em;
  font-weight: 700;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 1.4;
  color: #f3f2b0;
}


/* message */
.p-message {
  background-image: url(images/message-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-message {
	  padding-block: 70px;
	  margin: 0 auto;
  }
}

.p-message__inner {}
.p-message__title {}

.p-message__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-message__content {
    flex-direction: column-reverse;
    align-items: center;
    gap: 30px;
  }
}

.p-message__block {
  max-width: 590px;
  flex-basis: 59%;
}
@media screen and (max-width: 767px) {
  .p-message__block {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-message__heading {
  font-size: 26px;
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .p-message__heading {
    text-align: center;
  }
}

.p-message__text {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    margin-top: 20px;
  }
}
.p-message__img {
  max-width: 357px;
  flex-basis: 42%;
}
@media screen and (max-width: 767px) {
  .p-message__img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-message__img img {
  width: 100%;
  height: auto;
}

/*　メッセージ横幅100％　*/
.sub-message {
	position: relative;
	z-index: 1;
	margin-top: 45px;
}
	.sub-message::after {
		position: absolute;
		content: "";
		top: 15px;
		right: -15px;
		width: 100%;
		height: 100%;
		background: #eff7fa;
		z-index: -1;
	}
.sub-message_con {
	z-index: 1;
    position: relative;
	padding: 40px;
	display: flex;
    gap: 40px;
	background: #ffffffb8;
	border:1px #BED2D9 solid;
	box-sizing: border-box;
}
	.sub-message_con .img {
		width: 250px;
	}
	.sub-message_con .message_sp {
		display: none;
	}
	.sub-message_con .message_txt {
		width: fit-content;
	}
.article_wrap.office_wrap .sub-message_con h3{
	color: #112D58;
	font-weight: bold;
	margin: 0 0 1%;
	font-size: 1.2rem;
}
@media screen and (min-width: 1024px){
	.article_wrap.office_wrap .sub-message_con h3{
		margin: 0 0 15px;
		font-size: 23px;
	}
}
@media screen and (max-width: 768px){
	.sub-message_con {
		display: block;
		padding: 30px;
	}
		.sub-message_con .img {
			width: 100%;
		}
			.sub-message_con .message_pc {
				display: none;
			}
			.sub-message_con .message_sp {
				display: block;
			}
		.sub-message_con .message_txt {
			width: auto;
			margin-top: 40px;
		}
}
	
	

/* select */
.p-select {
  background-image: url(images/select-bg.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-select {
	  padding-block: 70px;
	  margin: 0 auto;
  }
}
.p-select__inner {}
.p-select__title {}
.p-select__list {
  margin-top: 150px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1023px) {
  .p-select__list {
    grid-template-columns: 1fr;
    margin-top: 100px;
    gap: 70px;
  }
}
@media screen and (max-width: 767px) {
  .p-select__list {
    grid-template-columns: 1fr;
    gap: 50px;
    margin-top: 70px;
  }
}
.p-select__item {
  background-color: #ececec;
  padding: 20px 30px;
  border: 1px solid #183672;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%; /* 高さを統一 */
}

.p-select__block{
  display: flex;
  flex-direction: column;
  text-align: center;
  flex-grow: 1;
  justify-content: center;
  height: 100%;
}

.p-select__subtitle {
  font-size: clamp(20px, 3vw, 22px);
  letter-spacing: 0.08em;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  color: #183672;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .p-select__subtitle {
    min-height: 100px;
  }
}

.p-select__subtitle--mt{

}

.p-select__subtext {
  display: flex;
  flex-grow: 1;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-select__subtext {
    margin-top: 20px;
  }
}

p-select__subtext--mt{
  margin-top: 50px;
}

.p-select__number-01 {
  display: block;
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/number-1.png);
  margin-inline: auto;
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  .p-select__number-01 {
    width: 5em;
    height: 5em;
    margin-top: -60px;
  }
}

.p-select__number-02 {
  display: block;
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/number-2.png);
  margin-inline: auto;
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  .p-select__number-02 {
    width: 5em;
    height: 5em;
    margin-top: -60px;
  }
}
.p-select__number-03 {
  display: block;
  width: 130px;
  height: 130px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(images/number-3.png);
  margin-inline: auto;
  margin-top: -85px;
}
@media screen and (max-width: 767px) {
  .p-select__number-03 {
    width: 5em;
    height: 5em;
    margin-top: -60px;
  }
}

/* merit */
.article_wrap section.p-merit {
  background-image: url(images/merit-bg-1.png);
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat;
  background-color: #e9edf2;
  padding-block: 120px;
  position: relative;
  z-index: 10;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-merit {
    padding-block: 70px;
  }
}

.p-merit::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: bottom right -200px;
  background-size: auto;
  background-repeat: no-repeat;
  z-index:-1;
}

/*　各支部メリットbg　*/
.p-merit.merit_tokyo::after {
	background-image: url(images/tokyo/merit-1.png);
}
.p-merit.merit_sapporo::after {
	background-image: url(images/sapporo/merit-1.png);
}
.p-merit.merit_utsunomiya::after {
	background-image: url(images/utsunomiya/merit-1.png);
}
.p-merit.merit_saitama::after {
	background-image: url(images/saitama/merit-1.png);
}
.p-merit.merit_chiba::after {
	background-image: url(images/chiba/merit-1.png);
}
.p-merit.merit_yokohama::after {
	background-image: url(images/yokohama/merit-1.png);
}
.p-merit.merit_nagoya::after {
	background-image: url(images/nagoya/merit-1.png);
}
.p-merit.merit_osaka::after {
	background-image: url(images/osaka/merit-1.png);
}
.p-merit.merit_kobe::after {
	background-image: url(images/kobe/merit-1.png);
}
.p-merit.merit_himeji::after {
	background-image: url(images/himeji/merit-1.png);
}
.p-merit.merit_himeji::after {
	background-image: url(images/himeji/merit-1.png);
}
.p-merit.merit_hiroshima::after {
	background-image: url(images/hiroshima/merit-1.png);
}
.p-merit.merit_fukuoka::after {
	background-image: url(images/fukuoka/merit-1.png);
}

@media screen and (max-width: 1439px) {
  .p-merit::after {
    background-position: bottom right -350px;
  }
}
@media screen and (max-width: 1023px) {
  .p-merit::after {
    display: none;
  }
}

.p-merit__inner {}

.p-merit__title {
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #e8eeb6;
  text-decoration-skip-ink: none;
}

.p-merit__list {
  margin-top: 100px;
}

.p-merit__item {
  display: flex;
  flex-direction: column;
  width: 67%;
}
@media screen and (max-width: 1023px) {
  .p-merit__item {
    width: 100%;
  }
}

.p-merit__item {
  margin-top: 60px;
}

.p-merit__item-title {
  font-size: clamp(20px, 4vw, 30px);
  letter-spacing: 0.08em;
  font-weight: 600;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.2;
  color: #fff;

}

.p-merit__item-title-bg{
  background: linear-gradient(110deg, #205e45, #0b3629);
  clip-path: polygon(0% 0%, 100% 0%, 97% 100%, 0% 100%);
  padding-block: 5px;
  position: relative;
  padding-left: 50px;
  padding-right: 35px;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .p-merit__item-title-bg{
    padding-right: 20px;
  }
}

.p-merit__item-title-bg::before{
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  background-image: url(images/merit-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}

.p-merit__item-text {
  margin-top: 30px;
  text-shadow: 0 0 5px #e9edf2, 0 0 4px #e9edf2, 0 0 3px #e9edf2, 0 0 5px #e9edf2, 0 0 4px #e9edf2, 0 0 5px #e9edf2, 0 0 4px #e9edf2;
}

/* cause */
.article_wrap section.p-cause {
  background-image: url(images/cause-bg-2.png);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-cause {
    padding-block: 70px;
  }
}

.p-cause__inner {}
.p-cause__title {}
.p-cause__list {}

.p-cause__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 50px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .p-cause__item {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 60px;
  }
}

.p-cause__item:nth-child(odd){
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-cause__item:nth-child(odd){
    flex-direction: column;
  }
}

.p-cause__item-img {
  max-width: 370px;
  flex-basis: 40%;
  position: relative;
  z-index: 1;
  filter: drop-shadow(11px 8px 10px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 767px) {
  .p-cause__item-img {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.p-cause__item-img img{
  width: 100%;
  height: 100%;
}

.p-cause__item-img::before {
  content: "";
  border: 1px solid #000;
  display: block;
  position: absolute;
  top: -3%;
  left: -3%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-cause__item-img::after {
  content: "";
  border: 1px solid #000;
  display: block;
  position: absolute;
  bottom: -5%;
  right: -5%;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.p-cause__item-body {
  max-width: 600px;
  flex-basis: 60%;
}
@media screen and (max-width: 767px) {
  .p-cause__item-body {
    max-width: 100%;
    flex-basis: 100%;
  }
}
.p-cause__item-wrap {

}

.p-cause__item-title {
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 500;
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .p-cause__item-title {
    text-align: center;
  }
}

.p-cause__item-block {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-cause__item-block {
    margin-top: 30px;
  }
}
.p-cause__item-text--mt {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-cause__item-text--mt {
    margin-top: 10px;
  }
}

/* voice */
.article_wrap section.p-voice {
  margin-block: 120px;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-voice {
    margin-block: 70px;
  }
}

.p-voice__inner {}
.p-voice__title {}

.p-voice__swiper {
  margin-top: 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-voice__swiper {
    margin-top: 60px;
  }
}

.p-voice__slide {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .p-voice__slide {
    flex-direction: column;
    gap: 30px;
  }
}
.p-voice__slide-img {
  max-width: 470px;
  flex-basis: 47%;
}
@media screen and (max-width: 767px) {
  .p-voice__slide-img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-voice__slide-block {
  padding-block: 40px;
  border-top: 1px solid #183672;
  border-bottom: 1px solid #183672;
  max-width: 460px;
  flex-basis: 46%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-voice__slide-block {
    max-width: 100%;
    flex-basis: 100%;
    padding-block: 20px;
  }
}

.p-voice__slide-label{
  display: inline-block;
  color: #fff;
  background-color: #0360ba;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic Std", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
  max-width: 100px;
  width: 100%;
  text-align: center;
  padding: 5px;
}

.p-voice__slide-title {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: 500;
  line-height: 1.4;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  margin-top: 20px;
  color: #151515;
}

.p-voice__slide-text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-voice__slide-text {
    margin-top: 20px;
  }
}

.voice-swiper-pagination {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .voice-swiper-pagination {
    margin-top: 40px;
  }
}

.voice-swiper-button-prev {
  display: inline-block;
  width: 34px;
  height: 65px;
  background-image: url(images/arrow-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  left: -10%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .voice-swiper-button-prev {
    left: -2%;
  }
}
@media screen and (max-width: 1023px) {
  .voice-swiper-button-prev {
    width: 1em;
    height: 2em;
    top: 45%;
    left: 0;
  }
}

.voice-swiper-button-next {
  display: inline-block;
  width: 34px;
  height: 65px;
  background-image: url(images/arrow-right.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 35%;
  right: -10%;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 1439px) {
  .voice-swiper-button-next {
    right: -2%;
  }
}

@media screen and (max-width: 1023px) {
  .voice-swiper-button-next {
    width: 1em;
    height: 2em;
    top: 45%;
    right: 0;
  }
}

.p-voice__btn {
  text-align: center;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-voice__btn {
    margin-top: 40px;
  }
}



/* info */
.article_wrap section.p-info {
  background-image: url(images/info-bg.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-block: 120px;
  color: #fff;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-info {
    padding-block: 70px;
  }
}

.p-info__inner {

}

#traffic_office .article_wrap h2.p-info__title {
  color: #fff;
}

.p-info__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 100px;
  gap: 100px;
}
@media screen and (max-width: 767px) {
  .p-info__content {
    flex-direction: column-reverse;
    gap: 50px;
    margin-top: 60px;
  }
}

.article_wrap section .p-info__text {
  max-width: 600px;
  flex-basis: 70%;
  font-size: 18px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .article_wrap section .p-info__text {
    max-width: 100%;
    flex-basis: 100%;
    font-size: 16px;
  }
}

.p-info__img {
  max-width: 260px;
  flex-basis: 30%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-info__img {
    max-width: 100%;
    flex-basis: 100%;
  }
}

.p-info__img::before {
  content: "";
  border: 1px solid #fff;
  display: block;
  position: absolute;
  top: 30%;
  left: -10%;
  width: 215px;
  height: 160px;
  z-index: -1;
}

/* member */
.article_wrap section.p-member {
  background-color: #e9edf2;
  padding-block: 120px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .article_wrap section.p-member {
    padding-block: 70px;
  }
}

.p-member__inner {
  max-width: 1170px;
}

.p-member__title {

}

.p-member__lists {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px 20px;
  margin-top: 70px;
  background-color: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .p-member__lists {
    margin-top: 40px;
    gap: 30px 10px;
    padding: 30px 10px;
  }
}

.p-member__list {
  max-width: 185px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-member__list {
    margin-inline: auto;
  }
}

.p-member__list-link {

}

.p-member__list-img {

}

.p-member__list-profile {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-member__list-profile {
    margin-top: 10px;
  }
}

.p-member__list-job {
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #151515;
}
@media screen and (max-width: 767px) {
  .p-member__list-job {
    font-size: 10px;
  }
}

.p-member__list-name {
  font-size: 20px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #151515;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-member__list-name {
    font-size: 16px;
  }
}

.p-member__list-group {
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #151515;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-member__list-group {
    font-size: 12px;
  }
}


/*-------------------------
所属弁護士
--------------------------*/
#office_lawyer ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 6rem;
}
#office_lawyer .lawyer_wrap{
	max-width: 1500px;
	margin: 0 auto;
}
#office_lawyer ul li{
	width: 30%;
	margin:0 1% 2rem;
}
#office_lawyer ul li:last-child{
	margin:0;
}
#office_lawyer ul li img{
	width:100%;
	margin: 0 0 0.2rem;
}
#office_lawyer ul li p{
	margin: 0;
	text-align: center;
}
#office_lawyer ul li p.lawyer_msg_a{font-size:11px;}
#office_lawyer ul li p.lawyer_msg_name{font-size:15px; font-weight: bold; font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;}

#office_lawyer ul li p.lawyer_msg_b{font-size:11px;color: #575757;}
#office_lawyer ul li p.lawyer_msg_a span.shibuchodairi{display:inline; line-height: 0;}
#office_lawyer ul li p.lawyer_msg_name .wakizawa_name{
	width: auto;
	height: 15px;
	display: inline-block;
	margin-bottom: 0;
}
#office_lawyer ul li a.no_link{
    pointer-events: none;
}
#office_lawyer ul li a.no_link p.lawyer_msg_name{
    line-height: 2;
}

@media screen and (min-width:375px){
#office_lawyer ul li p.lawyer_msg_a .dwn,#office_lawyer ul li p.lawyer_msg_a span.shibuchodairi{display:inline-block; margin:0 0 2px;}
}
@media screen and (min-width:470px){
	#office_lawyer ul li{margin:0 1% 3rem;}
	#office_lawyer ul li img{ margin: 0 0 0.5rem;}
	#office_lawyer ul li p.lawyer_msg_a{font-size:12px;}
	#office_lawyer ul li p.lawyer_msg_name{font-size:20px;}
	#office_lawyer ul li p.lawyer_msg_b{font-size:12px;color: #575757;line-height:1.5;}
	#office_lawyer ul li p.lawyer_msg_name .wakizawa_name{
		width: auto;
		height: 20px;
		display: inline-block;
		margin-bottom: 0;
	}
}
@media screen and (min-width:548px){
	#office_lawyer ul li p.lawyer_msg_a span.shibuchodairi{
		margin: 0 0 0 5px;
	}
}
@media screen and (min-width:740px){
	#office_lawyer ul li{
		width: 215px;
		margin:0 15px 3rem;
	}
	#office_lawyer ul li p.lawyer_msg_a{
		font-size:15px;
		line-height: 1.5;
	}
	#office_lawyer.saitama ul li{width: 230px;}
	#office_lawyer.nagoya ul li{width: 230px;}
}


/* member */
#office_lawyer .lawyer_wrap ul{
  margin-top: 70px;
  background-color: #fff;
  padding: 50px;
  gap: 50px 20px;
}
#office_lawyer .lawyer_wrap ul li{
  width: 185px;
  margin: 0;
}
#office_lawyer .lawyer_wrap ul li img{
  margin-bottom: 15px;
}
#office_lawyer .lawyer_wrap ul li p.lawyer_msg_a{
  font-size: 12px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #151515;
}

#office_lawyer .lawyer_wrap ul li p.lawyer_msg_name{
  font-size: 20px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  color: #151515;
  margin-top: 5px;
}

#office_lawyer .lawyer_wrap ul li p.lawyer_msg_b{
  font-size: 14px;
  font-family: "Hiragino Mincho ProN", "Hiragino Min Pro", "Yu Mincho", "Noto Serif JP", serif;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
  color: #151515;
  margin-top: 5px;
}

/*　office フッター　*/
footer {
		width: 100%;
        background: url(images/footer/back.png) repeat;
		padding: 85px 0;
	}

span.footer_logo img {
	display: inline;
}
ul.footer_nav_second li a::before {
    width: 6px;
    height: 6px;
}

@media screen and (max-width: 1023px){
	#footer_area {
		width: 96%;
		margin: 0 auto;
		padding-bottom: 100px !important;
	}
}
@media screen and (max-width: 1023px){
	#footer_area .footer_logo {
		width: 100%;
		text-align: center;
		display: block;
		padding: 42px 0;
	}
}

@media screen and (max-width: 767px){
	span.footer_logo img {
		width: 80%;
		height: auto;
}
}