﻿@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&display=swap');
@font-face {
font-family: "komorebi";
  src: url("./Dup/img/komorebi.eot") format("eot"),url("./Dup/img/komorebi.woff") format("woff"),url("./Dup/img/komorebi.woff2") format("woff2");
}
  
:root{--font_komorebi: "komorebi", 'Zen Kaku Gothic New', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;}
:root{--font_zenmaru: 'Zen Maru Gothic', "Yu Gothic Medium", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;}
    　
.con1_title,.intro_title, #contents .con_title,h3,h2,h4,h5,h6,.komorebi{font-family:var(--font_komorebi); transform:rotate(0.05deg);}
body, .font_sans-serif,.font_Quick,.link_type1 .link_top .link_title{font-family:var(--font_zenmaru) !important;}
.font_2dw {
    font-size: -webkit-calc(1rem - 0px);
    font-size: calc(1rem - 0px);
}

/*border-radius----------------------------------------------------------------*/
.normal_img img, .rectangle_img, square_img,.box_wrap, ul.pager li a,section#page10 ul li a,#contact_mail a,#contact_tel a { border-radius: 5px;}
ul.cate_list li a,.contact_bt a,.more a,.foot_tel_bt a,.free_bt a{border-radius: 5px;}
/*border-radius----------------------------------------------------------------*/
/* color ---------------------------------------------------------------------------------------------*/
:root{
    --color1:#724d31;
    --color2:#E88C3E;
    --color3:#6E9E54;
    --color4:#C8DB93;
    --color5:#FFD7B6;    
    --white:#FFFFFF;
    --black:#724d31;
    --beige:#FFF4E9;
}


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(--color1);} /* メインカラー */
.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 */
/* 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(--color2);} /* メインカラー */
.bg_color2,.hvr_bg_color2:hover{background-color: var(--color1);} /* サブカラー */
.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);} /* アクセントカラー2 */
.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(--color2);}
.border_color2,.hvr_border_color2:hover{border-color: var(--color1);}
.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);}
.linkStyle{color: var(--color3);
          border-bottom:solid 1px;
}
/* color ---------------------------------------------------------------------------------------------*/


/*装飾に便利なposi_rel*/
#contents_box,#contents1,#contents2,#contents3,#contents,.con1_outer, .con2_outer, .con3_outer,.img5, .img6, .img7,div#left,div#right,div#intro_wrap,#contents2_wrap,.con_reco,.intro_txt,.about_box{position: relative;}
/*装飾に便利なposi_rel*/
/*装飾に便利な疑似クラス設定*/
#main_img::before, #main_img::after, #contents_box::before, .con1_outer::after, #attach::before, .con2_outer::before,.con2_outer::after,.con3_outer::before,.con3_outer::after,#page_title .title_img::after,article .width_1280-max::before,div#contents1::before,div#contents1::after,div#contents3::before,#contents2::before,div#contents2::after,#page_title .title_img::after,#contents::before,.img5::before, .img6::before, .img7::before,div#left::before,div#right::before,div#intro_wrap::before,div#intro_wrap::after,#contents2_wrap::before,.con_reco::before,.intro_txt::before,.con_reco::after,.about_box::before,.about_box::after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    z-index: 1;
}
/*装飾に便利な疑似クラス設定*/

/*コード集*/
.fadein{
	transform: translateY(20px);
	transition: transform 1.5s ease, opacity 2s;
	transition-property: opacity,transform;
	opacity: 0;
}
.fadein.start{transform: translateY(0);opacity: 1;}
/*コード集*/
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid var(--color5);
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
	/* padding: 20px; */
	 /*border-radius: 5px; */
	/* background-color: #f5f5f5; */
}
.topcms_news_type2 .cate_box:hover {
	transform: translateY(-5px);
}
.topcms_news_type2 .cate_box .box_item {
	cursor: pointer;
}
.topcms_news_type2 .txt_height {
	height: 5em
}
.topcms_news_type2 .box_img1 {
	border-radius: 10px;
}

/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.topcms_news_type2 .cate_box {width: 100%!important;}
.topcms_news_type2 .txt_height {height: 3em}
}
/*コード集*/
.link_type1 .link_top .link_title {
    font-size: 19px;
    margin-bottom: 20px;
    text-align: center;
	margin-bottom: 30px;
    color: #474521;
    font-weight: normal;
}
.link_type1 .link_top .link_title{
    font-size: 19px;
    margin-bottom: 20px;
}
.link_type1 .link_top a{
	padding-top: 80px;
    padding-bottom: 60px;
}
.link_type1 .link_top a:hover{
    background-color: #ededeb;
}
.link_type1 .link_top a:hover .link_img1{
    transform: translate(-50%, -50%) scale(1.1,1.1);
    opacity: 0.1;
}
@media screen and (max-width: 667px){
.link_type1 .link_top .link_title{
    font-size: 15px;}
.link_type1 .link_top a{
    padding-right: 15px;
    padding-left: 15px;  }
}
/*コード集*/

/*TOP固定コード集*/
#top_type4 .swiper-slide{
	opacity: 1!important;
}
#top_type4 .box_title::before{
	position: absolute;
	content: "";
	width: 250px;
	height: 1px;
	background-color: currentColor;
	left: -150px;
	bottom: 0
}
#top_type4 .swiper-button-next{
	height: auto;
	width: 200px;
	top: 40px;
	right: 0
}
#top_type4 .swiper-button-next p::before{
	position: absolute;
	content: "";
	width: 10px;
	height: 10px;
	top: 0px;
	bottom: 0;
	left: 80px;
	margin: auto;
	border-top: solid 1px currentColor;
	border-right: solid 1px currentColor;
	transform: rotate(45deg);
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
#top_type4 .box_title::before{
    width: 1px;
    height: 200px;
    left: -20px;
    bottom: 0;
}
#top_type4 .swiper-button-next {
	width: 150px;
    top: calc(100vw - 80px);
}
}
/* ---------- スマホ ---------- */
@media screen and (max-width: 667px){
#top_type4 .swiper-container{
	background-size: 500px;
	animation: anime2_sp 15s linear infinite;
}
#top_type4 .swiper-button-next {
    width: 130px;
    top: 100vw
}
#top_type4 .cate_item{
	padding-top: 60px
}
}
/*TOP固定コード集*/
/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
section#main_img {
    max-height: inherit;
    margin-top: 100px;
    height: calc(100vh - 100px);
}

/*ヘッダー追従*/
section#main_img {
    max-height: inherit;
    margin-top: 100px;}
#header #logo {
    width: 270px;
    height: 100px;
    background: transparent;}
#header #logo h1 {
    width: 140% !important;
    left: 70%;}
#header{
    position: fixed;
    width: calc(100% - 90px);
    box-sizing: border-box;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 11;
    padding: 0 20px;
    box-shadow: 0 0 30px rgba(0,0,0,0.1);}
#header #header-nav{
    padding: 20px 0;
    margin-top: 0;}
#header.active #logo{height: 100%;}
#header .tel_bt_h span.font_4dw i{display: none;}
#header-nav li:last-of-type a .before{display: none;}
/*ヘッダー追従*/


.topimg01 {
    object-fit: contain;
    height: calc(100vh - 150px);
    top: 50%;
    left: 50%;
    transform: translate(-52%, -50%);
    position: absolute;
    /*width: calc(100% - 320px);*/}
.catch01 {
    bottom: 12%;
    left: 3%;
    width: 33vw;
    z-index: 1;}
.catch02 {
    top: 48px;
    right: 78px;
    width: 4.3vw;
    z-index: 1;}
.main04 {
    top: -40px;
    right: -55px;
    width: 320px;
    z-index: -1;}
.main01 {
    top: -36%;
    left: -6%;
    width: 42vw;
    transform: rotate(357deg);}
.main02 {
    bottom: -28%;
    right: -10%;
    width: 34vw;
    z-index: 0;
    transform: rotate(353deg);}
.main03 {
    bottom: -13%;
    left: -4%;
    width: 33vw;}

.check {
    font-size: 20px;
    background: url(dup/img/bg_img.jpg);
    padding: 10px;
    border-radius: 9px;
}
.check img {
    width: 22px;
    transform: translateY(-7px);
    padding-right: 11px;}
    
section#top_contents1 {
    background: url(dup/img/bg_img.jpg);
    background-size: 100%;
    background-attachment: fixed;
}


.con_reco {
    background: var(--white);
    margin-top: 180px;
    padding-bottom: 50px;
    padding-top: 65px;
}

.con_reco::before {
    width: 100%;
    height: 90px;
    background-image: url(./Dup/img/wave.png);
    background-size: cover;
    top: -90px;
    left: 0;
}
#top_contents1 {
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 130px;
}
p.intro_txt {
    line-height: 2.5;
    letter-spacing: 2px;
}

.intro_title {
    font-size: 40px;
    color: var(--color1);
    font-weight: 500;}
.catch_txt h3 {font-size: 20px;}
.cl04 {
    right: -13%;
    width: 3vw;
    bottom: -45%;
}
.cl01 {
    left: -16%;
    width: 5vw;
    top: -72%;
}

/*上下に揺らす----------------------------------------*/

.cl01,.cl03{
  animation: img_box_9955 4s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;}
.cl04{  
  animation: img_box_0000 5s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;}
 
@keyframes img_box_9955 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-8px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }}

@keyframes img_box_0000 {
  0% { transform: translateY(0) }
  33.33333% { transform: translateY(-8px) }
  66.66667% { transform: translateY(0) }
  100% { transform: translateY(0) }}

/*上下に揺らす----------------------------------------*/
#top_contents2 {background: url(dup/img/bg_img.jpg);}

.about_box::after {
    width: 100%;
    height: 90px;
    background-image: url(./Dup/img/wave.png);
    background-size: cover;
    left: 0;
    transform: rotate(180deg);
}

section#top_type4 {
    padding-top: 90px;
    border-top: dotted 2px var(--color5);
    margin-top: 65px;
}


section#top_type4 .box_img img {
    width: auto;
    height: 50vh;
    padding-right: 20px;
    box-sizing: border-box;
}

section#top_type4 h3 {
    font-size: 35px;
}

#top_type4 .box_title::before {
    position: absolute;
    content: "";
    width: 8vw;
    height: 2px;
    left: -8.5vw;
    bottom: 0;
    background: var(--color4);
}
section#top_type4 .box_title {
    color: var(--color3);
    margin-bottom: 0px;
    padding-bottom: 5px;
}
section#top_type4 p.no {
    background: url(dup/img/check.png);
    width: 40px;
    line-height: 3;
    background-size: 40px;
    background-repeat: no-repeat;
    margin: 0px auto 0px;
    background-position: top 4px left 0px;
    color: #193200;
}
section#top_type4 .box_txt {
    font-size: 17px;
}
#top_type4 .swiper-button-next p::before {left: 142px;}

#top_type4 .cl04 {
    left: 8%;
    width: 6vw;
    right: auto;
    top: 35%;
    bottom: auto;
}
#top_type4 .cl01 {
    right: 10%;
    width: 4vw;
    left: auto;
    top: auto;
    bottom: -6%;}
#top_type4 .cl03 {
    right: auto;
    width: 3vw;
    left: 14%;
    top: auto;
    bottom: 2%;}
section#top_type4 .cate_item {padding-left: 15px;}
#top_contents2 .fadein_right .con_img {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;}
    
#top_contents2 .fadein_left .con_img {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
/*■■■■■■■■■■■■ top ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/  
    
/*■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
 /* 丸み・やさしさ */
section#cms_2-b .cate_title,section#cms_3-b .cate_title{
    background-color: var(--color2) !important;
    color: var(--white);
    border-radius: 5px;
    border:solid 0px;
    padding-left:15px;}
section#cms_2-b .cate_box,section#cms_3-b .cate_box {
    border:solid 1px ;
    border-radius: 5px;}

 /* 【背景色のみ】*/
section#cms_2-b .cate_box,section#cms_3-b .cate_box{
    background: url(dup/img/bg_img.jpg);
    border-radius:5px;
    border: solid 0;
}
/* 丸み・やさしさ */

section#cms_6-a .cate_box {border-color: #85b76a !important;}
#cms_6-a .cate_title{
    background-color: #85b76a !important;
    color: var(--white);
    border-radius: 5px;
    border:solid 0px;
    padding-left:15px;}
section#cms_6-a .box_wrap{
    background: url(dup/img/bg_img.jpg);
    border-radius:5px;
    border: solid 0;
}
/* 丸み・やさしさ */

article#top_cms {
    max-width: 1400px;
    margin: 0 auto;}
    
section#cms_2-b .box_title1 {
    font-size: 20px;
    transform: rotate(0.05deg);
    color: var(--color2);}    
.btn a:hover {background: #FFF4E9;}
/*■■■■■■■■■■■■ sub ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/ 
    
#loading_logo {
    max-width: 300px;}
div#fix_menu {background: var(--beige);}
#loading_line .line{background:var(--color5);}

#footer_info .contact_box a .contact_bg{
    transition-property: opacity, transform;
}
#footer_info .contact_box a:hover .contact_bg{
    opacity: 0.4;
    transform: translate(-50%, -50%) scale(1.1);
}
section#footer_nav {
    margin: 0;
    padding: 20px 0;
}

.info_box {background-color: rgb(255 215 182 / 20%);}
#footer::before {background: var(--color2);}
div#logo2 {max-width: 500px;}
#page_title::before {background: url(dup/img/bg_img.jpg);}

/*タブレット*/
@media screen and (max-width: 768px){

#header {z-index: 999;}
/*div#fix_menu{background:transparent;height: 100px;}*/
#header {background-color: var(--beige) !important;}
header {
    background-color: var(--beige) !important;
    position: fixed;
    width: 350px !important;
    display: block;
    /*height: 100px;*/
    
}
#header #logo h1 {
    width: 100% !important;
    left: 0%;
    max-width: 350px;
}
#header #logo {
    width: 350px !important;
    height: 100px;
    background: transparent;}
header.width_100per{
    position: fixed;
    z-index: 999;}
section#main_img {
    margin-top: 0px;
    height: calc(85vh - 100px);}
.catch02{display:none;}
.main02 {
    bottom: -5%;
    right: -10%;
    width: 41vw;
    z-index: -2;
    transform: rotate(353deg);}
.catch01 {
    bottom: 12%;
    left: 3%;
    width: 60vw;
    z-index: 1;}
.main03 {
    bottom: -5%;
    left: -9%;
    width: 35vw;}
.main01 {
    top: 6%;
    left: -9%;
    width: 45vw;
    transform: rotate(349deg);
    z-index: -1;}
.main04 {
    top: -35px;
    right: -55px;
    width: 300px;
    z-index: -1;}
#top_contents1 {padding-top: 100px;}
.intro_title {font-size: 35px;}
p.intro_txt {
    line-height: 2.5;
    letter-spacing: 1.3px;
    width: 75%;}
.cl01 {
    left: -12%;
    width: 7vw;
    top: -68%;}
.cl04 {
    right: -9%;
    width: 6vw;
    bottom: -43%;
}
section#top_type4 p.title {
    width: 80%;
    margin: 0 auto 60px;
    text-align: left;
}
section#top_contents1 .width_1280-max {width: 90%;}
.con_reco {
    background: var(--white);
    margin-top: 160px;
    padding-bottom: 50px;
    padding-top: 20px;}

section#top_type4 {
    padding-top: 80px;
    margin-top: 20px;}
    
section#top_type4 .box_img img {
    width: 100%;
    height: inherit;
    padding-right: 20px;
    box-sizing: border-box;}
#top_type4 .box_title::before{display:none;}
section#top_type4 .cate_item {padding-left: 0;}
#top_type4 .swiper-button-next {
    width: 150px;
    top: auto;
    bottom: 0px;
    right: 30px;}
section#top_type4 {
    padding-top: 80px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 50px;
}
.swiper-container {

    padding-bottom: 50px;
}
#top_type4 .width_1280-max {
    margin: 0 auto;
    padding-left: 100px;
    margin-bottom: 50px;
}
section#top_type4 .box_title {
    padding-bottom: 5px;
    font-size: 30px;}
#top_type4 .cl04 {
    left: 6%;
    width: 6vw;
    right: auto;
    top: 40%;
    bottom: auto;}
#top_type4 .cl01 {
    right: 7%;
    width: 4vw;
    left: auto;
    top: auto;
    bottom: auto;
    top: 50%;}
#top_type4 .cl03 {
    right: auto;
    width: 4vw;
    left: 14%;
    bottom: 4%;}
#top_contents2 {
    padding: 150px 0 100px;
    margin-bottom: 110px;}
#top_contents2 .con_img {border-radius: 20px !important;}
.tb_sns_wrap ul {padding: 30px 0 20px;}
section#footer_nav li {padding: 0 15px;}
div#logo2 {
    max-width: 500px;
    width: 50% !important;}
/*section#page_title {margin-top: 20px !important;}*/
.overlay {
    top: 94px;
}



}

/*スマホ*/
@media screen and (max-width: 667px){
    /*header { height: 80px;}*/
    #header #logo h1 {
        width: 100% !important;
        left: 5%;
        max-width: 250px;}
    #header #logo{max-width:250px;}
    div#fix_menu {
        z-index: 101;
        margin-top: -5px;}
    #header #logo {height: 75px;margin-left: 10px;}
    .overlay {top: 73px;}    
    .font_2dw {
        font-size: -webkit-calc(1rem - 2px);
        font-size: calc(1rem - 2px);}
    div#logo2 {
        max-width: 500px;
        width: 80% !important;}
    #footer {padding-top: 50px;}
    #loading_logo {width: 60%;}
    section#cms_2-b .cate_box, section#cms_3-b .cate_box {
        padding-right: 20px;
        padding-left: 20px;}    
    .main04 {
        top: -35px;
        right: -30px;
        width: 185px;
        z-index: -1;}
    section#main_img {
        margin-top: 0px;
        height: calc(73vh - 80px);}
    #top_contents1 {padding-top: 80px;}
    .intro_title {font-size: 21px;}
    .cl01 {
        left: -15%;
        width: 10vw;
        top: -65%;}
    p.intro_txt {
        line-height: 2.5;
        letter-spacing: 1.3px;
        width: 90%;
        text-align: left;}
    .cl01 {
        left: -5%;
        width: 10vw;
        top: -74%;}
    .cl04 {
        right: -3%;
        width: 8vw;
        bottom: -25%;}
    .con_reco {
        margin-top: 150px;
        padding-bottom: 50px;}
    section#top_contents1 h2 {
        font-weight: 500;
        color: var(--color2);}
    section#top_type4 h3 {font-size: 21px;}
     section#top_type4 {padding-top: 60px;padding-bottom: 0px;}
     section#top_type4 p.title {
        width: 80%;
        margin: 0px auto 50px;
        text-align: left;
        font-size: 14px;}
    #top_type4 .width_1280-max {
        margin: 0 auto;
        padding-left: 50px;
        margin-bottom: 70px;}
    section#top_type4 p.no {
        background-image: url(dup/img/check.png);
        width: 33px;
        background-size: 33px;
        background-position: top 9px left 0px;}
    section#top_type4 .box_title {
        padding-bottom: 5px;
        font-size: 30px;}
    #top_type4 .cate_item {padding-top: 30px;}
    #top_type4 .cl04 {
        left: 6%;
        width: 12vw;
        right: auto;
        top: 39%;
        bottom: auto;}
    #top_type4 .cl01 {
        right: 9%;
        width: 7vw;}
    #top_type4 .cl03 {
        right: auto;
        width: 7vw;
        left: 12%;
        bottom: 29%;}
    #top_contents2 .con_img {border-radius: 5px !important;}
}


/*バナー-----------------------------------*/
@media screen and (max-width: 768px){
#fix_bnr{
	bottom: 7px;
	right: 50px;
	z-index: 10;
	width: 330px;
}
}

@media screen and (max-width: 667px){
#fix_bnr {
    bottom: 7px;
    right: 50%;
    width: 80%;
    margin: 0 auto;
    transform: translate(49%, 0px);}
div#footer {margin-top: 10px !important;}
}

/*スクロールヘッダー分----------------------------------*/
.cate {
    display: block;    
    padding-top: 150px;
    margin-top: -150px;
}

@media screen and (max-width: 768px){
.cate {
    display: block;    
    padding-top: 0px;
    margin-top: 0px;    
}}



/*11/18--------------------------------------------------------*/

section#top_type4 {
    padding-top: 90px;
    border-top: dotted 2px var(--color5);
    margin-top: 65px;
    border-bottom: dotted 2px var(--color5);
    padding-bottom: 80px;
}
.addbtn{
    position: relative;
    z-index: 0;
}
.addbtn_box{
    max-width: 1000px;
    margin: 0 auto 90px;}
.addbtn h3 {
    font-size: 30px;
    margin-bottom: 50px;}
.addbtn a {
    max-width: inherit;
    padding: 0 50px;}
.addbtn::before {
    content: '';
    position: absolute;
    width: 33%;
    height: 100%;
    right: 0%;
    bottom: 0%;
    background-image: url(dup/img/main03.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 0;
}
#top_type4 .cl01 {bottom: 5%;}
.addbtn::before {
    content: '';
    position: absolute;
    width: 24%;
    height: 102%;
    right: 7%;
    bottom: 6%;
    background-image: url(dup/img/main03.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}

@media screen and (max-width: 768px){
.addbtn h3 {
    font-size: 20px;
    margin-bottom: 40px;
    padding: 0 50px;
    font-weight: bold;
    margin-top: 35px;}
.addbtn_box {
    max-width: 700px;
    margin: 0 auto 50px;}
.addbtn a {
    max-width: inherit;
    padding: 0 20px;}
}

@media screen and (max-width: 667px){
.addbtn h3 {
    font-size: 17px;
    margin-bottom: 30px;
    padding: 0 20px;
    font-weight: bold;
    margin-top: 20px;}
.addbtn_box {
    max-width: 300px;
    margin: 0 auto 0px;}
.addbtn a {
    max-width: inherit;
    padding: 0 20px 20px;}
.addbtn::before {
    width: 53%;
    height: 46%;
    right: -7%;
    bottom: auto;
    top: 1%;}
section#top_type4 {
    padding-top: 50px;
    border-top: dotted 2px var(--color5);
    margin-top: 20px;
    border-bottom: dotted 2px var(--color5);
    padding-bottom: 50px;
}
#top_type4 .cl01 {top: 47%;}
#top_type4 .cl03 {bottom: 31%;}
#top_type4 .cl04 {top: 34%;}
}


/*20221219*/
#video .video {border-radius: 12% 10% 10% 8% / 22% 22% 16% 23% !important;}