﻿@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 default
==================================================================================*/
/* -------------------------------------------
 * initialize
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
}

body * {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section, main {
  display: block;
}

sup {
  font-size: 10px;
  vertical-align: super;
}

sub {
  font-size: 10px;
  vertical-align: sub;
}

div {
  line-height: 0;
}

ul li, ol li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: "Lato", YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

img {
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    opacity: 0.7;
  }
}

.clearfix {
  zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}

.serif {
  font-family: YuMincho, Yu Mincho, "游明朝", serif;
}

.gothic {
  font-family: YuGothic, Yu Gothic, "游ゴシック", sans-serif;
}

.Lato {
  font-family: 'Lato', sans-serif;
}

.Noto {
  font-family: 'Noto Sans JP', sans-serif;
}

.bold {
  font-weight: bold;
}

.wrap {
  margin: 0 auto;
  width: 94%;
  max-width: 1000px;
}

@media (min-width: 768px) {
  a.tel {
    pointer-events: none;
  }
}

main img,
header img,
footer img {
  max-width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 767px) {
  sup,
  .sub {
    font-size: 8px;
  }

  .pc {
    display: none !important;
  }
}
/*==================================================================================
 common
==================================================================================*/
main {
  padding: 50px 0 150px;
}
main li,
main .image {
  position: relative;
}

.colorBlack {
  color: #333 !important;
}

.colorWhite {
  color: #fff !important;
}

.sectionTitle01 {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 25px;
  line-height: 1.4;
  text-align: center;
  font-size: 33px;
  font-weight: bold;
}
.sectionTitle01:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 70px;
  height: 2px;
  background: #000;
  transform: translateX(-50%);
}
.sectionTitle01.white {
  color: #fff;
}
.sectionTitle01.white:after {
  background: #fff;
}
.sectionTitle01.smallMargin {
  margin-bottom: 40px;
}

.sectionTitle02 {
  margin-bottom: 40px;
  padding-left: .5em;
  border-left: 6px solid #336699;
  line-height: 1.4;
  font-size: 20px;
}
.sectionTitle02.smallMargin {
  margin-bottom: 20px;
}

.sectionTitle03 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dfdfdf;
  line-height: 1.4;
  font-size: 28px;
}

.commonBtn01 {
  margin: 0 auto;
  padding-top: 50px;
  width: 230px;
  text-align: center;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
}
.commonBtn01 a {
  display: block;
  position: relative;
  padding: 18px 0;
  border: 2px solid #000;
  color: #000;
  transition: border .3s, color .3s, background .3s;
}
.commonBtn01 a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  width: 16px;
  height: 100%;
  background: url("../img/common/icon-arrow01.png") no-repeat center center;
  background-size: 100% auto;
  transition: background .3s;
}
.commonBtn01 a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonBtn01 a:hover {
    border-color: #fff;
    color: #fff;
    background-color: #000;
  }
  .commonBtn01 a:hover:after {
    background-image: url("../img/common/icon-arrow01-white.png");
  }
}
.commonBtn01.white a {
  border-color: #fff;
  color: #fff;
}
.commonBtn01.white a:after {
  background-image: url("../img/common/icon-arrow01-white.png");
}
@media (min-width: 1025px) {
  .commonBtn01.white a:hover {
    border-color: #000;
    color: #000;
    background-color: #fff;
  }
  .commonBtn01.white a:hover:after {
    background-image: url("../img/common/icon-arrow01.png");
  }
}

.commonTopicsList01 li {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f5f5;
}
.commonTopicsList01 li:not(:last-child) {
  margin-bottom: 20px;
}
.commonTopicsList01 li span,
.commonTopicsList01 li a {
  display: block;
  line-height: 1;
  font-size: 16px;
}
.commonTopicsList01 li a {
  color: #333;
}
.commonTopicsList01 li .date,
.commonTopicsList01 li .category {
  position: absolute;
  top: 0;
}
.commonTopicsList01 li .date {
  left: 0;
  line-height: 1.5;
}
.commonTopicsList01 li .category {
  box-sizing: border-box;
  left: 100px;
  padding: 6px 2px;
  width: 100px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background: #336699;
}
.commonTopicsList01 li .content {
  position: relative;
  margin: 0 0 0 220px;
  line-height: 1.7;
}
@media (min-width: 768px) {
  .commonTopicsList01 li .content {
    top: -2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

.commonTopicsList02 li {
  float: left;
  width: 32%;
}
@media (min-width: 768px) {
  .commonTopicsList02 li:not(:nth-child(3n)) {
    padding-right: 2%;
  }
  .commonTopicsList02 li:not(:nth-child(-n+3)) {
    padding-top: 60px;
  }
  .commonTopicsList02 li:nth-child(3n+1) {
    clear: both;
  }
}
.commonTopicsList02 li a {
  display: block;
  color: #000;
}
.commonTopicsList02 li .thumbnail {
  position: relative;
  margin-bottom: 18px;
  overflow-x: hidden;
  height: 226px;
}
.commonTopicsList02 li .thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.commonTopicsList02 li .date {
  padding-bottom: 18px;
  line-height: 1;
  font-size: 14px;
}
.commonTopicsList02 li dt,
.commonTopicsList02 li dd,
.commonTopicsList02 li .text {
  overflow-wrap: break-word;
}
.commonTopicsList02 li dt {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}
.commonTopicsList02 li dd,
.commonTopicsList02 li .text {
  line-height: 1.7;
  font-size: 14px;
}
.commonTopicsList02 li .category {
  padding-top: 20px;
  line-height: 1;
  font-size: 11px;
  color: #999;
}

.commonArchives01 li:not(:last-child) {
  margin-bottom: 80px;
}
.commonArchives01 li .thumbnail {
  position: relative;
  overflow-x: hidden;
  width: 32%;
  height: 226px;
}
.commonArchives01 li .thumbnail img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.commonArchives01 li .textArea {
  position: absolute;
  top: 0;
  left: 36%;
  width: 64%;
  height: 100%;
}
.commonArchives01 li .textArea .title {
  padding-bottom: 15px;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
.commonArchives01 li .textArea .catch {
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .commonArchives01 li .textArea .catch {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
.commonArchives01 li .textArea .date,
.commonArchives01 li .textArea .copyright {
  line-height: 1.7;
  font-size: 14px;
}
.commonArchives01 li .textArea .more {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1;
  font-size: 10px;
}
.commonArchives01 li .textArea .more a {
  display: inline-block;
  padding: 8px 20px;
  border: 1px solid #848484;
  color: #848484;
}

.commonList01 li {
  float: left;
  width: 30%;
}
@media (min-width: 768px) {
  .commonList01 li:not(:nth-child(3n)) {
    padding-right: 3.5%;
  }
  .commonList01 li:not(:nth-child(-n+3)) {
    padding-top: 50px;
  }
  .commonList01 li:nth-child(3n+1) {
    clear: both;
  }
}
.commonList01 li .image {
  margin-bottom: 18px;
  border: 1px solid #dfdfdf;
}
.commonList01 li .listTitle {
  padding-left: 8px;
  border-left: 5px solid #336699;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
.commonList01 li dd {
  padding-top: 12px;
  font-size: 14px;
}

.commonList02 li:not(:last-child) {
  padding-bottom: 60px;
}
.commonList02 li .listTitle {
  margin-bottom: 18px;
  padding-left: 8px;
  border-left: 5px solid #336699;
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
}
.commonList02 li dl {
  position: relative;
  padding-left: 340px;
  border: 1px solid #d5d4d4;
  background: #f5f5f5;
}
.commonList02 li dl:not(:last-of-type) {
  border-bottom: none;
}
.commonList02 li dt,
.commonList02 li dd {
  box-sizing: border-box;
  padding: 15px;
  line-height: 1.7;
  font-size: 14px;
}
.commonList02 li dt {
  position: absolute;
  left: 0;
  top: 0;
  width: 340px;
}
.commonList02 li dd {
  border-left: 1px solid #d5d4d4;
  background: #fff;
}

.commonList03 li {
  position: relative;
  padding: 24px 30px 24px 230px;
  font-size: 14px;
}
.commonList03 li:nth-child(2n+1) {
  background: #f8f8f8;
}
.commonList03 li span,
.commonList03 li a {
  display: block;
  line-height: 1.7;
  overflow-wrap: break-word;
}
.commonList03 li .name {
  position: absolute;
  top: 50%;
  left: 30px;
  max-width: 180px;
  transform: translateY(-50%);
}

.commonTable01 dl {
  position: relative;
  font-size: 14px;
  padding-left: 240px;
}
.commonTable01 dl:not(:last-of-type) {
  padding-bottom: 50px;
}
.commonTable01 dt,
.commonTable01 dd {
  padding: 5px 0;
  line-height: 2.1;
}
.commonTable01 dt {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
}
.commonTable01 dd {
  padding-left: 50px;
  border-left: 1px solid #dfdfdf;
}

.commonPagination01 {
  padding-top: 100px;
  text-align: center;
}
.commonPagination01 ul {
  display: inline-block;
}
.commonPagination01 li {
  float: left;
  text-align: center;
  width: 50px;
}
.commonPagination01 li:not(:last-child) {
  padding-right: 10px;
}
.commonPagination01 li span,
.commonPagination01 li a {
  display: block;
  position: relative;
  padding: 17px 0;
  border: 1px solid #ccc;
  color: #000;
  font-size: 16px;
  line-height: 1;
}
.commonPagination01 li span:hover,
.commonPagination01 li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .commonPagination01 li span:hover,
  .commonPagination01 li a:hover {
    border-color: #336699;
    color: #fff;
    background: #336699;
  }
}
.commonPagination01 li.current span,
.commonPagination01 li.current a {
  pointer-events: none;
  border-color: #336699;
  color: #fff;
  background: #336699;
}
.commonPagination01 li.previous a, .commonPagination01 li.next a {
  padding: 0;
  height: 50px;
}
@media (min-width: 1025px) {
  .commonPagination01 li.previous a:hover:after, .commonPagination01 li.next a:hover:after {
    border-color: #fff;
  }
}
.commonPagination01 li.previous a:after, .commonPagination01 li.next a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  transform: translate(-40%, -50%) rotate(135deg);
}
.commonPagination01 li.previous.next a:after, .commonPagination01 li.next.next a:after {
  transform: translate(-60%, -50%) rotate(-45deg);
}

.commonArticleBtns01 {
  margin-top: 160px;
  border-top: 1px solid #dfdfdf;
  font-size: 16px;
}
.commonArticleBtns01 li {
  float: left;
  width: 33.33333%;
}
.commonArticleBtns01 li.disable a {
  pointer-events: none;
  opacity: .2;
}
.commonArticleBtns01 li.previous a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 10px;
  width: 48px;
  height: 8px;
  vertical-align: top;
  background: url("../img/common/icon-arrow02-black.png") no-repeat;
  background-size: 100% auto;
  transform: rotateY(180deg);
}
.commonArticleBtns01 li.index {
  text-align: center;
  background: #f8f8f8;
}
.commonArticleBtns01 li.index a {
  padding: 65px 0 105px;
}
.commonArticleBtns01 li.index a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 25px;
  background: url("../img/common/icon-index.png") no-repeat center center;
  background-size: auto 100%;
}
.commonArticleBtns01 li.next {
  text-align: right;
}
.commonArticleBtns01 li.next a:after {
  content: '';
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 10px;
  width: 48px;
  height: 8px;
  vertical-align: top;
  background: url("../img/common/icon-arrow02-black.png") no-repeat;
  background-size: 100% auto;
}
.commonArticleBtns01 li a {
  display: block;
  position: relative;
  padding: 85px 5%;
  color: #000;
}

a.externalLink:after {
  content: '';
  display: inline-block;
  margin-left: 3px;
  width: 13px;
  height: 11px;
  vertical-align: middle;
  background: url("../img/common/icon-external.png") no-repeat center center;
  background-size: 100% auto;
}

a.externalLink02 {
  color: #336699;
  text-decoration: underline;
}
a.externalLink02:after {
  content: '';
  display: inline-block;
  position: relative;
  top: -1px;
  margin-left: 5px;
  width: 18px;
  height: 15px;
  vertical-align: middle;
  background: url("../img/common/icon-external02.png") no-repeat center center;
  background-size: 100% auto;
}
a.externalLink02:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  a.externalLink02:hover {
    text-decoration: none;
  }
}

a.arrowLink01 {
  display: inline-block;
  position: relative;
  padding-left: 10px;
  color: #336699;
  text-decoration: underline;
}
a.arrowLink01:before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  border-top: 3px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 4px solid #336699;
}
a.arrowLink01:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  a.arrowLink01:hover {
    text-decoration: none;
  }
}

.loadingMovie {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  background: #fff;
}
.loadingMovie video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-width: 100vw;
  min-height: 100%;
  min-height: 100vh;
  transform: translate(-50%, -50%);
}

@media (max-width: 1024px) {
  .printBtn {
    display: none !important;
  }
}
/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 15px;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
}
.siteHeader .headerLogo {
  float: left;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .headerNavi {
  float: right;
  padding: 6px 120px 0 0;
}
@media (min-width: 768px) {
  .siteHeader .headerNavi {
    display: block !important;
  }
}
.siteHeader .headerNavi .disable {
  display: none;
  opacity: .2;
}
.siteHeader .headerNavi .disable a {
  pointer-events: none;
}
.siteHeader .headerNavi .links {
  font-size: 15px;
  font-weight: bold;
}
.siteHeader .headerNavi .links li {
  float: left;
}
.siteHeader .headerNavi .links li:not(:last-child) {
  padding-right: 30px;
}
.siteHeader .headerNavi .links li a {
  position: relative;
  color: #000;
}
.siteHeader .headerNavi .links li a:after {
  content: '';
  display: none;
  pointer-events: none;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #336699;
}
.siteHeader .headerNavi .links li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteHeader .headerNavi .links li a:hover {
    color: #336699;
  }
  .siteHeader .headerNavi .links li a:hover:after {
    display: block;
  }
}
@media (min-width: 768px) {
  .siteHeader .headerNavi .links li.current a {
    color: #336699;
  }
  .siteHeader .headerNavi .links li.current a:after {
    display: block;
  }
}
.siteHeader .headerNavi .languages {
  position: absolute;
  top: 50%;
  right: 15px;
  font-size: 15px;
  font-weight: bold;
  transform: translateY(-50%);
}
.siteHeader .headerNavi .languages li {
  float: left;
}
.siteHeader .headerNavi .languages li:not(:last-child) {
  margin-right: 8px;
  padding-right: 8px;
  border-right: 1px solid #d1d1d1;
}
.siteHeader .headerNavi .languages li.current a {
  pointer-events: none;
  color: #336699;
}
.siteHeader .headerNavi .languages li a {
  color: #000;
}
.siteHeader .headerNavi .languages li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .siteHeader .headerNavi .languages li a:hover {
    color: #336699;
  }
}
@media (min-width: 768px) {
  .siteHeader .headerNavi .menuBtn,
  .siteHeader .headerNavi .logo,
  .siteHeader .headerNavi .copyright {
    display: none;
  }
}
@media (max-width: 1024px) {
  .siteHeader {
    padding: 15px;
  }
  .siteHeader .headerLogo img {
    width: auto;
    height: 20px;
  }
  .siteHeader .headerNavi {
    padding: 3px 120px 0 0;
  }
  .siteHeader .headerNavi .links {
    font-size: 14px;
  }
  .siteHeader .headerNavi .links li:not(:last-child) {
    padding-right: 20px;
  }
  .siteHeader .headerNavi .languages {
    font-size: 14px;
  }
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  position: relative;
  padding-bottom: 30px;
}
.siteFooter .contactArea {
  padding: 80px 0;
  text-align: center;
  color: #fff;
  background: #336699
}
.siteFooter .contactArea .sectionTitle01 {
  margin-bottom: 30px;
}
.siteFooter .contactArea .lead {
  line-height: 1.7;
  font-size: 16px;
}
.siteFooter .contactArea .commonBtn01 {
  width: 80%;
  max-width: 400px;
}
.siteFooter .logos {
  margin-bottom: 30px;
  padding: 50px 5%;
  background: #f9f9f9;
}
.siteFooter .logos li {
  float: left;
  width: 16.5%;
}
@media (min-width: 768px) {
  .siteFooter .logos li:not(:last-child) a {
    border-right: 1px solid #e1e1e1;
  }
}
.siteFooter .logos li a {
  display: block;
  padding: 0 15%;
}
.siteFooter .logos li a.noLink {
  pointer-events: none;
}
.siteFooter .logos li a[href=""] {
  pointer-events: none;
}
.siteFooter .pageTop {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
.siteFooter .logo {
  float: left;
  padding: 0 50px 0 15px;
}
.siteFooter .otherLinks {
  float: left;
  padding-top: 7px;
  font-size: 12px;
}
.siteFooter .otherLinks li {
  float: left;
}
@media (min-width: 768px) {
  .siteFooter .otherLinks li:not(:last-child) {
    margin-right: 9px;
    padding-right: 12px;
    border-right: 1px solid #000;
  }
}
.siteFooter .otherLinks li a {
  color: #000;
}
.siteFooter .copyright {
  float: right;
  padding: 7px 70px 0 0;
  line-height: 1;
  font-size: 12px;
}
@media (max-width: 1024px) {
  .siteFooter .logos {
    padding: 30px 3%;
  }
  .siteFooter .pageTop {
    bottom: 15px;
  }
  .siteFooter .otherLinks {
    padding-bottom: 20px;
  }
  .siteFooter .copyright {
    float: none;
    clear: both;
    padding: 15px 0 0;
    border-top: 1px solid #f5f5f5;
    text-align: center;
    font-size: 10px;
  }
}

/*==================================================================================
 print
==================================================================================*/
@media print {
  .siteHeader,
  .siteFooter,
  .commonWindowBtns {
    display: none !important;
  }
}
/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  margin-bottom: 80px;
  text-align: center;
  background: #f4f4f4;
}
@media (min-width: 768px) {
  #top .mainVisual {
    padding: 70px 0 65px !important;
  }
}
#top .mainVisual h2 {
  margin: 0 auto;
  width: 70%;
  max-width: 775px;
  padding-bottom: 25px;
  line-height: 0;
}
#top .mainVisual .lead {
  line-height: 1.9;
  font-size: 18px;
  font-weight: bold;
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main .pageTitle {
  margin-bottom: 35px;
  padding: 60px 0;
  line-height: 1;
  text-align: center;
  font-size: 36px;
  background: #f4f4f4;
}
.lower main > .pageTitle {
  margin-bottom: 80px;
}
.lower .pageHeader {
  padding-bottom: 100px;
}
.lower .pageHeader .siblings {
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
  font-size: 15px;
  line-height: 0;
}
.lower .pageHeader .siblings ul {
  display: inline-block;
}
.lower .pageHeader .siblings ul li {
  float: left;
}
@media (min-width: 768px) {
  .lower .pageHeader .siblings ul li:not(:last-child) {
    padding-right: 60px;
  }
  .lower .pageHeader .siblings ul li:not(:last-child):after {
    content: '/';
    display: block;
    position: absolute;
    top: 0;
    right: 30px;
    color: #dfdfdf;
  }
}
.lower .pageHeader .siblings ul li a {
  display: block;
  margin-bottom: -1px;
  padding-bottom: 22px;
  border-bottom: 2px solid transparent;
  color: #999;
}
.lower .pageHeader .siblings ul li a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  .lower .pageHeader .siblings ul li a:hover {
    color: #336699;
    border-bottom: 2px solid #336699;
  }
}
.lower .pageHeader .siblings ul li.current a {
  color: #336699;
  border-bottom: 2px solid #336699;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 120px;
}

/*==================================================================================
 company.philosophy
==================================================================================*/
#company.philosophy section.philosophy .catchArea {
  padding-bottom: 110px;
  text-align: center;
}
#company.philosophy section.philosophy .catchArea .catch {
  margin: 0 auto;
  max-width: 860px;
  padding-bottom: 25px;
  line-height: 0;
}
#company.philosophy section.philosophy .catchArea .lead {
  line-height: 1.9;
  font-size: 18px;
  font-weight: bold;
}
#company.philosophy section.philosophy > .lead {
  line-height: 2;
  font-size: 15px;
}

/*==================================================================================
 company.overview
==================================================================================*/
#company.overview section.access .googleMap {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  height: 500px;
}
#company.overview section.access .googleMap .linkBtn {
  position: absolute;
  top: 0;
  right: 0;
  width: 210px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
#company.overview section.access .googleMap .linkBtn a {
  display: block;
  position: relative;
  padding: 25px 10px 25px 0;
  color: #fff;
  background: #000;
}
#company.overview section.access .googleMap .linkBtn a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 20px;
  width: 30px;
  height: 100%;
  background: url("../img/common/icon-arrow02.png") no-repeat center center;
  background-size: 100% auto;
}
#company.overview section.access > .lead {
  line-height: 1.7;
  text-align: center;
  font-size: 14px;
}

/*==================================================================================
 company.group
==================================================================================*/
/*==================================================================================
 company.global
==================================================================================*/
/*==================================================================================
 services
==================================================================================*/
#services .section01 h2 {
  padding-bottom: 80px;
  text-align: center;
  line-height: 1.7;
  font-size: 22px;
}
#services .section01 .serviceList li {
  position: relative;
  float: left;
  clear: both;
  width: 48%;
}
#services .section01 .serviceList li:nth-child(2n) {
  float: right;
  clear: none;
}
#services .section01 .serviceList li:not(:nth-child(-n+2)) {
  margin-top: 80px;
}
#services .section01 .serviceList li .icon {
  width: 140px;
}
#services .section01 .serviceList li dl {
  position: absolute;
  top: 50%;
  left: 0;
  padding-left: 160px;
  transform: translateY(-50%);
}
#services .section01 .serviceList li dt {
  padding-bottom: 10px;
  line-height: 1.4;
  font-size: 22px;
  font-weight: bold;
}
#services .section01 .serviceList li dd {
  line-height: 1.7;
  font-size: 14px;
}
@media (max-width: 1024px) {
  #services .section01 .serviceList li dt {
    font-size: 18px;
  }
  #services .section01 .serviceList li dd {
    font-size: 13px;
  }
}

/*==================================================================================
 topics
==================================================================================*/
/*==================================================================================
 topics.detail
==================================================================================*/
#topics.detail main {
  padding-bottom: 0;
}
#topics.detail .content .informations {
  margin-bottom: 50px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dfdfdf;
  text-align: center;
}
#topics.detail .content .informations span {
  display: block;
  line-height: 1;
  font-size: 18px;
}
#topics.detail .content .informations .date {
  padding-bottom: 10px;
}
#topics.detail .content .informations .category {
  font-size: 16px;
  color: #999;
}
#topics.detail .content article .articleTitle {
  padding-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
#topics.detail .content article .mainImage {
  padding-bottom: 40px;
  text-align: center;
}
#topics.detail .content article p {
  line-height: 1.7;
  font-size: 14px;
  overflow-wrap: break-word;
}
#topics.detail .content article p img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
#topics.detail .content article p img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
#topics.detail .content article p img.aligncenter {
  display: block;
  margin: 0 auto;
}

/*==================================================================================
 topics.fixedPage
==================================================================================*/
#topics.fixedPage .content article p + p {
  padding-top: 1.5em;
}

/*==================================================================================
 works
==================================================================================*/
#works .sections {
  max-width: 780px;
}
#works .sections:not(:last-of-type) {
  padding-bottom: 80px;
}
#works .sections .searchButtons li {
  float: left;
  text-align: center;
  font-size: 16px;
}
#works .sections .searchButtons li a {
  display: block;
}
@media (min-width: 768px) {
  #works .section01 .searchButtons li {
    width: 32.05128%;
  }
  #works .section01 .searchButtons li:not(:nth-child(3n)) {
    padding-right: 1.92308%;
  }
}
#works .section01 .searchButtons li a {
  padding: 25px 0;
  line-height: 1;
  color: #fff;
  background: #2b3f49;
}
#works .section01 .searchButtons li a.red {
  background: #336699;
}
@media (min-width: 768px) {
  #works .section02 .searchButtons li {
    width: 21.15385%;
  }
  #works .section02 .searchButtons li:not(:last-child) {
    padding-right: 5.12821%;
  }
}
#works .section02 .searchButtons li a {
  color: #000;
}
#works .section02 .searchButtons li a img {
  padding-bottom: 12px;
}
#works .section03 .searchButtons li {
  font-size: 20px;
  font-weight: bold;
}
@media (min-width: 768px) {
  #works .section03 .searchButtons li {
    width: 11.53846%;
  }
  #works .section03 .searchButtons li:not(:last-child) {
    padding-right: 3.2%;
  }
}
#works .section03 .searchButtons li a {
  position: relative;
  border-radius: 50%;
  padding: 44.44% 0;
  border: 5px solid #2b3f49;
  color: #2b3f49;
}
#works .section03 .searchButtons li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#works section.contents .backLink {
  margin: 0 auto;
  padding-top: 120px;
  max-width: 240px;
  line-height: 1;
  text-align: center;
  font-size: 16px;
}
#works section.contents .backLink a {
  display: block;
  padding: 18px 0;
  border: 1px solid #336699;
  color: #336699;
}

/*==================================================================================
 works.detail
==================================================================================*/
#works.detail main {
  padding-bottom: 0;
}
#works.detail section.contents .articleTitle {
  padding-bottom: 50px;
  line-height: 1.4;
  text-align: center;
  font-size: 24px;
}
#works.detail section.contents .thumbnail {
  padding-bottom: 40px;
  text-align: center;
}
#works.detail section.contents p {
  line-height: 1.7;
  font-size: 14px;
  overflow-wrap: break-word;
}
#works.detail section.contents p img.alignright {
  display: block;
  margin: 0 0 0 auto;
}
#works.detail section.contents p img.alignleft {
  display: block;
  margin: 0 auto 0 0;
}
#works.detail section.contents p img.aligncenter {
  display: block;
  margin: 0 auto;
}
#works.detail section.contents .catch {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
#works.detail section.contents .inSections {
  padding-top: 80px;
}
#works.detail section.contents .copyright {
  padding-top: 80px;
  line-height: 1.4;
  font-size: 14px;
}

/*==================================================================================
 error
==================================================================================*/
#error .contents {
  padding-top: 150px;
  text-align: center;
  font-size: 18px;
}
#error .contents .errorText {
  padding-bottom: 50px;
  line-height: 1.7;
}
#error .contents .topLink a {
  color: #333;
  text-decoration: underline;
}
#error .contents .topLink a:hover {
  opacity: 1;
}
@media (min-width: 1025px) {
  #error .contents .topLink a:hover {
    text-decoration: none;
  }
}

/*==================================================================================
 page
==================================================================================*/

/*# sourceMappingURL=style.css.map */
