@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #242424;
  overflow-x: hidden;
}
@media (max-width: 980px) {
  body {
    font-size: 1.4rem;
  }
}

picture {
  display: initial;
  margin: auto 0;
  max-width: initial;
}

h3 {
  font-size: 3.2rem;
  letter-spacing: 3px;
}
@media (max-width: 980px) {
  h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 475px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.8rem;
  letter-spacing: 3px;
}
@media (max-width: 980px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media (max-width: 475px) {
  h4 {
    font-size: 2rem;
  }
}

.container-xxl {
  max-width: 1440px;
  margin: 0 auto;
}

.container-xl {
  max-width: 1360px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-l {
  max-width: 1280px;
  height: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .container-l {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-m {
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .container-m {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-s {
  max-width: 1050px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 980px) {
  .container-s {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.cmn-button {
  display: inline-block;
  position: relative;
}
.cmn-button__wrap {
  text-align: center;
}
.cmn-button__white {
  border: 1px solid #fff;
  color: #fff;
}
.cmn-button__black {
  border: 1px solid #242424;
}
.cmn-button__blue {
  background-color: #28294f;
  border: 1px solid #28294f;
}
.cmn-button__blue-frame {
  border: 1px solid #28294f;
}
.cmn-button__orange {
  background-image: linear-gradient(90deg, #f4901e, #ee5a24);
  border: 1px solid #ee5a24;
}
.cmn-button__link {
  font-size: 1.5rem;
  text-decoration: none;
}
.cmn-button__link::after {
  content: "";
  position: absolute;
  z-index: 4;
  top: 24px;
  right: 12px;
  display: inline-block;
  width: 30px;
  height: 4px;
  transform: skew(74deg);
}
.cmn-button__link-fit {
  padding: 16px 50px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
}
.cmn-button__link-fit::after {
  top: calc(50% - 2px);
}
.cmn-button__link-l {
  width: 265px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.cmn-button__link-m {
  width: 230px;
  height: 55px;
  display: inline-block;
  line-height: 55px;
  text-align: center;
}
.cmn-button__link-white {
  color: #ffffff;
}
.cmn-button__link-white::after {
  border-right: 3px solid #fff;
  border-bottom: 1px solid #fff;
}
.cmn-button__link-black {
  color: #242424;
}
.cmn-button__link-black::after {
  border-right: 3px solid #242424;
  border-bottom: 1px solid #242424;
}
.cmn-button__link-blue {
  color: #28294f;
}
.cmn-button__link-blue::after {
  border-right: 3px solid #28294f;
  border-bottom: 1px solid #28294f;
}
.cmn-button__mvposi {
  position: absolute;
  top: 65%;
  right: 478px;
}
@media (max-width: 980px) {
  .cmn-button__mvposi {
    top: 71%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (max-width: 980px) {
  .cmn-button__mvposi {
    top: 80%;
    right: inherit;
    left: 50%;
    transform: translateX(-50%);
  }
}
.cmn-button__txt {
  position: relative;
  z-index: 3;
  color: inherit;
  transition: all 0.5s;
}
.cmn-button__slide {
  position: relative;
}
.cmn-button__slide-white::before {
  background-color: #fff;
}
.cmn-button__slide-white:hover {
  color: #242424;
}
.cmn-button__slide-white:hover::after {
  border-color: #242424;
}
.cmn-button__slide-blue::before {
  background-color: #28294f;
}
.cmn-button__slide-blue:hover {
  color: #ffffff;
}
.cmn-button__slide-blue:hover::after {
  border-color: #ffffff;
}
.cmn-button__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: right center;
  backface-visibility: hidden;
  transform: scale(0, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0.2, 0.05, 1);
}
.cmn-button__slide:hover::before {
  transform-origin: left center;
  transform: scale(1, 1);
}
.cmn-link__border {
  color: #0066cc;
  background-image: linear-gradient(#0066cc, #0066cc);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.cmn-link__border:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}
.cmn-link__border-white {
  color: #fff;
  background-image: linear-gradient(#fff, #fff);
}
.cmn-link__border.--black {
  color: #242424;
  background-image: linear-gradient(#242424, #242424);
}
.cmn-eyecatch {
  margin-bottom: 90px;
  padding-top: 111px;
  position: relative;
}
.cmn-eyecatch.--mb0 {
  margin-bottom: 0;
}
@media (max-width: 980px) {
  .cmn-eyecatch {
    margin-bottom: 70px;
    padding-top: 91px;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch {
    margin-bottom: 50px;
    padding-top: 81px;
  }
}
.cmn-eyecatch::before {
  content: "";
  position: absolute;
  top: 111px;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../img/eyecatch_bg.jpg) no-repeat center/cover;
}
@media (max-width: 980px) {
  .cmn-eyecatch::before {
    top: 91px;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch::before {
    top: 81px;
  }
}
.cmn-eyecatch__inner {
  display: inline-block;
  margin: 90px auto;
}
@media (max-width: 980px) {
  .cmn-eyecatch__inner {
    margin: 70px auto;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch__inner {
    margin: 40px auto;
  }
}
.cmn-eyecatch__ttl {
  font-size: 6rem;
  margin-bottom: 13px;
  color: #28294f;
  letter-spacing: 4px;
}
@media (max-width: 980px) {
  .cmn-eyecatch__ttl {
    font-size: 4.8rem;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch__ttl {
    font-size: 3.2rem;
    margin-bottom: 0;
  }
}
.cmn-eyecatch__txt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: right;
  margin-right: 9px;
}
@media (max-width: 980px) {
  .cmn-eyecatch__txt {
    font-size: 1.6rem;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch__txt {
    margin-right: 5px;
    font-size: 1rem;
    letter-spacing: 1px;
  }
}
.cmn-eyecatch__txt br {
  display: none;
}
@media (max-width: 475px) {
  .cmn-eyecatch__txt br {
    display: block;
  }
}
.cmn-eyecatch__detail {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (max-width: 980px) {
  .cmn-eyecatch__detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 475px) {
  .cmn-eyecatch__detail {
    font-size: 1.4rem;
  }
}
.cmn-contact {
  background-color: #28294f;
  margin-top: 100px;
}
@media (max-width: 475px) {
  .cmn-contact {
    margin-top: 80px;
  }
}
.cmn-contact-content {
  padding-top: 65px;
  padding-bottom: 55px;
  text-align: center;
}
.cmn-contact-content__ttl {
  color: #ffffff;
}
.cmn-contact-content__ttl br {
  display: none;
}
@media (max-width: 980px) {
  .cmn-contact-content__ttl br {
    display: block;
  }
}
.cmn-contact-content__txt {
  margin-top: 25px;
  margin-bottom: 55px;
  color: #ffffff;
  line-height: 1.75;
}
@media (max-width: 475px) {
  .cmn-contact-content__txt {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    letter-spacing: 1px;
  }
}
@media (max-width: 980px) {
  .cmn-contact-content__txt br {
    display: none;
  }
}
.cmn-headding {
  margin-bottom: 20px;
  padding-left: 23px;
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
}
.cmn-headding::before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #28294f;
}
@media (max-width: 475px) {
  .cmn-headding {
    padding-left: 18px;
    font-size: 2rem;
  }
}

.is-exp {
  overflow: hidden;
}
.is-exp__img {
  transition: 1s all;
}
@media (max-width: 475px) {
  .is-exp__img {
    max-width: 140px;
  }
}
.is-exp__img:hover {
  transform: scale(1.1, 1.1);
  transition: 1s all;
}

.contact {
  background-color: #28294f;
}
.contact-content {
  padding-top: 65px;
  padding-bottom: 55px;
  text-align: center;
}
.contact-content__ttl {
  color: #ffffff;
}
.contact-content__txt {
  margin-top: 25px;
  margin-bottom: 55px;
  color: #ffffff;
}

.text-nowrap {
  display: inline-block;
  font-size: inherit;
  color: inherit;
}
.text-nowrap._tab {
  display: inline;
}
@media (max-width: 980px) {
  .text-nowrap._tab {
    display: inline-block;
  }
}
.text-nowrap._sp {
  display: inline;
}
@media (max-width: 475px) {
  .text-nowrap._sp {
    display: inline-block;
  }
}

/* 
._fu {
    opacity: 0;
}

._fu_top {
    opacity: 0;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-p {
    position: relative;
    z-index: 2;
    opacity: 0;

    &.active {
        animation-name: fadeInAnime;
        animation-duration: 3s;
        animation-fill-mode: forwards;
    }
}

@keyframes fadeInAnime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
 */
.fade-p {
  position: relative;
  z-index: 2;
}

.mv__content .fade-p {
  opacity: 0;
}
.mv__content .fade-p.active {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.mv__content .fade-p {
  position: relative;
  z-index: 2;
  opacity: 0;
}
.mv__content .fade-p.active {
  animation-name: fadeInAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}

@keyframes fadeInAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*========= 流れるテキスト ===============*/
/*全共通*/
.slide-in {
  overflow: hidden;
}

/*左右のアニメーション*/
/* 
.leftAnime {
    opacity: 0; 
    //事前に透過0にして消しておく
}

.slideAnimeLeftRight {
    animation-name: slideTextX100;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes slideTextX100 {
    from {
        transform: translateX(-200%);
        //要素を左の枠外に移動
        opacity: 0;
    }

    to {
        transform: translateX(0);
        //要素を元の位置に移動
        opacity: 1;
    }
}

.slideAnimeRightLeft {
    animation-name: slideTextX-100;
    animation-duration: 1.5s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
}

@keyframes slideTextX-100 {
    from {
        transform: translateX(200%);
        //要素を右の枠外に移動
        opacity: 0;
    }

    to {
        transform: translateX(0);
        //要素を元の位置に移動
        opacity: 1;
    }
}

.left-transition {
    margin-left: -100px;
}

@media (max-width: 768px) {
    .left-transition {
        margin-left: 0;
    }
}
 */
/* 順番に要素フェード */
.gallery {
  padding: 0;
  display: flex;
}

.gallery .gallery-item {
  position: relative;
  opacity: 0;
  transition: 1s;
  bottom: -30px;
}

/* スクロールした時に追加されるclass */
.gallery .gallery-item.fadein {
  opacity: 1;
  bottom: 0;
}

/* left animation */
/* 
.text {
    opacity: 0;
    transition: opacity 1s ease-out;

    &.active {
        opacity: 1;
    }
}

.text-move {
    display: inline-block;
    opacity: 0;
    transform: translate(-50px);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    will-change: transform;
    font-size: inherit;
    color: inherit;
}

.text-move:nth-child(1) {
    transition-delay: 0s;
}

.text-move:nth-child(2) {
    transition-delay: 0.08s;
}

.text-move:nth-child(3) {
    transition-delay: 0.16s;
}

.text-move:nth-child(4) {
    transition-delay: 0.24s;
}

.text-move:nth-child(5) {
    transition-delay: 0.32s;
}

.text-move:nth-child(6) {
    transition-delay: 0.4s;
}

.text-move:nth-child(7) {
    transition-delay: 0.48s;
}

.text-move:nth-child(8) {
    transition-delay: 0.56s;
}

.text-move:nth-child(9) {
    transition-delay: 0.64s;
}

.text-move:nth-child(10) {
    transition-delay: 0.72s;
}

.text-move:nth-child(11) {
    transition-delay: 0.8s;
}

.text-move:nth-child(12) {
    transition-delay: 0.88s;
}

.text-move:nth-child(13) {
    transition-delay: 0.96s;
}

.text-move:nth-child(14) {
    transition-delay: 1.04s;
}

.text-move:nth-child(15) {
    transition-delay: 1.12s;
}

.text-move:nth-child(16) {
    transition-delay: 1.2s;
}

.text-move:nth-child(17) {
    transition-delay: 1.28s;
}

.text.active .text-move {
    opacity: 1;
    transform: translate(0);
}

.fv_text.active .text-move {
    opacity: 1;
    transform: translate(0);
}

@media screen and (max-width: 640px) {
    .cmn-eyecatch__ttl .text-move {
        font-size: inherit;
    }

    .wrap {
        width: 100%;
    }

    .text-move {
        font-size: 30px;
    }
}
 */
.text-move {
  display: inline-block;
  position: relative;
}

/* fade anima */
.fade {
  opacity: 0;
  transform: translateY(0px);
  transition: opacity 2s, transform 2s;
}

.fade.active {
  opacity: 1;
  transform: translateY(0px);
}

/*========= 1文字ずつ出現させるためのCSS ===============*/
.eachTextAnime span {
  opacity: 0;
  display: inline-block;
  transition: 4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transform: translate(-40px, 0px);
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 4s ease-out forwards;
  transform: translate(0px, 0px);
}

.eachTextAnime {
  opacity: 0;
}

.eachTextAnime.appeartext {
  opacity: 1;
}
@keyframes text_anime_on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#site-content .wp-pagenavi_wrapper {
  text-align: center;
}
@media (max-width: 475px) {
  #site-content .wp-pagenavi_wrapper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
#site-content .wp-pagenavi {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 1em;
  position: relative;
  padding: 0 38px;
}
#site-content .wp-pagenavi a,
#site-content .wp-pagenavi span {
  width: 40px;
  border: 0;
  padding: 0.5em 0;
  margin: 0;
  text-align: center;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0;
  color: #28294f;
}
#site-content .wp-pagenavi span.current {
  font-weight: 500;
  color: #fff;
  background-color: #28294f;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
#site-content .wp-pagenavi span.pages {
  display: none;
}
#site-content .wp-pagenavi span.extend {
  padding-left: 0;
  padding-right: 0;
}
#site-content .wp-pagenavi .previouspostslink,
#site-content .wp-pagenavi .nextpostslink {
  position: absolute;
  top: 0;
}
#site-content .wp-pagenavi .previouspostslink {
  left: 0;
}
#site-content .wp-pagenavi .nextpostslink {
  right: 0;
}
@media (max-width: 980px) {
  #site-content .wp-pagenavi {
    gap: 0.15em;
    padding: 0 32px;
  }
  #site-content .wp-pagenavi a,
  #site-content .wp-pagenavi span {
    width: 34px;
    font-size: 1.8rem;
  }
  #site-content .wp-pagenavi span.extend {
    width: 20px;
  }
}

.l-section {
  padding-top: 100px;
}
@media (max-width: 980px) {
  .l-section {
    padding-top: 80px;
  }
}
@media (max-width: 475px) {
  .l-section {
    padding-top: 60px;
  }
}
.l-section__body {
  max-width: 1000px;
  margin: 0 auto;
}
.l-section .cmn-headding {
  margin-bottom: 50px;
}
@media (max-width: 475px) {
  .l-section .cmn-headding {
    margin-bottom: 30px;
  }
}
.l-txt {
  margin: 40px auto;
  line-height: 1.8;
  font-size: 18px;
}
.l-txt:first-child {
  margin-top: 0;
}
.l-txt:last-child {
  margin-bottom: 0;
}
@media (max-width: 475px) {
  .l-txt {
    font-size: 16px;
  }
}
.l-txt-m {
  margin: 25px auto;
  line-height: 1.8;
  font-size: 16px;
}
.l-txt-m:first-child {
  margin-top: 0;
}
.l-txt-m:last-child {
  margin-bottom: 0;
}
@media (max-width: 475px) {
  .l-txt-m {
    font-size: 14px;
  }
}
.l-txt-s {
  margin: 25px auto;
  line-height: 1.8;
  font-size: 12px;
}
.l-txt-s:first-child {
  margin-top: 0;
}
.l-txt-s:last-child {
  margin-bottom: 0;
}
.l-txt_link {
  text-decoration: underline;
  color: #0071ba;
}
.l-txt_link:hover {
  text-decoration: none;
}
.l-list_indentation {
  list-style: none;
  counter-reset: number;
}
.l-list_indentation li {
  text-indent: -1em;
  padding-left: 1em;
}
.l-column {
  display: flex;
  align-items: center;
}
.l-column-content {
  flex-grow: 1;
}
.l-column-content p {
  line-height: 2;
  letter-spacing: 1px;
  font-size: 16px;
}
.l-column-image {
  width: 450px;
  max-width: 100%;
  margin-left: 50px;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border: 3px solid #ededf0;
}
@media (max-width: 980px) {
  .l-column {
    display: block;
  }
  .l-column-image {
    margin: 30px auto 0;
  }
}
.l-card-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card-list:not(:last-child) {
  margin-bottom: 40px;
}
.l-card-item {
  width: calc((100% - 80px) / 3);
  padding: 40px 20px 10px;
}
.l-card-item.--lightgray {
  background-color: #ededf0;
}
.l-card-item.--white {
  border: 3px solid #ededf0;
}
.l-card-item img {
  height: 80px;
  margin: 0 auto 36px;
}
.l-card-item img.--large {
  height: 110px;
}
.l-card-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.l-card-item h5.strong_label {
  font-weight: bold;
}
.l-card-item h5.arrow_label {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}
.l-card-item h5.arrow_label::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
  background-image: url(../img/goc/icon-arrow.svg);
}
.l-card-item h6 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: bold;
}
.l-card-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
.l-card-item ul {
  width: calc(100% + 10px);
  margin-bottom: 10px;
}
.l-card-item ul li {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0;
  font-size: 12px;
}
.l-card-item ul li:not(:first-child) {
  margin-top: 4px;
}
.l-card-item ul li::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
}
.l-card-item ul li.--arrow::before {
  background-image: url(../img/common/icon-arrow.svg);
}
.l-card-item ul li.--check::before {
  background-image: url(../img/common/icon-check.svg);
}
.l-card-item ul li.--circle::before {
  background-image: url(../img/common/icon-circle.svg);
}
.l-card-item ul li.--circle_big::before {
  background-image: url(../img/common/icon-circle_big.svg);
}
@media (max-width: 980px) {
  .l-card-list {
    gap: 20px;
  }
  .l-card-item {
    width: calc((100% - 20px) / 2);
  }
  .l-card-item img {
    height: 70px;
    margin-bottom: 20px;
  }
  .l-card-item img.--large {
    height: 100px;
  }
}
@media (max-width: 475px) {
  .l-card-list {
    gap: 10px;
  }
  .l-card-item {
    width: 100%;
  }
}
.l-card_2-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_2-item {
  width: calc((100% - 80px) / 3);
  padding: 20px;
  border: 3px solid #ededf0;
}
.l-card_2-item h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
.l-card_2-item h6 {
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.l-card_2-item img {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
}
.l-card_2-item img.--large {
  height: 160px;
}
.l-card_2-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-card_2-list {
    gap: 20px;
  }
  .l-card_2-item {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .l-card_2-list {
    gap: 10px;
  }
}
.l-card_3-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_3-item {
  width: calc((100% - 80px) / 3);
  padding: 40px 20px 10px;
}
.l-card_3-item.--lightgray {
  background-color: #ededf0;
}
.l-card_3-item.--white {
  border: 3px solid #ededf0;
}
.l-card_3-item img {
  height: 70px;
  margin: 0 auto 36px;
}
.l-card_3-item h5 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: normal;
}
.l-card_3-item h5.arrow_label {
  margin-bottom: 16px;
  padding-left: 18px;
  position: relative;
  font-weight: bold;
}
.l-card_3-item h5.arrow_label::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
  background-image: url(../img/goc/icon-arrow.svg);
}
.l-card_3-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
.l-card_3-item ul {
  width: calc(100% + 10px);
  margin-bottom: 16px;
}
.l-card_3-item ul li {
  padding-left: 18px;
  position: relative;
  letter-spacing: 0;
  font-size: 12px;
}
.l-card_3-item ul li:not(:first-child) {
  margin-top: 4px;
}
.l-card_3-item ul li::before {
  content: "";
  width: 12px;
  height: 1.6em;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain;
}
.l-card_3-item ul li.--check::before {
  background-image: url(../img/goc/icon-check.svg);
}
.l-card_3-item ul li.--circle::before {
  background-image: url(../img/goc/icon-circle.svg);
}
.l-card_3-item ul li.--circle_big::before {
  background-image: url(../img/goc/icon-circle_big.svg);
}
@media (max-width: 980px) {
  .l-card_3-list {
    gap: 20px;
  }
  .l-card_3-item {
    width: calc((100% - 20px) / 2);
  }
  .l-card_3-item img {
    height: 64px;
    margin-bottom: 20px;
  }
}
@media (max-width: 475px) {
  .l-card_3-list {
    gap: 10px;
  }
  .l-card_3-item {
    width: 100%;
  }
}
.l-card_4-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-card_4-item {
  width: calc((100% - 80px) / 3);
  padding: 20px;
  border: 3px solid #ededf0;
}
.l-card_4-item h5 {
  margin-bottom: 20px;
  font-size: 16px;
}
.l-card_4-item img {
  width: auto;
  height: 120px;
  margin: 0 auto 20px;
}
.l-card_4-item h6 {
  margin-bottom: 10px;
  letter-spacing: 0.02em;
  font-size: 14px;
}
.l-card_4-item p {
  margin-bottom: 6px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-card_4-list {
    gap: 20px;
  }
  .l-card_4-item {
    width: 100%;
  }
}
@media (max-width: 475px) {
  .l-card_4-list {
    gap: 10px;
  }
}
.l-box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-box-list__separate_text {
  margin: 40px auto;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  background-color: #ebebee;
}
.l-box-item {
  width: calc((100% - 40px) / 2);
  padding: 30px 20px 30px 40px;
  display: flex;
  align-items: center;
  border: 3px solid #ededf0;
}
.l-box-item.--full {
  width: 100%;
}
.l-box-item.--step:not(:last-child) {
  margin-bottom: 20px;
  position: relative;
}
.l-box-item.--step:not(:last-child)::before {
  content: "";
  width: 16px;
  height: 16px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  right: 0;
  border-bottom: 1px solid #28294f;
  border-right: 1px solid #28294f;
  transform: rotate(45deg);
}
.l-box-item picture {
  margin-right: 40px;
  flex-shrink: 0;
}
.l-box-item picture img {
  height: 100px;
}
.l-box-content h5 {
  font-size: 18px;
}
.l-box-content h6 {
  margin-top: 10px;
  font-size: 13px;
}
.l-box-content p {
  margin-top: 10px;
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-box-list {
    gap: 20px;
  }
  .l-box-item {
    width: 100%;
    padding: 30px 10px 30px 30px;
  }
  .l-box-item.--step:not(:last-child)::before {
    top: calc(100% + 10px);
  }
  .l-box-item picture {
    margin-right: 30px;
  }
  .l-box-item picture img {
    height: 80px;
  }
}
@media (max-width: 475px) {
  .l-box-list {
    gap: 10px;
  }
  .l-box-item {
    padding: 30px 10px 30px 20px;
  }
  .l-box-item.--full {
    flex-wrap: wrap;
  }
  .l-box-item.--full picture {
    width: 100%;
    margin: 0 auto 20px;
  }
  .l-box-item.--full picture img {
    height: 80px;
    margin: 0 auto;
  }
  .l-box-item.--step:not(:last-child) {
    margin-bottom: 30px;
  }
  .l-box-item picture {
    margin-right: 15px;
  }
  .l-box-item picture img {
    height: 70px;
  }
  .l-box-content h5 {
    font-size: 16px;
  }
}
.l-profile_box-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.l-profile_box-item {
  width: calc((100% - 40px) / 2);
  padding: 20px 15px 20px 20px;
  display: flex;
  align-items: flex-start;
  border: 3px solid #ededf0;
}
.l-profile_box-item picture {
  margin-right: 40px;
  flex-shrink: 0;
}
.l-profile_box-item picture img {
  height: 100px;
}
.l-profile_box-content h5 {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
}
.l-profile_box-content h5::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 15px;
  display: inline-block;
  background-image: url(../img/common/icon-man.svg);
}
.l-profile_box-content h6 {
  margin-bottom: 10px;
  font-size: 13px;
}
.l-profile_box-content p {
  font-size: 12px;
}
@media (max-width: 980px) {
  .l-profile_box-list {
    gap: 20px;
  }
  .l-profile_box-item {
    width: 100%;
    padding: 30px 10px 30px 30px;
  }
  .l-profile_box-item picture {
    margin-right: 30px;
  }
  .l-profile_box-item picture img {
    height: 80px;
  }
}
@media (max-width: 475px) {
  .l-profile_box-list {
    gap: 10px;
  }
  .l-profile_box-item {
    padding: 30px 10px 30px 20px;
  }
  .l-profile_box-item picture {
    margin-right: 15px;
  }
  .l-profile_box-item picture img {
    height: 70px;
  }
  .l-profile_box-content h5 {
    font-size: 16px;
  }
}
.l-cta_box {
  margin-top: 50px;
  padding: 34px 20px;
  text-align: center;
  background-color: #ededf0;
}
.l-cta_box .box-title {
  font-size: 24px;
  font-weight: bold;
}
.l-cta_box .cmn-button__blue-frame {
  margin-top: 30px;
  background: #fff;
}
@media (max-width: 475px) {
  .l-cta_box .box-title {
    font-size: 18px;
  }
}
.l-q_and_a li {
  border-bottom: 1px solid #ededf0;
}
.l-q_and_a li .q_and_a-head {
  padding: 18px 40px 18px 0;
  position: relative;
  cursor: pointer;
}
.l-q_and_a li .q_and_a-head p {
  font-size: 18px;
  font-weight: bold;
}
.l-q_and_a li .q_and_a-head .toggle {
  width: 16px;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  right: 8px;
}
.l-q_and_a li .q_and_a-head .toggle::before, .l-q_and_a li .q_and_a-head .toggle::after {
  content: "";
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
}
.l-q_and_a li .q_and_a-head .toggle::before {
  width: 100%;
  height: 1px;
}
.l-q_and_a li .q_and_a-head .toggle::after {
  width: 1px;
  height: 100%;
}
.l-q_and_a li .q_and_a-head.--open .toggle::after {
  display: none;
}
.l-q_and_a li .q_and_a-body {
  display: none;
  padding: 18px 24px;
  position: relative;
  font-size: 14px;
  background-color: #ededf0;
}
.l-q_and_a li .q_and_a-body .q_and_a__a {
  width: 30px;
  position: absolute;
  top: 18px;
  left: 18px;
  text-align: right;
}
.l-q_and_a li .q_and_a-body p {
  padding-left: 30px;
}
@media (max-width: 475px) {
  .l-q_and_a li .q_and_a-head p {
    font-size: 14px;
  }
  .l-q_and_a li .q_and_a-body {
    padding: 18px 18px;
    font-size: 12px;
  }
  .l-q_and_a li .q_and_a-body .q_and_a__a {
    width: 20px;
    left: 12px;
  }
  .l-q_and_a li .q_and_a-body p {
    padding-left: 20px;
  }
}
.l-list_table {
  padding: 30px 40px;
  border: 3px solid #ededf0;
}
.l-list_table table {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
  letter-spacing: 1px;
  line-height: 1.8;
  font-size: 16px;
  border-collapse: collapse;
}
.l-list_table table th,
.l-list_table table td {
  padding: 18px 0;
  border-top: 1px solid #ededf0;
  border-bottom: 1px solid #ededf0;
}
.l-list_table table th {
  width: 42%;
  text-align: left;
  font-weight: normal;
  vertical-align: top;
}
.l-list_table table td {
  width: 56%;
}
.l-list_table table td small {
  font-size: 0.8em;
}
.l-list_table.--small_th table th {
  width: 20%;
}
.l-list_table.--small_th table td {
  width: 80%;
}
.l-list_table.--small_text table {
  font-size: 14px;
}
@media (max-width: 475px) {
  .l-list_table {
    padding: 20px 24px;
  }
  .l-list_table table {
    font-size: 14px;
  }
  .l-list_table table tr, .l-list_table table th, .l-list_table table td {
    width: 100%;
    display: block;
  }
  .l-list_table table th {
    padding-bottom: 0;
    border-top: none;
    border-bottom: none;
  }
  .l-list_table table td {
    border-top: none;
  }
  .l-list_table.--small_th table th,
  .l-list_table.--small_th table td {
    width: 100%;
  }
}
.l-concept_discover {
  margin-bottom: 8rem;
  display: flex;
  justify-content: center;
  gap: 6rem;
}
.l-concept_discover__image {
  width: 57rem;
  flex-shrink: 0;
}
.l-concept_discover__image.--small {
  width: 45rem;
}
.l-concept_discover__content p {
  line-height: 1.75;
}
.l-concept_discover__content .cmn-button__wrap {
  margin-top: 5rem;
  text-align: center;
}
@media (max-width: 1280px) {
  .l-concept_discover__image {
    width: 44rem;
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .l-concept_discover {
    max-width: 57rem;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .l-concept_discover__content {
    width: 100%;
  }
  .l-concept_discover__content .cmn-button__wrap {
    margin-top: 3rem;
  }
}
.l-three_one_block__white {
  border-bottom: 1px solid #ededf0;
}
.l-three_one_block__gray {
  background-color: #ededf0;
}
.l-three_one_block__blue {
  background-color: #28294f;
  color: #fff;
  font-weight: 600;
}
.l-three_one_block__list {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 980px) {
  .l-three_one_block__list {
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-three_one_block__item {
  width: calc(33.3% - 20px);
  border: 1px solid #ededf0;
  padding-top: 30px;
  padding-bottom: 25px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  flex-flow: column;
}
.l-three_one_block__item picture {
  margin: 0 auto;
}
@media (max-width: 980px) {
  .l-three_one_block__item {
    width: 100%;
    margin-bottom: 15px;
  }
}
.l-three_one_block__img {
  max-height: 100px;
  width: auto;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 475px) {
  .l-three_one_block__img {
    max-height: 80px;
  }
}
.l-three_one_block__headline {
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0;
}
.l-three_one_block__arrow {
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  margin: auto auto 25px auto;
  transform: rotate(45deg);
}
.l-three_one_block__txt-s {
  font-size: 1.1rem;
}
.l-three_one_block__txt-l {
  max-width: 1000px;
  font-size: 2.1rem;
  font-weight: 600;
  padding: 12px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  display: block;
  width: auto;
  text-align: center;
  border: 1px solid #ededf0;
}
@media (max-width: 475px) {
  .l-three_one_block__txt-l {
    font-size: 1.8rem !important;
  }
}
.l-table_3col {
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  color: #28294f;
  margin-top: 70px;
  margin-bottom: 70px;
}
@media (max-width: 980px) {
  .l-table_3col {
    letter-spacing: 1px;
    font-size: 1rem;
  }
}
.l-table_3col__td {
  height: 95px;
  padding: 15px 5px;
}
.l-table_3col__td._head {
  height: 55px;
}
.l-table_3col__white {
  border-bottom: 1px solid #ededf0;
}
@media (max-width: 980px) {
  .l-table_3col__white {
    width: 28%;
  }
}
.l-table_3col__gray {
  background-color: #ededf0;
}
@media (max-width: 980px) {
  .l-table_3col__gray {
    width: 36%;
  }
}
.l-table_3col__blue {
  background-color: #28294f;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 980px) {
  .l-table_3col__blue {
    width: 36%;
  }
}

/* トップへ戻る
----------------------------------------------------- */
#page_top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 999;
  display: block;
  width: 50px;
  height: 50px;
  border: 1px solid #28294f;
  background-color: #fff;
}
@media (max-width: 475px) {
  #page_top {
    right: 20px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-out;
}
#page_top a:hover {
  opacity: 0.7;
}
#page_top span {
  display: block;
  width: 18px;
  height: 18px;
  border-right: 1px solid #28294f;
  border-top: 1px solid #28294f;
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -40%) rotate(-45deg);
}

/* 404
----------------------------------------------------- */
.notfound {
  text-align: center;
}
.notfound-eyecatch {
  padding-top: 200px;
}
@media (max-width: 980px) {
  .notfound-eyecatch {
    padding-top: 160px;
  }
}
@media (max-width: 475px) {
  .notfound-eyecatch {
    padding-top: 120px;
  }
}
.notfound-eyecatch__ttl {
  font-size: 12rem;
  line-height: 1;
  color: #28294f;
  letter-spacing: 4px;
}
@media (max-width: 980px) {
  .notfound-eyecatch__ttl {
    font-size: 8rem;
  }
}
@media (max-width: 475px) {
  .notfound-eyecatch__ttl {
    font-size: 6rem;
  }
}
.notfound-eyecatch__txt {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 13px;
  color: #28294f;
  letter-spacing: 4px;
}
@media (max-width: 980px) {
  .notfound-eyecatch__txt {
    font-size: 2.8rem;
  }
}
@media (max-width: 475px) {
  .notfound-eyecatch__txt {
    font-size: 2.2rem;
  }
}
.notfound-contents {
  margin-top: 12px;
}
.notfound-contents__txt {
  max-width: 600px;
  margin: 0 auto;
  padding: 24px 0;
  font-size: 2rem;
  font-weight: bold;
  color: #28294f;
  letter-spacing: 4px;
}
@media (max-width: 980px) {
  .notfound-contents__txt {
    font-size: 1.7rem;
  }
}
@media (max-width: 475px) {
  .notfound-contents__txt {
    font-size: 1.4rem;
  }
}
.notfound-contents__txt:not(:first-child) {
  border-top: 1px solid #ededf0;
  border-bottom: 1px solid #ededf0;
}
.notfound-contents ul {
  margin-top: 60px;
}
@media (max-width: 980px) {
  .notfound-contents ul {
    margin-top: 50px;
  }
}
@media (max-width: 475px) {
  .notfound-contents ul {
    margin-top: 40px;
  }
}
.notfound-contents li {
  text-align: center;
  font-size: 1.5rem;
}
@media (max-width: 980px) {
  .notfound-contents li {
    font-size: 1.4rem;
  }
}
.notfound-contents li a {
  padding: 10px;
  display: inline-block;
  text-decoration: underline;
  color: #306fb6;
  transition: opacity ease 0.4s;
}
.notfound-contents li a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 640px) {
  .notfound .text-move {
    font-size: inherit;
  }
}
/* 会社案内系ページ ページガイド
----------------------------------------------------- */
.guide-list {
  width: 100%;
  height: 320px;
  background-color: #ededf0;
  padding-bottom: 40px;
}
@media (max-width: 980px) {
  .guide-list {
    height: auto;
  }
}
.guide-list__inner {
  display: flex;
  padding-top: 45px;
}
@media (max-width: 980px) {
  .guide-list__inner {
    display: block;
  }
}
.guide-list__left {
  width: 30%;
}
@media (max-width: 980px) {
  .guide-list__left {
    width: 100%;
  }
}
.guide-list__left .cmn-headding {
  margin-bottom: 40px;
}
.guide-list__right {
  width: 70%;
}
@media (max-width: 980px) {
  .guide-list__right {
    width: 100%;
  }
}
.guide-list__wrap {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  height: 320px;
}
@media (max-width: 980px) {
  .guide-list__wrap {
    display: block;
    height: auto;
  }
}
.guide-list__item {
  width: 33%;
}
@media (max-width: 980px) {
  .guide-list__item {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 15px;
  }
}
.guide-list__link {
  position: relative;
  display: flex;
}
.guide-list__link::after {
  background-color: #28294f;
  bottom: -10px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 80%;
}
.guide-list__link:hover::after {
  transform: scale(1);
  transform-origin: left top;
}
.guide-list__img {
  max-width: 125px;
}
@media (max-width: 980px) {
  .guide-list__img {
    max-width: 140px;
  }
}
.guide-list__txt-wrap {
  display: table;
}
@media (max-width: 980px) {
  .guide-list__txt-wrap {
    display: block;
    padding-top: 22px;
  }
}
.guide-list__txt {
  font-size: 1.8rem;
  font-weight: 600;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-left: 25px;
}
@media (max-width: 980px) {
  .guide-list__txt {
    vertical-align: inherit;
  }
}
.guide-list__txt-en {
  display: none;
}
@media (max-width: 980px) {
  .guide-list__txt-en {
    display: block;
    padding-left: 25px;
    letter-spacing: 1px;
  }
}

/* カードグリッド
----------------------------------------------------- */
.cmn-card_grid {
  margin-top: 65px;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .cmn-card_grid {
    margin-top: 70px;
  }
}
@media (max-width: 475px) {
  .cmn-card_grid {
    margin-top: 75px;
  }
}
.cmn-card_grid__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 980px) {
  .cmn-card_grid__inner {
    justify-content: space-evenly;
  }
}
@media (max-width: 475px) {
  .cmn-card_grid__inner {
    display: block;
  }
}
.cmn-card_grid__item {
  width: 30%;
  max-width: 365px;
  margin-top: 45px;
  margin-left: 2%;
  margin-right: 2%;
  border-bottom: 1px solid #ededf0;
}
.cmn-card_grid__item:nth-of-type(3n+1) {
  margin-left: 0;
}
.cmn-card_grid__item:nth-of-type(3n+3) {
  margin-right: 0;
}
@media (max-width: 980px) {
  .cmn-card_grid__item {
    width: 48%;
  }
  .cmn-card_grid__item:nth-of-type(3n+1) {
    margin-left: 2%;
  }
  .cmn-card_grid__item:nth-of-type(3n+3) {
    margin-right: 2%;
  }
  .cmn-card_grid__item:nth-of-type(2n+1) {
    margin-left: 0;
  }
  .cmn-card_grid__item:nth-of-type(2n+2) {
    margin-left: 0;
  }
}
@media (max-width: 475px) {
  .cmn-card_grid__item {
    max-width: inherit;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    border: none;
  }
}
.cmn-card_grid__link {
  position: relative;
  display: inline-block;
  transition: 1s all;
}
.cmn-card_grid__link::after {
  background-color: #28294f;
  bottom: -1px;
  content: "";
  display: inline-block;
  height: 1px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.43, 0.05, 0.17, 1);
  width: 100%;
}
.cmn-card_grid__link:hover::after {
  transform: scale(1);
  transform-origin: left top;
}
@media (max-width: 475px) {
  .cmn-card_grid__link {
    margin-top: 15px;
    display: flex;
    width: 100%;
  }
}
@media (max-width: 475px) {
  .cmn-card_grid__content {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }
  .cmn-card_grid__content.left {
    width: 35%;
  }
  .cmn-card_grid__content.left img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .cmn-card_grid__content.right {
    width: 65%;
  }
}
.cmn-card_grid__ttl {
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media (max-width: 475px) {
  .cmn-card_grid__ttl {
    font-size: 2rem;
    margin-top: 0%;
    margin-left: 25px;
    margin-bottom: 5px;
  }
}
.cmn-card_grid__txt {
  color: #28294f;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: right;
  padding-bottom: 15px;
}
@media (max-width: 475px) {
  .cmn-card_grid__txt {
    font-size: 1.2rem;
    margin-left: 25px;
    text-align: left;
  }
}
.cmn-card_grid .wait-img {
  position: relative;
}
.cmn-card_grid .wait-img::after {
  content: "公開準備中";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(128, 128, 128, 0.7843137255);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 475px) {
  .cmn-card_grid .wait-img::after {
    font-size: 12px;
    padding: 5px;
  }
}

/* コラムリスト
----------------------------------------------------- */
.archive-column__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 5%;
}
@media (max-width: 980px) {
  .archive-column__list {
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 40px;
    max-width: 570px;
    margin: 0 auto;
  }
}

.archive-column-detail {
  display: block;
  padding: 25px 7.018%;
  border: 1px solid #ededf0;
  height: 100%;
  transition: border-color ease 0.3s;
}
@media (max-width: 980px) {
  .archive-column-detail {
    padding: clamp(20px, 4.21053vw, 25px) clamp(25px, 5.26318vw, 40px);
  }
}

a.archive-column-detail:hover {
  border-color: #28294f;
}

.archive-column-detail__category {
  display: inline-block;
  font-size: clamp(1.2rem, 3.2vw, 1.4rem);
  font-weight: bold;
  color: #ffffff;
  background: #28294f;
  padding: 0.35714em;
  margin-bottom: 0.71429em;
}

.archive-column-detail__title {
  font-size: clamp(1.8rem, 4.8vw, 2.2rem);
  color: #28294f;
  margin-bottom: 0.8em;
}

.archive-column-detail__date {
  margin-bottom: 1em;
  display: flex;
  flex-wrap: wrap;
  gap: 5px 20px;
  font-size: 1.4rem;
}
.archive-column-detail__date-modified {
  font-weight: bold;
}

.archive-column-detail__excerpt {
  font-size: 1.4rem;
}

/* 詳細テーブル
----------------------------------------------------- */
.details {
  padding: 50px 0 !important;
  background-color: #f9f9f9;
}
.details .heading h1 {
  text-align: center;
  margin-bottom: 30px;
}
.details .wrapper {
  max-width: 975px;
  margin: 0 auto;
}
.details .details_wrap {
  padding: 50px 70px;
  margin: auto;
  background: #fff;
}
@media (max-width: 475px) {
  .details .details_wrap {
    padding: 30px;
  }
}
.details .details_wrap dl {
  display: flex;
  align-items: center;
}
.details .details_wrap dl:first-child {
  border-top: solid 1px #aaa;
}
.details .details_wrap dl:last-child {
  border-bottom: solid 1px #aaa;
}
@media (max-width: 475px) {
  .details .details_wrap dl {
    padding: 10px 0;
    display: block;
  }
}
.details .details_wrap dl + dl {
  border-top: solid 1px #aaa;
}
.details .details_wrap dt,
.details .details_wrap dd {
  padding: 10px 0;
  line-height: 2;
}
.details .details_wrap dt {
  justify-content: center;
  font-weight: bold;
  width: 8em;
  flex-shrink: 0;
}
.details .details_wrap dd {
  width: 100%;
}
@media (max-width: 475px) {
  .details .details_wrap dd {
    padding-top: 5px;
  }
}
.details .details_wrap p + p {
  margin-top: 0.5em;
}
.details .details_wrap a {
  word-break: break-word;
  color: #0066cc;
  background-image: linear-gradient(#0066cc, #0066cc);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  display: inline;
  transition: background-size 0.5s cubic-bezier(0.43, 0.05, 0.17, 1) 0s;
}
.details .details_wrap a:hover {
  background-position: 0 100%;
  background-size: 100% 1px;
}

/* editor-area
----------------------------------------------------- */
.editor-area {
  line-height: 1.8;
}
.editor-area h2 {
  margin-top: 3em;
  margin-bottom: 1.25em;
  padding-left: 24px;
  position: relative;
  font-size: 2.8rem;
  font-weight: 600;
}
.editor-area h2::before {
  content: "";
  width: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #28294f;
}
@media (max-width: 475px) {
  .editor-area h2 {
    padding-left: 18px;
    font-size: 2rem;
  }
}
.editor-area h3 {
  font-size: clamp(2rem, 5.33333vw, 2.2rem);
  margin-top: 2.25em;
  margin-bottom: 0.9em;
}
.editor-area h4 {
  font-size: 18px;
  font-size: clamp(1.6rem, 4.26667vw, 1.8rem);
  margin-top: 2.5em;
  margin-bottom: 0.2em;
}/*# sourceMappingURL=common.css.map */