@charset "UTF-8";
@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    color: #0a1432;
    background: #ffffff;
    line-height: 2.1;
    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;
  }
  a {
    color: #28788c;
    text-decoration: none;
  }
  a:link, a:visited {
    color: #28788c;
    text-decoration: none;
  }
  a:hover {
    color: #28788c;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .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: relative;
  }
  #header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 250px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: 1;
  }
  #header .header-inner {
    max-width: 1280px;
    margin: auto;
    padding: 16px 15px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
  }
  #header .primary {
    width: 376px;
  }
  #header .primary .h-logo {
    margin-bottom: 0;
  }
  #header .primary .h-logo > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: #0a1432;
    line-height: 1.5;
  }
  #header .primary .h-name {
    font-size: 125%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
  #header .primary .h-name span {
    font-size: 130%;
  }
  #header .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 .secondary {
    flex: 1;
  }
  #header .h-contact {
    text-align: right;
  }
  #header .h-contact > a {
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
  }
  #header .h-contact > a:hover {
    background-color: #666666;
  }
  /*メガNAV　背景*/
  .pc-nav_float .primary .h-name {
    color: #fff !important;
    text-shadow: 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432 !important;
  }
  .pc-nav_float .nav-list > li a {
    text-shadow: 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432, 0 0 3px #0a1432 !important;
    color: #fff !important;
    transition: 0.2s !important;
  }
  #pcnav-filter {
    position: absolute;
    top: 0px;
    z-index: 3;
    background: rgba(10, 20, 50, 0.8);
    height: 458px;
    width: 100%;
    display: none;
  }
  /* NAV */
  #nav {
    margin: 0;
    letter-spacing: -0.4em;
  }
  #nav .container-inner {
    position: relative;
    z-index: 3;
  }
  #nav #pc-nav {
    text-align: right;
  }
  #nav #pc-nav > li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #nav #pc-nav > li:first-child a {
    font-family: "Montserrat", sans-serif;
    font-size: 137.5%;
    line-height: 1.95;
  }
  #nav #pc-nav > li > a {
    display: block;
    padding: 10px 15px;
    color: #0a1432;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
    font-size: 112.5%;
    transition: 0.2s;
  }
  #nav #pc-nav > li > a:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: #c8283c;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  #nav #pc-nav > li.parent.on > a:after,
  #nav #pc-nav > li.parent a:hover:after {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
  }
  #nav #pc-nav > li.parent ul {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  #nav #pc-nav > li.parent ul li {
    display: block;
    padding: 0 10px;
  }
  #nav #pc-nav > li.parent ul li a {
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0;
    position: relative;
    font-size: 125%;
    text-align: center;
    line-height: 1.8;
  }
  #nav #pc-nav > li.parent ul li a span {
    display: block;
    line-height: 1.8;
    font-size: 75%;
  }
  #nav #pc-nav > li.parent ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transition: 0.2s;
  }
  #nav #pc-nav > li.parent ul li.open a::after,
  #nav #pc-nav > li.parent ul li a:hover::after {
    width: 100%;
  }
  #nav #pc-nav > li .snav-box {
    width: 100% !important;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 140px;
  }
  #nav #pc-nav > li .snav-box .child-box {
    text-align: center;
    width: 1000px;
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    padding: 50px 0 10px;
    color: #ffffff;
    background-color: #0a1432;
    position: relative;
  }
  #footer:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 200px;
    right: 0;
    top: -50px;
    background-image: url(../images/common/pattern-footer01.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 25px;
    line-height: 1.4;
  }
  #footer .f-name a {
    font-size: 150%;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    text-decoration: none;
  }
  #footer .f-name a span {
    display: inline-block;
    font-size: 141.66%;
    margin-left: 10px;
  }
  #footer .f-name 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*/
  }
  #footer .f-address {
    line-height: 1.7;
    margin-bottom: 30px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: block;
    vertical-align: middle;
    margin-right: 14px;
  }
  #footer .f-address .f-map {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .f-address .f-map a {
    display: inline-block;
    padding: 2px 10px;
    text-decoration: none;
    border: 1px solid #ffffff;
  }
  #footer .f-address .f-map a:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }
  #footer .f-banner a {
    display: inline-block;
    padding: 0;
    line-height: 0;
  }
  #footer .f-banner 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*/
  }
  #footer .copyright {
    margin: 0;
    padding: 15px 0 20px;
    font-size: 85.7142%;
    text-align: center;
  }
  /* 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 .title-bg {
    margin: 0;
    width: auto;
    height: 458px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #title .container-inner {
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #title .title-box {
    display: inline-block;
    padding: 25px 30px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0a1432;
    position: relative;
    z-index: 5;
  }
  #title .title-box::before, #title .title-box:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #title .title-box::before {
    height: 100px;
    right: calc(50% + 540px);
    background-image: url(../images/common/pattern-title01.svg);
    background-position: right bottom;
    background-size: auto 100px;
    background-repeat: repeat;
  }
  #title .title-box:after {
    height: 200px;
    right: 0;
    background-image: url(../images/common/pattern-title02.svg);
    background-position: right bottom;
    background-size: auto 200px;
  }
  #title .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
    padding-left: 15px;
  }
  #title .title .ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 187.5%;
    letter-spacing: 0.1em;
  }
  #title .title .en {
    font-family: "Montserrat", sans-serif;
    font-size: 281.25%;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.05em;
  }
  #title .title .en:first-letter {
    color: #c8283c;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #0a1432;
    font-size: 112.5%;
    font-family: "UD Shin Go Regular", "UD?V?S R", "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro", "???C???I", Meiryo, Osaka, "?l?r ?o?S?V?b?N", "MS PGothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #md-site.blue #title .level01 {
    color: #0A56A0;
  }
  #md-site.black #title .level01 {
    color: #000000;
  }
  /* CONTENT */
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    padding-top: 10px;
    margin-bottom: 100px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #000000;
    font-weight: bold;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section {
    margin-bottom: 80px;
  }
  .section:last-of-type {
    margin-bottom: 188px;
  }
  .section-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 20px;
  }
  .section-ssss {
    margin-bottom: 10px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 0;
    text-decoration: none;
    background-color: #0a1432;
    border: 1px solid #ffffff;
    position: relative;
  }
  #md-site.blue .pagetop a, #md-site.black .pagetop a {
    background-color: transparent;
  }
  .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;
  }
  .inlink {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #bottoms {
    display: none;
  }
}
