@charset "UTF-8";
/*--------------------------
Cover
---------------------------*/
section.cover {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/business/cover.jpg");
  background-size: cover;
  background-position: center;
}

/*--------------------------
Aboutus
---------------------------*/
body.business .gradwrap::after {
  top: 400px;
}
@media only screen and (max-width: 768px) {
  body.business .gradwrap::after {
    top: 90vw;
  }
}
body.business .section01 {
  padding: 70px 0 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.business .section01 {
    padding: 50px 0 0;
  }
}
body.business .section01 h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.business .section01 h2 img {
    width: 80%;
  }
}
body.business .section01 .catch {
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  line-height: 1.7em;
  font-weight: 500;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .catch {
    font-size: 4.2vw;
    line-height: 2em;
    margin-top: 30px;
  }
}
body.business .section01 .pages {
  width: 1000px;
  margin: 80px auto 0;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages {
    width: 90%;
    margin: 50px auto 0;
  }
}
body.business .section01 .pages li {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.1);
          box-shadow: 0px 0px 30px 0px rgba(4, 11, 0, 0.1);
}
body.business .section01 .pages li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages li a {
    display: block;
  }
  body.business .section01 .pages li a .photo {
    position: relative;
    overflow: hidden;
    height: 50vw;
  }
  body.business .section01 .pages li a .photo img {
    width: 90vw;
    position: absolute;
    top: -10vw;
    left: 0;
  }
}
body.business .section01 .pages li a .text {
  width: calc(100% - 480px);
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages li a .text {
    width: 100%;
    padding: 7vw;
  }
}
body.business .section01 .pages li a .text .tl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1em;
  color: #00954d;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages li a .text .tl {
    font-size: 6vw;
  }
}
body.business .section01 .pages li a .text .desc {
  margin-top: 28px;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages li a .text .desc {
    font-size: 3.4vw;
    margin-top: 4vw;
  }
}
body.business .section01 .pages li a .text::after {
  content: "";
  display: block;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/business/index/menu-arrow.png");
  background-size: contain;
  width: 8px;
  height: 16px;
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
}
@media only screen and (max-width: 768px) {
  body.business .section01 .pages li a .text::after {
    width: 4px;
    height: 8px;
    top: 9vw;
  }
}
body.business .section01 .pages li:nth-of-type(even) a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
body.business .section01 .pages li + li {
  margin-top: 40px;
}
body.business .section02 {
  padding: 50px 0 80px;
}
body.business .section02 .box {
  width: 1000px;
  margin: 0 auto;
  padding: 40px;
  background-color: #ffffff;
}
body.business .section02 .box h2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1em;
  border-bottom: 2px solid #d2d2d2;
  padding-bottom: 10px;
}
body.business .section02 .box p {
  margin-top: 20px;
  line-height: 1.6em;
}
body.business .section02 .box .imgwrap {
  margin: 30px auto;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.business .section02 .box {
    width: 90%;
    padding: 8vw;
  }
  body.business .section02 .box h2 {
    font-size: 5.6vw;
  }
}
body.business .section02 .buttonarea {
  text-align: center;
  margin-top: 30px;
}
body.business .section02 .buttonarea .button {
  width: 300px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: inline-block;
  background-color: #00954d;
  color: #ffffff;
  padding: 18px 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15);
          box-shadow: 0px 0px 30px 0px rgba(0, 13, 7, 0.15);
}
body.business .section02 .buttonarea .button::after {
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/environment/education/button-arrow_pc.png");
  width: 4px;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
body.business .section02 .buttonarea .button + .button {
  margin-left: 30px;
}
@media only screen and (max-width: 768px) {
  body.business .section02 .buttonarea .button {
    width: 100%;
  }
}

/*--------------------------
Management
---------------------------*/
body.management section.intro {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  body.management section.intro {
    padding: 50px 0;
  }
}
body.management section.intro p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.management section.intro p {
    font-size: 4.2vw;
    line-height: 2em;
    padding: 0 5%;
  }
}
body.management section.intro p a span {
  display: inline-block;
  position: relative;
}
body.management section.intro p a span::after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #00954d;
  position: absolute;
  top: 1.4em;
  left: 0;
}
body.management section.intro p a::after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-extlink.png");
  background-size: contain;
  width: 17px;
  height: 15px;
  margin-left: 5px;
}
body.management section.section01 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  body.management section.section01 {
    padding: 50px 0;
    overflow: hidden;
  }
}
body.management section.section01 h2 span {
  background-color: #f9fefc;
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-green-dot.png");
  background-repeat: repeat;
}
body.management section.section01 p {
  text-align: center;
  line-height: 1.8em;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  body.management section.section01 p {
    padding: 0 5%;
    margin-top: 30px;
  }
}
body.management section.section01 .mapimg {
  text-align: center;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.management section.section01 .mapimg {
    width: 90vw;
    margin: 5vw auto 0;
  }
}
body.management section.section01 .modswitch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
body.management section.section01 .modswitch li a {
  cursor: pointer;
}
body.management section.section01 .modswitch li + li {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  body.management section.section01 .modswitch {
    width: 95vw;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  body.management section.section01 .modswitch li {
    width: 48%;
    margin-top: 3vw;
  }
  body.management section.section01 .modswitch li + li {
    margin-left: 0;
  }
}
body.management section.section02 {
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  body.management section.section02 {
    padding: 50px 0;
  }
}
body.management section.section02 p {
  text-align: center;
  line-height: 1.8em;
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  body.management section.section02 p {
    margin-top: 30px;
    padding: 0 5%;
  }
}
body.management section.section02 .imgwrap {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  body.management section.section02 .imgwrap {
    padding: 0 3%;
  }
}
body.management section.section02 .imgdesc {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  body.management section.section02 .imgdesc {
    font-size: 4vw;
  }
}
body.management section.section03 {
  padding: 80px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 {
    padding: 50px 0;
  }
}
body.management section.section03 h2 span {
  display: inline-block;
  background-color: #f6fde9;
}
body.management section.section03 .moviebox {
  width: 1100px;
  margin: 0 auto;
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 .moviebox {
    width: 90%;
    display: block;
    padding: 30px 0;
  }
}
body.management section.section03 .moviebox .thumb {
  width: 534px;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 .moviebox .thumb {
    width: 100%;
  }
}
body.management section.section03 .moviebox .text {
  width: calc(100% - 534px);
}
body.management section.section03 .moviebox .text .tl {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1em;
  color: #00954d;
}
body.management section.section03 .moviebox .text .desc {
  line-height: 1.8em;
  margin-top: 20px;
}
body.management section.section03 .moviebox .text .ictlisttl {
  font-weight: bold;
  margin-top: 2em;
}
body.management section.section03 .moviebox .text ul {
  margin-top: 0.8em;
  padding-left: 1em;
}
body.management section.section03 .moviebox .text ul li {
  list-style-type: disc;
  line-height: 1.6em;
}
body.management section.section03 .moviebox .text ul li + li {
  margin-top: 0.3em;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 .moviebox .text {
    width: 100%;
  }
  body.management section.section03 .moviebox .text .tl {
    font-size: 5.4vw;
    line-height: 1.3em;
    margin-top: 25px;
  }
  body.management section.section03 .moviebox .text .desc {
    line-height: 1.7em;
  }
  body.management section.section03 .moviebox .text .ictlisttl {
    margin-top: 1.5em;
  }
}
body.management section.section03 .moviebox:nth-of-type(odd) .text {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 .moviebox:nth-of-type(odd) .text {
    padding-left: 0;
  }
}
body.management section.section03 .moviebox:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
body.management section.section03 .moviebox:nth-of-type(even) .text {
  padding: 0 40px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  body.management section.section03 .moviebox:nth-of-type(even) .text {
    padding: 0;
  }
}
body.management section.section03 .moviebox:nth-of-type(even) .thumb {
  position: relative;
  z-index: 1;
}
body.management section.section03 .moviebox:nth-of-type(even)::before {
  display: block;
  content: "";
  background-color: #ffffff;
  width: 100vw;
  height: 100%;
  position: absolute;
  z-index: 0;
  top: 0;
  left: -5%;
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.3;
  z-index: 6000;
  top: 0;
  left: 0;
  display: none;
}

#imgmapmod {
  position: fixed;
  z-index: 7000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#imgmapmod .mapmod {
  width: 940px;
  height: 60%;
  border: 2px solid #83591a;
  border-radius: 10px;
  background-color: #ffffff;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  #imgmapmod .mapmod {
    width: 90%;
    height: 90%;
    padding: 0 0;
  }
}
#imgmapmod .mapmod .sinner {
  width: 100%;
  height: calc(100% - 80px);
  overflow-y: scroll;
  padding: 0 15px 30px;
}
#imgmapmod .mapmod .closebtn {
  position: absolute;
  top: 20px;
  right: 25px;
  cursor: pointer;
}
#imgmapmod .mapmod .tl {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, Meiryo, Arial, sans-serif;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1em;
  padding: 20px 0;
  color: #83591a;
}
#imgmapmod .mapmod .imgbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #imgmapmod .mapmod .imgbox {
    display: block;
  }
}
#imgmapmod .mapmod .imgbox .box {
  width: 418px;
}
@media only screen and (max-width: 768px) {
  #imgmapmod .mapmod .imgbox .box {
    width: 100%;
  }
  #imgmapmod .mapmod .imgbox .box + .box {
    margin-top: 20px;
  }
}
#imgmapmod .mapmod .imgbox .box p {
  font-size: 1.4rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #imgmapmod .mapmod .imgbox .box p {
    font-size: 3.4vw;
    margin-top: 8px;
  }
}
#imgmapmod .mapmod .desc {
  line-height: 1.8em;
  margin-top: 25px;
}
#imgmapmod .mapmod.mapmod01 {
  display: none;
}
#imgmapmod .mapmod.mapmod02 {
  display: none;
}
#imgmapmod .mapmod.mapmod03 {
  display: none;
}
#imgmapmod .mapmod.mapmod04 {
  display: none;
}

.mfp-bg {
  z-index: 6000;
}

.mfp-wrap {
  z-index: 7000;
}

/*--------------------------
Distribution
---------------------------*/
body.distribution section.intro {
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  body.distribution section.intro {
    padding: 50px 0;
  }
}
body.distribution section.intro p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.7em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.distribution section.intro p {
    font-size: 4.2vw;
    line-height: 2em;
    padding: 0 5%;
  }
}
body.distribution section.section01 {
  padding: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section01 {
    padding: 0 0 50px;
  }
}
body.distribution section.section01 > p {
  width: 1000px;
  margin: 50px auto 0;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section01 > p {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 5%;
  }
}
body.distribution section.section01 .columnbox {
  width: 1000px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.distribution section.section01 .columnbox .photo {
  width: 460px;
}
body.distribution section.section01 .columnbox .text {
  width: 500px;
  padding-left: 40px;
  line-height: 1.7em;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section01 .columnbox {
    width: 90%;
    display: block;
  }
  body.distribution section.section01 .columnbox .photo {
    width: 100%;
  }
  body.distribution section.section01 .columnbox .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
body.distribution section.section01 .imgwrap {
  width: 1000px;
  margin: -60px auto 0;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section01 .imgwrap {
    width: 100%;
    padding: 0 5%;
    margin: 20px auto 0;
  }
}
body.distribution section.section01 ul {
  width: 1000px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.distribution section.section01 ul li {
  width: calc(50% - 40px);
}
body.distribution section.section01 ul li + li {
  margin-left: 80px;
}
body.distribution section.section01 ul li p {
  line-height: 1.6em;
}
body.distribution section.section01 ul li .tl {
  font-size: 2rem;
  line-height: 1em;
  color: #00954d;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section01 ul {
    width: 90%;
    margin: 40px auto 0;
    display: block;
  }
  body.distribution section.section01 ul li {
    width: 100%;
  }
  body.distribution section.section01 ul li + li {
    margin: 30px 0 0 0;
  }
}
body.distribution section.section02 {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-pink-dot.png");
  background-repeat: repeat;
  padding: 80px 0;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section02 {
    padding: 50px 0 80px;
  }
}
body.distribution section.section02 h2 span {
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/bg-pink-dot.png");
  background-repeat: repeat;
}
body.distribution section.section02 .columnbox {
  width: 1000px;
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.distribution section.section02 .columnbox .text {
  width: calc(100% - 398px);
  padding-right: 24px;
}
body.distribution section.section02 .columnbox .text p {
  line-height: 1.8em;
}
body.distribution section.section02 .columnbox .image {
  width: 398px;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section02 .columnbox {
    width: 100%;
    margin: 30px auto 0;
    padding: 0 5%;
    display: block;
  }
  body.distribution section.section02 .columnbox .text {
    width: 100%;
    padding: 0;
  }
  body.distribution section.section02 .columnbox .image {
    width: 100%;
    margin-top: 30px;
  }
}
body.distribution section.section02 .comlist {
  width: 1000px;
  margin: 40px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.distribution section.section02 .comlist.image-text {
  align-items: center;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section02 .comlist {
    width: 100%;
    display: block;
    padding: 0 5%;
  }
}
body.distribution section.section02 .comlist .box {
  width: 480px;
}
body.distribution section.section02 .comlist .box .tl {
  color: #00954d;
  margin-top: 20px;
}
body.distribution section.section02 .comlist.image-text .box .tl {
  margin-top: 0;
}
body.distribution section.section02 .comlist .box .tl a::after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-extlink.png");
  background-size: contain;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}
body.distribution section.section02 .comlist .box .desc {
  font-size: 1.5rem;
  line-height: 1.6em;
  margin-top: 10px;
}
body.distribution section.section02 .comlist .box .link {
  margin-top: 10px;
}
body.distribution section.section02 .comlist .box .link a {
  font-size: 1.4rem;
  color: #00954d;
  text-decoration: underline;
}
body.distribution section.section02 .comlist .box .link a::after {
  display: inline-block;
  content: "";
  background-image: url("/wp-content/themes/mitsuibf-theme/images/common/icon-extlink.png");
  background-size: contain;
  width: 14px;
  height: 12px;
  margin-left: 5px;
}
@media only screen and (max-width: 768px) {
  body.distribution section.section02 .comlist .box {
    width: 100%;
  }
  body.distribution section.section02 .comlist .box + .box {
    margin-top: 40px;
  }
}