@charset "UTF-8";
@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.875;
    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: #151c53;
    text-decoration: none;
  }
  :where(a:hover) {
    color: #151c53;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1280px;
  }
  .container .container-inner {
    width: 1100px;
    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 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  #header .container-inner {
    padding: 44px 0 20px;
  }
  #header .container-inner .primary {
    margin-left: -30px;
  }
  #header .container-inner .primary .h-logo {
    margin-bottom: 30px;
  }
  #header .container-inner .primary .h-logo > a {
    display: inline-block;
    width: 335px;
    height: 83px;
    background-image: url(../images/common/h-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  #header .container-inner .primary .h-logo > a:hover {
    text-decoration: none;
    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*/
  }
  #header .container-inner .secondary {
    position: absolute;
    top: 0;
    right: 0;
  }
  #header .container-inner .secondary .secondary-list {
    margin-bottom: 0;
  }
  #header .container-inner .h-contact > a {
    display: block;
    font-weight: 700;
    line-height: 1.55;
    padding: 11px 25px;
    text-decoration: none;
    color: #ffffff;
    background-color: #151c53;
    transition: filter 0.3s ease-in-out;
  }
  #header .container-inner .h-contact > a:hover {
    filter: brightness(0.7);
  }
  body#home #header .container-inner .primary .h-logo > a {
    background-image: url(../images/common/h-logo_color.png);
  }
  /* NAV */
  #nav {
    display: inline-block;
  }
  #nav #pc-nav {
    margin-bottom: 0;
  }
  #nav #pc-nav > li:not(:last-of-type) {
    margin-bottom: 17px;
  }
  #nav #pc-nav > li > a {
    font-size: 106.25%; /* 17px */
    font-weight: 700;
    padding-left: 30px;
    color: #ffffff;
    text-decoration: none;
    position: relative;
  }
  #nav #pc-nav > li > a:before {
    content: "";
    display: inline-block;
    width: 26px;
    height: 8px;
    background-image: url(../images/common/arrow01_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    opacity: 0;
    transition: opacity 0.3s;
    position: absolute;
    top: 7px;
    left: 0;
  }
  #nav #pc-nav > li:hover > a:before {
    opacity: 1;
  }
  #nav #pc-nav > li.on > a:before {
    opacity: 1;
  }
  #nav #pc-nav > li .second {
    display: none;
    padding-left: 30px;
    margin: 8px 0 0 0;
  }
  #nav #pc-nav > li .second > li:not(:last-of-type) {
    margin-bottom: 3px;
  }
  #nav #pc-nav > li .second > li > a {
    color: #ffffff;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    padding-left: 22px;
    transition: all 0.2s ease-in-out;
    position: relative;
  }
  #nav #pc-nav > li .second > li > a:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 1.5px;
    background-color: #ffffff;
    transition: all 0.2s ease-in-out;
    position: absolute;
    top: 15.5px;
    left: 9px;
  }
  #nav #pc-nav > li .second > li > a:hover {
    color: #007e6b;
  }
  #nav #pc-nav > li .second > li > a:hover:before {
    background-color: #007e6b;
  }
  #nav #pc-nav > li .second > li.open > a {
    color: #007e6b;
  }
  #nav #pc-nav > li .second > li.open > a:before {
    background-color: #007e6b;
  }
  body#home #pc-nav > li > a {
    color: #151c53;
  }
  body#home #pc-nav > li > a:before {
    background-image: url(../images/common/arrow01_blue.svg);
  }
  body#home #pc-nav > li .second > li > a {
    color: #151c53;
  }
  body#home #pc-nav > li .second > li > a:before {
    background-color: #151c53;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #151c53;
    text-align: center;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .container-inner {
    padding: 48px 0 35px;
  }
  #footer .container-inner .f-sign {
    margin-bottom: 25px;
  }
  #footer .container-inner .f-sign .f-name {
    display: block;
    margin-bottom: 7px;
  }
  #footer .container-inner .f-sign .f-name > a {
    display: inline-block;
    font-size: 125%; /* 20px */
    font-weight: 500;
    text-decoration: none;
    line-height: 1.55;
    transition: opacity 0.3s ease-in-out;
  }
  #footer .container-inner .f-sign .f-name > a em {
    display: block;
    font-size: 140%; /* 28px */
    font-weight: 700;
  }
  #footer .container-inner .f-sign .f-name > a:hover {
    opacity: 0.6;
  }
  #footer .container-inner .f-sign .f-address {
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-address .f-place {
    vertical-align: middle;
    margin-bottom: 0;
  }
  #footer .container-inner .f-sign .f-address .f-tel {
    vertical-align: middle;
    margin-bottom: 0;
  }
  #footer .container-inner .f-banner {
    display: grid;
    grid-template-columns: repeat(3, 318px);
    justify-content: center;
    gap: 0 20px;
    margin-bottom: 50px;
  }
  #footer .container-inner .f-banner .banner {
    margin-bottom: 0;
    min-height: 48px;
  }
  #footer .container-inner .f-banner .banner > a {
    display: grid;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    place-items: center;
    width: 100%;
    height: 100%;
    font-size: 106.25%; /* 17px */
    font-weight: bold;
    line-height: 1.55;
    border: 1px solid #ffffff;
    padding: 12px 15px;
    box-sizing: border-box;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    justify-content: center;
  }
  #footer .container-inner .f-banner .banner > a:hover {
    color: #151c53;
    background-color: #ffffff;
  }
  #footer .copyright {
    font-size: 87.5%; /* 14px */
    margin: 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: 570px;
    margin-bottom: 22px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title:before {
    content: "";
    display: block;
    width: 946px;
    height: 100%;
    background-image: url(../images/common/title-filter01.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  #title .title-box {
    height: 100%;
  }
  #title .title-box .container-inner {
    height: 100%;
    padding: 0 0 45px 330px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 2;
  }
  #title .title-box .container-inner .inner {
    color: #ffffff;
    text-align: right;
  }
  #title .title-box .container-inner .inner .title {
    font-size: 312.5%; /* 50px */
    font-weight: 700;
    line-height: 1.45;
    margin: 0 -5px 5px 0;
  }
  #title .title-box .container-inner .inner .en_text {
    font-family: "Source Serif 4", serif;
    font-size: 168.75%; /* 27px */
    line-height: 1.2;
    margin-bottom: 0;
  }
  #title .filter {
    width: 100%;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
  }
  #title .filter .tr_multip {
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #231815, transparent);
    clip-path: polygon(0 0, calc(100% - 800px) 0, 100% 50%, calc(100% - 800px) 100%, 0 100%);
    opacity: 0.63;
  }
  #title .filter:before {
    content: "";
    display: block;
    width: 801px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 0, 100% 0, 100% 50%);
    position: absolute;
    top: 0;
    right: 0;
  }
  #title .filter:after {
    content: "";
    display: block;
    width: 801px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    clip-path: polygon(0 100%, 100% 100%, 100% 50%);
    position: absolute;
    top: 0;
    right: 0;
  }
  /* CONTENT */
  :where(#content a) {
    text-decoration: underline;
  }
  #breadcrumb {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1.45;
    margin-bottom: 90px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
  }
  #breadcrumb li a {
    color: #151c53;
  }
  #breadcrumb li a:hover {
    font-weight: 600;
    text-decoration: none;
  }
  #breadcrumb li.on {
    color: #151c53;
    font-weight: 600;
  }
  .section {
    margin-bottom: 120px;
  }
  .section-s {
    margin-bottom: 80px;
  }
  .section-ss {
    margin-bottom: 60px;
  }
  .section-sss {
    margin-bottom: 40px;
  }
  .section-ssss {
    margin-bottom: 20px;
  }
  .section-uniq {
    margin-bottom: 30px;
  }
  .pagetop {
    position: fixed;
    bottom: 20px;
    right: calc((100% - 1100px) / 2 - 66px);
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    text-decoration: none;
    background-color: #007e6b;
    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 */
  #bottoms {
    display: none;
  }
}

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