﻿@import url('https://fonts.googleapis.com/css2?family=Kosugi&family=Montserrat:wght@500&family=Stick&display=swap');

body, .font_sans-serif{
    font-family: 'Montserrat', 'Kosugi', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}
#intro h2, #contents h2, #contents .txt_wrap .ribbon h3, #top_cms .cms_title, #page_title{
    font-family: 'Stick', 'Montserrat', 'Kosugi', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

.font_bold{
    font-weight: normal;
}

/** other **/

.menu{
    background-color: #e9f7e4;
    background-image: linear-gradient(to right, rgba(255,255,255,0.3) 50%, transparent 50%);
    background-size: 80px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.1);
    z-index: 1;
    position: relative;
}
#main_img:before{
    top: 0;
    left: 0;
    border-radius: 0 0 300px 0;
    background-image: linear-gradient( -45deg, #ffde3b 15%, #fff 15%, #fff 50%, #ffde3b 50%, #ffde3b 65%, #fff 65%, #fff );
}
#main_img video{
    border-radius: 0 0 300px 0;
}
#main_img .main_title{
    left: 0;
    bottom: -20px;
    opacity: 0;
    transition: 0.5s;
}
#main_img .main_title.active{
    bottom: -1px;
    opacity: 1;
}

.top_banner a{
    box-shadow: 0 5px 0 #07602b;
}

#intro{
    max-width: inherit;
    width: 100%!important;
    background-image: radial-gradient(#a3e5bd 20%, transparent 20%), radial-gradient(#a3e5bd 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
}
#intro > div.posi_abs{
    display: none;
}
#intro #intro_txt{
    padding-top: 30px;
    padding-bottom: 30px;
    width: 95%!important;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    box-sizing: border-box;
}
#intro #intro_txt .top_img{
    opacity: 0;
    transform: scale(1.1);
    transition: 0.5s;
}
#intro #intro_txt .top_img.active{
    opacity: 1;
    transform: scale(1);
    animation: anime1 2s ease 0.5s infinite;
}
@keyframes anime1 {
    20% {transform: scale(1)}
    40% {transform: scale(1.08)}
    45% {transform: scale(0.88)}
    50% {transform: scale(1.04)}
    55% {transform: scale(0.98)}
    60% {transform: scale(1)}
}
#intro h2{
    margin-bottom: -20px;
    z-index: 1;
}
#intro h2 span {
    position: relative;
    padding: 15px 50px;
    border-radius: 0;
    display: inline-block;
    color: #FFF;
    background: #f2b11d;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
    border: none;
    min-width: inherit;
}
#intro h2 span:before, #intro h2 span:after {
    top: 100%;
    width: 0;
    height: 0;
    border: none;
    border-radius: 0;
}
#intro h2 span:before {
    right: 0;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #ce8d0b;
}
#intro h2 span:after {
    left: 0;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #ce8d0b;
}
#intro #intro_txt p{
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 10%);
    border-radius: 10px;
    line-height: 1.7;
    border: solid 2px #ffde3b;
}
#intro #intro_txt .top_txt2{
    margin-top: -40px;
}

#contents h2 span, #top_cms .cms_title h2 span{
    transform: none!important;
}

#contents .box{
    background-color: #e9f7e4;
    position: relative;
}
#contents .box::before{
    position: absolute;
    display: block;
    width: 80px;
    text-align: center;
    font-size: 20px;
    letter-spacing: 3px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    height: 40px;
    background-color: #f2b11d;
    line-height: 35px;
    border-radius: 0 0 50px 50px;
}
#contents .box:nth-of-type(1)::before{
    content: "01";
}
#contents .box:nth-of-type(2)::before{
    content: "02";
}
#contents .box:nth-of-type(3)::before{
    content: "03";
}
#contents .box figure {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}
#contents .txt_wrap{
    padding-top: 0;
}

#contents .txt_wrap .ribbon{
    background-color: #138943;
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 50%, transparent 50%);
    background-size: 80px;
    padding: 5px 0;
    position: relative;
    margin-left: -40px;
    width: calc(100% + 40px);
    margin-bottom: 20px;
    margin-top: -20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}
#contents .txt_wrap .ribbon:before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px #07602b;
}
#contents .txt_wrap .ribbon h3{
    background-color: transparent;
    padding: 10px 20px;
    border-radius: 0;
    border-top: dashed 1px #ffde3b;
    border-bottom: dashed 1px #ffde3b;
    color: #fff;
    margin-bottom: 0;
}
#contents .txt_wrap .ribbon h3:first-letter{
    font-size: 24px;
    color: #ffde3b;
}
#contents p{
    color: #333;
}

.svg_box1, .svg_box2{
    display: none;
}

#top_cms{
    background-image: url('./Dup/img/bg_img6.png'), url('./Dup/img/bg_img7.png'), linear-gradient(to right, rgba(255,255,255,0.3) 50%, transparent 50%);
    background-size: 30px, 30px, 80px 100%;
    background-position: top left, bottom left, top left;
    background-repeat: repeat-x;
}
#top_cms .top_cms_box{
    padding-bottom: 0;
    border-bottom: none;
}
#top_cms .cms_title h2{
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #138943;
}
#top_cms .cms_title h2::before, #top_cms .cms_title h2::after{
    position: absolute;
    content: "";
    width: 2px;
    height: 60px;
    top: 15px;
    background-color: #138943;
}
#top_cms .cms_title h2::before{
    left: -30px;
    transform: rotate(-20deg);
}
#top_cms .cms_title h2::after{
    right: -30px;
    transform: rotate(20deg);
}
#top_cms .cms_title p{
    opacity: 0.6;
}
#top_cms .more a{
    width: 200px;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 5px 0 #37af68;
    transition: 0.3s;
}
#top_cms .more a:hover{
    box-shadow: none;
    background-color: #f2b11d;
}

.bubbly-button:active {
    transform: scale(0.9);
    box-shadow: 0 2px 25px rgb(242,177,29,0.2);
}

#page_title{
    margin-top: 0;
    background-position: center;
    border-radius: 0 0 300px 0;
    margin-bottom: 150px;
}
#page_title:before{
    border-radius: 0 0 300px 0;
    background-image: linear-gradient( -45deg, #ffde3b 15%, #fff 15%, #fff 50%, #ffde3b 50%, #ffde3b 65%, #fff 65%, #fff );
}
#page_title .page_title_box {
    bottom: -50px;
    right: -5%;
    padding: 50px 100px;
    background-color: #138943;
    background-image: linear-gradient(to right, rgba(255,255,255,0.05) 50%, transparent 50%);
    background-size: 80px;
    border-radius: 100px 0 0 100px;
}
#page_title .page_title_box h2, #page_title .page_title_box p{
    text-shadow: none;
    color: #fff;
    padding-right: 0;
}
#page_title .page_title_box h2{
    letter-spacing: 5px;
}

.cate_list li a{
    padding: 10px 20px!important;
    font-size: 14px;
    line-height: 1.5;
    background-color: #f2b11d;
    color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-radius: 50px;
}
.cate_list li a:hover{
    background-color: #138943;
    color: #fff;
    text-align: center;
}
.cate_list li a br{display: none;}

#cms_2-a .cate_box{
    padding: 50px 0;
    margin: 0;
    margin-bottom: 50px;
    border-radius: 10px;
    background-image: linear-gradient( -45deg, #e9f7e4 15%, #fff 15%, #fff 50%, #e9f7e4 50%, #e9f7e4 65%, #fff 65%, #fff );
    background-size: 10px 10px;
    border-bottom: none;
}

#cms_6-c .cate_box::before, .cms_6-c .cate_box::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 60px;
    top: -23px;
    right: 30px;
    background-image: url(./Dup/img/clip.png);
    background-size: contain;
    pointer-events: none;
}
#cms_6-c .box_title span, .cms_6-c .box_title span{
    background-image: linear-gradient(to bottom, transparent 50%, #e9f7e4 50%);
}
#cms_6-c .box_txt1, .cms_6-c .box_txt1{
    line-height: 2;
    background-image: linear-gradient(180deg, #eee 1px, transparent 1px);
    background-size: 100% 2em;
    background-position: top 5px left 0;
}

#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    content: "Q";
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #138943;
    color: #fff;
    left: 0;
    top: -6px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}
#cms_5-c .box_txt1::before, .cms_5-c .box_txt1::before{
    content: "A";
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    color: #f2b11d;
    opacity: 1;
    left: 0;
    top: 10px;
    border-radius: 50%;
    text-align: center;
    font-weight: bold;
}
.cms_5-c .box_txt1::before{
    background-color: #f9f8e5;
}

.other .other_link:before{
    background-image: linear-gradient( -45deg, #e9f7e4 15%, #fff 15%, #fff 50%, #e9f7e4 50%, #e9f7e4 65%, #fff 65%, #fff );
}

footer{
    background-image: linear-gradient(to right, #fdfcf9 50%, transparent 50%);
    background-size: 80px;
}
footer .tel{
    display: none;
}
footer ul li{
    max-width: 40px!important;
}
footer .footer_cms{
    padding-bottom: 50px;
}

.foot_banner{
    right: 90px;
    bottom: 10px;
    z-index: 99;
}


/** tablet 780 **/
@media screen and (max-width: 768px){
.logo img {
    width: 60px!important;
}
#main_img {
    padding-right: 20px;
    padding-left: 0;
    padding-bottom: 20px;
}
#intro #intro_txt .top_img{
    opacity: 1;
    transform: scale(1);
    animation: anime1 2s ease 0.5s infinite;
}
#intro #intro_txt{
    width: 100%!important;
}
#contents .box_wrap{
    width: 90%!important;
}
#contents .box{
    margin-bottom: 70px;
}
#contents .box figure, #contents .box figure img{
    height: 300px;
}
#page_title .page_title_box {
    padding: 30px 50px;
    border-radius: 100px 0 0 100px;
}
#cms_5-c .box_title1::before, .cms_5-c .box_title1::before{
    top: -10px;
}
#copyright{
    padding-bottom: 100px;
}
}

/** mobile 750 **/
@media screen and (max-width: 667px){
#main_img:before, #main_img video{
    border-radius: 0 0 100px 0;
}
#main_img .main_title{
    bottom: -30px;
}
#main_img .main_title.active{
    bottom: -20px;
}
#intro #intro_txt p{
    padding: 50px 20px;
}
#contents .box figure{
    height: 200px;
}
#contents .txt_wrap .ribbon{
    margin-left: -30px;
    width: calc(100% + 30px);
}
#contents .txt_wrap .ribbon:before {
    border-bottom: solid 8px transparent;
    border-right: solid 10px #07602b;
}
#contents .txt_wrap .ribbon h3{
    font-size: 18px;
    padding: 10px;
}
#contents .txt_wrap .ribbon h3:first-letter{
    font-size: 20px;
}
#page_title{
    border-radius: 0 0 300px 0;
}
#page_title:before{
    border-radius: 0 0 300px 0;
}
#page_title .page_title_box{
    bottom: -80px;
}
#page_title .page_title_box h2{
    font-size: 22px;
    letter-spacing: 2px;
}
#cms_2-a .cate_box{
    padding: 20px 0;
}
#cms_6-c .cate_box::before, .cms_6-c .cate_box::before{
    right: 0;
}
#cms_1-a .pager li{
    margin: 0 10px!important;
}
.foot_banner {
    right: 80px;
    max-width: 250px;
}
}

/** IE **/
@media all and (-ms-high-contrast:none) {
.menu .nav ul li:last-child a, .other .box_title2{
    padding-bottom: 10px;
}
.pager li a span{
    padding-bottom: 10px;
}
#page9 .box p a{
    padding-bottom: 5px;
}
#page10 ul li a{
    padding: 1em;
}
}