@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
html {
  font-size: 62.5%; /*10px*/
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
body {
  width: 100%;
  margin: 0 auto;
  font-size: 1.6em;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  body {
    min-width: 320px
  }
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
}
p {
  text-align: left;
  line-height: 2;
}
h2 {
  font-size: 4rem;
  text-align: center;
  color: #333;
}
h3 {
  font-size: 3rem;
}
h4 {
  font-size: 1.5em;
}

/*pageTop*/
#pageTop {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    font-size: 2rem;
}
#pageTop a {
    display: block;
    text-align: center;
    color: #fff;
    background: #eb5505;
    padding: 1rem 2rem;
    border-radius: 5px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 5.666vw;
  }
  h3 {
    font-size: 100%;
  }
  h4 {
    font-size: 100%;
  }
}
a {
  text-decoration: none;
  color: inherit;
}
ul, li, ol {
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}
strong {
  color: #eb5505;
}
.thirdBg strong {
  color: #09f;
}
small {
  display: block;
  font-size: 1rem;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  margin: auto;
}
table {
  border-collapse: collapse;
}
th {
  font-weight: normal;
}
.inner {
  width: 96%;
  margin: 0 auto;
}
.inner img {
  max-width: 100%;
  height: auto;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.top {
  margin-top: -50px;
}
.c_anchor {
  margin-top: -170px;
  padding-top: 170px
}
.imgR, .imgL {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2rem 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
}
.imgC {
  text-align: center;
  padding: 6rem 0;
}
.imgR .txtCont {
  width: 50%;
  padding: 4rem 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.imgR .imgCont {
  width: 40%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  margin-left: auto;
}
.imgL .txtCont {
  width: 50%;
  padding: 4rem 0;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.imgL .imgCont {
  width: 40%;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: auto;
}
.imgC .txtCont {
  padding-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  /*Contents*/
  .imgR, .imgL, .imgC {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .imgR .txtCont, .imgL .txtCont, .imgC .txtCont {
    width: 90%;
    padding: 0 0 4rem;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 auto;
  }
  .imgR .imgCont, .imgL .imgCont, .imgCont {
    width: 90%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  main {
    padding: 0;
  }
}
.low_top {
  margin-top: -50px;
}
@media screen and (max-width:768px) {
  .low_top {
    margin-top: 0;
  }
}
/*コンテンツ幅*/
.u_inner {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .u_inner {
    width: 96%;
  }
}
/*回り込み解除*/
.u_clearfix:after, .u_clearfix > li:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both
}
* html .u_clearfix, * html .u_clearfix > li {
  zoom: 1
}
* + html .u_clearfix, * + html .u_clearfix li {
  zoom: 1
}
/*header*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  z-index: 10;
  top: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
}
.headerLogo {
  float: left;
  margin: 1.6rem 0;
}
.headerLogo ul li {
  display: inline-block;
  vertical-align: middle;
}
.headerLogo img {
  width: 20rem;
}
@media screen and (max-width: 768px) {
  .headerLogo {
    margin: .6rem 0;
  }
}
.navBtnReq {
  float: right;
  margin: 1rem 5rem;
  text-align: center;
  width: 10rem;
  height: 6rem;
  font-size: 1.4rem;
}
.navBtnReq a {
  display: inline-block;
  background-color: #b1dbd1;
  border-radius: 5px;
  padding: 1rem 2rem;
}
section {
  padding: 50px 0 90px;
}
.firstBg {
  background-color: #fff;
  padding-bottom: 50px;
}
.secondbg {
  background-color: #FBF6CC;
}
.thirdBg {
  background-color: #EAF7FF;
}
.BgWhite {
  background-color: #fff;
  border-radius: 5px;
}
.top {
  position: relative;
  background-color: #fff;
  width: 100%;
}
.top_bg {
  background-image: linear-gradient(90deg, #0196f2, #01b8fa, #6cd3d3);
  background: linear(#e6f5ff 59.9%, #09f 60%, #6cd3d3);
  background-size: cover;
  background-color: #fff;
}
.top_band {
  position: absolute;
  top: 35px;
  width: 100%;
  height: 115px;
  background-color: #fff;
  z-index: 1;
}
.top_img {
  position: relative;
  width: 980px;
  margin: 0 auto;
  z-index: 2;
}
.top_btm {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 0;
}
.ttl_2 {
  text-align: center;
  border-bottom: none;
  position: relative;
  font-weight: bold;
  color: #eb5505;
}
.box {
  margin: 30px 0 0;
  background: #fff;
  border: solid 2px #eb5505;
  border-radius: 20px;
}
.box .box-title {
  font-size: 2.5rem;
  background: #eb5505;
  padding: 15px;
  text-align: center;
  color: #FFF;
  letter-spacing: 0.05em;
  border-radius: 15px 15px 0 0;
}
@media screen and (max-width: 768px) {
  .box .box-title {
    font-size: 3.77vw;
    padding: 10px;
  }
}
.box-contents {
  padding: 2.2rem;
}
.box-contents h3 {
  margin-top: 1.2em;
  margin-bottom: 0;
}
.box-note {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .box-note {
    font-size: 4.222vw;
  }
}
p.note {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  p.note {
    font-size: 1.4rem;
    line-height: normal;
  }
}
.btn {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	width: 400px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	border: 2px solid #fff;
	background: #ed4063;
	color: #fff;
	border-radius: 15px;
	transition: 0.5s;
}
.btn:hover {
	color: #ed4063;
	background: #fff;
	border: 2px solid #ed4063;
}
@media screen and (max-width: 768px){
    .btn{
        width: 90%;
    }
}
.view_timer {
  display: none;
}
.endcomment {
  margin-top: 50px;
}
.endcomment p {
  font-size: 3em;
  line-height: 1.5em;
  font-weight: bold;
  text-align: center;
  color: #CC2A0A;
}
@media screen and (max-width: 768px) {
  .btn {
    width: 100%;
  }
}
.inline {
  text-align: center;
  text-justify: distribute-all-lines;
  margin-top: 50px;
}
.inline:after {
  content: "";
  display: inline-block;
  width: 100%;
  line-height: 0;
  height: 0;
}
div.inline > div {
  display: inline-block;
  margin: 0 50px;
}
@media screen and (max-width: 768px) {
  div.inline > div {
    margin: 2rem auto;
    display: block;
  }
}
.comparisonList {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: left;
  margin-top: 3rem;
  padding: 0 20px;
}
ul.comparisonList li {
  position: relative;
  padding: 0em 0 0.3em 1.2em;
}
ul.comparisonList li:before {
  position: absolute;
  content: '';
  top: 0.5em;
  left: 0.2em;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #333333;
}
@media screen and (max-width: 768px) {
  ul.comparisonList li:before {
    border-width: 6px 0 6px 9px;
  }
  .comparisonList {
    font-size: 4vw;
  }
}
h2.linear {
  color: #333333;
}
.linear {
  background: linear-gradient(transparent 70%, #ffec00 70%);
  display: inline;
}
.comparisonImg {
  padding: 60px;
}
@media screen and (max-width: 768px) {
  .comparisonImg {
    padding: 20px;
  }
}
.big {
	
  font-size: 4.8rem;
	font-weight: bold;
	margin: 0 1rem 0 0;
	
}
@media screen and (max-width: 768px) {
  .big {
    font-size: 7.55vw;
  }
  .secondbg p, .flow p, .thirdBg p {
    padding: 0 1em;
  }
}
.overview_cont {
  padding-top: 3rem;
}
@media screen and (max-width: 768px) {
  .overview_cont {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.overview_heading {
  font-size: 2.4rem;
  font-weight: bold;
}
.overview_heading span {
  color: #09f;
}
.overview h3 {
  color: #333;
  text-align: left;
}
span.org {
    color: #eb5505;
}
@media screen and (max-width: 768px) {
  .overview h4, p.overview_heading {
    font-size: 2rem;
  }
}
p.indent-1 {
  padding-left: 1em;
  text-indent: -1em;
}
/*footer*/
.footerLink {
  padding-top: 1rem;
}
.footerLink li {
  display: inline-block;
  font-size: 1.2rem;
}
.footerLink li a:hover {
  -webkit-filter: none;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: none;
  transform: none;
}
.footerLink li:after {
  content: '|';
  margin: 0 1rem;
}
.footerLink li:last-child:after {
  content: '';
  margin: 0;
}
.footerCopyright {
  text-align: right;
  font-size: 1.2rem;
  padding: 1rem 0;
}
.footerCopyright img {
  width: 18rem;
}
.footerCopyright p {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .footerLink, .footerContact {
    padding: 1rem 0;
  }
  .footerContact p {
    font-size: 1.2rem;
  }
  .footerCopyright, .footerCopyright p {
    text-align: inherit;
  }
}
.wrap {
  overflow: hidden;
}
.u_left {
  float: left
}
.u_right {
  float: right
}
.u_center {
  text-align: center
}
.mt10 {
  margin-top: 10px
}
.mt20 {
  margin-top: 20px
}
.mt30 {
  margin-top: 30px
}
.mt40 {
  margin-top: 40px
}
.mt50 {
  margin-top: 50px
}
.mt60 {
  margin-top: 60px
}
.mt70 {
  margin-top: 70px
}
.mt80 {
  margin-top: 80px
}
.mt90 {
  margin-top: 90px
}
.mt100 {
  margin-top: 100px
}
.mb10 {
  margin-bottom: 10px
}
.mb20 {
  margin-bottom: 20px
}
.mb30 {
  margin-bottom: 30px
}
.mb40 {
  margin-bottom: 40px
}
.mb50 {
  margin-bottom: 50px
}
.mb60 {
  margin-bottom: 60px
}
.mb70 {
  margin-bottom: 70px
}
.mb80 {
  margin-bottom: 80px
}
.mb90 {
  margin-bottom: 90px
}
.mb100 {
  margin-bottom: 100px
}
.sp {
  display: none
}
@media screen and (max-width: 768px) {
  .sp {
    display: block
  }
}
.pc {
  display: block
}
@media screen and (max-width: 768px) {
  .pc {
    display: none
  }
}
/*# sourceMappingURL=style.css.map */
