﻿@charset "utf-8";
/* CSS Document */
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #0D5072} /* メインカラー */
.txt_color2{color: #697A84} /* サブカラー */
.txt_color3{color: #302D2A} /* アクセントカラー1 */
.txt_color4{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #38abdc} /* メインカラー */
.bg_color2{background-color: #38abdc} /* サブカラー */
.bg_color3{background-color: #38abdc} /* アクセントカラー1 */
.bg_color4{background-color: #38abdc} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important}


/* border-color ※!important */
.border_color1{border-color: #38abdc}
.border_color2{border-color: #38abdc}
.border_color3{border-color: #38abdc}
.border_color4{border-color: #38abdc}


/* hover ---------------------------------------------------------------------------------------------*/
/* color */
.hvr_txt_color_nomal:hover{color: #333333;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #0D5072} /* メインカラー */
.hvr_txt_color2:hover{color: #697A84} /* サブカラー */
.hvr_txt_color3:hover{color: #302D2A} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #E6EAED} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #38abdc33} /* メインカラー */
.hvr_bg_color2:hover{background-color: #38abdc33} /* サブカラー */
.hvr_bg_color3:hover{background-color: #38abdc33} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #38abdc33} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #0D5072}
.hvr_border_color2:hover{border-color: #697A84}
.hvr_border_color3:hover{border-color: #302D2A}
.hvr_border_color4:hover{border-color: #E6EAED}

/* ----------　linkStyle　---------- */
.linkStyle{
    color: var(--color1);
    border-bottom:solid 1px;
}
.linkStyle:hover{
	color: var(--color3);
	opacity: 0.7;
	transition: all 0.5s;
}


#banner {
	width: 16%!important; 
	position: fixed; 
	z-index: 4; 
	bottom: 10px; 
	right: 67px; 
}

#main_img{
    position: relative;
    width: calc(100% - 253px)!important;
}

#main_img img {
    max-height: 100vh;
    min-height: 100vh;
    position: relative;
    object-fit: cover;
}

#main_img::after {
	content: "";
	display: block;
	position: absolute;
	background-image: url(./Dup/img/kc01.png);
	top: 50%;
	left: 45%;
	transform: translate(-50%, -50%);
	width: 45vw;
	height: 33vw;
	background-size: contain; 
	background-position: 50% 50%;
	background-size: 100%;
	background-repeat: no-repeat;
    z-index:4 ;
}

#main_img ::before {
	content: "";
	display: block;
	position: absolute;
	background-image: url(./Dup/img/kc03.png);
    bottom: 0vw;
    right: 0vw;
    background-position: top right;
	width: 30vw;
	height: 40vw;
	background-size: cover; 
	background-size: 100%;
	background-repeat: no-repeat;
	z-index:4 ;
}

#pc_nav{
    margin-top: 30px;
}

#header.grid_2 {
    width: 253px!important;
}

.sns_links li{
    width: 20%!important;
}

#wrap .sns_wrap {
    right: -48px;
}

#wrap .sns_links li {
    width: 30%!important;
}

#intro.bg_color4{
    background: rgb(176,219,234);
    background: linear-gradient(180deg, rgba(176,219,234,0.7483368347338936) 0%, rgba(176,219,234,0) 100%);
}

#intro_txt{
    max-width: 1500px;
}

#intro_txt h2{
    color: #38abdc;
    font-size: 40px;
    text-align: center;
}

#contents .bg_color4 {
    background: rgb(176,219,234);
    background: linear-gradient(180deg, rgba(176,219,234,0.7483368347338936) 0%, rgba(176,219,234,0) 100%);
}

#contents h3{
    font-size: 30px;
}

.more div::after {
    border: 3px solid rgba(56,171,220,0.30)!important;
}

#cms_2-d .cate_wrap .cate_txt1 {
font-size: 16px;
    padding-left: 20px;
    font-size: 16px;
}

#cms_2-c .cate_txt1 {
    padding-left: 20px;
}

#cms_2-c .cate_list li{
    width: 25%;
}

#cms_2-c .cate_list li:nth-of-type(4n) {
    margin-right: 2%; 
}

#cms_2-c .cate_list a {
    letter-spacing: 0px;
}

#cms_4-b .cate_box{
    width: 100%!important;
}

.youtube_box{
  position: relative;
  width: 80%;
  padding-top: 44.8%;
}
.youtube_box iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.youtube_box:empty {
    display: none;
}

#page7 h3{
    font-weight: bold;
    font-size: 18px;
}

#page7 p{
    font-weight:normal;
}

#page8{
    max-width: 1600px;
}

#page8 .contact_tel{
    display: inline-block
}

#page8 h3{
    font-size: 18px;
    font-weight: bold;
}

#page8 p{
    font-size: 18px;
}

#banner2{
    width: 30%!important;
    position: initial;
}

#tel_wrap{
    margin: 0px 60px 40px;
}

#tel_wrap h2{
    margin-bottom: 10px;
}

#tel_wrap a{
    max-width: 400px;
    padding: 20px;
}

#banner2 a{
    padding: 0px;
}

#page10 a{
    font-size: 20px;
}

footer.bg_color1 {
    background-color: #38abdc;
}

/*PC小用（1200px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 1200px){}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){

.sns_links li{
    width: 10%!important;
}

#wrap .sns_links li {
    width: 10%!important;
}


#banner{
    width: 39%!important;
}

#main_img {
    width:100%!important;
}

#main_img img{
    max-height: none;
    min-height: auto;
}

#main_img ::before{
    width: 33vw;
    height: 45vw;
}

#main_img::after{
    width: 55vw;
    height: 36vw;
}

#top_cms{
    padding: 0 30px;
}

.overlay-menu a{
    font-size: 20px;
}

#intro_txt.pd_b-50px_tb {
    padding-bottom: 0px;
}

#bottom_info{
    margin-bottom: 0px;
}

section .sns_links {
    margin-bottom: 0px;
}

#banner2{
    width: 400px!important;
}

#tel_wrap {
    margin: 0px 20px 50px;
}
}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media screen and (max-width: 667px){
#banner {
    width: 50%!important;
    right: 45px;
}

.youtube_box{
  width: 100%;
  padding-top: 56%;
}

#intro_txt h2{
    font-size: 25px;
}

#contents .pd_b-50px_tb {
    padding-bottom: 0px;
}

#contents h3 {
    font-size: 16px;
}

#banner2{
    width: 100%!important;
}

#cms_2-c .cate_list li{
    width: 100%;
    margin-right: 10%;
}

#cms_2-c .cate_list li:nth-of-type(4n){
    margin-right: 10%;
}

#page-top{
    bottom: 30px;
}

#page10 a {
    font-size: 16px;
}
}