@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", "ヒラギノ角ゴ Pro W6", "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;
}

.mt30 {
  margin-top: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}


.pb40 {
  padding-bottom: 40px !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: #e5f1f8;
}

#kv_wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.kv {
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.kv>.mv {
  max-width: 100%;
  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: 40px;
  background-color: #ece5dd;
}

#wrap>.section_common2 a,
#wrap>.section_common a {
  transition: color .3s;
  word-break: break-all;
}

/* ================================================= */
/* title
/* ================================================= */
.lead_title {
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  width: 940px;
  font-size: 18px;
  border-top: solid 2px;
  border-bottom: solid 2px;
  margin-bottom: 20px;
  padding: 6px 0;
}

.contents_col .title {
  width: 100%;
  margin: 0 auto;
  background-color: #0072bc;
  padding-top: 10px;
}

.contents_col .title_box {
  width: 100%;
  background-image: url(title.png);
  background-position: center top;
  background-size: cover;
  padding: 40px 0 60px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title .title_main {
  font-size: clamp(26px, 7vw, 78px);
  font-weight: bold;
  font-feature-settings: "palt";
  text-align: left;
  position: relative;
  z-index: 99;
  color: #fff;
  line-height: 1.5;
  justify-content: center;
  align-items: center;
}

.title .title_main .title_logo {
  width: 19vw;
}

.title .title_main span.title_l {
  background-image: linear-gradient(90deg, rgba(60, 159, 73, 0.8), rgba(14, 125, 172, 0.8) 30%, rgba(0, 77, 190, 0.8) 70%, rgba(102, 45, 145, 0.8));
  padding: 0 16px;
  color: #ffffff;
  line-height: 1.4;
  display: inline-block;
}

.title .title_main span {
  color: #FFF;
  line-height: 1.4;
}

.title .title_main span.title_m {
  color: #FFF;
  line-height: 1.4;
  font-size: clamp(18px, 5vw, 46px);
}


/* ================================================= */
/* article
/* ================================================= */

#wrap>.section_common>.contents_col .article_lead {
  font-size: 18px;
  line-height: 1.7;
  background-color: #d2ecfa;
  padding: 30px;
  margin-bottom: 50px;
}

#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;
  padding-bottom: 20px;
}

#wrap>.section_common>.contents_col .article_title::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
  width: 100px;
  height: 5px;
  content: '';
  background-image: url(border.png);
}


#wrap>.section_common>.contents_col .article_box {
  background-color: #FFF;
  padding: 40px;
}

#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_photo1 {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

#wrap>.section_common>.contents_col .article_photo2 {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

#wrap>.section_common>.contents_col .article_cap {
  line-height: 1.4;
  padding: 20px 0 50px;
}

/* ================================================= */
/* fpage
/* ================================================= */
.contents_col .fpage_title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.contents_col .fpage {
  display: flex;
  gap: 20px;
}

.contents_col .fpage .fpage_body {
  max-width: 464px;
  width: 100%;
}

.contents_col .fpage .fpage_body .fpage_link {

  font-size: 20px;
  font-weight: bold;
  margin: 0 auto;
  padding: 20px;
  line-height: 1.5;
  background-color: #FFF;
  position: relative;
  display: block;
}

.contents_col .fpage .fpage_body .fpage_link .fpage_link_titlle {
  font-size: 16px;
  border-top: solid 1px;
  border-bottom: solid 1px;
  margin-bottom: 10px;
}

.fpage_link.btn::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 22px;
  height: 22px;
  margin: auto;
  border-radius: 20px;
  background-color: #c5b097;
}

.fpage_link.btn::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #FFF;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}


.contents_col .fpage a {
  transition: color .3s;
  text-decoration: none;
  font-weight: bold;
}

.contents_col .fpage a:hover {
  opacity: 0.7;
}


/* ================================================= */
/* 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;
  }

  .lead_title {
    margin-right: 40px;
    margin-left: 40px;
    width: auto;
  }

  #wrap>.section_common2>.contents_col .fpage {
    width: auto;
  }
}

/* ================================================= */
/* max-width:844px
/* ================================================= */
@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;
  }

  .lead_title {
    margin-right: 20px;
    margin-left: 20px;
    width: auto;
  }

  #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;
  }

  .contents_col .title_box {
    padding: 30px 0 50px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body .fpage_link {
    padding: 20px 40px 20px 40px;
    font-size: 3.8vw;
    margin-bottom: 10px;
  }

  .fpage_link.btn::before {
    right: 40px;
  }

  .fpage_link.btn::after {
    right: 45px;
  }

  #wrap>.section_common2>.contents_col .fpage {
    display: initial;
    gap: 0px;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body {
    max-width: initial;
    width: 100%;
  }

}

/* ================================================= */
/* 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;
  }

  .lead_title {
    margin-right: 10px;
    margin-left: 10px;
    width: auto;
  }

  .contents_col .title_box {
    padding: 10px 0 20px;
  }

  .title .title_main .title_logo {
    width: 22vw;
  }



  #wrap>.section_common>.contents_col .article_box {
    padding: 40px 20px;
  }

  #wrap>.section_common>.contents_col .article_title {
    margin: 40px 20px;
  }

  .lumi .lumi_body {
    display: grid;
  }


  #wrap>.section_common2>.contents_col .fpage {
    padding: 20px 0px;
  }

  .fpage_link.btn::after {
    top: 20px;
  }

  .fpage_link.btn::before {
    top: 20px;
  }
}

/* ================================================= */
/* max-width:400px
/* ================================================= */
@media screen and (max-width:400px) {
  .title .title_main .title_logo {
    width: 30vw;
  }

  #wrap>.section_common2>.contents_col .fpage .fpage_body .fpage_link {
    padding: 10px 10px 10px 10px;
  }

  .fpage_link.btn::before {
    right: 20px;
  }

  .fpage_link.btn::after {
    right: 25px;
  }

}