﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700&family=Noto+Serif:wght@400;700&display=swap');

/* ----------　all　---------- */
.linkStyle{
	color:#7bb2eb;
	text-decoration: underline;
}
.linkStyle:hover{
	color:#7bb2eb;
	opacity: 0.7;
	transition: all 0.5s;
}

html{font-size: 18px;}
body{-webkit-text-size-adjust: 120%;font-size: 18px;}

p{
    font-size: 18px;
}

.font_12{font-size: 15px;}
.font_14{font-size: 17px;}
.font_15{font-size: 18px;}
.font_16{font-size: 19px;}
.font_18{font-size: 21px;}
.font_20{font-size: 23px;}
.font_22{font-size: 25px;}
.font_24{font-size: 27px;}
.font_26{font-size: 29px;}
.font_28{font-size: 31px;}
.font_30{font-size: 33px;}
.font_100per{
font-size: -webkit-calc(1rem + 3px);
font-size: calc(1rem + 3px);
}
.font_2up{
font-size: -webkit-calc(1rem + 5px);
font-size: calc(1rem + 5px);
}
.font_4up{
font-size: -webkit-calc(1rem + 7px);
font-size: calc(1rem + 7px);
}
.font_6up{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

h2, h3, h4 {
    font-family: 'Noto Serif', 'Noto Serif JP', serif;
}

.fon_jos {
    font-family: 'Noto Serif JP', 'Noto Sans JP', 'Comfortaa', "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic,"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* nav */

#con_nav ul li {
    max-width: initial;
}

.fixbnr {
    z-index: 2;
    right: 115px;
    bottom: 20px;
    width: 150px;
    transition: 0.5s;
}

.is-hidden {
  visibility: hidden;
  opacity: 0;
}

/* footer */


/* ----------　TOP　---------- */

/* main-img */

.head_tel a {
    letter-spacing: 0px;
}

#main_img {
    background-position: 0 70%;
    background-size: cover;
    background-repeat: no-repeat;
}

#main_img:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/Dup/img/top-pro.png), url(/Dup/img/fl-t.png), url(/Dup/img/maincopy.png), url(/Dup/img/fl-b.png);
    background-repeat: no-repeat;
    background-position: 60% 100%, 95% 5%, 92% 50%, 95% 95%;
    z-index: 3;
    background-size: 30%,40%,35%,40%;
}

.triangle01 {
    border-width: 0 0 10vw 95vh;
    opacity: 0.8;
}

/* top */

.intro-ilu1 {
    width: 15%;
    right: 5%;
    top: 20%;
    transform: rotate(7deg);
}

.intro-ilu2 {
    right: -5%;
    width: 20%;
    bottom: 20%;
    transform: rotate(-10deg);
}

#attach_area {
    background: repeating-linear-gradient(90deg, #7bb2eb, #7bb2eb 15px, #dfedfa 15px, #dfedfa 45px);
}

.attach_txt {
    background-color: #ffffff;
    padding: 30px;
    width: 80%!important;
    display: block;
}

/* top-cms */

.link_type2 .cate_box a:before, .link_type2 .cate_box a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(223,237,250,0.5);
    z-index: 1;
}
.link_type2 .cate_box a:after {
    top: 100%;
    background-color: #7bb2eb;
    transition: 0.5s;
	z-index: 3;
}
.link_type2 .cate_box a:hover:after {
    top: 0;
}
.link_type2 .cate_box .txt_wrap {
    z-index: 2;
}
.link_type2 .more {
	letter-spacing: 3px;
    box-sizing: border-box;
	opacity: 0;
	transition: opacity .8s;
	z-index: 4;
}
.link_type2 .cate_box a:hover .more {
    opacity: 1;
}

/* ----------　下層ページ　---------- */

.cate_list li {
    background-color: #f6faff;
}

.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: #7bb2eb;
    background-color: #fff;
    line-height: 1;
    padding: 0 25px 0 0;
}

/*バナー*/
.btn_container a {
    background-color: #7bb2eb;
    color: #fff;
    max-width: 300px;
    text-align: center;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

/* 会社情報 */
/* お問い合わせ */
/* プライバシーポリシー */
/* サイトマップ */


/*-------------------------------------------------------
			          タブレット
-------------------------------------------------------*/
@media screen and (max-width: 768px){
    
.font_12_tb{font-size: 14px;}
.font_14_tb{font-size: 16px;}
.font_16_tb{font-size: 18px;}
.font_18_tb{font-size: 20px;}
.font_20_tb{font-size: 22px;}
.font_22_tb{font-size: 24px;}
.font_24_tb{font-size: 26px;}
.font_26_tb{font-size: 28px;}
.font_28_tb{font-size: 30px;}
.font_30_tb{font-size: 32px;}
.font_100per_tb{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_tb{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_tb{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_tb{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_tb{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_tb{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_tb{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}


#main_img {
    background-position: -125px 0;
    height: 75vw;
}

#main_img:before {
    background-position: 95% 100%, 96% 5%, 92% 33%, 95% 60%;
    background-size: 35%,50%,45%,50%;

}

.triangle01 {
    border-width: 0 0 10vw 55vh;
}

.intro-ilu1 {
    width: 20%;
}

.intro-ilu2 {
    left: 15%;
    width: 40%;
    bottom: 5%;
}
    
}

/*-------------------------------------------------------
		            	スマホ
-------------------------------------------------------*/
@media screen and (max-width: 667px){
    
.font_12_sp{font-size: 14px;}
.font_14_sp{font-size: 16px;}
.font_16_sp{font-size: 18px;}
.font_18_sp{font-size: 20px;}
.font_20_sp{font-size: 22px;}
.font_22_sp{font-size: 24px;}
.font_24_sp{font-size: 26px;}
.font_26_sp{font-size: 28px;}
.font_28_sp{font-size: 30px;}
.font_30_sp{font-size: 32px;}
.font_100per_sp{
font-size: -webkit-calc(1rem + 2px);
font-size: calc(1rem + 2px);
}
.font_2up_sp{
font-size: -webkit-calc(1rem + 4px);
font-size: calc(1rem + 4px);
}
.font_4up_sp{
font-size: -webkit-calc(1rem + 6px);
font-size: calc(1rem + 6px);
}
.font_6up_sp{
font-size: -webkit-calc(1rem + 8px);
font-size: calc(1rem + 8px);
}
.font_8up_sp{
font-size: -webkit-calc(1rem + 10px);
font-size: calc(1rem + 10px);
}
.font_10up_sp{
font-size: -webkit-calc(1rem + 12px);
font-size: calc(1rem + 12px);
}
.font_2dw_sp{
font-size: -webkit-calc(1rem);
font-size: calc(1rem);
}

.fixbnr {
    width: 230px;

}

#main_img {
    background-position: -75px 0;
    height: 75vw;
}

#main_img:before {
    background-size: 40%,54%,50%,55%;
}

.intro-ilu1 {
     width: 20%;
    right: 15%;
    bottom: 1%;
    top: auto;
}

.intro-ilu2 {
    left: 5%;
    width: 40%;
    bottom: 1%;
}

#attach {
    height: 350px;
}

.attach_txt {
    padding: 20px;
    width: 90%!important;
}

.pager li.prev a, .pager li.next a {
    padding: 0 10px;
}

.v_type2 .cate_box{padding: 42px 25px 25px;}
.v_type2 .cate_box:before{top: -31px;font-size: 48px;}
    
}