@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 400;
  font-display: swap;
  src: local('NotoSansCJKjp'),
       url(../font/NotoSansCJKjp-Regular.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: 500;
  font-display: swap;
  src: local('NotoSansCJKjp'),
       url(../font/NotoSansCJKjp-Medium.woff) format('woff');
}
@font-face {
  font-family: 'NotoSansCJKjp';
  font-weight: bold;
  font-display: swap;
  src: local('NotoSansCJKjp'),
       url(../font/NotoSansCJKjp-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Oswald';
  font-weight: bold;
  font-display: swap;
  src: local('Oswald'),
       url(../font/Oswald-Bold.ttf) format('truetype');
}
body {
  color: #323940;
  font: 1.6rem/1.875 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
}
.section {
  padding-top: 60px;
  padding-bottom: 60px;
}
.column ~ .column {
  margin-top: 55px;
}
.body {
  max-width: 1230px;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:768px) {
  html { font-size:9px }
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .column ~ .column {
    margin-top: 30px;
  }
}
@media (max-width:320px) {
  html { font-size:8.5px }
}
@media print {
  body { width:1200px }
}

.c-blue {
  color: #02377b;
}
.c-deepblue {
  color: #0000ff;
}
.b-gray {
  background-color: #666;
}
.b-cyan {
  background-color: #28b9d7;
}
.b-blue {
  background-color: #0000ff;
}

/* ****************************************************************************************************
   * header
**************************************************************************************************** */

@media (min-width:769px) {
  #fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    transform: translateY(-100%);
    transition: .2s transform;
  }
  .js-scroll #fixed-header {
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
    transform: translateY(0);
  }
  #fixed-header .body {
    align-items: center;
  }
  #fixed-header .logo img {
    vertical-align: middle;
    margin-right: .4em;
  }
  body #fixed-header .logo span {
    display: inline-block;
    vertical-align: middle;
    margin-top: 1em;
  }
  #fixed-header .logo {
    width: 80px;
  }
  #global-nav-2 {
    width: calc( 100% - 100px );
  }

  #global-nav-2 > ul.sf-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #global-nav-2 > ul.sf-menu > li > a:hover,
  #global-nav-2 > ul.sf-menu > li[current] > a {
    color: #02377b;
  }
  #global-nav-2 > ul.sf-menu > li a {
    position: relative;
    display: block;
    padding: .5em;
  }
  #global-nav-2 > ul.sf-menu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: #02377b;
    transition: .2s;
  }
  #global-nav-2 > ul.sf-menu > li:hover > a:after,
  #global-nav-2 > ul.sf-menu > li[current] > a:after {
    left: 5%;
    width: 90%;
  }
  #global-nav-2 > ul.sf-menu > li.contact a {
    width: 200px;
    text-align: center;
    color: #fff;
    padding: .75em 2em;
    background: #02377b;
    transition: .2s;
  }
  #global-nav-2 > ul.sf-menu > li.contact a:hover {
    background-color: #345e95;
  }
  #global-nav-2 > ul.sf-menu > li.contact a img {
    vertical-align: middle;
    margin-top: -4px;
    margin-right: .4em;
  }
  #global-nav-2 > ul.sf-menu > li.contact a.btn-1:after {
    content: none !important;
  }
  #global-nav-2 > ul.sf-menu > li {
    position: relative;
    white-space: nowrap;
  }
  #global-nav-2 > ul.sf-menu > li > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    color: #333;
    background: #fff;
    border: 1px solid #ccc;
  }
  #global-nav-2 > ul.sf-menu > li > ul li a {
    padding-left: 1em;
    padding-right: 1em;
    transition: .2s;
  }
  #global-nav-2 > ul.sf-menu > li > ul li a:hover {
    background: #f2f2f2;
  }
  #global-nav-2 > ul.sf-menu > li > ul li ~ li {
    border-top: 1px solid #ccc;
  }
  #global-nav-2 .tel {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    margin-top: -4px;
  }
  #global-nav-2 .tel img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
  }
}

#header .body {
  max-width: 1380px;
}
@media (max-width:768px) {
  #sp-header-text {
    font-size: 1rem;
    line-height: 1.2;
    padding: 5px 10px;
  }
  #header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 50px;
    background: #fff;
    box-shadow: 0 3px 3px rgba(0,0,0,.2);
  }
  #header .logo img {
    height: 45px;
    margin-top: 2.5px;
  }
}
#header .logo img:not(.scroll) {
  display: none;
}

#header .row-1 {
  padding: 10px 0 5px;
}
#header .row-1 .text {
  font-size: 1.4rem;
  line-height: 1.5;
}
#header .row-1 .tel {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.5;
}
#header .row-1 .tel img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
#header .row-1 .tel img:not(.scroll) {
  display: none;
}

@media (min-width:769px) {
  #header .row-2 {
    padding-bottom: 15px;
  }
  #header .row-2 .body {
    align-items: flex-end;
  }
  #header .row-2 .logo {
    padding-bottom: 3px;
  }
}
#header .row-2 .logo img {
  vertical-align: middle;
  margin-right: .4em;
}
body #header .row-2 .logo span {
  display: inline-block;
  vertical-align: middle;
  margin-top: 1em;
}
@media (max-width:768px) {
  body #header .row-2 .logo img {
    display: none !important;
  }
  body #header .row-2 .logo img.scroll {
    display: block !important;
  }
}
@media (min-width:769px) {
  #header .row-2 .logo {
    width: 380px;
  }
  #global-nav {
    width: calc( 100% - 500px );
  }
}

#global-nav > ul.sf-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#global-nav > ul.sf-menu > li > a:hover,
#global-nav > ul.sf-menu > li[current] > a {
  color: #02377b;
  /*text-shadow: 0 0 6px rgba(255,255,255,1);*/
}
#global-nav > ul.sf-menu > li a {
  position: relative;
  display: block;
  padding: .5em;
}
#global-nav > ul.sf-menu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #02377b;
  transition: .2s;
}
#global-nav > ul.sf-menu > li:hover > a:after,
#global-nav > ul.sf-menu > li[current] > a:after {
  left: 5%;
  width: 90%;
}
#global-nav > ul.sf-menu > li.contact a {
  width: 200px;
  text-align: center;
  color: #fff;
  padding: .75em 2em;
  background: #02377b;
  transition: .2s;
}
#global-nav > ul.sf-menu > li.contact a:hover {
  background-color: #345e95;
}
#global-nav > ul.sf-menu > li.contact a img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .4em;
}
#global-nav > ul.sf-menu > li.contact a.btn-1:after {
  content: none !important;
}
#global-nav > ul.sf-menu > li {
  position: relative;
  white-space: nowrap;
}
#global-nav > ul.sf-menu > li > ul {
  position: absolute;
  left: 0;
  z-index: 1;
  min-width: 100%;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
}
#global-nav > ul.sf-menu > li > ul li a {
  padding-left: 1em;
  padding-right: 1em;
  transition: .2s;
}
#global-nav > ul.sf-menu > li > ul li a:hover {
  background: #f2f2f2;
}
#global-nav > ul.sf-menu > li > ul li ~ li {
  border-top: 1px solid #ccc;
}
@media (max-width:768px) {
  #global-nav {
    position: fixed;
    top: 0;
    right: -290px;
    bottom: 0;
    width: 290px;
    height: 100%;
    overflow-y: auto;
    transition: .2s;
  }
  .nav-active #global-nav {
    right: 0;
  }
  #global-nav > ul.sf-menu {
    display: block;
  }
  #global-nav > ul.sf-menu > li {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  #global-nav > ul.sf-menu > li a {
    display: block;
    padding: 1em;
  }
  #global-nav > ul.sf-menu > li a:after {
    content: none;
  }
  #global-nav > ul.sf-menu > li > a.parent {
    position: relative;
  }
  #global-nav > ul.sf-menu > li > a.parent:before {
    content: '＋';
    display: block;
    position: absolute;
    top: 50%;
    left: auto;
    right: 1em;
    transform: translateY(-50%);
  }
  #global-nav > ul.sf-menu > li.active > a.parent:before {
    content: 'ー';
  }
  #global-nav > ul.sf-menu > li ul {
    position: static;
    border: none;
  }
  #global-nav > ul.sf-menu > li ul li {
    border-top: 1px dotted #ccc !important;
  }
  #global-nav > ul.sf-menu > li ul li a {
    padding-left: 2em;
  }
  #global-nav > ul.sf-menu > li.contact a {
    width: 100%;
    text-align: left;
    padding: 1em;
  }
  #wrapper {
    position: relative;
    left: 0;
    transition: .2s;
  }
  .nav-active #wrapper {
    left: -290px;
  }
}

/* ****************************************************************************************************
   * visual
**************************************************************************************************** */

.page-lower #visual {
  position: relative;
  z-index: 0;
  padding: 100px 0;
  background-color: #ccc;
}
.page-lower #visual .title-1 {
  color: #fff;
  margin-bottom: 0;
}
.page-lower #visual .title-1:before {
  text-transform: uppercase;
  color: #fff;
}
@media (max-width:768px) {
  .page-lower #visual {
    padding: 50px 0;
  }
}

/* ****************************************************************************************************
   * page-nav
**************************************************************************************************** */

@media (min-width:769px) {
  .page-nav {
    position: relative;
    z-index: 1;
    margin-top: -20px;
  }
  .page-nav .body {
    max-width: 1030px;
  }
  .page-nav ul {
    width: 100%;
    display: table;
    table-layout: fixed;
  }
  .page-nav ul li {
    display: table-cell;
    vertical-align: top;
  }
}
.page-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 1em;
  background: #28b9d7;
  transition: .2s;
}
.page-nav ul li a:hover,
.page-nav ul li a.current {
  background: #02377b;
}
@media (max-width:768px) {
  .page-nav {
    padding-top: 15px;
  }
  .page-nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-nav ul li {
    width: 49%;
    display: block;
  }
  .page-nav ul li:nth-child(n+3) {
    margin-top: 2%;
  }
  .page-nav ul li a {
    padding: .5em;
  }
}

#breadcrumb {
  font-size: 1.4rem;
}
#breadcrumb a[href] {
  color: #02377b;
}

/* ****************************************************************************************************
   * main
**************************************************************************************************** */

a.link[href] {
  color: #02377b;
  text-decoration: underline;
}
@media (min-width:769px) {
  #main {
    padding-bottom: 100px;
  }
}

/* ****************************************************************************************************
   * footer
**************************************************************************************************** */

#footer {

}

#footer .contact {
  color: #fff;
  padding: 100px 0;
}
@media (min-width:769px) {
  #footer .contact {
    background: url(../images/_common/contact-bg.jpg) center center /cover no-repeat;
  }
}
@media (max-width:768px) {
  #footer .contact {
    background: url(../images/_common/contact-bg.webp) center center /cover no-repeat;
  }
}
#footer .contact .layout-col-3 {
  align-items: center;
}
#footer .contact .title-1:before {
  color: #fff;
}
#footer .contact .tel {
  font-size: 3.6rem;
  font-weight: bold;
}
#footer .contact .tel img,
#footer .contact .fax img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .2em;
}
#footer .contact .fax {
  font-size: 2.8rem;
  font-weight: bold;
}
#footer .contact .btn-1 {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1.25em;
}
#footer .contact .btn-1 img {
  vertical-align: middle;
  margin-top: -4px;
  margin-right: .4em;
}
@media (max-width:768px) {
  #footer .contact {
    padding: 40px 0;
  }
  #footer .contact .layout-col-3 {
    display: block;
  }
  #footer .contact .layout-col-3 > * {
    display: table;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .contact .btn-1 {
    width: 100%;
    margin-top: 20px;
  }
}

#footer .footer {
  padding: 50px 0;
}

#footer .footer .col-1 {
  width: 490px;
}
#footer .footer .col-1 dt {
  margin-bottom: .75em;
}
#footer .footer .col-1 dt a > * {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer .col-1 dt a b {
  margin-top: 1em;
  margin-left: .4em;
}
#footer .footer .col-1 dd img {
  margin-top: 10px;
}

#footer .footer .nav {
  width: calc(100% - 490px);
}
#footer .footer .nav a {
  position: relative;
  display: block;
  padding: .5em;
}
#footer .footer .nav a:before {
  content: '';
  position: absolute;
  top: 1.5em;
  left: 0;
  display: block;
}
#footer .footer .nav a[href]:hover {
  color: #02377b;
}
#footer .footer .nav > ul:nth-child(1) {
  width: 30%;
}
#footer .footer .nav > ul:nth-child(2) {
  width: 35%;
}
#footer .footer .nav > ul:nth-child(3) {
  width: 30%;
}
#footer .footer .nav > ul > li {

}
#footer .footer .nav > ul > li > a {
  padding-left: 1em;
}
#footer .footer .nav > ul > li > a:before {
  width: 8px;
  height: 8px;
  border-top: 2px solid #02377b;
  border-right: 2px solid #02377b;
  transform: rotate(45deg);
  margin-top: -4px;
}
#footer .footer .nav > ul > li ul li {
}
#footer .footer .nav > ul > li ul li a {
  padding-left: 1.5em;
}
#footer .footer .nav > ul > li ul li a:before {
  left: .5em;
  width: 4px;
  height: 4px;
  background: #333;
  border-radius: 50%;
  margin-top: -2px;
}
@media (max-width:768px) {
  #footer .footer {
    display: block;
    padding: 40px 0;
  }
  #footer .footer .col-1,
  #footer .footer .nav {
    width: 100%;
  }
  #footer .footer .col-1 {
    text-align: center;
    margin-bottom: 20px;
  }
  #footer .footer .col-1 dt a b {
    margin-top: 0;
  }
  #footer .footer .nav {
    width: 100%;
  }
  #footer .footer .nav ul {
    width: 100% !important;
  }
  #sitemap-trigger {
    width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    padding: .75em;
    background: #02377b;
  }
  #sitemap-trigger + .nav {
    display: none;
  }
}

#footer .copyright {
  font-size: 1.4rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  padding: .75em;
  background: #02377b;
}

@media (max-width:768px) {
  #pagetop {
    bottom: 12%;
  }
  #pagetop img {
    width: 50px;
  }
  #sp-footer-nav {
    position: webkit-sticky;
    position: sticky;
    left: 0;
    bottom: 0;
    z-index: 9998;
    width: 100%;
  }
  #sp-footer-nav ul {
    width: 100%;
    display: table;
  }
  #sp-footer-nav ul li {
    display: table-cell;
  }
  #sp-footer-nav ul li a {
    display: block;
    text-align: center;
    color: #fff;
    background: #02377b;
  }
  #sp-footer-nav ul li a img {
    max-height: 60px;
  }
}
