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: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", 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: 260px;
    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: #008AC5;
}
.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: 630px;
    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: #008AC5;
    background-color: #f4f4f4;
  }
  .header__navi__list__item:hover .header__navi__list__item__child {
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}
.header__navi__list__item:last-child a {
  padding: 12px 20px 12px 50px;
  color: #fff;
  background: url(../images/common/ico_mail.png) no-repeat 18px 50% #008AC5;
}
.header__navi__list__item:last-child a:hover {
  background-color: #0000ff;
}
.header__navi__list__item:last-child .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: #008AC5;
  font-size: 85%;
}
.footer__about a {
  color: #fff;
}
.footer__about__address__title {
    font-size: 114.28571%;
    margin: 0 0 5px;
    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;
	font-size: 150%;
}
@media only screen and (min-width: 1000px) {
.footer__about__address__txt {
    text-align: right;
    font-size: 150%;
    margin: 0;
}
}
.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 {
  padding-right: 20px;
  padding-left: 20px;
}

.container__wide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #008AC5;
    margin-top: 30px;
}

@media only screen and (min-width: 1000px) {
  .container {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
  }
	
  .container__wide {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
background: #008AC5;
  }
	
  .containersns {
    width: 310px;
    margin: 0 auto 20px;
  }
  .containersns__twitter {
    width: 150px;
    margin: 0 auto 20px;
    float: left;
  }
  .containersns__facebook {
    width: 150px;
    margin: 0 auto 20px;
    float: right;
  }
}
@media screen and (max-width: 1000px) {
  .containersns__twitter {
    width: 50%;
    margin: 0 auto 20px;
    float: left;
    text-align: center;
  }
  .containersns__facebook {
    width: 50%;
    margin: 0 auto 20px;
    float: right;
    text-align: center;
  }
}
.container p {
  line-height: 1.8;
}
.container p span {
  line-height: 1.8;
  font-size: 120%;
  text-align: left;
}
.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: #008AC5;
}
.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: 250%;
    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: #008AC5;
  }
}
.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;
  }
}

.mess {
  width: 100%;
}
.mess p {
    line-height: 1.8;
    font-size: 120%;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    margin-top: -40px;
    text-align: left;
}

.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: #008AC5;
    background-size: 15px auto;
    color: #ffffff;
    font-size: 200%;
}

.colom__main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.colom__syoukai {
  width:30%;
	float: left;
	margin: 20px 10px;
}

.colom__syoukai a {
color: #FFFFFF;
	background: #16329F; 
	text-decoration: none;
}

.colom__syoukai a:hover {
color: #16329F;
	background: #FFFFFF; 
}

.colom__syoukai h1 {
    color: #fff;
    font-size: 200%;
    line-height: 2.2;
    margin-bottom: .5em;
    text-align: center;
}

.colom__syoukai p {
    color: #fff;
    line-height: 2.4;
    font-size: 100%;
    height: 200px;
}

.colom__syoukai__button {
    background: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: unset;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}



@media only screen and (min-width: 1000px) {
.title {
    font-size: 250%;
    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: 25px;
}
.title__txt__small {
  font-family: 'Times New Roman', serif;
  font-size: 85.71429%;
  display: block;
  color: #aaa;
}
.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.slideWrap {
  overflow: hidden;
  width: 100%;
}
.homeBrand {
  padding: 60px 0;
}
.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;
}

.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: 100%;
    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: #008AC5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #008AC5;
}
.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 #008AC5;
  color: #008AC5;
  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: #008AC5;
    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;
}
.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;
}
/*岩中製作所営業品目
---------------------------------------------------------------------------*/
.hinmoku {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.hinmoku h1 {
  font-size: 300%;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  background: #008AC5;
}
.hinmoku p {
    width: 100%;
    font-size: 150%;
    margin-bottom: 50px;
    text-align: center;
}
.hinmoku table {
  width: 100%;
}

.hinmoku table img {
  width: 80%;
}

.hinmoku table th {
  width: auto;
}

.hinmoku table td {
	width: 28%;
    padding: 0 0 25px;
    font-size: 150%;
    text-align: center;
    border-top: 1px solid #008ac5;
    /* margin: 0 15px; */
}


.hinmoku_photo {
  width: 30%;
	margin: 10px;
	float: left;
	text-align: center;
}

.hinmoku_photo p {
    font-size: 120%;
    margin: 0 auto 10px;
    border-top: 1px solid #008ac5;
    width: 80%;
    /* text-align: center; */
	color: #008ac5;
}

.hinmoku_photo img {
  width: 80%;
	text-align: center;
}


/*会社概要
---------------------------------------------------------------------------*/
.gaiyou {
  width: 100%;
  display: inline-block;
}

.gaiyou h1 {
  font-size: 300%;
  color: #008AC5;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
}

.gaiyou p {
  width: 100%;
  font-size: 120%;
}

.gaiyou table {
  width: 100%;
  border-spacing: 0px;
}
.gaiyou table th {
    width: 30%;
    text-align: center;
    letter-spacing: 15px;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 10px;
    border: 1px solid #FFFFFF;
    border-spacing: 0px;
    background: #008ac5;
    color: #FFFFFF;
    font-size: 120%;
}

.gaiyou table td {
    width: 70%;
    padding: 15px 10px 15px 30px;
    border-spacing: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}


.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%;
}
.setsubi {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.setsubi h1 {
  font-size: 200%;
  color: #008AC5;
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
}

.setsubi p {
  text-align: center;
}

.setsubi__flc {
    width: 100%;
    margin: 0 0;
    text-align: center;
}

.setsubi__left {
    width: 60%;
    padding: 0 20px;
}

.setsubi__left h2 {
    width: 100%;
    font-size: 200%;
    border-bottom: 1px solid #008AC5;
    color: #008AC5;
}

.setsubi__right {
  width: 40%;
}

.setsubi__right h2 {
    width: 100%;
    font-size: 200%;
    border-bottom: 1px solid #008AC5;
    color: #008AC5;
}

.setsubi__right p {
  width: 100%;
	padding: 15px 0;
	text-align: center;
}

.setsubi_box{
	display: flex;
	flex-direction: row;
}

.other_setsubi{
	width: 100%;
	margin:100px auto;
}

.setsubi table {
  width: 100%;
  border-spacing: 0px;
}
.setsubi table th {
    width: auto;
    text-align: center;
    letter-spacing: 15px;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 10px;
    border: 1px solid #FFFFFF;
    border-spacing: 0px;
    background: #008ac5;
    color: #FFFFFF;
    font-size: 120%;
}

.setsubi table td {
    width: auto;
    padding: 15px 10px 15px 30px;
    border-spacing: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 120%;
}



@media screen and (min-width: 1024px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*Contact Form 7カスタマイズ*/
/*スマホContact Form 7カスタマイズ*/
.inquiry {
    width: 100%;
    margin: 30px auto 0;
}

.inquiry{
	font-size: 18px;
	text-align: center;
}
.inquiry table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}

.inquiry tr {
    border-bottom: 1px solid #e5e5e5;
}
/*見出し欄*/
.inquiry th {
  text-align: left;
  vertical-align: middle;
  font-size: 18px;
  color: #444;
  padding: 20px 15px;
  width: 35%;
  white-space: nowrap; /* spanが改行されないように */
	line-height: 1em;
}
/*通常欄*/
.inquiry td {
  font-size: 18px;
  padding: 20px 15px;
}
.inquiry th .haveto, .inquiry th .any {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding: 5px 10px;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    margin-right: 15px;
}

/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  background: #ff9393;
}
/*任意の調整*/
.any {
  background: #93c9ff;
}
/*ラジオボタンを縦並び指定*/
.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;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="url"],
.wpcf7 input[type="number"],
.wpcf7 input[type="search"],
.wpcf7 input[type="password"],
.wpcf7 input[type="date"],
.wpcf7 textarea {
  width: 100%;
  height: 50px;
  font-size: 18px;
  box-sizing: border-box;
}
.wpcf7 .check1 label {
  font-size: 18px;
}

.wpcf7 textarea {
  height: 350px;
}

@media(max-width:500px) {
	.inquiry th, .inquiry td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
.inquiry th {
    padding: 20px 15px 0;
}
	
}

/* reCAPTCHAバッジを左下に配置 */

.grecaptcha-badge {
  width: 70px !important;
  overflow: hidden !important;
  transition: all 0.3s ease !important;
  left: 4px !important;
}
.grecaptcha-badge:hover {
  width: 256px !important;
}
	
@media only screen and (max-width: 768px) {

.colom__main {
    width: 100%;
    margin: 0 auto;
    display: block;
	font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.colom__syoukai {
    width: 85%;
    float: none;
    margin: 20px auto;
}

.colom__syoukai a {
color: #FFFFFF;
	background: #16329F; 
	text-decoration: none;
}

.colom__syoukai a:hover {
color: #16329F;
	background: #FFFFFF; 
}

.colom__syoukai h1 {
    color: #fff;
    font-size: 200%;
    line-height: 2.2;
    margin-bottom: .5em;
    text-align: center;
}

.colom__syoukai p {
    color: #fff;
    line-height: 1.8;
    font-size: 110%;
    height: 200px;
}

.colom__syoukai__button {
    background: #fff;
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    position: unset;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
	
/*岩中製作所営業品目
---------------------------------------------------------------------------*/
.hinmoku {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.hinmoku h1 {
  font-size: 300%;
  color: #fff;
  margin-bottom: 50px;
  text-align: center;
  font-weight: bold;
  background: #008AC5;
}
.hinmoku p {
    width: 100%;
    font-size: 100%;
    margin-bottom: 5px;
    text-align: center;
}

.hinmoku table {
  width: 100%;
}

.hinmoku table img {
  width: 80%;
}

.hinmoku table th {
  width: auto;
}

.hinmoku table td {
	width: 28%;
    padding: 0 0 25px;
    font-size: 150%;
    text-align: center;
    border-top: 1px solid #008ac5;
    /* margin: 0 15px; */
}
	
.hinmoku_photo {
    width: 45%;
    margin: 10px 7px;
    float: left;
    text-align: center;
}
	
.hinmoku_photo img {
    width: 100%;
    text-align: center;
}
	
	


/*会社概要
---------------------------------------------------------------------------*/
.gaiyou {
  width: 100%;
  display: inline-block;
}

.gaiyou h1 {
    font-size: 180%;
    color: #008AC5;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

.gaiyou p {
  width: 100%;
  font-size: 120%;
}

.gaiyou table {
  width: 100%;
  border-spacing: 0px;
}
.gaiyou table th {
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 0px;
    border: none;
    border-spacing: 0px;
    background: #008ac5;
    color: #FFFFFF;
    font-size: 120%;
    display: block;
}

.gaiyou table td {
    width: 90%;
    padding: 10px 15px;
    border-spacing: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    display: block;
    font-size: 110%;
}


.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%;
}
.setsubi {
  width: 100%;
  font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
}
.setsubi h1 {
    font-size: 120%;
    color: #008AC5;
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold;
}

.setsubi p {
  text-align: center;
}

.setsubi__flc {
    width: 100%;
    margin: 50px 0 0;
    text-align: center;
}

.setsubi__left {
    width: 100%;
    float: left;
}

.setsubi__left h2 {
    width: 100%;
    font-size: 200%;
    border-bottom: 1px solid #008AC5;
    color: #008AC5;
}

.setsubi__right {
    width: 100%;
    float: left;
}

.setsubi__right h2 {
    width: 100%;
    font-size: 200%;
    border-bottom: 1px solid #008AC5;
    color: #008AC5;
}

.setsubi__right p {
  width: 100%;
	padding: 15px 0;
	text-align: center;
}

.setsubi table {
  width: 100%;
  border-spacing: 0px;
}
.setsubi table th {
    width: auto;
    text-align: center;
    letter-spacing: 0px;
    vertical-align: middle;
    display: table-cell;
    padding: 15px 10px;
    border: 1px solid #FFFFFF;
    border-spacing: 0px;
    background: #008ac5;
    color: #FFFFFF;
    font-size: 120%;
}

.setsubi table td {
    width: auto;
    padding: 15px 0 15px 10px;
    border-spacing: 0px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 120%;
}
	
.container p span {
    line-height: 1.8;
    font-size: 120%;
    text-align: left;
    /* display: block; */
}
	
.inquiry {
    width: 100%;
    margin: 0 auto;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.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: #008AC5;
    font-family: '游明朝体', 'Yu Mincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'メイリオ', Meiryo, serif;
    text-align: center;
}

.homePolicy__message {
    margin-bottom: 15px;
    font-size: 16px;
    color: #008AC5;
    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: #008AC5;
}

.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: #008AC5;
    font-weight: normal;
    margin: 0 auto 10px;
}
	
.link .cont > .text .tex {
    text-align: left;
    margin: 20px auto 20px;
    font-size: 16px;
    color: #008AC5;
    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; }
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.certification_box {
    width: 400px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    text-align: center;
}

.certification_bn{
 width : calc(100% / 2) ;	
}

@media screen and (max-width: 400px){	
	
.certification_box {
    width: 100%;
}
	
}

.security_info {
    width: 100%;
    max-width: 1000px;
    margin: 60px auto;
    padding: 0 30px;
    box-sizing: border-box;
}

.security_info h2{
	font-size: clamp(20px, 2.2vw, 28px);
}
.security_info h3{
	font-size: clamp(20px, 1.9vw, 24px);
	border-bottom: 1px solid;
}
.security_info p{
	font-size: 16px;
}
.security_info ul{
    width: 100%;
    padding-left: 1.5em;      /* 黒丸分の余白 */
    margin: 20px 0;
    text-align: left;         /* ← center をやめる */
    list-style: disc;
}

.security_info ul li{
    font-size: 16px;
    margin-bottom: 8px;
}

.h_security {
    max-width: 1000px;
    margin: 40px auto 0px;
    padding: 0 16px;
}

.h_security a{
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 20px;
  background: linear-gradient(135deg, #fff4f4, #ffecec);
  border-left: 6px solid #c00;
  text-decoration: none;
  color: #333;
  box-shadow: 0 6px 16px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.h_security a:hover{
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.12);
}

.h_security-label{
  display: inline-block;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #c00;
  border-radius: 999px;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.h_security-text{
  font-size: clamp(14px, 2.5vw, 16px);
  line-height: 1.5;
}

.h_security a::after{
  content: "›";
  margin-left: auto;
  font-size: 22px;
  color: #c00;
}


@media (max-width: 600px){
.h_security {
    margin: 40px auto;
}
  .h_security a{
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

