@charset "UTF-8";
/*default style reset---------------------------------------------- */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, dl, dt, dd, form, fieldset, legend, hr, span, a, img, strong, em, ins, del, cite, abbr, acronym, sup, sub, dfn, code, var, samp, kbd, address {
	margin: 0;
	padding: 0;
	word-spacing: normal;
	font-family: "Noto Sans JP", sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	vertical-align:top;
	font-size: 14px;
}
a, a:hover {
	text-decoration: none;
}
body {
	width:100%;
}
/*---------------------------------------------------- */
.firstview {
    width: 100%;
    background-color:#e9e1d4;
	padding: 0 3% 0;
	box-sizing: border-box;
    position: relative;
}
header {
	padding: 1% 0;
}
.logo {
	width: 15%;
}
.logo img {
	max-width: 100%;
	height:auto;
	position: relative;
}
.f_viewimg img {
	max-width: 100%;
	height:auto;
}
/*---------------------------------------------------- */
.firstviewBOX_point {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60%;
    background: rgba(233, 225, 212, 0.8);
    padding: 3% 0 6%;
    border-radius: 10px;
}
.fv_box {
    background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    margin: 0 15px 45px;
}
.fv_box_img01 {
    width: 34%;
    margin: 0 auto 10px;
}
.fv_box_img01 {
	max-width: 100%;
	height:auto;
}
.fv_box_img02 {
    width: 35%;
    margin: 0 auto 12px;
}
.fv_box_img03 {
    width: 42%;
    margin: 0 auto 13px;
}
.fv_box_text,
.fv_box_text span {
    font-size: 15px;
}
.redtxt {
    color: #8e5f45;
}
.fv_box_link {
    background-color: #8e5f45;
    text-align: center;
    width: 40%;
    border-radius: 50px;
    position: absolute;
    top: 67%;
    left: 50%;
    transform: translate(-50%, -67%);
}
.fv_box_link a {
    display: block;
    color: #fff;
    line-height: 60px;
}
/*---------------------------------------------------- */
.Base01 {
    width: 100%;
    background-color: #e9e1d4;
    padding: 5% 0;
}
.Base02 {
    width: 100%;
    background-color: #e6dace;
    padding: 5% 0;
}
.Base03 {
    width: 100%;
    background-color: #d7b9a1;
    padding: 5% 0;
}
.Base04 {
    width: 100%;
    background-color: #b69681;
    padding: 5% 0;
}
.footer {
    width: 100%;
    background-color: #a6806c;
    padding: 1% 0;
}


/*---------------------------------------------------- */
.Base_box {
    width: 75%;
    max-width: 1000px;
    margin:0 auto;
}
.main_ttl {
    text-align: center;
    font-size: 2.5rem;
    font-weight: bold;
    color: #8d5f45;
    margin-bottom: 10px;
}
.sub_txt {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 50px;
}
/*---------------------------------------------------- */
.worries_BOX {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.worries_BOX li {
    background-color: #fff;
    border-radius: 10px;
    padding: 2%;
    text-align: center;
    list-style-type: none;
    width: 20%;
}
.worries_img01,
.worries_img02,
.worries_img03 {
    width: 23%;
    margin: 0 auto 20px;
}
.worries_img04 {
    width: 28%;
    margin: 5px auto 20px;
}
.worries_text {
    font-size: 1rem;
}
/*---------------------------------------------------- */
.About_box01 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}
.About_box02 {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 50px;
}

.About_box_img {
    width:50%;
}
.About_box_img img {
    max-width: 100%;
    height:auto;
    border-radius: 50px;
}
.About_box_data01 {
    width:50%;
    padding: 0 0 0 5%;
    box-sizing: border-box;
}
.About_box_data02 {
    width:50%;
    padding: 0 5% 0 0;
    box-sizing: border-box;
}
.About_box_mini {
    font-size: 0.8rem;
    margin-bottom: 5px;
    color:#68adb4;
}
.About_box_ttl {
    font-size: 1.5rem;
    margin-bottom: 20px;
    color:#8d5f45;
}
.About_box_txt {
    font-size: 1rem;
    line-height: 2rem;
}
/*---------------------------------------------------- */
.Voice_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.Voice_box li {
    list-style-type: none;
    width: 30%;
}
.Voice_box_img {
    margin-bottom: 30px;
}
.Voice_box_img img {
    max-width: 100%;
    height: auto;
    border-radius: 100px;
}
.Voice_box_ttl {
    font-size: 1rem;
    margin-bottom: 10px;
}
.Voice_box_txt {
    font-size: 1rem;
    line-height: 2rem;
}
/*---------------------------------------------------- */
.Flow_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 5%;
}
.Flow_box li {
    list-style-type: none;
    width: 30%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
    box-sizing: border-box;
    text-align: center;
}
.Flow_box_step {
    color:#8d5f45;
    font-size: 1rem;
    margin-bottom: 10px;
}
.Flow_box_img {

    margin-bottom: 10px;
}
.Flow_box_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #8d5f45;
}
.Flow_box_txt {
    font-size: 1rem;
}
/*--------------------- */
.Flow_web_box {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.Flow_web_img {
    width: 26%;
    text-align: center;
}
.Flow_web_img img {
    max-width: 100%;
    height: auto;
}
.Flow_web_txtBOX {
    width: 37%;
    padding-right: 3%;
    box-sizing: border-box;
}
.Flow_ttl {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 5px;
    color: #8d5f45;
}
.Flow_txt {
    font-size: 1rem;
}
/*---------------------------------------------------- */





.toggle {
	display: none;
}
.Label {
	padding: 1em;
    display: block;
	color: #fff;
	background:#68adb4;
    border-radius: 5px;
}
.Label::before{
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}
/*---------------------------------------------------- */
.form_box {
    width:100%;
    margin-bottom: 40px;
}
.form_box tr {
    border-bottom: 1px solid #ccc;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    padding: 2%;
}
.form_box_ttl {
    width:30%;
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    box-sizing: border-box;
}
.f_box_ttl {
    text-align: left;
    width: 60%;
}
.required {
    background-color: #fa6750;
    color: #fff;
    padding: 2px 10px 5px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}
.form_box_form {
    width: 70%;
    box-sizing: border-box;
}
.form_box_form input {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 15px;
    box-sizing: border-box;
}
.form_box_radio {
    width: 70%;
    box-sizing: border-box;
}
.form_box_sel {
    width: 70%;
    box-sizing: border-box;
}
.form_box_radio input {
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    font-size: 15px;
}
.form_box_form select {
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #757575;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 15px;
}
.form_box_sel select {
    box-sizing: border-box;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #757575;
    width: 94%;
    border: none;
    outline: none;
    border-radius: 5px;
    padding: 15px;
    margin-right: 10px;
}
textarea {
    width: 100%;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #f6f6f6;
    padding: 20px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #757575;
    box-sizing: border-box;
}
.mb15 {
    margin-bottom: 15px;
}
.frm-btn_txt {
    font-size: 1rem;
    line-height: 2rem;
    margin-bottom: 10px;
}
.frm-btn_txtBOX {
    background-color: #fff;
    padding: 2% 2% 1%;
    border-radius: 5px;
    margin-bottom: 40px;
}
.frm-btn_txtBOX dl {
    display: flex;
	flex-direction: row;
	flex-wrap: wrap;
    margin-bottom: 10px;
}
.frm-btn_txtBOX dt {
    width:2%;
}   
.frm-btn_txtBOX dd {
    width:98%;
    font-size: 1rem;
}
.frm-btn_check {
    text-align: center;
    margin-bottom: 40px;
}
.frm-btn {
    text-align: center;
}
.frm-btn input {
    background-color: #68adb4;
    color: #fff;
    width: 50%;
    height: 80px;
    font-size: 1.2rem;
    border: none;
    border-radius: 50px;
    box-shadow: 1px 1px 5px #999;
    -moz-box-shadow: 1px 1px 5px #999;
    -webkit-box-shadow: 1px 1px 5px #999;
    -o-box-shadow: 1px 1px 5px #999;
    -ms-box-shadow: 1px 1px 5px #999;
}
/*---------------------------------------------------- */
.foot_txt {
    text-align: center;
    font-size: 0.8rem;
}





/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (min-width:681px) and (max-width:1000px) {
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
    padding: 2% 0;
}
.logo {
    width: 30%;
}
.firstviewBOX_point {
    width: 85%;
}
.fv_box_link {
    top: 74%;
    transform: translate(-50%, -74%);
}
.fv_box_link a {
    line-height: 40px;
}
/*-------------------------------------- */
.Base_box {
    width: 90%;
}
.worries_img01 img {
    text-align: center;
}
.worries_img01,
.worries_img02,
.worries_img03,
.worries_img04 {
    width: 100%;
}
.Flow_box_img {
    width: 50%;
    margin: 0 auto 10px;
}
.Flow_box_img img {
    width: 50%;
}
.Flow_box_ttl {
    font-size: 1rem;
}
.Flow_box_txt {
    font-size: 0.9rem;
}
/*--------------------- */
.Flow_web_box {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 2%;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}
.Flow_web_img {
    width: 26%;
    text-align: center;
}
.Flow_web_img img {
    max-width: 100%;
    height: auto;
}
.Flow_web_txtBOX {
    width: 37%;
    padding-right: 3%;
    box-sizing: border-box;
}
.Flow_ttl {
    font-size: 1rem;
}
.Flow_txt {
    font-size: 0.9rem;
}

/*-------------------------------------- */
.form_box_ttl {
    width: 40%;
}
.form_box_form,
.form_box_radio,
.form_box_sel {
    width: 60%;
}
.form_box_sel select {
    width: 90%;
}
.frm-btn_txtBOX {
    padding: 3% 3% 2%;
}
.frm-btn_txtBOX dt {
    width: 4%;
}
.frm-btn_txtBOX dd {
    width: 96%;
}
.frm-btn input {
    height: 60px;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 680px) {
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

.firstview {
    background-color: #e9e1d4;
    padding: 0 3% 5%;
    box-sizing: border-box
}
header {
    padding: 2% 0;
}
.logo {
    width: 50%;
}
.firstviewBOX_point {
    justify-content: space-between;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -0%);
    width: 100%;
}
.fv_box {
    margin: 0;
    width: 31%;
    box-sizing: border-box;
}
.fv_box_text,
.fv_box_text span {
    font-size: 12px;
}
.fv_box_link {
    width: 80%;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, -10%);
}
.fv_box_link a {
    line-height: 40px;
}

.Base_box {
    width: 100%;
    padding: 0 3%;
    box-sizing: border-box;
}
.worries_BOX li {
    width: 49%;
    box-sizing: border-box;
    margin-bottom: 10px;
    padding: 5% 2%;
}
.worries_img01,
.worries_img02,
.worries_img03,
.worries_img04 {
    width: 50%;
}
.About_box01,
.About_box02 {
    display: block;
    margin-bottom: 25px;
}
.About_box_img {
    width:100%;
    margin-bottom: 20px;
    text-align: center;
}
.About_box_data01,
.About_box_data02 {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
}

.Voice_box {
    display: block;
}
.Voice_box li {
    width: 100%;
    margin-bottom: 40px;
}
.Voice_box_img {
    margin-bottom: 20px;
}
.Voice_box_ttl,
.Voice_box_txt {
    padding: 0 4%;
}
.Flow_box li {
    width: 32%;
}
.toggle:checked + .Label + .content {
	height: auto;
	padding:20px 3% ;
	transition: all .3s;
    font-size: 1rem;
    line-height: 2rem;
}



/*--------------------- */
.Flow_web_box {
    display: block;
}
.Flow_web_img {
    width: 100%;
    text-align: center;
}
.Flow_web_txtBOX {
    width: 100%;
    padding-right: 0%;
    padding:2%;
    box-sizing: border-box;
}
.Flow_ttl {
    font-size: 1.1rem;
}
.Flow_txt {
    font-size: 1rem;
}














/*-------------------------------------- */
.form_box tr {
    border-bottom: 0;
    align-items: center;
    padding: 0;
    margin-bottom:20px;
}
.form_box_ttl {
    width: 100%;
    display: flex;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.f_box_ttl {
    text-align: left;
    width: 70%;
}
.required {
    background-color: #fa6750;
    color: #fff;
    padding: 2px 10px 5px;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
    border-radius: 5px;
}
.form_box_form,
.form_box_sel {
    width: 100%;
}
.form_box_sel select {
    width: 90%;
}


/*-------------------------------------- */
.frm-btn_txt {
    font-size: 1rem;
    line-height: 1.5rem;
    margin-bottom: 10px;
}
.frm-btn_txtBOX {
    background-color: #fff;
    padding: 4% 4% 1%;
    border-radius: 5px;
    margin-bottom: 40px;
}
.frm-btn_txtBOX dt {
    width: 6%;
}
.frm-btn_txtBOX dd {
    width: 94%;
    font-size: 1rem;
    line-height: 1.5rem;
}
.frm-btn input {
    width: 80%;
    height: 50px;
    font-size: 1.1rem;
}
.footer {
    padding: 5% 0;
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
