@charset "UTF-8";
:root {
  --main-color: #1DB4CA;
  --main-l-color: #2DC9E0;
  --sub-color: #FFFF82;
  scroll-behavior: smooth;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.l-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@media (max-width: 1080px) {
  .l-inner {
    padding-inline: 20px;
  }
}
@media (max-width: 768px) {
  .l-inner {
    padding: 0 20px;
  }
}

.l-flex {
  display: flex;
}

.u-text-yellow {
  color: var(--sub-color);
}

.c-cta {
  position: relative;
  background: url(/wp-content/themes/anshin/images/cta_bg.svg) center/contain repeat-x;
  height: 248px;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .c-cta {
    height: auto;
    padding: 20px;
    background: var(--sub-color);
  }
}
.c-cta::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 25px;
  display: block;
  width: 120px;
  height: 163px;
  background: url(/wp-content/themes/anshin/images/cta_chara.webp) center/contain no-repeat;
  translate: 0 13px;
  z-index: 10;
}
@media (max-width: 1080px) {
  .c-cta::before {
    display: none;
  }
}
@media (max-width: 768px) {
  .c-cta::before {
    display: none;
  }
}
.c-cta .l-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .c-cta .l-inner {
    scale: 0.75;
    gap: 10px;
    margin-left: -80px;
  }
}
@media (max-width: 768px) {
  .c-cta .l-inner {
    scale: 1;
    gap: none;
    margin-left: 0;
    flex-direction: column;
  }
}
.c-cta__guides {
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .c-cta__guides {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
    padding-inline: 20px;
    width: calc(100vw - 40px);
    height: 60px;
    background-color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 220px;
    margin-bottom: 20px;
  }
}
.c-cta__title {
  margin-bottom: 22px;
  color: #333333;
  font-size: 21px;
  font-weight: 700;
  line-height: 30px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .c-cta__title {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 17px;
    white-space: wrap;
  }
}
.c-cta__phone {
  display: flex;
  align-items: center;
  color: #333333;
  font-size: 43px;
  font-weight: 700;
  white-space: nowrap;
}
.c-cta__phone::before {
  content: "";
  display: inline-block;
  width: 38px;
  height: 38px;
  background: url(/wp-content/themes/anshin/images/cta_phone.svg) center/contain no-repeat;
  margin-right: 16px;
  translate: 0 6px;
}
@media (max-width: 768px) {
  .c-cta__phone {
    font-size: 22px;
    line-height: 32px;
  }
  .c-cta__phone::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    translate: 0 4px;
  }
}
.c-cta__badges {
  position: relative;
  display: block;
}
.c-cta__badges .free {
  position: absolute;
  top: -10px;
  left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background-color: #F39826;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .c-cta__badges .free {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
.c-cta__badges .contact {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  height: 112px;
  background: var(--main-color);
  border-radius: 200px;
  border-bottom: 7px solid #0d8fa2;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  transition: all 0.1s ease-in-out;
  box-sizing: content-box;
}
.c-cta__badges .contact:hover {
  border-bottom: none;
}
@media (max-width: 1080px) {
  .c-cta__badges .contact {
    width: 330px;
    height: 100px;
  }
}
@media (max-width: 768px) {
  .c-cta__badges .contact {
    width: calc(100vw - 40px);
    height: 70px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .c-cta__badges--line {
    margin-top: 20px;
  }
}
.c-cta__badges--line .free {
  left: 50%;
  width: 100%;
  height: 35px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 70px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .c-cta__badges--line .free {
    width: max-content;
    padding-inline: 12px;
    height: 30px;
    font-size: 10px;
  }
}
.c-cta__badges--line .contact {
  flex-direction: column;
  padding-top: 18px;
  background-color: #06C755;
  border-bottom: 7px solid #08AD4C;
  font-size: 16px;
}
@media (max-width: 768px) {
  .c-cta__badges--line .contact {
    font-size: 12px;
  }
}
.c-cta__badges--line .add {
  display: inline-flex;
  font-size: 24px;
}
.c-cta__badges--line .add img {
  display: inline-block;
  margin-right: 6px;
}
@media (max-width: 768px) {
  .c-cta__badges--line .add {
    font-size: 14px;
  }
  .c-cta__badges--line .add img {
    width: 14px;
    height: auto;
    margin-right: 5px;
  }
}

.main {
  background-color: var(--main-l-color);
  font-family: Zen Maru Gothic, Roboto, sans-serif;
  letter-spacing: 0.1em;
}

.hamburger {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 69px;
  padding: 23px 22px;
  top: calc(50vh - 69px);
  left: 0;
  background-color: #0D8FA2;
  border-radius: 0 60px 60px 0;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  z-index: 1000;
}
@media (max-width: 768px) {
  .hamburger {
    top: 10px;
    left: auto;
    right: 10px;
    padding: 17px 0;
    width: 50px;
    height: 50px;
    border-radius: 100%;
  }
}
.hamburger:hover {
  background-color: var(--main-color);
  width: 80px;
}
@media (max-width: 768px) {
  .hamburger:hover {
    width: 50px;
    background-color: #0D8FA2;
  }
}
.hamburger__box {
  position: relative;
  height: 100%;
  width: 70px;
}
@media (max-width: 768px) {
  .hamburger__box {
    width: 18px;
  }
}
.hamburger__line {
  display: block;
  width: 26px;
  height: 2px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .hamburger__line {
    width: 17px;
  }
}
.hamburger__line--1 {
  position: absolute;
  top: 0;
}
.hamburger__line--2 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.hamburger__line--3 {
  position: absolute;
  bottom: 0;
}
.hamburger.is-open {
  background-color: var(--main-color);
}
.hamburger.is-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
}
.hamburger.is-open .hamburger__line--2 {
  opacity: 0;
}
.hamburger.is-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 50%;
  left: 0;
}

.gnav {
  position: fixed;
  top: 0;
  left: 0;
  width: 50vw;
  height: 100vh;
  background-color: #fff;
  visibility: hidden;
  scale: 0 1;
  transform-origin: left;
  opacity: 0;
  transition: all 0.2s ease;
  z-index: 999;
}
@media (max-width: 1080px) {
  .gnav {
    width: 75vw;
  }
}
@media (max-width: 768px) {
  .gnav {
    width: 100vw;
    height: 100%;
  }
}
.gnav.is-open {
  scale: 1 1;
  visibility: visible;
  opacity: 1;
}
@media (max-width: 768px) {
  .gnav.is-open {
    overflow-y: scroll;
  }
}
.gnav__head {
  padding: 25px 0 0 20px;
}
@media (max-width: 768px) {
  .gnav__head {
    padding: 17px 0 0 13px;
  }
  .gnav__head img {
    width: 200px;
  }
}
.gnav__wrapper {
  margin-top: 45px;
  margin-left: calc(50vw - 540px);
}
@media (max-width: 1080px) {
  .gnav__wrapper {
    margin-left: 70px;
  }
}
@media (max-width: 768px) {
  .gnav__wrapper {
    margin-top: 60px;
    margin-left: 40px;
    margin-bottom: 50px;
  }
}
.gnav .l-flex {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .gnav .l-flex {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.gnav__link {
  margin-right: 30px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: 700;
  opacity: 1;
  transition: all 0.1s ease;
}
.gnav__link:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .gnav__link {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.gnav__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .gnav__list {
    margin-left: 30px;
  }
}
.gnav__item {
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 20px;
  opacity: 1;
  transition: all 0.1s ease;
}
.gnav__item:hover {
  opacity: 0.7;
}
.gnav__item::before {
  content: "ー";
  display: inline-block;
  margin-right: 12px;
  font-size: 18px;
  font-weight: bold;
  color: var(--main-color);
  vertical-align: bottom;
}
@media (max-width: 768px) {
  .gnav__item {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.gnav .c-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 209px;
  padding: 30px 40px 40px 57px;
  background-color: var(--sub-color);
  box-sizing: border-box;
}
.gnav .c-cta::before {
  display: none;
}
@media (max-width: 768px) {
  .gnav .c-cta {
    position: relative;
    height: auto;
    padding: 20px 0;
  }
}
.gnav .c-cta .l-inner {
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .gnav .c-cta .l-inner {
    flex-direction: column;
  }
}
.gnav .c-cta__title {
  font-size: 14px;
}
@media (max-width: 768px) {
  .gnav .c-cta__title {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}
.gnav .c-cta__phone {
  font-size: 28px;
}
.gnav .c-cta__phone::before {
  margin-right: 10px;
  translate: 0;
}
@media (max-width: 768px) {
  .gnav .c-cta__phone {
    font-size: 22px;
    line-height: 32px;
  }
  .gnav .c-cta__phone::before {
    width: 20px;
    height: 20px;
    margin-right: 4px;
    translate: 0 1px;
  }
}
.gnav .c-cta__title {
  margin-bottom: 0;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .gnav .c-cta__title {
    margin-bottom: 0;
    margin-right: 10px;
    font-size: 12px;
    line-height: 17px;
  }
}
.gnav .c-cta__guides {
  display: flex;
  align-items: center;
  flex: 100%;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .gnav .c-cta__guides {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 11px;
    padding-inline: 20px;
    width: 100%;
    height: 60px;
    background-color: #fff;
    border: 2px solid var(--main-color);
    border-radius: 220px;
    margin-bottom: 20px;
  }
}
.gnav .c-cta__badges {
  width: 49%;
  height: 90px;
  align-self: baseline;
  transition: all 0.1s ease-in-out;
}
.gnav .c-cta__badges:hover {
  translate: 0 7px;
}
.gnav .c-cta__badges:hover .contact {
  border-bottom: none;
}
@media (max-width: 768px) {
  .gnav .c-cta__badges {
    width: 100%;
    height: 70px;
  }
}
.gnav .c-cta .contact {
  width: 100%;
  max-width: 100%;
  height: 80px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .gnav .c-cta .contact {
    width: calc(100vw - 40px);
    height: 60px;
    font-size: 14px;
    line-height: 22px;
  }
}
.gnav .c-cta .free {
  font-size: 12px;
}
@media (max-width: 768px) {
  .gnav .c-cta .free {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .gnav .c-cta__badges--line {
    margin-top: 20px;
  }
}
.gnav .c-cta__badges--line .contact {
  font-size: 12px;
}
@media (max-width: 768px) {
  .gnav .c-cta__badges--line .contact {
    font-size: 12px;
  }
}
.gnav .c-cta__badges--line .add {
  font-size: 15px;
}
@media (max-width: 768px) {
  .gnav .c-cta__badges--line .add {
    font-size: 14px;
  }
  .gnav .c-cta__badges--line .add img {
    width: 14px;
    height: auto;
    margin-right: 5px;
  }
}
.gnav .c-cta__badges--line .free {
  width: max-content;
  height: 20px;
  font-size: 10px;
  padding: 0 10px;
  letter-spacing: 0;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .gnav .c-cta__badges--line .free {
    padding-inline: 12px;
  }
}

@media (max-width: 768px) {
  .sp_nav {
    position: fixed;
    bottom: 6px;
    left: 0;
    display: flex !important;
    justify-content: space-between;
    gap: 10px;
    width: 100vw;
    padding-inline: 10px;
    box-sizing: border-box;
    z-index: 900;
  }
}
.sp_nav > * {
  flex: 1;
  height: 40px;
}
.sp_nav .c-cta__guides {
  margin-bottom: 0;
  padding-inline: 0;
  justify-content: center;
  align-items: center;
}
.sp_nav .c-cta__phone {
  font-size: 12px;
}
.sp_nav .c-cta__phone::before {
  width: 17px;
  height: 17px;
  margin-right: 4px;
  translate: 0 0;
}
.sp_nav .c-cta__badges--line {
  margin-top: 0;
}
.sp_nav .c-cta__badges--line .contact {
  flex-direction: row;
  gap: 6px;
  padding-top: 0;
  border-bottom: none;
}
.sp_nav .c-cta__badges--line img {
  width: 17px;
}
.sp_nav .contact {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.header {
  position: relative;
  width: 100vw;
  height: 18.4vw;
}
.header a {
  transition: all 0.1s ease-in-out;
  opacity: 1;
}
.header a:hover {
  opacity: 0.8;
}
.header__logos {
  gap: 15px;
  position: absolute;
  width: 369px;
  height: 122px;
  padding: 25px 50px 18px 20px;
  background: #ffffff;
  border-radius: 0 0 180px 0;
}
@media (max-width: 1080px) {
  .header__logos {
    width: 250px;
    height: 70px;
    padding-top: 10px;
  }
}
@media (max-width: 768px) {
  .header__logos {
    padding: 17px 0 0 13px;
    width: 247px;
    height: 82px;
  }
}
.header__logos .logo {
  width: 300px;
  height: 79px;
}
@media (max-width: 1080px) {
  .header__logos .logo {
    width: 250px;
    height: 70px;
  }
}
@media (max-width: 768px) {
  .header__logos .logo {
    width: 200px;
    height: 53px;
  }
}
.header .bg_yellow {
  position: absolute;
  width: 45vw;
  height: 20.4vw;
  top: -2px;
  right: 0;
  background: url(/wp-content/themes/anshin/images/bg_yellow.svg) center/contain no-repeat;
}
@media (max-width: 1080px) {
  .header .bg_yellow {
    display: none;
  }
}
.header__info {
  position: absolute;
  top: 0;
  right: 0;
  display: grid;
  grid-template-areas: "text badge" "phone badge";
  column-gap: 25px;
  padding: 20px 61px 0 0;
}
.header__info .text {
  grid-area: text;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  line-height: 23px;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 1.6px;
}
.header__info .phone {
  grid-area: phone;
  color: #333333;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  text-align: left;
  white-space: nowrap;
}
.header__info .badges {
  position: relative;
  grid-area: badge;
}
.header__info .free {
  position: absolute;
  top: -10px;
  left: 10px;
  width: 41px;
  height: 41px;
  background-color: #F39826;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  z-index: 15;
}
.header__info .contact {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 210px;
  height: 70px;
  background: var(--main-color);
  border-radius: 200px;
  border-bottom: 5px solid #0d8fa2;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1.6px;
  overflow: hidden;
  z-index: 10;
}

.firstview {
  position: relative;
  width: 100vw;
  height: calc(100vh - 70px);
}
@media (max-width: 1080px) {
  .firstview {
    height: auto;
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  .firstview {
    height: auto;
    overflow: hidden;
  }
}
.firstview__title {
  margin-top: 80px;
  margin-bottom: 30px;
  color: #ffffff;
  font-size: 46px;
  font-weight: 700;
  line-height: 66px;
  text-align: left;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
@media (max-width: 1080px) {
  .firstview__title {
    font-size: 36px;
    line-height: 54px;
  }
}
@media (max-width: 768px) {
  .firstview__title {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 40px;
  }
}
.firstview__content {
  display: grid;
  grid-template-areas: "text image" "icons image";
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto auto;
  column-gap: 32px;
  margin-top: -70px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .firstview__content {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .firstview__content {
    grid-template-areas: "text" "icons" "image";
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    margin-top: 0;
  }
}
.firstview__content .text {
  grid-area: text;
}
.firstview__content .image {
  grid-area: image;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .firstview__content .image {
    width: calc(100vw - 40px);
    height: auto;
  }
}
.firstview__text {
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  .firstview__text {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.firstview .icons {
  grid-area: icons;
  display: flex;
  gap: 30px;
}
.firstview .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  width: 207px;
  height: 207px;
  background-color: #ffffff;
  border-radius: 100%;
  color: var(--main-l-color);
}
@media (max-width: 768px) {
  .firstview .icon {
    width: 160px;
    height: 160px;
    gap: 15px;
  }
}
.firstview .icon img {
  width: 72px;
  height: 72px;
}
@media (max-width: 768px) {
  .firstview .icon img {
    width: 50px;
    height: 50px;
  }
}
.firstview .icon p {
  font-size: 19px;
  font-weight: bold;
  line-height: 25px;
  text-align: center;
}
@media (max-width: 768px) {
  .firstview .icon p {
    font-size: 15px;
    line-height: 22px;
  }
}
.firstview .bg_sun {
  position: absolute;
  width: 60vw;
  height: 48vw;
  top: -130px;
  left: 50%;
  background: url("/wp-content/themes/anshin/images/bg_sun.svg") no-repeat center/contain;
  translate: -50% 0;
  z-index: -50;
}
@media (max-width: 768px) {
  .firstview .bg_sun {
    width: 160vw;
    height: 170vw;
    top: -150px;
    z-index: -15;
    scale: 0.65;
  }
}

.about {
  position: relative;
  padding-bottom: 130px;
  overflow-y: visible;
}
@media (max-width: 768px) {
  .about {
    padding-block: 50px;
  }
}
.about .bg_wave {
  position: absolute;
  bottom: 0;
  background: url(/wp-content/themes/anshin/images/bg_wave.svg) center/cover no-repeat;
  width: 100vw;
  height: 75vw;
  z-index: -1;
}
@media (max-width: 768px) {
  .about .bg_wave {
    bottom: 215px;
    width: 100vw;
    height: 1530px;
    background: url(/wp-content/themes/anshin/images/bg_wave_sp.svg) center no-repeat;
    background-size: 100vw auto;
  }
}
.about .l-flex {
  justify-content: space-between;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .about .l-flex {
    flex-direction: column;
    gap: 40px;
  }
}
.about__title {
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
  letter-spacing: 6.4px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .about__title {
    font-size: 24px;
    line-height: 36px;
  }
}
.about__text {
  max-width: 460px;
  margin-top: 40px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
}
@media (max-width: 768px) {
  .about__text {
    margin-top: 30px;
    max-width: 100%;
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 1080px) {
  .about__image {
    width: 38%;
    align-self: center;
    height: max-content;
  }
}
@media (max-width: 768px) {
  .about__image {
    display: block;
    margin-inline: auto;
    width: 245px;
    height: auto;
  }
}

.announcement {
  padding-block: 100px 120px;
  text-align: center;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .announcement {
    padding-block: 50px;
  }
}
.announcement__title {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  line-height: 46.336px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .announcement__title {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 29px;
  }
}
.announcement__line {
  position: absolute;
  background-size: cover;
}
.announcement__line--left {
  left: -45px;
  font-size: 50px;
}
@media (max-width: 768px) {
  .announcement__line--left {
    bottom: 15px;
  }
}
.announcement__line--right {
  left: auto;
  right: -45px;
  font-size: 50px;
}
@media (max-width: 768px) {
  .announcement__line--right {
    bottom: 14px;
  }
}
.announcement__points {
  position: relative;
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .announcement__points {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 1.5vw;
  }
}
.announcement__points .point {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 22.5px;
  width: 256px;
  height: 256px;
  background-color: #fff;
  border-radius: 100%;
  color: var(--main-l-color);
}
@media (max-width: 1080px) {
  .announcement__points .point {
    width: 22vw;
    height: 22vw;
  }
  .announcement__points .point > * {
    scale: 0.8;
  }
}
@media (max-width: 768px) {
  .announcement__points .point {
    width: 43vw;
    height: 43vw;
    gap: 17px;
  }
}
.announcement__points p {
  font-size: 20px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 768px) {
  .announcement__points p {
    font-size: 14px;
    line-height: 19px;
  }
}
@media (max-width: 768px) {
  .announcement__points img {
    width: 45%;
    height: 45%;
  }
}
.announcement .budget-control {
  position: absolute;
  width: 152px;
  height: 52px;
  top: 154px;
  left: 326px;
  font-family: Zen Maru Gothic, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  text-overflow: initial;
  white-space: nowrap;
  letter-spacing: 2px;
  z-index: 71;
}
.announcement .budget-control-c {
  position: relative;
  font-family: Zen Maru Gothic, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
}
.announcement .budget-control-d {
  position: relative;
  color: var(--main-l-color);
  font-family: Zen Maru Gothic, var(--default-font-family);
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-align: center;
  letter-spacing: 2px;
}

.feature {
  position: relative;
  padding-bottom: 120px;
  overflow-x: hidden;
}
@media (max-width: 768px) {
  .feature {
    padding-bottom: 40px;
  }
}
.feature__wrapper {
  position: relative;
  padding: 100px 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .feature__wrapper {
    padding: 40px;
  }
}
.feature__wrapper::before {
  content: "";
  width: calc(1080px + 50vw - 480px);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--main-color);
  border-radius: 40px 0 0 40px;
  z-index: -1;
}
@media (max-width: 768px) {
  .feature__wrapper::before {
    width: calc(100% - 20px);
    left: 20px;
    border-radius: 20px 0 0 20px;
  }
}
.feature__title {
  position: relative;
  padding-top: 25px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  white-space: nowrap;
  text-align: center;
}
@media (max-width: 768px) {
  .feature__title {
    font-size: 20px;
    line-height: 29px;
  }
}
.feature__title .text-large {
  font-size: 52px;
}
@media (max-width: 768px) {
  .feature__title .text-large {
    font-size: 32px;
  }
}
.feature__subtitle {
  position: absolute;
  width: 330px;
  height: 65px;
  top: 0;
  left: 50%;
  translate: -50% 0;
  background: url(/wp-content/themes/anshin/images/feature_subtitle_bg.svg) no-repeat center/cover;
}
@media (max-width: 768px) {
  .feature__subtitle {
    width: 215px;
    height: 50px;
    background-size: contain;
  }
  .feature__subtitle img {
    width: 155px;
    margin-top: 13px;
  }
}
.feature__item {
  display: flex;
  flex-wrap: nowrap;
  padding-block: 40px;
}
@media (max-width: 768px) {
  .feature__item {
    gap: 20px;
    padding-block: 30px;
  }
}
.feature__item:not(:last-child) {
  border-bottom: 2px dotted #ffffff;
}
.feature__item h3 {
  display: flex;
  align-items: baseline;
  gap: 17px;
  min-width: 116px;
  padding-top: 23px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .feature__item h3 {
    flex-direction: column;
    font-size: 18px;
    padding-top: 0;
    min-width: auto;
    line-height: 26px;
  }
}
.feature__item h3 .icon {
  display: flex;
  justify-content: center;
  line-height: 50px;
  width: 53px;
  height: 53px;
  background-color: #fff;
  border-radius: 100%;
  color: var(--main-color);
}
@media (max-width: 768px) {
  .feature__item h3 .icon {
    width: 40px;
    height: 40px;
    line-height: 36px;
  }
}
.feature__item .divider {
  display: block;
  width: 1px;
  height: auto;
  margin-inline: 30px;
  background-color: #ffffff;
}
.feature__item h4 {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.2em;
  color: var(--sub-color);
}
@media (max-width: 768px) {
  .feature__item h4 {
    font-size: 16px;
    line-height: 26px;
  }
}
.feature__item p {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 768px) {
  .feature__item p {
    font-size: 15px;
  }
}

.advantage {
  position: relative;
  padding-block: 114px 120px;
}
@media (max-width: 768px) {
  .advantage {
    padding-block: 50px;
  }
}
.advantage__wrapper {
  position: relative;
  padding: 100px 60px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .advantage__wrapper {
    padding: 50px 10px;
  }
}
.advantage__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(1080px + 50vw - 480px);
  height: 100%;
  display: block;
  background-color: #ffffff;
  border-radius: 0 40px 40px 0;
  z-index: -1;
}
@media (max-width: 768px) {
  .advantage__wrapper::before {
    width: 100vw;
    border-radius: 0;
    left: 0;
  }
}
.advantage__title {
  position: relative;
  margin-bottom: 40px;
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .advantage__title {
    margin-bottom: 70px;
    font-size: 22px;
    line-height: 32px;
  }
}
.advantage .boxes {
  display: flex;
  gap: 40px;
}
@media (max-width: 768px) {
  .advantage .boxes {
    flex-direction: column;
    gap: 50px;
  }
}
.advantage .box {
  flex: 1;
  position: relative;
  border: 4px solid var(--main-color);
  border-radius: 20px;
  padding: 150px 50px 50px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .advantage .box {
    padding: 92px 20px 30px;
    width: 100%;
    border: 3px solid var(--main-color);
  }
}
.advantage .box__title__wrapper {
  position: absolute;
  top: -30px;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 100px);
  height: 140px;
  border-radius: 120px;
  transform: translateX(-50%);
}
@media (max-width: 768px) {
  .advantage .box__title__wrapper {
    width: calc(100% - 20px);
    height: 92px;
  }
}
.advantage .box__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .advantage .box__title {
    font-size: 18px;
    line-height: 26px;
  }
}
.advantage .box--merit .box__title__wrapper {
  background-color: var(--main-l-color);
  border: 4px solid var(--main-color);
  color: #ffffff;
}
@media (max-width: 768px) {
  .advantage .box--merit .box__title__wrapper {
    border: 3px solid var(--main-color);
  }
}
.advantage .box--demerit {
  border: 4px solid #E6E6E6;
}
@media (max-width: 768px) {
  .advantage .box--demerit {
    border: 3px solid #E6E6E6;
  }
}
.advantage .box--demerit .box__title__wrapper {
  background-color: #E6E6E6;
  color: #333333;
}
.advantage .box dt {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
}
@media (max-width: 768px) {
  .advantage .box dt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 26px;
  }
}
.advantage .box li {
  display: flex;
  color: #333333;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}
@media (max-width: 768px) {
  .advantage .box li {
    font-size: 15px;
    line-height: 21px;
  }
}
.advantage .box li:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .advantage .box li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.advantage .box li.list--merit::before {
  content: "○";
  font-weight: bold;
  color: var(--main-color);
  margin-right: 10px;
}
.advantage .box li.list--demerit::before {
  content: "×";
  font-weight: bold;
  color: var(--main-color);
  margin-right: 10px;
}
.advantage .box .divider {
  margin-block: 20px;
  width: 100%;
  height: 1px;
  border-top: 2px dotted #E6E6E6;
}

.blog {
  padding-block: 120px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .blog {
    padding-block: 50px;
  }
}
.blog__title {
  margin-bottom: 165px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .blog__title {
    margin-bottom: 145px;
    font-size: 22px;
    line-height: 32px;
  }
}
.blog__list {
  display: grid;
  gap: 68px;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 768px) {
  .blog__list {
    display: flex;
    flex-direction: column;
    gap: 133px;
  }
}
.blog__item {
  position: relative;
  flex: 1;
}
.blog__item > a {
  display: block;
  height: 276px;
  padding: 100px 30px 40px;
  background-color: #ffffff;
  border-radius: 20px;
  transition: all 0.1s ease;
  box-sizing: border-box;
  z-index: 10;
}
@media (max-width: 768px) {
  .blog__item > a {
    max-width: calc(100vw - 60px);
    padding-inline: 20px;
    height: 220px;
  }
}
.blog__item > a:hover {
  translate: 8px 8px;
}
.blog__item > a:hover::after {
  display: none;
  width: 0;
  height: 0;
}
.blog__item > a img {
  border-radius: 20px;
}
.blog__item .bg_shadow {
  position: absolute;
  bottom: -8px;
  right: -8px;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #0D8FA2;
  border-radius: 20px;
  transition: all 0.3s ease-out;
  z-index: -1;
}
@media (max-width: 768px) {
  .blog__item .bg_shadow {
    right: auto;
    left: 8px;
    max-width: calc(100vw - 60px);
  }
}
.blog__item img {
  position: absolute;
  top: -105px;
  right: -20px;
  width: calc(100% - 20px);
  height: auto;
}
@media (max-width: 768px) {
  .blog__item img {
    right: 0;
    max-width: calc(100vw - 80px);
    height: 185px;
  }
}
.blog__item .category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  color: #ffffff;
  background-color: var(--main-color);
  border-radius: 70px;
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .blog__item .category {
    padding: 4px 12px;
    font-size: 13px;
  }
}
.blog__item .title {
  color: #333333;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* ブラウザがサポートしていない場合のフェールセーフ */
  max-height: 58px;
}
@media (max-width: 768px) {
  .blog__item .title {
    font-size: 16px;
    line-height: 24px;
  }
}
.blog__item .date {
  position: absolute;
  left: 30px;
  bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #BCBCBC;
}
.blog__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-inline: auto;
  width: 440px;
  height: 80px;
  background-color: #0D8FA2;
  border-radius: 200px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
}
.blog__btn::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  top: 50%;
  right: 40px;
  background: url(/wp-content/themes/anshin/images/btn_arrow.svg) center/cover no-repeat;
  translate: 0 -50%;
  transition: all 0.3s ease-in-out;
}
.blog__btn:hover {
  background-color: var(--main-color);
}
.blog__btn:hover::after {
  right: 30px;
}
@media (max-width: 768px) {
  .blog__btn {
    width: calc(100% - 40px);
    height: 63px;
    font-size: 16px;
  }
  .blog__btn::after {
    right: 40px;
    width: 9px;
    height: 20px;
  }
}

.steps {
  margin-block: 120px;
  padding: 100px 60px;
  background-color: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .steps {
    width: calc(100% - 20px);
    margin: 60px 10px;
    padding: 50px 10px;
    border-radius: 20px;
  }
}
.steps__title {
  margin-bottom: 60px;
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .steps__title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 32px;
  }
}
.steps__item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  .steps__item {
    flex-direction: column;
    gap: 15px;
    padding-inline: 20px;
  }
}
.steps__item:last-child {
  margin-bottom: 0;
}
.steps__item h3 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 123px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}
@media (max-width: 768px) {
  .steps__item h3 {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
.steps__item h3 span {
  display: inline-flex;
  justify-content: center;
  width: 53px;
  height: 53px;
  background-color: var(--main-color);
  border-radius: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .steps__item h3 span {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 40px;
  }
}
.steps__item h4 {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .steps__item h4 {
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 32px;
  }
}
.steps__item p {
  width: 100%;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .steps__item p {
    font-size: 15px;
    line-height: 21px;
  }
}
.steps__item:not(:last-child) p {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted var(--main-color);
}
@media (max-width: 768px) {
  .steps__item:not(:last-child) p {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

.message {
  padding-block: 120px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .message {
    padding-block: 50px 60px;
  }
}
.message__title {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
.message__description {
  margin-bottom: 30px;
  color: var(--sub-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .message__description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.message__additional {
  margin-bottom: 80px;
  max-width: 778px;
  margin-inline: auto;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 768px) {
  .message__additional {
    margin-bottom: 95px;
    font-size: 15px;
    line-height: 21px;
  }
}
.message__item {
  display: flex;
  gap: 40px;
  padding: 40px 50px 20px 20px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .message__item {
    position: relative;
    flex-direction: column;
    gap: 0;
    padding: 85px 20px 20px;
  }
}
.message__item:not(:last-child) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .message__item:not(:last-child) {
    margin-bottom: 85px;
  }
}
.message__item img {
  width: 192px;
  height: 192px;
  translate: 0 -60px;
}
@media (max-width: 768px) {
  .message__item img {
    position: absolute;
    top: 0;
    left: 50%;
    align-self: center;
    width: 130px;
    height: 130px;
    translate: -50% -65px;
  }
}
.message__item h3 {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .message__item h3 {
    font-size: 18px;
    line-height: 26px;
  }
}
.message__item .text {
  margin-bottom: 18px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E6E6E6;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .message__item .text {
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
  }
}
.message__item .person {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .message__item .person {
    font-size: 15px;
    line-height: 21px;
  }
}
.message__item .position {
  display: inline-block;
  margin-left: 20px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 768px) {
  .message__item .position {
    font-size: 15px;
    line-height: 20px;
  }
}

.voice {
  background: url(/wp-content/themes/anshin/images/voice_bg.svg) center/cover no-repeat;
  padding-block: 100px 120px;
}
@media (max-width: 768px) {
  .voice {
    padding-block: 50px 73px;
  }
}
.voice__wrapper {
  position: relative;
  box-sizing: border-box;
}
.voice__title {
  margin-bottom: 80px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .voice__title {
    margin-bottom: 87px;
    font-size: 22px;
    line-height: 32px;
  }
}
.voice__list {
  display: flex;
  flex-wrap: wrap;
  height: 900px;
  gap: 50px 40px;
  flex-direction: column;
}
@media (max-width: 1080px) {
  .voice__list {
    flex-wrap: nowrap;
    height: auto;
    gap: 80px;
  }
}
.voice__item {
  position: relative;
  display: flex;
  gap: 20px;
  max-width: 520px;
  padding: 30px 40px 30px 20px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .voice__item {
    flex-direction: column;
    max-width: 500px;
    margin-inline: auto;
    padding: 85px 20px 20px;
  }
}
.voice__item::after {
  content: "";
  position: absolute;
  display: block;
  bottom: -14px;
  left: 20px;
  border: 24px solid transparent;
  border-left: 24px solid #ffffff;
  z-index: -1;
}
.voice__item:nth-child(n+4) {
  translate: 0 80px;
}
@media (max-width: 768px) {
  .voice__item:nth-child(n+4) {
    translate: 0 0;
  }
}
.voice__item img {
  width: 112px;
  height: 112px;
  translate: 0 -50px;
}
@media (max-width: 768px) {
  .voice__item img {
    position: absolute;
    top: 0;
    left: 50%;
    align-self: center;
    width: 112px;
    height: 112px;
    translate: -50% -40px;
  }
}
.voice__item .text {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media (max-width: 768px) {
  .voice__item .text {
    font-size: 16px;
    line-height: 24px;
  }
}
.voice__item .person {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 768px) {
  .voice__item .person {
    font-size: 15px;
    line-height: 21px;
  }
}
.voice + .c-cta {
  translate: 0 -20px;
}
@media (max-width: 768px) {
  .voice + .c-cta {
    translate: 0;
  }
}

.faq {
  padding-block: 140px 120px;
  box-sizing: border-box;
}
@media (max-width: 1080px) {
  .faq {
    padding-block: 50px;
  }
}
.faq__wrapper {
  padding: 100px 40px 80px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 768px) {
  .faq__wrapper {
    padding: 40px 10px;
    border-radius: 20px;
  }
}
.faq__title {
  margin-bottom: 60px;
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
  }
}
.faq__item {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "icon question" "icon answer";
  gap: 0 20px;
  padding-bottom: 30px;
  padding-right: 83px;
  border-bottom: 2px dotted var(--main-color);
  user-select: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item {
    grid-template-areas: "icon question" "answer answer";
    gap: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}
.faq__item:hover {
  opacity: 0.7;
}
.faq__item::before {
  content: "＋";
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(calc(-50% - 15px));
  font-size: 24px;
  font-weight: bold;
  color: var(--main-color);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .faq__item::before {
    top: 0;
    right: 10px;
    font-size: 20px;
    transform: translateY(0);
  }
}
.faq__item.is-open::before {
  content: "ー";
}
.faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.faq__item img {
  grid-area: icon;
}
@media (max-width: 768px) {
  .faq__item img {
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 30px;
  }
}
.faq__item .question {
  grid-area: question;
  padding-top: 13px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 768px) {
  .faq__item .question {
    align-self: flex-start;
    padding-top: 0;
    padding-right: 30px;
    font-size: 16px;
    line-height: 24px;
  }
}
.faq__item .answer {
  grid-area: answer;
  margin-top: 0;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: height 0.3s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.faq__item .answer.is-open {
  margin-top: 23px;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.ceo {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .ceo {
    margin-bottom: 50px;
  }
}
.ceo__wrapper {
  position: relative;
  padding-block: 100px;
  box-sizing: border-box;
  z-index: 1;
}
@media (max-width: 768px) {
  .ceo__wrapper {
    padding: 50px 30px 40px;
  }
}
.ceo__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  right: -60px;
  width: calc(1080px + 50vw - 540px + 60px);
  height: 100%;
  display: block;
  border-radius: 0 40px 40px 0;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 1080px) {
  .ceo__wrapper::before {
    left: auto;
    right: 0;
    width: calc(100vw + 40px);
  }
}
@media (max-width: 768px) {
  .ceo__wrapper::before {
    width: calc(100% - 10px);
    left: 0;
    right: inherit;
    border-radius: 0 20px 20px 0;
  }
}
.ceo__title {
  margin-bottom: 60px;
  color: var(--main-color);
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .ceo__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.ceo__image {
  width: 100%;
  max-width: 380px;
  height: auto;
}
@media (max-width: 1080px) {
  .ceo__image {
    max-width: 280px;
    object-fit: contain;
    height: auto;
  }
}
@media (max-width: 768px) {
  .ceo__image {
    max-width: 400px;
    width: 100%;
  }
}
.ceo__image__area {
  flex: 380px;
  position: relative;
}
@media (max-width: 768px) {
  .ceo__image__area {
    flex: 1;
    min-height: 54.7vw;
  }
}
.ceo__image--fill {
  position: absolute;
  top: 0;
  right: 0;
  width: 40.5vw;
  max-width: fit-content;
}
@media (max-width: 1080px) {
  .ceo__image--fill {
    top: 25%;
    width: 50vw;
  }
}
@media (max-width: 768px) {
  .ceo__image--fill {
    top: 0;
    display: block;
    width: calc(100vw - 20px);
    height: auto;
    max-height: 400px;
  }
}
.ceo .l-flex {
  gap: 80px;
}
.ceo .l-flex--reverse {
  flex-direction: row-reverse;
}
.ceo .l-flex:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1080px) {
  .ceo .l-flex {
    gap: 30px;
  }
}
@media (max-width: 768px) {
  .ceo .l-flex {
    flex-direction: column;
    gap: 48px;
  }
  .ceo .l-flex:not(:last-child) {
    margin-bottom: 40px;
  }
  .ceo .l-flex > *:not(img) {
    width: 100%;
    flex: 1;
  }
}
.ceo__text {
  flex: 0 0 620px;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.2em;
}
@media (max-width: 1080px) {
  .ceo__text {
    flex: 1 0 400px;
  }
}
@media (max-width: 768px) {
  .ceo__text {
    flex: 1;
    line-height: 26px;
  }
}
.ceo__name {
  display: block;
  margin-top: 40px;
  font-size: 20px;
  letter-spacing: 0.2em;
  font-weight: bold;
}
@media (max-width: 768px) {
  .ceo__name {
    margin-top: 30px;
    font-size: 16px;
  }
}

.company {
  padding-block: 100px 150px;
  background-color: var(--main-color);
}
@media (max-width: 1080px) {
  .company {
    padding-block: 50px;
    padding-inline: 10px;
  }
}
.company__title {
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .company__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.company__table__wrapper {
  padding: 30px 40px 60px;
  background-color: #ffffff;
  border-radius: 40px;
}
@media (max-width: 1080px) {
  .company__table__wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 20px 10px;
    border-radius: 20px;
  }
}
.company__table {
  width: 100%;
  border-collapse: collapse;
}
.company__table tr {
  border-bottom: 2px dotted var(--main-color);
}
@media (max-width: 768px) {
  .company__table tr {
    display: block;
  }
}
.company__table th {
  width: 150px;
  color: var(--main-color);
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .company__table th {
    display: block;
    margin-bottom: 10px;
    padding-top: 20px;
    width: 100%;
    font-size: 15px;
  }
}
.company__table td {
  padding-block: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}
@media (max-width: 768px) {
  .company__table td {
    padding-block: 0 20px;
    font-size: 15px;
  }
}

.line {
  padding-block: 100px 65px;
}
@media (max-width: 768px) {
  .line {
    padding-block: 50px;
  }
}
.line__title {
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 32px;
  font-weight: bold;
  line-height: 46.336px;
  text-align: center;
  letter-spacing: 6.4px;
}
@media (max-width: 768px) {
  .line__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.line__wrapper {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  border-radius: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .line__wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 30px 10px 40px;
    border-radius: 20px;
  }
}
.line__subtitle {
  margin-bottom: 25px;
  color: var(--main-color);
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media (max-width: 768px) {
  .line__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.line__image {
  margin-bottom: 60px;
}
.line__image img {
  display: block;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .line__image {
    margin-bottom: 0;
  }
  .line__image img {
    width: calc(100% - 60px);
    height: auto;
  }
}
.line .divider {
  margin-block: 40px;
  width: 100%;
  height: 0;
  border-top: 2px dotted var(--main-color);
}
@media (max-width: 768px) {
  .line .divider {
    margin-block: 30px;
  }
}
.line__merit ul {
  display: flex;
  gap: 20px;
}
@media (max-width: 768px) {
  .line__merit ul {
    flex-direction: column;
    gap: 10px;
  }
}
.line__merit li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-block: 20px 30px;
  background-color: #F7F7F7;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .line__merit li {
    gap: 10px;
    padding-block: 30px 20px;
  }
}
.line__merit h4 {
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 768px) {
  .line__merit h4 {
    margin-top: 6px;
    font-size: 16px;
    line-height: 24px;
  }
}
.line__merit p {
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
@media (max-width: 768px) {
  .line__merit p {
    font-size: 15px;
    line-height: 21px;
  }
}
.line__steps .line__item {
  display: flex;
  padding: 30px;
  background-color: #F7F7F7;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .line__steps .line__item {
    align-items: center;
    flex-direction: column;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 20px;
  }
}
.line__steps .line__item:not(:last-child) {
  margin-bottom: 10px;
}
.line__steps .line__item h4 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-right: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
  color: var(--main-color);
}
.line__steps .line__item h4 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 53px;
  background-color: var(--main-color);
  border-radius: 100%;
  color: #ffffff;
  font-size: 24px;
  line-height: 50px;
}
@media (max-width: 768px) {
  .line__steps .line__item h4 {
    flex-direction: column;
    gap: 2px;
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .line__steps .line__item h4 span {
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 40px;
  }
}
.line__steps .line__item__content {
  flex: 1;
}
.line__steps .line__item__title {
  margin-bottom: 16px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 768px) {
  .line__steps .line__item__title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.line__steps .line__item__text {
  margin-bottom: 25px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .line__steps .line__item__text {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 21px;
  }
}
.line__steps .line__item__point {
  margin-bottom: 9px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
@media (max-width: 768px) {
  .line__steps .line__item__point {
    text-align: center;
  }
}
.line__steps .line__item__point__list {
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 21px;
}
.line__steps .line__item__point__list li::before {
  content: "・";
}
@media (max-width: 768px) {
  .line__steps .line__item__point__list {
    font-size: 14px;
    line-height: 20px;
  }
}
.line__steps .line__item img {
  display: block;
  margin-left: 40px;
  width: 247px;
  border-radius: 22px;
}
@media (max-width: 768px) {
  .line__steps .line__item img {
    margin-top: 20px;
    margin-left: 0;
    width: 100%;
    height: auto;
  }
}
.line .c-cta__badges {
  margin: 40px auto 0;
  width: 500px;
  height: 112px;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .line .c-cta__badges {
    width: 100%;
    height: 70px;
    margin: 45px auto 0;
  }
}
.line .c-cta__badges .free {
  width: max-content;
  padding-inline: 15px;
}
@media (max-width: 768px) {
  .line .c-cta__badges .free {
    padding-inline: 12px;
  }
}
.line .c-cta__badges .contact {
  width: 100%;
  padding-top: 8px;
}
.line .c-cta__badges:hover {
  translate: 0 7px;
}

.inquiry {
  position: relative;
  padding-top: 130px;
  background: url(/wp-content/themes/anshin/images/contact_bg.svg) center top/contain repeat-x;
}
@media (max-width: 768px) {
  .inquiry {
    padding-block: 50px 80px;
    background: linear-gradient(to bottom, var(--sub-color) 0, var(--sub-color) 25%, transparent 25%, transparent 100%);
  }
}
.inquiry__title {
  margin-bottom: 60px;
  color: #333333;
  font-size: 32px;
  font-weight: bold;
  line-height: 46px;
  letter-spacing: 6.4px;
  text-align: center;
}
@media (max-width: 768px) {
  .inquiry__title {
    margin-bottom: 40px;
    font-size: 22px;
    line-height: 32px;
  }
}
.inquiry__title .accent {
  color: #F39826;
}
.inquiry__tel {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 174px;
  margin-inline: auto;
  border: 4px solid var(--main-color);
  border-radius: 300px;
  background-color: #fff;
  transition: all 0.1s ease;
}
@media (max-width: 768px) {
  .inquiry__tel {
    width: calc(100% - 20px);
    height: 135px;
    margin-bottom: 30px;
    font-size: 15px;
  }
}
.inquiry__tel:hover {
  opacity: 0.8;
}
.inquiry__tel__number {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 40px;
  font-weight: 700;
  line-height: 58px;
  color: #333333;
}
@media (max-width: 768px) {
  .inquiry__tel__number {
    font-size: 30px;
    line-height: 44px;
  }
}
.inquiry__text {
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
}
.inquiry__form__wrapper {
  margin-top: 60px;
  padding: 60px 40px 80px;
  border: 4px solid var(--main-color);
  border-radius: 40px;
  background-color: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inquiry__form__wrapper {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 40px 20px;
    border-radius: 20px;
  }
}
.inquiry__form__item {
  padding-block: 30px;
  border-bottom: 2px dotted #E6E6E6;
}
@media (max-width: 768px) {
  .inquiry__form__item {
    padding-block: 20px;
  }
}
.inquiry__form__item > p {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .inquiry__form__item > p {
    flex-direction: column;
  }
}
.inquiry__form__item:last-child {
  margin-bottom: 0;
}
.inquiry__form__item label, .inquiry__form__item .inquiry__form__label {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
@media (max-width: 768px) {
  .inquiry__form__item label, .inquiry__form__item .inquiry__form__label {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 21px;
  }
}
.inquiry__form__item input, .inquiry__form__item textarea {
  width: 623px;
  padding: 13px 20px;
  border: 1px solid #CCCCCC;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inquiry__form__item input, .inquiry__form__item textarea {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
}
.inquiry__form__item .radio-group {
  display: flex;
  align-items: center;
  gap: 30px;
  width: 623px;
}
.inquiry__form__item .radio-group label {
  display: flex;
  align-items: center;
  font-weight: 400;
  cursor: pointer;
}
@media (max-width: 768px) {
  .inquiry__form__item .radio-group label {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .inquiry__form__item .radio-group label:not(:last-child) {
    width: calc(100% - 60px);
  }
}
@media (max-width: 768px) {
  .inquiry__form__item .radio-group {
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 0;
    width: calc(100% - 40px);
  }
}
.inquiry__form__item input[type=radio] {
  position: relative;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  padding: 0;
  border-radius: 30px;
  appearance: none;
  cursor: pointer;
}
.inquiry__form__item input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background-color: var(--main-color);
}
.inquiry__form__item textarea {
  resize: vertical;
  min-height: 140px;
}
.inquiry__form .wpcf7-list-item {
  margin: 0;
}
.inquiry__form__submit {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 52px;
  margin-inline: auto;
  width: 440px;
  height: 80px;
  background-color: var(--main-color);
  border: none;
  border-radius: 200px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 768px) {
  .inquiry__form__submit {
    margin-top: 30px;
    width: calc(100vw - 60px);
    height: 60px;
    font-size: 16px;
  }
}
.inquiry__form__submit::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 20px;
  top: 50%;
  right: 40px;
  background: url(/wp-content/themes/anshin/images/btn_arrow.svg) center/cover no-repeat;
  translate: 0 -50%;
  transition: all 0.3s ease-in-out;
}
.inquiry__form__submit:hover {
  background-color: var(--main-l-color);
}
.inquiry__form__submit:hover::after {
  right: 30px;
}
.inquiry .previous-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto -30px;
  padding: 0;
  width: 440px;
  height: 60px;
  font-weight: bold;
  background-color: #CCCCCC;
  border: none;
  border-radius: 200px;
  transition: all 0.1 ease;
  cursor: pointer;
}
.inquiry .previous-button:hover {
  opacity: 0.8;
}
.inquiry span.wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  color: #f00;
  font-size: 0.8em;
}
.inquiry .screen-reader-response {
  margin-bottom: 30px;
  color: #f00;
}
.inquiry .screen-reader-response ul {
  display: none;
}
.inquiry .wpcf7-response-output {
  margin-top: 10px;
  font-size: 0.9em;
  color: #f00;
  text-align: center;
}
.inquiry__confirm {
  background: none;
  padding-top: 0;
}

.footer {
  background-color: #fff;
}
.footer__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1200px;
  width: 100%;
  height: 274px;
  margin-top: -35px;
  margin-inline: auto;
  padding-bottom: 40px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .footer__inner {
    flex-direction: column;
    align-items: center;
    height: auto;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 240px;
    height: auto;
  }
}
.footer__copyright {
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
}
@media (max-width: 768px) {
  .footer__copyright {
    margin-top: 28px;
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
.footer__totop {
  position: absolute;
  top: 80px;
  right: 0;
  transition: all 0.1s ease;
  cursor: pointer;
}
.footer__totop:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .footer__totop {
    top: -24px;
    rihght: auto;
    left: 50%;
    width: 48px;
    transform: translateX(-50%);
  }
}

.p-blog .heading {
  margin-bottom: 60px;
  color: #ffffff;
}
@media (max-width: 768px) {
  .p-blog .heading {
    margin-block: 40px 60px;
  }
}
.p-blog .heading h1 {
  margin-bottom: 30px;
  font-size: 42px;
  font-weight: bold;
  line-height: 61px;
  letter-spacing: 0.2em;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-blog .heading h1 {
    font-size: 32px;
    line-height: 46px;
  }
}
.p-blog .heading .breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  box-sizing: border-box;
}
.p-blog .heading .breadcrumb a {
  transition: all 0.3s ease;
}
.p-blog .heading .breadcrumb a:hover {
  opacity: 0.8;
}
.p-blog .heading .breadcrumb li:not(:last-child)::after {
  content: "/";
  display: inline-block;
  margin-inline: 1em;
  color: #ffffff;
}
.p-blog .blog {
  display: flex;
  gap: 60px;
}
@media (max-width: 768px) {
  .p-blog .blog {
    flex-direction: column;
    gap: 30px;
  }
}
.p-blog .blog--detail {
  padding-block: 0;
}
@media (max-width: 768px) {
  .p-blog .blog--archive {
    padding-top: 93px;
  }
}
.p-blog .blog__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(auto-fill, 1fr);
  gap: 140px 70px;
}
@media (max-width: 768px) {
  .p-blog .blog__list {
    grid-template-columns: 1fr;
    gap: 133px 0;
  }
}
.p-blog .blog__item a {
  height: 284px;
  padding: 125px 30px 20px;
}
@media (max-width: 768px) {
  .p-blog .blog__item a {
    height: 244px;
    padding: 100px 20px 20px;
  }
}
.p-blog .blog__btn {
  margin-inline: 0;
  margin-bottom: 40px;
}
.p-blog .blog__btn::after {
  left: 40px;
  scale: -1;
}
.p-blog .blog__btn:hover::after {
  left: 30px;
}
@media (max-width: 768px) {
  .p-blog .blog__btn {
    width: 100%;
  }
}
.p-blog .nav {
  width: 245px;
  padding: 30px;
  background-color: #ffffff;
  border-radius: 20px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .p-blog .nav {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p-blog .nav__wrapper {
    padding-bottom: 40px;
  }
}
.p-blog .nav:not(:last-child) {
  margin-bottom: 20px;
}
.p-blog .nav h4 {
  margin-bottom: 30px;
  padding-bottom: 11px;
  border-bottom: 2px dotted var(--main-color);
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
  letter-spacing: 0.2em;
}
@media (max-width: 768px) {
  .p-blog .nav h4 {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 26px;
  }
}
.p-blog .nav li {
  font-size: 14px;
  font-weight: 500;
}
.p-blog .nav li:not(:last-child) {
  margin-bottom: 20px;
}
.p-blog .nav a {
  color: #333333;
  transition: all 0.3s ease;
}
.p-blog .nav a:hover {
  opacity: 0.7;
}
.p-blog .blog__detail {
  padding: 30px 30px 60px;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail {
    padding: 30px 10px 40px;
  }
}
.p-blog .blog__detail .category {
  display: inline-block;
  margin-bottom: 10px;
  padding: 5px 14px;
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border-radius: 70px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail .category {
    font-size: 13px;
    line-height: 18px;
  }
}
.p-blog .blog__detail .date {
  margin-bottom: 40px;
  color: #BCBCBC;
  font-size: 14px;
  font-weight: 500;
}
.p-blog .blog__detail h1 {
  margin-bottom: 20px;
  color: #333333;
  font-size: 36px;
  font-weight: bold;
  line-height: 52px;
  text-align: left;
}
@media (max-width: 768px) {
  .p-blog .blog__detail h1 {
    font-size: 26px;
    line-height: 37px;
  }
}
.p-blog .blog__detail .thumb {
  display: block;
  margin-bottom: 40px;
  width: calc(100% + 60px);
  margin-inline: -30px;
  height: auto;
}
@media (max-width: 768px) {
  .p-blog .blog__detail .thumb {
    width: calc(100% + 20px);
    margin-inline: -10px;
  }
}
.p-blog .blog__detail h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: bold;
  line-height: 36px;
}
.p-blog .blog__detail h2::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, var(--main-color) 40px, #E6E6E6 40px);
  translate: 0 20px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail h2 {
    margin-bottom: 35px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-blog .blog__detail h2::after {
    translate: 0 15px;
  }
}
.p-blog .blog__detail h3 {
  margin-bottom: 20px;
  padding: 10px;
  color: #ffffff;
  background-color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 26px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail h3 {
    font-size: 16px;
    line-height: 28px;
  }
}
.p-blog .blog__detail h4 {
  margin-bottom: 20px;
  color: var(--main-color);
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail h4 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 24px;
  }
}
.p-blog .blog__detail p {
  margin-bottom: 20px;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 768px) {
  .p-blog .blog__detail p {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.p-blog .blog__detail img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.p-blog .pagination {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  margin: 53px auto 0;
}
.p-blog .pagination .page-numbers {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 0.2em;
  margin-inline: 10px;
}
.p-blog .pagination .page-numbers.current {
  color: #0D8FA2;
}
@media (max-width: 768px) {
  .p-blog .footer__inner {
    margin-top: 0;
    padding-top: 90px;
  }
}
@media (max-width: 768px) {
  .p-blog .footer__totop {
    top: 6px;
  }
}