


@charset "utf-8";
/* LP独自スタイル */
/* 共通スタイル */
.btn-arae{
	padding: 80px 0px 80px 0px;
    text-align: center;
}

.inq-btn{
    width: 405px;
    height: 46px;
    font-size: 24px;
    text-decoration: none;
    text-align: center;
    padding: 10px 20px 10px 20px;
    border: 2px solid #222222;
    border-style: dashed;
    background-color: #ffd06b;
    border-radius: 25px;
    cursor: pointer;
}

.inq-btn-s{
    font-size: 1.4rem;
    text-decoration: none;
    text-align: center;
    padding: 7px 20px 7px 20px;
    border: 2px solid #222222;
    border-style: dashed;
    background-color: #ffd06b;
    border-radius: 25px;
    cursor: pointer;
}

.flex{
    text-align: initial;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    width: max-content;
    justify-content: center;
}
.btn-arae a,.hero a{
    color: #222222;
}

.inq-btn:hover,.inq-btn-s:hover{
    color         : #ffd06b;    
    background    : #222222;    
}

ul ol{
    padding: 0;
}

img{
    max-width: 100%;
    height: auto;
    border: 0;
}

.lined{
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 246, 166, 0) 55%, #fff6a6 56%, #fff6a6 100%);
}

.col-centered{
    float: none;
    margin: 0 auto;
}

.text-right{
    text-align: right;
}

.eq-height{
    display: flex;
    flex-wrap: wrap;
}

/* Pagesectionスタイル */
.telephone{
    text-align: right;
    font-size: 3.5rem;
    color: #222222;
    font-weight: bold;
    padding-bottom: 20;
}
.telephone a:link,.telephone a:visited,.telephone a:hover,.telephone a:active {
    color: #222222;
}

.logo{
	text-align: center;
	/* min-height: 150px; */
}

.line-y{
    background:linear-gradient(transparent 60%, #ff6 60%);
}

.hero{
    margin: 0 auto;
    padding: 60px 0 30px;
    /* background: repeat url(../images/timecarad/timecard_hero_w2400.png); */
    /*     background: repeat url(../images/timecarad/timecard_hero_w2400.png);
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden; */
}

.hero-section{
    line-height:300px;
    text-align: center;
}
.hero-section .hero-center{
    display:inline-block;
    vertical-align: middle;
    line-height:normal
}

.hero-text-min{
    font-size: 3rem;
}

.features{
	width: 100%;
	background: #ffe66b	;
	margin: 0 auto;	
	/* min-height: 980px; */
}

.feat-lead{
	display: block;
    padding: 80px 0px 80px 0px;
}

.feat-lead h1{
	margin: 0;
	color: #222222;
	font-size: 3.5rem; 
	line-height: 1.75em;
	text-align: center;
	font-weight:bold;
}

.feat-main{
	padding: 0px 0px 50px 0px;
}

.feat-section img{
    height: 100px;
    margin-bottom: 50px;
}

.feat-section h2{
	color: #222222;
	line-height: 1.41em;
    text-align: center;
    font-size: 2rem;
	font-weight: bold;
	margin-bottom: 4rem;
}
.advantage h2{
    color: #222222;
    font-size: 3.5rem;
    padding: 80px 0px 80px 0px;
    text-align: center;
}

.adv-section{
    margin-bottom: 100px;
    text-align: center;
    font-size: 1.6rem;
}
.adv-section h3{
    color: #222222;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}

.adv-section img{
    background-size: cover;
    width: 243px;
    height: 179px;
    object-fit: contain;
    object-position: center;
}
.hero-section img{
     background-size: cover;
    object-fit: contain;
    object-position: center;}

.ben-lead{ 
    line-height: 1.75em;
    text-align: center;
    padding-bottom: 110px;
}

.ben-lead h2{ 
    color: #323232;
    font-weight: bold;
    font-size: 35px;
    line-height: 2;
}

.ben-lead img:last-child{ 
    width: auto;    /* 要調査 */
    height: auto; 
    margin: 0 auto;	
    text-align: center;
}

.ben-contents{
    width: 100%;
	background: #ffe66b;
    margin: 0 auto;	
    padding-top: 50px;
    margin: 0 auto 65px;
    position: relative;
}
.ben-contents::before{
    background-image: url("../images/timecarad/bg_ben-contents.png");
    background-size: 100% 136px;
    height: 136px;
    top: -136px;
    width: 100%;
    position: absolute;
    display: block;
    content: "";
    background-position: center top;
    background-repeat: no-repeat;
}
.ben-section{
    background-color: #fff;
    width: 450px;
    min-height: 600px;
    border-top: 25px solid;
    border-radius: 8px;
    padding: 35px 0 25px;
    position: relative;
    margin-bottom: 20px;
}
.ben-row, .user-row{
    display: flex;
    flex-wrap: wrap;
}

.ben-section:first-child {
    border-color: #2fb3a8;
}

.ben-section:last-child {
    border-color: #f39a64;
}

.ben-section:last-child img {
    float: right;
    transform: scale(-1, 1);
}

.ben-section > h3 {
    text-align: center;
    font-size: 28px;
    height: 60px;
    margin: 0 auto 25px;
    font-weight: bold;
}

.ben-section ol li{
    padding-inline-start: 0;
    margin: 0 auto 15px;
    line-height: 1.7;
    font-size: 20px;
}

.ben-section img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;
    margin : 0 auto 25px;
}

.user-voice{
    line-height: 1.75em;
    text-align: center;
}
.user-voice h2{
    color: #323232;
    font-weight: bold;
    font-size: 35px;
    line-height: 2;
}

.user-section{
    width: 450px;
    min-height: 500px;
    padding: 35px 0 25px;
    position: relative;
}

.user-section > h3 {
    color: #222222;
    text-align: center;
    font-size: 28px;
    margin: 0 auto 25px;
    font-weight: bold;
}

.user-section p {
    text-align: left;
}

.image-round{
    display: inline-block;
    width: 200px;
    height: 200px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.image-round img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}
.image-l img{
    width:  100%;
    object-position: 30% 0%;
}
.image-r img{
    height: 100%;
    object-position: 30% 0%;
}

 .infomation{
    width: 100%;
	background: #222222	;
    margin: 0 auto;	
    color: #fff;
}

.info-contents img{
    max-height: 150px;
    padding: 8px;
}

.infomation h2{
    color:#fff;
    line-height: 1.35em;
    text-align: center;
    font-size: 40px;
    padding: 80px 0px 80px 0px;
    font-weight: bold;
}

.info-contents{
    margin: 0 auto;	
    padding: 0px 20px 40px 20px;
}
.info-contents a:after{
    margin: 0 3px;
    font-family: FontAwesome;
    vertical-align: middle;
    content: '\f08e';
}

.fa-long-arrow-right:before {
    font-family: FontAwesome;
    margin: 0 10px;
    content: "\f178";
}

.info-contents a:link,.info-contents a:visited,.info-contents a:hover,.info-contents a:active {
    color:#fff;
    text-decoration:underline;
}

.date{
    font-weight: 300;
    letter-spacing: 0.1em;
}

.info-contents h3{
    border-bottom: 1px solid #ececeb;
    padding: 0 20px 15px;
    line-height: 2rem;
    font-size: 21px;
}

.info-contents p{
    font: normal normal normal 18px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
}

.sme{
    text-align: center;
    padding-bottom: 100px;
    font: normal normal normal 18px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
}
.sme h2{
    margin: 100px 0px 100px 0px;
    text-align: center;
    font-size: 24px;
}

.sme-text1{
    color:#FFC530;
    font: normal normal normal 30px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
    font-weight: bold;
}

.sme-text2{
    color:#222222;
    font: normal normal normal 30px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
    font-weight: bold;
}

.inquiry{
    background-color: #ffe66b;
    height: 100%;
    padding-bottom: 50px;
}

.inq-lead h2{
    padding: 25px 0px 25px 0px;
    color: #222222;
}

.inq-main{
    display: flex;
    flex-wrap: wrap;
}

.inq-section{
    background: #fff;
    text-align: center;
    padding: 32px;
    font-size: 1.4rem;
    margin-bottom:10px;
    height: 100%;
}

.inq-section a {
    color: #fff;
}

.inq-tel a:link,.inq-tel a:visited,.inq-tel a:hover,.inq-tel a:active {
    color: #222222;
}

.inquiry dt{
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 700;
    color: #3b3c45;
    margin-bottom: 8px;
}

.telephone-s{
    font-size: 2.4rem;
    color: #ffe66b;
    font-weight: 700;
}

.hero-heading {
    font-size: 300%;
    line-height: 1.4;
    font-weight: bold;
    margin-bottom: 20px;
}

.kokuchi{
    text-align: center;
    color:#0000BB;
    font: normal normal normal 25px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
    font-weight: bold;
}

.kokuchi_d{
    text-align: center;
    color:#000000;
    font: normal normal normal 23px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
    font-weight: bold;
    border-bottom: solid 3px #FF69B4;
}

.kokuchi_2{
    text-align: center;
    color:#000000;
    font: normal normal normal 20px/1.75em tsukushimarugothic,meiryo,'ヒラギノ角ゴ pro w3','hiraginokaku gothic pro',sans-serif;
    font-weight: bold;
}
