﻿/* all page */
/*fonts*/
body, .font_com {
     font-family: "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif"; 
}

/* color ---------------------------------------------------------------------------------------------*/
.linkStyle{color: #160a0a;text-decoration: underline;transition: opacity .3s;}
.linkStyle:hover{opacity: 0.7}
.txt_color1, .hvr_txt_color1:hover{color: #52c4c5;}
/*.txt_color2, .hvr_txt_color2:hover{color: #e6e6e6}*/
/*.txt_color3, .hvr_txt_color3:hover{color: #a67c52}*/
/*.txt_color4, .hvr_txt_color4:hover{color: #c9baa9}*/

/* background-color */
.bg_color1, .hvr_bg_color1:hover{background-color: #52c4c5;}
.bg_color2, .hvr_bg_color2:hover{background-color: #fbefd4;}
/*.bg_color3, .hvr_bg_color3:hover{background-color: #a67c52}*/
/*.bg_color4, .hvr_bg_color4:hover{background-color: #c9baa9}*/

/* border-color ※!important */
.border_color1, .hvr_border_color1:hover{border-color: #52c4c5;}
/*.border_color2, .hvr_border_color2:hover{border-color: #e6e6e6}*/
/*.border_color3, .hvr_border_color3:hover{border-color: #a67c52}*/
/*.border_color4, .hvr_border_color4:hover{border-color: #c9baa9}*/


/* header */
#pc_nav_fix {
    padding: 30px 10px;
}
#pc_nav_fix ul{
    font-size: 14px;
}

/* top ----------------*/

/* main img */
/*.catch {*/
/*    width: 40%;*/
/*    max-width: 500px;*/
/*    z-index: 2;*/
/*    bottom: 5%;*/
/*    right: 3%;*/
/*}*/

.catch_wrap{
    background-color: rgba(255,255,255,0.8);
    padding: 30px 0;
    z-index: 2;
}
.catch p {
    font-size: 43px;
    font-weight: 900;
    letter-spacing: 3px;
    line-height: 1.0;
    color: #52c4c5;
    padding: 0 20px;
}
.main_btn{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  opacity:0;
  animation-delay: 3.0s;
}
.main_btn a .more_bg {
    width: 265px;
    height: 370px;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    margin: auto;
    top: -305px;
    z-index: -1;
}
.main_btn .hvr_more:hover .hvr_more_span {
    color: #fff;
    transform: none;
}
.main_btn a:hover .more_bg {
    top: -130px;
}
/*==================================================
背景色が伸びて出現
===================================*/
/*全共通*/
.bgextend{
  animation-name:bgextendAnimeBase;
  animation-duration:1s;
  animation-fill-mode:forwards;
  position: relative;
  overflow: hidden;/*　はみ出た色要素を隠す　*/
  opacity:0;
  animation-delay: 1.5s;
}
.catch2 .bgextend{
  animation-delay: 2.0s;
}
@keyframes bgextendAnimeBase{
  from {
    opacity:0;
  }

  to {
    opacity:1;  
}
}
/*中の要素*/
.bgappear{
  animation-name:bgextendAnimeSecond;
  animation-duration:1s;
  animation-delay: 0.6s;
  animation-fill-mode:forwards;
  opacity: 0;
}
@keyframes bgextendAnimeSecond{
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
/*左から右*/
.bgLRextend::before{
  animation-name:bgLRextendAnime;
  animation-duration:1s;
  animation-fill-mode:forwards;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #52c4c5;/*伸びる背景色の設定*/
    bottom: 0;
    left: 0;
  animation-delay: 1.5s;
}
.catch2 .bgLRextend::before{
  animation-delay: 2.0s;
}
@keyframes bgLRextendAnime{
  0% {
    transform-origin:left;
    transform:scaleX(0);
  }
  50% {
    transform-origin:left;
    transform:scaleX(1);
  }
  50.001% {
    transform-origin:right;
  }
  100% {
    transform-origin:right;
    transform:scaleX(0);
  }
}


/* main */

/* intro */


/* contents */

/* topcms */
.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);
	/* padding: 20px; */
	/* border-radius: 20px; */
	/* 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}
}

/* footer */



/* under page */

/* cms1 */

/* cms2 */

/* cms3 */

/* cms4 */
.flow_type3 .cate{counter-reset: box;}
.flow_type3 .cate_box{counter-increment: box;}
.flow_type3 .box_item{padding-top: 60px;}
.flow_type3 .box_title1{z-index: 0}
.flow_type3 .box_title1::before, .flow_type3 .box_title1::after{
	position: absolute;
	content: "";
	display: block;
	pointer-events: none
}
.flow_type3 .box_title1::before {
	content: "0"counter(box);
	font-size: 86px;
	color: #ebebeb;
	left: 0;
	top: -70px;
	z-index: -1;
}
.flow_type3 .box_title1::after{
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #222
}
/*-------- スマートフォン --------*/
@media screen and (max-width: 667px){
.flow_type3 .box_title1::before{
	left: auto;
	right: 0;
	top: -50px
}
.flow_type3 .box_item {
    padding-top: 36px;
}
}

/* cms5 */
.v_type3 .cate_box{border: 1px solid #c9baa9;}
.v_type3 .box_title1{color: #a67c52;}

/* page7 */

/* page8 */

/* page9 */

/* page10 */


/* ---------- タブレット ---------- */
@media screen and (max-width: 768px){


}
/* ---------- スマートフォン ---------- */
@media screen and (max-width: 667px){
#pc_nav_fix {padding: 10px 10px;}
.catch_wrap {
    padding: 15px 0;
    top: auto;
    bottom: -30px;
    transform: translate(-50%,0);
}
.catch p {
    font-size: 21px;
    padding: 0;
    letter-spacing: 1px;
}
.catch1 {padding-right: 5px!important;}
.catch2 {padding-left: 5px!important;}
.main_btn a {
    font-size: 12px;
    width: 150px;
}
.main_btn a span {
    padding-bottom: 10px;
    padding-top: 10px;
}
.main_btn a .more_bg {
    width: 275px;
    height: 365px;
    top: -320px;
}
#intro .intro_img {
    bottom: -10px;
}
#top_contents .con_title{
    font-size: 17px;
}

}





