@charset "UTF-8";
/* ---------------- ベース ---------------- */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 2;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media screen and (min-width: 1025px) {
  body {
    font-size: 18px;
  }
}
a {
  transition: all 1s ease-out;
}
a:link {
  text-decoration: none;
  color: #000;
}
a:visited {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #000;
}
a:active {
  text-decoration: none;
  color: #000;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -mos-box-sizing: border-box;
  -mz-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.roboto {
  font-family: "Roboto", sans-serif;
}
.roboto_condensed {
  font-family: "Roboto Condensed", sans-serif;
}
/*
header
*/
.header_contents {
  position: fixed;
  top: 0;
  z-index: 11;
  width: 100%;
  height: 50px;
  background: rgba(255, 255, 255, 0.9);
  transition: all 0.5s ease-out;
}
.top_head {
  background: #000;
}
.head_bg_top {
  background: #000;
  transition: all 0.5s ease-out;
}
.header_contents_inner {
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 961px) {
  .top_head {
    background: transparent;
  }
  .head_bg_top {
    background: #000;
  }
}
@media only screen and (min-width: 1025px) {
  .header_contents {
    height: 80px;
  }
}
/*
ロゴ
*/
.logo {
  padding: 14px 0 10px 15px;
}
.logo img {
  width: 226px;
  height: 25px;
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .logo {
    padding: 16px 0 13px 50px;
  }
  .logo img {
    width: 448px;
    height: 50px;
  }
}
/*
facebook
*/
.facebook {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 75px 0 0;
}
.facebook a {
  display: block;
  width: 20px;
  height: 20px;
}
.facebook img {
  vertical-align: top;
}
@media only screen and (min-width: 1025px) {
  .facebook {
    margin: 0 125px 0 0;
  }
}
/*
ナビ
*/
.nav_btn {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 103;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: #7f96c2;
  cursor: pointer;
}
.nav_btn_wrap {
  position: relative;
  width: 20px;
  height: 27px;
  transition: all 0.5s ease-out;
}
.nav_btn_txt {
  position: relative;
  top: 20px;
  left: 0;
  z-index: -1;
  display: block;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.4px;
  transform: scale(0.9);
}
.nav_btn_txt span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.4s ease-out;
}
.txt_on {
  opacity: 1;
}
.txt_off {
  opacity: 0;
}
.nav_btn_line {
  position: absolute;
  top: 2px;
  left: 50%;
  width: 22px;
  height: 2px;
  background: #fff;
  transition: transform 0.4s;
  transition: all 0.4s ease-out;
  transform: translateX(-50%);
}
.nav_btn_line_open {
  display: block;
}
.nav_btn_line-bottom {
  top: 14px;
}
.nav_btn_line-center {
  top: 8px;
}
.nav_btn_line-top.active {
  top: 6px;
  transform: translateX(-50%) rotate(45deg);
}
.nav_btn_line-center.active {
  transform: translateX(-50%) scaleX(0);
}
.nav_btn_line-bottom.active {
  top: 6px;
  transform: translateX(-50%) rotate(-45deg);
}
.gnav {
  position: fixed;
  top: 0;
  z-index: 102;
  display: none;
  width: 100%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
}
.nav_inner {
  display: flex;
  flex-direction: column-reverse;
}
.nav_img {
  background: url("../images/common/nav_img_sp.jpg") center/cover no-repeat;
}
.nav_img:before {
  display: block;
  content: " ";
  padding-top: 80%;
}
.nav_contents {
  padding: 40px 17px;
}
.nav_txt img {
  width: 180px;
  height: 43px;
}
.nav_list_wrap {
  margin: 76px 0 0;
}
.nav_list_wrap ul:first-child {
  margin: 0;
}
.nav_list_wrap ul li {
  margin: 0 0 40px;
}
.nav_list_wrap ul li a {
  display: block;
  line-height: 1.5;
  transition: none;
}
.nav_txt {
  display: block;
}
.nav_en {
  font-size: 10px;
  font-weight: bold;
  color: #1C3177;
  transition: all 0.3s ease-out;
}
.nav_ja {
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  transition: all 0.3s ease-out;
}
.nav_bottom_list {
  padding: 10px 0 0;
  border-top: 1px solid #7f96c2;
}
.nav_bottom_list li {
  margin: 0 10px 5px 0;
}
.nav_bottom_list li a {
  font-size: 12px;
  font-weight: bold;
  transition: all 0.3s ease-out;
}
.nav_copy {
  padding: 40px 0 0;
  text-align: right;
  display: none;
}
.nav_copy small {
  font-size: 10px;
  font-weight: bold;
}
@media only screen and (min-width: 375px) {
  .nav_bottom_list {
    display: flex;
    padding: 10px 0 0;
    border-top: 1px solid #7f96c2;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 421px) {
  .nav_bottom_list li {
    margin: 0 40px 0 0;
  }
}
@media only screen and (min-width: 641px) {
  .nav_contents {
    padding: 3.95% 6.32%;
  }
  .nav_list_wrap {
    display: flex;
    justify-content: space-between;
  }
  .nav_bottom_list {
    padding: 32px 0 0;
    justify-content: flex-start;
  }
  .nav_bottom_list li {
    margin: 0 46px 0 0;
  }
  .nav_copy {
    display: block;
    padding: 80px 0 0;
  }
}
@media only screen and (min-width: 769px) {
	.nav_list_wrap {
		padding: 0 10% 0 0;
	}
}
@media only screen and (min-width: 901px) {
  .gnav {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
	.nav_ja {
		font-size: 15px;
	}
  .nav_inner_wrap {
    height: 100%;
    overflow: hidden;
  }
  .nav_inner {
    flex-direction: row;
    width: calc(100% + 17px);
    height: 100%;
  }
  .nav_img {
    width: 33.4%;
    background: url("../images/common/nav_img_pc.jpg") center/cover no-repeat;
  }
  .nav_contents {
    width: calc(66.6% + 17px);
    height: 100%;
    padding: 3.95% 6.32%;
    overflow-y: scroll;
  }
  .nav_list_wrap {
    padding: 0;
  }
}
@media only screen and (min-width: 1025px) {
	.nav_ja {
		font-size: 16px;
	}
  .nav_btn {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    transition: all 0.3s ease-out;
  }
  .nav_btn:hover {
    background: #1C3177;
  }
  .nav_btn_wrap {
    width: 36px;
    height: 45px;
  }
  .nav_btn_line {
    width: 30px;
    top: 3px;
  }
  .nav_btn_line-bottom {
    top: 4px;
  }
  .nav_btn_txt {
    position: relative;
    top: 29px;
    left: 1px;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1;
  }
  .nav_btn_line-center {
    top: 11px;
  }
  .nav_btn_line-bottom {
    top: 19px;
  }
  .nav_btn_line-top.active {
    top: 10px;
  }
  .nav_btn_line-bottom.active {
    top: 10px;
  }
  .nav_btn_txt.close {
    letter-spacing: 1px;
  }
  .nav_list_wrap ul li a:hover {
    color: #7f96c2;
  }
  .nav_list_wrap ul li a:hover .nav_en {
    color: #7f96c2;
  }
  .nav_list_wrap ul li a:hover .nav_ja {
    transform: translateX(15px);
  }
  .nav_bottom_list li a:hover {
    color: #7f96c2;
  }
}
@media only screen and (min-width: 1280px) {
	.nav_list_wrap {
    padding: 0 10% 0 0;
  }
}
@media only screen and (min-width: 1401px) {
  .nav_list_wrap {
    margin: 100px 0 0;
  }
  .nav_txt img {
    width: 265px;
    height: 61px;
  }
  .nav_en {
    font-size: 12px;
  }
  .nav_ja {
    font-size: 20px;
  }
  .nav_bottom_list li {
    margin: 0 55px 0 0;
  }
  .nav_bottom_list li a {
    font-size: 18px;
  }
  .nav_copy {
    padding: 140px 0 0;
  }
  .nav_copy small {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1680px) {
  .nav_list_wrap {
    padding: 0 10% 0 0;
  }
  .nav_ja {
    font-size: 24px;
  }
  .nav_en {
    font-size: 14px;
  }
  .nav_ja {
    font-size: 24px;
  }
}
/*
ページタイトル
*/
.page_ttl_area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 174px;
  margin: 50px 0 0;
  background: #1C3177;
  line-height: 1;
}
.page_ttl,
.page_sub_ttl {
  color: #fff;
}
.page_ttl span,
.page_sub_ttl span {
  display: block;
  text-align: center;
}
.page_sub_ttl_en {
  margin: 0 0 5px;
  font-size: 13px;
  font-weight: bold;
}
.page_sub_ttl_ja {
  margin: 0 0 15px;
  font-size: 9px;
  font-weight: bold;
}
.page_ttl_en {
  margin: 0 0 10px;
  font-size: 34px;
  font-weight: bold;
}
.page_ttl_ja {
  font-size: 11px;
  font-weight: bold;
}
@media only screen and (min-width: 1025px) {
  .page_ttl_area {
    height: 252px;
    margin: 80px 0 0;
    /* padding: 90px 0 76px; */
  }
  .page_sub_ttl_en {
    font-size: 20px;
  }
  .page_sub_ttl_ja {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .page_ttl_en {
    margin: 0 0 18px;
    font-size: 50px;
  }
  .page_ttl_ja {
    font-size: 18px;
  }
}
/*
page_共通
*/
.page_body_01 {
  width: 100%;
  padding: 0 18px;
}
.page_body_02 {
  width: 100%;
  padding: 0 18px;
}
@media only screen and (min-width: 1025px) {
  .page_body_01 {
    padding: 0 50px;
  }
  .page_body_02 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 1457px) {
  .page_body_01 {
    width: 1438px;
    margin: auto;
    padding: 0;
  }
  .page_body_02 {
    width: 942px;
    margin: auto;
    padding: 0;
  }
}
/* ボタン */
a.link_btn_01 {
  position: relative;
  display: flex;
  align-items: center;
  width: 254px;
  height: 50px;
  padding: 15px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
a.link_btn_01:after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  content: " ";
  width: 10px;
  height: 10px;
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s ease-out;
}
a.link_btn_02 {
  position: relative;
  display: flex;
  align-items: center;
  width: 322px;
  height: 50px;
  padding: 15px;
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
}
a.link_btn_02:after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  content: " ";
  width: 13px;
  height: 10px;
  background: url("../images/common/icon_link.svg") left top no-repeat;
  transform: translateY(-50%);
  transition: all 0.5s ease-out;
}
/*
トップページ用
*/
.top_news_btn_wrap {
  margin: 20px 0 0;
  text-align: center;
}
.top_news_btn {
  display: inline-block;
}
.why_jdp_btn_wrap {
  margin: 30px 0 0;
  text-align: center;
}
.why_jdp_btn {
  display: inline-block;
}
.message_btn_wrap {
  text-align: center;
}
.message_btn {
  display: inline-block;
}
.message_btn a.link_btn_01 {
  position: relative;
  display: flex;
  align-items: center;
  width: 254px;
  height: 50px;
  padding: 15px;
  background: #7f96c2;
  color: #fff;
  font-size: 15px;
}
.message_btn a.link_btn_01:after {
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
}
.voices_btn_wrap {
  margin: 30px 0 0;
  text-align: center;
}
.voices_btn {
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .top_news_btn_wrap {
    text-align: center;
  }
  .message_btn_wrap {
    margin: 50px 0 0;
  }
  .why_jdp_btn_wrap {
    margin: 57px 0 0;
    text-align: right;
  }
  .voices_btn_wrap {
    margin: 55px 0 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1025px) {
  a.link_btn_01:hover {
    background: #7f96c2;
    color: #fff;
  }
  a.link_btn_01:hover:after {
    border-right: solid #fff 1px;
    border-bottom: solid #fff 1px;
  }
  a.link_btn_02:hover {
    background: #7f96c2;
  }
  a.link_btn_02:after:hover {
    background: url("../images/common/icon_link_on.svg") left top no-repeat;
  }
  .message_btn a.link_btn_01:hover {
    background: #000;
  }
}
.noicon_indent {
  padding-left: 21px;
}
@media only screen and (min-width: 641px) {
  .noicon_indent {
    padding-left: 37px;
  }
}
.bk_color01 {
  padding: 104px 0 98px;
  background-color: #f6f7fc;
}

/*
コンテンツラップ（パンくず対応のため）
*/
.page_contents_wrap {
  position: relative;
}

/*
パンくず
*/
#breadcrumb {
  position: absolute;
  width: 100%;
  background: #7f96c2;
  top: 0;
  z-index: 10;
}
.breadcrumb {
  padding: 7px 0;
}
.list_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-size: 10px;
}
.list_breadcrumb a {
  color: #fff;
}
.list_breadcrumb li {
  position: relative;
  margin: 0 12px 0 0;
  padding: 0 12px 0 0;
}
.list_breadcrumb li:after {
  position: absolute;
  right: 0;
  top: 50%;
  display: block;
  content: " ";
  width: 4px;
  height: 4px;
  border-right: solid #fff 1px;
  border-bottom: solid #fff 1px;
  transform: translateY(-50%) rotate(-45deg);
}
.list_breadcrumb li:last-child:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .list_breadcrumb {
    font-size: 13px;
  }
  .list_breadcrumb li:after {
    width: 5px;
    height: 5px;
  }
}
/* sec_ttl */
.sec_ttl {
  margin: 0 0 50px;
  text-align: center;
  line-height: 1.5;
}
.sec_ttl_ja {
  font-size: 12px;
  font-weight: bold;
}
.sec_ttl_en {
  font-size: 28px;
  font-weight: bold;
}
.sec_ttl:after {
  display: block;
  content: " ";
  width: 40px;
  height: 3px;
  margin: 15px auto 0;
  background: #7f96c2;
}
@media only screen and (min-width: 1025px) {
  .sec_ttl_ja {
    font-size: 16px;
  }
  .sec_ttl_en {
    font-size: 34px;
  }
  .sec_ttl:after {
    width: 50px;
    height: 5px;
    margin: 20px auto 0;
  }
}
/*
ページトップ
*/
.page_top a {
  width: 50px;
  height: 50px;
  margin: 0 0 27px;
  display: block;
  background: url(../images/common/page_top.svg) no-repeat;
  background-size: 50px 50px;
}
.page_top {
  position: fixed;
  right: 3%;
  bottom: 30px;
  z-index: 10;
}
@media only screen and (min-width: 1025px) {
  .page_top a {
    width: 80px;
    height: 80px;
    margin: 0 0 10px;
    background: url(../images/common/page_top.svg) no-repeat;
    background-size: 80px 80px;
  }
}
/* foot_link_btn */
.foot_link_btn_wrap {
  padding: 50px 0;
  background: #7f96c2;
}
.foot_link_btn {
  padding: 0 18px;
}
.foot_link_ttl {
  margin: 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}
.foot_link_list li {
  margin: 0 0 18px;
}
.foot_link_list li a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 90px;
  padding: 15px;
  background: #fff;
}
.foot_link_list li a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  display: block;
  content: " ";
  width: 8px;
  height: 8px;
  border-right: solid #1C3177 1px;
  border-bottom: solid #1C3177 1px;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s ease-out;
}
.foot_link_en {
  display: block;
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}
.foot_link_ja {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #1C3177;
  line-height: 1.5;
}
@media only screen and (min-width: 641px) {
  .foot_link_list {
    display: flex;
    flex-wrap: wrap;
    margin: -9px;
  }
  .foot_link_list li {
    width: 50%;
    margin: 0;
    padding: 9px;
  }
}
@media only screen and (min-width: 901px) {
  .foot_link_list li {
    width: 33%;
  }
}
@media only screen and (min-width: 1025px) {
  .foot_link_ttl {
    margin: 0 0 44px;
    font-size: 24px;
  }
  .foot_link_list li a {
    height: 100px;
    min-height: auto;
    padding: 20px;
  }
  .foot_link_en {
    font-size: 20px;
  }
  .foot_link_ja {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1181px) {
  .foot_link_list li {
    width: 25%;
  }
}
@media only screen and (min-width: 1456px) {
  .foot_link_btn {
    width: 1437px;
    margin: auto;
    padding: 0;
  }
}
/* footer */
.footer_logo {
  padding: 20px 0;
  border-top: solid #1C3177 1px;
  text-align: center;
}
.footer_logo img {
  width: 210px;
  height: 60px;
}
.footer_contents {
  padding: 22px 50px 75px;
  background: #000;
}
.footer_txt {
  margin: 0 0 20px;
  text-align: center;
}
.footer_txt img {
  width: 180px;
  height: 48px;
}
.copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.copy small {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
}
@media only screen and (min-width: 641px) {
  .footer_contents {
    display: flex;
    justify-content: space-between;
    padding: 22px 50px;
  }
  .footer_txt {
    margin: 0;
  }
  .copy {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1025px) {
  .footer_logo {
    padding: 34px 0;
  }
  .footer_logo img {
    width: 300px;
    height: 80px;
  }
  .footer_txt img {
    width: 265px;
    height: 50px;
  }
  .copy small {
    font-size: 13px;
  }
}
/*
スクロール背景固定
*/
/* .scroll-prevent {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
} */
/*
ボタン
*/

/* 山本さんここから
 */
.bdrleft_ttl_01 {
  border-left: #7f96c2 5px solid;
  padding-left: 10px;
  font-weight: bold;
}
.bdleft_ttl_en {
  display: block;
  font-size: 20px;
}
.bdleft_ttl_ja {
  display: block;
  font-size: 18px;
  margin: 5px 0 0 5px;
  line-height: 1.5;
}

@media only screen and (min-width: 641px) {
  .bdleft_ttl_en {
    display: inline;
  }
  .bdleft_ttl_ja {
    display: inline;
    margin: 0 0 0 15px;
  }
  /*   .sp_br {
    display: none;
  } */
}
@media only screen and (min-width: 1025px) {
  .bdrleft_ttl_01 {
    padding-left: 25px;
  }
  .bdleft_ttl_en {
    font-size: 20px;
  }
  .bdleft_ttl_ja {
    font-size: 18px;
  }
}

.bdrleft_ttl_02_wrap {
  text-align: center;
}
.bdrleft_ttl_02 {
  position: relative;
  display: inline-block;
  padding-left: 16px;
  font-size: 23px;
  font-weight: bold;
}
.bdrleft_ttl_02_en {
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0 0 20px;
  font-size: 20px;
}
.bdrleft_ttl_02:before {
  position: absolute;
  display: block;
  content: "";
  background: #7f96c2;
  width: 5px;
  height: 23px;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
@media only screen and (min-width: 1025px) {
  .bdrleft_ttl_02 {
    padding-left: 29px;
    font-size: 34px;
  }
  .bdrleft_ttl_02_en {
    margin: 0 0 30px;
    font-size: 30px;
  }
  .bdrleft_ttl_02:before {
    height: 37px;
  }
}
/*  山本さんここまで
 */

/* 江南さんここから
 */

/*  江南さんここまで
 */

/* 保木井ここから
 */
/*-------------------------
 黒地に白い字のタイトル　black_title
 -------------------------*/
.black_title {
  padding: 10px 21px;
  background-color: #000;
}
.white_ttl {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
}
.white_ttl_ja {
  margin: 0;
  font-size: 11px;
  line-height: 1.5;
}

@media screen and (min-width: 1025px) {
  .black_title {
    padding: 7px 28px;
  }
  .white_ttl {
    font-size: 20px;
    line-height: 1.8;
  }
  .white_ttl_ja {
    margin: 0 0 0 13px;
    font-size: 16px;
  }
  .ttl_br {
    display: none;
  }
}

/*-------------------------
黒ボーダーbox　border_box
-------------------------*/
.border_box {
  padding: 17px 24px 20px;
  border: 1px solid #000;
}
@media screen and (min-width: 641px) {
  .border_box {
    padding: 30px 116px 30px 32px;
  }
}
/*-------------------------
灰背景box　border_box
-------------------------*/
.gray_box {
  padding: 19px 35px 27px;
  background-color: #f6f7fc;
}
/*あとでSP対応する*/
@media screen and (min-width: 641px) {
}

/*-------------------------
Return to Home Page　ボタン
-------------------------*/
.re_home_btn {
  position: fixed;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
a.re_btn_wrap {
  display: block;
  width: 100%;
  padding: 10px 5px 10px 18px;
  background-color: #7f96c2;
	color: #fff;
}
/*-------------------------
Return to Home Page　ボタン
-------------------------*/
.re_prohome_btn {
  position: fixed;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
a.btn_color {
  background-color: #1C3177;
  color: #fff;
}
/*-------------------------
Back To Top　ボタン
-------------------------*/
.re_top_btn {
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.re_topbtn_txt {
  position: relative;
  padding: 3px 10px;
  font-weight: bold;
}
a.btn_color_top {
  background-color: #000;
  color: #fff;
}
.re_top_btn .sp_no {
  display: none;
}
.re_btn_txt,
.re_probtn_txt,
.re_topbtn_txt {
  font-size: 10px;
  text-align: center;
}
.re_btn_txt,
.re_probtn_txt {
  position: relative;
  padding: 3px 0;
  font-weight: bold;
}
.re_btn_txt::before,
.re_probtn_txt::before {
  content: "";
  display: inline-block;
  margin: 0 5px 0 0;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.re_btn_txt::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.re_probtn_txt::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.re_topbtn_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: auto;
  left: 0;
  right: 0;
}
@media screen and (min-width: 481px) {
  .re_btn_txt,
  .re_probtn_txt,
  .re_topbtn_txt {
    font-size: 12px;
  }
}
@media screen and (min-width: 769px) {
  .re_btn_txt,
  .re_probtn_txt,
  .re_topbtn_txt {
    font-size: 15px;
    text-align: left;
    padding: 0 0 0 40px;
  }
  .re_btn_txt::before,
  .re_probtn_txt::before,
  .re_topbtn_txt::before {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 18px;
    width: 10px;
    height: 10px;
  }
  .re_top_btn .sp_no {
    display: inline;
  }
  .re_top_btn .re_topbtn_txt::before {
    /*
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
*/
    right: auto;
    top: 2px;
    left: 15px;
  }
}
/*
ボタン3つの場合
*/
a.re_btn_wrap {
  padding: 15px 5px;
}
a.re_btn_wrap.btn_color_top {
  padding: 19px 5px 11px;
}
.re_home_btn,
.re_prohome_btn {
  width: 42.5%;
  bottom: 0;
}
.re_home_btn {
  left: 0;
}
.re_prohome_btn {
  left: 42.5%;
}
.re_top_btn {
  width: 15%;
}
@media screen and (min-width: 769px) {
  a.re_btn_wrap,
  a.re_btn_wrap.btn_color_top {
    padding: 10px 5px;
  }
  .re_home_btn,
  .re_prohome_btn {
    left: auto;
  }
  .re_home_btn {
    bottom: 220px;
  }
  .re_prohome_btn {
    bottom: 150px;
  }
  .re_top_btn {
    bottom: 80px;
  }
}
/*
ボタン2つの場合
*/
.re_home_btn.set02 {
  width: 85%;
  bottom: 0;
}
@media screen and (min-width: 769px) {
  .re_home_btn.set02 {
    width: 216px;
    bottom: 150px;
  }
}

/*
ホバーアクション追加
*/
@media screen and (min-width: 769px) {
  .re_home_btn:hover,
  .re_prohome_btn:hover,
  .re_top_btn:hover {
    width: 241px;
    transition: all 0.3s ease;
  }
  .re_home_btn,
  .re_prohome_btn,
  .re_top_btn {
    width: 216px;
    transition: all 0.3s ease;
  }
}

/*-------------------------
上側の青ボーター
-------------------------*/
.blue_top_border {
  border-top: 5px solid #1C3177;
}

/*-------------------------
headerの写真
-------------------------*/

.page_hero_wrap {
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
.page_hero_wrap::before {
  content: "";
  display: block;
  padding-top: 93%;
}
/*個々の画像-SP*/
.page_hero_wrap.why_jdp {
  background-image: url(../images/why_jdp/hero_sp.jpg);
}

@media screen and (min-width: 641px) {
  .page_hero_wrap:before {
    padding-top: 26%;
  }
  /*個々の画像-PC*/
  .page_hero_wrap.why_jdp {
    background-image: url(../images/why_jdp/hero_pc.jpg);
  }
}
/*-------------------------
pdfアイコンを表示させる
-------------------------*/
.pdf_icon {
  display: inline-block;
  padding: 0 0 0 21px;
  background: url(../images/common/ico-pdf.svg) left 4px/15px 15px no-repeat;
}
@media screen and (min-width: 641px) {
  .pdf_icon {
    padding: 0 0 0 37px;
    background-size: 20px 20px;
  }
}
/*-------------------------
外部リンクアイコンを表示させる
-------------------------*/
.ex_link_icon::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 11px;
  margin: 0 0 0 10px;
  background-image: url(../images/common/ex_link_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  /*   background: url(../images/common/ex_link_icon.svg) right center/13px 10px no-repeat; */
}

/*  保木井ここまで
 */
/*
page内リンク
*/
#page01,
#page02,
#page03,
#page04 {
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (min-width: 1025px) {
  #page01,
  #page02,
  #page03,
  #page04 {
    margin-top: -80px;
    padding-top: 80px;
  }
}
/*
movieホバー
*/
.movie_img_wrap {
  display: block;
}
.movie_img {
  overflow: hidden;
  position: relative;
}
.movie_img::before {
  content: "";
  display: block;
  background: url(../images/common/btn_movie.svg);
  background-size: cover;
  position: absolute;
  width: 65px;
  height: 65px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.movie_img img {
  transition: all 0.4s ease-in-out;
}
.movie_img_wrap p.movie_name {
  transition: all 0.4s ease-in-out;
}
.movie_img img {
  width: 100%;
}
.movie_name {
  margin-top: 10px;
  font-size: 11px;
  font-weight: bold;
}
@media screen and (min-width: 641px) {
  .movie_img::before {
    width: 93px;
    height: 93px;
  }
}
@media only screen and (min-width: 1025px) {
  .movie_name {
    font-size: 16px;
  }
  .movie_img_wrap:hover .movie_img img {
    transform: scale(1.15, 1.15);
  }
  .movie_img_wrap:hover p.movie_name {
    color: #7f96c2;
  }
}
