@media screen and (width > 1200px), print {
  .toppage #header {
    position: relative;
  }
  .toppage #header .header_inner::after {
    content: none;
  }
  .toppage #header .header_logo img {
    width: max(18rem, 12.5vw);
    position: absolute;
    left: 4rem;
    top: 2.4rem;
  }
  .toppage #header .header_logo_txt {
    opacity: 0;
  }
  .toppage #header .header_menu {
    position: relative;
  }
  .toppage #header .header_menu::after {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: var(--gold-grad);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (width > 1200px), print {
  .toppage main {
    padding-top: 0;
  }
}

.top_mv {
  position: relative;
}
@media screen and (width <= 767px) {
  .top_mv {
    margin: 1.6rem 0 2.4rem 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv {
    width: 88.8888%;
    margin: 2.4rem auto;
  }
}
@media screen and (width <= 767px) {
  .top_mv_img {
    width: 100%;
  }
}
@media screen and (width > 767px), print {
  .top_mv_img {
    margin-left: auto;
    width: 86.7%;
  }
}
.top_mv_catchcopy {
  background-color: var(--blue-opa);
  color: var(--white);
  text-shadow: 0 0.2rem 0.4rem var(--blue-opa);
  font-family: var(--font-serif);
  line-height: 1.625;
  position: absolute;
}
@media screen and (width <= 767px) {
  .top_mv_catchcopy {
    min-width: 34.6rem;
    padding: 2.4rem 4rem;
    font-size: 2rem;
    left: -1.8rem;
    bottom: 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_catchcopy {
    padding: 2.7777vw;
    font-size: 2.2222vw;
    left: 0;
    bottom: 3.3333vw;
  }
}
.top_mv_catchcopy::after {
  content: "";
  display: block;
  height: 0.3rem;
  background-image: var(--gold-grad);
  position: absolute;
}
@media screen and (width <= 767px) {
  .top_mv_catchcopy::after {
    width: 31.4rem;
    left: 0;
    bottom: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_mv_catchcopy::after {
    width: 50vw;
    right: 1.6666vw;
    bottom: 0.8333vw;
  }
}

.section_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
}
@media screen and (width <= 767px) {
  .section_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (width > 767px), print {
  .section_ttl {
    font-size: 4rem;
  }
}
.section_ttl .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem;
}
.section_ttl .en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.2rem;
  color: var(--accent-color);
}
@media screen and (width <= 767px) {
  .section_ttl .en {
    font-size: 2rem;
  }
}
@media screen and (width > 767px), print {
  .section_ttl .en {
    font-size: 2.4rem;
  }
}
.section_ttl .en::before {
  content: "";
  display: block;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 0.1rem;
  margin-top: 0.8rem;
  background-color: var(--accent-color);
}

.top_service {
  background-image: url(../images/top/top_section_separator.png), url(../images/top/top_section_separator_btm.png);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
}
@media screen and (width <= 767px) {
  .top_service {
    padding-block: 6.4rem;
    background-size: auto 4.8rem, auto 4.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_service {
    padding-block: 9.305vw;
    background-size: 100% auto, 100% auto;
  }
}
@media screen and (width <= 767px) {
  .top_service_detail {
    margin-top: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail {
    margin-top: 4.8rem;
    position: relative;
  }
}
.top_service_detail .ttl {
  border-bottom: 0.1rem solid var(--gold);
}
@media screen and (width <= 767px) {
  .top_service_detail .ttl {
    padding-bottom: 1.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .ttl {
    width: 62.5%;
    padding-bottom: 1.6rem;
  }
}
.top_service_detail .ttl .small {
  display: block;
  color: var(--accent-color);
  font-size: 1.6rem;
  line-height: 1.2;
}
.top_service_detail .ttl .main {
  display: block;
  margin-top: 0.8rem;
  font-family: var(--font-serif);
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (width <= 767px) {
  .top_service_detail .ttl .main {
    font-size: 2.2rem;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .ttl .main {
    font-size: 2.6rem;
  }
}
@media screen and (width <= 767px) {
  .top_service_detail .txt-img::after {
    content: "";
    clear: both;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .txt-img {
    width: 62.5%;
  }
}
@media screen and (width <= 767px) {
  .top_service_detail .txt-img img {
    float: right;
    width: 45%;
    margin-left: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .txt-img img {
    width: 30.8333%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.top_service_detail .txt-img .article-txt {
  margin-top: 1em;
}
@media screen and (width <= 767px) {
  .top_service_detail .txt-img .article-txt {
    line-height: 2;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .txt-img .article-txt {
    font-weight: 300;
    line-height: 1.6;
  }
}
.top_service_detail .txt-img .article-txt .marker {
  font-weight: 700;
  font-style: normal;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.8rem, var(--marker-yellow)), color-stop(0.8rem, transparent));
  background-image: linear-gradient(to top, var(--marker-yellow) 0.8rem, transparent 0.8rem);
}
@media screen and (width <= 767px) {
  .top_service_detail .txt-img .article-txt:first-of-type {
    margin-top: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_service_detail .txt-img .article-txt:first-of-type {
    margin-top: 3.2rem;
  }
}
.top_service .btn_wrap {
  margin-top: 4.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_news {
  background-size: cover;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_news {
    padding-block: 4.8rem;
    background-image: url(../images/top/top_news_bg_sp.png);
  }
}
@media screen and (width > 767px), print {
  .top_news {
    padding-block: 8rem;
    background-image: url(../images/top/top_news_bg.png);
  }
}
.top_news::after {
  content: "";
  display: block;
  width: 100%;
  background-image: var(--gold-grad);
  position: absolute;
  left: 0;
}
@media screen and (width <= 767px) {
  .top_news::after {
    height: 0.2rem;
    bottom: 0.6rem;
  }
}
@media screen and (width > 767px), print {
  .top_news::after {
    height: 0.3rem;
    bottom: 1.1rem;
  }
}
.top_news .container {
  position: relative;
}
.top_news .news_list {
  margin-top: 3.2rem;
}
@media screen and (width <= 767px) {
  .top_news .btn_wrap {
    margin-top: 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (width > 767px), print {
  .top_news .btn.-border {
    padding: 1.2rem 1.6rem 1.2rem 2.4rem;
    font-size: 1.6rem;
    position: absolute;
    top: 3.2rem;
    right: 3.2rem;
  }
}

.top_message {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_message {
    padding-block: 4rem 4.8rem;
    background-image: url(../images/top/top_message_bg_sp.png);
  }
}
@media screen and (width > 767px), print {
  .top_message {
    padding-block: 5rem 8rem;
    background-image: url(../images/top/top_message_bg.png);
  }
}
.top_message::after {
  content: "";
  display: block;
  background-color: #f3f3f3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top_message::after {
    width: 78.28%;
    height: calc(100% - 10.4rem);
  }
}
@media screen and (width > 767px), print {
  .top_message::after {
    width: 44.3%;
    height: calc(100% - 5rem);
  }
}
.top_message .container {
  position: relative;
}
.top_message h2 {
  color: var(--main-color);
  font-family: var(--font-serif);
  letter-spacing: 0.1em;
  mix-blend-mode: multiply;
}
@media screen and (width <= 767px) {
  .top_message h2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: 4.8rem;
    text-align: right;
    margin-right: -1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_message h2 {
    font-size: 6.4rem;
    font-weight: 300;
    position: absolute;
    top: 3rem;
    left: 0;
  }
}
.top_message_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .top_message_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media screen and (width > 767px), print {
  .top_message_inner {
    max-width: 94rem;
    margin-inline: auto;
    gap: 6.4rem;
  }
}
.top_message_inner .txt {
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_message_inner .txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -1.4rem;
    padding-block: 3.2rem 4rem;
  }
}
@media screen and (width > 767px), print {
  .top_message_inner .txt {
    margin-top: 7.8rem;
    padding-block: 6.4rem;
  }
}
.top_message_inner .txt::after {
  content: "";
  background-color: var(--blue-opa);
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
@media screen and (width <= 767px) {
  .top_message_inner .txt::after {
    width: 100vw;
    left: -1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_message_inner .txt::after {
    width: calc(50vw + 40rem);
    right: -23rem;
  }
}
.top_message_inner .txt .message_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  color: var(--white);
  font-family: var(--font-serif);
  text-shadow: 0 0.2rem 0.4rem var(--blue-opa);
  line-height: 1.4;
  letter-spacing: 0.04em;
}
@media screen and (width <= 767px) {
  .top_message_inner .txt .message_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_message_inner .txt .message_ttl {
    font-size: 3.2rem;
  }
}
.top_message_inner .txt .article-txt {
  margin-top: 1.6rem;
  color: var(--white);
  text-shadow: 0 0.2rem 0.4rem var(--blue-opa);
  line-height: 1.7;
}
.top_message_inner .txt .article-txt:first-of-type {
  margin-top: 2.4rem;
}
.top_message_inner .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  z-index: 1;
}
@media screen and (width <= 767px) {
  .top_message_inner .img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 50.28%;
  }
}
@media screen and (width > 767px), print {
  .top_message_inner .img {
    width: 27.6595%;
    margin-top: 5rem;
  }
}
.top_message .btn_wrap {
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (width <= 767px) {
  .top_message .btn_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_message .btn_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3.2rem;
  }
  .top_message .btn_wrap .btn {
    margin-inline: 0;
  }
}

.top_line {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_line {
    padding-block: 10.4rem 8rem;
    background-image: url(../images/top/top_line_bg_sp.jpg);
  }
}
@media screen and (width > 767px), print {
  .top_line {
    padding-block: 12rem;
    background-image: url(../images/top/top_line_bg.jpg);
  }
}
.top_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
.top_line h2 {
  color: var(--white);
  font-family: var(--font-serif);
  line-height: 1.4;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_line h2 {
    font-size: 2.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_line h2 {
    font-size: 4rem;
  }
}
.top_line .article-txt {
  color: var(--white);
  line-height: 1.7;
  position: relative;
}
@media screen and (width <= 767px) {
  .top_line .article-txt {
    margin-top: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_line .article-txt {
    margin-top: 4rem;
  }
}
.top_line .btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4rem;
  position: relative;
}
@media screen and (width > 767px), print {
  .top_line .btn_wrap .btn {
    margin-left: 0;
  }
}

.top_contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.2rem 8rem;
}
@media screen and (width <= 960px), print {
  .top_contact .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (width <= 960px) {
  .top_contact .contact_box {
    width: 100%;
  }
}
@media screen and (width > 960px), print {
  .top_contact .contact_box {
    width: calc(50% - 4rem);
  }
}
.top_contact .contact_box.-sns .btn_wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (width <= 767px) {
  .top_contact .section_ttl {
    font-size: 2.4rem;
  }
}
@media screen and (width > 767px), print {
  .top_contact .section_ttl {
    font-size: 3.2rem;
  }
}
@media screen and (width <= 767px) {
  .top_contact .section_ttl .en {
    font-size: 1.8rem;
  }
}
@media screen and (width > 767px), print {
  .top_contact .section_ttl .en {
    font-size: 2.2rem;
  }
}