﻿@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#036890;
}
.linkStyle:hover{
	color:#036890;
	opacity: 0.7;
	transition: all 0.5s;
}

body {
    font-family: "Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en_font {
    font-family: 'Montserrat',"Noto Sans JP","游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",  sans-serif;
}

h1::after {
    display: none;
}



/* nav */

#main_nav {
    left: auto;
    right: 0;
}

#menu_wrap nav ul li a {
        font-weight: 500;
}

/* footer */

footer #footer {
    background-color: #036890;
}


/* ----------　TOP　---------- */

/* main-img */

#main_img {
    background-size: cover;
    background-repeat: no-repeat;
}

#main_img::after {
    background: linear-gradient(130deg, rgba(3,104,144,0.6) 0%, rgba(67,203,218,0.4) 50%, rgba(121,218,232,0.3) 100%);
}

.maincopy {
    z-index: 3;
    width: 60%;
    max-width: 1100px;
    left: 18%;
    top: 13%;
    position: absolute;
}

.maincopy img {
        filter: drop-shadow(0px 2px 10px rgba(3,104,144,0.5));
}

/* top */

#contents::before, #intro #intro_box #intro_txt h3::after {
    display: none;
}

#intro #intro_box #intro_txt h3 {
    font-weight: 400;
    font-style: italic;
}

#contents {
    padding-top: 0px;
}

#contents div {
    width: auto;
    margin-left: 0;
}

#contents div::after {
    display: none;
}

#contents .con-wrap {
    width: 90%;
    margin: 0 auto;
}

#contents .con-txt h3 {
    font-size: 50px;
    margin-bottom: 20px;
    font-weight: 400;
    font-style: italic;
}

#contents_links .box_wrap .box a h4 {
    font-weight: 700;
    font-style: italic;
    display: inline-block;
     /*background: rgb(3,104,144);*/
    /*background: linear-gradient(90deg, rgba(3,104,144,1) 0%, rgba(67,203,218,1) 50%, rgba(121,218,232,1) 100%);*/
    /*-webkit-background-clip: text;*/
    /*-webkit-text-fill-color: transparent;*/
}

#contents_links .box_wrap .box {
    background: linear-gradient(90deg, rgba(3,104,144,1) 0%, rgba(67,203,218,1) 50%, rgba(121,218,232,1) 100%);
}

#contents .con-txt, #contents .con-img {
    width: 50%;
}

#contents .con-img {
    box-shadow: -25px 25px 0 #79dae8;
}

#contents.con2 .con-img{
    box-shadow: 25px 25px 0 #79dae8;
}

/* top-cms */

#top_cms .top_cms_box .top_cms_title p {
    font-style: italic;
    font-weight: 700;
}

#top_cms .top_cms_box .top_cms_title p {
    opacity: 0.15;
    color: #79dae8;
}

/* ----------　下層ページ　---------- */

.v_type2 .demo_box {padding-top: 70px}
.v_type2 {counter-reset: number 0;}
.v_type2 .cate_box {padding: 50px 20px 30px;}
.v_type2 .cate_box:before {
    counter-increment: number 1;
    content: "0" counter(number);
    display: inline-block;
    position: absolute;
    top: -43px;
    left: -5px;
    z-index: 1;
    font-size: 80px;
    font-weight: 100;
    font-style: italic;
    color: #036890;
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}


/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */

#page10 .box a > div p {
    opacity: 0.15;
}

/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.maincopy {
    width: 90%;
    left: 5%;
    top: 32%;
}
    
#intro h3 {
    font-size: 45px;
}
    
#contents .con-txt h3 {
    font-size: 45px;
    line-height: 1.5;
}
    
#contents .con-wrap {
    margin: 0 auto;
    flex-direction: column;
}

#contents .con-txt, #contents .con-img {
    width: 100%;
}

#contents .con-txt {
    order: 2;
}

#contents .con-img {
    order: 1;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.copy1 {
    z-index: 3;
    top: 32%;
    left: 3%;
}

.copy2 {
    z-index: 3;
    top: 50%;
    left: 7%;
}

.copy1 img, .copy2 img {
    filter: drop-shadow(0px 2px 10px rgba(3,104,144,0.5));
}

#sp_site {
    background: linear-gradient(130deg, rgba(3,104,144,1) 0%, rgba(67,203,218,1) 50%, rgba(121,218,232,1) 100%);
}

#intro #intro_box #intro_img {
    margin-bottom: 0;
}
    
#intro h3 {
    font-size: 40px;
    line-height: 1.5;
}
    
#contents {
    padding-bottom: 50px;
}
    
#contents .con-txt h3 {
    font-size: 35px;
    line-height: 1.5;
}

.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}
    
}