@charset "UTF-8";
/**
 * !!! ブレークポイント !!!
 */
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

html {
  font-size: 62.5%;
  font-family: "あおとゴシック R";
}

body {
  font-size: 14px;
  font-size: 1.4rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: inherit;
  text-decoration: none;
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.flex-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.da-inner {
  max-width: 1540px;
  padding: 0 40px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .da-inner {
    padding: 0 18px;
  }
}

[data-trigger] {
  transition: opacity 1s;
  opacity: 0;
}
[data-trigger].visible {
  opacity: 1;
}

.da-header {
  width: 100%;
  height: 90px;
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "AotoGothic", "游ゴシック", YuGothic, "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .da-header {
    height: 158px;
    padding-left: 20px;
    align-items: flex-start;
  }
}
.da-header:before {
  content: "";
  width: calc(100% - 90px - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  left: 40px;
  bottom: 0;
  opacity: 1;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  .da-header:before {
    width: 100%;
    left: 0;
    opacity: 1;
    background: #D3D3D3;
  }
}
.da-header.wht:before {
  opacity: 0.4;
  background: #fff;
}
.da-header.wht .da-header__left span {
  color: #fff;
}
.da-header.wht .da-header__left p {
  color: #fff;
}
.da-header.wht .da-header__logo .color {
  opacity: 0;
}
.da-header.wht .da-header__logo .wht {
  opacity: 1;
}
.da-header__left {
  display: flex;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .da-header__left {
    display: block;
    margin-top: 19px;
  }
}
.da-header__left span {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  display: inline-block;
  margin-left: 48px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da-header__left span {
    font-size: 13px;
    margin-left: 0;
    margin-top: 35px;
  }
}
.da-header__left p {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  color: #990000;
  position: absolute;
  left: 0;
  bottom: -80px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da-header__left p {
    font-size: 11px;
    font-size: 1.1rem;
    bottom: -78px;
  }
}
@media only screen and (max-width: 767px) {
  .da-header__left p strong {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.da-header__logo {
  display: block;
  width: 158px;
  position: relative;
}
.da-header__logo img {
  width: 100%;
  display: block;
}
.da-header__logo .wht {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.da-header .overlay {
  width: 100vw;
  height: 100svh;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
}
.da-header .overlay.is-active {
  opacity: 1;
  visibility: visible;
}
.da-header .gnav {
  width: 516px;
  height: 100vh;
  background: #990000;
  color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  padding: 138px 24px 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  right: -516px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, right 0.3s;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav {
    width: 100%;
    height: 100svh;
    right: 0;
    padding: 126px 22px 32px;
  }
}
.da-header .gnav.is-active {
  right: 0;
  opacity: 1;
  visibility: visible;
}
.da-header .gnav__logo {
  display: block;
  width: 158px;
  position: absolute;
  top: 25px;
  left: 24px;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__logo {
    top: 19px;
    left: 20px;
  }
}
.da-header .gnav__logo img {
  width: 100%;
}
.da-header .gnav__list li {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__list li {
    margin-bottom: 12px;
  }
}
.da-header .gnav__list li.current a svg {
  display: none;
}
.da-header .gnav__list li.current a:hover span:after {
  transform: scale(0, 1);
  transform-origin: right top;
}
.da-header .gnav__list li a {
  color: #fff;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__list li a {
    font-size: 44px;
  }
}
.da-header .gnav__list li a:hover {
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .da-header .gnav__list li a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.da-header .gnav__list li a span {
  position: relative;
  top: -3px;
}
.da-header .gnav__list li a span:after {
  content: "";
  width: 100%;
  height: 4px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
.da-header .gnav__bottom__attention {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 40px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__bottom__attention {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 40px;
  }
}
.da-header .gnav__bottom__attention strong {
  display: block;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__bottom__attention strong {
    font-weight: 600;
  }
}
.da-header .gnav__bottom__attention small {
  display: block;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .da-header .gnav__bottom__attention small {
    font-size: 12px;
    line-height: 1.5;
  }
}
.da-header .gnav__bottom__copyright {
  font-size: 14px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  opacity: 0.7;
}
.da-header .hamburger {
  width: 90px;
  height: 90px;
  background: #990000;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  .da-header .hamburger {
    width: 78px;
    height: 78px;
  }
}
.da-header .hamburger.is-active {
  background: #fff !important;
}
.da-header .hamburger.is-active .hamburger__inner span {
  background: #990000 !important;
}
.da-header .hamburger.is-active .hamburger__inner span:nth-of-type(1) {
  transform: rotate(135deg);
  top: 8px;
}
.da-header .hamburger.is-active .hamburger__inner span:nth-of-type(2) {
  width: 0;
  opacity: 0;
}
.da-header .hamburger.is-active .hamburger__inner span:nth-of-type(3) {
  transform: rotate(-135deg);
  bottom: 8px;
}
.da-header .hamburger__inner {
  width: 30px;
  height: 18px;
  position: relative;
}
.da-header .hamburger__inner span {
  width: 30px;
  height: 2px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  transition: opacity 0.3s, width 0.3s, transform 0.3s, top 0.3s, bottom 0.3s;
}
.da-header .hamburger__inner span:nth-of-type(1) {
  top: 0;
}
.da-header .hamburger__inner span:nth-of-type(2) {
  top: 8px;
  left: auto;
  right: 0;
}
.da-header .hamburger__inner span:nth-of-type(3) {
  bottom: 0;
}

.c-head {
  padding: 274px 0 24px;
  margin-bottom: 64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .c-head {
    padding: 277px 0 14px;
    margin-bottom: 48px;
  }
}
.c-head:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  .c-head:after {
    width: calc(100% - 36px);
  }
}
.c-head .da-inner {
  max-width: 100%;
}

.c-navigation {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.c-navigation__page-title {
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .c-navigation__page-title {
    font-size: 21px;
  }
}
.c-navigation__breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 767px) {
  .c-navigation__breadcrumb {
    display: none;
  }
}
.c-navigation__breadcrumb li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  position: relative;
}
.c-navigation__breadcrumb li:first-of-type:before {
  content: none;
}
.c-navigation__breadcrumb li:before {
  content: "/";
  color: #D3D3D3;
  display: inline-block;
  margin: 0 14px 0 18px;
}
.c-navigation__breadcrumb li a {
  color: #000;
  transition: color 0.3s;
}
.c-navigation__breadcrumb li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .c-navigation__breadcrumb li a:hover {
    color: #990000;
  }
}
.c-navigation__breadcrumb li span {
  color: #787878;
}

.da__main-visual {
  width: 100vw;
  height: 100vh;
  max-height: 1080px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .da__main-visual {
    height: calc(152.53333333vw + 228px);
  }
}
.da__main-visual__images {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__images {
    top: 228px;
    height: calc(100% - 228px);
  }
}
.da__main-visual__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/da/images/top/ritsumeikan_da_visual_pc.jpg);
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__image {
    background-image: url(/da/images/top/ritsumeikan_da_visual_sp.jpg);
  }
}
.da__main-visual__brand {
  position: absolute;
  left: 40px;
  top: 32px;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__brand {
    top: 19px;
    left: 20px;
    width: calc(100% - 36px);
  }
}
.da__main-visual__brand a {
  display: block;
}
.da__main-visual__brand a img {
  width: 232px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__brand a img {
    width: 160px;
  }
}
.da__main-visual__brand p {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin-top: 40px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__main-visual__brand p {
    font-size: 13px;
    line-height: 1.5;
    margin-top: 35px;
  }
}
.da__main-visual__brand > span {
  display: inline-block;
  border: 2px solid #990000;
  color: #990000;
  padding: 15px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  margin-top: 32px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__main-visual__brand > span {
    padding: 10px 14px 10px;
    font-size: 11px;
    display: block;
    margin-top: 20px;
  }
}
.da__main-visual__brand > span em {
  font-size: 16px;
  display: block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__brand > span em {
    font-size: 12px;
  }
}
.da__main-visual__catch {
  position: absolute;
  left: 40px;
  bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__catch {
    left: 12px;
    bottom: -114px;
  }
}
.da__main-visual__catch.is-active .row .text-motion-wrap span {
  transform: translateY(0);
}
.da__main-visual__catch span {
  color: var(--Theme-Black, #000);
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1;
  display: inline-block;
  width: auto;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__main-visual__catch span {
    font-size: 40px;
    letter-spacing: -0.08em;
  }
}
.da__main-visual__catch .text-motion-wrap {
  overflow: hidden;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .da__main-visual__catch .text-motion-wrap {
    margin-top: 12px;
  }
}
.da__main-visual__catch .text-motion-wrap span {
  transform: translateY(150%);
  transition: transform 1s cubic-bezier(0.55, 0.01, 0.45, 1);
}

.da__news-list-top {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top {
    margin-top: 160px;
  }
}
.da__news-list-top__contents {
  padding-top: 64px;
  padding-bottom: 88px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__contents {
    padding-top: 40px;
    padding-bottom: 48px;
  }
}
.da__news-list-top__contents:before {
  content: "";
  width: calc(100vw - 80px);
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__contents:before {
    width: calc(100vw - 36px);
  }
}
.da__news-list-top__contents:after {
  content: "";
  width: calc(100vw - 80px);
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__contents:after {
    width: calc(100vw - 36px);
  }
}
.da__news-list-top__head {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
}
.da__news-list-top__head h2 span {
  color: var(--Theme-Black, #000);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__head h2 span {
    font-size: 24px;
  }
}
.da__news-list-top__head a {
  font-size: 0;
}
.da__news-list-top__head a:hover {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .da__news-list-top__head a:hover span {
    color: #990000;
  }
  .da__news-list-top__head a:hover span:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.da__news-list-top__head a svg, .da__news-list-top__head a span {
  display: inline-block;
  vertical-align: middle;
}
.da__news-list-top__head a svg {
  margin-right: 16px;
  width: 20px;
  height: 18px;
}
.da__news-list-top__head a span {
  color: var(--Theme-Black, #000);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  position: relative;
  transition: color 0.3s;
}
.da__news-list-top__head a span:before {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #990000;
  position: absolute;
  left: 0;
  bottom: -4px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
.da__news-list-top__bottom a {
  font-size: 0;
}
.da__news-list-top__bottom a svg, .da__news-list-top__bottom a span {
  display: inline-block;
  vertical-align: middle;
}
.da__news-list-top__bottom a svg {
  margin-right: 16px;
  width: 20px;
  height: 18px;
}
.da__news-list-top__bottom a span {
  color: var(--Theme-Black, #000);
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__bottom a span {
    font-size: 21px;
  }
}
.da__news-list-top__list {
  display: flex;
  margin-top: 24px;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list {
    margin-top: 40px;
    display: block;
  }
}
.da__news-list-top__list li {
  width: 30%;
  margin-right: 5%;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li {
    width: 100%;
    margin: 0 0 40px;
  }
}
.da__news-list-top__list li:nth-of-type(3n) {
  margin-right: 0;
}
.da__news-list-top__list li a {
  color: #000;
  min-height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.da__news-list-top__list li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .da__news-list-top__list li a:hover .date:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  .da__news-list-top__list li a:hover .title {
    color: #990000;
  }
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a {
    min-height: 146px;
  }
}
.da__news-list-top__list li a .date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a .date {
    font-size: 14px;
  }
}
.da__news-list-top__list li a .date:before {
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  display: inline-block;
  position: absolute;
  left: 108px;
  top: 50%;
  transform: translate(0, -50%);
  background: #000;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a .date:before {
    width: calc(100% - 100px);
  }
}
.da__news-list-top__list li a .date:after {
  content: "";
  width: calc(100% - 108px);
  height: 1px;
  display: inline-block;
  background: #D3D3D3;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a .date:after {
    width: calc(100% - 100px);
  }
}
.da__news-list-top__list li a .title {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  padding: 20px 0;
  transition: color 0.2s;
  text-align: justify;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a .title {
    font-size: 14px;
    padding: 16px 0;
  }
}
.da__news-list-top__list li a .category {
  font-size: 16px;
  line-height: 1.2;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-underline-offset: 3px;
}
@media only screen and (max-width: 767px) {
  .da__news-list-top__list li a .category {
    font-size: 14px;
  }
}
.da__news-list-top__list li a .category em {
  display: inline-block;
  position: relative;
}
.da__news-list-top__list li a .category em:before {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  transition: width 0.3s;
}

main.da-about {
  font-family: "あおとゴシック R";
  color: #000;
}
main.da-about .da-main-visual {
  width: 100vw;
  height: 52.08333333vw;
  max-height: 1000px;
  position: fixed;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-main-visual {
    height: 720px;
  }
}
main.da-about .da-main-visual .da-inner {
  max-width: 100%;
}
main.da-about .da-main-visual__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.da-about .da-main-visual__image:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.da-about .da-main-visual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
main.da-about .da-main-visual .c-navigation {
  position: absolute;
  width: calc(100% - 80px);
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 290px;
  padding-bottom: 0;
}
@media only screen and (max-width: 1920px) {
  main.da-about .da-main-visual .c-navigation {
    bottom: 15.10416667vw;
  }
}
@media only screen and (max-width: 767px) {
  main.da-about .da-main-visual .c-navigation {
    width: calc(100% - 36px);
    bottom: 125px;
  }
}
main.da-about .da-main-visual .c-navigation__page-title {
  color: #fff;
}
main.da-about .da-main-visual .c-navigation__breadcrumb li a {
  color: #fff;
}
main.da-about .da-main-visual .c-navigation__breadcrumb li span {
  color: #D3D3D3;
}
main.da-about .da-whole {
  margin-top: 730px;
  position: relative;
}
@media only screen and (max-width: 1920px) {
  main.da-about .da-whole {
    margin-top: 38vw;
  }
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole {
    margin-top: 606px;
  }
}
main.da-about .da-whole .da-read {
  background: #fff;
  padding: 144px 0 160px;
  border-radius: 60px 60px 0 0;
  color: #000;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-read {
    padding: 64px 0 88px;
    border-radius: 20px 20px 0 0;
  }
}
main.da-about .da-whole .da-read .da-inner {
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-read .da-inner {
    padding: 0 18px;
    display: block;
  }
}
main.da-about .da-whole .da-read__title {
  font-size: 36px;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 700;
  width: 515px;
  font-family: "あおとゴシック B";
  transition: opacity 1s;
  opacity: 0;
}
main.da-about .da-whole .da-read__title.visible {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-read__title {
    width: 100%;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 48px;
  }
}
main.da-about .da-whole .da-read__text {
  width: calc(89.84375% - 515px);
  font-size: 18px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  text-align: justify;
  font-family: "あおとゴシック DB";
  transition: opacity 1s;
  opacity: 0;
}
main.da-about .da-whole .da-read__text.visible {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-read__text {
    width: 100%;
    font-size: 14px;
  }
}
main.da-about .da-whole .da-rebuild {
  background: #990000;
  color: #fff;
  padding: 120px 0 160px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild {
    padding: 64px 0;
  }
}
main.da-about .da-whole .da-rebuild__box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__box {
    display: block;
  }
}
main.da-about .da-whole .da-rebuild__bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 144px;
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__bottom {
    display: block;
    margin-top: 64px;
    padding-top: 24px;
  }
}
main.da-about .da-whole .da-rebuild__bottom__title {
  width: 45%;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  display: block;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__bottom__title {
    width: 100%;
    font-size: 21px;
    margin-bottom: 32px;
  }
}
main.da-about .da-whole .da-rebuild__bottom__description {
  width: 55%;
  font-size: 18px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__bottom__description {
    width: 100%;
    font-size: 14px;
  }
}
main.da-about .da-whole .da-rebuild__image {
  width: 55%;
  margin-left: 5%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__image {
    width: 100%;
    margin-left: 0;
  }
}
main.da-about .da-whole .da-rebuild__image video {
  display: block;
  width: 100%;
}
main.da-about .da-whole .da-rebuild__text {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__text {
    width: 100%;
  }
}
main.da-about .da-whole .da-rebuild__text__title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 80px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__text__title {
    font-size: 24px;
    margin-bottom: 64px;
  }
}
main.da-about .da-whole .da-rebuild__text__description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0em;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-rebuild__text__description {
    font-size: 14px;
    margin-top: 64px;
  }
}
main.da-about .da-whole .da-rebuild__text__image video {
  display: block;
  width: 100%;
}
main.da-about .da-whole .da-feature {
  padding: 80px 0 110px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature {
    padding: 64px 0;
  }
}
main.da-about .da-whole .da-feature:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature:after {
    width: calc(100% - 36px);
  }
}
main.da-about .da-whole .da-feature__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  padding-bottom: 26px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 48px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__title {
    font-size: 21px;
    padding-bottom: 24px;
    margin-bottom: 32px;
  }
}
main.da-about .da-whole .da-feature__list li {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li {
    flex-direction: column;
    margin-top: 64px;
  }
}
main.da-about .da-whole .da-feature__list li:first-of-type {
  margin-top: 0;
}
main.da-about .da-whole .da-feature__list li:last-of-type {
  margin-top: 88px;
  display: block;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li:last-of-type {
    margin-top: 120px;
  }
}
main.da-about .da-whole .da-feature__list li:last-of-type .text {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li:last-of-type .text {
    display: block;
  }
}
main.da-about .da-whole .da-feature__list li:last-of-type .text h3 {
  width: 45%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li:last-of-type .text h3 {
    width: 100%;
  }
}
main.da-about .da-whole .da-feature__list li:last-of-type .text p {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li:last-of-type .text p {
    width: 100%;
  }
}
main.da-about .da-whole .da-feature__list li:last-of-type .image {
  width: 100%;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li:last-of-type .image {
    width: calc(100% + 36px);
    margin: 0 -18px 32px;
  }
}
main.da-about .da-whole .da-feature__list li .text {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li .text {
    width: 100%;
    margin-bottom: 32px;
  }
}
main.da-about .da-whole .da-feature__list li .text h3 {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li .text h3 {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
main.da-about .da-whole .da-feature__list li .text p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li .text p {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-feature__list li .image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-feature__list li .image {
    width: 100%;
    order: 2;
  }
}
main.da-about .da-whole .da-course {
  background: #fff;
  padding: 40px 0 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course {
    padding: 24px 0 56px;
  }
}
main.da-about .da-whole .da-course:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course:after {
    width: calc(100% - 36px);
  }
}
main.da-about .da-whole .da-course__title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 32px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course__title {
    font-size: 24px;
  }
}
main.da-about .da-whole .da-course .da-inner > p {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .da-inner > p {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-course .da-inner > ul {
  margin-bottom: 48px;
}
main.da-about .da-whole .da-course .da-inner > ul li {
  font-size: 18px;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .da-inner > ul li {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-course .da-inner > ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  display: block;
  background: #000;
  top: 15px;
  left: 8px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .da-inner > ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: 12px;
    left: 5px;
  }
}
main.da-about .da-whole .da-course__box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course__box {
    display: block;
  }
}
main.da-about .da-whole .da-course .roleList {
  width: 47.5%;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .roleList {
    width: 100%;
  }
}
main.da-about .da-whole .da-course .roleList li {
  padding: 32px 0;
  border-top: 1px solid #D3D3D3;
}
main.da-about .da-whole .da-course .roleList li:last-of-type {
  border-bottom: 1px solid #D3D3D3;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .roleList li:last-of-type {
    border-bottom: none;
  }
}
main.da-about .da-whole .da-course .roleList li strong {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  margin-bottom: 8px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .roleList li strong {
    font-size: 15px;
  }
}
main.da-about .da-whole .da-course .roleList li p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-course .roleList li p {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-policy {
  padding: 48px 0 80px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy {
    padding: 24px 0 32px;
  }
}
main.da-about .da-whole .da-policy:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy:after {
    width: calc(100% - 36px);
    content: none;
  }
}
main.da-about .da-whole .da-policy .da-inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy .da-inner {
    display: block;
  }
}
main.da-about .da-whole .da-policy__title {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 700;
  width: 40%;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__title {
    width: 100%;
    font-size: 21px;
    margin-bottom: 32px;
  }
}
main.da-about .da-whole .da-policy__cont {
  width: 55%;
}
@media only screen and (min-width: 768px) {
  main.da-about .da-whole .da-policy__cont {
    margin-top: -12px;
  }
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont {
    width: 100%;
  }
}
main.da-about .da-whole .da-policy__cont dl {
  border-bottom: 1px solid #D3D3D3;
  position: relative;
}
@media only screen and (min-width: 768px) {
  main.da-about .da-whole .da-policy__cont dl:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
main.da-about .da-whole .da-policy__cont dl:after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  bottom: -1px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl.sp-border-none {
    border-bottom: none;
  }
}
main.da-about .da-whole .da-policy__cont dl dt {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  cursor: pointer;
  padding-right: 50px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dt {
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
main.da-about .da-whole .da-policy__cont dl dt.active:after {
  opacity: 0;
}
main.da-about .da-whole .da-policy__cont dl dt:before {
  content: "";
  width: 32px;
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 44px;
  right: 8px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dt:before {
    width: 24px;
    top: 50%;
    transform: translate(0, -50%);
  }
}
main.da-about .da-whole .da-policy__cont dl dt:after {
  content: "";
  width: 1px;
  height: 32px;
  display: block;
  background: #000;
  position: absolute;
  top: 28px;
  right: 24px;
  transition: opacity 0.3s;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dt:after {
    height: 24px;
    top: 50%;
    transform: translate(0, -50%);
    right: 20px;
  }
}
main.da-about .da-whole .da-policy__cont dl dt small {
  font-size: 18px;
  line-height: 2;
  position: relative;
  top: -4px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dt small {
    display: block;
    top: 0;
    font-size: 15px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd {
  display: none;
  padding-bottom: 24px;
  text-align: justify;
}
main.da-about .da-whole .da-policy__cont dl dd p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd p {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ul {
  counter-reset: number 0;
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li {
  margin-bottom: 40px;
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li:last-of-type {
  margin-bottom: 16px;
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li strong {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  position: relative;
  padding-left: 1.4em;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ul > li strong {
    font-size: 16px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li strong:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li p {
  font-size: 16px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ul > li p {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li ul {
  counter-reset: number 0;
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li ul li {
  font-size: 16px;
  line-height: 2;
  padding-left: 1.5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ul > li ul li {
    font-size: 14px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ul > li ul li:before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 4px;
}
main.da-about .da-whole .da-policy__cont dl dd > ol > li {
  margin-bottom: 40px;
}
main.da-about .da-whole .da-policy__cont dl dd > ol > li:last-of-type {
  margin-bottom: 16px;
}
main.da-about .da-whole .da-policy__cont dl dd > ol > li strong {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  display: block;
  margin-bottom: 16px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ol > li strong {
    font-size: 16px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ol > li ol li {
  font-size: 16px;
  line-height: 2;
  padding-left: 24px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ol > li ol li {
    font-size: 14px;
    padding-left: 16px;
  }
}
main.da-about .da-whole .da-policy__cont dl dd > ol > li ol li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: block;
  background: #000;
  border-radius: 5px;
  position: absolute;
  top: 14px;
  left: 8px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-policy__cont dl dd > ol > li ol li:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    top: 11px;
    left: 4px;
  }
}
main.da-about .da-whole .da-link {
  padding: 48px 0 120px;
  position: relative;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link {
    padding: 20px 0 120px;
  }
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link:before {
    content: "";
    width: calc(100% - 36px);
    height: 1px;
    display: block;
    background: #000;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
main.da-about .da-whole .da-link:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link:after {
    content: none;
  }
}
main.da-about .da-whole .da-link__list li {
  margin-bottom: 8px;
}
main.da-about .da-whole .da-link__list li:last-of-type {
  margin-bottom: 0;
}
main.da-about .da-whole .da-link__list li a {
  display: flex;
  align-items: center;
  background: #990000;
  color: #fff;
  padding: 20px 20px 120px;
  transition: background-color 0.3s;
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link__list li a {
    padding: 14px 16px 42px;
    align-items: flex-start;
  }
}
main.da-about .da-whole .da-link__list li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  main.da-about .da-whole .da-link__list li a:hover {
    background: #000;
  }
  main.da-about .da-whole .da-link__list li a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link__list li a svg {
    width: 20px;
    position: relative;
    top: 6px;
  }
}
main.da-about .da-whole .da-link__list li a span {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  top: 1px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link__list li a span {
    margin-left: 12px;
    line-height: 1.8;
  }
}
main.da-about .da-whole .da-link__list li a span:after {
  content: "";
  width: calc(100% - 0.5em);
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 1px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
main.da-about .da-whole .da-link__list li a span small {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  top: -5px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-about .da-whole .da-link__list li a span small {
    font-size: 12px;
    top: -10px;
    left: -4px;
  }
}

main.da-contact {
  font-family: "あおとゴシック R";
  color: #000;
  background: #fff;
}
main.da-contact .da-whole {
  position: relative;
}
main.da-contact .da-whole:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole:after {
    content: none;
  }
}
main.da-contact .da-whole .da-cont {
  padding-bottom: 200px;
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont {
    padding-bottom: 120px;
  }
}
main.da-contact .da-whole .da-cont__title {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
main.da-contact .da-whole .da-cont__faculty {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0;
  font-weight: 600;
  margin-bottom: 32px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont__faculty {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
main.da-contact .da-whole .da-cont__info {
  padding: 24px 32px;
  border: 1px solid #D3D3D3;
  margin-bottom: 48px;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont__info {
    padding: 20px;
    margin-bottom: 40px;
    font-size: 14px;
  }
}
main.da-contact .da-whole .da-cont__info a {
  color: #000;
}
main.da-contact .da-whole .da-cont__info a:hover {
  text-decoration: none;
  opacity: 1;
}
main.da-contact .da-whole .da-cont__link li {
  margin-bottom: 8px;
}
main.da-contact .da-whole .da-cont__link li:last-of-type {
  margin-bottom: 0;
}
main.da-contact .da-whole .da-cont__link li a {
  display: flex;
  align-items: center;
  width: max-content;
}
main.da-contact .da-whole .da-cont__link li a:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  main.da-contact .da-whole .da-cont__link li a:hover span {
    color: #990000;
  }
  main.da-contact .da-whole .da-cont__link li a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont__link li a svg {
    display: block;
    width: 20px;
  }
}
main.da-contact .da-whole .da-cont__link li a span {
  font-size: 21px;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 600;
  color: #000;
  display: inline-block;
  margin-left: 16px;
  position: relative;
  transition: color 0.3s;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-contact .da-whole .da-cont__link li a span {
    font-size: 15px;
    position: relative;
    top: 1px;
  }
}
main.da-contact .da-whole .da-cont__link li a span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #990000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}

footer.global {
  margin-top: 0 !important;
  position: relative;
  background: #fff;
}

.da {
  background: #fff;
  font-family: "あおとゴシック R";
  color: #000;
}
.da__inner {
  max-width: 1540px;
  margin: 0 auto;
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  .da__inner {
    padding: 0 18px;
  }
}
.da__about {
  padding: 80px 0 160px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .da__about {
    padding: 64px 0 80px;
  }
}
.da__about .scroll-text {
  margin: 0 calc(-50vw - 1580px) 88px;
  overflow: hidden;
  position: relative;
  display: flex;
}
@media only screen and (max-width: 1440px) {
  .da__about .scroll-text {
    margin: 0 -40px 88px;
  }
}
@media only screen and (max-width: 767px) {
  .da__about .scroll-text {
    margin: 0 -18px 64px;
  }
}
.da__about .scroll-text__wrap {
  display: flex;
  align-items: center;
  white-space: nowrap;
  animation-name: scroll;
  animation-fill-mode: backwards;
  animation-duration: 70s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: -15s;
}
.da__about .scroll-text__wrap span {
  width: 3074px;
  margin-right: 50px;
}
@media only screen and (max-width: 767px) {
  .da__about .scroll-text__wrap span {
    width: 2391px;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.da__about__title {
  font-size: 40px;
  line-height: 1.5;
  font-weight: 700;
  stroke-linecap: 0;
  margin-bottom: 88px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  .da__about__title {
    font-size: 32px;
    margin-bottom: 64px;
  }
}
.da__about__text {
  font-size: 21px;
  line-height: 2;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 80px;
  text-align: justify;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__about__text {
    font-size: 15px;
    margin-bottom: 48px;
  }
}
.da__about__attention {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .da__about__attention {
    margin-bottom: 40px;
  }
}
.da__about__attention span {
  display: block;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__about__attention span {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.da__about__attention small {
  display: block;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  color: #990000;
  font-weight: 600;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__about__attention small {
    font-size: 14px;
  }
}
.da__about__attention small em {
  display: block;
}
@media only screen and (max-width: 767px) {
  .da__about__attention small em {
    margin-top: -3px;
  }
}
.da__about__link {
  display: flex;
  align-items: center;
  width: max-content;
}
.da__about__link:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .da__about__link:hover span {
    color: #990000;
  }
  .da__about__link:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.da__about__link span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 16px;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .da__about__link span {
    font-size: 21px;
  }
}
.da__about__link span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #990000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
.da__background {
  max-width: 1540px;
  margin: 0 auto;
  height: 880px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .da__background {
    height: 375px;
  }
}
.da__background > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1540px;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  background-size: cover;
  background-position: center;
}
.da__journal {
  padding: 80px 0 120px;
  border-radius: 0 0 60px 60px;
  position: relative;
  background: #fff;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .da__journal {
    padding: 48px 0 64px;
    border-radius: 0 0 20px 20px;
  }
}
.da__journal__title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  padding-bottom: 22px;
  border-bottom: 1px solid #D3D3D3;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .da__journal__title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 32px;
  }
}
.da__journal__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .da__journal__info {
    margin-bottom: 64px;
  }
}
.da__journal__info:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .da__journal__info {
    display: block;
  }
}
.da__journal__info .text {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text {
    width: 100%;
  }
}
.da__journal__info .text .date {
  display: block;
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text .date {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.da__journal__info .text .title {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text .title {
    font-size: 21px;
    margin-bottom: 32px;
  }
}
.da__journal__info .text .name {
  display: block;
  font-size: 18px;
  line-height: 2;
  font-weight: 700;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text .name {
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 8px;
  }
}
.da__journal__info .text .role {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #747575;
  margin-bottom: 40px;
  max-width: 748px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text .role {
    font-size: 14px;
    line-height: 1.6;
  }
}
.da__journal__info .text .link {
  display: flex;
  align-items: center;
  width: max-content;
}
.da__journal__info .text .link:hover {
  opacity: 1;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .da__journal__info .text .link:hover span {
    color: #990000;
  }
  .da__journal__info .text .link:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.da__journal__info .text .link span {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0;
  color: #000;
  font-family: "Inter", sans-serif;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 16px;
  transition: color 0.3s;
}
@media only screen and (max-width: 767px) {
  .da__journal__info .text .link span {
    font-size: 21px;
  }
}
.da__journal__info .text .link span:after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #990000;
  position: absolute;
  left: 0;
  bottom: 2px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
.da__journal__info .image {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .da__journal__info .image {
    width: 100%;
  }
}
.da__contact {
  background: #990000;
  color: #fff;
  padding: 140px 0 112px;
  margin-top: -60px;
}
@media only screen and (max-width: 767px) {
  .da__contact {
    padding: 140px 0 88px;
    margin-top: -78px;
  }
}
.da__contact__title {
  font-size: 36px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .da__contact__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.da__contact__info {
  display: flex;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  .da__contact__info {
    display: block;
    font-size: 14px;
    margin: 0 -1px;
  }
}
.da__contact__info address a {
  color: #fff;
}
.da__contact__info address a:hover {
  text-decoration: none;
  opacity: 1;
}
.da__contact__info p {
  margin-right: 108px;
}
@media only screen and (max-width: 1440px) {
  .da__contact__info p {
    margin-right: 7.94117647%;
  }
}
@media only screen and (max-width: 767px) {
  .da__contact__info p {
    margin: 0 0 24px;
  }
}

main.da-information_detail {
  font-family: "あおとゴシック R";
  color: #000;
  background: #fff;
}
main.da-information_detail .da-cont {
  padding-bottom: 160px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont {
    padding-bottom: 120px;
  }
}
main.da-information_detail .da-cont:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont:after {
    content: none;
  }
}
main.da-information_detail .da-cont__head {
  padding-bottom: 64px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__head {
    padding-bottom: 47px;
  }
}
main.da-information_detail .da-cont__head:after {
  content: "";
  width: calc(100% - 80px);
  max-width: 816px;
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__head:after {
    width: calc(100% - 36px);
  }
}
main.da-information_detail .da-cont__head .da-inner {
  max-width: 896px;
}
main.da-information_detail .da-cont__head .da-title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__head .da-title {
    font-size: 24px;
  }
}
main.da-information_detail .da-cont__head .da-date-category {
  display: flex;
}
main.da-information_detail .da-cont__head .da-date-category .da-date {
  display: block;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  margin-right: 40px;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__head .da-date-category .da-date {
    font-size: 12px;
    margin-right: 24px;
  }
}
main.da-information_detail .da-cont__head .da-date-category .da-category {
  display: block;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__head .da-date-category .da-category {
    font-size: 12px;
  }
}
main.da-information_detail .da-cont__text {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__text {
    padding-top: 32px;
  }
}
main.da-information_detail .da-cont__text .da-inner {
  max-width: 780px;
}
main.da-information_detail .da-cont__text p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 36px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__text p {
    font-size: 14px;
    margin-bottom: 28px;
    word-break: break-all;
  }
}
main.da-information_detail .da-cont__text a {
  color: #990000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.da-information_detail .da-cont__text a:hover {
  opacity: 1;
}
main.da-information_detail .da-cont__text img {
  display: block;
  margin-top: 72px;
  margin-bottom: 72px;
}
@media only screen and (max-width: 767px) {
  main.da-information_detail .da-cont__text img {
    margin: 36px 0;
  }
}

main.da-information {
  font-family: "あおとゴシック R";
  color: #000;
  background: #fff;
}
main.da-information .da-whole {
  padding-bottom: 120px;
  position: relative;
}
main.da-information .da-whole:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole:after {
    content: none;
  }
}
main.da-information .da-whole .da-inner {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner {
    display: block;
  }
}
main.da-information .da-whole .da-inner .da-sidebar {
  width: 268px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-sidebar {
    width: 100%;
    margin-bottom: 48px;
  }
}
main.da-information .da-whole .da-inner .da-sidebar__list li {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin-bottom: 13px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-sidebar__list li {
    margin-bottom: 2px;
  }
}
main.da-information .da-whole .da-inner .da-sidebar__list li a {
  color: #000;
  display: flex;
  width: max-content;
}
main.da-information .da-whole .da-inner .da-sidebar__list li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  main.da-information .da-whole .da-inner .da-sidebar__list li a:hover span {
    color: #990000;
  }
  main.da-information .da-whole .da-inner .da-sidebar__list li a:hover span:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
main.da-information .da-whole .da-inner .da-sidebar__list li a svg {
  display: inline-block;
  margin-right: 16px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-sidebar__list li a svg {
    width: 18px;
  }
}
main.da-information .da-whole .da-inner .da-sidebar__list li a span {
  display: inline-block;
  position: relative;
  top: -3px;
  transition: 0.3s;
}
main.da-information .da-whole .da-inner .da-sidebar__list li a span:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #990000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
main.da-information .da-whole .da-inner .da-cont {
  width: calc(100% - 268px);
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont {
    width: 100%;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li {
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li {
    margin-bottom: 48px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a {
  color: #000;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a {
    position: relative;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a:hover {
  text-decoration: none;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a:hover .da-date:before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a:hover .da-item .da-title {
    color: #990000;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date {
    font-size: 12px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date:before {
  content: "";
  width: calc(100% - 110px);
  height: 1px;
  display: block;
  background: #000;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 110px;
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transform: scale(0, 1);
  transform-origin: right top;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date:before {
    width: calc(100% - 145px);
    left: 145px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date:after {
  content: "";
  width: calc(100% - 110px);
  height: 1px;
  display: block;
  background: #D3D3D3;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-date:after {
    width: calc(100% - 145px);
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item {
  display: flex;
  align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item {
    margin-top: 24px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item .da-category {
  width: 105px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item .da-category {
    font-size: 12px;
    width: auto;
    position: absolute;
    top: 0;
    left: 88px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item .da-title {
  width: calc(100% - 105px);
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  transition: 0.3s;
  text-align: justify;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-informationList li a .da-item .da-title {
    width: 100%;
    font-size: 14px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation {
  margin-top: 80px;
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-page-navigation {
    margin-top: 48px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation li {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.da-information .da-whole .da-inner .da-cont .da-page-navigation li {
    font-size: 14px;
  }
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation li:last-of-type:after {
  content: none;
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation li:after {
  content: "/";
  color: #D3D3D3;
  display: inline-block;
  margin: 0 16px 0 12px;
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation li span {
  color: #787878;
}
main.da-information .da-whole .da-inner .da-cont .da-page-navigation li a {
  color: #000;
}

main.da-journal {
  font-family: "あおとゴシック R";
  color: #000;
  background: #fff;
}
main.da-journal .da__journal {
  padding-top: 0;
}
main.da-journal .da__journal:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da__journal:after {
    content: none;
  }
}
main.da-journal .da-author {
  position: relative;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author {
    padding-bottom: 48px;
  }
}
main.da-journal .da-author:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author:after {
    width: calc(100% - 36px);
  }
}
main.da-journal .da-author__title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 64px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
main.da-journal .da-author__info {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info {
    flex-direction: column;
  }
}
main.da-journal .da-author__info .da-text {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text {
    width: 100%;
    order: 2;
  }
}
main.da-journal .da-author__info .da-text .da-name {
  display: block;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 4px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text .da-name {
    font-size: 21px;
    margin-bottom: 8px;
  }
}
main.da-journal .da-author__info .da-text .da-title {
  display: block;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0;
  color: #747575;
  margin-bottom: 48px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text .da-title {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
main.da-journal .da-author__info .da-text .da-description {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 80px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text .da-description {
    font-size: 14px;
    margin-bottom: 40px;
  }
}
main.da-journal .da-author__info .da-text dl {
  display: flex;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text dl {
    display: block;
  }
}
main.da-journal .da-author__info .da-text dl dt {
  width: 136px;
  font-size: 18px;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text dl dt {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
  }
}
main.da-journal .da-author__info .da-text dl dd {
  width: calc(100% - 136px);
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-text dl dd {
    font-size: 14px;
    line-height: 2;
    width: 100%;
    display: block;
  }
}
main.da-journal .da-author__info .da-image {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-author__info .da-image {
    width: 89.38053097%;
    margin-left: auto;
    margin-bottom: 32px;
  }
}
main.da-journal .da-cont {
  padding: 80px 0 120px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont {
    padding: 48px 0 80px;
  }
}
main.da-journal .da-cont:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont:after {
    width: calc(100% - 36px);
  }
}
main.da-journal .da-cont .da-inner {
  max-width: 780px;
}
main.da-journal .da-cont .da-inner > img {
  margin: 36px 0 72px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont .da-inner > img {
    margin: 32px 0 60px;
  }
}
main.da-journal .da-cont h2 {
  font-size: 29px;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 108px;
  margin-bottom: 36px;
  font-family: "あおとゴシック B";
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont h2 {
    font-size: 21px;
    margin-top: 80px;
    margin-bottom: 28px;
  }
}
main.da-journal .da-cont h2:first-of-type {
  margin-top: 0;
}
main.da-journal .da-cont p {
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 36px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont p {
    font-size: 14px;
    margin-bottom: 28px;
  }
}
main.da-journal .da-cont p:last-of-type {
  margin-bottom: 0;
}
main.da-journal .da-cont p strong {
  font-weight: 700;
  font-family: "あおとゴシック B";
}
main.da-journal .da-cont figure {
  margin: 72px 0 72px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont figure {
    margin: 52px 0;
  }
}
main.da-journal .da-cont figure figcaption {
  margin-top: 22px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #787878;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-cont figure figcaption {
    margin-top: 10px;
    font-size: 10px;
  }
}
main.da-journal .da-profile {
  padding: 32px 0 156px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile {
    padding: 32px 0 120px;
  }
}
main.da-journal .da-profile:after {
  content: "";
  width: calc(100% - 80px);
  height: 1px;
  display: block;
  background: #D3D3D3;
  position: absolute;
  bottom: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
  max-width: 1460px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile:after {
    content: none;
  }
}
main.da-journal .da-profile__title {
  font-size: 18px;
  letter-spacing: 0;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  display: block;
  margin-bottom: 16px;
}
main.da-journal .da-profile__box {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__box {
    display: block;
  }
}
main.da-journal .da-profile__image {
  width: 272px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__image {
    width: 267px;
    margin: 0 auto;
  }
}
main.da-journal .da-profile__info {
  width: 55%;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__info {
    width: 100%;
    margin-top: 32px;
  }
}
main.da-journal .da-profile__info .da-name {
  margin-bottom: 32px;
}
main.da-journal .da-profile__info .da-name .da-jp {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  margin-bottom: 8px;
  display: block;
  font-family: "あおとゴシック DB";
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__info .da-name .da-jp {
    font-size: 14px;
    margin-bottom: 2px;
  }
}
main.da-journal .da-profile__info .da-name .da-en {
  font-size: 18px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__info .da-name .da-en {
    font-size: 14px;
    line-height: 1.2;
  }
}
main.da-journal .da-profile__info p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__info p {
    font-size: 12px;
  }
}
main.da-journal .da-profile__info a {
  font-size: 16px;
  line-height: 2;
  color: #990000;
  text-decoration: underline;
  text-underline-offset: 2px;
}
main.da-journal .da-profile__info a:hover {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  main.da-journal .da-profile__info a {
    font-size: 12px;
  }
}
footer.global {
 overflow: hidden;
}
