@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 only screen and (max-width: 750px) {
  body {
    font-size: 100%;
    /* 16px */
    color: #000000;
    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,
  a:link,
  a:visited {
    color: rgba(20, 51, 103, 0.75);
  }
  a:hover {
    color: rgba(20, 51, 103, 0.75);
  }
  #top {
    position: relative;
  }
  #md-site {
    overflow: hidden;
  }
  .container-inner {
    width: auto;
  }
  .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;
    width: 100%;
    height: 70px;
    z-index: 3000;
    padding: 10px;
  }
  #header.sp-nav {
    position: fixed;
  }
  #header .primary .h-logo {
    line-height: 1;
    margin-bottom: 0;
  }
  #header .primary .h-logo a {
    color: #fff;
    font-weight: bold;
    font-weight: 700;
    font-size: 62.5%;
    display: block;
    margin-bottom: 8px;
  }
  #header .primary .h-logo a span {
    display: block;
    font-size: 210%;
    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 .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .h-logo.kenkyukai a {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  #header .h-logo.kenkyukai a img {
    width: 40px;
  }
  #header .h-logo a {
    display: inline-block;
    text-decoration: none;
  }
  #header .h-logo a:hover,
  #header .h-logo a:active {
    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 {
    display: none;
  }
  /* 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: 50px 20px 0px;
  }
  #footer a {
    text-decoration: none !important;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 5px;
  }
  #footer .f-name a {
    font-weight: 700;
    font-size: 125%;
    margin-bottom: 23px;
    color: #fff;
    line-height: 1.4;
    display: inline-block;
  }
  #footer .f-name a span {
    font-size: 120%;
    display: block;
  }
  #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 {
    width: auto;
    color: #fff;
  }
  #footer .f-sign .f-address {
    line-height: 1.75;
    margin-bottom: 30px;
    text-align: center;
  }
  #footer .f-sign .f-address .f-place {
    display: block;
  }
  #footer .f-sign .f-address .tellink a {
    color: #4ee2f4;
  }
  #footer .f-sign .f-address .f-fax {
    margin-left: 10px;
  }
  #footer .f-sign .btn-type01 {
    margin-bottom: 10px;
  }
  #footer .f-sign .btn-type01 a {
    font-size: 100%;
    padding: 8px 0;
    box-sizing: border-box;
    width: 150px;
  }
  #footer #fbottom {
    color: #ffffff;
  }
  #footer #fbottom .copyright {
    margin: 0;
    padding: 10px 4px 36px;
    font-size: 85.7142%;
    text-align: center;
    line-height: 1.7;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 13px;
    right: 19px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 35px;
    height: 35px;
  }
  #sp-menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0);
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: left;
  }
  #sp-menu button.close .icon:before, #sp-menu button.close .icon:after {
    top: auto;
    bottom: -5px;
  }
  #sp-menu button .icon {
    display: block;
    position: absolute;
    top: 47%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: rgba(255, 255, 255, 0);
    transition: 0.2s;
  }
  #sp-menu button .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 7px;
    left: 0;
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    margin-top: -8px;
  }
  #sp-menu button .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #FFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    transition: 0.3s;
    margin-top: 8px;
  }
  #sp-menu button.close .icon {
    background: transparent;
  }
  #sp-menu button.close .icon:before {
    margin-top: 0;
    transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
  }
  #sp-menu button.close .icon:after {
    margin-top: 0;
    transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
  }
  #sp-menu button .text {
    display: block;
    position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 75%;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5), 0 0px 2px rgba(0, 0, 0, 0.5);
    line-height: 1;
  }
  #sp-menu .tel {
    display: none;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 99;
    display: none;
    background: #143367;
  }
  #md-nav .sp-btn {
    text-align: center;
  }
  #md-nav .sp-btn .text-link {
    text-decoration: none !important;
    margin: 30px;
    display: block;
  }
  #md-nav .sp-btn .text-link a span {
    color: #fff;
    display: block;
    font-weight: bold;
    font-size: 125%;
  }
  #md-nav .sp-btn .text-link a 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;
  }
  #md-nav .sp-btn .text-link a: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*/
  }
  #md-nav .sp-btn .btn-type01 a {
    font-size: 125%;
    width: 200px;
    padding-left: 0;
  }
  .no-use a,
  .no-use span {
    pointer-events: none !important;
    color: #ccc !important;
  }
  .no-use.btn-type01 a {
    background-color: #9e9e9e !important;
    color: #ccc !important;
  }
  #sp-nav {
    padding: 0 30px;
    margin: 83px 0 0;
    position: relative;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 15px 0 10px;
    color: #FFF;
    font-weight: bold;
    font-size: 125%;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    border-bottom: solid 1px #465979;
  }
  #sp-nav li a span.sub,
  #sp-nav li span.parent span.sub {
    font-size: 10px;
  }
  #sp-nav li ul {
    display: none;
    padding-top: 1px;
    margin: 10px 0;
  }
  #sp-nav li .child {
    margin: 0;
    margin-bottom: 0px;
  }
  #sp-nav li .child:last-child {
    border-bottom: none;
  }
  #sp-nav li .child a {
    display: block;
    font-size: 112.5%;
    padding: 10px 0;
    margin-left: 20px;
  }
  #sp-nav li .child a::before {
    content: "-";
    margin-right: 5px;
  }
  #sp-nav li .child li {
    padding: 0;
  }
  #sp-nav li .child li.on a,
  #sp-nav li .child a:hover {
    font-weight: 600;
  }
  #sp-nav li span.parent span {
    position: relative;
    padding-right: 35px;
    display: block;
  }
  #sp-nav li span.parent span:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 2px;
    background-color: #FFF;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  #sp-nav li span.parent span:after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 2px;
    background-color: #FFF;
    position: absolute;
    top: 7px;
    right: 18px;
    transition: transform 0.3s;
    transform-origin: center;
  }
  #sp-nav li span.parent.open span:after {
    transform: scale(0);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #sp-nav li.on > a,
  #sp-nav li.on span.parent {
    font-weight: 600;
    background-color: #25436C;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 200px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center 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;
    text-align: center;
  }
  #title .title-box {
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    z-index: 1;
    width: 100%;
    text-align: center;
  }
  #title .level01 {
    line-height: 1.25;
    color: #fff;
    text-align: center;
    font-size: 125%;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #title .title {
    line-height: 1.25;
    color: #fff;
    text-align: center;
    font-size: 118.75%;
    font-weight: bold;
  }
  #title .title span {
    display: block;
  }
  #title .title_en {
    font-size: 281.25%;
    font-family: "Oswald", sans-serif;
    line-height: 1;
    color: #fff;
  }
  /* CONTENT */
  #content .container-inner {
    padding: 0 20px;
  }
  #breadcrumb {
    margin-bottom: 25px;
    padding-top: 0px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
    font-weight: 500;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #143367;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 60px;
  }
  .section-s {
    margin-bottom: 40px;
  }
  .section-ss {
    margin-bottom: 20px;
  }
  .section-sss {
    margin-bottom: 10px;
  }
  .section-ssss {
    margin-bottom: 5px;
  }
  .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;
  }
  .inlink {
    margin-top: -65px;
    padding-top: 65px;
  }
  /* SNAV */
}
