/*==========================================================================
 reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  display: block;
  width: 100%;
}

a {
  cursor: pointer;
  text-decoration: none;
}

body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
}

html {
  scroll-behavior: smooth;
}


/*==========================================================================
  レイアウト
========================================================================== */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: 5px;
  z-index: 9999;
}

.l-index__mv {
  background: url(../img/index_mv-bg.png?20251203) no-repeat center center/cover;
  height: 600px;
  width: 100%;
}

.l-index__about {
  padding-top: 140px;
  position: relative;
  width: 100%;
}

.l-index__about::before {
  background: url(../img/index_bubble-right01.png?20251203) no-repeat center
    center/contain;
  content: "";
  height: 25.4861111111vw;
  max-height: 367px;
  max-width: 305px;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.1805555556vw;
}

.l-index__meo {
  padding-top: 100px;
  width: 100%;
}

.l-index__onayami {
  padding-top: 100px;
  width: 100%;
}

.l-index__onayami-bottom {
  width: 100%;
}

.l-index__feat {
  padding: 100px 0;
  width: 100%;
}

.l-index__field {
  background: #f6f6fa;
  padding: 75px 0;
  position: relative;
}

.l-index__field::before {
  background: url(../img/index_bubble-right02.png?20251203) no-repeat center
    center/contain;
  content: "";
  height: 25.4861111111vw;
  max-height: 367px;
  max-width: 305px;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.1805555556vw;
}

.l-index__field::after {
  background: url(../img/index_bubble-left02.png?20251203) no-repeat center
    center/contain;
  bottom: 0;
  content: "";
  height: 19.6527777778vw;
  left: 0;
  max-height: 283px;
  max-width: 244px;
  position: absolute;
  width: 16.9444444444vw;
}

.l-index__voice {
  padding: 100px 0 118px;
  width: 100%;
}

.l-index__cta {
  background: #f6f6fa;
  padding: 70px 0;
  position: relative;
}

.l-index__cta::before {
  background: url(../img/index_bubble-right03.png?20251203) no-repeat center
    center/contain;
  content: "";
  height: 22.8472222222vw;
  max-height: 329px;
  max-width: 303px;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.0416666667vw;
}

.l-index__cta::after {
  background: url(../img/index_bubble-left03.png?20251203) no-repeat center
    center/contain;
  bottom: 0;
  content: "";
  height: 14.7222222222vw;
  left: 0;
  max-height: 212px;
  max-width: 291px;
  position: absolute;
  width: 20.2083333333vw;
}

.l-index__graph {
  padding-top: 100px;
  width: 100%;
}

.l-index__faq {
  padding: 80px 0;
  width: 100%;
}

.l-index__contact {
  background: url(../img/index_contact-bg.png?20251203) no-repeat center center/cover;
  padding: 80px 0;
  position: relative;
  width: 100%;
}

.l-index__contact::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0.5;
  background-color: #174894;
}

.l-inner {
  margin: auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}

.l-inner__mv {
  height: 100%;
  position: relative;
}

.l-footer {
  background: #f6f6fa;
  padding: 42px 0 16px;
  position: relative;
  width: 100%;
}

.l-footer::before {
  background: url(../img/index_bubble-right03.png?20251203) no-repeat center
    center/contain;
  content: "";
  height: 22.8472222222vw;
  max-height: 278px;
  max-width: 258px;
  position: absolute;
  right: 0;
  top: 0;
  width: 21.0416666667vw;
}

.l-footer__lowpage {
  margin-top: 80px;
}

.l-lowpage__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 350px;
  background: #f6f6fa;
}

.l-lowpage__top::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 21.0416666667vw;
  max-width: 258px;
  max-height: 278px;
  height: 22.8472222222vw;
  background: url(../img/index_bubble-right03.png?20251203) no-repeat center
    center/contain;
}

.l-lowpage__top::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20.2083333333vw;
  max-width: 291px;
  height: 14.7222222222vw;
  max-height: 212px;
  background: url(../img/index_bubble-left03.png?20251203) no-repeat center
    center/contain;
}

.l-lowpage-top__title {
  font-size: 32px;
  font-weight: bold;
  color: #174894;
}

.l-lowpage__breadcrumb {
  width: 100%;
}

.l-lowpage__breadcrumb-01 {
  margin: 20px 0;
}

.l-lowpage__breadcrumb-02 {
  margin: 20px 0 100px;
}

.l-lowpage__contact-progress img {
  height: auto;
  margin-left: auto;
  width: 262px;
}

.l-lowpage__title-Wrap {
  margin-top: 30px;
}

.l-lowpage__title-Wrap-02 {
  margin-top: 100px;
}

.l-contact__form-Wrap {
  width: 100%;
  margin: 100px auto 0;
}


/*==========================================================================
  コンポーネント
========================================================================== */
.c-btn {
  display: block;
  text-align: center;
}

.c-btn__primary {
  position: relative;
  display: inline-block;
  text-align: center;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  z-index: 2;
  transition-duration: 0.4s;
  overflow: hidden;
}

.c-btn__primary-text {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  text-decoration: none;
  z-index: 2;
  transition-duration: 0.4s;
}

.c-btn__primary-bg {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #ff5c00 0%, #ffb800 100%);
  z-index: 1;
  transition-duration: 0.4s;
}

.c-btn__primary:hover .c-btn__primary-text {
  background: linear-gradient(90deg, #ff5c00 0%, #ffb800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.c-btn__primary:hover .c-btn__primary-bg {
  opacity: 0;
}

.c-btn__secondary {
  display: inline-block;
  color: #ff4d00;
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  background-color: #fff;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  transition-duration: 0.4s;
  border: 3px solid #ff4d00;
}

.c-btn__secondary:hover {
  background-color: #ff4d00;
  color: #fff;
  opacity: 1;
}

.c-btn__download {
  background: linear-gradient(90deg, #ff5c00 0%, #ffb800 100%);
  border-radius: 50px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  color: #ff4d00;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 14px 60px 14px 26px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.4s;
  width: 100%;
  z-index: 0;
}

.c-btn__download::before {
  background: #fff;
  border-radius: 50px;
  bottom: 4px;
  content: "";
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
  z-index: -1;
}

.c-btn__download::after {
  background: url(../img/icon-dl_orange.png?20251203) no-repeat center center/contain;
  content: "";
  height: 20px;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.4s;
  width: 24px;
}

.c-btn__download:hover {
  color: #fff;
}

.c-btn__download:hover::before {
  background: linear-gradient(90deg, #ff5c00 0%, #ffb800 100%);
}

.c-btn__download:hover::after {
  background: url(../img/icon-download_white.png?20251203) no-repeat center
    center/contain;
}

.c-btn__tel {
  display: inline-block;
  color: #fff;
  font-family: "Noto Sans JP";
  padding: 8px 31.85px 5px 31.15px;
  border-radius: 70px;
  background: #004b96;
  box-shadow: 3px 3px 8px 0px rgba(2, 0, 75, 0.25);
  transition: all 0.4s;
  border: 3px solid transparent;
}

.c-btn__telText {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.c-btn__telNumber {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 17.15px;
  position: relative;
}

.c-btn__telNumber::before {
  position: absolute;
  content: "";
  width: 14px;
  height: 16px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  mask-image: url(../img/phone-icon.svg?20251203);
  background: #fff;
}

.c-btn__tel:hover {
  background: #fff;
  color: #004b96;
  border: 3px solid #004b96;
  opacity: 1;
}

.c-btn__tel:hover .c-btn__telText {
  color: #004b96;
}

.c-btn__tel:hover .c-btn__telNumber {
  color: #004b96;
}

.c-btn__tel:hover .c-btn__telNumber::before {
  background: #004b96;
}

.c-secttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 40px;
  text-align: center;
}

.c-secttl__24 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-secttl__24 span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  margin: 0 5px;
}

.color-blue {
  color: #1d2388;
}

.color-pink {
  color: #ed5053;
}

.c-secttl__flex {
  align-items: center;
  display: flex;
  justify-content: center;

  align-items: flex-end;
}

.c-secttl__flex._strong img {
  padding-bottom: 4px;
}

.c-secttl__flex._introduction img {
  padding-bottom: 6px;
}

.c-secttl__flex img {
  height: auto;
  margin-right: 6px;
  width: 255px;
}

.c-secttl__lowpage {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 10px;
  text-align: left;
}

.c-secttl__lowpage-02 {
  margin-bottom: 50px;
}

.c-secttl__lowpage-micro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.c-animation__marker {
  background: linear-gradient(transparent 76%, rgba(255, 77, 0, 0.5) 76%);
  background-repeat: no-repeat;
  background-size: 0% 100%;
  display: inline;
  transition: background-size 1.5s;
}

.c-animation__marker.on {
  background-size: 100% 100%;
}


/*==========================================================================
  header
========================================================================== */
.p-header__items {
  display: flex;
  align-items: center;
}

.p-header__logo {
  width: 140px;
}

.p-header__logo-link {
  display: block;
}

.p-header__logo-link img {
  height: auto;
  width: 100%;
}

.p-header__buttons {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-left: auto;
}

.p-header__buttons .c-btn__primary {
  padding: 20px 30px;
  border-radius: 40px;
}

.p-header__buttons .c-btn__primary .c-btn__primary-text {
  font-size: 18px;
}

.p-header__buttons .c-btn__secondary {
  font-size: 18px;
  padding: 18px 30px;
  border-radius: 40px;
}

.p-header__nav-list {
  display: none;
}

.p-header__nav-item:not(:first-child) {
  margin-left: 25px;
}

.p-header__nav-link {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  position: relative;
}

.p-header__nav-link::after {
  background: #000000;
  bottom: -1px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
  width: 100%;
}

.p-header__nav-link:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
}

.p-header__hamburger-btn {
  display: none;
}

.p-header__hamburger-btn-line {
  display: none;
}

.p-header__bg {
  display: none;
}

.p-header__buttonText {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 7px;
  width: 100%;
  text-align: center;
}

/*==========================================================================
  MV
========================================================================== */
.p-index__mv-Wrap {
  height: 100%;
  padding-top: 170px;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.p-index__mv-WrapTitle {
  text-align: center;
}

.p-index__mv-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.4;
  text-align: center;
}

.p-index__mv-text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 17px;
}

.p-index__mv-text span {
  color: #ff4d00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-index__mv-btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
  margin: 40px auto 0;
}

.p-index__mv-btnWrap .c-btn__primary {
  width: 280px;
  padding: 20px 35px;
  border-radius: 40px;
}

.p-index__mv-btnWrap .c-btn__primary .c-btn__primary-text {
  font-size: 24px;
}

.p-index__mv-btnWrap .c-btn__secondary {
  width: 280px;
  font-size: 24px;
  padding: 20px 35px;
  border-radius: 40px;
}

.p-index__mv-badge {
  bottom: 72px;
  bottom: -168px;
  left: 30px;
  max-width: 440px;
  position: absolute;
  z-index: 1;
}

.p-index__mv-badgeattention {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: -80px;
}

.p-index__mv-titleLarge {
  color: #000;
  font-family: "Noto Sans JP";
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-inline: 2px;
  vertical-align: sub;
}


/*==========================================================================
  about
========================================================================== */
.p-index__about-Wrap {
  display: flex;
  width: 100%;
}

.p-index__about-textbox {
  width: 50%;
}

.p-index__about-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

.p-index__about-text02 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 20px;
}

.p-index__about-image {
  position: relative;
  width: 50%;
}

.p-index__about-pcimage {
  margin: auto;
  max-width: 543px;
}

.p-index__about-pcimage img {
  height: auto;
  width: 100%;
}

.p-index__about-spimage {
  max-width: 125px;
  position: absolute;
  right: 0;
  top: 120px;
}

.p-index__about-spimage img {
  height: auto;
  width: 100%;
}


/*==========================================================================
  MEO
========================================================================== */
.p-index__meo-micro {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  margin: auto;
  max-width: 733px;
  width: 80%;
}

.p-index__meo-Wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.p-index__meo-image {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  width: 289px;
}

.p-index__meo-image img {
  height: auto;
  width: 289px;
}

.p-index__meo-link-paidsearch {
  background: rgba(0, 117, 255, 0.5);
  border-radius: 0;
  cursor: pointer;
  height: 60px;
  left: 50%;
  position: absolute;
  top: 68px;
  transform: translateX(-50%);
  width: 230px;
}

.p-index__meo-link-meo {
  background: rgba(255, 0, 77, 0.5);
  border-radius: 0;
  cursor: pointer;
  height: 180px;
  left: 50%;
  position: absolute;
  top: 130px;
  transform: translateX(-50%);
  width: 230px;
}

.p-index__meo-link-organicsearch {
  background: rgba(0, 255, 117, 0.5);
  border-radius: 0;
  cursor: pointer;
  height: 105px;
  left: 50%;
  position: absolute;
  top: 314px;
  transform: translateX(-50%);
  width: 230px;
}

.p-index__meo-list {
  max-width: 725px;
  width: 100%;
}

.p-index__meo-item {
  background: #fff;
  border: 3px solid #0075ff;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 28px 30px;
  transition: 0.4s;
}

.p-index__meo-item.hovered {
  background: #0075ff;
}

.p-index__meo-item.hovered .p-index__meo-title {
  color: #fff;
}

.p-index__meo-item.hovered .p-index__meo-text {
  color: #fff;
}

.p-index__meo-item:not(:first-child) {
  margin-top: 30px;
}

.p-index__meo-item:nth-child(2) {
  border: 3px solid #ff004d;
}

.p-index__meo-item:nth-child(2) .p-index__meo-title {
  color: #ff004d;
}

.p-index__meo-item:nth-child(2).hovered {
  background: #ff004d;
}

.p-index__meo-item:nth-child(2).hovered .p-index__meo-title {
  color: #fff;
}

.p-index__meo-item:nth-child(2).hovered .p-index__meo-text {
  color: #fff;
}

.p-index__meo-item:nth-child(3) {
  border: 3px solid #11d125;
}

.p-index__meo-item:nth-child(3) .p-index__meo-title {
  color: #11d125;
}

.p-index__meo-item:nth-child(3).hovered {
  background: #11d125;
}

.p-index__meo-item:nth-child(3).hovered .p-index__meo-title {
  color: #fff;
}

.p-index__meo-item:nth-child(3).hovered .p-index__meo-text {
  color: #fff;
}

.p-index__meo-item:nth-child(4) {
  border: 3px solid #d9d9d9;
}

.p-index__meo-item:nth-child(4) .p-index__meo-title {
  color: #000;
}

.p-index__meo-title {
  color: #0075ff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  transition: 0.4s;
}

.p-index__meo-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-top: 4px;
  transition: 0.4s;
}


/*==========================================================================
  お悩み
========================================================================== */
.p-index__onayami-top {
  align-items: flex-end;
  display: flex;
  width: 100%;
}

.p-index__onayami-image {
  width: 50%;
}

.p-index__onayami-list {
  background: #efefef;
  border-radius: 20px;
  max-width: 483px;
  padding: 48px 20px 48px 60px;
  position: relative;
  width: 50%;
}

.p-index__onayami-list::before {
  border-color: transparent #efefef transparent transparent;
  border-style: solid;
  border-width: 30px 100px 30px 0;
  bottom: 60px;
  content: "";
  height: 0;
  left: -50px;
  position: absolute;
  rotate: -25deg;
  width: 0;
}

.p-index__onayami-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  padding-left: 42px;
  position: relative;
}

.p-index__onayami-item::before {
  background: url(../img/icon-checkbox.png?20251203) no-repeat center center/contain;
  content: "";
  height: 18px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 22px;
}

.p-index__onayami-item:not(:first-child) {
  margin-top: 10px;
}


/*==========================================================================
  feat
========================================================================== */
.p-index__feat-list {
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 980px;
  width: 100%;
}

.p-index__feat-item {
  width: 31%;
}

.p-index__feat-num {
  margin: auto;
  width: 48px;
}

.p-index__feat-num img {
  height: auto;
  width: 100%;
}

.p-index__feat-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}

.p-index__feat-image {
  margin-top: 40px;
  width: 100%;
}

.p-index__feat-image img {
  height: auto;
  width: 100%;
}

.p-index__feat-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 20px;
}


/*==========================================================================
  field
========================================================================== */
.p-index__field-Wrap {
  margin: auto;
  max-width: 810px;
  width: 100%;
}

.p-index__field-dl {
  align-items: center;
  display: flex;
}

.p-index__field-dl:not(:first-child) {
  margin-top: 40px;
}

.p-index__field-dt {
  background: #1d2388;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 4px 0;
  text-align: center;
  width: 160px;
}

.p-index__field-dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  margin-left: 57px;
  width: calc(100% - 160px - 57px);
}


/*==========================================================================
  voice
========================================================================== */
.p-index__voice-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
  width: 100%;
}

.p-index__voice-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.25);
  width: 30%;
}

.p-index__voice-item:nth-child(n + 4) {
  margin-top: 5%;
}

.p-index__voice-image {
  width: 100%;
}

.p-index__voice-image img {
  height: auto;
  width: 100%;
}

.p-index__voice-textbox {
  padding: 18px 20px;
}

.p-index__voice-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
}

.p-index__voice-text {
  margin-top: 5px;
}

.p-index__voice-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
}

.p-index__voice-morebtnWrap {
  margin: 75px auto 0;
  width: 233px;
}

.read-more-002 {
  position: relative;
}

.read-more-002 p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6; /* 開く前に見せたい行数を指定 */
  display: -webkit-box;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
}

.read-more-002:has(:checked) p {
  display: block;
}

.read-more-002 p::after {
  background: linear-gradient(
    180deg,
    hsla(0deg, 0%, 100%, 0) 0,
    hsla(0deg, 0%, 100%, 0.9) 50%,
    hsla(0deg, 0%, 100%, 0.9) 0,
    #fff
  );
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
}

.read-more-002:has(:checked) p::after {
  content: none;
}

.read-more-002 label {
  align-items: center;
  bottom: 0;
  color: #5b5b5b;
  cursor: pointer;
  display: flex;
  font-size: 0.8em;
  font-weight: 700;
  gap: 0 4px;
  position: absolute;
  right: 20px;
  text-decoration: underline;
  transition: 0.4s;
}

.read-more-002 label:hover {
  opacity: 0.7;
}

.read-more-002:has(:checked) label {
  display: none;
}

.read-more-002 label::after {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #b6bdc3;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
  display: inline-block;
  height: 5px;
  width: 10px;
}

.read-more-002 input {
  display: none;
}


/*==========================================================================
  cta
========================================================================== */
.p-index__cta-Wrap {
  text-align: center;
}

.p-index__cta-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-index__cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 16px;
}

.p-index__cta-text span {
  color: #ff4d00;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-index__cta-btnWrap {
  margin: 47px auto 0;
  width: 300px;
}

/* graph */

.p-index__graph-top {
  display: flex;
  margin: auto;
  max-width: 1000px;
}

.p-index__graph-image {
  width: 50%;
}

.p-index__graph-image img {
  height: auto;
  margin: auto;
  max-width: 450px;
  width: 100%;
}

.p-index__graph-textbox {
  width: 50%;
}

.p-index__graph-title {
  color: #ed5053;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-index__graph-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 10px;
}

.p-index__graph-bottom {
  margin: -60px auto 0;
  max-width: 780px;
}

.p-index__graph-bottom img {
  width: 100%;
}

.p-index__graph-bottom img:nth-child(2) {
  margin-top: 40px;
}


/*==========================================================================
  faq
========================================================================== */
.p-index__faq-Wrap {
  margin: auto;
  max-width: 980px;
  width: 100%;
}

.p-index__faq-dl {
  cursor: pointer;
  padding: 30px 0;
}

.p-index__faq-dl:not(:first-child) {
  border-top: 1px dotted #000;
}

.p-index__faq-dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1.8;
  padding-left: 78px;
  position: relative;
}

.p-index__faq-dt::before {
  background: #d4312c;
  border-radius: 50px;
  color: #fff;
  content: "Q";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 48px;
  left: 0;
  letter-spacing: 0em;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  top: -8px;
  width: 48px;
}

.p-index__faq-dd {
  display: none;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.8;
  padding-left: 78px;
  padding-top: 50px;
  position: relative;
}

.p-index__faq-dd::before {
  background: #1d2388;
  border-radius: 50px;
  color: #fff;
  content: "A";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: 48px;
  left: 0;
  letter-spacing: 0em;
  line-height: 1.8;
  position: absolute;
  text-align: center;
  top: 48px;
  width: 48px;
}


/*==========================================================================
  contact
========================================================================== */
.p-index__contact-Wrap {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-index__contact-btnWrap {
  width: 100%;
  padding: 60px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

.p-index__contact-primary-btn,
.p-index__contact-secondary-btn {
  width: 50%;
}

.p-index__contact-primary-text,
.p-index__contact-secondary-text{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

.p-index__contact-btnWrap .c-btn__primary{
  width: 100%;
  padding: 20px 35px;
  border-radius: 40px;
}

.p-index__contact-btnWrap .c-btn__primary-text{
  font-size: 24px;
}

.p-index__contact-btnWrap .c-btn__secondary {
  width: 100%;
  font-size: 24px;
  padding: 20px 35px;
  border-radius: 40px;
}


/*==========================================================================
  footer
========================================================================== */
.p-footer__logo-link {
  display: block;
  transition: 0.4s;
  width: 155px;
}

.p-footer__logo-link:hover {
  opacity: 0.7;
}

.p-footer__logo-link img {
  height: auto;
  width: 100%;
}

.p-footer__tel-link {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 0.6;
  margin-top: 22px;
  transition: 0.4s;
}

.p-footer__tel-link img {
  height: 32px;
  margin-right: 4px;
  width: 32px;
}

.p-footer__tel-link:hover {
  opacity: 0.7;
}

.p-footer__nav-list {
  display: flex;
  margin-top: 40px;
}

.p-footer__nav-item:not(:first-child) {
  margin-left: 30px;
}

.p-footer__nav-link {
  color: #7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  transition: 0.4s;
}

.p-footer__nav-link:hover {
  opacity: 0.7;
}

.p-footer__copyright {
  color: #7d7d7d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
  margin-top: 32px;
  text-align: center;
}

.p-contact__form-dl {
  display: flex;
}

.p-contact__form-dl:not(:first-child) {
  margin-top: 50px;
}

.p-contact__form-dt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0em;
  line-height: 1;
  width: 250px;
}

.p-contact__form-required {
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0em;
  margin-left: 25px;
  padding: 4px 10px;
  background: #e70000;
}

.p-contact__form-dd {
  margin-left: 50px;
  width: calc(100% - 190px - 50px);
}

.p-contact__form-dd p{
  font-size: 16px;
  font-weight: 400;
}

.p-contact__form-policy {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 20px;
  text-align: center;
}

.p-contact__form-policylink {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  text-decoration: underline;
  transition: 0.4s;
}

.p-contact__form-policylink:hover {
  opacity: 0.7;
}

.p-contact__form-btnArea {
  margin-top: 50px;
}

.p-contact__form-btnArea-02 {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  column-gap: 30px;
}

.p-contact__form-btnArea-02 .p-contact__form-btnWrap {
  width: 50%;
}

.contact .p-contact__form-btnWrap{
  width: 100%;
  max-width: 385px;
  margin: 0 auto;
}

.contact .p-contact__form-btnWrap input[type="submit"]{
  -webkit-appearance: none;
  background-color: #ff4d00;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  text-decoration: none;
}

.confirm .p-contact__form-btnWrap {
  width: 100%;
}

.confirm input[type="button"].wpcf7-previous{
  -webkit-appearance: none;
  background-color: #808080;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  text-decoration: none;
}


.p-contact__form-recaptcha {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 5px;
  text-align: center;
}

.p-contact__form-recaptcha a {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  text-decoration: underline;
  transition: 0.4s;
}

.p-contact__form-recaptcha a:hover {
  opacity: 0.7;
}

.p-contact__form-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.95;
}

.p-contact__thanks-totop {
  color: #595757;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 100px;
  text-align: center;
  text-decoration: underline;
}

.p-contact__form-policycheck {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-top: 6px;
  text-align: center;
}

.p-lowpage__top-tellink {
  align-items: center;
  color: #000;
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 500;
  justify-content: end;
  letter-spacing: 0em;
  line-height: 1.4;
  padding-top: 80px;
  transition: 0.4s;
}

.p-lowpage__top-tellink img {
  height: 32px;
  margin-right: 4px;
  width: 32px;
}

.p-lowpage__top-tellink:hover {
  opacity: 0.7;
}

.p-lowpage__breadcrumb-list {
  display: flex;
}

.p-lowpage__breadcrumb-item {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

.p-lowpage__breadcrumb-item:not(:first-child) {
  margin-left: 10px;
}

.p-lowpage__breadcrumb-item a {
  color: #000;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #adadad;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="password"]::-moz-placeholder {
  color: #adadad;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="password"]::placeholder {
  color: #adadad;
}

textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #f8f8f8;
  background-image: none;
  border: 1px solid #adadad;
  border-radius: 0;
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  height: 100px;
  padding: 0.4em 0.8em;
  width: 100%;
}

textarea:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

textarea::-moz-placeholder {
  color: #adadad;
}

textarea::placeholder {
  color: #adadad;
}

input[type="submit"] {
  -webkit-appearance: none;
  background-color: #ff4d00;
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  height: 65px;
  text-decoration: none;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
  outline: none;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin: 0 0.2em 0;
  padding: 0 0 0 32px;
  position: relative;
}

input[type="radio"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #f6f6fa;
  border-radius: 50%;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

input[type="radio"] + span::after {
  -webkit-transform: translateY(-50%);
  background: #f6f6fa;
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 6px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease 0s;
  width: 8px;
}

input[type="radio"]:checked + span::after {
  opacity: 1;
}

input[type="checkbox"] {
  display: none;
}

input[type="checkbox"] + span {
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  margin-top: 15px;
  padding: 0 0 0 32px;
  position: relative;
}

input[type="checkbox"] + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid #4c4c4c;
  border-radius: 2px;
  content: "";
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}

input[type="checkbox"] + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  content: "";
  display: block;
  height: 8px;
  left: 5px;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 14px;
}

input[type="checkbox"]:checked + span::after {
  opacity: 1;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: #f8f8f8;
  border: 1px solid #adadad;
  border-radius: 4px;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  padding: 0.4em 0.8em;
  width: 100%;
}

select::-ms-expand {
  display: none;
}

select:focus {
  border: 1px solid rgba(0, 0, 0, 0.32);
  box-shadow: none;
  outline: none;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}


/*==========================================================================
  fixed
========================================================================== */
.p-fixed__totop {
  bottom: 40px;
  cursor: pointer;
  height: 48px;
  position: fixed;
  right: 100px;
  transition: 0.4s;
  width: 48px;
}

.p-fixed__totop:hover {
  opacity: 0.7;
}

.p-fixed__totop img {
  height: auto;
  width: 100%;
}

.p-index__mv-ctaWrap {
  bottom: 0;
  position: absolute;
  right: 32px;
  z-index: 1000;
}

.p-fixed__cta-Wrap {
  height: 315px;
  position: relative;
  width: 194px;
}

.p-fixed__cta-base {
  bottom: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 82%;
}

.p-fixed__cta-roll {
  animation: 24s linear infinite rolling;
  bottom: -33px;
  position: absolute;
}

@keyframes rolling {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.p-fixed__cta-top {
  bottom: 90px;
  position: absolute;
}

.p-fixed__cta-document {
  bottom: 25px;
  display: none;
  height: 42px;
  left: 28px;
  position: absolute;
  width: 56px;
}

.p-fixed__sp-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.p-fixed__sp-bottom-btnWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-fixed__sp-bottom-btnWrap .c-btn__primary{
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 12px 10px;
  box-shadow: initial;
  background: linear-gradient(90deg, #ff5c00 0%, #ffb800 100%);
}

.p-fixed__sp-bottom-btnWrap .c-btn__secondary{
  width: 50%;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  box-shadow: initial;
}

.p-fixed__tocontact-link {
  position: fixed;
  top: 200px;
  right: -60px;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.4;
  width: 60px;
  height: fit-content;
  padding: 20px;
  background: #004b96;
  transition-duration: 0.4s;
  z-index: 10;
}

.p-fixed__tocontact-link.is-active {
  right: 0;
}

.p-fixed__tocontact-link:hover {
  opacity: 0.5;
}

.p-fixed__todiagnosis-link {
  position: fixed;
  top: 460px;
  right: -60px;
  font-size: 16px;
  writing-mode: vertical-rl;
  text-orientation: upright;
  color: #ff4d00;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.14em;
  line-height: 1.4;
  width: 60px;
  height: fit-content;
  padding: 20px;
  border: 2px solid #ff4d00;
  background-color: #fff;
  transition-duration: 0.4s;
  z-index: 10;
}

.p-fixed__todiagnosis-link.is-active {
  right: 0;
}

.p-fixed__todiagnosis-link:hover {
  opacity: 0.5;
}


/*==========================================================================
  company
========================================================================== */
.p-company__table-Wrap {
  width: 100%;
}

.p-company__table-dl {
  align-items: stretch;
  border-top: 1px solid #000;
  display: -moz-flex;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.p-company__table-dl:last-child {
  border-bottom: 1px solid #000;
}

.p-company__table-dt {
  background: #eaeaea;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 40px 0;
  text-align: center;
  width: 250px;
}

.p-company__table-dd {
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  padding: 40px;
  width: calc(100% - 250px);
}

.p-company__table-dd span {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
  margin-bottom: 4px;
}

.p-company__map-Wrap {
  padding-top: 27.7777%;
  position: relative;
  width: 100%;
}

.p-company__map-Wrap iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/*==========================================================================
  policy
========================================================================== */
.p-policy__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.4;
}


/*==========================================================================
  disp
========================================================================== */
.pc-disp {
  display: block;
}

.sp-disp {
  display: none;
}


/*==========================================================================
  画面幅が1040px以下のとき
========================================================================== */
@media screen and (max-width: 1040px) {
  .l-header {
    height: 80px;
  }

  .p-header__items {
    height: 80px;
  }

  .p-header__logo {
    width: 100px;
  }

  .p-header__buttons {
    display: none !important;
  }

  .p-header__nav-list {
    position: fixed;
    top: 0;
    right: -5%;
    display: block;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    padding: 120px 20px;
    height: 100vh;
    transform: translateX(100%);
    margin-left: auto;
    background: #1d2388;
    border-radius: 0;
    box-shadow: 3px 3px 8px 0px rgba(2, 0, 75, 0.25);
    transition: 0.3s;
  }

  .p-header__nav-list.open {
    transform: translateX(0);
    z-index: 9998;
  }

  .p-header__nav-item:not(:first-child):not(:first-child) {
    margin-left: 0;
    margin-top: 32px;
  }

  .p-header__nav-link {
    color: #fff;
  }

  .p-header__hamburger-btn {
    position: fixed;
    top: 30px;
    right: 20px;
    display: block;
    width: 60px;
    z-index: 9999;
    background-color: transparent;
  }

  .p-header__hamburger-btn-line {
    background: #1d2388;
    display: block;
    height: 3px;
    margin: auto;
    position: relative;
    transition: 0.2s;
    width: 70%;
  }

  .p-header__hamburger-btn-line::before,
  .p-header__hamburger-btn-line::after {
    background-color: #1d2388;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    transition: 0.5s;
    width: 100%;
  }

  .p-header__hamburger-btn-line::before {
    transform: translateY(-10px);
  }

  .p-header__hamburger-btn-line::after {
    transform: translateY(10px);
  }

  .p-header__hamburger-btn-line.open {
    background-color: transparent;
  }

  .p-header__hamburger-btn-line.open::before,
  .p-header__hamburger-btn-line.open::after {
    background-color: #fff;
    content: "";
    transition: 0.2s;
  }

  .p-header__hamburger-btn-line.open::before {
    transform: rotate(45deg);
  }

  .p-header__hamburger-btn-line.open::after {
    transform: rotate(-45deg);
  }

  .p-header__bg.open {
    background: rgba(0, 0, 0, 0.5);
    display: block;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }

  .p-index__contact-btnWrap {
    display: block;
    padding: 40px 5%;
  }

  .p-index__contact-primary-btn,
  .p-index__contact-secondary-btn {
    width: 100%;
  }

  .p-index__contact-primary-btn{
    margin-bottom: 20px;
  }

  .p-index__contact-primary-text,
  .p-index__contact-secondary-text {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .p-index__contact-btnWrap .c-btn__primary{
    padding: 20px 10px;
    border-radius: 40px;
  }

  .p-index__contact-btnWrap .c-btn__primary-text{
    font-size: 20px;
  }

  .p-index__contact-btnWrap .c-btn__secondary {
    font-size: 20px;
    padding: 20px 10px;
    border-radius: 40px;
  }
}


/*==========================================================================
  画面幅が768px以下のとき
========================================================================== */
@media screen and (max-width: 768px) {

  .l-index__about {
    padding-top: 60px;
  }

  .l-index__meo {
    padding-top: 80px;
  }

  .l-index__onayami {
    padding-top: 80px;
  }

  .l-index__feat {
    padding: 35px 0 50px;
  }

  .l-index__field {
    padding: 30px 0 80px;
  }

  .l-index__voice {
    padding: 50px 0 70px;
  }

  .l-index__cta {
    padding: 50px 0;
  }
  
  .l-index__graph {
    padding-top: 60px;
  }

  .l-index__faq {
    padding: 60px 0;
  }

  .l-index__contact {
    padding: 20px 0;
  }

  .l-footer {
    padding: 40px 0 50px;
  }

  .l-footer__lowpage {
    margin-top: 30px;
  }

  .l-lowpage__top {
    height: 160px;
  }

  .l-lowpage-top__title {
    font-size: 24px;
  }

  .l-lowpage__breadcrumb-02 {
    margin: 20px 0;
  }

  .l-lowpage__contact-progress img {
    width: 160px;
  }

  .l-lowpage__title-Wrap {
    margin-bottom: 40px;
  }

  .l-lowpage__title-Wrap-02 {
    margin-top: 50px;
  }

  .l-contact__form-Wrap {
    margin: 60px auto 0;
  }

  .c-secttl {
    font-size: 24px;
  }

  .c-secttl__24 {
    font-size: 20px;
  }

  .c-secttl__24 span {
    font-size: 24px;
  }

  .c-secttl__flex {
    display: block;
  }

  .c-secttl__flex img {
    width: 120px;
    margin-inline: auto;
  }

  .c-secttl__lowpage {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 0em;
    line-height: 1.4;
    margin-bottom: 4px;
  }

  .p-index__mv-WrapTitle{
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .p-index__mv-text{
    padding: 7px;
    background-color: rgba(255, 255, 255, 0.7);
  }

  .p-index__mv-btnWrap .c-btn__primary {
    width: 280px;
    padding: 15px 20px;
    border-radius: 35px;
    margin-right: auto;
  }

  .p-index__mv-btnWrap .c-btn__primary .c-btn__primary-text {
    font-size: 20px;
  }

  .p-index__mv-btnWrap .c-btn__secondary {
    width: 280px;
    font-size: 20px;
    padding: 15px 20px;
    border-radius: 35px;
    margin-right: auto;
  }

  .p-index__mv-title {
    font-size: 26px;
    font-weight: 700;
  }

  .p-index__mv-text {
    font-weight: 700;
  }

  .p-index__mv-text span {
    font-weight: 700;
  }

  .p-index__about-textbox {
    width: 100%;
  }

  .p-index__about-text02 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 12px;
  }

  .p-index__about-image {
    margin-bottom: 20px;
    width: 100%;
  }

  .p-index__about-pcimage {
    width: 100%;
  }

  .p-index__about-spimage {
    display: block;
    max-width: 85px;
    top: 20px;
  }

  .p-index__meo-micro {
    line-height: 1.6;
    width: 100%;
  }

  .p-index__meo-Wrap {
    flex-direction: column;
  }

  .p-index__meo-item {
    padding: 14px 15px;
  }

  .p-index__meo-item:not(:first-child) {
    margin-top: 20px;
  }

  .p-index__meo-title {
    font-size: 18px;
    font-weight: 700;
  }

  .p-index__meo-text {
    line-height: 1.6;
    margin-top: 8px;
  }

  .p-index__onayami-top {
    align-items: center;
    flex-direction: column;
  }

  .p-index__onayami-image {
    width: 100%;
  }

  .p-index__onayami-list {
    padding: 28px 20px;
    width: 100%;
  }

  .p-index__onayami-list::before {
    display: none;
  }

  .p-index__feat-list {
    flex-direction: column;
  }

  .p-index__feat-item {
    width: 100%;
  }

  .p-index__feat-item:not(:first-child) {
    margin-top: 32px;
  }

  .p-index__feat-title {
    font-size: 20px;
    margin-top: 12px;
  }

  .p-index__feat-image {
    margin-top: 12px;
  }

  .p-index__field-dl {
    align-items: unset;
    flex-direction: column;
  }

  .p-index__field-dl:not(:first-child) {
    margin-top: 20px;
  }

  .p-index__field-dt {
    font-size: 18px;
  }

  .p-index__field-dd {
    margin-left: 0;
    margin-top: 4px;
    width: 100%;
  }

  .p-index__voice-list {
    flex-direction: column;
  }

  .p-index__voice-item {
    width: 100%;
  }

  .p-index__voice-item:not(:first-child) {
    margin-top: 32px;
  }

  .p-index__voice-title {
    font-size: 18px;
    font-weight: 700;
  }

  .p-index__voice-morebtnWrap {
    margin: 40px auto 0;
  }

  .p-index__cta-title {
    font-size: 28px;
  }

  .p-index__cta-text {
    font-size: 16px;
  }

  .p-index__cta-text span {
    font-size: 18px;
  }

  .p-index__cta-btnWrap {
    margin: 32px auto 0;
  }

  .p-index__graph-top {
    flex-direction: column;
  }

  .p-index__graph-image {
    width: 100%;
  }

  .p-index__graph-textbox {
    width: 100%;
  }

  .p-index__graph-text {
    margin-top: 8px;
  }

  .p-index__graph-bottom {
    display: flex;
    flex-direction: column;
    margin: 20px auto 0;
    overflow-x: scroll;
  }

  .p-index__graph-bottom img {
    width: 160%;
  }

  .p-index__faq-dl {
    padding: 18px 0;
  }

  .p-index__faq-dt {
    padding-left: 48px;
  }

  .p-index__faq-dt::before {
    font-size: 16px;
    height: 32px;
    line-height: 1.8;
    top: 0;
    width: 32px;
  }

  .p-index__faq-dd {
    padding-left: 48px;
    padding-top: 12px;
  }

  .p-index__faq-dd::before {
    font-size: 16px;
    height: 32px;
    line-height: 1.8;
    top: 12px;
    width: 32px;
  }

  .p-footer__tel-link img {
    height: 25px;
    width: 25px;
  }

  .p-contact__form-dl {
    flex-direction: column;
  }

  .p-contact__form-dl:not(:first-child) {
    margin-top: 28px;
  }

  .p-contact__form-dd {
    margin-left: 0;
    width: 100%;
  }

  .p-contact__form-policy {
    margin-top: 20px;
  }

  .p-contact__form-btnArea {
    margin-top: 40px;
  }

  .p-contact__form-btnArea-02 {
    flex-direction: column-reverse;
    margin-top: 40px;
  }

  .p-contact__form-btnArea-02 .p-contact__form-btnWrap {
    width: 100%;
  }

  .p-contact__form-btnArea-02 .p-contact__form-btnWrap:not(:first-child) {
    margin-top: 20px;
  }

  .p-contact__thanks-totop {
    margin-top: 40px;
  }

  .p-lowpage__top-tellink img {
    height: 25px;
    width: 25px;
  }

  .p-fixed__totop {
    bottom: 96px;
    right: 20px;
  }

  .p-index__mv-ctaWrap {
    display: none;
  }

  .p-company__table-dt {
    font-size: 16px;
    padding: 20px 0;
    width: 120px;
  }

  .p-company__table-dd {
    font-size: 16px;
    padding: 20px;
    width: calc(100% - 120px);
  }

  .p-company__table-dd span {
    font-size: 16px;
    font-weight: 500;
  }

  .p-company__map-Wrap {
    padding-top: 75%;
  }

  .pc-disp {
    display: none;
  }

  .sp-disp {
    display: block;
  }

  .l-inner__header {
    padding: 5px 15px 0;
  }

  .p-header__logo {
    width: 75px;
  }

  .p-index__mv-title {
    font-size: 24px;
    line-height: normal;
  }

  .p-index__mv-titleLarge {
    font-size: 48px;
  }

  .p-index__mv-Wrap {
    padding-top: 120px;
  }

  .p-index__mv-btnWrap {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
  }

  .p-index__mv-badge {
    left: unset;
  }

  .p-index__mv-badge {
    bottom: -100px;
  }

  .p-contact__form-dt {
    width: 100%;
    margin-bottom: 10px;
  }

  .p-contact__form-required {
    font-size: 12px;
    margin-left: 10px;
  }

  .l-header {
    margin-top: unset;
    height: initial;
  }

  .p-header__items {
    height: initial;
  }

  .p-header__buttons {
    display: none !important;
  }

  .p-index__graph-title {
    font-size: 17px;
  }

}



