@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: #000;
    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: #2881c8;
  }
  a:hover {
    color: #2881c8;
  }
  #top {
    position: relative;
  }
  #md-site {
    overflow: hidden;
    padding-top: 62px;
  }
  .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: fixed;
    top: 0;
    z-index: 103;
    background: #fff;
    width: 100%;
  }
  #header .header-inner {
    margin: auto;
    position: relative;
    height: 62px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 5px 10px;
    box-sizing: border-box;
  }
  #header .primary .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .primary .h-logo a {
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-weight: bold;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    text-decoration: none;
  }
  #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 .primary .h-logo a picture {
    width: 35px;
  }
  #header .primary .h-logo .h-name {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    line-height: 1;
  }
  #header .primary .h-logo .h-name .ja {
    font-size: 65%;
    font-weight: bold;
  }
  #header .primary .h-logo .h-name .ja span {
    font-size: 115%;
  }
  #header .primary .h-logo .h-name .en {
    display: block;
    font-size: 62.5%;
    font-weight: bold;
  }
  #header .secondary {
    display: none;
  }
  /* FOOTER */
  #footer {
    background-color: #000;
    text-align: center;
    padding: 35px 20px;
    color: #fff;
    position: relative;
  }
  #footer .deco {
    width: 370px;
    right: 0px;
    bottom: 0;
    position: absolute;
    opacity: 0.5;
    height: 350px;
    pointer-events: none;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 0;
    color: #fff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-bottom: 10px;
  }
  #footer .f-name span {
    display: block;
  }
  #footer .f-name .ja {
    font-size: 100%;
    font-weight: bold;
  }
  #footer .f-name .ja > span {
    display: block;
    font-size: 120%;
    line-height: 1.2;
  }
  #footer .f-name .en {
    display: block;
    font-size: 62.5%;
  }
  #footer .f-name: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 .f-place {
    display: block;
  }
  #footer .f-address .f-tel a {
    color: #fffeee !important;
  }
  #footer .f-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    margin: 30px auto;
  }
  #footer .f-banner a {
    width: 47.5%;
    font-size: 75%;
    min-height: 50px;
    border: solid 1px #fff;
    line-height: 1.25;
    padding: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none;
  }
  #footer .f-banner a:hover {
    filter: alpha(opacity=60);
    text-decoration: none !important;
    /* 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 #fbottom {
    margin-top: 5px;
  }
  #footer #fbottom .copyright {
    margin: 0;
    font-size: 85.7142%;
    text-align: center;
  }
  /* NAVIGATION */
  #nav {
    display: none;
  }
  #sp-menu .menu {
    float: right;
    width: 50px;
    height: 60px;
    z-index: 110;
    position: fixed;
    right: 10px;
    top: 5px;
  }
  #sp-menu .menu a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
  }
  #sp-menu .menu a .icon {
    display: block;
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 4px;
    background: #000;
    transition: 0.2s;
  }
  #sp-menu .menu a .icon:before, #sp-menu .menu a .icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: auto;
    width: 32px;
    height: 4px;
    background: #000;
    transition: 0.3s;
  }
  #sp-menu .menu a .icon:before {
    margin-top: -12px;
  }
  #sp-menu .menu a .icon:after {
    margin-top: 9px;
  }
  #sp-menu .menu a.close .icon {
    background: transparent;
  }
  #sp-menu .menu a.close .icon:before, #sp-menu .menu a.close .icon:after {
    margin-top: 0;
  }
  #sp-menu .menu a.close .icon:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #sp-menu .menu a.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: 110;
    display: none;
    background-image: url(../images/common/sp_nav_bg.jpg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    margin-top: 62px;
    padding-top: 75px;
  }
  #md-nav:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    left: 0;
    top: 0;
    z-index: -1;
  }
  #sp-nav {
    width: min(185px, 100%);
    margin: 15px auto;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 1px solid #ffffff;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #ffffff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 20px 10px;
    text-decoration: none;
    color: #FFF;
    cursor: pointer;
    text-align: center;
  }
  #sp-nav li a span.sub,
  #sp-nav li span.parent span.sub {
    font-size: 10px;
  }
  #sp-nav li ul {
    display: none;
    border-top: 1px solid #ffffff;
    padding-top: 1px;
    margin: 0 0 10px 15px;
  }
  #sp-nav li li {
    border-bottom: 1px dotted #ffffff;
  }
  #sp-nav li li:last-child {
    border-bottom: none;
  }
  #sp-nav li li a,
  #sp-nav li li span.parent {
    display: block;
    font-size: 14px;
    background-image: url(../images/common/anchor-w02.png);
    background-position: 10px 14px !important;
    background-repeat: no-repeat !important;
    background-size: 6px 10px !important;
    padding: 10px 10px 8px 24px;
  }
  #sp-nav li span.parent span {
    display: block;
    min-height: 20px;
    background: url(../images/common/sp_nav_open.png) center right no-repeat;
    background-size: 20px 20px;
  }
  #sp-nav li span.parent.open {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav li span.parent.open span {
    background: url(../images/common/sp_nav_close.png) center right no-repeat;
    background-size: 20px 20px;
  }
  #sp-nav li li.on a,
  #sp-nav li li a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #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 a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li.on > a,
  #sp-nav > li.on span.parent {
    background-color: rgba(255, 255, 255, 0.2);
  }
  #sp-nav > li > a:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  .sp-btns {
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  .sp-btns .btns > a {
    display: inline-block;
    width: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li {
    width: 130px;
    box-sizing: border-box;
    padding: 15px;
    color: #000;
    text-decoration: none;
    background-color: #fff;
    border: solid 1px #767676;
    line-height: 1;
    border-radius: 2px;
  }
  .sp-btns .wpm-language-switcher li a {
    color: #000;
    text-decoration: none;
  }
  .sp-btns .wpm-language-switcher li span {
    margin: 0;
  }
  #title {
    margin-bottom: 10px;
    width: auto;
    height: 250px;
    background-image: url(../images/common/title-bg_sp.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  #title .container-inner {
    z-index: 10;
  }
  #title .title-box {
    position: absolute;
    z-index: 99;
    bottom: 0px;
    left: 0px;
    padding-left: 20px;
    line-height: 1.16;
  }
  #title .level01 {
    margin-bottom: 0;
    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;
  }
  #title .title {
    padding: 20px 0;
    position: relative;
  }
  #title .title:after {
    position: absolute;
    content: "";
    background: url(../images/common/circle-small.svg);
    background-size: 250px;
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    bottom: -130px;
    left: -70px;
  }
  #title .title span {
    line-height: 1.2;
    font-style: oblique;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.16), 0 0 2px rgba(0, 0, 0, 0.16), 0 0 2px rgba(0, 0, 0, 0.16);
  }
  #title .title .ja {
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    font-weight: bold;
    font-size: 137.5%;
  }
  #title .title .en {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 200%;
    letter-spacing: 0.05em;
    display: block;
  }
  /* CONTENT */
  #content {
    z-index: 102;
    position: relative;
  }
  #content .container-inner {
    padding: 0 20px;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 75%;
  }
  #breadcrumb li a {
    color: #000;
  }
  #breadcrumb li.on {
    font-weight: bold !important;
    color: #474d78;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #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;
  }
  .section-last {
    margin-bottom: 100px;
  }
  .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: #fff;
    position: relative;
  }
  .pagetop a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    border-top: 2px solid #474d78;
    border-left: 2px solid #474d78;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) 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 {
    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);
  }
}
