@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:700,500,900|Oswald:700,500|Zen+Old+Mincho:400,500,700|Cinzel:400,500,600,700|EB+Garamond:400,500,600,700|Niconne:400");
body {
  min-width: unset;
}

main {
  font-family: "Noto Sans JP";
  padding-top: 80px;
  position: relative;
}
@media (max-width: 768px) {
  main {
    margin-top: 60px;
    padding-top: 0;
  }
}
main .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
  position: absolute;
  top: 100px;
  left: min(40px, 3%);
  font-size: 12px;
  line-height: 14px;
  font-family: "Noto Sans JP";
  color: #ffffff;
}
@media (max-width: 768px) {
  main .breadcrumbs {
    top: 13px;
    left: 20px;
  }
}
main .breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: min(8px, 1vw);
}
main .breadcrumbs .bcn-breadcrumb-separator,
main .breadcrumbs .divider {
  color: #B7B7B7;
}
main .breadcrumbs a,
main .breadcrumbs a.home,
main .breadcrumbs .post.post-page a,
main .breadcrumbs [property=item] {
  text-decoration: none;
  transition: opacity 0.3s ease;
}
main .breadcrumbs a span,
main .breadcrumbs a.home span,
main .breadcrumbs .post.post-page a span,
main .breadcrumbs [property=item] span {
  color: #ffffff;
}
main .breadcrumbs a:hover,
main .breadcrumbs a.home:hover,
main .breadcrumbs .post.post-page a:hover,
main .breadcrumbs [property=item]:hover {
  opacity: 0.7;
}
main .breadcrumbs span.current-item,
main .breadcrumbs .post.post-page.current-item {
  color: #ffffff;
}
@media (max-width: 768px) {
  main .sp-hide {
    display: none;
  }
}
main .sp-show {
  display: none;
}
@media (max-width: 768px) {
  main .sp-show {
    display: initial;
  }
}
main .page-title {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 50px;
  line-height: 72px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  margin: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-title {
    font-size: 32px;
    line-height: 65px;
  }
}
main .page-title span {
  font-size: 16px;
  line-height: 24px;
}
main .page-title p {
  font-size: 24px;
  line-height: 31px;
  color: #ffffff;
  font-family: "EB Garamond", serif;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title p {
    font-size: 16px;
    line-height: 21px;
  }
}
main .page-title + .page-title__caption {
  margin-top: 32px;
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  font-weight: bold;
  text-align: center;
}
@media (max-width: 768px) {
  main .page-title + .page-title__caption {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  main .page-title {
    margin: 0 min(20px, 5%);
  }
}
main .page-title-wrapper {
  width: 100%;
  min-height: 395px;
  padding: 80px 0 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url("../../images/common/page-title-bg.png") no-repeat center center;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-title-wrapper {
    width: 100%;
    padding: 104px 0;
    min-height: unset;
    background: url("../../images/common/page-title-bg.png") no-repeat center center;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
main .page-sub-title {
  font-size: clamp(32px, 4vw, 40px);
  line-height: 1.6;
  color: #333333;
  font-family: "Zen Old Mincho";
  font-weight: 600;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 56px;
}
@media (max-width: 768px) {
  main .page-sub-title {
    font-size: 32px;
    line-height: 48px;
  }
}
@media (max-width: 768px) {
  main .page-sub-title {
    margin-top: 67px;
    margin-bottom: 40px;
  }
}
main .accordion-button {
  margin-top: min(46px, 5.8vh);
  padding: 16px min(20px, 2%);
  background-color: #00479D;
  color: #ffffff;
  border: none;
  border-radius: min(8px, 1vw);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(14px, 1.2vw, 16px);
  line-height: 19px;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
@media (max-width: 1024px) {
  main .accordion-button {
    line-height: 1.2;
  }
}
main .accordion-button:hover {
  opacity: 0.8;
}
main .accordion-button span {
  width: 24px;
  height: 24px;
  position: relative;
}
main .accordion-button span::before, main .accordion-button span::after {
  content: "";
  position: absolute;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
main .accordion-button span::before {
  width: 24px;
  height: 2px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
main .accordion-button span::after {
  width: 2px;
  height: 24px;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
main .accordion-button.active span::after {
  transform: translateX(-50%) rotate(90deg);
}
@media (max-width: 768px) {
  main .accordion-button {
    margin-top: 24px;
  }
}
main .accordion-button.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
main .page-content {
  margin-top: 80px;
  padding: 0 min(150px, 10%);
}
@media (max-width: 768px) {
  main .page-content {
    margin-top: 56px;
    padding: 0 min(20px, 5%);
  }
}
main .page-content section:first-child {
  display: flex;
  gap: min(30px, 5vw);
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content section:first-child {
    flex-direction: column;
    padding: 0;
    gap: 16px;
  }
}
main .page-content section:first-child img {
  width: min(240px, 20vw);
  height: min(180px, 22vh);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  main .page-content section:first-child img {
    width: auto;
  }
}
main .page-content section:first-child p {
  flex: 1;
  font-size: 16px;
  line-height: 29px;
  color: #333333;
}
@media (max-width: 768px) {
  main .page-content section:first-child p {
    width: 100%;
    text-align: center;
  }
}
main .page-content section:not(:first-child) {
  margin-top: 100px;
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) {
    margin-top: 44px;
  }
}
main .page-content section:not(:first-child) > div {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div {
    flex-direction: column;
  }
}
main .page-content section:not(:first-child) > div .section-text-container {
  padding-left: 70px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div .section-text-container {
    padding-left: 0;
  }
}
main .page-content section:not(:first-child) > div .divider {
  margin-left: -70px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div .divider {
    margin-left: 0;
  }
}
main .page-content section:not(:first-child) > div.reverse {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div.reverse {
    flex-direction: column;
  }
}
main .page-content section:not(:first-child) > div.reverse .section-text-container {
  padding-left: 0;
  padding-right: 70px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div.reverse .section-text-container {
    padding-right: 0;
  }
}
main .page-content section:not(:first-child) > div.reverse .divider {
  margin-left: 0;
  margin-right: -70px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) > div.reverse .divider {
    margin-right: 0;
  }
}
main .page-content section:not(:first-child) img {
  width: min(480px, 40vw);
  height: min(360px, 45vh);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) img {
    width: 100%;
    height: 259px;
  }
}
main .page-content section:not(:first-child) .section-text-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}
main .page-content section:not(:first-child) .section-text-container h3 {
  font-size: clamp(28px, 4vw, 40px);
  color: #00479D;
  font-family: "Zen Old Mincho";
  display: flex;
  align-items: center;
  gap: min(22px, 2vw);
  font-weight: 600;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container h3 {
    font-size: 32px;
    gap: 11px;
    margin-top: 24px;
  }
}
main .page-content section:not(:first-child) .section-text-container h3 > p {
  font-size: 16px;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
}
main .page-content section:not(:first-child) .section-text-container h3 > p span:first-child {
  font-size: clamp(16px, 1.8vw, 21px);
  color: #333333;
}
main .page-content section:not(:first-child) .section-text-container h3 > p span:last-child {
  font-size: clamp(24px, 2.5vw, 32px);
  color: #333333;
}
main .page-content section:not(:first-child) .section-text-container .divider {
  height: 1px;
  background-color: #B7B7B7;
  margin-top: 24px;
  z-index: -1;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container .divider {
    width: 100%;
    margin-top: 16px;
  }
}
main .page-content section:not(:first-child) .section-text-container > p {
  font-size: 16px;
  line-height: 29px;
  color: #333333;
  margin-top: 44px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .section-text-container > p {
    margin-top: 16px;
  }
}
main .page-content section:not(:first-child) .accordion-content {
  display: block;
  width: 100%;
  background-color: #00479D;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0 0 8px 8px;
}
main .page-content section:not(:first-child) .accordion-content.active {
  padding: 10px min(20px, 2%) 24px;
  max-height: 100%;
  opacity: 1;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.active {
    padding: 5px min(20px, 5%) 20px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section {
  margin-top: 48px;
}
main .page-content section:not(:first-child) .accordion-content .accordion-section:first-child {
  margin-top: 0;
}
main .page-content section:not(:first-child) .accordion-content .accordion-section h2 {
  font-size: clamp(28px, 3vw, 32px);
  line-height: 1.6;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section h2 {
    margin-bottom: 20px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section h3 {
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.6;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  margin-bottom: 40px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section h3 {
    margin-bottom: 24px;
    padding-bottom: 10px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper {
  display: flex;
  gap: min(32px, 4vw);
  align-items: flex-start;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper img {
  width: min(50%, 455px);
  max-height: 273px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper img {
    width: 100%;
    max-height: unset;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content {
    gap: 40px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item {
  position: relative;
  padding-left: min(56px, 7vw);
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:not(:last-child)::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 32px;
  bottom: -32px;
  width: 1px;
  background-color: #709cd2;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:not(:last-child)::before {
    bottom: -48px;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(1)::after {
  content: "01";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(2)::after {
  content: "02";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(3)::after {
  content: "03";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(4)::after {
  content: "04";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(5)::after {
  content: "05";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item:nth-child(6)::after {
  content: "06";
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #ffffff;
  color: #00479D;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-weight: 600;
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item h4 {
  font-size: 20px;
  line-height: 1.6;
  color: #ffffff;
  font-family: "Zen Old Mincho";
  margin-bottom: 10px;
  font-weight: 600;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item h4 {
    padding-left: 1rem;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item p {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content .flow-item p {
    padding-left: 1rem;
  }
}
main .page-content section:not(:first-child) .accordion-content .accordion-section .content-wrapper .text-content p {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
main .page-content section:not(:first-child) .accordion-content.workflow .flow-image {
  margin: 40px auto 0;
  text-align: center;
}
main .page-content section:not(:first-child) .accordion-content.workflow .flow-image img {
  width: min(490px, 60vw);
  height: min(475px, 58vh);
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .flow-image img {
    width: 100%;
    height: auto;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section:not(:first-child) {
  margin-top: 56px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section:not(:first-child) {
    margin-top: 40px;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper {
  display: flex;
  align-items: center;
  gap: min(32px, 4vw);
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper:not(:last-child) {
    margin-bottom: 48px;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper:nth-child(odd) {
    flex-direction: column;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper img {
  width: min(50%, 455px);
  max-height: 273px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper img {
    width: 100%;
    max-height: unset;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper .text-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper .text-content {
    min-height: unset;
  }
}
main .page-content section:not(:first-child) .accordion-content.workflow .accordion-section.confidence .content-wrapper .text-content p {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
main .page-content section:not(:first-child) .accordion-content.workflow .confidence-text {
  text-align: center;
  font-size: 24px;
  line-height: 36px;
  font-family: "Zen Old Mincho";
  margin-top: 40px;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.workflow .confidence-text {
    font-size: 20px;
    line-height: 32px;
    margin-top: 48px;
    text-align: left;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:not(:first-child) {
  margin-top: 56px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:not(:first-child) {
    margin-top: 32px;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper {
    gap: 24px;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper img.lifecycle-img {
  width: min(50%, 455px);
  max-height: 350px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper img.lifecycle-img {
    width: 100%;
    height: auto;
    max-height: unset;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper .text-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper .text-content {
    min-height: unset;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section .content-wrapper .text-content p {
  font-size: 16px;
  line-height: 29px;
  color: #ffffff;
  margin: 0;
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child {
  background-color: #2662ac;
  border-radius: 8px;
  padding: 30px min(32px, 4vw);
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child {
    padding: 40px 10px 33px;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child h3 {
  margin-bottom: 22px;
  line-height: 32px;
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content {
  display: flex;
  flex-direction: column;
  min-height: unset;
  gap: unset;
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content p {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  width: 100%;
  text-align: left;
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content ul {
  margin-top: min(26px, 3vh);
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 768px) {
  main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content ul {
    gap: 12px;
  }
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content ul li {
  font-size: 16px;
  line-height: 19px;
  color: #ffffff;
  position: relative;
  padding-left: 1rem;
}
main .page-content section:not(:first-child) .accordion-content.lifecycle .accordion-section:last-child .text-content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.6em;
  transform: translateY(-50%);
}
main .page-content .certification-container {
  display: flex;
  flex-direction: column;
  gap: 46px;
  margin-top: 40px;
}
main .page-content .certification-container img {
  width: 245px;
  height: 80px;
  margin: 0 auto;
}
main .page-content .certification-container p {
  text-align: center;
  font-size: 16px;
  line-height: 29px;
  color: #333333;
}
main .page-content .other-business-container {
  display: flex;
  justify-content: space-between;
  gap: min(40px, 4vw);
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  main .page-content .other-business-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 64px;
  }
}
main .page-content .other-business-container a {
  position: relative;
  width: 100%;
  height: 240px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  transition: transform 0.3s ease;
}
@media (max-width: 768px) {
  main .page-content .other-business-container a {
    height: 155px;
  }
}
main .page-content .other-business-container a:hover img {
  transform: scale(1.1);
}
main .page-content .other-business-container a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, #00479D 10%, transparent 100%);
  z-index: 1;
}
main .page-content .other-business-container a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
main .page-content .other-business-container a .content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: min(24px, 3vh);
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
main .page-content .other-business-container a .content p {
  color: #ffffff;
  font-size: 24px;
  line-height: 36px;
  font-family: "Zen Old Mincho";
  font-weight: 600;
}
main .page-content .other-business-container a .content .round-button {
  width: 32px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 50%;
  position: relative;
}
main .page-content .other-business-container a .content .round-button::after {
  content: "→";
  font-size: 16px;
  position: absolute;
  color: #00479D;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}/*# sourceMappingURL=eikosha-making.css.map */