@media print, all and (min-width: 751px) {
  body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 100%; /* 16pt */
    color: #000000;
    background: #ffffff;
    line-height: 1.75;
    word-wrap: break-word;
  }
  a,
  span,
  img {
    transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -ms-transition-duration: 0.3s;
  }
  :where(a, a:link, a:visited) {
    color: #002d6b;
    text-decoration: none;
  }
  :where(a:hover) {
    color: #002d6b;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1220px;
  }
  .container-inner {
    width: 960px;
    margin: 0 auto;
  }
  .pc-anchor {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
  .fade-in {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -moz-transform: translate(0, 50px);
    -o-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -o-transition: all 500ms;
    -ms-transition: all 500ms;
    transition: all 500ms;
  }
  .scroll-in {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  /* HEADER */
  #header {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #header .container-inner {
    width: 100%;
    padding: 15px 0 15px 27px;
    box-sizing: border-box;
  }
  #header .container-inner .primary .h-logo {
    display: inline-block;
    margin-bottom: 0;
  }
  #header .container-inner .primary .h-logo a {
    display: flex;
    min-height: 81px;
    align-items: center;
    text-decoration: none;
    color: #ffffff;
    padding-left: 118px;
    transition: opacity 0.3s ease-in-out;
    position: relative;
  }
  #header .container-inner .primary .h-logo a:before {
    content: "";
    width: 95px;
    height: 81px;
    background: url(../images/common/h-logo.png) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  #header .container-inner .primary .h-logo a:hover {
    opacity: 0.6;
  }
  #header .container-inner .primary .h-logo a .inner {
    display: block;
    line-height: 1.4;
    letter-spacing: 0.04em;
    font-size: 123.125%; /* 17px */
    font-weight: 700;
    padding-bottom: 12px;
  }
  #header .container-inner .primary .h-logo a .inner em {
    display: inline-block;
    font-size: 163.451776%; /* 32.2px */
    font-weight: 700;
  }
  #header .container-inner .h-contact {
    text-align: right;
  }
  #header .container-inner .h-contact > a {
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 93.33333%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
  }
  #header .container-inner .h-contact > a:hover {
    background-color: #666666;
  }
  /* NAV */
  #nav {
    padding-block: 20px;
  }
  #nav #pc-nav {
    margin: 0 35px 0 0;
  }
  #nav #pc-nav a {
    display: inline-block;
    text-decoration: none;
  }
  #nav #pc-nav > li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  #nav #pc-nav > li > a {
    display: block;
    color: #ffffff;
    font-size: 112.5%; /* 18px */
    font-weight: 900;
    line-height: 1.45;
    padding: 1px 0 1px 20px;
    letter-spacing: 0.04em;
    position: relative;
  }
  #nav #pc-nav > li > a:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    background-color: #f22313;
    transition: opacity 0.3s ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
  }
  #nav #pc-nav > li > a:hover:before {
    opacity: 1;
  }
  #nav #pc-nav > li.on > a:before {
    opacity: 1;
  }
  body#home .secondary {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -1;
  }
  body#home .secondary #nav {
    padding-block: 100px 0;
  }
  body#home .secondary #nav #pc-nav {
    display: flex;
    gap: 0 25px;
    padding: 0 30px 0 25px;
    margin: 0 0 0 0;
  }
  body#home .secondary #nav #pc-nav > li:not(:last-of-type) {
    margin: 0 0 0 0;
  }
  body#home .secondary #nav #pc-nav > li > a {
    padding: 0 5px 16px 5px;
  }
  body#home .secondary #nav #pc-nav > li > a:before {
    width: 64px;
    height: 1px;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  body#home .secondary #nav .line-top {
    width: calc(100% + 5px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  body#home .secondary #nav .line-top:after {
    content: "";
    display: block;
    width: 1px;
    height: 22px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body#home .secondary #nav .line-side {
    width: 1px;
    height: calc(100% + 5px);
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  body#home .secondary #nav .line-side:after {
    content: "";
    display: block;
    width: 85px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  body:not(#home) .secondary {
    position: absolute;
    top: 100px;
    right: 0;
  }
  body:not(#home) .secondary #nav #pc-nav > li:not(:last-of-type) {
    margin-bottom: 28px;
  }
  body:not(#home) .secondary #nav #pc-nav > li > a {
    padding: 1px 0 1px 20px;
  }
  body:not(#home) .secondary #nav .line-top {
    width: calc(100% + 7px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
  body:not(#home) .secondary #nav .line-top:after {
    content: "";
    display: block;
    width: 1px;
    height: 50px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  body:not(#home) .secondary #nav .line-side {
    width: 1px;
    height: calc(100% + 7px);
    background-color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  body:not(#home) .secondary #nav .line-side:after {
    content: "";
    display: block;
    width: 140px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* F-CONTACT */
  #f-contact {
    isolation: isolate;
  }
  #f-contact .container-inner {
    width: 1000px;
    padding-block: 38px 50px;
  }
  #f-contact .f-contact-box {
    display: flex;
    gap: 0 35px;
  }
  #f-contact .f-contact-box .title-area .en-text {
    display: block;
    font-size: 437.5%; /* 70px */
    letter-spacing: -0.04em;
    line-height: 1.2;
    font-weight: bold;
    color: rgba(0, 52, 103, 0.2);
  }
  #f-contact .f-contact-box .title-area .ja-text {
    display: block;
    font-size: 200%;
    font-weight: bold;
    line-height: 1.45;
    letter-spacing: 0.04em;
    color: #002d6b;
  }
  #f-contact .f-contact-box .cntbox {
    flex: 1;
    padding-top: 15px;
  }
  #f-contact .f-contact-box .cntbox .tp_text {
    color: #002d6b;
    padding-bottom: 22px;
    margin-bottom: 20px;
    position: relative;
  }
  #f-contact .f-contact-box .cntbox .tp_text:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #f22313 75px, #002d6b 75px, #002d6b 100%);
    position: absolute;
    bottom: 0;
    left: 0;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 12px;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .outline {
    display: inline-block;
    margin-bottom: 0;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .outline a {
    text-decoration-thickness: 1.5px;
    text-underline-offset: 3px;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .f-form {
    display: inline-block;
    font-size: 156.25%; /* 25px */
    color: #002d6b;
    line-height: 1.2;
    padding-left: 44px;
    font-weight: bold;
    position: relative;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .f-form:before {
    content: "";
    width: 33px;
    height: 26px;
    display: inline-block;
    background: url(../images/common/icon-form.svg) no-repeat center/contain;
    position: absolute;
    top: 18.5px;
    left: 0;
    transform: translateY(-50%);
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .f-mail {
    display: inline-block;
    font-size: 156.25%; /* 25px */
    color: #002d6b;
    letter-spacing: 0.04em;
    line-height: 1.2;
    padding-left: 46px;
    font-weight: bold;
    position: relative;
  }
  #f-contact .f-contact-box .cntbox .c_contact-number .f-mail:before {
    content: "";
    width: 36px;
    height: 33px;
    display: inline-block;
    background: url(../images/common/icon-mail.svg) no-repeat center/contain;
    position: absolute;
    top: 19px;
    left: 0;
    transform: translateY(-50%);
  }
  /* FOOTER */
  #footer {
    background-color: #dde4eb;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding-block: 37px 32px;
  }
  #footer .container-inner .f-sign {
    display: flex;
    gap: 0 45px;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    padding-top: 3px;
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-name a {
    display: flex;
    align-items: center;
    height: 69px;
    text-decoration: none;
    padding-left: 68px;
    position: relative;
  }
  #footer .container-inner .f-sign .f-name a:before {
    content: "";
    width: 81px;
    height: 69px;
    display: inline-block;
    background: url(../images/common/f-logo.png) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: -30px;
  }
  #footer .container-inner .f-sign .f-name a .inner {
    color: #002d6b;
    font-size: 150%; /* 24px */
    font-weight: bold;
    padding-bottom: 8px;
  }
  #footer .container-inner .f-sign .f-name a .inner em {
    font-size: 125%;
    font-weight: bold;
  }
  #footer .container-inner .f-sign .f-address {
    color: #002d6b;
    padding-top: 3px;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    display: block;
    font-size: 112.5%; /* 18px */
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    display: block;
    font-size: 112.5%; /* 18px */
  }
  #footer .copyright {
    color: #ffffff;
    background-color: #001755;
    font-size: 87.5%; /* 14px */
    padding-block: 10px 12px;
    text-align: center;
    margin-bottom: 0;
  }
  /* NAVIGATION */
  #toggle {
    display: none;
  }
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  /* TITLE */
  #title {
    height: 518px;
    background: url(../images/common/title-bg.jpg) no-repeat center/cover;
    position: relative;
    z-index: 10;
  }
  #title .container-inner {
    width: 100%;
    height: 100%;
    padding: 160px 65px 25px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
  }
  #title .container-inner .title-box {
    display: inline-block;
  }
  #title .container-inner .title-box .en_text {
    color: rgba(255, 255, 255, 0.3);
    font-size: 593.75%; /* 95px */
    font-weight: bold;
    letter-spacing: -0.04em;
    line-height: 1.2;
    margin-bottom: -3px;
  }
  #title .container-inner .title-box .ja-text {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #title .container-inner .title-box .ja-text .level01 {
    display: block;
    color: #ffffff;
    font-size: 150%; /* 24px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.45;
    padding-right: 26px;
    margin: 7px 11px 0 0;
    position: relative;
  }
  #title .container-inner .title-box .ja-text .level01:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(calc(-50% + 2px));
  }
  #title .container-inner .title-box .ja-text .title {
    color: #ffffff;
    font-size: 212.5%; /* 34px */
    font-weight: bold;
    letter-spacing: 0.04em;
    line-height: 1.45;
  }
  #title:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #c6c8cd;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
  }
  /* CONTENT */
  #content {
    color: #ffffff;
    position: relative;
    padding-bottom: 1px;
    background: url(../images/common/content-bg.webp) repeat-y top -490px left/100% auto;
  }
  #content:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #002d6b;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
  }
  :where(#content a) {
    color: #ffffff;
    text-decoration: underline;
  }
  :where(#content a):hover {
    text-decoration: none;
  }
  body#home #content {
    background-position: top 0 left;
  }
  body#home #content:before {
    background-color: #002950;
  }
  #breadcrumb {
    padding-top: 14px;
    margin: 0 -90px 60px;
  }
  #breadcrumb ol {
    margin: 0;
    line-height: 1.55;
  }
  #breadcrumb ol li {
    display: inline-block;
    vertical-align: middle;
  }
  #breadcrumb ol li a {
    color: #ffffff;
  }
  #content:has(#subnav) #breadcrumb {
    margin-bottom: 30px;
  }
  .section {
    margin-bottom: 85px;
  }
  .section-s {
    margin-bottom: 70px;
  }
  .section-ss {
    margin-bottom: 50px;
  }
  .section-sss {
    margin-bottom: 35px;
  }
  .section-ssss {
    margin-bottom: 20px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 46.5px;
    height: 46.5px;
    line-height: 0;
    text-decoration: none;
    background-color: #001755;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    position: relative;
  }
  .pagetop a:hover {
    filter: alpha(opacity=60); /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)"; /* IE 8,9 */
    -moz-opacity: 0.6; /* FF , Netscape */
    -khtml-opacity: 0.6; /* Safari 1.x */
    opacity: 0.6;
    zoom: 1; /*IE*/
  }
  .pagetop a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  #md-site.blue .pagetop a,
  #md-site.black .pagetop a {
    background-color: transparent;
  }
  .inlink {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #subnav {
    text-align: center;
    margin-bottom: 100px;
  }
  #subnav .subnav-list {
    display: inline-flex;
    gap: 0 40px;
    margin: 0;
  }
  #subnav .subnav-list > li {
    overflow: hidden;
    padding-bottom: 4px;
  }
  #subnav .subnav-list > li > a {
    display: block;
    width: 225px;
    text-decoration: none;
    letter-spacing: 0.04em;
    font-weight: bold;
    line-height: 1.4;
    position: relative;
    padding: 14px 28px 14px 25px;
    box-sizing: border-box;
    background: url(../images/common/arrow.svg) no-repeat right 18px center/7px auto, url(../images/common/frame.svg) no-repeat top 3.5px left 3.5px/29px auto;
    background-color: #549cd1;
  }
  #subnav .subnav-list > li > a:before {
    content: "";
    display: block;
    width: calc(100% - 45px);
    height: 1px;
    background-color: #ffffff;
    position: absolute;
    bottom: -4px;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.25s linear;
    z-index: 2;
  }
  #subnav .subnav-list > li > a:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f22313;
    position: absolute;
    bottom: -4px;
    right: 0;
    transform: translateX(-100%);
    transition: transform 0.32s linear;
  }
  #subnav .subnav-list > li > a:hover:before, #subnav .subnav-list > li > a:hover:after {
    transform: translateX(0);
  }
  #subnav .subnav-list > li.on > a:before, #subnav .subnav-list > li.on > a:after {
    transform: translateX(0);
  }
  #bottoms {
    display: none;
  }
}

/*# sourceMappingURL=layout_pc.css.map */
