a {
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
  color: #333;
  border: 0;
}
a:hover, a:focus {
  text-decoration: underline;
  color: #333;
}
a:active {
  text-decoration: underline;
  color: #333;
  border: 0;
  outline: none;
}
a img {
  border: 0;
}
a:hover img {
  opacity: .8;
  filter: alpha(opacity=80);
  -moz-opacity: .8;
}
a:focus img, a:active img {
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
}
html {
  font-size: 62.5%;
}
body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 140%;
  line-height: 1.6;
  width: 100%;
  word-wrap: break-word;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow-wrap: break-word;
}
@media only screen and (min-width: 1000px) {
  body {
    position: relative;
  }
}
body, html {
  height: 100%;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
em {
  font-weight: bold;
  font-style: normal;
}
.text-large {
  font-size: 200%;
}
.text-midium {
  font-size: 150%;
}
.text-small {
  font-size: 85%;
}
.red {
  color: #e20303;
}
.uppercase {
  text-transform: uppercase;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.clearfix:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.clear {
  clear: both;
}
.box-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pc-adove {
  display: none;
}
/* margin */
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-60 {
  margin-bottom: 60px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-80 {
  margin-bottom: 80px;
}
.mb-90 {
  margin-bottom: 90px;
}
.mb-100 {
  margin-bottom: 100px;
}
@media only screen and (min-width: 1000px) {
  .pc-adove {
    display: block;
  }
}
.pc-only {
  display: none !important;
}
@media only screen and (min-width: 1000px) {
  .pc-only {
    display: block !important;
  }
}
.tab-adove {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  .tab-adove {
    display: block !important;
  }
}
.tab-below {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .tab-below {
    display: none !important;
  }
}
.tab-only {
  display: none !important;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .tab-only {
    display: block !important;
  }
}
.sp-only {
  display: block !important;
}
@media only screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
img {
  max-width: 100%;
}
.block {
  display: block;
}
.header {
  position: relative;
  padding: 20px 0 5px;
}
@media only screen and (min-width: 1000px) {
.header {
    /* position: fixed; */
    width: 100%;
    background: #fff;
    height: 100px;
    z-index: 150;
    padding: 0;
}
  .header:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
  .header .container {
    width: 1200px;
  }
}
.header__logo {
  margin: 0;
  padding: 0;
  width: 80%;
}
.header__logo img {
  width: 370px;
  height: auto;
}
@media only screen and (min-width: 1000px) {
  .header__logo {
    float: left;
    width: 370px;
    margin-top: 20px;
  }
}
.header__btn {
  position: absolute;
  z-index: 100;
  top: 10px;
  right: 10px;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  background-color: #0c689e;
}
.header__btn.active .header__btn__line--first {
  -webkit-transform: translateY(6px) rotate(135deg);
  -moz-transform: translateY(6px) rotate(135deg);
  -ms-transform: translateY(6px) rotate(135deg);
  transform: translateY(6px) rotate(135deg);
}
.header__btn.active .header__btn__line:nth-child(2) {
  opacity: 0;
}
.header__btn.active .header__btn__line--last {
  -webkit-transform: translateY(-6px) rotate(-135deg);
  -moz-transform: translateY(-6px) rotate(-135deg);
  -ms-transform: translateY(-6px) rotate(-135deg);
  transform: translateY(-6px) rotate(-135deg);
}
@media only screen and (min-width: 1000px) {
  .header__btn {
    display: none;
  }
}
[class^='header__btn__line'] {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  background-color: #fff;
}
.header__btn__txt {
  display: block;
}
.header__navi {
  position: absolute;
  z-index: 80;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 1000px) {
.header__navi {
    font-size: 0;
    position: static;
    display: block;
    float: right;
    width: 695px;
    background-color: #fff;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
    padding-top: 20px;
}
}
.header__navi__list__item {
  font-size: 16px;
}
.header__navi__list__item a {
  display: block;
  padding: 15px 10px;
  text-decoration: none;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item {
    line-height: 1.3;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  .header__navi__list__item a {
    padding: 25px 20px;
    border-bottom: none;
  }
  .header__navi__list__item a.active, .header__navi__list__item a:hover {
    color: #0c689e;
    background-color: #f4f4f4;
  }
  .header__navi__list__item:hover .header__navi__list__item__child {
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}
.header__navi__list__item__en {
  color: #fff;
}
.header__navi__list__item__en {
  font-family: 'Times New Roman', serif;
  font-size: 85.71429%;
  display: block;
  color: #aaa;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__en {
    font-size: 83.33333%;
  }
}
.header__navi__list__item__child {
  font-size: 85.71429%;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__child {
    position: absolute;
    z-index: 100;
    visibility: hidden;
    width: 100%;
    transition: 0s;
    opacity: 0;
    background-color: #f4f4f4;
  }
}
.header__navi__list__item__child__item a {
  padding-left: 20px;
  border-bottom: 1px dotted #ddd;
}
.header__navi__list__item__child__item:last-child a {
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .header__navi__list__item__child__item a {
    padding: 15px;
    border-bottom: 1px solid #ddd;
  }
  .header__navi__list__item__child__item:last-child a {
    border-bottom: none;
  }
}
.footer {
  margin: 0;
  padding-bottom: 10px;
  background-color: #eee;
}
.footer__about {
  padding: 40px 0 20px;
  color: #fff;
  background-color: #0c689e;
  font-size: 85%;
}
.footer__about a {
  color: #fff;
}
.footer__about__address__title {
  font-size: 114.28571%;
  margin: 0 0 20px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__about__address__title {
    text-align: right;
  }
}
.footer__about__address__txt {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
.footer__about__address__txt {
    text-align: left;
    font-size: 120%;
    padding-left: 50px;
}
}
.footer__about__contact {
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .footer__about__contact {
    border-left: 1px solid #fff;
  }
  .footer__about__contact img {
    margin-top: 10px;
  }
}
a.footer__about__contact__btn {
  display: block;
  width: 98%;
  margin: 20px auto;
  padding: 14px 0;
  text-align: center;
  text-decoration: none;
  color: #333;
  background-color: #fff;
}
@media only screen and (min-width: 1000px) {
  a.footer__about__contact__btn {
    width: 320px;
  }
}
@media only screen and (min-width: 1000px) {
  .footer__about__address, .footer__about__contact {
    float: left;
    box-sizing: border-box;
    width: 50%;
    padding: 0 50px;
  }
}
.footer__navi {
  display: none;
}
@media only screen and (min-width: 1000px) {
  .footer__navi {
    display: block;
  }
}
.footer__navi__list {
  padding-top: 40px;
  text-align: center;
}
.footer__navi__list__item {
  display: inline;
}
.footer__navi__list__item a {
  padding: 0 15px;
  text-decoration: none;
}
.footer__navi__list__item a:hover {
  text-decoration: underline;
}
.footer__sns {
  padding: 30px 0 25px;
}
.footer__sns__list {
  text-align: center;
}
[class^='footer__sns__list__item--'] {
  display: inline-block;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  margin: 0 8px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
}
[class^='footer__sns__list__item--'] a {
  display: block;
}
.footer__sns__list__item--twitter {
  padding-top: 18px;
  background-color: #1da1f2;
}
.footer__sns__list__item--facebook {
  padding-top: 13px;
  background-color: #3b5998;
}
.footer__copyright {
  font-size: 85.71429%;
  text-align: center;
}
.footer__copyright__mark {
  font-size: 166.66667%;
  margin-right: 2px;
  vertical-align: middle;
}
.container {
	width: 1000px;
	margin: 0 auto;
}
@media only screen and (min-width: 1000px) {
  .topmenu {
    width: 1000px;
	  margin: 0 auto;
  }
.topmenu__bn {
    width: 20%;
    float: left;
    text-align: center;
    margin: 15px 0;
}

}
@media screen and (max-width: 1000px) {
	
.container {
	width: 90%;
	margin: 0 auto;
}
	
.topmenu__bn {
    width: 30%;
    float: left;
    text-align: center;
    margin: 5px 5px;
}
}
.container p {
  line-height: 1.8;
}
.container p span {
    line-height: 1.8;
    font-size: 120%;
    text-align: left;
    /* display: block; */
}
.company {
  padding-top: 5px;
}
@media only screen and (min-width: 1000px) {
  .company {
    padding-top: 90px;
  }
}
.company__sell__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .company__sell__img {
    float: right;
    width: 320px;
  }
}
@media only screen and (min-width: 1000px) {
  .company__sell__img {
    width: 400px;
    margin-bottom: 25px;
  }
}
.company__sell {
  margin-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .company__sell .company__table {
    float: left;
    width: 58%;
  }
}
.company__architecture {
  padding-bottom: 60px;
}
@media only screen and (min-width: 1000px) {
  .company__architecture {
    padding-bottom: 100px;
  }
}
.company__table {
  width: 100%;
  margin-bottom: 40px;
  table-layout: fixed;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
}
.company__table th, .company__table td {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 12px;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .company__table th, .company__table td {
    display: table-cell;
  }
}
.company__table th {
  text-align: left;
  background-color: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  .company__table th {
    width: 35%;
  }
}
.company__architecture .company__map iframe {
  width: 100%;
}
section {
  width: 100%;
}
.section {
  max-width: 100%;
  padding: 30px 0;
}
@media only screen and (min-width: 768px) {
  .section {
    padding: 40px 0;
  }
}
@media only screen and (min-width: 1000px) {
  .section {
    padding: 50px 0;
  }
}
.section__title {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 142.85714%;
  font-weight: normal;
  margin: 0 0 35px;
  text-align: center;
  color: #0c689e;
}
.section__title::before {
  margin: -5px 10px 0 0;
}
.section__title::after {
  margin: -5px 0 0 10px;
}
@media only screen and (min-width: 768px) {
  .section__title {
    font-size: 177.77778%;
    letter-spacing: .1em;
  }
}
@media only screen and (min-width: 1000px) {
.section__title {
    font-size: 300%;
    font-weight: bold;
}
  .section__title__com {
    font-size: 200%;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
    color: #0c689e;
  }
}
.section__titleSmall {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 78.57143%;
  display: block;
  margin: -35px 0 30px;
  text-align: center;
}
@media only screen and (min-width: 1000px) {
  .section__titleSmall {
    font-size: 100%;
  }
}
.section__subtitle {
  font-size: 114.28571%;
  margin-bottom: 30px;
  padding-left: 20px;
  border-left: 4px solid #000;
}
@media only screen and (min-width: 768px) {
  .section__subtitle {
    font-size: 142.85714%;
    margin-bottom: 40px;
    border-left: 6px solid #000;
  }
}
.aisatsu {
  width: 100%;
}
.aisatsu p {
  line-height: 1.8;
  font-size: 130%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -40px;
  text-align: center;
}
.title {
  padding: 30px 0;
  text-align: center;
  background: #0c689e;
  background-size: 15px auto;
  color: #ffffff;
}
@media only screen and (min-width: 1000px) {
.title {
    font-size: 118.75%;
    padding: 60px 0;
    background-position: 50% 50px;
}
}
.title__txt {
  margin: 0;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  font-size: 200%;
  letter-spacing: 25px;
}
.title__txt__small {
  font-family: 'Times New Roman', serif;
  font-size: 85.71429%;
  display: block;
  color: #aaa;
}

.subpage {
    width: 1000px;
    margin: 50px auto;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.subpage h2{
	width: 100%;
	text-align: left;
	border-bottom: #0b689d 3px solid;
	font-size: 150%;
}

.subpage h3 {
    text-align: left;
    font-size: 150%;
    color: white;
    letter-spacing: 0.5em;
    background: #0b689d;
    padding: 10px 50px;
}

.subpage p{
	width: 100%;
	text-align: left;
	font-size: 120%;
}

.subpage ul{
	width: 100%;
	margin: 0 auto;
}

.subpage li{
	width: 100%;
	text-align: left;
	font-size: 120%;
	color: #0b689d;
}

.subpage__keikaku {
  font-size: 200%;
  color: #0c689e;
  margin-bottom: 20px;
  border-bottom: dotted #0c689e 3px;
  letter-spacing: 20px;
  text-align: center;
  width: 100%;
  float: left;
}
.subpage__keikaku__midashi {
    font-size: 150%;
    margin-bottom: 20px;
    line-height: 2.5em;
    text-align: center;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slideWrap {
  overflow: hidden;
  width: 100%;
}
.homeBrand {
  padding: 60px 0 0px;
}
.homePolicy {
  padding: 40px 0;
  background: url(../images/home/bg_message-sp.jpg) no-repeat 0 0;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .homePolicy {
    background-position: 50% 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy {
    background: url(../images/index/annai.png) no-repeat 100% 0;
    width: 1200px;
    margin: 0 auto;
    height: 220px;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy__inner {
    width: 450px;
  }
}
.homePolicy__title {
  margin-bottom: 15px;
  font-size: 30px;
  color: aliceblue;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy__message {
  margin-bottom: 15px;
  font-size: 16px;
  color: aliceblue;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy .btn-flat-border {
  display: inline-block;
  padding: 1em 2em;
  text-decoration: none;
  color: #67c5ff;
  border: solid 2px #67c5ff;
  background: white;
  border-radius: 3px;
  transition: .4s;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.homePolicy .btn-flat-border:hover {
  background: #67c5ff;
  color: white;
}
@media only screen and (min-width: 768px) {
  .homePolicy__title img {
    display: block;
    margin: 0 auto 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .homePolicy__title img {
    margin: 0 0 15px;
  }
}
.homePolicy__link {
  margin-top: 40px;
}
@media only screen and (min-width: 1000px) {
  .homePolicy__link {
    width: 400px;
    margin-top: 60px;
  }
}
.about__point {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -10px;
  padding: 4px 0 20px;
  text-align: center;
  background-image: url(../images/philosophy/bg_frame-left.png), url(../images/philosophy/bg_frame-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 80%, 100% 80%;
}
@media only screen and (min-width: 768px) {
  .about__point {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__point {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__point p {
  line-height: 1.6;
  margin: 10px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__point p {
    font-size: 114.28571%;
    line-height: 1.8;
  }
}
.about__point__en {
  font-family: 'EB Garamond', serif;
  font-size: 92.85714%;
  text-transform: uppercase;
}
.about__aisatsu {
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  margin-top: -10px;
  padding: 4px 0 20px;
  text-align: left;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .about__aisatsu {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__aisatsu {
    width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.about__aisatsu p {
  line-height: 1.6;
  margin: 10px 0 0;
}
.about__aisatsu p span {
  text-align: right;
  font-size: 100%;
}
@media only screen and (min-width: 768px) {
  .about__aisatsu p {
    font-size: 120%;
    line-height: 1.8;
  }
}
.about__aisatsu__en {
  font-family: 'EB Garamond', serif;
  font-size: 92.85714%;
  text-transform: uppercase;
  text-align: center;
  display: block;
}
.about__codinate__brand {
  margin-top: 20px;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__codinate__brand {
    margin-top: 40px;
  }
}
.about__codinate__brand__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__codinate__brand__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__codinate__brand__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin: 0;
    padding: 0;
    border-right: 1px solid #fff;
    border-bottom: none;
  }
}
.about__codinate__brand__item__img img {
  width: 100%;
}
.about__codinate__brand__item__logo {
  text-align: center;
}
p.about__codinate__brand__item__txt {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  p.about__codinate__brand__item__txt {
    font-size: 85.71429%;
  }
}
.about__facility__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__facility__type {
    margin-top: 40px;
  }
}
.about__facility__type__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__facility__type__item:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .about__facility__type__item {
    font-size: 85.71429%;
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .about__facility__type__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .about__facility__type__item {
    width: 25%;
    border-right: 1px solid #fff;
  }
  .about__facility__type__item:last-child {
    border-right: none;
  }
}
.about__facility__type__item__title {
  position: relative;
}
.about__facility__type__item__title img {
  display: block;
  width: 100%;
}
.about__facility__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
.about__facility__type__item__title__txt small {
  margin-left: 5px;
}
p.about__facility__type__item__txt {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
.about__sash__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__sash__type {
    margin-top: 40px;
  }
}
.about__sash__type__item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .about__sash__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__sash__type__item:last-child {
    border-right: none;
  }
}
.about__sash__type__item__title {
  position: relative;
}
.about__sash__type__item__title img {
  display: block;
  width: 100%;
}
.about__sash__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
@media only screen and (min-width: 768px) {
  .about__sash__message {
    margin-top: 25px;
  }
}
.about__alldenka__img {
  margin-top: 20px;
}
.about__alldenka__img img {
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img__left {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__alldenka__img__right {
    float: right;
  }
}
.about__alldenka__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__alldenka__message {
    margin-top: 40px;
  }
}
.about__ecoone__img {
  margin-top: 30px;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img {
    position: relative;
    margin-top: 40px;
  }
}
.about__ecoone__img__logo {
  display: block;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__logo {
    position: absolute;
    top: 20px;
    left: 10px;
  }
}
.about__ecoone__img__title {
  margin: 10px auto 20px;
  text-align: center;
}
.about__ecoone__img__left, .about__ecoone__img__right {
  display: block;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__left {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__img__right {
    float: right;
  }
}
.about__ecoone__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__ecoone__message {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__ecoone__message {
    margin-bottom: 80px;
  }
}
.about__yane__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__yane__type {
    margin-top: 40px;
  }
}
.about__yane__type__item {
  margin-bottom: 10px;
}
.about__yane__type__item img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__yane__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__yane__type__item:last-child {
    border-right: none;
  }
}
.about__yane__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__yane__message {
    margin-top: 25px;
  }
}
.about__outfit__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__outfit__type {
    margin-top: 40px;
  }
}
.about__outfit__type__item {
  margin-bottom: 10px;
}
.about__outfit__type__item img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__outfit__type__item {
    float: left;
    box-sizing: border-box;
    width: 33.3333%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__outfit__type__item:last-child {
    border-right: none;
  }
}
.about__outfit__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__outfit__message {
    margin-top: 25px;
  }
}
.about__door__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__door__type {
    margin-top: 40px;
  }
}
.about__door__type__item {
  margin-bottom: 10px;
}
.about__door__type__item img {
  display: block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .about__door__type__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0;
    border-right: 1px solid #fff;
  }
  .about__door__type__item:last-child {
    border-right: none;
  }
}
.about__door__message {
  margin: 20px 0 0;
}
@media only screen and (min-width: 768px) {
  .about__door__message {
    margin-top: 25px;
  }
}
.about__light__type {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__light__type {
    margin-top: 40px;
  }
}
.about__light__type__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.about__light__type__item:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .about__light__type__item {
    float: left;
    box-sizing: border-box;
    width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: none;
  }
  .about__light__type__item:nth-child(odd) {
    border-right: 1px solid #fff;
  }
}
@media only screen and (min-width: 1000px) {
  .about__light__type__item {
    width: 33.3333%;
    border-right: 1px solid #fff;
  }
  .about__light__type__item:last-child {
    border-right: none;
  }
}
.about__light__type__item__title {
  position: relative;
}
.about__light__type__item__title img {
  display: block;
  width: 100%;
}
.about__light__type__item__title__txt {
  font-size: 114.28571%;
  position: absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 10px 15px;
  color: #fff;
  background-color: rgba(0, 0, 0, .4);
}
p.about__light__type__item__message {
  margin: -1em 0 0 !important;
  padding: 20px;
  background: #f4f4f4;
}
@media only screen and (min-width: 768px) {
  p.about__light__type__item__message {
    font-size: 85.71429%;
  }
}
.about__security__message {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .about__security__message {
    margin-bottom: 60px;
    text-align: center;
  }
}
.about__security__list__item {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.about__security__list__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
@media only screen and (min-width: 768px) {
  .about__security__list__item {
    padding-bottom: 0;
    border: none;
  }
}
.about__security__list__item__txt {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__txt {
    float: left;
    width: 80%;
  }
}
.about__security__list__item__txt__number {
  font-size: 142.85714%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 15px;
  text-align: center;
  color: #fff;
  background-color: #222;
}
.about__security__list__item__txt__title {
  font-size: 142.85714%;
  margin: 0;
  padding: 5px 0 0 55px;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__txt__title {
    margin: 0;
  }
}
.about__security__list__item__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .about__security__list__item__img {
    float: right;
    width: 150px;
  }
}
.about__security__list__item__txt__message {
  margin: 30px 0;
}
.about__brand__item {
  margin-bottom: 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #ddd;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item {
    margin-bottom: 0px;
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
}
.about__brand__item__content__img img {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__img {
    float: left;
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail {
    position: relative;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__detail {
    float: right;
    width: 660px;
    margin-bottom: 30px;
    padding-top: 10px;
  }
}
.about__brand__item__content__detail__title {
  margin-bottom: 10px;
}
.about__brand__item__content__detail__title__copy {
  font-size: 114.28571%;
  font-weight: bold;
  display: block;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__content__detail__title__copy {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail__type {
    position: absolute;
    top: 10px;
    right: 0;
    display: block;
  }
}
.about__brand__item__content__detail__type__item {
  float: left;
  width: 100px;
  margin-right: 8px;
}
.about__brand__item__content__detail__type__item img {
  border-radius: 4px;
}
.about__brand__item__content__detail__type__item:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__content__detail__type__item {
    width: 120px;
    margin-right: 5px;
  }
}
.about__brand__item__gallery__item {
  width: 48%;
  margin-bottom: 10px;
}
.about__brand__item__gallery__item:nth-child(odd) {
  float: left;
}
.about__brand__item__gallery__item:nth-child(even) {
  float: right;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__gallery__item {
    width: 32%;
    margin-right: 1%;
    margin-bottom: 1%;
  }
  .about__brand__item__gallery__item img {
    width: 100%;
  }
  .about__brand__item__gallery__item:nth-child(even) {
    float: left;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__gallery__item {
    width: 192px;
    margin: 0 10px 10px 0;
  }
  .about__brand__item__gallery__item:nth-child(5n) {
    margin-right: 0;
  }
}
.about__brand__item__contact {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__contact {
    margin-top: 10px;
  }
  .about__brand__item__contact:after {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
    content: '';
  }
}
.about__brand__item__contact__btn {
  font-size: 128.57143%;
  font-weight: bold;
  display: block;
  padding: 18px 0 18px 8%;
  text-align: center;
  color: #fff;
  background: url(../images/lower/about/series/ico_paper.png) no-repeat 15% 50% #000;
}
.about__brand__item__contact__btn span {
  font-size: 77.77778%;
  display: block;
}
.about__brand__item__contact__btn:hover {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .about__brand__item__contact__btn {
    width: 300px;
    margin: 0 auto;
    padding: 18px 0;
    background-position: 24px 50%;
  }
}
@media only screen and (min-width: 1000px) {
  .about__brand__item__contact__btn {
    float: right;
    margin: 0;
  }
}
@media only screen and (min-width: 1000px) {
  .inner {
    width: 1100px;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .link {
    overflow: hidden;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
  }
  .link .cont {
    margin: 0 auto 113px;
    position: relative;
    line-height: 0;
    height: 340px;
  }
  .link .cont > .img {
    line-height: 0;
    position: absolute;
    top: 0;
    left: -300px;
  }
  .link .cont:nth-child(even) > .img {
    left: inherit;
    right: -300px;
  }
  .link .cont > .text {
    display: block;
    /* border: 4px solid #fff; */
    position: absolute;
    top: 31px;
    right: -60px;
    width: 640px;
    padding: 46px 0 75px;
    overflow: visible;
  }
  .link .cont > .text:hover {
    text-decoration: none;
  }
  .link .cont:nth-child(even) > .text {
    right: inherit;
    left: -60px;
  }
  .link .cont:nth-child(1) > .text {
    background: url(../images/index/back1.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(1) > .text:hover {
    background: url(../images/index/back1.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(2) > .text {
    background: url(../images/index/back2.jpg) 0 0 no-repeat;
  }
  .link .cont:nth-child(2) > .text:hover {
    background: url(../images/index/back2.jpg) 0 0 no-repeat;
  }
  .link .cont > .text .icn {
    position: absolute;
    top: -18px;
    left: 0;
    width: 100%;
    text-align: center;
    line-height: 0;
  }
  .link .cont:nth-child(2) > .text .icn {
    top: -27px;
  }
  .link .cont > .text h3 {
    font-size: 3rem;
    line-height: 140%;
    text-align: center;
    color: #fff;
    font-weight: normal;
    margin: 0 auto 10px;
  }
  .link .cont > .text:hover h3 {
    opacity: 0.7;
  }
  .link .cont > .text h3 > small {
    font-size: 2.4rem;
  }
  .link .cont > .text .tex {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 135%;
    color: #fff;
    line-height: 1.5em;
  }
  .link .cont > .text:hover .tex {
    opacity: 0.7;
    text-decoration: none;
  }
  .link .cont:nth-child(1) > .text .tex {
    width: 410px;
  }
  .link .cont:nth-child(2) > .text .tex {
    width: 450px;
  }
.link .cont > .text .btn {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    margin: -10px auto 0;
    font-size: 100%;
}
  .link .cont > .text .btn:hover {
    background: #67c5ff;
    color: white;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (min-width: 1000px) {
  .slick-slider {
    text-align: center;
  }
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
@media only screen and (min-width: 1000px) {
  .slick-list {
    overflow: visible;
    width: 1200px;
    height: auto;
    margin: 0 auto !important;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery {
    position: relative;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery .slick-list {
    overflow: hidden;
    width: 824px;
  }
  .worksDetail__gallery .slick-list img {
    width: 100%;
  }
}
@media only screen and (min-width: 1000px) {
  .worksDetail__navi .slick-list {
    overflow: hidden;
    width: 824px;
  }
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.worksDetail__gallery .slick-slide {
  height: 450px;
  position: relative;
}
.worksDetail__gallery .slick-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: 450px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .worksDetail__gallery .slick-slide, .worksDetail__gallery .slick-slide img {
    height: 200px;
  }
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('../images/common/ajax-loader.gif') center center no-repeat;
}
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}
.slick-prev, .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  z-index: 120;
  top: 40%;
  display: none !important;
  width: 40px;
  height: 100px;
  padding: 0;
  cursor: pointer;
  border: none;
  outline: none;
  background-color: #333;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
}
@media only screen and (min-width: 1000px) {
  .slick-prev, .slick-next {
    display: block !important;
  }
}
.slick-prev {
  left: 100px;
  background: url(../images/common/bg_slide-prev.png) no-repeat 0 0;
}
[dir='rtl'] .slick-prev {
  right: 100px;
  left: auto;
  background: url(../images/common/bg_slide-prev.png) no-repeat 0 0;
}
.slick-next {
  right: 100px;
  background: url(../images/common/bg_slide-next.png) no-repeat 0 0;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 100px;
  background: url(../images/common/bg_slide-next.png) no-repeat 0 0;
}
@media only screen and (min-width: 1000px) {
  .worksDetail__gallery .slick-prev, .worksDetail__gallery .slick-next {
    width: 40px;
    height: 40px;
  }
  .worksDetail__gallery .slick-prev {
    left: 0;
    background: url(../images/lower/works/ico_slide-left.png) no-repeat 0 0;
  }
  [dir='rtl'] .worksDetail__gallery .slick-prev {
    right: 0;
    left: auto;
    background: url(../images/lower/works/ico_slide-left.png) no-repeat 0 0;
  }
  .worksDetail__gallery .slick-next {
    right: 0;
    background: url(../images/lower/works/ico_slide-right.png) no-repeat 0 0;
  }
  [dir='rtl'] .worksDetail__gallery .slick-next {
    right: auto;
    left: 0;
    background: url(../images/lower/works/ico_slide-right.png) no-repeat 0 0;
  }
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 12px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: #0c689e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #0c689e;
}
.moreLoadBtn {
  display: block;
  clear: both;
  float: none;
  padding: 20px 0;
  text-align: center;
}
.moreLoadBtn a {
  width: 300px;
  display: block;
  margin: 0 auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/***** コンタクトフォーム *****/
.contact__table {
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .contact__table {
    width: 80%;
    margin: 0 auto;
  }
}
.contact__table .table-contactform7 {
  overflow: hidden;
  table-layout: fixed;
}
.contact__table .required-contactform7 {
  padding: 5px;
  background: #DE8686;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.contact__table .unrequired-contactform7 {
  padding: 5px;
  background: #BDBDBD;
  color: #fff;
  border-radius: 3px;
  margin-right: 3px;
}
.contact__table .table-contactform7 th {
  font-weight: bold;
}
.contact__table .table-contactform7 input, .contact__table .table-contactform7 textarea {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
  font-size: 110%;
  padding: 10px 0;
}
.contact__table .address-100 input {
  max-width: 90% !important;
  margin: 5px 10px 10px 5px;
}
.contact__table .message-100 textarea {
  width: 100%;
  margin: 5px 10px 10px 5px;
}
@media screen and (min-width: 900px) {
  .contact__table .table-contactform7 th {
    width: 30%;
    text-align: left;
    padding: 20px 0;
    font-size: 110%;
  }
}
@media screen and (max-width: 900px) {
  .contact__table .table-contactform7 {
    display: block;
  }
  .contact__table .table-contactform7 tbody, .contact__table .table-contactform7 tr {
    display: block;
    width: 100%;
  }
  .contact__table .table-contactform7 th {
    width: 100%;
    display: block;
    margin: 0 auto;
    border: none;
    text-align: left;
  }
  .contact__table .table-contactform7 td {
    display: list-item;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: none !important;
  }
}
.btn {
  display: inline-block;
  padding: .375rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.btn-group-lg > .btn, .btn-lg {
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.333333;
  border-radius: .3rem;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-size: 150%;
  padding: 20px 30px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
@media only screen and (min-width: 1000px) {
  .btn__staff {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    font-size: 150%;
    padding: 20px 30px;
    margin: 0 auto 50px;
    text-align: center;
    display: block;
    width: 500px;
    border-radius: 10px;
  }
}
.btn__staff {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  font-size: 120%;
  padding: 20px 30px;
  margin: 0 auto 50px;
  text-align: center;
  display: block;
  width: 65%;
  border-radius: 10px;
}
.btn__staff a {
  color: #fff;
  border-style: none;
}
.access {
  width: 100%;
}
.access h1 {
  font-size: 200%;
  font-weight: bold;
  border-bottom: 1px solid #0c689e;
  color: #0c689e;
  text-align: center;
  letter-spacing: 1.5em;
}
@media only screen and (max-width: 1000px) {
  .section__title {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 170%;
    font-weight: normal;
    margin: 0 0 35px;
    text-align: center;
    color: #0c689e;
    font-weight: bold;
  }
  .aisatsu p {
    line-height: 1.8;
    font-size: 125%;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin-top: -40px;
    text-align: left;
  }
}
.information__title {
    text-align: left;
    border-bottom: #0b689d 5px solid;
}
.information__news {
  float: left;
  width: 48%;
}
.information__news__item {
  margin-bottom: 15px;
}
.information__news__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
@media only screen and (min-width: 1000px) {
  .information__news__item {
    margin-bottom: 2px;
  }
}
.information__news__item__img {
  float: left;
  overflow: hidden;
  width: 25%;
  height: 100px;
}
@media only screen and (min-width: 768px) {
  .information__news__item__img {
    width: 100px;
    margin-right: 20px;
  }
}
.information__news__item__txt {
  float: right;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .information__news__item__txt {
    float: none;
    width: auto;
  }
}
@media only screen and (min-width: 480px) {
  .information__news__item__txt {
    float: left;
    width: auto;
  }
}
@media only screen and (min-width: 1000px) {
  .information__news__item__txt {
    width: 70%;
  }
}
.information__news__item__txt p {
  font-size: 85.71429%;
  margin: 0 0 15px !important;
  padding-top: 0;
}
.information__news__item__txt__meta {
  font-size: 85.71429%;
  float: left;
  width: 35%;
}
.information__news__item__txt__meta__date {
  margin-right: 10px;
  color: #aaa;
}
.information__news__item__txt__meta__category {
  padding: 3px;
  border: 1px solid #333;
  text-align: center;
  width: 60%;
  display: block;
}
.information__news__item__txt__title {
  /* margin: -2px 0 10px; */
}
.information__news__item__txt__title span {
  color: #931318;
}
.information__facebook {
  margin-top: 50px;
}
.information__facebook .fb-page {
  width: 100%;
}
@media only screen and (min-width: 1000px) {
  .information__facebook {
    float: right;
    width: 48%;
    margin-top: 0;
  }
}
.linkBtn {
  display: block;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  border: solid #ddd;
  border-width: 1px 0;
  margin: 50px 0 0;
}
.linkBtn span {
  padding-left: 15px;
  background: url(../images/common/ico_arrow.png) no-repeat 0 50%;
  background-size: 5px auto;
}

.access {
  width: 48%;
  float: right;
}
.access h1 {
    font-size: 200%;
    color: #FFFFFF;
    margin-bottom: 20px;
    letter-spacing: 20px;
    text-align: center;
    width: 100%;
    background: #0c689e;
    border-radius: 10px;
    font-weight: bold;
    margin-top: 0px;
}


.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
    margin-bottom: 50px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jigyo {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.jigyo h1 {
  font-size: 300%;
  color: #0c689e;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  /* background: #0c689e; */
  letter-spacing: 10px;
}
.jigyo h2 {
  font-size: 180%;
  margin-bottom: 20px;
  line-height: 1.5em;
  text-align: center;
}
.jigyo h3 {
  font-size: 250%;
  margin-bottom: 20px;
  margin-left: 0px;
  line-height: 2.5em;
  text-align: center;
  font-weight: bold;
  color: cornflowerblue;
  border-bottom: none;
}
.jigyo_left {
  width: 28%;
  margin-left: 15px;
  float: left;
}
.jigyo_right {
  width: 65%;
  margin-left: 15px;
  float: right;
}
.jigyo_3colom {
  width: 30%;
  margin-left: 15px;
  float: left;
}
.jigyo_colom {
  width: 80%;
  margin: 30px auto;
}
.time_l {
  width: 55%;
  margin: 30px 0;
  float: left;
}
.time {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.time h1 {
  font-size: 300%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  /* background: #0c689e; */
  letter-spacing: 10px;
  border-top: 1px solid #0c689e;
  border-bottom: 1px solid #0c689e;
  /* padding: 15px 0; */
}
.time h2 {
  font-size: 200%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.time h3 {
  font-size: 200%;
  color: #0c689e;
  margin-bottom: 0px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 10px;
}
.time_l h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
  margin-top: 0px;
}
.time_l p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
  margin-top: 0px;
}
.time_r {
  width: 35%;
  margin: 30px 0;
  float: right
}
.support_3colom {
  width: 30%;
  margin: 10px 15px 30px;
  float: left;
}
.support_3colom h1 {
  font-size: 135%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
}
.support_3colom p {
  font-size: 100%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
.support_l {
  width: 65%;
  margin: 10px auto;
  float: left;
}
.support_l h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0c689e;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
  background: white;
}
.support_l p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
.support_r {
  width: 33%;
  float: right;
}
.support_r h1 {
  font-size: 150%;
  font-weight: bold;
  color: #0066CC;
  border: none;
  text-align: left;
  letter-spacing: 0;
  padding-bottom: 0;
}
.support_r p {
  font-size: 120%;
  font-weight: normal;
  color: #000;
  line-height: 1.5;
}
@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
	
  .section__title {
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 130%;
    font-weight: normal;
    margin: 0 0 35px;
    text-align: center;
    color: #0c689e;
    font-weight: bold;
  }
  .aisatsu p {
    line-height: 1.8;
    font-size: 100%;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin-top: -40px;
    text-align: left;
  }

.subpage {
    width: 90%;
    margin: 50px auto;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
	
.subpage h2 {
    width: 100%;
    text-align: left;
    border-bottom: #0b689d 3px solid;
    font-size: 120%;
}
	
.subpage p {
    width: 100%;
    text-align: left;
    font-size: 100%;
}	
	
.subpage__keikaku {
    font-size: 150%;
    color: #0c689e;
    margin-bottom: 20px;
    border-bottom: dotted #0c689e 3px;
    letter-spacing: 2px;
    text-align: center;
    width: 100%;
    float: left;
}
	

.subpage__keikaku__midashi {
    font-size: 100%;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: left;
}
	
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry {
    width: 80%;
    margin: 50px auto;
}
.inquiry table {
  width: 100%;
  margin: 0 auto;
}
@media(max-width:500px) {
  .inquiry th, .inquiry td {
    display: block !important;
    width: 100% !important;
    border-top: none !important;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }
  .inquiry tr:first-child th {
    border-top: 1px solid #d7d7d7 !important;
  }
  /* 必須・任意のサイズ調整 */
  .inquiry .haveto, .inquiry .any {
    font-size: 10px;
  }
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  font-size: 110%;
  color: #444;
  padding-right: 5px;
  width: 30%;
  background: #f7f7f7;
  border: solid 1px #d7d7d7;
  padding: 20px 15px;
}
/*通常欄*/
.inquiry td {
  font-size: 13px;
  border: solid 1px #d7d7d7;
  font-size: 110%;
  padding: 20px 15px;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 7px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 7px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 15px;
  width: 350px;
  background: #ffaa56;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  margin: 25px auto 0;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #ffaa56;
  border: 2px solid #ffaa56;
}
.inquiry__form__table input[type=text], .inquiry__form__table input[type=email], .inquiry__form__table input[type=tel], .inquiry__form__table textarea {
  font-size: 100%;
  line-height: 1.6;
  width: 95%;
  margin-left: 0;
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-appearance: none;
  appearance: none;
}

@media only screen and (max-width: 768px) {

.torikumi {
    width: 95%;
    height: auto;
        font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
	margin: 0 auto;
}	
	
	.torikumi_left {
    width: 100%;
    float: left;
    line-height: 1.8em;
    height: auto;
}
	
.torikumi_left h3 {
    font-size: 160%;
    clear: both;
    margin-bottom: 20px;
    padding: 7px 0 15px;
    color: #0c689e;
    border-bottom: 1px solid #0c689e;
}	

	.torikumi_left p {
    font-size: 120%;
}
	
.torikumi_right {
    width: 100%;
    float: left;
    line-height: 1.8em;
    height: auto;
}	
	
.torikumi_right h3 {
    font-size: 160%;
    clear: both;
    margin-bottom: 20px;
    padding: 7px 0 15px;
    color: #0c689e;
    border-bottom: 1px solid #0c689e;
}	

.torikumi_right p {
    font-size: 120%;
}	
	
.title {
    font-size: 118.75%;
    padding: 50px 0;
    background-position: 50% 50px;
}

.title__txt {
    margin: 0;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    font-size: 200%;
    letter-spacing: 5px;
}
	
.title__subpage {
    width: 100%;
    background-size: cover;
    height: 150px;
    margin: 0 auto;
	font-size: 150%;
}

	
.president_midashi {
    font-size: 220%;
    color: #0c689e;
    margin-bottom: 5px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 30px;
    margin-top: 30px;
}

.president_left {
    width: 100%;
    float: left;
    font-size: 110%;
    line-height: 1.8em;
    margin-bottom: 30px;
}

.president_right {
    width: 70%;
    float: none;
    margin: 0 auto;
}
	
.about_keiei_midashi {
    font-size: 150%;
    margin-bottom: 20px;
    /* margin-left: 50px; */
    line-height: 1.5em;
}
	
.about_keiei_rinen {
    font-size: 120%;
    margin-bottom: 20px;
    margin-left: 0;
    line-height: 1.5em;
    text-align: left;
}
	
.about_keiei_rinen_title {
    font-size: 120%;
    /* line-height: 1.5em; */
    text-align: center;
    width: 90%;
    float: none;
    clear: both;
    /* margin-bottom: 20px; */
    background: #0c689e;
    color: #fff;
    padding: 10px;
    margin: 0 auto 10px;
}
	
.about_keiei_rinen_honbun {
    font-size: 95%;
    line-height: 1.5em;
    text-align: left;
    width: 90%;
    float: none;
    vertical-align: middle;
    height: auto;
    padding: 5px 0;
    margin: 0 auto 20px;
}
	
.gaiyou {
    width: 100%;
    display: inline-block;
}
	
.access {
    width: 100%;
    float: left;
}
	
.jigyo h1 {
    font-size: 200%;
    color: #0c689e;
    margin-bottom: 15px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 0;
}
	
.jigyo h2 {
    font-size: 120%;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-align: center;
}
	
.jigyo_right {
    width: 65%;
    margin-left: 0px;
    float: right;
}
	
.time h1 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    /* background: #0c689e; */
    letter-spacing: 0;
    border-top: 1px solid #0c689e;
    border-bottom: 1px solid #0c689e;
    padding: 15px 0;
}

.time h2 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 10px;
}
	
.time_l {
    width: 100%;
    margin: 30px 0;
    float: left;
}
	
.time_l h1 {
    font-size: 150%;
    font-weight: bold;
    color: #0c689e;
    border: none;
    text-align: left;
    letter-spacing: 0;
    padding-bottom: 0;
    background: white;
    margin-top: 0px;
}
	
.time_l p {
    font-size: 120%;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    margin-top: 0px;
}

.time_r {
    width: 90%;
    margin: 30px auto;
    float: none;
}
	
.time h2 {
    font-size: 150%;
    color: #0c689e;
    margin-bottom: 0px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}

.support_3colom {
    width: 100%;
    margin: 5px 5px 5px;
    float: none;
    text-align: center;
}
	
.support_3colom h1 {
    font-size: 135%;
    font-weight: bold;
    color: #0c689e;
    border: none;
    text-align: center;
    letter-spacing: 0;
    padding-bottom: 0;
    background: white;
}
	
.support_3colom p {
    font-size: 100%;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
	text-align: left;
}
	
.time h3 {
    font-size: 160%;
    color: #0c689e;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 0;
}
	
.inquiry {
    width: 100%;
    margin: 50px auto;
}

.information__news {
    float: none;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
}
	
.information__news__item__img {
    float: left;
    overflow: hidden;
    width: 25%;
    height: 100px;
}
	
.information__news__item__txt {
    float: right;
    width: 70%;
}
.homePolicy__title {
    margin-bottom: 15px;
    font-size: 30px;
    color: #0c689e;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
}

.homePolicy__message {
    margin-bottom: 15px;
    font-size: 16px;
    color: #0c689e;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
}
	
.homeBrand {
    padding: 0;
}
	
.section__title__com {
    font-size: 130%;
    letter-spacing: 1px;
    font-weight: bold;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
    color: #0c689e;
}

.link {
    overflow: hidden;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
	
.link .cont {
    margin: 0 auto 113px;
    position: relative;
    line-height: 0;
    /* height: auto; */
    width: 90%;
}
	
.link .cont > .text h3 {
    font-size: 3rem;
    line-height: 140%;
    text-align: center;
    color: #0c689e;
    font-weight: normal;
    margin: 0 auto 10px;
}
	
.link .cont > .text .tex {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 16px;
    color: #0c689e;
    line-height: 1.5em;
}	

.link .cont > .text .btn {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    margin: 0 auto;
    font-size: 100%;
}
	
.homePolicy .btn-flat-border {
    display: table;
    padding: 1em 2em;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    background: white;
    border-radius: 3px;
    transition: .4s;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin: 0 auto;
}
	
}

@media screen and (min-width: 650px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 650px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}

@media only screen and (min-width: 1000px) {
  .info, .infoDetail {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .infoDetail {
    padding-bottom: 120px;
  }
}
.info__category {
    font-size: 0;
    margin: 50px auto 20px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
  .info__category {
    margin: 0 auto 80px;
  }
}
.info__list {
  display: none;
}
.info__list.active {
  display: block;
}
.info__category__item {
  font-size: 12px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-bottom: 15px;
  padding: 2px 20px;
  cursor: pointer;
  border-right: 1px solid #ddd;
}
.info__category__item.active, .info__category__item:hover {
  color: #fff;
  background-color: #1d2088;
}
.info__category__item.active::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  margin-right: auto;
  margin-left: auto;
  content: '';
  border-width: 4px 4px 0 4px;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
}
.info__category__item:first-child {
  border-left: 1px solid #ddd;
}
@media only screen and (min-width: 768px) {
  .info__category__item {
    font-size: 14px;
    width: auto;
    padding: 8px 40px;
  }
}
.info__list__item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.info__list__item:after {
  display: block;
  clear: both;
  width: 100%;
  height: 0;
  content: '';
}
.info__list__item__img {
  float: left;
  overflow: hidden;
  width: 80px;
  height: 80px;
}
.info__list__item__img img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .info__list__item__img {
    width: 100px;
    height: 100px;
    margin-right: 30px;
  }
}
.info__list__item__txt {
  float: right;
  width: 73%;
}
@media only screen and (min-width: 768px) {
  .info__list__item__txt {
    float: left;
    width: 80%;
  }
}
.info__list__item__txt__meta, .infoDetail__meta {
  font-size: 85.71429%;
}
.info__list__item__txt__meta__date, .infoDetail__meta__date {
  margin-right: 8px;
  color: #aaa;
}
.info__list__item__txt__meta__category, .infoDetail__meta__category {
  padding: 3px 5px;
  border: 1px solid #000;
}
.info__list__item__txt__title {
  font-size: 100%;
  margin: 10px 0;
}
.info__list__item__txt__title span {
    color: #ff000a;
}
@media only screen and (min-width: 768px) {
  .info__list__item__txt__title {
    margin: 15px 0;
  }
}
.info__list__item__txt__excerpt {
  font-size: 85.71429%;
  margin: 0;
}
.infoDetail__meta {
  margin-bottom: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .infoDetail__meta {
    margin-bottom: 30px;
  }
}
.infoDetail__body {
  padding: 0 0 30px;
}
/*.infoDetail__body .widget img, .infoDetail__body img {
    width: 100%;
    height: auto;
}*/
@media only screen and (min-width: 1000px) {
  .infoDetail__body {
    padding: 40px 0 60px;
  }
  .infoDetail__body img {
    margin-bottom: 30px;
  }
}
.infoDetail__body img {
  margin-bottom: 40px;
}
.infoDetail__body p {
  margin-bottom: 30px;
}
.infoDetail__back {
  display: block;
  padding: 20px 0;
  text-align: center;
  background-color: #eee;
}
@media only screen and (min-width: 768px) {
  .infoDetail__back {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
.infoDetail__back__txt {
  padding-left: 18px;
  background: url(../images/lower/works/ico_left-arrow.png) no-repeat 0 50%;
  background-size: 5px auto;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
    margin-bottom: 50px;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}