﻿/* ----------　all　---------- */
h3 {
    font-weight: bold;
}
/* color */
body,.txt_color_nomal{color: #333333;}
.txt_white{color: white;}
.txt_red{color: red;}
.txt_color1{color: #004e98;} /* メインカラー */
.txt_color2{color: #dbd6cf;} /* サブカラー */
.txt_color3{color: #f7e7d0;} /* アクセントカラー1 */
.txt_color4{color: #edeae6;} /* アクセントカラー2 */

/* background-color */
.bg_white{background-color: white;} /* 白背景 */
.bg_black{background-color: #333333;} /* 黒背景 */
.bg_color1{background-color: #1967b9;} /* メインカラー */
.bg_color2{background-color: #f2fbfd;} /* サブカラー */
.bg_color3{background-color: #8fc0f3;} /* アクセントカラー1 */
.bg_color4{background-color: #edeae6;} /* アクセントカラー2 */
.bg_color_clear{background-color: transparent!important;}


/* border-color ※!important */
.border_color1{border-color: #7995e3;}
.border_color2{border-color: #004e98;}
.border_color3{border-color: #aec7ff;}
.border_color4{border-color: #edeae6;}


/* 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: #974a76;} /* メインカラー */
.hvr_txt_color2:hover{color: #ffffff;} /* サブカラー */
.hvr_txt_color3:hover{color: #302D2A;} /* アクセントカラー1 */
.hvr_txt_color4:hover{color: #edeae6;} /* アクセントカラー2 */

/* background-color */
.hvr_bg_white:hover{background-color: white} /* 白背景 */
.hvr_bg_black:hover{background-color: #333333;} /* 黒背景 */
.hvr_bg_color1:hover{background-color: #1967b9;} /* メインカラー */
.hvr_bg_color2:hover{background-color: #dbd6cf;} /* サブカラー */
.hvr_bg_color3:hover{background-color: rgba(255,255,255,0);;} /* アクセントカラー1 */
.hvr_bg_color4:hover{background-color: #edeae6;} /* アクセントカラー2 */
.hvr_bg_color_clear:hover{background-color: transparent!important;}

/* border-color ※!important */
.hvr_border_color1:hover{border-color: #974a76;}
.hvr_border_color2:hover{border-color: #dbd6cf;}
.hvr_border_color3:hover{border-color: #302D2A;}
.hvr_border_color4:hover{border-color: #edeae6;}

.linkStyle{
	color:#333;
	border-bottom: 1px solid;
}
.linkStyle:hover{
	opacity: 0.7;
	transition: all 0.5s;
}
/* ----------　流体　---------- */
.fluid {
    position: absolute;
    top: 89%;
    left: 298px;
    width: 23vh;
    height: 21vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}

@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}
.fluid2 {
    position: absolute;
    top: 21%;
    right: 50%;
    transform: rotate(45deg);
    width: 9vh;
    height: 9vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}

@keyframes fluidrotate {  
	  
0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
}
28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
}
42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
}
56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
}
84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}
	  
}
.fluid3 {
    left: 0;
    position: absolute;
    top: 1%;
    transform: rotate(45deg);
    width: 42vh;
    height: 38vh;
    background: #3976ffb5;
    opacity: 0.5;
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
}
.fluid4 {
    position: absolute;
    top: 36%;
    right: -16%;
    transform: rotate(45deg);
    width: 85vh;
    height: 85vh;
    background: #3976ffb5;
    opacity: 0.5;
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
}
.fluid5 {
    position: absolute;
    top: 35%;
    right: 37%;
    transform: rotate(45deg);
    width: 6vh;
    height: 6vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
.fluid6 {
    position: absolute;
    top: 75%;
    right: 86%;
    transform: rotate(45deg);
    width: 9vh;
    height: 9vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
/* ----------　波　---------- */
.wave{
position:relative;
height:200px;/*何も表示されない場合は各波の親要素に高さを持たせましょう。*/
}
canvas{
position: absolute;
bottom: 0;
left:0;
width: 100%;
}
/* ----------　TOP　---------- */
#wrap {
    overflow: hidden;
}
#header img {
    width: 73%!important;
}
.main_size {
    max-width: none;
}
.main_img_size {
    height: 686px!important;
}
.main_catch {
    position: absolute;
    width: 50%;
    max-width: 665px;
    top: 468px;;
    left: 33px;
}
.main_wave {
    position: absolute;
    top: 94%;
    right: 104px;
    width: 50%;
    max-width: 603px;
}

#intro {
    margin-bottom: 0;
    margin-top: 100px;
}
body, #contents1, #top_cms .bg_color2 {
    background-image: none;
}
.load_left, .load_right  {
    background-color: #679dff;
}
#header_nav ul li a {
    color: #004e98;
}
#header_nav ul li a:hover {
    color: #6695ff;
}
.number {
    text-shadow: none;
    color: #1967b9;
}
.more a {
    border: 2px solid;
    border-color: #5789bd;
    background-color: rgba(255,255,255,0);
    color: #4873c1;
}
#top_cms .more a:hover {
    transform: translateY(-5px);
    box-shadow: 0px 0px 20px 1px rgb(40 112 163 / 45%);
}
.con_txt span {
    font-weight: bold;
    font-size: 24px;
    color: #336fc4;
}
#contents2 {
    position: relative;
}
.sns_links ul li a img {
    height: 78%!important;
}
/* ----------　下層ページ　---------- */
.cate_list li a {
    background-color: rgba(255,255,255,0);
    color: #3c68cb;
    border: 1px solid;
}
.cate_list li a:hover {
    background-color: #1967b9;
    color: #ffffff;
}
.info_wrap h3 {
    color: #004e98;
}
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
.sitemap_wrap ul li a {
    background-color: rgba(255,255,255,0);
    color: #004e98;
    border: 1px solid ;
}
.sitemap_wrap ul li a:hover{
    background-color: #004e98;
    color: #ffffff;
}


/*-------------------------------------------------------
	 タブレット(768px以下になった時にcssが付きます)
-------------------------------------------------------*/
@media screen and (max-width: 768px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
header {
    background-color: #ffffff;
}
#header h1 {
    width: 68%!important;
    text-align:inherit;
}
.main_img_size {
    height: 442.5px!important;
}
.main_catch {
    position: absolute;
    width: 54%;
    max-width: 563px;
    top: 232px;
    left: 15px;
}
.main_wave {
    position: absolute;
    top: 94%;
    right: 14px;
    width: 50%;
    max-width: 603px;
}
.fluid2 {
    position: absolute;
    top: 11%;
    right: 48px;
    transform: rotate(45deg);
    width: 13vh;
    height: 13vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
}
.fluid {
    position: absolute;
    top: 67%;
    left: 36px;
    width: 21vh;
    height: 21vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
}
.fluid4 {
    position: absolute;
    top: 29%;
    right: 13%;
    transform: rotate(45deg);
    width: 21vh;
    height: 20vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
.fluid5 {
    position: absolute;
    top: 36%;
    right: 4%;
    transform: rotate(45deg);
    width: 6vh;
    height: 6vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
footer h3 {
    font-size: 13px!important;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

}



/*-------------------------------------------------------
	スマホ(667px以下になった時にcssが付きます)
-------------------------------------------------------*/
@media screen and (max-width: 667px){
/* ----------　all　---------- */

/* ----------　TOP　---------- */
#loader {
    height: 100%;
}
#header img {
    width: 80%!important;
}
#header h1 {
    width: 77%!important;
    text-align: inherit;
}
.main_img_size {
    height: 265.5px!important;
}
.main_catch {
    position: absolute;
    width: 69%;
    max-width: 576px;
    top: 116px;
    left: 5px;
}
.main_wave {
    position: absolute;
    top: 88%;
    right: 14px;
    width: 50%;
    max-width: 603px;
}
#intro {
    margin-bottom: 0;
    margin-top: -14px;
}
#contents2 span {
    padding: 20px;
    box-sizing: border-box;
    display: block;
    padding-bottom: 0;
}
#contents1 {
    padding-top: 0;
}
.fluid2 {
    position: absolute;
    top: 32%;
    right: 174px;
    transform: rotate(45deg);
    width: 4vh;
    height: 5vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
}
.fluid {
    position: absolute;
    top: 0%;
    left: 194px;
    width: 21vh;
    height: 21vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
}
.fluid3 {
    position: absolute;
    top: 8%;
    right: 55%;
    transform: rotate(45deg);
    width: 17vh;
    height: 17vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
.fluid4 {
    position: absolute;
    top: 33%;
    right: 9%;
    transform: rotate(45deg);
    width: 21vh;
    height: 20vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
.fluid5 {
    position: absolute;
    top: 68%;
    right: 20%;
    transform: rotate(45deg);
    width: 6vh;
    height: 6vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
.fluid6 {
    position: absolute;
    top: 77%;
    right: 80%;
    transform: rotate(45deg);
    width: 9vh;
    height: 9vh;
    background: #3976ffb5;
    animation: fluidrotate 15s ease 0s infinite;
    opacity: 0.5;
}
/* ----------　下層ページ　---------- */
/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */
}


/* ----------　2023.06.09 動画組み込み　---------- */
.video {
    border-radius: 30px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 1100px){
.main_img_size {
    height: 0!important;
    padding-top: 56%;
}
.main_catch {
    top: 65%;
}
}
@media screen and (max-width: 768px){
.video {
    height: 100%;
}
}
@media screen and (max-width: 667px){
.main_catch {
    top: 55%;
}
}