@charset "UTF-8";
main.pagenotfound {
  height: 70rem;
}
main.pagenotfound .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

main {
  background: #f0f0f0;
}
main > * {
  position: relative;
  background: #f0f0f0;
  z-index: 4;
}
main > *.bg_white {
  background: #fff;
}

#mv.type1 {
  width: 100%;
  height: 46rem;
  position: relative;
  z-index: 1;
}
#mv.type1 .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#mv.type1 .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
#mv.type1 .bg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(80deg, #002e3e 0%, #002e3e calc(50% - 53rem), rgba(0, 102, 149, 0.85) calc(50% - 16rem), rgba(0, 102, 149, 0.3) calc(50% + 22rem));
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
}
#mv.type1 .inner {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 5rem;
  gap: 2rem;
  height: 100%;
  color: #fff;
}
#mv.type1 .inner .ttl {
  font-size: 4.5rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
#mv.type1 .inner .en {
  font-size: 1.6em;
  font-weight: 400;
}
#mv.type1 .inner .en::before {
  content: "";
  display: inline-block;
  width: 3rem;
  height: 1px;
  background: #fff;
  margin-right: 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  #mv.type1 {
    width: 100%;
    height: 35rem;
  }
  #mv.type1 .bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(60deg, #002e3e 0%, #002e3e 10%, rgba(0, 102, 149, 0.85) 40%, rgba(0, 102, 149, 0.3) 70%);
  }
  #mv.type1 .inner {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 0 2rem 4rem;
    gap: 1.5rem;
    height: 100%;
    color: #fff;
  }
  #mv.type1 .inner .ttl {
    font-size: 3.2rem;
    margin-top: 0rem;
  }
  #mv.type1 .inner .en {
    font-size: 1.4rem;
  }
  #mv.type1 .inner .en::before {
    width: 2rem;
  }
}

#mv.type2 {
  background: #002e3e;
  padding-bottom: 9rem;
  overflow: hidden;
  min-height: 57rem;
  position: relative;
  z-index: 3;
}
#mv.type2 .bg {
  position: fixed;
  z-index: 1;
  width: 100%;
  background: #00577e;
  text-align: center;
}
#mv.type2 .bg img {
  min-width: 1300px;
  width: 100%;
  max-width: 1920px;
}
#mv.type2 .bg::after {
  width: 100%;
  height: 15%;
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 46, 62, 0), #002e3e);
}
#mv.type2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 102, 149, 0.2) 0%, #00577e 80%);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#mv.type2 .inner {
  z-index: 3;
  padding-top: 20rem;
}
#mv.type2 hgroup {
  color: #fff;
}
#mv.type2 hgroup .ttl {
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: bold;
}
#mv.type2 hgroup .category {
  font-size: 2rem;
  display: inline-block;
  margin-left: 1.5rem;
}
#mv.type2 hgroup .lead {
  margin-top: 5rem;
  width: 76rem;
  color: #fff;
  line-height: 2;
}
#mv.type2 .banner {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #mv.type2 {
    padding-bottom: 5rem;
    min-height: unset;
    position: relative;
    z-index: 3;
  }
  #mv.type2 .bg img {
    min-width: unset;
    width: 100%;
  }
  #mv.type2 .bg::after {
    width: 100%;
    height: 35%;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 46, 62, 0), #002e3e);
  }
  #mv.type2 .bg.samebg img {
    width: 125%;
  }
  #mv.type2::before {
    background: linear-gradient(210deg, rgba(0, 102, 149, 0.4) 30%, rgba(0, 87, 126, 0.85) 40%, #00577e 60%);
  }
  #mv.type2 .inner {
    padding-top: 15rem;
  }
  #mv.type2 hgroup .ttl {
    font-size: 2.8rem;
  }
  #mv.type2 hgroup .category {
    font-size: 1.5rem;
  }
  #mv.type2 hgroup .lead {
    margin-top: 2rem;
    width: auto;
    line-height: 1.6;
  }
  #mv.type2 .banner {
    margin-top: 3rem;
  }
}

.banner_lp {
  display: inline-flex;
  justify-content: flex-end;
  width: 62rem;
  height: 17rem;
  position: relative;
  z-index: 3;
  background: #fff;
}
.banner_lp::before {
  content: "";
  width: 100%;
  height: 100%;
  background: white;
  position: absolute;
  z-index: 10;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.banner_lp .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner_lp .photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left center;
     object-position: left center;
}
.banner_lp .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00577e;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 30%, white 40%);
}
.banner_lp .body {
  position: relative;
  z-index: 2;
  padding: 3rem;
  display: flex;
  min-width: 35rem;
  gap: 1rem;
}
.banner_lp .body figure {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 2.8rem;
}
.banner_lp .body .txt .en {
  color: #00577e;
  font-size: 1.5rem;
  font-family: "Cardo", serif;
}
.banner_lp .body .txt .ja {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
}
.banner_lp .body .txt .ja .icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-105%, -50%);
}
.banner_lp .arrow_extend {
  position: absolute;
  right: 3rem;
  bottom: 2rem;
  font-size: 1.6rem;
  color: #00577e;
  letter-spacing: normal;
  padding-bottom: 0.3em;
  padding-right: 0.8em;
}
.banner_lp .arrow_extend::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #00577e;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.25s ease-in-out;
}
.banner_lp .arrow_extend::after {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: #00577e;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
  transform-origin: right top;
  transition: right 0.25s ease-in-out;
}
.banner_lp:hover::before {
  opacity: 0.2;
}
.banner_lp:hover .arrow_extend::before {
  width: calc(100% + 0.8rem);
}
.banner_lp:hover .arrow_extend::after {
  right: -0.8rem;
}
.banner_lp.navy {
  border: 3px solid #00577e;
}
.banner_lp.navy::before {
  background: #00577e;
}
.banner_lp.navy .photo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #00577e;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(90deg, rgba(0, 87, 126, 0.2) 0, rgba(0, 87, 126, 0.2) 20%, rgba(0, 87, 126, 0.4) 25%, #00577e 40%);
  mix-blend-mode: unset;
}
.banner_lp.navy .body {
  mix-blend-mode: lighten;
}
.banner_lp.navy .body .icon img {
  filter: invert(100%) brightness(300%) grayscale(1000%);
  opacity: 0.8;
}
.banner_lp.navy .body .txt {
  color: #fff;
}
.banner_lp.navy .body .txt .en {
  color: #fff;
}
.banner_lp.navy .arrow_extend {
  color: #fff;
}
.banner_lp.navy .arrow_extend::before {
  background: #fff;
}
.banner_lp.navy .arrow_extend::after {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .banner_lp {
    width: 100%;
    max-width: 33.5rem;
    height: auto;
    aspect-ratio: 335/170;
    margin: auto;
  }
  .banner_lp::before {
    display: none;
  }
  .banner_lp .photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .banner_lp .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: 0% center;
       object-position: 0% center;
  }
  .banner_lp .photo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00577e;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 40%, white 55%);
  }
  .banner_lp .body {
    position: relative;
    z-index: 2;
    padding: 3rem 1.5rem 0 55%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-width: unset;
    gap: 0.5rem;
  }
  .banner_lp .body .txt {
    min-width: unset;
    width: auto;
    height: auto;
    display: inline-block;
    height: auto;
  }
  .banner_lp .body .txt .en {
    color: #00577e;
    font-size: min(1.2rem, 3vw);
    font-family: "Cardo", serif;
  }
  .banner_lp .body .txt .ja {
    font-size: 1.8rem;
    font-size: min(1.8rem, 4.5vw);
    font-weight: bold;
    line-height: 1.3888888889;
  }
  .banner_lp .arrow_extend {
    position: absolute;
    right: 1.5rem;
    bottom: 1rem;
    font-size: min(1.5rem, 4vw);
    padding-bottom: 0.6em;
    padding-right: 0.8em;
  }
  .banner_lp .arrow_extend::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #00577e;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: width 0.25s ease-in-out;
  }
  .banner_lp .arrow_extend::after {
    content: "";
    width: 1.1rem;
    height: 1px;
    background: #00577e;
    position: absolute;
    bottom: 0;
    right: 0;
    transform: rotate(30deg);
    transform-origin: right top;
    transition: right 0.25s ease-in-out;
  }
  .banner_lp:hover::before {
    opacity: 0.2;
  }
  .banner_lp:hover .arrow_extend::before {
    width: calc(100% + 0.8rem);
  }
  .banner_lp:hover .arrow_extend::after {
    right: -0.8rem;
  }
  .banner_lp.navy {
    background: #00577e;
  }
  .banner_lp.navy .photo::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #00577e;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(0, 87, 126, 0.2) 0, rgba(0, 87, 126, 0.2) 40%, #00577e 55%);
    mix-blend-mode: unset;
  }
}

#mv.type2 + section {
  background: #f0f0f0;
  z-index: 4;
}

.bg_white + .topicpath {
  background: #fff;
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  .bg_white + .topicpath {
    padding-top: unset;
    background: none;
  }
}

.links + .topicpath {
  padding-top: 15rem;
}
@media screen and (max-width: 767px) {
  .links + .topicpath {
    padding-top: unset;
  }
}

.whiteblock {
  background: #fff;
  position: relative;
  z-index: 2;
}
.whiteblock::before {
  content: "";
  width: 50vw;
  height: 100%;
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #fff;
}

.topicpath {
  padding: 1rem 6rem;
}
.topicpath ul {
  display: flex;
}
.topicpath ul li {
  font-size: 1.4em;
  display: inline-block;
}
.topicpath ul li + li::before {
  content: "";
  display: inline-block;
  width: 1.8em;
  height: 0.8em;
  background: url(../images/common/arrow_topicpath.svg) center center no-repeat;
}
@media screen and (max-width: 767px) {
  .topicpath {
    background: none;
    position: absolute;
    top: 7.8rem;
    left: 2rem;
    z-index: 4;
    padding: 0;
  }
  .topicpath ul li {
    font-size: 1rem;
    color: #fff;
  }
  .topicpath ul li + li::before {
    filter: invert(100%) brightness(1000%);
  }
}

#service {
  padding-top: 15rem;
}
#service .photo {
  position: absolute;
  top: -18rem;
  left: calc(100% + 7rem);
  width: 58rem;
  margin-bottom: 2.5rem;
}
#service .body {
  padding: 5rem 0;
  width: 50%;
  position: relative;
  z-index: 2;
}
#service .body::before {
  content: "";
  display: block;
  width: calc(50vw + 14rem);
  height: 100%;
  position: absolute;
  top: 0;
  right: -14rem;
  background: #fff;
  z-index: -1;
}
#service .body h3 {
  font-size: 2.2rem;
  font-weight: 500;
  color: #00577e;
  margin-bottom: 1em;
  line-height: 1.5;
}
#service .h_introduce {
  margin-top: 4rem;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 1em;
}
#service ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
#service ul.list li {
  width: calc(50% - 1.5rem);
  background: #fff;
}
#service ul.list li figure {
  position: static;
  width: 100%;
  height: 26rem;
}
#service ul.list li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#service ul.list li .txt {
  padding: 2.5rem 3rem;
  height: calc(100% - 26rem);
  display: flex;
  flex-direction: column;
}
#service ul.list li .txt .catch {
  color: #00577e;
  font-weight: bold;
}
#service ul.list li .txt .heading {
  margin: 0 0 0.5em;
}
#service ul.list li .txt .heading .en {
  font-family: "Cardo", serif;
  font-size: 3rem;
}
#service ul.list li .txt .heading .ja {
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.4em;
}
#service ul.list li .txt .btn {
  text-align: right;
}
#service ul.list li .txt .btn a {
  width: 20rem;
  min-width: 20rem;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  #service {
    padding-top: 5rem;
  }
  #service .photo {
    position: static;
    margin-top: -13rem;
    width: 30rem;
    width: 100%;
    text-align: right;
  }
  #service .photo img {
    margin-right: -2rem;
    width: 30rem;
  }
  #service .body {
    margin-top: 15rem;
    padding: 1px 0 3rem;
    width: auto;
    position: relative;
    z-index: 2;
  }
  #service .body::before {
    content: "";
    display: block;
    width: 100pc;
    height: 100%;
    position: absolute;
    top: 0;
    right: -14rem;
    background: #fff;
    z-index: -1;
  }
  #service .body h3 {
    margin-top: 2rem;
    font-size: 2.1rem;
  }
  #service ul.list {
    flex-wrap: wrap;
    gap: 3rem;
  }
  #service ul.list li {
    width: 100%;
    background: #fff;
  }
  #service ul.list li figure {
    position: static;
    width: 100%;
    height: 19rem;
  }
  #service ul.list li .txt {
    padding: 2.5rem 2.5rem;
    height: auto;
  }
}

#flow {
  padding: 10rem 0 15rem;
}
#flow.pb0 {
  padding-bottom: 0;
}
#flow ul {
  z-index: 2;
  position: relative;
  padding: 10rem;
}
#flow ul::before {
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background: linear-gradient(135deg, #00577e, #002c3f);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
#flow ul li {
  padding: 1rem 5rem;
  min-height: 14rem;
  width: 100%;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 3rem;
}
#flow ul li + li {
  margin-top: 7rem;
}
#flow ul li + li::before {
  content: "";
  width: 100%;
  height: 7rem;
  display: block;
  background: url(../images/common/arrow_flow.svg) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 2;
}
#flow ul li .num {
  font-size: 5rem;
  font-family: "Cardo", serif;
  color: #557079;
  opacity: 0.5;
}
#flow ul li .main {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#flow ul li .main .heading {
  font-size: 2rem;
  font-weight: bold;
  color: #00577e;
  margin: 0;
}
#flow ul li .main .icon {
  width: 9rem;
  margin: 0;
}
#flow ul li .body {
  width: 35rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 2rem;
}
@media screen and (max-width: 767px) {
  #flow {
    padding: 8rem 0 5rem;
  }
  #flow ul {
    padding: 5rem 0;
  }
  #flow ul::before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: linear-gradient(135deg, #00577e, #002c3f);
    position: absolute;
    z-index: -1;
    top: 0;
    left: -2rem;
  }
  #flow ul li {
    padding: 2rem 2rem 1rem;
    min-height: 10rem;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    gap: 0rem;
  }
  #flow ul li + li {
    margin-top: 5rem;
  }
  #flow ul li + li::before {
    height: 5rem;
    background-size: 5.5rem auto;
  }
  #flow ul li .num {
    font-size: 3.6rem;
    line-height: 0.5;
  }
  #flow ul li .main {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 1rem;
  }
  #flow ul li .main::before {
    content: "";
    display: inline-block;
    width: 7rem;
    height: 1em;
    flex-shrink: 10;
  }
  #flow ul li .main .heading {
    font-size: 1.5rem;
    flex-shrink: 0;
    text-align: center;
  }
  #flow ul li .main .icon {
    flex-shrink: 0;
    width: 7rem;
    margin: 0;
  }
  #flow ul li .body {
    margin-top: 0.5rem;
    width: auto;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 0rem;
    padding-bottom: 0.5rem;
  }
}

nav.links ul {
  margin: auto;
  display: flex;
  max-width: 192rem;
  width: 100%;
  flex-wrap: wrap;
}
nav.links ul li {
  width: 50%;
  height: 30rem;
}
nav.links ul li a {
  height: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
nav.links ul li a figure {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
nav.links ul li a figure img {
  transition: transform 0.25s ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
nav.links ul li a figure::before {
  width: 100%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background: #acacac;
  z-index: 2;
  position: absolute;
  opacity: 0.4;
  mix-blend-mode: multiply;
  transition: opacity 0.25s ease-in-out;
}
nav.links ul li a figure::after {
  width: 60%;
  height: 100%;
  content: "";
  top: 0;
  right: 0;
  background: linear-gradient(110deg, rgba(0, 102, 149, 0) 20%, #002e3e 100%);
  z-index: 3;
  position: absolute;
}
nav.links ul li a .txt {
  min-width: 16.5rem;
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: 4rem;
  right: 3rem;
}
nav.links ul li a .txt .ja {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.5;
}
nav.links ul li a .txt .en {
  font-size: 1.5rem;
}
nav.links ul li a .txt::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width 0.25s ease-in-out;
}
nav.links ul li a .txt::after {
  content: "";
  width: 1.1rem;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(30deg);
  transform-origin: right top;
  transition: right 0.25s ease-in-out;
}
nav.links ul li a:hover figure img {
  transform: scale(1.05);
}
nav.links ul li a:hover figure::before {
  opacity: 0;
}
nav.links ul li a:hover .txt::before {
  width: calc(100% + 0.8rem);
}
nav.links ul li a:hover .txt::after {
  right: -0.8rem;
}
nav.links ul.related li {
  height: 24rem;
}
nav.links ul.related li .txt {
  min-width: 13rem;
  bottom: 3rem;
}
nav.links ul.related li .txt .ja {
  font-family: unset;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  nav.links ul {
    margin: auto;
    display: flex;
    flex-direction: column;
    max-width: 192rem;
    width: 100%;
  }
  nav.links ul li {
    width: 100%;
    height: 22rem;
  }
  nav.links ul li a .txt {
    min-width: 14.5rem;
    bottom: 3rem;
    right: 2rem;
    padding-bottom: 1rem;
  }
  nav.links ul li a .txt .ja {
    font-size: 2.1rem;
  }
  nav.links ul li a .txt .en {
    font-size: 1.3rem;
  }
  nav.links ul.related {
    flex-direction: row;
  }
  nav.links ul.related li {
    width: 100%;
    height: 15rem;
  }
  nav.links ul.related li .txt {
    min-width: unset;
    bottom: 2rem;
  }
  nav.links ul.related li .txt .ja {
    font-size: 1.8rem;
    padding-bottom: 0;
  }
}

nav.related {
  padding: 10rem 0 15rem;
}
nav.related hgroup {
  position: relative;
}
nav.related hgroup h2 {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 500;
  margin-bottom: 5rem;
}
nav.related hgroup h2::after {
  content: "";
  width: 8rem;
  height: 3px;
  background: #00577e;
  display: block;
  margin: 0.7em auto 0;
}
nav.related .btn {
  position: absolute;
  top: 0;
  right: 40px;
}
@media screen and (max-width: 767px) {
  nav.related {
    padding: 8rem 0 10rem;
  }
  nav.related hgroup {
    position: relative;
    text-align: center;
  }
  nav.related hgroup h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
  }
  nav.related hgroup h2::after {
    content: "";
    width: 8rem;
    height: 3px;
    background: #00577e;
    display: block;
    margin: 0.7em auto 0;
  }
  nav.related .btn {
    text-align: center;
    margin-top: 4rem;
    position: static;
    top: 0;
    right: 0;
  }
}

section#system {
  padding-top: 8rem;
}
section#system ul {
  display: flex;
}
section#system ul li {
  width: 50%;
}
section#system ul li:first-child {
  padding-right: 5rem;
  border-right: 1px solid #e3e3e3;
}
section#system ul li:last-child {
  padding-left: 5rem;
}
section#system ul li figure {
  width: 100%;
  height: 16.5rem;
  text-align: center;
}
section#system ul li p {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  section#system {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }
  section#system ul {
    display: flex;
    flex-direction: column;
  }
  section#system ul li {
    width: 100%;
  }
  section#system ul li:first-child {
    padding-right: 0;
    border-bottom: 1px solid #e3e3e3;
    border-right: none;
    padding-bottom: 3rem;
  }
  section#system ul li:last-child {
    padding-left: 0rem;
    padding-top: 1rem;
  }
  section#system ul li figure {
    width: 100%;
    height: 10rem;
  }
  section#system ul li p {
    margin-top: 1rem;
    line-height: 1.5;
  }
}

section.lp {
  padding-top: 8rem;
  padding-bottom: 0rem;
  text-align: center;
}
section.lp .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
section.lp .inner .banner_lp {
  text-align: left;
}

@media screen and (max-width: 767px) {
  section#system + section.lp {
    padding-top: 0;
  }
}
#target {
  padding-top: 10rem;
}
#target + nav.links {
  padding-top: 150px;
}
@media screen and (max-width: 767px) {
  #target + nav.links {
    padding-top: 100px;
  }
}
#target .body {
  padding: 5rem 10rem;
  background: #fff;
  position: relative;
}
#target .body::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  background: #fff;
  left: 100%;
  top: 0;
  position: absolute;
}
#target .body .frame {
  margin-top: 2rem;
  display: flex;
  gap: 2rem;
  width: 100%;
}
#target .body .frame li {
  width: 50%;
  background: linear-gradient(120deg, #00577e, #002c3f);
  padding: 3rem;
  color: #fff;
  justify-content: flex-start;
  align-items: stretch;
}
#target .body .frame li .heading {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: bold;
  margin-bottom: 1em;
}
#target .body .frame li p {
  font-size: 1.5rem;
}
#target .body .frame li .rect {
  border: 1px solid #fff;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 1.5rem;
  padding: 0.1em 0.5em 0.1em;
}
#target .body .frame li .rect + p {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  text-align: center;
  font-weight: 500;
}
#target .body .reason {
  display: block;
  background: #f0f0f0;
  padding: 3rem;
  margin-top: 2rem;
}
#target .body .reason .reason_h {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.8em;
}
#target .body .reason .reason_body ul {
  display: inline-flex;
  gap: 1rem;
  vertical-align: bottom;
  margin-right: 1rem;
}
#target .body .reason .reason_body ul li {
  display: flex;
  height: 6rem;
  width: 22rem;
  background: #00577e;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
#target .body .reason .reason_body .nado {
  font-size: 1.5rem;
  font-weight: bold;
}
#target .body .note {
  margin-top: 0.8em;
}
#target .body ul.check {
  margin-top: 4rem;
}
#target .body ul.check > li {
  display: flex;
  gap: 4rem;
}
#target .body ul.check > li + li {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 2px solid #e3e3e3;
}
#target .body ul.check > li .num {
  width: 7.4rem;
  font-family: "Cardo", serif;
  padding-top: 0.5rem;
}
#target .body ul.check > li .num .en {
  background: #00577e;
  line-height: 2.4rem;
  font-size: 1.5rem;
  color: #fff;
  display: block;
  text-align: center;
  font-family: "Cardo", serif;
}
#target .body ul.check > li .num .num {
  font-size: 7rem;
  color: rgba(85, 112, 121, 0.5);
  line-height: 1.1;
}
#target .body ul.check > li .main {
  width: 100%;
}
#target .body ul.check > li .main .heading {
  font-weight: bold;
  font-size: 2rem;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #target {
    padding-top: 8rem;
  }
  #target .body {
    padding: 3rem 0rem 4rem 2rem;
  }
  #target .body .frame {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  #target .body .frame li {
    width: 100%;
    padding: 2rem 2rem 2.5rem;
    justify-content: flex-start;
    align-items: stretch;
  }
  #target .body .frame li .heading {
    font-size: 1.7rem;
    margin-bottom: 0.5em;
  }
  #target .body .frame li p {
    font-size: 1.5rem;
  }
  #target .body .frame li .rect {
    font-size: 1.7rem;
    margin-bottom: 1.5rem;
    padding: 0.1em 0.5em 0.1em;
  }
  #target .body .frame li .rect + p {
    font-size: 1.7rem;
    line-height: 1.6111111111;
  }
  #target .body .reason {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f0f0f0;
    padding: 3rem;
  }
  #target .body .reason .reason_h {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 0.8em;
    text-align: center;
  }
  #target .body .reason .reason_body {
    display: block;
    margin: 0;
    width: 22rem;
    text-align: center;
  }
  #target .body .reason .reason_body ul {
    margin: auto;
    display: inline-flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 1rem;
    vertical-align: bottom;
    margin: 0;
    width: 22rem;
  }
  #target .body .reason .reason_body ul li {
    display: flex;
    height: 6rem;
    width: 22rem;
    background: #00577e;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 1.6rem;
  }
  #target .body .reason .reason_body .nado {
    display: inline-block;
    margin-top: 0.5em;
    text-align: right;
    width: 100%;
  }
  #target .body .reason .note {
    line-height: 1.3;
    font-size: 1.3rem;
  }
  #target .body ul.check {
    margin-top: 3rem;
  }
  #target .body ul.check > li {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #target .body ul.check > li + li {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 2px solid #e3e3e3;
  }
  #target .body ul.check > li > .num {
    width: auto;
    padding-top: 0rem;
    display: flex;
    align-items: center;
  }
  #target .body ul.check > li > .num .en {
    line-height: 2.1rem;
    font-size: 1.3rem;
    display: inline-block;
    text-align: center;
    padding: 0 0.5em;
    vertical-align: top;
  }
  #target .body ul.check > li > .num .num {
    display: inline-block;
    font-size: 6rem;
    line-height: 0.6;
    margin-left: 2rem;
  }
  #target .body ul.check > li .main {
    width: 100%;
  }
  #target .body ul.check > li .main .heading {
    font-size: 1.8rem;
  }
}

main.office section.office,
main.lawyer section.office {
  margin-top: 10rem;
  padding: 8rem 0 0;
}
main.office section.office:last-of-type,
main.lawyer section.office:last-of-type {
  padding-bottom: 15rem;
}
main.office section.office::after,
main.lawyer section.office::after {
  content: "";
  display: inline-block;
  width: calc(50% + 40rem);
  background: linear-gradient(120deg, #00577e 30%, #002c3f 95%);
  height: 53rem;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
main.office section.office .hg_office,
main.lawyer section.office .hg_office {
  z-index: 2;
  color: #fff;
}
main.office section.office .hg_office .heading,
main.lawyer section.office .hg_office .heading {
  font-size: 3.8rem;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
}
main.office section.office .hg_office .en,
main.lawyer section.office .hg_office .en {
  font-size: 1.6rem;
}
main.office section.office .gallery,
main.lawyer section.office .gallery {
  position: absolute;
  top: 1rem;
  left: 40rem;
  z-index: 5;
  overflow: hidden;
}
main.office section.office .gallery + .hg_office + .data,
main.lawyer section.office .gallery + .hg_office + .data {
  margin-top: 10rem;
}
main.office section.office .gallery::before,
main.lawyer section.office .gallery::before {
  content: "";
  width: 7rem;
  height: calc(100% - 4.5rem);
  display: block;
  background: linear-gradient(90deg, #00577e, rgba(0, 87, 126, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
main.office section.office .gallery::after,
main.lawyer section.office .gallery::after {
  content: "";
  width: 7rem;
  height: 4.5rem;
  display: block;
  background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 32;
}
main.office section.office .gallery ul,
main.lawyer section.office .gallery ul {
  width: 384rem;
  display: flex;
  -webkit-animation: galanim 40s infinite linear;
          animation: galanim 40s infinite linear;
}
main.office section.office .gallery ul li,
main.lawyer section.office .gallery ul li {
  width: 30rem;
  margin-right: 2rem;
}
@-webkit-keyframes galanim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes galanim {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
main.office section.office .data,
main.lawyer section.office .data {
  z-index: 3;
  margin-left: 8rem;
  margin-top: 8rem;
  padding: 10rem;
}
main.office section.office .data table,
main.lawyer section.office .data table {
  width: 100%;
}
main.office section.office .data table th,
main.office section.office .data table td,
main.lawyer section.office .data table th,
main.lawyer section.office .data table td {
  padding: 3.5rem 3rem;
}
main.office section.office .data table th,
main.lawyer section.office .data table th {
  border-top: 2px solid #00577e;
  color: #00577e;
  font-weight: bold;
}
main.office section.office .data table td,
main.lawyer section.office .data table td {
  border-top: 2px solid #e3e3e3;
  font-weight: bold;
  color: #293539;
}
main.office section.office .data table td .name,
main.lawyer section.office .data table td .name {
  display: inline-block;
  margin-right: 5rem;
}
main.office section.office .data table td a.detail,
main.lawyer section.office .data table td a.detail {
  border: 1px solid #00577e;
  color: #00577e;
  width: 15rem;
  height: 3rem;
  display: inline-grid;
  place-content: center;
  font-size: 1.3rem;
  transition: 0.25s ease-in-out;
}
main.office section.office .data table td a.detail:hover,
main.lawyer section.office .data table td a.detail:hover {
  background: #00577e;
  color: #fff;
}
main.office section.office .data table tr:last-child th,
main.lawyer section.office .data table tr:last-child th {
  border-bottom: 2px solid #00577e;
}
main.office section.office .data table tr:last-child td,
main.lawyer section.office .data table tr:last-child td {
  border-bottom: 2px solid #e3e3e3;
}
main.office section.office .data .map,
main.lawyer section.office .data .map {
  width: 100%;
  height: 30rem;
  margin-top: 5rem;
}
main.office section.office .data .map iframe,
main.lawyer section.office .data .map iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  main.office section.office,
main.lawyer section.office {
    margin-top: 6rem;
    padding: 6rem 0 0;
  }
  main.office section.office:last-of-type,
main.lawyer section.office:last-of-type {
    padding-bottom: 10rem;
  }
  main.office section.office::after,
main.lawyer section.office::after {
    content: "";
    width: 35.5rem;
    max-width: calc(100% - 2rem);
    height: 30rem;
  }
  main.office section.office:has(.gallery)::after,
main.lawyer section.office:has(.gallery)::after {
    height: 50rem;
  }
  main.office section.office .hg_office .heading,
main.lawyer section.office .hg_office .heading {
    font-size: 2.8rem;
  }
  main.office section.office .hg_office .en,
main.lawyer section.office .hg_office .en {
    font-size: 1.4rem;
  }
  main.office section.office .gallery,
main.lawyer section.office .gallery {
    position: absolute;
    top: 10rem;
    left: 0rem;
    z-index: 5;
    overflow: hidden;
  }
  main.office section.office .gallery + .hg_office + .data,
main.lawyer section.office .gallery + .hg_office + .data {
    margin-top: 20rem;
    padding-top: 10rem;
  }
  main.office section.office .gallery::before,
main.lawyer section.office .gallery::before {
    display: none;
  }
  main.office section.office .gallery::after,
main.lawyer section.office .gallery::after {
    display: none;
  }
  main.office section.office .gallery ul,
main.lawyer section.office .gallery ul {
    width: 384rem;
    display: flex;
    -webkit-animation: galanim 40s infinite linear;
            animation: galanim 40s infinite linear;
  }
  main.office section.office .gallery ul li,
main.lawyer section.office .gallery ul li {
    width: 30rem;
    margin-right: 2rem;
  }
  main.office section.office .gallery + .data,
main.lawyer section.office .gallery + .data {
    margin-top: 10rem;
  }
  main.office section.office .data,
main.lawyer section.office .data {
    margin-left: 0rem;
    margin-top: 4rem;
    padding: 5rem 0 5rem 2rem;
  }
  main.office section.office .data table th,
main.office section.office .data table td,
main.lawyer section.office .data table th,
main.lawyer section.office .data table td {
    padding: 1.5rem 1rem 2.5rem 0;
  }
  main.office section.office .data table th,
main.lawyer section.office .data table th {
    white-space: nowrap;
    letter-spacing: 0;
  }
  main.office section.office .data table td,
main.lawyer section.office .data table td {
    padding-left: 2rem;
  }
  main.office section.office .data table td .name,
main.lawyer section.office .data table td .name {
    display: inline-block;
    margin-right: 5rem;
  }
  main.office section.office .data table td a.detail,
main.lawyer section.office .data table td a.detail {
    width: 11rem;
    height: 2.3rem;
    place-content: center;
    font-size: 1.3rem;
  }
}

main.lawyer section.office .data {
  padding-right: 0;
}
main.lawyer section.office ul.lawyer {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem 2.5rem;
}
main.lawyer section.office ul.lawyer > li {
  width: 25.5rem;
}
main.lawyer section.office ul.lawyer > li .hg_lawyer {
  padding: 0 1rem;
  margin-top: 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main.lawyer section.office ul.lawyer > li .hg_lawyer .position {
  font-size: 1.4rem;
  font-weight: bold;
  color: #00577e;
  margin-right: 1em;
}
main.lawyer section.office ul.lawyer > li .hg_lawyer .name {
  font-size: 2.2rem;
  font-weight: bold;
}
main.lawyer section.office ul.lawyer > li .spec {
  padding: 1rem;
  border-top: 1px solid #b7b7b7;
  margin-top: 0.8rem;
}
main.lawyer section.office ul.lawyer > li .spec .heading {
  font-size: 1.2rem;
  font-weight: bold;
  color: #00577e;
}
main.lawyer section.office ul.lawyer > li .spec .heading:nth-of-type(n + 2) {
  margin-top: 0.8em;
}
main.lawyer section.office ul.lawyer > li .spec p {
  font-size: 1.5rem;
  line-height: 1.5;
}
main.lawyer section.office ul.lawyer > li .closeup {
  text-align: right;
}
main.lawyer section.office ul.lawyer > li .closeup a {
  font-size: 1.4rem;
  font-weight: 500;
  padding-right: 2rem;
  display: inline-block;
  color: #00577e;
  background: url(../images/common/icon_closeup.svg) right center/1.5rem auto no-repeat;
}
@media screen and (max-width: 767px) {
  main.lawyer section.office .data {
    padding-right: 0;
  }
  main.lawyer section.office ul.lawyer {
    display: flex;
    flex-direction: column;
    gap: 3rem;
  }
  main.lawyer section.office ul.lawyer > li {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #b7b7b7;
    justify-content: stretch;
    align-items: stretch;
    padding-bottom: 5rem;
  }
  main.lawyer section.office ul.lawyer > li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  main.lawyer section.office ul.lawyer > li figure {
    width: 13rem;
  }
  main.lawyer section.office ul.lawyer > li .hg_lawyer {
    padding: 0;
    padding-left: 2rem;
    margin-top: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  main.lawyer section.office ul.lawyer > li .spec {
    padding: 0;
    border-top: none;
    margin-top: 1.2rem;
  }
  main.lawyer section.office ul.lawyer > li .spec .heading {
    font-size: 1.2rem;
    font-weight: bold;
    color: #00577e;
  }
  main.lawyer section.office ul.lawyer > li .spec .heading:nth-of-type(n + 2) {
    margin-top: 0.8em;
  }
  main.lawyer section.office ul.lawyer > li .spec p {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  main.lawyer section.office ul.lawyer > li .closeup {
    text-align: right;
    width: 100%;
    margin-top: 1em;
  }
  main.lawyer section.office ul.lawyer > li .closeup a {
    font-size: 1.4rem;
    font-weight: 500;
    padding-right: 2rem;
    display: inline-block;
    background: url(../images/common/icon_closeup.svg) right center/1.5rem auto no-repeat;
  }
}

.remodal-wrapper {
  background: rgba(0, 44, 63, 0.5);
}
.remodal-wrapper .remodal {
  width: 100rem;
  max-width: 100%;
  padding: 5rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .remodal {
    padding: 5rem 2rem 3rem;
  }
}
.remodal-wrapper .modal_hg {
  margin-bottom: 2rem;
}
.remodal-wrapper .modal_hg .position {
  font-size: 1.6rem;
  font-weight: bold;
  color: #00577e;
  margin-right: 1em;
  display: inline-block;
  vertical-align: middle;
  padding-top: 0.1em;
}
.remodal-wrapper .modal_hg .name {
  vertical-align: middle;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
}
.remodal-wrapper .modal_hg::after {
  margin-top: 2rem;
  content: "";
  width: 5rem;
  height: 2px;
  background: #00577e;
  display: block;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .modal_hg .name {
    display: block;
  }
}
.remodal-wrapper .modal_h {
  font-size: 1.5rem;
  font-weight: bold;
  color: #00577e;
}
.remodal-wrapper .modal_spec {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 3em;
  flex-direction: column;
  gap: 0;
}
.remodal-wrapper .modal_spec h3 {
  margin: 0;
  white-space: nowrap;
}
.remodal-wrapper .modal_spec dl {
  margin: 0;
}
.remodal-wrapper .modal_spec div {
  margin: 0;
  display: flex;
  margin-top: 0.5em;
}
.remodal-wrapper .modal_spec div dt,
.remodal-wrapper .modal_spec div dd {
  line-height: 1.7;
  margin: 0;
}
.remodal-wrapper .modal_spec div dt {
  width: 5em;
  flex-grow: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .modal_spec div {
    display: flex;
    flex-direction: column;
  }
  .remodal-wrapper .modal_spec div dt {
    width: unset;
  }
}
.remodal-wrapper .modal_field {
  background: #f0f0f0;
  padding: 2.5rem 3.5rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .modal_field {
    padding: 2.5rem 2rem;
  }
}
.remodal-wrapper .remodal-cancel {
  width: 10rem;
  aspect-ratio: 1/1;
  background: #00577e;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.9rem;
}
.remodal-wrapper .remodal-cancel::after {
  background: linear-gradient(90deg, #00577e, #002c3f);
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.3s;
}
.remodal-wrapper .remodal-cancel span {
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  left: 32%;
  width: 40%;
  transform: rotate(27deg);
  transform-origin: center center;
  transition: transform 0.2s 0.2s, top 0.2s 0s;
  top: calc(50% - 1.5px);
}
.remodal-wrapper .remodal-cancel span:nth-child(2) {
  top: calc(50% - 1.5px);
  transform: rotate(-27deg);
}
.remodal-wrapper .remodal-cancel:hover::after {
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .remodal-wrapper .remodal-cancel {
    position: fixed !important;
    min-width: unset;
    width: 6rem;
  }
  .remodal-wrapper .remodal-cancel span {
    height: 2px;
  }
}

main.privacy .security_body {
  max-width: 800px;
  margin: auto;
}
main.privacy .security_body a {
  color: #144a5e;
  font-weight: bold;
  text-decoration: underline;
}
main.privacy .security_body p,
main.privacy .security_body ul,
main.privacy .security_body li {
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
main.privacy .security_body * + p {
  margin-top: 1.8em;
}
main.privacy .security_body h4 {
  margin-top: 3em;
  margin-bottom: 1em;
  font-size: 16px;
}
main.privacy .security_body h4 .note {
  font-size: 15px;
  font-weight: 400;
  display: inline-block;
}
main.privacy .security_body ul {
  margin-top: 1em;
}
main.privacy .security_body ul.redleft li {
  display: flex;
}
main.privacy .security_body ul.redleft li + li {
  margin-top: 0.5em;
}
main.privacy .security_body ul.redleft li strong {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  main.privacy .security_body ul.redleft li {
    flex-direction: column;
  }
}
main.privacy .security_body ul.number {
  margin: 1.8em auto;
}
main.privacy .security_body ul.number li {
  padding-left: 1.2em;
  text-indent: -1.2em;
}
main.privacy .security_body ul.number li + li {
  margin-top: 0.8em;
}
main.privacy .security_body ul.number li p.strong {
  font-weight: bold;
  margin-top: 2em;
}
main.privacy .security_body ul.number li p.noindent {
  padding-left: 0;
  text-indent: 0;
}
main.privacy .security_body .h_small {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 3em;
  margin-bottom: 1em;
}
main.privacy .security_body figure.darken {
  mix-blend-mode: darken;
}
main.privacy > section {
  padding-top: 10rem;
}
main.privacy > section:last-of-type {
  margin-bottom: 12rem;
}
main.privacy section#lead {
  padding-top: 8rem;
}
main.privacy section .inner_inner.bordertop {
  padding-top: 120px;
  border-top: 1px solid #b9b9b9;
}
main.privacy .h_num {
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: 500;
}
main.privacy .h_num span {
  display: inline-block;
  width: 1.5em;
  margin-left: -1.5em;
}
main.privacy h4 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.privacy > section {
    padding-top: 10rem;
  }
  main.privacy > section:last-of-type {
    margin-bottom: 8rem;
  }
  main.privacy section#lead {
    padding-top: 6rem;
  }
}

/*--------------------------------------
サイトマップ
--------------------------------------*/
main.sitemap #sitemap {
  padding: 8rem 0 15rem;
}
main.sitemap #sitemap .inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 10rem;
}
main.sitemap #sitemap .inner ul,
main.sitemap #sitemap .inner li {
  margin: 0;
}
main.sitemap #sitemap .lv1 > li + li {
  margin-top: 0.3em;
}
main.sitemap #sitemap .lv1 > li > a {
  font-size: 2rem;
  font-weight: bold;
  color: #00577e;
}
main.sitemap #sitemap .lv1 > li > a:hover {
  text-decoration: underline;
}
main.sitemap #sitemap .lv1 > li.small {
  margin-top: 0.5rem;
}
main.sitemap #sitemap .lv1 > li.small.first {
  margin-top: 4rem;
}
main.sitemap #sitemap .lv1 > li.small a {
  color: unset;
  font-size: 1.5rem;
  font-weight: 500;
}
main.sitemap #sitemap .lv1 > li.small a:hover {
  text-decoration: underline;
}
main.sitemap #sitemap .lv1 .service {
  margin-top: 3rem;
}
main.sitemap #sitemap .lv1 .service .lv2 {
  background: rgba(255, 255, 255, 0.4);
  margin-top: 1rem;
  padding: 3rem 4rem;
}
main.sitemap #sitemap .lv1 .service .lv2 > li + li {
  border-top: 2px solid rgba(41, 53, 57, 0.3);
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
main.sitemap #sitemap .lv1 .service .lv2 > li > a {
  font-size: 1.8rem;
  font-weight: bold;
  color: #00577e;
}
main.sitemap #sitemap .lv1 .service .lv2 > li > a:hover {
  text-decoration: underline;
}
main.sitemap #sitemap .lv1 .service .lv2 > li .flex {
  display: flex;
  gap: 6rem;
}
main.sitemap #sitemap .lv1 .service .lv2 > li .lv3 {
  margin-top: 0.4em;
  padding-left: 2.4rem;
}
main.sitemap #sitemap .lv1 .service .lv2 > li .lv3 li {
  margin-top: 0;
  font-size: 1.5rem;
  font-weight: 500;
}
main.sitemap #sitemap .lv1 .service .lv2 > li .lv3 li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  main.sitemap #sitemap {
    padding: 5rem 0 10rem;
  }
  main.sitemap #sitemap .inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4rem;
  }
  main.sitemap #sitemap .lv1 > li + li {
    margin-top: 0.3em;
  }
  main.sitemap #sitemap .lv1 > li > a {
    font-size: 1.8rem;
  }
  main.sitemap #sitemap .lv1 .service {
    margin-top: 3rem;
  }
  main.sitemap #sitemap .lv1 .service .lv2 {
    padding: 2rem 2rem;
  }
  main.sitemap #sitemap .lv1 .service .lv2 > li > a {
    font-size: 1.6rem;
  }
  main.sitemap #sitemap .lv1 .service .lv2 > li .flex {
    display: flex;
    flex-wrap: wrap;
    gap: 0 6rem;
  }
  main.sitemap #sitemap .lv1 .service .lv2 > li .lv3 {
    margin-top: 0.4em;
    padding-left: 2.4rem;
  }
  main.sitemap #sitemap .lv1 .service .lv2 > li .lv3 li {
    margin-top: 0;
    font-size: 1.5rem;
    font-weight: 500;
  }
}

/*--------------------------------------
新着情報一覧
--------------------------------------*/
main.news.top section.news {
  padding: 10rem 0 15rem;
}
@media screen and (max-width: 767px) {
  main.news.top section.news {
    padding: 4rem 0 10rem;
  }
}
main.news.top .news_list li a {
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 1rem;
  background: url(../images/common/arrow_pager.svg) calc(100% - 2rem) center no-repeat;
  background-size: 0.9rem auto;
  transition: background-position 0.25s ease-in-out, border-color 0.25s ease-in-out;
  padding-right: 5rem;
}
main.news.top .news_list li a:hover {
  background-position: calc(100% - 1rem) center;
  border-color: #00577e;
}
main.news.top .news_list li .date {
  width: 12rem;
  font-size: 1.4rem;
  font-family: "Cardo", serif;
  font-weight: bold;
  color: #00577e;
  padding-top: 0.3em;
  padding-left: 1rem;
}
main.news.top .news_list li .main {
  width: calc(100% - 12rem);
  padding-top: 0 !important;
  margin-top: 0 !important;
}
@media screen and (max-width: 767px) {
  main.news.top .news_list li a {
    flex-direction: column;
    padding: 2rem 0;
  }
  main.news.top .news_list li .date {
    padding-left: 0;
  }
  main.news.top .news_list li .main {
    width: calc(100% - 4rem);
  }
}

.pager {
  margin-top: 80px;
}
@media (max-width: 767.98px) {
  .pager {
    margin-top: 40px;
  }
}
.pager ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 30rem;
  max-width: 100%;
  margin: auto;
}
.pager ul li {
  font-size: 0;
}
.pager ul li.prev {
  left: auto;
  top: auto;
  transition: transform 0.3s;
  position: relative;
}
.pager ul li.prev:not(.off):hover {
  transform: translateX(-20%);
}
.pager ul li.next {
  transition: transform 0.3s;
}
.pager ul li.next:not(.off):hover {
  transform: translateX(20%);
}
.pager ul .off {
  opacity: 0;
}
.pager ul li.pagenum {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  gap: 1.5rem;
}
.pager ul li.pagenum .line {
  width: 1px;
  height: 20px;
  background: #7d8b91;
  display: inline-block;
  transform: rotate(45deg);
  margin: auto 15px;
}
@media screen and (max-width: 767px) {
  .pager ul li.prev {
    transform: scale(0.8);
    transform-origin: left center;
  }
  .pager ul li.next {
    transform: scale(0.8);
    transform-origin: right center;
  }
}

/*--------------------------------------
お問い合わせ
--------------------------------------*/
.essential {
  vertical-align: middle;
  padding: 3px 6px;
  display: inline-block;
  background: #c13535;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

main.contact section#lead {
  padding: 80px 0;
}
main.contact section#lead p {
  width: 800px;
  max-width: 100%;
  font-size: 15px;
}
main.contact section#lead p + p {
  margin-top: 1em;
}
main.contact.thanks section#lead {
  padding-bottom: 100px;
}
main.contact section#method {
  position: relative;
  z-index: 6;
}
main.contact section#method ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
main.contact section#method ul li {
  width: 50%;
  background: #fff;
  height: 18rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}
main.contact section#method ul li h2 {
  display: flex;
  gap: 1rem;
  margin: 0;
}
main.contact section#method ul li h2 .icon img {
  width: 3.5rem;
}
main.contact section#method ul li h2 .txt {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}
main.contact section#method ul li:nth-child(1)::after {
  content: "";
  display: block;
  width: 1px;
  height: 8rem;
  background: #144a5e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateY(50%);
}
main.contact section#method ul li:nth-child(2) {
  background: linear-gradient(1100deg, #00577e 45%, #002c3f 90%);
  color: #fff;
  height: 17rem;
}
main.contact section#method ul li:nth-child(2) h2 .icon {
  filter: invert(200%) grayscale(200%) brightness(200%);
  width: 3rem;
}
main.contact section#method ul li:nth-child(2) h2 .txt {
  top: -0.2em;
}
main.contact section#method ul li:nth-child(2) .tel {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 0.1em;
  line-height: 1;
}
main.contact section#method ul li:nth-child(2) .note {
  font-size: 1.4rem;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  main.contact section#method ul {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 10px;
  }
  main.contact section#method ul li {
    width: 100%;
    height: 10rem;
  }
  main.contact section#method ul li:nth-child(1)::after {
    display: none;
  }
  main.contact section#method ul li:nth-child(2) {
    background: linear-gradient(1100deg, #00577e 45%, #002c3f 90%);
    color: #fff;
    height: 14rem;
  }
  main.contact section#method ul li:nth-child(2) h2 .icon {
    filter: invert(200%) grayscale(200%) brightness(200%);
    width: 3rem;
  }
  main.contact section#method ul li:nth-child(2) h2 .txt {
    top: -0.2em;
  }
  main.contact section#method ul li:nth-child(2) .tel {
    font-size: 3.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 0.1em;
    line-height: 1;
  }
  main.contact section#method ul li:nth-child(2) .note {
    font-size: 1.4rem;
    margin-top: 0.5em;
  }
}
main.contact section.contact {
  padding-bottom: 150px;
}
main.contact section.contact .inner {
  max-width: 1000px;
  padding: 100px 80px 100px;
  background: #fff;
}
main.contact section.contact .inner::before {
  content: "";
  width: 50vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  right: 100%;
}
main.contact table.inputform {
  width: 100%;
  max-width: 80rem;
}
main.contact form.custom-wpcf7c-confirmed table.inputform {
  width: 100%;
}
main.contact form.custom-wpcf7c-confirmed table.inputform tr td input,
main.contact form.custom-wpcf7c-confirmed table.inputform tr td select,
main.contact form.custom-wpcf7c-confirmed table.inputform tr td textarea {
  box-shadow: 0 0 0px 999px #fff inset;
  border-radius: 0;
}
main.contact table.inputform {
  border: none;
  margin: auto;
}
main.contact table.inputform tr {
  border: none;
}
main.contact table.inputform tr th {
  padding: 20px 0;
  background: none;
  border: none;
  text-align: left;
  width: 250px;
  vertical-align: top;
}
main.contact table.inputform tr th .txt {
  display: inline-block;
  min-width: 130px;
  font-size: 15px;
  font-weight: bold;
  color: #292929;
  line-height: 1;
  vertical-align: middle;
}
main.contact.bonds main.contact table.inputform tr th .txt {
  min-width: 300px;
}
main.contact table.inputform tr th .essential {
  vertical-align: middle;
}
main.contact table.inputform tr td {
  padding: 15px 0;
  border: none;
  width: calc(100% - 250px);
  vertical-align: middle;
  position: relative;
}
main.contact table.inputform tr td .wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  top: auto !important;
  left: 0;
  padding-top: 0px;
  font-size: 1.3rem;
  color: #9d2a31;
}
main.contact table.inputform tr td input,
main.contact table.inputform tr td span.input {
  display: inline-block;
  border: none;
  font-size: 1.5rem;
  outline: 0;
  padding: 9px 15px 11px 15px;
  border: 1px solid #ccc;
  width: 100%;
  color: #303339 !important;
  border-radius: 4px;
}
main.contact table.inputform tr td select {
  min-width: 300px;
  position: relative;
  font-size: 1.5rem;
  padding: 9px 85px 11px 15px;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/common/select.png) center right no-repeat;
  background-size: 5.2rem 5.2rem;
  border-radius: 4px;
}
@-webkit-keyframes onAutoFillStart {}
@keyframes onAutoFillStart {}
main.contact table.inputform tr td textarea {
  padding: 9px 15px 11px 15px;
  display: inline-block;
  font-size: 1.5rem;
  border: 1px solid #ccc;
  outline: 0;
  vertical-align: top;
  width: 100%;
  max-width: 100%;
  height: 21rem;
  color: #303339;
  line-height: 2.125;
  border-radius: 4px;
  font-weight: normal;
}
main.contact table.inputform tr td input::-moz-placeholder, main.contact table.inputform tr td textarea::-moz-placeholder {
  color: #a3a3a3;
  font-weight: normal;
}
main.contact table.inputform tr td input::placeholder,
main.contact table.inputform tr td textarea::placeholder {
  color: #a3a3a3;
  font-weight: normal;
}
main.contact table.inputform tr td.zip .mark {
  display: inline-block;
  width: 30px;
}
main.contact table.inputform tr td.zip input {
  width: 270px;
}
main.contact .wpcf7-response-output {
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  border: none !important;
  color: #9d2a31;
}
main.contact .privacy {
  margin-top: 4rem;
  text-align: center;
  font-size: 1.5rem;
}
main.contact .privacy a {
  font-weight: bold;
  color: #144a5e;
}
main.contact .check_wrap {
  margin-top: 30px;
  padding-left: 250px;
}
main.contact .check_wrap a {
  color: #9d2a31;
}
main.contact .check_wrap label {
  padding-left: 10px;
  display: flex;
  gap: 10px;
  font-size: 1.5rem;
  cursor: pointer;
}
main.contact .check_wrap input[type=checkbox] {
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid #ccc;
  border-radius: 2px;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
main.contact .sbmt_btn {
  margin-top: 50px;
  text-align: center;
}
main.contact .sbmt_btn .btn_reg {
  width: 38rem;
  max-width: 100%;
  height: 8rem;
}
main.contact .sbmt_btn .btn_reg:has(input:disabled) {
  opacity: 0.2;
  pointer-events: none;
}
main.contact .sbmt_btn .btn_reg_inner {
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  padding-right: 2rem;
}
main.contact .sbmt_btn input {
  font-size: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main.contact .sbmt_btn input:disabled {
  pointer-events: none;
}
main.contact .sbmt_btn input:not(:disabled) {
  cursor: pointer;
}
main.contact .sbmt_btn .ajax-loader,
main.contact .sbmt_btn br {
  display: none;
}
main.contact .sbmt_btn .back {
  font-size: 15px;
  color: #00577e;
  margin-top: 50px;
  display: inline-block;
  border-bottom: 1px solid #00577e;
  transition: border-color 0.3s;
  position: relative;
}
main.contact .sbmt_btn .back:hover {
  border-bottom-color: rgba(0, 87, 126, 0);
}
@media screen and (max-width: 767px) {
  main.contact section#lead {
    padding-bottom: 30px;
  }
  main.contact.thanks section#lead {
    padding-bottom: 60px;
  }
  main.contact section.contact {
    padding-top: 1;
    padding-bottom: 0;
  }
  main.contact section.contact .inner {
    padding: 50px 25px 100px;
  }
  main.contact table.inputform {
    margin: auto;
    display: block;
  }
  main.contact table.inputform tbody {
    width: 100%;
  }
  main.contact table.inputform tr {
    width: calc(100vw - 50px);
    display: block;
  }
  main.contact table.inputform tr th {
    display: block;
    padding: 25px 0 0;
    background: none;
    border: none;
    text-align: left;
    width: 100%;
  }
  main.contact table.inputform tr th .txt {
    display: inline-block;
    min-width: 130px;
    font-size: 15px;
    font-weight: bold;
    color: #292929;
    line-height: 1;
    vertical-align: middle;
  }
  main.contact table.inputform tr th .essential {
    vertical-align: middle;
    padding: 3px 6px;
    display: inline-block;
    background: #9d2a31;
    color: #fff;
    font-size: 10px;
    line-height: 1;
  }
  main.contact table.inputform tr td {
    padding: 10px 0 25px;
    width: 100%;
    display: block;
  }
  main.contact table.inputform tr td input,
main.contact table.inputform tr td span.input {
    display: inline-block;
    border: none;
    font-size: 16px;
    padding: 12px 20px;
    outline: 0;
    padding: 15px 20px 15px 15px;
    border: 1px solid #ccc;
    width: 100%;
    color: #303339 !important;
    border-radius: 4px;
  }
  main.contact table.inputform tr td select {
    min-width: 10px;
    width: 100%;
    position: relative;
    font-size: 16px;
    padding: 15px 30px 15px 15px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/common//select_sp.png) center right no-repeat;
    background-size: auto 100%;
    border-radius: 4px;
  }
  main.contact table.inputform tr td textarea {
    display: inline-block;
    font-size: 16px;
    padding: 15px 20px 15px 15px;
    border: 1px solid #ccc;
    outline: 0;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    height: 185px;
    color: #303339;
    line-height: 2.125;
    border-radius: 4px;
    font-weight: normal;
  }
  main.contact table.inputform tr td input::-moz-placeholder, main.contact table.inputform tr td textarea::-moz-placeholder {
    color: #a3a3a3;
    font-weight: normal;
  }
  main.contact table.inputform tr td input::placeholder,
main.contact table.inputform tr td textarea::placeholder {
    color: #a3a3a3;
    font-weight: normal;
  }
  main.contact table.inputform tr td.zip .mark {
    display: inline-block;
    width: 30px;
  }
  main.contact table.inputform tr td.zip input {
    width: calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  main.contact .check_wrap {
    margin-top: 30px;
    padding-left: 0px;
    text-align: center;
  }
  main.contact .check_wrap a {
    color: #9d2a31;
  }
  main.contact .check_wrap label {
    padding-left: 10px;
  }
  main.contact .sbmt_btn {
    margin-top: 20px;
    text-align: center;
  }
  main.contact .sbmt_btn button {
    cursor: pointer;
  }
}

main.contact.thanks #lead h3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #144a5e;
}
main.contact.thanks #lead p {
  margin-top: 2em;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  main.contact.thanks #lead h3 {
    font-size: 2.4rem;
  }
  main.contact.thanks #lead p {
    text-align: left;
    font-size: 1.5rem;
  }
}

.pager_btn {
  display: inline-block;
  width: 4rem;
  height: 4rem;
  background: url(../images/common/arrow_pager.svg) center center no-repeat;
}
.pager_btn.back {
  transform: rotate(180deg);
}

.event-finished-label {
  color: rgba(157, 42, 49, 0.9) !important;
  font-weight: normal !important;
  display: inline-block;
  font-size: 75%;
  margin-left: 1em;
  border: 1px solid rgba(157, 42, 49, 0.3);
  padding: 0 0.5em;
}

.wpcf7c-conf {
  background: none !important;
  border: none !important;
}

/*--------------------------------------
お知らせ
--------------------------------------*/
main.news.single section.news {
  padding: 8rem 0 15rem;
  margin-top: auto;
  background: #f1f1f1;
}
main.news.single section.news .inner {
  padding: 10rem 16rem 10rem;
  background: #fff;
  position: relative;
}
main.news.single section.news .inner::before {
  content: "aa";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
}
main.news.single section.news .inner .totop {
  text-align: center;
  margin-top: 100px;
}
main.news.single section.news .inner img.aligncenter {
  display: block;
  margin: 30px auto 20px;
}
main.news.single section.news .inner .date {
  font-size: 1.5rem;
  margin: auto;
  font-family: "Cardo", serif;
}
main.news.single section.news .inner .news_ttl {
  font-size: 3.4rem;
  color: #00577e;
  font-weight: bold;
  margin-top: 1.5rem;
  line-height: 1.3823529412;
  font-family: "Zen Old Mincho", serif;
}
main.news.single section.news .inner .maintxt {
  margin-top: 80px;
}
main.news.single section.news .inner .maintxt p {
  margin-top: 1em;
  line-height: 1.875;
}
main.news.single section.news .inner .maintxt h1 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 28px;
}
main.news.single section.news .inner .maintxt h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 24px;
}
main.news.single section.news .inner .maintxt h3 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 21px;
}
main.news.single section.news .inner .maintxt h4 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 18px;
}
main.news.single section.news .inner .maintxt h5 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-weight: bold;
  font-size: 15px;
}
main.news.single section.news .inner .maintxt h6 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 14px;
  font-weight: bold;
}
main.news.single section.news .inner .maintxt pre {
  margin-top: 1em;
  margin-bottom: 1em;
  max-width: 100%;
  white-space: pre-wrap;
  line-height: 1.875;
}
main.news.single section.news .inner .maintxt a {
  color: #9d2a31;
}
main.news.single section.news .inner .maintxt hr {
  margin: 4em auto;
  border: 1px solid #e3e3e3;
}
main.news.single section.news .inner .maintxt blockquote {
  margin: 1.5em auto;
  padding: 1em 1.5em;
  border: 1px solid #f1f1f1;
}
main.news.single section.news .inner .maintxt blockquote *:first-child {
  margin-top: 0;
}
main.news.single section.news .btn_wrapper {
  margin-top: 10rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.news.single section.news {
    padding: 5rem 0 10rem;
    margin-top: auto;
    background: #f1f1f1;
    padding-right: 2rem;
  }
  main.news.single section.news .inner {
    padding: 50px 25px 0;
  }
  main.news.single section.news .inner .totop {
    text-align: center;
    margin-top: 80px;
  }
  main.news.single section.news .inner img.aligncenter {
    display: block;
    margin: 30px auto 20px;
  }
  main.news.single section.news .inner .date {
    font-size: 1.5rem;
  }
  main.news.single section.news .inner .news_ttl {
    font-size: 2.8rem;
  }
  main.news.single section.news .inner .maintxt {
    margin-top: 50px;
  }
  main.news.single section.news .inner .maintxt p {
    margin-top: 1em;
    line-height: 1.875;
  }
  main.news.single section.news .inner .maintxt h1 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 26px;
  }
  main.news.single section.news .inner .maintxt h2 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 23px;
  }
  main.news.single section.news .inner .maintxt h3 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 20px;
  }
  main.news.single section.news .inner .maintxt h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 17px;
  }
  main.news.single section.news .inner .maintxt h5 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: bold;
    font-size: 15px;
  }
  main.news.single section.news .inner .maintxt h6 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-size: 14px;
    font-weight: bold;
  }
  main.news.single section.news .inner .maintxt pre {
    margin-top: 1em;
    margin-bottom: 1em;
    max-width: 100%;
    white-space: pre-wrap;
    line-height: 1.875;
  }
  main.news.single section.news .inner .maintxt a {
    color: #9d2a31;
  }
  main.news.single section.news .inner .maintxt hr {
    margin: 4em auto;
    opacity: 0.5;
  }
  main.news.single section.news .inner .maintxt blockquote {
    margin: 1.5em auto;
    padding: 1em 1.5em;
    border: 1px solid #f1f1f1;
  }
  main.news.single section.news .inner .maintxt blockquote *:first-child {
    margin-top: 0;
  }
  main.news.single .btn_wrapper {
    margin-top: 4rem;
  }
}

/*--------------------------------------
コラム
--------------------------------------*/
main.column {
  padding-bottom: 20rem;
}
main.column .contents {
  color: #293539;
  display: flex;
  align-items: flex-start;
  gap: 5rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  main.column .contents {
    display: block;
    padding: 0 25px;
  }
}
main.column article.article {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  width: calc(50% + 21.6rem);
  background: #fff;
  padding: 10rem 10rem 10rem 1rem;
}
main.column article.article .article_inner {
  width: 67rem;
}
main.column article.article .hgroup {
  margin-bottom: 30px;
}
main.column article.article .hgroup .tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 10px;
}
main.column article.article .hgroup .tag .img {
  width: 25px;
}
main.column article.article .hgroup .tag ul {
  margin: 1rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
}
main.column article.article .hgroup .tag ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 95px;
  height: 2.4rem;
  padding: 0px 5px;
  border: 1px solid #557079;
  color: #557079;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
main.column article.article .hgroup .tag ul li a:hover {
  opacity: 0.7;
}
main.column article.article .hgroup .spec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
main.column article.article .hgroup .spec .category {
  background: #00577e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 8px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 126px;
}
main.column article.article .hgroup .spec .date {
  color: #293539;
  font-size: 1.5rem;
  font-family: "Cardo", serif;
  margin: 0 0 0 10px;
  padding: 0;
}
main.column article.article .hgroup .column_ttl {
  font-size: 3.4rem;
  line-height: 1.3823529412;
  color: #00577e;
  margin-top: 1rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
}
main.column article.article .outline {
  background: #f8f8f8;
  margin-top: 4rem;
  padding: 3rem;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
main.column article.article .mainimg {
  margin-top: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.column article.article {
    display: block;
    width: auto;
    padding: 5rem 2rem 5rem 0;
    position: relative;
  }
  main.column article.article::before {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 100%;
  }
  main.column article.article .article_inner {
    width: auto;
  }
  main.column article.article .hgroup {
    margin-bottom: 30px;
  }
  main.column article.article .hgroup .tag {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
    margin-top: 10px;
  }
  main.column article.article .hgroup .tag .img {
    width: 25px;
  }
  main.column article.article .hgroup .tag ul {
    width: calc(100% - 25px);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  main.column article.article .hgroup .tag ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 95px;
    height: 2.4rem;
    padding: 2px 5px;
    font-size: 1.2rem;
    transition: opacity 0.3s;
  }
  main.column article.article .hgroup .tag ul li a:hover {
    opacity: 0.7;
  }
  main.column article.article .hgroup .spec {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  main.column article.article .hgroup .spec .category {
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 126px;
  }
  main.column article.article .hgroup .spec .date {
    font-size: 1.3rem;
    margin: 0 0 0 10px;
    padding: 0;
  }
  main.column article.article .hgroup .column_ttl {
    font-size: 21px;
  }
}
main.column article.article .outline {
  margin-top: 3rem;
  padding: 1.5rem;
  font-size: 1.5rem;
}
main.column article.article .maintxt {
  margin-top: 45px;
}
main.column article.article .maintxt h2,
main.column article.article .maintxt h1 {
  position: relative;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: bold;
  margin-top: 7rem;
  margin-bottom: 3.5rem;
  color: #00577e;
}
@media screen and (max-width: 767px) {
  main.column article.article .maintxt h2,
main.column article.article .maintxt h1 {
    font-size: 17px;
  }
}
main.column article.article .maintxt p {
  font-size: 15px;
  line-height: 1.6666666667;
  margin-top: 1em;
  margin-bottom: 1em;
}
main.column article.article .maintxt p:first-child {
  margin-top: 0;
}
main.column article.article .maintxt p:last-child {
  margin-bottom: 0;
}
main.column article.article .maintxt h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  margin-top: 4rem;
  margin-bottom: 243m;
  font-weight: bold;
  border: none;
  padding: 0 0 1rem;
  border-bottom: 2px solid #e3e3e3;
  position: relative;
  margin-bottom: 2rem;
}
main.column article.article .maintxt h3::after {
  content: "";
  display: block;
  width: 10rem;
  height: 2px;
  background: #00577e;
  position: absolute;
  bottom: -2px;
  left: 0;
}
@media screen and (max-width: 767px) {
  main.column article.article .maintxt h3 {
    font-size: 1.8rem;
    padding-bottom: 0.7rem;
  }
}
main.column article.article .maintxt h4,
main.column article.article .maintxt h5,
main.column article.article .maintxt h6 {
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
}
main.column article.article .maintxt h4::before, main.column article.article .maintxt h4::after,
main.column article.article .maintxt h5::before,
main.column article.article .maintxt h5::after,
main.column article.article .maintxt h6::before,
main.column article.article .maintxt h6::after {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  width: 0.5em;
  height: 2px;
  background: #00577e;
  transform: rotate(45deg);
  transform-origin: right center;
}
main.column article.article .maintxt h4::after,
main.column article.article .maintxt h5::after,
main.column article.article .maintxt h6::after {
  transform: rotate(-45deg);
}
main.column article.article .maintxt h5 {
  font-size: 14px;
}
main.column article.article .maintxt h6 {
  font-size: 13px;
}
main.column article.article .maintxt a {
  color: #00577e;
}
main.column article.article .maintxt a:hover {
  text-decoration: underline;
}
main.column article.article .maintxt hr {
  margin: 35px auto;
  height: 1px;
  opacity: 0.8;
}
main.column article.article .maintxt img.aligncenter {
  display: block;
  margin: auto;
}
main.column article.article .maintxt img.alignright {
  float: right;
  margin-left: 20px;
}
main.column article.article .maintxt img.alignleft {
  float: left;
  margin-right: 20px;
}
main.column article.article .maintxt blockquote {
  clear: both;
  padding: 2rem 3rem 2rem;
  position: relative;
  margin: 4rem auto;
  border: 1px solid #b7b7b7;
}
@media screen and (max-width: 767px) {
  main.column article.article .maintxt blockquote {
    margin: 3rem auto;
    padding: 1.5rem;
  }
}
main.column article.article .maintxt ul li {
  padding-left: 1em;
}
main.column article.article .maintxt ul li + li {
  margin-top: 0.2em;
}
main.column article.article .maintxt ul li::before {
  content: "･";
  display: inline-block;
  text-align: left;
  width: 1em;
  margin-left: -1em;
  color: #00577e;
  font-weight: ９00;
}
main.column article.article .maintxt ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
main.column article.article .maintxt ol li {
  position: relative;
  padding-left: 1.5em;
}
main.column article.article .maintxt ol li:before {
  transform: scale(0.8);
  transform-origin: left 30%;
  margin-left: -1.5em;
  margin-right: 0em;
  width: 1.5em;
  height: 1.5em;
  counter-increment: item;
  content: counter(item);
  color: #fff;
  background: #00577e;
  display: inline-grid;
  place-content: center;
  padding: 0;
  padding-bottom: 0.1em;
  border-radius: 50%;
  text-align: center;
}
main.column article.article .maintxt .table_wrapper {
  overflow: auto;
}
main.column article.article .maintxt table {
  margin: 3rem 0;
  width: 100%;
}
main.column article.article .maintxt table tr:nth-of-type(odd) {
  background: #f8f8f8;
}
main.column article.article .maintxt table td,
main.column article.article .maintxt table th {
  border-bottom: 1px solid #e3e3e3;
  padding: 1.5rem;
  line-height: 1.5;
}
main.column article.article .maintxt table th {
  color: #00577e;
  font-weight: bold;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  main.column article.article .maintxt table th,
main.column article.article .maintxt table td {
    padding: 1rem;
  }
}
main.column article.article .maintxt .wp-caption {
  margin: 75px auto;
  display: block;
  max-width: 100%;
}
main.column article.article .maintxt .wp-caption img {
  max-width: 100%;
}
main.column article.article .maintxt .wp-caption p.wp-caption-text {
  margin: 8px auto auto !important;
  font-size: 13px;
  line-height: 1.7;
}
main.column article.article .lp_banner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
main.column article.article .sv {
  margin-top: 8rem;
  border: 2px solid #f0f0f0;
  padding: 2rem;
  position: relative;
}
main.column article.article .sv h4 {
  position: absolute;
  background: #f0f0f0;
  top: 0;
  left: 0;
  font-size: 1.4rem;
  line-height: 3.2rem;
  font-weight: bold;
  width: 22rem;
  text-align: center;
}
main.column article.article .sv .body {
  margin-top: 15px;
  display: flex;
  flex-direction: row;
  justify-content: stretch;
  align-items: stretch;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  main.column article.article .sv .body {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
main.column article.article .sv .body figure {
  width: 14rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-family: "Lexend Giga", sans-serif;
}
main.column article.article .sv .body figure img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  main.column article.article .sv .body figure {
    margin: 3rem auto 0;
  }
}
main.column article.article .sv .body .txt {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  main.column article.article .sv .body .txt {
    margin-top: 1.5rem;
  }
}
main.column article.article .sv .body .txt .heading {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  flex-wrap: wrap;
}
main.column article.article .sv .body .txt .heading .position {
  color: #00577e;
  font-size: 1.4rem;
  padding-top: 0.2em;
  margin: 0;
}
main.column article.article .sv .body .txt .heading .name {
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
main.column article.article .sv .body .txt .honbun {
  font-size: 1.4rem;
  line-height: 1.5714285714;
  margin-top: 10px;
}
main.column article.article .sv .body .txt .honbun p {
  margin: auto;
  font-size: 13px;
  line-height: 1.4615384615;
}
main.column article.article .sv .body .txt .honbun p + p {
  margin-top: 0.7em;
}
main.column article.article .sv .body figure + .txt {
  width: calc(100% - 128px);
}
@media screen and (max-width: 767px) {
  main.column article.article .sv .body figure + .txt {
    width: auto;
  }
}
main.column article.article .btn_list_wrapper {
  margin: 6rem 0;
  text-align: right;
}
main.column article.article .btn_list_wrapper .btn_list {
  display: inline-flex;
  width: 280px;
  height: 34px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px;
  color: #fff;
  font-weight: 14;
  font-weight: bold;
  background: #00577e url(/assets/images/column/icon_arrow_right.svg) calc(100% - 15px) center no-repeat;
  transition: background-position 0.3s;
}
main.column article.article .btn_list_wrapper .btn_list:hover {
  background-position: calc(100% - 8px) center;
}
main.column article.article .related h4 {
  width: 27rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  background: #00577e;
  color: #fff;
}
main.column article.article .related .frame {
  background: #f1f1f1;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  main.column article.article .related .frame {
    padding: 15px;
  }
}
main.column article.article .related .frame ul li + li {
  margin-top: 1.5rem;
}
main.column article.article .related .frame ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main.column article.article .related .frame ul li a p {
  width: calc(100% - 12rem);
  background: url(/assets/images/common/icon_arrow_right_blue.svg) left 0.5em no-repeat;
  padding-left: 20px;
  font-weight: bold;
  font-size: 1.5rem;
  line-height: 1.8666666667;
}
@media screen and (max-width: 767px) {
  main.column article.article .related .frame ul li a p {
    width: calc(100% - 90px);
    font-size: 14px;
    background-position: left 2px;
  }
}
main.column article.article .related .frame ul li a figure {
  width: 9rem;
  height: 6rem;
}
@media screen and (max-width: 767px) {
  main.column article.article .related .frame ul li a figure {
    width: 80px;
    height: 50.6666px;
  }
}
main.column article.article .related .frame ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.column aside {
  width: 28.8rem;
}
@media screen and (max-width: 767px) {
  main.column aside {
    width: auto;
    margin: 50px -25px auto;
  }
}
main.column aside .aside_inner {
  background: #f1f1f1;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  main.column aside .aside_inner {
    padding: 25px;
    max-width: 1000px;
  }
}
main.column aside section + section {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #b7b7b7;
}
main.column aside section h3 {
  margin-bottom: 18px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 2.2rem;
  font-family: "Zen Old Mincho", serif;
  color: #00577e;
  font-weight: bold;
}
main.column aside section.search div.search {
  border: 1px solid #939393;
  border-radius: 4px;
  background: #fff;
}
main.column aside section.search div.search form {
  display: flex;
  height: 40px;
}
main.column aside section.search div.search input[type=text],
main.column aside section.search div.search input[type=text]:active {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
  height: 40px;
  width: calc(100% - 40px);
  padding: 0 12px;
  font-size: 1.5rem;
}
main.column aside section.search div.search input[type=text]::-moz-placeholder, main.column aside section.search div.search input[type=text]:active::-moz-placeholder {
  color: #bbb;
}
main.column aside section.search div.search input[type=text]::placeholder,
main.column aside section.search div.search input[type=text]:active::placeholder {
  color: #bbb;
}
main.column aside section.search div.search input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: url(/assets/images/common/icon_search.svg) center center no-repeat;
  height: 40px;
  width: 40px;
  font-size: 0;
}
main.column aside section.article ul li + li {
  margin-top: 1.5rem;
}
main.column aside section.article ul li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
main.column aside section.article ul li a figure {
  width: 14rem;
  height: 8.2rem;
  overflow: hidden;
}
main.column aside section.article ul li a figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.column aside section.article ul li a .txt {
  width: calc(100% - 15rem);
}
main.column aside section.article ul li a .txt h4 {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3333333333;
}
main.column aside section.article ul li a .txt p {
  margin-top: 0.2rem;
  font-size: 1.3rem;
  font-family: "Cardo", serif;
}
main.column aside section.category ul {
  display: flex;
  flex-wrap: wrap;
}
main.column aside section.category ul li {
  min-width: 50%;
}
main.column aside section.category ul li a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 1em;
  display: inline-block;
  padding-left: 1.3em;
}
main.column aside section.category ul li a::before {
  margin-left: -1.3em;
  width: 1.3em;
  display: inline-block;
  content: "− ";
}
main.column aside section.tag ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
main.column aside section.tag ul li {
  margin: 0;
}
main.column aside section.tag ul li:empty {
  display: none;
}
main.column aside section.tag ul li a {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0.5rem;
  line-height: 2.4rem;
  padding: 2px 1.2rem;
  border: 1px solid rgba(85, 112, 121, 0.5);
  font-size: 1.2rem;
  transition: background-color 0.3s;
  background: #fff;
}
main.column aside section.tag ul li a:hover {
  background: none;
}

main.column.archive article.article .keyword {
  margin-top: 100px;
  text-align: right;
  width: 100%;
  flex-wrap: nowrap;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .keyword {
    text-align: center;
  }
}
main.column.archive article.article .keyword .keyword_inner {
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .keyword .keyword_inner {
    width: 300px;
  }
}
main.column.archive article.article .keyword .keyword_inner h3 {
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 25px;
  font-family: "Zen Old Mincho", serif;
  -moz-text-align-last: left;
       text-align-last: left;
  border-bottom: 1px solid #00577e;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .keyword .keyword_inner h3 {
    font-size: 2.4rem;
  }
}
main.column.archive article.article .keyword .keyword_inner ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: auto 5rem;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .keyword .keyword_inner ul {
    margin: auto;
  }
}
main.column.archive article.article .keyword .keyword_inner ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 95px;
  height: 16px;
  padding: 2px 5px;
  border: 1px solid rgba(147, 147, 147, 0.5);
  color: #939393;
  font-size: 11px;
  transition: opacity 0.3s;
}
main.column.archive article.article .keyword .keyword_inner ul li a:hover {
  opacity: 0.7;
}
main.column.archive article.article .article_inner .article_block + .article_block {
  margin-top: 8rem;
}
main.column.archive article.article .article_inner h2 {
  font-size: 2.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00577e;
  color: #00577e;
  margin-bottom: 7rem;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner h2 {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }
}
main.column.archive article.article .article_inner h2.pickup {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #00577e;
  margin-bottom: 5rem;
}
main.column.archive article.article .article_inner h2.pickup::before {
  content: "PICK UP";
  display: inline-flex;
  font-weight: normal;
  position: relative;
  top: -3px;
  min-width: 7.7rem;
  padding: 0.2em 0.8em 0.35em;
  background: #00577e;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.4rem;
  vertical-align: middle;
  margin-right: 15px;
}
main.column.archive article.article .article_inner h2.category {
  margin-bottom: 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #00577e;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.4rem;
}
main.column.archive article.article .article_inner h2.category span {
  content: "";
  display: inline-flex;
  font-weight: normal;
  position: relative;
  width: 4rem;
  height: 3.5rem;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  vertical-align: middle;
  margin-right: 15px;
  background: url(/assets/images/column/icon_logo.svg) center center no-repeat;
}
main.column.archive article.article .article_inner ul.list {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 3rem;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner ul.list {
    display: block;
  }
}
main.column.archive article.article .article_inner ul.list > li {
  width: calc(33.3% - 2rem);
  position: relative;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner ul.list > li {
    width: 100%;
    height: auto;
    margin-top: 7rem;
  }
}
main.column.archive article.article .article_inner ul.list > li a {
  display: block;
}
main.column.archive article.article .article_inner ul.list > li .hgroup {
  position: relative;
  margin: 0;
}
main.column.archive article.article .article_inner ul.list > li .category {
  position: absolute;
  transform: translateY(calc(-100% + 1px));
  top: 0;
  left: 0;
  background: #00577e;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  padding: 0.6em 1em 0.75em;
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 1.2rem;
  margin: 0;
}
main.column.archive article.article .article_inner ul.list > li .new {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 38px;
  height: 38px;
  background: #9d2a31;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lexend Giga", sans-serif;
  letter-spacing: 0;
}
main.column.archive article.article .article_inner ul.list > li figure {
  border: #f1f1f1 1px solid;
  width: 100%;
  height: auto;
  aspect-ratio: 202/124;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner ul.list > li figure {
    width: 100%;
    height: 11rem;
  }
}
main.column.archive article.article .article_inner ul.list > li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
main.column.archive article.article .article_inner ul.list > li .txt {
  justify-content: space-between;
}
main.column.archive article.article .article_inner ul.list > li .txt h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2857142857;
  margin: 1.5rem 0;
  height: 4em;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner ul.list > li .txt h3 {
    height: unset;
  }
}
main.column.archive article.article .article_inner ul.list > li .txt .tag {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-top: 10px;
}
main.column.archive article.article .article_inner ul.list > li .txt .tag .img {
  width: 25px;
}
main.column.archive article.article .article_inner ul.list > li .txt .tag ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
}
main.column.archive article.article .article_inner ul.list > li .txt .tag ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  padding: 1px 5px 2px;
  border: 1px solid rgba(85, 112, 121, 0.5);
  color: #557079;
  font-size: 1.2rem;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  main.column.archive article.article .article_inner ul.list > li .txt .tag ul li {
    padding: 0px 5px 0;
  }
}
main.column.archive article.article .article_inner ul.list > li .txt .tag ul li:nth-child(n+5) {
  display: none;
}
main.column.archive article.article .article_inner ul.list > li .txt .tag ul li:hover {
  opacity: 0.7;
}
main.column.archive .wp-pagenavi {
  margin-top: 70px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  main.column.archive .wp-pagenavi {
    padding-bottom: 40px;
  }
}
main.column.archive .wp-pagenavi .pages {
  position: absolute;
  top: 10px;
  right: 0;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  main.column.archive .wp-pagenavi .pages {
    display: block;
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 0px;
    height: auto;
  }
}
main.column.archive .wp-pagenavi a.page,
main.column.archive .wp-pagenavi span.current,
main.column.archive .wp-pagenavi a.nextpostslink,
main.column.archive .wp-pagenavi a.previouspostslink {
  font-size: 14px;
  display: inline-flex;
  min-width: 24px;
  height: 29px;
  justify-content: center;
  align-items: center;
  padding: 3px;
  margin: auto 5px;
  font-weight: bold;
  font-weight: bold;
}
main.column.archive .wp-pagenavi span.current {
  background: #9d2a31;
  color: #fff;
}

/*--------------------------------------
sns
--------------------------------------*/
.nav_sns {
  margin-top: 180px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .nav_sns {
    margin-top: 80px;
  }
}

.nav_sns .item {
  display: inline-block;
  margin-right: 2%;
  vertical-align: bottom;
}
.nav_sns .item:last-child {
  margin-right: 0;
}

.nav_sns .btn-sns {
  height: 3.5rem;
  width: 3.5rem;
}
@media screen and (max-width: 360px) {
  .nav_sns .btn-sns {
    width: 3rem;
    height: 3rem;
  }
}

.nav_sns .btn-sns a {
  border-radius: 0.25rem;
  color: #fff;
  display: block;
  height: 3.5rem;
  line-height: 3.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 3.5rem;
  top: -2px;
}
@media screen and (max-width: 360px) {
  .nav_sns .btn-sns a {
    width: 3rem;
    height: 3rem;
  }
}

.nav_sns .btn-sns a:hover {
  top: 1px;
}

.nav_sns .twitter a {
  background: #1da1f2;
  box-shadow: 0 3px 0 #0092ca;
  margin-bottom: 3px;
}

.nav_sns .twitter a:hover {
  box-shadow: 0 1px 0 #0092ca;
}

.nav_sns .twitter a:hover {
  background: #0092ca;
}

.nav_sns .facebook a {
  background: #3b5998;
  box-shadow: 0 3px 0 #2c4373;
  margin-bottom: 3px;
}

.nav_sns .facebook a:hover {
  box-shadow: 0 1px 0 #2c4373;
}

.nav_sns .facebook a:hover {
  background: #2c4373;
}

.nav_sns .pocket a {
  background: #e7364a;
  box-shadow: 0 3px 0 #b92b3b;
  margin-bottom: 3px;
}

.nav_sns .pocket a:hover {
  box-shadow: 0 1px 0 #b92b3b;
}

.nav_sns .pocket a:hover {
  background: #b92b3b;
}

.nav_sns .hatebu a {
  background: #00a4de;
  box-shadow: 0 3px 0 #0083b2;
  margin-bottom: 3px;
}

.nav_sns .hatebu a:hover {
  box-shadow: 0 1px 0 #0083b2;
}

.nav_sns .hatebu a:hover {
  background: #0083b2;
}

.nav_sns .line a {
  box-shadow: 0 3px 0 #009400;
  margin-bottom: 3px;
}

.nav_sns .line a:hover {
  box-shadow: 0 1px 0 #009400;
}

.nav_sns .line a:hover {
  background: #009400;
}

.nav_sns .arrowBox {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  font-size: 0.7rem;
  margin-bottom: 1em;
  position: relative;
  text-align: center;
}

.nav_sns .arrowBox::after,
.nav_sns .arrowBox::before {
  border: medium solid transparent;
  content: " ";
  height: 0;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}

.nav_sns .arrowBox::after {
  border-top-color: #fff;
  border-width: 5px;
  margin-left: -5px;
}

.nav_sns .arrowBox::before {
  border-top-color: #ddd;
  border-width: 6px;
  margin-left: -6px;
}

main.price {
  color: #293539;
}
main.price #lead {
  margin-top: 10rem;
}
main.price #lead .inner {
  width: 84rem;
  max-width: 100%;
}
main.price #lead .inner h2 {
  font-size: 3rem;
  font-family: "Zen Old Mincho", serif;
  color: #144a5e;
}
main.price #lead .inner p {
  font-size: 15px;
  margin-top: 1em;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  main.price #lead {
    margin-top: 5rem;
  }
  main.price #lead .inner h2 {
    font-size: 2.4em;
  }
}
main.price .hg_reg {
  margin-bottom: 3rem;
}
main.price .anchor__list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 2rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
main.price .anchor__list .anchor__item {
  width: calc(25% - 15px);
  height: 75px;
}
main.price .anchor__list .anchor__item a {
  width: 100%;
  height: 100%;
  display: flex;
  background: #144a5e;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5px;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  font-weight: bold;
}
main.price .anchor__list .anchor__item a::after {
  width: 100%;
  height: 7px;
  content: "";
  background: url(/assets/images/price/arrow.svg) center center/contain no-repeat;
  filter: invert(100%) brightness(300%) grayscale(1000%);
}
main.price .anchor__list .anchor__item a:hover {
  background: #0176aa;
}
@media screen and (max-width: 767px) {
  main.price .anchor__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 1rem;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  main.price .anchor__list .anchor__item {
    width: 100%;
    height: 50px;
  }
  main.price .anchor__list .anchor__item a {
    width: 100%;
    height: 100%;
    display: flex;
    background: #144a5e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
    transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
    font-weight: bold;
  }
  main.price .anchor__list .anchor__item a::after {
    width: 100%;
    height: 7px;
    content: "";
    background: url(/assets/images/price/arrow.svg) center center/contain no-repeat;
    filter: invert(100%) brightness(300%) grayscale(1000%);
  }
  main.price .anchor__list .anchor__item a:hover {
    background: #fff;
    color: #144a5e;
  }
  main.price .anchor__list .anchor__item a:hover::after {
    filter: none;
  }
}
main.price .anchor__button {
  text-align: center;
  margin: 5rem auto;
}
main.price .anchor__button a {
  width: 33rem;
  max-width: 100%;
  height: 6rem;
  border: 1px solid #144a5e;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 2.5rem;
  letter-spacing: 0;
  background: #fff;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
  color: #144a5e;
}
main.price .anchor__button a::after {
  width: 15px;
  height: 100%;
  content: "";
  background: url(/assets/images/price/arrow.svg) center center/contain no-repeat;
}
main.price .anchor__button a:hover {
  color: #fff;
  background: #144a5e;
}
main.price .anchor__button a:hover::after {
  filter: invert(100%) brightness(300%) grayscale(1000%);
}
main.price .small {
  font-size: 85%;
  display: inline-block;
}
main.price p.note {
  font-size: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
main.price table + .note {
  margin-top: 1em;
}
main.price .attention {
  font-size: 15px;
  line-height: 1.8666666667;
  margin-top: 1.2em;
  color: #293539;
}
main.price .note + table,
main.price table + table {
  margin-top: 3rem;
}
main.price table {
  margin-top: 1em;
  margin-bottom: 1em;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
main.price table caption {
  padding: 15px 15px 15px 0;
  text-align: left;
  font-size: 16px;
  color: #293539;
}
main.price table th {
  border-top: 1px solid #e3e3e3;
  background: rgba(41, 41, 41, 0.1);
  color: #9d2a31;
  padding: 10px 15px;
  font-weight: bold;
  font-size: 15px;
}
main.price table th + th,
main.price table td + td {
  border-left: 1px solid #ccc;
}
main.price table td {
  border-top: 1px solid #e3e3e3;
  background: #fff;
  padding: 15px 2rem;
  color: #293539;
}
main.price table td:not(:last-child) {
  border-right: 1px solid #ccc;
}
main.price table th.cel_white,
main.price table td.cel_white {
  border-top: 1px solid #ccc;
  background: #fff;
  color: #222;
}
main.price table th.cel_blue {
  border-top: 1px solid #ccc;
  background: #eee;
  color: #222;
}
main.price table td.cel_blue {
  background: #f8f8f8;
  color: #222;
}
main.price table td.cel_red {
  background: rgba(157, 42, 42, 0.05);
}
main.price .whiteleft,
main.price .whiteright {
  position: relative;
  padding: 7rem 10rem 7rem 0;
  background: #fff;
  width: 100rem;
}
main.price .whiteleft::after,
main.price .whiteright::after {
  content: "";
  display: block;
  width: 50vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: #fff;
}
main.price .whiteright {
  padding: 7rem 0 7rem 10rem;
}
main.price .whiteright::after {
  right: unset;
  left: 100%;
}
main.price section#structure {
  margin-top: 10rem;
}
main.price section.debt {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  main.price .whiteleft,
main.price .whiteright {
    position: relative;
    padding: 5rem 2rem 5rem;
    background: #fff;
    width: auto;
    margin-right: 2rem;
  }
  main.price .whiteleft::after,
main.price .whiteright::after {
    content: "";
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    background: #fff;
  }
  main.price .whiteright {
    margin-right: 0;
    margin-left: 2rem;
  }
  main.price .whiteright::after {
    right: unset;
    left: 100%;
  }
  main.price section#structure {
    margin-top: 8rem;
  }
  main.price section.debt {
    margin-top: 8rem;
  }
}
main.price .text_block {
  padding-left: 26px;
}
main.price .text_block + .text_block {
  margin-top: 100px;
}
main.price .text_block h3 {
  margin-left: -26px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.6;
  color: #144a5e;
  padding-left: 26px;
}
main.price .text_block h3::before {
  content: "−";
  display: inline-block;
  margin-left: -1.5em;
  width: 26px;
  transform: scaleX(1.3);
  transform-origin: left center;
}
main.price .text_block h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 20px;
  line-height: 1.6;
  color: #293539;
}
main.price .text_block h3 + h4 {
  margin-top: 40px;
}
main.price .text_block .note + h4 {
  margin-top: 60px;
}
main.price .text_block .arbitrary_note {
  color: #293539;
  margin-bottom: 1em;
  font-weight: 500;
}
main.price .text_block .cost_slide {
  border: 1px solid #e3e3e3;
  margin-bottom: 3rem;
}
main.price .text_block .cost_slide dt {
  background: #f0f0f0;
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  height: 8rem;
  padding: 0 3rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  color: #144a5e;
}
main.price .text_block .cost_slide dt::before, main.price .text_block .cost_slide dt::after {
  content: "";
  width: 3rem;
  height: 0.5rem;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 3rem;
  background: #00577e;
  transition: transform 0.3s;
}
main.price .text_block .cost_slide dt:not(.slideon)::after {
  transform: rotate(90deg);
}
main.price .text_block .cost_slide dd {
  display: none;
  padding: 3rem 3rem;
}
main.price .text_block .cost_slide dd table {
  margin: auto;
  max-width: 69rem;
}
main.price .text_block .cost_slide dd table th,
main.price .text_block .cost_slide dd table td {
  text-align: center;
  padding: 0.5em;
}
main.price .text_block .cost_slide dd table th {
  background: #144a5e;
  color: #fff;
}
main.price .text_block .cost_slide dd table td {
  border: 1px solid #e3e3e3 !important;
  border-color: #e3e3e3;
}
@media screen and (max-width: 767px) {
  main.price .text_block .cost_slide {
    margin-bottom: 1rem;
  }
  main.price .text_block .cost_slide dt {
    font-size: 1.5rem;
    padding: 0 1.5rem;
    height: 3.7rem;
    justify-content: center;
  }
  main.price .text_block .cost_slide dt::before, main.price .text_block .cost_slide dt::after {
    width: 1.8rem;
    height: 0.3rem;
    top: calc(50% - 0.15rem);
    right: 2rem;
  }
  main.price .text_block .cost_slide dd {
    padding: 1.5rem;
  }
  main.price .text_block .cost_slide dd table th,
main.price .text_block .cost_slide dd table td {
    padding: 0.5em 0.2em;
  }
  main.price .text_block .cost_slide dd table td {
    font-size: 1.4rem;
    letter-spacing: -0.02em;
  }
}
main.price .text_block .cost_tbl + h4 {
  margin-top: 60px;
}
main.price .text_block .cost_tbl tr > *:first-child {
  width: 180px;
}
main.price .text_block .cost_tbl tr th {
  padding: 1.2rem 1.5rem 1.5rem;
  background: #f0f0f0;
  color: #144a5e;
  line-height: 1.3125;
  vertical-align: middle;
  text-align: center;
  min-height: 7rem;
}
@media screen and (min-width: 768px) {
  main.price .text_block .cost_tbl tr th.pc300 {
    width: 300px;
  }
  main.price .text_block .cost_tbl tr th.pc400 {
    width: 500px;
  }
  main.price .text_block .cost_tbl tr th.pc500 {
    width: 500px;
  }
}
main.price .text_block .cost_tbl tr td {
  vertical-align: middle;
}
main.price section.regular.last {
  margin-top: 100px;
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  main.price .text_block {
    padding-left: 0;
  }
  main.price .text_block + .text_block {
    margin-top: 100px;
  }
  main.price .text_block h3 {
    font-size: 18px;
    margin-left: 0;
  }
  main.price .text_block h4 {
    font-size: 15px;
    font-weight: bold;
    margin-top: 15px;
  }
  main.price .text_block .cost_tbl tr th {
    width: auto;
    font-size: 14px;
    padding: 10px;
    white-space: nowrap;
    text-align: center;
    min-height: 0;
    width: auto;
  }
  main.price .text_block .cost_tbl tr td {
    padding: 10px;
    font-size: 14px;
  }
  main.price .text_block .cost_tbl.sp_column {
    display: block;
    width: 100%;
  }
  main.price .text_block .cost_tbl.sp_column caption {
    width: 100%;
    white-space: nowrap;
  }
  main.price .text_block .cost_tbl.sp_column tbody {
    width: 100%;
    display: block;
  }
  main.price .text_block .cost_tbl.sp_column tr {
    display: block;
    width: 100%;
  }
  main.price .text_block .cost_tbl.sp_column tr th {
    width: 100% !important;
    display: block;
  }
  main.price .text_block .cost_tbl.sp_column tr td {
    display: block;
  }
  main.price section.regular.last {
    margin-top: 70px;
  }
}
/*# sourceMappingURL=lower.css.map */