@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: #0a1432;
  }
  a:hover {
    color: #0a1432;
  }
  #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: 75px;
    z-index: 3000;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  }
  #header .container-inner {
    padding: 10px 110px 10px 15px;
  }
  #header.sp-fixed {
    position: fixed;
    background-color: #fff;
  }
  #header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
    padding: 12px 10px;
  }
  #header .h-logo > a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0a1432;
    line-height: 1.5;
    text-decoration: none;
  }
  #header .h-name {
    font-size: 87.5%;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: bold;
    text-shadow: 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff, 0 0 3px #ffffff;
  }
  #header .h-name span {
    font-size: 128.57%;
    display: block;
  }
  #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(87px, 100%);
  }
  #header .secondary {
    display: none;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #0a1432;
    position: relative;
  }
  #footer:after {
    position: absolute;
    content: "";
    width: 80%;
    height: 100px;
    right: 0;
    top: -27px;
    background-image: url(../images/common/pattern-footer01.svg);
    background-position: right bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    background-size: auto 100px;
  }
  #footer .container-inner {
    padding: 120px 30px 11px;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 8px;
  }
  #footer .f-name a {
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
  }
  #footer .f-name a .small {
    display: block;
    font-size: 83.33333%;
  }
  #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: 30px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel {
    display: block;
    margin-bottom: 0;
    font-size: 93.33333%;
  }
  #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;
    margin-bottom: 10px;
  }
  #footer .f-banner a {
    display: block;
    margin: auto;
    padding: 0;
    line-height: 0;
    width: 45px;
  }
  #footer .f-banner a:first-child {
    width: 182px;
    margin-bottom: 30px;
  }
  #footer .f-banner a:nth-child(2) {
    width: 265px;
    margin-bottom: 20px;
  }
  #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: 75%;
    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;
    background: url(../images/common/anchor-circle.png) no-repeat center/contain;
  }
  #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: #0a1432;
    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: #0a1432;
    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);
  }
  #sp-menu .menu button.close .icon::after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  #md-nav {
    position: fixed;
    top: 75px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-color: #cceced;
  }
  #sp-nav {
    margin: 30px;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #ffffff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 20px 12px 20px 35px;
    font-size: 120%;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    color: #0a1432;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }
  #sp-nav li a:after,
  #sp-nav li span.parent:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background-color: #c8283c;
    top: 50%;
    left: 6px;
    transform: translateY(-50%);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }
  #sp-nav li .child-box {
    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: 100%;
    padding: 5px 10px 8px 24px;
    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: #0a1432;
    position: absolute;
    top: 14.5px;
    right: 10px;
  }
  #sp-nav li span.parent span:after {
    content: "";
    display: inline-block;
    height: 18px;
    width: 3px;
    background-color: #0a1432;
    position: absolute;
    top: 7px;
    right: 17.5px;
    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 li.on a,
  #sp-nav li li a:hover {
    color: #c8283c;
  }
  #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:after,
  #sp-nav > li.on span.parent:after {
    opacity: 1;
    visibility: visible;
    transition: 0.2s;
  }
  /* TITLE */
  #title .title-bg {
    margin: 0;
    width: auto;
    height: 230px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  #title .container-inner {
    padding: 0;
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
  }
  #title .title-box {
    display: inline-block;
    padding: 5px 10px 5px 50px;
    width: 100%;
    box-sizing: border-box;
    background-color: #0a1432;
    position: relative;
    z-index: 5;
  }
  #title .title-box::before, #title .title-box:after {
    position: absolute;
    content: "";
    width: 100%;
    bottom: 0px;
    background-repeat: no-repeat;
    pointer-events: none;
  }
  #title .title-box::before {
    height: 40px;
    left: 0;
    background-image: url(../images/common/pattern-title01_sp.svg);
    background-position: left bottom;
    background-size: auto 40px;
  }
  #title .title-box:after {
    height: 85px;
    right: 0;
    background-image: url(../images/common/pattern-title02.svg);
    background-position: right bottom;
    background-size: auto 85px;
  }
  #title .title {
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.3;
    z-index: 1;
    position: relative;
  }
  #title .title .ja {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 112.5%;
  }
  #title .title .en {
    font-family: "Montserrat", sans-serif;
    font-size: 187.5%;
    line-height: 1;
    display: inline-block;
    letter-spacing: -0.05em;
  }
  #title .title .en:first-letter {
    color: #c8283c;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #0a1432;
    font-size: 112.5%;
    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;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  /* CONTENT */
  #content .container-inner {
    padding: 0 25px;
  }
  #breadcrumb {
    margin-bottom: 36px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 87.75%;
  }
  #breadcrumb li a {
    color: #0a1432;
  }
  #breadcrumb li.on {
    color: #0a1432;
    font-weight: bold;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section {
    margin-bottom: 50px;
  }
  .section:last-of-type {
    margin-bottom: 100px;
  }
  .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: #0a1432;
    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 */
  #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);
  }
  /* SUBNAV */
  #subnav {
    margin-bottom: 15px;
    border-bottom: 1px solid #e7882b;
  }
  #subnav .subnav-list {
    letter-spacing: -0.4em;
  }
  #subnav .subnav-list > li {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: normal;
  }
  #subnav .subnav-list > li > a {
    display: block;
    margin: 0 5px 5px;
    padding: 5px 5px 5px 15px;
    font-size: 0.9285em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    background-image: url(../images/common/anchor-type01.png);
    background-position: 5px 6px;
    background-repeat: no-repeat;
    background-size: 7px 12px;
    border-bottom: 2px solid transparent;
  }
  #subnav .subnav-list > li.on > a,
  #subnav .subnav-list > li > a:hover {
    border-bottom-color: #e7882b;
  }
}
