﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
/* ----------------------------------------------------------------------------------------------　body　----------------------------------------------------------------------------------------------------------------- */
body{
    overflow:hidden;
}

/* body,a{cursor: none}
 */

#page02, #page03, #page04, #page05, #page06, #page07, #page08, #page09, #page10{
    position: relative;
    z-index: 2;
} 

.cursor{
    width: 8px;
	height: 8px;
	position: fixed;
	top: 0;
	left: 0;
	pointer-events: none;
	z-index: 10;
	transition: 0.3s;
	transition-property: opacity,background,width,height,transform
}

.cursor::before {
    content: " ";
    display: block;
    width: 65px;
    height: 65px;
    position: relative;
    top: -22px;
    left: -18px;
    opacity: 1;
    transition: 0.3s;
    background-image: url("../img/cursor.png");
    background-size: contain;
    background-repeat: no-repeat;
}

.cursor.is-active{
	opacity: 1;
	background-color: transparent;
	transform: scale(1.8);
}

.cursor::after{
content: " ";
display: block;
background-size: cover;
width: 100px;
height: 100px;
opacity: 0;
transition: 0.3s;
position: relative;
top: -100px;
left: -37px;
}

.cursor.is-active::after{
background-image: url("/Files/img/cursor_hover.png");
opacity: 1;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
}

.cursor.is-active2::after{
background-image: url("/Files/img/cursor_hover2.png");
opacity: 1;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
}

.cursor.is-active3:after{
background-image: url("/Files/img/cursor_hover3.png");
opacity: 1;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
}

.cursor.is-active4:after{
background-image: url("/Files/img/cursor_hover4.png");
opacity: 1;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
}

.cursor.is-active5:after{
background-image: url("/Files/img/cursor_hover5.png");
opacity: 1;
-webkit-animation: rotate 30s linear infinite;
animation: rotate 30s linear infinite;
}

@keyframes rotate {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}

/* font -----------------------------------------------------------------------------*/

:root {
    --font-jp: 'Zen Maru Gothic', sans-serif;
    --font-jp2: 'Zen Maru Gothic', sans-serif;
    --font-en: "Quicksand", sans-serif;
}

body{
	font-family:  var(--font-jp) !important;
}

h2, h3, h4{
	font-family:  var(--font-jp) !important;
}

.attach_txt, .fon_jos, .more a,.footer_tel a, .head_tel a, .qa_type3 .con_no, #con_nav li:last-child a{
	font-family:  var(--font-en) !important;
	font-weight: 500;
}

input, .catch h2,.catch .font_4up{
	font-family:  var(--font-jp) !important;
}

#top_contents1 h2,#top_contents2 h2,#top_cms h2,.title_box h2,.gyoumu_box h2{
        font-size: calc(1rem + 11px);
}

#top_contents1 h2 {
    font-size: calc(1rem + 16px);
}

.font_2dw{
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

/* font -----------------------------------------------------------------------------*/
#top_cms .more{
    margin-left: auto;
    margin-right: auto;
}
.more{
	width: 200px;
}
.more a{
    border-radius: 15px;
    padding: 15px;
}

.more a{
    color: var(--black);
    /*border: solid 1px var(--black);
    box-shadow: 3px 3px 0 var(--black);*/
    border: none;
}
.more a:hover{
    box-shadow: none;
    color: var(--white);
    background-color: var(--color6);
    /*border: solid 1px var(--black);*/
    border: none;
}

/* color -----------------------------------------------------------------------------*/
:root{
    --color1: #a9d9ba;
    --color2: #dbf5e4;
    --color3: #eff6fb;
    --color4: #a8dff4;
    --color5: #8FCBD9;
    --color6: #1da9ec;
    --white: #ffffff;
    --black: #36312c;
    --black: #83614c;
    --gray:#b7b7b7;
    --color6: #83614c;
}

body,.txt_color_nomal,.hvr_txt_color_nomal:hover{color: var(--black);}
.txt_white,.hvr_txt_white:hover{color: var(--white);}
.txt_color1,.hvr_txt_color1:hover{color: var(--color6);} /* メインカラー */
.txt_color2,.hvr_txt_color2:hover{color: var(--color2);} /* サブカラー */
.txt_color3,.hvr_txt_color3:hover{color: var(--color3);} /* アクセントカラー1 */
.txt_color4,.hvr_txt_color4:hover{color: var(--color4);} /* アクセントカラー2 */
.txt_color5,.hvr_txt_color5:hover{color: var(--color5);} /* アクセントカラー2 */
.txt_color6,.hvr_txt_color6:hover{color: var(--color6);} /* アクセントカラー2 */

/* background-color */
.bg_white,.hvr_bg_white:hover{background-color: var(--white)} /* 白背景 */
.bg_black,.hvr_bg_black:hover{background-color: var(--black);} /* 黒背景 */
.bg_color1,.hvr_bg_color1:hover{background-color: var(--color1);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color2);} /* サブカラー */
.bg_color3,.hvr_bg_color3:hover{background-color: var(--color3);} /* アクセントカラー1 */
.bg_color4,.hvr_bg_color4:hover{background-color: var(--color4);} /* アクセントカラー2 */
.bg_color5,.hvr_bg_color5:hover{background-color: var(--color5);} /* アクセントカラー3 */
.bg_color6,.hvr_bg_color6:hover{background-color: var(--color6);} /* アクセントカラー4 */
.bg_color_clear,.hvr_bg_color_clear:hover{background-color: transparent!important;}
/* border-color ※!important */
.border_white,.hvr_border_white:hover{border-color: var(--white);}
.hvr_border_black:hover{border-color: var(--black);}
.border_black{border-color: var(--gray);}
.border_color1,.hvr_border_color1:hover{border-color: var(--color1);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color2);}
.border_color3,.hvr_border_color3:hover{border-color: var(--color3);}
.border_color4,.hvr_border_color4:hover{border-color: var(--color4);}
.border_color5,.hvr_border_color5:hover{border-color: var(--color5);}
.border_color6,.hvr_border_color6:hover{border-color: var(--color6);}

.linkStyle{
    color: var(--color6);
    border-bottom:solid 1px;
}

.linkStyle:hover{
	color: var(--black);
	opacity: 0.7;
	transition: all 0.5s;
}

#sp_nav .sp_nav_ul1 li a {
    color: var(--color6);
}

#sp_nav .list_wrap h3 {
    border-color: var(--color6);
    color: var(--color6);
}

#sp_nav .sp_nav_ul2 li a{
    color: var(--black);
}

body#body {
    background: var(--white);
}



/* ---------------------------------　疑似要素　▼　----------------------------------------- */
#main_img,#top_news,#top_contents1, #top_contents3, #top_cms, #footer, #footer_info,#page_title,.page_title_bg, .footer_item{position: relative;}
/*装飾に便利なposi_rel*/

/*装飾に便利な疑似クラス設定*/
#main_img:before,#main_img:after,#top_news:before,#top_news:after, #top_news::before, #top_news::after,#top_contents1:before,#top_contents1:after,#top_contents3:before,#top_contents3:after,#top_cms:before,#top_cms:after,#footer_info:before,#footer_info:after,#footer:before, #foote:after,#page_title:before,.page_title_bg:after, .footer_item:before{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/* ---------------------------------　疑似要素　▲　----------------------------------------- */

#con_nav li a p {
    font-size: -webkit-calc(1rem + -4px);
    font-size: calc(1rem + -4px);
}

/* ------------------------------　つなぎデザイン　▼------------------------------ */


/*#top_news::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami1.png);
    background-size: cover;
    left: 0;
    top: -1px;
    z-index: 0;
}

#top_contents1::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami2.png);
    background-size: cover;
    left: 0;
    top: 40px;
    z-index: 0;
}

#top_contents1::after {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami3.png);
    background-size: cover;
    left: 0px;
    bottom: -40px;
    z-index: 1;
}

#top_contents3::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami4.png);
    background-size: cover;
    left: 0;
    top: -40px;
    z-index: 0;
}

#top_cms::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami5.png);
    background-size: cover;
    left: 0;
    top: -1px;
    z-index: 0;
}

#footer_info::after {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami6.png);
    background-size: cover;
    left: 0;
    top: -1%;
    z-index: 0;
}

#footer::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami7.png);
    background-size: cover;
    left: 0;
    top: -50px;
    z-index: 1;
}

.footer_item:before{
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami8.png);
    background-size: cover;
    left: 0;
    top: -50px;
    z-index: 1;
}

#page_title::before {
    width: 100%;
    height: 50px;
    background-image: url(/Files/img/nami7.png);
    background-size: cover;
    left: 0;
    bottom: 0%;
    z-index: 1;
}

.page_title_bg::after {
    width: 100%;
    height: 100px;
    background-image: url(/Files/img/nami7.png);
    background-size: cover;
    left: 0;
    top: 100%;
    z-index: 0;
}
*/

/* ------------------------------　つなぎデザイン　▲------------------------------ */

/* ----------------------------------------------------------------------------------------------　top　----------------------------------------------------------------------------------------------------------------- */
/*#loader {
    background-image: url(/Files/img/bg_img1.png),url(/Files/img/bg_img2.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left,top right;
}*/

.cate_list li{
    background-color: var(--color6);
    border-radius: 7px;
}

.cate_list a {
    background-color: var(--color6);
    color: var(--white);
}

/*#main_img:before {
    content: '';
    background: url(/Files/img/main_item.png);
    position: absolute;
    width: 60%;
    height: 60%;
    background-size: 100% 100%;
    background-position: center;
    z-index: 1;
}*/

.main01 {
    top: -43%;
    left: -6%;
    width: 42vw;
    z-index: 3;
    transform: rotate(357deg);
}

.main02 {
    top: -52%;
    right: -17%;
    width: 35vw;
    z-index: 2;
    transform: rotate(353deg);
}

.main03 {
    bottom: -40%;
    left: -7%;
    width: 35vw;
    z-index: 2;
}

.main04 {
    bottom: -42%;
    right: -10%;
    width: 35vw;
    z-index: 2;
}



/* ------------------------------　intro　▼---------------------------------- */

.head_tel,.footer_tel{
    background-color: #bbeacc;
    font-size: 1.5rem;
    font-weight: bolder;
    border: none;
    padding: 0;
}

.head_tel .font_2dw{
    font-size: 13px!important;
    letter-spacing: 0px;
}

.head_tel span,
.footer_tel span{
    font-size: 1.2rem;
    position: relative;
    z-index: 1;
}

.head_tel a {
    font-size: 24px !important;
    letter-spacing: 0px;
}

/* ------------------------------　intro　▲---------------------------------- */

/* ------------------------------　contents1　▼------------------------------ */

#top_contents1 .con_title {
    color: var(--color6);
}

/* ------------------------------　contents1　▲------------------------------ */

.attach_bg {
    background: -webkit-linear-gradient(165deg, rgba(243, 166, 140, 1) 0%, rgba(223, 255, 237, 1) 100%);
    background: linear-gradient(165deg, rgb(243 226 140) 0%, rgb(255 248 223) 100%);
    opacity: 0.5;
}

/* ------------------------------　contents2　▼------------------------------ */

.cms_title h3 {
    /*color: var(--color6);*/
    color: var(--black);
}

/* ------------------------------　contents2　▲------------------------------ */

/* ------------------------------　contents3　▼------------------------------ */

#top_contents1 .con_title,#top_contents3 .con_title{
    padding-left: 0px;
    font-size: -webkit-calc(1rem + 21px);
    font-size: calc(1rem + 21px);
}

#top_contents1 .con_title,#top_contents3 .con_title{
    color: var(--black);
    padding-top: 15px;
    padding-bottom: 15px;
    /*background-image: url(/Files/img/obj2.gif);*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0% 100%;
}

#top_contents3 .con_before {
    display: none;
}

.con3_box1::before, .con3_box2::before, .con3_box3::before {
    content: '';
    position: absolute;
    display: block;
}

/*.con3_box1::before {
    width: 180px;
    height: 160px;
    background: url(/Files/img/con3_box_img1.png) no-repeat;
    background-size: contain;
    bottom: -28%;
    right: 11%;
    z-index: 2;
    animation: swing2 1s steps(2, start) infinite;
}*/

/*.con3_box2::before {
    width: 180px;
    height: 180px;
    background: url(/Files/img/con3_box_img2.png) no-repeat;
    background-size: contain;
    bottom: 39%;
    right: 17%;
    z-index: 2;
    animation: swing1 1s steps(2, start) infinite;
}

.con3_box3::before {
    width: 180px;
    height: 180px;
    background: url(/Files/img/con3_box_img3.png) no-repeat;
    background-size: contain;
    bottom: 2%;
    right: 65%;
    z-index: 2;
    animation: swing2 1s steps(2, start) infinite;
}*/

@keyframes swing1{
    0% {
    transform: rotate(10deg);
    }
    100% {
    transform: rotate(-10deg);
    }
}
@keyframes swing2{
    0% {
    transform: rotate(-10deg);
    }
    100% {
    transform: rotate(10deg);
    }
}

/* ------------------------------　contents3　▲------------------------------ */

.attach_bg{
	background: -webkit-linear-gradient(165deg, rgba(243, 166, 140, 1) 0%, rgba(223, 255, 237, 1) 100%);
    background: linear-gradient(165deg, rgb(205 255 203) 0%, rgba(223, 255, 237, 1) 100%);
    opacity: 0.5;
    background: transparent;
}

/*.cms_title, .attach_txt{
    background-image: url(/Files/img/obj.gif);
    background-position: center top;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 65px;
}

 #page_title .title_wrap{
    background-image: url(/Files/img/obj3.gif);
    background-position: center top;
    background-size: 125px;
    background-repeat: no-repeat;
    padding-top: 65px;
}
*/

.cms1inner .cms_title {
    background: none;
    padding-top: 0;
}

/* ---------------------------------------　footer　▼--------------------------- */

footer {
    background-color: var(--color4) !important;
}

footer:before{
        content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -99%;
    left: 50%;
    background-image: url(/files/img/foot_sou.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-size: cover;
    pointer-events: none;
    z-index: 0;
}

#footer {
    padding: 50px 0 50px;
    max-width: 1280px;
    margin: auto;
}

.footer_h1 {
    text-align: center;
    border-top: 1px solid white;
}

#footer_info_logo {
    padding: 0;
}



/* ---------------------------------------　footer　▲--------------------------- */

.fixbnr {
    left: 30px;
    right: auto;
    bottom: 20px;
    width: 180px;
    position: fixed;
}

/* -----------------------------------------------------------------------------------------------　下層ページ　--------------------------------------------------------------------------------------------------------- */

#page_title .title_wrap {
    color: var(--color6);
    text-shadow: var(--white) 1px 1px 0, var(--white) -1px -1px 0, /*右下、左上*/ var(--white) -1px 1px 0, var(--white) 1px -1px 0, /*右上、左下*/ var(--white) 0px 1px 0, var(--white) 0 -1px 0, /*右、左*/ var(--white) -1px 0 0, var(--white) 1px 0 0;
}

#page_title .title_img .con2_bg {
    opacity: 0;
}

.page_title_bg {
    background-color: var(--color2);
}

/*  -----------------------------------　お知らせ　▼ ----------------------------------- */

.qa_type3 .con_no{
	left: 20px;
	top: 15px;
	color: var(--black);
}
.qa_type3 .cate_box .box_title1, .qa_type3 .cate_box .box_txt1{
	min-height: 1.5em
}

.qa_type3 .cate_box .box_title1 {
    background-color: var(--color4);
    color: var(--black);
}

.qa_type3 .cate_box .box_txt1 {
    background-color: white;
    color: var(--black);
    border: 1px solid #efefef;
}

/*.qa_type3 .box_q{
	background-image: url(../img/icon_q.png);
	background-repeat: no-repeat;
	background-position: top 2px left;
	background-size: 60px
}*/
.qa_type3 .box_a{
	/*background-image: url(../img/icon_a.png);*/
	background-image: none;
	background-repeat: no-repeat;
	background-position: top 2px right;
	background-size: 60px
}
/*.qa_type3 .box_q, .qa_type3 .box_a{
	padding: 0 90px;
	position: relative;
}*/


.qa_type3 .box_q, .qa_type3 .box_a {
    padding: 0 120px;
    position: relative;
}


.qa_type3 .box_q .box_title1::before, .qa_type3 .box_a .box_txt1::before{
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    pointer-events: none;
    position: absolute;
    border-color: rgba(0, 0, 0, 0);
}
/*.qa_type3 .box_q .box_title1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 10px;
    border-right-width: 15px;
    margin-top: -10px;
    border-right-color: var(--color4);
    right: 100%;
    top: 34px;
}*/


.qa_type3 .box_q .box_title1:before {
    border-top-width: 15px;
    border-bottom-width: 10px;
    border-left-width: 40px;
    border-right-width: 90px;
    margin-top: -10px;
    border-right-color: var(--color4);
    right: 97%;
    top: 45px;
    transform: rotate(-15deg) skewX(40deg);
}


.qa_type3 .box_a .box_txt1::before{
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 15px;
    border-right-width: 10px;
    margin-top: -10px;
    border-left-color: var(--white);
    left: 100%;
    top: 35px;
    display: none;
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
.qa_type3 .box_q{
	padding-right: 0
}
.qa_type3 .box_a{
	padding-left: 0;
	padding-right: 0;
}
.qa_type3 .con_no{
    top: 13px;
}
}

/*  -----------------------------------　お知らせ　▲ ----------------------------------- */

/* -----------------------------------　〇〇〇について　▼------------------------ */

.flow_type3 .cate{counter-reset: box;}

.flow_type3 .cate_box{counter-increment: box;}

.flow_type3 .box_item{padding-top: 60px;}

.flow_type3 .box_title1{z-index: 0;font-weight: 500;}

.flow_type3 .cate_box .box_img1 {
    border-radius: 25px;
}

.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}

.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: var(--color4);
	left: 0;
	top: -70px;
	z-index: -1;
	font-family: var(--font-en);
}

.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}

/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}

.flow_type3 .box_item {
    padding-top: 36px;
}

}

/* -----------------------------------　〇〇〇について　▲-------------------------------- */


/*  -----------------------------------　業務内容 ▼ ----------------------------------- */

#cms_3-e .cate_title {
    color: var(--color6);
    font-weight: bold;
}

/*  -----------------------------------　業務内容 ▲ ----------------------------------- */


/*  -----------------------------------　募集要項　▼- ------------------------------------ */
/*  ------------------------------------　募集要項　▲- ----------------------------------- */

/* *  -----------------------------------　1日の流れ　▼*  ----------------------------------- */
#cms_7-b .cate_box .box_item h3 {
    color: var(--color6);
}

/* *  -----------------------------------　1日の流れ　▲*  ------------------------------------ */

/* -----------------------------------　お問い合わせ　▼*  -----------------------------------*/

.tel_wrap {
    padding: 50px 10px;
}

#page08 .txt_color1, #page08 .hvr_txt_color1:hover {
    color: var(--black);
}

/* -----------------------------------　お問い合わせ　▲*  ----------------------------------- */

/*--会社情報 start--*/

.border_color1, .hvr_border_color1:hover {
    border-color: var(--black);
}

.txt_color1, .hvr_txt_color1:hover {
    color: var(--black);
}


/*--会社情報 end--*/

/* *  -----------------------------------　プライバシーポリシー ▼*  ----------------------------------- */

.privacy_box h3 {
    color: var(--black);
    display: inline-block;
    padding: 3px 15px;
    border-radius: 10px;
    position: relative;
}

.privacy_box h3:before{
        content: "";
    display: block;
    width: 100%;
    height: 0.5em;
    position: absolute;
    top: calc(100% - 0.5em);
    left: 50%;
    background-color: var(--color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    border-radius: 5px;
    z-index: -1;
}

/*koko*/

/* *  -----------------------------------　プライバシーポリシー ▲*  -----------------------------------*/


/**  -----------------------------------　サイトマップ　▼*  ----------------------------------- */

#page10 ul.sitemap_wrap li a{
    border-color: var(--black);
    color: var(--black);
}



/**  -----------------------------------　サイトマップ　▲*  ---------------------------------- */



/*--20250519 correct start ore--*/

#wrap{
    background-color: white;
}

#con_nav a img{
    max-width: 115px;
}

.mainwrap-r {
    width: 300px;
}

.mainwrap-l {
    width: calc(100% - 300px);
}

#con_nav li a:hover img{
    transform: scale(0.9);
    transition: all 0.3s;
}

#con_nav li a img{
    transition: all 0.3s;
}

#menu{
    margin: auto;
    width: 90%;
    max-width: 1280px;
    margin-bottom: 100px;
    margin-top: 80px;
}

#menu a{
    display: block;
    height: 100%;
    transition: all 0.3s;
}

#menu figure{
    border-radius: 40px;
}

#menu .cate_box{
    position: relative;
}

#menu .cate_box figure a:hover{
    transform: scale(1.05);
    transition: all 0.3s;
}

#menu .cate_box.contents > span{
    display: block;
    max-width: 150px;
    margin: auto;
    position: absolute;
    z-index: 1;
    left: 50%;
    top:  50%;
    transform: translate(-50%, -50%);
}

#menu .cate_box:not(.contents) > span{
    display: block;
    max-width: 70px;
    margin: auto;
    margin-right: 0;
    position: absolute;
    z-index: 1;
    right: -1px;
    top: -1px;
}

.insta{
    width: 90%;
    margin: auto;
    background-color: #ffffff;
    box-sizing: border-box;
    border-radius: 50px;
    max-width: 1500px;
    padding: 5% 3%;
    border: 2px solid #dadada;
    margin-bottom: 50px;
}

.insta h3{
    display: inline-block;
    margin-left: calc(1em + 5px * 3);
    position: relative;
}

.insta h3:before{
    content: "";
    display: block;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    left: calc(-1em - 5px * 3);
    background-image: url(/files/img/insta_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-size: contain;
    pointer-events: none;
}

.more a:after{
    display: none;
}

.faq{
    background-color: #e9f6fe;
    border: none;
    margin-bottom: 100px;
}

#header .line{
    margin: 15% auto 20%;
    /*margin-left: 20%;*/
    text-align: center;
}

#con_nav{
    padding-top: 0;
    padding-bottom: 20px;
}

.con_navbar.is-fixed {
    position: relative !important;
}

.toppage, .under_page{
    margin-top: 0 !important;
    z-index: 1;
}

.sora{
    position: relative;
}

.sora:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    background-image: url(/files/img/sora.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 0;
    opacity: 1;
}

.cms1inner{
    background-color: transparent !important;
}

#con_nav li:last-child a {
    padding: 20px 40px 20px;
    height: auto;
    border-radius: 20px;
    color: #80614c;
    margin-right: 0;
}

.swiper-slide {
    opacity: 1 !important;
}

:root {
    --color1: #fff4a4 !important;
    --color2: #f9e54d !important;
    --color-b: #83614c;
    --color-p: #fff0ef;
}

.head_tel, .footer_tel {
    /*background-color: var(--color1);*/
    background-color: transparent;
}

#page-top {
   display: none;
}

#con_nav ul li.d_flex{
    width: 35%;
    max-width: none;
}

.border_color2, .hvr_border_color2:hover {
    border-color: #afa9a2;
}

#cms_2-h .cate > div.d_flex:first-child{
    border-radius: 50px;
}

#top_contents3 .con3_box1 {
    transform: rotate(-0deg);
}

#top_contents3 .con3_box1 {
    transform: rotate(-0deg);
}

figure{
    border-radius: 30px;
    overflow: hidden;
}

.cms_box .qa_type3 .box_a div.box_txt1{
    background-color: white;
}

.under_page .main_wrap-r div h1{
    padding: 20px 0px;
}

.cus_tit{
        display: block;
    margin: auto;
    text-align: center;
    margin-top: calc(30% + 6em);
    font-size: 30px;
    position: relative;
}

.cus_tit span{
    display: inline-block;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    top: -4em;
}

.cus_tit span img{
        max-width: 3em;
}

#wrap{
    min-width: 1280px;
}

#page_title .title_img {
    height: calc(100vh - 150px - 50px);
    border-radius: 30px 30px 30px 30px;
}

#page_title .title_wrap {
    opacity: 0;
}

#footer_info > div{
    background-color: transparent;
    padding-bottom: 50px;
}

#footer_info > div > div{
    border-radius: 30px;
    background-color: #def0f9;
    padding: 0px 40px;
    max-width: 1500px;
}

.under_page .sou{
        z-index: -1;
    position: absolute;
    margin-top: 0%;
    height: 200px;
    pointer-events: none;
    display: block;
    width: 100%;
    background-color: #e0f0f9;
    opacity: 1;
}

.under_page .sou:before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: calc(-100% + 3px);
    left: 50%;
    background-image: url(/files/img/sou_ue.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, 0%);
    background-size: 100%;
    pointer-events: none;
    min-width: 1500px;
    display: none;
}

.under_page .sou:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: calc(-100% + 3px);
    left: 50%;
    background-image: url(/files/img/sou_sita.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-size: 115%;
    pointer-events: none;
    min-width: 1500px;
    display: none;
}

.toppage  #mainwrap .kumo{

}

.under_page #mainwrap:before, .toppage  #mainwrap:before{
    content: "";
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    top: 85%;
    left: 0%;
    background-image: url(/files/img/w_kumo.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    animation: cloudanime 1.3s ease-in-out infinite alternate-reverse;
}


@keyframes cloudanime {
    0% {
        /*transform: translateY(-15%);*/
        margin-top: -2px;
    }
    100% {
        /*transform: translateY(15%);*/
        margin-top: 2px;
    }
}


.swiper-container {
    height: calc(100vh - 150px) !important;
}

#main_img {
    height: calc(100vh - -20px);
    max-height: 100%;
}

#top_news .cms1inner{
    position: relative;
}

#top_news:before{
        display: block;
    width: 300px;
    height: 300px;
    position: absolute;
    top: 85%;
    left: 90%;
    background-image: url(/files/img/w_kumo_r.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    animation: cloudanime 1.3s ease-in-out infinite alternate-reverse;
}

.con3_box1:after{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100%;
    left: -5%;
    background-image: url(/files/img/kumo1.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    animation: cloudanime 1.3s ease-in-out infinite alternate-reverse;
}

.con3_box2:after{
    content: "";
    display: block;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 65%;
    left: 95%;
    background-image: url(/files/img/kumo2.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(0%, -50%);
    background-size: contain;
    pointer-events: none;
    z-index: 2;
    animation: cloudanime 1.3s ease-in-out infinite alternate-reverse;
}

.con3_box1, .con3_box2{
    position: relative;
}

#top_contents1 .con1_img2 div{
        border-radius: 30px;
}

#top_contents1 .con1_img {
    border-radius: 30px;
        margin-top: 0px;
}

#top_cms .cms_2-h .box_wrap{
    box-shadow: none;
    background-color: #f9e54d;
    padding: 80px;
    border-radius: 50px;
}

/*.moji{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}*/

.hambuger_text, .hambuger_text02 {
        color: var(--color6);
    }

.hamburger_line {
    background-color: rgb(131, 97, 76) !important;
}

#attach_area, #top_contents3{
    display: none;
}

#top_contents1{
    margin: auto;
    margin-top: -90px;
}

#con_nav ul li {
    padding: 0 10px;
}

.fixbnr{
    display: none !important;
}

#cms_3-e .cate_title {
    color: var(--color-b);
}

div.qa_type3 .box_item > img.face{
    position: absolute;
    /*max-width: 60px;*/
    max-width: 90px;
    top: 0px;
    left: 0px;
}

.cms_2-h div.grid_12.pd_10px{
    padding: 10px 30px;
}

#con_nav .con_navbar li:nth-child(4){
    display: none;
}

.under_page #mainwrap{
    margin-bottom: 100px;
}

.swiper-container .swiper-wrapper .swiper-slide {
    border-radius: 25px;
}

div.line div{
    position: relative;
        display: block;
    width: 11em;
    margin: auto;
    font-size: 19px;
} 

div.line div span{
    content: "";
    display: block;
    width: 0em;
    height: 0.5em;
    position: absolute;
    top: calc(100% - 0.5em);
    left: 1em;
    background-color: var(--color1);
    -webkit-transform: translate(-0%, -50%);
    transform: translate(-0%, -50%);
    pointer-events: none;
    z-index: -1;
    border-radius: 5px;
    transition: all 2s;
}

div.line.add div span{
    transition: all 2s;
    width: 9em;
}

div.line.add div:nth-of-type(2) span{
    transition-delay: 1s;
}

#footer_info .info_txt_wrap .txt_color1, #footer_info .info_txt_wrap .hvr_txt_color1:hover {
    color: var(--black);
}

#header h1{
    padding: 20px 10px;
}

.con1_txt_wrap .con_txt{
    font-size: 1.2em;
}

.under_page　h1{
    padding: 20px 0;
}

.head_tel a, .footer_tel a{
    position: relative;
    z-index: 1;
}

.head_tel a:before, .footer_tel a:before{
    content: "";
    display: block;
    width: 80%;
    height: 0.5em;
    position: absolute;
    top: calc(100% - 0.5em);
    left: 50%;
    background-color: var(--color1);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 0;
    border-radius: 5px;
    /* transition: all 2s;*/
}

.con_navbar{
    max-width: 1450px;
    margin: auto;
}

#cms_2-h .cate .cate_title_wrap.tit{
    text-align: center;
    padding: 0;
    text-indent: -0.1em;
    letter-spacing: 0.1em;
}

/*#cms_2-h .box_wrap > div:nth-of-type(2n) figure{
    transform: translate(10%, 10%);
}

#cms_2-h .box_wrap > div:nth-of-type(3n) figure{
    transform: translate(15%, -35%);
}

#cms_2-h .box_wrap > div:nth-of-type(4n) figure{
    transform: translate(-15%, -20%);
}

#cms_2-h .box_wrap > div:nth-of-type(5n) figure{
     transform: translate(10%, 30%);
}*/

.waku{
    border: 5px solid #a8dbee;
    border-radius: 30px;
    color: #427090;
    font-size: 20px;
    overflow: hidden;
    padding: 0px 0px;
    width: 45% !important;
    background-color: #a8dbee;
    background-color: white;
}

.waku .box_title2{
    padding: 15px 0;
    font-size: 26px;
    padding-bottom: 0;
    background-color: white;
}

.waku .box_title3{
        font-size: 32px;
        margin-top: -1px;
        background-color: white;
        font-feature-settings: "palt";
        text-align: center;
}

.waku .box_item{
    padding: 0;
}

.waku .box_title1{
        font-size: 27px;
    text-align: center;
    background-color: #a7daed;
    font-weight: bold;
    padding: 15px 0;
}

.waku .box_txt1{
    font-size: 22px;
    line-height: 1.5em;
    font-weight: bold;
    /*letter-spacing: -0.05em;*/
    letter-spacing: -0.01em;
    padding: 20px;
    padding-top: 0;
    background-color: white;
        margin-top: -1px;
}

.waku span.test{
    display: inline-block;
}

.waku span.test:last-child{
    font-size: 50px;
}

.waku span.test:first-child{
    margin-right: 0.5em;
}

.under_page h1{
        padding: 20px 0;
}



/*--20250519 correct end ore--*/

/*--20250616 correct start ore2--*/

div.line div span {
    background-color: var(--color-p);
}

.sora:before {
    top: 100%;
    background-image: url(/files/img/top-left.png), url(/files/img/top-right.png), url(/files/img/bottom-left.png);
    background-position: top left, top right, bottom left;
    background-size: 60%;
    opacity: 1;
    mix-blend-mode: darken;
}

.insta {
    border: 2px solid rgba(131, 97, 76, 0.2);
    margin-bottom: 100px;
}

.cate_list{
    display: none;
}

.under_page .sou {
    margin-top: -40vh;
    height: 50%;
    background-color: white;
    opacity: 1;
    background-image: url(/files/img/top-left.png), url(/files/img/top-right.png), url(/files/img/bottom-left.png);
    background-position: top left, top right, -47.5% 100%;
    background-repeat: no-repeat;
    background-size: 45%;
}

/*--20250616 correct end ore2--*/

/*--20250619 correct start ore3--*/

.more a {
    border: 2px solid rgba(131, 97, 76, 0.2);
    background-color: white;
}

.more a:hover {
    background-color: var(--color1);
    color: var(--black);
    border: 2px solid #fff4a4;
}

#footer_info div.info_txt_wrap{
        margin-top: 0;
    width: auto !important;
}

#page02 div#cms_2-h .box_wrap h3.cate_title{
    position: relative;
    display: inline-block;
}

#page02 div#cms_2-h .box_wrap h3.cate_title:before{
    background-color: var(--color-p);
    content: "";
    display: block;
    width: calc(100% + 0.5em);
    height: 0.5em;
    position: absolute;
    top: calc(100% - 0.5em);
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
    border-radius: 5px;
}

.cloud .under_page #mainwrap:before{
    background-image: url(/files/img/kumo.png);
}



/*--20250619 correct end ore3--*/

/*--20250703 correct start--*/

section#menu div.cate_box:first-child{
    pointer-events: none;
}

.insta .cate_box{
    pointer-events: none;
}

#cms_3-e .cate{
    padding-top: 100px;
    margin-top: -100px;
}

/*--20250703 correct end--*/

@media all and (-ms-high-contrast: none){
}
/*-------------------------------------------------------------------------------------------------------1700--------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 1700px){
}

/*---------------------------------------------------------------------------------------------------------1536------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1536px){

#main_img {
    height: calc(100vh - 160px);
    max-height: 780px;
}

.catch {
    bottom: 48%;
    left: 10%;
    width: 40%;
}

#top_contents3::before {
    left: 0;
    top: -45px;
}

}

/*------------------------------------------------------------------------------------------------------1530 × 735---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1530px){

.catch {
    bottom: 29%;
    left: 10%;
    width: 40%;
}

.triangle01 {
    bottom: -10px;
    right: -10px;
    width: 40vw;
    height: 62%;
}

}


/*-----------------------------------------------------------------------------------------------------------1380---------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1400px){
    #con_nav ul li.d_flex {
    width: 30%;
}

#con_nav a img {
    max-width: 80px;
}

}


/*-----------------------------------------------------------------------------------------------------------1366----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1366px){
#main_img {
    height: calc(100vh - 240px);
    max-height: 780px;
}

.catch {
    bottom: 39%;
    left: 6%;
    width: 40%;
}

.triangle01 {
    bottom: -10px;
    right: -10px;
    width: 46vw;
    height: 62%;
}

}

/*----------------------------------------------------------------------------------------------------------1000----------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 1000px){
}

/*--------------------------------------------------------------------------------------------------------タブレット------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 768px){
.cursor,.follower{display: none;}

#main_img:before {
    width: 100%;
    height: 50%;
}

.catch {
    bottom: 40%;
    left: 5%;
    width: 90%;
}

.main01 {
    top: -13%;
    left: -6%;
    width: 42vw;
    z-index: 3;
    transform: rotate(357deg);
}

.main02 {
    top: -12%;
    right: -7%;
    width: 35vw;
    z-index: 2;
    transform: rotate(353deg);
}

.main03 {
    bottom: -10%;
    left: -7%;
    width: 35vw;
    z-index: 2;
}

.main04 {
    bottom: -12%;
    right: -10%;
    width: 35vw;
    z-index: 2;
}

#top_contents1 .con_title, #top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 12px);
    font-size: calc(1rem + 12px);
}

.font_2dw {
    font-size: -webkit-calc(1rem + 1px);
    font-size: calc(1rem + 1px);
}

.triangle01 {
    bottom: -10px;
    right: -10px;
    width: 62vw;
    height: 62%;
}

.con3_box1::before {
    bottom: -30%;
    right: 3%;
}

.con3_box2::before {
    bottom: 52%;
    right: 17%;
}



.con3_box3::before {
    bottom: 17%;
    right: 65%;
}

#foot_nav li a {
    padding: 15px;
}

.info_txt_wrap {
    background-color: transparent;
}

#top_contents1::before {
    left: 0;
    top: 56px;
}

#footer {
    padding: 100px 0 100px;
}

.footer_h1 {
    padding: 20px;
}

#footer_info .bg_white {
    padding: 70px 0 30px;
}

#footer::before {
    width: 100%;
    height: 50px;
    top: -30px;
}

#footer_info::after {
    width: 100%;
    height: 50px;
    top: 0%;
}

#wrap{
    min-width: 100%;
}

.mainwrap-r {
    width: 100%;
    order: 1;
}

.mainwrap-l {
    width: 100%;
    order: 2;
}

.cus_tit{
    display: none;
}

#page_title .title_img {
    height: calc(60vh - 150px - 50px);
    border-radius: 20px;
    min-height: 300px;
}

#page_title .title_wrap {
    opacity: 1;
    z-index: 2;
}

    .mainwrap-r h1 {
        padding-bottom: 10px;
    }

.sora:before {
    top: 60%;
    left: 50%;
}

#footer_info > div > div {
    padding: 40px;
    /*width: calc(100% - 40px);*/
}

#top_cms .cms_2-h .box_wrap {
    padding: 10px;
}

.cms_2-h .cate_title_wrap h3.cate_title{
     letter-spacing: 0.05em;
}

#top_contents1 .con1_img {
    margin: auto;
}

.con1_txt_wrap {
        padding-bottom: 50px;
    }

.con1_txt_wrap .con_txt{
    text-align: center;
}

.qa_type3 .box_q .box_title1:before {
    right: 93%;
}

.qa_type3 .box_q, .qa_type3 .box_a {
    padding-right: 0;
}

.waku .box_title2 {
    font-size: 20px;
            padding: 10px 20px;
        letter-spacing: -0.05em;
        margin-top: 10px;
}

.waku .box_title3 {
       font-size: 18px;
    letter-spacing: -0.02em;
}

.waku span.test:last-child {
    font-size: 25px;
}

.waku .box_txt1 {
    font-size: 16px;
    letter-spacing: -0.025em;
}

#header .line {
    margin: 5% auto 10%;
}

/*here2 タブレット end*/

}

/*--------------------------------------------------------------------------------------------------------スマホ----------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 667px){
#mainwrap {
    padding: 15px 15px 0 15px;
    min-height: 100%;
}	

#main_img {
            height: calc(100vh - 240px);
        max-height: 100%;
        padding: 0;
}

#top_news::before {
            width: 250px;
        height: 250px;
            top: 85%;
    left: 50%;
}

#top_contents1::before {
    left: 0;
    top: 86px;
    height: 20px;
}

#top_contents1::after {
    height: 20px;
    bottom: -19px;

}

#top_contents3::before {
    top: -18px;
    height: 20px;
}

#footer::before {
    width: 100%;
    height: 20px;
    top: -20px;
}

#top_cms::before {
    width: 100%;
    height: 20px;
    top: -1px;
}

#footer_info::after {
    width: 100%;
    height: 20px;
    top: 0%;
}

.footer_item:before{
    height: 20px;
    top: -20px;
}

#top_contents1 .con_title, #top_contents3 .con_title {
    padding-top: 15px;
    padding-bottom: 15px;
    background-size: 15%;
    background-position: 0% 25%;
}

#top_contents1 .con_title, #top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 8px);
    font-size: calc(1rem + 8px);
}

.font_2dw {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

.font_4up_sp {
    font-size: -webkit-calc(1rem + 2px);
    font-size: calc(1rem + 2px);
}

#top_contents3 .con_title {
    letter-spacing: 0;
    padding-left: 10px;
}

.footer_txt {
    font-size: 15px;
}

#cms_5-b .cate_box .open_bt .box_title1, .cms_5-b .cate_box .open_bt .box_title1 {
    margin-left: 30px;
}

.con3_box1::before {
    width: 160px;
    height: 160px;
    bottom: -1%;
    right: 59%;
}

.con3_box2::before {
    width: 110px;
    height: 110px;
    bottom: 63%;
    right: 63%;
}

.con3_box3::before {
    width: 120px;
    height: 120px;
    bottom: 30%;
    right: 40%;
}


.catch {
    bottom: 38%;
    left: 6%;
    width: 89%;
}

#footer {
    padding: 30px 0 30px;
}

#footer_info .bg_white {
    padding: 70px 0;
}

.fixbnr {
    left: 20px;
    bottom: 20px;
    width: 120px;
}

#page_title .title_wrap h2 {
    font-size: 22px;
    letter-spacing: -0.02em;
}


/*here*/

#header .line {
    margin: 20px auto 20px;
    text-align: center;
}


.sora:before {
    top: 20%;
    left: 50%;
    background-size: cover;
}

.under_page #mainwrap:before, .toppage #mainwrap:before {
    width: 250px;
    height: 250px;
    top: 100%;
}

#top_contents1 .con1_img {
        margin-top: 50px;
    }

#top_cms .cms_2-h .box_wrap {
    padding: 0px;
    border-radius: 0px;
}

#menu figure {
    border-radius: 20px;
}

    .mainwrap-r h1 {
        width: 220px;
        margin-left: 0;
        padding-bottom: 0;
        padding-top: 10px;
    }

#footer_info > div > div {
    padding: 40px 10px;
    width: calc(100% - 0px);
}

.under_page .mainwrap-l{
            margin: 20px auto;
}

#top_cms div.cms_title{
    width: 75%;
    margin: auto;
    margin-bottom: 50px;
}

.cms_2-h .cate_title_wrap{
     letter-spacing: 0.05em;
}

.cms_2-h div.grid_12.pd_10px {
    padding: 10px;
}

.under_page #mainwrap {
    margin-bottom: 30px;
}

.cate_list{
     margin-bottom: 50px;
}

#cms_2-h .box_wrap > div:nth-of-type(2n) figure{
    transform: none;
}

#cms_2-h .box_wrap > div:nth-of-type(3n) figure{
    transform: none;
}

#cms_2-h .box_wrap > div:nth-of-type(4n) figure{
    transform: none;
}

#cms_2-h .box_wrap > div:nth-of-type(5n) figure{
     transform: none;
}

.qa_type3 .box_q .box_title1:before {
    right: 85%;
}

.waku {
    width: 100% !important;
    margin-bottom: 10px;
}

.waku:last-of-type{
    margin-bottom: 0;
}

#page_title .title_img div.title_wrap{
    opacity: 0;
}

#page_title > div.title_wrap{
        position: relative;
    transform: none;
    top: 0;
    left: 0;
    margin-top: 0;
}

#cms_2-h div.cate_title_wrap h3.cate_title{
            font-size: -webkit-calc(1rem + 7px);
        font-size: calc(1rem + 7px);
}

#cms_2-h div.cate div.cate_title_wrap h3.cate_title{
    letter-spacing: -0.02em;
}

}
/*--スマホ end--*/


@media screen and (max-width: 320px){
#top_contents1 .con_title, #top_contents3 .con_title {
    font-size: -webkit-calc(1rem + 5px);
    font-size: calc(1rem + 5px);
    text-align: center;
}

.con3_box1::before {
    width: 120px;
    height: 120px;
    bottom: -1%;
    right: 59%;
}

.con3_box2::before {
    width: 110px;
    height: 110px;
    bottom: 65%;
    right: 64%;
}

.con3_box3::before {
    width: 120px;
    height: 120px;
    bottom: 30%;
    right: 40%;
}



}