﻿@charset "utf-8";
/* CSS Document */
/* color */
.txt_color_nomal{color: #000000;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #1A2851} /* メインカラー */
.txt_color2{color: #D8E9EA} /* サブカラー */
.txt_color3{color: #3AD3D6} /* アクセントカラー1 */
.txt_color4{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white} /* 白背景 */
.bg_black{background-color: black} /* 黒背景 */
.bg_color1{background-color: #79d6d5} /* メインカラー */
.bg_color2{background-color: #f4fdfa} /* サブカラー */
.bg_color3{background-color: #79d6d5} /* アクセントカラー1 */
.bg_color4{background-color: #ffffff} /* アクセントカラー2 */

/* border-color ※!important */
.border_color1{border-color: #1A2851}
.border_color2{border-color: #D8E9EA}
.border_color3{border-color: #79d6d5}
.border_color4{border-color: #ffffff}


/* hover ---------------------------------------------------------------------------------------------*/
.hvr_txt_color_nomal:hover{color: #000000;}
.hvr_txt_white:hover{color: white;}
.hvr_txt_red:hover{color: red;}
.hvr_txt_color1:hover{color: #1A2851} /* メインカラー */
.hvr_txt_color2:hover{color: #D8E9EA} /* サブカラー */
.hvr_txt_color3:hover{color: #79d6d5} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #ffffff} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: black} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #b6e8e9} /* メインカラー */
.hvr_bg_color2:hover{background-color: #b6e8e9} /* サブカラー */
.hvr_bg_color3:hover{background-color: #b6e8e9} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #b6e8e9} /* アクセントカラー2 */

#menu_wrap::after {
    opacity:1;
}

#header .square_box::after {
    border-width: 100px 120px 0 0;
}

#sp_kc{
	width: 650px;
	z-index: 4; 
	position: absolute;
	top:30%;
	left: 74%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

#main_img::after {
    background: radial-gradient(ellipse at center, rgba(255,255,255,0) 0%,rgb(149 115 115 / 30%) 100%);
}

.intro_main h3{
    color: #3ad3d6;
    font-size: 30px;
}

#intro #intro_box #intro_txt h3::after {
    font-size: 36px;
    top: -10px;
    opacity: 0.3;
}

#contents h3{
    text-align: center;
    font-size: 50px;
    margin-bottom: 35px;
    line-height: 1;
    font-weight: 500;
    text-shadow: none;
    filter: drop-shadow(0px 2px 8px #fff);
    text-align: center;
    color: #1a8786;
}

#contents::before{
    background-image: none;
    opacity: 0.2;
    background: #ffffff;
}

#contents{
    margin-bottom:0px;
}

#contents .txt_center {
    margin: auto;
}

#page_title::after {
    display:none;
}

#page_title::before {
    background: rgb(132 150 151);
    background: -moz-linear-gradient(left, rgb(132 150 151) 0%,rgb(132 150 151) 100%);
    background: -webkit-linear-gradient(left, rgb(132 150 151) 0%,#849697 100%);
    background: linear-gradient(to right, #849697 0%,#849697 100%);
}

#banner{
    width: 12%!important;
    padding-top: 30px;
    padding-bottom: 80px;
    position: fixed;
    z-index: 4;
    bottom: -79px;
    right: 70px;
}

#top_cms .top_cms_box .top_cms_title p {
    top:-70px;
}

#top_cms .top_cms_box .top_cms_title h3{
    margin-top: 90px;
}

#cms_3-g .box_txt1, .cms_3-g .box_txt1{
    width: 26%!important;
}

.cms_6-c .cate_box {
    width: 30%!important;
}

.cms_6-c .box_title {
    font-size: calc(1rem + 2px);
}

#page_title.active > div p{
    opacity: 0.5;
    top: -70px;
}

#cms_2-a h3{
    color: #3ad3d6;
    font-weight: bold;
}

#cms_2-d h3{
    color: #3ad3d6;
    font-weight: bold;
}

#cms_2-d .cate_box {
    padding-top: 0px;
    margin-top: 0px;
}

#cms_6-c .box_title {
    font-weight:bold;
}

footer #footer #footer_box{
    padding-left: 100px;
}

footer #footer #footer_box,
footer #footer #footer_box .tel a{
    color: #333333;
}

/*タブレット用（768px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 768px){

#sp_kc {
    width: 450px;
    top: 25%;
    left: 68%;
}

#main_img .top_img{
    display: none;
}

#main_img{
    height: 80vh;
    background-image: url(dup/img/pixta_55105625_L.jpg);;
    background-position: center;
    background-size: cover;
}

#intro .intro_main {
    width: 90%!important;
}

#intro_txt h3{
    font-size: 21px;
}

#intro #intro_box #intro_txt h3::after{
    display: none;
}

#top_cms .top_cms_box .top_cms_title p {
    top: -50px;
}

.cms_6-c .cate_box {
    width: 100%!important;
}

#page_title.active > div p{
    top: -50px;
}

#banner{
    width: 40%!important;
}

footer #footer #footer_box{
    width: 60%!important;
    padding-left: 0px;
}

}

/*スマホ用（667px以下）
--------------------------------------------------------------------------*/
@media  screen and (max-width: 667px){

#banner{
    width: 60%!important;
}

#main_img{
    height: 70vh;
}

#sp_kc {
    width: 295px;
    top: 90%;
    left: 50%;
}

#intro h3 {
    text-align: left;
    font-size: 18px;
}

#intro .intro_main {
    margin-bottom:0;
}

.intro_main p{
    font-size:14px;
}

#contents {
        padding-top: 20px;
    padding-bottom: 30px;
}

#contents h3 {
    font-size:21px;
    margin-bottom: 20px;
}

#top_cms .top_cms_box .top_cms_title p {
    top: -30px;
}

#page_title.active > div p {
    top: -30px;
}

footer #footer #footer_box {
    width: 80%!important;
}

footer #footer::after{
    opacity: 1;
}

}
/*2023/11/28*/
#sp_kc{
	top:20%;
	left: 74%;
}
#catch {
	width:550px;
	z-index: 4; 
	position: absolute;
	top:35%;
	right: 3%;
}
@media  screen and (max-width: 768px){
#sp_kc{
	top:21%;
	left: 69%;
}
#catch {
	width: 400px;
	top:30%;
}
}
@media  screen and (max-width: 667px){
#sp_kc {
    top: 90%;
    left: 50%;
}
#catch {
	width: 250px;
	top:16%;
}
}
/*2024/02/20*/
h1 img,
#loader img {
    width: 500px;
}
#catch {
	width: 650px;
}
@media  screen and (max-width: 768px){
h1 img,
#loader img {
    width: 450px;
}
#catch {
	width: 430px;
}
}
@media  screen and (max-width: 667px){
#loader img ,h1 img {
    width: 260px;
}
#main_img {
    height: 90vh;
}
#catch {
	width: 270px;
	top: 12%;
}
}
h1 {
    height: 300px!important;
}