@charset "UTF-8";
/*
$font-sizes: (
  xs: v.$font-xs,
  sm: v.$font-sm,
  lg: v.$font-lg,
  xl: v.$font-xl,
  "2xl": v.$font-2xl,
);

$heading-sizes: (
  h1: 26px,
  h2: 24px,
  h3: 25px,
  h4: 18px,
  h5: 16px,
  h6: 16px,
);

$heading-sizes-sp: (
  h1: 24px,
  h2: 22px,
  h3: 20px,
  h4: 18px,
  h5: 14px,
  h6: 16px,
);
*/
.link-btn {
  margin: 10px 0;
  max-width: 364px;
}

.link-btn a {
  border-radius: 47px;
  display: grid;
  font-size: 1rem;
  padding: 20px 54px 20px 20px;
  place-items: center;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
}

.external-btn a {
  background: #e9902b url(img/common/icon-external.svg) no-repeat 94%/26px;
  border: 1px solid #e9902b;
  color: #fff;
}
.external-btn a:hover {
  opacity: 0.8;
}

.internal-btn a {
  background: #fff url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  border: 1px solid #1a3b56;
  color: #1a3b56;
}
.internal-btn a:hover {
  background: #1a3b56 url(img/common/icon-arrow-gray.svg) no-repeat 94%/12px;
  color: #fff;
}

.tel-btn a {
  background: #62add1 url(img/common/icon-tel.svg) no-repeat 6%/30px;
  border: 1px solid #62add1;
  color: #fff;
}
.tel-btn a:hover {
  opacity: 0.8;
}

/*
@mixin underline-rounded($color, $width, $position: "bottom", $isBefore: false) {
  position: relative;
  padding-inline: 0.1em;

  @if $isBefore {
    &::before {
      position: absolute;
      width: 100%;
      height: $width;
      content: "";
      background: $color;
      border-radius: calc(0.5 * $width);

      @if $position == "left" {
        width: $width;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
      }
      @else if $position == "bottom" {
        width: 100%;
        height: $width;
        left: 0;
        right: 0;
        bottom: calc(-0.75 * $width);
      }
    }
  }
  @else {
    &::after {
      position: absolute;
      width: 100%;
      height: $width;
      content: "";
      bottom: calc(-0.75 * $width);
      left: 0;
      right: 0;
      background: $color;
      border-radius: calc(0.5 * $width);
    }
  }
}
*/
.sp-only {
  display: none !important;
}

@media screen and (max-width:750px) {
.link-btn a {
  border-radius: 50vh;
  padding: 20px 35px 20px 20px;
}
  .sp-only {
    display: revert !important;
  }
  .pc-only {
    display: none !important;
  }
}
.u-upper {
  text-transform: uppercase;
}

.u-nowrap {
  white-space: nowrap;
}

.bg-lightblue {
  background: #fafbfc;
}

.bg-blue {
  background: #e9f4f9;
}

.l-mainvisual {
  background: url(img/za-nac-00000204.jpg) 50%/cover no-repeat;
  min-height: 916px;
  overflow: hidden;
  padding: 25px 5%;
  position: relative;
}
@media screen and (max-width:750px) {
  .l-mainvisual {
    background: url(img/mainvisual/bg-mv01-sp.jpg) no-repeat bottom/100% 100%;
    padding: 25px 15px;
    min-height: auto;
  }
}

.l-mainvisual_siteName {
  background: url(img/common/logo.svg) no-repeat 100%/contain;
  height: 80px;
  max-width: 214px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 100%;
}
@media screen and (max-width:750px) {
  .l-mainvisual_siteName {
height: 14vw;
width: 40vw;
  }
}

.l-mainvisual_siteAbout-title {
  color: #1a3b56;
  font-size: 0.875rem;
  font-weight: 400;
  position: absolute;
  right: 2%;
  top: 25px;
}
@media screen and (max-width:750px) {
  .l-mainvisual_siteAbout-title {
    font-size: 11px;
    line-height: 1.5em;
    top: 15px;
    width: 50%;
  }
}

.mainvisual {
  background: url(img/mainvisual/bg-mv02.png) no-repeat center 20px;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
}
@media screen and (max-width:750px) {
  .mainvisual {
    background: url(img/mainvisual/bg-mv02-sp.png) no-repeat center 44px/100%;
    padding-bottom: 40px;
  }
}
.mainvisual-contents {
  margin: 0 auto;
  max-width: 575px;
  text-align: center;
}
@media screen and (max-width:750px) {
  .mainvisual-contents {
    width: 80%;
  }
}
.mainvisual-illust01 {
  bottom: 0;
  left: 0;
  max-width: 241px;
  position: absolute;
  width: 21%;
}
@media screen and (min-width:751px) and (max-width:1099.98px) {
  .mainvisual-illust01 {
    left: -5%;
  }
}
@media screen and (max-width:750px) {
  .mainvisual-illust01 {
    position: relative;
    width: 100%;
  }
}
.mainvisual-illust02 {
  bottom: 0;
  max-width: 242px;
  position: absolute;
  right: 0;
  width: 21%;
}
@media screen and (min-width:751px) and (max-width:1099.98px) {
  .mainvisual-illust02 {
    right: -5%;
  }
}
@media screen and (max-width:750px) {
  .mainvisual-illust02 {
    position: relative;
    width: 100%;
  }
}
.mainvisual-illust03 {
  margin: -30px auto 28px auto;
  max-width: 363px;
  width: 63%;
}
@media screen and (max-width:750px) {
  .mainvisual-illust03 {
    margin: 10px auto;
    width: 40%;
  }
  .mainvisual-illustgroup {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 50px auto 0 auto;
    position: relative;
    width: 40%;
  }
}
.mainvisual-bubble .bubble {
  color: #fff;
  display: grid;
  font-size: 1.2rem;
  line-height: 1.4em;
  place-items: center;
  position: absolute;
}
@media screen and (max-width:750px) {
  .mainvisual-bubble .bubble {
    font-size: 0.75rem;
  }
}
.mainvisual-bubble .bubble01 {
  background: url(img/mainvisual/bg-bubble01.svg) no-repeat 50%/100%;
  height: 145px;
  left: -12%;
  top: 180px;
  width: 246px;
}
@media screen and (max-width:750px) {
  .mainvisual-bubble .bubble01 {
    height: 67px;
    left: 6%;
    top: -39px;
    width: 110px;
  }
}
.mainvisual-bubble .bubble02 {
  background: url(img/mainvisual/bg-bubble02.svg) no-repeat 50%/100%;
  height: 132px;
  left: 4%;
  top: 51px;
  width: 246px;
}
@media screen and (max-width:750px) {
  .mainvisual-bubble .bubble02 {
    height: 64px;
    left: -5%;
    top: 41px;
    width: 118px;
  }
}
.mainvisual-bubble .bubble03 {
  background: url(img/mainvisual/bg-bubble03.svg) no-repeat 50%/100%;
  height: 159px;
  right: 5%;
  top: 27px;
  width: 264px;
}
@media screen and (max-width:750px) {
  .mainvisual-bubble .bubble03 {
    height: 75px;
    right: 3%;
    top: -45px;
    width: 119px;
  }
}
.mainvisual-bubble .bubble04 {
  background: url(img/mainvisual/bg-bubble04.svg) no-repeat 50%/100%;
  height: 144px;
  right: -12%;
  top: 180px;
  width: 275px;
}
@media screen and (max-width:750px) {
  .mainvisual-bubble .bubble04 {
    height: 62px;
    right: -5%;
    top: 36px;
    width: 119px;
  }
}
.mainvisual-label {
  margin-bottom: 32px;
}
.mainvisual-label dt {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width:750px) {
  .mainvisual-label dt {
    font-size: 1rem;
  }
}
.mainvisual-label dd {
  background: #2ac3bf;
  border-radius: 10px;
  color: #fff;
  font-size: 1.625rem;
  margin: 0 auto;
  max-width: 413px;
}
@media screen and (max-width:750px) {
  .mainvisual-label dd {
    font-size: 1.1875rem;
  }
}
.mainvisual-title {
  color: #e88b21;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 32px;
}
@media screen and (max-width:750px) {
  .mainvisual-title {
    font-size: 1.6875rem;
  }
}
.mainvisual-text {
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width:750px) {
  .mainvisual-text {
    font-size: 0.875rem;
  }
}
.mainvisual-sponser {
  color: #707070;
  text-align: left;
  font-size: 14px;
}
@media screen and (max-width:750px) {
  .mainvisual-sponser {
    font-size: 0.875rem;
  }
}

.fuwafuwa {
  animation: popIn 0.6s ease-out forwards,float 4s ease-in-out infinite;
  opacity: 0;
  transform: scale(0.8) translateY(20px);
}

.fuwafuwa2 {
  animation-delay: 0.7s;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

/* ぴょこっと出る動き（拡大 + 上昇 + フェードイン） */
@keyframes popIn {
  0% {
    opacity: 0;
    transform: scale(0.8) translateY(20px);
  }
  60% {
    opacity: 1;
    transform: scale(1.05) translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
/* ふわふわ */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-12px);
  }
  100% {
    transform: translateY(0px);
  }
}
/* ランダム風に出すための個別 delay（表示 / ふわふわ） */
.delay-0 {
  animation-delay: 0.3s, 1s;
}

.delay-1 {
  animation-delay: 1.2s, 1.5s;
}

.delay-2 {
  animation-delay: 2s, 2s;
}

.delay-3 {
  animation-delay: 0.9s, 2.5s;
}

.delay-4 {
  animation-delay: 1.6s, 3s;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.topHgroup {
  text-align: center;
}
.topHgroup-subttl {
  margin-bottom: 5px;
}
@media screen and (max-width:750px) {
  .topHgroup-subttl img {
    max-height: 20px;
    width: 15%;
  }
}
.topHgroup-subttl:before {
  color: #2ac3bf;
  content: "●";
  margin-right: 5px;
}
@media screen and (max-width:750px) {
  .topHgroup-subttl:before {
    position: relative;
    top: -7px;
  }
}
.topHgroup-mainttl {
  font-size: clamp(1.53rem, calc(1.53rem + 1.66vw - 6.225px), 2.33rem);
  font-weight: 700;
}
.topHgroup-mainlink {
  display: inline-block;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width:750px) {
  .topHgroup-mainlink {
    display: block;
  }
}
.topHgroup-mainlink:after {
  background: url(img/common/icon-arrow-gray.svg) no-repeat 0 0;
  content: "";
  display: block;
  height: 19px;
  position: absolute;
  right: -30px;
  top: 50%;
  translate: 100% -50%;
  width: 21px;
}
@media screen and (max-width:750px) {
  .topHgroup-mainlink:after {
    right: 30px;
  }
}

.topHeading {
  text-align: center;
}
.topHeading .ttl {
  display: inline-block;
  font-size: clamp(1.3rem, calc(1.2rem + 1.66vw - 6.225px), 2rem);
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
@media screen and (max-width:750px) {
  .topHeading .ttl {
    padding-left: 0px;
  }

 .topLogic-qblock .explan-block02 .explan-table{
margin-top: 0!important;
}
  
}
.topHeading .ttl::before {
  background-color: #e9f4f9;
  border-radius: 50vw;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: -9px;
  width: 60px;
  z-index: -1;
}
@media screen and (max-width:750px) {
  .topHeading .ttl::before {
    height: 40px;
    left: 7px;
    top: -7px;
    width: 40px;
  }

}

.summary {
  background: #e9f4fa;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  margin: 80px 15px 10px 0;
  padding: 35px 56px;
  position: relative;
}
@media screen and (max-width:750px) {
  .summary {
    padding: 35px 15px;
  }
}
.summary::before {
  background: url(img/common/icon-wquote.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 37px;
  left: 40px;
  position: absolute;
  top: -20px;
  width: 44px;
}
@media screen and (max-width:750px) {
  .summary::before {
    width: 31px;
  }
}
.summary::after {
  background: url(img/common/bg-dot.svg) repeat 0 0;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 15px;
  position: absolute;
  top: 15px;
  width: 100%;
  z-index: -2;
}
.summary-block {
  display: grid;
  gap: 70px;
  grid-template-columns: 1fr 160px;
  margin-bottom: 30px;
}
@media screen and (max-width:750px) {
  .summary-block {
    gap: 0;
    grid-template-columns: 1fr;
    padding-top: 80px;
  }
}
.summary-ttl {
  background: #fff;
  border-radius: 10px;
  font-size: clamp(1.07rem, calc(1.07rem + 1.24vw - 4.65px), 1.67rem);
  font-weight: 700;
  margin-bottom: 30px;
  padding: 15px 30px;
}
@media screen and (max-width:750px) {
  .summary-ttl {
    padding: 10px 20px;
  }
  .summary-about {
    order: 2;
  }
}
.summary-profile {
  text-align: center;
}
@media screen and (max-width:750px) {
  .summary-profile {
    align-items: end;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 91px;
    order: 1;
    position: absolute;
    right: 30px;
    top: -20px;
  }
}
.summary-profile img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}
.summary-profile .profile-photo {
  margin-bottom: 5px;
}
@media screen and (max-width:750px) {
  .summary-profile .profile-photo {
    order: 2;
  }
}
.summary-profile p {
  line-height: 1.5em;
}
@media screen and (max-width:750px) {
  .summary-profile p {
    order: 1;
    text-align: right;
  }
}
.summary-profile p span {
  display: block;
  font-weight: 600;
}

.topBtn-area {
  text-align: center;
}
.topBtn-area .text {
  line-height: 1.5em;
  margin-bottom: 10px;
}
.topBtn-area .link-btn {
  margin: 0 auto;
}

.topSponsor_contents {
  display: grid;
  gap: 30px;
  grid-template-columns: 374px 1fr;
}
@media screen and (max-width:750px) {
.topBtn-area .link-btn {
  max-width: 90%;
}
  .topSponsor_contents {
    grid-template-columns: 1fr;
  }
}
.topSponsor_block01Item {
  border-bottom: 1px solid #1a3b56;
  border-left: 1px solid #1a3b56;
  padding: 37px 0px 37px 35px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topSponsor_block01Item {
    margin-bottom: 10px;
    padding: 12px 0px 16px 20px;
  }
}
.topSponsor_block01Item:after {
  bottom: 1px;
  color: #2ac3bf;
  content: "●";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}
.topSponsor_block01Itemviser {
  font-size: clamp(1.13rem, calc(1.13rem + 0.41vw - 1.5375px), 1.33rem);
  font-weight: 600;
  margin-bottom: 37px;
}
@media screen and (max-width:750px) {
  .topSponsor_block01Itemviser {
    margin-bottom: 10px;
  }
}
.topSponsor_block01Itemoffice {
  font-size: clamp(1.47rem, calc(1.47rem + 0.83vw - 3.1125px), 1.87rem);
  font-weight: 600;
  line-height: 1.4em;
}
.topSponsor_block01Itemoffice span {
  color: #3779b9;
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 5px;
}
.topSponsor_block02 {
  background: #e9f4fa;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  margin-right: 15px;
  padding: 35px 56px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topSponsor_block02 {
  padding: 20px 20px;
  }
}
.topSponsor_block02::before {
  background: url(img/common/icon-wquote.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 37px;
  left: 40px;
  position: absolute;
  top: -20px;
  width: 44px;
}
@media screen and (max-width:750px) {
  .topSponsor_block02::before {
    width: 31px;
  }
}
.topSponsor_block02::after {
  background: url(img/common/bg-dot.svg) repeat 0 0;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 100%;
  z-index: -2;
}
.topSponsor_block02-btn {
  background: #1a3b56;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  bottom: -45px;
  color: #fff;
  cursor: pointer;
  padding: 10px 0 10px 20px;
  position: absolute;
  right: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  width: 137px;
}
@media screen and (max-width:750px) {
  .topSponsor_block02-btn {
    padding: 10px 36px 10px 20px;
  }
}
.topSponsor_block02-btn:hover {
  opacity: 0.7;
}
.topSponsor_block02-btn::after {
  color: #fff;
  content: "＋";
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.topSponsor_block02-btn.-open::after {
  content: "－";
}
.topSponsor_about {
  display: grid;
  grid-template-columns: 1fr 165px;
  grid-template-rows: max-content max-content 1fr auto;
  grid-column-gap: 45px;
  grid-row-gap: 0px;
}
@media screen and (max-width:750px) {
  .topSponsor_about {
    display: block;
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.topSponsor_aboutItem {
  padding: 30px 0 0 0;
}
@media screen and (max-width:750px) {
  .topSponsor_aboutItem {
    padding: 10px 0 20px 0;
  }
}
.topSponsor_aboutItemNumber {
  font-size: clamp(1.33rem, calc(1.33rem + 0.69vw - 2.5875px), 1.67rem);
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width:750px) {
  .topSponsor_aboutItemNumber {
    margin-bottom: 0px;
  }
}
.topSponsor_aboutItemNumber span {
  font-size: 25px;
}
.topSponsor_aboutItemArea {
  font-size: clamp(0.87rem, calc(0.87rem + 0.41vw - 1.5375px), 1.07rem);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width:750px) {
  .topSponsor_aboutItemArea {
    text-align: center;
  }
  .topSponsor_aboutItemArea .link-btn {
    margin: 10px auto;
  }
}
.topSponsor_about-name {
  text-align: center;
}
.topSponsor_about-name img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}
.topSponsor_about-name .specialty {
  background: #1a3b56;
  border-radius: 5px;
  color: #fff;
  font-size: clamp(0.87rem, calc(0.87rem + 0.14vw - 0.525px), 0.93rem);
  font-weight: 600;
  margin: 10px auto 0 auto;
  max-width: 180px;
  padding: 6px 0;
}
.topSponsor_about-name .name {
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width:750px) {
  .topSponsor_about-name .name {
    margin-bottom: 20px;
  }
}
.topSponsor_consullist {
  grid-area: 2/1/3/3;
  margin-left: 20px;
  margin-top: 20px;
}
.topSponsor_consullist li {
  font-size: 14px;
  margin: 0 0 8px 0;
  text-align: left;
  text-indent: -1.3em;
}
.topSponsor_consullist li:before {
  background: #1a3b56;
  border-radius: 10px;
  content: "";
  display: inline-block;
  height: 10px;
  margin-right: 0.5rem;
  width: 10px;
}

.topLogic {
  margin-bottom: 0;
  padding-bottom: 100px;
  padding-top: 100px;
}
.topLogic-qblock-inner {
  margin-bottom: 120px;
}
@media screen and (max-width:750px) {
  .topLogic{
    padding-top:70px;
    padding-bottom: 30px;
  }
  
  .topLogic-qblock-inner {
    margin-bottom: 40px;
  }
}
.topLogic-qlist ul {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 45px 0 100px 0;
}
@media screen and (max-width:750px) {
  .topLogic-qlist ul {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 70px;
  }
}
.topLogic-qlist li a {
  background: url(img/common/icon-magnifying.svg) no-repeat center 10px, url(img/top/bg-logic-qlist.svg) no-repeat 0 0/100%;
  color: #1a3b56;
  display: grid;
  font-size: clamp(1.07rem, calc(1.07rem + 0.14vw - 0.525px), 1.13rem);
  font-weight: 600;
  min-height: 143px;
  padding-top: 38px;
  place-items: center;
  text-decoration: none;
}
@media screen and (max-width:750px) {
  .topLogic-qlist li a {
    background: #fff url(img/common/icon-magnifying.svg) no-repeat 5%;
    border: 1px solid #1a3b56;
    border-radius: 80px;
    min-height: 80px;
    padding-top: 0px;
  background-size: 9%;
  }
}
.topLogic-qlist li a:hover {
  background: url(img/common/icon-magnifying.svg) no-repeat center 10px, url(img/top/bg-logic-qlist.svg) no-repeat 0 0/100%;
}
@media screen and (max-width:750px) {
  .topLogic-qlist li a:hover {
    background: #e9f4fa url(img/common/icon-magnifying.svg) no-repeat 5%;
  }
}
.topLogic-qlist li a span {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
}
.topLogic-qlist li a span:after {
  background: url(img/common/icon-arrowcircle-navy.svg) no-repeat 50% / contain;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 3%;
  top: 50%;
  transform: translate(5%, -50%) rotate(90deg);
  width: 25px;
}
.topLogic-qblock-qttl {
  font-size: clamp(1.07rem, calc(1.07rem + 1.66vw - 6.225px), 1.87rem);
  font-weight: 700;
  padding: 0px 320px 30px 230px;
  position: relative;
  z-index: 2;
  margin-top: -90px;
  padding-top: 90px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl {
    padding: 0px 30px 10px 75px;
    text-align: center;
  padding-top: 0;
    margin-top: 0;
  }
}
.topLogic-qblock-qttl span {
  color: #ea902b;
  font-size: clamp(1.2rem, calc(1.2rem + 2.34vw - 8.775px), 2.33rem);
  position: relative;
}
.topLogic-qblock-qttl:before {
  background: url(img/top/illust-question01.png) no-repeat center 0/100%;
  bottom: 0;
  content: "";
  display: block;
  height: 163px;
  left: 50px;
  position: absolute;
  width: 152px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl:before {
    height: 65px;
    left: 8px;
    width: 61px;
  }
}
.topLogic-qblock-qttl:after {
  bottom: -3px;
  content: "";
  display: block;
  height: 110px;
  position: absolute;
  right: -0.5px;
  width: 360px;
  z-index: 2;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl:after {
    /* height: 48px; */
    /* width: 67px; */
    display: none;
  }
}
.topLogic-qblock-qttl01:after {
  background: url(img/top/bar-question1.svg) no-repeat 0 0/100% 100%;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl01:after {
    background: url(img/top/bar-question1-sp.svg) no-repeat 0 0/100% 100%;
  }
}
.topLogic-qblock-qttl02:after {
  background: url(img/top/bar-question2.svg) no-repeat 0 0/100% 100%;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl02:after {
    background: url(img/top/bar-question2-sp.svg) no-repeat 0 0/100% 100%;
  }
}
.topLogic-qblock-qttl03:after {
  background: url(img/top/bar-question3.svg) no-repeat 0 0/100% 100%;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-qttl03:after {
    background: url(img/top/bar-question3-sp.svg) no-repeat 0 0/100% 100%;
  }
}
.topLogic-qblock-inner {
  background: #fff;
  border: 1px solid #345ca7;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  padding: 30px 65px 65px 65px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topLogic-qblock-inner {
    padding: 0px 13px 30px 13px;
    border-top-right-radius: 10px;
  }
}
.topLogic-qblock .answer-heading {
  display: grid;
  gap: 40px;
  grid-template-columns: 1fr 160px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-heading {
    gap: 0;
    grid-template-columns: 1fr;
    position: relative;
  }
}
.topLogic-qblock .answer-bubble {
  background-color: #e9f4f9;
  border-radius: 4px;
  display: inline-block;
  font-size: clamp(1.07rem, calc(1.07rem + 1.52vw - 5.7px), 1.8rem);
  font-weight: 400;
  line-height: 1.5;
  margin: 50px 20px;
  min-height: 110px;
  padding: 16px 16px 16px 50px;
  position: relative;
  text-align: left;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-bubble {
    margin: 50px 15px 35px 0;
    padding: 80px 20px 20px 20px;
  }
}
.topLogic-qblock .answer-bubble .caption {
  background: #2ac3bf;
  border-radius: 50px;
  color: #fff;
  display: inline-block;
  font-size: clamp(0.6rem, calc(0.6rem + 0.97vw - 3.6375px), 1.07rem);
  font-weight: 600;
  left: 33px;
  letter-spacing: 0.05em;
  padding: 5px 30px 5px 50px;
  position: absolute;
  top: -10px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-bubble .caption {
    left: 20px;
    padding: 5px 30px 5px 30px;
  }
}
.topLogic-qblock .answer-bubble .caption:before {
  background: url(img/common/icon-right.svg) no-repeat center 0/100%;
  content: "";
  display: block;
  height: 84px;
  left: -40px;
  position: absolute;
  top: -40px;
  width: 80px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-bubble .caption:before {
    height: 50px;
    left: -20px;
    top: -20px;
    width: 48px;
  }
}
.topLogic-qblock .answer-bubble .comment {
  display: grid;
  height: 100%;
  place-content: center;
}
.topLogic-qblock .answer-bubble .comment-text {
  font-size: clamp(1.2rem, calc(1.2rem + 1.24vw - 4.65px), 1.6rem);
  font-weight: 600;
}
.topLogic-qblock .answer-bubble::before {
  background: url(img/common/icon-down-orange.svg) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 68px;
  left: 0;
  margin: 10px auto;
  position: absolute;
  right: 0;
  top: -99px;
  width: 40px;
  z-index: 2;
}
@media screen and (max-width:750px) {

  .topLogic-qblock .answer-bubble .comment-text{
    font-size:17px;
  }
  .topLogic-qblock .answer-bubble::before {
    top: -66px;
    width: 23px;
  }
}
.topLogic-qblock .answer-bubble::after {
  background: url(img/common/bg-dot.svg) repeat 0 0/100%;
  border-radius: 10px;
  content: "";
  display: block;
  height: 100%;
  left: 7px;
  position: absolute;
  top: 7px;
  width: 100%;
  z-index: -2;
}
.topLogic-qblock .answer-bubble-after {
  border-color: transparent transparent transparent #e9f4f9;
  border-style: solid;
  border-width: 10px 0 10px 20px;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  translate: 100% -50%;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-bubble-after {
    display: none;
  }
}
.topLogic-qblock .answer-profile {
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-profile {
    align-items: end;
    display: grid;
    grid-template-columns: 1fr 91px;
    position: absolute;
    right: 30px;
    top: 45px;
  }
}
.topLogic-qblock .answer-profile img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-profile img {
    margin-left: 20px;
    order: 2;
    width: 75px;
  }
}
.topLogic-qblock .answer-profile p {
  line-height: 1.5em;
  margin: 10px 0;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-profile p {
    font-size: clamp(0.8rem, calc(0.8rem + 0.28vw - 1.05px), 0.93rem);
    margin: 0;
    order: 1;
    text-align: right;
  }
}
.topLogic-qblock .answer-profile p span {
  font-weight: 600;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .answer-profile p span {
    display: block;
  }
  .topLogic-qblock .answer-profile-img {
    margin-left: 10px;
    width: 75px;
  }
}
.topLogic-qblock .explan-block01 {
  margin: 0 auto 60px auto;
  max-width: 972px;
}
.topLogic-qblock .explan-block01 .text01 {
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .text01 {
    line-height: 1.7em;
    text-align: left;
  }
}
.topLogic-qblock .explan-block01 .figure {
  align-items: end;
  background: url(img/top/q1-figure-bg.svg) no-repeat bottom/100%;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 20px 0 50px 0;
  min-height: 325px;
  padding: 30px 40px 20px 40px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .figure {
    min-height: auto;
    padding: 30px 5px 20px 5px;
    position: relative;
  }
}
.topLogic-qblock .explan-block01 .figure .img-figure {
  align-items: end;
  place-content: center;
  position: relative;
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .figure .img-figure {
    position: unset;
  }
}
.topLogic-qblock .explan-block01 .figure .img-figureItem {
  position: relative;
}
.topLogic-qblock .explan-block01 .figure .img-figure-link {
  color: #2ac3bf;
  font-size: clamp(0.93rem, calc(0.93rem + 1.1vw - 4.125px), 1.47rem);
  font-weight: 600;
  left: 0;
  margin-left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 47%;
}
.topLogic-qblock .explan-block01 .figure .img-figure-link:hover {
  cursor: pointer;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .figure .img-figure-link {
    bottom: 0px;
    line-height: 1.2em;
    top: auto;
  }
}
.topLogic-qblock .explan-block01 .figure .img-figure01 .img-figure-link {
  font-size: clamp(0.93rem, calc(0.93rem + 1.1vw - 4.125px), 1.47rem);
}
.topLogic-qblock .explan-block01 .figure .img-figure02 .img-figure-link {
  font-size: clamp(1.07rem, calc(1.07rem + 1.1vw - 4.125px), 1.6rem);
}
.topLogic-qblock .explan-block01 .figure .img-figure03 .img-figure-link {
  font-size: clamp(1.2rem, calc(1.2rem + 1.52vw - 5.7px), 1.93rem);
}
.topLogic-qblock .explan-block01 .figure .img-figure-link span {
  margin-left: 5px;
  position: relative;
  top: 7px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .figure .img-figure-link span {
    display: block;
  }
}
.topLogic-qblock .explan-block01 .figure .figure-tooltipItem {
  background: hsla(0,0%,100%,.9);
  border: 1px solid #1a3b56;
  border-radius: 10px;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  max-width: 230px;
  padding: 30px 25px;
  position: absolute;
  right: 0;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .figure .figure-tooltipItem {
    bottom: auto;
    padding: 30px 12px 15px 12px;
    top: 30px;
    z-index: 10;
  }
}
.topLogic-qblock .explan-block01 .figure .figure-tooltipItem dt {
  font-size: clamp(0.93rem, calc(0.93rem + 0.55vw - 2.0625px), 1.2rem);
  font-weight: 600;
}
.topLogic-qblock .explan-block01 .figure .figure-tooltipItem dt:after {
  background: #1a3b56;
  content: "";
  display: block;
  height: 2px;
  margin: 10px auto;
  width: 23px;
}
.topLogic-qblock .explan-block01 .figure .figure-tooltipItem dd {
  font-size: clamp(0.8rem, calc(0.8rem + 0.28vw - 1.05px), 0.93rem);
  text-align: left;
}
.topLogic-qblock .explan-block01 .figure .figure-tooltipItem .close-btn {
  position: absolute;
  right: 7px;
  top: 7px;
}
.topLogic-qblock .explan-block01 .text02 {
  font-size: 0.9375rem;
  line-height: 1.4em;
}

@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block01 .text02{
    line-height:1.9;
  }
}


.topLogic-qblock .explan-block02 {
  margin: 110px 0 120px;
}
.topLogic-qblock .explan-block02 .explan-table {
  border: none;
  margin: 40px 0 10px 0;
  width: 100%;
}
 .topLogic-qblock .explan-block02 .explan-table td,.topLogic-qblock .explan-block02 .explan-table th {
  border: 1px solid #fff;
  display: table-cell;
  font-size: clamp(0.93rem, calc(0.93rem + 0.55vw - 2.0625px), 1.2rem);
  font-weight: 500;
}
.topLogic-qblock .explan-block02 .explan-table tr td {
  background-color: #f2f4f7;
  padding: 15px;
  text-align: center;
}
.topLogic-qblock .explan-block02 .explan-table tr:nth-child(even) td {
  background-color: #fafbfc;
}
.topLogic-qblock .explan-block02 .explan-table tr th {
  background: #345ca7;
  color: #fff;
  display: table-cell;
  width: 30%;
  padding: 20px;
}
.topLogic-qblock .explan-block02 .explan-table tr:first-child th:first-child {
  border-top-left-radius: 10px;
  font-weight: 400;
}
.topLogic-qblock .explan-block02 .explan-table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.topLogic-qblock .explan-block02 .caution {
  font-size: 0.875rem;
  margin: 0 0 10px 0;
  padding-left: 20px;
  text-indent: -20px;
}
.topLogic-qblock .explan-block02 .text01 {
  line-height: 1.5em;
}
.topLogic-qblock .explan-block03 .casestudy-block {
  background: #fafbfc;
  border-radius: 10px;
  box-shadow: 0px 0px 20px 0px rgba(0,0,0,.2);
  display: grid;
  grid-template-columns: 1fr 667px;
  margin: 50px 0 50px 0;
  padding: 35px 45px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casestudy-block {
    display: block;
    padding: 30px 15px;
  }

  .topLogic-qblock .explan-block02{
    margin:70px 0 70px;
  }
}
.topLogic-qblock .explan-block03 .number-icon {
  left: -30px;
  position: absolute;
  top: -40px;
  width: 94px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .number-icon {
    left: -10px;
    top: -30px;
    width: 70px;
  }
}
.topLogic-qblock .explan-block03 .casename {
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casename {
    display: flex;
    flex-direction: column-reverse;
  }
}
.topLogic-qblock .explan-block03 .casename-lead {
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casename-lead {
    margin-top: 20px;
  }
  .casename-img{
    max-width:40%;
    margin:auto;
    
  }
}
.topLogic-qblock .explan-block03 .casename-lead span {
  display: block;
  font-size: 30px;
  font-size: clamp(1.5rem, calc(1.67rem + 0.69vw - 2.5875px), 1.6rem);
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure {
  align-items: end;
  background: #fff;
  border-radius: 10px;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 84px 1fr;
  margin-bottom: 20px;
  padding: 23px 70px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casedetail .casedetail-figure {
    gap: 5px;
    grid-template-columns: 1fr 38px 1fr;
    padding: 20px 20px;
  }
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure {
  position: relative;
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure {
    grid-template-columns: 1fr;
    text-align: center;
  }
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dl {
  left: 0;
  margin: 0 auto;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dl {
    padding: 1vw 0;
  }
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dt {
  font-size: clamp(0.73rem, calc(0.73rem + 0.69vw - 2.5875px), 1.07rem);
  font-weight: 600;
  margin-bottom: 13px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dt {
    margin-bottom: 0;
  }
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dd {
  font-size: clamp(0.93rem, calc(0.93rem + 1.79vw - 6.7125px), 1.8rem);
  font-weight: 600;
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure dd span {
  font-size: clamp(1.2rem, calc(1.2rem + 1.66vw - 6.225px), 2rem);
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure01 dt {
  margin-bottom: 0px;
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure02 {
  display: grid;
  padding-bottom: 50px;
  place-content: center;
}
.topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure03 dl {
  color: #fff;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .casedetail .casedetail-figure .img-figure03 dd {
    margin-top: 0.5vw;
  }
}
.topLogic-qblock .explan-block03 .btn-area {
  margin-bottom: 40px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .explan-block03 .btn-area {
    margin-bottom: 80px;
  }
}
.topLogic-qblock .explan-block03 .btn-area .link-btn {
  margin: 0 auto;
}
.topLogic-qblock .explan-block04 {
  position: relative;
  z-index: 10;
}
.topLogic-qblock .tokuyaku-block {
  margin: 40px 0 70px;
}
.topLogic-qblock .tokuyaku-block .tokuyaku-bar {
  margin-bottom: 20px;
  position: relative;
}
.topLogic-qblock .tokuyaku-block .tokuyaku-bar span {
  background: #fff;
  font-size: clamp(1.07rem, calc(1.07rem + 1.24vw - 4.65px), 1.67rem);
  font-weight: 700;
  padding: 0 20px 0 0;
  position: relative;
  z-index: 1;
}
.topLogic-qblock .tokuyaku-block .tokuyaku-bar:after {
  background: #1a3b56;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}
.topLogic-qblock .tokuyaku-block .tokuyaku-text {
  margin-bottom: 30px;
}
.topLogic-qblock .merit-block-inner {
  align-items: center;
  background: #fff6eb url(img/top/bg-merit.svg) no-repeat 100% 100%;
  border-radius: 10px;
  display: grid;
  gap: 50px;
  grid-template-columns: 260px 1fr;
  margin: 30px 0;
  padding: 50px 75px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .merit-block-inner {
    gap: 20px;
    grid-template-columns: 1fr;
    padding: 45px 15px 15px 15px;
  }

  .topLogic-qblock .tokuyaku-block{
    margin: 20px 0 40px;
  }
}
.topLogic-qblock .merit-block .text-link {
  font-size: 0.875rem;
  padding: 0;
  position: relative;
  text-align: right;
}
.topLogic-qblock .merit-block .text-link a {
  color: #345ca7;
  display: inline-block;
  text-decoration: none;
}
.topLogic-qblock .meritItem-ttlgroup {
  background: #1a3b56;
  border-radius: 50%;
  display: grid;
  height: 260px;
  place-content: center;
  width: 260px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .meritItem-ttlgroup {
    height: 150px;
    margin: 0 auto;
    width: 150px;
  }
}
.topLogic-qblock .meritItem-ttl {
  color: #ff9a29;
  font-size: clamp(1.2rem, calc(1.2rem + 0.97vw - 3.6375px), 1.67rem);
  font-weight: 700;
  position: relative;
  text-align: center;
}
.topLogic-qblock .meritItem-ttl span {
  color: #fff;
  display: block;
  font-size: 18px;
}
.topLogic-qblock .meritItem-ttl::before {
  background: url(img/top/illust-merit01.png) no-repeat 0 0/100%;
  content: "";
  display: block;
  height: 99px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -120px;
  width: 100px;
}
.topLogic-qblock .meritItem-text {
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 30px;
}
.topLogic-qblock .meritItem-listgroup ul {
  display: grid;
  gap: 15px;
  grid-template-columns: 1fr;
}
.topLogic-qblock .meritItem-listgroup li {
  background: #fff url(img/common/icon-check.svg) no-repeat 15px 50%/17px;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 10px 10px 45px;
}
@media screen and (max-width:750px) {
  .topLogic-qblock .meritItem-listgroup li {
    font-size: clamp(0.93rem, calc(0.93rem + 0.14vw - 0.525px), 1rem);
    padding: 7px 7px 7px 39px;
  }

  .topLogic-qblock .meritItem-ttl::before{
    width:70px;
    top: -76px;
  }
}

.topAbout {
  background: url(img/top/bg-upperside.png) no-repeat top/100%, url(img/top/bg-bottomside.png) no-repeat bottom/100%, #e9f4f9;
  padding-bottom: 120px;
}
@media screen and (max-width:750px) {
  .topAbout {
  padding-bottom: 70px;
margin-bottom: 60px;
  }
}
.topAbout_upperblock {
  display: grid;
  gap: 80px;
  grid-template-columns: 687px 1fr;
  margin: 0 auto 67px auto;
  max-width: 986px;
}
@media screen and (max-width:750px) {
  .topAbout_upperblock {
    gap: 0px;
    grid-template-columns: 1fr;
  }
}
.topAbout_nameItem-catch {
  border-bottom: 1px solid #1a3b56;
  border-left: 1px solid #1a3b56;
  margin-bottom: 25px;
  padding: 35px 75px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topAbout_nameItem-catch {
    padding: 15px 14px;
    margin-top: 50px;
  }
}
.topAbout_nameItem-catchcopy {
  font-size: clamp(1.33rem, calc(1.33rem + 0.14vw - 0.525px), 1.4rem);
  font-weight: 600;
}
.topAbout_nameItem-catch:after {
  bottom: 1px;
  color: #2ac3bf;
  content: "●";
  display: block;
  height: 10px;
  position: absolute;
  right: 0;
  width: 10px;
}
.topAbout_nameItem-catch dt {
  margin-bottom: 24px;
}
.topAbout_nameItem-catch dd {
  font-size: 1.3125rem;
  font-weight: 600;
}
.topAbout_profileItem {
  text-align: center;
}
@media screen and (max-width:750px) {
  .topAbout_profileItem {
    align-items: end;
    display: grid;
    gap: 5px;
    grid-template-columns: 1fr 0.9fr;
  }
}
.topAbout_profileItem img {
  border: 1px solid #1a3b56;
  border-top-left-radius: 50vw;
  border-top-right-radius: 50vw;
}
@media screen and (max-width:750px) {
  .topAbout_profileItemImg {
    order: 2;
  }
  .topAbout_profileItemName {
    order: 1;
    text-align: left;
    margin-top: 4.5rem;
  }

}
.topAbout_profileItem .specialty {
  background: #1a3b56;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: clamp(0.87rem, calc(0.87rem + 0.14vw - 0.525px), 0.93rem);
  margin-top: 10px;
  padding: 0 10px;
}
.topAbout_profileItem .name {
  font-size: 1.125rem;
  font-weight: 600;
}
.topAbout_nameItem .officename {
  color: #345ca7;
  font-size: clamp(1.67rem, calc(1.67rem + 1.38vw - 5.175px), 2.33rem);
  font-weight: 700;
  padding: 0 75px;
}
@media screen and (max-width:750px) {
  .topAbout_nameItem .officename {
    padding: 0;
    position: absolute;
    font-size: 25px;
  }
}
.topAbout .topHeading {
  margin-bottom: 40px;
}
.topAbout .topHeading .ttl::before {
  background-color: #cfe6f1;
}
.topAbout .consul-meritblock {
  margin-bottom: 70px;
}
@media screen and (max-width:750px) {
  .topAbout .topHeading{
    margin-bottom:0;
  }
  .topAbout .consul-meritblock {
    margin-bottom: 40px;
  }
}
.topAbout .consul-meritList {
  align-items: center;
  background: #fff;
  border-radius: 120px;
  display: grid;
  grid-template-columns: 320px 1fr;
  margin-bottom: 20px;
  padding: 41px 45px;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritList {
    border-radius: 50px;
    grid-template-columns: 1fr;
    padding: 10px 30px 20px;
  }
}
.topAbout .consul-meritcopyItem {
  align-items: center;
  border-right: 1px solid #c9c9c9;
  display: grid;
  grid-template-columns: 67px 1fr;
  padding: 16px 0;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritcopyItem {
    border-bottom: 1px solid #c9c9c9;
    border-right: none;
    margin-bottom: 15px;
  }
}
.topAbout .consul-meritcopyItem .copy {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritcopyItem .copy {
    line-height: 1.4em;
    font-size:20px;
  }
}
.topAbout .consul-meritcopyItem .copy span {
  color: #e88b21;
  display: block;
  font-size: 30px;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritcopyItem .copy span {
    font-size: 1.2em;
  }
}
.topAbout .consul-meritcopyItem .copy small {
  font-size: 1.375rem;
}
.topAbout .consul-meritdetailItem {
  padding: 0 35px;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritdetailItem {
    padding: 0;
    margin-bottom: 20px;
  }

  .topAbout .consul-meritdetailItem .detail-heading{
font-size: 18px!important;
line-height: 1.6!important;
}
}
.topAbout .consul-meritdetailItem .detail-heading {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 1.8;
}
.topAbout .consul-meritdoctorItem {
  display: grid;
  gap: 65px;
  grid-area: 2/1/3/3;
  grid-template-columns: 1fr 570px;
  margin: 40px auto 0 auto;
  max-width: 780px;
}
@media screen and (max-width:750px) {
  .topAbout .consul-meritdoctorItem {
    gap: 0px;
    grid-area: auto;
    grid-template-columns: 1fr;
  }
  .topAbout .consul-meritdoctorItem .doctor-img {
    margin-bottom: 20px;
    text-align: center;
  }
}
.topAbout .consul-meritdoctorItem .doctor-img img {
  border-radius: 50vw;
  height: 145px;
  width: 145px;
}
.topAbout .consul-meritdoctorItem .doctor-profile .name {
  font-size: 1.25rem;
  margin-bottom: 20px;
}


@media screen and (max-width:750px) {
.topAbout .consul-meritdoctorItem .doctor-profile .name{
  font-size: 1.1rem;
}
  
}



.topAbout .consul-meritdoctorItem .doctor-profile .historylist li {
  margin: 8px 0;
}
.topAbout .consul-meritdoctorItem .doctor-profile .historylist li:before {
  content: "●";
  margin-right: 5px;
}

.topCase_contents {
  position: relative;
}
.topCase .text01 {
  margin: 30px auto 0 auto;
  max-width: 980px;
}
.topCase-bubble {
  background: url(img/top/bg-bubble.svg) no-repeat 0 0/100%;
  color: #fff;
  display: grid;
  font-size: 1rem;
  height: 150px;
  left: 4%;
  line-height: 1.2em;
  place-items: center;
  position: absolute;
  top: -3%;
  width: 150px;
}
@media screen and (max-width:750px) {
  .topCase-bubble {
    background: #1a3b56;
    border-radius: 50px;
    display: table;
    height: auto;
    left: 0;
    margin: 13px auto;
    padding: 5px 10px;
    position: relative;
    top: 0;
    width: auto;
  }
  .topCase-bubble:after {
    border-color: #1a3b56 transparent transparent;
    border-style: solid;
    border-width: 10px 7px 0 7px;
    bottom: 0;
    content: "";
    left: 50%;
    position: absolute;
    translate: -50% 100%;
  }
}
.topCase .topCase_detail {
  display: flex;
  justify-content: space-between;
  margin: 55px 0;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detail {
    flex-direction: column;
  }
}
.topCase .topCase_detailList {
  max-width: 486px;
  width: 100%;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detailList {
    margin: 0 auto;
  }
}
.topCase .topCase_detailList li {
  align-items: center;
  background: url(img/common/icon-arrow-gray.svg) no-repeat 95%/21px;
  border: 1px solid #1a3b56;
  border-radius: 50vw;
  cursor: pointer;
  display: grid;
  gap: 43px;
  grid-template-columns: 60px 1fr;
  margin-bottom: 20px;
  padding: 15px 14px;
  text-decoration: none;
  transition: 0.5s;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detailList li {
    background: url(img/common/icon-down-gray.svg) no-repeat 95%/21px;
    gap: 5px;
    grid-template-columns: 50px 1fr;
    padding: 10px 40px 10px 13px;
  }
  .topCase .topCase_detailList li .icon {
    width: 45px;
  }
}
.topCase .topCase_detailList li .name {
  font-size: clamp(1rem, calc(1rem + 0.28vw - 1.05px), 1.13rem);
  font-weight: 600;
  text-align: left;
}
.topCase .topCase_detailList li .name span {
  color: #ea902b;
  display: inline;
  font-size: clamp(1.27rem, calc(1.27rem + 0.41vw - 1.5375px), 1.47rem);
}
.topCase .topCase_detailList li:hover {
  background: #e9f4f9 url(img/common/icon-arrow-gray.svg) no-repeat 95%/21px;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detailList li:hover {
    background: #e9f4f9 url(img/common/icon-down-gray.svg) no-repeat 95%/21px;
  }
}
.topCase .topCase_detailList li.-active {
  background: #e9f4f9 url(img/common/icon-arrow-gray.svg) no-repeat 95%/21px;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detailList li.-active {
    background: #e9f4f9 url(img/common/icon-down-gray.svg) no-repeat 95%/21px;
  }
}
.topCase .topCase_detailHowto {
  background: #e9f4f9;
  border-top-left-radius: 100px;
  flex: 1;
  margin-left: 4%;
  margin-right: calc(50% - 50vw);
  padding: 60px 60px 20px 60px;
}
@media screen and (max-width:750px) {
  .topCase .topCase_detailHowto {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 50px;
    margin-bottom: 40px;
    margin-left: 0%;
    padding: 30px 20px 20px 20px;
  }
  .topCase .topCase_detail .topBtn-area .internal-btn a {
    background: #fff url(img/common/icon-up-gray.svg) no-repeat 94%/12px;
  }
}
.topCase .topCase_detailHowtoItem {
  display: none;
  max-width: 467px;
}
.topCase .topCase_detailHowtoItem.-active {
  animation: panel-show 0.9s ease-in-out forwards;
  display: block;
}
.topCase .topCase_detailHowtoItem .ttl-area a {
  align-items: center;
  border-bottom: 1px solid #1a3b56;
  display: grid;
  gap: 20px;
  grid-template-columns: 60px 1fr 21px;
  margin-bottom: 30px;
  padding: 0 0 20px 0;
  text-decoration: none;
}
.topCase .topCase_detailHowtoItem .ttl-area a .ttl {
  font-weight: 600;
}
.topCase .topCase_detailHowtoItem .ttl-area a .ttl span {
  color: #ea902b;
}
.topCase .topCase_detailHowtoItem .text {
  margin: 20px 0 30px 0;
}
.topCase .topCase_detailHowtoItem .text-link a {
  color: #345ca7;
  display: block;
  font-size: 0.875rem;
  padding-right: 50px;
  position: relative;
  text-align: right;
  text-decoration: none;
}
.topCase .topCase_detailHowtoItem .text-link a:after {
  background: url(img/common/icon-arrowcircle-navy.svg) no-repeat 50%;
  content: "";
  display: block;
  height: 30px;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
}

@media screen and (max-width:750px) {
  .topCase .topCase_detailHowtoItem .ttl-area a .ttl{
    font-size:22px;
  }

   .topCase .topCase_detailHowtoItem .ttl-area a .ttl span{
     font-size:22px;
   }

  .topCase .topCase_detailList li .name{
    font-size:17px;
  }
  .topCase .topCase_detailList li .name span{
    font-size:17px;
  }
}

/* パネル切り替えのアニメーション */
@keyframes panel-show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.topBasic {
  padding-bottom: 90px;
  padding-top: 100px;
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .topBasic {
    margin-bottom: 0;
    padding-bottom: 40px;
    padding-top: 70px;
  }
}
.topBasic_upperblock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .topBasic_upperblock {
    flex-direction: column;
  }
  .arrow_box{
    margin-right:30px!important;
  }
  .prev-arrow{
  margin-right:10px!important; 
  }
}
.topBasic_imgItem {
  margin-left: calc(50% - 50vw);
  margin-right: 4%;
}
@media screen and (max-width:750px) {
  .topBasic_imgItem {
    margin-right: 0%;
  }
}
.topBasic_detailIetm {
  max-width: 550px;
}
@media screen and (max-width:750px) {
  .topBasic_detailIetm {
    margin-top: 30px;
  }
}
.topBasic_detailIetm .topHgroup {
  margin-bottom: 30px;
  text-align: left;
}
.topBasic .knowledge-list {
  display: flex;
  margin: 0 calc(50% - 50vw);
}
.topBasic .knowledge-listItem {
  background: #fff;
  border: 1px solid #1a3b56;
  border-radius: 10px;
  margin: 0 20px;
  max-width: 386px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width:750px) {
  .topBasic .knowledge-listItem {
    margin: 0 10px;
  }
}
.topBasic .knowledge-listItem a {
  display: block;
  min-height: 450px;
  padding: 49px 40px;
  text-decoration: none;
  transition-duration: 0.2s;
}
@media screen and (max-width:750px) {
  .topBasic .knowledge-listItem a {
    min-height: 470px;
    padding: 49px 20px;
  }
}
.topBasic .knowledge-listItem:after {
  background: #2ac3bf;
  bottom: -60px;
  content: "";
  display: block;
  height: 100px;
  position: absolute;
  right: -60px;
  transform: rotate(45deg);
  width: 100px;
}
.topBasic .knowledge-listTitle {
  font-size: clamp(1.2rem, calc(1.2rem + 0.55vw - 2.0625px), 1.47rem);
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.topTips {
  padding-top: 50px;
}
.topTips_upperblock {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width:750px) {
  .topTips_upperblock {
    flex-direction: column;
  }
}
.topTips_imgItem {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width:750px) {
  .topTips_imgItem {
    order: 1;
  }
}
.topTips_detailIetm {
  margin-right: 4%;
  max-width: 550px;
}
@media screen and (max-width:750px) {
  .topTips_detailIetm {
    margin-right: 0%;
    margin-top: 20px;
    max-width: 100%;
    order: 2;
  }
}
.topTips_detailIetm .topHgroup {
  margin-bottom: 30px;
  text-align: left;
}
.topTips_tipsList {
  display: grid;
  gap: 32px 40px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 120px;
}
@media screen and (max-width:750px) {
  .topTips_tipsList {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.topTips_tipsListItem {
  align-self: start;
  border: 1px solid #1a3b56;
  border-radius: 10px;
  padding: 0px 0px;
  position: relative;
}
@media screen and (max-width:750px) {
  .topTips_tipsListItem {
    padding: 0px 0px;
  }
}
.topTips_tipsListItem .ttl-area {
  align-items: center;
  cursor: pointer;
  display: grid;
  grid-template-columns: 93px 1fr;
  padding: 20px 0;
}
@media screen and (max-width:750px) {
  .topTips_tipsListItem .ttl-area {
    gap: 10px;
    grid-template-columns: 42px 1fr;
  }
}
.topTips_tipsListItem .ttl {
  background: url(img/common/icon-plus.svg) no-repeat 93%/19px;
  font-size: clamp(1.13rem, calc(1.13rem + 0.83vw - 3.1125px), 1.53rem);
  font-weight: 700;
  padding: 0 50px 0 0;
}
.topTips_tipsListItem .ttl-area.-open .ttl {
  background: url(img/common/icon-minus.svg) no-repeat 93%/19px;
}
.topTips_tipsListItem .text {
  margin: 0 0 30px 0;
  padding: 0 40px;
}
@media screen and (max-width:750px) {
  .topTips_tipsListItem .text {
    margin: 24px 0;
  }
}
.topTips_tipsListItem .topBtn-area {
  padding-bottom: 40px;
}

.js-fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease-out,transform 0.5s ease-out;
  will-change: opacity, transform;
}
.js-fade-up.-js-animation-active {
  opacity: 1;
  transform: translateY(0);
}

.js-fade-in {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s ease-out,transform 0.5s ease-out;
  will-change: opacity, transform;
}
.js-fade-in.-js-animation-active {
  opacity: 1;
  transform: translateY(0);
}

.-delay-1 {
  transition-delay: 0.3s;
}

.-delay-2 {
  transition-delay: 0.6s;
}

.-delay-3 {
  transition-delay: 0.9s;
}

.-delay-4 {
  transition-delay: 1.2s;
}

.-delay-5 {
  transition-delay: 1.5s;
}

/*# sourceMappingURL=index.css.map */