﻿/* all page */
/* fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700;900&display=swap');
body, #wrap, header #header #main_menu li a, header #header #sub_menu li a, #sc_menu li a, .ec_link a span, #main_img #catch h2 span, .contents_wrap::before, #intro_top h2, #intro_title p, #intro_title h3, #intro .box h4, #contents_links .square_box a p, #contents_links .square_box a h4, #contents .contents_txt h3 span, #top_cms .top_cms_title p span, .top_cms_wrap::before, #top_cms .top_cms_title h3, #top_cms .more a span, #main_nav li a span, footer #copyright, #page_title, .cate_list li a, .cate_list li .cate_no, .cate_title, .sub_cate_title, #page07 h3, #page07 p, #page10 .sub_title, #page10 .title, .box_title, .box_title1, a[href^="tel:"], a[href^="mailto:"], .pager li a {
    font-family: 'Noto Serif JP', "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"!important;
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #7d7d7d;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1{color: #5DAC81;} /* メインカラー */
.txt_color2{color: #e6e6e6} /* サブカラー */
.txt_color3{color: #A8D8B9;} /* アクセントカラー1 */
.txt_color4{color: #c9baa9} /* アクセントカラー2 */

/* background-color */
.bg_color1{background-color: #5DAC81;} /* メインカラー */
.bg_color2{background-color: #e6e6e6} /* サブカラー */
.bg_color3{background-color: #A8D8B9;} /* アクセントカラー1 */
.bg_color4{background-color: #c9baa9} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #5DAC81;}
.border_color2{border-color: #e6e6e6}
.border_color3{border-color: #A8D8B9;}
.border_color4{border-color: #c9baa9}

#wrap{
    overflow: hidden;
}

.banner__fixed {
    position: fixed;
    bottom: 10px;
    left: 0;
    z-index: 10;
}
.banner__fixed a {
	padding: 5px;
    transition: ease 0.3s;
    width: 100%;
    text-align: center;
    background-color: #69c593;
}

/* header */
#sc_menu .logo img {
    max-width: 180px;
}
#sc_menu li.page08_link a {
    height: 110px;
}

/* top ----------------*/
/* main img */
#main_img .slick {
    margin-left: 12%;
    width: 88%!important;
}
#main_img #catch {
    background-color: transparent;
}
#main_img #catch .catch02 {
    margin-top: 50px;
}

/* main */
/*アニメーション*/
.animate {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s;
}
.animate.show {
  opacity: 1;
  transform: translateY(0);
}
.animate.show:nth-of-type(1) {
  transition-delay: 0s;
}
.animate.show:nth-of-type(2) {
  transition-delay: 0.3s;
}
.animate.show:nth-of-type(3) {
  transition-delay: 0.6s;
}
.animate.show:nth-of-type(4) {
  transition-delay: 0.9s;
}
.animate.show:nth-of-type(5) {
  transition-delay: 1.2s;
}
.animate.show:nth-of-type(6) {
  transition-delay: 1.5s;
}
.fadein_up{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 1.5s ease,opacity 2s ease; 
}
.fadein_up.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.fadein_up2{
    opacity : 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
	transition:transform 2s ease,opacity 2s ease;
}
.fadein_up2.scrollin{
    opacity : 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/* intro */
#intro_top {
    padding: 100px;
    box-sizing: border-box;
    position: relative;
    margin-top: -10px;
}
#intro_top::before {
    content: "";
    background-image: url('./Dup/img/intro_l.png');
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    width: 250px;
    height: 100%;
    position: absolute;
    top: 0;
    left: -135px;
    opacity: 0.6;
}
#intro_top::after {
    content: "";
    background-image: url('./Dup/img/intro_r.png');
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 150px;
    width: 150px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50px;
    opacity: 0.6;
    z-index: -1;
}
#intro_top h2 {
    box-sizing: border-box;
    letter-spacing: 5px;
}
#intro_top h2 span {
    padding: 10px 30px;
}
#intro_top p {
    padding-top: 50px;
}
#intro_top .intro_btn a{
    background-color: #fff;
    color: #5dac81;
    border-radius: 50px;
}
#intro_top .intro_btn a:hover{
    background-color: #5dac81;
    color: #fff;
    border-color: #5dac81;
}

/* contents */
.contents_wrap{
    background-image: url('./Dup/img/con_bg.png');
    background-position: bottom left;
    background-size: 100%;
    background-repeat: no-repeat;
}
.contents_wrap::before{
	content: "ABOUT US";
	font-size: 130px;
    color: #a8d8b9;
    position: absolute;
    top: 300px;
    left: -280px;
    opacity: 0.5;
    transform: rotate(90deg);
}
/*#intro {*/
/*    background: none;*/
/*}*/
#intro .box_wrap{
    align-items: flex-start;
}
#intro .box_wrap .box > div {
    transform: translate(30px,-30px);
}
#intro .box_wrap .box figure img {
    border-radius: 50px;
}
#contents_links .square_box {
    border-radius: 30px;
}
#contents_links .square_box a {
    background-color: rgba(255,255,255,0.45);
    backdrop-filter: blur(0);
    color: #3e865f;
    border-radius: 30px;
}
#contents_links .square_box a::before {
    border: 3px solid #5dac81;
    border-radius: 30px;
}
#contents_links .square_box a:hover {
    background-color: rgba(255,255,255,0.35);
    backdrop-filter: blur(3px);
}
#contents_links .square_box a p {
    top: 8%;
    left: 8%;
}
#contents_links .square_box a h4 {
    bottom: 8%;
    right: 8%;
}
#contents .contents_txt h3 {
    min-width: 0;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -50px;
    right: 24%;
    padding: 30px 20px;
    border-radius: 10px;
}
#contents .contents_txt h3::after {
    border: 2px solid #a8d8b9;
    border-radius: 10px;
}
#contents::before {
    background-color: rgba(93,172,129,0.5);
}
#contents .contents_txt {
    background-color: rgba(168,216,185,0.4);
    backdrop-filter: blur(3px);
}

/* topcms */
.top_cms_wrap{
    background-image: url('./Dup/img/con_bg_l.png');
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
}
.top_cms_wrap::before{
	content: "CONTENTS";
	font-size: 130px;
    color: #a8d8b9;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0.5;
    line-height: 0.7;
}
#top_cms .top_cms_title h3, #top_cms .top_cms_title p span{
    border-radius: 8px;
}
#top_cms .top_cms_box .more a, #top_cms .top_cms_box .more a span{
    border-radius: 5px;
}
.topcms_news_type2 .cate_box {
	width: 46.33333%!important;
	margin-right: 1.5%;
	margin-left: 1.5%;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	margin-bottom: 30px;
	box-shadow: 0 6px 12px rgb(0 0 0 / 0);
}
.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;
}

/* footer */
footer::after {
    background-color: rgba(93,172,129,0.5);
}


/* under page */
#page_title::after {
    background-color: rgba(93,172,129,0.5);
}
.pager li a{
    border-radius: 10px;
}

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */
#cms #cms_6-a .cate_box, .cms_6-a .cate_box{
    background-color: #f3fff7;
    margin-bottom: 15px;
}

/* cms5 */

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- 1600px ---------- */
@media screen and (max-width: 1600px){
    #contents .contents_txt h3 {
        right: 15%;
    }
}
/* ---------- 1400px ---------- */
@media screen and (max-width: 1400px){
    #contents .contents_txt h3 {
        right: 5%;
    }
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
    h1 a {
        padding: 10px;
    }
    h1 img {
        max-width: 200px;
    }
    #main_img .slick {
        margin-left: 0;
        width: 100%!important;
    }
    #main_img #catch {
        width: 60%;
        position: absolute;
        transform: none;
        top: 50%;
        left: 0;
    }
    #main_img #catch .catch01 {
        width: 90%;
    }
    #main_img #catch .catch02 {
        width: 80%;
        margin-top: 30px;
    }
    #intro_top {
        padding-top: 150px;
    }
    #intro_top::before {
        width: 180px;
        left: -20px;
        opacity: 0.5;
    }
    #intro_top::after {
        background-size: 100px;
        width: 100px;
        right: 0;
        opacity: 0.5;
    }
    #intro .box_wrap .box > div{
        transform: translateY(-30px);
    }
    .contents_wrap::before {
        font-size: 100px;
        top: -10px;
        left: 0;
        transform: rotate(0deg);
    }
    .contents_wrap {
        background-position: bottom right;
        background-size: cover;
    }
    #contents .contents_txt h3 {
        top: -80px;
        right: 15%;
        padding: 20px 15px;
    }
    #contents .d_flex > div {
        padding: 30px;
    }
    .top_cms_wrap::before {
        font-size: 100px;
        top: -5px;
    }
    .topcms_news_type2 .cate_box {width: 100%!important;}
    .topcms_news_type2 .txt_height {height: 3em}
    .pager li {
        margin: 0;
    }
    
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
    #main_img #catch {
        top: 40%;
    }
    #main_img #catch .catch01 {
        width: 80%;
    }
    #main_img #catch .catch02 {
        width: 70%;
        margin-top: 10px;
    }
    #intro_top {
        padding: 20px;
        padding-top: 100px;
    }
    #intro_top h2 {
        letter-spacing: 1px;
        font-size: 26px;
    }
    #intro_top h2 span {
        padding: 0;
    }
    #intro_top p {
        padding-top: 30px;
        text-align: left;
    }
    #intro_top .intro_btn a {
        padding: 15px 10px;
    }
    #intro_top::before {
        width: 130px;
        background-position: top left;
        height: 80%;
        top: auto;
        bottom: 0;
    }
    #intro_top::after {
        background-size: 80px;
        width: 80px;
        background-position: bottom right;
        height: 90%;
    }
    #intro .box_wrap .box figure img {
        border-radius: 30px;
    }
    .contents_wrap::before {
        font-size: 60px;
        top: -20px;
    }
    .top_cms_wrap::before {
        font-size: 60px;
        top: 0;
    }
    #contents .contents_txt h3 {
        top: -120px;
        right: 4%;
        padding: 15px 10px;
        font-size: 14px;
    }
    #contents .d_flex > div {
        padding: 10px;
    }
    
}

/*20220422*/
.txt_color1{color: #636363;}
.txt_color3{color: #ae2020;}
/* background-color */
.bg_color1{background-color: #636363;}
.bg_color3{background-color: #ae2020;}
/* border-color ※!important */
.border_color1{border-color: #636363;}
.border_color3{border-color: #ae2020;}
.banner__fixed a {background-color: #ae2020;}
#intro_top {
    background-color: #3f3f3f;
    color: #fff;
    padding: 50px 100px;
    background-image: url('./Dup/img/s-intro.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
}
#intro_top .intro_txt {
    -webkit-writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -ms-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    display: inline-block;
    text-align: left;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    height: 40%;
}
#intro_top h2 {letter-spacing: 1px;}
#intro_top h2 span {padding: 0 0 0 50px;}
#intro_top p {
    padding-top: 0;
    line-height: 2.5;
}
#intro_top::before, #intro_top::after{display: none;}
#intro_top .intro_btn a {
    background-color: #3f3f3f;
    color: #fff;
}
#intro_top .intro_btn a:hover {
    background-color: #ae2020;
    border-color: #ae2020;
}
#intro .box h4{border-bottom: 6px double #ae2020;}
#contents_links .square_box, #contents_links .square_box a, #contents_links .square_box a::before, #contents .contents_txt h3, #contents .contents_txt h3::after, #top_cms .top_cms_box .more a, #top_cms .top_cms_box .more a span, #top_cms .top_cms_title h3, #top_cms .top_cms_title p span {
    border-radius: 0;
}
#contents_links .square_box a {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
#contents_links .square_box a::before {
    border: 3px solid #fff;
}
#contents_links .square_box a:hover, #page_title::after {
    background-color: rgba(0,0,0,0.35);
}
#contents_links .square_box a p {
    top: 5%;
    left: 5%;
}
#contents_links .square_box a h4 {
    bottom: 5%;
    right: 5%;
}
.contents_wrap::before {
    color: #9c9c9c;
    top: 210px;
}
.contents_wrap, .top_cms_wrap{
    background: none;
}
#contents .contents_txt h3::after {border: 2px solid #ae2020;}
#contents::before, #contents .contents_txt, footer::after {
    background-color: rgba(0,0,0,0.5);
}
.top_cms_wrap::before {
    color: #ae2020;
}
#cms #cms_6-a .cate_box, .cms_6-a .cate_box {
    background-color: #ebebeb;
}
/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){
.contents_wrap::before {top: -10px;}
#main_img #catch {
    width: 50%;
    top: 15%;
}
}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#main_img #catch {
    top: 10%;
}
#main_img #catch .catch01 {
    width: 65%;
}
#intro_top .intro_txt {
    -webkit-writing-mode: vertical-tb;
    -moz-writing-mode: vertical-tb;
    -ms-writing-mode: lr-tb;
    -ms-writing-mode: vertical-rl;
    writing-mode: horizontal-tb;
    display: inline-block;
    text-align: left;
    -webkit-text-orientation: upright;
    text-orientation: upright;
}
#intro_top {padding: 50px 20px;}
#intro_top h2 span {padding: 0;}
.contents_wrap::before {top: -20px;}
footer #copyright {padding-bottom: 55px;}

}

/*20220513*/
#contents::before, #contents .contents_txt, footer::after {
    background-color: rgba(165,165,165,0.5);
    backdrop-filter: blur(5px);
}
