@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: #5f77aa;
  }
  a:hover {
    color: #5f77aa;
  }
  #top {
    position: relative;
  }
  .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;
  }
  #header.sp-nav {
    position: fixed;
    background-color: #223761;
    height: 100px;
    opacity: 0.9;
  }
  #header .container-inner {
    padding: 18px 110px 10px 15px;
  }
  #header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #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 .h-logo a img {
    width: min(217px, 100%);
  }
  #header .secondary {
    display: none;
  }
  /* 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 10px 25px;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 25px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 15px;
  }
  #footer .f-name a {
    display: block;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    line-height: 1.5;
  }
  #footer .f-name a span {
    display: block;
    font-size: 150%;
  }
  #footer .f-name a:hover, #footer .f-name 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*/
  }
  #footer .f-address {
    margin-bottom: 20px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel {
    display: block;
    margin-bottom: 0;
    text-align: center;
  }
  #footer .f-banner {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-bottom: 40px;
  }
  #footer .f-banner a {
    display: inline-block;
    padding: 0;
    line-height: 0;
    margin-right: 8px;
  }
  #footer .f-banner a img {
    width: 50px;
  }
  #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 {
    text-align: center;
  }
  #footer .f-links a {
    display: block;
    line-height: 2;
    text-decoration: none;
  }
  #footer #fbottom {
    padding-bottom: 60px;
  }
  #footer .copyright {
    margin: 0;
    padding: 0;
    font-size: 85.7142%;
    text-align: center;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu .menu {
    float: right;
    width: 32px;
    height: 32px;
    z-index: 3001;
    position: fixed;
    right: 10px;
    top: 10px;
  }
  #sp-menu .menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
  }
  #sp-menu .menu button .icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 3px;
    background: #000;
    transition: 0.2s;
  }
  #sp-menu .menu button .icon:before, #sp-menu .menu button .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    width: 22px;
    height: 3px;
    background: #000;
    transition: 0.3s;
  }
  #sp-menu .menu button .icon:before {
    margin-top: -9px;
  }
  #sp-menu .menu button .icon:after {
    margin-top: 7px;
  }
  #sp-menu .menu button.close .icon {
    background: transparent;
  }
  #sp-menu .menu button.close .icon:before, #sp-menu .menu button.close .icon:after {
    margin-top: 0;
  }
  #sp-menu .menu button.close .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu button.close .icon:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 99;
    display: none;
    background: #223761;
  }
  #md-nav::before {
    position: absolute;
    content: "";
    height: 430px;
    width: 100%;
    top: 5em;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    background-image: url(../images/common/sp-nav_illustra.svg);
  }
  #sp-nav {
    margin: 110px 30px;
    height: 100vh;
    position: relative;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: solid 1px rgba(233, 235, 239, 0.15);
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 12px 10px;
    color: #FFF;
    font-weight: 400;
    font-size: 125%;
    letter-spacing: 0.05em;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  #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-left: 10px;
    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;
  }
  #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 {
    background: rgba(233, 235, 239, 0.15);
  }
  #sp-nav li span.parent span {
    position: relative;
    padding-right: 35px;
    display: inline-block;
    width: 100%;
  }
  #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 {
    background: rgba(233, 235, 239, 0.15);
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 250px;
    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(0, 0, 0, 0.41);
    top: 0;
    left: 0;
  }
  #title .container-inner {
    padding: 20px;
    height: 250px;
    margin: auto;
    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;
  }
  #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: 250%;
    display: block;
    line-height: 1;
  }
  #title .title .ja {
    font-size: 150%;
    font-weight: bold;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 0 20px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
  }
  #breadcrumb li li a {
    color: #000000;
  }
  #breadcrumb li li.on {
    color: #000000;
    font-weight: bold;
  }
  #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: #000;
    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 */
  #snav .title-snav {
    padding: 5px 5px 3px;
    color: #ffffff;
    font-size: 1.2em;
    letter-spacing: 4pt;
    text-indent: 4pt;
    text-align: center;
    background-color: #f18c27;
  }
  #snav .snav-list > li > a {
    display: block;
    padding: 10px 10px 6px 36px;
    color: #000000;
    font-weight: bold;
    background-image: url(../images/common/anchor-type02.png);
    background-position: 24px 16px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-bottom: 1px solid #969696;
  }
  #snav .snav-list > li.on > a,
  #snav .snav-list > li > a:hover {
    color: #f08b26;
    background-image: url(../images/common/anchor-type01.png);
  }
  /* LANGUAGE */
  #js-move_lang-target {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1900;
  }
  #js-move_lang-target .lang-text {
    display: none;
  }
  /* HOME */
}
