@charset "utf-8";

*{
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  font-style: normal;
}

html, body {
  height: 100%;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body {
  color: #222;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  letter-spacing: 0.05em;
}

li {
  list-style:none;
}
a {
  color: #003f99;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}



.is-pc {
  display: block;
}
.is-sp {
  display: none;
}

.mobile .is-pc {
  display: none;
}
.mobile .is-sp {
  display: block;
}


/*========================================
 header
 ========================================*/

.header {
  position: relative;
  width: 100%;
  min-width: 800px;
  height: 80px;
  background: #fff;
}
.mobile .header {
  min-width: inherit;
  height: 40px;
} 
  
  .header__logo {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -80px;
  }
    .header__logo_pc {
      display: block;
    }
    .header__logo_sp {
      display: none;
    }
  .mobile .header__logo {
    width: 96px;
    margin-left: -48px;
  }
    .mobile .header__logo_pc {
      display: none;
    }
    .mobile .header__logo_sp {
      display: inline;
      width: 100%;
    }
  
  /*PC*/
  .header--sns {
    position: absolute;
    top: 24px;
    right: 32px;
    /*clearfix*/
    min-height: 1px;
  }
  .header--sns:after {
    /*clearfix*/
    content: " ";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
    .header-sns-facebook {
      float: left;
      width: 32px;
    }
      .header-sns-facebook img {
        width: 100%;
      }
    .header-sns-twitter {
      float: left;
      margin: 0 0 0 16px;
      width: 32px;
    }
      .header-sns-twitter img {
        width: 100%;
      }
  /*SP*/
  .mobile .header--sns {
    top: 10px;
    right: 12px;
  }
    .mobile .header-sns-facebook {
      width: 22px;
    }
      .mobile .header-sns-facebook img {
        width: 100%;
      }
    .mobile .header-sns-twitter {
      margin: 0 0 0 16px;
      width: 22px;
    }
      .mobile .header-sns-twitter img {
        width: 100%;
      }


/*========================================
 header navigation
 ========================================*/

.header-global-navi {
  position: absolute;
  top: 0;
  left: 0;
}

/*PC*/
.header-global-navi__button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s linear 0s;
}
.header-global-navi__button:hover {
  background-color: #fff1f6;
}
  .header-global-navi__svg-rect1 {
    position: absolute;
    top: 27px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
  .header-global-navi__svg-rect2 {
    position: absolute;
    top: 39px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
  .header-global-navi__svg-rect3 {
    position: absolute;
    top: 51px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
.is-open .header-global-navi__button {
  background-color: #ff71a3;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -webkit-transition-delay: none;
  transition: none;
}
.is-open .header-global-navi__svg-rect1,
.is-open .header-global-navi__svg-rect2,
.is-open .header-global-navi__svg-rect3 {
  background-color: #fff;
}

/*SP*/
.mobile .header-global-navi__button {
  width: 40px;
  height: 40px;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -webkit-transition-delay: none;
  transition: none;
}
.mobile .header-global-navi__button:hover {
  background-color: inherit;
}
  .mobile .header-global-navi__svg-rect1 {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
  .mobile .header-global-navi__svg-rect2 {
    position: absolute;
    top: 19px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
  .mobile .header-global-navi__svg-rect3 {
    position: absolute;
    top: 25px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
.mobile .is-open .header-global-navi__button {
  background-color: #ff71a3;
}
.mobile .is-open .header-global-navi__svg-rect1,
.mobile .is-open .header-global-navi__svg-rect2,
.mobile .is-open .header-global-navi__svg-rect3 {
  background-color: #fff;
}
  

/*========================================
 header menu
 ========================================*/

/*PC*/
.header-global-menu {
  position: absolute;
  display: none;
  top: 80px;
  left: 0px;
  z-index: 200;
}
.header-global-menu.is-open {
  display: block;
}
.header-global-menu li {
  width: 470px;
}
  .header-global-menu li span,
  .header-global-menu li a {
    position: relative;
    display: block;
    padding: 12px 0 12px 76px;
    background-color: #fff;
    border-bottom: 1px solid #ff71a3;
    color: #ff71a3;
    font-size: 16px;
  }
  .header-global-menu li a {
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear;
    -webkit-transition-delay: 0s;
    transition: background-color 0.2s linear 0s;
  }
  .header-global-menu li a:hover {
    text-decoration: none;
    background-color: #fff1f6;
  }
  .header-global-menu li span.current,
  .header-global-menu li a.current {
    position: relative;
    color: #fff;
    background-color: #ff71a3;
  }
  .header-global-menu li:nth-of-type(1) span:before,
  .header-global-menu li:nth-of-type(1) a:before {
    content: "#1";
  }
  .header-global-menu li:nth-of-type(2) span:before,
  .header-global-menu li:nth-of-type(2) a:before {
    content: "#2";
  }
  .header-global-menu li:nth-of-type(3) span:before,
  .header-global-menu li:nth-of-type(3) a:before {
    content: "#3";
  }
  .header-global-menu li:nth-of-type(4) span:before,
  .header-global-menu li:nth-of-type(4) a:before {
    content: "#4";
  }
  .header-global-menu li span:before,
  .header-global-menu li a:before {
    position: absolute;
    top: 50%;
    left: 26px;
    margin-top: -10px;
    font-style: italic;
    font-size: 19px;
  }
  .header-global-menu li span:after,
  .header-global-menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/icn_arrow_pink_14x24.png) no-repeat top left;
  }
  .header-global-menu li span.current:after,
  .header-global-menu li a.current:after {
    content: none;
  }

/*SP*/
.mobile .header-global-menu {
  position: absolute;
  display: none;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 200;
}
.mobile .header-global-menu.is-open {
  display: block;
}
.mobile .header-global-menu li {
  width: 100%;
}
  .mobile .header-global-menu li span,
  .mobile .header-global-menu li a {
    position: relative;
    display: block;
    padding: 12px 0 12px 56px;
    background-color: #fff;
    border-bottom: 1px solid #ff71a3;
    color: #ff71a3;
    font-size: 16px;
  }
  .header-global-menu li a {
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -webkit-transition-delay: none;
    transition: none;
  }
  .mobile .header-global-menu li a:hover {
    text-decoration: none;
    background-color: #fff1f6;
  }
  .mobile .header-global-menu li:nth-of-type(1) span:before,
  .mobile .header-global-menu li:nth-of-type(1) a:before {
    content: "#1";
  }
  .mobile .header-global-menu li:nth-of-type(2) span:before,
  .mobile .header-global-menu li:nth-of-type(2) a:before {
    content: "#2";
  }
  .mobile .header-global-menu li:nth-of-type(3) span:before,
  .mobile .header-global-menu li:nth-of-type(3) a:before {
    content: "#3";
  }
  .mobile .header-global-menu li:nth-of-type(4) span:before,
  .mobile .header-global-menu li:nth-of-type(4) a:before {
    content: "#4";
  }
  .mobile .header-global-menu li span:before,
  .mobile .header-global-menu li a:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -10px;
    font-style: italic;
    font-size: 19px;
  }
  .mobile .header-global-menu li span:after,
  .mobile .header-global-menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/icn_arrow_pink_20x36.png) no-repeat top left;
    background-size: contain;
  }
  .mobile .header-global-menu li span.current,
  .mobile .header-global-menu li a.current {
    color: #fff;
    background-color: #ff71a3;
  }
  .mobile .header-global-menu li span.current:after,
  .mobile .header-global-menu li a.current:after {
    content: none;
  }


/*========================================
 mainvisual 
 ========================================*/

/*PC*/
.mainvisual {
  width: 100%;
  /*background-color: #f8f7f1;*/
}
  .mainvisual--wrapper {
    margin: 0 auto;
    max-width: 1120px;
    min-width: 800px;
  }
  .mainvisual--wrapper img {
    display: none;
  }
  .mainvisual--container {
    display: table;
    margin: 0 auto;
    width: 100%;
    height: 480px;
  }
    .mainvisual--image__left,
    .mainvisual--image__right {
      display: table-cell;
      overflow: hidden;
      width: 50%;
      height: 480px;
    }

    .mainvisual--image__left {
      background: url(../img/mainvisual_pc1.png) top center no-repeat;
    }

    .mainvisual--image__right {
      background: url(../img/mainvisual_pc2.png) top center no-repeat;
    }

/*SP*/
.mobile .mainvisual--wrapper {
  width: 100%;
  max-width: inherit;
  min-width: inherit;
}
.mobile .mainvisual--wrapper img {
  display: inline;
  width: 100%;
}
.mobile .mainvisual--container {
  display: none;
}


/*========================================
 profile
 ========================================*/

/*PC*/
.profile {
  box-sizing: border-box;
  margin: 66px auto 0;
  padding: 23px 26px 23px 40px;
  max-width: 960px;
  min-width: 800px;
  border: 1px solid #ddd;
}

  .profile__container {
    display: table;
    width: 100%;
  }
  .profile__imagebox {
    display: table-cell;
    width: 108px;
    vertical-align: top;
  }
  .profile__textbox {
    display: table-cell;
    padding: 0 0 0 36px;
    vertical-align: top;
  }
    .profile__name {
      padding: 4px 0 0 0;
      font-size: 20px;
      font-weight: bold;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .profile__status {
      margin: 6px 0 0 0;
      color: #888;
      font-size: 14px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.6;
    }
    .profile__start_pc {
      margin: 8px 0 0 0;
      width: auto;
      font-size: 14px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.7;
    }
    .profile__start_sp {
      display: none;
      width: auto;
      line-height: 1.6;
    }

/*SP*/
.mobile .profile {
  box-sizing: border-box;
  margin: 0px auto 0;
  padding: 20px 18px 20px 18px;
  max-width: inherit;
  min-width: inherit;
  width: 100%;
  border: none;
}

  .mobile .profile__container {
    display: table;
    width: 100%;
  }
  .mobile .profile__imagebox {
    display: table-cell;
    width: 54px;
    vertical-align: top;
  }
    .mobile .profile__imagebox img {
      width: 100%;
    }
  .mobile .profile__textbox {
    display: table-cell;
    padding: 0 0 0 16px;
    vertical-align: top;
  }
    .mobile .profile__name {
      padding: 4px 0 0 0;
      font-size: 13px;
      font-weight: bold;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    }
    .mobile .profile__status {
      margin: 6px 0 0 0;
      width: auto;
      color: #888;
      font-size: 10px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.6;
    }
    .mobile .profile__start_pc {
      display: none;
      margin: 8px 0 0 0;
      width: auto;
      font-size: 14px;
      font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      line-height: 1.7;
    }
    .mobile .profile__start_sp {
      display: block;
      margin: 8px 0 0 0;
      width: 100%;
      font-size: 10px;
      line-height: 1.6;
      word-break : break-all;
      word-wrap : break-word;
    }

/*========================================
 navigation 
 ========================================*/

/*PC*/
.navigation {
  margin: 0 auto;
  padding: 42px 0 0 0;
  max-width: 960px;
  min-width: 800px;
}
  .navigation li {
    position: relative;
    margin-left: 50%;
    width: 50%;
    border-bottom: 1px solid #ff71a3;
    font-size: 18px;
  }
  .navigation li.current {
    margin-left: 0px;
    width: 100%;
    background-color: #ff71a3;
    font-size: 24px;
  }
  .navigation li.no-border {
    border-bottom: none;
  }
  .navigation li span,
  .navigation li a {
    position: relative;
    display: block;
    padding: 10px 36px 10px 94px;
    color: #ff71a3;
    line-height: 1.4;
  }
  .navigation li a {
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear;
    -webkit-transition-delay: 0s;
    transition: background-color 0.2s linear 0s;
  }
  .navigation li a:hover {
    text-decoration: none;
    background-color: #fff1f6;
  }
  .navigation li:nth-of-type(1) span:before,
  .navigation li:nth-of-type(1) a:before {
    content: "#1";
  }
  .navigation li:nth-of-type(2) span:before,
  .navigation li:nth-of-type(2) a:before {
    content: "#2";
  }
  .navigation li:nth-of-type(3) span:before,
  .navigation li:nth-of-type(3) a:before {
    content: "#3";
  }
  .navigation li:nth-of-type(4) span:before,
  .navigation li:nth-of-type(4) a:before {
    content: "#4";
  }
  .navigation li span:before,
  .navigation li a:before {
    position: absolute;
    top: 50%;
    left: 24px;
    margin-top: -15px;
    font-style: italic;
    font-size: 22px;
  }
  .navigation li span:after,
  .navigation li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/icn_arrow_pink_14x24.png) no-repeat top left;
  }
  .navigation li.current span,
  .navigation li.current a {
    display: block;
    padding: 7px 24px 6px 110px;
    color: #fff;
  }
  .navigation li.current span:before,
  .navigation li.current a:before {
    left: 34px;
    margin-top: -19px;
    font-size: 27px;
  }
  .navigation li.current span:after,
  .navigation li.current a:after {
    content: none;
  }

/*SP*/
.mobile .navigation {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 100%;
  max-width: inherit;
  min-width: inherit;
}
  .mobile .navigation li {
    position: relative;
    margin-left: 15%;
    width: 85%;
    border-bottom: 1px solid #ff71a3;
    font-size: 13px;
  }
  .mobile .navigation li.current {
    margin-left: 0px;
    width: 100%;
    background-color: #ff71a3;
    font-size: 17px;
  }
  .mobile .navigation li span,
  .mobile .navigation li a {
    position: relative;
    display: block;
    padding: 15px 24px 15px 50px;
    color: #ff71a3;
  }
  .mobile .navigation li a:hover {
    text-decoration: none;
    background-color: #fff1f6;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -webkit-transition-delay: none;
    transition: none;
  }
  .mobile .navigation li:nth-of-type(1) span:before,
  .mobile .navigation li:nth-of-type(1) a:before {
    content: "#1";
  }
  .mobile .navigation li:nth-of-type(2) span:before,
  .mobile .navigation li:nth-of-type(2) a:before {
    content: "#2";
  }
  .mobile .navigation li:nth-of-type(3) span:before,
  .mobile .navigation li:nth-of-type(3) a:before {
    content: "#3";
  }
  .mobile .navigation li:nth-of-type(4) span:before,
  .mobile .navigation li:nth-of-type(4) a:before {
    content: "#4";
  }
  .mobile .navigation li span:before,
  .mobile .navigation li a:before {
    position: absolute;
    top: 50%;
    left: 12px;
    margin-top: -12px;
    font-style: italic;
    font-size: 16px;
  }
  .mobile .navigation li span:after,
  .mobile .navigation li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 12px;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/icn_arrow_pink_20x36.png) no-repeat top left;
    background-size: contain;
  }
  .mobile .navigation li.current span,
  .mobile .navigation li.current a {
    display: block;
    padding: 12px 24px 12px 56px;
    color: #fff;
  }
  .mobile .navigation li.current span:before,
  .mobile .navigation li.current a:before {
    left: 14px;
    margin-top: -13px;
    font-size: 20px;
  }
  .mobile .navigation li.current span:after,
  .mobile .navigation li.current a:after {
    content: none;
  }


/*========================================
 article
 ========================================*/

/*PC*/
.article {
  padding: 0px 0 50px 0;
}
  .article__block {
    margin-top: 30px;
  }
  .article__block_expand {
    margin-top: 45px;
  }

/*SP*/
.mobile .article {
  padding: 0px 0 32px 0;
}
  .mobile .article__block {
    margin-top: 30px;
  }
  .mobile .article__block_expand {
    margin-top: 30px;
  }

/*----- 日付 -----*/
/*PC*/
.article__date {
  
}
  .article__date p {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 0 0 52px;
    width: 800px;
    font-size: 22px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }

/*SP*/
.mobile .article__date {
  
}
  .mobile .article__date p {
    margin: 0 auto;
    padding: 0 26px;
    width: auto;
    font-size: 18px;
  }

/*----- 導入 -----*/
/*PC*/
.article__feel {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 56px;
  width: 800px;
  background-color: #fff1f6;
}
.article__feel.wide {
  padding-left: 40px;
  padding-right: 40px;
}
  .article__feel p {
    font-size: 24px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-weight: bold;
  }

/*SP*/
.mobile .article__feel {
  box-sizing: border-box;
  margin-left: 0px;
  margin-right: 0px;
  padding: 26px 26px;
  width: 100%;
  background-color: #fff1f6;
}
.article__feel.wide {
  padding-left: 26px;
  padding-right: 26px;
}
  .mobile .article__feel p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold;
  }

/*----- 記事本文 -----*/
/*PC*/
.article__body {
  
}
  .article__body p {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0 56px;
    width: 800px;
    font-size: 16px;
    line-height: 1.9;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  .article__body .bold {
    font-weight: bold;
  }

/*SP*/
.mobile .article__body {
  
}
  .mobile .article__body p {
    margin: 0 auto;
    padding: 0 26px;
    width: auto;
    font-size: 14px;
    line-height: 1.9;
  }
  .mobile .article__body .bold {
    font-weight: bold;
  }

/*----- 区切り -----*/
/*PC*/
.article__separator {

}
  .article__separator p {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    width: 800px;
    height: 16px;
  }
  .article__separator p:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 64px;
    height: 16px;
    background: url(../img/article_separator.png) top left no-repeat;
  }

/*SP*/
.mobile .article__separator {

}
  .mobile .article__separator p {
    margin: 0 auto;
    width: 64px;
    height: 16px;
    background: url(../img/article_separator_128x32.png) top left no-repeat;
    background-size: contain;
  }
  .mobile .article__separator p:after {
    content: none;
  }

/*----- 画像 -----*/
/*PC*/
.article__image {
  
}
  .article__image_pc {
    display: block;
    margin: 0 auto;
    width: 800px;
  }
  .article__image_sp {
    display: none;
  }

/*SP*/
.mobile .article__image {
  
}
  .mobile .article__image_pc {
    display: none;
  }
  .mobile .article__image_sp {
    display: block;
    width: 100%;
  }
    .mobile .article__image_sp img {
      width: 100%;
    }


/*========================================
 social
 ========================================*/
/*PC*/
.social {
  padding: 0 0 60px 0;
}
  .social__container {
    margin: 0 auto;
    width: 800px;
  }
    .social__title {
      color: #ff71a3;
      font-size: 12px;
      text-align: center;
    }
    .social__container ul {
      margin: 16px auto 0;
      width: 120px;
      /*clearfix*/
      min-height: 1px;  
    }
    .social__container ul:after {
      /*clearfix*/
      content: " ";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
    }
    .social__container li {
      float: left;
      margin: 0 24px 0 0;
      width: 48px;
    }
    .social__container li:last-child {
      margin-right: 0px;
    }
      .social__container li img {
        width: 100%;
      }

/*SP*/
.mobile .social {
  padding: 0 0 60px 0;
}
  .mobile .social__container {
    margin: 0 auto;
    width: 136px;
  }
    .mobile .social__title {
      color: #ff71a3;
      font-size: 12px;
      text-align: center;
    }
    .mobile .social__container ul {
      margin: 16px 0 0 15px;
      /*clearfix*/
      min-height: 1px;  
    }
    .mobile .social__container ul:after {
      /*clearfix*/
      content: " ";
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
    }
    .mobile .social__container li {
      float: left;
      margin: 0 18px 0 0;
      width: 44px;
    }
    .mobile .social__container li:last-child {
      margin-right: 0px;
    }
      .mobile .social__container li img {
        width: 100%;
      }


/*========================================
 about
 ========================================*/
/*PC*/
.about {
  padding: 64px 0;
  min-width: 800px;
  background-color: #f0f6ff;
}
  .about-box {
    margin: 0 auto;
    width: 800px;
  }
    .about-box__container {
      display: table;
    }
    .about-box__logo {
      display: table-cell;
      width: 200px;
      height: 200px;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .about-box__logo_pc {
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
      .about-box__logo_sp {
        display: none;
      }
    .about-box__house {
      display: table-cell;
      width: 200px;
      height: 200px;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .about-box__house_pc {
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
      .about-box__house_sp {
        display: none;
      }
    .about-box__description {
      display: table-cell;
      width: 400px;
      height: 200px;
      vertical-align: top;
      background-color: #fff;
    }
      .about-box__description h2 {
        padding: 36px 0 0 40px;
        color: #003f99;
        font-size: 17px;
        font-weight: bold;
      }

      .about-box__description p {
        padding: 10px 40px 0 40px;
        font-size: 12px;
        line-height: 2.0;
      }

    .about__link_pc {
      display: block;
    }
    .about__link_sp {
      display: none;
    }
    .about__link_pc a,
    .about__link_sp a {
      position: relative;
      display: block;
      padding: 18px 0;
      background-color: #003f99;
      color: #fff;
      text-align: center;
      letter-spacing: 0.1em;
      font-size: 22px;
      -moz-transition: background-color 0.2s linear 0s;
      -o-transition: background-color 0.2s linear 0s;
      -ms-transition: background-color 0.2s linear 0s;
      -webkit-transition: background-color 0.2s linear;
      -webkit-transition-delay: 0s;
      transition: background-color 0.2s linear 0s;
    }
    .about__link_pc a:hover {
      background-color: #1a53a3;
      text-decoration: none;
    }
    .about__link_pc a:before,
    .about__link_sp a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 23px;
      width: 16px;
      height: 22px;
      margin-top: -12px;
      background: url(../img/icn_arrow_white_14x24.png) top left no-repeat;
    }

/*SP*/
.mobile .about {
  padding: 50px 24px;
  min-width: inherit;
  background-color: #f0f6ff;
}
  .mobile .about-box {
    margin: 0 auto;
    width: auto;
  }
    .mobile .about-box__container {
      display: block;
    }
    .mobile .about-box__logo {
      display: block;
      width: 100%;
      height: auto;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .mobile .about-box__logo_pc {
        display: none;
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
      .mobile .about-box__logo_sp {
        display: inline;
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
    .mobile .about-box__house {
      display: block;
      width: 100%;
      height: auto;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .mobile .about-box__house_pc {
        display: none;
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
      .mobile .about-box__house_sp {
        display: inline;
        width: 100%;
        line-height: 0.1;
        font-size: 1px;
      }
    .mobile .about-box__description {
      display: block;
      width: 100%;
      height: auto;
      vertical-align: top;
      background-color: #fff;
    }
      .mobile .about-box__description h2 {
        padding: 28px 20px 0 20px;
        color: #003f99;
        font-size: 17px;
        font-weight: bold;
      }

      .mobile .about-box__description p {
        padding: 18px 20px 24px 20px;
        font-size: 14px;
        line-height: 2.0;
      }

    .mobile .about__link_pc {
      display: none;
    }
    .mobile .about__link_sp {
      display: block;
    }
    .mobile .about__link_pc a,
    .mobile .about__link_sp a {
      position: relative;
      display: block;
      padding: 18px 0;
      background-color: #003f99;
      color: #fff;
      text-align: center;
      letter-spacing: 0.1em;
      font-size: 18px;
    }
    .mobile .about__link_pc a:hover {
      background-color: #1a53a3;
      text-decoration: none;
    }
    .mobile .about__link_pc a:before,
    .mobile .about__link_sp a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 23px;
      width: 10px;
      height: 18px;
      margin-top: -9px;
      background: url(../img/icn_arrow_white_20x36.png) top left no-repeat;
      background-size: contain;
    }


/*========================================
 footer navi
 ========================================*/
/*PC*/
.footer-navi {
  padding: 64px 0 0 0;
}

.footer-navi ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 0px;
  width: 800px;
  /*clearfix*/
  min-height: 1px;
}
.footer-navi ul:after {
  /*clearfix*/
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.footer-navi li {
  float: left;
  margin: 0 32px 46px 0;
}
.footer-navi li:nth-of-type(1) {

}
.footer-navi li:nth-of-type(2) {
  margin-right: 0px;
}
.footer-navi li:nth-of-type(3) {
  
}
.footer-navi li:nth-of-type(4) {
  margin-right: 0px;
}
.footer-navi li a {
  text-decoration: none;
}
.footer-navi li a .footer-navi__container {
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s linear 0s;
}
.footer-navi li a:hover .footer-navi__container {
  background-color: #fff1f6;
}
  .footer-navi__container {
    display: table;
    width: 382px;
    border: 1px solid #ddd;
  }
    .footer-navi__image {
      display: table-cell;
      width: 128px;
      height: 128px;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .footer-navi__image img {
        width: 100%;
      }
    .footer-navi__description {
      display: table-cell;
      height: 128px;
      vertical-align: top;
    }
      .footer-navi__number {
        padding: 24px 20px 0 28px;
        color: #ff71a3;
        font-size: 22px;
        font-style: italic;
      }
      .footer-navi__text {
        padding: 10px 20px 0 28px;
        color: #ff71a3;
        font-size: 18px;
        line-height: 1.6;
      }

/*SP*/
.mobile .footer-navi {
  padding: 50px 24px 26px;
}

.mobile .footer-navi ul {
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 0 0 0px;
  width: 100%;
  /*clearfix*/
  min-height: 1px;
}
.mobile .footer-navi ul:after {
  /*clearfix*/
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.mobile .footer-navi li {
  float: none;
  margin: 0 0px 16px 0;
}
.mobile .footer-navi li a {
  text-decoration: none;
}
.mobile .footer-navi li a:hover .footer-navi__container {
  background-color: #fff1f6;
}
  .mobile .footer-navi__container {
    display: table;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #ddd;
  }
    .mobile .footer-navi__image {
      display: table-cell;
      width: 90px;
      height: 90px;
      font-size: 0.1px;
      line-height: 0.1;
      vertical-align: top;
    }
      .mobile .footer-navi__image img {
        width: 100%;
      }
    .mobile .footer-navi__description {
      display: table-cell;
      height: 90px;
      vertical-align: top;
    }
      .mobile .footer-navi__number {
        padding: 15px 20px 0 22px;
        color: #ff71a3;
        font-size: 18px;
        font-style: italic;
      }
      .mobile .footer-navi__text {
        padding: 6px 20px 0 22px;
        color: #ff71a3;
        font-size: 13px;
        line-height: 1.6;
      }


/*========================================
 footer
 ========================================*/

.footer {
  padding: 28px 0 64px;
}
  .footer__copyright {
    margin: 0 auto;
    width: 800px;
    text-align: center;
    font-size: 12px;
  }

.mobile .footer {
  padding: 28px 0 64px;
}
  .mobile .footer__copyright {
    margin: 0 auto;
    width: auto;
    text-align: center;
    font-size: 12px;
  }


/*========================================
 fix-navigation
 ========================================*/
 /*PC*/
.fix-navigation {
  position: fixed;
  top: -80px;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.92);
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.fix-navigation.is-show {
  top: 0;
}

/*SP*/
.mobile .fix-navigation {
  position: fixed;
  top: -40px;
  left: 0;
  width: 100%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.92);
  -moz-transition: top 0.3s ease 0s;
  -o-transition: top 0.3s ease 0s;
  -ms-transition: top 0.3s ease 0s;
  -webkit-transition: top 0.3s ease 0s;
  transition: top 0.3s ease 0s;
}
.mobile .fix-navigation.is-show {
  top: 0;
}

/*========================================*/

/*PC*/
.fix-navigation__button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 80px;
  height: 80px;
  cursor: pointer;
  -moz-transition: background-color 0.2s linear 0s;
  -o-transition: background-color 0.2s linear 0s;
  -ms-transition: background-color 0.2s linear 0s;
  -webkit-transition: background-color 0.2s linear;
  -webkit-transition-delay: 0s;
  transition: background-color 0.2s linear 0s;
}
.fix-navigation__button:hover {
  background-color: #fff1f6;
}
  .fix-navigation__rect1 {
    position: absolute;
    top: 27px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
  .fix-navigation__rect2 {
    position: absolute;
    top: 39px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
  .fix-navigation__rect3 {
    position: absolute;
    top: 51px;
    left: 25px;
    width: 30px;
    height: 2px;
    background-color: #ff71a3;
  }
.is-open.fix-navigation__button {
  background-color: #ff71a3;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  -webkit-transition-delay: none;
  transition: none;
}
.is-open .fix-navigation__rect1,
.is-open .fix-navigation__rect2,
.is-open .fix-navigation__rect3 {
  background-color: #fff;
}

/*SP*/
.mobile .fix-navigation__button {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}
.mobile .fix-navigation__button:hover {
  background-color: inherit;
}
  .mobile .fix-navigation__rect1 {
    position: absolute;
    top: 13px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
  .mobile .fix-navigation__rect2 {
    position: absolute;
    top: 19px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
  .mobile .fix-navigation__rect3 {
    position: absolute;
    top: 25px;
    left: 13px;
    width: 15px;
    height: 1px;
    background-color: #ff71a3;
  }
.mobile .is-open.fix-navigation__button {
  background-color: #ff71a3;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  -webkit-transition: none;
  transition: none;
}
.mobile .is-open .fix-navigation__rect1,
.mobile .is-open .fix-navigation__rect2,
.mobile .is-open .fix-navigation__rect3 {
  background-color: #fff;
}

/*========================================*/

/*PC*/
.fix-navigation__menu {
  position: absolute;
  display: none;
  top: 80px;
  left: 0px;
  z-index: 400;
}
.fix-navigation__menu.is-open {
  display: block;
}
.fix-navigation__menu li {
  width: 470px;
}
  .fix-navigation__menu li span,
  .fix-navigation__menu li a {
    position: relative;
    display: block;
    padding: 12px 0 12px 76px;
    background-color: #fff;
    border-bottom: 1px solid #ff71a3;
    color: #ff71a3;
    font-size: 16px;
  }
  .fix-navigation__menu li a {
    -moz-transition: background-color 0.2s linear 0s;
    -o-transition: background-color 0.2s linear 0s;
    -ms-transition: background-color 0.2s linear 0s;
    -webkit-transition: background-color 0.2s linear;
    -webkit-transition-delay: 0s;
    transition: background-color 0.2s linear 0s;
  }
  .fix-navigation__menu li a:hover {
    text-decoration: none;
    background-color: #fff1f6;
  }
  .fix-navigation__menu li span.current,
  .fix-navigation__menu li a.current {
    position: relative;
    color: #fff;
    background-color: #ff71a3;
  }
  .fix-navigation__menu li:nth-of-type(1) span:before,
  .fix-navigation__menu li:nth-of-type(1) a:before {
    content: "#1";
  }
  .fix-navigation__menu li:nth-of-type(2) span:before,
  .fix-navigation__menu li:nth-of-type(2) a:before {
    content: "#2";
  }
  .fix-navigation__menu li:nth-of-type(3) span:before,
  .fix-navigation__menu li:nth-of-type(3) a:before {
    content: "#3";
  }
  .fix-navigation__menu li:nth-of-type(4) span:before,
  .fix-navigation__menu li:nth-of-type(4) a:before {
    content: "#4";
  }
  .fix-navigation__menu li span:before,
  .fix-navigation__menu li a:before {
    position: absolute;
    top: 50%;
    left: 26px;
    margin-top: -10px;
    font-style: italic;
    font-size: 19px;
  }
  .fix-navigation__menu li span:after,
  .fix-navigation__menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 24px;
    margin-top: -12px;
    background: url(../img/icn_arrow_pink_14x24.png) no-repeat top left;
  }
  .fix-navigation__menu li span.current:after,
  .fix-navigation__menu li a.current:after {
    content: none;
  }

/*SP*/
.mobile .fix-navigation__menu {
  position: absolute;
  display: none;
  top: 40px;
  left: 0px;
  width: 100%;
  z-index: 400;
}
.mobile .fix-navigation__menu.is-open {
  display: block;
}
.mobile .fix-navigation__menu li {
  width: 100%;
}
  .mobile .fix-navigation__menu li span,
  .mobile .fix-navigation__menu li a {
    position: relative;
    display: block;
    padding: 12px 0 12px 56px;
    background-color: #fff;
    border-bottom: 1px solid #ff71a3;
    color: #ff71a3;
    font-size: 16px;
  }
  .mobile .fix-navigation__menu li a {
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    transition: none;
  }
  .mobile .fix-navigation__menu li a:hover {
    text-decoration: none;
    background-color: inherit;
  }
  .mobile .fix-navigation__menu li span.current,
  .mobile .fix-navigation__menu li a.current {
    position: relative;
    color: #fff;
    background-color: #ff71a3;
  }
  .mobile .fix-navigation__menu li:nth-of-type(1) span:before,
  .mobile .fix-navigation__menu li:nth-of-type(1) a:before {
    content: "#1";
  }
  .mobile .fix-navigation__menu li:nth-of-type(2) span:before,
  .mobile .fix-navigation__menu li:nth-of-type(2) a:before {
    content: "#2";
  }
  .mobile .fix-navigation__menu li:nth-of-type(3) span:before,
  .mobile .fix-navigation__menu li:nth-of-type(3) a:before {
    content: "#3";
  }
  .mobile .fix-navigation__menu li:nth-of-type(4) span:before,
  .mobile .fix-navigation__menu li:nth-of-type(4) a:before {
    content: "#4";
  }
  .mobile .fix-navigation__menu li span:before,
  .mobile .fix-navigation__menu li a:before {
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -10px;
    font-style: italic;
    font-size: 19px;
  }
  .mobile .fix-navigation__menu li span:after,
  .mobile .fix-navigation__menu li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    height: 18px;
    margin-top: -9px;
    background: url(../img/icn_arrow_pink_20x36.png) no-repeat top left;
    background-size: contain;
  }
  .mobile .header-global-menu li span.current,
  .mobile .header-global-menu li a.current {
    color: #fff;
    background-color: #ff71a3;
  }
  .mobile .fix-navigation__menu li span.current:after,
  .mobile .fix-navigation__menu li a.current:after {
    content: none;
  }

/*========================================*/

/*PC*/
.fix-navigation__logo {
  position: absolute;
  top: 5px;
  left: 50%;
  margin-left: -98px;
  width: 196px;
}
  .fix-navigation__logo-img {
    width: 100%;
  }

/*SP*/
.mobile .fix-navigation__logo {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -57px;
  width: 113px;
}
  .mobile .fix-navigation__logo-img {
    width: 100%;
  }





