@charset "UTF-8";
main {
  overflow-x: hidden;
}
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
body{
  font-family:  "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif" !important;
}
main p,
main li {
  font-size: 16px;
  line-height: 36px;
  font-family:  "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
}
.bread-crumb li {
  font-size: 14px;
  line-height: 15.4px;
}
img {
  vertical-align:top;
}
.ffmTbM {
  font-family: 'toppan-bunkyu-midashi-go-std', sans-serif;
  font-weight: 900;
  font-style: normal;
}
.ffmTb {
  font-family: 'toppan-bunkyu-gothic-pr6n', serif;
  font-weight: 600;
  font-style: normal;
}
.ffmMkt {
  font-family: 'ff-market-web', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.bcWrap,
.section_intro,
.section_content {
  width: 1040px;
  margin: 0 auto;
}
.section_intro {
  margin-top: 120px;
  margin-bottom: 150px;
  text-align: center;
}
.section_intro p {
  text-align: center;
}
.section_intro p .emp {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  color: #062663;
  background: linear-gradient(transparent 80%, #E6F5F7 0%);
}
.section_intro_title{
  font-size: 50px;
  font-weight: bold;
  color: #389aba;
  margin: 50px 0;
}
.section_intro_text{
  font-size: 22px;
  font-weight: bold;
  line-height: 40px;
}

.section_content .anchorWrap {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section_content .anchorWrap + .anchorWrap {
  margin-top: 50px;
}
.section_content .anchorWrap li {
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 470px;
  margin-bottom: 100px;
}
.section_content .anchorWrap li:last-child {
  margin-right: 0;
}
.section_content .anchorWrap li a {
  position: relative;
  display: block;
}
.section_content .anchorWrap li a:hover,
.section_content .anchorWrap li a:active {
  text-decoration: none;
  opacity: 1;
}


.section_content .anchorWrap div {
  position: relative;
  padding: 25px;
  letter-spacing: 0.05em;
  text-align: center;
  top: 0;
  left: 0;
  transition-duration: 0.3s;
}
.section_content .anchorWrap div::before {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  background: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  transition-duration: 0.3s;
}
.section_content .anchorWrap li a:hover div::before,
.section_content .anchorWrap li a:active div::before {
  top: 5px;
  left: 5px;
}
.section_content .anchorWrap div::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  top: 5px;
  left: 5px;
  z-index: -2;
}

.section_content .anchorWrap li a:hover div,
.section_content .anchorWrap li a:active div {
  top: 5px;
  left: 5px;
}

.section_content .anchorWrap li a h3{
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background: rgba(56, 154, 186 ,.5);
  line-height: 65px;
  width: 100%;
  position: relative;
}
.section_content .anchorWrap li a img{
  width: 100%;
  margin-top: -65px;
}

.section_content .anchorWrap li a p{
  font-size: 20px;
  line-height: 28px;
  margin-top: 20px;
}

.section_content .anchorWrap li a p span{
  background: linear-gradient(transparent 70%, #ffff00 0%);
}

.last-text{
  margin: 50px auto 150px;
  line-height: 20px;
}













@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  .bread-crumb li {
    font-size: 10px;
  }
  .bcWrap,
  .mv,
  .section_intro,
  .section_content {
    width: 100%;
    padding: 0 15px;
  }
  .section_intro {
    margin-top: 60px;
    margin-bottom: 60px;
    width: 90%;
  }
  .section_intro img{
    width: 5%;
  }
  .section_intro p {
    font-size: 16px;
    line-height: 26px;
  }

  .section_intro_title{
    font-size: 28px;
    margin: 30px 0;
  }
  .section_content .anchorWrap li a h3{
    font-size: 22px;
    line-height: 45px;
  }
  .section_content .anchorWrap li a img{
    margin-top: -45px;
  }
  .section_content .anchorWrap li a p{
    font-size: 16px;
    line-height: 24px;


  }
  .section_content .anchorWrap {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .section_content .anchorWrap + .anchorWrap {
    margin-top: 0;
  }
  .section_content .anchorWrap li {
    max-width: initial;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section_content .anchorWrap + .anchorWrap li:last-child {
    margin-bottom: 0;
  }
  .section_content .anchorWrap li a::before {
    top: 16px;
    right: 10px;
  }
  .section_content .anchorWrap li a:active::before {
    top: 21px;
  }
  .section_content .anchorWrap li a::after {
    height: 100px;
    top: 30px;
  }

  .last-text{
    font-size: 12px;
    margin: 50px auto;
  }

}
