﻿@charset "UTF-8";

/* ---------- mediaQuery  ---------- */


@media (max-width: 639px) {
.viewpc {
	display: none;
}
.viewtb {
	display: none;
}
.viewsp {
	display: block;
}
#pageTop {
	display: none!important;
}
html {
	font-size: 62.5%;/*10px*/
}
body {
  min-width: 100%;
	color: #333;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}
.inner {
	clear: both;
	width: 90%;
	margin: 0 auto;
	padding: 0 2% 0 2%;
}
img {
	width: 100%;
	height: auto;
}
.margintopmainus30 {
	margin-top: 0!important;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}
  
/* ===============
slick
================*/
main .arrows .slick-prev, main .arrows .slick-next{
  width: 34px;
  height: 34px;
  background: rgba(255,255,255,.7);
  border-radius: 50%;
  box-shadow: 0 3px 6px 0 rgba(0,0,0,0.15);
  opacity: 0;
  transition: .3s;
  transition-delay: .1s;
}
main .arrows.active .slick-prev{
  opacity: 1;
  left: 1px;
}
main .arrows.active .slick-next{
  opacity: 1;
  right: 1px;
}
main .arrows .slick-prev::before, main .arrows .slick-next::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-right: 2px solid #00192D;
  border-bottom: 2px solid #00192D;
  top: 50%;
}
main .arrows .slick-prev::before{
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  left: 40%;
}
main .arrows .slick-next::before{
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  right: 40%;
}
main .slick-dots{
  display: flex;
  justify-content: center;
}
main .slick-dots li{
  width: 15px !important;
  height: 15px !important;
  margin: 0 7px;
  opacity: 1;
}
main .slick-dots li button{
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
}

/* ===============
header
================*/
.header-white .inner {
  padding: 15px;
}

.header-white .header-btn {
  display: block;
}

.header-white .hdr-logo {
  width: 194px;
}

.header-white .header-btn div {
  margin-left: 0.75rem;
}

.header-white .header-btn div:first-child {
  margin-bottom: 0.25rem;
}

.header-white .header-btn a {
  font-size: 12px;
  padding: 0.5em 1.4em;
}

/* ===============
#topimage
================*/
main #topimage {
	position: relative;
  width: 100%;
	height: auto;
	background: none;
}
main #topimage>div {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
main #topimage h1 {
	width: 100%;
  line-height: 0;
}
main #topimage h1 .pc{
	display: none;
}
main #topimage h1 img {
	width: 100%;
	height: auto;
}
main #topimage .bnr {
  width: 64%;
  position: absolute;
  right: auto;
  left: 5%;
  bottom: 3%;
}
main #topimage .bnr img{
  width: 100%;
}
main .no1note{
  width: 90%;
  margin: 62px auto 10px;
  font-size: .5em;
}
  main .no1note img{
  display: block;
  padding: 10px 2% 20px;
}

/* ===============
#maincontents
================*/
main #maincontents {
	width: 100%;
}
main .account_area a{
	display: block;
	width: 90%;
	height: 80px;
	color: #fff;
	margin: 30px auto 60px;
	font-size: 20px;
	line-height: 80px;
	position: relative;
}
main .account_area a::after{
  width: 15px;
  height: 15px;
  right: 30px;
}
main p.eng_title {
	clear: both;
	color: #5d2e2b;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	margin: 10px auto 10px auto!important;
}
main .icon_title {
	width: 180px;
	margin: 0 auto;
}
main .line_left {
	width: 50px;
	height: 2px;
	background-color: #5d2e2b;
	display: block;
	float: left;
	margin: 30px 10px 0 0;
}
main .line_right {
	width: 50px;
	height: 2px;
	background-color: #5d2e2b;
	display: block;
	float: right;
	margin: 30px 0 0 0;
}
/* ===============
#introduction
================*/
main #introduction {
	width: 100%;
	margin: 50px auto 0 auto;
}
main #introduction h2 {
	font-size: 26px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 10px auto 30px auto;
}
main #introduction h3 {
	margin: 40px auto 20px auto;
	font-size: 22px;
	text-align: center;
	color: #5d2e2b;
	font-weight: bold;
}
main #introduction h4 {
	width: 90%;
	float: none;
	background-color: #5d2e2b;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	clear: both;
	margin: 30px auto 10px auto;
	line-height: 48px;
}
main .cmpg_banner{
	text-align: center;
	margin: 30px auto 20px auto;
}
main .cmpg_banner img {
	width: 90%;
	height: auto;
}
main .cmpg_banner a {
  width: 100%;
  margin-bottom: 10px;
}
main .cmpg_banner span a{
  width: 90%;
}
main #introduction p {
	width: 90%;
	line-height: 1.6;
	margin: 0 auto 20px auto;
	height: auto;
}
main #introduction p {
	width: 90%;
	line-height: 1.6;
	margin: 0 auto 20px auto;
	height: auto;
}

/* ===============
#contentslink
================*/
main #contentslink {
	width: 100%;
	margin: 20px auto;
	background-color: #5d2e2b;
	padding: 30px 0 30px 0;
	color: #fff;
}
main #contentslink h2 {
	font-size: 26px;
	line-height: 1.2;
	text-align: center;
}
main #contentslink h2 span {
	font-size: 50px;
	font-weight: bold;
}
main #contentslink h4 {
	text-align: left;
	margin: 20px auto 10px auto;
	font-size: 20px;
	font-weight: bold;
}
main #contentslink h4 span {
	background: url(/sc/web/landing_page/47/arrow_down_w.png) no-repeat right center;
	background-size: 20px;
	padding-right: 24px;
	font-weight: bold;
}
main #contentslink p {
	font-size: 14px;
	height: auto;
	line-height: 1.5;
	padding-left: 90px;
}
main #contentslink .link_arrow a{
	text-align: center;
	display: block;
}
main #contentslink .contents_toraripi,
main #contentslink .contents_tool,
main #contentslink .contents_m2jpoint {
	width: 100%;
	margin: 40px auto;
	float: none;
}
main #contentslink .contents_15year {
	width: 100%;
	margin: 40px auto;
	float: none;
}
main #contentslink .icon_toraripi,
main #contentslink .icon_tool,
main #contentslink .icon_m2jpoint,
main #contentslink .icon_15year {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: inline-block;
	text-align: center;
	background: rgba(255,255,255,0.8);
	float: left;
	margin-right: 10px;
}

main #contentslink .icon_toraripi img {
	width: 60px;
	height: auto;
	padding-top: 26px;
	padding-left: 2px;
}
main #contentslink .icon_tool img {
	width: 60px;
	height: auto;
	padding-top: 20px;
}
main #contentslink .icon_m2jpoint img{
	width: 60px;
	height: auto;
	padding-top: 12px;
}
main #contentslink .icon_15year img{
	width: 34px;
	height: auto;
	padding-top: 20px;
}

/* ===============
iconeffect
================*/
.hi-icon {
	display: inline-block;
	font-size: 0;
	cursor: pointer;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}
.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}
.hi-icon:before {
	speak: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}
.hi-icon {
	background: rgba(255,255,255,1);
	-webkit-transition: background 0.2s, color 0.2s;
	-moz-transition: background 0.2s, color 0.2s;
	transition: background 0.2s, color 0.2s;
}
.hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px #fff;
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
}
.hi-icon:hover {
	background: rgba(255,255,255,1)!important;
}
.hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* ===============
#contentstoraripi
================*/
main #contentstoraripi {
	clear: both;
	margin: 30px 0 0 0;
  padding: 40px 0 120px;
}
main #contentstoraripi .inner {
	width: 100%;
}
main #contentstoraripi .headicon_toraripi {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid #5d2e2b;
	text-align: center;
	float: left;
}
main #contentstoraripi .headicon_toraripi img {
	width: 34px;
	height: auto;
	padding: 20px 0 0 2px;
}
main #contentstoraripi h1 img {
	width: 300px;
	height: auto;
}
main #contentstoraripi h2 {
  font-size: 22px;
  margin: 0 auto 20px;
}
main #contentstoraripi .lead_copy {
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
  padding: 0 3%;
  margin: 30px auto 40px;
  color: #00192D;
}
.youtube-wrap {
  width: 90%;
  margin: 0 auto 60px;
}
main #contentstoraripi h3 {
  margin: 80px auto 20px;
  font-size: 25px;
}
main #contentstoraripi h4{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 1.1;
}
main #contentstoraripi article {
  overflow: hidden;
  clear: both;
  margin-top: 30px;
}
main #contentstoraripi .sliderwrap {
  position: relative;
  width: 100%;
  display: block;
}
main #contentstoraripi .toraripi_merit {
  width: 100%;
  display: block;
}
main #contentstoraripi .toraripi_merit li{
  width: auto;
  height: auto;
  background: #fff;
  padding: 30px 0;
  margin: 10px 20px;
  outline: 0;
}
main #contentstoraripi .toraripi_merit .merit_img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}
main #contentstoraripi .toraripi_merit .merit_img img{
  width: 38vw;
}
main #contentstoraripi .toraripi_merit li h4{
  font-size: 25px;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}
main #contentstoraripi .toraripi_merit li p{
  padding: 0 25px;
  font-size: 15px;
}
main #contentstoraripi .toraripi_merit .slick-dots li{
  margin: 0 7px;
  padding: 0;
  opacity: 1;
  border: none;
  background: transparent;
}
main #contentstoraripi .toraripi_merit .slick-dots li button{
  border: 1px solid #cacaca;
}
main #contentstoraripi .toraripi_merit .slick-dots li.slick-active button{
  background: #cacaca;
}
main #contentstoraripi .merit_arrows{
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
  
  /* ===============
  #contents_customer
  ================*/
  main #contents_customer {
    position: relative;
    text-align: center;
    padding-top: 40px;
  }
  main #contents_customer h3.bubble{
    position: relative;
    width: 92%;
    height: 160px;
    background: url("/sc/web/landing_page/47/bg_bubble_sp.png") no-repeat center top;
    background-size: contain;
    font-size: 23px;
    line-height: 1.3;
    padding-top: 15px;
    letter-spacing: normal;
    top: -100px;
    margin-bottom: -80px;
  }
  main #contents_customer h3.bubble .source{
    display: block;
    font-size: 13px;
    margin-top: 8px;
  }
  main #contents_customer h2{
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  main #contents_customer .copy{
    font-size: 17px;
    padding: 0 5%;
    line-height: 1.7;
  }
  main #contents_customer .characteristic{
    position: relative;
    width: 95%;
    height: 80vw;
    margin: 30px auto 50px;
    background: url("/sc/web/landing_page/47/bg_chara.png") no-repeat center bottom;
    background-size: 15%;
  }
  main #contents_customer .characteristic li{
    position: absolute;
  }
  main #contents_customer .characteristic li:nth-child(1){
    margin: 0 auto;
    width: 50%;
  }
  main #contents_customer .characteristic li:nth-child(2){
    bottom: 20px;
    width: 40%;
  }
  main #contents_customer .characteristic li:nth-child(3){
    bottom: 20px;
    width: 40%;
  }
  main #contents_customer h4{
    font-size: 25px;
    line-height: 1.6;
  }
  main #contents_customer .graph{
    width: 100%;
    margin: 30px auto 50px;
  }
  main #contents_customer .graph_img{
    width: 100%;
    margin: 0;
  }
  main #contents_customer .graph .source{
    width: 90%;
    font-size: 11px;
    font-weight: normal;
  }

  /* ===============
  #contents_function
  ================*/
  main #contents_function {
    position: relative;
    padding: 40px 0 20px;
  }
  main #contents_function h2{
    font-size: 32px;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  main #contents_function .copy{
    font-size: 18px;
    line-height: 1.7;
    text-align: left;
    padding: 0 5%;
  }
  main #contents_function .sliderwrap{
    position: relative;
  }
  main #contents_function .function_slider{
    position: relative;
    height: auto;
    margin-bottom: 50px;
  }
  main #contents_function .function_slider li .inner{
    width: 100%;
    margin: 0 auto 20px;
  }
  main #contents_function .function_slider li .img{
    width: 95%;
    margin: 0 auto 20px;
  }
  main #contents_function .function_slider li h3{
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  main #contents_function .function_slider li p{
    width: 95%;
    font-size: 15px;
    font-weight: normal;
    margin: 0 auto;
    line-height: 1.6;
  }
  main #contents_function .slider_thumb{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  main #contents_function .slider_thumb li{
    width: 18vw;
    height: 18vw;
    border-radius: 50%;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    margin: 0 3px 15px;
  }
  main #contents_function .slider_thumb li img{
    width: 100%;
    position: absolute;
  }
  main #contents_function .slick-dots{
    bottom: -15px;
  }
  main #contents_function .slick-dots li button{
    border: 1px solid #cacaca;
  }
  main #contents_function .slick-dots li.slick-active button{
    background: #cacaca;
  }
  main #contents_function .func_arrows{
    width: 95%;
    top: 20vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  /* ===============
  #contents_system
  ================*/
  main #contents_system{
    padding: 40px 0 30px;
    text-align: center;
  }
  main #contents_system h2{
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  main #contents_system .copy{
    font-size: 18px;
    line-height: 1.5;
    padding: 0 3%;
  }
  main #contents_system .sliderwrap{
    position: relative;
    margin-top: 30px;
  }
  main #contents_system .system_slider{
    width: 100%;
    margin: 0 auto;
  }
  main #contents_system .system_slider li.slick-slide{
    width: auto;
    margin: 0 30px;
    opacity: .5;
    transition: .3s;
  }
  main #contents_system .system_slider li.slick-center{
    opacity: 1;
  }
  main #contents_system .system_slider li.slick-slide .img{
    margin: 0 0 60px;
    padding: 0;
  }
  main #contents_system .system_slider li.slick-slide h3{
    font-size: 26px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  main #contents_system .system_slider li.slick-slide p{
    font-size: 16px;
    padding: 0;
    line-height: 1.7;
  }
  main #contents_system .system_arrows{
    position: absolute;
    width: 95%;
    top: 65px;
  }
  main #contents_system .slick-dots{
    top: 60vw;
  }

}