@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: YuGothic, "Noto Sans JP", sans-serif;
}

@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    color: #000000;
    background: #ffffff;
    line-height: 2;
    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: rgba(20, 51, 103, 0.75);
    text-decoration: none;
  }
  a:link, a:visited {
    color: rgba(20, 51, 103, 0.75);
    text-decoration: none;
  }
  a:hover {
    color: rgba(20, 51, 103, 0.75);
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1000px;
    padding: 0 20px;
    margin: 0 auto;
    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: absolute;
    left: 0;
    right: 0;
    z-index: 100;
  }
  #header .header-inner {
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 110;
    height: 100px;
    box-sizing: border-box;
  }
  #header .primary {
    padding-top: 50px;
    padding-left: 20px;
  }
  #header .primary .h-logo {
    line-height: 1;
    margin-bottom: 0;
  }
  #header .primary .h-logo.kenkyukai a {
    display: flex;
    gap: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  #header .primary .h-logo a {
    color: #fff;
    font-weight: bold;
    font-weight: 700;
    font-size: 112.5%;
    display: block;
    margin-bottom: 8px;
  }
  #header .primary .h-logo a span {
    display: block;
    font-size: 211.11%;
    margin-top: 5px;
  }
  #header .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 .primary .h-logo a img {
    opacity: 1;
    visibility: visible;
  }
  #header .secondary .text-link {
    text-align: right;
    text-decoration: none !important;
    margin: 22px 0 15px;
    display: block;
    margin-right: 20px;
  }
  #header .secondary .text-link span {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 112.5%;
  }
  #header .secondary .text-link span::before {
    display: inline-block;
    width: 40px;
    content: url(../images/common/anchor-arrow_large_white.svg);
    margin-right: 10px;
    vertical-align: super;
    line-height: 0;
  }
  #header .secondary .text-link:hover {
    text-decoration: none;
    filter: alpha(opacity=60);
    /* IE 6,7*/
    -ms-filter: "alpha(opacity=60)";
    /* IE 8,9 */
    -moz-opacity: 0.8;
    /* FF , Netscape */
    -khtml-opacity: 0.8;
    /* Safari 1.x */
    opacity: 0.8;
    zoom: 1;
    /*IE*/
  }
  #header .secondary .btn-type01 a {
    position: fixed;
    right: 0;
    top: 160px;
    width: 40px;
    padding: 25px 3px 10px;
    line-height: 1.05;
    background-image: url(../images/common/arrow-contact.svg);
    background-size: 4px;
    background-position: top center;
  }
  #pcnav-filter {
    position: absolute;
    z-index: 61;
    background: url(../images/common/curve-sub_menu.png) no-repeat center left/contain, #39b44a;
    height: 500px;
    width: 100%;
    display: none;
  }
  .no-use a {
    pointer-events: none !important;
    color: #ccc !important;
  }
  .no-use a span {
    color: #757476 !important;
  }
  /* NAV */
  #nav {
    margin: 0;
    letter-spacing: -0.4em;
    background-color: #FFF;
  }
  #nav .container-inner {
    height: 50px;
    z-index: 3;
  }
  #nav #pc-nav {
    height: 50px;
    text-align: center;
  }
  #nav #pc-nav > li {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    letter-spacing: normal;
  }
  #nav #pc-nav > li > a {
    display: block;
    padding: 7px 36px;
    color: #143367;
    font-weight: 400;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
  }
  #nav #pc-nav > li > a:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    top: 24px;
    left: 0;
    transition: 0.3s;
    background-color: #39b44a;
    opacity: 0;
  }
  #nav #pc-nav > li > a:hover {
    color: #39b44a;
    transition: 0.3s;
  }
  #nav #pc-nav > li.on > a {
    color: #39b44a;
  }
  #nav #pc-nav > li.on > a:after {
    opacity: 1;
    transition: 0.3s;
  }
  #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;
  }
  #nav #pc-nav > li .child-box {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 140px;
  }
  #nav #pc-nav > li .child-box .child {
    display: flex;
    justify-content: center;
    gap: 50px;
  }
  #nav #pc-nav > li .child-box .child a {
    font-size: 150%;
    font-weight: 600;
    color: #000;
    position: relative;
    text-decoration: none;
    padding-bottom: 10px;
  }
  #nav #pc-nav > li .child-box .child a:after {
    position: absolute;
    content: "";
    width: 0%;
    height: 1.5px;
    bottom: 0;
    left: 0;
    transition: 0.3s;
    background-color: #000;
  }
  #nav #pc-nav > li .child-box .child a:hover:after {
    width: 100%;
    transition: 0.3s;
  }
  #nav #pc-nav > li .child-box .child .open > a:after {
    width: 100%;
    transition: 0.3s;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    background-color: #143367;
    color: #fff;
    text-align: center;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
  }
  #footer .container-inner {
    padding: 40px 0 15px;
  }
  #footer a {
    color: #fff !important;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 5px;
  }
  #footer .f-name a {
    font-weight: 700;
    font-size: 125%;
    margin-bottom: 2px;
  }
  #footer .f-name a span {
    font-size: 120%;
  }
  #footer .f-name a:hover {
    filter: alpha(opacity=60);
    text-decoration: none;
    /* 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-sign {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 85px;
    margin-bottom: 35px;
  }
  #footer .f-sign .f-address {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 1.75;
  }
  #footer .f-sign .f-address .f-place {
    display: block;
  }
  #footer .btn-type01 a {
    width: 154px;
    font-size: 100%;
    padding: 7px 0 7px 15px;
    box-sizing: border-box;
  }
  #footer #fbottom .copyright {
    margin: 0;
    padding: 10px 0;
    font-size: 87.5%;
    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 {
    width: auto;
    height: 510px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    position: relative;
  }
  #title:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(20, 51, 103, 0.75);
    top: 0;
    left: 0;
  }
  #title .deco:after {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    pointer-events: none;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 510px;
    background-image: url(../images/common/title-lines.svg);
    z-index: 2;
  }
  #title .title-box {
    position: absolute;
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    width: 100%;
  }
  #title .level01 {
    line-height: 1.25;
    color: #fff;
    text-align: center;
    font-size: 175%;
    margin-bottom: 15px;
    font-weight: bold;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #title .title {
    line-height: 1.25;
    color: #fff;
    text-align: center;
    font-size: 262.5%;
    font-weight: bold;
  }
  #title .title span {
    display: block;
  }
  #title .title_en {
    font-size: 625%;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    color: #fff;
  }
  #md-site.blue #title .level01 {
    color: #0A56A0;
  }
  #md-site.black #title .level01 {
    color: #000000;
  }
  /* CONTENT */
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    margin-bottom: 20px;
    padding-top: 10px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 87.5%;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif;
    font-weight: 500;
    font-weight: bold;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #143367;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section {
    margin-bottom: 110px;
  }
  .section-s {
    margin-bottom: 75px;
  }
  .section-ss {
    margin-bottom: 50px;
  }
  .section-sss {
    margin-bottom: 25px;
  }
  .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: #143367;
    border: 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 */
  #bottoms {
    display: none;
  }
}
@media all and (min-width: 1280px) {
  #title {
    background-position: center center;
  }
}
