@charset "UTF-8";

/**************************************
 util 
 */
.no_border {
    border: 0 !important;
}
.text_center {
    text-align: center !important;
}
/**************************************
 ベース 
 */
main section {
	margin: 15vw 3rem;
    font-size: 1.6rem;
    line-height: 2.8rem;
}

.section_inner img {
    max-width: 100%;
}

.head2 {
    font-size: 1.8rem;
    font-weight: 600;
    color: var(--color01);
    text-align: center;
    margin: 3rem 0;
}
.head3 {
    font-size: 1.6rem;
    color: var(--color01);
    text-align: center;
}
.page_nav {
    display: flex;
    justify-content: flex-end;
}
.page_nav .page_nav_inner {
    font-size: 1.5rem;
}
.page_nav a {
    text-decoration: none;
}
.youtube {
    aspect-ratio: 16 / 9;
}
.youtube iframe {
    width: 100%;
    height: 100%;
}
.feature_list .item {
    display: flex;
    align-items: center;
    margin: 3rem 0;
}
.feature_list .item .description {
    margin-left: 1rem;
}
.feature_list .item .description .head2 {
    text-align: unset;
    margin: 0 0 1rem 0;
}
figcaption {
    text-align: center;
}
.link_button {
	display: inline-block;
	box-sizing: border-box;
	border-radius: 40px;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}
.free_trial_button {
	border: 2px #f5263a solid;
	background: #f5263a;
	color: #fff;
}
.free_trial_button:hover{
	background: #fff;
	color: #f5263a;
}
.subscription_button {
	color: #fff;
    border: 2px var(--color02) solid;
    background-color: #5daf67;
}
.subscription_button:hover {
    background-color: #fff;
    color: #5daf67;
}

/*************
 ヘッダ 
 */
header {
    background-color: #fdf7f5;
}
.header02_menu {
    display: flex;
    align-items: center;
}
.login_link {
    text-align: right;
    margin-bottom: 1rem;
}

/*************
 フッタ 
 */
.footer01new .right {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer01new .left img {
    max-width: 90%;
}

/*************
 トップページ 
 */
.top .section7 {
    margin-top: 0;
}
.section1 .image {
    text-align: center;
    margin: 2rem;
}
.section1 .image img {
    width: 75vw;
}
.section1 .examples {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem;
    font-weight: 600;
}
.section1 .examples li {
    margin: 1rem 0;
}

.section4 .is02_box01 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4 .head2 {
    position: relative;
    text-align: center;
    margin-top: 0;
    margin-bottom: 2rem;
}
.section4 .head2:before,
.section4 .head2:after{
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 3rem;
	background: var(--color01);
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}
.section4 .head2:before{
	left: -1rem;
	transform: rotateZ(-14deg);
}
.section4 .head2:after{
	right: -1rem;
	transform: rotateZ(14deg);
}

/*************
 ごあいさつ
 */
.speech_section2 .is01_box01_r {
	width: 25vw;
	margin-left: 5vw;
	flex-shrink: 0;
}
.speech_section2 .is01_box01_r .profile {
    margin-top: 1rem;
}
.speech_section3 .talk {
    margin-top: 10rem;
}
.speech_section3 .examples {
    padding: 2rem;
}
.speech_section3 .examples li {
    list-style-type: disc;
    margin-left: 2rem;
}
/*************
 RiceLogについて
 */
.color_header {
    margin: 3rem 0;
    padding: 2rem 0;
    font-weight: 100;
}
.color_header.now {
    background-color: gainsboro;
    color: black;
}
.color_header.future {
    background-color: #d2fbd2;
}
.color_header.future .head2,
.color_header.future .head3 {
    color: black;
}
.color_header.future .head2 {
    position: relative;
    margin: 0 6rem 1rem 6rem;
}
.color_header.future .head2:first-child:before,
.color_header.future .head2:first-child::after{
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 5rem;
	background: var(--color01);
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}
.color_header.future .head2:before{
	left: -1rem;
	transform: rotateZ(-14deg);
}
.color_header.future .head2:after{
	right: -1rem;
	transform: rotateZ(14deg);
}
.aboutrl_section {
    padding: 1rem;
}
.aboutrl_section.now {
    background-color: #f3f0d5;
}
.aboutrl_section.now .head3 {
    text-decoration: underline;
}
.aboutrl_section.future {
    background-color: lemonchiffon;
}
.aboutrl_section.future .head3 span {
    text-decoration: goldenrod wavy underline;
}
.aboutrl_section .head3 {
    color: black;
    margin-bottom: 2rem;
}
/*************
 機能・料金
 */
.features_section .head2 {
    text-align: left;
}
.features_section .head2 div {
    position: relative;
}
.features_section .head2 div:before {
	position: absolute;
	top: 0;
    left: -1rem;
	content: "";
	width: .5rem;
	height: 2.5rem;
	background: firebrick;
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}
.features_section .screenshot {
    margin: 2rem 0;
}
.features_section1 .column {
    display: flex;
    justify-content: space-between;
    margin: 1rem 0;
}
.features_section1 .column .item {
    flex: 1;
}
.features_section1 .column .item figcaption {
    line-height: 2rem;
}
.features_section .explain_container {
    margin: 0 6vw;
}
.features_section .explain_container .explain {
    margin-top: 5rem;
}
.features_section .explain_container .explain .head3 {
    color: black;
    text-align: left;
    position: relative;
    margin-left: 1rem;
}
.features_section .explain_container .explain .head3 div {
    margin-left: 1.5rem;
}
.features_section .explain_container .explain .head3 div:before {
	position: absolute;
	top: 0;
    left: -1rem;
	content: "";
	width: 2rem;
	height: 2.5rem;
	background: black;
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}
.features_section .explain_container .explain .description {
    margin-left: 2.5rem;
}
.features_section3 .explain_container .explain2 img {
    height: 8rem;
    margin-left: 3rem;
}
.features_section4 .explain_container .explain .head_red {
    color: red;
}
.features_section4 .explain_container .explain {
    margin-top: 2rem;
}
.features_section5 .screenshot img {
    box-shadow: 0 0 10px 6px gainsboro;
}
.features_section6 .settings {
    margin-top: 5rem;
}
.features_section6 .settings .menu {
    margin-top: 8rem;
}
.features_section6 .settings .menu .menu_label img {
    height: 8rem;
}
.features_section7 {
    margin: 0;
}
.features_section7 .is04_link {
    margin-bottom: 2rem;
}
.features_section7 .is04_list {
    display: flex;
    justify-content: center;
}
.features_section7 .text_red {
    color: red;
}
/*************
 FAQ
 */
.faq section .section_inner {
    border-bottom: 1px solid grey;
    padding-bottom: 2rem;
}
.faq section:last-child .section_inner {
    border-bottom: unset;
    padding-bottom: unset;
}
.faq section .question,
.faq section .answer {
    display: flex;
}
.faq section .question {
    background-color: #c3e8ff;
}
.faq section .question .col_icon,
.faq section .answer .col_icon {
    font-size: 2rem;
    margin: 1rem;
}
.faq section .question .col_text,
.faq section .answer .col_text {
    margin: 1rem 1rem 1rem 0;
}
/*************
 お客様の声
 */
.voice section .header-box {
    display: flex;
    justify-content: center;
}
.voice section .header-box .header-box-inner {
    display: flex;
    justify-content: start;
    background-image: linear-gradient(transparent 70%, var(--color02) 90%, transparent 100%);
    padding-bottom: 1rem;
    margin: 3rem 0 2rem;
}
.voice section .header-box .icon {
    width: 60px;
    min-width: 60px;
    display: flex;
    align-items: center;
}
.voice section .header-box .head2 {
    display: flex;
    align-items: center;
    width: 100%;
    margin: unset;
}
.voice section .header-box .head2 span {
    padding: 0 1rem .3rem 1rem;
    word-break: keep-all;
}
.voice section .header-box .head2 span br {
    display: none;
}
.voice section.profile.circle figure {
    display: flex;
    justify-content: center;
}
.voice section.profile.circle figure > div {
    border-radius: 50%;
    padding: 10px;
    background-image: linear-gradient(to bottom right, var(--color02) 0%, var(--color01) 100%);
}
.voice section.profile.circle figure > div img {
    object-fit: cover;
    border-radius: 50%;
    width: calc(100vw * 0.8);
    height: calc(100vw * 0.8);
}
.voice section.profile.banner figure {
    position: relative;
    left: -3rem;
    width: calc(100% + 6rem);
}
.voice section.profile.banner figure > div {
    padding: 10px 0;
    background-image: linear-gradient(to right, var(--color02) 0%, var(--color01) 100%);
}
.voice section .content ul li {
    list-style-type: disc;
    list-style-position: inside;
}
.voice section .content p {
    margin: 2rem 0;
}
.voice section .content-improvement {
    width: fit-content;
    margin-left: 2rem;
    padding: 1rem;
    border: dashed 1px #cc1d65;
    border-radius: 10px;
}
.voice section .content-improvement img {
    width: 140px;
    margin-bottom: 1rem;
}

/**************************************
 PC向け 
 */
@media print, screen and (min-width: 769px){

*{
	margin:0;
	padding:0;
}

:root{
	--color01: #2c6231;
	--color02: #93b53f;
}

html{
	font-size: 62.5%;
}

body {
	color: #000000;
	margin:0;
	padding:0;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Meiryo", sans-serif;
	width:100%;
	min-width: 1100px;
	font-size: 1.6em;
	webkit-text-size-adjust: 100%;
}

ul{
	list-style-type: none;
}


img{
	border:0;
	margin:0;
	vertical-align: bottom;
}

table,tr,td {
	border-collapse: collapse; 
}

a,a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
			transition: 0.3s ease-in-out;
}

a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.clear{
	clear:both;
}

.clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.pc_none{
	display: none !important;
}

#style01{
	position: relative;
	width:100%;
	overflow: hidden;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ヘッダー ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

header{
    display: flex;
    justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 83px;
	border-bottom: 1px #b5b4b4 solid;
	/* background: rgba(255, 255, 255, 0.8); */
	z-index: 15000;
}
.header_container{
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
.header01{
	box-sizing: border-box;
	/* width: 1000px; */
	padding: 8px 10px;
	/* margin: 0 auto; */
}

.header02{
	/* position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%); */
	display: flex;
	align-items: flex-end;
	box-sizing: border-box;
	height: 100%;
	/* padding: 0 15px 11px 0; */
    padding-right: 10px;
}

.header02_list01{
	display: flex;
	padding-bottom: 5px;
	margin-right: 40px;
}

.header02_list01 li:not(:last-child){
	margin-right: 40px;
}

.header02_list01 li a{
	color: #000;
	text-decoration: none;
}

.header02_list01 li a:hover{
	color: var(--color02);
}

.header02_link01{
	padding-bottom: 5px;
	margin-right: 25px;
}

.header02_link01 a{
	width: 190px;
	font-size: 1.9rem;
}

.header02_link02{
	padding-bottom: 2px;
	margin-right: 35px;
}

.header02_hamenu{
	box-sizing: border-box;
	position: relative;
	width: 50px;
	height: 50px;
	border: 1px #153327 solid;
	border-radius: 3px;
	background: #275341;
	z-index: 15000;
    margin-bottom: 11px;
}

.header02_hamenu span{
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 20px;
	height: 2px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.header02_hamenu span:nth-child(1){
	top: 36%;
}

.header02_hamenu span:nth-child(2){
	top: 50%;
}

.header02_hamenu span:nth-child(3){
	top: 64%;
}

.header02_hamenu.active span:nth-child(1){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(135deg);
}

.header02_hamenu.active span:nth-child(2){
	opacity: 0;
}

.header02_hamenu.active span:nth-child(3){
	top: 50%;
	transform: translate(-50%, -50%) rotateZ(-135deg);
}

.header02_list02{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 14000;
	width: 240px;
	padding: 100px 40px;
	margin-right: -100%;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.header02_list02.active{
	margin-right: 0;
}

.header02_list02 li{
	border-bottom: 2px var(--color01) solid;
}

.header02_list02 li a{
	display: block;
	padding: 20px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.header02_list02 li a:hover{
	color: var(--color02);
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　フッター ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.footer01new{
    background: url("./img/footer01.jpg") center center/cover no-repeat;
	text-align: center;
    display: flex;
}
.footer01new .left,
.footer01new .right {
    padding: 4rem 2rem 6rem;
    width: 50%;
}
.footer01new .left {
    /* padding-right: 2rem; */
    color: white;
    border-right: 2px solid white;
}
.footer01new .left.use-image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footer01new .right {
	color: var(--color01);
    background-color: #d8f29b;
    border-left: 2px solid white;
}
.footer01new .left .head,
.footer01new .right .head {
    position: relative;
    font-size: 2.4rem;
}
.footer01new .right .head {
    border: 2px solid var(--color01);
    border-radius: 1.5rem;
    padding: 0.25rem 1.5rem;
}
.footer01new .left .head:before,
.footer01new .left .head:after{
	position: absolute;
	top: 0;
	content: "";
	width: 1px;
	height: 2.5rem;
	background: #fff;
	box-shadow: 1px 1px 2px rgba(78, 79, 72, 0.46);
}

.footer01new .left .head:before{
	left: -1rem;
	transform: rotateZ(-14deg);
}

.footer01new .left .head:after{
	right: -1rem;
	transform: rotateZ(14deg);
}

.footer01new .left .free_period,
.footer01new .right .price {
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: .25rem;
    height: 18.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer01new .left .free_period .strong,
.footer01new .right .price .strong {
    font-size: 5rem;
}

.footer01new .right .price .yearly {
    font-size: 80%;
    margin-top: 1rem;
    text-align: right;
}

.footer01new .note_box {
    display: flex;
    justify-content: center;
}

.footer01new .note {
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.footer01new .left .note li {
    color: white;
}
.footer01new .left .note li:before{
	/* background: url("./img/is04_list_icon.png") center center/cover no-repeat; */
	content: url("./img/is04_list_icon.png");
}

.footer01button {
    display: flex;
}

.footer01button .left, .footer01button .right {
    width: 40%;
    flex-grow: 1;
    position: relative;
}

.footer01button .is04_link {
    position: absolute;
    top: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer01button .is04_link a {
    width: 50%;
}

.footer02{
	padding: 70px 0 80px;
	background: url("./img/footer02.jpg") center center/cover no-repeat;
	text-align: center;
}

.footer02_link a{
	display: inline-block;
	box-sizing: border-box;
	width: 350px;
	padding: 9px;
	border: 2px #30833d solid;
	border-radius: 40px;
	background: #30833d;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	text-decoration: none;
}

.footer02_link a:hover{
	background: #fff;
	color: #30833d;
}

.footer03{
	position: relative;
	padding: 30px 0 10px;
	border-top: 1px #dee1e3 solid;
	border-bottom: 1px #306c35 solid;
}

#page-top{
	position: absolute;
	right: 20px;
	z-index: 10000;
	cursor: pointer;
}

.footer03_box{
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 1200px;
	padding: 0 10px 0 30px;
	margin: 0 auto;
}

.footer03_banner01{
	margin-bottom: 20px;
}

.footer03_banner01 img{
	width: 250px;
}

.footer03_banner02{
	display: flex;
	justify-content: space-between;
}

.footer03_r{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.footer03_list{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 62px;
	font-size: 1.4rem;
	line-height: 1;
}

.footer03_list li:not(:first-child){
	padding-left: 15px;
	border-left: 1px #000 solid;
}

.footer03_list li:not(:last-child){
	padding-right: 15px;
}

.footer03_list li a{
	color: #000;
	text-decoration: none;
}

.footer03_list li a:hover{
	text-decoration: underline;
}

.footer03_copy{
	font-size: 1.2rem;
}

.footer_app_link{
	display: flex;
	justify-content: space-between;
	width: 490px;
	padding: 25px 0;
	margin: 0 auto;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　トップ（index） ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.fixed_banner{
	position: fixed;
	top: 32%;
	right: 0;
	transform: translateY(-50%);
	z-index: 10000;
	border-radius: 5px;
	background: #fff;
	transition: 0.3s ease-in-out;
}

.main_image{
	overflow: hidden;
    text-align: center;
    background: url(img/main_img05.jpg);
    background-color: rgba(255,255,255,0.5);
    background-blend-mode: lighten;
}


.main_image img{
	width: 1000px;
	height: 100%;
	object-fit: cover;
}

.app_link{
	display: flex;
	justify-content: space-between;
	width: 490px;
	padding: 25px 0;
	margin: 0 auto;
}

main{
	margin-top: 84px;
    padding-top: 80px;
}

body.top main {
    padding-top: 0;
}

main section {
	margin: 8rem 3vw;
    font-size: 2rem;
    line-height: 3.6rem;
}

/* from .index_section_box{ */
main section .section_inner {
	width: 1000px;
	margin: 0 auto;
}

.head2 {
    font-size: 3.6rem;
}
.head3 {
    font-size: 2.6rem;
}
.content_box {
    display: flex;
    justify-content: center;
}
.content_box_inner {
    width: 800px;
}
.feature_list .item .icon {
    max-width: 100px;
    min-width: 100px;
}

.section1 .image img {
    width: 300px;
}

.section2 .head3 {
    margin: 1.5rem 0;
}

.section4 .head2:before,
.section4 .head2:after{
	width: 2px;
	height: 4rem;
}
.page_nav .page_nav_inner {
    font-size: 2rem;
}

.index_section01{
	padding: 60px 0 490px;
	background-image: url("./img/is01_bg01.png"), url("./img/is01_bg02.jpg");
	background-position: top center, bottom center;
	background-size: 100% auto, auto 500px;
	background-repeat: no-repeat, no-repeat;
}

.index_section_box{
	width: 1000px;
	margin: 0 auto;
}

.is_h2_01{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 800px;
	margin: 0 auto 40px;
	color: var(--color01);
	font-weight: 400;

    padding-bottom: 30px;
	font-size: 3.3rem;
	line-height: 1;
	letter-spacing: 0.1em;
    font-weight: bold;
    color: black;
}
.is_h2_01:after {
    content: '';
    border-bottom: 1px var(--color02) solid;
    width: 1030px;
    position: absolute;
    height: 84px;
}
.is_h2_01 img{
	margin-right: 10px;
}

.is01_box01{
	display: flex;
	justify-content: space-between;
	width: 800px;
	padding-top: 20px;
	margin: 0 auto 50px;
}

.is01_box01_l{
	margin-right: 70px;
	text-align: center;
}

.is01_img{
	border-radius: 50%;
	margin-bottom: 30px;
	overflow: hidden;
}

.is01_logo{
	margin-bottom: 16px;
}

.is01_name{
	font-size: 1.8rem;
}

.is01_box01_r h3{
	width: 460px;
	margin: -0.5em 0 calc(45px - 0.5em);
	color: var(--color01);
	font-size: 2rem;
	font-weight: 500;
	line-height: 2;
}

.is01_text01{
	color: #666;
	line-height: 3.6rem;
}

.is01_text02{
	width: 800px;
	margin: 0 auto 65px;
	color: #666;
	line-height: 3.6rem;
}

.is01_text02 .green{
	color: var(--color01);
}

.is01_text02 p{
	margin: -0.5em 0 calc(45px - 0.5em);
}

.is01_text02 p:nth-of-type(2){
	width: 860px;
}

.is01_text02 p .big{
	display: block;
	margin-top: 10px;
	font-weight: 500;
	font-size: 2rem;
}

.is01_text02_flex{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: calc(45px - 0.5em);
}

.is01_text02_flex:nth-of-type(1){
	width: 860px;
}

.is01_text02_flex:nth-of-type(2){
	width: 850px;
}

.is01_text02_flex:nth-of-type(even){
	flex-direction: row-reverse;
}

.is01_text02_text .big{
	display: block;
	margin-top: 30px;
	color: var(--color01);
	font-size: 3rem;
}

.is01_text03{
	width: 800px;
	margin: 0 auto;
	font-size: 2rem;
}

.is01_text03 span{
	margin: -0.5em 0;
	color: var(--color01);
	font-weight: 700;
	line-height: 2;
}


.index_section02{
	padding: 50px 0 60px;
	background: #f3f8f5;
}

.is02_box01{
	box-sizing: border-box;
	width: 890px;
	padding: 50px 0 60px;
	border: 5px var(--color02) solid;
	border-radius: 5px;
	margin: 0 auto;
	background: #fff;
	color: var(--color01);
}

.is02_box01 h3{
	margin-bottom: 30px;
	font-size: 3.6rem;
	font-weight: 400;
	line-height: 4.8rem;
	text-align: center;
}

.is02_box01 h3 span{
	color: var(--color02);
}

.is02_box01_text{
	padding: 0 60px;
	margin-bottom: 50px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 3rem;
}

.is02_box01_list{
	width: 590px;
	margin: 0 auto;
}

.is02_box01_list li:not(:last-child){
    margin-bottom: 10px;
}

.is02_box01_list li{
    position: relative;
    padding-left: 2em;
    font-size: 2rem;
}

.is02_box01_list li:before{
    position: absolute;
    top: 6px;
    left: 0;
    content: url("./img/is04_list_icon.png");
}


.index_section03_00{
	position: relative;
	background: linear-gradient(to right, #adc03a 0%, #adc03a 49%, #26822f 50%, #26822f 100%);
}

.index_section03_00:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 4px;
	background: rgba(255, 255, 255, 0.2);
	z-index: 100;
}

.is03_00_box{
	position: relative;
	width: 1000px;
	padding: 70px 0 120px;
	margin: 0 auto;
	background: linear-gradient(to right, #adc03a 0%, #adc03a 20%, #26822f 80%, #26822f 100%);
	z-index: 99;
}

.is03_00_box01{
	display: flex;
	justify-content: center;
	align-items: center;
}

.is_h2_02{
	margin-right: 35px;
}

.is03_00_box02{
	position: absolute;
	top: 305px;
	left: 0;
	width: 100%;
}

.is03_00_list{
	display: flex;
	justify-content: space-between;
}

.is03_00_list a{
	position: relative;
	display: block;
}

.is03_00_list a:before{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: "";
	width: 153px;
	height: 153px;
	border-radius: 50%;
	background: #fff;
	z-index: 100;
}

.is03_00_list a img{
	position: relative;
	z-index: 110;
}

.is03_00_text{
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	text-align: center;
}


.index_section03_01{
	padding: 305px 0 120px;
	background: #e7f3eb;
}

.is03_box{
	width: 1000px;
	margin: 0 auto;
}

.index_section03_01 .is03_h3{
	padding-left: 30px;
}

.is03_01_text{
	padding-left: 190px;
	margin-bottom: 80px;
	color: var(--color01);
	font-size: 2.4rem;
}

.is03_01_img{
	text-align: center;
}


.index_section03_02{
	padding: 100px 0 105px;
}

.index_section03_02 .is03_h3{
	width: 707px;
	margin: 0 60px 20px auto;
}

.is03_02_text{
	width: 576px;
	margin: 0 90px 35px auto;
	color: var(--color01);
	font-size: 2.4rem;
}

.is03_02_img{
	margin-left: 105px;
}


.index_section03_03{
	padding: 90px 0 100px;
	background: #f7fbf8;
}

.is03_borderbox{
	box-sizing: border-box;
	padding: 30px 20px;
	border: 5px var(--color02) solid;
	border-radius: 5px;
	background: #fff;
}

.index_section03_03 .is03_borderbox{
	width: 730px;
	margin-bottom: 40px;
}

.index_section03_03 .is03_h3{
	
}

.is03_borderbox_text{
	color: var(--color01);
	font-size: 2.4rem;
	line-height: 3.6rem;
}

.index_section03_03 .is03_borderbox_text{
	padding-left: 120px;
}

.is03_03_img{
	margin-left: 50px;
}


.index_section03_04{
	padding: 45px 0 110px;
}

.index_section03_04 .is03_h3{
	margin-bottom: 20px;
	text-align: center;
}

.is03_04_text{
	padding-left: 4em;
	margin-bottom: 50px;
	color: var(--color01);
	font-size: 2.4rem;
	text-align: center;
}

.is03_04_img{
	margin-left: 105px;
}


.index_section03_05{
	padding: 90px 0 110px;
	background: #f7fbf8;
}

.index_section03_05 .is03_borderbox{
	width: 780px;
	margin: 0 auto 55px;
	text-align: center;
}

.index_section03_05 .is03_h3{
	margin-bottom: 5px;
}

.is03_05_img{
	text-align: center;
}





.index_section04{
	padding: 55px 0 85px;
	background: #f8f3d9;
	text-align: center;
}

.is_h2_03{
	width: 800px;
	padding-bottom: 16px;
	border-bottom: 1px var(--color02) solid;
	margin: 0 auto 35px;
	color: var(--color01);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1;
}

.index_section04 h3{
	margin-bottom: 20px;
	color: #439f66;
	font-size: 3rem;
	line-height: 1;
}

.is04_list{
	/* margin-left: 250px; */
	text-align: left;
}

.is04_list li{
	position: relative;
	padding-left: 2em;
	color: var(--color01);
	font-size: 2rem;
}

.is04_list li:not(:last-child){
	margin-bottom: 10px;
}

.is04_list li:before{
	position: absolute;
	top: 3px;
	left: 0;
	content: url("./img/is04_list_icon.png");
}

.is04_price{
	font-size: 2.4rem;
}

.is04_price span{
	font-weight: 700;
}

.is04_price .pb{
	margin: 0 15px 0 25px;
	font-size: 5rem;
}

.is04_text{
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.is04_link a{
	width: 350px;
	font-size: 1.9rem;
    padding: 9px;
}

.top .section7 .section_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: solid 1px var(--color02);
    border-radius: 1rem;
    width: fit-content;
    padding: 0 3rem;
}
.top .section7 .section_inner .head2 {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: unset;
    width: 400px;
    color: black;
    font-size: 2rem;
}
.top .section7 .section_inner .head2 img {
    width: 50%;
    margin-right: 1rem;
}
.top .section7 .section_inner .content {
    display: flex;
    width: 700px;
    margin-bottom: 3rem;
}
.top .section7 .section_inner .content img {
    width: 40%;
    box-shadow: 6px 6px 6px 0;
}
.top .section7 .section_inner .content .text {
    width: 60%;
    margin: 3rem 0 3rem 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.top .section7 .section_inner .content .text .description {
    font-weight: 600;
    font-size: 2.4rem;
}
.top .section7 .section_inner .content .text .link {
    align-self: flex-end;
}



/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　運営会社 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.company_section01{
	padding: 0 0 140px;
    margin-top: 0;
}

.us_h1{
	width: 800px;
	padding-bottom: 30px;
	border-bottom: 1px var(--color02) solid;
	margin: 0 auto 75px;
	font-size: 3.3rem;
	text-align: center;
	line-height: 1;
	letter-spacing: 0.1em;
}

.cs01_box{
	width: 1000px;
	margin: 0 auto;
}

.cs01_box:not(:last-child){
	margin-bottom: 80px;
}

.com_h2{
	margin-bottom: 10px;
	color: var(--color01);
	text-align: center;
}

.cs01_box dl{
	display: flex;
	width: 100%;
	border-bottom: 1px #efefef solid;
}

.cs01_box dt{
	box-sizing: border-box;
	width: 200px;
	padding: 30px 0 30px 20px;
	margin-right: 30px;
	font-weight: bold;
	flex-shrink: 0;
}

.cs01_box dd{
	padding: 30px 0;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　利用規約 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.service_section{
	padding: 0 0 140px;
    margin-top: 0;
}

.service_box{
	width: 1000px;
	margin: 0 auto;
}

.service_text01{
	margin-bottom: 50px;
}

.service_box01:not(:last-child){
	margin-bottom: 30px;
}

.service_box01 h2{
	margin-bottom: 5px;
	font-size: 2.4rem;
}

.service_text02:not(:last-child){
	margin-bottom: 10px;
}

.service_box01 ol{
	padding-left: 1.5em;
}

.service_box01 > ol > li{
	margin-bottom: 5px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　個人情報の取扱いについて ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.privacy_section{
	padding: 0 0 140px;
    margin-top: 0;
}

.privacy_header {
    text-align: right;
    width: 1000px;
    margin: 10px auto;
    line-height: 1.5;
}

.privacy_box{
	width: 1000px;
	margin: 0 auto;
}

.privacy_text01{
	margin-bottom: 50px;
}

.privacy_box01:not(:last-child){
	margin-bottom: 30px;
}

.privacy_box01 h2{
	margin-bottom: 5px;
	font-size: 2.4rem;
}

.privacy_text02:not(:last-child){
	margin-bottom: 10px;
}

.privacy_box01 ol{
	padding-left: 1.5em;
}

.privacy_box01 li{
	margin-bottom: 5px;
}

.privacy_box01 > ol > ul{
    list-style-type: circle;
	padding-inline-start: 40px;
}

table.privacy_usepurpose caption {
    font-weight: bold;
}

table.privacy_usepurpose {
    border-collapse: collapse;
    border: solid 1px gray;
    width: 90%;
    margin: 20px auto;
}

table.privacy_usepurpose th,
table.privacy_usepurpose td {
    border-collapse: collapse;
    border: solid 1px gray;
    line-height: 1.6;
}

table.privacy_usepurpose th {
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    background-color: var(--color02);
}

table.privacy_usepurpose td {
    padding: 10px 20px;
    vertical-align: middle;
}

.privacy_contact {
    padding-left: 10px;
    border-left: solid 10px var(--color02);
}

.privacy_contact .privacy_contactbox {
    padding: 10px;
    width: 65%;
    border: 1px solid #676b71;
}

.privacy_contact .privacy_text03{
	margin-bottom: 10px;
}

.privacy_contact h3:not(:first-child) {
    margin-top: 50px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　特定商取引法に基づく表記 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.sct_section_box{
	width: 1000px;
	margin: 0 auto;
}

.sct_section_box dl{
	display: flex;
}

.sct_section_box dl:not(:last-child){
	border-bottom: 1px #ccc solid;
}

.sct_section_box dt{
	box-sizing: border-box;
	width: 200px;
	padding: 20px 20px;
	margin-right: 30px;
	font-weight: bold;
	flex-shrink: 0;
}

.sct_section_box dd{
	padding: 20px 20px;
}




/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　ごあいさつ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.speech_section3 .talk {
    margin-top: 16rem;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　RiceLogについて ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.color_header {
    margin: 5rem 0;
}
.color_header.now {
    line-height: 10rem;
}
.color_header.future {
    line-height: 6rem;
}
.color_header.future .head2 {
    margin: 0 15rem 1rem 15rem;
}
.color_header.future .head2:before,
.color_header.future .head2:after{
	height: 6rem;
}
.aboutrl_section {
    margin-left: 15vw;
    margin-right: 15vw;
}
.aboutrl_section .section_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: unset;
}
.aboutrl_section figure img {
    width: 800px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　機能・料金 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.features_section .head2 {
    font-size: 3rem;
}
.features_section .head2 div:before {
    left: -2rem;
	width: 1rem;
	height: 4rem;
}
.features_section .section_inner {
    width: 800px;
}
.features_section .screenshot img {
    max-width: 800px;
}
.features_section .screenshot a {
    pointer-events: none;
}
.features_section .description {
    margin: 3rem 0;
}
.features_section .explain_container .explain .head3 div:before {
	height: 3.5rem;
}
.features_section .explain_container .explain .description {
	display: block;
}
.features_section1 .column {
    width: 800px;
}
.features_section7 {
    padding-top: 8rem;
}
.features_section7 .text_red {
    font-size: 2.5rem;
}
.features_section7 .is04_list,
.features_section7 .is04_price {
    margin-bottom: 2rem;;
}
.features_section7 .is04_price .pb {
    margin: 0 1rem;
}
.features_section7 .is04_price.grid {
    display: grid;
    grid-template-columns: 140px 190px 230px;
    grid-template-rows: 6rem 6rem;
    justify-content: center;
}
.features_section7 .is04_price.grid div:nth-child(3n + 1) {
    text-align: right;
    position: relative;
    top: .3rem;
}
.features_section7 .is04_price.grid div:nth-child(3n + 2) {
    text-align: right;
}
.features_section7 .is04_price.grid div:nth-child(3n + 3) {
    text-align: left;
    position: relative;
    top: .3rem;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　FAQ ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */

.faq section {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
.faq section .section_inner {
    width: 800px;
}





/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■　お客様の声 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
.voice .profile .content-box {
    display: flex;
}
.voice .profile .content-box .photo {
    flex: 0 0 300px;
    align-items: center;
}
.voice .profile .content-box .photo > div {
    height: 300px;
}
.voice .profile .content-box .photo > div img {
    height: 100%;
    width: 100%;
}
.voice .profile .content-box .content {
    margin-left: 3rem;
}

}





/* ヘッダー位置調整 */
@media screen and (min-width: 1281px){
	.header02_list01{
		margin-right: 20px;
	}

	.header02_list01 li{
		font-size: 1.4rem;
	}
	
	.header02_list01 li:not(:last-child){
		margin-right: 20px;
	}

	.header02_link01 a{
		width: 200px;
		font-size: 1.7rem;
	}

}

@media screen and (min-width: 769px) and (max-width: 1280px){
	.header02_list01{
		margin-right: 15px;
	}

	.header02_list01 li{
		font-size: 1.3rem;
	}
	
	.header02_list01 li:not(:last-child){
		margin-right: 15px;
	}

	.header02_link01{
		margin-right: 20px;
	}

	.header02_link01 a{
		width: 170px;
		font-size: 1.4rem;
	}

	.header02_link02{
		margin-right: 20px;
	}

}




/* 背景画像調整 */
@media screen and (min-width: 1920px){
	.index_section01{
		background-size: 100% auto, contain;
	}
}
