@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;
  }
}
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #223761;
}

@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    background: #ffffff;
    line-height: 1.86666667;
    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: #5f77aa;
    text-decoration: none;
  }
  a:link, a:visited {
    color: #5f77aa;
    text-decoration: none;
  }
  a:hover {
    color: #5f77aa;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1080px;
    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: 20px;
    height: 100px;
    margin: 0;
    z-index: 1;
  }
  #header .container-inner {
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  #header .primary {
    float: left;
    width: 280px;
  }
  #header .primary .h-logo {
    margin-bottom: 0;
  }
  #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 {
    float: right;
    width: 700px;
  }
  #header .h-contact {
    text-align: right;
  }
  #header .h-contact > a {
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 93.33333%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  #header .h-contact > a:hover {
    background-color: #666666;
  }
  /* NAV */
  #nav {
    margin: 0;
  }
  #nav .container-inner {
    height: 50px;
    position: relative;
    z-index: 3;
  }
  #nav #pc-nav {
    height: 50px;
    text-align: center;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
  }
  #nav #pc-nav > li {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    letter-spacing: normal;
    position: relative;
  }
  #nav #pc-nav > li > a {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    font-size: 106.666667%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  #nav #pc-nav > li > a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background-color: #fff;
    left: 0;
    bottom: 10px;
  }
  #nav #pc-nav > li > a:hover::after {
    width: 100%;
    transition: 0.2s;
  }
  #nav #pc-nav > li.on > a::after {
    width: 100%;
  }
  #nav #pc-nav > li.parent ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    margin-bottom: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #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-size: 93.33333%;
    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;
    text-decoration: none;
    padding: 2px 0;
  }
  #nav #pc-nav > li.parent ul li.on a,
  #nav #pc-nav > li.parent ul li a:hover {
    color: #1698d8;
  }
  /* 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-image: url(../images/common/f-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #footer .container-inner {
    padding: 40px 0;
    display: flex;
    justify-content: space-between;
  }
  #footer .container-inner .f-left {
    width: 560px;
  }
  #footer .container-inner .f-right {
    width: 330px;
    margin-top: 40px;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 18px;
  }
  #footer .f-name a {
    font-weight: bold;
    text-decoration: none;
    line-height: 1;
  }
  #footer .f-name a span {
    display: block;
    font-size: 150%;
    letter-spacing: 0.1em;
  }
  #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 {
    margin-bottom: 5px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: inline-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;
    margin-right: 8px;
  }
  #footer .f-banner a:after {
    content: none;
  }
  #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 .f-links a {
    display: block;
    line-height: 2;
  }
  #footer .copyright {
    margin: 0;
    font-size: 87.5%;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  /* 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 {
    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;
    position: relative;
    z-index: -1;
  }
  #title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.41);
    top: 0;
    left: 0;
  }
  #title .container-inner {
    padding: 0;
    height: 458px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    position: relative;
    z-index: 1;
  }
  #title .title-box {
    display: inline-block;
    margin-bottom: 50px;
  }
  #title .title {
    margin-bottom: 0;
    color: #fff;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .title span {
    letter-spacing: 0.075em;
  }
  #title .title .en {
    font-family: "Cinzel", serif;
    font-size: 500%;
    display: block;
    line-height: 1;
  }
  #title .title .ja {
    font-size: 150%;
    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: 18px 0 5px;
  }
  #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-s {
    margin-bottom: 60px;
  }
  .section-ss {
    margin-bottom: 40px;
  }
  .section-sss {
    margin-bottom: 20px;
  }
  .section-ssss {
    margin-bottom: 15px;
  }
  .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: #000;
    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;
  }
  /* LANGUAGE */
  #js-move_lang-target {
    display: flex;
    gap: 0;
    align-items: flex-start;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #js-move_lang-target .lang-text {
    display: inline-block;
    line-height: 1.4;
    font-size: 87.5%;
    /* 14px */
    background-color: #000;
    color: #fff;
    padding: 2px 12px;
    min-height: 24px;
    box-sizing: border-box;
  }
  .gtranslate_wrapper .gt-selected {
    text-align: right;
  }
}
