@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 */
    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: #83ccd6;
  }
  a:hover {
    color: #83ccd6;
  }
  #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.fixed {
    position: fixed;
  }
  #header .container-inner {
    padding: 8px 60px 8px 8px;
  }
  #header .h-logo {
    display: block;
    margin: 0;
    line-height: 0;
  }
  #header .h-logo a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
  }
  #header .h-logo .en {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 87.5%;
    line-height: 1.2;
    letter-spacing: 0.01em;
  }
  #header .h-logo .en b {
    font-size: 71.42%;
  }
  #header .h-logo .en span {
    font-weight: bold;
    margin-left: 4px;
  }
  #header .h-logo .ja {
    display: block;
    font-size: 74.5%;
    font-weight: bold;
    margin-top: 12px;
  }
  #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 {
    border-top: solid 1px #fff;
    padding: 20px 0;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 30px;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 20px;
  }
  #footer .f-name a {
    display: block;
    font-size: 120%;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
  }
  #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-name .en {
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-size: 87.5%;
    line-height: 1.4;
    letter-spacing: 0.01em;
    display: inline-block;
  }
  #footer .f-name .en b {
    font-size: 71.43%;
  }
  #footer .f-name .en span {
    font-size: 142.86%;
    font-weight: bold;
    margin-left: 4px;
    line-height: 1;
  }
  #footer .f-name .ja {
    display: block;
    font-size: 82.5%;
    font-weight: bold;
    margin-top: 0;
    line-height: 1.3;
  }
  #footer .f-address {
    margin-bottom: 30px;
    text-align: center;
    font-family: "Roboto", sans-serif;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel {
    display: block;
    text-align: center;
  }
  #footer .f-address .f-place {
    margin-bottom: 15px;
    font-size: 75%;
  }
  #footer .f-address .f-fax {
    display: block;
    margin-bottom: 20px;
    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: 16px;
    right: 14px;
    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(0, 0, 0, 0);
    border: none;
  }
  #sp-menu .menu button .icon {
    display: block;
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 3px;
    background: #83ccd6;
    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: 25px;
    height: 3px;
    background: #83ccd6;
    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);
  }
  #sp-menu .menu button .text {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #000000;
    font-size: 0.64em;
    font-weight: bold;
    text-align: center;
  }
  #sp-menu .tel {
    float: right;
    width: 45px;
    height: 60px;
  }
  #sp-menu .tel a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
  }
  #sp-menu .tel a .icon {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-image: url(../images/common/tel_sp.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 20px;
  }
  #sp-menu .tel a .text {
    display: block;
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    color: #ffffff;
    font-size: 0.64em;
    font-weight: bold;
    text-align: center;
  }
  #md-nav {
    position: fixed;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: auto;
    z-index: 2000;
    display: none;
    background-image: url(../images/common/nav-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #sp-nav {
    margin: 95px 30px 30px;
  }
  #sp-nav li {
    display: block;
    width: 100%;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: 2px solid #83ccd6;
    color: #1eb5e1;
  }
  #sp-nav li.separater {
    border-bottom: 3px solid #83ccd6;
  }
  #sp-nav li .maillink a {
    padding: 0;
    text-decoration: underline;
  }
  #sp-nav li .tellink a {
    padding: 8px 0;
    text-decoration: underline;
  }
  #sp-nav li .address {
    font-size: 75%;
    text-align: center;
    display: block;
    margin-bottom: 14px;
    color: #fff;
  }
  #sp-nav li a,
  #sp-nav li span.parent {
    display: block;
    padding: 15.5px 12px;
    font-size: 112.5%;
    font-weight: normal;
    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);
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    padding-top: 20%;
    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: 0;
    height: 250px;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    text-align: center;
  }
  #title .title-box {
    display: inline-block;
    padding-bottom: 10px;
    margin-left: 20px;
  }
  #title .level01 {
    margin-bottom: 0;
    color: #FFF;
    font-size: 337.5%;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.045em;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #title .title {
    margin-bottom: 0;
    color: #FFF;
    font-size: 250%;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  /* CONTENT */
  #content {
    margin-bottom: 10px;
  }
  #content .container-inner {
    padding: 0 30px;
  }
  #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: #474d78;
    position: relative;
  }
  .pagetop a::before {
    position: absolute;
    content: "";
    left: 50%;
    top: 58%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -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);
  }
  /* 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;
  }
}
