@charset "UTF-8";
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
.myMainVisual {
  background-image: url(../img/vision/fsc/bgPageVisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 146px 20px;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
  /* .myMainVisual */
}

@media only screen and (max-width: 992px) {
  .myMainVisual {
    padding-top: 30vw;
    padding-bottom: 30vw;
  }
}

@media only screen and (max-width: 600px) {
  .myMainVisual {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}

.myMainVisual .num {
  margin-bottom: 20px;
  color: #5daee1;
  font-size: 30px;
  font-size: 3rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.15em;
  font-style: italic;
}

@media only screen and (max-width: 600px) {
  .myMainVisual .num {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myMainVisual .catch {
  margin-bottom: 30px;
  font-size: 35px;
  font-size: 3.5rem;
}

@media only screen and (max-width: 600px) {
  .myMainVisual .catch {
    font-size: 27px;
    font-size: 2.7rem;
  }
}

.myMainVisual .en {
  font-size: 21px;
  font-size: 2.1rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 600px) {
  .myMainVisual .en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.myMainVisual .deco {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  text-align: right;
  background-image: url(../img/vision/fsc/bgPageVisualDeco.png);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 992px) {
  .myMainVisual .deco {
    background-size: 150%;
  }
}

.myLeadBlock {
  background-color: #7ec9d4;
  padding: 50px 0;
  /* .myLeadBlock */
}

.myLeadBlock .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .container {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myLeadBlock .title {
  width: 470px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .title {
    width: auto;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.myLeadBlock .title span {
  display: block;
}

@media only screen and (max-width: 600px) {
  .myLeadBlock .title span {
    display: inline;
  }
}

.myLeadBlock .detail {
  padding-left: 46px;
  -ms-flex: 1;
  flex: 1;
}

@media only screen and (max-width: 992px) {
  .myLeadBlock .detail {
    padding-left: 0;
  }
}

.myLNav {
  padding: 74px 0;
  background-image: url(../img/common/bg.png);
  background-position: center;
  background-repeat: repeat-y;
  background-color: #F0EFE8;
  /* .myLNav */
}

@media only screen and (max-width: 992px) {
  .myLNav {
    background-image: none;
  }
}

.myLNav .inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .myLNav .inner {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myLNav a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 10px;
  width: 31.3%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  text-decoration: none;
  color: #fff;
}

@media only screen and (max-width: 600px) {
  .myLNav a {
    width: auto;
    padding: 18vw 10px;
  }
  .myLNav a:not(:last-child) {
    margin-bottom: 20px;
  }
}

.myLNav .vision01 {
  background-image: url(../img/vision/common/nav01.jpg);
}

.myLNav .vision02 {
  background-image: url(../img/vision/common/nav02.jpg);
}

.myLNav .vision03 {
  background-image: url(../img/vision/common/nav03.jpg);
}

.myLNav .num {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}

@media only screen and (max-width: 600px) {
  .myLNav .num {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.myLNav .title {
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.5;
}

@media only screen and (max-width: 600px) {
  .myLNav .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myTitle01 {
  margin-bottom: 50px;
  text-align: center;
  /* .myTitle01 */
}

@media only screen and (max-width: 992px) {
  .myTitle01 {
    margin-bottom: 30px;
  }
}

.myTitle01 .sub, .myTitle01 .main {
  display: block;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.myTitle01 .sub {
  margin-bottom: 10px;
  font-size: 20px;
  font-size: 2rem;
  font-family: "Avenir", "Verdana", "Nunito Sans", Helvetica, Arial, "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  color: #0066b7;
  letter-spacing: 0.08em;
}

@media only screen and (max-width: 992px) {
  .myTitle01 .sub {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.myTitle01 .main {
  font-size: 28px;
  font-size: 2.8rem;
}

@media only screen and (max-width: 992px) {
  .myTitle01 .main {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myTitle01 .main span {
  display: block;
}

@media only screen and (max-width: 600px) {
  .myTitle01 .main span {
    display: inline;
  }
}

.myDetailBlockWrap {
  background-color: #fffff5;
  padding: 55px;
  /* .myDetailBlockWrap */
}

@media only screen and (max-width: 992px) {
  .myDetailBlockWrap {
    padding: 30px 15px;
  }
}

.myDetailBlockWrap .btnMore {
  max-width: 274px;
  margin-top: 30px;
}

@media only screen and (max-width: 992px) {
  .myDetailBlockWrap .btnMore {
    margin: 15px auto 0;
  }
}

.myDetailBlockWrap .btnMore02 {
  max-width: 274px;
  margin: 45px auto 0;
}

@media only screen and (max-width: 992px) {
  .myDetailBlockWrap .btnMore02 {
    margin-top: 20px;
  }
}

.myDetailBlockWrap .myDetailBlock:not(:last-child) {
  margin-bottom: 56px;
}

@media only screen and (max-width: 992px) {
  .myDetailBlockWrap .myDetailBlock:not(:last-child) {
    margin-bottom: 30px;
  }
}

.myDetailBlock {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* .myDetailBlock */
}

@media only screen and (max-width: 992px) {
  .myDetailBlock {
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.myDetailBlock .detail {
  -ms-flex: 1;
  flex: 1;
  padding-right: 54px;
}

@media only screen and (max-width: 992px) {
  .myDetailBlock .detail {
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.myDetailBlock .detail .catch {
  margin-bottom: 20px;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@media only screen and (max-width: 992px) {
  .myDetailBlock .detail .catch {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myDetailBlock_type02 .detail {
  padding-right: 0;
}

.myDetailBlock .image {
  width: 48%;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .myDetailBlock .image {
    width: auto;
  }
}

.myDetailBlock .image .name {
  margin-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 992px) {
  .myDetailBlock_type02 .image {
    margin-bottom: 20px;
  }
}

.myPhoto {
  text-align: center;
}

.myVision01Chain02 {
  background-image: url(../img/vision/fsc/back.jpg);
  /* .myVision01Chain02 */
}

/*# sourceMappingURL=maps/vision.css.map */
