@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------- 
* Reset
* common
* header
* navigation
* contents
* footer
-------------------------------------------------------------- */

/*-------------------------------------------------------------- */
/* Reset
/*-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, 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, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: top;
	-ms-interpolation-mode: bicubic;
}
html {
	width: 100%;
	font-size: 62.5%;
	color: #000;
}
body {
	font-size:1.6rem;
	font-family: 'Noto Sans JP', sans-serif;
	width: 100%;
	line-height: 1.5;
	overflow-x: hidden;
}

ul {
	list-style: none;
}
a{
	text-decoration: none;
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
p,dd{
  line-height: 1.95;
  letter-spacing: 0rem;
  text-align: justify;
  text-justify: inter-ideograph;
}
p{
  margin: 0 0 30px 0;
}
hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
hr{
  border-bottom: #d3d3d3 solid 1px;
  padding: 0;
  margin: 70px auto 58px auto;
}
hr+.box-content>.number{
  margin-top: -10px;
}
img{
  width: 100%;
}
/*-------------------------------------------------------------- */
/* common
/*-------------------------------------------------------------- */
/*clearfix*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.in-block>*{
	display: inline-block;
	vertical-align: middle;
}
.wp100{
	width: 100%;
}
.wp50{
	width: 50%;
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.align-center{
  text-align: center;
}
.align-left{
  text-align: left;
}
.site-wrap{
	position: relative;
	z-index: 2;
	background: #fff;
}
.box-border{
  border: 10px solid #b6cae7;
  padding: 59px;
  margin: 35px auto;
}

.column2{
  display: grid;
  grid-template-rows:auto auto;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
}
.column2{
  display: -ms-grid;
  display: grid;
  -ms-grid-rows:auto 0px auto;
  grid-template-rows:auto auto;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0px 30px;
}.column2 > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.column2 > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.column3{
  display: grid;
  grid-template-rows:auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 5px;
}
.column3{
  display: -ms-grid;
  display: grid;
  -ms-grid-rows:auto 0px auto 0px auto;
  grid-template-rows:auto auto auto;
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px 5px;
}.column3 > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.column3 > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.column3 > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}.column3 > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.column2 img{
  width: 100%;
}
.box-infographics{
  background: #edf0f9;
  padding: 0px 19px;
}
.fc-green{
  color: #009999;
}
.fw-m{
  font-weight: 500;
}
.fc-blue{
  color: #073a84;
}
.fs14{
  font-size: 1.4rem;
}
p.ls5{
  letter-spacing: 0.05rem;
}

p.ls3{
  letter-spacing: 0.03rem;
}
/*-------------------------------------------------------------- */
/*header
/*-------------------------------------------------------------- */
.site-header {
    width: 100%;
    max-width: 900px;
    background: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 1%;
}
header.site-header img {
    max-width: 30%;
    margin: 0 auto;
}
.site-header .inner{
  max-width: 900px;
  height: 72px;
  margin: auto;
  padding: 0 0px;
  position: relative;
  text-emphas;
}
.site-header h1{
  position: absolute;
  left: 15px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  width: 190px;
  height: 33px;
}
.site-header h1 img{
  width: 100%;
}
.site-header nav{
  text-align: right;
  position: absolute;
  right: 15px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  display: block;
  width: 100px;
  text-align: right;
}
.site-header nav a{
  color: #ccc;
  display: block;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
@media screen and (min-width:778px){
  .site-header nav a:hover{
    color: #000;
    display: inline-block;
  }
}
.comment {
    font-size: 1.3rem;
    padding: 0 !important;
}
@media screen and (max-width:778px){
  .comment {
    font-size: 1.1rem;
    padding: 0 !important;
  }
}
/*-------------------------------------------------------------- */
/*page-header
/*-------------------------------------------------------------- */
.page-header{
  background: #000;
}
.page-header .bg {
    max-width: 1920px;
    background-size: cover;
    background-color: #fff000;
    margin: auto;
}
.page-header .inner {
    max-width: 900px;
    padding: 3% 2% 2%;
    margin: 0 auto;
}
.page-header .img img{
  width: 358px;
  height: auto;
  display: block;
}
.page-header .img{
  margin: auto;
}
.page-header strong{
  display: block;
  max-width: 596px;
  padding-top: 24px;
}

.page-header h1{
  margin: 54px auto auto auto;
}
.page-header h1 div{
  display: block;
  font-size: 48px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-top: 6px;
  letter-spacing: -0.05rem;
  
}
.page-header h1 span{
  position: relative;
}
.page-header h1 span::before{
  color: #fff;
  content:"テオ";
  position: absolute;
  left: 54px;
  top:-5px;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width:940px){
  .sec-contet .box-content-wrap{
    padding-right: 45px;
    padding-left: 45px;
  }
}
/*-------------------------------------------------------------- */
/* navigation
/*-------------------------------------------------------------- */
.sec-navigation-top .navigation{
  background: #d2e4ff;
  height: 453px;
  padding-top: 190px;
  
}
.navigation .box-content{
  max-width: 970px;
  padding: 0 20px;
}
.sec-navigation .navigation{
  background-image: url("../images/bg.png") ;
  background-size: contain;
  padding-top: 50px;
  padding-bottom: 50px;
  border-top:solid #fff 2px;
  border-bottom:solid #fff 2px;
}
.navigation ul{
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 80px 30px 80px;
  grid-template-rows: 80px 80px;
  gap: 30px 30px;
}
.navigation ul > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.navigation ul > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.navigation ul > *:nth-child(3){
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}.navigation ul > *:nth-child(4){
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.navigation ul li{
  border-radius: 6px;
  display: block;
}

.navigation ul li a{
  display: block;
  height: 80px;
  background: #ccc;
  border-radius: 6px;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  font-weight: 500;
  color: #fff;
  position: relative;
  border:solid 1px #fff;
}

.top-sec-navigation .navigation ul li a,
.sec-navigation .navigation ul li a{
  text-align: center;
}

.sec-navigation .navigation ul li a{
  border-radius: 6px;
}
.navigation p {
    max-width: 900px;
    margin: 0 auto;
    padding: 2% 2%;
}
.navigation ul li a span{
  position: absolute;
	width: 100%;
  left: -20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
p.btn2 {
    padding: 0 2% 2%;
    margin-top: -1.5%;
}
p.btn2 a {
    display: block;
}
.top-sec-navigation .navigation ul li a span,
.sec-navigation .navigation ul li a span{
  margin: auto;
  left: 0px;
}

.navigation ul li a.btn-01{
  background: #008bae;
  box-shadow:  		0px 0px 0px 5px #008bae,0px 12px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 0px 0px 5px #008bae,0px 12px 12px rgba(0,0,0,0.2);
}
.navigation ul li a.btn-01::after,
.navigation ul li a.btn-02::after{
  content:"";
  position: absolute;
  width: 20px;
  height: 20px;
  background: url(../images/icon_link.png);
  background-size: cover;
  right: 26px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  z-index: 2;
}
.navigation ul li a.btn-02{
  background: #3e62ad;
  box-shadow:  		0px 0px 0px 5px #3e62ad,0px 12px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 0px 0px 5px #3e62ad,0px 12px 12px rgba(0,0,0,0.2);
}

.navigation ul li a.btn-03{
  background: #c71024;
  box-shadow:  		0px 0px 0px 5px #c71024,0px 12px 12px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 0px 0px 5px #c71024,0px 12px 12px rgba(0,0,0,0.2);
}
.navigation ul li a.btn-03::after{
  content:"";
  position: absolute;
  width: 13px;
  height: 20px;
  background: url(../images/icon_arrow_right.png);
  background-size: cover;
  right: 30px;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width:840px){
  .top-sec-navigation .navigation ul li a span,
  .sec-navigation .navigation ul li a span{
    left: -20px;
  }
  .navigation ul li a.btn-01::after,
  .navigation ul li a.btn-02::after{
    right: 16px;
  }
  .navigation ul li a.btn-03::after{
    right: 20px;
  }
}
.navigation ul li a::after{
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.navigation strong{
  color: #073a84;
  text-align: center;
  display: block;
  margin-bottom: 19px;
}
#fund-01 .navigation{
  margin: 60px auto -54px auto;
}
@media screen and (min-width:778px){
  .navigation ul li a:hover::after{
    -webkit-transform: translateX(3px) translateY(-50%);
	   transform: translateX(3px) translateY(-50%);
  }
}
.page-navigation{
  height: 100px;
  background: #fff;
  border-top:solid 1px #eeeeee;
  box-shadow:  		0px -6px 13px rgba(0,0,0,0.05);
  -webkit-box-shadow:	0px -6px 13px rgba(0,0,0,0.05);
}

.page-navigation ul{
  padding: 15px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows:auto 0px auto 0px  auto 0px  auto;
  grid-template-rows:auto auto  auto  auto;
  gap: 0px 0px;
}
.page-navigation ul > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.page-navigation ul > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.page-navigation ul > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.page-navigation ul > *:nth-child(4){
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.page-navigation ul li:first-child{
  border-left:1px solid #eee;
}
.page-navigation ul li{
  
  border-right:1px solid #eee;
}
.page-navigation ul li a{
  color: #073a84;
  text-align: center;
  display: block;
  height: 70px;
  position: relative;
  font-weight: 700;
  font-size: 1.8rem;
}
.page-navigation ul li a::after{
  content:"";
  position: absolute;
  width: 22px;
  height: 14px;
  background: url(../images/icon_arrow_down.png);
  background-size: cover;
  bottom: 6px;
  left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
  z-index: 2;
  transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.page-navigation ul li a span{
  width: 100%;
  position: absolute;
  display: block;
  top: 30%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
@media screen and (min-width:778px){
  .page-navigation ul li a:hover::after{
      bottom: 3px;
  }
}
/*-------------------------------------------------------------- */
/* contents
/*-------------------------------------------------------------- */
.box-feature{
  width: 100%;
  padding: 0 15px;
  -webkit-transform: translateY(-55%);
	transform: translateY(-55%);
  position: absolute;
}
.box-feature h2{
  max-width: 540px;
  background: #fff;
  margin: auto;
  padding: 10px;
  color: #0550bf;
  font-size: 2.0rem;
  font-weight: 700;
  
  text-align: center;
  -webkit-transform: translateY(50%);
	transform: translateY(50%);
  box-shadow:  		0px 13px 13px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 13px 13px rgba(0,0,0,0.2);
}

.box-feature ol{
  list-style: none;
  max-width: 940px;
  margin: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows:auto 0px auto 0px  auto 0px  auto;
  grid-template-rows:auto auto  auto  auto;
  gap: 0px 1px;
}.box-feature ol > *:nth-child(1){
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}.box-feature ol > *:nth-child(2){
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}.box-feature ol > *:nth-child(3){
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}.box-feature ol > *:nth-child(4){
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}

.box-feature ol li{
  background: #064fbc;
  padding: 30px 0 47px 0;
  color: #fff;
  text-align: center;
}
.box-feature ol li .number{
  color: #d6d400;
  font-size: 4.4rem;
  margin-bottom: -4px;
}
.box-feature ol li strong{
  font-size: 2.3rem;
  padding-top: 2rem;
  line-height: 1.3;
  display: block;
  font-weight: 700;
  font-weight: 500;
}
.box-feature ol li strong span{
  font-weight: 400;
}
.box-feature ol li em{
  font-style: normal;
  display: block;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: -2px;
}
.box-feature ol li:last-child strong{
  padding-top: 1.4rem;
  line-height: 1;
}
.box-content{
  max-width: 940px;
  margin: auto;
  padding: 0;
  position: relative;
}
.sec-contet{
  background-color: #f1f1f1;
  padding-right: 20px;
  padding-left: 20px;
  padding-top: 120px;
  padding-bottom: 80px;
  position: relative;
}
.sec-contet > .bg{
  position: absolute;
  width: 100%;
  height: 250px;
  left: 0;
  top:0;
  background: url("../images/bg_02@2x.jpg") no-repeat center top;
  background-size: cover;
  z-index: 0;
}
.sec-contet .box-content-wrap{
  z-index: 1;
  position: relative;
  max-width: 940px;
  margin: auto;
  padding-right: 95px;
  padding-left: 95px;
  padding-top: 0;
  padding-bottom: 60px;
  background: #fff;
  box-shadow:  		0px 6px 13px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 6px 13px rgba(0,0,0,0.2);
}
@media screen and (max-width:940px){
  .sec-contet .box-content-wrap{
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media screen and (max-width:840px){
  .sec-contet .box-content-wrap{
    padding-right: 25px;
    padding-left: 25px;
  }
  .sec-contet{
    padding-right: 0px;
    padding-left: 0px;
  }
}
.sec-contet .box-content-wrap h2{
  background: #0550bf;
  font-size: 2.8rem;
  font-weight: 700;
  font-weight: 500;
  color: #fff;
  padding: 22px 0;
  width: 350px;
  text-align: center;
  margin: 0 auto 12px auto;
  top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  position: relative;
}
.sec-contet .box-content-wrap h2::before{
  content:"";
  height: 15px;
  width: 1px;
  background: #fff;
  position: absolute;
  bottom:0;
  left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  z-index: 3;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
  .sec-contet .box-content-wrap h2::before{
    width: 1.6px;
  }
}
.sec-contet .box-content-wrap h2::after{
  content:"";
  height: 30px;
  width: 1px;
  background: #0550bf;
  position: absolute;
  bottom:-30px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  z-index: 2;
}
.sec-contet .box-content h3{
  font-size: 2.6rem;
  color: #063a85;
  line-height: 1.8;
  text-align: center;
  padding: 0;
  margin: auto;
  position: relative;
  padding-bottom: 62px;
}
.sec-contet .box-content h3 strong{
  font-size: 3.8rem;
  line-height: 1.5;
}
.sec-contet .box-content h3 small{
  font-size: 2.2rem;
  font-weight: 500;
}
.sec-contet .box-content h3 span{
  font-weight: 300;
}
.sec-contet .box-content h3::after{
  content:"";
  height: 5px;
  width: 60px;
  background: #e5e300;
  position: absolute;
  bottom:31px;
  left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  z-index: 2;
}
 .box-content .box-border h3{
  margin: -21px auto 0 auto;
}
.sec-contet .box-content h4{
  font-size: 2.1rem;
  color: #073a84;
  margin-bottom: 5px;
}
.sec-contet .box-content h5{
  font-size: 2rem;
  margin-bottom: 25px;
}

.number {
  display: block;
  text-align: center;
  font-size: 6rem;
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  color: #065fe3;
}
/* #theo */
#theo.sec-contet .box-content-wrap{
  padding-bottom: 62px;
}
#theo .box-border dl dt{
  color: #0550bf;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  padding-bottom: 13px;
}
#theo .box-border dl dd{
  font-size: 1.8rem;
  font-weight: 500;
  color: #008bae;
  padding-bottom:40px; 
  line-height: 1.75;
}
#theo .box-border dl{
  margin-bottom: -50px;
}

/*fund-01*/
.infographics-01 dl{
  padding: 18px 0px;
  margin: 10px auto;
}
.infographics-01 dl>*{
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -0.5rem;
  width: 100%;
  line-height: 1.5;
}
.infographics-01 dl>dt{
  width: 43%;
  letter-spacing: normal;
  border-right:solid 1px #b3c2dc;
  font-size: 1.6rem;
  font-weight: 500;
  color: #065fe3;
  text-align: center;
}
.infographics-01 dl>dt span{
  letter-spacing: -0.14rem;
}
.infographics-01 dl>dd{
  width: 55%;
  letter-spacing: normal;
  color: #073a84;
  text-align: left;
  padding-left: 3%;
}
.infographics-01 dl.bgc-white{
  background: #fff;
  box-shadow:  		0px 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow:	0px 2px 4px rgba(0,0,0,0.2);
}
#fund-01 .column2{
  margin: 50px auto 55px auto;
}
.infographics-02{
  padding: 24px 19px;
}
.infographics-02 strong{
  display: block;
  color: #073a84;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
  line-height: 1.7;
}
.infographics-02 strong span{
  font-size: 2.2rem;
  background:linear-gradient(transparent 65%, #e2e14d 0%);
}
.infographics-02 .column3 div{
  color: #073a84;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.3;
}
.infographics-02 .column3 dl{
  background: #065fe3;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  margin-bottom: 8px;
}
.infographics-02 .column3 dl dt{
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  margin-bottom: 10px;
}
.infographics-02 .column3 dl dd{
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.3;
}
.infographics-02 .column3 dl dd span{
  letter-spacing: -0.1rem;
}
.infographics-03{
  float: right;
  width: 360px;
  margin-left: 28px;
  margin-bottom: 8px;
  padding: 18px 19px 22px 19px;
  text-align: center;
  margin-top: 8px;
}
.infographics-03 img{
  width: 100%;
}
.box-infographics>h5{
  color: #065fe3;
  font-size: 2rem;
  display: block;
  margin-bottom: 3px!important;
}
.box-infographics>em{
  color: #073a84;
  font-style: normal;
  display: block;
  margin-bottom: 20px;
}

.infographics-04,.infographics-05{
  padding: 18px 19px 26px 19px;
  text-align: center;
}
.box-infographics aside{
  color: #073a84;
  font-size: 1.5rem;
  margin-top: 15px;
  display: block;
  margin:15px 0 0 0;
  padding: 0;
}
.box-infographics aside ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.box-infographics aside ul {
    list-style-type: none;
}

.infographics-04 img{
  margin-bottom: -11px; 
}
.infographics-05 img{
  margin-bottom: 15px;
}
.dl-02 {
  margin-bottom: -31px;
}
.dl-02 dt{
  font-size: 2.1rem;
  color: #073a84;
  font-weight: 600;
  
}
.dl-02 dt span{
  color: #065fe3;
  padding-right: 5px;
}
.dl-02 dd{
  margin-bottom: 31px;
}
.dl-02 ul{
  margin-top: 10px;
}
.dl-02 ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.dl-02 ul li span{
  color: #5b97ed;
}
/*fund-02*/
#fund-02 .box-border {
  padding: 32px 62px;
  margin-top: 8px;
}
#fund-02 .box-border img{
  width: 110px;
  float: right;
}
#fund-02 .box-border h4{
  padding-top: 40px;
}
/*company*/
#company img{
  width: 100%;
  margin: 20px auto;
}
.box-notation{
  margin: 71px auto 14px auto;
}
.box-notation strong{
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width:840px){
  .box-notation{
    padding: 0 25px;
  }
}
/*policy*/
#policy .box-content h5{
  margin-bottom: 8px;
  font-size: 1.7rem;
}
#policy.sec-contet{
  background-image: none;
  padding: 80px 20px;
}
#policy .box-content{
  max-width: 938px;
  border: #ccc solid 1px;
  background: #fff;
  padding: 23px 30px;
  border-radius: 4px;
}
#policy .box-content p{
  margin-bottom: 10px;
  font-size: 1.5rem;
  line-height: 1.65;
}
#policy .box-content a{
  color: #755000;
}
@media screen and (min-width:778px){
  #policy .box-content a:hover{
    text-decoration: underline;
  }
}
#policy .box-content a::before{
  padding-right: 5px;
  display: inline-block;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #755000;
}

/*------------------------------------------------------- */
/* footer
/*-------------------------------------------------------------- */
.site-footer{
  background: #fff;
  padding: 10px 0;
}
.site-footer p {
    background: #fff;
    padding: 1px 15px;
    text-align: center !important;
    font-size: 1.4rem;
    color: #0D5098;
}
@media screen and (max-width:778px){
  .site-footer p {
    background: #fff;
    padding: 1px 15px;
    text-align: center !important;
    font-size: 1.1rem;
    color: #0D5098;
  }
}
/*-------------------------------------------------------------- */
/* SP
/*-------------------------------------------------------------- */
@media screen and (max-width:778px){
	body {
    font-size:1.3rem;
    font-size:4.2vw;
  }
  p,dd{
    line-height: 1.8;
    letter-spacing: 0rem;
    text-align: justify;
    text-justify: inter-ideograph;
    font-feature-settings:"palt";
  }
  p{
    margin: 0 0 25px 0;
  }
  hr{
    border-bottom: #d3d3d3 solid 1px;
    padding: 0;
    margin: 40px auto 35px auto;
  }
  /*-------------------------------------------------------------- */
  /* 02 common
  /*-------------------------------------------------------------- */
  .pc{
		display: none;
	}
	.sp{
		display: block;
	}
	
	.site-wrap{
		width: 100%;
	}
	
	.in-block>div{
		display: block;
		vertical-align: middle;
	}
	.float-left{
		float: none;
	}
	.float-right{
		float: none;
	}
  .float-left{
    float: none;
  }
  .float-right{
    float: none;
  }
  .box-border{
    border: 4px solid #b6cae7;
    padding: 15px;
    margin: 20px auto;
  }
  .column2{
    display: block;
  }
  .box-infographics{
    background: #edf0f9;
    padding: 0px 15px;
    margin: 0 15px;
  }
  .fs14{
    font-size: 1.4rem;
    font-size:3.8vw;
    line-height: 1.6;
  }
  p.ls5{
    letter-spacing: 0.05rem;
  }
  p.ls3{
    letter-spacing: 0.03rem;
  }
  /*-------------------------------------------------------------- */
  /*header
  /*-------------------------------------------------------------- */
  .site-header {
    height: auto;
  }
  .site-header {
    height: auto;
    padding: 2.5% 0;
  }
  .site-header .inner{
    max-width: 100%;
    height: auto;
  }
  .site-header h1{
    left: 0;
  }
  .site-header h1 img{
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 173px;
  }
  .site-header nav{
    right: 15px;
    top: 50%;
    font-size: 1.2rem;
    font-size:3vw;
  }
  .site-header nav a{
    line-height: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #969696;
  }
  /*-------------------------------------------------------------- */
  /*page-header
  /*-------------------------------------------------------------- */
  .page-header .inner{
    padding: 4% 4% 3% ;
    margin: auto;
  }
  .page-header .img img{
    width: 215px;
    height: auto;
    display: block;
  }
  .page-header .img{
    max-width: 100%;
    margin: auto;
  }
  .page-header strong{
    max-width: auto;
    margin: 0;
  }
  .page-header strong img{
    width: 100%;
  }
  .page-header h1{
    margin: 33px -9% 0 -9%;
  }
  .page-header h1 div{
    display: block;
    font-size: 6.5vw;
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin-top: 2.2vw;

  }
  .page-header h1 span{
    position: relative;
  }
  .page-header h1 span::before{
    color: #fff;
    content:"テオ";
    position: absolute;
    left: 7vw;
    top:-9px;
    font-size: 3vw;
    font-weight: 500;
  }
  /*-------------------------------------------------------------- */
  /* navigation
  /*-------------------------------------------------------------- */
  .sec-navigation-top .navigation{
    height: auto;
    padding: 20px 18px 3px 18px;
    margin-bottom: -5px;
  }
  .navigation .box-content{
    max-width: 100%;
    padding: 0;
  }
  .sec-navigation .navigation{
    height: auto;
    padding: 3% 18px 5% 18px;
    margin-bottom: -5px;
    border-top:none;
    border-bottom:none;
  }
  .navigation ul{
    display: block;
  }
  .navigation ul li{
    margin-bottom: 20px;
  }
  .navigation ul li a{
    border-radius: 3px;
    font-size: 1.6rem;
    font-size: 4vw;
    padding: 15px 0 15px 20px;
    height: auto;
    text-align: left!important;
  }

  .navigation ul li a span{
    text-align: left;
    line-height: 1;
    
    padding-left: 13px;
    margin-left: 0;
    left: 0;
    top:0;
    position: relative;
    -webkit-transform: none;
	   transform: none;
  }
  .navigation ul li a.btn-01::after,
  .navigation ul li a.btn-02::after{
    width: 15px;
    height: 15px;
    right: 10px;
  }
  .navigation ul li a.btn-03::after{
    width: 9px;
    height: 16px;
    right: 14px;
  }
  .navigation ul li a.btn-01{
    box-shadow:  		0px 0px 0px 3px #008bae,0px 6px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow:	0px 0px 0px 3px #008bae,0px 6px 6px rgba(0,0,0,0.2);
  }
  .navigation ul li a.btn-02{
    box-shadow:  		0px 0px 0px 3px #3e62ad,0px 6px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow:	0px 0px 0px 3px #3e62ad,0px 6px 6px rgba(0,0,0,0.2);
  }

  .navigation ul li a.btn-03{
    box-shadow:  		0px 0px 0px 3px #c71024,0px 6px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow:	0px 0px 0px 3px #c71024,0px 6px 6px rgba(0,0,0,0.2);
  }
  .navigation strong{
    color: #073a84;
    text-align: center;
    display: block;
    margin-bottom: 10px;
  }
  #fund-01 .navigation{
    margin: 30px auto 0px auto;
  }
  .page-navigation{
    height: auto;
    background: #bababa;
    padding: 18px 20px 2px 20px;
  }
  .page-navigation ul{
    padding: 0;
    display: block;
  }
  .page-navigation ul li:first-child{
    border-left:none;
  }
  .page-navigation ul li{
    border-right:none;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .page-navigation ul li a{
    border-radius: 3px;
    padding: 15px 0;
    height: auto;
    font-size: 1.6rem;
    font-size: 4vw;
    border:solid 1px #073a84;
    background: #fff;
    box-shadow:  		0px 0px 0px 3px #fff,0px 6px 6px rgba(0,0,0,0.2);
    -webkit-box-shadow:	0px 0px 0px 3px #fff,0px 6px 6px rgba(0,0,0,0.2);
  }

  .page-navigation ul li a::after{
    width: 17px;
    height: 9px;
    background: url(../images/icon_arrow_down_sp.png);
    background-size: cover;
    bottom: auto;
    left: auto;
    right:10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
  }
  .page-navigation ul li a span{
    line-height: 1;
    padding: 0;
    margin: 0;
    position: relative;
    top: auto;
    -webkit-transform: none;
    transform: none;
  }
  /*-------------------------------------------------------------- */
  /* contents
  /*-------------------------------------------------------------- */
  .box-feature{
    width: 100%;
    padding: 0px;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    position: relative;
    text-align: center;
  }
  .box-feature h2{
    max-width: auto;
    display: inline-block;
    background: #fff;
    margin: auto;
    padding: 6px 30px;
    color: #0550bf;
    font-size: 6vw;
    font-weight: 700;
    text-align: center;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    box-shadow:  		0px 13px 13px rgba(0,0,0,0.2);
    -webkit-box-shadow:	0px 13px 13px rgba(0,0,0,0.2);
  }
  .box-feature ol{
    list-style: none;
    max-width: 100%;
    margin: auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows:auto 1px auto 1px  auto 1px  auto;
    grid-template-rows:auto auto  auto  auto;
    gap: 1px 1px;
  }.box-feature ol > *:nth-child(1){
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }.box-feature ol > *:nth-child(2){
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }.box-feature ol > *:nth-child(3){
    -ms-grid-row: 1;
    -ms-grid-column: 5;
  }.box-feature ol > *:nth-child(4){
    -ms-grid-row: 1;
    -ms-grid-column: 7;
  }

  .box-feature ol li{
    padding: 30px 0 26px 0;
  }
  .box-feature ol li:nth-child(1),
  .box-feature ol li:nth-child(2){
    padding: 50px 0 26px 0;
  }
  .box-feature ol li .number{
    color: #d6d400;
    font-size: 4.4rem;
    font-size: 10vw;
    margin-bottom: 0px;
  }
  .box-feature ol li strong{
    font-size: 2.3rem;
    font-size: 5.6vw;
    padding-top: 1.6rem;
    display: block;
  }
  .box-feature ol li strong span{
    font-weight: 400;
  }
  .box-feature ol li em{
    margin-bottom: -2px;
  }
  .box-feature ol li:last-child strong{
    padding-top: 1.2rem;
    line-height: 1;
  }
  
  .box-content{
    max-width: 100%;
  }
  .sec-contet{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 15vh;
    padding-bottom: 0px
  }
  .sec-contet > .bg{
    width: 100%;
    height: 15vh;
    background: url("../images/bg_02_sp.jpg") no-repeat;
    background-size: cover;
  }
  .sec-contet .box-content-wrap{
    max-width: 100%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 10px;
    background: #fff;
    box-shadow:  		none;
    -webkit-box-shadow:	none;
    text-align: center;
  }
  .sec-contet .box-content-wrap h2{
    font-size: 6vw;
    font-weight: 700;
    padding: 18px 40px;
    width: auto;
    display: inline-block;
    text-align: center;
    margin: auto;
  }
  .sec-contet .box-content-wrap h2::before{
    height: 1.4vh;
  }
  .sec-contet .box-content-wrap h2::after{
    height: 2.4vh;
    bottom:-2.4vh;
  }
  .sec-contet .box-content h3{
    font-size: 5.2vw;
    line-height: 1.8;
    padding-bottom: 6vh;
  }
  .sec-contet .box-content h3 strong{
    font-size: 6.4vw;
    line-height: 1.5;
  }
  .sec-contet .box-content h3 small{
    font-size: 4.5vw;
  }
  .sec-contet .box-content h3 small.sp-new-line{
    display: block;
    line-height: 1.5!important;
    margin: 5px 0 -34px 0;
  }
  .sec-contet .box-content h3 span.sp-new-line{
    display: block;
    margin: -8px auto -7px auto;
    padding: 0;
  }
  
  .sec-contet .box-content h3::after{
    content:"";
    height: 4px;
    width: 40px;
    bottom:3vh;
  }
   .box-content .box-border h3{
    margin: 0px auto 0 auto;
  }
  .sec-contet .box-content h4{
    font-size: 2.1rem;
    font-size: 4.8vw;
    margin-bottom: 5px;
    text-align: left;
  }
  .sec-contet .box-content h5{
    font-size: 2rem;
    font-size: 4.5vw;
    margin-bottom: 25px;
  }
  .number {
    display: block;
    font-size: 6rem;
    font-size: 14vw;
    margin-top: -20px;
    margin-bottom: -10px;
  }
  /* #theo */
  #theo.sec-contet .box-content-wrap{
    padding-bottom: 12px;
  }
  #theo .box-border dl dt{
    font-size: 5.5vw;
    padding-bottom: 6px;
  }
  #theo .box-border dl dd{
    font-size: 4.2vw;
    font-weight: 500;
    padding-bottom:20px; 
    line-height: 1.75;
  }
  #theo .box-border dl{
    margin-bottom: -10px;
  }

  /*fund-01*/
  .infographics-01 dl{
    padding: 18px 0px;
    margin: 6px auto;
  }
  .infographics-01 dl>dt{
    width: 43%;
    font-size: 1.6rem;
    font-size: 4vw;
  }
 
  .infographics-01 dl>dd{
    width: 55%;
    padding-left: 3%;
    font-size: 4vw;
  }
  #fund-01 .column2{
    margin: 20px auto 25px auto;
  }
  .column2>div{
    margin-bottom: 30px;
  }
  .infographics-02{
    padding: 24px 15px;
  }
  .infographics-02 strong{
    font-size: 1.8rem;
    font-size: 4.5vw;
    margin-bottom: 10px;
    letter-spacing: 0.08rem;
  }
  .infographics-02 strong span{
    font-size: 2.2rem;
    font-size: 5.5vw;
  }
  .infographics-02 .column3 div{
    font-size: 1.4rem;
    font-size: 3.6vw;
  }
  .infographics-02 .column3 dl dt{
    font-size: 2.2rem;
    font-size: 5.5vw;
  }
  .infographics-02 .column3 dl dd{
    font-size: 1.2rem;
    font-size: 3vw;
  }
  .infographics-02 .column3 dl dd span{
    letter-spacing: -0.1rem;
  }
  .sp-pos{
    position: relative;
  }
  .infographics-03{
    float: none;
    width: auto;
    margin-left: 0 15px 8px 15px;
    padding: 18px 15px 12px 15px;
    text-align: center;
    position: absolute;
    top:200px;
  }
  .sp-pos-02{
    padding-bottom: 200px;
  }
  .infographics-03 img{
    width: 100%;
  }
  .box-infographics>h5{
    color: #065fe3;
    font-size: 2rem;
    font-size: 5vw;
    display: block;
    margin-bottom: 3px!important;
  }
  .box-infographics>em{
    font-size: 4vw;
  }

  .infographics-04,.infographics-05{
    padding: 18px 15px 26px 15px;
    text-align: center;
  }
  .box-infographics aside{
    font-size: 1.5rem;
    font-size: 3.7vw;
    margin:13px 0 0 0;
  }
  .dl-02 {
    margin-top: 2px;
    margin-bottom: -15px;
  }
  .dl-02 dt{
    font-size: 2.1rem;
    font-size: 5.2vw;
    text-align: left;
  }
  .dl-02 dd{
    margin-bottom: 21px;
  }
  .dl-02 ul{
    margin-top: 5px;
  }
  /*fund-02*/
  #fund-02 .box-border {
    padding: 25px 15px 0 15px;
    margin-top: 5px;
  }
  #fund-02 .box-border img{
    width: 35%;
    float: left;
    padding-right: 3%;
    display: block;
  }
  #fund-02 .box-border h4{
    padding-top: 0px;
  }
  /*company*/
  
  #company img{
    width: 100%;
    margin: 20px auto;
  }
  .box-content.box-notation{
    margin: 35px auto 0px auto;
    background: #f1f1f1;
    padding: 0 15px 10px 15px;
  }
  .box-content.box-notation strong{
    display: block;
    margin-bottom: 20px;
  }

  /*policy*/
  #policy.sec-contet{
    background-image: none;
    padding: 30px 27px;
  }
  #policy.sec-contet h5{
    text-align: center;
  }
  #policy .box-content{
    padding: 13px;
  }
  #policy .box-content p{
    margin-bottom: 20px;
  }
  #policy .box-content a{
    border-radius: 2px;
    color: #755000;
    border:solid 1px #ccc;
    display: block;
    font-size: 3.5vw;
    padding: 9px 12px;
  }
  @media screen and (max-width:320px){
     #policy .box-content a{
       padding: 5px;
    }
  }

  /*------------------------------------------------------- */
  /* footer
  /*-------------------------------------------------------------- */
  .site-footer{
    background: #fff;
    padding: 10px;
  }
  .site-footer p{
    text-align: center !important;
    margin-bottom: 0;
  }
}