@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

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

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

h1, h2, h3, p, a {
  margin: 0;
}

body,
h2,
h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

body {
  color: #00465e;
}

html {
  font-size: 4.2666666667vw;
}
@media (min-width: 376px) {
  html {
    font-size: 1rem;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: auto;
}
@media (any-hover: hover) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.8;
    color: inherit;
  }
}

a:focus {
  outline: none !important;
  box-shadow: none;
}

.c-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 50px 0;
  }
}

.c-section__head--center .c-section__title {
  margin-inline: auto;
}

.c-section__head--left .c-section__title {
  margin-left: 0;
}

.c-section__title {
  text-align: center;
  background-color: #00a0e9;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: capitalize;
  font-size: 2rem;
  padding: 10px 30px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-section__title {
    font-size: 1.5rem;
  }
}

.c-section__title--white {
  color: #fff;
}

.c-section__title-lead {
  word-break: keep-all;
  overflow-wrap: anywhere;
  text-align: center;
  font-weight: 600;
  margin-top: 50px;
  font-size: 3.125rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .c-section__title-lead {
    margin-top: 25px;
    font-size: 1.5rem;
  }
}

.p-intro .c-section__title-lead {
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-intro .c-section__title-lead {
    margin-top: 0;
  }
}

.c-section__head--left .c-section__title-lead {
  text-align: left;
}

.c-section__lead {
  word-break: keep-all;
  overflow-wrap: anywhere;
  color: #ef6e26;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-section__lead {
    font-size: 2rem;
  }
}

.p-biography .c-section__lead,
.c-access .c-section__lead--small {
  font-weight: 600;
}

.c-section__lead--large {
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-section__lead--large {
    font-size: 2.3125rem;
  }
}

.c-section__lead--small {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .c-section__lead--small {
    font-size: 1.5rem;
  }
}

.c-section__lead-span {
  display: block;
  width: 150px;
  margin-inline: auto;
  color: #fff;
  background-color: #00a0e9;
  padding: 10px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .c-section__lead-span {
    width: 120px;
    padding: 5px;
  }
}

.c-section__text {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-section__text {
    font-size: 1rem;
  }
}

.c-section__text--high {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-section__text--high {
    margin-top: 16px;
  }
}

.c-section__text--low {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-section__text--low {
    margin-top: 12px;
  }
}

.c-section__text--center {
  text-align: center;
}

.c-section__text--left {
  text-align: left;
}

.c-section__text--orange {
  color: #ef6e26;
}

.c-section__items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-section__items {
    margin: 50px auto 0;
    max-width: 600px;
    gap: 25px;
  }
}

.c-section__item {
  width: calc(50% - 25px);
  padding: 25px;
  background-color: #fff;
  border: solid 1px #00a0e9;
  border-radius: 7.5px;
}
@media screen and (max-width: 768px) {
  .c-section__item {
    width: 100%;
    padding: 12px;
  }
}

.c-section__item .c-section__lead {
  text-align: center;
  padding-bottom: 16px;
  border-bottom: solid 1px #00a0e9;
}
@media screen and (max-width: 768px) {
  .c-section__item .c-section__lead {
    padding-bottom: 8px;
  }
}

.c-section__item .c-section__text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .c-section__item .c-section__text {
    margin-top: 12px;
  }
}

.c-section__details {
  color: #ef6e26;
}

.c-section__details-link {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .c-section__details-link {
    font-size: 1rem;
  }
}

.c-section__flex {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-section__flex {
    max-width: 600px;
    margin: 25px auto 0;
    flex-direction: column;
    gap: 25px;
  }
}

.p-correspondence .c-section__flex {
  margin-top: 0;
  flex-direction: column;
}

.c-section__flex-wrap {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .c-section__flex-wrap {
    width: 100%;
  }
}

.p-correspondence .c-section__flex-wrap {
  width: 100%;
}

.c-access {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffe8de;
}
@media screen and (max-width: 768px) {
  .c-access {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

section.p-business.c-section {
  padding: 0;
}

.p-page .c-access {
  background-color: #fff;
}

.c-access__text {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-access__text {
    margin-top: 25px;
  }
}

.c-access__container {
  background-color: #fff;
  border-radius: 10px;
  margin-top: 50px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .c-access__container {
    margin-top: 25px;
    padding: 20px;
  }
}

.p-page .c-access__container {
  border: solid 1px #00a0e9;
}

.c-access__flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-access__flex {
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
    gap: 25px;
  }
}

.c-access__wrap {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .c-access__wrap {
    width: 100%;
  }
}

.c-section__address {
  font-style: normal;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .c-section__address {
    margin-top: 25px;
  }
}

.c-access__tel {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-access__tel {
    margin-top: 16px;
  }
}

.c-access__way {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .c-access__way {
    margin-top: 16px;
  }
}

.c-access__map {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .c-access__map {
    width: 100%;
  }
}

.c-access__map iframe {
  width: 100%;
}

.c-access__items {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-access__items {
    flex-direction: column;
    margin-top: 25px;
    gap: 25px;
  }
}

.p-page .c-access .c-section__title--white {
  color: #00465e;
}

.c-page-head {
  margin-top: 100px;
  min-height: 238px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-page-head {
    margin-top: 60px;
  }
}

/* 左上の装飾 */
.c-page-head::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 23%;
  height: 100%;
  background-color: rgba(239, 110, 38, 0.4); /* 薄いオレンジ色 */
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  z-index: 1;
}

/* 右下の装飾 */
.c-page-head::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 65%;
  height: 100%;
  background-color: rgba(239, 110, 38, 0.4); /* 薄いオレンジ色 */
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.c-page-head__title {
  font-family: "Noto Serif JP", serif;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: auto;
  background-color: #ef6e26;
  padding: 0 200px 5px 50px;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
  font-size: 3.125rem;
}
@media screen and (max-width: 768px) {
  .c-page-head__title {
    padding: 0 50px 5px 30px;
    font-size: 2.3125rem;
  }
}

.c-page-head__flex {
  margin: 25px auto 0;
  display: flex;
  max-width: 1160px;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .c-page-head__flex {
    margin-top: 12px;
    gap: 25px;
  }
}

.c-page-head__flex-img {
  width: 20%;
}
@media screen and (max-width: 1024px) {
  .c-page-head__flex-img {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .c-page-head__flex-img {
    width: 60%;
  }
}

.p-rationalization .c-page-head__img {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-rationalization .c-page-head__img {
    margin-top: 25px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #fff;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .l-header {
    padding-right: 25px;
    padding-left: 25px;
  }
}

.l-header__inner {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    height: 60px;
  }
}

.l-header__logo {
  max-width: 495px;
}
@media screen and (max-width: 768px) {
  .l-header__logo {
    max-width: 295px;
  }
}

.l-header__wrap {
  width: 100%;
  max-width: 840px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 1024px) {
  .l-header__wrap {
    max-width: 255px;
    gap: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrap {
    max-width: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}

.l-header__item-link {
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .l-header__item-link {
    font-size: 0.875rem;
  }
}

.l-header__tel {
  width: 180px;
  position: relative;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .l-header__tel {
    font-size: 1rem;
    display: none;
  }
}

.l-header__tel::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.l-header__tel-link {
  display: inline-block;
  width: 180px;
}
@media screen and (max-width: 768px) {
  .l-header__tel-link {
    width: 120px;
  }
}

.l-header__tel span {
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 0.5625rem;
}

.l-header__hamburger {
  width: 60px;
  height: 60px;
  background-color: #ef6e26;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}

.l-header__hamburger:hover {
  transition: 0.3s;
}

.l-header__hamburger span {
  background-color: #fff;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 21px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger span {
    width: 18px;
    top: 12px;
  }
}

.l-header__hamburger span:nth-child(2) {
  top: 29px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger span:nth-child(2) {
    top: 19.5px;
  }
}

.l-header__hamburger span:nth-child(3) {
  top: 37px;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger span:nth-child(3) {
    top: 27px;
  }
}

.l-header__hamburger.active span:nth-of-type(1) {
  top: 23px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
  width: 40%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger.active span:nth-of-type(1) {
    top: 13px;
    left: 12px;
  }
}

.l-header__hamburger.active span:nth-of-type(2) {
  opacity: 0;
  transition: 0.5s;
}

.l-header__hamburger.active span:nth-of-type(3) {
  top: 35px;
  left: 18px;
  transform: translateY(-6px) rotate(225deg);
  width: 40%;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  .l-header__hamburger.active span:nth-of-type(3) {
    top: 25px;
    left: 12px;
  }
}

.l-footer {
  background-color: #ef6e26;
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.l-footer__logo {
  max-width: 600px;
  width: 100%;
  margin-inline: auto;
}

.l-footer__nav {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}

.l-footer__items {
  max-width: 1116px;
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
  row-gap: 12px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-footer__items {
    margin-top: 25px;
    gap: 25px;
    row-gap: 6px;
  }
}

.l-footer__item {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__item {
    font-size: 1rem;
  }
}

.l-footer__item--last {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .l-footer__item--last {
    margin-top: 25px;
  }
}

.l-footer__copy {
  margin-top: 50px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    margin-top: 25px;
  }
}

.l-footer__copy small {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .l-footer__copy small {
    font-size: 1rem;
  }
}

.l-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #fff;
  transition: right 0.3s ease-in-out;
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.l-drawer.active {
  right: 0;
}

.l-drawer__items {
  width: 100%;
  overflow-y: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
.l-drawer__items li {
  text-align: center;
  margin-bottom: 20px;
}
.l-drawer__items a {
  padding: 15px;
  font-size: 1.125rem;
  transition: color 0.3s;
}
.l-drawer__items a:hover {
  color: #ef6e26;
}

.no-scroll {
  overflow: hidden;
}

.l-inner {
  width: 100%;
  max-width: 1650px;
  padding-right: 6.25rem;
  padding-left: 6.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    max-width: 600px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.p-fv {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-fv {
    margin-top: 60px;
  }
}

/* 左上の装飾 */
.p-fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 312px;
  height: 100%;
  background-color: rgba(239, 110, 38, 0.4); /* 薄いオレンジ色 */
  -webkit-clip-path: polygon(0 0, 100% 0, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 0% 100%);
  z-index: 1;
}

/* 右下の装飾 */
.p-fv::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 900px;
  width: 60%;
  height: 100%;
  background-color: rgba(239, 110, 38, 0.4); /* 薄いオレンジ色 */
  -webkit-clip-path: polygon(312px 0, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(312px 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

.p-fv__contact {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
  background-color: #ef6e26;
  border-radius: 0 5px 5px 0;
  writing-mode: vertical-rl;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-fv__contact {
    font-size: 0.75rem;
  }
}

.p-fv__contact-link {
  display: inline-block;
  padding: 50px 20px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-fv__contact-link {
    padding: 20px 10px;
  }
}

.p-fv__copy {
  position: absolute;
  right: 0;
  bottom: -20px;
  z-index: 2;
  text-align: right;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-fv__copy {
    font-size: 1.125rem;
  }
}

.p-fv__copy-text {
  color: #fff;
  margin-left: auto;
  background-color: #ef6e26;
  padding: 0 100px 5px 50px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 768px) {
  .p-fv__copy-text {
    padding: 0 20px 5px 20px;
  }
}

.p-fv__copy-text:nth-child(2) {
  margin-top: 10px;
}

.splide__arrows.splide__arrows--ltr {
  display: none;
}

.p-reason__items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .p-reason__items {
    flex-direction: column;
    gap: 25px;
  }
}
@media screen and (max-width: 768px) {
  .p-reason__items {
    margin-top: 25px;
  }
}

.p-reason__item {
  width: calc(50% - 25px);
  border-radius: 20px;
  border: solid 1px #00a0e9;
  padding: 50px 60px;
}
@media screen and (max-width: 1024px) {
  .p-reason__item {
    width: 100%;
    max-width: 600px;
    margin-inline: auto;
    padding: 25px 30px;
  }
}

.p-reason__lead {
  text-align: center;
}

.p-reason__img {
  margin-top: 25px;
  margin-inline: auto;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .p-reason__img {
    margin-top: 12px;
  }
}

.p-reason__item-text {
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .p-reason__item-text {
    margin-top: 12px;
  }
}

.p-business {
  background-color: #ffe8de;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-business {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.p-business .c-section__head {
  margin-top: 0;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-business .c-section__head {
    padding-top: 50px;
  }
}

.p-business .l-inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-business .l-inner {
    flex-direction: column;
  }
}

.p-business__left {
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-business__left {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-business__left .c-section__head {
  position: relative;
  z-index: 1;
}

.p-business__left::before {
  content: "";
  position: absolute;
  left: 0;
  margin-left: calc(50% - 50vw);
  width: 70vw;
  height: 100%;
  background-color: #ef6e26;
  -webkit-clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 85% 100%, 0% 100%);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .p-business__left::before {
    width: 100vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 80%);
  }
}

.p-business__lead {
  text-align: left;
  color: #fff;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-business__lead {
    margin-top: 50px;
  }
}

.p-business__btn {
  margin-top: 100px;
  max-width: 400px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-business__btn {
    margin-top: 50px;
  }
}

.p-business__btn-link {
  display: inline-block;
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  padding: 20px;
  position: relative;
  z-index: 1;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-business__btn-link {
    font-size: 1.875rem;
  }
}

.p-business__btn-link::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  border-top: solid 3px #00465e;
  border-right: solid 3px #00465e;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 35px;
}

.p-business__right {
  width: 30%;
  background-color: #ffe8de;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-business__right {
    width: 100%;
    padding-bottom: 50px;
  }
}

.p-business__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-business__item:not(:first-child) {
    margin-top: 25px;
  }
}

.p-business__text {
  color: #000;
}

.p-flow__items {
  margin-top: 50px;
  max-width: 956px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__items {
    margin-top: 25px;
  }
}

.p-flow__item {
  border: solid 1px #00a0e9;
  border-radius: 12px;
  padding: 25px 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    flex-direction: column;
    padding: 25px 16px;
  }
}

.p-flow__item:not(:first-child) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-flow__item:not(:first-child) {
    margin-top: 25px;
  }
}

.p-flow__left {
  width: 15%;
  min-width: 120px;
  padding-right: 35px;
}
@media screen and (max-width: 768px) {
  .p-flow__left {
    width: 100%;
    padding-right: 0;
    padding-bottom: 35px;
  }
}

.p-flow__left img {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .p-flow__left img {
    margin-right: auto;
  }
}

.p-flow__item:nth-child(1) .p-flow__left img {
  width: 114px;
}

.p-flow__item:nth-child(2) .p-flow__left img {
  width: 96px;
}

.p-flow__item:nth-child(3) .p-flow__left img {
  width: 106px;
}

.p-flow__item:nth-child(4) .p-flow__left img {
  width: 83px;
}

.p-flow__right {
  width: 85%;
  padding-left: 35px;
  border-left: solid 1px #00465e;
}
@media screen and (max-width: 768px) {
  .p-flow__right {
    width: 100%;
    padding-left: 0;
    padding-top: 35px;
    border-left: none;
    border-top: solid 1px #00465e;
  }
}

.p-flow__text {
  margin-top: 12px;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__text {
    margin-top: 6px;
    font-size: 1.375rem;
  }
}

.p-flow__btn {
  margin-top: 16px;
  width: 100%;
  display: flex;
  gap: 50px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .p-flow__btn {
    max-width: 323px;
    margin: 8px auto 0;
    gap: 25px;
    flex-direction: column;
  }
}

.p-flow__btn-link {
  display: inline-block;
  width: calc(50% - 25px);
  background-color: #00465e;
  border-radius: 5px;
  padding: 16px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .p-flow__btn-link {
    max-width: 323px;
    width: 100%;
  }
}

.p-flow__btn-title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-flow__btn-title {
    font-size: 1.5rem;
  }
}

.p-flow__btn-sub {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-flow__btn-sub {
    font-size: 1rem;
  }
}

.p-biography {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #ffe8de;
}
@media screen and (max-width: 768px) {
  .p-biography {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-biography .l-inner {
  max-width: 1160px;
}

.p-biography__top {
  margin-top: 50px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-biography__top {
    margin-top: 25px;
    flex-direction: column;
    max-width: 600px;
    margin-inline: auto;
  }
}

.p-biography__wrap {
  width: calc(100% - 410px);
  padding: 32px;
}
@media screen and (max-width: 1024px) {
  .p-biography__wrap {
    width: 100%;
    padding: 16px;
  }
}

.p-biography__items {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biography__items {
    margin-top: 20px;
  }
}

.p-biography__img {
  width: 410px;
}
@media screen and (max-width: 1024px) {
  .p-biography__img {
    width: 100%;
  }
}

.p-biography__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-biography__bottom-items {
  margin-top: 50px;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .p-biography__bottom-items {
    flex-direction: column;
    margin-top: 25px;
    gap: 25px;
  }
}

.p-biography__bottom-item {
  width: calc(50% - 25px);
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 32px;
}
@media screen and (max-width: 768px) {
  .p-biography__bottom-item {
    padding: 16px;
    width: 100%;
  }
}

.p-biography__bottom-item p {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-biography__bottom-item p {
    margin-top: 20px;
  }
}

.p-intro__text {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-intro__text {
    margin-top: 16px;
  }
}

.p-links {
  background-color: #ffe8de;
  padding: 50px 0;
}
@media screen and (max-width: 768px) {
  .p-links {
    padding: 25px 0;
  }
}

.p-links .l-inner {
  max-width: 1160px;
  margin-inline: auto;
}

.p-links__items {
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-links__items {
    margin-top: 25px;
    gap: 12px;
  }
}

.p-links__item {
  max-width: 220px;
  width: calc((100% - 75px) / 4);
}
@media screen and (max-width: 768px) {
  .p-links__item {
    width: calc((100% - 12px) / 2);
  }
}

.p-links__item-link {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  width: 100%;
  border: solid 1px #00a0e9;
  padding: 10px;
  border-radius: 5px;
}

.p-office.c-page-head {
  background-image: url(../images/head/header_1.png);
}

.p-taxServices {
  background-image: url(../images/guide/tax.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.p-taxServices .l-inner {
  position: relative;
  z-index: 1;
}

.p-accountingServices {
  background-image: url(../images/guide/accounting.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-accountingServices::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 232, 222, 0.8);
  z-index: 0;
}

.p-accountingServices .l-inner {
  position: relative;
  z-index: 1;
}

.p-businessSupport {
  background-image: url(../images/guide/business.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-businessSupport .l-inner {
  position: relative;
  z-index: 1;
}

.p-inheritancePlanning {
  background-image: url(../images/guide/inheritance.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-inheritancePlanning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 232, 222, 0.8);
  z-index: 0;
}

.p-inheritancePlanning .l-inner {
  position: relative;
  z-index: 1;
}

.p-medicalManagement {
  background-image: url(../images/guide/medicalManagement.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-medicalManagement .l-inner {
  position: relative;
  z-index: 1;
}

.p-startupSupport {
  background-image: url(../images/guide/startupSupport.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-startupSupport::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 232, 222, 0.8);
  z-index: 0;
}

.p-startupSupport .l-inner {
  position: relative;
  z-index: 1;
}

.p-constructionIndustry {
  background-image: url(../images/guide/constructionIndustry.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-constructionIndustry .l-inner {
  position: relative;
  z-index: 1;
}

.p-financingSupport {
  background-image: url(../images/guide/startupSupport.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-financingSupport::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 232, 222, 0.8);
  z-index: 0;
}

.p-financingSupport .l-inner {
  position: relative;
  z-index: 1;
}

.p-contact .l-inner {
  max-width: 1155px;
  margin-inline: auto;
}

.p-contact__flex {
  display: flex;
  justify-content: space-between;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .p-contact__flex {
    flex-direction: column;
    gap: 12px;
  }
}

.p-contact__wrap {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .p-contact__wrap {
    width: 100%;
  }
}

.p-contact__img {
  width: calc(50% - 25px);
}
@media screen and (max-width: 768px) {
  .p-contact__img {
    width: 100%;
  }
}

.p-contact__btn {
  margin-top: 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-contact__btn {
    flex-direction: column;
    gap: 25px;
    margin-top: 25px;
  }
}

.p-contact__btn-link {
  display: inline-block;
  width: calc(50% - 25px);
  background-color: #00465e;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-contact__btn-link {
    max-width: 323px;
    width: 100%;
  }
}

.p-contact__btn-title {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .p-contact__btn-title {
    font-size: 1.5rem;
  }
}

.p-contact__btn-sub {
  display: block;
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .p-contact__btn-sub {
    font-size: 1rem;
  }
}

.p-guide.c-page-head {
  background-image: url(../images/head/header_2.png);
}

.p-guidelines {
  background-image: url(../images/.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 0;
}

.p-guidelines::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 232, 222, 0.8);
  z-index: 0;
}

.p-guidelines .l-inner {
  position: relative;
  z-index: 1;
}

.u-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */