@charset "UTF-8";

body {
  width: 100%;
  /*overflow-x: hidden;*/
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin: 0;
  text-align: justify;
  line-break: strict;
  overflow-wrap: break-word;
  word-wrap: break-word;
  color: #555555;
  font-size: 16px;
}


/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/


.header_bg {
  background: #EFEFEF;
  box-sizing: border-box;
}

.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 945px;
  padding: 3.535vw 0 3.035vw;
  box-sizing: border-box;
}

.header_logo {
  display: inline-block;
  width: 40.548vw;
}

.header_logo img {
  width: 100%;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
}

.header_pr img {
  width: 100%;
}


@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 12px 0;
  }

  .header_logo {
    width: 199.598px;
  }

  .header_pr {
    width: 40px;
  }
}


@media screen and (min-width: 640px) {
  .header_logo {
    width: 221.950px;
  }

  .header_wrap {
    padding: 16.3px 0 12.79px;
  }
}



.ft_line {
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #cdcdcd;
  border: none;
}

@media screen and (min-width: 760px) {

  .br-pc,
  span.space_pc {
    display: inline;
  }

  .br-sp {
    display: none;
  }
}

@media screen and (max-width: 760px) {

  /* SP時 */
  .br-pc,
  span.space_pc {
    display: none;
  }

  .br-sp {
    display: inline;
  }
}

.social_buttons {
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 1;
}

.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}



/* ================================================= */
/* title
/* ================================================= */
.sp_header {
  display: none !important;
}


#wrap {
  background-size: 100% auto;
  width: 100%;
  opacity: 1;
  overflow: hidden;
  position: relative;
  z-index: 5;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

#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
/* ================================================= */
.section_common>.contents_col,
.section_common2>.contents_col {
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}

.section_common2>.contents_col {
  width: 978px;
  border: #E5ECF0 solid 5px;
  margin-top: 30px;
}

.section_common2 a,
.section_common a {
  transition: color .3s;
  word-break: break-all;
}

/* ================================================= */
/* title
/* ================================================= */
.contents_col .title {
  width: 100%;
  height: 273px;
  display: flex;
  margin-top: 50px;
}

.contents_col .title_main {
  display: block !important;
}

.contents_col .title_main_sp {
  display: none !important;
}

.contents_col .title_box {
  background: #0097d0;
  height: 232px;
  margin-top: 20px;
  width: 100%;
}

.contents_col .title .title_bg {
  text-align: center;
  height: 273px;
  z-index: 20;
  position: relative;
  background: url("kv_l.png") no-repeat left center/auto 100%, url("kv_r.png") no-repeat right center /auto 100%;
  max-width: 1366px;
  margin: -20px auto 0;
}

.contents_col .title .title_main {
  text-align: center;
  padding: 90px 0;
  height: 232px;
}

.contents_col .title_text {
  font-size: 17px;
  font-weight: bold;
  text-align: left;
  line-height: 1.8;
  padding-top: 20px;
  max-width: 840px;
  margin: 0 auto;
}

/* ================================================= */
/* article
/* ================================================= */
.section_common2>.contents_col .article {
  padding: 70px 60px;
}

.section_common2>.contents_col .article_title {
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
  padding-left: 20px;
  border-left: #0097d0 solid 8px;
}

.section_common2>.contents_col .article_text p {
  padding-bottom: 20px;
  line-height: 2;
}

.section_common2>.contents_col .article_photo {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
}

.section_common2>.contents_col .article_photo img {
  max-width: 540px;
  width: 100%;
}

.section_common2>.contents_col .article_photo_text {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #A5A5A5;
  max-width: 540px;
  margin: 0 auto;
}

.section_common2>.contents_col .article .info ul {
  padding-left: 0;
}

.section_common2>.contents_col .article .info li {
  list-style: none;
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.section_common2>.contents_col .article .info li::before {
  content: "●";
  /* 空の要素作成 */
  color: #0097d0;
}

.section_common2>.contents_col .article_img {
  background-color: #EFEFEF;
  text-align: center;
  padding: 40px 0;
}

.section_common2>.contents_col .article_img img {
  width: 100%;
  max-width: 612px;
}

.section_common2>.contents_col .article_img .article_img_text {
  padding-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  color: #2D4863;
}

/* ================================================= */
/* fpage
/* ================================================= */

.section_common2>.contents_col .fpage .fpage_body .fpage_link {
  max-width: 690px;
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto;
  color: #fff;
  border-radius: 10px;
  padding: 40px 0;
  background-color: #0097d0;
  position: relative;
  display: block;
}

.fpage_link.btn::before {
  content: url(arrow.png);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 22px;
  height: 45px;
  margin: auto;
  transform: scale(0.5);
}

.section_common2>.contents_col .fpage a {
  color: #fff;
  transition: color .3s;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
}

.section_common2>.contents_col .fpage a:hover {
  opacity: 0.7;
}

.section_common2>.contents_col .fpage_text {
  padding-top: 40px;
  font-size: 18px;
  text-align: center;
}




/* ================================================= */
/* 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;
  }

  .section_common>.contents_col,
  .section_common2>.contents_col {
    width: auto;
  }

  .section_common2>.contents_col {
    width: auto;
    margin: 0 20px;
  }

  .section_common2>.contents_col .article {
    padding: 40px;
  }

  .section_common2>.contents_col .fpage {
    width: auto;
  }
}


@media screen and (max-width:760px) {
  .contents_col .title {
    width: 100%;
    height: 278px;
    margin-top: 10px;
  }

  .contents_col .title .title_main_sp {
    text-align: center;
    padding: 40px 0;
    height: 232px;
  }

  .contents_col .title_main {
    display: none !important;
  }

  .contents_col .title_main_sp {
    display: block !important;
  }

  .contents_col .title .title_bg {
    height: 298px;
    z-index: 20;
    margin: -10px auto 0;
    background: url("kv_l.png") no-repeat left bottom 40px, url("kv_r.png") no-repeat right top;
    background-size: 158px;
  }

  .contents_col .title_text {
    width: auto;
    margin: 0 30px;
  }

  .section_common2>.contents_col .article_img {
    padding: 20px 10px;
  }
}

@media screen and (max-width:600px) {

  .section_common2>.contents_col {
    width: auto;
    margin: 0 10px;
  }

  .section_common2>.contents_col .article {
    padding: 40px 20px;
  }

  .section_common2>.contents_col .fpage .fpage_body .fpage_link {
    font-size: 20px;

  }


}