@charset "UTF-8";
/* contents
===================================*/
#contents.business {
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  #contents.business {
    padding-bottom: 2em;
  }
}
/* mainimage
===================================*/
#mainimage.business {
  background-image: url("../images/business/MainVisual.png");
}
#mainimage.business::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.60), rgba(0, 0, 0, 0.00));
  /*background-blend-mode: multiply;*/
}
@media screen and (max-width: 768px) {
  #mainimage.business {}
}
#mainimage .ttl-eng {
  max-width: 1600px;
  margin: 0 auto;
  padding: 40px;
	position: relative;
	z-index: 3;
}
@media only screen and (min-width:1px) and (max-width:768px) {
  #mainimage {
    height: 230px;
  }
  #mainimage .ttl-eng {
    padding: 20px;
  }
} /*@mediaEnd*/
#contents p.ttl {
  font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: left;
  color: #FFFFFF;
  z-index: 11;
}
@media only screen and (min-width:1px) and (max-width:768px) {
  #contents p.ttl {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/
#mainimage .ttl-box {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 38%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	z-index: 3;
}
/* biz-1,biz-2,biz-3 */
#mainimage.biz-1, #mainimage.biz-2, #mainimage.biz-3 {
  height: 580px;
}
@media screen and (max-width: 768px) {
  #mainimage.biz-1, #mainimage.biz-2, #mainimage.biz-3 {
    height: 330px;
  }
}
/*
#mainimage.biz-1::before, #mainimage.biz-2::before, #mainimage.biz-3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(48, 48, 48, 1.00), rgba(48, 48, 48, 0.00));
}

#mainimage.biz-1::before {
  height: 360px;
}
*/
#mainimage.biz-1::before, #mainimage.biz-2::before, #mainimage.biz-3::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 260px;
  top: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.80), rgba(0, 0, 0, 0.00));
}

/*
#mainimage.biz-1::after, #mainimage.biz-2::after, #mainimage.biz-3::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.00), rgba(255, 255, 255, 1.00));
  background-blend-mode: multiply;
}*/

/* biz-1 */
#mainimage.biz-1 {
  height: 580px;
  background-image: url("../images/business/biz-1/MainVisual.png");
}
/* biz-2 */
#mainimage.biz-2 {
  background-image: url("../images/business/biz-2/MainVisual.png");
}
/* biz-3 */
#mainimage.biz-3 {
  background-image: url("../images/business/biz-3/MainVisual.png");
}

/* not */

#mainimage.not{
    position: relative;
}

#mainimage.not::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #FF0004;
	z-index: 3;
}

/* business
===================================*/
#business {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #business {}
}
#business .inner {
  max-width: 1280px; /*1200px*/
  padding-top: 4em;
  padding-bottom: 4em;
}
@media only screen and (max-width:768px) {
  #business .inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#business h2 {
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  #business h2 {
    margin-bottom: 1em;
  }
}
#business h3 {
  font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 3.2rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  margin-bottom: 1.4em;
}
#business h3 span.eng {
  display: block;
  font-size: 1.4rem;
  color: #4E4E4E;
  letter-spacing: 0.05em;
  padding-top: 5px;
}
@media only screen and (min-width:1px) and (max-width:768px) {
  #business h3 {
    font-size: 2.0rem;
  }
  #business h3 span.eng {
    font-size: 1.2rem;
  }
} /*@mediaEnd*/
#business p.lead {
  font-size: 1.6rem;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #business p.lead {
    font-size: 1.4rem;
  }
}
#business p.lead.ac {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #business p.lead.ac {
    text-align: justify;
  }
}
/* biz_wrap */
.biz_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 2em 0;
}
@media screen and (max-width: 768px) {
  .biz_wrap {
    padding: 1.5em 0;
  }
}
.biz_wrap.rev {
  flex-direction: row-reverse;
}
.biz_pht {
  /*width: 45%;
	max-width: 540px;*/
  width: 62%;
  max-width: 740px;
  position: relative;
  margin-left: -200px;
}
@media screen and (max-width: 1200px) {
  .biz_pht {
    width: 50%;
    margin-left: -50px;
  }
}
@media screen and (max-width: 768px) {
  .biz_pht {
    width: 100%;
    margin-left: 0;
    margin-bottom: 2em;
  }
}

/* not */
.biz_pht.not::before{
    position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border: 5px solid #FF0004;
	z-index: 3;
}

.biz_wrap.rev .biz_pht {
  margin-left: 0;
  margin-right: -200px;
}
@media screen and (max-width: 1200px) {
  .biz_wrap.rev .biz_pht {
    width: 50%;
    margin-left: 0;
    margin-right: -50px;
  }
}
@media screen and (max-width: 768px) {
  .biz_wrap.rev .biz_pht {
    width: 100%;
    margin-right: 0;
  }
}
.biz_pht img {
  max-width: 100%;
  height: auto;
}

.biz_txt {
  width: 45%;
  max-width: 560px;
}
@media screen and (max-width: 768px) {
  .biz_txt {
    width: 100%;
    max-width: 100%;
  }
}
/* archives
==================================*/
.archives {
  width: 100%;
  padding: 3em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .archives {
    padding: 1.5em 0;
  }
}
.archives .inner {
	max-width: 1280px;
  position: relative;
}
.archives p.caption {
  position: absolute;
  text-align: right;
  font-size: 1.2rem;
  margin-top: 0;
  color: #707070;
  top: 3px;
  right: 100px;
}
.archives ul {
  padding: 40px 0;
}
@media only screen and (max-width: 768px) {
  .archives ul {
    padding: 20px 0;
  }
}
.archives li {
  margin: 0 10px;
}
@media only screen and (max-width:480px) {
  .archives li {
    margin: 0 auto;
  }
}
.archives li div {
  position: relative;
}
.archives li img {
  max-width: 360px;
}
.archives li p {
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}
/* biz-intro
===================================*/
.biz-intro {
  /*max-width: 800px;*/
  margin: 0 auto;
  padding-top: 4em;
  padding-bottom: 4em;
}
@media screen and (max-width: 768px) {
  .biz-intro {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.biz-intro.top {
  padding-top: 2em;
  padding-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .biz-intro.top {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}
.biz-intro h3 {
  margin-bottom: 1em !important;
}
.biz-intro h3.fkd {
  position: relative;
  text-align: center;
  display: inline-block;
  padding-bottom: 1em;
  border-bottom: 2px solid #333333;
}
.biz-intro h3.fkd::after {
  content: "";
  position: absolute;
  top: calc(100% + 5px);
  left: 50%;
  width: 30px;
  height: 2px;
  box-sizing: border-box;
  background-color: #333333;
  box-shadow: 0 2px 0 #ffffff, 0 -2px 0 #ffffff;
  rotate: -50deg;
  translate: -25%;
}
.biz-intro h4.ac {
  text-align: center !important;
  margin-bottom: 1em;
}
.biz-intro p.lead {
  line-height: 2.3;
  /*margin-bottom: 2em;*/
}
@media screen and (max-width: 768px) {
  .biz-intro p.lead {
    font-size: 1.4rem;
    line-height: 2.0;
    /*margin-bottom: 1em;*/
    text-align: justify;
  }
  .biz-intro p.lead.ac {
    text-align: justify;
  }
}
.biz-intro ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 2em;
	/*not*/
	/*border: 5px solid #FF0004;*/
}
.biz-intro ul::after {
  content: "";
  display: block;
  width: 32%;
}
.biz-intro ul li {
  width: 32%;
  height: 48px;
  text-align: center;
  border: 1px solid #D0D0D0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 10px 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .biz-intro ul li {
    width: 48%;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .biz-intro ul li {
    width: 100%;
    margin: 5px 0;
  }
}
/* topics
==================================*/
.topics {
  width: 100%;
  padding: 3em 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .topics {
    padding: 1.5em 0;
  }
}

.topics .inner{
  max-width: 1280px;
}

.topics_obi {
  width: 100%;
  /*height: 430px;*/
	height: 480px;
  background-color: #303030;
  /*background-image: url(../images/business/biz-1/MV-mid.png);*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .topics_obi {
    height: 230px;
  }
}
.topics_obi.biz-1 {
  background-image: url(../images/business/biz-1/MV-mid.png);
}
.topics_obi.biz-2 {
  background-image: url(../images/business/biz-2/MV-mid.png);
}
.topics_obi.biz-3 {
  background-image: url(../images/business/biz-3/MV-mid.png);
}
.topics_obi p {
  position: absolute;
  content: '';
  /*top: 50%;*/
	top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: #FFFFFF;
  font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .topics_obi p {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 480px) {
  .topics_obi p {
    font-size: 1.4rem;
  }
}
.topics_obi .box-tag {
  position: absolute;
  content: '';
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
  color: #333333;
  background-color: #FFFFFF;
  font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  width: 260px;
  height: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .topics_obi .box-tag {
    font-size: 1.6rem;
    width: 220px;
    height: 40px;
  }
}
@media screen and (max-width: 480px) {
  .topics_obi .box-tag {
    font-size: 1.4rem;
  }
}
.topics p.caption {
  text-align: justify;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .topics p.caption {
    font-size: 1.4rem;
  }
}
/* topics soon
==================================*/
.col2-multi-wrap.soon {
  margin-top: 6em;
}
@media screen and (max-width: 768px) {
  .col2-multi-wrap.soon {
    margin-top: 3em;
  }
}
/* things-8
==================================*/
.things-8 {
  width: 100%;
  margin: 6em auto;
  position: relative;
  border: 1px solid #BEBEBE;
  padding: 60px 40px 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .things-8 {
    margin: 3em auto;
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .things-8 {
    max-width: 90%;
  }
}
.things-8 h5.yrt {
  width: 240px;
  height: 40px;
  position: absolute;
  content: '';
  top: -20px;
  left: 50%;
  transform: translateX(-50%) skewX(-27deg);
  background-color: #FFFFFF;
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .things-8 h5.yrt {
    width: 160px;
    height: 32px;
    top: -16px;
  }
}
.things-8 h5.yrt span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.0;
  letter-spacing: 0.1em;
  text-align: center;
  transform: skewX(27deg);
}
.things-8 h5.yrt span.num {
  font-size: 2.2rem;
  margin-right: 5px;
}
.things-8 ul {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  /*column-gap: 40px;*/
  justify-content: space-between;
}
.things-8 ul li {
  width: 24%;
  max-width: 180px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .things-8 ul li {
    width: 48%;
    max-width: 220px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .things-8 ul li {
    width: 100%;
    max-width: 100%;
  }
}
.things-8 ul li.mid {
  max-width: 220px;
}
@media screen and (max-width: 480px) {
  .things-8 ul li.mid {
    max-width: 100%;
  }
}
.things-8 ul li span.num {
  font-size: 2.4rem;
  font-weight: 600;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .things-8 ul li span.num {
    font-size: 2.0rem;
    margin-right: 10px;
  }
}
/* top_menu
===============================*/
.top_menu {
  background-color: #F7F7F7;
  padding: 90px 0;
}
@media only screen and (min-width:1px) and (max-width:768px) {
  .top_menu {
    background-color: #F7F7F7;
    padding: 60px 0;
  }
}
.top_menu h3 {
  font-family: 'Shippori Mincho B1', "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.4;
  margin-bottom: 1em;
  text-align: center;
}
@media only screen and (min-width:1px) and (max-width:768px) {
  .top_menu h3 {
    /*font-size: 1.6rem;*/
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}