@charset "UTF-8";
/*------------------------------------------------------------------------------
  reset
------------------------------------------------------------------------------*/
html {
  color: #333;
  background: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-all;
}

/* IE10以降 游ゴシック文字ずれ対応 */
@media all and (-ms-high-contrast: none) {
  html {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  }
}

body {
  background: #fff;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.child-header .ttl {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.cmn-ttl01,
.mincho {
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

address {
  font-style: normal;
}

p {
  margin: 0;
  padding: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: #333;
  text-decoration: none;
}

input,
textarea,
select,
button {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
}

@media all and (-ms-high-contrast: none) {
  input,
  textarea,
  select,
  button {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, sans-serif, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic;
  }
}

input[type="submit"],
input[type="text"],
select,
textarea,
button {
  -webkit-appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: horizontal;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

.outer-block {
  min-width: 1240px;
}

.inner-block {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 1200px;
  max-width: 100%;
}

#wrapper {
  position: relative;
}

.pc {
  display: block !important;
}

.pc-ib {
  display: inline-block !important;
}

.pc-dn {
  display: none !important;
}

.sp {
  display: none !important;
}

.sp-ib {
  display: none !important;
}

.ib {
  display: inline-block;
}

.vam {
  vertical-align: middle;
}

@media screen and (min-width: 641px) {
  a,
  a img:hover,
  button,
  .pagenation .page-num-ul li:hover,
  .pagenation .prev:hover,
  .pagenation .next:hover,
  .back-feature:hover {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition-property: background, box-shadow, border, opacity, transform;
    transition-property: background, box-shadow, border, opacity, transform;
  }
  a:hover,
  a img:hover,
  button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

/*------------------------------------------------------------------------------
  common-parts
------------------------------------------------------------------------------*/
.cmn-ttl01 {
  font-size: 36px;
  text-align: center;
  margin: 1em 0;
}

/* cmn-btn01 */
.cmn-btn01 a,
.cmn-btn01 button {
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  line-height: 44px;
  padding: 0 15px 0 25px;
  position: relative;
  text-align: center;
  min-width: 240px;
}

.cmn-btn01 a:before,
.cmn-btn01 button:before {
  background: url(../img/common/arrow-right.svg) no-repeat;
  background-size: 100% 100%;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  left: 20px;
  top: 50%;
  width: 7px;
  height: 12px;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media all and (-ms-high-contrast:none){
  .cmn-btn01 span {
    display: block;
    padding: 0.3em 0.3em 0.1em;
  }
}

.cmn-btn01 .blue {
  background-color: #0071a5;
  background-image: -webkit-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -moz-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -o-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -ms-linear-gradient(bottom, #006da2, #007fb0);
  background-image: linear-gradient(to top, #006da2, #007fb0);
  border-top: 1px solid #56aacb;
  border-bottom: 1px solid #006292;
}

.cmn-btn01 .green {
  background-color: #00a564;
  background-image: -webkit-linear-gradient(bottom, #00a260, #00b070);
  background-image: -moz-linear-gradient(bottom, #00a260, #00b070);
  background-image: -o-linear-gradient(bottom, #00a260, #00b070);
  background-image: -ms-linear-gradient(bottom, #00a260, #00b070);
  background-image: linear-gradient(to top, #00a260, #00b070);
  border-top: 1px solid #56cba0;
  border-bottom: 1px solid #009357;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
header {
  padding: 20px 0;
}

header * {
  vertical-align: middle;
}

header .logo {
  margin-right: 75px;
  width: 184px;
}

/*------------------------------------------------------------------------------
nav
------------------------------------------------------------------------------*/
nav {
  background: #00a564;
  position: relative;
  z-index: 10;
}

@media (min-width: 641px) {
  nav {
    left: 0 !important;
  }
  nav .outer-block {
    background: #00a564;
  }
}

nav .main-nav > li {
  float: left;
  width: calc(100% / 5);
  position: relative;
}

nav .main-nav > li:last-child:after, nav .main-nav > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 1px;
  height: 1.5em;
  background-color: #4ebb90;
}

nav .main-nav > li:last-child:after {
  left: auto;
  right: 0;
}

nav .main-nav > li > a {
  border-top: 1px solid #56c398;
  border-bottom: 1px solid #00965b;
  color: #fff;
  padding: 0.9em;
  display: block;
  font-size: 15px;
  text-align: center;
}

nav .main-nav > li > a:hover {
  opacity: 1;
  background-color: #008b54;
}

nav .sub-nav {
  height: 0;
  overflow: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background-color: rgba(233, 249, 233, 0.95);
}

nav .sub-nav * {
  vertical-align: middle;
}

nav .sub-nav li {
  padding: .8em 2em;
}

nav .sub-nav li img {
  margin-right: 1em;
}

nav .sub-nav li:first-child {
  padding-top: 1.8em;
}

nav .sub-nav li:last-child {
  padding-bottom: 1.8em;
}

@media (min-width: 641px) {
  nav .info {
    position: absolute;
    right: 0;
    bottom: 75px;
  }
}

nav .info * {
  vertical-align: middle;
}

nav .info .contact:before {
  background-image: url(../img/common/ico-mail.svg);
  height: 1em;
  width: 1.6em;
  background-size: contain;
}

nav .info .menu {
  font-size: 12px;
  padding-top: 5px;
}

nav .info .menu li {
  margin-right: 30px;
  position: relative;
}

nav .info .menu li a {
  margin-right: 30px;
  position: relative;
  vertical-align: top;
}

@media (min-width: 641px) {
  nav .info .menu li::before {
    background-image: url(../img/common/shape.png);
    background-position: 0 50%;
    background-repeat: no-repeat;
    content: '';
    height: 100%;
    width: 1.6em;

    position: absolute;
    left: 0;
    top: 46%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}


nav .info .tel {
  color: #666666;
  font-size: 30px;
}


@media (min-width: 641px) {
  nav .info .tel {
    margin: 0 30px;
    position: relative;
  }

  nav .info .tel a {
    pointer-events: none;
  }

  nav .info .tel a:before {
    background-image: url(../img/common/ico-tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    display: inline-block;

    width: 25px;
    height: 48px;
    vertical-align: center;
    position: absolute;
    left: -30px;
  }
}

nav .info .tel img {
  margin-right: 5px;
}

@media all and (-ms-high-contrast: none) {
  #nav .info .menu {
    padding-top: 6px;
  }
  #nav .info .tel span {
    padding-top: 10px;
  }
}

/*------------------------------------------------------------------------------
mv-block
------------------------------------------------------------------------------*/
.mv-block {
  padding: 73px 0;
  position: relative;
  height: 650px;
}

.mv-block .inner-block {
  z-index: 1;
}

.mv-block .slider {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.mv-block .slider .slick-slide {
  height: 650px;
}

.mv-block .slider .slick-dots {
  bottom: 50px;
}

.mv-block .slider .slick-dots li button:before {
  font-size: 15px;
}

.mv-block .slider .ttl {
  font-size: 48px;
  margin-top: 73px;
}

.mv-block .slider .txt {
  font-size: 20px;
  margin: 60px 0 75px;
}

.mv-block .cmn-btn01 a:first-child {
  margin-right: 20px;
}

.mv-block .cmn-btn01 {
  position: absolute;
  left: 0;
  bottom: 140px;
  width: 100%;
}

/*------------------------------------------------------------------------------
service-menu
------------------------------------------------------------------------------*/
.service-menu {
  margin-bottom: 50px;
}

.service-menu ul li {
  float: left;
  margin-right: 36px;
  width: 170px;
}

.service-menu ul li a {
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
}

.service-menu ul li a span {
  display: block;
  font-size: 16px;
  text-align: center;
}

.service-menu ul li a span:first-child {
  background: #e9f9e9;
  width: 100%;
  position: relative;
}

.service-menu ul li a span:first-child:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.service-menu ul li a span:first-child img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-menu ul li a span + span {
  margin-top: 22px;
}

.service-menu ul li:last-child {
  margin-right: 0;
}

/*------------------------------------------------------------------------------
main-menu
------------------------------------------------------------------------------*/
.main-menu {
  background-image: url(../img/index/main.jpg);
  background-position: center;
  background-size: cover;
  padding: 45px 0;
}

.main-menu .box {
  float: left;
  padding: 0 45px;
  text-align: center;
  width: 600px;
}

.main-menu .box .txt {
  margin-bottom: 25px;
}

.main-menu .box .img {
  margin-bottom: 25px;
  border-radius: 50%;
  background: #fff;
  display: inline-block;
  width: 180px;
  position: relative;
}

.main-menu .box .img:before {
  content: '';
  display: block;
  padding-top: 100%;
}

.main-menu .box .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-menu .box:first-child {
  border-right: #49bf91 1px solid;
}

.main-menu .box:last-child {
  border-left: #49bf91 1px solid;
}

.main-menu .ttl {
  font-size: 30px;
  margin-bottom: 35px;
  text-align: center;
}

.main-menu .g {
  color: #00a564;
}

.main-menu .b {
  color: #0071a5;
}

/*------------------------------------------------------------------------------
blog-block
------------------------------------------------------------------------------*/
.blog-block ul li {
  float: left;
}

@media (min-width: 641px) {
  .blog-block ul li {
    margin-right: 75px;
    width: 180px;
  }
}

.blog-block ul li a {
  display: block;
}

.blog-block ul li a span {
  display: block;
}

.blog-block ul li a span:first-child {
  margin-bottom: 15px;
}

.blog-block ul li:last-child {
  margin-right: 0;
}

.blog-block ul:after {
  content: '';
  display: block;
  clear: left;
}

.blog-block .cmn-btn01 {
  margin: 45px 0 120px 0;
  text-align: center;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
#footer .sitemap {
  background: #e9f9e9;
  padding: 50px 0;
}

#footer .sitemap .parent-list > li > div > a {
  position: relative;
  padding-left: 1.6em;
}

#footer .sitemap .parent-list > li > div > a:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: '';
  display: inline-block;
  background-color: #00a564;
  height: 1em;
  width: 1em;
  border-radius: 2px;
  background-image: url(../img/common/arrow-right.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 0.3em;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

#footer .sitemap .parent-list li {
  float: left;
  margin-right: 75px;
  width: calc((100% / 4) - 75px);
}

#footer .sitemap .parent-list li div {
  border-bottom: 1px solid #bbd9bb;
  padding-bottom: 15px;
  margin-bottom: 25px;
  width: 100%;
}

#footer .sitemap .parent-list li div img {
  margin-right: 10px;
}

#footer .sitemap .parent-list li div a {
  color: #00a564;
  font-size: 16px;
  font-weight: bold;
}

#footer .sitemap .parent-list li .child-list {
  padding-left: 12px;
}

#footer .sitemap .parent-list li .child-list li {
  width: 100%;
  margin-bottom: 15px;
}

#footer .sitemap .parent-list li .child-list li span {
  color: #139460;
  margin-right: 10px;
}

#footer .sitemap .parent-list li .child-list a {
  background-image: url(../img/index/arrow_green.png);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  padding-left: 0.8em;
}

#footer .sitemap .parent-list li:last-child {
  margin-right: 0;
}

#footer .info {
  padding: 40px 0;
}

#footer .info * {
  vertical-align: middle;
}

#footer .info .sp-above-info {
  display: inline-block;
}

#footer .info .sp-above-info .logo {
  margin-right: 75px;
  width: 184px;
}

#footer .info .sp-above-info .access {
  font-size: 14px;
  margin-right: 380px;
}

#footer .info .link {
  float: right;
}

#footer .info .link * {
  vertical-align: center;
}

#footer .info .link a:first-child {
  margin-right: 60px;
}

#footer .info address span {
  vertical-align: top;
}

#footer .copyright {
  background: #00a564;
}

#footer .copyright p {
  color: #fff;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}

/*------------------------------------------------------------------------------
top
------------------------------------------------------------------------------*/
/* mv-block */
.mv-block .cmn-btn01 {
  opacity: .8;
}

/*------------------------------------------------------------------------------
  clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

#wrapper #pagetop {
  width: 100%;
  text-align: right;
}

#wrapper #pagetop .inner {
  height: 0;
  position: relative;
  width: 1500px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

#wrapper #pagetop a {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #00a564;
  border-radius: 50%;
  display: inline-block;
  width: 60px;
}

#wrapper #pagetop a:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#wrapper #pagetop a img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


/*------------------------------------------------------------------------------
  faq
------------------------------------------------------------------------------*/

/* qa_header*/

.child-header {
  background-size: cover;
  background-position: center;
  height: 280px;
}

.child-header .inner-block {
  height: 100%;
  position: relative;
}

.child-header .inner-block .ttl {
  font-size: 48px;
  left: 0%;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#qa-header {
  background-image: url(../img/faq/qa_header.jpg);
}

/* pankuzu */
#pankuzu {
  border-bottom: 1px solid #dedede;
  margin-bottom: 50px;
  margin-top: 16px;
  padding-bottom: 16px;
}

#pankuzu li {
  display: inline;
  vertical-align: middle;
}

#pankuzu li * {
  vertical-align: middle;
}

#pankuzu li a {
  color: #008b54;
}

#pankuzu li a:after {
  background-image: url(../img/common/ar01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  margin-left: 1em;
  height: 0.7em;
  width: 0.7em;
}

/* Q&A */
#qa {
  margin-bottom: 50px;
}

#qa * {
  vertical-align: middle;
}

#qa .qa-sec {
  margin-bottom: 30px;
}

#qa .qa-sec div {
  margin-bottom: 20px;
}

#qa .qa-sec .q-block {
  border-radius: 4px;
  min-height: 66px;
  padding-left: 180px;
}

#qa .qa-sec .a-block {
  min-height: 76px;
  padding-left: 180px;
}

#qa .qa-sec .q-block, #qa .qa-sec .a-block {
  position: relative;
  padding-left: 180px;
}

#qa .qa-sec .question-icon, #qa .qa-sec .answer-icon {
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  left: 50px;
  margin-right: 55px;
  position: absolute;
  top: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);

  width: 72px;
}

#qa .qa-sec .question-icon:before, #qa .qa-sec .answer-icon:before {
  content: '';
  display: block;
  padding-top: 100%;
}

#qa .qa-sec .question-icon span, #qa .qa-sec .answer-icon span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#qa .qa-sec .q-block {
  background: #e9f9e9;
}

#qa .qa-sec-question {
  color: #00a564;
  font-size: 24px;
  padding: .6em 0;
}

#qa .qa-sec .q-block p {
  background: #00a564;
}

#qa .qa-sec .answer-icon {
  background: #e9f9e9;
  color: #00a564;
}

#qa .qa-sec-answer {
  padding-top: 0.8em;
  font-size: 16px;
}

/* info */
#qa-info {
  margin-bottom: 140px;
}

#qa-info .qa-info-wrap {
  background-image: url(../img/common/contact_btn_bg.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-color: #f7fafd;
  border: #dedede 1px solid;
  border-radius: 4px;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 47px;
  width: 840px;
  margin-left: auto;
  margin-right: auto;
}

#qa-info .qa-info-wrap > * {
  vertical-align: top;
}

#qa-info .qa-info-wrap .tel {
  margin-right: 50px;
}

#qa-info .tel li:last-child {
  padding-top: 9px;
}

#qa-info .tel li:last-child * {
  vertical-align: top;
}

@media (min-width: 641px) {
  #qa-info .qa-info-wrap .tel li a {
    pointer-events: none;
  }
}

#qa-info .tel .qa-info-contact {
  font-size: 16px;
  position: relative;
}

#qa-info .tel .qa-info-contact:before {
  background-image: url(../img/common/arrow-bottom.svg);
  background-size: 0.8em;
  background-repeat: no-repeat;
  background-color: #00a564;
  background-position: 50%;
  border-radius: 2px;
  content: '';
  display: inline-block;
  height: 20px;
  margin-right: 14px;

  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);

  vertical-align: middle;
  width: 20px;
}

#qa-info .tel .qa-info-contact span {
  vertical-align: middle;
}


#qa-info .tel .tel-icon {
  margin-right: 4px;
  width: 29px;
  height: 29px;
}

#qa-info .tel .num {
  color: #666666;
  font-size: 36px;
  line-height: 34px;
}

#qa-info .cmn-btn01 a {
  display: block;
  font-size: 18px;
  line-height: 62px;
  padding: 0;
  width: 288px;
}

#qa-info .cmn-btn01 a:before {
  background-image: url(../img/common/ico-mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  backface-visibility: hidden;
  content: '';
  margin-right: 16px;
  height: 1em;
  position: static;
  vertical-align: middle;
  width: 1.6em;

  -o-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

#qa-info .cmn-btn01 a span {
  vertical-align: middle;
}


/*------------------------------------------------------------------------------
  contact
------------------------------------------------------------------------------*/


/* header */
#contact-header {
  background-image: url(../img/common/contact_header.jpg);
}

/* contact-desc */
#contact-desc {
  margin-bottom: 50px;
}

#contact-desc p {
  color: #333333;
  font-size: 16px;
}

#contact-desc .tel-info {
  background-color: #fafafa;
  border: #dedede 1px solid;
  border-radius: 4px;
  padding: 1em 0;
  width: 350px;
}

#contact-desc .tel-info * {
  text-align: center;
}

#contact-desc .tel-info p {
  color: #00a564;
  font-size: 16px;
  font-weight: bold;
  float: none;
  padding-bottom: 0.5em;
}

#contact-desc .tel-info li:first-child {
  margin-right: 1em;
}

#contact-desc .tel-info li span {
  color: #666666;
  font-size: 18px;
  font-weight: bold;
}

@media (min-width: 641px) {
  #contact-desc .tel-info a {
    pointer-events: none;
  }
}

@media all and (-ms-high-contrast: none) {
  #contact-desc .tel-info li span {
    font-size: 15px;
  }
}

/* contact-form */
#contact-form .contact-textarea {
  height: 278px;
}

#contact-form tr th {
  background: #e9f9e9;
  border-bottom: 1px solid #cfddcf;
  padding: 35px 50px;
  width: 320px;
}

#contact-form tr th span {
  display: inline-block;
}

#contact-form .contact-form-ttl {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  width: 10.8em;
}

#contact-form .contact-form-note {
  color: #00a564;
  font-weight: bold;
}

#contact-form tr .yosan span {
  display: block;
  color: #333333 !important;
  font-weight: normal !important;
  text-align: left;
  width: 100%;
}

#contact-form tr .company span, #contact-form tr .position span {
  display: block;
}


#contact-form tr td {
  background: #fafafa;
  border-bottom: 1px solid #dedede;
  padding-left: 50px;
  padding-right: 50px;
  width: 880px;
}

#contact-form tr td input[type="text"] {
  border: #dedede 1px solid;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
}

#contact-form tr td label input {
  display: none;
}



#contact-form tr td label:first-child {
  margin-right: 50px;
}

#contact-form tr td label span {
  font-size: 16px;
  display: inline-block;
  position: relative;
  padding-left: 35px;
}

#contact-form tr td label span:before {
  content: '';
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 0px;
  width: 18px;
  height: 18px;
/*  margin-top: -10px;*/
  background: #fff;
  border: #dfdfdf 1px solid;
  border-radius: 50%;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact-form tr td label input[type="radio"]:checked + span:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a564;

  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#contact-form tr td textarea {
  border: #dedede 1px solid;
  border-radius: 6px;
  padding: 10px;
  width: 100%;
}

#contact .contact-table {
  margin-bottom: 100px;
}

#contact-form .btn {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  margin-bottom: 135px;
}

#contact-form .btn .center {
  text-align: center;
}

#contact-form .btn button {
  background-color: #0071a5;
  background-image: -webkit-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -moz-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -o-linear-gradient(bottom, #006da2, #007fb0);
  background-image: -ms-linear-gradient(bottom, #006da2, #007fb0);
  background-image: linear-gradient(to top, #006da2, #007fb0);
  border-top: 1px solid #56aacb;
  border-bottom: 1px solid #006292;
  border-radius: 2px;
  color: #fff;
  font-size: 18px;
  width: 290px;
  margin: 0 10px;
  padding: 16px 0;
}

#contact-form .btn .cancel {
  background-color: #747474;
  background-image: none;
  border-top: 1px solid #7b7b7b;
  border-bottom: 1px solid #777777;
}


@media all and (-ms-high-contrast: none) {
  #contact tr td label input[type="radio"]:checked + span:after {
    margin-top: -3px;
  }
}

@-moz-document url-prefix() {
  #contact tr:last-child td {
    padding: 25px 50px;
  }
  #contact tr td label input[type="radio"]:checked + span:after {
    margin-top: -3px;
  }
}

@supports (-ms-accelerator: true) {
  #contact tr td label input[type="radio"]:checked + span:after {
    margin-top: -3px;
  }
}

/* 2019/11/15 追加 */
#contact .flex-area {
  display: flex;
  justify-content: center;
  margin-top: 50px;
  flex-wrap: wrap;
}
#contact .contact-btn a {
  background-color: #0071a5;
  background-image: linear-gradient(to top, #006da2, #007fb0);
  border-top: 1px solid #56aacb;
  border-bottom: 1px solid #006292;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 18px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding-left: 20px;
}

#contact .contact-btn a:before {
  position: absolute;
  content: "";
  background-image: url(../img/common/ico-mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 28px;
  height: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 57px;
}

#contact .flex-body:nth-child(2) {
  margin-left: 60px;
  width: 370px;
}

#contact .contact-btn + p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 1.7;
}

#contact .mail-img {
  height: 14px;
  margin-top: 4px;
}
/*------------------------------------------------------------------------------
contact-finish
------------------------------------------------------------------------------*/
.contact-finish .background-green {
  width: 100%;
  margin-top: 50px;
  background-color: #e9f9e9;
  border-radius: 3px;
  height: 83px;
  line-height: 83px;
  font-size: 24px;
  font-weight: bold;
  color: #00a564;
  padding-left: 1%;
}

.contact-finish-text {
  padding: 32px 50px 0 0;
}

/*------------------------------------------------------------------------------
production
------------------------------------------------------------------------------*/

/*production-child-header*/
#production-wrap #production-header {
  background-image: url(../img/production/production_header1.jpg);
}

/*pankuzu*/
#production-wrap {
  margin-bottom: 50px;
}

#production-wrap #pankuzu {
  margin-bottom: 0;
}

/*production-header*/
.production-header {
  background-image: url(../img/common/production_header.jpg);
  background-position: center;
  background-repeat: no-repeat;
  height: 528px;
}

.production-header .inner-block {
  height: 100%;
}

.production-header .header-desc {
  height: 100%;
  position: relative;
}

.production-header .production-concept {
  color: #008b54;
  font-size: 36px;
  line-height: 36px;
  padding: 102px 0;
  text-align: center;
}

.production-header .header-desc p {
  color: #333333;
  font-size: 16px;
  line-height: 38px;
  right: 0%;
  position: absolute;
  top: 65%;
  transform: translateY(-55%);
}

.production-header .header-desc ul {
  left: 44.9%;
  position: absolute;
  top: 16%;
  transform: translateX(-45%);
  width: 150px;
}

.production-header .header-desc ul li {
  display: inline-block;
  margin-right: 28px;
}

/*production-desc*/
.production-desc {
  margin-bottom: 55px;
  padding-top: 15px;
}

.production-desc .sec {
  background-color: #e9f9e9;
  border-radius: 3px;
  height: 65px;
  position: relative;
}

.production-desc-heading {
  color: #00a564;
  font-size: 24px;
  line-height: 24px;
  padding-top: 22px;
  text-align: center;
}

.production-desc .sec img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.production-desc .sec .icon {
  background-color: #fff;
  border-radius: 50%;
  border: 3px solid #00a564;
  left: 4.1666%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 90px;
  height: 90px;
  z-index: 10;
  margin: 0;
  padding: 1.4em;
  overflow: visible;
}

.production-desc .desc {
  font-size: 16px;
  padding: 32px 0 32px 15%;
  position: relative;
}

.production-desc .desc:before {
  background-color: #00a564;
  content: '';
  display: block;
  height: 88.6363%;
  left: 8%;
  position: absolute;
  top: 6%;
  transform: translateX(-50%);
  width: 4px;
}

.production-desc .desc:last-child:before {
  display: none;
}



/*------------------------------------------------------------------------------
service
------------------------------------------------------------------------------*/

.service-desc {
  margin-bottom: 108px;
}

.service-desc .desc {
  padding: 32px 50px 32px 15%;
}

.service-desc .desc:before {
  display: none;
}

.service-desc .sec .smaller-icon {
  width: 42%;
}
.production-desc .sec img {
  width: 40px;
}

/* header */
#service-wrap #service-header {
  background-image: url(../img/service/service_header.jpg);
}

/*------------------------------------------------------------------------------
company
------------------------------------------------------------------------------*/
#company p {
  text-align: justify;
  text-justify: inter-ideograph;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

#company-wrap #production-header {
  background-image: url(../img/company/company_header.jpg);
}

#company-wrap #pankuzu {
  margin-bottom: 0;
}

.company-heading {
  color: #008b54;
  font-size: 36px;
  line-height: 36px;
  margin: 50px 0;
  text-align: center;
}

/* company-about */
.company-about {
  background-image: url(../img/company/company_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: auto;
}
.company-about .company-heading {
  line-height: 36px;
  margin-top: 0;
  padding: 80px 0 30px;
}

.company-about .desc {
  line-height: 1.9em;
  padding-bottom: 34px;
}

.company-about .desc p {
  margin-bottom: 46px;
}


/* company-desc */
.company-desc .inner-block {
  display: block;
}

@media (min-width: 641px) {
  .company-desc table {
    float: left;
    width: 48%;
  }

  .company-desc #map {
    float: right;

    width: 48%;
    height: 495px;
  }
}

.company-desc table tr {
  display: block;
  padding: 18px;
  border-bottom: solid 1px #dcdcdc;
  vertical-align: top;
  line-height: 16px;
}

.company-desc table th {
  width: 150px;
  text-align: left;
}

.company-desc table td {
  text-align: left;
}

@media (min-width: 641px) {
  .company-desc table .tel a {
    pointer-events: none;
  }
}

/* company-history */
.company-history .background-green {
  width: 100%;
  margin-top: 50px;
  background-color: #e9f9e9;
  border-radius: 3px;
  height: 83px;
  line-height: 83px;
}

.company-history .company-sub-heading {
  color:  #008b54;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  margin-bottom: 30px;
}

.company-history .desc-block {
  margin-bottom: 16px;
}

.company-history p {
  font-size: 16px;
  line-height: 26px;
  line-height: 1.6em;
  padding-bottom: 34px;
}

.company-history {
  margin-bottom: 106px;
}

/*------------------------------------------------------------------------------
blog
------------------------------------------------------------------------------*/

/* header */
#blog-wrap #blog-header {
  background-image: url(../img/blog/blog_header.jpg);
}

/* main-block */
@media (min-width: 641px) {
  #blog .main-block {
    float: left;
    width: calc(100% - 350px);
    font-size: 16px;
    text-align: center;
    margin-bottom: 100px;
  }
}

#blog .main-block .blog-list {
  text-align: left;
  text-align: justify;
  text-justify: inter-ideograph;
}

#blog .main-block .blog-list li {
  border-bottom: solid 1px #dedede;
  position: relative;
}

#blog .main-block .blog-list li:first-child a {
  padding-top: 0px;
}

#blog .main-block .blog-list li a {
  display: block;
  padding: 20px 0;
}

#blog .main-block .blog-list li:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);

  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition-property: background, box-shadow, border, opacity, transform;
  transition-property: background, box-shadow, border, opacity, transform;
}

.thumbnail {
  width: auto;
  padding-top: 100%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#blog .thumbnail {

  display: inline-block;
  float: left;
  width: 200px;
  height: 200px;
  margin-right:30px;

  position: relative;
  overflow: hidden;
  padding-top: 0;

}

#blog .main-block .blog-list img {
  background: #dedede;
  display: inline-block;
  width: auto;
  max-width: none;
  height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#blog .main-block .blog-ttl {
  font-size: 24px;
  margin: 10px 0;
  font-weight: 600;
  line-height: 1.5;
}

#blog .main-block .date {
  color: #959595;
  font-weight: bold;
  line-height: 1.0;
}

#blog .main-block .blog-desc {
  color: #9a9a9a;
}

#blog .main-block .category-tag {
  color: #00a564;
  font-size: 14px;
  font-weight: bold;
  text-align: right;
  line-height: 1.6;

  float: left;
  width: 100%;
  margin-top: -15px;
  padding-left: 230px;
}

/* paging-area */
.paging-area {
  margin: 50px 0;
}

.page-numbers {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin: 0 10px;
}

.paging-area .prev, .paging-area .next {
  content: "";
  background-image: url(../img/common/arrow-pager.svg);
  background-repeat: no-repeat;
  background-size: 7px;
  width: 7px;
  height: 12px;
  margin: 0 30px;
}

.paging-area .next {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.paging-area .current {
  color: #00a564;
  border-bottom: solid 1px #00a564;
}

/* side-menu-block */
@media (min-width: 641px) {
  #blog .side-menu-block {
    float: right;
    width: 300px;
    margin-left: 50px;
  }
}

#blog .side-menu-block {
  width: 300px;
}

#blog .menu {
  background-color: #e9f9e9;
  display: inline-block;
  margin-bottom: 30px;
  font-size: 16px;
  width: 300px;
  text-align: center;
}

#blog .menu .menu-ttl {
  background-color: #00a564;
  color: #fff;
  font-size: 20px;
  width: 100%;
  line-height: 3.0em;
  padding-left: 30px;
  text-align: left;
}

#blog .menu .menu-list {
  margin: 22px 0;
  text-align: left;
}

#blog .menu .menu-list li a {
  width: 100%;
  padding: 8px 30px 8px 44px;
  display: block;
}

#blog .menu .menu-list li {
  background: url(../img/common/arrow-03.svg) no-repeat;
  background-position: 30px 15px;

  position: relative;
}

#blog .menu .more-btn {
  width: 260px;
  height: 38px;
  border: solid 1px #00a564;
  background: #fff;
  margin: 0 auto 30px;
}

#blog .menu .more-btn a {
  color: #00a564;
  display: block;
  line-height: 38px;
  width: 100%;
  height: 100%;
}


.contents .more a {
  background: #b31d23;
  border-radius: 8px;
  box-shadow: inset 0 -4px #601114;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  text-decoration: none;
  text-indent: 20px;
  width: 180px;
}

.contents .more a.hover {
  background:  #601114;
}

.contents .more a.hover:hover {
  opacity: 1;
}

.contents .more a:before {
  background: url(../img/ico-more.png);
  background-size: 19px 20px;
  content: '';
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  top: 15px;
  width: 19px;
}

.contents .more img {
  display: none;
  width: 150px;
}

/*------------------------------------------------------------------------------
blog-details
------------------------------------------------------------------------------*/

#blog.blog-details .main-block {
  text-align: left;
}

#blog.blog-details .blog-ttl-block {
  position: relative;
  border-bottom: solid 1px #dedede;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

#blog.blog-details .main-block .category-tag a {
  display: inline;
  color: #00a564;
}

#blog.blog-details .main-block .category-tag {
  color: #00a564;
  text-align: right;
  width: 500ox;
  padding-left: 0px;
}

#blog.blog-details .blog-ttl-block .blog-ttl {
  margin: 0;
  margin-bottom:  20px;
}

.blog-ttl-bg-green {
  border-left:4px solid #00a564;
  padding: 9px 20px;

  font-size: 20px;
  font-weight: bold;
  background: #e9f9e9;
  vertical-align: center;
  margin-top: 10px;
  margin-bottom: 30px;
}

#blog.blog-details  .main-block .blog-txt-block {
  border-bottom: solid 1px #dedede;
  padding-bottom: 30px;
}

#blog.blog-details .main-block p {
  margin-bottom: 30px;
}
#blog.blog-details .main-block .date {
  margin-bottom: 25px;
}

#blog.blog-details .main-block img {
  background: #dedede;
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

#blog.blog-details .main-block .img-box img {
  background: #dedede;
  display: block;
  float: left;
  width: calc(50% - 10px);
  height: auto;
}

#blog.blog-details .main-block .img-box img:first-child {
  margin-right: 20px;
}

#blog.blog-details .cmn-btn01 {
  text-align: center;
  margin: 50px 0;
}

#blog.blog-details .cmn-btn01 a:before {
  transform: translateY(-50%) rotate(180deg);
}

/*------------------------------------------------------------------------------
link
------------------------------------------------------------------------------*/
#access {
  padding-top: 2px;
  margin-top:  2px;
}

#pr, #history, #profile, #company-magazine, #book, #others {
  padding-top: 35px;
  margin-top: -35px;
}

/*------------------------------------------------------------------------------
modal
------------------------------------------------------------------------------*/
.modal {
  display: none;
  background: rgba(30, 30, 30, 0.6);
  width: 100%;
  height: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.modal .modal-cnt {
  background: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#cs-modal .modal-cnt {
  width: 30%;
  height: 100px;
  font-size: 18px;
}

#cs-modal .modal-cnt .txt {
  line-height: 100px;
  text-align: center;
}

@-moz-document url-prefix() {}

.modal-link {
  cursor: pointer;
  cursor: hand;
}


/*------------------------------------------------------------------------------
privacy
------------------------------------------------------------------------------*/

#privacy #production-header {
  background-image: url(../img/privacy/privacy_header.jpg);
}

#privacy #pankuzu {
  margin-bottom: 0;
}

.privacy-declare {
  background: url(../img/privacy/privacy_bg.jpg) no-repeat center center / cover;
  height: auto;
}

.privacy-heading {
  color: #008b54;
  font-size: 36px;
  line-height: 1;
  margin: 50px 0;
  text-align: center;
}

.privacy-declare .privacy-heading {
  margin-top: 0;
  padding: 80px 0 30px;
}

#privacy .declare {
  text-align: right;
  padding-bottom: 80px;
}

#privacy .contact {
  padding-bottom: 80px;
}

#privacy .num-list {
  padding-left: 20px;
}

.privacy-policy h3 {
  color: #008b54;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: left;
  margin: 30px 0;
}

.privacy-detail p {
  margin-bottom: 15px;
}

.privacy-detail .sub {
  display: block;
  text-indent: 1em;
}
/* 2019/11追加 */
.privacy-table>table {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.privacy-table>table th,
.privacy-table>table td {
  border: 1px solid #dcdcdc;
  height: auto;
  padding: 18px;
}

.privacy-table th {
  background-color: #e9f9e9;
}


@media screen and (min-width: 641px) {
  #privacy .inner-block {
    width: 900px;
  }
}



/*------------------------------------------------------------------------------
clearfix
------------------------------------------------------------------------------*/
.clearfix:after,
.inner-block:after,
.blog-list li a:after,
.img-box:after {
  clear: both;
  content: "";
  display: block;
  height: 0px;
  font-size: 0;
  visibility: hidden;
}

/*------------------------------------------------------------------------------
IE 余白ずれ対応
------------------------------------------------------------------------------*/
@media all and (-ms-high-contrast: none) {
  #blog .menu .menu-list li a {
    padding: 0 30px 8px 44px;
    margin-top: 10px;
    display: inline-block;
  }

  #blog .menu .menu-ttl {
    line-height: 3.3em;
    height: 3.0em;
  }
}

/*------------------------------------------------------------------------------
404
------------------------------------------------------------------------------*/
.not-found {
  text-align: center;
  margin-bottom: 50px;
}
.not-found strong {
  font-size: 20px;
}
.not-found p {
  margin-top: 25px;
}
/*# sourceMappingURL=style.css.map */