body{
font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
line-height: 1.6;
overflow-x: hidden; 
-webkit-font-smoothing: antialiased;
word-wrap: break-word;
}
img {
image-rendering: -webkit-optimize-contrast;
}
a.btn_link{
text-decoration: none;
}
h1{
font-size: 150%;
font-weight: bold;
color: #ffffff;
text-align: center;
}

.heading00{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading00::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(176,236,251,0.20);
font-size: 80px;
font-style: italic;
}
h2{
font-weight: bold;
font-size: 150%;
color: #007C9A;
text-align: center;
}
h2 span{
background-image: linear-gradient(120deg, #CEE0E3 0%, #78AFE0 100%);
background-repeat: no-repeat;
background-size: 100% 0.4em;
background-position: 0px 90%;
font-size: 130%;
}
h2 span:hover{
transition: background-size 0.25s ease-in;
background-size: 100% 90%;
}
h3{
font-size: 200%;
font-weight: bold;
color: #007C9A;
text-align: center;
}
h3 span{
font-size: 65%;
text-align: left;
}
.heading01{
position: relative;
padding: 50px 0 0;
text-align: center;
}
.heading01::before {
content: attr(data-en);
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
color: rgba(0,124,154,0.10);
font-size: 60px;
font-style: italic;
}
h4 {
position: relative;
padding: 10px 0 10px 30px;
word-break: break-all;
border: 3px solid #007C9A;
background: #ffffff;
font-size: 120%;
font-weight: bold;
color:  #007C9A;
border-left: 6px solid #007C9A;
}
h4 span {
font-size: 120%;
position: absolute;
top: -5px;
left: -64px;
display: block;
padding: 10px 15px 10px 20px;
color: #fff;
background: #027793;
}
h5{
font-weight: bold;
font-size: 130%;
color: #007C9A;
text-align: center;	
line-height: 1;
padding-top: 10px;
}
h5 span{
font-size: 70%;	
}
h6{
color: #fffff;
border-bottom: 2px solid #Ffffff;
}
header{
background: linear-gradient(131deg, #00A8B5, #00929A, #00A6D7);
background-size: 600% 600%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
padding-bottom: 100px;
position:relative;
}
@-webkit-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@-moz-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
.kadomaru_left{
background: #FFFFff;
border-top-left-radius:400px 100px;
position: absolute;
bottom: 0;
height: 100px;
width: 100%;
box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.3)inset;
}
.icon_img{
width:15%;
margin: 20px auto;
}
.icon_img img{
width: 100%;
}
/*container*/
.intro_container{
width: 80%;
margin: 20px auto;
}
.intro_container p{
width:  100%;
margin: 20px auto;
}
.price_container{
background-image: linear-gradient(45deg, rgba(0,124,154,0.3) 0%, rgba(62,175,205,0.3) 100%);
padding: 60px 0;
}
.system_container{
padding: 50px 0;
}
.container04{
background-image: linear-gradient(45deg, rgba(0,124,154,0.3) 0%, rgba(62,175,205,0.3) 100%);
padding: 50px 0;
}
.review_container{
background: #EFF6FB;
padding: 30px 0;
}
.flow_container{
padding: 30px 0;
}
.faq_container{
padding: 30px 0;
background-image: linear-gradient(45deg, rgba(0,124,154,0.1) 0%, rgba(62,175,205,0.1) 100%);
}
.container08{
padding: 50px 0 0;
}
.contact{
padding: 60px 0;		
}
.contact_box{
width: 80%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
.last_container{
padding: 50px 0;
color: #007C9A;
}
p.glowAnime{
text-align: center;
color: #ffffff;
font-size: 180%;
}
p.free_title{
text-align: center;
color: #ffffff;
font-size: 110%;
}
.glowAnime span{
 opacity: 0;
}
/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }
@keyframes glow_anime_on{
0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}
.top_img{
}
.top_img img{
width: 100%;
}

/*料金*/
.price{
width: 70%;
margin: 30px auto;
}
.price table{
width: 100%;
border-collapse: collapse;
margin: 20px auto;
}
.price table th {
background: #ffffff;
width: 25%;
padding: 20px 30px;
text-align: center;
color: #007C9A;
font-weight: bold;
}
.price table td {
background: #ffffff;
text-align: left;
padding: 20px 30px;
}
.price_innner p{
padding: 10px 0 10px 10px;
font-size: 110%;
color: #007C9A;
font-weight: bold;
margin: 10px auto;
}
/*システムについて*/
.sys_box{
transition: .5s;
margin: 20px auto;	
background: #EFF6FB;
box-shadow:7px 7px 15px #E0E1E3,-8px -8px 12px #fff;
width: 90%;
border-radius: 5px;
}
.sys_box:hover {
box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
transform: translateY(-8px);
filter:grayscale(20%);
border-radius: 0;
background: #9CCFF9;
}
.sys_box img{
width: 100%;
border-radius: 5px 5px 0 0;
}
.sys_img{
width: 90%;
margin: 10px auto;
}
.sys_img img{
width: 100%;
}
.sys_img02{
width: 70%;
margin: 0 auto 10px;
}
.sys_img02 img{
width: 100%;
}
.sys_cent{
width: 90%;
margin: 15px auto;
color: #007C9A;
}
.sys_cent li{
list-style: none;
font-size: 90%;
color: #007C9A;
font-weight: bold;
}
li i{
padding-right: 5px;
font-weight: 200;
font-size: 75%;
}
.sys_copy{
width: 90%;
margin: 15px auto;
text-align: center;
color: #000000;
}
/*導入までの流れ*/
.flow_container section{
margin: 20px auto;
width: 60%;
}
/*質問*/
.acco-container section{
width: 80%;
margin: 20px auto;
}
/*アコーディオン*/
.acco-container {
position: relative;
width: 100%;
outline: 0;
cursor: pointer
}
/* CSS for CodePen */
.acco-container {
width: 100%;
margin: 1.875em auto;
}
.acco-container .acco-title {
display: block;
position: relative;
margin: 0;
padding: 0.8em 2em;
font-size: 110%;
font-weight: normal;
background: #ffffff;
cursor: pointer;
}
.acco-container .acco-title:hover,
.acco-container .acco-title:active,
.acco-container .content-entry.open .acco-title {
 background-color: #FCC3D3;
 color: #007C9A;
}
.acco-container .acco-title:hover i:before,
.acco-container .acco-title:hover i:active,
.acco-container .content-entry.open i {color: white;
}
.acco-title:before{
content: "Q.";
font-weight: bold;
margin-right: 8px;
font-size: 130%;
color: palevioletred;
}
.acco-title:after {
content: "";
position: absolute;
right: 25px;
top: 38%;
transition: all 0.3s ease-in-out;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #007C9A;
border-right: solid 2px #007C9A;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.acco-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}
.acco-content {
display: none;
padding: 2em 2.3125em;
margin: 0 10px ;
box-shadow: 2px 2px 4px gray;
border: 0.5px solid solid #EFEFEF;
border-top: none;
background: #FDEDF2;
}
.acco-content p:before{
content: "A.";
font-weight: bold;
margin-right: 8px;
font-size: 130%;
color: crimson;
}
/*オプション*/
.op_setumei{
width: 80%;
margin: 30px auto;
text-align: center;
}
.optional_cont{
padding: 30px 0;
}
.acco-container_op section{
width: 80%;
margin: 0 auto;
}
.acco-container {
position: relative;
width: 100%;
outline: 0;
cursor: pointer
}
/* CSS for CodePen */
.acco-container {
width: 100%;
margin: 1.875em auto;
}
.acco-title_op {
display: block;
position: relative;
margin: 0;
padding: 0.8em;
background: #ffffff;
cursor: pointer;
border: 1px solid #0071BC;
}
.acco_cost{
border: 1px solid #ED1C24;
}
.acco-title_op:hover,
.acco-title_op:active,
.acco-container .content-entry.open .acco-title_op {
 background-color: #D5E1FD;
 color: #007C9A;
}
.acco-title_op:hover i:before,
.acco-title_op:hover i:active,
.acco-container .content-entry.open i {color: white;
}
.acco-title_op:after {
content: '';
position: absolute;
right: 25px;
top: 38%;
transition: all 0.3s;
display: block;
width: 8px;
height: 8px;
border-top: solid 2px #007C9A;
border-right: solid 2px #007C9A;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}
.acco-title_op.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 45%;
}

.acco-title_op span.fukidashi{
position: absolute;
top: 5px;
left: -40px;
padding:2px 5px;
color: #e3f5d8;
background: #22ac38;
border-radius: 5px;
}
.acco-title_op span.fukidashi:after {
position: absolute;
top: calc(50% - 7px);
right: -11px;
width: 0;
height: 0;
content: '';
border-width: 7px 0 7px 12px;
border-style: solid;
border-color: transparent transparent transparent #22ac38;
}
.acco-content_op {
display: none;
padding: 2em;
margin: 0 10px;
border-top: none;
}
.acco-title_op span{
font-weight: bold;
padding-left: 10px;
}
.acco-title_op:before{
content: "";
font-weight: bold;
margin-right: 8px;
font-size: 130%;
color: palevioletred;
}
.free_op{
border: 1px dashed #0071BC;
background: #EAF5F9;
padding: 10px;
color: #0071BC;
font-weight: bold;
border-radius: 5px;
}
.cost_op{
border: 1px dashed #ED1C24;
background: #FCE6E8;
padding: 10px;
color: #ED1C24;
font-weight: bold;
border-radius: 5px;
}
.midashi_aka{
font-size: 120%;
font-weight: bold;
color: #DB000D;
padding: 10px 0;
}
.midashi_ao{
font-size: 110%;
font-weight: bold;
color: #036FB3;
padding: 15px 0 5px;
}
.acco_box_cent{
font-size: 90%;
}
.acco_img img{
width: 100%;
}
.acco_box_normal{
 margin: 30px auto;
}
.acco_box_title{
background: #0071BC;
color: #ffffff;
font-size: 120%;
font-weight: bold;
padding: 10px;
}
.acco_box_inner{
border: 1px solid #0071BC;
padding: 20px;
}
/*コラム*/
.boss_img{
width:15%;
margin: 20px auto;
}
.boss_img img{
width: 100%;
}
/*お問い合わせ*/
/*最後に*/
.last_img{
width: 30%;
margin: 20px auto;
}
.last_img img{
width: 100%;
}
/*トップページ*/
#page-top{
position: fixed;
background: rgba(114,199,202,0.60);
min-width: 50px;
min-height: 50px;
line-height: 50px;
text-align: center;
color: #fff;
border-radius: 50%;
bottom: 2%;
right: 2%;
}
footer{
padding-top: 100px;
position:relative;
background: linear-gradient(129deg, #007c9a, #3d9cc2, #3d9cc2, #3dc8c2);
background-size: 600% 600%;
-webkit-animation: gra_co 12s ease infinite;
-moz-animation: gra_co 12s ease infinite;
animation: gra_co 12s ease infinite;
}
@-webkit-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@-moz-keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
@keyframes gra_co {
0%{background-position:24% 0%}
50%{background-position:77% 100%}
100%{background-position:24% 0%}
}
.kadomaru_right{
background: #FFFFff;
border-bottom-right-radius:400px 100px;
position: absolute;
top: 0;
height: 100px;
width: 100%;
box-shadow:inset -5px -5px 5px rgba(0,0,0,.2);}
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
justify-content: space-around;
padding: 50px 0 100px;
}
.footer_column{
display: flex;
justify-content: center;
flex-direction: column;
color: #ffffff;
padding: 20px 10px;
}
.fo_oliver_logo{
width: 20%;
margin: 0 auto;
}
.fo_oliver_logo img{
width: 100%;
}
.foot_title a{
text-decoration: none;
color: #ffffff;
transition:all .3s ease-in-out;
}
.foot_title a:hover{
text-shadow:
0 0 10px rgba(255,255,255, 1),
0 0 50px rgba(255, 255, 255, .8),
0 0 75px rgba(255, 255, 255, .6),
0 0 76px rgba(255, 255, 255, .4),
0 0 77px rgba(255, 255, 255, .5),
0 0 78px rgba(255, 255, 255, .4),
0 0 79px rgba(255, 255, 255, .3),
0 0 80px rgba(255, 255, 255, .2),
0 0 85px rgba(255, 255, 255, .1);
}
hr{
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color: white;   /* 線色 */
height: 1px;         /* 高さ(※古いIE用) */
}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 20%;
right: 10px;
top: -50px;
}
.fo_logo_img img{
width: 100%;
}
.fo_com_info{padding: 50px 10px 30px ;
}
.fo_com_info p{
text-align: right;
font-size: 80%;
font-weight: 300;
}

@media screen and (max-width: 769px) {
h1{
font-size: 120%;
}
p.glowAnime{
font-size: 150%;
}
p.free_title{
font-size: 110%;
}
.price table th {
width: 30%;
}
/*システムについて*/
.sys_box{
margin: 10px auto;	
box-shadow:5px 5px 10px #E0E1E3,-4px -4px 10px #fff;
border:1px solid #e9eaf1;
width: 95%;
}
.sys_img{
width: 90%;
margin: 8px auto;
}
.sys_img img{
width: 100%;
}
.sys_cent{
width: 85%;
margin: 8px auto;
}
.sys_cent li{
font-size: 80%;
line-height: 1.2;
}
li i{
padding-right: 5px;
font-weight: 200;
font-size: 70%;
}
/*お問い合わせ*/
.contact{
padding: 50px 0;		
}
.contact_box{
width: 95%;
border-radius: 30px;
background-image: linear-gradient(45deg, rgba(0,124,154,0.2) 0%,rgba(62,175,205,0.2) 100%);
margin: 20px auto;
}
.icon_img{
width:35%;
margin: 10px auto 20px;
}
/*footer*/
.flex_footer{
display: flex;
width: 100%;
margin: 0 auto;
align-items: flex-start;
padding: 20px 0 70px;
flex-direction: row;
flex-wrap: wrap;
}
.kadomaru_right{
border-bottom-right-radius:200px 100px;
height: 60px;
}
.footer_column section{
width: 47%;
}
hr{
border-width: 1px 0px 0px 0px; /* 太さ */
border-style: solid; /* 線種 */
border-color: white;   /* 線色 */
height: 1px;         /* 高さ(※古いIE用) */
}
ul.foot_link{
text-align: left;
padding: 10px 0 10px 5px;
}
.foot_link li a{
text-decoration: none;
color: #ffffff;
font-weight: 400;
font-size: 85%;
}
.footer_info{
border-top:2px solid #FFFFFF;
position: relative;
color: #Ffffff;
}
.fo_logo_img{
position: absolute;
width: 35%;
right: 10px;
top: -30px;
}
.fo_logo_img img{
width: 100%;
}
.fo_com_info{
padding: 40px 10px 30px;
}
.fo_com_info p{
font-size: 75%;
}
}
@media screen and (max-width: 479px) {
    
h1{
font-size: 100%;
padding-bottom: 10px;
}
p.glowAnime{
font-size: 170%;
}
p.free_title{
font-size: 90%;
padding-top: 5px;
} 
.heading00{padding: 35px 0 0;}
.heading00::before {font-size: 60px;}	
h2{font-size: 130%;}
h2 span{line-height: 1;}	
h3{font-size: 170%;}
h3 span{font-size: 60%;}
.heading01{padding: 35px 0 0;}
.heading01::before {font-size: 60px;}
h4 {
padding: 8px 0 8px 13px;
font-size: 100%;
border: 1px solid #007C9A;

border-left: 4px solid #007C9A;
}
h4 span {
font-size: 80%;
top: -5px;
left: -31px;
padding: 10px 5px 12px 6px;
}
h5{
font-size: 105%;
padding-top: 0;
}
h5 span{
font-size: 85%;	
}
.h5_sp{
font-size: 90%;
padding-top: 5px;
}
.sys_copy{
width: 90%;
margin: 5px auto 10px;
font-size: 75%;
line-height: 1.1;
}
.kadomaru_left{
border-top-left-radius:200px 100px;
height: 60px;
}
.intro_container{
width: 95%;
margin: 20px auto;
}
.intro_container p{
width:  90%;
margin: 20px auto;
font-size: 90%;
}
.container03{
padding: 20px 0;
}
/*Price*/
.price{
width: 90%;
margin: 30px auto;
}
.price table{
width: 100%;
border-collapse: collapse;
margin: 20px auto;
}
.price table th,.price table td{
width: auto;
display: block;
border-top: none;
}
.price table th {
padding: 10px 0 0 10px;
text-align: left;
}
.price table td {
padding: 0 0 10px 15px;
font-size: 100%;
font-weight: bold;
}
.price_innner p{
padding: 10px 0 10px 10px;
font-size: 90%;
color: #007C9A;
font-weight: bold;
margin: 10px auto;
}
.price tr:first-child {
border-top: 3px solid #007C9A;
}
/*システム*/
.sys_cent{
width: 95%;
}
.sys_cent li{
font-size: 75%;
line-height: 1.4;
}
.sys_box:hover {
transform:none;
filter:none;
background: #EFF6FB;
box-shadow:7px 7px 15px #E0E1E3,-8px -8px 12px #fff;
}
/*導入までの流れ*/
.flow_container section{
margin: 20px auto;
width: 85%;
}
.flow_container section p{
font-size: 90%;
}
/*質問*/
.acco-container section{
width: 95%;
}
/*アコーディオン*/

.acco-container .acco-title {
padding: 10px 0 10px 8px;
font-size: 100%;
font-weight: bold;
}
.acco-title:before{
font-size: 100%;
}
.acco-title:after {
right: 5px;
top: 60%;
}
.acco-title.open:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 65%;
}
.acco-content {
padding: 10px 8px 20px;
margin: 0 5px;
box-shadow: 2px 2px 4px lightgray;
}
.acco-content p{
font-size: 85%;
}
.acco-content p:before{
font-size: 100%;
font-size: 150%;
}
/*問い合わせ*/
.contact{
padding: 20px 0 0;		
}
.contact_box{
width: 95%;
margin: 0 auto;
}
/*最後に*/
.last_img{
width: 45%;
margin: 20px auto;
}
.last_img img{
width: 100%;
}
/*オプション*/
.optional_cont{
padding: 20px 0;
}
.acco-container_op section{
width: 95%;
margin: 0 auto;
}
.sys_img02{
width: 90%;
}
}



