@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: #2d64ff;
  }
  a:hover {
    color: #2d64ff;
  }
  #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 {
    z-index: 50;
    height: 100px;
    margin: 0;
    padding: 20px;
    width: auto;
    margin-bottom: 35px;
  }
  #header.open {
    position: fixed;
    z-index: 2000;
  }
  #header.open .h-logo a {
    text-shadow: none;
    pointer-events: none;
  }
  #header.open .h-logo span {
    color: #fff;
  }
  #header .h-logo {
    margin-bottom: 0;
  }
  #header .h-logo a {
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.5), 0 0 0.7em rgba(255, 255, 255, 0.5), 0 0 0.5em rgba(255, 255, 255, 0.5);
    text-decoration: none !important;
  }
  #header .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 a span {
    display: block;
  }
  #header .name-ja {
    color: #000;
    font-size: 84.75%;
    font-family: "M PLUS 1", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  #header .name-ja span {
    display: block;
    font-weight: 600;
    font-size: 190.85%;
    letter-spacing: 0.02em;
  }
  #header .name-en {
    display: inline-block;
    font-size: 10px;
    font-weight: 400;
    font-family: "M PLUS 1", sans-serif;
    color: #1e288c;
    line-height: 1.5;
    letter-spacing: 0.005em;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #1e288c;
    padding: 50px 14px 50px;
    text-align: center;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 20px;
    flex-direction: column;
    gap: 20px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 0;
  }
  #footer .f-name .name-ja {
    font-family: "M PLUS 1", sans-serif;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  #footer .f-name .name-ja span {
    display: block;
    font-weight: 600;
    font-size: 187.5%;
    letter-spacing: 0;
  }
  #footer .f-name .name-en {
    font-size: 75%;
    font-weight: 400;
    font-family: "M PLUS 1", sans-serif;
    line-height: 1.6;
    line-height: 1.2;
    display: inline-block;
    margin-top: 10px;
  }
  #footer .f-name a {
    font-weight: bold;
    text-decoration: none;
  }
  #footer .f-name 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-address {
    font-size: 112.5%;
    font-weight: bold;
    line-height: 1.8;
    margin: 18px 0 20px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .f-address .f-map {
    display: inline-block;
    vertical-align: middle;
  }
  #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 {
    line-height: 0;
    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: 38px;
    right: 19px;
    z-index: 3500;
    margin-bottom: 0;
  }
  #sp-menu .menu {
    float: right;
    width: 50px;
    height: 50px;
  }
  #sp-menu button {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #2d64ff;
    border-radius: 50%;
    border: none;
    cursor: pointer;
  }
  #sp-menu button.close {
    background-color: #fff;
  }
  #sp-menu button.close .icon:before, #sp-menu button.close .icon:after {
    background: #1e288c;
    top: auto;
  }
  #sp-menu button.close .text {
    color: #1e288c;
  }
  #sp-menu button .icon {
    display: block;
    position: absolute;
    width: 28px;
    top: 36%;
    left: 0;
    right: 0;
    margin: auto;
    height: 2px;
    background: #fff;
    transition: 0.2s;
  }
  #sp-menu button .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0;
    background-color: #fff;
    transition: 0.3s;
    margin-top: -8px;
  }
  #sp-menu button .icon:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0px;
    left: 0;
    transform: translateY(-50%);
    background-color: #fff;
    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;
    left: 0px;
    right: 0;
    bottom: 10px;
    right: 0;
    margin: auto;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    line-height: 1;
  }
  #sp-menu .tel {
    display: none;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    top: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 99;
    display: none;
    background: linear-gradient(180deg, #2d64ff calc(100% - 100px), rgba(255, 255, 255, 0) 100px);
    padding-bottom: 50px;
  }
  #md-nav.scroll-nav {
    display: block;
    height: 100vh;
    background: #2d64ff;
  }
  #md-nav.scroll-nav #sp-nav {
    overflow: scroll;
    height: 340px;
    padding: 5px 0;
  }
  #md-nav::before {
    position: absolute;
    content: "";
    background-color: #2d64ff;
    clip-path: ellipse(50% 42% at 50% 50%);
    height: 194px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: -2;
  }
  #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: #1e288c;
    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: 150px 0 0;
    position: relative;
    text-align: center;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
  }
  #sp-nav li.on > a {
    position: relative;
  }
  #sp-nav li.on > a:before {
    position: absolute;
    content: "";
    background: #1e288c;
    color: #fff;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 13px 0;
    color: #FFF;
    font-weight: bold;
    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-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;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 210px;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title .container-inner {
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  #title .title-box {
    position: absolute;
    display: inline-block;
    z-index: 1;
    bottom: -75px;
  }
  #title .level01 {
    margin-bottom: 0;
    font-size: 100%;
    font-family: "M PLUS 1", sans-serif;
    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;
    color: #1e288c;
    font-size: 137.5%;
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  /* CONTENT */
  #content .container-inner {
    padding: 0 15px;
  }
  #breadcrumb {
    padding-top: 100px;
    margin-bottom: 10px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 85.7142%;
  }
  #breadcrumb li a {
    color: #000000;
  }
  #breadcrumb li.on {
    color: #2d64ff;
    font-weight: bold;
  }
  #main {
    margin-bottom: 50px;
  }
  #side {
    padding: 10px;
  }
  #content #side #snav {
    padding: 0 10px;
  }
  .section-l {
    margin-bottom: 80px;
  }
  .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;
    right: 10px;
    bottom: 15px;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 60px;
    height: 60px;
    line-height: 0;
    text-decoration: none;
    background-color: #FFF;
    border-radius: 50%;
    position: relative;
  }
  .pagetop a::after {
    position: absolute;
    content: "";
    top: 25px;
    left: 22px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #1e288c;
    border-left: 3px solid #1e288c;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .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-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;
  }
}
