@media print, all and (min-width: 751px) {
  .is-hidden_pc {
    display: none;
  }
}
@media print, all and (max-width: 750px) {
  .is-hidden_sp {
    display: none;
  }
}
body {
  background-image: url(../images/common/pattern02.png);
  background-size: auto 39px;
  background-position: top center;
  background-repeat: repeat;
}

@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    color: #000000;
    line-height: 1.7;
    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 {
    color: #0071bc;
    text-decoration: none;
  }
  a:link, a:visited {
    color: #0071bc;
    text-decoration: none;
  }
  a:hover {
    color: #0071bc;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1120px;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .pc-anchor {
    margin-top: -80px !important;
    padding-top: 80px !important;
  }
  .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 {
    height: 100px;
    margin: 0;
    position: absolute;
    top: 0;
    z-index: 2;
  }
  #header::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 230px;
    background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    left: 0;
    z-index: -1;
  }
  #header .container-inner {
    padding: 25px 0;
    max-width: 1200px;
    width: 100%;
  }
  #header .primary {
    float: left;
    width: 470px;
    padding-left: 20px;
    box-sizing: border-box;
  }
  #header .primary .h-logo {
    margin-bottom: 0;
  }
  #header .primary .h-logo a {
    color: #000;
    display: inline-block;
    line-height: 1.7;
  }
  #header .primary .h-logo .ja {
    font-size: 143.75%;
    font-weight: bold;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #header .primary .h-logo .ja span {
    font-size: 134.78%;
    margin-left: 5px;
  }
  #header .primary .h-logo .en {
    display: block;
    font-family: "Roboto", sans-serif;
    font-size: 85%;
    letter-spacing: -0.01em;
    line-height: 1;
  }
  #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 .secondary {
    float: right;
    width: 556px;
    padding-top: 34px;
    margin-right: 20px;
  }
  #header .h-contact {
    text-align: right;
  }
  #header .h-contact > a {
    display: inline-block;
    padding: 2px 10px;
    color: #ffffff;
    font-size: 93.33333%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    background-color: #000000;
  }
  #header .h-contact > a:hover {
    background-color: #666666;
  }
  /* NAV */
  #nav {
    margin: 0;
  }
  #nav .container-inner {
    height: 50px;
    position: relative;
    z-index: 3;
  }
  #nav #pc-nav {
    height: 50px;
    text-align: center;
    position: relative;
  }
  #nav #pc-nav > li {
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    letter-spacing: normal;
    position: relative;
    line-height: 0;
  }
  #nav #pc-nav > li:not(:first-child) {
    margin-left: 10px;
  }
  #nav #pc-nav > li > a {
    display: block;
    padding: 18px;
    font-size: 112.5%;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    position: relative;
    color: #000000;
    border-radius: 20px;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
    transition: 0.2s;
  }
  #nav #pc-nav > li > a:hover {
    color: #fff;
    background-color: #8c0000;
    transition: 0.2s;
  }
  #nav #pc-nav > li.on > a {
    color: #fff;
    background-color: #8c0000;
    transition: 0.2s;
  }
  #nav #pc-nav > li.parent ul {
    display: none;
    width: 100%;
    position: absolute;
    top: 50px;
    margin-bottom: 0;
    padding: 10px 0;
    background-color: rgba(0, 0, 0, 0.8);
  }
  #nav #pc-nav > li.parent ul li {
    display: block;
    padding: 0 10px;
  }
  #nav #pc-nav > li.parent ul li a {
    display: block;
    color: #ffffff;
    font-size: 93.33333%;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 0;
  }
  #nav #pc-nav > li.parent ul li.on a,
  #nav #pc-nav > li.parent ul li a:hover {
    color: #1698d8;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    padding: 145px 0 30px;
    position: relative;
  }
  #footer::after {
    position: absolute;
    content: "";
    background-image: url(../images/common/pattern01.svg);
    background-size: auto 114.9px;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 121px;
    top: 0px;
    z-index: 99;
  }
  #footer .f-sign {
    margin-bottom: 30px;
    text-align: center;
  }
  #footer .f-name {
    display: block;
    margin-bottom: 0;
    line-height: 1.8;
    font-family: YuGothic, "Noto Sans JP", sans-serif;
  }
  #footer .f-name a {
    font-size: 131.25%;
    font-weight: bold;
    text-decoration: none;
    color: #000;
  }
  #footer .f-name a span {
    font-size: 133.33%;
    margin-left: 15px;
  }
  #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 {
    margin-bottom: 5px;
    line-height: 1.5;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: block;
    vertical-align: middle;
    margin-right: 14px;
    font-family: "Noto Sans JP", sans-serif;
  }
  #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 a {
    display: inline-block;
    padding: 0;
    line-height: 0;
  }
  #footer .f-banner 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 .copyright {
    margin: 0;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 85.7142%;
    text-align: center;
  }
  /* NAVIGATION */
  #toggle {
    display: none;
  }
  .fixed {
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    top: -40px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    z-index: 9999;
  }
  /* TITLE */
  #title {
    margin: 0;
    width: auto;
    height: 478px;
    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 478px;
    mask-image: url(../images/common/image-mask_title.svg);
    mask-repeat: repeat-x;
    box-sizing: border-box;
  }
  #title .container-inner {
    height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  #title .title-box {
    margin-top: 20px;
  }
  #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: 375%;
    font-family: "Barlow Condensed", sans-serif;
    color: #8c0000;
    line-height: 1;
    margin-bottom: 5px;
  }
  #title .title .ja {
    font-size: 143.75%;
  }
  #md-site.blue #title .level01 {
    color: #0A56A0;
  }
  #md-site.black #title .level01 {
    color: #000000;
  }
  /* CONTENT */
  #content {
    position: relative;
    font-family: "Noto Sans JP", sans-serif;
  }
  #content::before {
    position: absolute;
    content: "";
    background-image: url(../images/common/title-line_mask.svg);
    background-size: auto 113.6px;
    background-position: center top;
    background-repeat: repeat-x;
    width: 100%;
    height: 110px;
    top: -110px;
    z-index: 99;
  }
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    padding: 37px 0;
  }
  #breadcrumb li {
    display: inline-block;
    vertical-align: middle;
    font-size: 93.75%;
  }
  #breadcrumb li a {
    font-family: "Noto Sans JP", sans-serif;
    color: #0071bc;
  }
  #breadcrumb li.on {
    color: #000000;
    font-weight: bold;
  }
  #main {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section {
    margin-bottom: 100px;
  }
  .section-s {
    margin-bottom: 70px;
  }
  .section-ss {
    margin-bottom: 50px;
  }
  .section-sss {
    margin-bottom: 30px;
  }
  .section-ssss {
    margin-bottom: 15px;
  }
  .pagetop {
    position: fixed;
    bottom: 0;
    right: 0;
    text-align: right;
    margin: 0;
    z-index: 5000;
  }
  .pagetop a {
    display: block;
    width: 48px;
    height: 48px;
    line-height: 0;
    text-decoration: none;
    background-color: #8c0000;
    border: 1px solid #ffffff;
    position: relative;
  }
  .pagetop a::before {
    position: absolute;
    content: "";
    left: 16px;
    top: 20px;
    width: 15px;
    height: 15px;
    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;
  }
  #md-site.blue .pagetop a, #md-site.black .pagetop a {
    background-color: transparent;
  }
  .inlink {
    margin-top: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #bottoms {
    display: none;
  }
}
