/* ----------------------------------------
	Break Points
---------------------------------------- */
/* ----------------------------------------
	Design Size Basic
---------------------------------------- */
/* ----------------------------------------
	Aspect Ratio
---------------------------------------- */
/* ----------------------------------------
	Spacing
---------------------------------------- */
svg {
  max-width: 100%;
  height: auto;
}

#__bs_script__ {
  display: none;
}

script[type="text/javascript"][charset=""] {
  display: none;
}

.l--container {
  padding-bottom: 23.5rem;
}
@media (max-width: 743px) {
  .l--container {
    padding-bottom: 7rem;
  }
}

.ArticleTitle {
  background: linear-gradient(0deg, rgb(201, 0, 7) 0%, rgb(230, 10, 18) 100%);
  color: #fff;
  height: 34rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 744px) {
  .ArticleTitle {
    padding-top: 8rem;
  }
}
@media (max-width: 743px) {
  .ArticleTitle {
    min-height: 14rem;
    height: auto;
  }
}
.ArticleTitle-title {
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
}
@media (max-width: 743px) {
  .ArticleTitle-title {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
}
.ArticleTitle-titleSub {
  display: block;
  font-size: 3rem;
}
@media (max-width: 743px) {
  .ArticleTitle-titleSub {
    font-size: 1.6rem;
  }
}
.ArticleTitle-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.ArticleTitle-bgImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.SecondaryIndex-container {
  position: relative;
  padding-top: 14rem;
}
@media (max-width: 743px) {
  .SecondaryIndex-container {
    padding-top: 7rem;
  }
}
.SecondaryIndex-inner {
  position: relative;
  z-index: 1;
}
.SecondaryIndex-title {
  color: var(--color-theme);
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 15.2rem;
  position: relative;
  padding-inline: 6rem;
}
@media (min-width: 744px) {
  .SecondaryIndex-title {
    width: 94.2rem;
    margin-inline: auto;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-title {
    font-size: 1.8rem;
    line-height: 1.7777777778;
    padding-inline: 3.7rem;
    min-height: 9.8rem;
  }
}
.SecondaryIndex-title::before, .SecondaryIndex-title::after {
  content: "";
  width: 5rem;
  height: 15.2rem;
  border-top: 3px solid var(--color-theme);
  border-bottom: 3px solid var(--color-theme);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 743px) {
  .SecondaryIndex-title::before, .SecondaryIndex-title::after {
    width: 3.2rem;
    height: 9.8rem;
  }
}
.SecondaryIndex-title::before {
  border-left: 3px solid var(--color-theme);
  left: 0;
}
.SecondaryIndex-title::after {
  border-right: 3px solid var(--color-theme);
  right: 0;
}
@media (min-width: 744px) {
  .SecondaryIndex-titleText {
    display: block;
    padding-block: 2em;
  }
}
.SecondaryIndex-body {
  margin-top: 10rem;
}
@media (max-width: 743px) {
  .SecondaryIndex-body {
    margin-top: 4rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10rem 3.5rem;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-list {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 4rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-list.-col2 {
    column-gap: 6.5rem;
  }
}
@media (min-width: 744px) {
  .SecondaryIndex-item {
    width: 37rem;
  }
}
.SecondaryIndex-link[href] {
  color: var(--color-base);
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .SecondaryIndex-link[href]:hover .SecondaryIndex-button {
    padding-right: 1.5rem;
  }
  .SecondaryIndex-link[href]:hover .SecondaryIndex-img {
    transform: translate(-50%, -50%) scale(1.15);
  }
}
.SecondaryIndex-picture {
  border: 1px solid #dbdbdb;
  aspect-ratio: 370/240;
  position: relative;
  overflow: hidden;
}
.SecondaryIndex-img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.SecondaryIndex-button {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-block: 1.6rem 1.8rem;
  padding-inline: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  margin-top: 4rem;
  transition: padding 0.3s ease-in-out;
}
@media (max-width: 743px) {
  .SecondaryIndex-button {
    margin-top: 2rem;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-inline: 1.8rem;
    padding-block: 1.4rem 1.6rem;
  }
}
.SecondaryIndex-arrow {
  color: var(--color-theme);
}
@media (min-width: 744px) {
  .SecondaryIndex-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 772px;
    aspect-ratio: 771.6/807.13;
  }
}
@media (max-width: 743px) {
  .SecondaryIndex-bg {
    display: none;
  }
}

.SectionTitle {
  --color: var(--color-theme);
  margin-inline: auto;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 3rem;
}
@media (min-width: 744px) {
  .SectionTitle {
    min-height: 15.2rem;
    min-width: 60rem;
  }
}
@media (max-width: 743px) {
  .SectionTitle {
    min-height: 9.8rem;
    gap: 2rem;
    position: relative;
    padding-inline: 5.4rem;
  }
}
.SectionTitle::before, .SectionTitle::after {
  content: "";
  display: block;
  width: 5rem;
  border-top: 3px solid var(--color);
  border-bottom: 3px solid var(--color);
  flex-shrink: 0;
}
@media (max-width: 743px) {
  .SectionTitle::before, .SectionTitle::after {
    width: 3.2rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    height: 9.8rem;
  }
}
.SectionTitle::before {
  border-left: 3px solid var(--color);
}
@media (max-width: 743px) {
  .SectionTitle::before {
    left: 0;
  }
}
.SectionTitle::after {
  border-right: 3px solid var(--color);
}
@media (max-width: 743px) {
  .SectionTitle::after {
    right: 0;
  }
}
.SectionTitle-text {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--color);
}
@media (min-width: 744px) {
  .SectionTitle-text {
    min-width: 46rem;
    padding-block: 3rem;
  }
}
@media (max-width: 743px) {
  .SectionTitle-text {
    font-size: 1.8rem;
    flex: 1;
    width: 100%;
  }
}
.SectionTitle-textMain {
  display: block;
}
.SectionTitle-textSub {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-top: 1.5rem;
  color: var(--color-base);
}
@media (max-width: 743px) {
  .SectionTitle-textSub {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 1rem;
  }
}
.SectionTitle.-white {
  --color: #fff;
}
.SectionTitle.-base {
  --color: var(--color-base);
}
.SectionTitle.-flex {
  gap: 10rem;
}
@media (min-width: 744px) {
  .SectionTitle.-flex {
    min-width: auto;
  }
}
@media (min-width: 744px) {
  .SectionTitle.-flex .SectionTitle-text {
    min-width: auto;
  }
}
.SectionTitle.-s {
  gap: 3rem;
}

.Typo-h3 {
  font-size: 3rem;
  line-height: 1.4666666667;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 3.2rem;
}
@media (max-width: 743px) {
  .Typo-h3 {
    font-size: 2.4rem;
    line-height: 1.5;
    padding-bottom: 2.7rem;
  }
}
.Typo-h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: var(--color-theme);
}
.Typo-fs18 {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 743px) {
  .Typo-fs18 {
    font-size: 1.6rem;
    line-height: 2.25;
  }
}

.Button {
  background-color: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border-radius: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1em;
  padding-block: 1.6rem 1.8rem;
  padding-inline: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  width: 100%;
  max-width: 37rem;
  margin-inline: auto;
}
@media (max-width: 743px) {
  .Button {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-inline: 1.8rem;
    padding-block: 1.4rem 1.6rem;
  }
}
.Button[href] {
  color: var(--color-base);
  text-decoration: none;
  transition: padding 0.3s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .Button[href]:hover {
    padding-right: 1.5rem;
    background-color: var(--color-theme);
    color: #fff;
  }
  .Button[href]:hover .Button-arrow {
    color: #fff;
  }
}
.Button-arrow {
  color: var(--color-theme);
  transition: color 0.3s ease-in-out;
}
.Button.-current {
  background-color: var(--color-theme);
  color: #fff;
  pointer-events: none;
}
.Button.-current .Button-arrow {
  color: #fff;
}
.Button.-inner .Button-arrow {
  position: relative;
  transition: transform 0.3s ease-in-out;
  transform: translateY(0) rotate(90deg);
}
@media (hover: hover) and (pointer: fine) {
  .Button.-inner[href]:hover {
    padding-right: 2rem;
  }
  .Button.-inner[href]:hover .Button-arrow {
    transform: translateY(0.5rem) rotate(90deg);
  }
}

@media (min-width: 744px) {
  .CommonBg {
    position: absolute;
    top: -31rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    min-width: 192.1rem;
    aspect-ratio: 1921/2822;
    background-size: 100%;
    background-position: center;
    background-repeat: repeat-y;
    z-index: -1;
    pointer-events: none;
  }
}
@media (min-width: 744px) {
  .CommonBg-container {
    position: relative;
    overflow: hidden;
  }
}

.ObogContent {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .ObogContent {
    margin-top: 4rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-main {
    display: flex;
    justify-content: space-between;
    gap: 6rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-text {
    flex: 1;
    width: 100%;
  }
}
.ObogContent-block {
  margin-top: 3rem;
}
.ObogContent-subject {
  color: var(--color-theme);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
}
.ObogContent-desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
.ObogContent-pictureContainer {
  max-width: 58rem;
  margin-inline: auto;
}
@media (min-width: 744px) {
  .ObogContent-pictureContainer {
    flex-shrink: 0;
  }
}
@media (max-width: 743px) {
  .ObogContent-pictureContainer {
    margin-top: 4rem;
  }
}
.ObogContent-picture:not(:first-child) {
  margin-top: 2rem;
}
@media (max-width: 743px) {
  .ObogContent-picture:not(:first-child) {
    margin-top: 3rem;
  }
}
.ObogContent-heroContainer {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .ObogContent-heroContainer {
    margin-top: 3rem;
  }
}
.ObogContent-heroList {
  margin-top: 6rem;
  display: flex;
}
@media (min-width: 744px) {
  .ObogContent-heroList {
    justify-content: space-between;
    gap: 2rem;
  }
}
@media (max-width: 743px) {
  .ObogContent-heroList {
    margin-top: 3rem;
    flex-direction: column;
    gap: 3rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-heroList.-col2 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.ObogContent-caption {
  text-align: right;
  font-size: 1rem;
  margin-top: 1rem;
}
.ObogContent-profile {
  border: 1px solid #ccc;
}
@media (min-width: 744px) {
  .ObogContent-profile {
    padding: 6rem;
    display: flex;
    justify-content: space-between;
    gap: 6rem;
    margin-top: 6rem;
  }
}
@media (max-width: 743px) {
  .ObogContent-profile {
    margin-top: 3rem;
    padding: 2rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-profilePicture {
    width: 20.7rem;
    flex-shrink: 0;
  }
}
@media (max-width: 743px) {
  .ObogContent-profilePicture {
    margin-inline: auto;
    width: 100%;
  }
}
@media (min-width: 744px) {
  .ObogContent-profileText {
    flex: 1;
    width: 100%;
  }
}
@media (max-width: 743px) {
  .ObogContent-profileText {
    margin-top: 4rem;
  }
}
.ObogContent-profileName {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4666666667;
  letter-spacing: 0.05em;
}
@media (max-width: 743px) {
  .ObogContent-profileName {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.ObogContent-profileHistory {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 1.5rem;
}
@media (max-width: 743px) {
  .ObogContent-profileHistory {
    line-height: 1.5;
    margin-top: 3rem;
  }
}
.ObogContent-profileProfession {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 4rem;
}
@media (max-width: 743px) {
  .ObogContent-profileProfession {
    line-height: 1.5;
    margin-top: 3rem;
  }
}
.ObogContent-profileDesc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.05em;
  margin-top: 3rem;
}
@media (max-width: 743px) {
  .ObogContent-profileDesc {
    line-height: 2.25;
  }
}
.ObogContent-nav {
  margin-top: 6rem;
  border-top: 1px solid var(--color-theme);
  padding-top: 5rem;
}
@media (max-width: 743px) {
  .ObogContent-nav {
    margin-top: 4rem;
    padding-top: 4rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-navInner {
    display: flex;
    justify-content: center;
    gap: 4rem;
    position: relative;
  }
}
.ObogContent-navItem {
  background-color: var(--color-theme);
  color: #fff;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  width: calc(33.333% - 2.6666666667rem);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-block: 1em;
  padding-inline: 4rem;
  border: 1px solid var(--color-theme);
}
@media (max-width: 743px) {
  .ObogContent-navItem {
    width: 100%;
    padding-inline: 2rem;
    gap: 1.3rem;
  }
}
.ObogContent-navItem[href] {
  text-decoration: none;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media (hover: hover) and (pointer: fine) {
  .ObogContent-navItem[href]:hover {
    background-color: #fff;
    color: var(--color-theme);
  }
  .ObogContent-navItem[href]:hover .ObogContent-navArrow {
    right: 1.5rem;
  }
  .ObogContent-navItem[href]:hover.-prev .ObogContent-navArrow {
    left: 1.5rem;
  }
}
@media (min-width: 744px) {
  .ObogContent-navItem.-prev, .ObogContent-navItem.-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}
.ObogContent-navItem.-prev {
  left: 0;
}
.ObogContent-navItem.-prev .ObogContent-navArrow {
  transform: translateY(-50%) rotate(180deg) scale(1, -1);
  right: auto;
  left: 2rem;
}
.ObogContent-navItem.-next {
  right: 0;
}
.ObogContent-navItem.-current {
  pointer-events: none;
  background-color: #f8f8f8;
  color: var(--color-base);
  border-color: #f8f8f8;
}
@media (max-width: 743px) {
  .ObogContent-navItem.-prev, .ObogContent-navItem.-current {
    display: none;
  }
}
@media (min-width: 744px) {
  .ObogContent-navArrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2rem;
    transition: right 0.3s ease-in-out, left 0.3s ease-in-out;
  }
}
@media (max-width: 743px) {
  .ObogContent-navArrow {
    flex-shrink: 0;
  }
}

.Obog-container {
  padding-top: 14rem;
}
@media (max-width: 743px) {
  .Obog-container {
    padding-top: 7rem;
  }
}
.Obog-section:not(:first-child) {
  margin-top: 10rem;
}
@media (max-width: 743px) {
  .Obog-section:not(:first-child) {
    margin-top: 4rem;
  }
}
.Obog-subject {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .Obog-subject {
    margin-top: 4rem;
  }
}
.Obog-picture {
  margin-top: 3rem;
}
.Obog-button {
  margin-top: 6rem;
}
@media (max-width: 743px) {
  .Obog-button {
    margin-top: 4rem;
  }
}