@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;
    line-height: 1.86666667;
    word-wrap: break-word;
    background-image: url(../images/common/pattern02.png);
    background-size: auto 39px;
    background-position: top center;
    background-repeat: repeat;
  }
  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: #0071bc;
  }
  a:hover {
    color: #0071bc;
  }
  #top {
    position: relative;
  }
  .container-inner {
    padding: 0 20px;
    box-sizing: border-box;
  }
  .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: 60px;
    z-index: 3000;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header.sp-nav {
    position: fixed;
    z-index: 3000;
  }
  #header.sp-nav::before {
    background: rgba(255, 255, 255, 0);
  }
  #header.sp-nav a {
    color: #fff !important;
  }
  #header .container-inner {
    padding: 15px 60px 10px 15px;
  }
  #header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .h-logo a {
    color: #000;
    display: inline-block;
    line-height: 1.7;
  }
  #header .h-logo .ja {
    font-weight: bold;
    display: block;
    line-height: 1;
    font-size: 118.75%;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #header .h-logo .ja span {
    font-size: 134.78%;
  }
  #header .h-logo .en {
    font-family: "Roboto", sans-serif;
    letter-spacing: -0.01em;
    display: inline-block;
    font-size: 87.5%;
    margin-top: 8px;
    line-height: 1.2;
  }
  #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 {
    padding: 110px 0 10px;
    position: relative;
  }
  #footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/pattern01.svg);
    background-size: auto 80px;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    top: 0px;
    z-index: 99;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 5px;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #footer .f-name a {
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    color: #000;
  }
  #footer .f-name a span {
    font-size: 133.33%;
    margin-left: 15px;
  }
  #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;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel {
    display: block;
    margin-bottom: 0;
    font-size: 93.33333%;
    text-align: center;
  }
  #footer .f-address .f-fax {
    display: block;
    margin-bottom: 0;
    font-size: 93.33333%;
    text-align: center;
    margin-bottom: 10px;
  }
  #footer .f-address .f-map {
    display: block;
    text-align: center;
  }
  #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 {
    text-align: center;
  }
  #footer .f-banner a {
    display: inline-block;
    padding: 0;
    line-height: 0;
  }
  #footer .f-banner a:hover, #footer .f-banner 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 .copyright {
    margin: 0;
    padding: 0;
    font-size: 85.7142%;
    text-align: center;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu {
    position: fixed;
    top: 15px;
    right: 12px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 35px;
    height: 35px;
  }
  #sp-menu .menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0);
    border: none;
  }
  #sp-menu .menu button .icon {
    display: block;
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 3px;
    background: #8c0000;
    transition: 0.2s;
  }
  #sp-menu .menu button .icon:before, #sp-menu .menu button .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    width: 26px;
    height: 3px;
    background: #8c0000;
    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 {
    margin-top: 0;
  }
  #sp-menu .menu button.close .icon::after {
    margin-top: 0;
  }
  #sp-menu .menu button.close .icon::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #fff !important;
  }
  #sp-menu .menu button.close .icon::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    background: #fff !important;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-color: rgba(140, 0, 0, 0.9);
    padding-top: 75px;
  }
  #sp-nav {
    margin: 30px;
  }
  #sp-nav > li {
    border-bottom: solid 1px #b16266;
  }
  #sp-nav li {
    width: 100%;
    line-height: 1.4;
  }
  #sp-nav li.on > a,
  #sp-nav li.on span.parent {
    color: #ffeb3b;
  }
  #sp-nav li a[target=_blank]:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 12px;
    margin-left: 12px;
    background-image: url("../images/common/anchor-blank_white.svg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #ffffff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    display: block;
    padding: 20px 12px;
    font-size: 120%;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  #sp-nav li .child {
    display: none;
    padding-top: 1px;
    margin: 0 0 15px 15px;
  }
  #sp-nav li li:last-child {
    border-bottom: none;
  }
  #sp-nav li li a,
  #sp-nav li li span.parent {
    display: block;
    font-size: 112.5%;
    padding: 0 10px 15px;
    text-indent: -1em;
    padding-left: 2em;
  }
  #sp-nav li li a::before,
  #sp-nav li li span.parent::before {
    content: "─";
    margin-right: 8px;
  }
  #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: 3px;
    background-color: #fff;
    position: absolute;
    top: 14.5px;
    right: 10px;
  }
  #sp-nav li span.parent span:after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 3px;
    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: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
  #sp-nav li span.cnst,
  #sp-nav li li span.cnst {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    min-height: 260px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    mask-position: center bottom;
    mask-size: auto 261px;
    mask-image: url(../images/common/image-mask_title.svg);
    mask-repeat: repeat-x;
    box-sizing: border-box;
  }
  #title .container-inner {
    padding: 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  #title .title-box {
    margin-bottom: 50px;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #FF0000;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #title .title {
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .title .en {
    font-size: 187.5%;
    font-family: "Barlow Condensed", sans-serif;
    color: #8c0000;
    line-height: 1;
    margin-bottom: 5px;
    text-shadow: 0 0 2px #FFF, 0 0 4px #FFF, 0 0 8px #FFF;
  }
  #title .title .ja {
    font-size: 125%;
    text-shadow: 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF, 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
    position: relative;
  }
  #content::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/title-line_mask.svg);
    background-size: auto 62px;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 80px;
    top: -60px;
    z-index: 99;
  }
  #breadcrumb {
    padding: 20px 0;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
  }
  #breadcrumb li a {
    font-family: "Noto Sans JP", sans-serif;
    color: #0071bc;
  }
  #breadcrumb 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: #8c0000;
    border: 1px solid #ffffff;
    position: relative;
  }
  .pagetop a::before {
    position: absolute;
    content: "";
    left: 13px;
    top: 18px;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .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 {
    display: none;
  }
  .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);
  }
}
