@charset "UTF-8";
/*----------------------------------------
  clearfix
----------------------------------------*/

/*Custom Properties
----------------------------------------*/
.o-main {
  --proBlue: #5081A5;
  --proBlue_light1: #E3F3FF;
  --proBlue_light2: #C0DCF0;
  --proBlue_light3: #98BED9;
  --innovBlue: #00AEEF;
  --innovBlue_light1: #E5F8FF;
  --innovBlue_light2: #C7ECF9;
  --innovBlue_light3: #8CD8F4;
  --blue: #0062B2;
  --navy: #124A7B;
  --perple: #6C2363;
  --red: #C7000A;
  --orange: #E56800;
  --gold: #BB8E00;
  --yellow: #FCC800;
  --lightGreen: #48A63F;
  --green: #006030;

}


/*Add Reset
----------------------------------------*/
.o-main img {
  max-width: 100%;
  height: auto;
}

.o-main img[src$=".svg"] {
  width: 100%;
}

.o-main q::before,
.o-main q::after {
  display: none;
}

/*Font
----------------------------------------*/
.sans {
  font-family: "source-han-sans-japanese", sans-serif;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

/* Links
----------------------------------------*/
.o-main a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s;
}

.o-main a:hover {
  color: var(--proBlue);
  text-decoration: underline;
}

.o-main a.tel-link {
  color: #000000;
}

/* html,Body
----------------------------------------*/
html.is-scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

body {
  color: #000000;
  overflow-x: hidden;
}
@media screen and (max-width: 768px), print {
  body {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  body {
    overflow-x: auto;
    padding-bottom: 0;
  }
}

/*----------------------------------------
  Structure
----------------------------------------*/
/*o-main 
--------------------------*/
.o-main {
  margin: 0 auto;
  width: 100%;
  padding: 0 16px;
  text-align: center;
  line-height: 1.75;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 500;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .o-main {
    width: 1120px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*small*/
@media screen and (max-width: 374px), print {
  .o-main {
    font-size: 3.73vw;
  }
}

/*Section
--------------------------*/
.l-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.l-section:first-child {
  margin-top: 0;
}

.l-section > section + section {
  margin-top: 120px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-section {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .l-section > section + section {
    margin-top: 160px;
  }
}

/*list font-size
--------------------------*/
.o-main li, .o-main dt, .o-main dd {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px), print {
  .o-main li, .o-main dt, .o-main dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.o-main figure {
  margin: 1em 0;
}

/*----------------------------------------
  local nav
----------------------------------------*/
.l-lnav {
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  padding: 40px 16px;
  background: var(--proBlue_light1);
}
.l-lnav__header {
  position: relative;
  width: 90%;
  height: 100px;
  margin: auto;
  text-align: left;
}
.l-lnav__ill {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 105px;
}
.l-lnav__ill img {
  vertical-align: bottom;
}

.l-lnav .c-ttl_2 {
  margin-bottom: 0;
  color: var(--navy);
  line-height: 1.4;
}

.l-lnav__body {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px dotted var(--proBlue);
}

/*SP*/
@media screen and (max-width: 400px), print {
  .l-lnav .c-ttl_2 {
    font-size: 6.4vw;
    line-height: 1.5;
  }
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-lnav {
    padding: 48px 16px 0;
  }
  .l-lnav .sec-in{
    width: 906px;
    display: flex;
  }
  .l-lnav__header {
    width: auto;
    height: auto;
    margin: 0;
  }
  .l-lnav__ill {
    position: absolute;
    right: -180px;
    bottom: 0;
    width: 180px;
  }
  .l-lnav .c-ttl_2 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .l-lnav__body {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 0 40px;
    padding: 0 0 80px 30px;
    border-top: 0;
  }
}
@media screen and (min-width: 1121px), print {
  .l-lnav {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}


/*トップリンク
----------------------------*/
.l-lnav__top {
  font-weight: bold;
}

.l-lnav__top::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background: url(/assets/images/original/baikyaku-souzoku-common-link_241118.png);
  vertical-align: middle;
  transform: rotate(180deg);
  background-size: cover;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-lnav__top {
    position: absolute;
    top: 25px;
    margin-top: 80px;
  }
}

/*ローカルナビ
----------------------------*/
.l-lnav__list {
}

.l-lnav__list li {
  margin-top: 2px;
}

.l-lnav__list a {
  position: relative;
  display: block;
  padding: 8px 0 8px 30px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}

.l-lnav__list a:hover {
  text-decoration: none;
}

.l-lnav__list a::after {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/assets/images/original/baikyaku-souzoku-common-arrow_241118.png) 0 0 / contain no-repeat;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-lnav__list {
    display: grid;
    gap: 20px;
  }
  .l-lnav__list a {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    font-size: 1.6rem;
    color: var(--navy);
  }
  .l-lnav__list a::after {
    top: 4px;
    transform: translateY(0);
  }
}

/*CVエリア
----------------------------*/
.l-lnav_cv {
  width: 100vw;
  background: var(--red);
  border-radius: 16px 16px 0 0;
  margin-top: -50px;
  margin-left: -16px;
  margin-right: -16px;
}
.l-lnav_cv a {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 50px;
}
.l-lnav_cv a:hover {
  color: rgba(255,255,255,0.8);
  text-decoration: none;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-lnav_cv {
    width: 400px;
    margin-top: -60px;
    margin-left: 0;
    margin-right: 0;
  }
  .l-lnav_cv a {
    font-size: 20px;
    font-size: 2rem;
    line-height: 60px;
  }
  .l-lnav_cv a:hover {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
  }
}

/*----------------------------------------
  pagenav
----------------------------------------*/
.l-pagenav {
  margin-left: -15px;
  margin-right: -15px;
  padding: 30px 15px;
  background: var(--proBlue_light1);
}

.l-pagenav__list {
  display: flex;
  justify-content: space-between;
}

.l-pagenav__item {
  width: 50%;
}

.l-pagenav__item._prev {
  text-align: left;
}

.l-pagenav__item._next {
  text-align: right;
}

.l-pagenav__item a {
  display: flex;
  align-items: center;
  width: 100%;
}

.l-pagenav__item a:hover {
  color: var(--proBlue);
  text-decoration: none;
}

.l-pagenav__item a::before {
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url(/assets/materials/baikyaku-souzoku-ic-arw06_230331.svg) 0 0 / contain no-repeat;
}

.l-pagenav__item._prev a::before {
  transform: rotate(180deg);
  margin-right: 10px;
}

.l-pagenav__item._next a {
  flex-direction: row-reverse;
  justify-content: flex-start;
}

.l-pagenav__item._next a::before {
  margin-left: 10px;
}

/*pc*/
@media screen and (min-width: 1121px), print {
  .l-pagenav {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding-right: calc(50vw - 50%);
  }
}

/*----------------------------------------
  pagetop
----------------------------------------*/
.l-pagetop a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  padding: 10px 20px 10px 20px;
  background: var(--proBlue);
  color: #ffffff;
  line-height: 1;
}

.l-pagetop a:hover {
  background: var(--proBlue_light3);
  text-decoration: none;
}

.l-pagetop a .ico {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 14px;
  margin-right: 5px;
}

.l-pagetop a .ico::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  display: block;
  width: 20px;
  border-top: 1px solid;
}

.l-pagetop a .ico::after {
  position: absolute;
  left: 4px;
  top: 6px;
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-top: 1px solid;
  border-left: 1px solid;
  transform: rotate(45deg);
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-pagetop a {
    position: absolute;
    right: 16px;
  }
}

/*----------------------------------------
  cvbox (floating)
----------------------------------------*/
.l-cvbox {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
  padding: 16px;
  background: #999999;
}

.l-cvbox a {
  position: relative;
  display: block;
  padding: 20px;
  background: var(--gold);
  border: 2px solid var(--gold);
  border-radius: 8px;
  color: #ffffff;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  font-size: 2rem;
}

.l-cvbox a:hover {
  background: #ffffff;
  color: var(--gold);
  text-decoration: none;
}

.l-cvbox a:hover::before {
  background: url(/assets/materials/baikyaku-souzoku-ic-arw01_230331.svg) center center/contain no-repeat;
}

.l-cvbox a::before {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  display: block;
  width: 1.33em;
  height: 1.33em;
  min-width: 24px;
  min-height: 24px;
  background: url(/assets/materials/baikyaku-souzoku-ic-arw02_230331.svg) center center/contain no-repeat;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-cvbox {
    bottom: 80px;
    width: 50px;
    height: 180px;
    padding: 0;
    background: none;
  }
  .l-cvbox a {
    padding: 15px 10px 20px 10px;
    border-radius: 12px 0 0 12px;
    letter-spacing: 0;
    line-height: 1;
  }
  .l-cvbox a::before {
    position: static;
    transform: translate(0, 0);
    margin-bottom: 0.5em;
  }
}

/*----------------------------------------
  Hero
----------------------------------------*/
.l-hero {
  padding: 16px 0 120px;
}

.l-hero .m-cvbox {
  margin-top: 80px;
}

.l-hero .m-point {
  margin-top: 120px;
}

@media screen and (min-width: 769px), print {
  .l-hero {
    padding: 60px 0 160px;
  }
  .l-hero .m-point {
    margin-top: 160px;
  }
}

/*----------------------------------------
  Grid
----------------------------------------*/
.l-row {
  margin: 0 auto;
}

.l-row .l-col + .l-col {
  margin-top: 40px;
}

.l-row__grid10 {
  max-width: 904px;
}

.l-row__grid8 {
  max-width: 720px;
}

.l-row__grid6 {
  max-width: 536px;
}

@media screen and (min-width: 769px), print {
  .l-row {
    display: flex;
    justify-content: space-between;
  }
  .l-row._reverse {
    flex-direction: row-reverse;
  }
  .l-row._single {
    display: block;
  }
  .l-row .l-col + .l-col {
    margin-top: 0;
  }
  .l-row .l-col1 {
    width: 76px;
  }
  .l-row .l-col2 {
    width: 168px;
  }
  .l-row .l-col3 {
    width: 260px;
  }
  .l-row .l-col4 {
    width: 352px;
  }
  .l-row .l-col5 {
    width: 444px;
  }
  .l-row .l-col6 {
    width: 536px;
  }
  .l-row .l-col7 {
    width: 628px;
  }
  .l-row .l-col8 {
    width: 720px;
  }
  .l-row .l-col9 {
    width: 812px;
  }
  .l-row .l-col10 {
    width: 904px;
  }
  .l-row .l-col-third {
    width: 32%;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.p-top-slider {
  margin-left: -2.6vw;
  margin-right: -2.6vw;
}

@media screen and (min-width: 769px), print {
  .p-top-slider {
    margin: 0;
  }
}

/*arrow*/
.slick-arrow {
  overflow: hidden;
  position: absolute;
  z-index: 1;
  width: 40px;
  height: 0;
  padding-top: 40px;
  background: #000000;
  color: #ffffff;
  transition: 0.3s;
}

.slick-arrow::before {
  position: absolute;
  left: 50%;
  top: 50%;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid;
  border-right: 1px solid;
}

.slick-arrow:hover {
  background: #FAFAFA;
}

.slick-prev {
  right: 40px;
  bottom: 0;
}

.slick-prev::before {
  transform: translate(-50%, -50%) rotate(-135deg);
}

.slick-next {
  right: 0;
  bottom: 0;
}

.slick-next::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (min-width: 769px), print {
  .slick-arrow {
    width: 50px;
    padding-top: 50px;
  }
  .slick-arrow::before {
    width: 15px;
    height: 15px;
  }
  .slick-prev {
    right: 470px;
  }
  .slick-next {
    right: 420px;
  }
}

/*dots*/
.slick-dots {
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots li.slick-active button {
  background: #000000;
}

.slick-dots button {
  overflow: hidden;
  width: 9px;
  height: 0;
  padding-top: 9px;
  border-radius: 50%;
  background: #DDDDDD;
}

@media screen and (min-width: 769px), print {
  .slick-dots {
    justify-content: flex-start;
  }
}

/*----------------------------------------
  Button
----------------------------------------*/
/*----------------------------------------
  Link
----------------------------------------*/
/*基本遷移リンク*/
.c-link__basic01 {
  text-decoration: none;
}

.c-link__basic01::after {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  min-width: 24px;
  min-height: 24px;
  margin-left: 0.5em;
  background: url(/assets/materials/baikyaku-souzoku-ic-arw01_230331.svg) center center/contain no-repeat;
  vertical-align: middle;
}

/*基本遷移リンク（別ウィンドウ）*/
.c-link__blank01 {
  text-decoration: none;
}

.c-link__blank01::after {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  min-width: 24px;
  min-height: 24px;
  margin-left: 0.5em;
  background: url(/assets/materials/baikyaku-souzoku-ic-blank01_230331.svg) center center/contain no-repeat;
  vertical-align: middle;
}

/*----------------------------------------
  Title
----------------------------------------*/
/*ページタイトル*/
.c-ttl_1 {
  margin-top: 160px;
  color: var(--proBlue);
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 1.5;
}

.c-ttl_1:first-child {
  margin-top: 0;
}

@media screen and (min-width: 769px), print {
  .c-ttl_1 {
    font-size: 2.22222em;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
}

/*大見出し*/
.c-ttl_2 {
  margin-top: 160px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 1.77778em;
  font-feature-settings: "palt";
  line-height: 1.75;
}

.u-bg__blue .c-ttl_2 {
  color: #ffffff;
}

.c-ttl_2:first-child {
  margin-top: 0;
}

.c-ttl_3 br {
display: none;
}

@media screen and (max-width: 769px), print {
.c-ttl_3 br {
display: block;
}
}

/*----------------------------------------
  Text
----------------------------------------*/
/*リード文*/
.c-txt__lead {
  margin-top: 60px;
  text-align: left;
}

@media screen and (min-width: 769px), print {
  .c-txt__lead {
    margin-top: 80px;
    text-align: center;
  }
}

/*注釈*/
.c-txt__note {
  font-size: 12px !important;
  font-size: 1.2rem !important;
  font-weight: 400;
}

/*1文字インデント*/
.c-txt__indent {
  margin-left: 1em;
  text-indent: -1em;
}

/*----------------------------------------
  List
----------------------------------------*/
/* disc
------------------------------*/
.c-list__disc01 li {
  position: relative;
  margin-top: 10px;
  padding-left: 1.5em;
}

.c-list__disc01 li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background-color: var(--proBlue);
  vertical-align: middle;
}

/* check
------------------------------*/
.c-list__check01 li {
  position: relative;
  margin-top: 10px;
  padding-left: 2em;
}

.c-list__check01 li::before {
  position: absolute;
  left: 0;
  top: 0.5em;
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.6em;
  margin-right: 0.5em;
  border-left: 4px solid var(--lightGreen);
  border-bottom: 4px solid var(--lightGreen);
  transform: translateY(-0.2em) rotate(-45deg);
}

/* node
------------------------------*/
.c-list__note01 li {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-list__note01 li + li {
  margin-top: 0.5em;
}

.c-list__note02 li {
  margin-left: 2.5em;
  text-indent: -2.5em;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-list__note02 li + li {
  margin-top: 0.5em;
}

/*----------------------------------------
  Bubble
----------------------------------------*/
.c-bubble, .c-bubble__top {
  position: relative;
  padding: 1em;
  border-radius: 24px;
  background: var(--proBlue);
  color: #ffffff;
  font-weight: bold;
}

/*top*/
.c-bubble__top::before {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translate(-50%, 0);
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 22px 15px;
  border-color: transparent transparent var(--proBlue) transparent;
}

/*----------------------------------------
  Icon
----------------------------------------*/
.c-icon--new {
  display: inline-block;
  padding: 5px 5px 5px 5px;
  background: #000000;
  border-radius: 20px;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  font-family: din-2014, Arial, Helvetica, sans-serif;
  line-height: 1;
}

/*----------------------------------------
  クローズ文
----------------------------------------*/
.m-closetxt {
  margin-top: 80px;
  color: var(--proBlue);
  font-weight: bold;
}

.m-closetxt .txt {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 1.5em;
}

.m-closetxt .sub {
  font-family: "source-han-sans-japanese", sans-serif;
  font-size: 1.125em;
}

.m-closetxt .arrow {
  margin: 0 auto 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: var(--proBlue) transparent transparent transparent;
}

.u-bg__blue .m-closetxt {
  color: #ffffff;
}

.u-bg__blue .m-closetxt .arrow {
  border-color: #ffffff transparent transparent transparent;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-closetxt .txt {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .m-closetxt .sub {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*----------------------------------------
  お電話によるお問い合わせ
----------------------------------------*/
.m-cvbox-tel {
  max-width: 904px;
  margin: 60px auto 0 !important;
  padding: 40px 10vw;
  border-radius: 10px;
  background: var(--navy);
  color: #ffffff;
}

.m-cvbox-tel__ttl {
  font-size: 20px;
  font-size: 2rem;
}

.m-cvbox-tel__area .item {
  margin-top: 40px;
}

.m-cvbox-tel__area .area {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
}

.m-cvbox-tel__area .tel {
  margin: 0.5em 0;
  font-family: din-2014, sans-serif;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  vertical-align: middle;
}

.m-cvbox-tel__area .tel img {
  width: 38px;
  height: 30px;
  margin-right: 10px;
  vertical-align: middle;
}

.m-cvbox-tel__area .tel a {
  color: #ffffff;
}

.m-cvbox-tel__area .tel a:hover {
  text-decoration: none;
}

.m-cvbox-tel__area .in-charge {
  font-size: 0.75em;
}

.m-cvbox-note {
  margin-top: 20px;
  text-align: left;
}

.m-cvbox-note li {
  font-size: 12px !important;
  font-size: 1.2rem !important;
}

/*TAB*/
@media screen and (min-width: 641px), print {
  .m-cvbox-tel {
    margin: 80px auto 0 !important;
    padding: 40px;
  }
  .m-cvbox-tel__area {
    display: flex;
    justify-content: space-between;
  }
  .m-cvbox-tel__area .item {
    width: 50%;
  }
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-cvbox-tel {
    padding: 40px;
    margin: 80px auto 0;
    max-width: 864px;
    border-radius: 20px;
  }
  .m-cvbox-tel__ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-cvbox-tel__area .area {
    width: 16em;
    margin: 0 auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-cvbox-tel__area .tel {
    margin: 10px 0;
    font-size: 44px;
    font-size: 4.4rem;
  }
  .m-cvbox-tel__area .tel img {
    width: 50px;
    height: 40px;
  }
  .m-cvbox-note {
    max-width: 864px;
    margin: 20px auto 0;
  }
  .m-cvbox-note li {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}

/*----------------------------------------
  お問い合わせ
----------------------------------------*/
.m-cvbox {
  max-width: 720px;
  margin: 0 auto;
}

.u-bg__blue .m-cvbox {
  color: #ffffff;
}

.m-cvbox__ttl {
  font-size: 20px;
  font-size: 2rem;
}

.m-cvbox__ttl + .m-cvbox__btn {
  margin-top: 20px;
}

.m-cvbox__btn {
  margin-top: 40px;
}

.m-cvbox__btn a {
  display: block;
  padding: 1.2em 15px 1em 15px;
  border-radius: 10px;
  border: 2px solid var(--gold);
  background: var(--gold);
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.03em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-size: 18px;
  font-size: 1.8rem;
}

.ie .m-cvbox__btn a {
  padding: 1.5em 15px 0.5em 1.5em;
}

.m-cvbox__btn a::after {
  content: "";
  display: inline-block;
  width: 1.33em;
  height: 1.33em;
  min-width: 24px;
  min-height: 24px;
  margin-left: 0.5em;
  background: url(/assets/materials/baikyaku-souzoku-ic-arw02_230331.svg) center center/contain no-repeat;
  vertical-align: middle;
}

.m-cvbox__btn a .txt01 {
  font-size: 22px;
  font-size: 2.2rem;
}

.m-cvbox__btn a:hover {
  background: #ffffff;
  color: var(--gold);
  text-decoration: none;
}

.m-cvbox__btn a:hover::after {
  background: url(/assets/materials/baikyaku-souzoku-ic-arw01_230331.svg) center center/contain no-repeat;
}

.m-cvbox__present {
  position: relative;
  margin-top: 120px;
  color: inherit;
  line-height: 1.5;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.m-cvbox__present .txt01 {
  position: absolute;
  top: -90px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.2em;
  border-bottom: 3px solid var(--proBlue_light2);
}

.m-cvbox__present .txt02 {
  margin: 0 10px;
}

.m-cvbox__present .ph01 {
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(200%);
  width: 58px;
  height: 68px;
}

/*TAB*/
@media screen and (min-width: 641px), print {
  .m-cvbox__ttl {
    font-size: 24px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .m-cvbox__btn a {
    padding: 1.5em 15px;
  }
  .m-cvbox__btn a .txt01 {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .m-cvbox__present {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-cvbox__present .txt01 {
    position: static;
    transform: translate(-10px, 0);
  }
  .m-cvbox__present .txt02 {
    margin-top: 10px;
    text-align: left;
  }
  .m-cvbox__present .ph01 {
    position: static;
    transform: translate(0, 10px);
    width: 66px;
    height: 77px;
  }
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-cvbox__ttl + .m-cvbox__btn {
    margin-top: 35px;
  }
  .m-cvbox__btn a {
    border-radius: 20px;
    letter-spacing: 0.2em;
  }
  .m-cvbox__present .ph01 {
    transform: translate(0, 10px);
  }
}

/*----------------------------------------
  ヒーローエリア（枠）
----------------------------------------*/
.m-hero {
  max-width: 904px;
  margin: 0 auto;
  padding: 40px 16px 20px;
  border-radius: 32px;
  background: #ffffff;
}

@media screen and (min-width: 769px), print {
  .m-hero {
    border-radius: 48px;
  }
}

/*----------------------------------------
  ヒーローエリア（タイプ1）
----------------------------------------*/
.m-hero-type1__header {
  text-align: left;
}

.m-hero-type1__header .shoulder {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  background: var(--navy);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  line-height: 1;
}

.ie .m-hero-type1__header .shoulder {
  padding-top: 10px;
  padding-bottom: 2px;
}

.m-hero-type1__header .ttl {
  margin-top: 20px;
  text-align: center;
  color: var(--navy);
}

.m-hero-type1__probrem .ttl {
  margin-top: 20px;
  color: #000000;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-hero-type1__probrem .bubble {
  position: relative;
  width: 77.5%;
  margin-top: 20px;
  padding: 15px 20px;
  border-radius: 20px;
  background: var(--navy);
  text-align: left;
}

.m-hero-type1__probrem .bubble.odd {
  margin-right: auto;
}

.m-hero-type1__probrem .bubble.odd::before {
  position: absolute;
  top: -20px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent var(--navy) transparent transparent;
  transform: rotate(90deg);
}

.m-hero-type1__probrem .bubble.even {
  margin-left: auto;
}

.m-hero-type1__probrem .bubble.even::before {
  position: absolute;
  top: -20px;
  right: 18px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  border-color: transparent transparent transparent var(--navy);
  transform: rotate(-90deg);
}

.m-hero-type1__body {
  overflow: hidden;
  margin-top: 30px;
}

.m-hero-type1__body .illust01 {
  width: 32%;
  display: inline-block;
}

.m-hero-type1__body .illust02 {
  width: 32%;
  display: inline-block;
}

.m-hero-type1__link {
  margin-top: 20px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-hero-type1 {
    position: relative;
    padding: 60px 40px;
  }
  .m-hero-type1__header {
    position: relative;
  }
  .m-hero-type1__header .shoulder {
    position: absolute;
    left: 0;
    top: 0;
    width: 140px;
    text-align: center;
  }
  .m-hero-type1__header .ttl {
    margin-top: 0;
    line-height: 1.75;
  }
  .m-hero-type1__body {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
  }
  .m-hero-type1__body .illust01 {
    order: 1;
    width: auto;
  }
  .m-hero-type1__body .illust02 {
    order: 3;
    width: auto;
  }
  .m-hero-type1__probrem {
    order: 2;
  }
  .m-hero-type1__probrem .bubble {
    width: 240px;
    padding-right: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hero-type1__probrem .bubble.odd::before {
    top: 18px;
    left: -18px;
    transform: rotate(0);
  }
  .m-hero-type1__probrem .bubble.even::before {
    top: 18px;
    right: -18px;
    transform: rotate(0);
  }
  .m-hero-type1__link {
    position: absolute;
    right: 40px;
    bottom: 60px;
  }
}

/*----------------------------------------
  ヒーローエリア（タイプ2）
----------------------------------------*/
.m-hero-type2__header .shoulder {
  padding: 10px;
  background: var(--navy);
  border-radius: 20px;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
}

.ie .m-hero-type2__header .shoulder {
  padding-top: 10px;
  padding-bottom: 2px;
}

.m-hero-type2__header .ttl {
  margin-top: 40px;
  color: var(--navy);
}

.m-hero-type2__task {
  position: relative;
  margin-top: 40px;
  color: var(--proBlue);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.125em;
  text-align: left;
}

.m-hero-type2__task .illust {
  position: absolute;
  right: 0;
  bottom: -40px;
  width: 35.55%;
  max-width: 112px;
}

.m-hero-type2__solution {
  margin-top: 60px;
  color: #000000;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-hero-type2 {
    padding: 40px;
  }
  .m-hero-type2__header .shoulder {
    width: 720px;
    margin: 0 auto;
    border-radius: 30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1;
  }
  .m-hero-type2__header .ttl {
    margin-top: 48px;
  }
  .m-hero-type2__body {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }
  .m-hero-type2__task {
    margin-top: 0;
    width: 340px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .m-hero-type2__task .illust {
    bottom: -80px;
    width: 136px;
    max-width: none;
  }
  .m-hero-type2__solution {
    margin-top: 0;
    text-align: left;
  }
}

/*----------------------------------------
  生前・相続準備のポイント
----------------------------------------*/
.m-point__wrap {
  margin-top: 30px;
}

.m-point__item:not(:first-child) {
  margin-top: 80px;
}

.m-point__ttl {
  border-radius: 30px;
  background: #ffffff;
  color: var(--proBlue);
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
}

.ie .m-point__ttl {
  padding-top: 10px;
  padding-bottom: 2px;
}

.m-point__body {
  margin-top: 20px;
  padding: 40px 15px;
  border: 2px solid;
  border-radius: 15px;
  text-align: left;
}

.m-point__body .txt01 {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.5;
}

.m-point__body .txt02 {
  text-align: justify;
}

.m-point__body .icon {
  margin: 20px auto;
  text-align: center;
}

.m-point__body .icon img {
  width: 250px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-point__wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }
  .m-point__item:not(:first-child) {
    margin-top: 0;
  }
  .m-point__item {
    display: flex;
    flex-direction: column;
    width: 328px;
  }
  .m-point__ttl {
    padding: 5px;
    font-size: 24px;
    font-size: 2.4rem;
  }
  .m-point__body {
    flex-grow: 1;
    padding: 40px 35px;
    border: 4px solid;
  }
  .m-point__body .txt01 {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-point__body .icon {
    margin: 30px auto 20px;
  }
}

/*2019年法改正
-----------------------------*/
.m-law2019 {
  margin-top: 40px;
  padding: 40px 15px;
  border-radius: 15px;
  background: var(--proBlue_light3);
  color: #000000;
  text-align: left;
}

.m-law2019__ttl {
  display: table-cell;
  vertical-align: middle;
  width: 35.36%;
}

.m-law2019__sttl {
  display: table-cell;
  vertical-align: middle;
  width: 62%;
  padding-left: 20px;
  font-size: 1.125em;
}

.m-law2019__txt {
  margin-top: 20px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-law2019 {
    position: relative;
    padding: 30px 30px 30px 240px;
  }
  .m-law2019__ttl {
    position: absolute;
    left: 40px;
    top: 50%;
    margin-top: -80px;
    display: block;
  }
  .m-law2019__ttl b {
    display: block;
    width: 160px;
  }
  .m-law2019__ttl img {
    width: 160px !important;
  }
  .m-law2019__sttl {
    display: block;
    width: auto;
    padding-left: 0;
  }
  .m-law2019__txt {
    margin-top: 0;
  }
}

/*----------------------------------------
  おすすめする理由
----------------------------------------*/
.m-recommended {
  margin-top: 100px;
}

.m-recommended__ttl {
  margin-bottom: 50px;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-family: 900;
  font-size: 24px;
  font-size: 2.4rem;
}

.m-recommended__ttl .num {
  display: block;
  color: var(--gold);
  font-family: din-2014, sans-serif;
  font-weight: 600;
  font-size: 90px;
  font-size: 9rem;
  line-height: 1.2;
}

.m-recommended .m-regacy01 {
  margin-top: 80px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-recommended__ttl {
    margin-bottom: 80px;
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
  .m-recommended__ttl .num {
    font-size: 120px;
    font-size: 12rem;
  }
}

/*----------------------------------------
相続税申告実績日本一、 50年以上の歴史をもつ「税理士法人レガシィ」
----------------------------------------*/
.m-regacy01__ttl {
  font-size: 1.25em;
}

.m-regacy01__point {
  max-width: 720px;
  margin: 60px auto 0;
  color: var(--proBlue);
}

.u-bg__blue .m-regacy01__point {
  color: #ffffff;
}

.m-regacy01__point .inner {
  display: flex;
  align-items: center;
  margin: 0 15px;
  border-left: 2px solid;
  border-right: 2px solid;
}

.m-regacy01__point li + li {
  margin-top: 40px;
}

.m-regacy01__point .icon {
  width: 45%;
  padding: 0 20px;
}

.m-regacy01__point .icon img {
  width: 90%;
}

.m-regacy01__point .txt {
  width: 55%;
  padding: 0 20px 0 0;
  font-family: din-2014, "source-han-sans-japanese", sans-serif;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
}

.m-regacy01__point .txt .num {
  font-size: 42px;
  font-size: 4.2rem;
}

.m-regacy01__point .txt .unit {
  font-size: 36px;
  font-size: 3.6rem;
}

.m-regacy01__point .txt sup {
  position: relative;
  top: 0.3em;
}

.m-regacy01 .c-list__note02 {
  margin-top: 40px;
  text-align: left;
}

/*SP*/
@media screen and (max-width: 400px) {
  .m-regacy01 .inner {
    margin: 0;
  }
  .m-regacy01 .icon {
    width: 35%;
    padding: 0;
  }
  .m-regacy01 .txt {
    width: 65%;
    padding: 10px;
  }
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-regacy01__ttl {
    letter-spacing: 0.1em;
  }
  .m-regacy01__point {
    display: flex;
    justify-content: space-between;
    margin: 40px auto 0;
  }
  .m-regacy01__point .inner {
    flex-direction: column;
    width: 200px;
    margin: 0;
    padding: 30px 0;
    border-top: 4px solid;
    border-bottom: 4px solid;
    border-left: 0;
    border-right: 0;
  }
  .m-regacy01__point li {
    display: flex;
    height: 300px;
  }
  .m-regacy01__point li + li {
    margin-top: 0;
  }
  .m-regacy01__point .icon {
    width: 130px;
    height: 120px;
    padding: 0;
  }
  .m-regacy01__point .txt {
    width: 100%;
    padding: 0 0 20px 0;
    line-height: 1.2;
    white-space: nowrap;
    font-feature-settings: "palt";
    font-size: 20px;
    font-size: 2rem;
  }
  .m-regacy01__point .txt .num {
    font-size: 56px;
    font-size: 5.6rem;
  }
  .m-regacy01__point .txt .unit {
    font-size: 48px;
    font-size: 4.8rem;
  }
  .m-regacy01 .c-list__note02 {
    text-align: center;
  }
}

/*----------------------------------------
レガシィ×東急リバブル 連携が早い＆スムーズ！
----------------------------------------*/
.m-relation01 {
  max-width: 720px;
  margin: 0 auto;
}

.m-relation01__lead {
  padding: 5px 20px;
  border-radius: 20px;
  background: var(--proBlue);
  color: #ffffff;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 1.25em;
}

.ie .m-relation01__lead {
  padding-top: 10px;
  padding-bottom: 2px;
}

.m-relation01__lead + .m-relation01__fig {
  margin-top: 60px;
}

.m-relation01__fig {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.m-relation01__fig .regacy {
  width: 42%;
}

.m-relation01__fig .livable {
  position: absolute;
  right: 0;
  top: 0;
  width: 42%;
}

.m-relation01__fig .txt {
  position: absolute;
  left: 50%;
  bottom: -8vw;
  transform: translateX(-50%);
  width: 46.9%;
}

.m-relation01__txt {
  margin-top: 12vw;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-relation01__lead {
    padding: 8px 20px;
    line-height: 1;
  }
  .m-relation01__lead + .m-relation01__fig {
    margin-top: 40px;
  }
  .m-relation01__fig .regacy {
    width: 260px;
  }
  .m-relation01__fig .livable {
    width: 260px;
  }
  .m-relation01__fig .txt {
    bottom: 0;
    width: 195px;
  }
  .m-relation01__txt {
    margin-top: 40px;
  }
}

/*----------------------------------------
  プロの相続サポートチームによる診断・査定
----------------------------------------*/
.m-team .m-relation01 {
  margin-top: 60px;
}

.m-team__txt {
  margin-top: 60px;
  color: var(--proBlue);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-team .m-relation01 {
    margin-top: 80px;
  }
  .m-team__txt {
    margin-top: 35px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*----------------------------------------
  サービスの流れ
----------------------------------------*/
.m-flow__fig {
  max-width: 720px;
  margin: 60px auto 0 !important;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-flow__fig {
    margin: 80px auto 0 !important;
  }
}

/*----------------------------------------
  プロの『相続×不動産』診断（誘導）
----------------------------------------*/
.m-shindan01 {
  max-width: 720px;
  margin: 0 auto;
  border-radius: 15px;
  background: #ffffff;
  color: #000000;
}

.m-shindan01 a {
  display: block;
  padding: 40px 15px;
  text-decoration: none !important;
}

.m-shindan01__lead {
  color: var(--proBlue);
  font-size: 1.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.m-shindan01__logo {
  margin-top: 40px;
}

.m-shindan01__txt {
  margin-top: 20px;
  font-weight: bold;
}

:hover .m-shindan01__txt {
  color: #000000;
}

.m-shindan01__txt strong {
  font-size: 1.25em;
}

.m-shindan01__link {
  margin-top: 20px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-shindan01 {
    border-radius: 20px;
  }
  .m-shindan01 a {
    padding: 30px 15px 35px 15px;
  }
  .m-shindan01__logo {
    margin-top: 35px;
  }
  .m-shindan01__txt {
    margin-top: 10px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-size: 20px;
    font-size: 2rem;
  }
  .m-shindan01__txt strong {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

/*----------------------------------------
  プロの『相続×不動産』診断（詳細）
----------------------------------------*/
.m-shindan02 {
  max-width: 720px;
  margin: 0 auto;
  border: 2px solid var(--proBlue);
  border-radius: 15px;
}

.m-shindan02 a {
  display: block;
  padding: 40px 15px;
  text-decoration: none;
}

.m-shindan02 a:hover {
  text-decoration: none;
}

.m-shindan02__lead {
  font-weight: bold;
}

:hover .m-shindan02__lead {
  color: #000000;
}

.m-shindan02__lead strong {
  font-size: 1.25em;
}

.m-shindan02__logo {
  margin-top: 40px;
}

.m-shindan02__link {
  margin-top: 40px;
}

.m-shindan02__menu > div {
  margin-top: 40px;
}

:hover .m-shindan02__menu {
  color: #000000;
}

.m-shindan02__menu dt {
  border-radius: 20px;
  background: var(--proBlue);
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

.m-shindan02__menu dd {
  margin-top: 20px;
  text-align: left;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-shindan02 {
    border: 4px solid var(--proBlue);
  }
  .m-shindan02 a {
    padding: 40px;
  }
  .m-shindan02__lead {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .m-shindan02__menu {
    display: flex;
    justify-content: space-around;
  }
  .m-shindan02__menu > div {
    width: 260px;
  }
  .m-shindan02__menu dt {
    font-size: 20px;
    font-size: 2rem;
  }
}

/*----------------------------------------
  「プロの診断・相談」サービス紹介
----------------------------------------*/
.m-service-info {
  max-width: 904px;
  margin: 80px auto 0;
}

.m-service-info__ttl {
  padding: 5px 15px;
  border-left: 2px solid;
  border-right: 2px solid;
  color: var(--proBlue);
}

.m-service-info__ttl .shoulder {
  display: block;
  border-radius: 20px;
  background: var(--proBlue);
  color: #ffffff;
}

.m-service-info__ttl .ttl {
  display: block;
  font-size: 1.25em;
}

.m-service-info__ttl .ttl:not(:first-child) {
  margin-top: 15px;
}

.m-service-info__body {
  padding: 15px;
  text-align: left;
}

.m-service-info__body section + section {
  margin-top: 40px;
}

.m-service-info__body .sttl {
  font-size: 1.125em;
}

.m-service-info__body .sttl .label {
  display: inline-block;
  padding: 0 1em;
  border-radius: 1em;
  background: var(--proBlue_light2);
  color: var(--proBlue);
  font-size: 0.77778em;
}

.m-service-info__body p {
  margin-top: 1em;
}

.m-service-info__body .txt {
  text-align: justify;
  font-feature-settings: "palt";
}

.m-service-info__body .link {
  text-align: right;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-service-info {
    display: flex;
  }
  .m-service-info__ttl {
    flex-shrink: 0;
    display: flex;
    width: 260px;
    padding: 20px;
    border-left: 4px solid;
    border-right: 4px solid;
  }
  .m-service-info__ttl h4 {
    flex-grow: 1;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .m-service-info__ttl .ttl {
    letter-spacing: 0.1em;
  }
  .m-service-info__body {
    flex-grow: 1;
    padding-left: 48px;
  }
  .m-service-info__body p {
    margin-top: 0.3em;
  }
  .m-service-info__body .link {
    text-align: left;
  }
}

/*----------------------------------------
  オーセンス紹介
----------------------------------------*/
.m-osence {
  max-width: 904px;
  margin: 80px auto 0;
  padding: 15px;
  border-radius: 15px;
  background: var(--proBlue_light2);
}

.m-osence__logo img {
  width: 160px !important;
}

.m-osence__info {
  text-align: left;
}

.m-osence__info dt {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}

.m-osence__info dd {
  margin-top: 20px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-osence {
    display: flex;
    align-items: center;
    padding: 15px 60px 15px 15px;
  }
  .m-osence__logo {
    flex-shrink: 0;
    width: 260px;
  }
  .m-osence__logo img {
    transform: translateX(-20px);
  }
  .m-osence__info {
    flex-grow: 1;
  }
  .m-osence__info dt {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-osence__info dd {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*----------------------------------------
  相続税立替払サービス
----------------------------------------*/
.m-tatekae {
  max-width: 904px;
  margin: 0 auto;
  border: 2px solid var(--proBlue);
  border-radius: 15px;
}

.m-tatekae a {
  display: block;
  padding: 15px;
}

.m-tatekae a:hover {
  text-decoration: none;
}

.m-tatekae__ttl {
  width: 176px;
  margin: 20px auto;
}

.m-tatekae__body {
  text-align: left;
}

:hover .m-tatekae__body .txt {
  color: #000000;
}

.m-tatekae__body .c-list__check01 {
  margin-top: 20px;
}

:hover .m-tatekae__body .c-list__check01 {
  color: #000000;
}

.m-tatekae__body .link {
  margin-top: 20px;
  text-align: right;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-tatekae {
    border: 4px solid var(--proBlue);
    border-radius: 20px;
  }
  .m-tatekae a {
    display: flex;
    align-items: center;
    padding: 40px;
  }
  .m-tatekae__ttl {
    flex-shrink: 0;
    width: 250px;
  }
  .m-tatekae__body {
    flex-grow: 1;
    margin-left: 60px;
  }
}

/*----------------------------------------
  サービスの適用条件
----------------------------------------*/
.m-summary {
  max-width: 720px;
  margin: 0 auto;
}

.m-summary__item {
  position: relative;
  padding: 40px 0;
}

.c-ttl_2 + .m-summary__item {
  margin-top: 20px;
}

.m-summary__ttl {
  font-size: 1.25em;
}

.m-summary__ttl .shoulder {
  display: block;
  width: 168px;
  margin: 0 auto 10px;
  border-radius: 20px;
  background: var(--proBlue);
  color: #ffffff;
  font-size: 0.7em;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.ie .m-summary__ttl .shoulder {
  padding-top: 10px;
  padding-bottom: 3px;
  line-height: 1;
}

.m-summary__ttl small {
  font-size: 0.8em;
}

.m-summary__body {
  margin-top: 1em;
  text-align: left;
}

.m-summary__line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: url(/assets/materials/baikyaku-souzoku-dot01_230331.svg) left bottom repeat-x;
}

/*.ie .m-summary__line {
  background: url(/assets/images/original/baikyaku-souzoku-dot01_230331.png) left bottom repeat-x;
  background-size: auto 100%;
}*/

/*PC*/
@media screen and (min-width: 769px), print {
  .m-summary__ttl {
    position: relative;
    min-height: 1.8em;
    margin-bottom: 1em;
    padding-left: 180px;
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
  }
  .m-summary__ttl .shoulder {
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
  .m-summary__line {
    height: 4px;
  }
}

/*----------------------------------------
  こんな方にお勧めです
----------------------------------------*/
.m-user {
  max-width: 720px;
  margin: 0 auto;
}

.m-user__ttl {
  border-radius: 30px;
  background: var(--proBlue);
  color: #ffffff;
  font-size: 1.5em;
  font-weight: bold;
  font-family: fot-tsukuardgothic-std, sans-serif;
}

.ie .m-user__ttl {
  padding-top: 20px;
  padding-bottom: 0;
}

.m-user__body {
  margin-top: 40px;
  text-align: left;
  font-weight: bold;
}

.m-user__body .illust {
  width: 45.7%;
  margin: 40px 0 0 auto;
  text-align: right;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-user__ttl {
    width: 460px;
    margin: 0 auto;
    padding: 5px;
    border-radius: 50px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .m-user__body {
    display: flex;
    justify-content: space-between;
  }
  .m-user__body .c-list__disc01 li {
    font-size: 20px;
    font-size: 2rem;
  }
  .m-user__body .illust {
    width: 184px;
    margin-top: 40px;
  }
}

/*----------------------------------------
  下層テンプレ用（共通）
----------------------------------------*/
/* section
-----------------------------*/
.m-general {
  max-width: 904px;
  margin: 0 auto;
  padding-top: 50px;
}

@media screen and (min-width: 769px), print {
  .m-general {
    padding-top: 120px;
  }
}

/* title
-----------------------------*/
.m-general-ptitle {
  margin-bottom: 80px;
  padding-bottom: 0.7em;
  border-bottom: 4px solid var(--proBlue);
  font-size: 2em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

@media screen and (min-width: 769px), print {
  .m-general-ptitle {
    margin-bottom: 160px;
    font-size: 40px;
    font-size: 4rem;
    letter-spacing: 0.04em;
  }
}

/* body
-----------------------------*/
.m-general-body {
  margin-top: 80px;
  text-align: left;
}

.m-general-body p:not(:first-child) {
  margin-top: 1em;
}

@media screen and (min-width: 769px), print {
  .m-general-body {
    margin-top: 160px;
  }
}

.m-general-body02 {
  margin-top: 40px;
}

@media screen and (min-width: 769px), print {
  .m-general-body02 {
    margin-left: 92px;
  }
}

.m-general-ttl {
  margin-bottom: 36px;
  font-size: 1.5em;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

@media screen and (min-width: 769px), print {
  .m-general-ttl {
    font-size: 32px;
    font-size: 3.2rem;
    letter-spacing: 0.05em;
  }
}

.m-general-sttl {
  margin-bottom: 20px;
  color: var(--proBlue);
  font-size: 1.25em;
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

/* figure
-----------------------------*/
/*1カラム*/
.m-general-fig__one {
  margin: 60px auto 0;
  max-width: 536px;
  text-align: center;
}

.m-general-fig__one .m-general-sttl {
  text-align: left;
}

.m-general-fig__one .c-txt__note {
  text-align: left;
}

@media screen and (min-width: 769px), print {
  .m-general-fig__one {
    margin-top: 80px;
  }
}

/*2カラム*/
.m-general-fig__two {
  margin: 60px auto 0;
  max-width: 720px;
  text-align: center;
}

.m-general-fig__two .m-general-sttl {
  text-align: left;
}

.m-general-fig__two .c-txt__note {
  text-align: left;
}

.m-general-fig__two .col + .col {
  margin-top: 40px;
}

@media screen and (min-width: 769px), print {
  .m-general-fig__two {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  .m-general-fig__two .col + .col {
    margin-top: 0;
  }
  .m-general-fig__two .col {
    width: 352px;
  }
}

/*3カラム*/
.m-general-fig__three {
  margin: 60px auto 0;
  max-width: 720px;
  text-align: center;
}

.m-general-fig__three .m-general-sttl {
  text-align: left;
}

.m-general-fig__three .c-txt__note {
  text-align: left;
}

.m-general-fig__three .col + .col {
  margin-top: 40px;
}

@media screen and (min-width: 769px), print {
  .m-general-fig__three {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }
  .m-general-fig__three .col + .col {
    margin-top: 0;
  }
  .m-general-fig__three .col {
    width: 32%;
  }
}

/*----------------------------------------
  表組み
----------------------------------------*/
/*横スクロールエリア*/
.m-scroll-wrap {
  overflow-x: auto;
  overflow-y: hidden;
  margin: 20px -20px 0 0;
  padding-bottom: 20px;
}

.m-scroll-wrap::-webkit-scrollbar {
  width: 8px;
}

.m-scroll-wrap::-webkit-scrollbar-track {
  background: #DDDDDD;
}

.m-scroll-wrap::-webkit-scrollbar-thumb {
  background: var(--proBlue);
}

@media screen and (min-width: 769px), print {
  .m-scroll-wrap {
    width: 100%;
    margin: 20px auto 0;
    padding-bottom: 0;
  }
}

/*税率表*/
.m-tax-table {
  width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
}

.m-tax-table thead th {
  padding: 10px;
  border: 1px solid #ffffff;
  background: var(--proBlue);
  color: #ffffff;
  text-align: center;
  font-size: 1.125em;
  font-weight: bold;
}

.m-tax-table tbody {
  border-top: 1px solid #999999;
}

.m-tax-table tbody td {
  padding: 10px;
  border: 1px solid #999999;
  text-align: right;
}

.m-tax-table tbody td:first-child {
  background: var(--proBlue_light2);
  text-align: center;
}

.m-tax-table .rate {
  font-size: 40px;
  font-size: 4.0rem;
  color: var(--proBlue);
  font-weight: bold;
  font-family: din-2014, Arial, Helvetica, sans-serif;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .m-tax-table {
    width: 100%;
  }
  .m-tax-table thead th {
    width: 25%;
  }
}

/*----------------------------------------
  Utilities
----------------------------------------*/
/*margin*/
.u-mt0 {
  margin-top: 0 !important;
}

.u-mt05 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb05 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mt-l {
  margin-top: 40px !important;
}
@media (min-width: 769px) {
  .u-mt-l {
    margin-top: 80px !important;
  }
}

/*padding*/
/*image*/
.u-img-full {
  max-width: none;
  width: 100%;
}

/*float*/
.u-fl {
  float: left;
}

.u-fr {
  float: right;
}

.u-clear {
  clear: both;
}

/*align-text*/
.u-ta__l {
  text-align: left !important;
}

.u-ta__c {
  text-align: center !important;
}

.u-ta__r {
  text-align: right !important;
}
@media not all and (min-width: 769px) {
  .u-ta__l-sp {
    text-align: left !important;
  }
  
  .u-ta__c-sp {
    text-align: center !important;
  }
  
  .u-ta__r-sp {
    text-align: right !important;
  }
}

/*align-block*/
.u-block__l {
  float: none;
  margin-left: 0 !important;
  margin-right: auto !important;
}

.u-block__c {
  float: none;
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-block__r {
  float: none;
  margin-left: auto !important;
  margin-right: 0 !important;
}

/*bg color*/
.u-bg__blue {
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 16px;
  padding-right: 16px;
  background: var(--proBlue);
  color: #ffffff;
}

@media screen and (min-width: 1121px), print {
  .u-bg__blue {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
  }
}

/*display*/
.u-sp {
  display: block;
}

.u-pc {
  display: none;
}

@media screen and (min-width: 769px), print {
  .u-sp {
    display: none;
  }
  .u-pc {
    display: block;
  }
}

.u-hidden {
  visibility: hidden;
}

.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}

/*width*/


/*----------------------------------------
  Animation
----------------------------------------*/
/*FadeIn_Quad_1（緑）
------------------------------*/
[data-timing="load"] [data-effect="fadeIn"] {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-timing="scroll"] [data-effect="fadeIn"] {
  opacity: 0;
}

.aniOn [data-effect="fadeIn"] {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Up_FadeIn_Quad_1（黄緑）
------------------------------*/
[data-timing="load"] [data-effect="fadeInUp"] {
  opacity: 0;
  transform: translateY(20px);
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-timing="scroll"] [data-effect="fadeInUp"] {
  opacity: 0;
  transform: translateY(20px);
}

.aniOn [data-effect="fadeInUp"] {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*Up_FadeIn_Back_1（赤）
------------------------------*/
[data-timing="load"] [data-effect="fadeInUp_back"] {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: fadeInUp_back;
  animation-name: fadeInUp_back;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-timing="scroll"] [data-effect="fadeInUp_back"] {
  opacity: 0;
  transform: translateY(50px);
}

.aniOn [data-effect="fadeInUp_back"] {
  -webkit-animation-name: fadeInUp_back;
  animation-name: fadeInUp_back;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp_back {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp_back {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*SizeUp_Bounce_1（紫）
------------------------------*/
[data-timing="load"] [data-effect="sizeUp_bounce"] {
  transform: scale(0);
  -webkit-animation-name: scale-easeOutBounce;
  animation-name: scale-easeOutBounce;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.655, 1.95, 0.525, 0.68);
  animation-timing-function: cubic-bezier(0.655, 1.95, 0.525, 0.68);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

[data-timing="scroll"] [data-effect="sizeUp_bounce"] {
  transform: scale(0);
}

.aniOn [data-effect="sizeUp_bounce"] {
  -webkit-animation-name: scale-easeOutBounce;
  animation-name: scale-easeOutBounce;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.655, 1.95, 0.525, 0.68);
  animation-timing-function: cubic-bezier(0.655, 1.95, 0.525, 0.68);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes scale-easeOutBounce {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes scale-easeOutBounce {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

/*SlideIn（黄色）※SP→下から、PC→右から
------------------------------*/
[data-timing="load"] [data-effect="slideIn"] {
  transform: translateY(100%);
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  animation-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (min-width: 769px), print {
  [data-timing="load"] [data-effect="slideIn"] {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
  }
}

@-webkit-keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes slideInUp {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

/*delay
------------------------------*/
[data-delay="0"] {
  -webkit-animation-delay: 0;
  animation-delay: 0;
}

[data-delay="0.1"] {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

[data-delay="0.2"] {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

[data-delay="0.3"] {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

[data-delay="0.4"] {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

[data-delay="0.5"] {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

[data-delay="0.6"] {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

[data-delay="0.7"] {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

[data-delay="0.8"] {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

[data-delay="0.9"] {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

[data-delay="1"] {
  -webkit-animation-delay: 1.0s;
  animation-delay: 1.0s;
}

/*----------------------------------------
  Canvas
----------------------------------------*/
#animation_container0 {
  position: relative;
  width: 100%;
  height: 100%;
}

#animation_container1 {
  position: relative;
  width: 100%;
  height: 100%;
}

#animation_container2 {
  position: relative;
  width: 100%;
  height: 100%;
}

#animation_container3 {
  position: relative;
  width: 100%;
  height: 100%;
}

#animation_container4 {
  position: relative;
  width: 100%;
  height: 100%;
}

#animation_container5 {
  position: relative;
  width: 100%;
  height: 100%;
}

#canvas0 {
  width: 100%;
  height: auto;
}

#canvas1 {
  width: 100%;
  height: auto;
}

#canvas2 {
  width: 100%;
  height: auto;
}

#canvas3 {
  width: 100%;
  height: auto;
}

#canvas4 {
  width: 100%;
  height: auto;
}

#canvas5 {
  width: 100%;
  height: auto;
}

#dom_overlay_container0 {
  position: absolute;
  width: 100%;
  height: auto;
}

#dom_overlay_container1 {
  position: absolute;
  width: 100%;
  height: auto;
}

#dom_overlay_container2 {
  position: absolute;
  width: 100%;
  height: auto;
}

#dom_overlay_container3 {
  position: absolute;
  width: 100%;
  height: auto;
}

#dom_overlay_container4 {
  position: absolute;
  width: 100%;
  height: auto;
}

#dom_overlay_container5 {
  position: absolute;
  width: 100%;
  height: auto;
}

/*-- 20200904 追記 --*/
@media screen and (min-width: 769px), print {
.s-m-osence__logo_200904 img{
  margin-left: 12px;
}
}

/*-- 20210217 画面右リンク追加 --*/
.l-cvbox.l-cvbox_2links a{
  margin-bottom:8px;
}
.l-cvbox .s-souzoku_cvbox_online_seminar{
    background: #e34563;
    border: 2px solid #e34563;
}
.l-cvbox .s-souzoku_cvbox_online_seminar:hover{
  color: #e34563;
}
.l-cvbox .s-souzoku_cvbox_online_seminar::before{
  background: url(/assets/materials/baikyaku-souzoku-ic-arw04.svg) center center/contain no-repeat;
}
.l-cvbox .s-souzoku_cvbox_online_seminar:hover::before {
  background: url(/assets/materials/baikyaku-souzoku-ic-arw03.svg) center center/contain no-repeat;
}
.s-souzoku_lead_online_seminar{
  border: 1px solid #ff0000;
  background-color: #fff;
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 16px;
  line-height: 1.4; 
  color: #e34563;
}

.s-souzoku_lead_online_seminar_ttl{
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
}
.s-souzoku_lead_online_seminar_txt{
  font-weight: normal;
  font-size: 14px;
  color: #000;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-cvbox.l-cvbox_2links{
    bottom: 284px; 
  }
  .s-rotate_90deg_pc_only{
    transform: rotate(90deg);
      display: inline-block;
  }
  .s-souzoku_lead_online_seminar{
    width: 904px;
    margin: 0 auto 16px;
  }
  .s-souzoku_lead_online_seminar_ttl{
    font-size: 20px;
  }
}

/*SP*/
@media screen and (max-width: 768px), print {
  .l-cvbox.l-cvbox_2links {
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .l-cvbox.l-cvbox_2links > p {
    width: 48%;
  }
  .l-cvbox.l-cvbox_2links a {
    font-size: 14px;
    padding: 20px 40px 20px 8px;
  }
}

/* 210728 画面右リンク位置調整 */
/*PC*/
@media screen and (min-width: 769px), print {
  .l-cvbox,.l-cvbox.l-cvbox_2links{
    top: 90px;
  }
  .l-cvbox a{
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* 231026 floating banner */
.s-seminar-floating-banner {
  position: fixed;
  z-index: 9999;
  width: 100%;
  max-width: 512px;
  bottom: 24px;
  left: 64px;
}
@media only screen and (max-width: 768px) {
  .s-seminar-floating-banner {
    padding: 0 16px;
    /*bottom: 90px;*/
    bottom: 10px;
    width: 80%;
    left: 40%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.s-seminar-floating-banner_link {
  display: block;
  -webkit-box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
  box-shadow: 0 0 4px 0 rgba(0,0,0,.15);
}
.s-seminar-floating-banner_link:hover {
  -webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
  box-shadow: 0 0 10px 5px rgba(0,0,0,.15);
}
@media only screen and (min-width: 769px) {
  .s-seminar-floating-banner_link:before {
    background: rgba(255, 255, 255, .2); /* マスクの色(白の20%) */
    bottom: 0;
    content: '';
    height: auto;
    left: 0;
    opacity: 0; /* 最初は透明(非表示) */
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity .12s ease; /* ゆっくりopacityのみへ変化させる */
    width: 100%;
  }
  .s-seminar-floating-banner_link:hover:before {
    opacity: 1; /* hoverしたら表示させる */
  }
}
.s-seminar-floating-banner_link .s-link_img {
  display: block;
  width: 100%;
  height: auto;
}
.s-seminar-floating-banner_close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: -8px;
  z-index: 1;
  font-size: 0;
  background: #555;
  border-radius: 50%;
}
@media only screen and (min-width: 769px) {
  .s-seminar-floating-banner_close {
    right: -8px;
  }
}
@media only screen and (max-width: 768px) {
  .s-seminar-floating-banner_close {
    left: 8px;
  }
}
.s-seminar-floating-banner_close:before {
  content: '\EA16';
  font-family: livable;
  vertical-align: -0.2em;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  margin: 0;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
}
/* 231026 floating banner end */



/* ---------------------------------------
241118 追記
-----------------------------------------*/



/*ヒーロー(悩み)エリア
-----------------------------*/

.p-hero-talk {
  background: #48A63F;
  border-radius: 20px;
  padding: 40px 40px 24px;
  color: #fff;
  margin: 40px auto 80px !important;
}

.p-hero-talk__ttl {
  font-size: 4rem;
  line-height: 1.4;
  margin-bottom: 12px;
}

.p-hero-talk__txt-01 {
  width: max-content;
  margin: 0 auto 24px;
  color: #48A63F;
  background: #fff;
  padding: 0 24px;
  border-radius: 50px;
}

.p-hero-talk__txt-02 {
  font-size: 2.2rem;
  margin-bottom: 28px;
}

/*トークエリア*/

.p-hero-talk__talk-area{
  position: relative;
}
.p-hero-talk__talk-area .character-01,
.p-hero-talk__talk-area .character-02{
  position: absolute;
  width: 160px;
  bottom: 60px;
}
.p-hero-talk__talk-area .character-01{
  left: 30px;
}
.p-hero-talk__talk-area .character-02{
  right: 60px;
  width: 130px;
}

.talk {
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 370px;
  margin: 0px auto 80px;
}

.talk__contents:nth-child(even) {
  margin-left: auto;
}

.talk__contents:nth-child(even) .talk__item::before {
  content: '';
  left: auto;
  right: -16px;
  transform: scale(-1, 1);
}

.talk__group {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.talk__item {
  background-color: #fff;
  padding: 8px 12px;
  border-radius: 12px;
  position: relative;
  color: #48A63F;
  width: max-content;
  text-align: left;
}

.talk__item:first-of-type::before {
  content: "";
  position: absolute;
  width: 16px;
  top: 20px;
  left: -16px;
  height: 16px;
  background-color: #fff;
  clip-path: polygon(0% 50%, 20px 0%, 20px 16px);
}

.p-hero-talk__link{
  color: #fff !important;
  font-size: 2.2rem;
}

.p-hero-talk__link:hover{
  text-decoration: none !important;
  opacity: .6 !important;
}

@media (max-width: 768px) {

  .p-hero-talk {
    padding: 24px 16px;
  }
  
  .p-hero-talk__ttl {
    font-size: 1.75em;
    margin-bottom: 24px;
  }
  
  .p-hero-talk__txt-01 {
    margin: 0 auto 40px;
  }
  
  /*トークエリア*/
  
  .p-hero-talk__talk-area .character-area{
    display: flex;
    justify-content: center;
    gap: 8%;
    align-items: flex-end;
  }
  .p-hero-talk__talk-area .character-01,
  .p-hero-talk__talk-area .character-02{
    position: static;
    width: 38%;
    height: auto;
  }
  .p-hero-talk__talk-area .character-02{
    width: 34%;
  }
  
  .talk {
    gap: 16px;
    margin: 40px auto;
  }
  
  .talk__contents:nth-child(even) {
    margin-left: auto;
  }
  
  .talk__contents:nth-child(even) .talk__item::before {
    right: 20px;
  }
  
  .talk__item:first-of-type::before {
    top: -15px;
    left: 20px;
    clip-path: polygon(50% 0%, 16px 100%, 0px 16px);
  }
  
  .p-hero-talk__link {
    font-size: 1.15em;
    text-decoration: none;
  }
  }

/*プロの「相続×不動産」診断
-----------------------------*/

.diagnosis-box {
  background-color: #edf2f6;
  overflow: hidden;
  padding: 40px 0 0;
  border-radius: 10px;
  max-width: 906px;
  margin: 0 auto 60px;
}

.diagnosis-box__ttl-01 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 24px;
}

.diagnosis-box__ttl-01 .ttl-img {
  width: 137px;
}

.diagnosis-box__ttl-01 .ttl {
  font-size: 3.2rem;
  text-align: left;
  line-height: 1.3;
  letter-spacing: 0.5rem;
}

.diagnosis-box__ttl-01 .ttl .small {
  display: block;
  font-size: 2.2rem;
  margin-bottom: 4px;
}

.diagnosis-box__ttl-01 .ttl .indent {
  margin-left: -18px;
}

.diagnosis-box__ttl-02 {
  text-align: center;
  color: var(--proBlue);
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.diagnosis-box__ttl-02 .big {
  font-size: 3rem;
  display: inline-block;
}

.diagnosis-box__character {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 80px;
  margin-bottom: 24px;
  position: relative;
}

.diagnosis-box__character .character {
  position: relative;
}

.diagnosis-box__character .character .character-img {
  max-width: 160px;
}

.diagnosis-box__character .character .title {
  color: var(--proBlue);
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin-top: -20px;
}

.diagnosis-box__character::before {
  content: '×';
  display: inline-block;
  position: absolute;
  font-size: 50px;
  top: 70px;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
}

.bg-green-txt {
  background-color: #48A63F;
  color: #fff;
  border-radius: 50px;
  padding: 8px 24px;
  width: max-content;
  margin: 20px auto 12px;
  font-size: 1.8rem;
}

.diagnosis-box__recommendation {
  margin-bottom: 24px;
}

.diagnosis-box__recommendation .ttl {
  font-size: 1.8rem;
  text-align: center;
  color: #48A63F;
  margin-bottom: 16px;
}

.diagnosis-box__recommendation .list {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 215px);
  gap: 48px;
}

.diagnosis-box__recommendation .list .item {
  display: flex;
  flex-direction: column;
}

.diagnosis-box__recommendation .list .item .item__img {
  width: 96px;
  display: block;
  margin: 0 auto;
}

.diagnosis-box__recommendation .list .item .item__txt {
  background-color: #48A63F;
  padding: 16px;
  font-size: 1.5rem;
  align-items: center;
  display: flex;
  text-align: left;
  flex-wrap: wrap;
  color: #fff;
  border-radius: 10px;
  flex-grow: 1;
}

.diagnosis-box__recommendation .list .item .item__txt .txt-01 {
  font-size: 1.4rem;
  display: block;
  margin-top: 8px;
  line-height: 1.4;
}

.diagnosis-box__details {
  background-color: var(--proBlue);
  width: 100%;
}

.details-link{
  display: block;
  padding: 40px;
}

.details-link:hover{
  opacity: .6;
}

.diagnosis-box__details .details-txt {
  font-size: 2.6rem;
  color: #fff;
  text-align: center;
  position: relative;
  display: inline-block;
  margin-left: 80px;
}

.diagnosis-box__details .details-txt::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 95px;
  height: 108px;
  left: -110px;
  background-image: url("/assets/images/original/baikyaku-souzoku-common-illust01_241118.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  bottom: -40px;
}

/* メディアクエリ */
@media screen and (max-width: 768px) {
  .diagnosis-box {
    padding: 20px 20px 0;
  }

  .diagnosis-box__ttl-01 {
    display: block;
  }

  .diagnosis-box__ttl-01 .ttl {
    text-align: center;
    font-size: 2em;

    @media screen and (max-width: 375px) {
      font-size: 7vw;
    }
  }

  .diagnosis-box__ttl-01 .ttl .indent {
    margin-left: 0;
  }

  .diagnosis-box__ttl-02 {
    font-size: 1.4em;
  }

  .diagnosis-box__ttl-02 .big {
    font-size: 1.6em;
  }

  .diagnosis-box__character {
    gap: 10%;
  }

  .diagnosis-box__character::before {
    font-size: 2.2em;
    top: 30%;
  }

  .diagnosis-box__character .character .title {
    font-size: 1em;
    margin-top: -.8em;
  }

  .diagnosis-box__character .character .character-img {
    width: 100%;
  }

  .diagnosis-box__recommendation {
    margin-bottom: 24px;
  }

  .diagnosis-box__recommendation .ttl {
    font-size: 1.8rem;
    text-align: center;
    color: #48A63F;
    margin-bottom: 16px;
  }

  .diagnosis-box__recommendation .list {
    display: flex;
    flex-direction: column;
    max-width: 214px;
    margin: 0 auto;
    gap: 8px;
  }

  .bg-green-txt {
    padding: 8px 24px;
    width: 100%;
    font-size: 1.6rem;
  }

  .diagnosis-box__details {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }

  .diagnosis-box__details .details-link{
    padding: 20px 3em;
  }

  .diagnosis-box__details .details-txt {
    font-size: 1.2em;
    margin-left: 4em;
  }

  .diagnosis-box__details .details-txt::before {
    width: 4em;
    height: 4.5em;
    left: -5em;
    bottom: -2.4em;
  }
}


/*そのほかの相続サポートメニュー
-----------------------------*/
.other-support {
  color: var(--proBlue);
}

.other-support .ttl {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 32px;
}

.other-support .list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}

.other-support .list .link {
  font-size: 2.2rem;
  position: relative;
  color: var(--proBlue);
  letter-spacing: .175em;
}

@media screen and (max-width: 768px) {
  .other-support .ttl {
    font-size: 1.2em;
    margin-bottom: 1.2em;
  }

  .other-support .list {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 12px;
  }

  .other-support .list .link {
    font-size: 1em;
  }
}

/*汎用CSS
-----------------------------*/

.c-ttl_2 {
  color: var(--proBlue);
  font-size: 2.8rem;
}

@media screen and (max-width: 768px) {
  .c-ttl_2 {
    font-size: 1.77778em;
  }
}

.l-section {
  padding-top: 0;
}

.font-tg {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
}

.font-toppan {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
}

.sec-in {
  max-width: 906px;
  margin: 0 auto;
}

.sec-in-short {
  max-width:600px;
  margin: 0 auto;
}

.icon-arrow {
  position: relative;
}

.icon-arrow:after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("/assets/images/original/baikyaku-souzoku-common-link_241118.png");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: -4px 0 0 16px;
}

.l-section>section+section {
  margin-top: 0;
}


@media screen and (max-width: 768px) {
  .icon-arrow:after {
    width: 1.5em;
    height: 1.5em;
    margin: -4px 0 0 16px;
  }
}


/*バナーエリア
-----------------------------*/

.p-bnr{
  margin-top: 100px;
}

.p-bnr a:hover{
  opacity: .6;
}

.p-bnr .bnr02{
  max-width: 600px;
  margin: 100px auto 0;
}

@media screen and (max-width: 768px) {
  .p-bnr{
    margin-top: 60px;
  }
  
  .p-bnr .bnr02{
    max-width: 100%;
    margin: 24px auto 0;
  }
}

/*共通CVエリア
-----------------------------*/

#info {
  color: #fff;
  padding: 0 0 70px 0;
  background-color: #5081A5;
}
@media screen and (max-width: 768px) {
  #info {
    padding: 20px 0 70px;
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media screen and (min-width: 1121px), print {
  #info {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}
#info #headlines {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto 20px auto;
  transform: translate(0, -20px);
}
@media screen and (max-width: 1140px) {
  #info #headlines {
    transform: translate(0, 0);
  }
}
#info #headlines #img_1 {
  width: 175px;
}
@media screen and (max-width: 1140px) {
  #info #headlines #img_1 {
    display: none;
  }
}
#info #headlines #img_2 {
  width: 233px;
}
@media screen and (max-width: 1140px) {
  #info #headlines #img_2 {
    display: none;
  }
}
#info #headlines img {
  display: block;
}
#info #headlines div {
  line-height: 1.5;
  padding: 0 10px;
  transform: translate(0, 15px);
}
@media screen and (max-width: 768px) {
  #info #headlines div {
    transform: translate(0, 0);
  }
}
#info #headlines div h2 {
  font-family: sans-serif;
}
#info #headlines div h2 p:first-child {
  font-size: 30px;
  display: flex;
  justify-content: center;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  #info #headlines div h2 p:first-child {
    font-size: 15px;
    gap: 0.1em;
  }
}
#info #headlines div h3 {
  font-family: sans-serif;
  font-size: 48px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  #info #headlines div h3 {
    font-size: 24px;
  }
}
#info #headlines div h3 p {
  display: flex;
  justify-content: center;
  gap: 0.3em;
  margin: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  #info #headlines div h3 p {
    gap: 0.1em;
    margin: 0 5px 0 0;
  }
}
#info #headlines div h3 p:last-child {
  font-size: 30px;
  display: flex;
  gap: 0.3em;
  transform: translate(0, -5px);
}
@media screen and (max-width: 768px) {
  #info #headlines div h3 p:last-child {
    font-size: 15px;
    gap: 0.2em;
    transform: translate(0, 0);
  }
}
#info #contact #contact_means {
  font-family: "Zen Maru Gothic", serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  padding: 0 0 10px 0;
  margin: 0 auto 40px auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  display: flex;
  gap: 0.4em;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width: 768px) {
  #info #contact #contact_means {
    font-size: 15px;
    margin: 0 auto 30px auto;
  }
}
#info #contact #tel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  margin: 0 auto 40px auto;
}
@media screen and (max-width: 768px) {
  #info #contact #tel {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}
#info #contact #tel .area {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #info #contact #tel .area {
    gap: 10px;
  }
}
#info #contact #tel .area ul {
  font-family: sans-serif;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #info #contact #tel .area ul {
    font-size: 14px;
    line-height: 1.5;
  }
}
#info #contact #tel .area ul li {
  white-space: nowrap;
}
#info #contact #tel .area div {
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  text-align: center;
  margin: auto;
}
#info #contact #tel .area div small {
  font-family: sans-serif;
  font-size: 13px;
  white-space: nowrap;
  margin: 0 0 5px 0;
  display: block;
}
#info #contact #tel .area div p {
  font-family: din-2014, sans-serif;
  font-size: 33px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 0 50px;
  margin: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  background-image: url(/assets/images/original/baikyaku-souzoku-kanishindan-infotel_241118.png);
  background-size: 44px 35px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #info #contact #tel .area div p {
    font-size: 24px;
    padding: 0 0 0 30px;
    background-size: 22px 18px;
  }
}
#info #contact #tel .area div p a {
color: #fff;
}
#info #contact #tel .area div p a:hover {
text-decoration: none;
cursor: auto;
}
#info #contact #contact_link {
  margin: auto;
  max-inline-size: -moz-max-content;
  max-inline-size: max-content;
  border-radius: 10px;
  background-color: #fff;
  transition: 0.3s;
}
#info #contact #contact_link:hover {
  opacity: 0.9;
}
#info #contact #contact_link a {
  font-family: "Zen Maru Gothic", serif;
  font-size: 22px;
  font-weight: 700;
  color: #5181a5;
  text-decoration: none;
  padding: 35px 70px;
  display: flex;
  gap: 0.3em;
}
@media screen and (max-width: 768px) {
  #info #contact #contact_link a {
    font-size: 16px;
    padding: 17px 20px;
    gap: 0.2em;
  }
}

.l-section--padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

.l-section--padding:first-child {
  margin-top: 0;
}

.l-section--padding > section + section {
  margin-top: 120px;
}

/*PC*/
@media screen and (min-width: 769px), print {
  .l-section--padding {
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .l-section--padding > section + section {
    margin-top: 160px;
  }
}

/* プロの『相続×不動産』診断バナー
-----------------------------*/
.banner_1 {
  display: none;
  }
  
@media screen and (min-width: 769px) {
  .banner_1 {
  display: block;
  width: 400px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 9999;
  }
  
  .banner_1 a img {
  width: 400px;
  }
  
  .banner_close img {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  cursor: pointer;
  }
}
  
.banner_2 {
max-width: 720px;
margin: 80px auto 0 auto;
text-align: center;
transition: 0.3s;
}

.banner_2:hover {
opacity: 0.9;
}

/*チャットで質問　位置調整*/
@media screen and (min-width: 769px) {
  #sp_chat_tab .oksky-chat-container--minimized {
    bottom: 330px;
  }
}
