@charset "UTF-8";
/******************************* Preface ***************************************/
a:hover { color: #62A962; }

/********************************* body ***************************************/
html { scroll-behavior: auto; }

/********************************* body ***************************************/
body { /******************************** header **************************************/ /********************************  Main Content ******************************/ /***********************************  TOP style ********************************/ /***********************************  about ********************************/ /***********************************  recruit ********************************/ /***********************************  M&A style ********************************/ /***********************************  footer ********************************/ }

body.body_top { margin-top: 0 !important; }

body header { position: relative; }

body header.scrolled .items { background-color: rgba(241, 241, 234, 0.7); transition: all linear .2s; }

body header.header-01 { position: relative; z-index: 100; }

body header.header-01 .inner { position: fixed; width: 100%; height: 90px; display: flex; top: 0; justify-content: flex-end; align-items: center; padding: 1.5rem; z-index: 100; background: rgba(255, 255, 255, 0.8); }

body header.header-01 .inner.inner_top { background: 0; padding: 0; }

body header.header-01 .inner .logo { margin-right: auto; flex: none; }

body header.header-01 .inner .logo a { display: block; }

body header.header-01 .inner .logo a img { display: block; width: 200px; margin: 0 auto; }

body header.header-01 .inner .menu-wrapper { margin-right: 4.8rem; }

body header.header-01 .inner .menu-wrapper .gnav { display: block; position: fixed; top: 0; right: -500px; bottom: 0; width: 500px; padding: 2rem 0; background: #62A962; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch; transition: all .5s; z-index: 3; opacity: 0; margin-right: 0; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container { width: 100%; background: #E8F5E8; padding: 2rem 1rem; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu { display: flex; flex-wrap: nowrap; flex-direction: column; align-items: flex-end; justify-content: center; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu > .menu-item { position: static; width: 100%; height: auto; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li a { position: relative; display: block; padding: 1rem 2rem; font-size: 1.1rem; font-weight: bold; color: black; transition: all .3s; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li a:hover { opacity: .7; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li a::before { content: ''; display: block; position: absolute; top: 50%; left: 1em; transform: translateY(-50%); width: 15px; height: 15px; background-image: url(../img/arrow.svg); background-repeat: no-repeat; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu { display: flex; flex-wrap: wrap; justify-content: space-between; padding-left: 2rem; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li { width: calc(100% / 2 - 4px); margin-bottom: 10px; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li a { display: block; padding: 1rem 0.5rem; text-align: center; background: white; color: #62A962; font-size: 0.9rem; font-weight: 500; border-radius: 10px; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li a::before { display: none; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li a:hover { background: #62A962; color: white; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.reverse-color a { background: #62A962; color: white; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.reverse-color a:hover { background: white; color: #62A962; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.reverse-color a:hover span { border-top: 1px solid #62A962; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.reverse-color a span { display: block; position: relative; border-top: 1px solid white; padding-top: 0.3rem; margin-top: 0.3rem; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.reverse-color a span::before { content: ''; display: block; position: absolute; top: 50%; left: 1.5em; transform: translateY(-50%); margin-right: 0.5em; width: 20px; height: 20px; background-image: url(../img/icon_tel.png); background-repeat: no-repeat; background-size: contain; }

body header.header-01 .inner .menu-wrapper .gnav .menu-container .menu li.menu-item-has-children ul.sub-menu li.title { display: block; width: 100%; border-top: 1px solid #62A962; color: #62A962; font-weight: bold; font-size: 1rem; padding: 0.5rem 0; }

body header.header-01 .inner .menu-wrapper .gnav .sns-link-btn { padding-bottom: 1.5em; }

body header.header-01 .inner .menu-wrapper .gnav .sns-link-btn a { display: block; text-align: center; color: white; font-weight: bold; font-size: .9rem; }

body header.header-01 .inner .menu-wrapper .gnav .sns-link-btn a img { display: block; width: 60px; margin: 0 auto; }

body header.header-01 .inner .menu-wrapper .toggle-btn { display: block; position: fixed; top: 30px; right: 30px; width: 45px; height: 45px; transition: all .5s; cursor: pointer; z-index: 3; }

body header.header-01 .inner .menu-wrapper .toggle-btn span { display: block; position: absolute; left: 0; width: 45px; height: 3px; border-radius: 3px; background-color: #333; transition: all .5s; }

body header.header-01 .inner .menu-wrapper .toggle-btn span:nth-child(1) { top: 0px; }

body header.header-01 .inner .menu-wrapper .toggle-btn span:nth-child(2) { top: 15px; }

body header.header-01 .inner .menu-wrapper .toggle-btn span.scrolled { background-color: black; }

body header.header-01 .inner .menu-wrapper .toggle-btn .menu-name { font-size: .9rem; position: absolute; top: 23px; width: 100%; text-align: center; }

body header.header-01 .inner .menu-wrapper.menu-open .gnav { right: 0; opacity: 1; }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn { margin-top: 0; }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn span { background-color: #333; }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(1) { -webkit-transform: translateY(14px) rotate(-315deg); transform: translateY(14px) rotate(-315deg); }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn span:nth-child(2) { -webkit-transform: translateY(-3px) rotate(315deg); transform: translateY(0px) rotate(315deg); }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn span.scroll { background-color: #000000; }

body header.header-01 .inner .menu-wrapper.menu-open .toggle-btn .menu-name { display: none; }

body header.header-01 .inner .menu-wrapper.menu-open #mask { display: block; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: .5; z-index: 2; cursor: pointer; }

body header.header-01 .inner .menu-wrapper #mask { display: none; transition: all .3s; }

body header.header-01 .mainvi { width: 100%; height: 300px; position: relative; z-index: -1; text-align: center; }

body header.header-01 .mainvi .slider { height: 100%; width: 100%; }

body header.header-01 .mainvi .slider div { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; }

body header.header-01 .mainvi .header-title-wrap { position: absolute; top: 50%; left: 0; transform: translateY(-50%); display: flex; align-items: center; width: 100%; height: 100%; }

body header.header-01 .mainvi .header-title-wrap h1 span { display: block; font-size: 1.1vw; margin-top: .5rem; letter-spacing: .1rem; }

body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 { width: 960px; margin: 0 auto; font-size: 2.8vw; font-weight: bold; color: #62A962; }

body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 span { font-family: "Comfortaa", serif; font-weight: 400; }

body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 span::before, body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 span::after { content: '|'; color: #62A962; font-size: 1.1em; }

body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 span::before { margin-right: 1em; }

body header.header-01 .mainvi .header-title-wrap.header-title-01 h1 span::after { margin-left: 1em; }

body header.header-01 .mainvi .header-title-wrap.header-title-02 { justify-content: center; }

body header.header-01 .mainvi .header-title-wrap.header-title-02 h1 { font-family: "Comfortaa", serif; font-size: 4vw; font-weight: bold; text-align: center; color: #62A962; }

body header.header-01 .mainvi .header-title-wrap.header-title-02 h1 span { display: block; margin-top: .5rem; font-size: 1.1vw; font-weight: normal; color: black; }

body header.header-01 .mainvi.mainvi02 { height: 420px; }

body header.header-01 .mainvi.mainvi02 .header-title-wrap.header-title-01 { justify-content: center; }

body header.header-01 .mainvi.mainvi02 .header-title-wrap.header-title-01 h1 { color: #62A962; }

body header.header-01 .mainvi.mainvi02 .header-title-wrap.header-title-01 h1 span::before, body header.header-01 .mainvi.mainvi02 .header-title-wrap.header-title-01 h1 span::after { color: #62A962; }

body header.header-01 .h_insta { width: 55px; margin-right: .5rem; margin-top: .5rem; }

body header.header-01 .h_insta.h_insta_top { margin-right: 1.5rem; }

body header.header-01 .h_insta a { display: block; transition: .3s; }

body header.header-01 .h_insta a:hover { opacity: .7; }

body header.header-01 .mainvi-recruite { height: 480px; overflow: hidden; }

body header.header-01 .mainvi-recruite .header-title-wrap { width: auto; left: 5%; }

body header.header-01 .mainvi-recruite .header-title-wrap.header-title-02 { justify-content: flex-start; }

body header.header-01 .mainvi-recruite .header-title-wrap.header-title-02 h1 { text-align: left; color: #fff; font-size: 3rem; font-weight: normal; text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.5); letter-spacing: 2rem; line-height: 1.6; }

body header.header-01 .rec_btn { position: absolute; top: 22px; right: 200px; }

body header.header-01 .rec_btn a { display: block; line-height: 1.4; width: 150px; background: #62A962; color: #fff; text-align: center; padding: 1rem; font-size: 16px; transition: .3s; }

body header.header-01 .rec_btn a:hover { background: #FEC400; }

@media screen and (max-width: 1200px) { body header.header-01 .mainvi .copy h1 span { font-size: 3.5rem; }
		body header.header-01 .mainvi .copy h1 span.sub { font-size: 1.2rem; } }

body .breadcrumb-wrap ul { width: 100%; max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; padding: 1em 0; }

body .breadcrumb-wrap ul li { font-size: .9rem; font-weight: 500; }

body .breadcrumb-wrap ul li::after { padding: 0 1em; content: '>'; color: black; }

body .breadcrumb-wrap ul li:last-child::after { content: ''; }

body .breadcrumb-wrap ul li a { text-decoration: none; color: #62A962; }

@media screen and (min-width: 678px) and (max-width: 1140px) { body .breadcrumb-wrap { padding: 0 40px; } }

body main { overflow: hidden; }

body .content-wrap { padding: 4rem 0; /* ドットの数字を非表示にする */ /* ドットを円形に設定 */ /* ドットをアクティブ状態にした時のスタイル */ }

body .content-wrap .inner.inner-l { width: 100%; max-width: 1200px; margin: 0 auto; }

body .content-wrap .inner.inner-m { width: 100%; max-width: 960px; margin: 0 auto; }

body .content-wrap .inner.inner-s { width: 100%; max-width: 730px; margin: 0 auto; }

@media screen and (min-width: 678px) and (max-width: 1150px) { body .content-wrap .inner.inner-s { padding: 0 40px; }
		body .content-wrap .inner.inner-m { padding: 0 40px; }
		body .content-wrap .inner.inner-l { padding: 0 40px; } }

body .content-wrap h1.section-title, body .content-wrap h2.section-title, body .content-wrap h3.section-title, body .content-wrap h4.section-title, body .content-wrap h5.section-title, body .content-wrap h6.section-title { margin-bottom: 4rem; }

body .content-wrap h1.section-title span, body .content-wrap h2.section-title span, body .content-wrap h3.section-title span, body .content-wrap h4.section-title span, body .content-wrap h5.section-title span, body .content-wrap h6.section-title span { display: block; }

body .content-wrap h1.section-title span.main, body .content-wrap h2.section-title span.main, body .content-wrap h3.section-title span.main, body .content-wrap h4.section-title span.main, body .content-wrap h5.section-title span.main, body .content-wrap h6.section-title span.main { font-size: 2.3rem; font-weight: bold; color: #62A962; }

body .content-wrap h1.section-title span.sub, body .content-wrap h2.section-title span.sub, body .content-wrap h3.section-title span.sub, body .content-wrap h4.section-title span.sub, body .content-wrap h5.section-title span.sub, body .content-wrap h6.section-title span.sub { font-size: 1.1rem; font-weight: normal; line-height: 1.8; }

body .content-wrap h1.section-title span.font-large, body .content-wrap h2.section-title span.font-large, body .content-wrap h3.section-title span.font-large, body .content-wrap h4.section-title span.font-large, body .content-wrap h5.section-title span.font-large, body .content-wrap h6.section-title span.font-large { font-size: 5rem; }

body .content-wrap h1.section-title.bg-grad, body .content-wrap h2.section-title.bg-grad, body .content-wrap h3.section-title.bg-grad, body .content-wrap h4.section-title.bg-grad, body .content-wrap h5.section-title.bg-grad, body .content-wrap h6.section-title.bg-grad { background-image: linear-gradient(90deg, #eaf6ea, rgba(233, 240, 250, 0)); border-radius: 8px; padding: 1rem 1.5rem; }

body .content-wrap h1.section-title.icon-title, body .content-wrap h2.section-title.icon-title, body .content-wrap h3.section-title.icon-title, body .content-wrap h4.section-title.icon-title, body .content-wrap h5.section-title.icon-title, body .content-wrap h6.section-title.icon-title { position: relative; background: #E8F5E8; padding: 1.5rem 0; border-radius: 13px; margin-top: 3rem; margin-bottom: 2rem; }

body .content-wrap h1.section-title.icon-title::before, body .content-wrap h2.section-title.icon-title::before, body .content-wrap h3.section-title.icon-title::before, body .content-wrap h4.section-title.icon-title::before, body .content-wrap h5.section-title.icon-title::before, body .content-wrap h6.section-title.icon-title::before { content: url(../img/icon_clover.svg); display: inline-block; position: absolute; top: -2.5em; left: 50%; transform: translateX(-50%); width: 50px; height: 50px; }

body .content-wrap h1.content-title, body .content-wrap h2.content-title, body .content-wrap h3.content-title, body .content-wrap h4.content-title, body .content-wrap h5.content-title, body .content-wrap h6.content-title { margin-bottom: 3rem; }

body .content-wrap h1.content-title.boder-left-01, body .content-wrap h2.content-title.boder-left-01, body .content-wrap h3.content-title.boder-left-01, body .content-wrap h4.content-title.boder-left-01, body .content-wrap h5.content-title.boder-left-01, body .content-wrap h6.content-title.boder-left-01 { font-size: 2.3rem; font-weight: bold; border-left: 1px solid #62A962; border-bottom: 1px solid #62A962; padding: 1rem 0; padding-left: 1.5rem; border-radius: 0 0 0 8px; color: #62A962; }

body .content-wrap h1.content-title.boder-bottom-01, body .content-wrap h2.content-title.boder-bottom-01, body .content-wrap h3.content-title.boder-bottom-01, body .content-wrap h4.content-title.boder-bottom-01, body .content-wrap h5.content-title.boder-bottom-01, body .content-wrap h6.content-title.boder-bottom-01 { position: relative; font-size: 2rem; font-weight: 500; padding: 1rem 0; margin-bottom: 2rem; color: #62A962; }

body .content-wrap h1.content-title.boder-bottom-01 span, body .content-wrap h2.content-title.boder-bottom-01 span, body .content-wrap h3.content-title.boder-bottom-01 span, body .content-wrap h4.content-title.boder-bottom-01 span, body .content-wrap h5.content-title.boder-bottom-01 span, body .content-wrap h6.content-title.boder-bottom-01 span { display: inline-block; padding-bottom: 0.5rem; border-bottom: 3px solid #FEC400; }

body .content-wrap h1.content-title.boder-box-01, body .content-wrap h2.content-title.boder-box-01, body .content-wrap h3.content-title.boder-box-01, body .content-wrap h4.content-title.boder-box-01, body .content-wrap h5.content-title.boder-box-01, body .content-wrap h6.content-title.boder-box-01 { border: 2px solid #62A962; border-radius: 13px; padding: 1.5rem; font-size: 1.3rem; font-weight: bold; }

body .content-wrap h1.content-title a.tag, body .content-wrap h2.content-title a.tag, body .content-wrap h3.content-title a.tag, body .content-wrap h4.content-title a.tag, body .content-wrap h5.content-title a.tag, body .content-wrap h6.content-title a.tag { background: #000; color: #fff; border-radius: 999px; font-size: 1rem; padding: .5rem 1.5rem; margin-left: 1.5rem; vertical-align: middle; transition: .5s; }

body .content-wrap h1.content-title a.tag:hover, body .content-wrap h2.content-title a.tag:hover, body .content-wrap h3.content-title a.tag:hover, body .content-wrap h4.content-title a.tag:hover, body .content-wrap h5.content-title a.tag:hover, body .content-wrap h6.content-title a.tag:hover { opacity: .7; }

body .content-wrap h1.content-title a.tag.tag_line, body .content-wrap h2.content-title a.tag.tag_line, body .content-wrap h3.content-title a.tag.tag_line, body .content-wrap h4.content-title a.tag.tag_line, body .content-wrap h5.content-title a.tag.tag_line, body .content-wrap h6.content-title a.tag.tag_line { background: #62A962; }

body .content-wrap h1.content-title a.tag.tag_ep, body .content-wrap h2.content-title a.tag.tag_ep, body .content-wrap h3.content-title a.tag.tag_ep, body .content-wrap h4.content-title a.tag.tag_ep, body .content-wrap h5.content-title a.tag.tag_ep, body .content-wrap h6.content-title a.tag.tag_ep { background: #7DB913; }

body .content-wrap h1.content-title-02, body .content-wrap h2.content-title-02, body .content-wrap h3.content-title-02, body .content-wrap h4.content-title-02, body .content-wrap h5.content-title-02, body .content-wrap h6.content-title-02 { font-size: 1.4rem; font-weight: bold; border-left: 10px solid #62A962; padding-left: .7rem; margin-bottom: 1rem; }

body .content-wrap .thumb-slider { width: 100%; margin-left: auto; position: relative; }

body .content-wrap .slick-item img { display: block; height: auto; width: 100%; aspect-ratio: 1/1; border-radius: 8px; object-fit: cover; }

body .content-wrap .slick-item.slick-item_thin img { aspect-ratio: 16/10; }

body .content-wrap .slick-dots { display: flex; padding-top: 1em; }

body .content-wrap .slick-dots li { margin-right: 1em; }

body .content-wrap .thumb-slider-02 { height: 100%; margin-bottom: 2rem; }

body .content-wrap .thumb-slider-02 .slick-slide { margin-right: 10px; margin-left: 10px; }

body .content-wrap .thumb-slider-02 img { display: block; width: 100%; object-fit: cover; border-radius: 13px; }

body .content-wrap .thumb-slider-02 .arrow { position: absolute; top: 50%; display: block; width: 60px; height: 60px; cursor: pointer; z-index: 2; }

body .content-wrap .thumb-slider-02 .arrow.prev { left: -3%; transform: translateX(-50%); transform: translateY(-50%); }

body .content-wrap .thumb-slider-02 .arrow.next { right: -3%; transform: translateX(50%); transform: translateY(-50%); }

body .content-wrap .thumb-slider .slick-dots li button { font-size: 0; /* 数字を見えなくする */ }

body .content-wrap .thumb-slider .slick-dots li button:before { content: ""; display: block; width: 8px; height: 8px; background-color: #D9D9D9; border-radius: 50%; opacity: 0.5; transition: opacity 0.3s; }

body .content-wrap .thumb-slider .slick-dots li.slick-active button:before { opacity: 1; background-color: rgba(98, 169, 98, 0.5); /* アクティブ時のドット色 */ }

body .content-wrap .ab_box { position: relative; }

body .content-wrap .ab_box .ad_box_img { max-width: 580px; width: 40%; right: -16%; top: -17%; position: absolute; }

body .content-wrap .ab_box .text-box-wrap { position: relative; }

body .content-wrap .balloon-box-wrap .balloon-head { position: relative; display: inline-block; padding: 1.5rem 0; width: 100%; color: #E8F5E8; font-size: 2rem; font-weight: bold; text-align: center; background: #6DAF6D; letter-spacing: .1rem; }

body .content-wrap .balloon-box-wrap .balloon-head::before { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -15px; border: 15px solid transparent; border-top: 25px solid #6DAF6D; }

body .content-wrap .balloon-box-wrap .balloon-body { padding: 3rem 0 4rem; }

body .content-wrap .balloon-box-wrap .balloon-body .balloon-inner { width: 100%; max-width: 730px; margin: 0 auto; }

body .content-wrap .balloon-nav-wrap { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; }

body .content-wrap .balloon-nav-wrap li { width: calc(100% / 5 - 1rem); min-height: 5em; margin-left: 1rem; }

body .content-wrap .balloon-nav-wrap li:first-of-type { margin-left: 0; }

body .content-wrap .balloon-nav-wrap li a { position: relative; display: flex; flex-direction: column; justify-content: center; padding: 1rem 0; width: 100%; min-height: 5em; color: white; border-radius: 8px; font-size: 1rem; font-weight: 500; text-align: center; background: #6DAF6D; line-height: 1.6; }

body .content-wrap .balloon-nav-wrap li a::before { content: ""; position: absolute; top: 100%; left: 50%; margin-left: -10px; border: 10px solid transparent; border-top: 18px solid #6DAF6D; }

body .content-wrap .balloon-nav-wrap li a:hover { animation: bounce 0.5s ease; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap02 { padding-bottom: 4rem; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap02 li { width: 35%; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap03 { padding-bottom: 4rem; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap03 li { width: calc(100% / 3 - 1rem); }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap04 { padding-bottom: 4rem; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap04 li { width: calc(100% / 4 - 1rem); }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap07 { padding-bottom: 4rem; }

body .content-wrap .balloon-nav-wrap.balloon-nav-wrap07 li { width: calc(100% / 8 - 1rem); }

body .content-wrap .text-box-wrap { width: 100%; max-width: 680px; }

body .content-wrap .sec02-textbox { padding: 2em; }

body .content-wrap .sec02-textbox h4 { font-size: 1.5rem; font-weight: bold; }

body .content-wrap .sec02-textbox p.detail { padding: 1.5rem 0; text-align: center; }

body .content-wrap .sec02-textbox ul.list { display: flex; flex-wrap: wrap; justify-content: center; }

body .content-wrap .sec02-textbox ul.list li.list-item { width: calc(100% / 3 - 10px); background: white; border: 2px solid #6DAF6D; border-radius: 20px; padding: 1.5rem 1rem; margin-right: 10px; margin-bottom: 10px; line-height: 1.5; }

body .content-wrap .sec02-textbox ul.list li.list-item:nth-child(4), body .content-wrap .sec02-textbox ul.list li.list-item:nth-child(5) { width: calc(80% / 2 - 10px); }

body .content-wrap .sec02-textbox ul.list li.list-item:nth-child(6), body .content-wrap .sec02-textbox ul.list li.list-item:nth-child(7) { width: calc(100% / 2 - 10px); }

body .content-wrap .sec02-textbox ul.list li.list-item p { font-family: 1.2rem; font-weight: bold; text-align: center; }

body .content-wrap .chart-wrap { position: relative; width: 100%; }

body .content-wrap .chart-wrap .chart-container { position: relative; /* 必要ならポジションを調整 */ width: 100%; /* 親要素の幅いっぱい */ }

body .content-wrap .chart-wrap #bar-stack-chart { width: 100%; /* 親要素の幅いっぱいに */ height: auto; /* 高さは幅に応じて調整 */ }

body .content-wrap .chart-text-box { background: rgba(254, 196, 0, 0.3); border-radius: 13px; padding: 1rem 0; margin-top: 2rem; }

body .content-wrap .chart-text-box p { text-align: center; }

body .content-wrap .chart-text-box p span { color: #62A962; font-size: 1.5rem; font-weight: bold; }

body .content-wrap .box-1col.box-1col-01 { display: flex; align-items: stretch; justify-content: space-between; }

body .content-wrap .box-1col.box-1col-01 .thumb { width: 55%; }

body .content-wrap .box-1col.box-1col-01 .thumb .tag-list { display: flex; align-items: center; margin: 2em 0; }

body .content-wrap .box-1col.box-1col-01 .thumb .tag-list li { width: calc(100% / 5); display: flex; flex-direction: column; justify-content: center; align-items: center; margin-right: .5rem; outline: 1px solid #62A962; border: 5px solid rgba(98, 169, 98, 0.2); border-radius: 3px; text-align: center; color: #62A962; font-weight: 500; font-size: .9rem; line-height: 1.2; min-height: 4em; }

body .content-wrap .box-1col.box-1col-01 .thumb .card-detail p { font-weight: 500; padding-bottom: .5rem; }

body .content-wrap .box-1col.box-1col-01 .thumb .card-detail img { display: block; width: 90%; }

body .content-wrap .box-1col.box-1col-01 .text { width: 40%; }

body .content-wrap .box-1col.box-1col-02 { display: flex; flex-wrap: wrap; justify-content: space-between; }

body .content-wrap .box-1col.box-1col-02 .thumb { width: 45%; }

body .content-wrap .box-1col.box-1col-02 .thumb img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 13px; }

body .content-wrap .box-1col.box-1col-02 .thumb img.img-full { object-fit: contain; }

body .content-wrap .box-1col.box-1col-02 .text { width: 50%; }

body .content-wrap .box-1col.box-1col-02.reverse { flex-direction: row-reverse; }

body .content-wrap .box-2col.box-2col-01 { display: flex; flex-wrap: wrap; justify-content: space-between; }

body .content-wrap .box-2col.box-2col-01 .item { width: 48%; display: block; margin-right: 1rem; margin-bottom: 1.5rem; transition: all .3s; }

body .content-wrap .box-2col.box-2col-01 .item:nth-child(2n) { margin-right: 0; }

body .content-wrap .box-2col.box-2col-01 .item:hover { opacity: .6; }

body .content-wrap .box-2col.box-2col-01 .item .thumb { padding: 1.5rem 0; background: #62A962; border-radius: 8px 8px 0 0; }

body .content-wrap .box-2col.box-2col-01 .item .thumb img { display: block; width: 70%; margin: 0 auto; object-position: center; overflow: hidden; }

body .content-wrap .box-2col.box-2col-01 .item .text { position: relative; padding: 1rem 1.5rem; background: #267026; border-radius: 0 0 8px 8px; }

body .content-wrap .box-2col.box-2col-01 .item .text h4 { text-align: center; font-size: .9rem; font-weight: bold; color: white; line-height: 1.4; }

body .content-wrap .box-2col.box-2col-01 .item .text h4 span { display: block; font-size: 1.2rem; color: #FFF000; }

body .content-wrap .box-2col.box-2col-01 .item .text::after { content: url(../img/btn_arrow.svg); position: absolute; top: 50%; right: 1.5rem; transform: translateY(-50%); display: block; width: 1.5em; }

body .content-wrap .box-3col.box-3col-01 ul.list { display: flex; flex-wrap: wrap; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item { width: 33%; margin-right: 2px; margin-bottom: 2px; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item:nth-child(3n) { margin-right: 0; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item a { display: block; position: relative; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item a .thumb { overflow: hidden; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item a .thumb img { display: block; width: 100%; aspect-ratio: 1/1; object-fit: cover; filter: brightness(55%); height: auto; transition: transform 0.5s ease, filter 0.5s ease; }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item a .thumb img:hover { transform: scale(1.2); filter: brightness(80%); }

body .content-wrap .box-3col.box-3col-01 ul.list li.list-item a .name { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); color: white; font-weight: bold; font-size: 1.5rem; }

body .content-wrap .box-3col.box-3col-02 ul.list { display: flex; flex-wrap: wrap; align-items: flex-end; }

body .content-wrap .box-3col.box-3col-02 ul.list li.list-item { width: 31.6%; margin-right: 2.5%; margin-bottom: 2.5%; }

body .content-wrap .box-3col.box-3col-02 ul.list li.list-item:nth-child(3n) { margin-right: 0; }

body .content-wrap .box-3col.box-3col-02 ul.list li.list-item .thumb img { display: block; width: 100%; padding-bottom: 1rem; }

body .content-wrap .box-3col.box-3col-02 ul.list li.list-item .text { background: #E8F5E8; color: #2F772F; border-radius: 10px; text-align: center; padding: 1rem; font-weight: 500; font-size: 1.1rem; line-height: 1.5; }

body .content-wrap .box-free-wrap a { display: block; transition: .3s; }

body .content-wrap .box-free-wrap a:hover { opacity: .7; color: inherit; }

body .content-wrap .box-free-wrap.box-free-wrap-02 ul { display: flex; flex-wrap: wrap; }

body .content-wrap .box-free-wrap.box-free-wrap-02 ul li { width: 24.5%; margin-right: 5px; margin-bottom: 5px; }

body .content-wrap .box-free-wrap.box-free-wrap-02 ul li:nth-child(4n) { margin-right: 0; }

body .content-wrap .box-free-wrap.box-free-wrap-02 ul li img { display: block; width: 100%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li { display: flex; justify-content: center; margin-bottom: 4rem; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(odd) { flex-direction: row-reverse; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(odd) .thumb { margin-left: 4%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(odd) .text .main { text-align: right; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(odd) .text .sub { margin: 0 0 0 auto; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(odd) .text .link { margin: 2rem 0 0 auto; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li:nth-child(even) .thumb { margin-right: 4%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .thumb { width: 60%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text { width: 40%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .main { font-size: 1.8rem; font-weight: bold; border-bottom: 1px solid #62A962; margin-bottom: 1.5rem; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .sub { width: 70%; font-size: .9rem; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .link { width: 70%; margin-top: 2rem; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .link a { display: block; position: relative; padding-left: 2.5rem; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .link a::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 20px; height: 20px; background-color: #62A962; border-radius: 50%; }

body .content-wrap .box-free-wrap.box-free-wrap-03 ul li .text .link a::after { content: ''; position: absolute; top: calc(50% - 1px); left: 3.5px; transform: rotate(45deg) translateY(-50%); width: 6px; height: 6px; border-width: 1px 1px 0 0; border-style: solid; border-color: #fff #fff transparent transparent; }

body .content-wrap .box-free-wrap.box-free-wrap-04 ul { display: flex; flex-wrap: wrap; }

body .content-wrap .box-free-wrap.box-free-wrap-04 ul li { width: 25%; padding: .5rem 1rem; }

body .content-wrap .box-free-wrap.box-free-wrap-04 ul li img { display: block; width: 100%; }

body .content-wrap .link-btn { width: 100%; margin: 0 auto; }

body .content-wrap .link-btn.main-color a { display: block; background-color: #62A962; border: 1px solid #62A962; color: #fff; }

body .content-wrap .link-btn.main-color a:hover { background-color: #fff; color: #62A962; }

body .content-wrap .link-btn.main-color a:hover::after { border-color: #62A962; }

body .content-wrap .link-btn.main-color a::after { border-color: #fff; }

body .content-wrap .link-btn.reverse-color a { background-color: #FEC400; border: 1px solid #FEC400; color: #ffffff; }

body .content-wrap .link-btn.reverse-color a::after { background: #62A962 !important; }

body .content-wrap .link-btn.reverse-color a:hover { background-color: #62A962; }

body .content-wrap .link-btn.reverse-color a:hover::after { background: #FEC400 !important; }

body .content-wrap .link-btn a { display: block; transition: .3s; font-weight: 500; }

body .content-wrap .link-btn.link-btn-01 a { position: relative; text-align: center; padding: 1.5rem; font-size: 1.1rem; border-radius: 8px; }

body .content-wrap .link-btn.link-btn-01 a::after { content: url(../img/btn_arrow.svg); position: absolute; top: 50%; right: 20px; transform: translateY(-50%); width: 1rem; }

body .content-wrap .link-btn.link-btn-02 a { position: relative; text-align: center; padding: 1.5rem; font-size: 1.1rem; border-radius: 100rem; }

body .content-wrap .link-btn.link-btn-02 a::after { content: url(../img/btn_arrow.svg); position: absolute; top: 50%; right: 10px; transform: translateY(-50%); background: #FEC400; width: 60px; height: 60px; padding: 1rem; line-height: 1; border-radius: 100rem; }

body .content-wrap .link-btn.bg-l-green a { background: #7DB913; border-color: #7DB913; }

body .content-wrap .link-btn.bg-l-green a:hover { color: #7DB913; }

body .content-wrap .flex_btn { display: flex; justify-content: space-between; }

body .content-wrap .flex_btn .link-btn { width: 48%; }

body .content-wrap .round-box { border-radius: 30px; }

body .content-wrap .round-box .round-box-inr { padding: 4rem 5rem; }

body .content-wrap .round-box .round-box-inr .cotent { display: flex; padding-top: 4rem; }

body .content-wrap .round-box .round-box-inr .cotent:nth-of-type(even) { flex-direction: row-reverse; }

body .content-wrap .round-box .round-box-inr .cotent .num { font-weight: bold; color: #AED8AE; font-size: 5rem; line-height: 1.2; width: 5%; }

body .content-wrap .round-box .round-box-inr .cotent .text-area { width: 77%; padding: 0 2rem; }

body .content-wrap .round-box .round-box-inr .cotent .text-area .ttl { font-size: 1.2rem; font-weight: bold; margin-bottom: .5rem; }

body .content-wrap .round-box .round-box-inr .cotent .thm { width: 18%; }

body .content-wrap .form { padding: 0 1.5rem; }

body .content-wrap .form .row { border-bottom: 1px solid #eef3f1; margin: 0; }

body .content-wrap .form .row .col-12 { display: flex; flex-wrap: wrap; align-items: flex-start; padding: 1rem 0; }

body .content-wrap .form .row .col-12 label { width: 30%; font-size: 1.1rem; }

body .content-wrap .form .row .col-12 label.reqire::after { content: "*"; color: red; font-size: 1.2rem; }

body .content-wrap .form .row .col-12 select, body .content-wrap .form .row .col-12 input, body .content-wrap .form .row .col-12 textarea { width: 70%; background-color: white; border: 1px solid #f3f3f3; padding: 1rem; border-radius: 0.25rem; font-size: 1rem; background: #F8F9F9; }

body .content-wrap .form .row .col-12 select:hover, body .content-wrap .form .row .col-12 select:focus, body .content-wrap .form .row .col-12 select:active, body .content-wrap .form .row .col-12 input:hover, body .content-wrap .form .row .col-12 input:focus, body .content-wrap .form .row .col-12 input:active, body .content-wrap .form .row .col-12 textarea:hover, body .content-wrap .form .row .col-12 textarea:focus, body .content-wrap .form .row .col-12 textarea:active { outline: 2px solid #707070; border-color: transparent !important; box-shadow: none !important; }

body .content-wrap .form .row .col-12 .form-control { padding: 1.5rem 1rem; }

body .content-wrap .form .btn-wrap { text-align: center; }

body .content-wrap .form .btn-wrap input[type=submit] { background-color: #62A962; color: white; font-weight: bold; font-size: 1rem; width: 350px; padding: 1.5rem 2rem; border-radius: 8px; border: solid 1px #62A962; outline: none; }

body .content-wrap .form .btn-wrap input[type=submit]:hover { background-color: #fff; color: #62A962; }

body .content-wrap .form .checkbox-consent { text-align: center; }

body .content-wrap .form .checkbox-consent a { text-decoration: underline; }

body .content-wrap .table tr th { width: 30%; padding: 1rem 0; }

body .content-wrap .table tr td { padding: 1rem; }

body .content-wrap .table.table-01 tr th { border-top: none; border-bottom: 1px solid #AED8AE; }

body .content-wrap .table.table-01 tr td { border-top: none; border-bottom: 1px solid #EEEEEE; }

body .content-wrap .table.table-01 tr .map-link a { display: block; width: fit-content; margin-left: auto; margin-top: .5rem; padding: 0 .2rem 0 1rem; background: #62A962; border: 1px solid #62A962; border-radius: 4px; color: white; text-align: center; transition: all .3s; }

body .content-wrap .table.table-01 tr .map-link a:hover { background: white; color: #62A962; }

body .content-wrap .scroll-wrap { height: 300px; overflow: auto; border: 1px solid #D6D6D6; padding: 1.5rem; background: white; }

body .content-wrap .scroll-wrap h5 { padding-bottom: 1rem; margin-bottom: 0; font-size: 1rem; font-weight: 500; }

body .content-wrap .scroll-wrap p { padding-bottom: 1rem; line-height: 1.8; }

body .content-wrap .map { aspect-ratio: 16/8; }

body .content-wrap .map iframe { width: 100%; height: 100%; max-height: 500px; }

body .content-wrap .g-map { aspect-ratio: 16/10; }

body .content-wrap .g-map iframe { width: 100%; height: 100%; max-height: 600px; }

body .ancor { overflow: visible; }

body .ancor a { display: block; padding-top: 10rem; margin-top: -10rem; }

body .main_top { overflow: hidden; position: relative; }

body .main_top .main_top_bg { position: relative; }

body .main_top .main_top_bg img { display: block; width: 100%; }

body .main_top .main_top_canvas { position: absolute; top: 41%; left: 50%; transform: translateX(-50%); width: 50%; max-width: 860px; margin: 0 auto; }

body .main_top .main_top_canvas .top_logo { opacity: 0; width: 50%; margin: 0 auto 1rem auto; animation-name: top_logo; animation-duration: 3s; animation-fill-mode: forwards; }

body .main_top .main_top_nav_wrap { position: relative; width: 65%; margin: 0 auto; }

body .main_top .main_top_nav_wrap .main_top_nav { position: absolute; width: 100%; height: 100%; top: 0; right: 0; left: 0; margin: 0 auto; }

body .main_top .main_top_nav_wrap .main_top_nav ul { position: relative; width: 100%; height: 100%; }

body .main_top .main_top_nav_wrap .main_top_nav ul li { position: absolute; display: none; transition: .3s; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav01 { width: 53%; top: 0; right: 0; left: 0; margin: 0 auto; animation-name: slide_in_top_01; animation-duration: .8s; animation-fill-mode: forwards; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav01:hover { transform: translateY(-3%) !important; opacity: .8 !important; z-index: 999; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav02 { width: 48%; top: 50%; right: 0; transform: translateY(-50%); animation-name: slide_in_top_02; animation-duration: 1s; animation-fill-mode: forwards; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav02:hover { transform: translate(3%, -50%) !important; opacity: .8; z-index: 999; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav03 { width: 53%; bottom: 0; right: 0; left: 0; margin: 0 auto; animation-name: slide_in_top_03; animation-duration: 1s; animation-fill-mode: forwards; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav03:hover { transform: translateY(3%) !important; opacity: .8; z-index: 999; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav04 { width: 48%; top: 50%; left: 0; transform: translateY(-50%); animation-name: slide_in_top_04; animation-duration: 1s; animation-fill-mode: forwards; }

body .main_top .main_top_nav_wrap .main_top_nav ul li.nav04:hover { transform: translate(-3%, -50%) !important; opacity: .8; z-index: 999; }

@keyframes top_logo { from { opacity: 0; }
		to { opacity: 1; } }

@keyframes slide_in_top_01 { from { opacity: 0;
				transform: translateY(10%); }
		to { opacity: 1;
				transform: translateY(0%); } }

@keyframes slide_in_top_02 { from { opacity: 0;
				transform: translate(-10%, -50%); }
		to { opacity: 1;
				transform: translate(0, -50%); } }

@keyframes slide_in_top_03 { from { opacity: 0;
				transform: translateY(-10%); }
		to { opacity: 1;
				transform: translateY(0%); } }

@keyframes slide_in_top_04 { from { opacity: 0;
				transform: translate(10%, -50%); }
		to { opacity: 1;
				transform: translate(0, -50%); } }

body .about_rinen { text-align: center; font-size: 2.2rem; letter-spacing: 1.2rem; }

body .about_rinen span { background-image: repeating-linear-gradient(-45deg, #E8FFE8 0, #E8FFE8 3px, transparent 3px, transparent 6px); background-repeat: no-repeat; background-position: left bottom; background-size: 100% 50%; }

body .daihyo-name { width: 27%; margin: 0 0 0 auto; margin-top: 3.5rem; }

body .turn_recuit a { display: block; transition: .3s; }

body .turn_recuit a:hover { opacity: .7; }

body .koukoku_bnr { width: 60%; margin: 0 auto; }

body .koukoku_bnr a { display: block; transition: .3s; }

body .koukoku_bnr a:hover { opacity: .7; }

body .ma_intro { display: flex; }

body .ma_intro .ma_intro_thm { width: 50%; padding-left: 4%; }

body .ma_intro .ma_intro_txt { width: 50%; }

body .box-free-wrap-04-ma ul li { width: 32% !important; padding: .5rem 1rem !important; }

body .ma_step .ma_step_item { display: flex; align-items: center; }

body .ma_step .ma_step_item .step_num { width: 13%; }

body .ma_step .ma_step_item .step_content { width: 87%; padding-left: 2rem; }

body .ma_step .ma_step_item .step_content .step_ttl { font-weight: bold; font-size: 1.5rem; margin-bottom: .5rem; }

body .ma_step_arrow { width: 10%; margin: .5rem auto; }

body footer.footer { background: white; }

body footer.footer .inner { width: 100%; max-width: 1200px; margin: 0 auto; padding: 2.5rem 0 2rem 0; }

body footer.footer .inner .flex-wrap { display: flex; flex-wrap: wrap; justify-content: space-between; }

body footer.footer .inner .flex-wrap .logo { width: 24%; margin: 0 auto; }

body footer.footer .inner .flex-wrap .logo img { display: block; width: 100%; }

body footer.footer .inner .flex-wrap .tail { width: 65%; }

body footer.footer .inner .flex-wrap .tail nav { padding-bottom: 5rem; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container { display: flex; width: 100%; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap { width: calc(100% / 3); margin-left: 2rem; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap:first-child { margin-left: 0; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item { padding-bottom: 1.5rem; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a { display: block; font-weight: bold; transition: all .3s; font-size: 1.1rem; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item a:hover { color: #62A962; opacity: 1; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item.menu-item-has-children .sub-menu { position: relative; padding-left: 1em; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item.menu-item-has-children .sub-menu a { display: block; font-size: 1rem; font-weight: normal; margin-top: .5rem; padding: .3rem 0; }

body footer.footer .inner .flex-wrap .tail nav .menu-footer-container .list-wrap .menu .menu-item.menu-item-has-children .sub-menu::before { content: ''; position: absolute; top: 0; left: 5px; border-left: 2px solid #E2E2E2; height: 100%; }

body footer.footer .inner .flex-wrap .tail .sns-link { text-align: right; }

body footer.footer .inner .flex-wrap .tail .sns-link a { font-family: "Comfortaa", serif; display: flex; align-items: flex-end; justify-content: end; color: #62A962; font-weight: bold; }

body footer.footer .inner .flex-wrap .tail .sns-link a img { display: block; width: 100%; max-width: 60px; padding-left: 1em; }

body footer.footer .copyright { background: #62A962; padding: 1.5rem 50px; color: #ffffff; }

/*==================================================
anime
==================================================*/
/* fadeUp */
.fadeIn { animation-name: fadeInAnime; animation-duration: 1.2s; animation-fill-mode: forwards; opacity: 0; }

.fadeUp { animation-name: fadeUpAnime; animation-duration: 1.2s; animation-fill-mode: forwards; opacity: 0; }

.fadeLeft { animation-name: fadeLeftAnime; animation-duration: 0.8s; animation-fill-mode: forwards; opacity: 0; }

.fadeRight { animation-name: fadeRightAnime; animation-duration: 0.8s; animation-fill-mode: forwards; opacity: 0; }

@keyframes fadeInAnime { from { opacity: 0; }
		to { opacity: 1; } }

@keyframes fadeUpAnime { from { opacity: 0;
				transform: translateY(70px); }
		to { opacity: 1;
				transform: translateY(0); } }

@keyframes fadeLeftAnime { from { opacity: 0;
				transform: translateX(100px); }
		to { opacity: 1;
				transform: translateX(0); } }

@keyframes fadeRightAnime { from { opacity: 0;
				transform: translateX(-100px); }
		to { opacity: 1;
				transform: translateX(0); } }

@keyframes bounce { 0%, 100% { transform: translateY(0);
				/* 元の位置 */ }
		50% { transform: translateY(-10px);
				/* 上に移動 */ } }

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger, .fadeLeftTrigger, .fadeRightTrigger, .fadeTrigger { opacity: 0; }

/*　画像の縮小　*/
.mask-z { display: block; line-height: 0; /*行の高さを0にする*/ overflow: hidden; /*拡大してはみ出る要素を隠す*/ }

.zoomOut img { transform: scale(1.05); transition: 0.3s ease-in-out; }

.zoomOut:hover img { transform: scale(1); }

/*　 画像shine  */
.shine span.mask-shine { position: relative; /*キラッの基点となる位置を定義*/ display: block; line-height: 0; /*行の高さを0にする*/ overflow: hidden; /*拡大してはみ出る要素を隠す*/ }

.shine span.mask-shine::before { position: absolute; content: ""; width: 50%; /*キラッの横幅*/ height: 100%; /*キラッの縦幅*/ top: 0; /*.shine span.maskのトップ0を基点*/ left: -75%; /*画面の見えていない左から右へ移動するスタート地点*/ background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%); transform: skewX(-25deg); /*背景白透過を斜めに*/ }

.shine span.mask-shine:hover::before { /*hoverした時の変化*/ animation: shine 0.7s; /*アニメーションの名前と速度を定義*/ }

@keyframes shine { 100% { left: 125%;
				/*画面の見えていない左から右へ移動する終了地点*/ } }

.sb_instagram_header, #sbi_load { display: none; }

.content-title-feed .main { display: flex; justify-content: center; align-items: center; font-family: "Comfortaa", serif; font-size: 2.5rem; font-weight: bold; text-align: center; color: #62A962; }

.content-title-feed .main img { width: 5%; margin-right: 1rem; }

.link-btn-feed { width: 50% !important; }
