﻿@charset "UTF-8";


@import url('https://fonts.googleapis.com/css?family=Montserrat');
* {
	box-sizing: border-box;
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
  min-width: 1200px;
  position: relative;
	background-color: #ffffff;
	color: #333;
  font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,Verdana,"M+ 1p",sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	
	letter-spacing: -0.01em;
	line-height: 1.6;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #9f4d46;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #9f4d46;
	text-decoration: underline;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
}

.inner {
	clear: both;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #008e71;
}
.text_red {
	color: #ff0000;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.text_strong {
	font-size: 20px;
	font-weight: bold;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.6!important;
	margin-left: 30px;
	margin-bottom: 30px;
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 18px;
	text-align: center;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;

}

.clear {
	clear: both;
}



/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}

/* ===============
slick
================*/
main .arrows{
  position: absolute;
  height: 65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  overflow: hidden;
}
main .arrows .slick-prev, main .arrows .slick-next{
  width: 50px;
  height: 50px;
  background: rgba(255,255,255,.8);
  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: 0;
}
main .arrows.active .slick-next{
  opacity: 1;
  right: 0;
}
main .arrows .slick-prev::before, main .arrows .slick-next::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  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: 13px;
  height: 13px;
  margin: 0 5px;
  opacity: 1;
}
main .slick-dots li button{
  width: 100%;
  height: 100%;
  border: 1px solid #D6D6D6;
  border-radius: 50%;
}
main .slick-dots li.slick-active button{
  background: #d6d6d6;
}
main .slick-dots li button::before{
  content: none;
}

/* ===============
#topimage
================*/
main #topimage {
  position: relative;
  background-color: #FEE005;
  z-index: -1;
}

main #topimage>div {
	position: relative;
  max-width: 1920px;
	margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 640px) {
main #topimage>div h1{
	position: relative;
}
main #topimage>div h1 img{
  max-width: none;
	position: relative;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
}
main #topimage .bnr {
  position: absolute;
  right: 60px;
  bottom: 70px;
}
main #topimage .bnr img{
	width: 348px;
}
main #topimage .bnr .sp{
	display: none;
}
main .no1note{
  width: 760px;
  margin: 82px auto 10px;
  font-size: 10px;
}

/* ===============
#maincontents
================*/
main #maincontents {
	width: 100%;
}
main .account_area a{
	display: block;
	width: 600px;
	height: 100px;
  background: #EE5835;
	color: #fff;
	margin: 50px auto 80px;
	font-size: 28px;
  font-weight: bold;
  text-align: center;
	line-height: 100px;
		 -webkit-transition: none;
	 	cursor: pointer;
  transition: none;
  position: relative;
  -webkit-transition: none;
  transition: none;
  text-decoration: none;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25);
}
main .account_area a::after{
  display: block;
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: 40px;
  top: 50%;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}
main .account_area a:hover {
	opacity: .8;
}

main p.eng_title {
	clear: both;
	color: #5d2e2b;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	margin: 10px auto 10px auto!important;
}
main .icon_title {
	width: 420px;
	margin: 0 auto;
}
main .line_left {
	width: 120px;
	height: 2px;
	background-color: #5d2e2b;
	display: block;
	float: left;
	margin: 60px 30px 0 0;
}
main .line_right {
	width: 120px;
	height: 2px;
	background-color: #5d2e2b;
	display: block;
	float: right;
	margin: 60px 0 0 0;
}
/* ===============
#introduction
================*/
main #introduction {
	width: 840px;
	margin: 80px auto 0 auto;
}
main #introduction p.eng_title { 
	color: #a78c8a;
	font-weight: normal;
}
main #introduction h2 {
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 0.05em;
	margin: 10px auto 60px auto;
}
main #introduction h3 {
	margin: 40px auto;
	font-size: 28px;
	text-align: center;
	color: #5d2e2b;
	font-weight: bold;
}
main #introduction h4 {
	width: 200px;
	float: left;
	background-color: #5d2e2b;
	border-radius: 6px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	clear: both;
	margin: 0 20px 20px 0;
	line-height: 48px;
}
main .cmpg_banner{
	text-align: center;
	margin: 40px auto 50px auto;
}
main .cmpg_banner a {
  display: block;
  width: 740px;
  margin: 0 auto 20px;
}
main .cmpg_banner span a{
  display: block;
  width: 600px;
  margin: 0 auto;
}
main .cmpg_banner img {
  width: 100%;
}
main #introduction p {
	line-height: 1.6;
	margin: 0 0 20px 0;
	height: 48px;
}


/* ===============
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: 120px 0 0 0;
  padding: 70px 0 140px;
  background: #f2f2f2;
}
main #contentstoraripi .inner {
	width: 1000px;
}
main #contentstoraripi .headicon_toraripi {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid #5d2e2b;
	text-align: center;
	float: left;
}
main #contentstoraripi .headicon_toraripi img {
	width: 70px;
	height: auto;
	padding: 40px 0 0 2px;
}
main #contentstoraripi h2 {
	font-size: 45px;
  font-weight: bold;
	text-align: center;
	line-height: 1.5;
	letter-spacing: 0.05em;
	margin: 0 auto 30px;
  color: #00192D;
}
main #contentstoraripi .lead_copy {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.05em;
  margin: 30px auto 40px;
  color: #00192D;
}
.youtube-wrap {
  width: 700px;
  margin: 0 auto 120px;
}
.youtube-wrap .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
main #contentstoraripi h3 {
	margin: 80px auto 40px;
	font-size: 37px;
	text-align: center;
  color: #00192D;
	font-weight: bold;
}
main #contentstoraripi strong{
  color: #c81e14;
  font-weight: bold;
}
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 .toraripi_merit {
  display: flex;
  justify-content: space-between;
}
main #contentstoraripi .toraripi_merit li{
  width: 300px;
  height: 500px;
  background: #fff;
  border: 4px solid #ddd;
  padding: 30px 0;
}
main #contentstoraripi .toraripi_merit .merit_img{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
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: 16px;
}


/* ===============
#contents_customer
================*/
main #contents_customer {
  position: relative;
  text-align: center;
}
main #contents_customer h3.bubble{
  position: relative;
  width: 941px;
  height: 161px;
  background: url("/sc/web/landing_page/47/bg_bubble.png") no-repeat;
  background-size: cover;
  text-align: center;
  margin: 0 auto;
  font-size: 35px;
  font-weight: bold;
  color: #5F2E2A;
  padding-top: 35px;
  top: -50px;
}
main #contents_customer h3.bubble .source{
  display: block;
  font-size: 18px;
  margin-top: 20px;
}
main #contents_customer h2{
  font-size: 45px;
  font-weight: bold;
  color: #5f2e2a;
  margin-bottom: 40px;
}
main #contents_customer .copy{
  font-size: 24px;
  font-weight: bold;
  color: #898989;
  text-align: center;
  line-height: 1.7;
}
main #contents_customer .characteristic{
  position: relative;
  width: 990px;
  height: 582px;
  margin: 75px auto;
  background: url("/sc/web/landing_page/47/bg_chara.png") no-repeat center bottom;
}
main #contents_customer .characteristic li{
  opacity: 0;
  position: absolute;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: .5s;
}
main #contents_customer .characteristic li.appeared{
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
main #contents_customer .characteristic li:nth-child(1){
  position: relative;
}
main #contents_customer .characteristic li:nth-child(2){
  bottom: 60px;
  left: 0;
}
main #contents_customer .characteristic li:nth-child(3){
  bottom: 60px;
  right: 0;
}
main #contents_customer h4{
  font-size: 45px;
  font-weight: bold;
  color: #00192D;
  line-height: 1.6;
}
main #contents_customer .graph{
  width: 800px;
  margin: 30px auto 100px;
}
main #contents_customer .graph_img{
  margin: auto;
}
main #contents_customer .graph .source{
  width: 600px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  color: #00192D;
}

/* ===============
#contents_function
================*/
main #contents_function {
  position: relative;
  background: #FFF7F2;
  padding: 60px 0 100px;
  text-align: center;
}
main #contents_function h2{
  font-size: 45px;
  font-weight: bold;
  color: #76C5AB;
  margin-bottom: 20px;
  line-height: 1.5;
}
main #contents_function .copy{
  font-size: 24px;
  font-weight: bold;
  color: #898989;
  text-align: center;
  line-height: 1.7;
}
main #contents_function .sliderwrap{
  position: relative;
}
main #contents_function .function_slider{
  position: relative;
  height: 870px;
}
main #contents_function .function_slider li{
  outline: 0;
}
main #contents_function .function_slider li .inner{
  width: 550px;
  margin: 0 auto;
}
main #contents_function .function_slider li .img{
  margin: 0 auto 30px;
}
main #contents_function .function_slider li .img img{
  width: 100%;
}
main #contents_function .function_slider li h3{
  font-size: 25px;
  line-height: 1.2;
  font-weight: bold;
  color: #00192D;
  text-align: center;
  margin-bottom: 25px;
}
main #contents_function .function_slider li p{
  width: 550px;
  font-size: 18px;
  font-weight: 500;
  color: #585C5F;
  line-height: 1.7;
  margin: 0 auto;
}
main #contents_function .slider_thumb{
  width: 1125px;
  height: 835px;
  position: absolute;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);;
}
main #contents_function .slider_thumb li{
  width: 150px;
  height: 150px;
  border-radius: 50%;
	position: absolute;
}
main #contents_function .slider_thumb li:nth-child(1){
  top: 0;
  left: 70px;
}
main #contents_function .slider_thumb li:nth-child(2){
  top: 220px;
  left: 0;
}
main #contents_function .slider_thumb li:nth-child(3){
  top: 429px;
  left: 80px;
}
main #contents_function .slider_thumb li:nth-child(4){
  top: 607px;
  left: 240px;
}
main #contents_function .slider_thumb li:nth-child(5){
  top: 675px;
  left: 482px;
}
main #contents_function .slider_thumb li:nth-child(6){
  top: 607px;
  right: 240px;
}
main #contents_function .slider_thumb li:nth-child(7){
  top: 429px;
  right: 80px;
}
main #contents_function .slider_thumb li:nth-child(8){
  top: 220px;
  right: 0;
}
main #contents_function .slider_thumb li:nth-child(9){
  top: 0;
  right: 70px;
}
main #contents_function .slider_thumb li img{
  width: 150px;
  position: absolute;
  top: 0;
  left: 0;
  transition: .2s;
}
main #contents_function .slider_thumb li img.thumb_on{
  opacity: 0;
  z-index: 2;
}
main #contents_function .slider_thumb li.thumb-current{
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.25); 
}
main #contents_function .slider_thumb li.thumb-current img.thumb_on{
  opacity: 1;
}

/* ===============
#contents_system
================*/
main #contents_system{
  padding: 80px 0 50px;
  text-align: center;
}
main #contents_system h2{
  font-size: 47px;
  font-weight: bold;
  color: #00192D;
  line-height: 1.5;
  margin-bottom: 30px;
}
main #contents_system .copy{
  font-size: 24px;
  font-weight: bold;
  color: #898989;
  text-align: center;
  line-height: 1.7;
}
main #contents_system .sliderwrap{
  position: relative;
  margin-top: 60px;
}
main #contents_system .system_slider{
  width: 100%;
  margin: 0 auto;
}
main #contents_system .system_slider li.slick-slide{
  width: 650px;
  margin: 0 30px;
  opacity: .25;
  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: 30px;
  font-weight: bold;
  color: #00192D;
  margin-bottom: 30px;
}
main #contents_system .system_slider li.slick-slide p{
  font-size: 18px;
  padding: 0 1.5em;
  line-height: 1.8;
}
main #contents_system .system_arrows{
  width: 675px;
  top: 185px;
}
main #contents_system .slick-dots{
  top: 440px;
}

/* modal parts */
.modal-content {
  height: 80%;
  width: 88%;
  top: 50%;
  position:fixed;
  display:none;
  z-index:992;
  margin: 0;
  overflow: visible;
  background-color: #fff;
  overflow: auto;
	-webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}
.modal-overlay {
  z-index:990;
  display:none;
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8);
}
.modal-open {
}
.modal-open:hover {
  cursor:pointer;
}
.closebtn:hover {
  cursor:pointer;
}
.modal-close {
  position: fixed;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  top: 12%;
  right: 8%;
  width: 3em;
  height: 3em;
  cursor: pointer;
	z-index: 1000;
}
.modal-close:before, .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 3em;
  height: 2px;
  background-color: #fff;
}
.modal-close:before{
  transform: rotate(45deg);
}
.modal-close:after{
  transform: rotate(-45deg);
}


@media (max-width: 767px) {
  .header-white .hdr-logo {
    width: 275px;
  }

  .header-white .inner {
    padding: 23px 15px;
  }

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

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

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

  .header-white .header-btn a {
    font-size: 1.5rem;
    padding: 0.75rem 2.5rem;
  }
}