@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 common
==================================================================================*/
main {
  padding: 50px 0 80px;
}

.sectionTitle01 {
  margin-bottom: 50px;
  padding-bottom: 15px;
  font-size: 22px;
}
.sectionTitle01:after {
  width: 50px;
  height: 1px;
}
.sectionTitle01.smallMargin {
  margin-bottom: 30px;
}

.sectionTitle02 {
  margin-bottom: 30px;
  border-left-width: 4px;
  font-size: 18px;
}
.sectionTitle02.smallMargin {
  margin-bottom: 15px;
}

.sectionTitle03 {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 22px;
}

.commonBtn01 {
  padding-top: 30px;
  width: 180px;
  font-size: 10px;
}
.commonBtn01 a {
  padding: 15px 0;
  border-width: 1px;
}
.commonBtn01 a:after {
  right: 10px;
  width: 12px;
}

.commonTopicsList01 li {
  padding-bottom: 15px;
}
.commonTopicsList01 li:not(:last-child) {
  margin-bottom: 15px;
}
.commonTopicsList01 li span,
.commonTopicsList01 li a {
  display: inline-block;
  font-size: 14px;
}
.commonTopicsList01 li .date {
  line-height: 1.4;
}
.commonTopicsList01 li .category {
  left: 90px;
  padding: 4px 2px;
  width: 80px;
  font-size: 12px;
}
.commonTopicsList01 li .content {
  margin: 25px 0 0;
  line-height: 1.5;
}

.commonTopicsList02 li {
  clear: both;
  width: 48.5%;
}
.commonTopicsList02 li:not(:nth-child(-n+2)) {
  padding-top: 30px;
}
.commonTopicsList02 li:nth-child(2n) {
  float: right;
  clear: none;
}
.commonTopicsList02 li .thumbnail {
  margin-bottom: 10px;
  height: 120px;
}
.commonTopicsList02 li .date {
  padding-bottom: 10px;
  font-size: 12px;
}
.commonTopicsList02 li dt {
  padding-bottom: 5px;
  font-size: 14px;
}
.commonTopicsList02 li dd,
.commonTopicsList02 li .text {
  font-size: 12px;
}
.commonTopicsList02 li .category {
  padding-top: 10px;
  font-size: 10px;
}

.commonArchives01 li:not(:last-child) {
  margin-bottom: 60px;
}
.commonArchives01 li .thumbnail {
  margin-bottom: 10px;
  width: auto;
  height: 150px;
}
.commonArchives01 li .textArea {
  position: static;
  width: auto;
  height: auto;
}
.commonArchives01 li .textArea .title {
  padding-bottom: 10px;
  font-size: 18px;
}
.commonArchives01 li .textArea .catch {
  padding-bottom: 15px;
  font-size: 16px;
}
.commonArchives01 li .textArea .date,
.commonArchives01 li .textArea .copyright {
  font-size: 12px;
}
.commonArchives01 li .textArea .more {
  position: static;
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
}
.commonArchives01 li .textArea .more a {
  display: block;
  padding: 15px 25px;
}

.commonList01 li {
  clear: both;
  width: 48.5%;
}
.commonList01 li:not(:nth-child(-n+2)) {
  padding-top: 30px;
}
.commonList01 li:nth-child(2n) {
  float: right;
  clear: none;
}
.commonList01 li .image {
  margin-bottom: 10px;
}
.commonList01 li .image img {
  width: 100%;
}
.commonList01 li .listTitle {
  padding-left: 5px;
  border-left-width: 3px;
  font-size: 14px;
}
.commonList01 li dd {
  padding-top: 8px;
  font-size: 11px;
}

.commonList02 li:not(:last-child) {
  padding-bottom: 40px;
}
.commonList02 li .listTitle {
  padding-left: 5px;
  border-left-width: 3px;
  font-size: 14px;
}
.commonList02 li dl {
  padding-left: 0;
}
.commonList02 li dt,
.commonList02 li dd {
  padding: 10px;
  font-size: 12px;
}
.commonList02 li dt {
  position: static;
  width: auto;
}
.commonList02 li dd {
  border-left: none;
  background: #fff;
}

.commonList03 li {
  padding: 15px 3%;
  font-size: 12px;
}
.commonList03 li .name {
  position: static;
  padding-bottom: 3px;
  max-width: none;
  transform: none;
  font-size: 13px;
  font-weight: bold;
}

.commonTable01 dl {
  font-size: 12px;
  padding-left: 0;
}
.commonTable01 dl:not(:last-of-type) {
  padding-bottom: 30px;
}
.commonTable01 dt,
.commonTable01 dd {
  padding: 0;
  line-height: 1.7;
}
.commonTable01 dt {
  position: static;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #dfdfdf;
}
.commonTable01 dd {
  padding-left: 0;
  border-left: none;
}

.commonPagination01 {
  padding-top: 80px;
}
.commonPagination01 li {
  width: 30px;
}
.commonPagination01 li:not(:last-child) {
  padding-right: 8px;
}
.commonPagination01 li span,
.commonPagination01 li a {
  padding: 8px 0;
  font-size: 14px;
}
.commonPagination01 li.previous a, .commonPagination01 li.next a {
  height: 30px;
}

.commonArticleBtns01 {
  margin-top: 100px;
  font-size: 14px;
}
.commonArticleBtns01 li.previous a:before {
  margin-right: 5px;
  width: 36px;
  height: 6px;
}
.commonArticleBtns01 li.index a {
  padding: 25px 0 55px;
}
.commonArticleBtns01 li.index a:after {
  height: 15px;
}
.commonArticleBtns01 li.next a:after {
  margin-right: 5px;
  width: 36px;
  height: 6px;
}
.commonArticleBtns01 li a {
  padding: 40px 5%;
}

a.externalLink:after {
  width: 10px;
  height: 9px;
}

a.externalLink02:after {
  width: 12px;
  height: 10px;
}

a.arrowLink01 {
  padding-bottom: 1px;
}
a.arrowLink01:before {
  top: 4px;
}

.loadingMovie video {
  width: 100%;
  min-width: 0;
  min-width: 0;
  min-height: 0;
  min-height: 0;
}

/*==================================================================================
 siteHeader
==================================================================================*/
.siteHeader {
  position: fixed;
  padding: 15px 2%;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
}
.siteHeader .headerLogo {
  float: left;
  line-height: 0;
}
.siteHeader .headerLogo a:hover {
  opacity: 1;
}
.siteHeader .headerNavi {
  display: none;
  box-sizing: border-box;
  float: none;
  clear: both;
  position: fixed;
  top: 0;
  left: 0;
  padding: 15px 2%;
  width: 100%;
  height: 100vh;
  color: #fff;
  background: #ca0821;
  z-index: 10;
}
.siteHeader .headerNavi .logo img {
  width: auto;
  height: 20px;
}
.siteHeader .headerNavi .wrapper {
  position: absolute;
  top: 50%;
  left: 2%;
  padding-top: 50px;
  width: 96%;
  text-align: center;
  transform: translateY(-50%);
}
.siteHeader .headerNavi .links {
  display: inline-block;
  padding-bottom: 40px;
  text-align: left;
  font-size: 36px;
}
.siteHeader .headerNavi .links li {
  float: none;
  clear: both;
}
.siteHeader .headerNavi .links li:not(:last-child) {
  padding: 0 0 30px;
}
.siteHeader .headerNavi .links li a {
  color: #fff;
}
.siteHeader .headerNavi .languages {
  position: static;
  padding-bottom: 40px;
  font-size: 20px;
  transform: none;
  margin: 0 auto;
  width: 180px;
}
.siteHeader .headerNavi .languages li {
  float: left;
}
.siteHeader .headerNavi .languages li:not(:last-child) {
  margin-right: 12px;
  padding-right: 12px;
  border-right-color: #fff;
}
.siteHeader .headerNavi .languages li a {
  color: #fff !important;
}
.siteHeader .headerNavi .copyright {
  line-height: 1;
  font-size: 10px;
}
.siteHeader .menuBtn {
  position: fixed;
  top: 5px;
  right: 2%;
  width: 40px;
  height: 40px;
  z-index: 11;
}
.siteHeader .menuBtn span {
  display: inline-block;
  position: absolute;
  left: 5px;
  width: 30px;
  height: 3px;
  background: #000;
  transition: transform .5s;
}
.siteHeader .menuBtn span:first-of-type {
  top: 13px;
}
.siteHeader .menuBtn span:last-of-type {
  top: 27px;
}
.siteHeader .menuBtn.open span {
  background: #fff;
}
.siteHeader .menuBtn.open span:first-of-type {
  top: 19px;
  transform: rotate(135deg);
}
.siteHeader .menuBtn.open span:last-of-type {
  top: 19px;
  transform: rotate(-135deg);
}

/*==================================================================================
 siteFooter
==================================================================================*/
.siteFooter {
  padding-bottom: 20px;
}
.siteFooter .contactArea {
  padding: 50px 0;
}
.siteFooter .contactArea .sectionTitle01 {
  margin-bottom: 20px;
}
.siteFooter .contactArea .lead {
  font-size: 12px;
}
.siteFooter .logos {
  margin-bottom: 50px;
}
.siteFooter .logos li {
  width: 33.33333%;
}
.siteFooter .logos li:nth-child(3n+1) {
  clear: both;
}
.siteFooter .logos li:not(:nth-child(3n)) a {
  border-right: 1px solid #e1e1e1;
}
.siteFooter .logos li:not(:nth-child(-n+3)) {
  margin-top: 15px;
}
.siteFooter .pageTop {
  right: 2%;
  bottom: 190px;
  width: 20px;
}
.siteFooter .logo {
  float: none;
  clear: both;
  margin: 0 auto;
  padding: 0 0 50px;
  max-width: 196px;
}
.siteFooter .otherLinks {
  float: none;
  clear: both;
  padding-top: 0;
  font-size: 10px;
  text-align: center;
}
.siteFooter .otherLinks li {
  float: none;
  clear: both;
}
.siteFooter .otherLinks li:not(:last-child) {
  margin-bottom: 8px;
  padding-bottom: 9px;
}

/*==================================================================================
 top
==================================================================================*/
#top .mainVisual {
  position: relative;
  margin-bottom: 60px;
}
#top .mainVisual h2 {
  padding-bottom: 30px;
}
#top .mainVisual .lead {
  line-height: 1.7;
  font-size: 14px;
}
#top .mainVisual .scrollIcon {
  position: absolute;
  bottom: 0;
  left: 50%;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 50px;
  transform: translateX(-50%);
}
#top .mainVisual .scrollIcon:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 40px;
  background: #000;
  transform: translateX(-50%);
}

/*==================================================================================
 lower common
==================================================================================*/
.lower main .pageTitle {
  margin-bottom: 20px;
  padding: 40px 0;
  font-size: 24px;
}
.lower main > .pageTitle {
  margin-bottom: 50px;
}
.lower .pageHeader {
  padding-bottom: 80px;
}
.lower .pageHeader .siblings {
  font-size: 11px;
}
.lower .pageHeader .siblings ul {
  display: block;
  padding: 0 3%;
}
.lower .pageHeader .siblings ul li {
  clear: both;
  width: 47%;
}
.lower .pageHeader .siblings ul li:nth-child(2n) {
  float: right;
  clear: none;
}
.lower .pageHeader .siblings ul li:nth-child(2n):after {
  content: '/';
  display: block;
  position: absolute;
  top: 0;
  left: -7%;
  color: #dfdfdf;
}
.lower .pageHeader .siblings ul li:not(:nth-child(-n+2)) {
  margin-top: 15px;
}
.lower .pageHeader .siblings ul li a {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom-width: 1px;
}
.lower .sections:not(:last-of-type) {
  padding-bottom: 80px;
}

/*==================================================================================
 company.philosophy
==================================================================================*/
#company.philosophy section.philosophy .catchArea .catch {
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 70%;
}
#company.philosophy section.philosophy .catchArea .lead {
  line-height: 1.7;
  font-size: 14px;
}
#company.philosophy section.philosophy > .lead {
  line-height: 1.7;
  font-size: 13px;
}

/*==================================================================================
 company.overview
==================================================================================*/
#company.overview section.access .googleMap {
  margin-bottom: 20px;
  height: 400px;
}
#company.overview section.access .googleMap iframe {
  height: 400px;
}
#company.overview section.access .googleMap .linkBtn {
  width: 140px;
  font-size: 12px;
}
#company.overview section.access .googleMap .linkBtn a {
  padding: 15px 5px 15px 0;
}
#company.overview section.access .googleMap .linkBtn a:after {
  right: 10px;
  width: 20px;
}
#company.overview section.access > .lead {
  font-size: 12px;
}

/*==================================================================================
 company.group
==================================================================================*/
/*==================================================================================
 company.global
==================================================================================*/
/*==================================================================================
 services
==================================================================================*/
#services .section01 h2 {
  padding-bottom: 50px;
  font-size: 18px;
}
#services .section01 .serviceList li {
  width: 47%;
}
#services .section01 .serviceList li:not(:nth-child(-n+2)) {
  margin-top: 50px;
}
#services .section01 .serviceList li .icon {
  margin: 0 auto;
  padding-bottom: 10px;
  width: 60%;
  text-align: center;
}
#services .section01 .serviceList li dl {
  position: static;
  padding-left: 0;
  transform: none;
}
#services .section01 .serviceList li dt {
  padding-bottom: 8px;
  font-size: 16px;
}
#services .section01 .serviceList li dd {
  font-size: 12px;
}

/*==================================================================================
 topics.detail
==================================================================================*/
#topics.detail .content .informations {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
#topics.detail .content .informations span {
  display: block;
  line-height: 1;
  font-size: 16px;
}
#topics.detail .content .informations .date {
  padding-bottom: 8px;
}
#topics.detail .content .informations .category {
  font-size: 14px;
}
#topics.detail .content article .articleTitle {
  padding-bottom: 30px;
  font-size: 18px;
}
#topics.detail .content article .mainImage {
  padding-bottom: 20px;
}
#topics.detail .content article p {
  font-size: 12px;
}

/*==================================================================================
 works
==================================================================================*/
#works .sections {
  max-width: 500px;
}
#works .sections:not(:last-of-type) {
  padding-bottom: 50px;
}
#works .sections .searchButtons li {
  clear: both;
  width: 48%;
  font-size: 14px;
}
#works .sections .searchButtons li:nth-child(2n) {
  float: right;
  clear: none;
}
#works .sections .searchButtons li:nth-child(n+3) {
  padding-top: 20px;
}
#works .sections .searchButtons li a {
  padding: 45.24% 0;
}
#works .sections .searchButtons li img {
  display: block;
  width: 100%;
}
#works .section01 .searchButtons li a {
  padding: 20px 0;
}
#works .section03 .searchButtons li {
  font-size: 20px;
}
#works section.contents .backLink {
  padding-top: 80px;
  max-width: 240px;
  font-size: 14px;
}
#works section.contents .backLink a {
  padding: 15px 0;
}

/*==================================================================================
 works.detail
==================================================================================*/
#works.detail section.contents .articleTitle {
  padding-bottom: 30px;
  font-size: 18px;
}
#works.detail section.contents .thumbnail {
  padding-bottom: 20px;
}
#works.detail section.contents p {
  font-size: 12px;
}
#works.detail section.contents .catch {
  padding-bottom: 15px;
  font-size: 16px;
}
#works.detail section.contents .inSections {
  padding-top: 50px;
}
#works.detail section.contents .copyright {
  padding-top: 50px;
  font-size: 12px;
}

/*==================================================================================
 error
==================================================================================*/
#error .contents {
  padding-top: 100px;
  font-size: 16px;
}
#error .contents .errorText {
  padding-bottom: 30px;
}

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