@charset "UTF-8";
@font-face {
  font-family: 'kensho';
  src: url("../fonts/kensho.eot?tgde8w");
  src: url("../fonts/kensho.eot?tgde8w#iefix") format("embedded-opentype"), url("../fonts/kensho.ttf?tgde8w") format("truetype"), url("../fonts/kensho.woff?tgde8w") format("woff"), url("../fonts/kensho.svg?tgde8w#kensho") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'kensho';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-list:before {
  content: "\e902";
}

.icon-left:before {
  content: "\e903";
}

.icon-up:before {
  content: "\e904";
}

.icon-tel:before {
  content: "\e900";
}

.icon-mail:before {
  content: "\e901";
}

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  /*text-rendering:optimizeLegibility;*/
}

/* html element 62.5% font-size for REM use */
html {
  -webkit-tap-highlight-color: transparent;
  font-size: 62.5%;
}

body {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.7;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo,YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  min-width: 980px;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  transition: all .2s;
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #F85D26;
}

a:hover img {
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  -ms-filter: '"alpha( opacity="70")"';
}

a:focus, a a:hover, a a:active {
  outline: 0;
}

/*------------------- ここから設定開始 -----------------------------*/
section {
  margin-top: 60px;
}

.wrapper {
  width: 980px;
  margin: 0 auto;
  position: relative;
  position: relative;
  overflow: hidden;
  *zoom: 1;
  /*アンドロイド4 Defaultブラウザ width対策*/
  background-image: url("../img/share/android_bug.png");
  /*アンドロイド4 Chromeブラウザ  font-size対策*/
  max-height: 100%;
}

.header, .footer {
  overflow: hidden;
  clear: both;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #FFF;
  border-bottom: 3px solid #F85D26;
  z-index: 1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.header h1 {
  margin: 0;
  display: inline;
}

.header_nav {
  overflow: hidden;
  clear: both;
  font-size: 15px;
  font-size: 1.5rem;
  width: 980px;
  height: 60px;
  padding: 0 40px;
  margin: 0 auto;
}

.header_nav li {
  float: left;
  width: 160px;
  line-height: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}

.header_nav li:first-child {
  width: 100px;
  text-align: left;
  line-height: 0;
  padding-left: 10px;
}

.header_nav li:after {
  display: block;
  float: right;
  width: 1px;
  height: 40px;
  margin: 10px 0;
  content: '';
  top: 10px;
  background: #d9d9d9;
}

.header_nav li:hover a {
  color: #F85D26;
}

.footer {
  border-top: 3px solid #F85D26;
  font-size: 13px;
  font-size: 1.3rem;
  color: #666;
}

.footer .wrapper {
  padding: 20px 40px 0;
}

.footer address {
  font-style: normal;
  margin: 10px 0;
}

.footer_title {
  float: left;
  width: 340px;
  font-weight: normal;
}

.footer_title h1 {
  margin: 0;
}

.footer_nav {
  float: right;
  width: 180px;
  margin: 5px 0 35px;
  padding: 0 10px 10px;
  border-left: 1px solid #D9D9D9;
}

.footer_nav a:before {
  font-family: 'kensho';
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  content: "\e902";
  vertical-align: middle;
}

.footer_nav li {
  line-height: 1.8;
}

.footer_nav li:nth-last-of-type(1), .footer_nav li:nth-last-of-type(2) {
  margin-top: 10px;
}

.footer_nav li:nth-last-of-type(1) a:before, .footer_nav li:nth-last-of-type(2) a:before {
  display: none;
}

.footer_copyright {
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 15px;
  background: #666;
  color: #fff;
  height: 60px;
}

.footer_pagetop {
  overflow: hidden;
  display: block;
  position: fixed;
  z-index: 1;
  right: 50px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  cursor: pointer;
  background: #F85D26;
  transform: rotate(-45deg);
}

.footer_pagetop:hover {
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  -ms-filter: '"alpha( opacity="70")"';
}

.footer_pagetop span {
  display: block;
  height: 50px;
  width: 50px;
  line-height: 1.4;
  transform: rotate(45deg);
  text-align: center;
}

.footer_pagetop span:before {
  display: block;
  font-family: 'kensho';
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  content: "\e904";
}

ul, ol, dl, li, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a img {
  border: none;
}

h2 {
  text-align: center;
  margin: 63px 0 0;
}

h3 {
  text-align: center;
  line-height: 1;
  font-weight: normal;
  font-size: 12px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  margin: 30px 0;
}

h3 span {
  display: block;
  color: #F85D26;
  font-family: 'Orbitron', sans-serif;
}

.sp-slide {
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: '"alpha( opacity="40")"';
}

.sp-selected {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: '"alpha( opacity="100")"';
}

.sp-layer {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  text-align: right;
}

.page_title, .contents_title, .content_title {
  overflow: hidden;
  clear: both;
  margin: 10px 0;
  font-weight: normal;
}

.page_title {
  text-align: center;
}

.txtC {
  text-align: center;
}

.txtL {
  text-align: left;
}

.txtR {
  text-align: right;
}

.imgL {
  float: left;
}

.imgR {
  float: right;
}

.fs10 {
  font-size: 10px;
  font-size: 1rem;
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}

.index {
  border-top: 3px solid #F85D26;
}

.index section {
  margin-top: 0;
}

.index section .wrapper {
  padding: 0 40px;
}

.index_title {
  margin: 30px 0;
  overflow: hidden;
  clear: both;
}

.index_title .imgL, .index_title .imgR {
  margin-right: 10px;
}

.index_title_left {
  float: left;
  width: 150px;
  margin: 0;
}

.index_title_right {
  float: right;
  width: 425px;
}

.index_title_right-mynavi {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
  clear: both;
}

.index_title li {
  display: block;
  line-height: 1.2;
  font-size: 18px;
  font-size: 1.8rem;
}

.index_title li:nth-child(2) {
  font-family: 'Lato', sans-serif;
}

.index_title i {
  font-size: 18px;
  font-size: 1.8rem;
  vertical-align: middle;
  margin-right: 3px;
}

.index_title a {
  font-size: 11px;
  font-size: 1.1rem;
}

.index_text {
  text-align: center;
}

.index_text h3 {
  margin: 50px 0;
}

.index_text p {
  margin: 0;
}

.index_bnr {
  overflow: hidden;
  clear: both;
}

.index_bnr li {
  float: left;
  width: 280px;
  border-bottom: 3px solid #666;
  margin: 30px 0;
}

.index_bnr li:nth-child(2) {
  margin: 30px;
}

.index_bnr li:hover {
  border-bottom: 3px solid #F85D26;
}

.index_bnr li:hover img {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: '"alpha( opacity="100")"';
}

.index_information dt {
  font-size: 18px;
  font-size: 1.8rem;
  color: #F85D26;
  padding: 5px 20px;
}

.index_information dd {
  border: 1px solid #CECEBF;
  padding: 10px 20px;
  background: #FFFBEC;
}

.index aside {
  height: 465px;
  background: url("../img/index/facebook.jpg") center bottom no-repeat, url("../img/index/aside_bg.png") 0 bottom repeat-x #FFF;
}

.index aside .fb-page {
  float: right;
  width: 500px;
  margin-top: 76px;
  margin-right: 40px;
}

.about h2 {
  background: #F5F7FA;
}

.about_promise {
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 60px;
}

.about_promise dt {
  float: left;
  clear: both;
  width: 180px;
  padding: 0 10px;
}

.about_promise dt img {
  margin: 10px 0;
}

.about_promise dd {
  border-top: 1px solid #E6E6E6;
  padding: 15px 5px 0 180px;
}

.about_promise dd:after {
  content: '';
  display: block;
  clear: both;
}

.about_outline {
  position: relative;
  overflow: hidden;
  clear: both;
}

.about_outline_list {
  margin-top: 45px;
}

.about_outline_list li {
  border-top: 1px solid #E6E6E6;
  background: #f7f7f7;
}

.about_outline_list li em {
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
}

.about_outline_list li span {
  background: #FBFBFB;
  display: inline-block;
  padding: 13px 20px;
  width: 170px;
  margin-right: 20px;
}

.about section .wrapper {
  padding: 0 40px;
}

.about_map {
  width: 100%;
  height: 460px;
  border-top: 3px solid #F85D26;
  overflow: hidden;
  clear: both;
  background: #fff;
}

.about_map-data {
  width: 100%;
  height: 920px;
  margin-top: -230px;
  border: none;
}

.license_ttl {
  vertical-align: top;
  height: 242px;
}

.license_list {
  display: inline-block;
  padding: .5em 0;
}

.license_list li {
  border-top: none;
  background: #f7f7f7;
}

.license_list li:before {
  content: '・';
}

.staff h2 {
  background: #ECF0F3;
}

.staff_introduction .wrapper {
  padding: 0 40px 80px;
}

.staff_introduction ul {
  font-size: 13px;
  font-size: 1.3rem;
}

.staff_introduction li {
  background: url("../img/staff/introduction_bg.png") center top repeat-x;
}

.staff_introduction li li {
  background: none;
}

.staff_introduction_photo {
  float: left;
  width: 220px;
}

.staff_introduction_text {
  float: right;
  width: 650px;
}

.staff_introduction h4 {
  font-weight: normal;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 50px;
  margin: 0;
}

.staff_introduction h4 em {
  font-weight: normal;
  margin-left: 20px;
  font-size: 17px;
  font-size: 1.7rem;
}

.staff_introduction h4 span {
  text-align: right;
  display: inline-block;
  float: right;
  width: 200px;
  letter-spacing: .1em;
  font-family: 'Orbitron', sans-serif;
  font-size: 13px;
  font-size: 1.3rem;
}

.activities h2 {
  background: #F0EEF0;
}

.activities section {
  margin-top: 0;
}

.activities section .wrapper {
  padding: 0 40px;
  background: url("../img/activities/activities_bg.jpg") right 0 no-repeat;
}

.activities_mind {
  width: 580px;
  margin-bottom: 140px;
}

.activities_mind p {
  margin: 0;
}

.activities_work {
  background: url("../img/activities/work_bg.jpg") right bottom no-repeat;
  overflow: hidden;
  clear: both;
  padding-bottom: 180px;
}

.activities_work li {
  float: left;
  width: 430px;
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 70px;
}

.activities_work li h5 {
  font-size: 24px;
  font-size: 2.4rem;
  margin: 0;
  padding: 0 10px;
  font-weight: normal;
  line-height: 40px;
  background: url("../img/activities/work_border.png") 0 bottom no-repeat;
}

.activities_work li p:nth-of-type(2) a {
  font-size: 13px;
  font-size: 1.3rem;
}

.activities_work li p:nth-of-type(2) a:before {
  content: "\e903";
  font-family: 'kensho';
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 3px;
  top: -1px;
  position: relative;
  vertical-align: middle;
}

.activities_work li:nth-child(odd) {
  margin-right: 40px;
}

.gallery h2 {
  background: #FDFBFC;
}

.gallery_tab {
  overflow: hidden;
  clear: both;
  width: 900px;
  margin: 0 auto 20px;
}

.gallery_tab li {
  width: calc(100% / 7 - 10px);
  float: left;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
  margin: 0 5px;
}

.gallery_tab li a {
  display: block;
  border-bottom: 1px solid #666;
  width: 100%;
  line-height: 1.3;
  padding-bottom: 0.3em;
}

.gallery_tab li .active {
  border-bottom: 1px solid #F85D26;
}

.gallery_tab_box {
  overflow: hidden;
  clear: both;
  margin-bottom: 60px;
}

.gallery_tab_box ul {
  margin: 0 auto;
  overflow: hidden;
  clear: both;
  text-align: center;
}

.gallery_tab_box ul:nth-of-type(even) {
  background: #F7F7F7;
}

.gallery_tab_box li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  min-height: 247px;
  border-right: 1px solid #E6E6E6;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 10px 0;
  padding: 20px;
  cursor: pointer;
}

.gallery_tab_box li:first-child {
  border-left: 1px solid #E6E6E6;
}

.gallery_tab_box li:hover {
  opacity: 0.7;
  filter: "alpha(opacity=70)";
  -ms-filter: '"alpha( opacity="70")"';
}

.gallery_tab_box img {
  display: block;
  margin: 0 auto 20px;
}

#modal-photo {
  width: 680px;
  padding: 20px;
  background: #fff;
  display: none;
}

#modal-photo iframe {
  display: block;
  border: none;
}

.sp-bottom-thumbnails, .sp-top-thumbnails {
  left: 0;
  margin: 10px 0 0 !important;
}

.sp-bottom-thumbnails .sp-thumbnail-container, .sp-top-thumbnails .sp-thumbnail-container {
  margin-left: 0 !important;
  margin-right: 10px !important;
}

.close {
  position: absolute;
  top: 0;
  right: 0;
  background: #FFF;
  color: #666;
  font-family: times;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 30px;
  z-index: 1;
  border-radius: 50%;
}

.close:hover {
  color: #999;
  cursor: pointer;
}

.contact h2 {
  background: #F2F4F3;
}

.contact section .wrapper {
  padding: 0 40px;
  font-size: 15px;
  font-size: 1.5rem;
}

.contact section .wrapper p {
  margin: 0;
}

.contact section a {
  margin-top: 20px;
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
}

.contact section a:before {
  content: "\e903";
  font-family: 'kensho';
  font-weight: normal;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 3px;
  top: -1px;
  position: relative;
  vertical-align: middle;
}

.contact_tel {
  text-align: right;
  font-size: 13px;
  font-size: 1.3rem;
}

.contact_tel i, .contact_tel span {
  font-size: 30px;
  font-size: 3rem;
  vertical-align: middle;
  margin-left: 5px;
}

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

.contact_privacy {
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 80px;
}
