@charset 'utf-8';

/*
  メインビジュアル
  ==================================
*/

#mv {
  margin-bottom: 60px;
}

#mv .mv-box {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #mv {
    margin-bottom: 35px;
  }
  #mv .mv-box {
    margin-bottom: 0;
  }
}

#mv .mv-box .copy-image {
  position: relative;
}

#mv .mv-box .copy-image img {
  width: 100%;
}

.copy-image-wrap {
  aspect-ratio: 728 / 409;
  overflow: hidden;

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
    overflow: hidden;
  }
}

/* MVタイトルテキスト */
#mv .mv-box .copy {
  font-feature-settings: "palt";
  font-size: 2.375rem;
  line-height: 2;
  letter-spacing: 0.24em;
  position: absolute;
  top: 24px;
  left: 21px;

  /* ー こころざしある経営者へ ー */
  span {
    font-size: 0.6em;
  }
}

/* 初めての方へページ */
#mv .mv-box .copy--welcome {
  top: auto;
  bottom: 30px;
  left: 30px;

  /* 初めての方へ */
  span {
    inline-size: fit-content;
    border-radius: 1.5em;
    background-color: #247197;
    padding: 0.6em 3.9em;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    line-height: 1.09;
    color: #fff;
    text-align: center;
  }
}

/* スマホ時MVタイトルテキスト */
@media screen and (max-width: 767px) {
  #mv .mv-box .copy {
    /* 画面幅で指定 */
    font-size: 4.7vw;
    top: 0;
    left: 0;
  }

  /* スマホ時初めての方へページ */
  #mv .mv-box .copy--welcome {
    font-size: 3.6vw;
    top: auto !important;
    bottom: 5px !important;
    left: 5px !important;

    span {
      font-size: 2vw;
    }
  }
}

#mv .mv-box .name {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 19px;
  letter-spacing: 0.06em;
  position: absolute;
  right: 24px;
  bottom: 20px;
}

@media screen and (max-width: 767px) {
  #mv .mv-box .name {
    font-size: 2.666667vw;
    line-height: 1.7;
    transform: scale(0.7);
    transform-origin: 100% 100%;
    right: 2%;
    bottom: 3%;
  }
}

#mv .mv-box .copy-text {
  font-size: 0.875rem;
  line-height: 32px;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 40px 0 32px;
}

/* 初めての方へページ */
.copy-text--welcome {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
  #mv .mv-box .copy-text {
    font-size: 0.8125rem;
    line-height: 22px;
    text-align: left;
    width: 70.4%;
    margin: 36px auto 28px;
  }
}

#mv .mv-box .scroll {
  width: 17px;
  position: absolute;
  bottom: -1px;
  left: -37px;
}

#mv .mv-box .btn a {
  margin: 0 auto;
}

#mv .mv-box:nth-of-type(1) .copy {
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  padding-block: 5px 0.75em;
  padding-inline: 0.75em;
  /* background-color: rgba(255, 255, 255, 0.1); */
  /* backdrop-filter: blur(8px); */
  /* -webkit-backdrop-filter: blur(8px); */
  /* border-radius: 4px; */
  z-index: 2;
}

/* 画像全体にマスク */
#mv .mv-box .copy-image::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 2;
}

#mv .mv-box:nth-of-type(3) {
  margin-bottom: 74px;
}

#mv .mv-box:nth-of-type(3) .copy {
  color: #fff;
  font-feature-settings: inherit;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 64px;
  letter-spacing: 0.2em;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  top: 64.3%;
  left: 60px;
  transform: translateY(-55px);
}

@media screen and (max-width: 767px) {
  #mv .mv-box:nth-of-type(3) {
    width: 84%;
    margin: 0 auto;
  }
  #mv .mv-box:nth-of-type(3) .copy {
    font-size: 3.75vw;
    line-height: 1.8;
    letter-spacing: 0.16em;
    top: 46%;
    left: 5.1%;
    transform: none;
  }
}

#mv .mv-box:nth-of-type(4) {
  margin-bottom: 0;
}

#mv .mv-box:nth-of-type(4) .catch-text {
  font-size: 1.375rem;
  line-height: 43px;
  letter-spacing: 0.18em;
  text-align: center;
  margin: 47px 0 5px;
}

#mv .mv-box:nth-of-type(4) .catch {
  font-size: 2.0625rem;
  line-height: 83px;
  letter-spacing: 0.2em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #mv .mv-box:nth-of-type(4) {
    width: 84%;
    margin: 0 auto;
  }
  #mv .mv-box:nth-of-type(4) .catch-text {
    font-size: 0.8125rem;
    line-height: 27px;
    letter-spacing: 0.01em;
    text-align: justify;
    justify-content: inter-ideograph;
    margin: 49px 0 10px;
  }
  #mv .mv-box:nth-of-type(4) .catch {
    font-size: 1.1875rem;
    line-height: 26px;
    letter-spacing: 0.14em;
  }
}

/*
  お客様の声
  ==================================
*/
#voice {
  padding: 126px 0 93px;
}

@media screen and (max-width: 767px) {
  #voice {
    padding: 72px 0 79px;
  }
}

#voice .box-title {
  color: #007197;
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 39px;
}

@media screen and (max-width: 767px) {
  #voice .box-title {
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 360px) {
  #voice .box-title {
    font-size: 1.125rem;
  }
}

#voice .voice-list {
  flex-wrap: nowrap;
}

#voice .voice-list li {
  width: 30.909%;
  margin-right: 3.6365%;
}

#voice .voice-list li:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #voice .voice-list {
    flex-wrap: wrap;
    width: 84%;
    margin: 0 auto;
  }
  #voice .voice-list li {
    width: 100%;
    margin: 0;
  }
  #voice .voice-list li + li {
    margin-top: 46px;
  }
}

#voice .voice-list li a {
  display: block;
}

#voice .voice-list li a:hover {
  opacity: 1;
}

#voice .voice-list li a img {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
}

#voice .voice-list li a h3 {
  color: #007197;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 42px;
  margin-bottom: 12px;
}

#voice .voice-list li a[href] h3 {
  text-decoration: underline;
}

#voice .voice-list li a p {
  font-size: 1.125rem;
  line-height: 24px;
}

@media screen and (min-width: 768px) {
  #voice .voice-list li a[href]:hover {
    opacity: 0.6;
  }

  #voice .voice-list li a[href]:hover h3 {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  #voice .voice-list li a img {
    margin-bottom: 18px;
  }
  #voice .voice-list li a h3 {
    line-height: 40px;
    margin-bottom: 11px;
  }
  #voice .voice-list li a p {
    line-height: 22px;
  }
}

/*
  見えない時代の近未来を見る
  ==================================
*/

#features {
  padding: 113px 0 120px;
}

@media screen and (max-width: 767px) {
  #features {
    padding: 79px 0 91px;
  }
}

#features .section-title {
  color: #007197;
  font-size: 2.3125rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 78px;
}

@media screen and (max-width: 767px) {
  #features .section-title {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

#features .section-content {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #features .section-content {
    width: 84%;
  }
}

#features .feature-list {
  justify-content: space-between;
}

#features .feature-list li {
  width: 31.5555556%;
}

@media screen and (max-width: 767px) {
  #features .feature-list li {
    width: 100%;
  }
  #features .feature-list li + li {
    margin-top: 35px;
  }
}

#features .feature-list li .number {
  color: #fff;
  letter-spacing: 0.14em;
  line-height: 20px;
  text-align: center;
  width: 100px;
  margin: 0 auto 5px;
}

@media screen and (max-width: 767px) {
  #features .feature-list li .number {
    font-size: 0.75rem;
    line-height: 18px;
    width: 50px;
    margin: 0 auto 2px;
  }
}

#features .feature-list li h3 {
  color: #007197;
  font-size: 1.5625rem;
  letter-spacing: 0.14em;
  line-height: 31px;
  text-align: center;
  margin: 0 0 20px;
}

#features .feature-list li h3 span {
  text-indent: 0.07em;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 19px, #ffe208 19px);
}

@media screen and (max-width: 767px) {
  #features .feature-list li h3 {
    font-size: 1.1875rem;
    letter-spacing: 0.04em;
    margin: 0 0 7px;
  }
  #features .feature-list li h3 span {
    text-indent: 0.02em;
    line-height: 29px;
  }
}

#features .feature-list li .image {
  margin: 0 0 17px;
}

#features .feature-list li .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #features .feature-list li .image {
    margin: 0 0 13px;
  }
}

#features .feature-list li .text {
  font-size: 0.75rem;
  line-height: 19px;
}

@media screen and (max-width: 767px) {
  #features .feature-list li .text {
    font-size: 0.8125rem;
    line-height: 22px;
  }
}

/*
  サービスのご案内
  ==================================
*/

#services::before {
  display: block;
  content: "";
  width: 100%;
  height: 470px;
  background: url(../images/index/service-bg.jpg) center center / cover
    no-repeat;
}

@media screen and (max-width: 767px) {
  #services::before {
    height: 136px;
  }
}

#services .section-title {
  color: #007197;
  font-size: 2.3125rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  #services .section-title {
    font-size: 1.25rem;
    margin-bottom: 21px;
  }
}

#services .section-text {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  #services .section-text {
    font-size: 0.8125rem;
    line-height: 22px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 31px;
  }
}

#services .section-content {
  margin: -40px 0 0;
  padding: 61px 51px 51px;
  box-shadow: 0 8.6px 26px rgba(52, 62, 66, 0.05);
}

@media screen and (max-width: 767px) {
  #services .section-content {
    width: 84%;
    margin: -25px auto 0;
    padding: 25px 25px 28px;
    box-shadow: 0 4.3px 15px rgba(52, 62, 66, 0.05);
  }
}

@media screen and (max-width: 360px) {
  #services .section-content {
    width: 92%;
    padding: 20px 20px 30px;
  }
}

#services .each-service {
  padding: 27px 50px 47px;
}
#services .each-service + .each-service {
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  #services .each-service {
    padding: 31px 20px 15px;
  }
  #services .each-service + .each-service {
    margin-top: 10px;
  }
}

#services .services-subhead {
  color: #007197;
  font-size: 1.3125rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #services .services-subhead {
    font-size: 1rem;
    margin-bottom: 20px;
  }
}

#services .service-list {
  justify-content: space-between;
}

#services .service-list li {
  width: 266px;
}

@media screen and (max-width: 767px) {
  #services .service-list li {
    width: 100%;
  }
  #services .service-list li + li {
    margin: 36px 0 0;
  }
}

#services .service-list li .service-image {
  margin: 0 0 17px;
}

#services .service-list li .service-image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #services .service-list li .service-image {
    margin: 0 0 13px;
  }
}

#services .service-list li h4 {
  font-size: 1.25rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin: 0 0 16px;
}

@media screen and (max-width: 767px) {
  #services .service-list li h4 {
    font-size: 1rem;
    margin: 0 0 14px;
  }
}

#services .service-list li p {
  font-size: 0.8125rem;
  line-height: 23px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #services .service-list li p {
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0;
  }
}

#services .recommend {
  align-items: center;
  margin-bottom: 38px;
  padding: 19px 40px;
}

@media screen and (max-width: 767px) {
  #services .recommend {
    margin-bottom: 29px;
    padding: 19px 13px 35px;
  }
}

#services .recommend-title {
  color: #007194;
  line-height: 18px;
  width: 235px;
}

#services .recommend-title span {
  text-indent: 0.07em;
  display: inline-block;
  background: linear-gradient(to bottom, transparent 12px, #ffe208 12px);
}

@media screen and (max-width: 767px) {
  #services .recommend-title {
    font-size: 0.8125rem;
    line-height: 15px;
    letter-spacing: 0.14rem;
    text-align: center;
    margin-bottom: 14px;
  }
  #services .recommend-title span {
    background: linear-gradient(to bottom, transparent 10px, #ffe208 10px);
  }
}

#services .recommend-list {
  font-size: 0.8125rem;
  line-height: 21px;
  letter-spacing: 0.04em;
  width: calc(100% - 235px);
}

@media screen and (max-width: 767px) {
  #services .recommend-list {
    font-size: 0.75rem;
    line-height: 20px;
    letter-spacing: 0;
    width: 100%;
  }
}

#services .recommend-list li {
  width: 49%;
}

@media screen and (max-width: 767px) {
  #services .recommend-list li {
    width: 100%;
    text-indent: -1em;
    margin-left: 1em;
  }
  #services .recommend-list li:nth-child(1) {
    order: 0;
  }
  #services .recommend-list li:nth-child(2) {
    order: 3;
  }
  #services .recommend-list li:nth-child(3) {
    order: 1;
  }
  #services .recommend-list li:nth-child(4) {
    order: 4;
  }
  #services .recommend-list li:nth-child(5) {
    order: 2;
  }
}

#services .btn {
  margin: 34px 0 -6px;
}

#services .btn a {
  max-width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #services .btn {
    margin: 29px 0 6px;
  }
}

/*
  サービスのご案内：料金
  ==================================
*/

#price {
  padding: 81px 0 4px;
}

@media screen and (max-width: 767px) {
  #price {
    padding: 63px 0 5px;
  }
}

#price .section-title {
  color: #007197;
  font-size: 1.3125rem;
  letter-spacing: 0.14em;
  margin: 0 0 40px;
}

@media screen and (max-width: 767px) {
  #price .section-title {
    font-size: 1rem;
    width: 84%;
    margin: 0 auto 31px;
  }
}

#price .section-content {
  padding: 40px 0 48px;
}

@media screen and (max-width: 767px) {
  #price .section-content {
    padding: 41px 0;
  }
}

#price .price-subhead {
  color: #007197;
  font-size: 1.3125rem;
  letter-spacing: 0.14em;
  max-width: 1000px;
  margin: 0 auto 19px;
}

/* 姓名鑑定タイトルの上部margin */
#price .price-subhead:nth-of-type(2) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  #price .price-subhead {
    font-size: 1rem;
    margin: 0 auto 15px;
  }
}

#price .price-list + .price-subhead {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  #price .price-subhead {
    width: 84%;
  }
}

#price .price-list {
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
  #price .price-list {
    width: 84%;
    margin: 0 auto;
  }
}

#price .price-list > li {
  width: 316px;
  box-shadow: 0 2px 14px rgba(11, 33, 124, 0.1);
}

@media screen and (max-width: 767px) {
  #price .price-list > li {
    width: 100%;
    box-shadow: 0 2px 10px rgba(11, 33, 124, 0.1);
  }
  #price .price-list > li + li {
    margin-top: 40px;
  }
}

#price .price-list > li header {
  color: #fff;
  height: 240px;
  padding: 44px 25px 0;
}

@media screen and (max-width: 767px) {
  #price .price-list > li header {
    height: auto;
    padding: 38px 25px 40px;
  }
}

#price .price-list > li header h4 {
  font-size: 1.3125rem;
  letter-spacing: 0.14em;
  text-align: center;
  margin: 0 0 27px;
}

#price .price-list > li header h4::after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background-color: #fff;
  margin: 22px auto 0;
}

@media screen and (max-width: 767px) {
  #price .price-list > li header h4 {
    font-size: 1.0625rem;
    margin: 0 0 16px;
  }
  #price .price-list > li header h4::after {
    width: 35px;
    margin: 19px auto 0;
  }
}

#price .price-list > li header p {
  font-size: 0.75rem;
  line-height: 21px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  #price .price-list > li header p {
    font-size: 0.8125rem;
    line-height: 22px;
  }
}

#price .price-list > li .flow {
  padding: 54px 25px 34px;
}

@media screen and (max-width: 767px) {
  #price .price-list > li .flow {
    padding: 56px 25px 41px;
  }
}

#price .price-list > li .flow .item {
  padding: 1px 0 27px;
}

#price .price-list > li .flow .item + .item {
  margin-top: 57px;
}

@media all and (min-width: 768px) {
  #price .price-list > li .flow .item {
    height: 171px;
  }
  #price .price-list > li .flow .item:nth-of-type(2) {
    height: 210px;
  }

  #price .price-list.list2 li .flow .item {
    height: 276px;
  }
}

@media screen and (max-width: 767px) {
  #price .price-list > li .flow .item {
    padding: 1px 18px 27px;
  }
  #price .price-list > li .flow .item + .item {
    margin-top: 40px;
  }
}

#price .price-list > li .flow .item .time-price {
  justify-content: center;
  color: #fff;
  line-height: 28px;
  text-align: center;
  width: 220px;
  max-width: 100%;
  height: 30px;
  margin: -17px auto 0;
  padding-left: 5px;
  border-radius: 15px;
  background-color: #007197;
}

#price .price-list > li .flow .item .time-price span {
  font-size: 0.875rem;
  align-items: center;
}

#price .price-list > li .flow .item .time-price span > span {
  font-size: 0.75rem;
}

#price .price-list > li .flow .item .time-price span.t::after {
  display: inline-block;
  content: "";
  width: 14px;
  margin: 0 5px;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  #price .price-list > li .flow .item .time-price span.t::after {
    width: 10px;
    margin: 0 7px;
  }
}

#price .price-list > li .flow .item .flow-text {
  font-size: 0.75rem;
  line-height: 19px;
  letter-spacing: 0.04em;
  width: 81.203008%;
  margin: 17px auto 0;
}

#price .price-list > li .flow .item ul.flow-text li {
  text-indent: -1em;
  margin-left: 1em;
}

#price .price-list > li .flow .item ul.flow-text li span {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #price .price-list > li .flow .item .flow-text {
    line-height: 20px;
    letter-spacing: 0;
    width: 100%;
    margin-top: 11px;
  }
}

#price .price-list > li .flow .flow-note {
  margin-top: 18px;
}

#price .price-list > li .flow .flow-note p {
  font-size: 0.6875rem;
  line-height: 17px;
  text-indent: -1.2em;
  margin-left: 1.2em;
}

#price .price-list > li .flow .flow-note p + p {
  margin-top: 15px;
}

#price .price-list > li .flow .flow-note p a {
  color: #007197;
  text-decoration: underline;
}

#price .note {
  font-size: 0.75rem;
  line-height: 21px;
  max-width: 1000px;
  margin: 4px auto 0;
}

#price .note .note-list {
  padding-left: 1em;
}

#price .note .note-list ul li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  #price .note {
    font-size: 0.6875rem;
    line-height: 18px;
    width: 84%;
    margin: 16px auto 0;
  }
  #price .note > p {
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
}

/*
  メールマガジン・コロナウイルス
  ==================================
*/

.section-temp {
  padding: 74px 0 0;
}

@media screen and (max-width: 767px) {
  .section-temp {
    padding: 53px 0 0;
  }
}

.section-temp .section-title {
  color: #007197;
  font-size: 1.3125rem;
  letter-spacing: 0.14em;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .section-temp .section-title {
    font-size: 1rem;
    margin-bottom: 27px;
  }
  .section-temp .section-content {
    width: 84%;
    margin: 0 auto;
  }
}

.section-temp .text {
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 767px) {
  .section-temp .text {
    font-size: 0.8125rem;
    line-height: 22px;
    letter-spacing: 0;
  }
}

.section-temp .note {
  margin-top: 12px;
}

.section-temp .note p {
  font-size: 0.75rem;
  line-height: 21px;
}

@media screen and (max-width: 767px) {
  .section-temp .note {
    margin-top: 10px;
  }
  .section-temp .note p {
    font-size: 0.6875rem;
    line-height: 19px;
    text-indent: -1.2em;
    margin-left: 1.2em;
  }
}

.section-temp .btn {
  margin-top: 22px;
}

.section-temp .btn a {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .section-temp .btn {
    margin-top: 24px;
  }
}

#mailmagagine {
  padding-bottom: 77px;
}

@media screen and (max-width: 767px) {
  #mailmagagine {
    padding-bottom: 58px;
  }
}

/*
  はじめての方へ
  ==================================
*/

#about {
  padding: 0 0 60px;
}

@media screen and (max-width: 767px) {
  #about {
    padding: 20px 0 78px;
  }
}

#about .h-small {
  color: #007197;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #about .h-small {
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
}

#about .section-title {
  font-size: 1.7rem;
  line-height: 40px;
  letter-spacing: 0.2em;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #about .section-title {
    font-size: 1rem;
    line-height: 26px;
    margin-bottom: 28px;
  }
}

#about .section-content {
  max-width: 908px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #about .section-content {
    width: 84%;
  }
}

#about .section-content .text {
  font-size: 0.875rem;
  line-height: 31px;
  letter-spacing: 0.04em;
  margin-bottom: 32px;
}

#about .section-content .text + .text:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  #about .section-content .text {
    font-size: 0.8125rem;
    line-height: 1.72;
    margin-bottom: 23px;
  }
}

#about .section-content .column {
  justify-content: space-between;
  margin-bottom: 32px;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  #about .section-content .column {
    display: block;
    margin-bottom: 23px;
  }
}

#about .section-content .column .column-text {
  width: calc(100% - 290px);
}

@media screen and (max-width: 767px) {
  #about .section-content .column .column-text {
    width: 100%;
  }
}

#about .section-content .column-profile {
  width: 240px;
  margin-top: 11px;
}

@media screen and (max-width: 767px) {
  #about .section-content .column-profile {
    width: 265px;
    margin: 36px auto 0;
  }
}

#about .section-content .column-profile .image img {
  width: 100%;
}

#about .section-content .column-profile .box {
  padding: 18px 17px;
}

@media screen and (max-width: 767px) {
  #about .section-content .column-profile .box {
    padding: 18px 20px;
  }
}

#about .section-content .column-profile .box .job {
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}

@media screen and (max-width: 767px) {
  #about .section-content .column-profile .box .job {
    font-size: 0.6875rem;
    text-align: center;
    margin-bottom: 6px;
  }
}

#about .section-content .column-profile .box .name {
  font-size: 1.375rem;
  letter-spacing: 0.22em;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  #about .section-content .column-profile .box .name {
    font-size: 1.4375rem;
    text-align: center;
    margin-bottom: 5px;
  }
}
#about .section-content .column-profile .box .name rt {
  ruby-align: left !important;
}
#about .section-content .column-profile .box .subname {
  font-size: 0.8rem;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  #about .section-content .column-profile .box .subname {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 9px;
  }
}

#about .section-content .column-profile .box .list {
  font-size: 0.6875rem;
  line-height: 16px;
}
@media screen and (max-width: 767px) {
  #about .section-content .column-profile .box .list {
    line-height: 19px;
  }
}

/* 初めての方へボタン */
.column-profile__btn-wrap {
  margin-top: 15px;
  width: min(100%, 103px);
  margin-inline: auto;
}

.column-profile__btn {
  display: inline-block;
  inline-size: 100%;
  text-align: center;
  padding: 7px 3em;
  border-radius: 8.47px;
  background-color: #000;
  font-weight: bold;
  font-size: 0.5rem;
  letter-spacing: 0.03em;
  line-height: 8px;
  color: #fff;
}

#about .name-origin {
  margin-top: 76px;
  padding-top: 89px;
  border-top: 1px solid #c8c8c8;
}
@media screen and (max-width: 767px) {
  #about .name-origin {
    margin-top: 59px;
    padding-top: 59px;
  }
}

#about .name-origin h3 {
  color: #007192;
  font-size: 1rem;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  #about .name-origin h3 {
    line-height: 20px;
    margin-bottom: 20px;
  }
}

#about .name-origin h3 small {
  font-size: 0.6875rem;
}

@media screen and (max-width: 767px) {
  #about .name-origin h3 span.sp-none {
    display: none;
  }

  #about .name-origin h3 span.sp-small {
    font-size: 0.875rem;
  }

  #about .name-origin h3 small {
    display: block;
    margin-top: -2px;
  }
}

#about .name-origin p {
  font-size: 0.8125rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  #about .name-origin p {
    line-height: 1.73;
    letter-spacing: 0;
  }
}

/*
  アクセス
  ==================================
*/

#access {
  padding: 108px 0 99px;
}

@media screen and (max-width: 767px) {
  #access {
    padding: 77px 0 55px;
  }
}

#access .section-title {
  color: #007197;
  font-size: 2.3125rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 83px;
}

@media screen and (max-width: 767px) {
  #access .section-title {
    font-size: 1.25rem;
    margin-bottom: 40px;
  }
}

#access .section-content {
  position: relative;
}

@media screen and (max-width: 767px) {
  #access .section-content {
    width: 84%;
    margin: 0 auto;
  }
}

#access .section-content .box {
  margin-bottom: 66px;
  position: relative;
}

@media screen and (max-width: 767px) {
  #access .section-content .box {
    margin-bottom: 60px;
  }
}

#access .section-content .map iframe {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  #access .section-content .map iframe {
    height: 218px;
  }
}

#access .section-content .address {
  font-size: 0.875rem;
  line-height: 30px;
  letter-spacing: 0.04em;
  width: 454px;
  padding: 36px 32px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  #access .section-content .address {
    font-size: 0.75rem;
    line-height: 20px;
    width: 100%;
    padding: 27px 25px 29px;
    position: static;
    transform: translate(0);
  }
}

#access .section-content .address > div + div {
  margin-top: 29px;
}

@media screen and (max-width: 767px) {
  #access .section-content .address > div + div {
    margin-top: 20px;
  }
}

#access .section-content .address ul li {
  text-indent: -1em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
}

#access .section-content .route h3 {
  color: #007197;
  font-size: 1.3125rem;
  letter-spacing: 0.14em;
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  #access .section-content .route h3 {
    font-size: 1rem;
    margin-bottom: 28px;
  }
}

#access .section-content .route li {
  width: 242px;
  margin: 0 44px 37px 0;
}

#access .section-content .route li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #access .section-content .route ol {
    justify-content: space-between;
  }
  #access .section-content .route li {
    width: 46.984126%;
    margin: 0 0 28px 0;
  }
}

#access .section-content .route li .image {
  margin-bottom: 13px;
  position: relative;
}

#access .section-content .route li .image::after {
  display: block;
  content: "";
  width: 44px;
  height: 26px;
  border-top: 13px solid;
  border-right: 22px solid;
  border-bottom: 13px solid;
  border-left: 22px solid;
  border-color: transparent transparent transparent #007197;
  position: absolute;
  top: 47%;
  transform: translate(100%, -50%);
  right: -12px;
}

#access .section-content .route li:last-of-type .image::after {
  display: none;
  content: none;
}

#access .section-content .route li .image img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #access .section-content .route li .image {
    margin-bottom: 11px;
  }
  #access .section-content .route li .image::after {
    width: 18px;
    height: 10px;
    border-top: 5px solid;
    border-right: 9px solid;
    border-bottom: 5px solid;
    border-left: 9px solid;
    border-color: transparent transparent transparent #007197;
    top: 51%;
    right: -4%;
  }
}

#access .section-content .route li .caption {
  font-size: 0.75rem;
  line-height: 23px;
  padding-left: 27px;
  position: relative;
}

#access .section-content .route li .caption span {
  display: block;
  color: #fff;
  font-size: 0.6875rem;
  line-height: 21px;
  text-align: center;
  width: 21px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (max-width: 767px) {
  #access .section-content .route li .caption {
    line-height: 20px;
    padding-left: 23px;
  }
  #access .section-content .route li .caption span {
    line-height: 17px;
    width: 17px;
    height: 17px;
  }
}
