@charset "UTF-8";

html {
  font-size: 625%;
}

body {
  position: relative;
  width: 100%;
  color: #464646;
  text-align: left;
  font-size: 16px;
  font-family: 6em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.75;
  letter-spacing: 0em;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

.is-hide {
  display: none;
}

sup {
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: 0;
}

sub {
  font-size: 60%;
  vertical-align: bottom;
  position: relative;
  top: 0.1em;
}


.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}


.mb50 {
  margin-bottom: 50px !important;
}


.center {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

@media only screen and (max-width: 834px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }

  .is-sp2 {
    display: block !important;
    padding-top: 14px;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {

  /* SP時 */
  .br-pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

@media screen and (min-width: 940px) {
  .br-pc940 {
    display: inline;
  }

  .br-sp940 {
    display: none;
  }
}

@media screen and (max-width: 940px) {

  /* SP時 */
  .br-pc940 {
    display: none;
  }

  .br-sp940 {
    display: inline;
  }

  .article_item .br-lh {
    line-height: 2.6;
  }
}

@media screen and (min-width: 600px) {
  .br-pc600 {
    display: inline;
  }

  .br-sp600 {
    display: none;
  }
}

@media screen and (max-width: 600px) {

  /* SP時 */
  .br-pc600 {
    display: none;
  }

  .br-sp600 {
    display: inline;
  }
}

/* ===================== */
/* body
/* ===================== */
body {
  background-size: auto;
}

@media only screen and (max-width: 834px) {}

/* ================================================= */
/* header */
/* ================================================= */
.social_buttons {
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

/* ================================================= */
/* footer */
/* ================================================= */
.localFooter {
  background: #fff;
  padding-top: 20px !important;
  line-height: 150%;
}

/* ================================================= */
/* title
/* ================================================= */
.sp_header {
  display: none !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

#wrap {
  background-size: 100% auto;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
  background: rgb(224, 233, 244);
  background: linear-gradient(0deg, rgba(224, 233, 244, 1) 0%, rgba(252, 233, 236, 1) 74%, rgba(224, 233, 244, 1) 100%);
}

#kv_wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.kv {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.kv>.mv {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.kv>.mv_sp {
  display: none !important;
}

/* ================================================= */
/* contents_col
/* ================================================= */
#wrap>.section_common>.contents_col,
#wrap>.section_common2>.contents_col {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  width: 940px;
}

#wrap>.section_common2 {
  padding-top: 60px;
  background-color: #F6F6F6;
}

#wrap>.section_common2 a,
#wrap>.section_common a {
  transition: color .3s;
  word-break: break-all;
}

/* ================================================= */
/* title
/* ================================================= */
.contents_col .title {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.contents_col .title .title_bg {
  padding: 20px 0;
  background: rgb(47, 107, 180);
  background: linear-gradient(95deg, rgba(47, 107, 180, 1) 35%, rgba(222, 32, 66, 1) 84%);
}

.contents_col .title .title_main {
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.2;
}

.contents_col .title .title_text {
  font-size: 18px;
  text-align: center;
  line-height: 1.8;
  padding-top: 40px;
}

/* ================================================= */
/* article
/* ================================================= */
#wrap>.section_common>.contents_col .article_title {
  margin: 40px;
  font-size: 28px;
  line-height: 1.46;
  font-weight: bold;
  text-align: center;
  color: #2E71C0;
  position: relative;
}

.line {
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  width: 80px;
  margin: 0 auto;
  position: relative;
  border-bottom: 5px solid #ED1343;
  /*右：薄ピンク*/
}

.line::before {
  content: '';
  position: absolute;
  bottom: -5px;
  width: 50%;
  height: 5px;
  background: #2E71C0;
}

#wrap>.section_common>.contents_col .article_box {
  background-color: #FFF;
  padding: 50px;
}

#wrap>.section_common>.contents_col .article_text {
  font-size: 16px;
}

#wrap>.section_common>.contents_col .article_text p {
  padding-bottom: 20px;
}

#wrap>.section_common>.contents_col .article_photo {
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
  max-width: 360px;
  width: 100%;
}



/* ================================================= */
/* area
/* ================================================= */
#wrap>.section_common>.contents_col .area_main {
  background-color: #FFF;
  padding: 50px;
  position: relative;
  z-index: -2;
}

#wrap>.section_common>.contents_col .area_tag.first {
  border-image: linear-gradient(90deg, rgba(46, 113, 192, 1) 28%, rgba(237, 19, 67, 1) 100%);
  border-top: solid 2px;
  border-image-slice: 1;
  margin-bottom: 26px;
  padding-top: 4px;
}

#wrap>.section_common>.contents_col .area_tag {
  border-image: linear-gradient(90deg, rgba(46, 113, 192, 1) 28%, rgba(237, 19, 67, 1) 100%);
  border-top: solid 2px;
  border-image-slice: 1;
  margin-bottom: 40px;
  padding-top: 4px;
}

#wrap>.section_common>.contents_col .area_tag span.hanbai {
  color: #FFF;
  font-weight: bold;
  padding: 9px 14px;
  background: #2E71C0;
  border-bottom-left-radius: 10px;
  z-index: -1;
  position: relative;
}

#wrap>.section_common>.contents_col .area_tag span.area {
  color: #ED1343;
  font-weight: bold;
  padding: 9px 14px;
  background: #E4EDF7;
  border-bottom-right-radius: 10px;
  z-index: -1;
  position: relative;
}

#wrap>.section_common>.contents_col .area_tag span.notes {
  font-size: 13px;
  padding-left: 10px;
}

#wrap>.section_common>.contents_col .area_box {
  margin-bottom: 60px;
}

#wrap>.section_common>.contents_col .area_box:last-child {
  margin-bottom: 0;
}

#wrap>.section_common>.contents_col .area_person {
  display: flex;
  padding: 0 40px;
}

#wrap>.section_common>.contents_col .area_detail {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}

#wrap>.section_common>.contents_col .area_person {
  display: flex;
  padding: 0 40px;
}

#wrap>.section_common>.contents_col .area_photo {
  max-width: 270px;
  width: 100%;
}

#wrap>.section_common>.contents_col .area_title {
  font-size: 28px;
  font-weight: bold;
  color: #2E71C0;
  line-height: 1.46;
}

#wrap>.section_common>.contents_col .article_name,
#wrap>.section_common>.contents_col .area_name {
  line-height: 1.6;
  margin-top: auto;
}

#wrap>.section_common>.contents_col .article_name span.name,
#wrap>.section_common>.contents_col .area_name span.name {
  font-size: 22px;
  font-weight: bold;
}

#wrap>.section_common>.contents_col .article_name span.article_mr,
#wrap>.section_common>.contents_col .area_name span.area_mr {
  font-size: 16px;
  font-weight: bold;
}

#wrap>.section_common>.contents_col .area_text {
  padding-top: 30px;
  line-height: 1.8;
}


/* ================================================= */
/* fpage
/* ================================================= */

#wrap>.section_common2>.contents_col .fpage .fpage_body .fpage_link {
  max-width: 696px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  padding: 20px 0 20px 30px;
  background: rgb(47, 107, 180);
  background: linear-gradient(95deg, rgba(47, 107, 180, 1) 35%, rgba(222, 32, 66, 1) 84%);
  position: relative;
  display: block;
}

.fpage_link.btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

.fpage_link.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 35px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #ED1343;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

#wrap>.section_common2>.contents_col .fpage a {
  color: #fff;
  transition: color .3s;
  text-decoration: none;
  font-weight: bold;
}

#wrap>.section_common2>.contents_col .fpage a:hover {
  opacity: 0.7;
}

#wrap>.section_common2>.contents_col .fpage_text {
  padding-top: 40px;
  font-size: 18px;
  text-align: center;
}

#wrap>.section_common2>.contents_col .fpage_text a {
  color: #464646;
  transition: color .3s;
  text-decoration: none;
  font-weight: normal;
}


/* ================================================= */
/* page
/* ================================================= */
#wrap>.section_common2>.contents_col .page {
  font-weight: bold;
  text-align: right;
  padding: 20px 0 40px;
}

#wrap>.section_common2>.contents_col .page a {
  color: #464646;
  transition: color .3s;
  text-decoration: none;
}

#wrap>.section_common2>.contents_col .page a:hover {
  color: #2E71C0;
}

#wrap>.section_common2>.contents_col .page::before {
  content: '';
  display: inline-block;
  content: url(up.png);
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-right: 8px;
  vertical-align: middle;
}

/* ================================================= */
/* max-width:940px
/* ================================================= */
@media screen and (max-width:940px) {
  #wrap {
    background-size: 100% auto;
    width: 100%;
    opacity: 1;
    overflow: hidden;
    position: relative;
    z-index: 5;
    margin-right: auto;
    margin-left: auto;
  }

  #wrap>.section_common>.contents_col,
  #wrap>.section_common2>.contents_col {
    padding-right: 40px;
    padding-left: 40px;
    width: auto;
  }

  #wrap>.section_common2>.contents_col .fpage {
    width: auto;
  }
}

/* ================================================= */
/* max-width:834px
/* ================================================= */
@media screen and (max-width:834px) {
  #wrap {
    width: auto;
  }

  #wrap>.section_common>.contents_col,
  #wrap>.section_common2>.contents_col {
    padding-right: 20px;
    padding-left: 20px;
    width: auto;
  }

  .contents_col .title .title_main {
    font-size: 5vw;
  }


  #wrap>.section_common2>.contents_col .fpage {
    width: auto;
  }
}

/* ================================================= */
/* max-width:768px
/* ================================================= */
@media screen and (max-width:768px) {
  .kv>.title_sp {
    display: block !important;
  }

  .kv>.title {
    display: none !important;
  }

  .social_buttons {
    padding: 20px 0;
  }

  #wrap>.section_common>.contents_col .area_detail {
    padding-left: 0;
    text-align: center;
  }

  #wrap>.section_common>.contents_col .area_person {
    padding: 0 0;
    display: initial;
  }

  #wrap>.section_common>.contents_col .area_photo {
    margin: 0 auto;
    max-width: 360px;
    width: 100%;
    padding-bottom: 10px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body .fpage_link {
    padding: 20px 0 20px 40px;
    font-size: 4vw;
  }

  .fpage_link.btn::before {
    right: 40px;
  }

  .fpage_link.btn::after {
    right: 45px;
  }


}

/* ================================================= */
/* max-width:600px
/* ================================================= */
@media screen and (max-width:600px) {

  #wrap>.section_common>.contents_col,
  #wrap>.section_common2>.contents_col {
    padding-right: 10px;
    padding-left: 10px;
  }

  #wrap>.section_common>.contents_col .article_box,
  #wrap>.section_common>.contents_col .area_main {
    padding: 40px 20px;
  }

  #wrap>.section_common>.contents_col .area_tag span.notes {
    padding-left: 0;
    line-height: 2.4;
  }

  .contents_col .title .title_text {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #wrap>.section_common>.contents_col .article_title {
    margin: 40px 20px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body {
    padding: 20px 20px;
  }

  #wrap>.section_common2>.contents_col .fpage {
    padding: 20px 0px;
  }
}

/* ================================================= */
/* max-width:400px
/* ================================================= */
@media screen and (max-width:400px) {
  #wrap>.section_common>.contents_col .area_tag {
    font-size: 14px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body .fpage_link {
    padding: 20px 0 20px 20px;
  }

  .fpage_link.btn::before {
    right: 20px;
  }

  .fpage_link.btn::after {
    right: 25px;
  }

}