@charset "UTF-8";
/*******************************************
	/css/frontpage.css
*******************************************/
/*------------------------------------------
	import
------------------------------------------*/
/*------------------------------------------
	mixin管理
------------------------------------------*/
/* 大タイトル
-------------------------------------------------- */
/* フロントページ　英字+日本語タイトル
-------------------------------------------------- */
/* フロントページ　日本語+英字フリガナタイトル
-------------------------------------------------- */
/* 角丸
-------------------------------------------------- */
/*------------------------------------------
    mv
------------------------------------------*/
.mv-item {
  position: relative;
  height: auto;
}

.mv-item::before {
  content: '';
  display: block;
  padding-top: 100%;
}

@media screen and (min-width: 751px) {
  .mv-item::before {
    padding-top: 42.0833%;
  }
}

.mv-item a {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
}

.mv-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}

.mv .slick-prev, .mv .slick-next {
  display: none;
}

@media screen and (min-width: 751px) {
  .mv .slick-prev, .mv .slick-next {
    display: block;
    z-index: 9999;
    width: 40px;
    height: 40px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}

.mv .slick-prev:hover, .mv .slick-next:hover {
  background-color: #fff;
  opacity: 0.7;
}

.mv .slick-prev::before, .mv .slick-next::before {
  opacity: 1;
}

.mv .slick-prev {
  position: relative;
  position: absolute;
  left: 0;
}

.mv .slick-prev::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}

.mv .slick-prev::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.mv .slick-next {
  position: relative;
  position: absolute;
  right: 0;
}

.mv .slick-next::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}

.mv .slick-next::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mv .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.mv .slick-dots {
  bottom: 5%;
}

@media screen and (min-width: 751px) {
  .mv .slick-dots {
    bottom: 20px;
  }
}

.mv .slick-dots li {
  margin: 0;
}

@media screen and (min-width: 751px) {
  .mv .slick-dots li {
    margin: 0 2px;
  }
}

.mv .slick-dots li button:before {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
}

@media screen and (min-width: 751px) {
  .mv .slick-dots li button:before {
    font-size: 20px;
  }
}

.mv .slick-dots li.slick-active button:before {
  opacity: 1;
}

/*------------------------------------------
    news
------------------------------------------*/
.news-head {
  padding: 40px 0 20px 0;
}

@media screen and (min-width: 751px) {
  .news-head {
    padding: 50px 0;
  }
}

@media screen and (min-width: 751px) {
  .news-titarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.news-tit {
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .news-tit {
    font-size: 4.8rem;
  }
}

.news-tit span {
  display: inline-block;
  margin-left: 2em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  vertical-align: 4px;
}

@media screen and (min-width: 751px) {
  .news-tit span {
    font-size: 1.5rem;
    margin-left: 2em;
  }
}

@media screen and (max-width: 750px) {
  .news-tit {
    text-align: center;
  }
}

.news-btn {
  display: block;
  width: 150px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  border-radius: 17.5px;
  color: #fff;
  background-color: #1d467f;
  border: 1px solid #1d467f;
  margin: 10px auto 0 auto;
}

.news-btn:hover {
  color: #1d467f;
  background-color: #fff;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .news-btn {
    margin: 0;
  }
}

.news-body {
  padding: 20px 0 50px 0;
  background-color: #efefef;
}

@media screen and (min-width: 751px) {
  .news-body {
    padding: 50px 0;
  }
}

.news-item {
  margin-top: 10px;
}

@media screen and (min-width: 751px) {
  .news-item {
    margin-top: 20px;
  }
}

.news-item:first-of-type {
  margin-top: 0;
}

@media screen and (min-width: 751px) {
  .article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-term {
  font-size: 1.3rem;
}

@media screen and (min-width: 751px) {
  .article-desc {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 50px;
  }
}

.article-tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.5em;
  margin-top: 0.3em;
  border-bottom: 1px dotted #231815;
}

@media screen and (min-width: 751px) {
  .article-tit {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0;
  }
}

.article-category a {
  display: block;
  padding: 0.5em 2em;
  margin-top: 0.3em;
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  background-color: #1d467f;
  border: 1px solid #1d467f;
}

@media screen and (min-width: 751px) {
  .article-category a {
    display: inline-block;
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .article-category a:not(:last-of-type) {
    margin-right: 5px;
  }
}

.article-name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 2em;
  font-size: 1.3rem;
}

/*------------------------------------------
    vision
------------------------------------------*/
.vision {
  padding: 60px 0 70px 0;
  color: #fff;
  background-color: #1d467f;
}

@media screen and (min-width: 751px) {
  .vision {
    padding: 100px 0 110px 0;
  }
}

.vision-titarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 751px) {
  .vision-titarea {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.vision-tit {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d467f;
  color: #fff;
}

@media screen and (min-width: 751px) {
  .vision-tit {
    font-size: 2.6rem;
  }
}

.vision-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .vision-tit span {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

@media screen and (min-width: 751px) {
  .vision-tit {
    font-size: 3.2rem;
  }
}

.vision-logo {
  width: 21.2%;
  min-width: 90px;
}

@media screen and (min-width: 751px) {
  .vision-logo {
    width: 160px;
  }
}

.vision-txt {
  margin-top: 35px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 2.5;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 751px) {
  .vision-txt {
    font-size: 2rem;
  }
}

/*------------------------------------------
    mission
------------------------------------------*/
.mission {
  padding: 60px 0 80px 0;
}

@media screen and (min-width: 751px) {
  .mission {
    padding: 100px 0 120px 0;
  }
}

@media screen and (min-width: 751px) {
  .mission-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 751px) {
  .mission-content {
    width: 33.773%;
  }
}

.mission-tit {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .mission-tit {
    font-size: 2.6rem;
  }
}

.mission-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .mission-tit span {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

.mission-txt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .mission-txt {
    margin-top: 40px;
    font-size: 1.3rem;
  }
}

.mission-btn {
  display: block;
  width: 150px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  border-radius: 17.5px;
  color: #fff;
  background-color: #1d467f;
  border: 1px solid #1d467f;
  margin: 0 auto;
  margin-top: 30px;
}

.mission-btn:hover {
  color: #1d467f;
  background-color: #fff;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .mission-btn {
    margin-top: 50px;
  }
}

.mission-img {
  width: 90%;
  margin: 40px auto 0 auto;
}

@media screen and (min-width: 751px) {
  .mission-img {
    width: 58.585%;
    margin: 0;
  }
}

/*------------------------------------------
    concept
------------------------------------------*/
@media screen and (min-width: 751px) {
  .concept {
    height: 615px;
    padding-top: 0;
    background: url("/images/frontpage/concept_pc.jpg") no-repeat border-box center/cover;
  }
}

@media screen and (min-width: 751px) {
  .concept .inner {
    position: relative;
    height: 100%;
    padding: 0;
  }
}

.concept-area {
  padding: 30px 0 60px 0;
}

@media screen and (min-width: 751px) {
  .concept-area {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 576px;
    padding: 50px 70px 60px 70px;
    background-color: #fff;
  }
}

.concept-tit {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .concept-tit {
    font-size: 2.6rem;
  }
}

.concept-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .concept-tit span {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

.concept-txt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .concept-txt {
    font-size: 1.3rem;
  }
}

.concept-btn {
  display: block;
  width: 150px;
  height: 35px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  border-radius: 17.5px;
  color: #fff;
  background-color: #1d467f;
  border: 1px solid #1d467f;
  margin: 0 auto;
  margin-top: 30px;
}

.concept-btn:hover {
  color: #1d467f;
  background-color: #fff;
  opacity: 1;
}

@media screen and (min-width: 751px) {
  .concept-btn {
    margin-top: 50px;
  }
}

/*------------------------------------------
    business
------------------------------------------*/
.business {
  padding: 30px 0;
  background-color: #efefef;
}

@media screen and (min-width: 751px) {
  .business {
    padding: 80px 0 100px 0;
  }
}

.business-tit {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .business-tit {
    font-size: 2.6rem;
  }
}

.business-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .business-tit span {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 750px) {
  .business-tit {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
}

.business-box {
  position: relative;
  margin: 200px 0 132px;
}

@media screen and (max-width: 750px) {
  .business-box {
    margin: 19.73333vw 0 17.6vw;
    margin-left: 4.66667vw;
  }
}

.business-img {
  width: 485px;
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .business-img {
    width: 66.26667vw;
  }
}

.business-item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.business-item:after {
  z-index: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.business-item:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.business-item a {
  display: block;
}

.business-item a:hover {
  opacity: 1;
}

.business-item._01 {
  top: -465px;
  width: 271px;
  height: 271px;
}

@media screen and (max-width: 750px) {
  .business-item._01 {
    top: -63.33333vw;
    width: 36.8vw;
    height: 36.8vw;
  }
}

.business-item._02 {
  top: -275px;
  right: -380px;
  width: 211px;
  height: 211px;
}

@media screen and (max-width: 750px) {
  .business-item._02 {
    top: -36.53333vw;
    right: -50.66667vw;
    width: 28.8vw;
    height: 28.8vw;
  }
}

.business-item._02 a::after {
  content: "";
  position: absolute;
  right: -62px;
  top: 7px;
  width: 142px;
  height: 88px;
  background: url(/images/frontpage/bubble_01.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._02 a::after {
    display: none;
  }
}

.business-item._03 {
  top: 145px;
  right: -476px;
  width: 211px;
  height: 211px;
}

@media screen and (max-width: 750px) {
  .business-item._03 {
    top: 19.33333vw;
    right: -63.46667vw;
    width: 28.8vw;
    height: 28.8vw;
  }
}

.business-item._03 a::after {
  content: "";
  position: absolute;
  right: -105px;
  top: 7px;
  width: 194px;
  height: 88px;
  background: url(/images/frontpage/bubble_02.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._03 a::after {
    display: none;
  }
}

.business-item._04 {
  top: 489px;
  right: -210px;
  width: 271px;
  height: 271px;
}

@media screen and (max-width: 750px) {
  .business-item._04 {
    top: 64.26667vw;
    right: -31.6vw;
    width: 36.8vw;
    height: 36.8vw;
  }
}

.business-item._04 a::after {
  content: "";
  position: absolute;
  right: -129px;
  top: 43px;
  width: 212px;
  height: 88px;
  background: url(/images/frontpage/bubble_03.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._04 a::after {
    display: none;
  }
}

.business-item._05 {
  top: 419px;
  right: 193px;
  width: 211px;
  height: 211px;
}

@media screen and (max-width: 750px) {
  .business-item._05 {
    top: 56.8vw;
    right: 23.73333vw;
    width: 28.8vw;
    height: 28.8vw;
  }
}

.business-item._05 a::after {
  content: "";
  position: absolute;
  right: 157px;
  top: 112px;
  width: 148px;
  height: 88px;
  background: url(/images/frontpage/bubble_04.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._05 a::after {
    display: none;
  }
}

.business-item._06 {
  top: 146px;
  right: 494px;
  width: 271px;
  height: 271px;
}

@media screen and (max-width: 750px) {
  .business-item._06 {
    top: 20.66667vw;
    right: 0;
    left: -65.73333vw;
    width: 36.8vw;
    height: 36.8vw;
  }
}

.business-item._06 a::after {
  content: "";
  position: absolute;
  right: 181px;
  top: 41px;
  width: 189px;
  height: 88px;
  background: url(/images/frontpage/bubble_05.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._06 a::after {
    display: none;
  }
}

.business-item._07 {
  top: -272px;
  right: 396px;
  width: 211px;
  height: 211px;
}

@media screen and (max-width: 750px) {
  .business-item._07 {
    top: -37.6vw;
    right: 49.6vw;
    width: 28.8vw;
    height: 28.8vw;
  }
}

.business-item._07 a::after {
  content: "";
  position: absolute;
  right: 154px;
  top: 12px;
  width: 180px;
  height: 98px;
  background: url(/images/frontpage/bubble_06.png) center/contain no-repeat;
}

@media screen and (max-width: 750px) {
  .business-item._07 a::after {
    display: none;
  }
}

/*------------------------------------------
    flow
------------------------------------------*/
.flow {
  padding: 50px 0;
  background-color: #1d467f;
}

.flow-area {
  padding: 30px 0 50px 0;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .flow-area {
    width: 960px;
    padding: 80px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 751px) {
  .flow-area .inner {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
}

.flow-tit {
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #1d467f;
  text-align: center;
}

@media screen and (min-width: 751px) {
  .flow-tit {
    font-size: 2.6rem;
  }
}

.flow-tit span {
  display: block;
  margin-bottom: 0.5em;
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 751px) {
  .flow-tit span {
    margin-bottom: 1em;
    font-size: 2.4rem;
  }
}

.flow-txt {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (min-width: 751px) {
  .flow-txt {
    margin-top: 50px;
    font-size: 1.3rem;
  }
}

.flow-img {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .flow-img {
    margin-top: 50px;
  }
}

/*------------------------------------------
    story
------------------------------------------*/
/*------------------------------------------
    categories
------------------------------------------*/
.categories {
  padding-top: 60px;
}

.categories-tit {
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .categories-tit {
    font-size: 4.8rem;
  }
}

.categories-tit span {
  display: inline-block;
  margin-left: 2em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  vertical-align: 4px;
}

@media screen and (min-width: 751px) {
  .categories-tit span {
    font-size: 1.5rem;
    margin-left: 2em;
  }
}

.categories-list {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .categories-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 50px;
  }
}

.categories-item {
  position: relative;
}

@media screen and (min-width: 751px) {
  .categories-item {
    width: 47.826%;
  }
}

@media screen and (max-width: 750px) {
  .categories-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}

@media screen and (min-width: 751px) {
  .categories-item:nth-of-type(n+3) {
    margin-top: 32px;
  }
}

.categories-item._w100 {
  width: 100%;
}

.categories-item a {
  display: block;
}

.categories-txt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 3.5em 1em 1em;
  font-size: 1.2rem;
  font-weight: bold;
  color: #1d467f;
  background-color: #fff;
}

@media screen and (min-width: 751px) {
  .categories-txt {
    font-size: 1.3rem;
    letter-spacing: 0.3em;
  }
}

.categories-txt span {
  position: relative;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  vertical-align: middle;
  display: block;
  width: 1.2em;
  height: 1.2em;
  border-radius: 50%;
  background-color: #1d467f;
}

.categories-txt span::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #231815;
  border-left: 1px solid #231815;
}

.categories-txt span::before {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

@media screen and (min-width: 751px) {
  .categories-txt span {
    width: 16px;
    height: 16px;
  }
}

.categories-txt span::before {
  right: 1px;
  width: 4px;
  height: 4px;
}

@media screen and (min-width: 751px) {
  .categories-txt span::before {
    width: 5px;
    height: 5px;
  }
}

.categories-txt span::before {
  border-color: #fff;
}

/*------------------------------------------
    sns
------------------------------------------*/
.sns {
  padding: 40px 0 0 0;
}

@media screen and (min-width: 751px) {
  .sns {
    padding: 50px 0 0 0;
  }
}

.sns-tit {
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .sns-tit {
    font-size: 4.8rem;
  }
}

.sns-tit span {
  display: inline-block;
  margin-left: 2em;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 0.3em;
  vertical-align: 4px;
}

@media screen and (min-width: 751px) {
  .sns-tit span {
    font-size: 1.5rem;
    margin-left: 2em;
  }
}

@media screen and (min-width: 751px) {
  .sns-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.sns-item {
  margin-top: 30px;
}

@media screen and (min-width: 751px) {
  .sns-item {
    width: 48.624%;
    margin-top: 40px;
  }
}

.sns-subtit {
  font-family: "D-DIN-Condensed-Bold", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #1d467f;
}

@media screen and (min-width: 751px) {
  .sns-subtit {
    font-size: 2.4rem;
  }
}

.sns-area {
  margin-top: 20px;
  text-align: center;
}
