@charset "UTF-8";

/* reset */
html, body, div, applet, object, iframe, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, tt, var, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){
  all: unset;
  display: revert;
}
/* li {list-style-type: none;} */
*, *::before, *::after{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
  font-size: .625rem;
}
body {
  width: 100%;
  color: #000;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
  font-size: 1.6rem;
}
.clearfix::after {
  /* content: ""; */
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.spview{display: none;}

@media screen and (max-width: 768px){
  .pcview{display: none;}
  .spview{display: block;}
}
h1,h2,h3,h4,h5,h6{
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

/* Layout
----------------------------------------*/
body .wrapper {
  background-color: #e4ecf0;
  background: linear-gradient(#ebeef0 5%, #e4ecf0 15%, #efefef 70%);
  background-size: contain;
  font-weight: 500;
  text-align: start;
  padding: 0;
  border: 0;
  font-size: 1.6rem;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto 15px;
  padding: 0 0;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper a{
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 830px;
}
.mv-area{
  /* background: #f6e5d9 url(mv-bg.jpg) no-repeat center bottom; */
  background: linear-gradient(to top, #0f0e30,#0e061e);
  background-size: cover;
  text-align: center;
  padding-bottom: 45px;
}
.mv-inner{
  position: relative;
  background: url(mv-bg.jpg) no-repeat center top;
}
h1.maintitle{
  width: 820px;
  margin: 0 auto;
  text-align: left;
}
.mv-inner img{
  margin-bottom: 15px;
}
.mv-inner .subtitle{
  display: block;
  background: #fff;
  color: #000d8f;
  position: relative;
  top: -50px;
  font-size: 3.0rem;
  font-weight: 600;
  max-width: 830px;
  margin: 0 auto;
  padding-top: 2px;
  line-height: 40px;
  letter-spacing: 0.0525em;
}
.wrapper .lead{
  background-color: rgba(34,45,126,0.8);
  text-align: left;
  padding: 30px 60px;
}
.wrapper .lead p{
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.8;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: .15em;
}
.wrapper .bold{
  font-weight: bold;
}
.main_contents{
  padding: 60px 0 45px;
}
.wrapper section{
  overflow: hidden;
  text-align: center;
  margin-bottom: 45px;
}
.section h2.title{
  border-left: 6px solid #2c69ff;
  color: #04127c;
  font-size: 2.6rem;
  line-height: 1.4;
  font-weight: bold;
  margin: 0px auto 35px;
  max-width: 830px;
  text-align: left;
  padding: .25em 0 0.25em .5em;
}
.section-inner{
  /* border-top: 4px solid #58b1bf; */
  background-color: #fff;
  max-width: 830px;
  padding: 45px 60px;
  margin: 0 auto;
  text-align: left;
}
.section-inner p{
  margin-bottom: 1em;
}
.section01 .section-inner{
  padding: 30px 60px;
}
.section-inner p.title-m{
  color: #1d7886;
  margin-bottom: .5em;
  font-weight: bold;
}
.section-inner .section-list{
  color: #1d7886;
  margin-left: 1.5em;
}
.section-inner ol,
.section-inner ul{
  list-style: outside;
  margin-bottom: 1em;
}
.section-inner li{
  list-style-type: decimal;
  font-weight: 500;
  font-size: 1.7rem;
}
.section-inner .ph{
  width: 176px;
  float: left;
  margin: 0 30px 0 0;
}
.section-inner .ph p{
  color: #04127c;
  font-size: 1.5rem;
  padding-top: 0px;
}
.imageC{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.figTitle{
  background: #04127c;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
}
.wrapper p.caption{
  font-size: 1.4rem;
  line-height: 1.6;
  color: #04127c;
  font-weight: 500;
  text-align: left;
  padding: 0px 5px 0;
  margin: 10px auto;
}
.em{
  text-decoration: underline;
}
.bpimage_click {
  text-align: right;
  font-size: 13px;
}
.wrapper p.ph-name {
  border-left: 5px solid #1d7886;
  border-bottom: 1px dotted #1d7886;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  padding: 15px 15px 10px;
  margin-top: -10px;
  margin-left: 30px;
  position: relative;
}
.wrapper section.boxwrap{
  max-width: 830px;
  margin: 30px auto;
  text-align: left;
  position: relative;
}
.section-box{
  /* background-color: rgba(255, 255, 255, .3); */
  background-color: #edf4ff;
  background: linear-gradient(#f0f6ff, #edf4ff);
  border: 1px solid #000d8f;
  border-radius: 0px 20px 0px 20px; /* 左上、右上、右下、左下 */
  max-width: 830px;
  padding: 45px 60px 30px;
  position: relative;
  z-index: 1;
}
.section-box .inner{
  padding: 0 45px;
}
.section h3.box-title {
  background: linear-gradient(to right, #111745, #394ae8);
  color: #fff;
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  padding: .25em 1em;
  text-align: center;
  margin-bottom: 20px;
}
.section-box p{
  font-size: 1.7rem;
  font-weight: 600;
}
.link{
  line-height: 40px;
  font-size: 1.7rem;
  text-align: center;
  background-color: #1f41b1;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 20px auto 10px;
  box-shadow: 0px 2px 5px 1px rgba(0, 0, 0, .2);
  transition: all 0.3s;
}
.link a{
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.link a:hover{
  text-decoration: none;
}
.arrow {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  vertical-align: top;
  text-decoration: none;
  font-weight: 600;
}
.arrow::before, .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: bottom;
  transition: all 0.3s;
}
.arrow::before {
  left: 2px;
  width: 12px;
  height: 2px;
  background: #55d4fe;
}
.arrow::after {
  left: 4px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #55d4fe;
  border-right: 2px solid #55d4fe;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.link:hover{
  background-color: #3258d3;
}
.link:valid{
  background-color: #3258d3;
  box-shadow: none;
}
.link a:hover .arrow::before{
  position: absolute;
  left: 3px;
}
.link a:hover .arrow::after{
  left: 6px;
}
.inquiry{
  border-top: 6px solid #04127c;
  border-bottom: 1px solid #04127c;
  background-color: #fff;
  text-align: center;
  color: #fff;
  padding: 45px 30px 30px;
}
.inquiry h3{
  color: #04127c;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
  margin-bottom: 1.25em;
  position: relative;
}
.inquiry h3::after {
  content: "";
  display: block;
  margin: 6px auto 0;
  width: 1.5em;
  height: 4px;
  background-color: #2c69ff;
  border-radius: 2px;
}
.inquiry p{
  line-height: 1.5;
  font-size: 1.7rem;
  font-weight: 600;
}
.inquiry p a{
  color: #fff;
  font-size: 1.5rem;
  position: relative;
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 18px 60px;
}
.inquiry p {
  background-size: 20px 9px;
  background-repeat: no-repeat;
  background-color: #04127c;
  font-size: 16px;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  line-height: 1em;
  font-weight: bold;
  text-decoration: none;
  transition-duration: 0.3s;
  position: relative;
}
.inquiry p::after {
  content: "";
  width: 16px;
  height: 16px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 25px;
  top: 50%;
  margin-top: -10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.inquiry p:hover{
  opacity: .95;
}
.inquiry p:hover::after{
  position: absolute;
  right: 20px;
}
.inquiry .logo{
  width: 400px;
  max-width: 100%;
  margin: 15px auto 30px;
  line-height: 1;
}
.inquiry .logo a{
  color: #2c69ff;
  line-height: 1.3;
  font-size: 1.4rem;
  font-weight: 600;
  border-bottom: 1px solid;
}
.inquiry .logo a:hover{
  text-decoration: none;
  opacity: .8;
}
@media screen and (max-width: 900px){
  h1.maintitle,
  .mv-inner .subtitle,
  .wrapper .inner,
  .section-inner,
  .section01 .section-inner,
  .wrapper section.boxwrap,
  .section h2.title{
    max-width: 90%;
  }
  .wrapper .lead,
  .section-inner,
  .section-box{
    padding: 5% 5%;
  }
  .section-box .inner {
    padding: 0 5%;
  }
  .section01 .section-inner{
    padding: 2.5% 5%;
  }
  .main_contents{
    padding: 45px 0 45px;
  }
}
@media screen and (max-width: 768px){
  .main_contents{
    padding: 5% 0 0;
  }
  .mv-inner{
    position: relative;
    background: url(mv-bg.jpg) no-repeat right top;
    background-size: 150%;
  }
}
@media screen and (max-width: 660px){
  .mv-inner .subtitle{
    font-size: 2.3rem;
    letter-spacing: 0.025em;
    line-height: 36px;
    position: relative;
    top: -30px;
  }
  .wrapper section{
    margin-bottom: 5%;
  }
  .section h2.title{
    font-size: 2.2rem;
    margin: 0px auto 20px;
  }
  .wrapper p.caption{
    text-align: left;
  }
  .bpimage_click{
    display: none;
  }
  .fig a {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .wrapper .lead, .section-inner, .section-box {
    padding: 7% 5% 5%;
  }
  .section h3.box-title{
    font-size: 2.0rem;
    padding: .25em 0.5em;
  }
  .section-box .inner{
    padding: 0 0%;
  }
  .inquiry{
    padding: 7.5% 30px 5%;
  }
}
@media screen and (max-width: 480px){
  .mv-inner .subtitle{
    font-size: 1.8rem;
    line-height: 24px;
    letter-spacing: 0.005em;
    position: relative;
    top: -20px;
  }
  .wrapper .lead{
    padding: 5% 5%;
  }
  .wrapper .lead p{
    letter-spacing: .1em;
  }
  .section h2.title{
    font-size: 1.8rem;
  }
  .figTitle{
    padding: 5px .5em;
    line-height: 1.2;
  }
  .section-box p{
    font-size: 1.6rem;
  }
  .section-inner .ph{
    width: 120px;
    float: none;
    margin: 15px auto 0px;
  }
}

/* pageTop
----------------------------------------*/
.pagetop {
  z-index: 999;
  position: fixed;
  right: 0;
  bottom: 5px;
  width: 60px;
  height: 60px;
}
.pagetop a {
  display: block;
  opacity: 1;
  transition: 0.5s;
}
.pagetop a:hover,
.pagetop a:active {
    opacity: .6;
}
.pagetop img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px){
  .pagetop {
    bottom: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
  }
  .pagetop a {
    opacity: .9;
  }
  .pagetop img{
    width: 30px;
    height: 30px;
  }
}


/* ローカルフッター
［PR］日経BPが企画・制作している広告コンテンツです。*/
div.localFooter{
  text-align: center;
}