@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 {
  font-family: YuGothic, "Noto Sans JP", sans-serif;
}

.no-use {
  pointer-events: none;
}
.no-use a {
  pointer-events: none;
  color: #DFE5F9 !important;
}

@media print, all and (min-width: 751px) {
  body {
    font-size: 100%;
    /* 16pt */
    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 {
    color: #2d64ff;
    text-decoration: none;
  }
  a:link, a:visited {
    color: #2d64ff;
    text-decoration: none;
  }
  a:hover {
    color: #2d64ff;
    text-decoration: underline;
  }
  .container {
    width: 100%;
    min-width: 1120px;
  }
  .container-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    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 {
    position: absolute;
    z-index: 50;
    margin: 0;
    top: 0px;
    left: 60px;
    padding: 30px 0;
    width: 430px;
    min-width: auto;
    min-height: 155px;
  }
  #header .primary .h-logo {
    margin-bottom: 0;
  }
  #header .primary a {
    display: inline-block;
    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);
  }
  #header .primary a:hover {
    transition: 0.2s;
  }
  #header .primary .name-ja {
    color: #000;
    font-size: 150%;
    font-family: "M PLUS 1", sans-serif;
    line-height: 1.2;
    letter-spacing: 0.05em;
  }
  #header .primary .name-ja span {
    display: block;
    font-weight: 600;
    font-size: 183.83%;
    letter-spacing: 0.02em;
  }
  #header .primary .name-en {
    font-size: 106.25%;
    font-weight: 400;
    font-family: "M PLUS 1", sans-serif;
    color: #1e288c;
    line-height: 1.6;
    letter-spacing: 0.005em;
  }
  #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*/
  }
  /* NAV */
  #nav {
    padding: 60px 0px 0;
    transition: 0.2s;
  }
  #nav.nav-fixed {
    position: sticky !important;
    padding: 20px;
    transition: 0.2s;
    top: 0;
    z-index: 30;
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.16);
  }
  #nav.nav-fixed #pc-nav {
    width: auto;
    justify-content: center;
  }
  #nav .container-inner {
    position: relative;
    z-index: 3;
  }
  #nav .nav-inner {
    width: min(1360px, 100%);
    margin: auto;
  }
  #nav #pc-nav {
    position: relative;
    width: 670px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 32px;
    margin-right: 0;
    margin-left: auto;
  }
  #nav #pc-nav li {
    vertical-align: middle;
    letter-spacing: normal;
    position: relative;
    line-height: 1;
  }
  #nav #pc-nav li:nth-last-child(-n+3) {
    font-size: 80%;
  }
  #nav #pc-nav li > a,
  #nav #pc-nav li .parent {
    display: inline-block;
    padding: 12px 0;
    color: #000;
    font-size: 125%;
    width: 100%;
    font-weight: bold;
    text-decoration: none;
    position: relative;
    padding-left: 8px;
    cursor: pointer;
  }
  #nav #pc-nav li > a:hover,
  #nav #pc-nav li .parent:hover {
    color: #1698d8;
  }
  #nav #pc-nav li.on > a {
    position: relative;
  }
  #nav #pc-nav li.on > a:before {
    position: absolute;
    content: "";
    background: #b4dcff;
    color: #1e288c;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 30px;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: -1;
  }
  #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-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;
    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;
  }
  #nav #pc-nav li .child {
    display: none;
    width: 200px;
    position: absolute;
    background-color: #b4dcff;
    left: 230px;
    top: 20px;
    padding: 10px;
    color: #1e288c;
  }
  /* GMAP */
  #gmap {
    margin: 0;
  }
  #gmap #gmap-area {
    height: 290px;
    margin: 0;
  }
  #gmap #gmap-area iframe {
    width: 100%;
    height: 290px;
    margin: 0;
  }
  /* FOOTER */
  #footer {
    color: #ffffff;
    background-color: #1e288c;
    padding: 50px 0 25px;
  }
  #footer a {
    color: #ffffff;
  }
  #footer .f-sign {
    margin-bottom: 5px;
    position: relative;
  }
  #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;
    letter-spacing: 0.005em;
  }
  #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-top: 5px;
  }
  #footer .f-address .f-place,
  #footer .f-address .f-tel,
  #footer .f-address .f-fax {
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    font-size: 93.33333%;
  }
  #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 {
    position: absolute;
    top: 0;
    right: 0;
  }
  #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;
    padding: 10px 0;
  }
  /* 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 {
    width: calc(50% + 580px);
    margin-left: auto;
    margin-right: 0;
    height: 360px;
    position: relative;
    margin-top: 85px;
    margin-bottom: 17px;
    border-radius: 180px 0 0 180px;
  }
  #title::before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    background-image: url(../images/common/title-bg.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    width: calc(100% - 175px);
    height: 100%;
  }
  #title .container-inner {
    width: min(1150px, 100%);
    margin: 0;
    padding: 0;
    height: 360px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
  }
  #title .title-box {
    display: inline-block;
    z-index: 1;
  }
  #title .level01 {
    margin-bottom: 0;
    height: 360px;
    width: 360px;
    box-sizing: border-box;
  }
  #title .level01 .ja {
    font-size: 150%;
  }
  #title .level01 .en {
    display: block;
    letter-spacing: 0.05em;
    font-family: "M PLUS 1", sans-serif;
  }
  #title .level01 strong {
    font-weight: bold;
  }
  #md-site.blue #title .level01 {
    color: #0A56A0;
  }
  #md-site.black #title .level01 {
    color: #000000;
  }
  #title .title {
    margin-bottom: 0;
    color: #1e288c;
    font-size: 200%;
    font-family: "M PLUS 1", sans-serif;
    font-weight: bold;
    letter-spacing: 0.5pt;
    text-indent: 0.5pt;
    line-height: 1.5;
  }
  /* CONTENT */
  #content a {
    text-decoration: underline;
  }
  #breadcrumb {
    margin-bottom: 135px;
  }
  #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 {
    float: left;
    width: 710px;
  }
  #side {
    float: right;
    width: 200px;
  }
  .section-l {
    margin-bottom: 100px;
  }
  .section {
    margin-bottom: 70px;
  }
  .section-s {
    margin-bottom: 50px;
  }
  .section-ss {
    margin-bottom: 30px;
  }
  .section-sss {
    margin-bottom: 15px;
  }
  .section-ssss {
    margin-bottom: 10px;
  }
  .pagetop {
    position: fixed;
    right: 27px;
    bottom: 33px;
    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);
  }
  #md-site.blue .pagetop a, #md-site.black .pagetop a {
    background-color: transparent;
  }
  .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: -70px;
    padding-top: 70px;
  }
  /* SNAV */
  /* SUBNAV */
  #bottoms {
    display: none;
  }
}
